html{
position: relative;
min-height: 100%;
}
.orange {
  color: #eb4b4b; }

body, input, textarea {
  font: normal 14px/2.1em 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
  color: #5f7d8e;
  -webkit-text-size-adjust: none; }
body.page-85{
background: #f6f7f8;
}

.gotham-thin {
  font: 100 14px/2.1em 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif; }

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #6f8b9a;
  border-radius: 6px;
  width: 100%;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.6em;
  color: #244c79;
  font-weight: 500;
  margin-bottom: 14px; }

textarea {
  height: 130px; }

input[type=text]:hover, textarea:hover {
  box-shadow: 0 0 2px 0 #6f8b9a; }

input[type=text]:focus, textarea:focus {
  border-color: #eb4b4b;
  box-shadow: 0 0 2px 0 #6f8b9a; }

input[type=checkbox] {
  width: auto;
  vertical-align: -2px; }

.submit-button {
  background: #244c79;
  font-size: 13px;
  line-height: 1em;
  color: white;
  font-weight: 500;
  display: block;
  border-radius: 3px;
  float: right;
  display: block;
  padding: 11px 40px;
  cursor: pointer; }

.submit-button:hover {
  background: #eb4b4b; }

p {
  -webkit-text-size-adjust: none; }

a {
  color: #eb4b4b; }

.button {
  border: 2px solid #eb4b4b;
      color: #fff;
      background: #eb4b4b;
      margin: 0 auto;
      padding: 12px 21px;
      font-size: 14px;
      line-height: 1em;
      font-weight: 500;
      display: inline-block;
      text-transform: uppercase;
      border-radius: 5px;
      text-align: center;
      text-decoration: none;}

.button:hover {
  background: #fff;
  color: #eb4b4b; }
h1{
font-size: 36px;
line-height: 1.2em;
font-weight: 200;
text-transform: uppercase;
margin-bottom: 18px;
color: #5f7d8e;
}

h2 {
  font-size: 24px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase; }

.hr {
  width: 940px;
  height: 14px;
  margin: 0 auto;
  position: relative; }
  .hr samp {
    width: 100%;
    height: 1px;
    background: #acbfc6;
    display: block;
    position: absolute;
    top: 6px; }
  .hr span {
    width: 260px;
    margin: 0 auto;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    background: #fff;
    position: relative; }

.icon-download {
  font-size: 24px;
  padding-left: 16px;
  vertical-align: -6px; }

.bio-social {
      width: 208px;
      position:absolute;
      background: #0e2f48;
      background: rgba(14, 47, 72, 0.7);
      text-align: center;
      padding-top: 10px;
      height: 40px;
      margin-top: -50px; }
.bio-social a {
        font-size: 30px;
        color: #9ba8b0;
        margin-left: 10px; }
.bio-social a:first-child {
        margin-left:0px;
}
.bio-social a:hover {
        color: #ACC3D1; }
.landing-form{
background:#fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.22);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.22);
border: 1px solid rgba(95, 125, 142, 0.46);
margin-bottom: 10px;
}
.landing-form iframe{
width:100%;
}
.resource-box{
background:#fff;
padding:10px;
margin-top:20px;
line-height:1.4em;
border:1px solid #E0E6E9;
height: 185px;
overflow: hidden;
}
.resource-box img{
display: block;
margin-bottom: 10px;
}
.resource-label{
font-size: 12px;
text-transform: uppercase;
line-height: 1.2em;
color: #879daa;
font-weight: 300;
}
.resource-box a:hover{
text-decoration:underline;
}


/* HEADER */
#navbar {
  min-height: 48px;
  padding-top: 30px;
  background: url(/images/photo-bg.jpg) top center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  #navbar .row {
    overflow: visible; }
  #navbar .bg {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #091928;
    opacity: 0; }
  #navbar .c3 a {
    font-size: 20px;
    line-height: 1em;
    color: white;
    font-weight: 500;
    text-transform: uppercase; }
    #navbar .c3 a span {
      font-weight: 200; }
  #navbar .c9 {
    padding-top: 7px; }
    #navbar .c9 a, #navbar .c9 span {
      font-size: 12px;
      line-height: 1em;
      color: white;
      font-weight: 400;
      text-transform: uppercase;
      float: none;
      display:block;
      padding: 10px 20px;
      margin-top: -10px; }
    #navbar .c9 a:hover, #navbar .c9 span:hover {
      color: #eb4b4b;
      cursor: pointer; }
    #navbar .c9 a.login {
      border: 2px solid #fff;
      border-radius: 2px;
      padding: 6px 10px;
      margin: -8px 0 0 20px; }
    #navbar .c9 a.login:hover {
      background: #fff;
      color: #091928; }
    #navbar .c9 a.current {
      font-weight: 700;
      color: #eb4b4b; }

#navbar ul{
list-style:none;
margin:0px;
padding:0px;
overflow: visible;
min-height: 25px;
}
#navbar li{
float:right;
list-style:none;
margin:0px;
padding:0px;
}
a.dropdown{
padding-right: 30px !important;
}
a.dropdown:after {
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
border-top-color: #ffffff;
border-width: 5px;
margin-left: 7px;
margin-top: 3px;
}
.nav-dropdown{
position: absolute;
width: 150px;
display: none;
background:rgba(51, 64, 80, 0.95);
border: 1px solid #041424;
}
.nav-dropdown a{
display:block;
padding:7px;
margin-top:0px !important;
}
#navbar li:hover .nav-dropdown{
display:block
}

.home #navbar {
  height: 50px;
  position: fixed;
  z-index: 900;
  background: none;
  opacity: 0; }

#breadcrumbs {
  height: 52px;
  margin-top: -53px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 1em;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #breadcrumbs .c12 {
    padding-top: 20px; }
    #breadcrumbs .c12 span {
      padding: 0 8px; }
    #breadcrumbs .c12 a, #breadcrumbs .c12 span {
      color: #fff;
      font-weight: 200;
      opacity: .9; }
    #breadcrumbs .c12 a:hover {
      font-weight: 400;
      opacity: 1; }

.default{
padding: 60px 0 !important;
background: #f6f7f8;
}
.default p, .default h2{
margin-bottom:24px;
}

.header {
  height: 770px;
  background: url(/images/photo-bg.jpg) top center;
  background-size: cover;
  position: relative; }
  .header .c12 {
    text-align: center;
    padding-top: 140px; }
    .header .c12 h1 {
      font-size: 60px;
      line-height: 1.25em;
      color: white;
      text-transform: uppercase;
      margin-bottom: 26px; }
    .header .c12 h2 {
      color: #fff;
      margin-bottom: 50px; }
      .header .c12 h2 span {
        padding-right: 6px; }
    .header .c12 .button, .header .c12 a {
      border: 2px solid #eb4b4b;
      color: #fff;
      background: #eb4b4b;
      margin: 0 auto;
      padding: 12px 21px;
      font-size: 14px;
      line-height: 1em;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block;
      border-radius: 5px;
      text-align: center;
      text-decoration: none; }
    .header .c12 .button:hover, .header .c12 a:hover {
      background: #fff;
      color: #eb4b4b; }
    .header .c12 span.icon-arrow-s {
      display: block;
      margin-top: 40px;
      color: #fff;
      font-size: 24px;
      position: relative;
      z-index: 1; }
    .header .c12 span.icon-arrow-s:hover {
      cursor: pointer; }
    .header .c12 #home-slider{
      height:600px;
      background: url(/images/lines.png) no-repeat bottom center;}
    .header .c12 .dots {
      width: 1220px;
      height: 304px;
      margin: -60px auto 0;
      background: url(/images/lines.png) no-repeat top center;
      position: relative; }
      .header .c12 .dots div {
        height: 3px;
        position: absolute; }
        .header .c12 .dots div span {
          width: 3px;
          height: 3px;
          display: block;
          background: #fff;
          position: absolute;
          top: 0;
          z-index: 1; }
        .header .c12 .dots div span.left {
          left: 0; }
        .header .c12 .dots div span.right {
          right: 0; }
        .header .c12 .dots div samp {
          width: 100%;
          height: 1px;
          display: block;
          background: #fff;
          position: absolute;
          top: 1px;
          opacity: .25; }
      .header .c12 .dots #dots-1 {
        transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        width: 122px;
        top: 4px;
        right: 0px; }
      .header .c12 .dots #dots-2 {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        width: 241px;
        top: 7px;
        right: 119px; }
      .header .c12 .dots #dots-3 {
        transform: rotate(95deg);
        -ms-transform: rotate(95deg);
        -webkit-transform: rotate(95deg);
        width: 55px;
        top: 32px;
        right: 96px; }
      .header .c12 .dots #dots-4 {
        transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
        width: 168px;
        top: 60px;
        right: 124px; }
      .header .c12 .dots #dots-5 {
        transform: rotate(39deg);
        -ms-transform: rotate(39deg);
        -webkit-transform: rotate(39deg);
        width: 89px;
        top: 34px;
        right: 280px; }

/* FOOTER */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  /* height: 460px; */
  background: url(/images/footer-bg.jpg) center #091928;
  background-size: cover; 
  overflow:auto;}
  #footer h3 {
    font-size: 13px;
    line-height: 1em;
    color: #d9f1fa;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 44px;
    word-spacing: 3px; }

/* .home #footer {
  height: 1040px; } */

#footer-1 {
  color: #fff; }
  #footer-1 h2 {
    border-bottom: 1px solid rgba(217, 241, 250, 0.25);
    padding: 40px 0;
    font-size: 23px;
    text-align: center; }
    #footer-1 h2 strong {
      font-weight: 500; }
  #footer-1 h3 {
    color: #fff; }
  #footer-1 h4 {
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid rgba(217, 241, 250, 0.25);
    border-bottom: 1px solid rgba(217, 241, 250, 0.25);
    padding: 34px 0; }
    #footer-1 h4 a {
      color: #fff; }
  #footer-1 .row {
    width: 940px;
    margin: 0 auto; }
    #footer-1 .row .c6 {
      padding: 34px;
      padding-left: 0;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0; }
      #footer-1 .row .c6 .post {
        font-size: 12px;
        line-height: 1em;
        color: #9ba8b0;
        font-weight: 400;
        margin-bottom: 34px; }
        #footer-1 .row .c6 .post a {
          color: #d9f1fa; }
        #footer-1 .row .c6 .post a.h1 {
          font-size: 14px;
          line-height: 2em;
          color: white;
          font-weight: 300;
          display: block;
          margin-bottom: 10px; }
        #footer-1 .row .c6 .post a.h1:hover {
          color: #eb4b4b; }
      #footer-1 .row .c6 a.h2 {
        font-size: 13px;
        line-height: 1em;
        color: #d9f1fa;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 50px;
        display: block; }
    #footer-1 .row .c6.last {
      border-left: 1px solid rgba(217, 241, 250, 0.25);
      padding: 34px;
      padding-right: 0;
      text-align: right; }

#footer-2ndtl {
  /* height: 384px; */ }
  #footer-2ndtl .row {
    width: 940px;
    padding-top: 50px; }
    #footer-2ndtl .row .c2 a, #footer-2ndtl .row .c2 span {
      display: block;
      font-size: 13px;
      color: white;
      font-weight: 300; }
    #footer-2ndtl .row .c2 a:hover, #footer-2ndtl .row .c2 span:hover {
      color: #eb4b4b;
      cursor: pointer; }
    #footer-2ndtl .row .c6 {
      font-size: 13px;
      line-height: 1.7em;
      color: white;
      font-weight: 300;
      text-align: right; }
      #footer-2ndtl .row .c6 ul {
        list-style: none; }
        #footer-2ndtl .row .c6 ul li {
          margin-bottom: 30px; }
      #footer-2ndtl .row .c6 a {
        color: #d9f1fa;
        text-decoration: none; }
      #footer-2ndtl .row .c6 a:hover {
        text-decoration: underline; }
      #footer-2ndtl .row .c6 p.interact {
        display: none; }
      #footer-2ndtl .row .c6 p.timePosted {
        color: #9ba8b0; }

#footer-final {
  border-top: 1px solid #cfdce0; }
  #footer-final .content {
    padding: 0 48px;
    color: #4d5867; }
  #footer-final .left {
    font-size: 31px;
    padding-top: 23px; }
    #footer-final .left a {
      color: #9ba8b0; }
      #footer-final .left a .icon-google-plus {
        font-size: 30px; }
    #footer-final .left a:hover {
      color: #fff; }
  #footer-final .right {
    padding: 0;
    color: #fff;
    padding-top: 28px; }
    #footer-final .right a {
      font-size: 20px;
      line-height: 1em;
      color: #9ba8b0;
      font-weight: 500;
      text-transform: uppercase; }
      #footer-final .right a span {
        font-weight: 200; }
  #footer-final .center {
    font-size: 10px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 34px;
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    text-align: center; }
    #footer-final .center a {
      color: rgba(255, 255, 255, 0.4); }
    #footer-final .center a:hover {
      color: rgba(255, 255, 255, 0.2); }

/* HOME */
#home-1 {
  border-bottom: 1px solid #cfdce0; }
  #home-1 .c12 {
    text-align: center;
    padding: 64px 0; }
    #home-1 .c12 h2 {
      margin: 40px 0;
      color: #acbfc6; }
    #home-1 .c12 p {
      width: 780px;
      margin: 0 auto;
      margin-bottom: 40px; }

#home-2 {
  height: 492px;
  margin-bottom: 90px;
  border-bottom: 1px solid #cfdce0;
  position: relative; }
  #home-2 .c12 .tabs-content {
    text-align: center; }
    #home-2 .c12 .tabs-content div {
      padding-top: 62px; }
      #home-2 .c12 .tabs-content div p {
        width: 700px;
        margin: 14px auto 0;
        color: #9ba8b0; }
    #home-2 .c12 .tabs-content div.tab-1 img {
      width: 490px; }
    #home-2 .c12 .tabs-content div.tab-2 {
      padding-top: 76px; }
      #home-2 .c12 .tabs-content div.tab-2 p {
        margin-top: 50px; }
      #home-2 .c12 .tabs-content div.tab-2 img {
        width: 446px; }
    #home-2 .c12 .tabs-content div.tab-4 {
      padding-top: 42px; }
      #home-2 .c12 .tabs-content div.tab-4 p {
        margin-top: 12px; }
      #home-2 .c12 .tabs-content div.tab-4 img {
        width: 342px; }
    #home-2 .c12 .tabs-content div.tab-3 p {
      margin-top: 40px; }
    #home-2 .c12 .tabs-content div.tab-3 img {
      width: 927px; }
    #home-2 .c12 .tabs-content div.tab-2, #home-2 .c12 .tabs-content div.tab-3, #home-2 .c12 .tabs-content div.tab-4 {
      position: absolute;
      top: -5000px; }
    #home-2 .c12 .tabs-content div.toggled {
      display: block; }
  #home-2 .c12 .tabs {
    width: 940px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -470px; }
    #home-2 .c12 .tabs span {
      width: 218px;
      height: 38px;
      padding-top: 23px;
      margin: 17px 20px 0 0;
      display: block;
      float: left;
      text-align: center;
      font-size: 16px;
      line-height: 1em;
      color: white;
      font-weight: 300;
      border: 1px solid #cfdce0; }
    #home-2 .c12 .tabs span.tab-1 {
      background: #cfdce0;
      border-color: #cfdce0; }
    #home-2 .c12 .tabs span.tab-2 {
      background: #acbfc6;
      border-color: #acbfc6; }
    #home-2 .c12 .tabs span.tab-3 {
      background: #537384;
      border-color: #537384; }
    #home-2 .c12 .tabs span.tab-4 {
      background: #0e2f48;
      margin-right: 0;
      border-color: #0e2f48; }
    #home-2 .c12 .tabs span:hover {
      background: #eb4b4b;
      border-color: #eb4b4b;
      cursor: pointer; }
    #home-2 .c12 .tabs span.toggled {
      height: 38px;
      padding-top: 41px;
      margin-top: 0;
      background: #fff;
      color: #acbfc6;
      border-top: none;
      border-color: #acbfc6;
      position: relative; }
      #home-2 .c12 .tabs span.toggled samp {
        width: 100%;
        height: 10px;
        display: block;
        position: absolute;
        top: -5px;
        background: #fff; }

#home-3 .c12 {
  text-align: center;
  padding: 64px 0; }
  #home-3 .c12 h3 {
    background: -webkit-linear-gradient(#56656c, #9ba6ac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 40px; }
  #home-3 .c12 h2 {
    color: #acbfc6;
    margin-bottom: 40px; }
  #home-3 .c12 .stats-wrap .content {
    width: 940px;
    margin: 0 auto; }
    #home-3 .c12 .stats-wrap .content .stat {
      width: 276px;
      height: 276px;
      border: 1px solid #cfdce0;
      border-radius: 180px;
      float: left;
      position: relative;
      margin-right: 53px; }
      #home-3 .c12 .stats-wrap .content .stat h4 {
        background: -webkit-linear-gradient(#3c5769, #839daa);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 96px;
        line-height: 1em;
        text-transform: uppercase;
        padding-top: 64px; }
      #home-3 .c12 .stats-wrap .content .stat h5 {
        width: 180px;
        position: absolute;
        top: 180px;
        left: 50%;
        margin-left: -90px;
        font-size: 16px;
        line-height: 1.5em;
        font-weight: 400;
        text-align: center; }
      #home-3 .c12 .stats-wrap .content .stat img {
        padding-top: 60px; }
    #home-3 .c12 .stats-wrap .content .stat.last {
      margin-right: 0; }

#home-3a .c12 {
  text-align: center;
  padding: 64px 0; }
  #home-3a .c12 h2 {
    color: #acbfc6;
    margin-bottom: 40px; }
  #home-3a .c12 h3 {
    height: 130px;
    background: -webkit-linear-gradient(#56656c, #9ba6ac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 130px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 32px 0 34px; }

#home-4 {
  background: #f6f7f8;
  border-top: 1px solid #cfdce0; }
  #home-4 .c12 {
    height: 168px;
    text-align: center;
    padding: 44px 0;
    width: 940px;
    margin: 0 auto;
    float: none;
    position: relative;
    overflow: hidden; }
    #home-4 .c12 h2 {
      margin-bottom: 34px; }
      #home-4 .c12 h2 strong {
        font-weight: 500; }
    #home-4 .c12 img {
      position: absolute;
      bottom: 44px;
      left: 0;
      width: 100%;
      height: 105px; }
    #home-4 .c12 img.two {
      left: 940px; }

/* CONTENT */
#content-wrap {
  margin-bottom: 40px; }
  #content-wrap h3 {
    font-size: 14px;
    line-height: 1.8em;
    color: #85a6bf;
    font-weight: 500;
    text-transform: uppercase; }
  #content-wrap p {
    margin-bottom: 24px;
    line-height: 1.8em; }

/* CONTACT */
#contact {
  /*background:url(/images/map.jpg) no-repeat top center;*/
  overflow: hidden; }
  #contact iframe {
    width: 100%;
    margin-left: -25%; }
  #contact .w940 {
    padding: 400px 0 80px;
    padding-top: 40px; }
    #contact .w940 .c6.last {
      line-height: 0; }
    #contact .w940 a {
      text-decoration: none; }
    #contact .w940 a:hover {
      text-decoration: underline; }
    #contact .w940 h3 {
      font-size: 14px;
      line-height: 1.8em;
      color: #85a6bf;
      font-weight: 500;
      text-transform: uppercase; }
    #contact .w940 p {
      margin-bottom: 24px;
      line-height: 1.8em;
      font-weight: 500;
      text-transform: uppercase; }
    #contact .w940 h2 {
      font-size: 18px;
      line-height: 1em;
      text-transform: uppercase;
      padding-bottom: 28px;
      margin-bottom: 26px;
      border-bottom: 1px solid #acbfc6; }
    #contact .w940 label {
      font-size: 12px;
      cursor: pointer;
      padding-top: 7px;
      display: block;
      float: left; }
  #contact .results {
    padding-top: 12px; }

/* COMPANY */
#lb-overlay {
  background: #000;
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1; }

#lb-wrap {
  width: 540px;
  height: 700px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -350px 0 0 -270px;
  z-index: 2; }
  #lb-wrap .content {
    width: 488px;
    padding: 20px 26px 10px;
    background: #081520;
    background: rgba(8, 21, 32, 0.6);
    position: absolute;
    bottom: 0;
    color: #fff; }
    #lb-wrap .content .bio {
      height: 129px;
      overflow: hidden; }
    #lb-wrap .content .toggle-bio {
      margin-bottom: 10px;
      text-align: center;
      padding-top: 12px; }
      #lb-wrap .content .toggle-bio span {
        font-size: 22px; }
    #lb-wrap .content .bio, #lb-wrap .content .toggle-bio:hover {
      cursor: pointer; }
    #lb-wrap .content p {
      margin-bottom: 26px;
      font-size: 13px;
      line-height: 1.8em;
      font-weight: 300; }
    #lb-wrap .content .sm {
      width: 200px;
      float: left; }
      #lb-wrap .content .sm a {
        font-size: 30px;
        color: #9ba8b0;
        margin-right: 10px; }
      #lb-wrap .content .sm a:hover {
        color: #ACC3D1; }
    #lb-wrap .content .close {
      width: 200px;
      float: right;
      text-align: right;
      font-size: 13px;
      line-height: 1em;
      color: white;
      font-weight: 300;
      text-transform: uppercase; }
      #lb-wrap .content .close span {
        font-size: 22px;
        margin-left: 10px;
        vertical-align: -4px; }
    #lb-wrap .content .close:hover {
      color: #9ba8b0;
      cursor: pointer; }

#company, #careers {
  padding: 60px 0;
  background: #f6f7f8; }
  #company h2, #careers h2 {
    width: 39.04%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #acbfc6;
    padding-bottom: 36px;
    margin-bottom: 36px; }
    #company h2 span.orange, #careers h2 span.orange {
      margin-right: 10px; }
  #company .w940, #careers .w940 {
    text-align: center; }
    #company .w940 p, #careers .w940 p {
      margin-bottom: 50px; }
/*  #company .c-row, #careers .c-row {
    opacity: 0; } */
  #company .c20, #careers .c20 {
    position: relative;
    line-height: 0; }
#company .c-row{
text-align:center;
}
#company .c20{
width: 18.72%;
margin-right: 1.6%;
display:inline-block;
float:none;
}
    #company .c20 span, #careers .c20 span {
      width: 100%;
      height: 42px;
      padding: 30px 0 0 0;
      text-align: center;
      display: block;
      background: #0e2f48;
      background: rgba(14, 47, 72, 0.7);
      position: absolute;
      top: 255px;
      font-size: 12px;
      line-height: 1em;
      color: #d9f1fa;
      font-weight: 400;
      text-transform: uppercase; }
    #company .c20 p, #careers .c20 p {
      display: none; }
    #company .c20 .sm, #careers .c20 .sm {
      display: none; }
  #company div.c20:hover, #careers div.c20:hover {
    cursor: pointer; }
    #company div.c20:hover img, #careers div.c20:hover img {
      opacity: .8; }
  #company .content, #careers .content {
    margin-bottom: 50px; }
  #company a.c20, #careers a.c20 {
    height: 215px;
    background: #fff;
    display: inline-block; }
    #company a.c20 samp, #careers a.c20 samp {
      display: block;
      padding: 30px; }
    #company a.c20 span, #careers a.c20 span {
      background: #0e2f48;
      top: 143px; }
  #company a.c20:hover, #careers a.c20:hover {
    cursor: pointer; }
    #company a.c20:hover span, #careers a.c20:hover span {
      background: rgba(14, 47, 72, 0.7); }

#careers h2 {
  width: 60%; }
ul.smartrecruitersJobList {
  list-style: none;
  border-top: 1px solid #acbfc6; }
  ul.smartrecruitersJobList li {
    padding: 16px 14px;
    border-bottom: 1px solid #acbfc6; }
   ul.smartrecruitersJobList li a.job-title {
      font-size: 17px;
      line-height: 1em;
      color: #5f7d8e;
      font-weight: 300;
      text-transform: uppercase;
      float: left;
      padding-top: 7px; }
      ul.smartrecruitersJobList li a.job-title span {
        font-size: 13px;
        line-height: 1em;
        color: #acbfc6;
        font-weight: 400;
        text-transform: none; }
    ul.smartrecruitersJobList li a.button {
      float: right;
      font-size: 10px;
      padding: 10px 16px;
      margin-left: 14px; }
    ul.smartrecruitersJobList li p {
      margin:0px !important;
      text-align:left;
      clear:both; }

.srjob .contenu {
  display: none; }
.srjob h2 {
  font-size: 20px;
  margin: 40px 0 20px; }
.srjob br {
  display: none; }
.srjob ul {
  margin-top: 0 !important; }
.srjob .smartrecruitersApplyLink {
  margin-top: 40px; }
  .srjob .smartrecruitersApplyLink a.button {
    background: #5f7d8e;
    border-color: #5f7d8e;
    color: #fff;
    font-size: 12px;
    padding: 9px 20px; }
  .srjob .smartrecruitersApplyLink a.button:hover {
    background: #fff;
    color: #5f7d8e; }

/* PLATFORM */
.page-12 #navbar {
  background: none; }

#platform.header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 845px;
  background: url(/images/platform-bg.jpg) center;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 0; }
  #platform.header .c12 img {
    margin-bottom: 90px; }
  #platform.header .c12 h2 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400; }
  #platform.header .c12 .dots {
    width: 1145px;
    height: 172px;
    background: url(/images/lines-2.png) no-repeat top center;
    margin-top: 44px; }
#platform-infographic {
  margin-top: 830px;
  padding-bottom: 56px;
  text-align: center; }
  #platform-infographic h2 {
    margin-bottom: 30px; }
    #platform-infographic h2 span {
      margin-right: 10px; }
.hovers {
  text-align: center;
  color: #fff; }
  .hovers h2 {
    width: 790px;
    margin: 0 auto;
    font-size: 55px;
    line-height: 1em;
    padding-top: 80px; }
    .hovers h2 span {
      padding-right: 22px; }
  .hovers p {
    width: 790px;
    margin: 0 auto;
    display: none;
    padding-top: 50px;
    font-size: 16px; }
  .hovers div {
    height: 224px; }
  .hovers.r1 {
    background: #1d3b54; }
  .hovers.r2 {
    background: #1f4460; }
  .hovers.r3 {
    background: #638ba3; }
  .hovers.r4 {
    background: #81a3b7; }
  .hovers.r1:hover p, .hovers.r2:hover p, .hovers.r3:hover p, .hovers.r4:hover p {
    display: block; }
  .hovers.r1:hover h2, .hovers.r2:hover h2, .hovers.r3:hover h2, .hovers.r4:hover h2 {
    display: none; }
.case-study {
  background: #1d3b54;
  color: #fff;
  text-align: center;
  padding: 34px 0 42px !important; }
.case-study h2 {
    margin-bottom: 32px; }
.case-study .button {
    border: 2px solid #fff;
    color: #fff;
    background: none; }
.case-study .button:hover {
    background: #fff;
    color: #1d3b54; }
.disrupt {
  text-align: center;
  padding: 40px 0 50px !important; }
.disrupt h2 {
    margin-bottom: 24px; }
.disrupt p {
    margin-bottom: 30px; }
.disrupt .button {
    border: 2px solid #eb4b4b;
    color: #fff;
    background: #eb4b4b; }
.disrupt .button:hover {
    background: #fff;
    color: #eb4b4b; }
.disrupt span, .case-study span {
  padding-right: 10px; }
.disrupt span.orange {
  color: #eb4b4b; }

/* BLOG */
.blog-share {
  padding: 50px 0; }
  .blog-share .content h1, .blog-share .content a.h1 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #acbfc6;
    padding-bottom: 20px;
    margin-bottom: 18px;
    display: block;
    color: #5f7d8e; }
  .blog-share .content span.post-meta {
    display: block;
    margin-bottom: 20px; }
    .blog-share .content span.post-meta strong {
      text-transform: uppercase; }
    .blog-share .content span.post-meta a {
      color: #5f7d8e; }
  .blog-share .content img {
    margin:0px auto 18px auto;
    display:block; }
  .blog-share .content ul {
    margin: -12px 0 20px 34px; }
  .blog-share .content p {
    margin-bottom: 20px; }
  .blog-share .content .pdf {
    margin-bottom: 20px;
    border: 1px solid #5f7d8e;
    padding: 16px 24px;
    min-height: 50px; }
    .blog-share .content .pdf p {
      margin: 0;
      width: 409px;
      float: left;
      padding-top: 11px; }
    .blog-share .content .pdf a {
      float: right;
      display: block; }
  .blog-share .content .post-footer {
    border-top: 1px solid #acbfc6;
    border-bottom: 1px solid #acbfc6;
    margin: 24px 0 80px;
    font-size: 13px;
    line-height: 1.6em;
    opacity: 0; }
    .blog-share .content .post-footer .categories {
      width: 470px;
      float: left;
      padding: 10px 0; }
      .blog-share .content .post-footer .categories span {
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        width: 100px;
        float: left; }
      .blog-share .content .post-footer .categories samp {
        width: 370px;
        float: right;
        display: block; }
      .blog-share .content .post-footer .categories a {
        color: #5f7d8e; }
      .blog-share .content .post-footer .categories a:hover {
        text-decoration: underline; }
    .blog-share .content .post-footer .share {
      float: right; }
      .blog-share .content .post-footer .share a {
        border-left: 1px solid #acbfc6;
        display: block;
        padding: 10px 22px;
        color: #5f7d8e;
        font-weight: 500;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle; }
      .blog-share .content .post-footer .share a:hover {
        background: #acbfc6;
        color: #fff; }
  .blog-share .content #blog-nav a {
    font-size: 16px;
    line-height: 1em;
    color: #5f7d8e; }
    .blog-share .content #blog-nav a span {
      font-size: 14px;
      padding-right: 14px; }
  .blog-share .content #blog-nav a:hover samp {
    text-decoration: underline; }
  .blog-share .content #blog-nav .c6 {
    text-align: center; }
  .blog-share .content #blog-nav .last {
    text-align: right; }
    .blog-share .content #blog-nav .last a span {
      padding: 0 0 0 14px; }
  .blog-share .content .credit {
    font-size: 11px;
    margin: -20px 0 0 20px;
    display: block;
    margin-bottom: 18px;
    color: #879daa; }
  .blog-share h2.search {
    margin-bottom: 24px; }

#at20mc {
  display: none; }

.blog-share.srjob .content .post-footer .categories span {
  font-size: 11px;
  padding-top: 4px;
  width: 25px; }

#blog-single .meta .post-meta {
  float: left; }
#blog-single .meta .share {
  float: right; }
  #blog-single .meta .share a {
    color: #5f7d8e; }
  #blog-single .meta .share a:hover {
    text-decoration: underline; }
#blog-single .post-footer {
  margin: 50px 0 18px; }
#blog-single #blog-nav {
  border-bottom: 1px solid #acbfc6;
  padding-bottom: 14px; }
#blog-single .press-author a {
  color: #5f7d8e; }

#blog-index #content {
  width: 640px;
  float: left;
  margin-right: 38px; }
  #blog-index #content a.h1 {
    text-align: left; }
  #blog-index #content a.h1:hover {
    color: #eb4b4b; }
  #blog-index #content a.cr {
    font-size: 17px;
    line-height: 1em;
    color: #455e6f;
    font-weight: 400; }
#blog-index #blog-nav {
  margin-top: -50px; }
  #blog-index #blog-nav a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  #blog-index #blog-nav a:hover {
    text-decoration: underline; }

#sidebar {
  width: 262px;
  float: left;
  text-align: center; }
  #sidebar .symbol{
    font-size:31px;
    color:#0e2f48;
  }
  #sidebar .symbol:hover{
    color:#eb4b4b;
  }
#sidebar .button{
display:block;
background:#5f7d8e;
border-color:#5f7d8e;
}
#sidebar .button:hover{
background:#fff;
color:#5f7d8e;
}
  #sidebar .sb-row {
    border: 1px solid #6f8b9a;
    border-radius: 2px;
    padding: 24px;
    margin-bottom: 24px; }
    #sidebar .sb-row ul {
      list-style: none; }
    #sidebar .sb-row h2 {
      font-size: 14px;
      line-height: 1em;
      color: #5f7d8e;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 32px; }
  #sidebar .search .search-wrap {
    position: relative; }
    #sidebar .search .search-wrap input {
      border-radius: 2px;
      margin-bottom: 0;
      padding-right: 43px; }
    #sidebar .search .search-wrap span {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 20px;
      padding: 12px; }
    #sidebar .search .search-wrap span:hover {
      cursor: pointer;
      color: #091928; }
  #sidebar .categoriessb li.categories {
    font-size: 14px;
    line-height: 1em;
    color: #5f7d8e;
    font-weight: 700;
    text-transform: uppercase;
    display: block; }
    #sidebar .categoriessb li.categories a {
      display: block;
      font-size: 14px;
      line-height: 1.5em;
      color: #5f7d8e;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 18px; }
    #sidebar .categoriessb li.categories a:hover {
      text-decoration: underline; }
    #sidebar .categoriessb li.categories ul {
      margin-top: 32px; }
  #sidebar .archives {
    padding-bottom: 0; }
    #sidebar .archives .accordionContent {
      margin-bottom: 30px; }
    #sidebar .archives a {
      display: block;
      font-size: 14px;
      line-height: 1em;
      color: #5f7d8e;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 18px; }
    #sidebar .archives a.year {
      font-size: 12px;
      line-height: 1em;
      color: #5f7d8e;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 14px; }
    #sidebar .archives a:hover {
      text-decoration: underline; }
  #sidebar #latest-twitter {
    font-size: 13px;
    line-height: 1.9em;
    color: #879daa;
    font-weight: 300; }
    #sidebar #latest-twitter ul {
      list-style: none; }
      #sidebar #latest-twitter ul li {
        margin-bottom: 30px; }
    #sidebar #latest-twitter a {
      color: #acbfc6;
      font-weight: 700;
      text-decoration: none; }
    #sidebar #latest-twitter a:hover {
      text-decoration: underline; }
    #sidebar #latest-twitter p.interact {
      display: none; }
    #sidebar #latest-twitter p.timePosted {
      font-size: 11px;
      color: #879daa;
      font-weight: 700; }
  #sidebar .latest-twitter.sb-row {
    padding-bottom: 0; }

p.tweet {
  word-wrap: break-word; }

/* RESPONSIVITY */
@media handheld, only screen and (min-width: 800px) and (max-width: 1220px) {
  .w1180 {
    width: 940px; }

  #company .c20 span {
    top: 189px; }

  #company a.c20 {
    height: 192px; }

  #company a.c20 span {
    top: 120px; } }
@media handheld, only screen and (min-width: 800px) and (max-width: 1120px) {
  #navbar .c9 a, #navbar .c9 span {
    padding: 10px 15px; } }
@media handheld, only screen and (min-width: 800px) and (max-width: 1080px) {
  .wrap {
    padding: 0 23px; }

  #footer-final .content {
    padding: 0 30px; }

  #footer-final .center {
    padding-top: 30px; }

  #footer-final .center span {
    display: none; }

  #footer-final .center samp {
    display: block;
    padding-top: 7px; } }
/* TABLET */
#mdTab .hovers div {
  height: 410px;
  height: auto;
  padding: 40px 0; }
#mdTab .hovers h2 {
  width: 100%;
  text-align: center;
  display: block !important;
  padding: 0; }
#mdTab .hovers p {
  width: 600px;
  display: block;
  padding-top: 30px; }
#mdTab #at20mc {
  display: block; }
#mdTab #at20mc.ipad #at15s {
  box-shadow: 0 0 1px 0 #B4B4B4;
  border-radius: 0; }

#mdTab.home #navbar {
  position: absolute; }

/* MOBILE */
#mobile-nav {
  width: 700px;
  padding: 50px;
  padding-left: 156px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #00192E;
  position: absolute;
  z-index: -1;
  text-transform: uppercase;
  min-height: 100%; }
  #mobile-nav #mn-1 {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    padding-bottom: 26px; }
    #mobile-nav #mn-1 a {
      font-size: 38px;
      line-height: 1em;
      color: white;
      font-weight: 500; }
      #mobile-nav #mn-1 a span {
        font-weight: 200; }
  #mobile-nav #mn-2 a {
    display: block;
    color: #fff;
    font-size: 38px;
    padding-bottom: 34px; }
  #mobile-nav #mn-2 a.current {
    font-weight: 700; }
  #mobile-nav #mn-2 .categoriessb {
    font-size: 32px;
    margin-left: 30px;
    color: #fff;
    margin-top: -8px; }
    #mobile-nav #mn-2 .categoriessb ul {
      list-style: none; }
      #mobile-nav #mn-2 .categoriessb ul ul {
        margin-top: 16px; }
    #mobile-nav #mn-2 .categoriessb ul.main {
      margin-bottom: 30px; }
    #mobile-nav #mn-2 .categoriessb a {
      font-size: 28px;
      line-height: 1.3em;
      margin-bottom: 20px;
      padding: 0; }
  #mobile-nav #mn-sm a {
    font-size: 54px;
    float: left;
    color: #fff;
    margin-right: 14px; }

/* Scaling transforms */
.visibleNearby .rsSlide {
  opacity: .75; }
  .visibleNearby .rsSlide img {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

.visibleNearby .rsActiveSlide {
  opacity: 1; }
  .visibleNearby .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.mobile {
  display: none !important; }

@media handheld, only screen and (max-width: 750px) {
.landing-form{
width:480px;
margin:40px auto;
}

.landing-form iframe{
width:480px;
}

#contact iframe{
width:480px;
}

  .dots, #sidebar {
    display: none; }

  .desktop {
    display: none !important; }

  .mobile {
    display: block !important; }

  .wrap {
    padding: 0 30px; }

.wrap.default {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .wrap, .row {
    /* width: 640px; */
    max-width: none;
    min-width: none; }

#navbar.wrap{
width: 640px;
}

  .w1180, .w940 {
    width: auto; }

  h2 {
    font-size: 44px; }

  .button {
    font-size: 24px;
    border-width: 2px; }

  .button:hover {
    background: transparent;
    color: inherit;
    border-color: #cfdce0; }

  .hr {
    width: auto; }

  #mobile-wrap {
    width: 700px;
    overflow: hidden;
    background: #fff; }
    #mobile-wrap #mobile-toggle {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      z-index: 999;
      display: none; }

  #navbar {
    background: url(/images/mob-photo-bg.jpg) no-repeat;
    background-size: auto; }
    #navbar .c3, #navbar .c9 {
      width: 50%;
      float: left;
      padding: 0; }
    #navbar .c3 a {
      font-size: 30px;
      padding-top: 3px;
      display: block; }
    #navbar .c9 #nav-click {
      width: 50px;
      float: right;
      padding: 0px 0 0;
      cursor: pointer; }
      #navbar .c9 #nav-click samp {
        display: block;
        width: 50px;
        height: 8px;
        margin-bottom: 5px;
        background: #fff;
        float: right;
        border-radius: 20px; }

  .home #navbar {
    opacity: 1;
    position: absolute; }

  .header {
    background: url(/images/mob-photo-bg-full.jpg) no-repeat 0 -50px;
    background-size: auto; }
    .header .c12 .button:hover {
      background: none;
      color: #fff; }
    .header .c12 h2 {
      margin: 20px 0 20px; }

  .home .header .c12 h2 {
    line-height: 1.4em; }

  #footer {
    /* height: 614px; */
    background: url(/images/mob-footer-bg.jpg) no-repeat top #091928;
    background-size: auto; }
    #footer h3 {
      font-size: 15px;
      margin-bottom: 46px; }

  .home #footer {
    background: url(/images/mob-footer-home-bg.jpg) no-repeat top #091928; }

  #footer-1 h2 {
    font-size: 26px;
    line-height: 1.7em; }
    #footer-1 h2 samp {
      display: block; }
  #footer-1 h4 {
    font-size: 23px; }
  #footer-1 .row {
    width: auto; }
    #footer-1 .row .c6 {
      float: left; }
      #footer-1 .row .c6 .post {
        font-size: 16px; }
        #footer-1 .row .c6 .post a.h1 {
          font-size: 18px;
          line-height: 1.8em; }
      #footer-1 .row .c6 a.h2 {
        font-size: 16px; }

  #footer-2ndtl {
    /* height: 476px; */ }
    #footer-2ndtl .row {
      width: auto; }
      #footer-2ndtl .row .c2.nav {
        width: 30%;
        float: left; }
        #footer-2ndtl .row .c2.nav a {
          font-size: 22px;
          line-height: 1.9em; }
      #footer-2ndtl .row .c6 {
        width: 40%;
        float: left;
        padding-left: 50px;
        font-size: 20px;
        word-wrap: break-word;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #footer-2ndtl .row .c6 h3 {
          padding-right: 2px; }

  #footer-twitter ul li:last-child {
    display: none; }

  #footer-final .content {
    padding: 10px 30px 0; }
  #footer-final .left {
    font-size: 44px;
    position: relative;
    z-index: 1; }
  #footer-final .center {
    width: auto;
    margin: 0;
    position: relative;
    left: auto;
    padding-top: 100px;
    font-size: 11px; }
  #footer-final .right {
    padding-top: 30px;
    position: relative;
    z-index: 1; }
    #footer-final .right a {
      font-size: 28px; }

  #breadcrumbs {
    font-size: 18px;
    height: 58px;
    margin-top: -60px; }

  #home-1 .c12 h2 {
    font-size: 32px; }
  #home-1 .c12 .button {
    font-size: 20px; }
  #home-1 .c12 p {
    width: auto;
    font-size: 26px;
    line-height: 1.8em;
    margin-bottom: 60px; }

  #home-2-mob {
    padding: 60px 0;
    width: 100%;
    height: 880px;
    border-bottom: 1px solid #cfdce0; }
    #home-2-mob .rsSlide {
      border: 1px solid #acbfc6;
      height: 870px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #home-2-mob .rsActiveSlide {
      border: none;
      height: auto;
      padding: 0; }
    #home-2-mob .mobtabs {
      margin: 30px 50px 0;
      height: 840px; }
      #home-2-mob .mobtabs img {
        margin-bottom: 34px; }
      #home-2-mob .mobtabs h2 {
        font-size: 40px;
        line-height: 1.3em;
        margin-bottom: 20px;
        text-align: center; }
      #home-2-mob .mobtabs p {
        font-size: 26px;
        line-height: 1.8em;
        text-align: center; }
    #home-2-mob .tab-1 h2 {
      text-align: left; }

  #home-3a h2 {
    font-size: 36px; }

  #home-4 .c12 {
    width: auto;
    height: auto; }
    #home-4 .c12 h2 {
      font-size: 21px; }

  #full-width-slider {
    width: 640px;
    height: 320px;
    font-size: 24px;
    line-height: 1.7em; }
    #full-width-slider span {
      display: block;
      font-weight: 700;
      margin-top: 40px; }

  #platform.header .c12 img {
    margin-bottom: 50px;
 }
  #platform.header .c12 h2 {
    font-size: 28px;
    padding: 0 30px; }
  #platform-infographic h2 {
    margin-bottom: 50px; }
  .hovers div {
    height: 410px;
    height: auto;
    padding: 40px 0; }
  .hovers h2 {
    width: 100%;
    text-align: center;
    font-size: 48px;
    display: block !important;
    padding: 0; }
  .hovers p {
    width: 600px;
    font-size: 26px;
    line-height: 1.5em;
    display: block;
    padding-top: 30px; }
  .case-study .button:hover {
    background: none;
    color: #fff; }
  .disrupt p {
    font-size: 26px;
    line-height: 1.7em;
    margin-bottom: 50px;
    padding: 0 50px; }
  .disrupt .button:hover {
    background: #eb4b4b;
    color: #fff; }

  #company .visibleNearby .rsSlide span {
    display: none !important; }
  #company .visibleNearby .rsActiveSlide span {
    display: block !important; }
  #company .content {
    margin-bottom: 80px; }
  #company h2 {
    font-size: 38px;
    width: 490px; }
  #company .c-row {
    opacity: 1; }
    #company .c-row .c20 {
      width: auto;
      margin: 0;
display:block;
      position: inherit; }
      #company .c-row .c20 span {
        top: 626px;
        font-size: 40px; }
  #company .w940 p {
    font-size: 24px;
    line-height: 1.8em;
    padding: 0 50px;
    margin-bottom: 80px; }
  #company div.c20:hover img {
    opacity: 1; }
  #company .content.inv {
    width: 490px;
    margin: 0 auto; }
    #company .content.inv a {
      display: block;
      margin-bottom: 40px; }
      #company .content.inv a span {
        display: block;
        padding: 30px 0;
        text-align: center;
        background: #0e2f48;
        font-size: 40px;
        line-height: 1em;
        color: #d9f1fa;
        text-transform: uppercase; }

  #lb-wrap {
    height: 760px; }
    #lb-wrap .content p {
      font-size: 17px;
      line-height: 1.8em; }

  #blog-index #content {
    width: auto;
    margin: 0 40px; }
    #blog-index #content a.cr {
      font-size: 34px; }
  #blog-index #blog-nav a {
    font-size: 30px; }

  .blog-share .content a.h1, .blog-share .content h1 {
    font-size: 40px; }
  .blog-share .content span.post-meta {
    font-size: 18px; }
  .blog-share .content .contenu {
    font-size: 30px;
    line-height: 1.8em; }
  .blog-share .content .post-footer {
    margin: 34px 0 120px;
    font-size: 18px;
    line-height: 1.6em;
    border-bottom: none; }
    .blog-share .content .post-footer .categories {
      width: 100%;
      float: none;
      clear: both;
      padding: 22px 0; }
      .blog-share .content .post-footer .categories span {
        width: 130px; }
      .blog-share .content .post-footer .categories samp {
        width: 490px; }
    .blog-share .content .post-footer .share {
      float: none;
      clear: both; }
      .blog-share .content .post-footer .share a {
        width: 100%;
        height: auto !important;
        text-align: center;
        border-left: none;
        padding: 22px 0;
        display: block;
        background: #acbfc6;
        color: #fff; }
  .blog-share .content #blog-nav {
    font-size: 18px; }
    .blog-share .content #blog-nav .c3 {
      width: 35%;
      float: left; }
    .blog-share .content #blog-nav .c6 {
      width: 30%;
      float: left; }
    .blog-share .content #blog-nav a {
      font-size: 20px; }
      .blog-share .content #blog-nav a span {
        padding-right: 7px; }
    .blog-share .content #blog-nav .last a span {
      padding-left: 7px; }

  .blog-share.w700 {
    width: 620px;
    padding: 50px 40px; }

  #blog-single #blog-nav {
    padding: 8px 0 22px; }

  #contact .w940 {
    padding: 40px 40px;
    font-size: 26px; }
    #contact .w940 h2 {
      font-size: 36px; }
    #contact .w940 h3 {
      font-size: 22px; }
    #contact .w940 .suan {
      margin-top: 60px; }
    #contact .w940 input, #contact .w940 textarea {
      font-size: 26px; }
    #contact .w940 label {
      font-size: 22px; }
    #contact .w940 input[type=checkbox] {
      min-width: 30px;
      min-height: 30px;
      margin-left: 0; }

  .submit-button {
    font-size: 26px; }

  #careers {
    padding-top: 20px; }
    #careers .w940 {
      padding: 40px 40px 0; }
      #careers .w940 h2 {
        font-size: 23px;
        width: 100%; }
      #careers .w940 p {
        font-size: 18px;
        line-height: 1.8em; }
    ul.smartrecruitersJobList li a.job-title {
      width: 56%;
      display: block;
      margin-bottom: 12px;
      text-align: left;
      line-height: 1.5em;
      font-size: 20px; }
      ul.smartrecruitersJobList li a.job-title span {
        display: block;
        font-size: 16px;
        line-height: 1.5em; }
    ul.smartrecruitersJobList li a.button {
      margin-top: 12px; }
    ul.smartrecruitersJobList li a.button:hover {
      background: #fff; }

  .srjob h2 {
    font-size: 36px;
    margin: 70px 0 30px; }
  .srjob .smartrecruitersApplyLink a.button {
    font-size: 18px;
    padding: 12px 34px; }
  .srjob .smartrecruitersApplyLink a.button:hover {
    background: #5f7d8e;
    color: #fff; }
  .srjob .categories a {
    display: block;
    font-size: 18px;
    text-align: center; }
  .srjob .categories a:hover {
    text-decoration: none !important; }

  #rs1, #rs2 {
    width: 100%;
    height: 726px; } }

@media handheld, only screen and (max-width: 850px) {
.resource-box{
height:inherit;
overflow:visible;
font-size:18px;
line-height:1.4em;
}
.resource-label{
font-size:14px;
}
}

.hs-form.stacked label{
font-size: 14px !important;
line-height: 1.8em !important;
color: #85a6bf !important;
font-weight: 500 !important;
text-transform: uppercase !important;
font: normal 14px/1.3em 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif !important;
}

.hs-form .hs-input, .hs-form textarea.hs-input{
padding: 5px 16px !important;
color: #244c79 !important;
font: normal 14px/1.3em 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif !important;      
font-weight: 500;
margin-bottom: 0px;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
border: 1px solid #6f8b9a;
border-radius: 6px !important;
height: auto !important;
width:100% !important;
}

.hs-form .hs-button {
color: #fff;
border: none !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
background-color: #244c79 !important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#244c79), to(#244c79)) !important;
background-image: -webkit-linear-gradient(top, #244c79, #244c79) !important;
background-image: -moz-linear-gradient(top, #244c79, #244c79) !important;
background-image: linear-gradient(to bottom, #244c79, #244c79) !important;
padding: 11px 40px !important;
font-size: 13px !important;
cursor: pointer !important;
margin: 18px 0px 0px 0px !important;
font-weight: 500;
font-family:'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif !important;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
}
.hs-form .hs-button:hover {
border: none !important;
background: #ff6349 !important;
}
.hs-form.stacked .actions{
margin:0px !important;
padding:0px !important;
}
.hbspt-form form{
padding:20px !important;
}
