<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 14px;
    line-height: 2em;
    position: relative;
    overflow-x: hidden;
    background: #EEF0EF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

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;
}

.bg-white {
    background: #FFF;
}

.text-white {
    color: #FFF !important;
}

.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;
}

.position-relative {
  position: relative !important;
}

#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;
    padding: 25px 10px;
}

.pagination &gt; li {
    display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 235px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.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 &gt; #jobseeker-menu.dropdown-menu,
.open &gt; #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 &gt; .container &gt; .row &gt; 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-ad iframe {
    border: 1px solid #dedfde !important;
}

.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 &gt; a, .news &gt; 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 */

.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;
    padding: 10px;
    border-radius: 3px;
    width: 49%;
}

.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 &gt; div {
    display: block !important;
    width: 730px !important;
    height: 92px !important;
    margin: 30px auto;
    border: solid 1px #B0BBCE !important;
}

#save-search {
    padding: 1rem;
}

#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 */

.job .main {
    padding-right: 100px;
    margin-bottom: 8rem;
}

.job h1 {
    font-size: 26px;
    font-weight: 600;
    color: #212439;
    margin-bottom: 6px;
}

.job .title .fa {
    color: #CCC;
    margin-left: 12px;
    margin-right: 6px;
}

.job .btn-apply {
    display: inline-block;
    width: 275px;
    border-radius: 4px;
    line-height: 2.5rem;
    background-color: #0d81a7;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #0d81a7;
}

.job .tools {
    display: inline-block;
}

.job .quick-info {
    margin: 1rem 0;
}

.job .quick-info a { color: inherit; }

.job .main &gt; .description {
    margin-top: 4rem;
}

.job .title {
    margin: 3rem 0px;
}

.job .details {
    margin: 4rem 0;
}

.benefits-preview ul {
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}

.benefits-preview li {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.8;
}

.job .details-tabs li {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #212439;
    line-height: 2.5rem;
    padding: 0 1rem;
    position: relative;
    margin-right: 0.5rem;
}

.job .details-tabs li.active {
    box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
}

.job .details-tabs li.active::after {
    display: block;
    content: " ";
    position: absolute;
    top: 33px;
    left: 0;
    background: white;
    width: 100%;
    height: 20px;
}

.job .tab-content {
    box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
    padding: 2rem;
}

.job .tab-content tr:first-child th, 
.job .tab-content tr:first-child td {
    border-top: 0;
} 

.table.job-details {
    margin-bottom: 0;
}

.table.job-details a { color: inherit; }

.job .description {
    line-height: 1.8rem;
}

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

/* END JOB */

.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],
.apply input[type=checkbox] {
    height: auto;
    margin: 0;
}

.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 &gt; 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 &gt; 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;
    padding: 12px;
    border-radius: 3px;
    z-index: 2;
    top: 166px;
    left: -70px;
}

.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: 170px;
    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;
}

.custom-apply .apply-heading {
    padding: 0;
}

.custom-apply label {
    margin-bottom: 0;
}

.custom-apply.apply h2 {
    margin-top: 0;
}

.custom-apply .apply-section .alert-info {
    line-height: 1.5rem;
    margin: 1rem 0;
}

.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.primary-label,
.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;
}

/* 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 &gt; .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.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: 40px;
}

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 &gt; li {
    display: inline;
}

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

.employer-directory-nav.nav-pills &gt; li.active &gt; 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 &gt; .row &gt; div &gt; form,
.browse &gt; .row &gt; div &gt; .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 &gt; .row &gt; div &gt; form,
.browse &gt; .row &gt; div &gt; .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: 20px 20px;
    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: 140px;
    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 2rem;
}

.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: 900px;
}

@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 &gt; .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 &gt; 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 */

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

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

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

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

    .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 {
        padding-right: 0.9375rem;
        margin-bottom: 0;
    }

    /* 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 &gt; .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;
        left: 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 &gt; div {
        display: block !important;
        width: 322px !important;
        height: 52px !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 &gt; div &gt; 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 &gt; .container &gt; .row &gt; div {
        padding: 0 15px;
    }

    /* SIGNUP LOGIN */

    .container.signup .main {
        background: #FFF;
        padding: 60px 30px;
        padding-bottom: 50px;
    }

    .signup h1 {
        width: auto;
    }

    /* LOGIN SIGNUP */

    .login &gt; .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;
    }

    .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 */

    .job.container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        margin-right: auto;
        margin-left: auto;
    }

    .job .quick-info span {
        display: block;
    }

    .job .title .fa {
        margin-left: 0;
    }

    .job .btn-apply {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    .job .tools {
        display: block;
    }

    .job .tools a.detail_btn {
        width: 49%;
        margin: 0;
        opacity: 0.5;
    }

    .job .tab-content {
        padding: 1rem;
    }

    .job .details-tabs li {
        padding: 0 0.5rem;
        margin-right: 0.25rem;
    }

    /* JOB */

    .header.employer-profile &gt; .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 &gt; div &gt; 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 &gt; .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;
    }
}

/* Merge of newcss.css below */

.listjob {
    display: none;
}
.home-ad {
    background: #f4f7f6;
}

 #freepost{
    display: none !important;
 }
 
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #212439;
}

:focus,
:active {
  outline: none !important;
}

.normal {
  height: 18px;
}

.red_like {
    cursor: pointer;
}

.red_like .active {
  display: none;
}

.red_like.active .normal {
  display: none;
  height: 18px;
}

.red_like.active .active {
  display: block;
  height: 18px;
}

.logined_btn {
  color: #212439;
}

.tooltip {
  opacity: 1;
  top: -4px;
}

.map_link {
  display: none;
}

.collapse.show {
  display: block;
}

video {
  max-width: 100%;
}

.more_link {
  color: #0d81a7;
  line-height: 1;
  padding-bottom: 11px;
  border-bottom: 2px solid #6fa8c1;
}

.about_text .full{
  display: none;
}

.more_link:hover {
  text-decoration: none;
}

.no_padding {
  padding-left: 0;
  padding-right: 0;
}

.primary-menu &gt; .dropdown {
  display: inline-block;
}

.primary-menu &gt; .dropdown.show {
  display: inline-block !important;
}

.invest-menu-item svg {
  position: relative;
  top: 4px;
}

.color_lightgray {
  color: #adaeae;
}

.bold_500 {
  font-weight: 500;
}

.bold_700 {
  font-weight: 700;
}

.bold_300 {
  font-weight: 300;
}

.bold_600 {
  font-weight: 600;
}

.trending_companies_slide {
  padding: 0 5px;
}

a.detail_report_link {
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  color: #adaeae;
  margin-left: 28px;
  margin-right: 17px;
}

a.detail_report_link img {
  margin-right: 7px;
}

a.detail_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #212439;
  margin: 0 0.5rem;
}

a.detail_btn_icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

a.detail_btn_icon img {
  width: 21px;
  height: 19px;
  -o-object-fit: contain;
  object-fit: contain;
  font-size: 12px;
  font-weight: 300;
}

a.detail_btn.detail_btn_icon.red_like.active img,
a.detail_btn.detail_btn_icon.share_btn img {
  background: none;
}

.detail_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_mobile_menu {
  display: none;
}

.header_close_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #dbddde;
  height: 82px;
  width: 72px;
}

.header_detail {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header_detail_time {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_detail_container {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding-right: 15px;
}

.header_detail_title {
  font-size: 26px;
  font-weight: 600;
  color: #212439;
  margin-bottom: 6px;
}

.header_detail_title_box_sm {
  display: none;
}

.header_detail_title_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_detail_title_sub img {
  margin: 0 9px;
}

.header_detail_icon {
  width: 143px;
  height: 42px;
  margin-left: 43px;
  margin-right: 43px;
}

.header_detail_icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header_detail_info {
  text-align: right;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.header_detail_info_md {
  display: none;
}

.header_detail_info_position {
  color: #212439;
  line-height: 1;
  margin-bottom: 6px;
}

.header_detail_info_applicants {
  color: #adaeae;
  line-height: 1;
  white-space: nowrap;
}

.header_detail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_detail_btn_icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header_detail_btn_apply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 275px;
  height: 55px;
  border-radius: 4px;
  background-color: #0d81a7;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #0d81a7;
}

.header_detail_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.header_detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_detail_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_homepage {
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
}

.bg_primary {
  background-color: #0d81a7;
}

.bg_darkblue {
  background-color: #173b47;
}

.color_primary {
  color: #0d81a7;
}

.color_white {
  color: #fff;
}

.header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_box .primary-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.header-logo {
  display: inline-block;
  width: 250px;
  padding: 1rem 0;
}

.header-logo img {
  max-width: 100%;
}

.primary-menu &gt; a {
  padding: 1rem 0;
  list-style-type: none;
  background: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  color: #212439;
  font-weight: 400;
}

.primary-menu .dropdown-toggle {
  padding-left: 20px;
  padding-right: 20px;
  color: #212439;
  font-weight: 400;
  font-size: 16px;
}

.dropdown-menu.show {
  display: block;
  margin: 25px -20px 0;
  min-width: 190px;
}

i {
  font: normal normal normal 14px/1 FontAwesome;
}

.logined_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 29px;
  padding-right: 10px;
}

.logined_user {
  min-width: 20px;
  min-height: 20px;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 14px;
  border-radius: 50%;
  border: 2px solid #212439;
}

.logined_info {
  white-space: nowrap;
}

.logined_info div {
  line-height: 1.4;
}

.logined_info div:last-child {
  color: #0d81a7;
}

.sign_link {
  background-color: #0d81a7;
  width: 156px;
  height: 42px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.sign_link {
  background-color: #0d81a7;
  width: 156px;
  height: 42px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.login_link {
    background-color: #ffffff;
    width: 156px;
    height: 42px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0d81a7;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    margin-right: 6px;
    border-width: 0;
}

.search_jobs_logo {
  margin-top: 78px;
  margin-bottom: 8px;
}

.search_jobs_logo {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.search_form, .post_job_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 938px;
}

.search_form input {
  height: 55px;
  width: 220px;
  padding-left: 48px;
  border-radius: 4px;
  background-color: #fff;
  color: #212439;
  border: none;
  font-size: 14px;
}

.search_form input::-webkit-input-placeholder {
  color: #7C7D7D;
  font-size: 14px;
}

.search_form input::-moz-placeholder {
  color: #7C7D7D;
  font-size: 14px;
}

.search_form input:-ms-input-placeholder {
  color: #7C7D7D;
  font-size: 14px;
}

.search_form input::-ms-input-placeholder {
  color: #7C7D7D;
  font-size: 14px;
}

.search_form input::placeholder {
  color: #7C7D7D;
  font-size: 14px;
}

.search_form button {
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  height: 55px;
  color: #ffffff;
  background-color: #0d81a7;
  border: none;
  width: 275px;
}

.search_form .search_input {
  width: 355px;
}

.search_group {
  margin-left: 5px;
  margin-right: 5px;
}

.search_text_group, .post_job_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 0 10px 0;
}

.search_text_link_box {
  margin-left: auto;
}

.search_text_link_box a, .post_job_group a {
  color: #1A698A;
  text-decoration: none;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

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

.post_job_group {
    display: flex;
    flex-direction: row-reverse;
}

.post_job_link {

}

.search_container_title {
  font-size: 32px;
  font-weight: 400;
  color: #212527;
  text-align: center;
  margin-bottom: 2px;
}

.search_input {
  background-image: url("/images/home/search-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 16px center;
  box-shadow: 0px 6px 12px rgba(7, 42, 54, 0.05);
}

.search_location {
  background-image: url("/images/home/location-icon.png");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 16px center;
  box-shadow: 0px 6px 12px rgba(7, 42, 54, 0.05);
}

.search_text_box span {
  color: #1A698A;
  margin-left: 11px;
  margin-right: 11px;
}

.search_text_box span:first-child {
  /* margin-left: 0; */
}

.search_text_box span:last-child {
  /* margin-right: 0; */
}

.search_text_box a:hover {
    color: #1A698A;
}

.box_justify_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search_container {
  background: linear-gradient(180deg, #CBE8F1 0%, rgba(203, 232, 241, 0.2) 100%);
  padding-top: 101px;
  padding-bottom: 77px;
}

.pl_pr_7 {
  padding-left: 7px;
  padding-right: 7px;
}

.pt_pb_7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.featured_info .info_icon .fa {
    line-height: 28px;
}

.featured_container {
  margin: 60px 0;
}

.featured_container .slick-dots {
  margin-top: 40px;
  margin-bottom: 0;
}

.featured_container .title_box {
  margin-bottom: 31px;
}

.featured_title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  color: #212439;
}

.featured_jobs_like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured_jobs_like span {
  margin-right: 9px;
}

.featured_jobs_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured_jobs_count img {
  margin-right: 11px;
}

.featured_content {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 26px;
}

.featured_slide {
  max-width: 1170px;
}

.featured_slide_box {
  width: 100%;
}

.featured_slide_box_lg {
  min-width: 584px;
}

.featured_slide_box_lg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.featured_slide_title {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #212439;
}

.featured_slide_title_img {
  margin-right: 25px;
}

.featured_slide_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured_slide_content {
  padding-left: 65px;
}

.featured_posted_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.box_justify_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_link {
  display: block;
  padding-bottom: 7px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  border-bottom: 2px solid #6fa8c1;
}

.view_link {
  display: block;
  padding-bottom: 7px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
}

#showcompanies {
    display: none;
}

.section_link img {
  margin-left: 11px;
  width: 9px;
  height: 9px;
}

.section_link:hover {
  text-decoration: none;
}

.section_link_if {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_icon img {
  margin-right: 10px;
  margin-top: 6px;
  min-width: 14px;
  min-height: 14px;
  height: 14px;
  width: 14px;
  -o-object-fit: contain;
  object-fit: contain;
}

.info_icon .fa {
    color: #adaeae;
    width: 14px;
    text-align: center;
    margin-right: 8px;
    line-height: 1rem;
}

.posted_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.posted_jobs_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.posted_jobs_count img {
  margin-right: 11px;
}

.posted_jobs_like {
  float: right;
}

.posted_jobs_like span {
  margin-right: 9px;
}

.trending_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 284px;
  height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  border: 2px solid #0d81a7;
  background-color: #fff;
  color: #0d81a7;
  border-radius: 4px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  margin-bottom: 15px;
}

.trending_btn_text_big {
  font-weight: 700;
  font-size: 18px;
}

.trending_btn_primary {
  background-color: #0d81a7;
  color: #fff;
}

.trending_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 42px;
}

.trending_container {
  padding-top: 123px;
  padding-bottom: 65px;
}

.trending_container .info_icon img {
  margin-right: 10px;
}

.trending_container .info_icon span {
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
}

.trending_header {
  height: 150px;
}

.trending_header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.featured_all_container {
    padding-top: 50px;
    padding-bottom: 65px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}

.featured_all_column {
  float: left;
  width: 25%;
  padding: 10px 5px 10px;
}

.featured_all {
  height: 30px;
  text-align: center;
}

.featured_all img {
  object-fit: fill;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
}

.trending_title {
  margin-top: 0;
  line-height: 1.5;
  color: #212439;
  font-size: 18px;
  font-weight: bold;
}

.trending_title_header {
  color: #212439;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 31px;
}

.trending_header {
  position: relative;
}

.trending_header_icon {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  width: 64px;
  height: 64px;
  z-index: 3;
  bottom: -32px;
  right: 20px;
}

.trending_header_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.trending_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.featured_all_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: 280px;
}

.trending_main {
  padding: 45px 20px 20px 20px;
}

.blue_dots_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.blue_dots_slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #c1d3d8;
  border: none;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.blue_dots_slider .slick-dots .slick-active button {
  background-color: #0d81a7;
}

.newest {
  padding-top: 50px;
}

.newest_jobs_data {
  font-size: 12px;
  line-height: 1;
}

.newest_main .info_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 11px;
}

.newest_main .info_icon:last-child {
  margin-bottom: 0;
}

.newest_main .info_icon img {
  margin-top: 0;
}

.newest_main .info_icon span {
  font-size: 12px;
  font-weight: 300;
}

.newest_container.bg-white {
  background-color: #fff;
}

.newest_container .slick-dots {
  margin-top: 40px;
}

.newest_container .info_link {
  min-height: 100px;
}

.newest_container .title_box {
  margin-bottom: 40px;
}

.newest_title {
  margin-top: 29px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #212439;
  line-height: 1.2;
  min-height: 42px;
}

.newest_title_lg {
  font-size: 32px;
  margin-bottom: 0;
}

.newest_header img {
  margin: 0 auto;
  width: 142px;
}

.newest_container {
  background-color: #f4f7f6;
  padding-top: 30px;
  padding-bottom: 60px;
}

.newest_companies {
  padding-top: 47px;
}

.newest_companies .newest_title_lg {
  margin-top: 0;
}

.newest_card {
  min-height: 276px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #ffffff; 
    margin: 7.5px;
}

.recruit_container {
  padding-top: 50px;
}

.recruit_subtitle {
  margin-bottom: 45px;
}

.recruit_content {
  max-width: 395px;
}

.recruit_btn {
  border-radius: 4px;
  width: 355px;
  max-height: 55px;
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruit_btn_primary {
  color: #fff;
  background-color: #0d81a7;
}

.recruit_title {
  font-size: 32px;
  font-weight: 600;
  color: #212439;
  line-height: 1;
  margin-bottom: 20px;
}

.recruit_subtitle {
  font-size: 18px;
  line-height: 1.44;
}

.recruit_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.recruit_box {
  width: 50%;
}

.recruit_card {
  padding: 30px 40px 80px 40px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 92px;
}

.recruit_card_mini {
  margin-top: 30px;
  width: 33.3%;
}

.recruit_card_mini_header {
  margin-bottom: 30px;
}

.recruit_card_mini_title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 22px;
}

.recruit_card_mini_text {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

.recruit_card_mini_box {
  max-width: 270px;
}

.recruit_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  align-items: flex-start;
}

.recruit_commentator {
  font-size: 12px;
  font-weight: 400;
  color: #0d81a7;
}

.recruit_comment {
  max-width: 261px;
  line-height: 1.2;
  font-weight: 400;
  color: #212439;
}

.recruit_comment_box {
  min-width: 344px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  background-image: url("/images/img/mdi-format-quote-close.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 17px;
  z-index: 5;
  bottom: -30px;
  padding: 14px 20px 9px 15px;
}

.recruit_video_box {
  min-width: 551px;
  position: relative;
}

.recruit_video_box video {
  height: 100%;
}
.recruit_video_box iframe {
  width: 552px;
  height: 311px;
  margin-bottom: 110px;
  display: none;
}
.video-play-icon {
  width: 552px;
  height: 311px;
}

.comunity_video_box {
  min-width: 551px;
  position: relative;
}

.comunity_video_box video {
  height: 100%;
}
.comunity_video_box iframe {
  width: 552px;
  height: 311px;
  margin-bottom: 110px;
  display: none;
}

.helped_container {
  background-color: #173b47;
  padding-top: 50px;
  padding-bottom: 50px;
}

.career_comment {
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 17px;
  padding-bottom: 13px;
    position: relative;
}

.career_comment p {
  line-height: 1.2;
}

.career_comment_link {
    font-weight: bold;
}

.career_comment .fa-quote-right {
    font-size: 11px;
    position: absolute;
    top: 9px;
}

.career_slider {
  margin-bottom: 86px;
  top: 7px;
}

.career_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 22px;
  line-height: 1.3125;
}

.career_btn {
  margin-top: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 235px;
  height: 55px;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.career_btn_primary {
  background-color: #0d81a7;
  color: #fff;
}

.career_text {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.career_comment {
  z-index: 5;
}

.career_slide_box {
  position: relative;
  min-height: 374px;
  color: #fff;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.career_slide_box video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.career_slide_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial_photo {
    background-image: url('/images/home/testimonial_portraits.jpg');
    height: 374px;
    width: 284px;
    max-width: 100%;
    border-radius: 6px;
    margin: auto;
}
.testimonial_photo.testimonial_photo_1 {
    background-position: left;
}
.testimonial_photo.testimonial_photo_2 {
    background-position: center;
}
.testimonial_photo.testimonial_photo_3 {
    background-position: right;
}

.news_main {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 54px;
}

.news_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  line-height: 1.5;
}

.news_title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.careerlink_title{
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 80px;
}

.news_subtitle {
  color: #fff;
  text-align: center;
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  margin-bottom: 46px;
}

.careerlink_subtitle {
  color: #fff;
  text-align: center;
  max-width: 618px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}

.news_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 21px;
  border-radius: 4px;
  background-color: #0d81a7;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 19px;
}

.news_info_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 24px;
}

.footer_social a img {
  width: 20px;
  height: 20px;
  margin-right: 17px;
}

.footer_social a i {
  margin-right: 17px;
}

.footer_link {
  font-weight: 600;
}

.footer_link img {
    width: 200px;
}

.footer-fifth ul {
  margin-top: 40px;
}

.footer_dark {
  background-color: #212527;
  padding-top: 93px;
  padding-bottom: 51px;
}

.footer a {
  color: #fff;
}

.footer li {
  line-height: 2;
}

.footer li a {
  font-size: 16px;
}

.footer_copy {
  text-align: center;
  font-size: 12px;
  color: #7c7d7d;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.5;
}

.footer_copy_box {
  padding-top: 69px;
}

.company_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.company_logos_carousel {
  display: none;
}

.company_title {
  margin-bottom: 19px;
  color: #7C7D7D;
}

.company_name {
  position: absolute;
  z-index: 5;
}
.company_name {
  width: 100%;
  text-align: center;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 17px;
  padding-bottom: 13px;
  bottom: 13px;
}

.company_name_text {
    font-size: 24px;
    color: #76777b;
}

.synd_company_name_text {
  font-size: 14px;
  color: #76777b;
  background-color: #f2f2f2;
  text-align: center;
}

.synd_list_company_name_text {
  font-size: 14px;
  font-weight: 300;
  color: #76777b;
  text-align: center;
}

.jobs_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -81px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
}

.jobs_start_box {
  padding-top: 21px;
  padding-bottom: 21px;
  width: 50%;
  text-align: center;
}

.jobs_start_box:first-child {
  border-right: 1px solid #eee;
}

.jobs_start_box:last-child {
  border-left: 1px solid #eee;
}

.jobs_start_box a {
  font-size: 16px;
  font-weight: 400;
  color: #0d81a7;
}

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

.jobs_start_hide {
  color: #212439;
  font-size: 13px;
}

.jobs_start_box a:hover .jobs_start_hide {
  text-decoration: underline;
}

.jobs_start_box.jobseeker a:hover .fa-user-o {
  transform: rotate(341deg) translate(-2px, -2px);
}

.jobs_start_box.jobseeker a:hover .fa-file-text-o {
  transform: rotate(26deg) translate(-2px, -2px);
}

.jobs_start_box.jobseeker .fa-user-o {
  transform: rotate(351deg);
  transition: all 0.4s;
  position: relative;
  left: 5px;
  font-weight: 500;
  color: #0d81a7;
  font-size: 18px;
}

.jobs_start_box.jobseeker .fa-file-text-o {
  transform: rotate(16deg);
  position: relative;
  transition: all 0.4s;
  color: #0d81a7;
  background: white;
  margin-right: 3px;
}

.jobs_start_box.employer a:hover .fa-briefcase {
  transform: rotate(341deg) translate(-2px, -2px);
}

.jobs_start_box.employer a:hover .fa-envelope-o {
  transform: rotate(26deg) translate(-2px, -2px);
}

.jobs_start_box.employer .fa-briefcase {
  transform: rotate(351deg);
  transition: all 0.4s;
  position: relative;
  left: 5px;
  font-weight: 500;
  color: #0d81a7;
  font-size: 18px;
}

.jobs_start_box.employer .fa-envelope-o {
  transform: rotate(16deg);
  position: relative;
  transition: all 0.4s;
  color: #0d81a7;
  background: white;
  margin-right: 3px;
}

.corporation_link_md {
  display: none;
  font-size: 18px;
  font-weight: 300;
  color: #212439;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding-left: 51px;
  padding-right: 48px;
  margin-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 17px;
}

.corporation_container .container {
  padding-top: 24px;
}

.corporation_title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
}

.corporation_subtitle {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #adaeae;
  padding-left: 20px;
  background-image: url("/images/img/mdi-tag.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 8px;
}

.corporation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 20px;
}

.corporation_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.corporation_box_info {
  margin-right: 49px;
}

.corporation_box_info:last-child {
  margin-right: 0;
}

.corporation_box_text {
  font-size: 14px;
  color: #adaeae;
}

.corporation_box_year {
  color: #0d81a7;
  font-size: 18px;
  font-weight: 300;
}

.starbucks_menu {
  padding-top: 29px;
}

.starbucks_address {
  line-height: 1;
  padding-top: 23px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #212439;
}

.starbucks_link_count .link_count {
  min-width: 24px;
  min-height: 24px;
  background-color: #38aecc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 12px;
  color: #ffffff;
}
.starbucks_link_count:hover {
  text-decoration: none;
}

.starbucks_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
}

.starbucks_nav_box {
  border-top: 1px solid #dbddde;
  border-bottom: 1px solid #dbddde;
}

.starbucks_nav a {
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 25px;
  font-size: 18px;
  font-weight: 300;
  color: #212439;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 18px;
  padding-bottom: 17px;
  line-height: 1;
  position: relative;
}

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

.starbucks_nav a.active {
  color: #38aecc;
  font-weight: 600;
}

.starbucks_nav a.starbucks_link_count {
  margin-left: auto;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding-left: 51px;
  padding-right: 48px;
  margin-right: 0;
}

.qa_ask {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 40px;
  line-height: 1;
  padding-bottom: 11px;
  border-bottom: 2px solid #6fa8c1;
  margin-bottom: 80px;
}

.qa_none {
  border-top: 0.5px solid #eeeeee;
  padding: 18px;
}

.qa_ask:hover {
  text-decoration: none;
}

.qa_answer {
    margin-bottom: 40px;
}

.show-more {
    display: none;
}

.about_row {
  margin-top: 60px;
  padding-bottom: 60px;
}

.about_row img {
  border-radius: 4px;
}
.about_row_slider {
  display: none;
}

.about_link {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-top: 80px;
}

.about_text {
  margin-bottom: 0;
  margin-top: 0;
}

.about_title {
  color: #212439;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 39px;
}

.about_card {
  padding: 7.5px;
}

.about_card_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_info_row {
  width: 100%;
}

.about_info_col {
  width: 50%;
}

.about_info_col img {
  width: 100%;
}

.about_info_col p {
  width: 100%;
}

.about_info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 6px 6px;
  background-color: #ffffff;
}

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

.technologies_technologies {
  width: calc(60% - 20px);
  margin-right: 40px;
}

.technologies_culture {
  width: calc(50% - 20px);
}

.technologies_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.technologies_more_link {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}

.technologies_card {
  padding-bottom: 32px;
  padding-left: 30px;
  padding-top: 39px;
}

.technologies_title {
  color: #212439;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 23px;
}

.technologies_icon_box {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 39px;
}

.technologies_icon_box img {
  margin-right: 10px;
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  width: 30px;
}

.technologies_icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.technologies_col img {
  min-width: 285px;
  height: 298px;
}

.technologies_content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.technologies_text {
  line-height: 1.57;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.show_tech {
    display: none;
}

.less_tech {
    display: none;
}

.team {
  padding-top: 50px;
}

.team .title_box {
  margin-bottom: 29px;
}

.team_title {
  font-size: 28px;
  color: #212439;
  font-weight: 600;
  margin-bottom: 0;
}

.team_content_citate {
  background-image: url("/images/img/citate_white.png");
  background-repeat: no-repeat;
  background-position: 20px 40px;
}

.team_content_box {
  background-color: #0d81a7;
  color: #fff;
  padding-top: 107px;
  padding-left: 20px;
  padding-bottom: 61px;
  border-radius: 6px;
}

.team_content_text {
  font-size: 16px;
  font-weight: 400;
  max-width: 301px;
  line-height: 26px;
  margin-top: -40px;
}

.team_box {
  width: 33.33%;
  padding-left: 7px;
  padding-right: 7px;
}

.team_box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.straight_user_box {
  margin-left: 14px;
}

.straight_user_name {
  font-weight: 600;
  color: #212439;
  line-height: 1;
  margin-bottom: 6px;
}

.straight_user_position {
  color: #212439;
  line-height: 1;
}

.straight_container {
  padding-top: 50px;
}

.straight_container .title_box {
  margin-bottom: 23px;
}

.straight_content_link {
  color: #0d81a7;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
}

.straight_title {
  font-size: 28px;
  color: #212439;
  font-weight: 600;
  margin-bottom: 0;
}

.straight_card {
  padding: 29px 10px 17px 20px;
}

.straight_user_avatar {
  min-width: 34px;
  min-height: 34px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #9b9b9f;
  border-radius: 50%;
  background-color: #e8eaeb;
}

.straight_user_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.straight_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 29px;
}

.straight_company_name {
  font-size: 12px;
  font-weight: 300;
  color: #adaeae;
}

.follow_card {
  margin-top: 45px;
}

.follow_card_slider {
  width: 100%;
}

.follow_container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.follow_container .title_box {
  margin-bottom: 23px;
}

.follow_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.follow_instagram {
  background-image: url("/images/img/instagram-sketched_dark.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}

.follow_instagram.active {
  background-image: url("/images/img/instagram-sketched_blue.svg");
}

.follow_facebook {
  background-image: url("/images/img/facebook_dark.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}

.follow_facebook.active {
  background-image: url("/images/img/facebook_blue.svg");
}

.follow_twitter {
  background-image: url("/images/img/twitter_dark.svg");
  background-repeat: no-repeat;
  background-size: 20px;
}

.follow_twitter.active {
  background-image: url("/images/img/twitter_blue.svg");
}

.follow_link {
  padding-left: 46px;
  padding-right: 17px;
  background-position: 17px center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  color: #212439;
}

.follow_link.active {
  color: #0d81a7;
  font-weight: 700;
  border-radius: 23px;
  background-color: #f5f7f6;
}

.follow_company_text_box p {
  margin-top: 0;
  line-height: 1.57;
}

.follow_company_text_box p:last-child {
  margin-bottom: 9px;
}

.follow_company_name {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 5px;
}

.follow_company_subname {
  font-weight: 300;
  color: #8996a2;
  line-height: 1;
}

.follow_company_contact {
  padding-right: 27px;
  margin-left: 10px;
}

.follow_company_contact.verified {
  background-image: url("/images/img/verify_icon.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 20px;
}

.follow_company_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.follow_info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212439;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.follow_info_link span {
  margin-left: 9px;
}

.companie_btn {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.companie_profile_link {
  font-size: 12px;
  font-weight: 300;
  color: #212439;
  margin-left: 30px;
}

.companie_profile_link img {
  margin-left: 10px;
}

.companie_profile_box {
  padding-top: 17px;
}

.companie_profile_logo {
  top: -111px;
  position: absolute;
}
.companie_profile_logo img{
  border-radius: 4px;
}
.banner-hd img {
  border-bottom-right-radius: 6px;
}

.companie_profile_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.places_container {
  padding-top: 50px;
}

.places_container .title_box {
  margin-bottom: 23px;
}

.places_title {
  font-weight: 600;
  font-size: 28px;
  color: #212439;
  margin-bottom: 0;
}

.description_title {
  color: #212439;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}

.description_submit_lg {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.description_submit_sm {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.description_form {
  border-radius: 6px;
  background-color: #f4f7f6;
  width: 100%;
  display: block;
  padding: 28px 20px 38px 20px;
}

.description_form_box {
  margin-top: 90px;
}

.description_form_submit {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  border-radius: 4px;
  border: 2px solid #0d81a7;
  background-color: #0d81a7;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.description_form_label {
  color: #212439;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 13px;
}

.description_form_group textarea {
  border-radius: 4px;
  border: 1px solid #dbddde;
  width: 100%;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  resize: none;
  height: 105px;
  background-color: #ffffff;
}

.description_form_info {
  font-size: 14px;
  font-weight: 400;
  color: #adaeae;
  line-height: 1.5;
  margin-bottom: 34px;
}

.description_form_required {
  font-size: 12px;
  font-weight: 300;
  color: #212439;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description_form_required img {
  margin-right: 10px;
}

.description_form_title {
  font-size: 22px;
  font-weight: 600;
  color: #212439;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}

.description_form_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}

.description_header_box {
  margin-bottom: 80px;
}

.description_text {
  color: #212439;
  line-height: 1.85;
  font-size: 14px;
  font-weight: 300;
}

.description_list {
  padding-left: 0;
  list-style: none;
}

.description_list_box {
  margin-bottom: 80px;
}

.description_list_title {
  font-size: 14px;
  font-weight: 700;
  color: #212439;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
}

.description_item {
  font-size: 14px;
  font-weight: 300;
  color: #212439;
  line-height: 1.4;
  margin-bottom: 24px;
}

.description_card_body {
  padding: 20px;
}

.description_answer {
  margin-top: 56px;
}

.about_container .description_answer {
  margin-top: 0;
}

.description_answer_provided {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description_answer_provided img {
  margin-right: 9px;
}

.description_answer_header {
  padding-top: 30px;
  padding-bottom: 19px;
  padding-left: 18px;
  padding-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description_answer_title {
  color: #212439;
  font-size: 22px;
  font-weight: 600;
}

.description_answer .accordion {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.description_answer_btn {
  font-size: 18px;
  color: #212439;
  font-weight: 600;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  width: 100%;
  line-height: 1.2;
  border: 0.5px solid #eeeeee;
  border-left: none;
  border-right: none;
  background-color: #fff;
  text-align: left;
  padding-left: 44px;
  background-image: url("/images/img/chevron_down.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}

.description_answer_btn[aria-expanded="true"] {
  border-bottom: none;
  background-image: url("/images/img/drop_down_chevron.png");
}

.description_hashtag {
  display: inline;
  font-weight: 300;
  text-decoration: none;
  color: #adaeae;
}

.similar_title {
  margin-top: 59px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #212439;
  line-height: 1.2;
}

.similar_card {
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.similar_card_title {
  margin-top: 11px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #212439;
  line-height: 1.2;
}

.similar_main {
  max-width: 100%;
  width: 100%;
}

.similar_header {
  margin-top: 17px;
  min-width: 62px;
  margin-right: 32px;
}

.profile_active {
  margin-top: 30px;
  margin-bottom: 24px;
}

.profile_vacantion_location {
  margin-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.profile_vacantion_location img {
  margin-right: 10px;
}

.profile_vacantion_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 28px;
}

.profile_vacantion_time img {
  margin-right: 10px;
}

.profile_vacantion_info {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_vacantion_title {
  font-size: 18px;
  font-weight: 600;
  color: #212439;
  margin-bottom: 12px;
}

.profile_corporation_title {
  font-size: 22px;
  color: #212439;
  font-weight: 600;
  line-height: 1.8rem;
  text-align: center;
  display: block;
}

.profile_corporation_title:hover {
  color: #212439;
}

.profile_corporation_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  padding-bottom: 29px;
  margin-bottom: 2rem;
}

.profile_corporation_card_main {
  padding-left: 18px;
  padding-right: 18px;
}

.profile_corporation_card_center_link_box {
  text-align: center;
  margin-top: 3rem;
}

.profile_corporation_card_header {
  position: relative;
}

.profile_corporation_card_header_logo {
    width: 180px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 90px);
    background-color: #ffffff;
    padding: 6px 8px;
    border-radius: 3px;
}

.synd_profile_corporation_card_header_logo {
  width: 143px;
  height: 42px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 75px);
}

.profile_corporation_card_header_logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.profile_corporation_card_header img {
  border-radius: 4px;
  width: 100%;
}

.profile_corporation_card_link_box {
  padding-top: 24px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile_corporation_card_link_box_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile_corporation_card_link_box_center a {
  margin-right: 7px;
  margin-left: 7px;
}

.dream_team_card {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin: 1rem 0;
  text-align: center;
  padding: 18px;
}
.dream_team_card a {
  font-size: 14px;
  display: inline-block;
  margin: auto;
  margin-top: 1rem;
}

.details_link {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}

.details_title {
  color: #212439;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.details_item {
  margin-bottom: 20px;
  margin-top: 20px;
}

.details_item_map {
  margin-top: 12px;
  margin-bottom: 20px;
}

.details_item_map iframe {
  width: 100%;
  height: 200px;
}

.details_item_video {
  margin-top: 12px;
  margin-bottom: 20px;
}

.details_item_video iframe {
  width: 100%;
  height: 200px;
}

.details_item_description {
  font-size: 12px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.8;
}

.details_item_alert {
  font-size: 14px;
  font-weight: 300;
  color: #11ae57;
}

.details_item_benefits {
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.8;
}

.details_item_confirm {
  font-weight: 700;
  font-size: 14px;
  color: #212439;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.details_item_confirm a {
  font-size: 12px;
  color: #adaeae;
  font-weight: 300;
  text-decoration: underline;
  margin-left: auto;
}

.details_skills {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 17px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.view-skills {
    display: none;
}

.ask_question {
    margin-top: 2rem;
    background: #f5f5f5;
    padding: 2rem 18px;
    border-radius: 8px;
}

.ask_question h2 {
    color: #212439;
    font-size: 22px;
    font-weight: 600;
}

.ask_question div {
    font-size: 18px;
    font-weight: 500;
}

.ask_question textarea {
    width: 100%;
    padding: 6px 12px;
    height: 110px;
    font-size: 16px;
    border-radius: 4px;
    border: 3px solid #ececec;
    margin-top: 12px;
}

.ask_question button {
    width: 100%;
    height: 65px;
    border-radius: 4px;
    border: 2px solid #0d81a7;
    background-color: #0d81a7;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    margin-top: 14px;
}

.ask_question textarea.is-invalid {
    border: 3px solid #ca1414;
}

.ask_question .is-invalid + p {
    color: #ca1414;
    line-height: 1rem;
}

.helped_carrer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom_career_slide {
  width: 25%;
}

.trending_companies_slider .slick-dots {
  margin-top: 20px;
}

.trending_companies_slider .draggable {
  padding-bottom: 10px;
}

.primary-menu &gt; a:hover {
  text-decoration: none;
}

.share_btn .active {
  display: none;
}

.share_btn:hover .normal {
  display: none;
}

.share_btn:hover .active {
  display: inline-block;
}

.similar_container .red_like.active .active {
  display: inline;
}

.about_slide_img_wrapper {
  padding-left: 7px;
  padding-right: 7px;
}

.about_slider .slick-dots {
  margin-top: 20px;
}

.about_info_col {
  height: 100%;
}

.about_info_col iframe {
  width: 540px;
  height: 268px;
  margin-bottom: -9px;
}

#believe_slider {
  display: none;
}

.believe_container {
  background-color: #173b47;
  margin-top: 15px;
  padding-top: 50px;
  padding-bottom: 200px;
}

.believe_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.believe_box_title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 42px;
}

.believe_box_text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.believe_box_content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.believe_box_content a img {
  width: auto;
  height: auto;
}

.believe_box_slide {
  height: 374px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  margin-bottom: 20px;
}

.believe_box_active img {
  opacity: .3;
}

.believe_box_active a img {
  opacity: 1;
}

.believe_box_slide {
  max-width: calc(25% - 15px);
  position: relative;
}

.believe_box_slide img {
  border-radius: 4px;
}

.believe_info_name {
  color: #0d81a7;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}

.believe_info_credo {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 3px;
}

.believe_info_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  line-clamp: 12;
  box-orient: vertical;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 12px;
}

.believe_info_box {
  color: #fff;
  position: absolute;
  z-index: 9;
  font-size: 14px;
  font-weight: 300;
  width: calc(100% - 20px);
  left: 10px;
}

.believe_btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 229px;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #0d81a7;
}

.breadcrumb_separator {
  background-image: url("/images/img/breadcrumb.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 8px;
  width: 10px;
  margin: 0 10px;
}

.breadcrumb_separator_mobile {
  background-image: url("/images/img/breadcrumps_icon_back.png");
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  height: 8px;
  width: 10px;
  margin-right: 10px;
}

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

.breadcrumb_nav a {
  font-size: 12px;
  font-weight: 300;
  color: #212439;
}

.breadcrumb_nav a.active {
  color: #0d81a7;
}

.leaders_container {
  position: relative;
  padding-bottom: 120px;
}

.leaders_container_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #212439;
}

.leaders_container_title .normal {
  font-weight: 300;
}

.leaders_positioned_col {
  position: static;
}

.leaders_img_box {
  position: absolute;
  width: calc(50vw - 138px);
  right: 0;
  top: 25px;
}

.leaders_citate_author {
  padding-left: 20px;
  background-image: url("/images/img/citate_darkblue.png");
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 14px;
  font-weight: 700;
  color: #212439;
  margin-top: 36px;
  padding-left: 45px;
  margin-bottom: 67px;
}

.leaders_info {
  color: #212439;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
}

.leaders_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: 229px;
  height: 55px;
  border-radius: 4px;
  background-color: #0d81a7;
  margin-right: 20px;
  margin-bottom: 10px;
}

.leaders_secondary_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #0d81a7;
    width: 229px;
    height: 55px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.leaders_btn_box {
  margin-top: 42px;
}

.competitors_container {
  background-color: #f5f7f6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.competitors_container_title {
  color: #212439;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0px;
}

.competitors_list li {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
  color: #212439;
  margin-top: 32px;
}

.blue_dots_list {
  list-style: none;
  padding-left: 0;
}

.blue_dots_list li {
  padding-left: 38px;
  background-image: url("/images/img/blue_elipse.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px;
}

.next_gen_title {
  margin-bottom: 34px;
  margin-top: 40px;
}

.applicant_nav {
  height: auto;
}

.applicant_container {
  position: relative;
  margin-top: 8px;
  padding-bottom: 50px;
}

.applicant_img_box {
  position: absolute;
  top: 23px;
  right: 0;
  width: calc(50vw - 70px);
}

.applicant_text {
  margin-top: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #212439;
}

.bg_gray {
  background-color: #f5f7f6;
}

.applicant_tracking_container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.applicant_alert_box {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
}

.applicant_alert_for_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 355px;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #fff;
  color: #0d81a7;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.applicant_tracking_title {
  font-size: 28px;
  color: #212439;
  font-weight: 600;
  margin-top: 30px;
}

.applicant_tracking_text {
  font-size: 16px;
  margin-top: 25px;
  line-height: 24px;
}

.applicant_graph_row {
  margin-top: 80px;
}

.applicant_alert_for {
  background-color: #0d81a7;
  padding-top: 10px;
  padding-bottom: 40px;
}

.applicant_alert_for_text {
  font-size: 26px;
  color: #fff;
  margin-bottom: 23px;
  line-height: 34px;
  font-weight: 600;
}

.applicant_tracking_img_box {
  position: relative;
}

.applicant_tracking_text_box {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: #fff;
  padding-left: 14px;
  padding-top: 13px;
  padding-bottom: 20px;
  padding-right: 35px;
  line-height: 20px;
}

.application_tracking_text_l {
  font-size: 14px;
  line-height: 22px;
}

.applicant_tracking_citate_box {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  z-index: 2;
  background-image: url("/images/img/mdi-format-quote-close.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 17px;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 93px;
  padding-bottom: 12px;
}

.applicant_tracking_citate_text {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
}

.applicant_alert_box {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  bottom: -96px;
}

.applicant_tracking_container_b {
  padding-top: 100px;
}

.row_pt_80 {
  padding-top: 80px;
}

.pb_120 {
  padding-bottom: 120px;
}

.action_features_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.action_features_item {
  width: 100%;
  max-width: calc(25% - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 55px;
}

.action_features_container {
  background-color: #173b47;
  padding-top: 50px;
}

.action_features_link {
  font-size: 18px;
  color: #0d81a7;
  font-weight: 600;
  line-height: 1.89;
}

.action_features_text_box {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 18px;
}

.action_features_title {
  font-size: 32px;
  color: #ffffff;
  line-height: 42px;
  font-weight: 600;
}

.action_plan_card_mini_title {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.action_plan_card_mini {
  max-width: 274px;
}

.action_plan_card_mini_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 22px;
  margin-bottom: 0;
}

.action_plan_card_mini_img {
  margin-bottom: 31px;
}

.action_plan_card {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #ffffff;
  padding-bottom: 80px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.action_plan_card_title {
  font-size: 32px;
  margin-top: 45px;
  color: #212439;
  font-weight: 600;
  margin-bottom: 20px;
}

.action_plan_card_text {
  max-width: 364px;
  color: #212439;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 26px;
}

.action_plan_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 355px;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #0d81a7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.action_plan_row {
  margin-top: 65px;
}

.action_plan_img_box {
  position: relative;
}

.action_plan_citate_box {
  position: absolute;
  z-index: 2;
  max-width: 344px;
  padding-top: 14px;
  padding-left: 15px;
  padding-right: 50px;
  padding-bottom: 9px;
  width: 100%;
  background-color: #ffffff;
  bottom: 10px;
  left: 10px;
  background-image: url("/images/img/mdi-format-quote-close.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 17px;
}

.action_plan_citate_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #212439;
  margin-bottom: 15px;
}

.mb_md_26 {
  margin-bottom: 26px;
}

.about_us_img_box {
  position: absolute;
  top: 47px;
  right: 0;
  width: calc(50vw - 111px);
  overflow: hidden;
}

.about_us_img_box img {
  margin-left: 41px;
}

.about_us_title {
  margin-top: 40px;
  margin-bottom: 27px;
}

.customer_service_title {
  font-size: 28px;
  line-height: 1.29;
  color: #212439;
  font-weight: 300;
  margin-bottom: 38px;
}

.mb_md_38 {
  margin-bottom: 38px;
}

.customer_service_text {
  line-height: 1.67;
  font-size: 18px;
  margin-top: 0;
}

.about_us_img_mob,
.customer_service_img_mob {
  display: none;
}

.customer_social_links a img {
  width: 20px;
  height: 20px;
  margin-right: 17px;
}

.customer_social_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  margin-bottom: 36px;
}

.customer_social_text,
.customer_social_box_title {
  font-size: 18px;
  line-height: 1.44;
  margin-top: 0;
}

.customer_social_text {
  margin-bottom: 36px;
}

.customer_social_box_title {
  margin-bottom: 26px;
}

.customer_social_container {
  padding-top: 47px;
  padding-bottom: 77px;
}

.customer_social_img_wrapper {
  margin-bottom: 46px;
}

.customer_social_img_wrapper img {
  width: 100%;
}

.customer_service_img_box img {
  width: 100%;
}

.customer_service_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tactic_card_m {
  background-color: #fff;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 39px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  color: #212439;
  height: 100%;
  padding-bottom: 35px;
}

.tactic_card_m_title {
  color: #212439;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29;
  margin-top: 42px;
  margin-bottom: 30px;
}

.tactic_card_wrapper {
  margin-bottom: 50px;
}

.tactic_card {
  -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff;
  color: #212439;
  margin-top: -79px;
}

.tactic_card_wrapper_positions {
  margin-bottom: 82px;
}

.branding_container_title {
  color: #212439;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 35px;
}

.branding_container_title .normal {
  font-weight: 300;
}

.branding_info {
  margin-top: 0;
}

.branding_img_box {
  margin-top: -86px;
}

.branding_container {
  padding-top: 20px;
}

.branding_info_text {
  font-size: 16px;
  color: #212439;
  line-height: 1.5;
  margin-top: 35px;
  margin-bottom: 0;
}

.tactic_text {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  max-width: 632px;
  line-height: 1.63;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 16px;
}

.tactic_text span {
  font-weight: 600;
}

.customer_branding_container {
  padding-top: 50px;
  padding-bottom: 76px;
}

.customer_branding_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.31;
  margin-bottom: 10px;
}

.customer_branding_text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.customer_branding_img_wrapper {
  margin-top: -76px;
}

.customer_branding_img_wrapper img {
  width: 100%;
}

.tactic_card_m_text {
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 27px;
  font-size: 16px;
}

.row_branding {
  margin-top: 60px;
}

.tactic_container {
  margin-top: 79px;
}

.branding_integration_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.31;
  color: #212439;
  margin-bottom: 40px;
  margin-top: 70px;
}

.branding_integration_title .normal {
  font-weight: 300;
}

.branding_integration_info {
  font-size: 18px;
  line-height: 1.67;
  color: #212439;
  margin-top: 0;
  margin-bottom: 0;
}

.branding_integration_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.branding_integration_card {
  height: 73px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  font-size: 18px;
  line-height: 1.33;
  color: #212439;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc( 100% / 5 - 19px);
  margin-bottom: 19px;
  margin-right: 19px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.branding_integration_card:nth-child(5n+5) {
  margin-right: 0;
}

.branding_integration_box_title {
  font-size: 28px;
  font-weight: 600;
  color: #212439;
  margin-bottom: 20px;
  margin-top: 20px;
}

.integration_cards_container {
  padding-top: 20px;
  padding-bottom: 46px;
  margin-top: 33px;
}

.terms_menu_tablet {
  display: none;
  position: relative;
}

.terms_nav {
  display: none;
}

.terms_nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  background: #f4f7f6;
  top: 49px;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
}

.terms_container_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.88;
  color: #212439;
  margin-bottom: 39px;
}

.terms_container_list_title_single {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: #212439;
}

.terms_container_list_title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: #212439;
  margin-bottom: 30px;
}

.terms_container_list_subtitle {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.7px;
  line-height: 1.86;
  color: #212439;
  margin-bottom: 27px;
}

.terms_container_text {
  font-size: 14px;
  line-height: 1.86;
  font-weight: 300;
  color: #212439;
  margin-bottom: 23px;
}

.terms_nav_link {
  font-size: 14px;
  line-height: 2.57;
  color: #212439;
}

.terms_nav_link.active {
  color: #0d81a7;
}

.terms_nav_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 91px;
}

.terms_container {
  padding-top: 53px;
  padding-bottom: 50px;
}

.about_us_info {
  margin-bottom: 250px;
}
.action_plan_container {
  padding-bottom: 80px;
  padding-top: 50px;
}

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

.partner {
    color: #212439;
}

.employer_container_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #212439;
  margin-bottom: 42px;
}

.employer_container_title .normal {
  font-weight: 300;
}

.employer_btn_box {
  margin-top: 45px;
}

.employer_img_box {
  margin-top: -60px;
}

.employer_container {
  padding-bottom: 67px;
}

.comunity_container_title {
  color: #212439;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0px;
}

.employer_img_box img {
  width: 568px;
  max-width: auto;
}

.comunity_container {
  padding-top: 54px;
  padding-bottom: 52px;
}

.comunity_container_title {
  margin-bottom: 32px;
}

.section_title {
  color: #212439;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0px;
}

.section_title_low {
  font-size: 28px;
}

.employer_features_container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.employer_features_title {
  margin-bottom: 40px;
}

.employer_features_item {
  margin-bottom: 34px;
  cursor: pointer;
  user-select: none;
}

.employer_features_item_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.employer_features_item_text p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.employer_features_item.active {
  padding-left: 35px;
  background-image: url("/images/img/down-chevron@1X.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 35px;
}

.employer_features_item.active .employer_features_item_title {
  color: #0D81A7;
}

.employer_features_item.active .employer_features_item_text {
  color: #0D81A7;
}

.employer_chose_link span {
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.employer_chose_container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.employer_chose_title {
  margin-bottom: 118px;
}

.employer_chose_card {
  position: relative;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  width: 432px;
  height: 310px;
  padding-top: 82px;
  margin-bottom: 38px;
}

.employer_chose_card_thumb {
  position: absolute;
  background-color: #fff;
  width: 193px;
  height: 145px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  top: -75px;
  left: -108px;
}

.employer_chose_card_title {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}

.dark_check_list {
  list-style: none;
  padding-left: 0;
}

.dark_check_list li {
  padding-left: 38px;
  background-image: url("/images/img/employer_list_chevron.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px;
}

.blue_check_list {
  list-style: none;
  padding-left: 0;
}

.blue_check_list li {
  padding-left: 38px;
  background-image: url("/images/img/check_blue.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px;
}

.employer_chose_card_item {
  font-size: 20px;
}

.employer_chose_card_list {
  margin-top: 37px;
  margin-left: 89px;
}

.employer_chose_btn_wrapper {
  text-align: center;
  padding-left: 107px;
  margin-bottom: 100px;
}

.employer_slider .slick-next {
  position: absolute;
  top: 0;
  width: 20px;
  bottom: 0;
  right: 0;
  font-size: 0;
  color: transparent;
  border: none;
  background-color: transparent;
  background-image: url("/images/img/chevron_right.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}

.employer_slider .slick-prev {
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  color: transparent;
  border: none;
  background-color: transparent;
  background-image: url("/images/img/chevron_left.png");
  background-size: left center;
  background-repeat: no-repeat;
  background-position: center;
}

.employer_slide_box {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.employer_slide_box img {
  margin-left: auto;
  margin-right: auto;
}

.employer_slider_container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.employer_slider_title {
  margin-bottom: 41px;
}

.employer_discover_title {
  color: #fff;
}

.employer_discover_title {
  margin-bottom: 49px;
}

.employer_discover_text {
  color: #fff;
}

.employer_discover_img img {
  height: 455px;
  -o-object-fit: cover;
  object-fit: cover;
}

.employer_discover_conteiner {
  padding-top: 50px;
  padding-bottom: 75px;
}

.employer_discover_content {
  padding-top: 100px;
}

.employer_discover_btn_wrapper {
  margin-top: 34px;
  margin-bottom: 30px;
}

.employer_discover_link {
  color: #fff;
}

.employer_sign_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.employer_sign_info {
  max-width: 191px;
}

.employer_sign_packages_card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.employer_sign_packages_thumb {
  background-color: #fff;
  margin-right: 30px;
  border-radius: 4px;
  width: 152px;
  min-width: 152px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.employer_sign_packages_thumb img {
  width: 72px;
}

.employer_sign_packages_card {
  background-color: #fff;
  padding-left: 155px;
  padding-top: 30px;
  padding-bottom: 57px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
  margin-bottom: 50px;
}

.employer_sign_packages_card_title {
  margin-bottom: 5px;
}

.employer_sign_packages_title {
  margin-bottom: 10px;
}

.employer_sign_packages_list {
  margin-bottom: 0;
}

.employer_sign_packages_list li {
  font-size: 18px;
  margin-bottom: 8px;
}

.employer_sign_packages_list li:last-child {
  margin-bottom: 0;
}

.employer_sign_packages_card_subtitle {
  font-size: 18px;
}

.employer_sign_packages_subtitle {
  font-size: 18px;
}

.employer_sign_packages_card_main {
  margin-top: 40px;
}

.employer_card_btn {
  height: 56px;
  font-size: 18px;
}

.employer_card_price {
  font-size: 35px;
  font-weight: bold;
  color: #0D81A7;
  margin-bottom: 30px;
  margin-top: 13px;
}

.employer_card_title {
  font-weight: 400;
  color: #0D81A7;
  font-size: 18px;
  font-weight: 500;
}

.employer_card_subtitle {
  margin-bottom: 25px;
  font-size: 18px;
  min-height: 60px;
}

.employer_card_info_title {
  font-size: 18px;
}

.employer_card {
  background-color: #fff;
  max-width: 275px;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  margin-left: auto;
}

.employer_information_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.employer_card_box {
  max-width: 275px;
  margin-left: 23px;
  width: 100%;
}

.show_text {
  display: none;
}

.show_text.active {
  display: inline;
}

.employer_information_line_box {
  overflow: hidden;
  height: auto;
  max-height: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.employer_information_line_box.active {
  max-height: 1500px;
}

.employer_card_information {
  display: none;
}

.employer_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.employer_table_col {
  max-width: 260px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

.employer_table_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E4E3;
}

.employer_table_col_first {
  text-align: left;
  margin-left: 0;
  max-width: 220px;
  margin-left: 0;
}

.employer_subtable p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.employer_subtable {
  margin-top: 50px;
}

.employer_sign_packages_container {
  padding-bottom: 80px;
  padding-top: 50px;
}

.imployer_staffing_box {
  padding-top: 60px;
}

.employer_staffing_img img {
  border-radius: 4px;
}

.imployer_staffing_box p {
  margin-top: 0;
  margin-bottom: 0;
}

.employer_information_line {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E2E4E3;
}
.employer_features_img {
  display: none;
}
.employer_features_img.active {
  display: block;
}

.final_link {
  margin-left: auto;
  border-radius: 40px;
  width: 131px;
  height: 57px;
}

.header_single {
  padding-top: 10px;
  padding-bottom: 10px;
}

.final_hero_container {
  background-image: url("/images/img/final_header_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 202px;
  padding-bottom: 242px;
}

.final_nurse_container {
  background-image: url("/images/img/at&amp;t_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 202px;
  padding-bottom: 242px;
}

.final_post_box {
  border-top: 10px solid #0a82a7;
  max-width: 714px;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 73px;
  padding-bottom: 63px;
  background-color: aliceblue;
}

.final_title {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 500;
  color: #262C33;
  margin-bottom: 16px;
}

.final_steps_img {
  display: none;
}

.final_steps_img.active {
  display: block;
}

.final_steps_item {
  color: #bcc2c4;
  position: relative;
  padding-left: 47px;
  margin-bottom: 55px;
}

.final_steps_item::after {
  content: '';
  display: block;
  width: 9px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0b82a8;
  position: absolute;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.final_steps_item.active {
  font-family: Poppins;
  color: #000000;
}

.final_steps_btn {
  width: 200px;
  height: 50px;
  border: 1.5px solid #bcc2c4;
  background-color: transparent;
  color: #0b82a8;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
}

.final_hire_container {
  padding-top: 451px;
  padding-bottom: 471px;
  background-image: url("/images/img/final_photo_box.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.custom_offset_right {
  float: right;
}

.final_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.final_form label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #262c33;
  margin-bottom: 18px;
}

.final_form select {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #8c9194;
  height: 40px;
  border: 1px solid #cccccc;
  padding-left: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/images/img/final_select.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  margin-bottom: 29px;
}

.final_form button {
  width: 257px;
  height: 40px;
  background-color: #0a82a7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 40px;
}

.final_form button:hover {
  color: #00688E;
}

.final_post_box {
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 73px;
  padding-bottom: 63px;
}

.final_title {
  line-height: 1.4;
  font-weight: 700;
  color: #262c33;
  margin-bottom: 16px;
}

.trusted_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.trusted_rating {
  margin-left: 4.5px;
  margin-right: 4.5px;
}

.trusted_text {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  color: #9b9b9b;
  margin-bottom: 50px;
}

.trusted_container {
  padding-top: 53px;
}

.trusted_logo {
  padding-bottom: 80px;
  border-bottom: 1px solid #d9dcdd;
}

.final_steps_container {
  padding-top: 62px;
  padding-bottom: 82px;
}

.final_hire_box {
  background-color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.final_hire_title {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
  color: #515659;
}

.final_hire_subtitle {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  color: #515659;
}

.final_hire_container {
  padding-top: 22vw;
  padding-bottom: 24vw;
}

.final_testimonial_slide {
  text-align: center;
}

.final_testimonial_slide_logo {
  margin-bottom: 56px;
}

.final_testimonial_slide_logo img {
  margin-left: auto;
  margin-right: auto;
}

.final_testimonial_slide_citate {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  color: #515659;
  margin-bottom: 12px;
}

.final_testimonial_slide_author {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-style: italic;
  color: #515659;
}

.slider_gray_dots .slick-dots {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 44px;
}

.slider_gray_dots .slick-dots li.slick-active button {
  background-color: #000;
}

.slider_gray_dots .slick-dots li button {
  margin-left: 17.5px;
  margin-right: 17.5px;
  border: none;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  display: block;
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: #c0c0c0;
}

.final_testimonials_container {
  padding-top: 64px;
  padding-bottom: 94px;
}

.final_testimonial_btn_wrapper {
  text-align: center;
  margin-top: 20px;
}

.final_testimonial_btn {
  width: 239px;
  height: 50px;
  border: 1px solid #0b82aa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #0b82aa;
}

.final_trusted_card_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.final_trusted_card {
  max-width: 638px;
  width: 100%;
  height: 336px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 17.5px;
  margin-right: 17.5px;
}

.final_trusted_card:first-child {
  margin-left: 0;
}

.final_trusted_card:last-child {
  margin-right: 0;
}

.final_trusted_title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  color: #4a545a;
}

.final_trusted_text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #4a545a;
}

.final_make_title {
  font-size: 32px;
  line-height: 62px;
  font-weight: 700;
  color: #2f3639;
  text-align: center;
  margin-bottom: 41px;
}

.final_make_btn_wrapper {
  text-align: center;
  padding-bottom: 69px;
  border-bottom: 1px solid #d9dcdd;
  margin-bottom: 67px;
}

.final_make_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 296px;
  height: 50px;
  background-color: #0b82a8;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 40px;
}

.hr {
  max-width: 1640px;
  height: 1px;
  border: 1px solid #d9dcdd;
  width: 100%;
  margin: 0 auto;
}

.final_make_title_low {
  font-size: 28px;
  text-align: center;
  color: #2f3639;
  margin-bottom: 28px;
}

.final_make_text {
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #2f3639;
}

.final_make_text a {
  color: #0b82a8;
}

.final_make_conainer {
  padding-top: 64px;
  padding-bottom: 94px;
}

.final_steps_title {
  font-weight: 700;
  color: #2f3639;
  margin-bottom: 70px;
}

.final_steps_img {
  padding-top: 120px;
}

.final_steps_item_title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.final_steps_item_text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.final_link_header {
  width: 131px;
  height: 50px;
  background-color: #0a82a7;
  font-size: 17.9px;
  line-height: 17px;
  font-weight: 700;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 40px;
}

.final_hire_box {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.variant_card {
  position: relative;
  margin-right: 10px;
    min-height: 238px;
    min-width: 245px;
}

.variant_card::after {
    border-radius: 3px;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2125277a;
    top: 0;
    left: 0;
    transition: all 0.2s;
    opacity: 0.1;
}

a:hover &gt; .variant_card::after {
    opacity: 1;
}

.variant_bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.variant_content {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.variant_content_wrapper {
  max-width: 233px;
  width: 100%;
}

.variant_text {
  font-weight: 300;
  text-align: center;
  max-width: 195px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  text-shadow: 0 0 5px black;
}

.variant_title {
  text-align: center;
  font-size: 18px;
  min-height: 38px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  text-shadow: 0 0 5px black;
}

.home_variants_container {
  padding-top: 47px;
}

.home_variants_row {
  margin-top: 19px;
}

.hero_discover_container {
  background-image: url("/images/img/discover_list_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 113px;
}

.hero_list_section {
  padding-top: 76px;
}

.hero_list_section_title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.hero_list_section_text {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
}

.search_group_border {
  border: 1px solid #eee;
  border-radius: 5px;
}

.search_group_border .search_input {
  width: 353px;
}

.search_group_border .search_location {
  width: 273px;
}

.search_list_container {
  padding-top: 26px;
}

.variant_like {
    position: absolute;
    z-index: 8;
    top: 38px;
    right: 41px;
}

.variant_like img {
  width: 21px;
  height: 21px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.variant_like.active .active {
  display: inline;
  width: 21px;
  height: 21px;
}

.variant_card_top_30 {
  margin-top: 30px;
  transition: all 1s;
}

.list_companies_container_top_30 {
  padding-top: 30px;
}

.list_companies_container_bottom_70 {
  padding-bottom: 70px;
}

.employer_testimonial_title {
  margin-top: 100px;
  margin-bottom: 23px;
}

.employer_testimonials_info {
  font-size: 16px;
  color: #212439;
  line-height: 1.5;
}

.employer_testimonial_img {
  margin-top: 13px;
}

.employer_testimonial_card {
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 21px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 21px 24px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding: 50px;
}

.employer_testimonial_author {
  margin-top: 25px;
  font-size: 16px;
  color: #212439;
  line-height: 24px;
}

.employer_testimonial_author_name {
  font-weight: 600;
}

.employer_testimonial_text {
  font-size: 16px;
  line-height: 24px;
}

.employer_testimonial_img_logo {
  margin-bottom: 33px;
}

.employer_testimonials_section {
  padding-bottom: 36px;
}

.hero_hot_companies_container {
  background-image: url("/images/img/hot_companies_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.hero_hot_companies_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 56px;
  width: 117px;
  border-radius: 6px;
  text-decoration: none;
  margin-left: auto;
}

.hero_hot_companies_btn img {
  width: 21px;
  margin-left: 5px;
}

.hero_list_section_nav_box {
/*   padding-top: 45px; */
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_hot_keep_companies_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-right: 40px;
}

.hero_hot_keep_companies_item img {
  margin-right: 10px;
  min-width: 20px;
}

.text_underline {
  position: relative;
}

.text_underline:after {
  content: '';
  display: block;
  width: 90%;
  height: 2px;
  background: #0D81A7;
  position: absolute;
  bottom: 0px;
}

.dream-team-feedback .form-group .work_life_label {
  width: 20px;
  text-align: center;
  margin-top: 0;
}

.dream-team-feedback .work_life_label div {

  font-size: 14px;
}

.dream-team-feedback .work_life_label input {
  margin: 0;
  position: static;
}

.dream-team-feedback .form-group&gt;label {
  font-size: 18px;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.dream-team-card .dream-team-header {
  margin-top: 0;
}

.dream-team-header {
  color: black;
  font-weight: bold;
  margin-top: 2rem;
  text-align: center;
  font-size: 28px;
}

.dream-team-share {
  margin-top: 0.5rem;
  width: 180px;
  text-align: left;
}


.dream-team [class^="col-"] {
  margin-bottom: 1.75rem;
}

.dream-team.result-view [class^="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.dream-team-progress {
  height: 24px;
  width: 100%;
  background: #EEE;
  border-radius: 30px;
  margin-bottom: 1rem;
  margin-top: 6px;
}

.dream-team-progress-bar {
  height: 100%;
  width: 40%;
  background: #04bef6;
  background-image: linear-gradient(to right, #4fdbfc, #0982a7);
  border-radius: 30px 0 0 30px;
}

.dream-team-card {
  padding: 24px 40px;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
  border-radius: 10px;
  background-color: #ffffff;
}

.dream-team h1 {
  margin: 3rem 0;
  margin-top: 2rem;
  color: black;
  font-weight: bold;
}

.dream-team h3 {
  color: #000;
  font-weight: 600;
  margin: 1rem 0;
}

.dream-team h2.dream-team-header {

  font-weight: 500;
  margin-bottom: 0;
  font-size: 22px;
  color: black;
}

.dream-team h2 {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: black;
  text-align: center;
}

.dream-team-pie-value {
  position: absolute;
  height: 200px;
  width: 100%;
  text-align: center;
  margin-top: 70px;
  font-size: 24px;
}

.dream-team-pie-value small {
  font-size: 1rem;
  display: block;
  font-size: 14px;
  text-align: center;
}

.dream_team_back {
  cursor: pointer;
  float: right;
}

.dream-team-progress-bar-label {
  background: #0982a7;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 0.5rem;
  position: relative;
  width: 100px;
  line-height: 1.5rem;
  font-size: 11px;
}

.dream-team-progress-bar-label::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0982a7 transparent transparent transparent;
}

#dream-team-turnover,
#dream-team-management-style,
#dream-team-growth-opportunity {
  width: 200px;
}

#dream-team-leadership-support-yes,
#dream-team-leadership-support-no,
#dream-team-leadership-support-unsure {
  width: 180px;

}

.dream-team-custom-labels&gt;div {
  font-size: 11px;
  line-height: 1rem;
  margin-top: 1rem;
}

.dream-team-custom-labels&gt;div&gt;div {
  background-color: #0982a7;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 12px;
}

.dream-team-custom-labels&gt;div:nth-child(1)&gt;div {
  background-color: #0982a7;
}

.dream-team-custom-labels&gt;div:nth-child(2)&gt;div {
  background-color: #3aa9c6;
}

.dream-team-custom-labels&gt;div:nth-child(3)&gt;div {
  background-color: #4fdbfc;
}

.dream-team-jobs a {
  color: #000;
  font-weight: 500;
}

.dream-team-jobs div {
  line-height: 1rem;
  color: #999;
  font-size: 12px;
  margin-bottom: 1rem;
}

.list_companies_featured_title {
  font-size: 34px;
  margin-bottom: 28px;
}

.list_companies_filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 30;
  margin-bottom: 16px;
}

.companies_filter_box_link {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  color: #212439;
  font-weight: 600;
}

.companies_filter_box_link_single {
  margin-left: auto;
  margin-right: 0;
}

.companies_filter_card {
  min-height: 248px;
  margin-bottom: 19px;
}

.companies_filter_card .red_like .normal {
  display: block;
}

.companies_filter_card .red_like.active .normal {
  display: none;
}

.companies_filter_card .newest_header img {
  display: block;
  height: 52px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.companies_filter_card .newest_title {
  margin-top: 16px;
  font-size: 15px;
}

.companies_posted_info {
  margin-top: 25px;
}

.list_companies_filters_container {
  position: absolute;
  top: 40px;
  left: -50px;
  z-index: 10;
  background: #fff;
}

.list_companies_filters_container.active {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  width: calc(100% + 100px);
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 29px;
}

.show_list_companies_fiters_form_label {
  display: inline-block;
}

.list_companies_fiters_form_label {
  cursor: pointer;
  padding-right: 19px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.list_companies_fiters_form_label span {
  margin-left: 7px;
}

.list_companies_fiters_form_label.unactive {
  display: none;
}

.list_companies_fiters_form_label.unactive.active {
  display: inline;
}

.list_companies_filters_searched_item {
  white-space: nowrap;
  background-color: #F5F7F6;
  padding: 6px 11px;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.list_companies_filters_searched_title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.list_companies_filters_searched {
  margin-top: 15px;
}

.companies_filter_box_title {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.list_keep_container {
  padding-bottom: 30px;
}

.companies_filter_box_link {
  white-space: nowrap;
}

.companies_filter_box_link.active {
  color: #0d81a7;
}

.companies_filter_box_link:hover {
  text-decoration: none;
}

.companies_filter_box_link svg {
  width: 9px;
  height: 9px;
  margin-left: 20px;
}

.list_companies_filters_searched_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_companies_filters_single_box {
  display: none;
}

.list_companies_filters_single_box.active {
  display: block;
}

.show_list_companies_fiters_form_label .second_span {
  display: none;
}

.show_list_companies_fiters_form_label.active .second_span {
  display: inline;
}

.show_list_companies_fiters_form_label.active .first_span {
  display: none;
}

.hero_keep_companies_container {
  background-image: url(/images/img/keep_n_track_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.home_variants_slider .slick-dots {
  padding-top: 15px;
}

.home_variants_link {
  margin-left: auto;
  margin-bottom: 20px;
}

.final_make_heaer_btn {
  width: 236px;
}

.advanced_search_hero_container {
  background-color: #173b47;
}

.advanced_search_result_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 13px;
  margin-top: 13px;
}

.advanced_search_result_check input {
  top: -2px;
  margin-right: 15px;
}

.advanced_search_result_check_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 197px;
  line-height: 1.2;
}

.advanced_search_result_check_val {
  font-size: 16px;
}

.advanced_search_result_check_count {
  display: inline-block;
  position: relative;
  top: -3px;
}

.advanced_search_result_check_drop_hide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.advanced_search_result_check_hide {
  display: none;
}

.advanced_search_result_check_hide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advanced_search_result_drop_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #212439;
  margin-bottom: 18px;
  margin-top: 23px;
}

.advanced_search_result_drop_link span {
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advanced_search_result_drop_link img {
  display: block;
}

.advanced_search_result_drop_link.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.advanced_search_result_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advanced_search_result_link {
  display: none;
}

.advanced_search_result_card_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advanced_search_result_card_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advanced_search_result_card_btn img {
  min-height: 50px;
  min-width: 50px;
  height: 50px;
  width: 50px;
  margin-right: 14px;
}

.advanced_search_notify_form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advanced_search_notify_form {
  margin-top: 25px;
  display: none;
}

.advanced_search_notify_form button {
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  height: 41px;
  color: #ffffff;
  background-color: #0d81a7;
  border: none;
  width: 162px;
}

.advanced_search_notify_form input {
  max-width: 412px;
  width: 100%;
  height: 41px;
  border-radius: 4px;
  border: 1px solid gray;
  margin-right: 14px;
}

.advanced_search_notify_form.active {
  display: block;
}

.advanced_search_result_card_btn:hover {
  text-decoration: none;
}

.advanced_search_result_card_btn:first-child {
  margin-right: 48px;
}

.advanced_search_result_card_btn_title {
  font-weight: 600;
  line-height: 1.2;
}

.advanced_search_result_card_btn_subtitle {
  color: #212439;
}

.advanced_search_result_card_container {
  padding-top: 56px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.advanced_search_result_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advanced_search_result_container {
  padding-top: 30px;
}

.advanced_search_result_filters_select {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 19px;
  margin-bottom: 19px;
}

.advanced_search_result_filters_select .close_sel {
  margin-left: -35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  min-width: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advanced_search_result_filters_select span {
  height: 35px;
  display: inline-block;
  background-image: url("/images/img/square_sel_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) center;
  background-size: 35px;
  padding-right: 73px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e7ebec;
  border: none;
  padding-left: 11px;
  padding-top: 4px;
}

.advanced_search_result_filters_select a{
    color: #212439;
}

.advanced_search_result_filters_select select option:hover {
  background-color: #bec9cc;
}

.advanced_search_result_filters_select.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.advanced_search_result_filters_box {
  padding-top: 20px;
  margin-top: 18px;
  /* padding-bottom: 20px; */
}

.advanced_search_result_box_col_filters {
  margin-right: 24px;
}

.advanced_search_result_filters_title {
  font-size: 24px;
  margin-bottom: 16px;
}

.advanced_search_result_filters_row .newest_card {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  height: 320px;
}

 .newest_card .newest_header {
  text-align: center;
}

 .newest_card .posted_info {
     position: absolute;
     bottom: 20px;
     width: calc(100% - 40px);
}

.hiden_newest_card {
  display: none;
}

.hiden_newest_card.active {
  display: block;
}

.advanced_search_newest_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  height: 55px;
  border: none;
  width: 275px;
}

.btn_primary {
  color: #ffffff;
  background-color: #0d81a7;
}

.text_center {
  text-align: center;
}

.advanced_search_newest_btn_box {
  margin-top: 30px;
}

.advanced_search_result_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 11px;
}

.advanced_search_result_drop_menu {
  margin-bottom: 38px;
}

.advanced_search_result_drop_menu.active {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
}

.advanced_search_result_btn {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 125px;
  height: 44px;
  border-radius: 4px;
  color: #212439;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advanced_search_result_btn.active {
  border: 1px solid #0d81a7;
  color: #0d81a7;
  font-weight: 600;
  font-size: 16px;
}

.advanced_search_result_btn_box {
  margin-bottom: 27px;
}

.advanced_search_result_companies {
  margin-top: 60px;
}

.advanced_search_result_companies .col-sm-6.col-md-6.col-lg-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.close_advanced_search_result_form {
  display: none;
}

.advanced_search_modal_overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.advanced_search_modal_overlay.active {
  display: block;
}

.bootstrap_container {
  max-width: 1070px;
}

.advanced_search_modal_overlay_container {
  max-width: 1551px;
  background-color: #fff;
  margin-left: auto;
}

.backdrop {
  background: #00000080;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.advanced_search_detail_hero_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advanced_search_section_link img {
  min-width: 13px;
  width: 13px;
  min-height: 13px;
  margin-right: 9px;
}

.descripton_form_box_top_30 {
  margin-top: 30px;
}

.description_form_info_high {
  font-size: 18px;
  color: #212439;
  margin-bottom: 17px;
}

.offset_lg_4 {
  margin-left: 33.333333%;
}

.advanced_similar_container {
  margin-top: 60px;
}

.header_detail_icon_ml {
  margin-left: 0;
}

.pl_lg_53 {
  padding-left: 53px;
}

.advanced_search_detail_hero_line {
  padding-bottom: 45px;
  padding-top: 52px;
}

.advanced_search_modal_header {
  border-bottom: 1px solid #dbddde;
}

.advanced_search_result_filters_row .newest_card .newest_title {
  cursor: pointer;
}

.fixed_box {
  overflow: hidden;
}

.newest_card {
  position: relative;
  height: 320px;
}

.advanced_search_result_filters_row .newest_card.featured:after {
  content: 'Featured Job';
  padding: 2px 8px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.4;
  font-size: 12px;
  background: #0d81a7;
  color: #fff;
  font-weight: 500;
}
.shopify_variant_text {
  display: none;
}

/* Dream Team */
.dream_container_title {
  margin-bottom: 28px;
  margin-top: 104px;
}

.dream_nav {
  height: auto;
}

.dream_img_box {
  transform: translate(43px,-12px);
}

.work_container {
  margin-top: 26px;
}

.work_content {
  margin-top: 149px;
  margin-right: -59px;
  margin-left: -13px;
}

.work_container_text,
.invite_container_text,
.compile_container_text,
.social_container_text,
.try_container_text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

.work_container_title,
.invite_container_title,
.compile_container_title,
.social_container_title {
  margin-bottom: 28px;
  line-height: 48px;
}

.work_img_box {
  margin-left: -45px;
}

.invite_container {
  background: #F4F7F6;
  margin-top: 70px;
  padding-bottom: 29px;
}

.invite_content {
  margin-top: 181px;
}

.invite_img_box {
  transform: translate(82px, 8px);
}

.compile_container {
  padding-top: 109px;
  padding-bottom: 30px;
}

.compile_content {
  margin-top: 77px;
  margin-left: -16px;
  margin-right: -43px;
}

.social_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 53px;
  margin-right: 3px;
}

.social_links_box {
display: flex;
align-items: center;
justify-content: flex-end;   
margin-top: 62px;
}

.social_container {
  margin-top: 126px;
  padding-bottom: 30px;
}

.try_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 360px;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background-color: #fff;
  color: #0d81a7;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.try_btn:hover {
  text-decoration: underline;
}

.try_container {
  background: #0E81A6;
  margin-top: 186px;
  padding-top: 56px;  
  padding-bottom: 77px;
}

.try_container_title {
  color: #fff;
  margin-bottom: 32px;
}

.try_container_text {
  color: #fff;
  margin-bottom: 50px;
}

.try_container_text span {
  font-weight: 700;
}

.try_container_content {
  margin: 0 auto;
  max-width: 810px;
}

.login .btn-login {
  /* width: 200px; */
}

.login .btn-social-auth {
  width: 100%;
}

.login .btn-onetimelogin {
  margin-top: 12px;
  font-weight: 600;
  font-size: 18px;
}

.auth_onetimelogin {
  text-align: center;
  padding-top: 80px;
}

.unmc_job table {
  border-collapse: collapse;
  margin: 8px 0 32px 0;
  width: 100%;
}
.unmc_job table th {
  text-align: left;
  width: 200px;
  background: #f5f5f5;
  vertical-align: top;
}
.unmc_job table th,
.unmc_job table td {
  padding: 8px 12px;
  border: 1px solid #dedfdd;
}
.unmc_job table td div:not(:last-child) {
  margin-bottom: 16px;
}
.unmc_job .builder_title {
  font-size: 16px;
  color: #7c7e7f;
}
.unmc_job h1,
.unmc_job h2 {
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
}
.unmc_job h2.tab {
  font-size: 1.2rem;
  margin: 40px 0 16px 0;
}
.unmc_job table td div:empty,
.unmc_job br:empty,
.unmc_job p:empty {
  display: none;
}

@media screen and (max-width: 1800px) {
  .about_us_img_box img {
    margin-left: 0;
  }

  .final_hire_container {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 1370px) {
  .final_hire_container {
    padding-top: 19%;
    padding-bottom: 19%;
  }
}

@media screen and (max-width: 1280px) {
  .list_companies_filters_container {
    width: 100%;
  }

  .list_companies_filters_container.active {
    width: 100%;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .list_companies_filters_container {
    width: 100%;
  }

  .list_companies_filters_container.active {
    width: 100%;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .variant_content_wrapper {
    max-width: calc(100% - 10px);
  }

  .variant_title {
    font-size: 14px;
    min-height: 34px;
  }

  .variant_text {
    font-size: 12px;
    line-height: 1.4;
    max-width: 175px;
  }
}

@media screen and (max-width: 1199px) {
  .advanced_search_modal_overlay {
    width: 100%;
  }

  .advanced_search_section_link {
    margin-top: 20px;
  }

  .advanced_search_detail_hero_line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .close_advanced_search_result_form {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
  }

  body.fixed_box {
    overflow: hidden;
  }

  .advanced_search_result_box_col_filters {
    display: none;
  }

  .advanced_search_result_box_col_filters.active {
    display: block;
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow-y: scroll;
    margin-right: 0;
  }

  .advanced_search_result_link {
    display: inline-block;
    margin-top: 20px;
  }

  .variant_content_wrapper {
    max-width: calc(100% - 10px);
  }

  .variant_title {
    font-size: 14px;
    min-height: 34px;
  }

  .variant_text {
    font-size: 12px;
    line-height: 1.4;
    max-width: 175px;
  }

  .featured_all_column {
    width: 33.33%;
    display: block;
    margin-bottom: 20px;
  }
  .employer_sign_packages_card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .employer_sign_packages_thumb {
    margin-right: 20px;
  }

  .blue_check_list li {
    font-size: 16px;
  }

  .employer_table {
    display: none;
  }

  .employer_card_information {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }

  .employer_information_btn_wrapper {
    margin-top: 20px;
    text-align: center;
  }

  .employer_card_box {
    margin-left: auto;
    margin-right: auto;
  }

  .employer_card_box:first-child {
    margin-left: 0;
  }

  .employer_card_box:last-child {
    margin-right: 0;
  }

  .employer_sign_packages_card_subtitle {
    font-size: 16px;
  }

  .employer_sign_btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .employer_btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .careerlink_btn_gutter_left {
    margin-left: 0;
    margin-top: 20px;
  }

  .employer_chose_card_thumb {
    width: 120px;
    height: 95px;
    left: -60px;
    top: -50px;
  }

  .employer_chose_card_thumb img {
    width: 50%;
  }

  .employer_chose_card {
    width: 100%;
    max-width: 360px;
    min-height: 260px;
    height: auto;
    padding-top: 50px;
  }

  .employer_chose_btn_wrapper {
    padding-left: 75px;
  }

  .employer_chose_card_list {
    margin-left: 40px;
  }

  .dark_check_list li {
    font-size: 16px;
  }
  .about_us_img_desk {
    display: none;
  }
  
  .about_info_col_2 iframe {
    width: 200%;
  }

  .about_us_img_mob {
    display: inline;
  }
  .detail_time_box {
    margin-top: 17px;
  }

  .detail_report_link {
    margin-top: 17px;
    margin-right: 10px;
  }

  .about_info_col {
    height: 100%;
  }

  .primary_menu a {
    width: auto !important;
  }

  .custom_career_slide {
    width: 100%;
  }

  .custom_career_slide .career_slide_box {
    min-height: auto;
    margin-bottom: 60px;
  }

  .helped_carrer_box {
    display: block;
  }

  .header_detail_btn_apply {
    width: 150px;
  }

  .header_detail_info {
    display: none;
  }

  .header_detail_info_md {
    margin-top: 25px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
  }

  .header_detail_info_position,
  .header_detail_info_applicants {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .header_detail_time {
    width: 100%;
  }

  .search_form .search_input {
    width: 100%;
  }

  .search_form input {
    width: 100%;
  }

  .search_form button {
    width: 100%;
  }

  .search_group {
    margin-bottom: 10px;
  }

  .search_group_md_50 {
    width: calc(50% - 10px);
  }

  .search_group_md_full {
    width: 100%;
  }

  .featured_slide_title {
    margin-top: 23px;
  }

  .featured_slide_content {
    padding-left: 0;
  }

  .featured_slide_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured_slide_box_lg {
    width: 100%;
  }

  .featured_slide_box_lg img {
    width: 100%;
  }

  .recruit_card_mini {
    width: 100%;
  }

  .recruit_card_mini_header {
    margin-right: 38px;
    min-width: 97px;
    margin-bottom: 0;
    height: 83px;
  }

  .recruit_card_mini_box {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .recruit_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recruit_btn {
    width: 100%;
  }

  .recruit_content {
    max-width: 334px;
    margin-right: 22px;
  }

  .recruit_video_box {
    min-width: 334px;
  }

  .recruit_video_box iframe {
    height: auto;
    width: auto;
  }

  .profile_corporation_card .profile_corporation_card_header img{
    width: 100%;
  }
  
  .recruit_video_box .video-play-icon {
    height: auto;
    width: auto;
  }

  .starbucks_nav a.starbucks_link_count {
    display: none;
  }

  .starbucks_link_count.corporation_link_md {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .corporation_box {
    padding-left: 0;
    margin-top: 37px;
    margin-bottom: 11px;
  }

  .corporation_box_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .starbucks_nav {
    width: 795px;
  }

  .about_link {
    margin-top: 36px;
  }

  .about_container {
    margin-top: 77px;
  }

  .about_info_box {
    margin-top: 59px;
  }

  .newest_companies {
    margin-top: 80px;
  }

  .technologies_container {
    margin-top: 80px;
  }

  .technologies_culture {
    margin-top: 80px;
    width: 100%;
  }

  .technologies_technologies {
    width: 100%;
  }

  .technologies_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .technologies_col {
    width: 50%;
  }

  .technologies_col img {
    min-width: 285px;
    height: auto;
    width: 100%;
  }

  .technologies_text {
    padding-top: 22px;
  }

  .technologies_content_box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team_box {
    width: 50%;
    padding-bottom: 15px;
  }

  .team_box img {
    width: 100%;
  }

  .team_box:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .team_box_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team_content_box {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .team_content_text {
    max-width: 100%;
    margin-top: 0px;
  }

  .compile_content {
    margin-top: 45px;
    margin-right: 0;
    margin-left: 0;
  }

  .social_link {
    margin-left: auto;
  }

  .work_img_box {
    margin-left: 0;
  }

  .work_content {
    margin-top: 94px;
  }

  .dream_container_title {
    margin-top: 45px;
  }
}

@media screen and (max-width: 1090px) {
  .final_hire_container {
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
  }
}

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

  .pl_lg_53 {
    padding-left: 0;
  }

  .offset_lg_4 {
    margin-left: 0;
  }

  .advanced_similar_container {
    padding-top: 1px;
  }

  .advanced_search_result_container {
    padding-top: 30px;
  }

  .list_keep_container {
    padding-top: 30px;
  }

  .companies_filter_box_link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .companies_filter_box_link svg {
    margin-left: 10px;
  }

  .companies_filter_box_link_single {
    margin-left: auto;
  }

  .employer_testimonials_section {
    padding-top: 30px;
  }

  .variant_card {
    margin-bottom: 15px;
  }

  .variant_card_top_30 {
    margin-bottom: 0;
  }

  .variant_title {
    font-size: 18px;
    min-height: 38px;
  }

  .variant_text {
    font-size: 14px;
    line-height: initial;
    max-width: 196px;
  }

  .variant_content_wrapper {
    max-width: calc(100% - 10px);
  }

  .dropdown-menu {
    left: -30px;
  }
  .final_hire_container {
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
  }

  .featured_all_column {
    width: 50%;
    display: block;
    margin-bottom: 20px;
  }

  .final_hero_container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .final_form select {
    width: 100%;
    padding-right: 50px;
    text-overflow: ellipsis;
  }

  .final_form button {
    width: 100%;
  }

  .final_make_title_low {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .final_make_text {
    font-size: 18px;
  }

  .final_trusted_card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .final_testimonial_slide_logo img {
    width: 340px;
  }

  .final_testimonial_slide_citate {
    font-size: 20px;
    line-height: 1.5;
  }

  .final_testimonial_slide_author {
    font-size: 19px;
  }

  .final_hire_box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .final_hire_subtitle {
    font-size: 22px;
    line-height: 1.6;
  }

  .final_hire_title {
    font-size: 48px;
  }

  .custom_offset_right {
    float: none;
  }

  .final_steps_img {
    padding-top: 80px;
    margin-bottom: 30px;
  }

  .final_steps_container .row_md_reverce .col-md-6 {
    width: 100%;
  }

  .employer_information_check {
    min-width: 20px;
  }

  .imployer_staffing_box {
    padding-top: 0;
  }

  .employer_card_btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }

  .employer_card_title {
    font-size: 16px;
  }

  .employer_card_price {
    font-size: 30px;
  }

  .employer_card_info_title {
    font-size: 16px;
  }

  .employer_card_subtitle {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }

  .employer_card_box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% / 3);
  }

  .employer_card_box:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .employer_card_box:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .employer_sign_btn_box,
  .employer_btn_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .careerlink_btn_gutter_left {
    margin-top: 0;
    margin-left: 20px;
  }

  .employer_img_box {
    text-align: center;
  }

  .employer_features_item.active {
    margin-left: 15px;
  }

  .employer_img_box {
    margin-top: 50px;
  }

  .employer_chose_card_thumb {
    left: calc(50% - 60px);
  }

  .employer_chose_btn_wrapper {
    padding-left: 0;
  }
  .branding_integration_title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .employer_img_box {
    margin-top: 0px;
  }

  .customer_branding_title {
    margin-bottom: 0;
  }

  .tactic_card_wrapper_positions {
    margin-bottom: 50px;
  }

  .tactic_card_m {
    min-height: 606px;
  }

  .about_us_info {
    margin-bottom: 44px;
  }

  .customer_social_links a img {
    margin-right: 30px;
  }

  .about_us_img_mob {
    display: none;
  }

  .about_us_img_desk {
    display: inline;
  }

  .terms_col_lg {
    display: none;
  }

  .terms_menu_tablet {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f4f7f6;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }

  .terms_container {
    padding-top: 47px;
    padding-bottom: 23px;
  }

  .terms_menu_togler {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    color: #212439;
    display: block;
    background-image: url("/images/img/plus.png");
    background-repeat: no-repeat;
    background-position: right center;
  }

  .terms_menu_togler.active {
    background-image: url("/images/img/minus.png");
  }

  .branding_integration_img_box {
    margin-top: 33px;
  }

  .branding_integration_img_box img {
    width: 100%;
  }

  .integration_cards_container {
    margin-top: 5px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .branding_integration_card {
    width: calc(100% / 3 - 19px);
  }

  .branding_integration_card:nth-child(5n+5) {
    margin-right: 19px;
  }

  .row_branding {
    margin-top: 0px;
  }

  .tactic_card {
    margin-top: -50px;
  }

  .branding_img_box {
    margin-top: 10px;
  }

  .branding_img_box img {
    width: 100%;
  }

  .branding_img_box_next {
    margin-top: 60px;
  }

  .branding_img_box_next img {
    width: 100%;
  }

  .customer_branding_img_wrapper {
    margin-top: 46px;
  }

  .order_md_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order_md_0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order_md_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .row_md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .customer_service_container {
    padding-top: 80px;
  }

  .about_us_img_box {
    position: static;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 30px;
  }

  .about_us_img_box img {
    margin-left: 0;
    width: 100%;
  }

  .row_md_reverce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  a.detail_report_link {
    margin-right: 15px;
    margin-left: 15px;
  }

  .about_info_col {
    height: 100%;
  }

  .dropdown-menu.show {
    width: 400px;
    margin: 25px -60px 0;
  }

  .companie_profile_link {
    font-size: 0;
    color: transparent;
    margin-left: 0;
  }

  .follow_container .title_box {
    margin-bottom: 0;
  }

  .follow_company_img img {
    width: 100%;
  }

  .starbucks_nav {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .starbucks_nav a {
    margin-right: auto;
    margin-left: auto;
  }

  .corporation_box_info {
    margin-right: 10px;
  }

  .corporation_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .primary-menu &gt; .dropdown {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .primary_menu &gt; a {
    background-color: #fff;
  }

  .primary_menu {
    height: auto;
    display: none;
  }

  .sign_link, .login_link {
    display: none;
  }

  .logined_info {
    display: none;
  }

  .logined_user {
    margin-right: 30px;
  }

  .header_mobile_menu {
    display: block;
    cursor: pointer;
  }

  .header-logo {
    margin-right: auto;
  }

  .header_box .primary-menu {
    position: absolute;
    background-color: #fff;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    top: 60px;
    right: 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    z-index: 90;
    width: 200px;
  }

  .header_box .primary-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .slide_md_hide {
    display: none;
  }

  .trending_btn_text_big {
    font-weight: 700;
    font-size: 18px;
  }

  .recruit_video_box {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  }

  .recruit_comment_box {
    min-width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
  }

  .info_icon {
    line-height: 1;
  }

  .info_icon img {
    margin-top: 0;
  }

  .search_text_link_box {
    min-width: 200px;
  }

  .post_job_link {
    min-width: 200px;
  }

  .company_title {
    text-align: center;
  }

  .jobs_start {
    margin-top: -49px;
  }

  .jobs_start_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_dark .footer-fifth {
    width: 33%;
  }

  .footer .footer_social {
    margin-top: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .footer_social ul {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }

  .footer .footer_social ul li a {
    padding-right: 20px;
    padding-left: 20px;
  }

  .news_card_header img {
    width: 100%;
  }

  .news_card {
    margin-bottom: 21px;
  }

  .trending_btn {
    width: 50%;
  }

  .trending_card {
    margin-bottom: 21px;
  }
  
  .featured_all_card {
    margin: 21px;
  }

  .header_detail_icon {
    display: none;
  }

  .details_box {
    margin-top: 24px;
  }

  .header_detail_title {
    font-size: 18px;
  }

  .header_detail_title_box {
    padding-left: 22px;
  }

  .profile_vacation_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profile_vacantion {
    width: 30%;
  }

  .description_container {
    margin-top: 59px;
  }

  .profile_corporation_card {
    margin-top: 60px;
  }

  .profile_corporation_title {
    text-align: center;
  }

  .profile_corporation_text {
    text-align: center;
  }

  .profile_corporation_card {
    padding-bottom: 49px;
  }

  .details_item {
    max-width: 33%;
    width: 100%;
    padding-right: 23px;
  }

  .details_item_video {
    display: none;
  }

  .map_link {
    display: inline;
  }

  .details_skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .details_skills .details_item_confirm {
    margin-right: 19px;
  }

  .details_skills .details_link {
    margin-left: 21px;
  }

  .details_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .straight_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .straight_header {
    min-width: 202px;
  }

  .follow_container {
    padding-top: 65px;
  }

  .info_icon {
    margin-bottom: 12px;
  }

  .leaders_img_box {
    position: static;
    width: 100%;
    margin-bottom: 50px;
  }

  .competitors_img_box {
    text-align: center;
    margin-bottom: 80px;
  }

  .believe_box_slide {
    max-width: calc(33.33% - 15px);
    height: 305.5px;
  }

  .believe_box_start {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 90px;
  }

  .believe_info_text {
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }

  .applicant_img_box {
    position: static;
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
  }

  .applicant_graph_img {
    text-align: center;
  }

  .applicant_tracking_img_box {
    width: 100%;
    margin-top: 45px;
  }

  .applicant_tracking_img_box img {
    width: 100%;
  }

  .row_md_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .row_md_reverse .col-lg-6 {
    width: 100%;
  }

  .pb_120 {
    padding-bottom: 80px;
  }

  .action_plan_citate_box {
    position: static;
    -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
    max-width: 100%;
  }

  .action_plan_card_title {
    margin-top: 35px;
  }

  .action_plan_card_text {
    margin-bottom: 45px;
  }

  .action_plan_card_mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .action_plan_card_mini_img {
    min-width: 94px;
    margin-right: 25px;
  }

  .action_features_item {
    max-width: calc(33.33% - 15px);
    margin-bottom: 50px;
  }

  .action_features_item_start {
    max-width: 100%;
  }

  .action_features_title {
    margin-bottom: 0;
  }

  .action_plan_card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advanced_search_details_item {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }

  .advanced_search_detail_hero_line .header_detail_title_box {
    padding-left: 0;
  }

  .invite_md_column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .dream_img_box {
    margin-left: -93px;
  }

  .work_img_box,
  .compile_img_box {
    text-align: center;
  }

}

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

  .advanced_search_result_card_btn_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advanced_search_result_card_btn {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .advanced_search_result_card_btn:first-child {
    margin-right: 0;
  }

  .final_post_box {
    max-width: 100%;
  }
  .final_make_conainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .trusted_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .trusted_text {
    font-size: 18px;
  }

  .final_steps_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .final_trusted_card_box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .final_testimonial_slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .final_testimonial_slide_citate {
    font-size: 16px;
  }

  .final_hire_title {
    font-size: 35px;
  }

  .final_hire_subtitle {
    font-size: 18px;
    margin-top: 16px;
  }

  .final_trusted_card_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .final_trusted_card:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .final_trusted_card:last-child {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .blue_check_list li {
    font-size: 14px;
  }

  .employer_sign_container_title br {
    display: none;
  }

  .employer_sign_packages_card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .employer_sign_packages_card_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .employer_sign_packages_card_title {
    text-align: center;
  }

  .employer_sign_packages_thumb {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }

  .employer_sign_packages_card_subtitle {
    text-align: center;
  }

  .imployer_staffing_box {
    margin-top: 25px;
  }

  .employer_staffing_img img {
    width: 100%;
  }

  .employer_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .employer_information_text {
    max-width: 180px;
  }

  .employer_card_box {
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .employer_card_box:last-child {
    margin-bottom: 0;
  }

  .employer_card {
    max-width: 100%;
  }

  .employer_chose_btn_wrapper {
    margin-bottom: 50px;
  }

  .employer_chose_card {
    margin-top: 80px;
  }

  .employer_chose_title {
    margin-bottom: 50px;
  }

  .row-md-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .employer_discover_content {
    padding-top: 60px;
  }

  .employer_chose_card {
    margin-right: auto;
  }
  .terms_container {
    padding-bottom: 17px;
  }

  .about_info_col_2 iframe {
    width: 100%;
    height: 100%;
  }

  .branding_integration_card {
    width: calc(100% / 2 - 17px);
    margin-left: 8.5px;
    margin-right: 8.5px;
    font-size: 14px;
    height: 58px;
  }

  .branding_integration_card:nth-child(5n+5) {
    margin-right: 8.5px;
  }

  .tactic_card {
    margin-top: -63px;
  }

  .believe_box_slide {
    display: none;
    height: auto;
  }

  .believe_box_start {
    height: auto;
  }

  .believe_box_content {
    position: relative;
  }

  .believe_box_content img {
    width: 100%;
  }

  .believe_box_content a img {
    width: auto;
  }

  .believe_box_start {
    display: block;
  }

  #believe_slider {
    display: block;
  }

  .believe_slider {
    display: block;
  }

  .believe_slider .believe_box_slide {
    display: block;
    min-height: 374px;
    margin-bottom: 0;
  }

  .primary-menu .dropdown-toggle {
    /* font-size: 14px; */
  }

  .about_info_col {
    height: 100%;
  }
  
  .about_info_col_2 {
    width: 100%;
  }

  .about_row img {
    width: 100%;
  }

  .about_row_slider img {
    width: 100%;
  }

  .straight_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .follow_link {
    font-size: 0;
    padding: 23px;
    background-position: center;
  }

  .technologies_content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .technologies_col {
    width: 100%;
  }

  .technologies_col img {
    width: 100%;
  }

  .technologies_text {
    margin-bottom: 47px;
  }

  .starbucks_link_count.corporation_link_md {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .corporation_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .corporation_box_info {
    margin-right: auto;
    width: 50%;
    text-align: center;
    margin-left: auto;
  }

  .companie_profile_logo {
    width: 80px;
    top: -30px;
  }

  .header_detail_title_box {
    padding-left: 5px;
  }

  .header-logo {
    margin-left: 0;
    display: block;
    width: 150px;
    padding: 1rem 0;
    padding-top: 15px;
  }

  .logined_box {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .company_logos {
    display: none;
  }

  .company_logos_carousel {
    display: block;
  }

  .company_logos_carousel .carousel_logo {
    width: 24%;
    height: 53px;
    margin-bottom: 25px;
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
    background-image: url(/images/home/header_emp_logos.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 1rem;
  }

  .jobs_start {
    margin-top: 0;
  }

  .jobs_container {
    margin-top: 160px;
  }

  .featured_slide_box_lg {
    min-width: 100%;
  }

  .recruit_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recruit_content {
    max-width: 100%;
    width: 100%;
  }

  .recruit_box {
    width: 100%;
  }

  .recruit_video_box {
    margin-top: 30px;
  }

  .search_jobs_logo {
    -webkit-transform: translateY(233px);
    transform: translateY(233px);
    margin-top: 0;
  }

  .company_title {
    display: none;
  }

  .footer_dark .footer-fifth {
    width: 100%;
    margin-bottom: 28px;
  }

  .footer_dark .footer-fifth ul {
    display: none;
  }

  .footer .footer_social {
    margin-top: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer .footer_social ul {
    display: block;
    margin-left: 0;
  }

  .footer_copy {
    text-align: left;
  }

  .footer .footer_social ul li a {
    padding-left: 0;
  }

  .profile_vacantion {
    width: 100%;
  }

  .profile_vacation_box {
    display: block;
  }

  .details_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .details_item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .details_item_description {
    min-width: 110px;
  }

  .details_item_confirm {
    width: calc(100% - 115px);
  }

  .details_item_alert {
    margin-left: 110px;
    margin-bottom: 7px;
    margin-top: 10px;
  }

  .details_link {
    display: block;
    width: 100%;
    margin-left: 110px;
  }

  .header_detail_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_detail_box {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 28px;
    padding-bottom: 17px;
  }

  .header_detail_time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  a.detail_report_link {
    margin-left: 0;
  }

  .map_item {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .map_link {
    width: auto;
  }

  .map_item .details_item_alert {
    margin-left: 0;
    width: 100%;
  }

  .map_item .details_link {
    margin-left: 0;
  }

  .map_item .details_item_confirm {
    margin-bottom: 12px;
    width: 100%;
  }

  .details_skills {
    padding-left: 10px;
    padding-right: 10px;
  }

  .details_skills .details_item_confirm {
    margin-bottom: 12px;
  }

  .details_skills .details_link {
    margin-left: 0;
  }

  .header_detail_box {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .similar_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .similar_header {
    margin-bottom: 25px;
  }

  .similar_header {
    margin-top: 13px;
  }

  .similar_title {
    font-size: 22px;
  }

  .action_plan_img_box {
    margin-top: 30px;
  }

  .action_plan_card_text {
    max-width: 100%;
  }

  .action_plan_btn {
    max-width: 100%;
  }

  .dream_md_column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .dream_nav {
    display: none;
  }

  .social_links_box {
    justify-content: center;
  }

  .social_link {
    margin-right: auto;
    margin-left: auto;
  }

  .social_link img {
    width: 72px;
  }

  .dream_img_box {
    margin-left: 0;
    transform: translate(0,0);
  }

  .dream_container_title {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .work_container {
    margin-top: 0;
  }
  
  .work_content {
    margin-right: 0;
    margin-left: 0;
  }

  .work_content,
  .invite_content {
    margin-top: 0;
  }
  .invite_container {
    margin-top: 112px;
  }

  .work_container_title, .invite_container_title, .compile_container_title, .social_container_title {
    margin-bottom: 24px;
  }

  .invite_img_box {
    transform: translate(0,0);
  }

  .compile_container {
    padding-top: 80px;
  }

  .social_links_box {
    margin-top: 0;
    padding-bottom: 65px;
  }

  .social_container {
    margin-top: 66px;
  }

  .try_container {
    margin-top: 0;
    padding-top: 96px;
    padding-bottom: 139px;
  }

}

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

  .hero_hot_keep_companies_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% / 3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero_hot_keep_companies_item img {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_hot_companies_btn {
    height: 46px;
  }

  .hero_list_section_nav_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero_hot_companies_btn {
    margin-top: 10px;
  }

  #believe_slider {
    display: block;
  }
  #believe_slider {
    display: block;
  }

  .starbucks_nav {
    width: 700px;
    height: 80px;
  }

  .starbucks_scroll {
    overflow-x: scroll;
    display: none;
  }
}

@media screen and (max-width: 600px) {
    .featured_all_column {
    width: 100%;
    display: block;
    margin: 21px;
  }

  .post_job_link {
    min-width: 0px;
  }

  .comunity_video_box iframe {
    max-width: 100%;
    width: 100%;
    display: none;
  }

  .action_features_text_box {
    display: none;
  }

  .action_features_text_box.active {
    display: block;
  }

  .action_features_link {
    background-image: url("/images/img/caret_copy_5.png");
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    width: 100%;
  }

  .action_plan_card {
    padding-left: 0;
    padding-right: 0;
  }

  .action_plan_card_mini {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .action_features_item {
    max-width: 100%;
    margin-bottom: 33px;
  }

  .action_features_item_start {
    margin-bottom: 55px;
  }

  .about_info_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_info_col {
    width: 100%;
  }

  .about_info_col_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .about_info_col_2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about_info_col_2 iframe {
      width: 100%;
      height: 100%;
  }

  .about_info_col_3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .corporation_box_title {
    text-align: center;
  }

  .team_content_box {
    padding-left: 16px;
    padding-bottom: 1px;
  }

  .team_content_citate {
    background-position: 20px 19px;
  }

  .jobs_start_box a {
    font-size: 14px;
  }

  .jobs_start_box a span {
    display: none;
  }

  .jobs_start_box span {
    font-size: 14px;
  }

  .believe_box_title,
  .believe_box_text {
    text-align: center;
  }

  .breadcrumb_separator {
    display: none;
  }

  .breadcrumb_separator_mobile {
    display: inline-block;
  }

  .breadcrumb_nav a.active {
    display: none;
  }

  .leaders_container {
    padding-bottom: 80px;
  }

  .believe_btn,
  .leaders_btn {
    max-width: 100%;
    width: 100%;
  }

  .leaders_btn {
    margin-bottom: 10px;
  }

  .employer_img_box {
    margin-top: 0px;
}

  .jobs_container,
  .featured_container,
  .trending_container,
  .newest_container,
  .recruit_container,
  .helped_container,
  .footer_dark,
  .believe_container,
  .leaders_container,
  .competitors_container,
  .breadcrumb_container,
  .applicant_tracking_container,
  .applicant_alert_for,
  .applicant_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .recruit_card_mini_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .career_title {
    text-align: center;
  }

  .career_text {
    text-align: center;
  }

  .recruit_card_mini_header {
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .career_btn {
    width: 100%;
  }

  .trending_link_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search_group_md_50 {
    width: 100%;
  }

  .search_text_box {
    display: none;
  }

  .search_text_link_box {
    display: block;
    text-align: right;
  }

  .recruit_video_box {
    min-width: auto;
  }

  .comunity_video_box {
    min-width: auto;
  }

  .trending_btn {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 20px);
  }

  .new_main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_detail_title {
    font-size: 26px;
  }

  .applicant_tracking_citate_box,
  .applicant_tracking_text_box {
    position: static;
    -webkit-box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.15);
  }

  .applicant_tracking_text_box {
    padding-right: 14px;
  }

  .applicant_tracking_container_mb {
    padding-bottom: 0;
  }

  .applicant_alert_box {
    bottom: -56px;
  }

  .applicant_tracking_citate_box {
    padding-right: 59px;
  }

  .applicant_tracking_title {
    margin-top: 0;
  }

  .applicant_graph_row {
    margin-top: 0;
  }

  .applicant_graph_img {
    margin-top: 45px;
  }

  .applicant_alert_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

  .advanced_search_result_card_container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list_companies_filter_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .companies_filter_box_link_single {
    margin-left: 10px;
  }

  .list_companies_filters_container {
    top: 65px;
  }
  .final_testimonial_slide_logo img {
    width: 300px;
  }

  .final_steps_title {
    font-size: 30px;
  }

  .final_hero_container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .final_steps_btn {
    max-width: 239px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .final_steps_btn_wrapper {
    text-align: center;
  }

  .final_form button {
    font-size: 20px;
  }

  .final_make_btn {
    width: 100%;
    font-size: 20px;
    max-width: 396px;
  }

  .final_post_box {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .final_title {
    font-size: 30px;
  }

  .final_hero_container {
    padding-left: 0;
    padding-right: 0;
  }

  .employer_sign_info {
    max-width: 100%;
  }

  .blue_check_list li {
    font-size: 14px;
  }

  .employer_btn_box,
  .employer_sign_btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .careerlink_btn_gutter_left {
    margin-top: 20px;
    margin-left: 0;
  }

  .tactic_container {
    margin-top: 40px;
  }

  .tactic_card {
    width: calc(100% - 28px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .tactic_container {
    padding-top: 50px;
  }
}

@media screen and (max-width: 560px) {
  .dream_img_box {
      margin-right: -15px;
     margin-left: -25px;
  }

  .dream_container_title {
      margin-top: -2px;
      line-height: 48px;
  }
  
  .work_img_box {
      margin-right: -15px;
      margin-left: -15px;
  }

  .work_content {
      padding-right: 5px;
      padding-left: 5px;
  }

  .work_container_title {
      margin-bottom: 24px;
  }

  .invite_container {
      margin-top: 98px;
      padding-top: 17px;
      padding-bottom: 54px;
  }

  .invite_img_box {
      margin-right: -15px;
  }

  .invite_container_title {
      line-height: 48px;
      margin-bottom: 18px;
  }

  .invite_content {
      margin-top: 23px;
      padding-right: 5px;
      padding-left: 5px;
  }

  .compile_container {
      padding-top: 69px;
  }

  .compile_content {
      padding-right: 5px;
      padding-left: 5px;
      margin-top: 55px;
  }

  .compile_container_title {
      line-height: 48px;
  }

  .social_content {
      padding-right: 5px;
      padding-left: 5px;
  }

  .social_links_box {
      padding-bottom: 57px;
  }

  .social_container {
      padding-bottom: 24px;
  }

  .try_container_title {
      line-height: 48px;
      margin-bottom: 38px;
  }

  .try_container_text {
      margin-bottom: 39px;
  }

  .try_btn {
      max-width: 325px;
  }

}

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

  .variant_card {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .final_steps_item_title {
    font-size: 20px;
  }

  .final_steps_item_text {
    font-size: 16px;
  }

  .final_make_conainer {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .final_title {
    line-height: 1.7;
  }

  .final_testimonial_btn {
    max-width: 319px;
    width: 100%;
    font-size: 20px;
  }

  .final_make_title {
    line-height: 1.7;
    font-size: 30px;
  }

  .about_row {
    display: none;
  }

  .about_row_slider {
    display: block;
    padding: 20px 20px 0;
  }

  .about_row_slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .about_row_slider .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #c1d3d8;
    border: none;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .about_row_slider .slick-dots .slick-active button {
    background-color: #0d81a7;
  }

  .newest_companies {
    margin-top: 20px;
  }
  
  .list_companies_filters_searched_item {
    font-size: 14px;
  }

  .advanced_search_result_filters_row .newest_card {
    height: auto;
    min-height: auto;
    padding: 15px 20px;
    padding-bottom: 60px;
  }

  .advanced_search_result_filters_row .newest_card .posted_info {
    margin-top: 15px;
  }

  .advanced_search_result_filters_row .newest_card .newest_title {
    margin-top: 20px;
    min-height: auto;
  }

  .shopify_variant {
    max-width: 134px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .shopify_variant_text {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .shopify_variant .variant_text {
    display: none;
  }

  .shopify_variant .variant_title {
    font-size: 13px;
    margin-bottom: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .advanced_search_notify_modal {
    padding-left: 25px;
    padding-right: 25px;
    left: 0;
    top: -10px;
  }

  .advanced_search_notify_form_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advanced_search_notify_form input {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .advanced_search_notify_form button {
    width: 100%;
    margin-bottom: 8px;
  }

  .employer_testimonial_card {
    padding: 20px;
  }

  .customer_social_title {
    margin-bottom: 39px;
  }

  .customer_social_img_wrapper {
    margin-bottom: 39px;
  }

  .about_us_info {
    margin-bottom: 34px;
  }

  .customer_service_img_desk,
  .about_us_img_desk {
    display: none;
  }

  .customer_service_img_mob,
  .about_us_img_mob {
    display: inline;
  }

  .follow_company_text_box p:last-child {
    margin-bottom: 13px;
  }

  .footer_link {
    padding-right: 20px;
    background-image: url("/images/img/caret_copy.png");
    background-repeat: no-repeat;
    background-position: right 9px;
  }

  .header_detail_title_box {
    padding-left: 22px;
  }

  .search_container {
    padding-bottom: 0;
  }

  .header_detail_btn_apply {
    width: 130px;
    height: 45px;
    font-size: 16px;
  }

  .header_close_btn {
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
    width: 48px;
  }

  .company_logos_carousel {
    position: relative;
    top: -100px;
  }

  .technologies_icon_box{
      width: 50%;
  }
  
  .dropdown-menu {
    left: -70px;
  }
}

@media screen and (max-width: 440px) {
  .advanced_search_notify_modal_btn {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media screen and (max-width: 400px) {
  .advanced_search_result_card_container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .advanced_search_result_card_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .advanced_search_result_card_btn img {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 374px) {
  .follow_link_box {
    margin-top: 15px;
  }

  .title_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title_box a {
    margin-top: 15px;
  }

  .jobs_start_box a {
    font-size: 12px;
  }

  .jobs_start_box span {
    font-size: 12px;
  }

  .header_detail_title {
    font-size: 22px;
  }

  .recruit_title,
  .trending_title_header,
  .featured_title,
  .recruit_card_mini_title,
  .career_title,
  .news_title,
  .careerlink_title,
  .newest_title_lg,
  .corporation_title,
  .details_title,
  .description_title,
  .description_form_title,
  .description_answer_title,
  .profile_corporation_title,
  .similar_title {
    font-size: 20px;
  }

  .profile_vacantion_title,
  .similar_card_title {
    font-size: 16px;
  }

  .description_answer_provided {
    font-size: 10px;
  }

  .description_answer_btn {
    font-size: 14px;
  }

  .description_form_label {
    font-size: 14px;
  }

  .details_item_confirm {
    font-size: 12px;
  }

  .details_item_alert {
    font-size: 12px;
  }

  .company_logos img {
    height: 23px;
  }

  .career_slide_box {
    min-height: auto;
  }
}

@media screen and (max-width: 340px) {
  .list_companies_filters_container {
    top: 95px;
  }
}

.footer_dark.footer_minimal {
  padding-top: 0;
  padding-bottom: 0;
}
.footer_minimal .footer_header {
  display: flex;
  width: 100%;
  justify-content: center;
}
.footer_minimal .footer_header &gt; a {
  width: 200px;
}
.footer_minimal .footer_header ul {
  margin-left: 30px;
}
.footer_minimal .footer_header li {
  display: inline-block;
  padding: 0 8px;
}
.footer_minimal .footer_copy_box {
  padding-top: 24px;
}

@media screen and (max-width: 991px) {
  .footer_minimal .footer_header {
      flex-direction: column;
  }
  .footer_minimal .footer_header ul {
      margin-left: -8px;
      margin-right: -8px;
      margin-top: 12px;
  }
  .footer_minimal .footer_header li {
      padding: 0 8px;
  }
}

/* AI Resume button */
.search_group_buttons {
  flex: 1;
}
.search-buttons {
  display: flex;
  width: 100%;
}
.search-buttons button,
.search-buttons .ai-resume-btn {
  max-width: none;
  padding-left: 12px;
  padding-right: 12px;
  width: 40%;
}
.search-buttons .ai-resume-btn {
  width: 60%;
  height: 55px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  margin-left: 8px;
  padding: 0;
  line-height: 55px;
  background-color: #2DCCD3;
  border-color: #2DCCD3;
  color: #ffffff;
}
.search-buttons .ai-resume-btn svg {
  fill: #ffffff;
  position: relative;
  margin-right: 4px;
  top: 4px;
}
.ai-resume {
  background: #F5F7F6;
  padding: 70px 0;
}
.ai-resume-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  text-align: center;
}
.ai-resume-title {
  font-size: 32px;
  font-weight: 600;
  color: #212527;
  margin: 0 0 20px 0;
}
.ai-resume-description {
  color: #212527;
  margin-bottom: 32px;
}
.dropzone.ai-resume-dropzone {
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 4px;
  border: 1px dashed #C2D3D8;
}
.dropzone.ai-resume-dropzone .dz-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0;
}
.ai-resume-dropzone .dz-message svg {
  margin: 0 auto 32px auto;
}
.ai-resume-dropzone .dz-message label {
  color: #7C7D7D;
  font-size: 16px;
  margin: 0;
}
.ai-resume-dropzone .dz-message label span {
  color: #0D81A7;
  text-decoration: underline;
}
.ai-resume-dropzone .dz-message small {
  color: #B6B6B6;
  font-size: 14px;
}
#step_0 .step-box {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  justify-content: center;
}
.progress-bar {
  display: inline-flex;
  vertical-align: bottom;
  width: 240px;
  height: 240px;
}
.progress-bar circle {
  stroke: #fff;
  stroke-dasharray: 0;
  fill: none;
}
.progress-bar .meter {
  stroke-width: 1px;
  stroke: #0D81A7;
  fill: none;
  transition: stroke-dashoffset 1s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transform-origin: center center;
  transform:  scaleX(-1);
}
.resume-progress {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.resume-progress .progress-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 120px;
  text-align: center;
  justify-content: center;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resume-progress .progress-content svg {
  margin: 0 auto 8px auto;
}
#steps {
  position: relative;
  min-height: 240px;
  display: none;
}
#steps .progress-step {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#ai-resume-error h3,
#ai-resume-success h3 {
  color: #212527;
  font-size: 24px;
  font-weight: 600;
  margin: 16px 0;
}
#ai-resume-error #retry {
  text-decoration: underline;
  cursor: pointer;
}
#ai-resume-error p {
  line-height: 1.65;
  margin: 0 0 1em 0;
}
#ai-resume-error .error-message,
#ai-resume-success .success-message {
  padding: 0 40px;
}
.verify-form {
  padding: 28px 40px 20px 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px dashed #C2D3D8;
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.5;
}
.verify-form .form-row {
  margin-bottom: 20px;
}
.verify-form input {
  padding: 12px;
  line-height: 1;
}
.verify-form label {
  margin-bottom: 4px;
}
.verify-form button {
  padding: 12px;
}

/* Dream team */
.dream-team-page {
  padding-top: 60px;
  color: #212527;
}
.dream-team-page .section-hero {
  padding-bottom: 80px;
}
.dream-team-page .breadcrumb-items {
  margin-bottom: 24px;
}
.dream-team-page .breadcrumb-item {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.dream-team-page .breadcrumb-item:hover {
  text-decoration: none;
}
.dream-team-page .breadcrumb-item svg {
  margin-right: 6px;
}
.dream-team-page .section-content {
  padding-right: 120px;
}
.dream-team-page .section-title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  color: inherit;
}
.dream-team-page .section-subtitle {
  font-size: 28px;
  color: inherit;
  margin-bottom: 12px;
  line-height: 34px;
}
.dream-team-page .section-description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 32px;
}
.dream-team-page .section-wrapper {
  max-width: 560px;
  margin: 0 auto;
}
.dream-team-page .dream-team-steps {
  display: flex;
  margin: 12px -16px 60px -16px;
}
.dream-team-page .dream-team-steps .step-item {
  width: 33.3%;
  padding-left: 16px;
  padding-right: 16px;
}
.dream-team-page .dream-team-steps .step-wrapper {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.dream-team-page .dream-team-steps .step-header {
  background: #A7D8ED;
  text-align: center;
  position: relative;
  padding: 36px 32px 24px 32px;
  height: 200px;
}
.dream-team-page .dream-team-steps .step-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  height: 28px;
  background: #0D81A7;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  padding: 0 12px;
  border-radius: 32px;
  z-index: 1;
}
.dream-team-page .dream-team-steps .step-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dream-team-page .dream-team-steps .step-content {
  padding: 32px;
}
.dream-team-page .dream-team-steps .step-content h3 {
  color: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 16px 0;
}
.dream-team-page .dream-team-steps .step-content p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: inherit;
}
.dream-team-page .try_container {
  margin-top: 0;
}
.dream-team-page .try_container_content {
  max-width: 640px;
}

@media screen and (max-width: 768px) {
  .dream-team-page .section-content {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .dream-team-page .dream-team-steps {
    flex-wrap: wrap;
  }
  .dream-team-page .dream-team-steps .step-item {
    width: 100%;
    margin-bottom: 32px;
  }
}

.apply-signup-autofill .autofill-start {
  display: flex;
  align-items: center;
}
#autofill_resume_button {
  float: right;
}
.apply-signup-autofill {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
}
.apply-signup-autofill .autofill-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.95);
  z-index: 2;
}
.apply-signup-autofill .autofill-progress-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.apply-signup-autofill .autofill-progress-wrapper .progress-text {
  padding-left: 15px;
  font-weight: 700;
}

.apply-signup-autofill .autofill-result-wrapper {
  padding: 15px;
  background: #197729;
  border-radius: 8px;
  color: #fff;
  margin-top: 20px;
}
.apply-signup-autofill .autofill-result-error .autofill-result-wrapper {
  background: #dc3030;
}
.offerTxt {
  color: #d9534f;
  position: relative;
  top: -8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.job .btn-easyapply,
#job-detail .btn-easyapply {
  line-height: 2.5rem;
  margin-left: 8px;
  font-size: 18px;
  font-family: "Georgia", serif;
  font-style: italic;
  background-color: #2DD3A6;
  border-color: #2DD3A6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.job .btn-easyapply .fa,
#job-detail .btn-easyapply .fa {
  font-size: 14px;
  margin-left: 8px;
}
.job .btn-easyapply:hover,
.job .btn-easyapply:focus,
#job-detail .btn-easyapply:hover,
#job-detail .btn-easyapply:focus  {
  background-color: #2DD3A6;
  border-color: #2DD3A6;
}
#job-detail .btn-easyapply {
  line-height: 40px;
  margin-left: 0;
  margin-right: 12px;
  height: 40px;
  padding: 0 12px;
  position: relative;
  top: -1px;
  font-size: 16px;
}
#easyapply-modal {
  font-family: "Poppins";
  font-size: 14px;
}
.modal-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: #dc3545;
  color: #fff;
  font-size: 16px;
  border: 2px solid #111;
  margin: 4px 0 0 0;
}
.modal-icon.icon-success {
  background-color: #28a745;
}
.modal .modal-message {
  margin-top: 20px;
}
.modal .modal-message {
  display: flex;
  margin: 0;
  align-items: flex-start;
}
.modal .modal-message .modal-text {
  flex: 1;
  margin: 0 20px;
}
.modal .modal-message p {
  padding: 0;
  line-height: 21px;
  margin: 0;
}
.modal.external-apply-modal .modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.external-apply-modal .modal-content {
  display: flex;
  background: transparent;
  border: none;
}
.modal.external-apply-modal .card {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
  flex: 1;
  max-width: 360px;
  border: none;
}
.modal.external-apply-modal .card-animated-gradient {
  background: linear-gradient(270deg,#5fc244, #59c5f1, #1682ad, #d1e0e6);
  background-size: 600% 600%;
  -webkit-animation: GradientAnimation 30s ease infinite;
  -moz-animation: GradientAnimation 30s ease infinite;
  animation: GradientAnimation 30s ease infinite;
  color: white;
}
.modal.external-apply-modal .card-white {
  background-color: white;
  color: #333;
}
.modal.external-apply-modal h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  margin-top: 16px;
}
.modal.external-apply-modal h2.navy-blue {
  color: #2e669d;
  font-size: 1.3rem;
}
.modal.external-apply-modal h2.georgia-italic {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: lighter;
}
.modal.external-apply-modal .subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.modal.external-apply-modal .description {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin: 20px 0 10px 0;
}
.modal.external-apply-modal .card-animated-gradient .description {
  margin-top: 0;
}
.modal.external-apply-modal .button {
  display: inline-block;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: lighter;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  font-size: 16px;
}
.modal.external-apply-modal .button-black {
  background-color: white;
  color: black;
}
.modal.external-apply-modal .button-blue {
  background-color: #2C73D2;
  color: white;
}
.modal.external-apply-modal .button:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.modal.external-apply-modal .button:after {
  content: ' â†—';
}
@-webkit-keyframes GradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@-moz-keyframes GradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes GradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.loginas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(0,0,0,.85);
  padding: 24px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.loginas .btn {
  font-size: 16px;
  padding: 12px 24px;
  margin-left: 20px;
}

.external-apply-modal .opt-email-form input {
  border: 2px solid #babbbb;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #fafafa;
  transition: .3s ease;
  text-align: center;
}
.external-apply-modal .opt-email-form input:focus {
  box-shadow: 0 0 8px rgba(0,0,0,.1);
  background: #fff;
  border-color: #2C73D2;
}
.external-apply-modal .opt-email-form input.invalid,
.external-apply-modal .opt-email-form input.invalid:focus {
  border-color: #d9534f;
}
.external-apply-modal .opt-email-form button {
  border: none;
  margin-top: 15px;
}
.external-apply-modal .external-apply-error p {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}</pre></body></html>