/* review post-launch for less
1. Typography
*/

@font-face {
    font-family: 'Bliss Medium';
    src: url('BlissWeb-Md/blissweb-md.eot');
    src: url('BlissWeb-Md/blissweb-md.eot?#iefix') format('embedded-opentype'),
         url('BlissWeb-Md/blissweb-md.woff') format('woff'),
         url('BlissWeb-Md/blissweb-md.ttf') format('truetype'),
         url('BlissWeb-Md/blissweb-md.svg#bliss_2medium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Bliss Light';
    src: url('BlissWeb-Lt/blissweb-lt.eot');
    src: url('BlissWeb-Lt/blissweb-lt.eot?#iefix') format('embedded-opentype'),
         url('BlissWeb-Lt/blissweb-lt.woff') format('woff'),
         url('BlissWeb-Lt/blissweb-lt.ttf') format('truetype'),
         url('BlissWeb-Lt/blissweb-lt.svg#bliss_2light') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Bliss Bold';
    src: url('BlissWeb-Bd/blissweb-bd.eot');
    src: url('BlissWeb-Bd/blissweb-bd.eot?#iefix') format('embedded-opentype'),
         url('BlissWeb-Bd/blissweb-bd.woff') format('woff'),
         url('BlissWeb-Bd/blissweb-bd.ttf') format('truetype'),
         url('BlissWeb-Bd/blissweb-bd.svg#bliss_2bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Bliss Regular';
    src: url('BlissWeb-Rg/blissweb-rg.eot');
    src: url('BlissWeb-Rg/blissweb-rg.eot?#iefix') format('embedded-opentype'),
         url('BlissWeb-Rg/blissweb-rg.woff') format('woff'),
         url('BlissWeb-Rg/blissweb-rg.ttf') format('truetype'),
         url('BlissWeb-Rg/blissweb-rg.svg#bliss_2regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: "Bliss Regular", 'Gill Sans', Calibri, 'Helvetica Neue', Arial;
	font-size: 18px;
  padding-top: 0;
}
.wf-loading body {
    visibility: hidden;
}
a, a:link {
  color: #083554;
}
a:hover, a:focus {
  color: #005580;
}
h2 {
  font-size: 26px;
}
h2.pane-title {
  margin-top: 0;
}
p {
  margin: 0 0 1.5em;
}
li p {
  margin: 0;
}
li {
  line-height: 1.5em;
}
big {
  line-height: 1.2em;
}
small {
  color: #666;
}
.reading-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reading-text li {
  list-style: none;
  padding-left: 1em;
  text-indent: -.7em;
}
.reading-text li:before {
  content: "• ";
  color: rgb(237,26,145);
  font-size: 23px;
}
.btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.reading-text {
  font-size: 20px;
  line-height: 1.5em;
  color: #666;
}
.reading-text a,
.node-page .field-name-body a {
  text-decoration: underline;
}
.reading-margin-adjust {
  margin-right: 30px !important;
}
.lead {
  font-size: 30px;
  line-height: 1.2em;
  color: #666;
}
.iframe-sidebar iframe {
  width: 100%;
  height: 250px;
  border: none;
}
.iframe-main iframe {
  width: 100%;
  height: 1000px;
  border: none;
}
.grey-text {
  color: #666;
}
/* Language switcher */
.block-locale li {
  float: left;
  list-style: none;
  margin: 0 10px;
}
.block-locale a {
  color: #000;
}
.block-locale a.active {
  color: #aaa;
}
#block-locale-language {
  clear: right;
}
/*Main header nav Region */
.container-top-nav{
  background: rgb(239,239,240)
}
/* Navigation */
.container-top {
  padding: 10px 0 40px 0;
}
.navbar {
  margin-top: 40px;
  padding-top: 15px;
}
.navbar .navbar-inner {
  border: none;
  background: transparent !important;
  background-color: transparent !important;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: none;
}
.container-nav {
  padding: 5px 0 30px 0;
}
.navbar li {
  padding: 0 15px;
}
.region-header {
  margin: 20px 0 10px 0;
  overflow: hidden;
}
.navbar li.first.sf-depth-1 {
  padding-left: 0;
}
.navbar li.last.sf-depth-1 {
  padding-right: 0;
}
.navbar a, .region-header a {
  color: #333132;
  font-size: 18px;
}
.navbar a {
  padding: 5px 10px;
  font-family: "Bliss Light", 'Gill Sans', Calibri, 'Helvetica Neue', Arial;
  font-weight: bold;
}
.navbar a.active, .navbar a:hover {
  /*background: rgba(0,0,0,.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;*/
  text-decoration: none;

}
.navbar a.active:after, .navbar a:hover:after{
  background-color: rgb(237,26,145);
  content: "";
  display: list-item;
  height: 3px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.sf-sub-indicator {
  position: static;
  display: inline-block;
  margin-left: 7px;
}
/* needs a better selector */
#superfish-1 {
  margin-left: -10px;
}
/* Dropdown (children) */
.navbar li.last.menuparent {
  float: right;
}
.navbar li.last.menuparent a {
  width: 186px;
  padding-left: 20px;
}
#navbar li.menuparent ul {
  position: absolute;
  top: 40px;
  left: auto !important;
  right: 0 !important;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0 !important;
  list-style: none;
  background: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#navbar li.menuparent ul a {
  background: #891113;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  text-decoration: none;
  margin-bottom: 3px;
  padding-left: 20px;
}
#navbar li.menuparent li {
  padding: 0;
}
#navbar li.menuparent ul a:hover,
#navbar li.menuparent ul a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0,0,0,.9) !important;
}
#block-superfish-1 select {
  height: 30px;
  width: 100%;
  margin: 0;
}
.our_service {
  position:relative;
  float: right;
  width: 31.5%;
}
/* Secondary nav */
.container-secondary-nav ul {
  margin-bottom: 18px;
}
.container-secondary-nav li {
  float: left;
}
.container-secondary-nav li a {
  padding: 0 5px;
  border-right: 1px solid #ccc;
  font-size: .9em;
  color: #999;
}
.container-secondary-nav li.last a {
  border-right: none;
  padding-right: 10px;
}
/* Search */
.search form,
.search .views-exposed-widgets {
  margin: 0;
}
.search .input-append {
  padding-right: 50px;
}
.search-header legend {
  margin: 0;
  line-height: 14px;
  border: none;
  text-align: right;
}
.search-header legend a {
  font-size: 16px !important;
}
.search-header p {
  display: none;
}
.search #edit-key {
  padding: 10px;
  height: 42px;
}

/*
.search .control-group {
  margin-bottom: 0px;
  float: left;
  margin-right: 20px;
  color: white;
}
*/
/*Search Bar - Articles*/

.article_author {float: left; padding-right: 5px; margin-top: 10px; font-size: 15px;}

.article_date {margin-top: 10px; font-size: 15px;}

.article_date::before {
    content: " | ";
}

#views-exposed-form-search-result-page{
  float:right;
  margin-top: -88px;
  margin-right:-17px;
}

#edit-submit-search-result{
  margin:0px 0px 0px -16px;
  padding:9px 15px;
}
#edit-search-api-views-fulltext{
  width: 320px;
  height:40px;
}
@media(max-width:480px){
  #views-exposed-form-search-result-page{
    float:left;
    margin-top: -18px;
  }
  #edit-search-api-views-fulltext{
    width: 374px;
  }
}
@media(max-width:320px){
  #edit-search-api-views-fulltext{
    width: 214px;
  }
}

/*End Search Bar Style*/
/* Fancy marketing links object */
.mtt-ad-cont {
  background: #ececec;
  padding: 0 0 0 10px;
  margin: 20px 0;
  position: relative;
}
.pane-contracting-extras .mtt-ad-cont {
  margin: 5px 0;
}
.ss-link {
  background: #ececec;
  padding: 0 0 0 10px;
  margin-top: -14px;
  position: relative;
}

.mtt-ad-icon {
  position: absolute;
  margin-right: 15px;
  bottom: 10px;
}
.mtt-ad-text {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px;
  margin-left: 90px;
  border-left: 5px solid white;
}
.mtt-ad-text a {
  text-decoration: none;
}
/* Meet the team page */
.view-meet-the-team .views-field-picture {
  border-bottom: 5px solid #eee;
  margin-bottom: 5px;
}
.view-meet-the-team .views-field-picture .field-content {
  margin: 0 auto;
  width: 80%;
  max-width: 220px;
}
.view-meet-the-team .views-field-field-full-name .field-content,
.view-meet-the-team .views-field-field-job-title strong {
  width: 80%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
}
.view-meet-the-team .views-field-field-full-name {
  font-weight: bold;
}
/* Front */
.front h1 {
  text-transform: uppercase;
  color: #49687f;
  font-size: 22px;
  margin-top: 40px;
}
.front-links .span6 {
  text-align: center;
}
.front-links {
  font-size: 18px;
}
/*.front-links a {
  color: #ccc;
}*/
.video-cont {
  box-shadow: 0 0 5px #ccc;
  border: #ddd 1px solid;
  margin-bottom: 20px;
  padding: 10px;
}
.media-youtube-outer-wrapper {
  width: auto !important;
  height: auto !important;
}
.front .view-news-content .article-title {
  margin: 0px;
}
/*Added for Home page article */
.article-title a, .field-name-title a {
  color: rgb(23,53,63);
}
.article-title a:hover, .field-name-title a:hover {
  color: rgb(237,26,145);
  text-decoration: none;
}
.field-name-author-and-date a, .article_author a {
  color: rgb(23,53,63);
}
.field-name-author-and-date a:hover, .article_author a:hover {
  color: rgb(237,26,145);
  text-decoration: none;
}
.view-news-content .field-name-body, .view-hub-content .field-name-body {
  color: rgb(128,127,131);
}
.field-name-node-link a {
  color: rgb(128,127,131);
}
.field-name-node-link a:hover {
  color: rgb(237,26,145);
  text-decoration: none;
}
.more-link a {
  color: rgb(237,26,145);
  background: none;
}
.more-link a:hover {
  color: rgb(128,127,131);
  background: none;
  text-decoration: none;
}
.more-link a .more-icon{
  color: rgb(128,127,131);
}
.more-link a:hover .more-icon{
  color: rgb(237,26,145);
}
/*Added for Career Ally */
.career-ally a{
  color: rgb(28,29,29);
}
.career-ally a:hover{
  color: rgb(237,26,145);
  text-decoration: none;
}
}
/* More link */
.more-link {
  font-weight: bold;
}

.view > .more-link a,
.view-footer > .more-link a {
  padding: 10px;
  margin-top: 20px;
  /*background: #ececec;*/
  float: right;
  font-weight: bold;
}
.view > .more-link:hover a,
.view-footer > .more-link:hover a {
  /*background: #333;
  color: #ececec;*/
  text-decoration: none;
}
/* Articles */
.article-featured .views-row {
  margin-bottom: 20px;
}
.front .view-news-content .views-row {
  margin-bottom: 40px;
}
.front .view-news-content .views-row-last {
  margin-bottom: 10px;
}
.article-featured .field-name-author-and-date {
  margin-bottom: 10px;
}
.article-featured h2.article-title {
  margin: 0;
}
.view-mode-front_featured_articles .hub_article_thumb {
  display: block;
  width: 30%;
  border: 4px solid #ddd;
  float: left;
  margin-right: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 3px; /* for old Konqueror browsers */
}
.view-mode-front_featured_articles .field-name-body {
  margin-left: 34%;
  margin-top: 5px;
}
/* CV Submit */
#cv-submit {
  padding: 0;
}
#cv-submit p, #cv-submit div {
  margin: 0;
  display: inline-block;
  font-family: "Bliss Regular" 'Gill Sans', Calibri, 'Helvetica Neue', Arial;
}
#cv-submit div {
  padding: 9px 15px;
}

/* Sprites */
.view-mode-sidebar_article .service-links:after, .sprite-desktop, #edit-submit-job-search, .sprite-meetteam, .sprite-ourservice, .sprite-globe, .sprite-tablet, .sprite-gift, .sprite-piechart, .sprite-logo, .sprite-search, .sprite-email{
  background: url(../images/sprites.png) no-repeat;
}
/* To make homepage icons to link */
/*.sprite-employeemonitorhome, .sprite-globe, .sprite-contractwork, .sprite-contract-temphome, .sprite-tablet, .sprite-emolument-home, .sprite-piechart, .sprite-salarysurveyhome, .sprite-gift, .sprite-entretien, .sprite-event {
  display: block;
}*/
.home-reward-program, .home-living-working, .home-temp-contracting, .home-career-lacreme{
  display: block;
}
.home-reward-program{
  background-position: -2px -249px ;
  width: 60px;
  height: 54px;
  margin: 10px auto 15px auto;
}
.sprite-our-service {
  background: url(../images/speechBubbleBG.png) no-repeat;
  background-color: #000000;
  min-height: 170px;
  margin: 0;
  padding: 10px;
  font-size: 26px;
  line-height: 30px;
}
.sprite-our-service a:link {
  color: #083554;
}
.sprite-our-service a:active {
  color: #083554;
}
.sprite-our-service a:hover {
  color: #0088CC;
  text-decoration: underline;
}
.sprite-our-service a:visited {
  color: #083554;
}
.feedback {
  background: url(../images/sprites-social.png?1115) no-repeat;
}
.feedback a {
  color: #585858;
}
.feedback:hover {
  background-image: url(../images/sprites-social-hover.png?1115);
  color: white;
}
.feedback:hover a {
  color: #fff;
  text-decoration: none;
}
.sprite-meetteam {
  background-position: -6px -458px ;
  width: 74px;
  height: 39px;
}
.sprite-salarysurvey{
  background-image: url(../images/salary-survey-icon.png);
  background-repeat: no-repeat;
  bottom: 3px;
  left: 20px;
  height: 50px;
  width: 74px;
}
.feedback, .sprite-ourservice {
  background-position: -115px 20px;
  width: 110px;
  height: 128px;
  padding: 56px 0 0 12px;
  color: #888;
  font-size: 16px;
  margin: 2px 0 0 117px;
  text-align: left;
  line-height: 20px;
  -webkit-transition: all .6s;
}
.i18n-ja .feedback, .i18n-ja .sprite-ourservice {
  font-size: 15px;
  line-height: 27px;
}
.feedback:after {
  content: '▶';
  font-size: 14px;
  position: absolute;
  padding-left: 5px;
}
.sprite-globe{
  background-position: -4px -391px ;
  width: 58px;
  height: 55px;
  margin: 10px auto 15px auto;

}

.sprite-tablet{
  background-position: 19px -80px;
  width: 98px;
  height: 68px;
  margin: 6px auto;
}

.sprite-gift{
  background-position: -9px -322px ;
  width: 54px;
  height: 62px;
  margin: 5px auto 15px auto;
}
.sprite-piechart{
  background-position: -7px -254px ;
  width: 60px;
  height: 54px;
  margin: 10px auto 15px auto;
}
.sprite-faq {
  background: url(../images/faq-speech-butbble.png) 15px 0 no-repeat;
  width: 74px;
  height: 45px;
  bottom: 0px;
}
.sprite-present {
  background: url(../images/present.png) 24px 0 no-repeat;
  width: 74px;
  height: 39px;
}
/*For home page icons */
.sprite-benefits-contracting {
  background: url(../images/sprite-icons-grey-btc.png) 10px 0 no-repeat;
  width: 65px;
  height: 54px;
  bottom: 0px;
}
.sprite-work-act {
  background: url(../images/sprite-icons-grey-awa.png) 10px 0 no-repeat;
  width: 65px;
  height: 54px;
  bottom: 0px;
}
.sprite-bank-tax-info {
  background: url(../images/sprite-icons-grey-bti.png) -9px 0px no-repeat;
  width: 95px;
  height: 50px;
  bottom: 5px;
}
/*For sector page icons */
.sprite-career-ally {
  background: url(../images/sprite-icons-grey-career-ally.png) 0px 0 no-repeat;
  width: 79px;
  height: 63px;
  bottom: 0px;
}
.sprite-reward-pgm {
  background: url(../images/sprite-icons-grey-rewards.png) 8px 13px no-repeat;
  width: 79px;
  height: 63px;
  bottom: 2px;
}
.sprite-living-working {
  background: url(../images/sprite-icons-grey-workinginIRL.png) 8px 10px no-repeat;
  width: 79px;
  height: 63px;
  bottom: 0px;
}
.ss-link-2 {
  background: #ececec;
  padding: 0 0 0 10px;
  margin-top: 6px;
  position: relative;
}
#site-name {
  background: url(../images/la-creme-logo.png?123) no-repeat;
  position: relative;
  z-index: 5;
  width: 300px;
  margin-top: 10%;
}
#site-name a {
  background-position: -1px 0;
  width: 234px;
  height: 92px;
  text-indent: -9999px;
  display: block;
}

#edit-submit-job-search, .sprite-search{
  background-position: 3px -189px;
  width: 50px;
  text-indent: -9999px;
  background-color: rgb(237,26,145);
  padding: 10px !important;
}
#edit-submit-job-search:hover, #edit-submit-job-search:focus {
  background-color: rgba(0,0,0,.4);
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.sprite-email{
  background-position: 5px -148px !important;
  width: 33px;
  height: 20px;
  display: inline-block;
  padding: 10px;
  background-color: rgba(255,255,255,.1);;
  float: right;
}
.sprite-desktop {
  background-position: 11px -624px;
  width: 80px;
  height: 53px;
  bottom: 5px;
}
.links-cont:hover .sprite-globe,
.links-cont:hover .sprite-tablet,
.links-cont:hover .sprite-gift,
.links-cont:hover .sprite-piechart {
  background-image: url(../images/sprites-hover.png);
}
.links-cont {
  border: 5px solid #ddd;
  height: 120px;
  margin-bottom: 15px;
  padding-top: 10px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.links-cont-our-service {
  border: 5px solid #ddd;
  height: 120px;
  margin-bottom: 15px;
  padding-top: 10px;
  height: 327px;
  padding: 0px;
  font-size: 26px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.links-cont-our-service a:link {
  color: #083554;
}
.links-cont-our-service a:active {
  color: #083554;
}
.links-cont-our-service a:hover {
  color: #0088CC;
  text-decoration: underline;
}
.links-cont-our-service a:visited {
  color: #083554;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #b5121b;
}
.links-cont:hover {
  border: 5px solid #BBBDC0;
}

/*.links-cont:hover a {
  color: #807F83;
}*/
.front-links a {
  text-decoration: none !important;
}
/*Box under Home page Video */
.front-role-box{
  background: url('../images/home-role.jpg') no-repeat;
  text-align: center;
  padding: 3% 0 3% 60%;
  border: 5px solid #DDD;
  margin-bottom: 15px;
}
.front-role-box:hover{
  background: url('../images/home-role-hover.jpg?123') no-repeat;
}
.front-role-box .main-txt{
  font-size: 19px;
  font-weight: bold;
  color: rgb(23,53,63);
}
.front-role-box:hover .main-txt {
  color: rgb(237,26,145);
}
.front-role-box .sub-txt{
  font-size: 18px;
  font-weight: bold;
  color: rgb(128,127,121);
}
/* Footer */
.footer {
  border: none;
  font-size: 16px;
  padding-top: 15px;
}
.footer .pane-content {
  text-align: center;
}
.footer .first {
  margin-top: 35px;
}
.footer-center {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.front .bottom-wrapper {
  display: none;
}
.front .footer {
  margin-top: 5px;
}
.footer-container {
  background: #bbbbbb; /* Old browsers */
  background: -moz-linear-gradient(top, #cccccc 0%, #dddddd 10%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(10%,#dddddd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cccccc 0%,#dddddd 10%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cccccc 0%,#dddddd 10%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cccccc 0%,#dddddd 10%); /* IE10+ */
  background: linear-gradient(to bottom, #cccccc 0%,#dddddd 10%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
  color: #585858;
}
.footer p {
  margin: 1em 0;
}
.footer .top-wrapper {
  display: none;
}
.footer h2.pane-title {
  text-indent: -9999px;
  height: 1px;
}
.copyright {
  font-size: 12px;
}
.footer-contact-link a, .footer-contact-link a:hover, .footer-contact-link a:active{
  color: rgb(237,26,145);
  text-decoration: none;
  text-transform: uppercase;
}
.footer-mmk-group{
  height: 80px;
  padding: 40px 0px;
  background: url(../images/group-icons.png) no-repeat #1C1D1D;
  background-position: center;
}
.footer-mmk-group p{
    font-size: 15px;
    color: #706F72;
    font-weight: bold;
    text-align: center;
}
.footer-mmk-group p:after, .footer-mmk-group p:before{
  background-color: #706F72;
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
.footer-mmk-group p:before {
    right: 0.5em;
    margin-left: -50%;
}
.footer-mmk-group p:after{
    left: 0.5em;
    margin-right: -50%;
}
.footer-page-links a{
  color: rgb(23,53,63);
}
.footer-page-links a:hover, .footer-page-links a:active{
  color: rgb(237,26,145);
  text-decoration: none;
}
/* social icons */
.follow-links {
  width: 120px;
  float: left;
}
.footer .follow-links {
  margin: 20px auto 0px;
}
.follow-links:after {
  clear: left;
}
a.follow-link {
  padding: 0px;
  width: 51px;
  height: 51px;
  float: left;
  text-indent: -9999px;
  margin: 0 7px 7px 0;
  -webkit-transition: all .6s;
}
div.follow-link-wrapper a {
  float: left;
}
a.follow-link:hover {
  background-image: url(../images/sprites-social-hover.png?1115);
}
a.follow-link {
  background-image: url(../images/sprites-social.png?1115);
}
a.follow-link-facebook {
  background-position: 0px 0px;
}
a.follow-link-twitter {
  background-position: -58px 0px;
}
a.follow-link-linkedin {
  background-position: 0px -58px;
}
a.follow-link-this-site {
  background-position: -58px -58px;
}
a.follow-link-googleplus {
  background-image: url(../images/social-media-google-plus.png?1215);
  height: 50px;
  width: 50px;
}
a.follow-link-googleplus:hover {
  background-image: url(../images/social-media-google-plus-hover.png?1215);
}
/* Articles Full Size */
.node-type-article h1.page-header {
  margin-bottom: 0;
  border: none;
  max-width: 650px;
}
.node-type-article .view-mode-full .field-name-author-and-date {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 30px;
}
.node-type-article .view-mode-full .field-name-field-media {
  margin-bottom: 40px;
  max-height: 400px;
  max-width: 740px;
}
.article-indent {
  max-width: 90%;
  margin-left: auto;
  margin-right: 40px;
}
.article-outdent, q {
  display: block;
  width: 40%;
  float: left;
  margin-left: -5%;
  padding: 20px 20px 20px 0;
}
.article-indent img.media-image {
  max-width: 120%;
  margin-left: -20%;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
q {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #333;
}
q:before, q:after {
  content: '"';
}
.view-mode-sidebar_article .service-links {
  position: relative;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  margin-top: 30px;
  margin-left: -20px;
}
.view-mode-sidebar_article .service-links:after {
  content: 'Share It';
  display: inline-block;
  position: absolute;
  left: 0;
  top:0;
  font-size: 15px;
  background-color: white;
  background-position: 15px -582px;
  padding: 3px 0 4px 52px;
  width: 91%;
  text-transform: uppercase;
  color: #083554;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.i18n-ja .view-mode-sidebar_article .service-links:after {
  content: 'シェアする';
}
.view-mode-sidebar_article .service-links:hover:after {
  display: none;
}
/* Releated Articles */
.articles-related .views-row,
.article-box .views-column {
  border: 2px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 3px; /* for old Konqueror browsers */
  margin-top: 20px;
  margin-bottom: 20px;
}
.articles-related .field-name-field-media {
  border-bottom: 2px solid #ddd;
}
.view-mode-sidebar_article .articles-related .views-row {
  margin: 40px 0;
}
.article-featured-first .span8 {
   border: 5px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 3px; /* for old Konqueror browsers */
}
.articles-related .group-content,
.article-box .group-content {
  padding: 5px 20px 20px 20px;
}
.articles-related h2 {
  font-size: 20px;
}
.field-name-author-and-date {
  font-size: 15px;
}
.field-name-author-and-date a {
  color: #005580;
}
/* Author info for node */
.view-author-info-for-node {
  margin: 40px 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.2em;
}
.view-author-info-for-node a {
  color: #005580;
}
.view-author-info-for-node .views-field-picture {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px #eee solid;
}
.view-author-info-for-node .views-field-name,
.view-author-info-for-node .views-field-field-job-title {
  font-size: 24px;
  line-height: 26px;
}
.view-author-info-for-node .views-field-field-phone,
.view-author-info-for-node .views-field-follow {
  margin-top: 20px;
}
.view-author-info-for-node .views-field-follow {
  float: left;
}
/* View all articles */
.article-featured-first .field-name-field-media {
  max-height: 200px;
  overflow: hidden;
}
/* Consultant page */
.page-user .page-header {
  float: left;
}
.profile-inline-title {
  clear: both;
}
.profile-image {
  margin: 0 0 10px 0;
}
.profile-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #ED1A91;
  clear: both;
}
/* sector page */
.sub-menu-cont {
  padding: 15px 20px;
  border: 5px solid #ddd;
  border-bottom: none;
  margin-bottom: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
/*For cotracting page */
.sub-menu-temp-cont{
  padding: 15px 20px;
  border: 5px solid #ddd;
  border-bottom: none;
  margin-bottom: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  padding-bottom: 50px !important;
}
.more-link-panel {
  border: 5px solid #ddd;
  border-top: none;
  background: #dfdfdf;
  padding: 5px 20px;
  margin-bottom: 20px;
}
.more-link-panel .span6 {
  min-height: 10px;
}
.more-link-panel p {
  margin: 0;
}
.more-link-panel a {
  color: #333;
}
.field-name-user-follow-links {
  margin-top: 1em;
}
.field-name-field-job-title {
  clear: left;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav .nav-list {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
  border-color: #f3f3f3;
}
.bs-docs-sidenav .nav-list-sub {
  margin: 0;
}
.bs-docs-sidenav .nav-list > li > a,
.bs-docs-sidenav .nav-list-sub > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}
.bs-docs-sidenav .nav-list > .active > a {
  background-color: rgb(237,26,145);
}
.bs-docs-sidenav .nav-list-sub > li > a {
  padding-left: 34px;
}
.bs-docs-sidenav .nav-list > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav .nav-list > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav .nav-list > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .nav-list > li > a:after,
.bs-docs-sidenav .nav-list-sub > li > a:after {
  background-image: url("../images/glyphicons-halflings.png");
  background-repeat: no-repeat;
  background-position: -456px -72px;
  width: 14px;
  height: 14px;
  opacity: .2;
  content: ' ';
  display: inline-block;
  float: right;
  margin-top: 7px;
}
.bs-docs-sidenav .nav-list > li.collapsed > a:after {
  opacity: 1;
}
.bs-docs-sidenav .nav-list > li.expanded > a:after {
  opacity: 1;
  background-position: -313px -119px;
}
/* Contact us */
.page-contact-us h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 23px;
  margin-bottom: 20px;
}
.node-webform .form-submit {
  margin-top: 20px;
}
/* FEEDBACK */
.feedback-tab a {
  padding: 10px 15px;
  background: rgb(237,26,145);
  font-size: 24px;
  color: white;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: 100% 0%;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 100% 100%;
  -o-transform: rotate(-90deg);
  -o-transform-origin: 100% 0%;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  position: fixed;
  top: 400px;
  margin: 0;
  right: 0;
  font-family: 'Bliss Light';
}
.feedback-tab a { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) }
:root .feedback-tab a { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2) }
.feedback-tab a { right: -80px }
:root .feedback-tab a { right: 0 }

.feedback-tab a:hover {
  text-decoration: none;
  background: rgb(128,127,131);
}
/* HACKS */
.page-confirmation-sent-cv .alert {
  display: none;
}
/* To remove whitespace after Confirmation label in Reward Program form */
#webform-component-confirmation label{
  margin-bottom: -25px;
  margin-top: 10px;
}
/* Share button overrides */
.twitter-share-button {
  width: 88px !important;
}
.term-list-float {
  float: left;
  width: 49%;
}
.view-mode-sidebar_article .twitter-share-button, .view-mode-sidebar_article .fb_iframe_widget {
  margin-left: -6px !important;
}
.view-mode-sidebar_article .fb_iframe_widget iframe{
  width: 88px !important;
}
@media (max-width: 979px) {
  .term-list-float {
    float: none;
    width: 100%;
  }
}
.view-subhub-links {
  overflow: hidden;
}
.service-links > div,
.service-links > iframe {
max-width: 88px !important;
}
.service-links-facebook-like {
  width: 80px !important;
}
.page-user h1.page-header {
  display: none;
}
.page-user h1.page-header.visible {
  display: block;
}
.fb_iframe_widget {
  /*margin-top: -2px !important;*/
  position: absolute !important;
  margin-left: -15px !important;
}
/*For fixing problem in Article page link */
 .fb_iframe_widget iframe{
  width:86px !important;
  height:20px !important;
}
/* Country Select Header */
.pull-right .service-links {
  width: 390px;
}
.sf-menu.sf-style-white {
  margin-bottom: 0;
}
.country-select, .sf-user-menu {
  float: right;
}
.sf-menu.sf-style-white a.sf-with-ul {
  padding-right: 0;
}
.language-switcher-locale-url {
  margin-left: 10px;
}
.sf-menu.sf-style-white > li {
  background: transparent;
}
.sf-menu.sf-style-white > li > a {
  border: none;
  padding: 0;
  color: #000;
  background: white !important;
}
.sf-menu.sf-horizontal.sf-shadow ul {
  background: none !important;
}
.sf-menu.sf-style-white a:hover {
  background: white !important;
  color: #000;
}
.sf-menu.sf-style-white li li {
  background: rgba(240,240,240,.95) !important;
}
.country-select .sf-menu li:hover > ul, .country-select li.sfHover > ul{
  top: 27px;
}
/* Contact Us Page */
.office {
  margin-bottom: 20px;
}

/* Large desktop */
@media (min-width: 1200px) {  }

/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {

  .front-links {
    font-size: 16px;
  }
  .mtt-ad-text {
    font-size: 17px;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

  .front-links {
    font-size: 16px;
  }
  .front-role-box{
    zoom:0.9;
  }
  .navbar a, .region-header a {
    color: white;
    font-size: 16px;
  }
  .profile-image {
   float: none;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
   #site-name {
    zoom: .6;
    position: absolute;
    margin-top: 0px;
    margin-bottom:-75px;
  }
  .navbar-inner{
  margin-bottom:-100px
  }
  .footer-container {
    padding: 20px;
    position: static;
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-nav {
    padding: 20px;
    position: static;
  }
  .container-top{
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-top-nav, .footer-mmk-group{
    margin-left: -20px;
    margin-right: -20px;
  }
  .search-header {
    width: 100%;
  }
  .footer .first{
    padding-left: 32%;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  #site-name{
  position:relative;
  margin-left:0;
  }
  .container-top{
    padding: 10px 20px 56px;
  }
  .front-role-box{
    zoom:0.65;
    padding: 1% 0 2% 60%;
  }
  .view-mode-front_featured_articles .hub_article_thumb {
    width: 100%;
    margin-right: 0;
    height: 200px;
    overflow: hidden;
  }
  .our_service {
  float: left;
  width: 100%;
 }
  .block-locale {
    margin-top: 5px;
  }
  .block-locale a.active {
    display: none;
  }
  .view-mode-front_featured_articles .field-name-body {
    margin-left: 0;
  }
  .region-header {
    margin: 0;
  }
  .country-select {
    display: none;
  }
  .article-indent {
    width: 100%;
  }
  q {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 10px 0;
    margin: 1em 0;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
  }
  .view-mode-sidebar_article .service-links:after {
  width: 87%;
  }
  .fb_iframe_widget {
  margin-left: 0px !important;
  margin-top: -5px !important;
  }
  .footer-mmk-group{
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: -31px;
    zoom: 0.65;
  }
  .footer .first{
    padding-left: 10%;
  }
}

/* Landscape iphone 5 and down */
@media (max-device-width : 568px){
  .our_service {
  float: left;
  width: 100%;
 }
}
/* Feedback page */

.page-node-13209.node-type-webform article.node,
.page-node-13510.node-type-webform article.node,
.page-node-13215.node-type-webform article.node,
.page-node-13721.node-type-webform article.node {
  width: 47%;
  float: left;
  margin-right: 3%;
}
.page-node-13209.node-type-webform .testimonial,
.page-node-13510.node-type-webform .testimonial,
.page-node-13215.node-type-webform .testimonial,
.page-node-13721.node-type-webform .testimonial {
  width: 47%;
  float: left;
  margin-left: 3%;
}
@media (max-width: 768px) {
  .page-node-13209.node-type-webform article.node,
  .page-node-13510.node-type-webform article.node,
  .page-node-13215.node-type-webform article.node,
  .page-node-13721.node-type-webform article.node,
  .page-node-13209.node-type-webform .testimonial,
  .page-node-13510.node-type-webform .testimonial,
  .page-node-13215.node-type-webform .testimonial,
  .page-node-13721.node-type-webform .testimonial {
    width: 100%;
    float: none;
    margin: 0;
  }
}

/* Career Ally Hub */

#LoginFrame {
  border: none;
  width: 100%;
}
#LoginFrame .container.response {
  display: none;
}

#LoginCA {
  font-family: Helvetica, Arial;
}
#LoginCA label {
  margin-top: 10px;
  font-weight: bold;
  padding-top: 7px;
  padding-right: 30px;
  width: 75px;
}
#LoginCA input[type="text"],
#LoginCA input[type="password"] {
  padding: 6px 12px;
  width: 260px;
}
#LoginCA input[type="submit"] {
  padding: 5px 25px;
  background: none;
}
#LoginCA .reset-password {
  font-size: 12px;
  float: right;
}
