@charset "UTF-8";
@media only screen and (max-width: 600px) {
  .home-box__links__item.btn--electro {
    background: #33004e;
    box-shadow: none; }
  .home-box__links__item.btn--mechanics {
    background: #286b49;
    box-shadow: none; }
  .home-box__links__item.btn--distribution {
    background: #ae0000;
    box-shadow: none; } }

.btn {
  line-height: 2.3em;
  min-height: 2.2em;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  background: #004d89;
  color: #fff;
  border: none;
  padding: 0 0.6em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  box-shadow: 0 1px #004a84; }
  .btn:link, .btn:visited {
    color: #fff;
    border: none !important; }
  .btn:visited {
    border: none; }
  .btn:hover, .btn:focus {
    background: #009bdf;
    color: #fff !important;
    border: none;
    text-shadow: 0 1px #000;
    text-decoration: none !important; }

.island, .messages {
  padding: 15px;
  margin-bottom: 1.57143em; }
  .island > :first-child, .messages > :first-child {
    margin-top: 0; }
  .island > :last-child, .messages > :last-child {
    margin-bottom: 0; }
  .island ul, .messages ul {
    padding: 0;
    margin: 0; }
  .island li, .messages li {
    display: block;
    margin: 0 0 0.7em;
    list-style: none; }

.island--bg, .messages {
  background: #f9f9f9;
  border: 1px solid #cecece;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(75, 75, 81, 0.15); }
  .island--bg .btn, .messages .btn {
    background: #009bdf; }
    .island--bg .btn:hover, .messages .btn:hover, .island--bg .btn:focus, .messages .btn:focus {
      background: #004d89 !important; }
  .node-type-event .island--bg, .node-type-event .messages {
    background: none; }

@media (max-width: 600px) {
  .hide-small {
    display: block; } }

nav li {
  list-style-type: none; }

nav ul, nav ol {
  padding: 0;
  margin: 0; }

img, embed, object, video {
  max-width: 100%;
  height: auto; }

.nav--inline li {
  list-style: none;
  display: inline-block;
  margin-right: 1em; }

.nav--inline a {
  display: block; }

.nav--stripes li {
  float: left;
  display: block;
  padding-right: 0.4em;
  margin-right: 0.4em;
  border-right: 1px solid #d8d4cd; }
  .nav--stripes li:last-child {
    border: none; }

.nav--stripes__borderless li {
  border: none;
  padding-right: 0.2em;
  margin-right: 0.2em; }

@font-face {
  font-family: 'erasMed';
  src: url("../fonts/erasmed/erasMed.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/erasmed/erasMed.eot?#iefix") format("embedded-opentype"), url("../fonts/erasmed/erasMed.woff") format("woff"), url("../fonts/erasmed/erasMed.ttf") format("truetype"), url("../fonts/erasmed/erasMed.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'erasDemi';
  src: url("../fonts/erasdemi/erasDemi.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/erasdemi/erasDemi.eot?#iefix") format("embedded-opentype"), url("../fonts/erasdemi/erasDemi.woff") format("woff"), url("../fonts/erasdemi/erasDemi.ttf") format("truetype"), url("../fonts/erasdemi/erasDemi.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  line-height: 1.5em;
  color: #686872;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

::-moz-selection {
  background: rgba(0, 77, 137, 0.7);
  color: #FFF;
  text-shadow: none; }

::selection {
  background: rgba(0, 77, 137, 0.7);
  color: #FFF;
  text-shadow: none; }

a:link {
  color: #0064ad;
  text-decoration: none; }

a:focus, a:active {
  color: #009bdf;
  text-decoration: underline; }

.no-touch a:hover,
.no-js a:hover {
  color: #009bdf;
  text-decoration: underline; }

a:visited {
  color: shade(#0064ad, 20%); }

a:focus {
  outline: thin dotted; }

a img {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  color: #063f69;
  font-weight: normal; }

h1, h2, h3 {
  line-height: 1.1;
  font-family: 'erasMed', Arial, Helvetica, sans-serif;
  font-weight: normal; }

h1 {
  font-size: 3em;
  margin: 0; }

h2 {
  font-size: 1.7142857143em;
  margin: 0.3333333333em 0; }

h3 {
  font-size: 1.4285714286em;
  margin-top: 1.57143em;
  margin-bottom: 0.78571em; }

h2 a, h3 a {
  border: none;
  color: #0064ad; }
  h2 a:link, h2 a:visited, h2 a:active, h3 a:link, h3 a:visited, h3 a:active {
    color: #009bdf; }

h4, h5, h6 {
  font-size: 1em;
  margin: 0 0 0.5714285714em;
  font-weight: bold; }

.intro {
  font-size: 1.1428571429em; }

.f-small, small {
  font-size: 0.9em; }

.f-smaller {
  font-size: 0.85em; }

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

.text-upp {
  text-transform: uppercase; }

p, ul, ol, table {
  margin-bottom: 1.57143em; }

p:first-child {
  margin-top: 0; }

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse; }

td, th {
  padding: 0.45em 0;
  text-align: left; }

th {
  color: #004d89;
  border-bottom: 2px solid #9fb7c9; }
  th a {
    color: #004d89; }

td {
  border-bottom: 1px solid #dbe4eb; }

ul li {
  list-style: inside disc; }

ol li,
ul li {
  list-style-position: inside; }

.field-name-body ul {
  padding: 0 0 0 10px; }

.field-name-body li {
  list-style: disc inside; }

*,
*:after,
*:before {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.wrap {
  padding: 0 1em; }

.wrap--header {
  background: #fff;
  padding: 1.7857142857em 1em 1.0714285714em; }

.wrap--highlighted {
  padding: 0; }

.header-top {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 13px; }

.logo {
  display: block;
  max-width: 175px;
  float: left;
  margin-bottom: 8px; }
  .logo a, .logo img {
    display: block; }
  .logo img {
    max-width: 105px;
    max-height: 70px; }

.header-bottom {
  margin-top: 0.9285714286em;
  position: relative; }

.search-main {
  margin-top: 1.7857142857em;
  display: none; }
  @media (min-width: 600px) {
    .search-main {
      display: block; } }
  .search-main form {
    position: relative; }
    .search-main form > div {
      float: left;
      width: 100%; }
    .search-main form input {
      border: 1px solid rgba(0, 0, 0, 0.8);
      min-height: 28px;
      line-height: 23px;
      line-height: 23px;
      line-height: 2.3rem;
      padding-top: 3px; }
      .oldie .search-main form input {
        line-height: 26px;
        padding-top: 0;
        min-height: 21px\9; }
    .search-main form input[type=submit] {
      width: 24px;
      padding: 0 15px;
      text-indent: -1000000px;
      margin: 0 0 0 0.7142857143em;
      border: 1px solid rgba(0, 0, 0, 0.4);
      background: #0074c8 url(../img/search.svg) no-repeat 9px 7px;
      background-size: 13px 12px;
      box-shadow: inset 0px 0 -1px rgba(255, 255, 255, 0.11);
      transition: none;
      position: absolute;
      top: 0;
      right: 0; }
      .oldie .search-main form input[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        background-position: 0 0; }
      .search-main form input[type=submit]:focus {
        outline: 1px dotted; }
      .no-svg .search-main form input[type=submit] {
        background: #0074c8 url(../img/search-fallback.png) no-repeat 10px 10px; }
      .search-main form input[type=submit]:hover, .search-main form input[type=submit]:focus {
        background-color: #0065af;
        border: 1px solid rgba(0, 0, 0, 0.4); }

.slide-box {
  z-index: 1; }

.slide {
  width: 100%;
  background-position: center center;
  margin: 0 auto;
  background-repeat: no-repeat !important; }
  @media (max-width: 600px) {
    .slide {
      background: none !important;
      display: none; } }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.wrap--moveup {
  position: relative;
  z-index: 2; }
  .page-expertise .wrap--moveup .content-area {
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 160px, white 160px);
    /* Firefox 3.6 */
    /* Safari 4? Chrome 6? */
    background-clip: padding-box; }
    .no-cssgradients .page-expertise .wrap--moveup .content-area {
      background: url(../img/ie9-gradient.png) repeat-x top left; }
  .page-expertise.i18n-en .wrap--moveup .content-area {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 206px, white 206px); }
  .page-expertise.i18n-fr .wrap--moveup .content-area {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 200px, white 200px); }
  .page-expertise.i18n-fr .wrap--moveup .title-box {
    margin-bottom: 17px; }

.home-box {
  margin: 0 0 110px; }
  .home-box h2 {
    font-size: 3.1em;
    margin: 0.3em 0 0.2em; }
  .home-box .teaser {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1.7;
    font-size: 1.2em;
    margin: 0; }
    .home-box .teaser a {
      font-weight: 600;
      color: #009bdf; }
      .home-box .teaser a:visited {
        color: #009bdf; }
    .home-box .teaser p {
      margin: 0; }
    @media (max-width: 600px) {
      .home-box .teaser {
        margin: 0 0 2em; } }
  @media (max-width: 600px) {
    .home-box {
      margin: 0; } }

.home-box__content {
  min-height: 270px;
  padding: 20px 20px 15px;
  border-radius: 3px 3px 0 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, white 60px, rgba(255, 255, 255, 0.85) 210px, rgba(255, 255, 255, 0.7));
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 600px) {
    .home-box__content {
      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25); } }

.home-box__bottom {
  border-radius: 0 0 3px 3px;
  height: 13px;
  background: #fff;
  background: rgba(255, 255, 255, 0.4); }

.home-box__list {
  margin: 0;
  padding: 0; }
  @media (max-width: 600px) {
    .home-box__list {
      display: inline-block; } }

.home-box__links h3 {
  margin-top: 0;
  color: #686872;
  font-size: 1.2em; }

@media (max-width: 600px) {
  .home-box__links__item {
    line-height: 2.3em;
    min-height: 2.2em;
    font-size: 13px;
    font-size: 1.3rem;
    background: #004d89;
    color: #fff;
    border: none;
    padding: 0 0.6em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    box-shadow: 0 1px #004a84; }
    .home-box__links__item:link, .home-box__links__item:visited {
      color: #fff;
      border: none !important; }
    .home-box__links__item:visited {
      border: none; }
    .home-box__links__item:hover, .home-box__links__item:focus {
      background: #009bdf;
      color: #fff !important;
      border: none;
      text-shadow: 0 1px #000;
      text-decoration: none !important; } }

#skip-link {
  display: block;
  padding: 1em;
  text-align: center;
  font-size: 1.2857142857em;
  background: rgba(0, 155, 223, 0.8);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  color: #fff;
  max-width: 300px;
  text-decoration: none;
  margin: 0 auto; }
  #skip-link:focus {
    left: 1em;
    top: 1em;
    position: fixed !important; }

.nav--main {
  background: #004d89;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  clear: both; }
  .nav--main ul {
    padding: 0;
    margin: 0;
    overflow: hidden; }
  .nav--main li {
    display: block;
    list-style: none; }
    @media (max-width: 600px) {
      .nav--main li:first-child a {
        border-radius: 5px 5px 0 0; }
      .nav--main li:last-child a {
        border-radius: 0 0 5px 5px; } }
  .nav--main a {
    color: #fff;
    display: block;
    font-family: 'erasDemi', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.3571428571em;
    padding: 0.7142857143em 0.7142857143em 0.4285714286em;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset -1px 0 rgba(255, 255, 255, 0.15); }
    .nav--main a:link, .nav--main a:visited, .nav--main a:hover, .nav--main a:focus {
      color: #fff; }
    .nav--main a:hover, .nav--main a:focus, .nav--main a.active, .nav--main a.active-trail {
      background: #009bdf;
      text-decoration: none; }
    .nav--main a.active, .nav--main a.active-trail {
      border-radius: 0; }
    .all-ie .nav--main a {
      padding: 0.5714285714em 0.7142857143em; }

.block--sidebar ul {
  margin: 0;
  padding: 0; }

.block--sidebar li {
  padding: 0;
  list-style: none; }

.block--sidebar a {
  display: block;
  padding: 5px 0; }
  .block--sidebar a:hover, .block--sidebar a:focus {
    text-decoration: none; }

.block--sidebar--right {
  margin: 0 0 2.5em;
  padding: 0 20px; }
  .block--sidebar--right li {
    font-size: 0.9em; }

.block--subnav ul {
  padding: 0;
  margin: 0; }

.block--subnav li, .block--subnav a {
  display: block; }

.block--subnav a:hover, .block--subnav a:focus {
  text-decoration: none; }

.block--subnav li {
  list-style: none;
  font-family: 'erasMed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #d8d4cd; }
  .block--subnav li:first-child a {
    border-radius: 3px 0 0 0; }
  .block--subnav li a {
    font-size: 1.2857142857em;
    padding: 0.8571428571em 0.2857142857em 0.5em 1.0714285714em;
    margin-bottom: 1px; }
    .block--subnav li a.active, .block--subnav li a.active-trail {
      background: #009bdf;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      border: none;
      border-left: 5px solid #54bcea; }

.block--subnav li li {
  border: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }
  .block--subnav li li:first-child a {
    border-radius: 0; }
  .block--subnav li li a {
    font-size: 0.8571428571em;
    padding: 0.2857142857em;
    padding-left: 40px;
    margin: 0;
    border: none;
    position: relative;
    border-radius: 0 !important; }
    .block--subnav li li a.active, .block--subnav li li a.active-trail {
      background: #a6d9f0;
      color: #0064ad;
      border: none;
      font-weight: 500; }
      .block--subnav li li a.active:before, .block--subnav li li a.active-trail:before {
        content: '▶';
        font-size: 0.55em;
        position: absolute;
        left: 25px;
        top: 3px; }
    .block--subnav li li a:hover, .block--subnav li li a:focus {
      color: #009bdf !important; }
      .block--subnav li li a:hover:before, .block--subnav li li a:focus:before {
        content: '▶';
        font-size: 0.55em;
        position: absolute;
        left: 25px;
        top: 3px; }

.block--subnav li li li a {
  padding-left: 55px; }
  .block--subnav li li li a.active, .block--subnav li li li a.active-trail {
    background: none; }
    .block--subnav li li li a.active:before, .block--subnav li li li a.active-trail:before {
      left: 43px; }
  .block--subnav li li li a:hover:before, .block--subnav li li li a:focus:before {
    left: 43px; }

.block--subnav li li li li a {
  padding-left: 75px; }

.nav-list-electro li a {
  color: #33004e; }
  .nav-list-electro li a.active, .nav-list-electro li a.active-trail {
    background: #33004e;
    border-left-color: tint(#33004e, 40%); }

.nav-list-electro li li a.active, .nav-list-electro li li a.active-trail {
  background: rgba(51, 0, 78, 0.22);
  color: #33004e; }

.nav-list-electro li li a:hover {
  color: #33004e; }

.block--subnav--expertise .nav-list-electro li li {
  border-left-color: rgba(51, 0, 78, 0.22); }

.node--electro .image-box h1 {
  background: rgba(51, 0, 78, 0.6); }

.node--electro.bogus-border {
  background: rgba(51, 0, 78, 0.6); }

h1.node--electro {
  color: #33004e; }

.color-electro {
  color: #33004e; }

.nav-list-mechanics li a {
  color: #286b49; }
  .nav-list-mechanics li a.active, .nav-list-mechanics li a.active-trail {
    background: #286b49;
    border-left-color: tint(#286b49, 40%); }

.nav-list-mechanics li li a.active, .nav-list-mechanics li li a.active-trail {
  background: rgba(40, 107, 73, 0.22);
  color: #286b49; }

.nav-list-mechanics li li a:hover {
  color: #286b49; }

.block--subnav--expertise .nav-list-mechanics li li {
  border-left-color: rgba(40, 107, 73, 0.22); }

.node--mechanics .image-box h1 {
  background: rgba(40, 107, 73, 0.6); }

.node--mechanics.bogus-border {
  background: rgba(40, 107, 73, 0.6); }

h1.node--mechanics {
  color: #286b49; }

.color-mechanics {
  color: #286b49; }

.nav-list-distribution li a {
  color: #ae0000; }
  .nav-list-distribution li a.active, .nav-list-distribution li a.active-trail {
    background: #ae0000;
    border-left-color: tint(#ae0000, 40%); }

.nav-list-distribution li li a.active, .nav-list-distribution li li a.active-trail {
  background: rgba(174, 0, 0, 0.22);
  color: #ae0000; }

.nav-list-distribution li li a:hover {
  color: #ae0000; }

.block--subnav--expertise .nav-list-distribution li li {
  border-left-color: rgba(174, 0, 0, 0.22); }

.node--distribution .image-box h1 {
  background: rgba(174, 0, 0, 0.6); }

.node--distribution.bogus-border {
  background: rgba(174, 0, 0, 0.6); }

h1.node--distribution {
  color: #ae0000; }

.color-distribution {
  color: #ae0000; }

.realisations-sector-toggle {
  color: #0064ad; }

.row {
  clear: both; }

.wrap--page {
  padding: 0;
  margin: 1.7857142857em 0;
  min-height: 340px; }

.content-area {
  background: #fff;
  border: 1px solid #d8d4cd;
  border-radius: 5px;
  box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.12); }

.main {
  padding: 1em;
  transition: background 0.25s; }

.padded-right {
  padding-right: 20px; }

.block--subnav--expertise li {
  font-size: 1.8em;
  line-height: 1.3;
  padding: 0;
  border: none;
  font-family: 'erasMed', Arial, Helvetica, sans-serif;
  font-weight: normal; }
  .block--subnav--expertise li a {
    margin-bottom: 0.54em;
    padding: 0;
    border: none; }
  .block--subnav--expertise li:first-child a {
    padding-top: 0; }

.block--subnav--expertise li li {
  font-family: 'erasDemi', Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  border-left: 3px solid rgba(0, 77, 137, 0.33);
  padding: 3px 0 3px 12px; }
  .block--subnav--expertise li li a {
    font-size: 20px;
    padding-left: 0;
    margin: 0;
    position: relative; }
    .block--subnav--expertise li li a:hover, .block--subnav--expertise li li a:focus {
      color: #009bdf; }
    .block--subnav--expertise li li a:before {
      display: none; }

.block--subnav--expertise li li li {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 3px;
  border: none;
  padding: 0; }
  .block--subnav--expertise li li li a {
    font-size: 12px;
    padding-left: 16px; }
    .block--subnav--expertise li li li a:hover:before, .block--subnav--expertise li li li a:focus:before {
      display: inline-block;
      left: 3px; }

.block--subnav--expertise li li li li a {
  padding-left: 35px; }
  .block--subnav--expertise li li li li a:hover:before, .block--subnav--expertise li li li li a:focus:before {
    left: 23px; }

.teaser {
  margin: 16px 0 0;
  padding: 0 0 3px;
  border-bottom: 1px solid #d8d4cd;
  position: relative; }
  .teaser h2, .teaser h3 {
    font-size: 1.5em;
    margin: 0 0 0.1em;
    line-height: 1; }
  .teaser img {
    border-radius: 3px; }
  .teaser:last-child {
    border: none; }
  .teaser .field-name-body {
    margin-bottom: 0; }
  .teaser:first-child {
    margin-top: 6px; }

.first .teaser {
  margin-top: 0; }

.teaser__image {
  margin: 0 0 1.2em; }

.teaser--tiny {
  margin: 0.7142857143em 0 0;
  padding: 0 0 0.7142857143em;
  max-height: 162px; }
  .teaser--tiny a {
    color: #009bdf;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top; }
    .teaser--tiny a:link {
      color: #009bdf; }
  .teaser--tiny .date {
    color: #999; }
  .teaser--tiny img {
    margin: 0 0 0.7142857143em; }

.main > .teaser {
  margin-top: 0; }

.field {
  margin: 0 0 1em; }

.file a {
  border: none; }

.sector {
  border-bottom: 1px solid #d8d4cd;
  padding: 0 0 1.7857142857em;
  margin: 0 0 1.7857142857em; }

.wrap--footer {
  color: #999;
  padding-bottom: 1.7857142857em;
  position: relative;
  z-index: 2; }
  .wrap--footer a {
    color: #666; }
    .wrap--footer a:link, .wrap--footer a:visited, .wrap--footer a:hover, .wrap--footer a:focus {
      color: #666; }

.read-more a,
.more-link {
  display: block;
  margin-top: 0.5em; }

.teaser .read-more,
.teaser .more-link {
  margin-bottom: 0.5em; }

a.more-link:link, a.more-link:visited, a.more-link:active {
  color: #009bdf; }

a.more-link:hover, a.more-link:focus {
  color: #0064ad; }

.read-more--full {
  border-top: 1px solid #d8d4cd;
  margin-top: 1.57143em;
  padding-top: 1.57143em; }

.geofieldMap img {
  max-width: none; }

.service-box {
  background: #009bdf;
  color: #fff;
  padding: 1.2857142857em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 5px;
  margin: 0 0 1.0714285714em; }
  .service-box a {
    color: #fff;
    text-decoration: underline; }
    .service-box a:link, .service-box a:hover, .service-box a:focus {
      color: #fff; }
  .service-box .field, .service-box p {
    margin: 0; }

.service-box__title {
  font-size: 1.9285714286em;
  margin: 0 0 0.1428571429em;
  line-height: 1;
  color: #fff; }

.service-box__descr {
  margin: 0; }

.service-box__round {
  background: #004d89;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  right: 0;
  padding: 10px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg); }
  .service-box__round span {
    display: block; }

.service-box__round__percent {
  font-family: 'erasDemi', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: -3px; }

.service-box__round__text {
  font-family: 'erasMed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase; }

#atsgroep-mailchimp-subscribe-form h2 {
  margin: 0 0 0.6em; }

#atsgroep-mailchimp-subscribe-form .form-required {
  margin: 0; }

#edit-mailchimp-lists-mailchimp-ats-groep-algemeen-interest-groups {
  border: none;
  padding: 0; }
  #edit-mailchimp-lists-mailchimp-ats-groep-algemeen-interest-groups .fieldset-legend {
    font-weight: bold;
    color: #333; }
  #edit-mailchimp-lists-mailchimp-ats-groep-algemeen-interest-groups label {
    font-weight: normal; }

.sidebar {
  background: #f9f9f9; }

.block-pad {
  padding: 18px; }

.g-one-exists .action-links,
.g-one-exists .tabs ul {
  padding-left: 0; }

.g-one-exists .workbench-info-block {
  margin-left: 0; }

@media (max-width: 600px) {
  .nav--main {
    font-size: 1em;
    overflow: hidden; } }

@media (max-width: 600px) {
  .hide-hand-size {
    display: none !important; } }

@media (max-width: 600px) {
  .resp-nav ul {
    transition: 0.4s ease-out all;
    max-height: 700px; }
  .resp-nav li:last-child {
    border: none; }
  .resp-nav a {
    display: block;
    padding: 0.65em;
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold; }
    .resp-nav a:focus {
      background: #009bdf;
      background: rgba(0, 155, 223, 0.4);
      color: #fff;
      text-shadow: 0 1px rgba(0, 0, 0, 0.8);
      text-decoration: none; }
    .no-touch .resp-nav a:hover,
    .no-js .resp-nav a:hover {
      background: #009bdf;
      background: rgba(0, 155, 223, 0.4);
      color: #fff;
      text-shadow: 0 1px rgba(0, 0, 0, 0.8);
      text-decoration: none; }
  .resp-nav .active {
    color: #004d89; } }

.respnav-wrap-open .respnav-toggle {
  background: #009bdf;
  color: #fff; }

.resp-nav .respnav-hidden {
  max-height: 0;
  border-width: 0;
  overflow: hidden; }

.respnav-toggle {
  position: relative;
  cursor: context-menu;
  border-radius: 5px; }
  .respnav-toggle:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 3em; }
  .respnav-toggle:after {
    content: '';
    background: url(../img/icons/arrow_down.png) no-repeat 50% 50%;
    position: absolute;
    top: 3px;
    right: 7px;
    bottom: 0;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    font-size: 1.4285714286em;
    line-height: 45px;
    color: #fff;
    padding-right: 0.5em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }
  .no-touch .respnav-toggle:hover,
  .no-js .respnav-toggle:hover {
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.4); }
  .respnav-toggle:focus {
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.4); }

.locale-box {
  clear: right; }
  @media (max-width: 600px) {
    .locale-box {
      width: 63px;
      margin-left: 15px;
      float: right;
      border-radius: 5px;
      background: #004d89; }
      .locale-box a {
        color: #ffffff;
        text-align: center; }
        .locale-box a:hover, .locale-box a:focus {
          background: #009bdf;
          color: #ffffff; }
        .locale-box a.active {
          background: #009bdf; }
      .locale-box .respnav-toggle:before {
        display: none; }
      .locale-box .respnav-toggle:after {
        display: inline-block;
        top: 5px;
        right: 5px; }
      .locale-box .language-switcher-locale-url {
        padding: 0;
        margin: 0; }
      .locale-box li {
        float: none;
        border: none !important;
        padding: 0;
        margin: 0; } }

.search-toggle {
  float: right;
  width: 2.7857142857em;
  height: 2.7857142857em;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #004d89 url(../img/search.svg) no-repeat 11px 12px;
  background-size: 16px 15px;
  box-shadow: inset 0 0 -1px rgba(255, 255, 255, 0.11);
  transition: none; }
  .search-toggle:hover, .search-toggle:focus {
    background: #0074c8 url(../img/search.svg) no-repeat 11px 12px;
    background-size: 16px 15px;
    border: 1px solid rgba(0, 0, 0, 0.4); }

figure a {
  display: block;
  border: none; }
  figure a:link, figure a:visited, figure a:hover, figure a:active, figure a:focus {
    border: none; }

a:focus {
  outline: 1px dotted #009bdf; }

.messages {
  word-wrap: break-word;
  border-radius: 3px;
  font-size: 0.95em; }

.tabs li {
  padding: 0; }

.tabs a {
  line-height: 2.3em;
  min-height: 2.2em;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  background: #004d89;
  color: #fff;
  border: none;
  padding: 0 0.6em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  box-shadow: 0 1px #004a84; }
  .tabs a:link, .tabs a:visited {
    color: #fff;
    border: none !important; }
  .tabs a:visited {
    border: none; }
  .tabs a:hover, .tabs a:focus {
    background: #009bdf;
    color: #fff !important;
    border: none;
    text-shadow: 0 1px #000;
    text-decoration: none !important; }

.action-links {
  margin: 0;
  padding: 0; }
  .action-links li {
    list-style: none;
    float: left; }
    .action-links li a {
      line-height: 2.3em;
      min-height: 2.2em;
      font-size: 13px;
      font-size: 13px;
      font-size: 1.3rem;
      background: #004d89;
      color: #fff;
      border: none;
      padding: 0 0.6em;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-weight: normal;
      text-align: center;
      border-radius: 3px;
      display: inline-block;
      box-shadow: 0 1px #004a84;
      margin: 3px 4px 0 0; }
      .action-links li a:link, .action-links li a:visited {
        color: #fff;
        border: none !important; }
      .action-links li a:visited {
        border: none; }
      .action-links li a:hover, .action-links li a:focus {
        background: #009bdf;
        color: #fff !important;
        border: none;
        text-shadow: 0 1px #000;
        text-decoration: none !important; }

.node-type-page .action-links a {
  margin-top: 7px; }

div.contextual-links-wrapper {
  z-index: 500; }

label,
.label-above,
.label-inline {
  font-weight: 700; }

.form-item {
  margin-bottom: 0.95em;
  clear: both; }

.form-required {
  clear: both;
  margin-bottom: 1.57143em; }

label.required:after {
  content: '*';
  color: #f33; }

.form-radios {
  float: left; }
  .form-radios label {
    float: none;
    width: 100%; }

input,
input:invalid,
textarea {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 30px;
  line-height: 30px;
  line-height: 3rem;
  min-height: 30px; }
  input:focus,
  input:invalid:focus,
  textarea:focus {
    border: 1px solid #333;
    outline: none; }

input:invalid {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 30px;
  line-height: 30px;
  line-height: 3rem;
  min-height: 30px; }
  input:invalid:focus {
    border: 1px solid #333;
    outline: none; }

.grippie {
  display: none; }

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
  padding: 0 5px;
  box-sizing: border-box; }

input[type=text],
input[type=password],
input[type=email] {
  width: 100%; }

input[type=file],
input[type=checkbox],
input[type=radio] {
  border: none; }

input[type=checkbox],
input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 0.5em 0 0;
  min-height: 0px; }

input[type=submit] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 1em 1em 0 0;
  line-height: 2.3em;
  min-height: 2.2em;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  background: #004d89;
  color: #fff;
  border: none;
  padding: 0 0.6em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  box-shadow: 0 1px #004a84; }
  input[type=submit]:link, input[type=submit]:visited {
    color: #fff;
    border: none !important; }
  input[type=submit]:visited {
    border: none; }
  input[type=submit]:hover, input[type=submit]:focus {
    background: #009bdf;
    color: #fff !important;
    border: none;
    text-shadow: 0 1px #000;
    text-decoration: none !important; }

input[type=file] {
  display: inline-block;
  padding-top: 9px; }

.form-managed-file {
  max-width: none;
  width: auto; }
  .form-managed-file input[type=submit] {
    margin-top: 0;
    font-size: 0.8em; }

select:focus {
  outline-color: none; }

li.expanded, li.collapsed, li.leaf {
  padding: 0; }

ul li.expanded {
  list-style-image: none;
  list-style-type: none; }

input[type='submit'] {
  padding: 0 1.2em;
  min-height: 2em; }

.vertical-tab-button {
  list-style: none; }

label, .label-above, .label-inline {
  color: #333; }

.form-actions a {
  position: relative;
  top: 7px; }

html.js input.form-autocomplete {
  background-position: 100% 10px;
  transition: all 0.4s ease; }
  html.js input.form-autocomplete:focus {
    background-position: 100% -13px; }

.image-right img {
  border-radius: 3px; }

.attachments,
.keywords {
  margin-bottom: 1.57143em; }
  .attachments ul,
  .keywords ul {
    margin: 0;
    padding: 0; }
  .attachments li,
  .keywords li {
    list-style: none; }

.attachments--links li {
  list-style: disc inside; }

.sector {
  margin-bottom: 0; }

.banner-inline {
  margin: 1em 0; }
  .banner-inline img {
    border-radius: 3px; }

.image-box h1 {
  color: #fff;
  padding: 0.6em 40px 0.3em; }

.keywords li {
  display: inline-block;
  margin-right: 0.4em; }
  .keywords li:after {
    content: ", "; }
  .keywords li:last-child:after {
    display: none; }

.file {
  display: inline; }

.date, .date-category {
  font-size: 0.9em; }

.date-category {
  margin: -1em 0 0.8em; }

h1 + .date-category {
  margin-top: -1.8em; }

.oembed {
  margin: 0 0 60px; }

.oembed-video {
  height: 0;
  padding-bottom: 61%;
  position: relative; }
  .oembed-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 15px; }

.field-group-div h2, .field-group-div h3 {
  margin: 1em 0 0; }

.rounded {
  border-radius: 3px; }
  .rounded img {
    border-radius: 3px; }

.view-id-establishment .field-name-field-establishment-location {
  margin-bottom: 1.5em; }

.field-name-body img[style*='float:right'] {
  margin: 0 0 0.5em 1em; }

.field-name-body img[style*='float:left'] {
  margin: 0 1em 0.5em 0; }

.field-name-body p {
  margin-bottom: 7px; }

.node-type-event .field-name-body {
  margin-bottom: 20px; }

.node-type-service .node-service-banner .field-type-text-with-summary {
  margin-bottom: 30px; }

.page-sectors-realizations .more-link {
  display: block;
  width: 100%;
  margin-left: 0; }

.workbench-info-block {
  padding: 10px;
  border: 1px solid #cecece;
  margin: 10px 0;
  font-weight: bold;
  background: #fff; }
  .workbench-info-block em {
    font-weight: normal; }

.bottom-content {
  *zoom: 1;
  margin: 1em 0 0; }

.trailer {
  margin-bottom: 2em; }

.wide-item {
  display: block;
  word-wrap: break-word; }
  .wide-item h2 {
    margin: 0; }

.field-type-text-with-summary {
  margin: 0; }
  .field-type-text-with-summary p {
    margin: 0; }

.pager {
  text-align: center;
  padding: 0;
  text-align: left; }

.pager-item, .pager-current {
  font-size: 0.9em;
  min-width: 1.5em;
  color: #004d89;
  background: #eeece9;
  margin-right: 0.3em;
  border-radius: 3px;
  line-height: 1;
  padding: 1em;
  min-width: 1.7em;
  margin-bottom: 0.6em; }

.pager-current {
  color: #eeece9;
  background: #004d89; }

.pager .pager-next {
  margin-left: 1.2em;
  margin-right: 0.6em; }

.pager .pager-previous {
  margin-right: 1.2em;
  margin-left: 0.6em; }

.search-results {
  padding: 0; }
  .search-results h2 {
    margin: 1.33333em 0 0.033333em; }

.search-result {
  list-style: none; }

#search-api-page-search-form,
.search-form {
  position: relative;
  margin-bottom: 3.14286em; }
  #search-api-page-search-form input,
  .search-form input {
    min-height: 32px;
    min-height: 29px\9; }
  #search-api-page-search-form input[type="text"],
  .search-form input[type="text"] {
    width: 70%; }
  #search-api-page-search-form label,
  .search-form label {
    display: none; }
  #search-api-page-search-form #edit-submit,
  #search-api-page-search-form #edit-submit-1,
  .search-form #edit-submit,
  .search-form #edit-submit-1 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    min-height: 2.2em; }

.view-id-job .item-list {
  margin: 0 0 20px; }

.view-id-job h3 {
  margin: 0 0 5px; }

.page-jobs .teaser {
  border: none; }

.view-id-establishment.view-display-id-panel_pane_1 {
  margin-top: 15px; }

.view-id-establishment.view-display-id-panel_pane_3 {
  margin-top: 9px; }

.company {
  min-height: 174px;
  padding: 0 30px !important; }
  .company a {
    display: block;
    margin: 0 auto; }
  .company img {
    max-width: 100%;
    border-radius: 0; }
  .company .field {
    margin: 0; }
  .company .teaser {
    margin: 40px 0 0;
    padding: 0; }

.company__city {
  text-align: center;
  display: block;
  font-size: 13px;
  color: #999;
  padding-top: 10px; }

.page-events .g-20 {
  text-align: right; }

@media screen and (max-width: 768px) {
  .page-events .g-20 {
    text-align: left; } }

@media screen and (min-width: 480px) {
  .header-top .nav--inline {
    float: right; } }

@media screen and (min-width: 600px) {
  .one-three,
  .one-four,
  .two-four {
    float: left;
    width: 50%; }
  .g-padded {
    padding-right: 20px; }
  .one-three .island--bg, .one-three .messages {
    min-height: 270px; }
  .nav--main li {
    float: left; }
    .nav--main li:first-child a {
      border-radius: 5px 0 0 5px; }
  .hide-lap-size {
    display: none !important; }
  .respnav-toggle {
    display: none !important; }
  .resp-nav .respnav-hidden {
    max-height: 700px !important;
    overflow: hidden !important;
  }
  .nav--stripes a {
    padding: 0 4px; }
    .nav--stripes a.active, .nav--stripes a.active-trail {
      color: #111;
      font-weight: 500;
      background: #ebebeb;
      border-radius: 3px; }
    .nav--stripes a:hover, .nav--stripes a:focus {
      color: #111;
      text-decoration: none; }
  .service-box {
    min-height: 215px; }
  .home-box {
    position: relative; }
    .home-box .teaser {
      padding-right: 28%; }
  .home-box__links {
    max-width: 26%;
    margin-left: 20px;
    position: absolute;
    right: 20px;
    top: 100px; }
    .home-box__links h3 {
      padding-left: 15px; }
    .home-box__links li {
      display: block; }
  .home-box__links__item {
    font-size: 1.7142857143em;
    display: block;
    padding: 0.3em 0 0;
    line-height: 30px;
    margin: 0 0 1px;
    font-family: 'erasMed', Arial, Helvetica, sans-serif;
    font-weight: normal; }
  [class*="btn--"] {
    background: none; }
  .slide {
    min-height: 350px; }
  a.color-electro {
    color: #33004e !important;
    padding-left: 7px;
    border-left: 6px solid rgba(51, 0, 78, 0.6); }
    a.color-electro:link, a.color-electro:visited {
      color: #33004e !important; }
  a.color-mechanics {
    color: #286b49 !important;
    padding-left: 7px;
    border-left: 6px solid rgba(40, 107, 73, 0.6); }
    a.color-mechanics:link, a.color-mechanics:visited {
      color: #286b49 !important; }
  a.color-distribution {
    color: #ae0000 !important;
    padding-left: 7px;
    border-left: 6px solid rgba(174, 0, 0, 0.6); }
    a.color-distribution:link, a.color-distribution:visited {
      color: #ae0000 !important; }
  .company {
    float: left; }
  .label-inline {
    display: inline-block; }
  #registration-form #edit-cancel {
    display: none; }
  h2.label-above {
    font-weight: normal;
    color: #004d89; } }

@media screen and (min-width: 768px) {
  .g {
    float: left; }
  .g-c {
    clear: both; }
  .g-full {
    width: 100%; }
  .g-r {
    float: right; }
  .image-right {
    margin: 0 0 0.5em 0.5em; }
  .one-two {
    width: 50%; }
  .one-three,
  .two-three {
    margin-right: 3.5%; }
    .one-three:nth-child(3n),
    .two-three:nth-child(3n) {
      margin-right: 0; }
  .one-three {
    width: 31%; }
  .two-three {
    width: 66%; }
  .one-four {
    width: 25%; }
  .two-four {
    width: 50%; }
  .three-four {
    width: 75%; }
  .one-five {
    width: 20%; }
  .two-five {
    width: 40%; }
  .three-five {
    width: 60%; }
  .four-five {
    width: 80%; }
  .g-12 {
    width: 12%; }
  .g-13 {
    width: 13%; }
  .g-15 {
    width: 15%; }
  .g-20 {
    width: 20%; }
  .g-47 {
    width: 47%; }
  .g-48 {
    width: 48%; }
  .g-56 {
    width: 56%; }
  .footer__left {
    width: 55%; }
  .footer__right {
    width: 45%; }
  .content-area {
    display: table;
    width: 100%; }
  .t {
    display: table; }
  .t-r {
    display: table-row; }
  .t-c {
    display: table-cell;
    vertical-align: top; }
  .t-c--bottom {
    vertical-align: bottom; }
  .sidebar--one {
    width: 30.625%; }
  .wrap--header {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block; }
  .logo {
    padding-right: 40px;
    width: 20%; }
  .header-nav {
    width: 80%; }
  .service-box {
    width: 47%; }
    .one-three .service-box {
      width: 100%; }
    .service-box:nth-child(odd) {
      float: left; }
    .service-box:nth-child(even) {
      float: right; }
  .carousel,
  .slide-box {
    height: 350px;
    overflow: hidden; }
  .wrap--moveup {
    margin-top: -330px; }
  .search-main {
    margin: 0;
    position: absolute;
    top: 0.55em;
    right: 0.7142857143em;
    max-width: 30%; }
    .search-main form input[type=submit] {
      position: absolute;
      top: 0;
      right: 0; }
    .search-main form > div {
      width: 83%; }
  .logo {
    float: none; }
    .logo img {
      max-width: 135px;
      max-height: 109px;
      position: relative;
      top: -10px; }
  .home-box {
    max-width: 70%;
    margin: 0 auto 110px; }
  .main {
    padding: 2.8571428571em; }
  .max-width {
    max-width: 50%;
    margin: 0 auto; }
    .max-width form {
      max-width: 300px; }
  .main--left {
    width: 70%; }
  .no-padding {
    padding: 0;
    display: block; }
  .one-two.no-padding {
    padding-left: 22px; }
  .teaser__image {
    margin: 0; }
  .teaser .one-four {
    padding-right: 20px; }
  .teaser .date-category {
    margin-top: 0; }
  .wide-item {
    display: inline-block;
    position: relative;
    top: 2px;
    float: left;
    line-height: 130%; }
    .wide-item:last-child {
      padding-left: 10px; }
  .search-form {
    max-width: 50%; }
  .divider-right {
    background: url(../img/vertical-divider.png) 90% 50% no-repeat; }
  .company {
    border-bottom: 1px solid #d8d4cd; }
    .company:nth-child(2), .company:nth-child(3n+2) {
      border-left: 1px solid #d8d4cd;
      border-right: 1px solid #d8d4cd; }
    .company:nth-child(4), .company:nth-child(3n+4) {
      clear: both; }
    .company.one-three {
      width: 33.3%;
      margin-right: 0; }
  .sector img {
    border-radius: 3px; }
  .image-box {
    position: relative;
    min-height: 180px;
    margin-bottom: 2.1428571429em; }
    .image-box figcaption {
      display: none; }
    .image-box h1 {
      position: absolute;
      left: -40px;
      right: -40px;
      bottom: 0;
      z-index: 3;
      margin: 0;
      background: #004d89; }
    .image-box .field-type-image {
      position: absolute;
      top: -40px;
      left: -40px;
      right: -40px;
      z-index: 2;
      margin: 0; }
    .image-box img {
      border-radius: 0 5px 0 0; }
  .page-news .sidebar,
  .page-events .sidebar,
  .node-type-event .sidebar {
    padding-top: 14px; }
  .node-type-news .sidebar {
    padding-top: 24px; }
  .wrap--footer .align-right nav {
    float: right; } }

@media screen and (min-width: 992px) {
  .inner {
    max-width: 960px;
    width: 960px;
    margin: 0 auto; }
  .header-nav {
    min-width: 771px; }
  .header-bottom {
    position: relative; }
  .home-box {
    max-width: 64%;
    min-height: 205px;
    margin: 0 0 64px; }
  .image-box h1 {
    background: rgba(0, 77, 137, 0.6); }
  .bogus-border {
    height: 5px;
    background: rgba(0, 77, 137, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  .main {
    position: relative; } }

@media print {
  body {
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
    background: none;
    font-size: 11pt; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    page-break-after: avoid; }
  h1 {
    line-height: 1.3;
    margin-top: 0; }
  code {
    font: .9em "Courier New", Monaco, Courier, monospace; }
  .float-left img {
    float: left;
    margin: 1.5em 1.5em 1.5em 0; }
  blockquote {
    margin: 1.5em;
    padding: 1em;
    font-style: italic;
    font-size: .9em; }
  .label-above, .label-inline {
    font-weight: bold; }
  /* Links
-------------------------------------------------------------- */
  .main a:link, .main a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline; }
  .main a:link:after, .main a:visited:after {
    content: " (" attr(href) ")";
    font-size: 90%; }
  /* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */
  /* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
  .wrap--header,
  .wrap--footer,
  .sidebar,
  .read-more {
    display: none; }
  .content-area {
    border: none;
    box-shadow: none;
    padding: 0; } }
/*# sourceMappingURL=styles.css.map */