body#companyprofile{
    position: relative;
    background:#f4f4f2;
}

p.breadcrumbs{
    background: none;
    margin:-20px 0 15px 0;
    border:0;
}

#ie7 body#companyprofile .company-profile-center,
#ie8 body#companyprofile .company-profile-center{
    width:960px;
}

body#companyprofile #main{
    position: relative;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top:0;
}

#profile-error-overlay{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:url(/images/black-transparent.png);
    background:rgba(0,0,0,0.6);
    z-index:10;
}

#profile-error{
    display: none;
    position: absolute;
    top:200px;
    left:50%;
    margin-left:-205px;
    width:380px;
    background:#fff;
    border-radius:2px;
    padding:15px;
    text-align: center;
}

#profile-error-title{
    font-size:20px;
    color:#003777;
    margin:0;
}

#profile-error-message{
    color:#444;
    margin:5px 0 15px 0;
}

#profile-error-close{
    padding:8px 0;
    width:150px;
    display: block;
    background:#005da4;
    font-size:15px;
    color:#fff;
    border-radius:2px;
    margin:0 auto;
    cursor: pointer;
    -webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    -ms-transition:background 0.2s linear;
    transition:background 0.2s linear;
}

#profile-error-close:hover{
    background:#003777;
}

.search-companies-breadcrumbs{
    position: absolute;
    z-index:6;
    top:0px;
    left:0px;
    width:100%!important;
    background:url(/images/black-transparent.png)!important;
    background:rgba(0,0,0,0.5)!important;
    padding:6px 0!important;
    color:#fff;
    margin:0!important;
    border:0!important;
}

.search-companies-breadcrumbs a,
.search-companies-breadcrumbs span{
    color:#fff;
    text-decoration: none;
}

.search-companies-breadcrumbs a:hover{
    text-decoration: underline;
}

.search-companies-breadcrumbs span{
    cursor: default;
}

.search-companies-breadcrumbs span.divider{
    padding:0 5px;
}

.comp-profile-search-wrap{
    display: none;
    float:left;
    width:96%;
    padding:5px 2%;
    background:#005da4;
    position: relative;
}

.comp-profile-search-wrap.make-sticky{
    position: fixed;
    top:0px;
    left:0px;
    z-index:1;
}

.comp-profile-search-wrap.make-sticky + #comp-profile-search-results{
    margin-top:40px;
}

.comp-profile-search-wrap input{
    background:#003777;
    border:0;
    border-radius: 8px;
    height:30px;
    line-height: 30px;
    text-indent: 32px;
    color:rgba(255,255,255,0.7);
    outline: 0;
    margin:0;
}

.comp-profile-search-wrap input:focus{
    color:#fff;
}

.comp-profile-search-wrap img{
    position: absolute;
    top:10px;
    left:3%;
    width:20px;
    margin-left:5px;
    opacity: 0.6;
}

.rl-tab{
    width: 50%;
    min-width: 150px;
    margin: 0px;
    color: #005da4;
    font-weight: 600;
    border: solid 1px #005da4;
    border-radius: 0 4px 4px 0;
    line-height: 34px;
    float: left;
    background: #fdfdfd;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}

.rl-tab:hover{
    background: #013877;
    border-color: #013877;
    color: #fff;
}

.rl-tab.current-tab:hover{
    background: #005da4;
    border-color: #005da4;
}

#profile-description-tab,
#profile-description-tab.current-tab{
    border-radius: 4px 0 0 4px;
}

#profile-employee-tab,
#profile-employee-tab.current-tab{
    border-radius: 0 4px 4px 0;
}

#key_employees{
    border: 0px;
    background: none;
}

.rl-tab.current-tab{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.rl-tabs{
    margin: 20px 0;
}

.one-tab{
    font-size: 24px;
    margin: 0 0 -5px 0;
    padding: 0 0 12px 0;
    color: #000;
    float: left;
    width: 100%;
    border-bottom: solid 1px #cacfde;
}

.one-tab > .current-tab:hover{
    background: transparent;
    color: #000;
}

#comp-profile-search-cancel{
    float: right;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width:0px;
    overflow: hidden;
    text-align: center;
}

#comp-profile-search-results{
    float:left;
    width:100%;
    display: none;
}

.comp-profile-result{
    float:left;
    width:96%;
    padding:10px 2%;
    position: relative;
    text-decoration: none;
    border-bottom:1px solid #c9cfdd;
    min-height: 40px;
    background:#fff;
}

.comp-profile-result-fake-logo,
.comp-profile-result-logo{
    position: absolute;
    top:50%;
    width:80px;
    height:40px;
    margin:-20px 0 0 0;
    background:#efefef;
}

.comp-profile-result-logo{
    height:auto;
}

.comp-profile-result-title{
    font-size:15px;
    color:#003777;
    padding-left: 90px;
    padding-right:30px;
}

.comp-profile-result-location{
    padding-left: 90px;
    padding-right:30px;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}

.comp-profile-result-arrow,
.comp-profile-result-arrow:after{
    position: absolute;
    top:50%;
    right:10px;
    margin-top:-20px;
    width:0;
    height:0;
    border-left:10px solid #005da4;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
}

.comp-profile-result-arrow:after{
    content:"";
    border-left-color: #fff;
    right:1px;
}

#comp-profile-search-more-results{
    margin: 20px 3% 50px 3%;
    padding: 10px 0;
    background: #5bb543;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    width: 94%;
    text-align: center;
    display: none;
}

#comp-profile-search-info,
#comp-profile-search-no-results{
    float:left;
    width:94%;
    margin:20px 3% 0 3%;
    text-align: center;
    color:#005da4;
}

.company-profile-tab{
    width: 30px;
    height: 120px;
    position: fixed;
    top: 195px;
    right: 0;
    background: url(/images/hp-recruit-tab.gif) no-repeat;
    z-index:4;
}

.company-profile-tab.register-tab{
    top:325px;
    background: url(/images/comp-profile-register-tab.gif) no-repeat;
}

.company-profile-top{
    float:left;
    width: 100%;
    height:520px;
    overflow:hidden;
    position: absolute;
    top:0px;
    left:0px;
}

.company-profile-top-bg{
    width: 2200px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1100px;
}

.company-profile-center{
    margin:0 auto;
    max-width:960px;
    overflow:hidden;
    position: relative;
    z-index: 5;
}

.company-profile-jobs .company-profile-center{
    overflow: visible;
}

.company-profile-center.company-profile-main-center{
    padding:30px 2% 30px 2%;
    background:#fff;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
}

.company-profile-center.featured-center{
    text-align: center;
}

.company-profile-center.featured-center .prem-company-profile{
    display: inline-block;
    *display: inline;
    text-align: initial;
}

.company-profile-center.featured-center .company-profile-module-main{
    text-align: initial;
}

.prem-company-profile-extras{
    width:100%;
    display: inline-block;
    margin:20px 0 0 0;
}

.company-profile-center.no-info{
    min-height: 235px;
    margin-bottom: 0px;
}

.company-profile-center.some-info{
    min-height: 280px;
}

.company-profile-breadcrumbs{
    float:left;
    width:100%;
    margin:0 0 120px 0;
    height:30px;
    background:url(//static.cv-library.co.uk/images/ad-jobs-package-bg.png);
    background:rgba(0,0,0,0.5);
    position: relative;
    z-index:3;
    -webkit-backface-visibility:hidden;
}

.breadcrumb-filler{
    display: none;
    float:left;
    width:100%;
    margin-bottom:150px;
}

.company-profile-breadcrumbs.no-info{
    margin-bottom:50px;
}

.breadcrumb-filler.no-info{
    margin-bottom:80px;
}

.company-profile-breadcrumbs.premier-breadcrumbs{
    margin-bottom:30px;
}

.breadcrumb-filler.premier-breadcrumbs{
    margin-bottom:60px;
}

.company-profile-breadcrumbs.job-results,
.breadcrumb-filler.job-results{
    margin-bottom:0px;
}

.company-profile-breadcrumbs .crumb{
    line-height: 30px;
    color:#fff;
    background: none;
    height:auto;
    padding:0 8px;
    cursor: default;
}

.company-profile-breadcrumbs .crumb a{
    color:#fff;
    cursor: pointer;
}

.company-profile-breadcrumbs .crumb:first-child{
    padding:0;
}

.company-profile-breadcrumbs .crumb:before{
    content: "";
    width: 10px;
    height: 10px;
    float: left;
    margin: 11px 10px 0 0;
    background: url(//static.cv-library.co.uk/images/footer-mobile-bg.png) repeat-x;
    background-size: 5px 8px;
}

.company-profile-breadcrumbs .crumb:first-child:before{
    display: none;
}

.share-comp-profile{
    float:right;
    width:250px;
    height:30px;
    line-height: 30px;
    color:#fff;
    cursor: pointer;
    margin-right:-130px;
    -webkit-transition:margin 0.3s linear;
    -moz-transition:margin 0.3s linear;
    -o-transition:margin 0.3s linear;
    -ms-transition:margin 0.3s linear;
    transition:margin 0.3s linear;
}

.share-comp-profile span.share-comp-text{
    float:left;
    width:110px;
    opacity: 1;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

.share-comp-profile img{
    width:15px;
    float: right;
    margin:8px 0 0 5px;
    display: block;
    border:0;
}

.share-comp-profile-icons{
    height:24px;
    padding:3px 0;
    float: right;
    overflow: hidden;
    margin:0 0 0 10px;
    width:120px;
}

.share-comp-profile:hover{
    margin-right:0px;
}

.share-comp-profile:hover > span.share-comp-text{
    opacity: 0;
}

.company-profile-main{
    float:left;
    width:75%;
    margin:0 2% 0 0;
}

.company-profile-sidebar{
    float:left;
    width:23%;
}

.company-profile-module{
    background:#fff;
    position:relative;
    margin:20px 0 0 0;
    border:1px solid #dfdfdf;
    border-radius: 4px;
    box-shadow:0px 1px 6px rgba(0,0,0,0.02);
}

#company-profile-no-jobs > .company-profile-module{
    border: 0px;
    background: transparent;
}

.rl-slide.company-profile-module{
    margin:0;
    position: static;
}

.company-profile-module:after{
    content: "";
    display: block;
    clear: both;
    width:100%;
}

.company-profile-module:first-child{
    margin:1px 0 0 0;
}

.company-profile-module h3,
.company-profile-recommended-tab{
    float: left;
    font-size: 24px;
    border-bottom: solid 1px #dfdfdf;
    color: #000;
    width: 100%;
    padding: 6px 0%;
    margin: 15px 0;
}

.company-profile-sidebar .company-profile-module h3{
    padding: 6px 7%;
}

.company-profile-module-main{
    float:left;
    width:94%;
}

.company-profile-sidebar .company-profile-module-main{
    width:86%;
    padding:15px 7%;
}

.company-profile-top-module{
    width:100%;
    padding:15px 0 0 0;
    min-height: 100px;
}

.company-profile-top-module.no-logo{
    min-height: 1px;
}

.company-profile-logo{
    float:left;
    position: absolute;
    top:0px;
    bottom:0px;
    left:15px;
    width:160px;
    padding:0 15px 0 0;
    border-right:1px solid #c9cfdd;
    white-space: nowrap;
    text-align: center;
}

.company-profile-logo img{
    max-width: 160px;
    max-height: 80px;
    vertical-align: middle;
    display: inline-block;
    margin-left:-3px;
}

.vertical-aligner{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.company-profile-top-right{
    overflow: hidden;
    padding: 0 15px 50px 15px;
}

.company-profile-top-module h1{
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    color:#000;
    margin:0 205px;
    padding:0;
}

.company-profile-top-module h1 + p{
    margin:0 205px;
}

.company-profile-top-module h1 + p img{
    float: left;
    width: 18px;
    display: block;
    margin: 0 2px 0 -4px;
}

.company-profile-tagline{
    word-break: break-word;
    word-break: break-all;
}

.company-profile-contact-wrap{
    float:left;
    position: absolute;
    bottom:0px;
    right:0px;
    left:0px;
    border-top:1px solid #dfdfdf;
    overflow: hidden;
}

.company-profile-contact-wrap a,
.company-profile-contact-wrap span{
    padding:8px;
    margin:0;
    border-left:1px solid #dfdfdf;
    text-decoration: none;
    overflow: hidden;
    display: block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

.company-profile-contact-wrap a.no-ani,
.company-profile-contact-wrap span.no-ani{
    -webkit-transition:none;
    -moz-transition:none;
    transition:none;
}

.company-profile-contact-wrap a:first-child,
.company-profile-contact-wrap span:first-child{
    border:0;
}

.company-profile-phone{
    margin-top:5px;
}

.company-profile-contact-wrap a img,
.company-profile-contact-wrap span img{
    float:left;
    width:25px;
    border:0;
}

.company-profile-contact-wrap a p,
.company-profile-contact-wrap span p{
    text-decoration: none;
    margin-left:2px;
    color:#005da4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.company-profile-contact-wrap span p{
    color:#999;
}

.company-profile-contact-wrap a p:hover{
    text-decoration: underline;
}

.company-profile-map{
    float:left;
    width:100%;
    height:175px;
}

.company-profile-map-bar{
    float:left;
    width:100%;
    position: relative;
    background:#fff;
    padding:4px 8px 30px 8px;
    z-index:2;
    cursor: default;
    height:95px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

#ie7 .company-profile-map-bar{
    width:702px;
}

.company-profile-map-bar .map-bar-child{
    display: none;
}

.company-profile-map-bar .map-bar-child:first-child{
    display: block;
}

.company-profile-map-bar.has-directions{
    height:48px;
    background:#005da4;
    border-color: #005da4;
}

.company-profile-map-bar.has-directions .map-bar-child{
    display: block;
}

.company-profile-map-bar.has-directions .map-bar-child:first-child{
    display: none;
}

#end-address,
#start-address{
    float:left;
    width:85%;
    border:0;
    border-bottom:1px solid #c9cfdd;
    outline:0;
    border-radius: 0px;
    margin:0;
    background: none;
}

#end-address{
    border:0;
}

#start-address:focus{
    border-bottom-color: #4b9ad7;
}

.comp-profile-map-img{
    float:left;
    width:13px;
    margin:10px 5px 0 0;
}

#comp-profile-geolocate{
    position: absolute;
    top:13px;
    left:70%;
    width:16px;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition:opacity 0.2s linear;
    -moz-transition:opacity 0.2s linear;
    -o-transition:opacity 0.2s linear;
    -ms-transition:opacity 0.2s linear;
    transition:opacity 0.2s linear;
}

#comp-profile-geolocate:hover{
    opacity: 1;
}

#get-directions{
    position: absolute;
    bottom:4px;
    right:0px;
    left:0px;
    height:30px;
    cursor: pointer;
}

#get-directions p{
    position: absolute;
    top:50%;
    right:25px;
    margin-top:-9px;
    font-size:14px;
    color:#999;
    float:left;
    white-space: nowrap;
    -webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    -ms-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

#get-directions span,
#get-directions span:after{
    position: absolute;
    top:50%;
    right:10px;
    width:0;
    height:0;
    border-left:5px solid #999;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    margin-top:-6px;
    cursor: pointer;
    -webkit-transition:border-left-color 0.2s linear;
    -moz-transition:border-left-color 0.2s linear;
    -o-transition:border-left-color 0.2s linear;
    -ms-transition:border-left-color 0.2s linear;
    transition:border-left-color 0.2s linear;
}

#get-directions span:after{
    content: "";
    border-left-color: #fff;
    right:1px;
}

#get-directions:hover span{
    border-left-color: #005da4;
}

#get-directions:hover p{
    color:#005da4;
}

.directions-map-bar p{
    color:#fff;
    font-size:15px;
    margin:11px 0 0 2%;
    float:left;
}

#close-directions,
#print-directions{
    float: right;
    width:18px;
    height:20px;
    color: #fff;
    margin: 10px 0 0 0;
    padding:0 4px;
    cursor: pointer;
    background:url(/images/comp-profile-close-icon-dt.png) no-repeat center;
    opacity: 0.6;
    -webkit-transition:opacity 0.2s linear;
    -moz-transition:opacity 0.2s linear;
    -o-transition:opacity 0.2s linear;
    -ms-transition:opacity 0.2s linear;
    transition:opacity 0.2s linear;
}

#close-directions:hover,
#print-directions:hover{
    opacity: 1;
}

#print-directions{
    background:url(/images/comp-profile-print-icon-dt.png) no-repeat center;
}

.directions-map-bar span{
    float:right;
    width:1px;
    height:20px;
    background:#fff;
    margin:10px 0 0 0;
    opacity: 0.6;
}

.company-profile-map-module.no-map{
    height:auto;
}

.company-profile-map-module h3{
    position: absolute;
    top:0px;
    left:0px;
    z-index: 2;
}

#company-profile-map-directions-wrap{
    float:left;
    width:99.5%;
    margin: 10px 0.5% 5px 0;
    max-height:340px;
    overflow-y:scroll;
    display: none;
}

#ie7 #company-profile-map-directions-wrap{
    width:715px;
}

#company-profile-map-directions-wrap h4{
    padding:12px 2% 20px 2%;
    font-size:15px;
    color:#444;
    text-align: center;
}

#company-profile-map-directions-wrap h4 strong{
    font-size: 17px;
    color:#003777;
}

#company-profile-map-directions-wrap::-webkit-scrollbar{
    width: 5px;  /* for vertical scrollbars */
}

#company-profile-map-directions-wrap::-webkit-scrollbar-track{
    background: none;
}

#company-profile-map-directions-wrap::-webkit-scrollbar-thumb{
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius:5px;
}

#company-profile-map-destination{
    float:left;
    width:98%;
    margin:0 0 0 2%;
    font-size:16px;
    color:#4a4a4a;
}

#company-profile-map-distance{
    float:left;
    width:98%;
    margin:5px 0 0 2%;
    font-size:15px;
    color:#005da4;
}

#company-profile-map-time{
    float:left;
    width:98%;
    margin:0 0 0 2%;
    color:#888;
}

#ie7 #company-profile-map-destination, #ie8 #company-profile-map-destination,
#ie7 #company-profile-map-distance, #ie8 #company-profile-map-distance,
#ie7 #company-profile-map-time, #ie8 #company-profile-map-time{
    width:600px;
}

#company-profile-map-directions{
    float:left;
    width:96%;
    padding:0 2%;
    margin:10px 0 0 0;
}

#ie7 #company-profile-map-directions,
#ie8 #company-profile-map-directions{
    width:665px;
}

#company-profile-map-directions li{
    float:left;
    width:100%;
    padding:10px 0;
    border-top:1px solid #c9cfdd;
}

#company-profile-map-directions li:first-child{
    border:0;
}

.icon{
    float:left;
    width:19px;
    height:17px;
    margin:2px 0 0 0;
    background:url(/images/map-icons-2x.png) no-repeat top left;
    background-size:19px auto;
    background-position: -50px 0;
}


#ie7 #company-profile-map-directions li .icon,
#ie8 #company-profile-map-directions li .icon{
    background-image:url(/images/comp-profile-map-icons.png);
}

.icon.turn-left{
    background-position: 0px -415px;
}

.icon.turn-slight-left{
    background-position: 0px -379px;
    height:15px;
}

.icon.turn-sharp-left{
    background-position: 0px 0px;
}

.icon.uturn-left{
    background-position: 0px -305px;
}

.icon.ramp-left{
    background-position: 0px -600px;
    height: 14px;
}

.icon.fork-left{
    background-position: 0px -550px;
    height:16px;
}

.icon.roundabout-left{
    background-position: 0px -197px;
    height:16px;
}

.icon.turn-right{
    background-position: 0px -485px;
    height:14px;
}

.icon.turn-slight-right{
    background-position: 0px -53px;
    height:15px;
}

.icon.turn-sharp-right{
    background-position: 0px -484px;
    height:16px;
}

.icon.uturn-right{
    background-position: 0px -35px;
}

.icon.ramp-right{
    background-position: 0px -431px;
    height: 16px;
}

.icon.fork-right{
    background-position: 0px -500px;
}

.icon.roundabout-right{
    background-position: 0px -231px;
    height: 16px;
}

.icon.merge{
    background-position: 0px -143px;
}

.icon.straight{
    background-position: 0px -533px;
}

#company-profile-map-directions li .distance{
    float:right;
    font-size: 15px;
}

#company-profile-map-directions li .time{
    float:right;
    clear:right;
    color:#999;
    margin-top:-3px;
}

#company-profile-map-directions li .instruction{
    padding-left:30px;
}

#print_directions_frame{
    position:absolute;
    left:0px;
    width:0px;
    height:0px;
    border:0;
    opacity: 0;
}

.company-profile-about-module{
    padding-bottom:15px;
    border: 0px;
    transition: padding 0.3s linear;
}

.company-profile-about-module.open{
    padding-bottom: 45px;
}

.company-profile-about-module.has-toggle{
    padding-bottom:35px;
}

.company-profile-about-module .company-profile-module-main{
    overflow: hidden;
    padding-bottom: 0;
    position: static;
}

.company-profile-about-module.no-toggle.has-cta .company-profile-module-main{
    height: 75px;
}

.company-profile-about-module.blur .company-profile-module-main:after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 40px;
    width: 100%;
    left: 0px;
    background: #fff;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    filter: blur(10px);
    z-index: 1;
}

.company-profile-about-wrap{
    float: left;
    width: 100%;
    height: 54px;
    overflow: hidden;
}

.company-profile-about-module p{
    color:#444;
}

.company-profile-module p.company-profile-module-subtitle{
    font-weight: 600;
    font-size: 14px;
    color:#000;
    /* 18 to match line height */
    margin:18px 0 0 0;
}

#company-profile-about-more{
    display: none;
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 10px 0 0;
}

.company-profile-about-module.has-toggle #company-profile-about-more{
    display: block;
}

#company-profile-about-more p{
    font-size: 13px;
    display: inline-block;
    width: 60px;
    padding: 0px;
    margin: 0;
    color: #005da4;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    line-height: 21px;
    border: 1px solid #005da4;
    border-radius: 5px;
    transition: all 0.2s linear;
}

#company-profile-about-more p:hover{
    background: #5bb543;
    border-color: #5bb543;
    color: #fff;
}

#company-profile-about-more p span{
    border-top: 5px solid #005da4;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin: 8px 8px 0 0;
    float: right;
}

#company-profile-about-more p:hover > span{
    border-top: 5px solid #fff;
}

#company-profile-about-more p:hover > span.up{
    border-bottom:5px solid #fff;
}

#company-profile-about-more p span.up{
    border-top:0;
    border-bottom:5px solid #005da4;
}

.company-profile-feed-job{
    float:left;
    width:100%;
    margin:10px 0 0 0;
    padding:10px 0 0 0;
    border-top:1px solid #e2e6ed;
}

.company-profile-feed-job:first-child{
    margin:0;
    padding:0;
    border:0;
}

.company-profile-feed-job p{
    float:left;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    color:#444;
}

.company-profile-feed-job p.company-profile-feed-job-title{
    font-size: 14px;
    color:#005da4;
    cursor: pointer;
}

.company-profile-feed-job p.company-profile-feed-job-title a{
    text-decoration: none;
}

.company-profile-feed-job-title:hover{
    text-decoration: underline;
}


.company-profile-feed-job.viewed p.company-profile-feed-job-title a,
.company-profile-feed-job.viewed p.company-profile-feed-job-title a:hover,
.company-profile-feed-job.viewed p.company-profile-feed-job-title a:visited{
    color:#663197;
}

#view-all-jobs{
    float:left;
    width:100%;
    background:#fff;
    padding:8px 0;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    color:#005da4;
    -webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 15px rgba(0,0,0,0.1);
    -o-box-shadow:0px 0px 15px rgba(0,0,0,0.1);
    box-shadow:0px 0px 15px rgba(0,0,0,0.1);
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
    transition:all 0.4s linear;
}

#view-all-jobs:hover{
    text-decoration: none;
}

.company-profile-cta p{
    text-align: center;
    color:#444;
    margin:0 0 15px 0;
}

.company-profile-cta p.company-profile-cta-title{
    font-size: 19px;
    line-height: 24px;
    color:#003777;
    margin:0 0 5px 0;
}

.company-profile-cta .btn{
    width:100%;
}

#company-profile-link-toggle{
    float: left;
    width:100%;
    background: #005da4;
    font-size:14px;
    color: #fff;
    padding: 6px 0;
    margin: 20px 0 0 0;
    text-indent: 7%;
    cursor: pointer;
}

#company-profile-link-toggle:first-child{
    margin-top:1px;
}

#company-profile-link-toggle.featured-link-toggle{
    text-indent: 0;
    padding:6px 2%;
    width: 96%;
}

#company-profile-link-toggle.featured-link-toggle:first-child{
    margin-top:0;
}

#company-profile-link-toggle span{
    width:0;
    height:0;
    border-top: 5px solid #fff;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    float: right;
    margin:5px 7% 0 0;
}

#company-profile-link-toggle.featured-link-toggle span{
    margin: 5px 0 0 0;
}

#company-profile-link-toggle span.up{
    display: none;
    border-top:0;
    border-bottom: 5px solid #fff;
}

#company-profile-link{
    margin:0;
    display: none;
}

#company-profile-link.featured-comp-profile-link .company-profile-module-main{
    width: 96%;
    padding:15px 2%;
}

#company-profile-link p{
    color:#444;
}

#company-profile-link.featured-comp-profile-link p{
    float:none;
    overflow: hidden;
}

#company-profile-link textarea{
    float:left;
    width:96%!important;
    height:150px;
    padding:5px 2%;
    color:#444;
    border:1px solid #c9cfdd;
    border-radius: 2px;
    margin:10px 0 0 0;
    resize:none;
}

#company-profile-link.featured-comp-profile-link textarea{
    float:right;
    width:50%!important;
    margin:0 0 0 10px;
    height:34px;
    word-break:break-all;
}

.company-profile-module-employees .company-profile-module-main{
    width:100%;
    padding:20px 0;
}

.company-profile-employee{
    float:left;
    width:338px;
    margin:0 0 0 10px;
    min-height: 130px;
    position: relative;
}

.company-profile-employee.loading:before{
    content:"";
    width:30px;
    height:30px;
    position: absolute;
    top:45px;
    left:50%;
    margin:0 0 0 -15px;
    z-index: 1;
    background:url('/images/loading-static.png') no-repeat center;
    background-size: 30px 30px;
    -webkit-animation:SPIN 0.9s infinite linear;
    -moz-animation:SPIN 0.9s infinite linear;
    -o-animation:SPIN 0.9s infinite linear;
    animation:SPIN 0.9s infinite linear;
}

.company-profile-employee.loading:after{
    content:"Loading profile";
    position: absolute;
    top:80px;
    left:0px;
    width:100%;
    color:#888;
    text-align: center;
}

#caution-div{
    border-top: solid 5px orange;
}

#caution-div h2{
    float: left;
    color: #000;
    text-align: left;
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
}

#caution-div p{
    float: left;
}

@-webkit-keyframes SPIN{
    0%   { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}

@-moz-keyframes SPIN{
    0%   { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg); }
}

@-o-keyframes SPIN{
    0%   { -o-transform:rotate(0deg); }
    100% { -o-transform:rotate(360deg); }
}

@keyframes SPIN{
    0%   { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}

.company-profile-employee span{
    position: relative;
    z-index:2;
}

.company-profile-employee iframe{
    margin-bottom: -10px;
}

.company-profile-social-module .company-profile-module-main{
    padding:15px 2%;
    width:96%;
}

.company-profile-social-badge{
    float:left;
    width:33.333%;
    height:80px;
    text-align: center;
    padding:45px 2% 10px 2%;
    position: relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border-left:1px solid #dfdfdf;
}

.company-profile-social-badge:first-child{
    border:0;
}

.company-profile-social-badge.no-info{
    opacity: 0.5;
}

.company-profile-social-badge a{
    text-decoration: none;
    cursor: pointer;
}

.company-profile-social-badge img{
    position: absolute;
    top:10px;
    left:50%;
    margin-left:-20px;
    display: block;
    width:40px;
    border:0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.company-profile-social-badge p{
    padding-top:10px;
    font-size: 12px;
    color:#222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.company-profile-social-badge a p{
    color:#005da4;
}

.company-profile-social-badge a:hover img{
    top:7px;
}

.company-profile-social-badge.no-info:hover:after{
    content: "not available";
    position: absolute;
    top:50%;
    left:2px;
    right:2px;
    text-align: center;
    padding:5px 0;
    border:1px solid #c9cfdd;
    border-radius: 3px;
    background:#fff;
    color:#222;
    font-size: 12px;
    line-height: 16px;
    margin-top:-20px;
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
    box-shadow:0 1px 4px rgba(0,0,0,0.3);
}

.company-profile-jobs{
    float:left;
    width:100%;
    padding:15px 0 40px 0;
    margin: 0px 0 0 0;
    position: relative;
}

.company-profile-jobs.next-page{
    margin-top:0;
    padding-top:0;
}

.company-profile-jobs-top{
    float:left;
    width:100%;
    margin:0 0 30px 0;
    border-bottom: 1px solid #c9cfdd;
}

.company-profile-jobs-top h2{
    font-size: 24px;
    color:#000;
    margin:0;
    padding:0 0 10px 0;
    float:left;
    width:60%;
}

.company-profile-module.no-padding .company-profile-module-main{
    width:100%;
}

.company-profile-jobs-top h2 span{
    font-size:14px;
    margin:0;
    display:block;
    color:#222;
}

#company-profile-jobs-jbe{
    float:right;
    margin:4px 0 0 0;
    display: block!important;
}

#company-profile-jobs-jbe input[type="text"]{
    float:left;
    width:200px;
    padding:5px;
    background:#fff;
    border:1px solid #c9cfdd;
    margin:0 5px 0 0;
    color:#444;
}

#company-profile-jobs-jbe input[type="submit"]{
    float:left;
    width:240px;
    padding:6px 0;
    background:#005da4;
    font-size: 14px;
    color:#fff;
    border-radius:2px;
    border:none;
    -webkit-appearance:none;
    cursor: pointer;
    -webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;
}

#company-profile-jobs-jbe input[type="submit"]:hover{
    background:#003777;
}

.company-profile-top-displaying{
    float:left;
    width:100%;
    margin:5px 0 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #c9cfdd;
}

.company-profile-top-displaying p{
    color:#444;
}

.comp-profile-job-wrap{
    clear:both;
    float:none;
    display: block;
    max-width:700px;
}

.comp-profile-job-wrap:first-child{
    margin-top:0px;
}

#job-view-main{
    display: block;
}

.job-btns{
    margin-bottom:30px;
}

.job-apply,
.classify-job-btn,
#fasttrack-reg-trigger{
    background-color:#005da4;
}

.job-1click-apply,
.job-applied{
    background-color:#5bb543;
}

.job-apply:hover,
.job-1click-apply:hover,
.job-applied:hover,
.classify-job-btn:hover,
#fasttrack-reg-trigger:hover{
    background-color:#219a00;
}

.job-applied,
.job-applied:hover{
    background-color: #5bb543;
}

.userNote750{
    float: none;
    margin:20px auto;
}

.userNote750{
    float:left;
    margin: 20px 105px 50px 105px;
}

.company-profile-displaying{
    display: block;
    width:720px;
    margin:10px auto 30px auto;
    padding-top: 20px;
}

.company-profile-prev{
    float:left;
    width:120px;
    height:30px;
}

.company-profile-nav-center{
    overflow: hidden;
    text-align: center;
    height: 30px;
}

.company-profile-nav-center p{
    line-height: 30px;
}

.company-profile-next{
    float:right;
    width:120px;
    height:30px;
}

.agencyNext,
.agencyPrevious{
    color:#444;
    padding:5px 15px;
    margin:0;
    background-color:#FFFFFF;
    border:1px solid #c9cfdd;
    border-radius:2px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    float:right;
    width:80px;
    text-align: center;
}

.agencyPrevious{
    float:left;
}

.agencyPrevious:hover{
    background-color:#005da4;
    color:#ffffff;
    border:1px solid #003777;
    text-decoration:none;
}

.agencyNext:hover{
    background-color:#005da4;
    color:#ffffff;
    border:1px solid #003777;
    text-decoration:none;
}

.company-profile-edit-btn{
    position: absolute;
    top:2px;
    right:2px;
    background:#fff;
    padding:2px 10px;
    color:#005da4;
    border:1px solid #c9cfdd;
    border-radius:2px;
    z-index:4;
    text-decoration: none;
    -webkit-box-shadow:0px 1px 4px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 4px rgba(0,0,0,0.1);
    -o-box-shadow:0px 1px 4px rgba(0,0,0,0.1);
    box-shadow:0px 1px 4px rgba(0,0,0,0.1);
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.company-profile-edit-btn:hover{
    text-decoration: none;
    background:#005da4;
    color:#fff;
    border:1px solid #003777;
}

.company-profile-update-cta{
    float:left;
    width:94%;
    padding:15px 3%;
    background:#f1f8ff;
    border:1px solid #aaccee;
    text-align: center;
}

.company-profile-logo .company-profile-update-cta{
    float:none;
    display: inline-block;
    white-space: initial;
    vertical-align: middle;
}

.company-profile-update-cta p{
    float:left;
    width:100%;
    color:#222;
    white-space: normal;
}

.company-profile-update-cta a{
    float:left;
    width:100%;
    line-height: 20px;
    color:#005da4;
}

.company-profiles-not-filled-in{
    float:left;
    width:94%;
    padding:15px 3%;
    margin:20px 0 0 0;
    background:#f1f8ff;
    border:1px solid #aaccee;
    text-align: center;
}

.company-profiles-not-filled-in p{
    color:#444;
}

.company-profiles-not-filled-in p:first-child{
    font-size:16px;
    line-height: 25px;
    font-weight: 600;
    color:#003777;
}

.company-profiles-not-filled-in a{
    text-decoration: underline;
}

.footer{
    margin-top:0;
}

.search-result-other-locations-toggle{
    white-space: nowrap;
    display: inline-block;
}

.nat-prem-main .search-result-other-locations-toggle,
.nat-prem-main .search-result-other-locations{
    display: none!important;
}

.search-result-other-locations-toggle a{
    display: inline-block;
    text-decoration: none;
}

.search-result-other-locations-toggle a:hover{
    text-decoration: underline;
}

.search-result-other-locations-toggle span.arrow{
    width:14px;
    height:14px;
    border:1px solid #dfdfdf;
    border-radius: 3px;
    margin:0 0 0 6px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top:-2px;
}

.search-result-other-locations-toggle span.arrow span{
    width:0;
    height:0;
    border-top:5px solid #005da4;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin:5px 0 0 3px;
    display: block;
}

.search-result-other-locations-toggle span.arrow:hover{
    background:#219a00;
    border-color: #219a00;
}

.search-result-other-locations-toggle span.arrow:hover span{
    border-top-color: #fff;
}

.search-result-other-locations-toggle.open span.arrow span{
    border-top:0;
    border-bottom:5px solid #005da4;
}

.search-result-other-locations-toggle.open span.arrow:hover span{
    border-bottom-color: #fff;
}

.search-result-other-locations{
    display: none;
    clear: both;
    margin-left: 117px;
    overflow: hidden;
    padding-bottom: 10px;
}

.search-result-other-locations li{
    float: left;
    width:100%;
    margin-top:3px;
}

.search-result-other-locations{
    margin-left:0px;
}

.featured-job .search-result-other-locations,
.national-job .search-result-other-locations{
    margin-left:92px;
}

#mobile-test-730px,
#mobile-test-800px{
    display: none;
}

.job-info-description a,
.featured-job-description a{
    display: block;
    width: 54px;
    padding: 5px 0;
    margin: 5px 0 12px 0;
    color: #005da4;
    text-align: center;
    text-decoration: none;
    border: 1px solid #c9cfdd;
    border-radius: 7px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.job-info-description a:hover,
.featured-job-description a:hover{
    background:#5bb543;
    color:#fff;
    border-color: #5bb543;
}

#comp-profile-jobmatch-main-dropdowns{
    position: relative;
    height:1px;
    margin:40px 0 0 0;
    background:#003777;
    -webkit-transition:height 0.4s linear;
    -moz-transition:height 0.4s linear;
    -o-transition:height 0.4s linear;
    -ms-transition:height 0.4s linear;
    transition:height 0.4s linear;
}

#ie7 #comp-profile-jobmatch-main-dropdowns,
#ie8 #comp-profile-jobmatch-main-dropdowns{
    border-bottom:1px solid #f9f9f9;
}

.comp-profile-jobmatch-main-tab{
    float: left;
    width: 26%;
    padding:0 4% 0 0;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    background: #005da4;
    margin: 0;
    position: relative;
    top: -38px;
    cursor: pointer;
    text-indent: 15px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    -webkit-transition: background 0.2s linear, border-color 0.2s linear;
    -moz-transition: background 0.2s linear, border-color 0.2s linear;
    -o-transition: background 0.2s linear, border-color 0.2s linear;
    -ms-transition: background 0.2s linear, border-color 0.2s linear;
    transition: background 0.2s linear, border-color 0.2s linear;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    .comp-profile-jobmatch-main-tab{
        top:-37px;
    }
}

.comp-profile-jobmatch-main-tab:hover{
    background:#003777;
}

.comp-profile-jobmatch-main-tab.opened{
    background:#003777;
}

.comp-profile-jobmatch-main-tab span{
    float:right;
    position: absolute;
    width: 0;
    height: 0;
    border-top:5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top:16px;
    right:15px;
    -webkit-transition:margin 0.1s linear, -webkit-transform 0.2s linear;
    -moz-transition:margin 0.1s linear, -moz-transform 0.2s linear;
    -o-transition:margin 0.1s linear, -o-transform 0.2s linear;
    -ms-transition:margin 0.1s linear, -ms-transform 0.2s linear;
    transition:margin 0.1s linear, transform 0.2s linear;
}

.comp-profile-jobmatch-main-tab.opened span{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}

.comp-profile-jobmatch-main-tab:hover > span{
    margin-top:2px;
}

.comp-profile-jobmatch-main-tab.opened:hover > span{
    margin-top:-2px;
}

.comp-profile-jobmatch-main-dropdown{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    padding:25px 0 10px 0;
}

.comp-profile-jobmatch-main-dropdown-title{
    float:left;
    width:100%;
    text-align: center;
    color:#fff;
    margin:0 0 10px 0;
    font-size: 14px;
}

.comp-profile-jobmatch-main-dropdown-title a{
    color:#fff;
    white-space: nowrap;
}

.comp-profile-jobmatch{
    float:left;
    width:24.25%;
    margin:0 0 10px 1%;
    height:80px;
    background:#fff;
    text-decoration: none;
    position: relative;
    text-align: left;
    border-radius: 2px;
}

.comp-profile-jobmatch:after{
    content:"";
    position: absolute;
    top:50%;
    right:8px;
    margin-top:-10px;
    background: url('/images/adv-search-job-arrow.png') no-repeat center;
    width:10px;
    height:20px;
    background-size:8px 20px;
    opacity: 0.5;
    -webkit-transition:right 0.2s linear;
    -moz-transition:right 0.2s linear;
    -o-transition:right 0.2s linear;
    -ms-transition:right 0.2s linear;
    transition:right 0.2s linear;
}

#ie8 .comp-profile-jobmatch:after{
    background-position: -12px center;
}

.comp-profile-jobmatch:hover:after{
    right:3px;
}

.comp-profile-jobmatch:before{
    width:6px;
    height:100%;
    position: absolute;
    top:0px;
    left:0px;
    background:#005da4;
}

.comp-profile-jobmatch.first-child{
    margin-left:0;
}

.comp-profile-jobmatch span{
    vertical-align: middle;
    display: inline-block;
    width:100%;
}

.comp-profile-jobmatch span.vertical-aligner{
    height:100%;
    width:1px;
    margin-left:-10px;
}

.comp-profile-jobmatch p{
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    font-size: 11px;
    color:#999;
    margin:-4px 30px 0 15px;
}

.comp-profile-jobmatch p.comp-profile-jobmatch-title{
    font-size:16px;
    line-height: initial;
    color:#005da4;
    margin:0 30px 6px 15px;
}

.comp-profile-jobmatch-more{
    text-align: center;
}

.comp-profile-jobmatch-more a{
    display: inline-block;
    color:#fff;
    text-decoration: none;
}

.comp-profile-jobmatch-more a span,
.comp-profile-jobmatch-more a span:after{
    float:right;
    width:0;
    height:0;
    border-left:4px solid #fff;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    margin:6px 0 0 6px;
}

#ie7 .comp-profile-jobmatch-more a span{
    display: none;
}

.comp-profile-jobmatch-more a span:after{
    content:"";
    border-left-color: #003777;
    margin:-4px 2px 0 0;
}

.comp-profile-jobmatch-more a:hover{
    text-decoration: underline;
}

.pagination-wrap-top{
    float: right;
    width:40%;
    margin-top:10px;
}

.pagination-wrap-bottom {
    margin-top: 0px;
    padding-top: 18px;
    border-top: 1px solid #c9cfdd;
}

.displaying-bottom{
    float: left;
    margin: 0;
    font-size: 14px;
    display: block;
    color: #222;
    position: relative;
    top: 40px;
}

ul.pagination li{
    background:#fff;
}

.job.viewed h2 a,
.job.viewed h2 a:hover,
.job.viewed h2 a:visited,
.job.viewed h2,
.job.viewed h2:hover,
.job.viewed h2:visited,
.job.viewed h1 a,
.job.viewed h1 a:hover,
.job.viewed h1 a:visited,
.job.viewed h1,
.job.viewed h1:hover,
.job.viewed h1:visited{
     color:#663197!important;
 }

.company-profile-search-form{
    padding:15px;
    clear:both;
    border-top: 1px solid #dfdfdf;
}

.company-profile-search-form:after{
    content: "";
    display: block;
    clear: both;
    width:100%;
}

.company-profile-search-form h3{
    display: none;
}

.company-profile-el-wrap{
    position: relative;
    float: left;
    width:37%;
    background:#fff;
    border-radius: 1px;
}

.company-profile-el-wrap.location,
.company-profile-el-wrap.radius{
    margin-left:1%;
}

.company-profile-el-wrap.radius{
    width:24%;
}

.company-profile-el-wrap input{
    padding-left: 24px;
    border: 1px solid #dfdfdf;
    border-radius:1px;
    margin:0;
    position: relative;
    background:none;
    z-index:2;
    height: 34px;
    -webkit-transition:border-color 0.2s linear;
    -moz-transition:border-color 0.2s linear;
    transition:border-color 0.2s linear;
}

.company-profile-el-wrap input:focus{
    border-color:#005da4;
}

.company-profile-el-wrap input::-webkit-input-placeholder{
    color: #888;
    opacity: 1;
    -webkit-transition: color 0.2s linear;
}

.company-profile-el-wrap input::-moz-placeholder{
    color: #888;
    opacity: 1;
    -moz-transition: color 0.2s linear;
}

.company-profile-el-wrap input:-ms-input-placeholder{
    color: #888;
    opacity: 1;
    -ms-transition: color 0.2s linear;
}

.company-profile-el-wrap input:-moz-placeholder{
    color: #888;
    opacity: 1;
    -moz-transition: color 0.2s linear;
}

.company-profile-el-wrap input:focus::-webkit-input-placeholder{
    color: #c9cfdd;
    opacity: 1;
}

.company-profile-el-wrap input:focus::-moz-placeholder{
    color: #c9cfdd;
    opacity: 1;
}

.company-profile-el-wrap input:focus:-ms-input-placeholder{
    color: #c9cfdd;
    opacity: 1;
}

.company-profile-el-wrap input:focus:-moz-placeholder{
    color: #c9cfdd;
    opacity: 1;
}

.company-profile-el-wrap img{
    position: absolute;
    top:7px;
    left:5px;
    z-index: 1;
}

.company-profile-el-wrap.radius select{
    margin:0;
    border: 1px solid #dfdfdf;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    background:none;
    position: relative;
    z-index:2;
    height: 34px;
    text-indent: 5px;
    -webkit-transition:border-color 0.2s linear;
    -moz-transition:border-color 0.2s linear;
    transition:border-color 0.2s linear;
}

.company-profile-el-wrap.radius select:focus{
    border-color: #005da4;
}

.company-profile-el-wrap.radius select::-ms-expand {
    display: none;
}

.company-profile-el-wrap.radius img{
    width: 12px;
    left:auto;
    top:14px;
    right:5px;
}

.company-profile-search-form .btn{
    margin:10px 0 0;
    width:160px;
}

.company-profile-sidebar .company-profile-search-form .btn{
    width:100%;
}

.company-profile-sidebar .company-profile-search-form{
    position: relative;
    margin-top:20px;
    border:1px solid #dfdfdf;
    padding:45px 15px 15px 15px;
    background:#fff;
    box-shadow:0px 1px 6px rgba(0,0,0,0.02);
}

.company-profile-sidebar .company-profile-el-wrap,
.company-profile-sidebar .company-profile-el-wrap.radius{
    width:100%;
}

.company-profile-sidebar .company-profile-el-wrap.location,
.company-profile-sidebar .company-profile-el-wrap.radius{
    margin:5px 0 0 0;
}



.company-profile-sidebar .company-profile-search-form h3{
    float: left;
    background: #005da4;
    font-size: 14px;
    color: #fff;
    padding: 6px 7%;
    margin: -1px 0 0 -1px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.featured-job-info-wrap h1 a,
.job-info-title h1{
    text-decoration: none;
    color: inherit;
}

.featured-job-info-wrap h1 a:hover,
.job-info-title h1:hover{
    text-decoration: underline;
}

.row.company-profile-recommended{
    width: 100%;
    margin: 0;
}

.company-profile-recommended-tab:first-child{
    border-left:0;
}

.company-profile-recommended-tab.current:after{
    animation: tab_after 0.3s forwards linear;
}

@keyframes tab_after{
    0%{
        border-top-width: 0px;
    }
    30%{
        border-top-width: 0px;
    }
    100%{
        border-top-width: 10px;
    }
}

.company-profile-recommended-slide{
    float: left;
    width:100%;
    display: none;
}

.company-profile-recommended-slide.current{
    display: block;
}

.rl-tab-slides {
    border-bottom: solid 1px #dfdfdf;
    clear: both;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-out;
}

.company-profile-recommended-job{
    border-top:1px solid #dfdfdf;
    padding:10px 3% 14px 3%;
    width:94%;
}

.company-profile-recommended-job:first-child{
    padding-top:16px;
}

.company-profile-recommended-job-cta{
    position: absolute;
    z-index:2;
    top: 50%;
    right: 3%;
    margin: -15px 0 0 0;
}

.company-profile-recommended-job:first-child .company-profile-recommended-job-cta{
    margin-top:-12px;
}

.company-profile-recommended-job h4,
.company-profile-recommended-job p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 100px;
}

.company-profile-recommended-job h4{
    white-space: normal;
    color: #005da4;
}

.company-profile-recommended-job h4 a{
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
}

@media screen and (max-width:1100px){
    body#companyprofile #main{
        background-size: 150% auto;
    }
}

@media screen and (max-width:800px){
    .comp-profile-jobmatch-main-tab{
        width:46%;
    }

    .comp-profile-jobmatch p.comp-profile-jobmatch-title{
        font-size:14px;
    }

    .comp-profile-jobmatch{
        width:49.5%;
    }

    .comp-profile-jobmatch.nth-child{
        margin-left:0px;
    }

    #mobile-test-800px{
        display: block;
    }
}

@media screen and (max-width:730px){
    #mobile-test-730px{
        display: block;
    }

    p.breadcrumbs{
        display: none;
    }

    .geolocate{
        top:7px!important;
        margin:0!important;
    }

    .comp-profile-search-wrap{
        display: block;
    }

    body#companyprofile #main{
        padding:0;
        background-image:none!important;
    }

    .search-companies-breadcrumbs{
        display: none;
        position: static;
    }

    .company-profile-main,
    .company-profile-sidebar{
        width:100%;
        margin:0;
    }

    .company-profile-logo .company-profile-update-cta{
        border-radius: 3px;
        width: 144px;
        height: 136px;
        padding: 0;
        margin: 2px 0;
    }

    .company-profile-logo .company-profile-update-cta p{
        margin:30px 10px 0 10px;
        width:120px;
    }

    .company-profile-center.company-profile-main-center{
        margin-top:0px;
        width:100%;
        padding:0 0 30px 0;
        border:0;
        background:none;
    }

    .company-profile-center{
        position: relative;
        z-index:2;
        float:left;
        padding:0 3%;
        width:94%;
        overflow: visible;
    }

    .prem-company-profile-extras{
        float:left;
        width:100%!important;
    }

    .company-profile-module:first-child{
        margin: 0 3%;
    }

    .company-profile-sidebar .company-profile-module:first-child{
        margin-top:0px;
    }

    .company-profile-module{
        background: transparent;
        float: left;
        width: 94%;
        position: relative;
        margin: 20px 3% 0 3%;
    }

    .company-profile-module h3,
    .company-profile-recommended-tab span{
        float: left;
        font-size:18px;
        padding: 8px 0;
    }

    .company-profile-module-main{
        float:left;
        width:100%;

    }

    .company-profile-top-module{
        padding:0;
        min-height: 1px;
        margin:0!important;
        width:100%;
        border:0;
    }

    .company-profile-top-module h1{
        width: 56%;
        margin: 10px 132px 0;
        line-height: 20px;
        font-size: 18px;
    }

    .h1_edit_padding{
        width: 37% !important;
    }

    .company-profile-top-module h1 + p{
        width: 45%;
        margin: 5px 132px 0;

    }

    .company-profile-edit-btn,
    .company-profile-edit-btn:hover{
        background: #5bb543;
        color: #fff;
        border: 0;
        border-radius: 4px;
        top:0px;
        right:0px;
        padding: 10px 15px;
        margin: 3%;
    }

    .company-profile-logo{
        float:left;
        position: static;
        margin:25px auto 0 auto;
        display: block;
        width: 100px;
        height: auto;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        padding: 10px;
        border:1px solid #fff;
    }

    .company-profile-logo span{
        display: none;
    }

    .company-profile-logo img{
        width:100%;
        display: block;
        margin:0 auto;
    }

    .company-profile-top-right,
    .company-profile-top-right.has-logo{
        width:100%;
        margin:0;
        padding:0!important;
        text-align: center;
        min-height: 70px;
    }

    .company-profile-top-right h1{
        font-size:24px;
        line-height: 26px;
        font-weight: 600;
        color:#000;
        margin:30px 3% 15px 3%;
    }

    .company-profile-top-right.has-logo h1{
        margin-top:10px;
    }

    .company-profile-top-right h1 + p{
        display: none;
    }

    .company-profile-email,
    .company-profile-website,
    .company-profile-phone{
        margin:5px 0 0 0;
    }

    .company-profile-contact-wrap{
        position: static;
        margin:10px 0 0 0;
        padding:4px 0 0 0;
        width: 100%;
        background:#fff;
        border-bottom:1px solid #c9cfdd;
        text-align: center;
    }

    .company-profile-contact-wrap a,
    .company-profile-contact-wrap span{
        float:left;
        display: inline-block;
        margin:0;
        line-height: 13px;
    }

    .company-profile-contact-wrap a img,
    .company-profile-contact-wrap span img{
        display: block;
        width:30px;
        float:left;
        margin: 0 auto;
    }

    .company-profile-contact-wrap span img{
        opacity: 0.4;
    }

    .company-profile-contact-wrap a p,
    .company-profile-contact-wrap span p{
        float: none;
        display: inline;
        width:100%;
        font-size: 14px;
        font-weight: 600;
        color:#005da4;
        margin:0 5px;
    }

    .company-profile-contact-wrap a p:after,
    .company-profile-contact-wrap span p:after{
        content:"PHONE";
        font-size: 0px;
        color:#fff;
    }

    .company-profile-contact-wrap span p:after{
        color:#fff;
    }

    .company-profile-contact-wrap a.company-profile-email p:after,
    .company-profile-contact-wrap span.company-profile-email p:after{
        content:"EMAIL";
    }

    .company-profile-contact-wrap a.company-profile-website p:after,
    .company-profile-contact-wrap span.company-profile-website p:after{
        content:"WEB";
    }

    #rl-tabs{
        background: #fff;
    }

    .row.rl-tabs{
        margin: 0 3% 20px 3%;
        width: 94%;
    }

    #rl-tabs{
        margin: 0px;
    }

    .company-profile-module-employees{
        width: 100%
    }

    .company-profile-module-employees .company-profile-module-main{
        padding: 0 0 20px;
    }

    .company-profile-about-module{
        padding-bottom: 0px;
        overflow: hidden;
        -webkit-transition:all 0.4s linear;
        -moz-transition:all 0.4s linear;
        -o-transition:all 0.4s linear;
        transition:all 0.4s linear;
    }

    .company-profile-about-module p{
        color:#444;
    }

    .company-profile-module p.company-profile-module-subtitle{
        font-weight: 600;
        font-size: 14px;
        color:#000;
        margin:30px 0 0 0;
    }

    .company-profile-about-wrap p.description-more,
    .company-profile-about-wrap div.description-more{
        padding:0;
    }

    #company-profile-about-more{
        background: #fff;
        text-align: center;
        width:100%;
        margin:10px 0;
    }

    #company-profile-about-more p{
        line-height: 12px;
        padding: 10px;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    #company-profile-about-more p:hover{
        background: #fff;
        color: #005da4;
        border-color: #005da4;
    }

    #company-profile-about-more p span{
        margin: 4px -48px 0 24px;
        display: inline-block;
        float: none;
    }

    #company-profile-about-more p:hover > span {
        border-top: 5px solid #005da4;
    }

    #company-profile-about-more p span.up{
        margin: 0 -48px 2px 24px;
    }

    #company-profile-about-more p:hover > span.up {
        border-top: 0;
        border-bottom: 5px solid #005da4;
    }

    .company-profile-map-bar{
        border:0;
        height: auto;
        padding-bottom:4px;
    }

    #print-directions{
        opacity: 1;
        background:url(/images/comp-profile-print-icon.png) no-repeat center;
        background-size:20px auto;
    }

    #close-directions{
        opacity: 1;
        background:url(/images/comp-profile-close-icon.png) no-repeat center;
        background-size:20px auto;
    }

    #company-profile-map-destination,
    #company-profile-map-distance,
    #company-profile-map-time{
        width:96%;
        margin-left:4%;
    }

    #company-profile-map-destination{
        font-size:14px;
    }

    #company-profile-map-distance{
        font-size: 13px;
    }

    #company-profile-map-directions{
        width:94%;
        padding-left:4%;
    }

    .company-profile-map{
        height:155px;
    }

    #end-address,
    #start-address{
        width:70%;
    }

    #get-directions{
        top: 0px;
        bottom:auto;
        right: 0px;
        left:auto;
        min-width: 70px;
        height: 100%;
    }

    .company-profile-employee{
        margin:20px 0 0 0;
        display: block;
        width:100%;
        float:left;
        min-height: 130px;
        position: relative;
        outline:0;
    }

    .company-profile-employee:before{
        content:"";
        width:30px;
        height:30px;
        position: absolute;
        top:45px;
        left:50%;
        margin:0 0 0 -15px;
        z-index: 1;
        background:url('/images/loading-static.png') no-repeat center;
        background-size: 30px 30px;
        -webkit-animation:SPIN 0.9s infinite linear;
        -moz-animation:SPIN 0.9s infinite linear;
        -o-animation:SPIN 0.9s infinite linear;
        animation:SPIN 0.9s infinite linear;
    }

    .company-profile-employee:after{
        content:"Loading profile";
        position: absolute;
        top:80px;
        left:0px;
        width:100%;
        color:#888;
        text-align: center;
    }

    @-webkit-keyframes SPIN{
        0%   { -webkit-transform:rotate(0deg); }
        100% { -webkit-transform:rotate(360deg); }
    }

    @-moz-keyframes SPIN{
        0%   { -moz-transform:rotate(0deg); }
        100% { -moz-transform:rotate(360deg); }
    }

    @-o-keyframes SPIN{
        0%   { -o-transform:rotate(0deg); }
        100% { -o-transform:rotate(360deg); }
    }

    @keyframes SPIN{
        0%   { transform:rotate(0deg); }
        100% { transform:rotate(360deg); }
    }

    .company-profile-employee span{
        float:left!important;
        width:100%!important;
        position: relative;
        z-index:2;
    }

    .company-profile-employee iframe{
        margin: 0 auto -10px auto!important;
        display: block!important;
    }

    .company-profile-employee:first-of-type{
        margin-top:0px;
    }

    .company-profile-jobs-module{
        display: none;
    }

    .company-profile-cta p{
        text-align: center;
        color:#444;
        margin:0 0 15px 0;
    }

    .company-profile-cta p.company-profile-cta-title{
        font-size: 19px;
        color:#003777;
        margin:0 0 5px 0;
    }

    .company-profile-cta input[type="submit"],
    .company-profile-cta a{
        font-size: 15px;
        color:#fff;
        width:100%;
        text-align: center;
        padding:10px 0;
        border-radius: 2px;
        margin:0 auto;
        display: block;
        border:0;
        background:#5bb543;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition:background 0.2s linear;
        -moz-transition:background 0.2s linear;
        -o-transition:background 0.2s linear;
        transition:background 0.2s linear;
        -webkit-appearance:none;
    }

    .company-profile-cta input[type="submit"]{
        background: #005da4;
    }

    #company-profile-link-toggle,
    #company-profile-link{
        display: none!important;
    }

    .company-profile-jobs{
        float:left;
        width:100%;
        background:#f9f9f9;
        border-top: 0px;
        border-bottom: 1px solid #c9cfdd;
        margin: 0px;
        padding:20px 0 0 0;
    }

    .company-profile-jobs.next-page{
        padding-top:20px;
    }

    .userNote750{
        margin:20px 0;
    }

    .company-profile-jobs-top{
        margin-bottom:20px;
    }

    .company-profile-jobs-top h2{
        font-size: 22px;
        line-height: 26px;
        color:#000;
        margin:0;
    }

    .company-profile-jobs-top h2 span{
        margin-top:0px;
    }

    .company-profile-jobs-jbe-wrap{
        float:left;
        width:100%;
    }

    .company-profile-jobs-jbe-wrap:before{
        float:left;
        content:"Email me jobs from this company \25BC";
        color:#005da4;
        cursor:pointer;
        padding:5px 0;
        text-align: center;
        width: 100%;
    }

    .company-profile-jobs-jbe-wrap.open:before{
        content:"Email me jobs from this company \25B2";
    }

    #company-profile-jobs-jbe{
        display: none;
        float: left;
        width: 100%;
        margin: 0 -3%;
        background: #f1f1f1;
        padding: 20px 3%;
        text-align: center;
        -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.2);
        -o-box-shadow: inset 0px 0px 6px rgba(0,0,0,0.2);
        box-shadow: inset 0px 0px 6px rgba(0,0,0,0.2);
    }

    #company-profile-jobs-jbe input[type="text"]{
        width:200px;
        padding:5px;
        background:#fff;
        border:1px solid #c9cfdd;
        margin:0 5px 0 0;
        font-size:13px;
        color:#444;
    }

    #company-profile-jobs-jbe input[type="submit"]{
        width:240px;
        padding:6px 0;
        background:#005da4;
        font-size:13px;
        color:#fff;
        border-radius:2px;
        border:none;
        -webkit-appearance:none;
        cursor: pointer;
        -webkit-transition:background 0.2s linear;
        -moz-transition:background 0.2s linear;
        -o-transition:background 0.2s linear;
        transition:background 0.2s linear;
    }

    .company-profile-top-displaying{
        float: left;
        width: 100%;
        padding: 10px 0 20px 0;
        text-align: center;
        border-bottom:1px solid #c9cfdd;
    }

    .company-profile-top-displaying p{
        color: #444;
    }

    .job{
        width:94%!important;
        padding:15px 3% !important;
        border:1px solid #dfdfdf!important;
        border-bottom:0!important;
        border-radius:3px 3px 0 0;
    }

    .job-btns{
        margin-top:0px!important;
        padding:15px 3% 20px 3%!important;
        width:94%!important;
        border:1px solid #dfdfdf!important;
        border-top:0!important;
        border-radius: 0 0 3px 3px
    }

    .jobDescription,
    #cvl-feat-job{
        float: left;
        margin: 0;
        padding: 15px 3%;
        background: #fff;
        width: 94%;
        border-bottom:1px solid #c9cfdd;
    }

    #cvl-feat-job{
        background: url(/images/cvlmobile-feat-bg.png) no-repeat center left;
        background-size: 15px auto;
        position: relative;
    }

    #cvl-feat-job:after{
        content:"";
        position: absolute;
        z-index:-1;
        top:0px;
        left:0px;
        width:15px;
        height:100%;
        background:#003777;
    }

    #cvl-feat-job-main{
        width:95%;
        margin:0 0 0 5%;
    }

    #cvl-feat-job .search-result-mobile-cta{
        width:95%;
        margin:0 0 0 5%;
    }

    #cvl-feat-job a.mobile-cta-viewjob,
    #cvl-feat-job a.mobile-cta-readmore{
        background: #fff;
    }

    .jobDescriptionTop,
    .jobDescriptionLinks,
    #cvl-feat-job-header,
    #cvl-feat-job-details{
        display: none;
    }

    #cvl-feat-job-highlight{
        border:none;
        padding:0;
        width:100%;
        margin:0;
        background: none;
    }

    h1.jobTitle,
    #cvl-feat-job-highlight h1{
        font-weight: 400;
        font-size:16px;
        line-height: 18px;
        margin-top:0px;
    }

    .jobview-desc,
    #cvl-feat-job-desc{
        float:left;
        width:100%;
        display: none;
        padding:10px 0 0 0;
        margin:10px 0;
        border-top:1px solid #c9cfdd;
    }

    .company-profiles-not-filled-in{
        float:left;
        width:88%;
        padding:15px 3%;
        margin:20px 3%;
        background:#f1f8ff;
        border:1px solid #aaccee;
        text-align: center;
    }

    .company-profiles-not-filled-in p{
        line-height: 20px;
        color:#444;
    }

    .company-profiles-not-filled-in p:first-child{
        font-size:16px;
        line-height: 25px;
        font-weight: 600;
        color:#003777;
    }

    .company-profiles-not-filled-in a{
        text-decoration: underline;
    }

    .company-profile-displaying{
        float:left;
        width:100%;
        margin:20px 0;
    }

    .company-profile-nav-center p{
        overflow: hidden;
        float:left;
        width:100%;
        position: relative;
        font-size:14px;
        color:#444;
        text-align: center;
    }

    .company-profile-prev a,
    .company-profile-next a{
        float:left;
        width:140px;
        padding:8px 0;
        text-align: center;
        color:#005da4;
        border:1px solid #c9cfdd;
        background:#fff;
        margin:0 0 20px 3%;
    }

    .company-profile-next a{
        float:right;
        margin:0 3% 20px 0;
    }

    .company-profile-jobs-top h2{
        width:100%;
    }

    .pagination-wrap-top{
        display: none;
    }

    .pagination-wrap-bottom{
        margin-bottom:20px;
    }

    .displaying-bottom{
        top:55px;
        float: left;
        width:100%;
        text-align: center;
        z-index: 2;
    }

    .pagination-wrap-bottom ul.pagination{
        padding-top:50px;
    }

    .company-profile-search-form,
    .company-profile-sidebar .company-profile-search-form{
        float: left;
        width: 88%;
        margin: 20px 3% 0 3%;
        padding: 45px 3% 15px 3%;
        position: relative;
        border:1px solid #dfdfdf;
        background:#fff;
    }

    .company-profile-el-wrap,
    .company-profile-el-wrap.radius{
        width:100%;
    }

    .company-profile-el-wrap.location,
    .company-profile-el-wrap.radius{
        margin:5px 0 0 0;
    }

    .company-profile-search-form .btn{
        width:100%;
    }

    .company-profile-search-form h3{
        float: left;
        background: #005da4;
        font-size: 14px;
        color: #fff;
        padding: 6px 7%;
        margin: -1px 0 0 -1px;
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
    }

    .search-result-other-locations{
        margin-left:0;
    }

    .search-result-other-locations-toggle span.arrow{
        width: 18px;
        height:17px;
        top:-1px
    }

    .search-result-other-locations-toggle span.arrow span{
        margin: 6px 0 0 5px;
    }

    .search-result-other-locations{
        margin-left:15px!important;
    }

    .company-profile-recommended-tab.current:after{
        transform: rotate(180deg);
        animation: none;
    }
}

@media screen and (max-width:620px){
    #end-address,
    #start-address{
        height:30px;
        line-height: 30px;
    }
}

@media screen and (max-width:568px){
    #profile-error{
        top:70px;
        left:5%;
        margin-left:0;
        width:84%;
        padding:15px 3%;
        position: fixed;
    }

    .company-profile-social-badge{
        width: 90%;
        height: auto;
        border: 0;
        border-top: 1px solid #dfdfdf;
        padding-bottom: 12px;
        margin: 0 5%;
    }

    .company-profile-social-badge:first-child{
        border:0;
    }

    .company-profile-top-module.no-logo{
        margin-top:0px!important;
    }

    .company-profile-jobs-top h2{
        position: relative;
        padding-bottom:30px;
    }

    .company-profile-jobs-top h2 span{
        position: absolute;
        bottom: 8px;
        font-size: 12px;
        color: #444;
    }

    .comp-profile-job-wrap{
        float:left;
        width:100%;
        margin:0 0 20px 0;
    }

    #job-details-title{
        font-size:18px;
    }

    .comp-profile-map-img{
        margin-top:9px;
    }
}

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

    #comp-profile-jobmatch-main-dropdowns{
        height:auto!important;
        margin-top:5px;
        margin-bottom:25px;
        background:none;
    }

    .comp-profile-jobmatch-main-tab{
        width:96%;
        top:0px!important;
        margin-top: 1px;
        border-radius: 0px;
    }

    .comp-profile-jobmatch-main-tab.opened{
        background:#005da4;
    }

    .comp-profile-jobmatch-main-dropdown{
        position: relative;
        float:left;
        background:#003777;
        padding:15px 0;
    }

    .comp-profile-jobmatch{
        float:left;
        width:100%;
        margin:10px 0 0 0;
    }

    .comp-profile-jobmatch.first-child{
        margin:0;
    }

    .comp-profile-jobmatch p{
        font-size: 13px;
    }

    .comp-profile-jobmatch p.comp-profile-jobmatch-title{
        font-size: 16px;
    }

    .comp-profile-jobmatch-more{
        float: left;
        width:100%;
    }

    .comp-profile-jobmatch-more a{
        display: block;
        border:1px solid #fff;
        padding:6px 0;
        border-radius: 3px;
        width:94%;
        margin:10px 3% 0 3%;
        font-size: 14px;
    }

    .comp-profile-jobmatch-more a span{
        display: none;
    }
}

@media screen and (max-width:500px){
    #company-profile-jobs-jbe input[type="text"],
    #company-profile-jobs-jbe input[type="submit"]{
        width:80%;
        margin:0;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
    }

    #company-profile-jobs-jbe input[type="text"]{
        text-align: center;
        margin-bottom:5px;
    }

    #end-address,
    #start-address{
        width:82%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
    }

    #start-address{
        padding-right:22px;
    }

    #comp-profile-geolocate{
        left:81%;
    }

    #get-directions{
        width:10%;
        min-width: 10%;
    }

    #get-directions p{
        display: none;
    }

    .no-directions-map-bar span,
    .no-directions-map-bar span:after{
        border-left-width: 10px;
        border-top-width: 14px;
        border-bottom-width: 14px;
        border-left-color: #005da4;
        margin-top:-14px;
    }

    .no-directions-map-bar span:after{
        border-left-color: #fff;
    }

    .company-profile-module{
        margin-top:8px;
    }

    .company-profile-recommended-job{
        width:100%;
        box-sizing: border-box;
        padding-right:35px;
    }

    .company-profile-recommended-job:first-child{
        padding-top:10px;
    }

    .company-profile-recommended-job:first-child .company-profile-recommended-job-cta{
        margin-top:0;
    }

    .company-profile-recommended-job-cta{
        background: none;
        font-size: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .company-profile-recommended-job-cta:hover{
        background:none;
    }

    .company-profile-recommended-job-cta:after{
        content: ">";
        position: absolute;
        width: 12px;
        height: 15px;
        top: 50%;
        right: 8px;
        margin-top: -6px;
        opacity: 0.8;
        font-size: 15px;
        color: #005da4;
        transform: scale(1,1.8);
        line-height: 15px;
    }

    .company-profile-recommended-job h4,
    .company-profile-recommended-job p{
        padding-right:0;
    }
}

@media screen and (max-width:420px){
    .company-profile-top img{
        width:130%;
        margin-left:-15%;
    }
}