/*fonts*/
/*colors*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a9ec1ce009e9d366b08cb3e6518f1567)
 * Config saved to config.json and https://gist.github.com/a9ec1ce009e9d366b08cb3e6518f1567
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*default*/
html, body {
  font-size: 10px;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
}

/* DO NOT CHANGE BASE FONT SIZE UNLESS YOU WANT TO CHANGE ALL FONT SIZES ON THE SITE AT ONCE... */
html, body, ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a, a:hover, a:active {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:active {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.container .mobile {
  display: block;
}

.container .mobile-inline {
  display: inline-block;
}

.container .desktop {
  display: none;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

/*headings*/
span.sub-head {
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #54c3bd;
  text-align: center;
  display: inline-block;
}

h1 {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  font-size: 3.4rem;
  line-height: 4rem;
  display: block;
}

span.sub-head + h1 {
  margin-top: 1.8rem;
  margin-bottom: 0;
}

h2 {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  font-size: 2.6rem;
  line-height: 3rem;
}

/*scroll on mobile*/
.container .scroll-box-outer {
  overflow-y: hidden;
}

.container .scroll-box-inner {
  overflow: hidden;
  width: 117rem;
}

.container .scroll-box-shorter {
  width: 87rem;
}

/* swiper plugin */
.container .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*large margins on mobile*/
.container .mobile-marg {
  margin-left: 0;
  margin-right: 0;
}

/*text aligns*/
.container .left {
  text-align: left;
}

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

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

/*text-transforms*/
.container .upper {
  text-transform: uppercase;
}

.container .lower {
  text-transform: none;
}

/*relative position for absolute children*/
.relative {
  position: relative;
}

/*no border*/
.container .no-border {
  border: 0;
}

/* patterns */
h2.desktop + p, h1.desktop + p {
  padding-top: 2.4rem;
}

/*notes*/
.p-note {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  color: #4c4c4c;
  font-size: 1.6rem;
  line-height: 1.8rem;
  display: block;
}

.p-note + h3 {
  margin-top: 5rem;
}

/*flexbox*/
.flex-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

/*fixes for safari */
.container .row.flex-mobile-wrap:before {
  display: none;
}

.container .flex-mobile-wrap [class^="col-"], .container .flex-mobile-wrap [class*=" col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .flex-mobile-wrap [class^="col-"] div, .container .flex-mobile-wrap [class^="col-"] a {
  height: auto;
  width: 100%;
}

.container .flex-mobile-wrap .show-more-box {
  display: none;
}

.container .flex-mobile {
  /*.stats-box {display:flex;}
	.stats-box-inner {height:auto;}*/
}

@media (min-width: 768px) {
  /*default*/
  .container .mobile, .container .mobile-inline {
    display: none;
  }
  .container .desktop {
    display: block;
  }
  /*large margins on mobile*/
  .container .mobile-marg {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  /* patterns */
  h2.desktop + p, h1.desktop + p {
    padding-top: 0;
  }
  /* swiper plugin */
  .container .swiper-wrapper {
    display: block;
  }
  /*flexbox*/
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex + .flex {
    margin-top: 2rem;
  }
  .flex-wrap .box, .flex-wrap .box-border {
    height: 100%;
  }
  /*fixes for safari */
  .container .row.flex-wrap:before {
    display: none;
  }
  .container .flex-wrap [class^="col-"], .container .flex-wrap [class*=" col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container .flex-wrap [class^="col-"] div, .container .flex-wrap [class^="col-"] a {
    height: auto;
    width: 100%;
  }
  .container .flex-wrap .show-more-box {
    display: none;
  }
  /*scroll on mobile*/
  .container .scroll-box-shorter {
    width: 90rem;
  }
}

@media (min-width: 992px) {
  /*headings*/
  span.sub-head {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  h1 {
    font-size: 5.6rem;
    line-height: 6.6rem;
  }
  span.sub-head + h1 {
    margin-top: 2.8rem;
  }
  h2 {
    font-size: 4.8rem;
    line-height: 5.2rem;
  }
  /*scroll on mobile*/
  .container .scroll-box-shorter {
    width: 117rem;
  }
}

/*** Archer font appied through service ***/
@font-face {
  font-family: "NeutrafaceTextBold";
  src: url("../fonts/neutraface/NeutrafaceText-Bold.eot");
  src: url("../fonts/neutraface/NeutrafaceText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/neutraface/NeutrafaceText-Bold.woff2") format("woff2"), url("../fonts/neutraface/NeutrafaceText-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "NeutrafaceTextDemi";
  src: url("../fonts/neutraface/NeutrafaceText-Demi.eot");
  src: url("../fonts/neutraface/NeutrafaceText-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/neutraface/NeutrafaceText-Demi.woff2") format("woff2"), url("../fonts/neutraface/NeutrafaceText-Demi.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "NeutrafaceTextDemiItalic";
  src: url("../fonts/neutraface/NeutrafaceText-DemiItalic.eot");
  src: url("../fonts/neutraface/NeutrafaceText-DemiItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/neutraface/NeutrafaceText-DemiItalic.woff2") format("woff2"), url("../fonts/neutraface/NeutrafaceText-DemiItalic.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "NeutrafaceTextBook";
  src: url("../fonts/neutraface/NeutrafaceText-Book.eot");
  src: url("../fonts/neutraface/NeutrafaceText-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/neutraface/NeutrafaceText-Book.woff2") format("woff2"), url("../fonts/neutraface/NeutrafaceText-Book.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "LustReg";
  src: url("../fonts/lust/Lust-Rg.eot");
  src: url("../fonts/lust/Lust-Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/lust/Lust-Rg.woff2") format("woff2"), url("../fonts/lust/Lust-Rg.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'ico';
  src: url("../fonts/icons/icons.eot?50n6q4");
  src: url("../fonts/icons/icons.eot?50n6q4#iefix") format("embedded-opentype"), url("../fonts/icons/icons.ttf?50n6q4") format("truetype"), url("../fonts/icons/icons.woff?50n6q4") format("woff"), url("../fonts/icons/icons.svg?50n6q4#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
  content: "\e900";
}

.icon-ln:before {
  content: "\e901";
}

.icon-tw:before {
  content: "\e902";
}

.icon-tree:before {
  content: "\e903";
}

.icon-usa:before {
  content: "\e904";
}

.icon-spain:before {
  content: "\e908";
}

.icon-ireland:before {
  content: "\e909";
}

.icon-italy:before {
  content: "\e90a";
}

.icon-germany:before {
  content: "\e90b";
}

.icon-france:before {
  content: "\e90f";
}

.icon-uk:before {
  content: "\e91d";
}

.icon-global:before {
  content: "\e90c";
}

.icon-burger:before {
  content: "\e905";
}

.icon-money:before {
  content: "\e906";
}

.icon-check-round:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e916";
}

.icon-growth-chart:before {
  content: "\e90d";
}

.icon-heart:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e910";
}

.icon-arrow-left:before {
  content: "\e911";
}

.icon-arrow-right:before {
  content: "\e912";
}

.icon-arrow-up:before {
  content: "\e913";
}

.icon-badge:before {
  content: "\e914";
}

.icon-calendar:before {
  content: "\e915";
}

.icon-close:before {
  content: "\e917";
}

.icon-envelope:before {
  content: "\e918";
}

.icon-arrow-point-down:before {
  content: "\e919";
}

.icon-arrow-point-left:before {
  content: "\e91a";
}

.icon-arrow-point-right:before {
  content: "\e91b";
}

.icon-arrow-point-up:before {
  content: "\e91c";
}

/*after*/
.icon-drop:after {
  content: "\e919";
}

.btn, .gform_footer .button {
  border-radius: 2rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 1rem 4rem;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #54c3bd;
}

.btn-large, .gform_footer .button {
  border-radius: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.btn-border, .gform_footer .button {
  border: 0.2rem solid #54c3bd;
}

.btn-img {
  background: #fff;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  position: absolute;
  bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 80%;
}

.btn-img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gform_footer .button:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btn, .btn-large {
  width: 80%;
}

/*colors*/
.gform_footer .button {
  background-color: transparent;
}

.btn-grey {
  background-color: #e3e3e3;
  color: #000;
}

.btn-teal-border {
  border: 0.2rem solid #54c3bd;
  padding: 0.6rem 1.8rem;
}

.btn-teal-border:hover, .btn-teal-border.active {
  background-color: #54c3bd;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #fff;
}

/*exceptions*/
.box-border a.btn {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.box-border a.btn-large {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.box-border .btn-grey {
  color: #000;
}

@media (min-width: 600px) {
  /*exception media query*/
  .btn, .btn-large {
    width: auto;
  }
}

@media (min-width: 768px) {
  .btn-large, .gform_footer .button {
    padding: 1.5rem 4.4rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .btn-img {
    left: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .join-us .btn-large {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  /*exceptions*/
  .box-border a.btn-large {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 992px) {
  .btn-img {
    bottom: 8rem;
    width: auto;
  }
}

/*utility*/
.logo {
  display: inline-block;
}

.utility-nav {
  padding: 1.3rem 1rem;
  background-color: #fff;
}

.utility {
  display: inline-block;
  float: right;
  margin-top: 0.5rem;
}

.utility li {
  display: none;
}

.utility li.menu {
  display: inline-block;
}

.utility li.menu a {
  font-size: 1.9rem;
  color: #54c3bd;
}

/*home logo*/
.home-logo {
  display: none;
}

/*main*/
.row-nav .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

.main-nav {
  background-color: #fff;
  width: auto;
  padding: 4rem 0;
  text-align: center;
  display: none;
  max-height: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.main-nav ul {
  width: auto;
}

.main-nav ul li {
  margin-top: 2rem;
  padding: 0.5rem 0;
}

.main-nav ul li a {
  color: #4c4c4c;
  font-family: "Archer SSm A", "Archer SSm B";
  font-style: normal;
  font-weight: 100;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding-bottom: 0.7rem;
}

/* POW nav */
.nav-pow {
  background-color: #fff;
  margin-bottom: 2rem;
}

.nav-pow .back-to-home {
  display: none;
}

/*menu for mobile active*/
.nav-active {
  overflow: hidden;
  min-height: 60rem;
  /*icon-close*/
}

.nav-active .utility li.menu a {
  font-size: 1.7rem;
}

.nav-active .utility li.menu a:before {
  content: "\e917";
}

.nav-active .main-nav {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: 2rem;
  overflow-y: scroll;
  max-height: 100rem;
}

/*mobile nav rules */
.main-nav .sub, .main-nav .nav-main-item {
  display: none;
}

/*active sub nav for mobile*/
.nav-sub-active .main-nav .main, .nav-sub-active .main-nav .sub {
  display: inline-block;
  float: left;
}

.nav-sub-active .main-nav .main {
  text-align: right;
  width: 50%;
}

.nav-sub-active .main-nav .main li {
  padding-right: 1.2rem;
}

.nav-sub-active .main-nav .sub {
  width: 50%;
  text-align: left;
  padding: 0 1.2rem;
}

.nav-sub-active .main-nav .sub a {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #54c3bd;
}

.nav-sub-active .main-nav .item-active, .nav-sub-active .main-nav .item-active li {
  display: block;
}

.nav-sub-active .main-nav .main-item-active {
  border-right: 0.2rem solid #54c3bd;
}

.nav-sub-active .main-nav .main-item-active a {
  color: #54c3bd;
}

.main-nav .utility-mobile {
  border-top: 0.1rem solid #ccc;
  margin: 3rem 12% 5rem;
  text-align: center;
  display: inline-block;
}

.main-nav .utility-mobile li {
  display: inline-block;
  float: left;
  padding: 0.1rem 1.4rem;
  border-right: 0.2rem #ccc solid;
  margin-top: 3.8rem;
}

.main-nav .utility-mobile li:last-child {
  border-right: 0;
}

.main-nav .utility-mobile a {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

/*secondary nav*/
.sec-nav {
  background-color: #54c3bd;
  display: block;
}

.sec-nav li {
  display: inline-block;
  float: left;
  text-align: center;
}

.sec-nav li a {
  padding: 2.4rem 3.6rem;
  display: block;
}

.sec-nav li.active, .sec-nav li.current_page_item {
  background-color: #a9e1de;
}

.sec-nav li.active a, .sec-nav li.current_page_item a {
  color: #000;
}

.sec-nav.sec-nav-investors li a {
  /*padding:2.4rem 2rem;*/
  padding: 2.4rem 0;
}

.sec-nav.sec-nav-investors li {
  width: 20%;
}

.sec-nav.sec-nav-clients li {
  width: 20%;
}

.sec-nav.sec-nav-sustain li a {
  /*padding:2.4rem 3rem;*/
  /*padding:2.4rem 4.8rem;*/
}

/*commented out is for CSR News addition*/
.sec-nav.sec-nav-sustain li {
  width: 33.3333333%;
}

.sec-nav.sec-nav-adecco-grp li {
  /*width:25%*/
  width: 33.3333333%;
}

.sec-nav-company li a {
  padding: 2.4rem 3.60rem;
}

.sec-nav a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*third nav*/
.trd-nav {
  border-top: 0.2rem solid #54c3bd;
  padding: 2rem 0 3.5rem;
  text-align: center;
}

.trd-nav ul {
  display: none;
}

.trd-nav select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #54c3bd;
  text-align: center;
  text-align-last: center;
  background: url("../images/icons/drop-arrow.png") no-repeat 100% 50%;
  padding: 0 1.6rem;
  margin-right: 2.4rem;
}

.trd-nav select:active, .trd-nav select:focus {
  outline: none;
}

.trd-nav select::-ms-expand {
  display: none;
}

/* Main ADO Page Header */
.page-header--ado {
  padding-left: 10px;
  padding-right: 10px;
}

.page-header--ado .header-content {
  background-color: #71C1BC;
  background-size: cover;
  background-position: center;
  padding-top: 4rem;
}

.page-header--ado .headline {
  font-size: 5.4rem;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 4rem 2rem;
  background-color: rgba(45, 128, 123, 0.4);
}

/*TEMP*/
.main-nav .sec-nav {
  display: none;
}

@media (min-width: 768px) {
  /*utility*/
  .utility-nav {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .utility {
    margin-top: 0.9rem;
  }
  .utility li {
    display: inline-block;
    float: left;
    border-right: #7f7f7f 1px solid;
    padding: 0 0.6rem;
  }
  .utility li.menu {
    display: none;
  }
  .utility li a {
    font-family: NeutrafaceTextBold, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7f7f7f;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .utility li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  /*home logo*/
  .home-logo {
    display: block;
    text-align: center;
  }
  .home-logo-inner {
    background-color: #fff;
    padding: 4.6rem 0 2.5rem;
  }
  /*.home .utility-nav .logo {display:none;}*/
  /*main*/
  .row-nav .col-xs-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-nav {
    display: block;
    max-height: none;
  }
  .main-nav ul {
    width: 100%;
  }
  .main-nav ul li {
    display: inline-block;
    float: left;
    width: 14.66666%;
    margin: 0 1%;
    padding: 0;
  }
  /*100/6*/
  /*.main-nav ul li {@include float; margin:0 2.3%; padding:0;}*/
  .main-nav ul li a {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 800;
  }
  .main-nav ul li.active {
    border-bottom: 0.2rem #54c3bd solid;
    padding-bottom: 0.7rem;
  }
  .main-nav .utility-mobile {
    display: none;
  }
  /*secondary nav*/
  .container .row.row-sec-nav {
    margin-left: 0;
  }
  .container .row.row-sec-nav .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  /* POW nav */
  .nav-pow .main-nav {
    padding: 0;
  }
  .nav-pow .main-nav ul li {
    width: 25%;
    margin: 0;
  }
  .nav-pow .main-nav ul li.current-cat a, .nav-pow .main-nav ul li.current_page_item a {
    border-bottom: 0.2rem #54c3bd solid;
    padding-bottom: 0.7rem;
  }
  .nav-pow .logo img {
    width: 100%;
  }
  .nav-pow .utility-pow {
    display: none;
  }
  .nav-pow .back-to-home {
    display: inline-block;
    text-align: right;
  }
  .nav-pow .back-to-home-link {
    display: inline-block;
  }
  /* Main ADO Page Header */
  .page-header--ado .headline {
    font-size: 8rem;
  }
}

@media (min-width: 992px) {
  /*utility*/
  /*main*/
  /*.main-nav ul li {margin:0 1%;}*/
  /*third nav*/
  .trd-nav-mobile {
    display: none;
  }
  .trd-nav {
    padding: 4.8rem 0 5.5rem;
  }
  .trd-nav ul {
    display: block;
    overflow: auto;
  }
  .trd-nav ul li {
    display: inline-block;
    float: left;
    text-align: center;
  }
  .trd-nav a {
    font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    display: inline-block;
    padding-bottom: 1rem;
  }
  .trd-nav a.active {
    border-bottom: 0.2rem solid #54c3bd;
  }
  .trd-nav ul.shareholder-nav li {
    width: 11.11111%;
  }
  /* 100%/9 links */
  .trd-nav ul.leadership-nav li {
    width: 20%;
  }
  /* 100%/5 links */
  /* POW nav */
  .nav-pow .main-nav {
    padding-top: 0.5rem;
  }
  .page-header--ado .headline {
    font-size: 10rem;
  }
}

@media (min-width: 1200px) {
  /*utility*/
  /*main*/
  .main-nav ul li {
    margin-left: 3.22%;
    margin-right: 3.22%;
    width: auto;
  }
  /*.main-nav ul li {margin-left:4.8%; margin-right:4.8%; width:auto;}*/
  .main-nav ul li a {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  /*secondary nav*/
  .container .row.row-sec-nav {
    margin-left: -1rem;
  }
  .container .row.row-sec-nav .col-xs-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

footer {
  background-color: #252525;
}

/*footer top*/
.main-footer-outer {
  background-color: #373737;
}

.main-footer {
  padding: 5rem 0 2rem;
}

.main-footer a {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 100;
  font-style: normal;
  color: #e5e5e5;
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  margin-bottom: 2.5rem;
}

.main-footer a + a {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #ccc;
  margin-bottom: 1.8rem;
}

/*footer bottom*/
.utility-footer {
  text-align: center;
}

.utility-footer ul li {
  display: inline-block;
  float: left;
}

.utility-footer ul li, .utility-footer ul li a {
  color: #7f7f7f;
}

.ft-social, .ft-utility {
  display: inline-block;
}

.ft-social {
  margin: 4.5rem 0 3rem;
}

.ft-social li {
  margin-right: 2.5rem;
}

.ft-social a {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.ft-utility {
  margin-bottom: 2.5rem;
}

.ft-utility a, .ft-copyright a, .ft-copyright li {
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.ft-utility li {
  padding: 0 0.6rem;
  border-right: 2px solid #7f7f7f;
}

.ft-copyright {
  margin-bottom: 6rem;
}

.ft-copyright li {
  padding: 0 1rem;
  margin-bottom: 1.2rem;
  border-right: 2px solid #7f7f7f;
  /*clear:left;*/
  float: none !important;
}

/*float none temp */
/*.ft-copyright li:nth-child(even) {border-right:none; padding-right:0; clear:none;}*/
.ft-social li:last-child, .ft-utility li:last-child, .ft-copyright li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.ft-utility li:first-child, .ft-copyright li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

/****** TEMP FOR POWER OF WORK REMOVAL */
.main-footer .col-xs-2 {
  width: 20%;
}

@media (min-width: 768px) {
  /*footer top*/
  /*footer bottom*/
  .ft-social {
    margin-bottom: 1.6rem;
  }
  .ft-utility {
    margin-bottom: 1.7rem;
  }
}

@media (min-width: 992px) {
  /*footer top*/
  .main-footer {
    width: 100%;
  }
  /*footer bottom*/
}

@media (min-width: 1200px) {
  /*footer top*/
  /*footer bottom*/
}

/*forms*/
.contact-bg {
  display: none;
}

.form-bg {
  background-color: #fff;
  text-align: center;
  padding-bottom: 5rem;
}

.form-bg h2 {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 3.2rem;
  margin-bottom: 0;
  margin-top: 3rem;
  display: inline-block;
}

.form-bg iframe {
  width: 100%;
}

.form-bg p {
  padding-bottom: 2rem;
  font-family: "Archer SSm A", "Archer SSm B";
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000;
}

.form-bg-inner {
  margin: 0 2rem;
}

/***** gravity forms *****/
.form-bg h2 + .gform_wrapper {
  margin-top: 3.5rem;
}

.gform_body {
  text-align: left;
}

.gfield_required, .validation_error {
  display: none;
}

.gform_body {
  /* labels*/
  /*select*/
  /*inputs & txtareas*/
  /*honeypot spam (hidden field)*/
}

.gform_body .gfield {
  margin-bottom: 2.8rem;
}

.gform_body label {
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4c4c4c;
  font-size: 1.3rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.3rem;
}

.gform_body select {
  @inlcude customSelect();
  width: 100%;
}

.gform_body select::-ms-expand {
  display: none;
}

.gform_body input, .gform_body textarea {
  border: none;
  width: 100%;
  background-color: #f2f2f2;
  min-height: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1.3rem 2%;
}

.gform_body textarea {
  resize: none;
  height: 10rem;
}

.gform_body .gfield_visibility_ {
  display: none;
}

.ie9 .gform_wrapper select {
  padding: 1.3rem 2% 1.3rem 2%;
  background-image: none;
}

.gform_confirmation_wrapper {
  font-size: 2rem;
  line-height: 3rem;
  color: #4c4c4c;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 3.5rem;
  text-align: left;
}

/*NOTE **** submit btn rules on  _buttons */
/*error handling*/
.validation_message {
  color: #F1848B;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-top: 0.3rem;
}

/***** END gravity forms *****/
/***** Chosen.js Selects ******/
/*hide select boxes*/
.country-select {
  display: none;
}

/*select boxes for mobile (chosen not supported for mobile)*/
/*.country-select {width:40%;	@include customSelect();}
.country-select::-ms-expand{display:none;} */
.modal .chosen-container, .container .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80% !important;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-align: left;
}

.modal .chosen-container *, .container .chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal .chosen-container a, .container .chosen-container a {
  cursor: pointer;
  text-transform: none;
}

.modal .chosen-container a:hover, .container .chosen-container a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal .chosen-single, .container .chosen-single {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.3rem solid #54c3bd;
  display: block;
  padding-bottom: 0.2rem;
  background: url("../images/icons/search.png") no-repeat 100% 40%;
}

.modal .chosen-default, .container .chosen-default {
  color: #d1d1d1;
}

.modal .chosen-search, .container .chosen-search {
  width: 100%;
  border-bottom: 3px solid #54c3bd;
  display: block;
}

.modal .chosen-search input, .container .chosen-search input {
  border: none;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #54c3bd;
}

.modal .chosen-search input:focus, .container .chosen-search input:focus {
  outline: none;
}

.modal .chosen-container .chosen-drop, .container .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
}

.modal .chosen-container.chosen-with-drop .chosen-drop, .container .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.modal .chosen-results, .container .chosen-results {
  border: 0.2rem solid #f2f2f2;
  border-top: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 29rem;
  background-color: #fff;
}

.modal .chosen-results li, .container .chosen-results li {
  color: #000 !important;
  padding: 0 1.2rem;
  cursor: pointer;
  margin: 0 !important;
}

.modal .chosen-results li em, .container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.modal .chosen-results li.highlighted, .container .chosen-results li.highlighted {
  color: #fff !important;
  background-color: #54c3bd;
}

.modal .chosen-single {
  height: 4.2rem;
  background: #f2f2f2 url(../images/icons/drop-arrow.png) no-repeat 95% 50%;
  border: none;
  z-index: 99999;
  line-height: 4.2rem;
  padding-left: 1.8rem;
  position: relative;
}

.modal .chosen-default {
  color: #9c9b9b;
}

.modal .chosen-drop {
  border: 0.2rem solid #f2f2f2;
  border-top: none;
}

.modal .chosen-search {
  border: 0.2rem #dfdfdf solid;
  height: 4.2rem;
  margin: 0.8rem 0.8rem 1.2rem;
  width: auto;
  background: url(../images/icons/search-sm.jpg) no-repeat 95% 50%;
}

.modal .chosen-results {
  border: none;
  max-height: 14rem;
}

.modal .chosen-results li {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
}

.modal .chosen-search input {
  color: #000;
  padding: 0 0.5rem;
  height: 3.8rem;
  width: 100%;
}

.modal .chosen-container {
  width: 100% !important;
}

.brand-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: none;
  min-height: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1.3rem 11% 1.3rem 2%;
  background: #f2f2f2 url("../images/icons/drop-arrow.png") no-repeat 95% 50%;
  cursor: pointer;
  width: 100%;
}

.brand-select::-ms-expand {
  display: none;
}

/***** END Chosen.js Selects ******/
@media (min-width: 544px) {
  /*EXCEPTION MEDIA QUERY*/
  /*Chosen.js Selects*/
  .container .chosen-container {
    width: 60% !important;
  }
}

@media (min-width: 768px) {
  /***** Chosen.js Selects ******/
  /*set min height on wrap to keep things below select from overlaying*/
  .country-select-wrap {
    min-height: 6rem;
  }
  /***** END Chosen.js Selects ******/
  /*forms*/
  .form-bg-inner {
    margin: 0 10%;
  }
  /*hide select boxes*/
  .brand-select {
    display: none;
  }
}

@media (min-width: 992px) {
  /*forms*/
  .contact-bg {
    display: inline-block;
    background: url("../images/contact-bg.jpg") no-repeat 0 0;
    background-size: cover;
    -moz-background-size: cover;
    padding-top: 58.34564%;
  }
  /* 395/677 */
  .form-bg h2 {
    font-family: LustReg, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4.8rem;
    line-height: 5rem;
    margin-top: 7rem;
  }
  .form-bg iframe {
    width: 63.98929%;
  }
  /* 478/747*/
  /*.form-bg-inner {margin:0 10%;}*/
  /*Chosen.js Selects*/
  .container .chosen-container {
    width: 40% !important;
  }
}

@media (min-width: 1200px) {
  /*forms*/
  .form-bg-inner {
    margin: 0 18%;
  }
}

/*main*/
.main {
  position: relative;
}

/*modals*/
body.modal-open {
  position: relative;
  overflow: hidden;
}

.overlay {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.modal-inner {
  position: relative;
  padding: 2rem 2.2rem;
  overflow-y: auto;
}

.modal {
  display: none;
  z-index: 100000;
  opacity: 1;
  background-color: #fff;
  position: fixed;
  width: 80%;
}

.modal-teal {
  background-color: #edf9f8;
}

.modal-close {
  font-size: 1.5rem;
  color: #54c3bd;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100001;
}

.modal-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

/*heros*/
.hero {
  padding-left: 0;
  padding-right: 0;
}

figure.hero-ratio {
  padding-top: 76.01043%;
  background-size: cover;
  -moz-background-size: cover;
}

/* 583/767 */
.home figure.hero-ratio {
  background-image: url("../images/headers/home-mobile.jpg");
  padding-top: 76.01043%;
}

/* 583/767 */
.our-company figure.hero-ratio {
  background-image: url("../images/headers/our-company-mobile.jpg");
}

.investors figure.hero-ratio {
  background-image: url("../images/headers/investors-mobile.jpg");
}

.clients figure.hero-ratio {
  background-image: url("../images/headers/client-solutions-mobile.jpg");
}

.sustain figure.hero-ratio {
  background-image: url("../images/headers/sustainability-mobile.jpg");
}

.adecco-grp figure.hero-ratio {
  background-image: url("../images/headers/join-adecco-mobile.jpg");
}

.contact figure.hero-ratio {
  background-image: url("../images/headers/contact-mobile.jpg");
}

.world-wide figure.hero-ratio {
  background-image: url("../images/headers/worldwide-mobile.jpg");
}

/*report tout*/
.report-tout {
  position: relative;
  text-align: center;
}

figure.report-tout-ratio {
  background-image: url("../images/annual-report-tout-mobile.jpg");
  padding-top: 71.70795306%;
  background-size: cover;
  -moz-background-size: cover;
  position: relative;
}

/* 550/767 */
.csr-tout {
  position: relative;
  text-align: center;
}

figure.csr-tout-ratio {
  background-image: url("../images/csr-tout-mobile.jpg");
  padding-top: 71.70795306%;
  background-size: cover;
  -moz-background-size: cover;
  position: relative;
}

/* 550/767 */
.view-past {
  background-color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}

.view-past a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #54c3bd;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

/*boxes common*/
.box-border a, .box a {
  color: #54c3bd;
  text-transform: uppercase;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 2rem;
}

/*boxes */
.box {
  background-color: #fff;
  padding: 3rem 2rem;
  text-align: center;
}

.box h3 {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  font-size: 2.3rem;
  line-height: 2.7rem;
  margin-bottom: 0;
}

.box-border p + h3 {
  margin-top: 4rem;
}

.box h4 {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 2.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box p, .box li {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 3rem;
  color: #7f7f7f;
}

.box p a {
  text-transform: none;
  font-size: 2rem;
  line-height: 3rem;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box img + h3 {
  margin-top: 3.6rem;
}

.box h3 + p, .box h4 + p, .box h3 + ul, .box h4 + ul {
  margin-top: 3rem;
}

.container .box-img-full {
  width: 100%;
  margin: 0 0 4.2rem;
}

.box h3 + h4 {
  margin-top: 1rem;
}

.box li {
  margin-bottom: 2.2rem;
  line-height: 2.6rem;
}

/*teal boxes*/
.box-teal {
  background-color: #54c3bd;
  padding: 0 4rem 3.5rem;
  text-align: center;
}

.box-teal h2 {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 3.2rem;
  display: block;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid #fff;
  color: #fff;
}

.box-teal p {
  font-family: "Archer SSm A", "Archer SSm B";
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 3rem;
}

.box-teal p + p {
  margin-bottom: 1.4rem;
}

.box-teal a {
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #fff;
  text-transform: uppercase;
}

/*light teal boxes*/
.box-lt-teal {
  background-color: #eef8f8;
}

/*boxes with bottom borders*/
.box-border {
  background-color: #fff;
  border-bottom: 0.6rem solid #54c3bd;
  text-align: center;
  position: relative;
  padding-bottom: 3rem;
}

.col-sm-6 .box-border {
  padding: 0 2rem 4rem;
}

.col-sm-6 .box-border p {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #1a1919;
}

.box-border h1, .box-border h2 {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.6rem;
  line-height: 3rem;
  border-bottom: 0.3rem solid #54c3bd;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  margin: 0 0 1.5rem;
}

.heading-with-border {
  border-bottom: 0.3rem solid #54c3bd;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  margin: 0 0 1.5rem;
}

.box-border h3 {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000;
  font-weight: 100;
}

.box-border p, .box-border ul:not(.table-legend):not(.table-data) > li {
  color: #7f7f7f;
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 2.8rem;
}

.box-border li {
  margin-bottom: 0;
}

.box-border p b {
  font-weight: 400;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box-border a {
  color: #54c3bd;
  text-transform: uppercase;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 2rem;
}

.box-border p a {
  text-transform: none;
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.box-border img {
  margin-top: 5rem;
}

.box-border img + p {
  margin-top: 3rem;
}

.box-border.no-border {
  border-bottom: none;
}

.box-border .col-md-8 p, .box-border .col-md-8 ul {
  text-align: left;
}

.box-no-bg {
  border: none;
  background: none;
  padding-bottom: 1rem;
}

.box-no-bg h1 {
  border: none;
}

.box-no-bg p {
  color: #4c4c4c;
}

/*exceptions with only a border and none of the "default" styling*/
.box-border-btm {
  border-bottom: 0.6rem solid #54c3bd;
}

/* back button on boxes*/
.back-btn-wrap {
  text-align: left;
  margin-top: 2.4rem;
  float: none;
  clear: both;
}

.back-btn-wrap a {
  color: #54c3bd;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: inline-block;
}

.back-btn-wrap a span {
  position: relative;
  top: 0.1rem;
}

/*alt box rules*/
.box-alt p {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
}

.box-alt p + a {
  margin-top: 2.2rem;
  display: inline-block;
}

/*box case studies*/
.box-casestudy h3 {
  color: #54c3bd;
}

.box-casestudy ul {
  margin-left: 2rem;
}

.box-casestudy li {
  list-style-type: disc;
}

/*box with bg image */
.box-img {
  background: url("../images/global-impact-tout.jpg") no-repeat 0 50%;
  background-size: cover;
  text-align: center;
  padding: 5rem 10%;
}

.box-img-environment {
  background: url("../images/carbon-disclosure-tout.jpg") no-repeat 0 50%;
  background-size: cover;
}

.box-img h3 {
  color: #fff;
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

.box-img p {
  color: #fff;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-style: italic;
  margin-top: 0;
}

.box-img p + a {
  margin-top: 3rem;
}

.box-img-sm {
  text-align: center;
  color: #fff;
  padding: 5rem 10%;
  display: block;
}

.box-img-sm h3 {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 3.2rem;
  line-height: 4.4rem;
  margin: 0 0 1.4rem;
}

.box-img-sm p {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 3rem;
  font-style: italic;
  margin: 0 0 5rem;
}

.box-img-sm a, .box-img-sm span {
  color: #fff;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}

.box-img-winyouth {
  background: url("../images/win4youth-program-tout.jpg") no-repeat 0 50%;
  background-size: cover;
}

.box-img-waytowork {
  background: url("../images/way-to-work-program-tout.jpg") no-repeat 90% 50%;
  background-size: cover;
}

.box-img-athlete-programe {
  background: url("../images/athlete-career-program-tout.jpg") no-repeat 0 50%;
  background-size: cover;
}

.box-img .btn-img {
  position: inherit;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 100%;
}

/*box with logos */
.box-logo {
  text-align: center;
  padding: 2.2rem 2rem;
  background-color: #fff;
  height: 100%;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.box-logo img {
  margin: 0 auto;
  max-width: 100%;
}

/*box for testimonials*/
.box-testimonial {
  padding: 3.5rem 3rem 0;
  text-align: left;
}

.box-testimonial .test-person {
  overflow: auto;
  padding-bottom: 2rem;
}

.box-testimonial img {
  display: inline-block;
  float: left;
  margin-right: 1.5rem;
  width: 40%;
  margin-top: 0;
}

.box-testimonial span {
  display: inline-block;
  float: left;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7f7f7f;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 54%;
}

.box-testimonial span.name {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  color: #54c3bd;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.box-testimonial span.title {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  color: #4c4c4c;
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin-bottom: 1.2rem;
}

.box-testimonial h3 {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #000;
  text-align: left;
}

/*box with icons*/
.box-icon {
  display: block;
}

.box-icon [class^="icon-"], .box [class*=" icon-"] {
  color: #5bd1cb;
  font-size: 5.8rem;
  line-height: 5.8rem;
}

.box-icon .icon-tree {
  font-size: 6.4rem;
  line-height: 6.4rem;
}

.box-icon .icon-usa, .box-icon .icon-france, .box-icon .icon-uk {
  font-size: 12rem;
  line-height: 12rem;
}

.box-icon .icon-spain, .box-icon .icon-italy {
  font-size: 8rem;
  line-height: 8rem;
}

.box-icon .icon-germany {
  font-size: 10rem;
  line-height: 10rem;
}

.box-icon .icon-ireland {
  font-size: 5.2rem;
  line-height: 5.2rem;
}

.box-icon h3 {
  font-size: 2.6rem;
  line-height: 3rem;
  color: #000;
}

.box-icon span.link {
  display: inline-block;
  margin-top: 4rem;
  color: #54c3bd;
  text-transform: uppercase;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 2rem;
}

/*box parts - when one or more box combines into one.*/
.box-part {
  margin-bottom: 0;
}

/*read more cut offs for box */
.box-border-read-more {
  overflow: hidden;
  height: 80rem;
  -webkit-transition: height 1s linear;
  transition: height 1s linear;
}

.box-testimonial .box-border-read-more {
  height: 46rem;
}

.read-more {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 0 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 255, 255, 0.198)), color-stop(10%, rgba(252, 255, 255, 0.5)), color-stop(20%, rgba(252, 255, 255, 0.8)), color-stop(50%, #fcffff), to(#fcffff));
  background-image: linear-gradient(top, rgba(252, 255, 255, 0.198), rgba(252, 255, 255, 0.5) 10%, rgba(252, 255, 255, 0.8) 20%, #fcffff 50%, #fcffff);
}

.read-more a.btn {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

/*show more cutoffs bor box (no gradient)*/
.show-more {
  clear: both;
  padding-top: 5rem;
}

.show-more-box {
  display: none;
}

.show-more-box.show-mobile {
  display: block;
}

/* box-border brand logos */
.box-border .brand-logo {
  padding: 4rem 0 2rem;
  margin-top: 0;
}

/*box-border with events*/
.event-list {
  width: 100%;
  padding: 1rem 0 3rem;
}

.event-list li {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  padding-bottom: 1.8rem;
  padding-top: 1.8rem;
  overflow: auto;
}

.event-list li:first-child {
  padding-top: 0;
}

.event-list li:last-child {
  border: none;
}

.event-list li div {
  display: inline-block;
  float: left;
  width: 50%;
  color: #000;
}

.event-list li .event-date {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-align: left;
}

.event-list li .event-name {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #b2b2b2;
  text-align: right;
}

/*box-border with finance news*/
.finance-news {
  width: 100%;
  padding: 1rem 0 3rem;
}

.finance-news li {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  padding: 1.8rem 0;
}

.finance-news li:first-child {
  padding-top: none;
}

.finance-news li a, .finance-news li .date {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
  text-align: left;
}

.finance-news li a {
  color: #000;
  font-weight: 400;
  text-transform: none;
}

.finance-news li .date {
  color: #b2b2b2;
  font-weight: 600;
  font-style: italic;
  padding-top: 1rem;
}

/*download boxes (small & teal) in boxes*/
.download-teal {
  background-color: #edf9f8;
  text-align: center;
  padding: 2.7rem 0 2.4rem;
  margin-bottom: 1.5rem;
  display: block;
}

.download-teal img {
  width: 5.7rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.download-teal a, .download-teal span {
  text-transform: none;
  color: #54c3bd;
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: block;
}

/*address boxes*/
.container .box-contact {
  text-align: left;
  padding: 3rem 10% 2rem;
}

.container .box-contact h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 1.6rem;
}

.container .box-contact p {
  color: #fff;
  line-height: 2.4rem;
  margin-bottom: 1.4rem;
  margin-top: 0;
}

.container .box-contact p a {
  color: #fff;
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: underline;
}

.container .box-contact p.address {
  font-size: 2rem;
  line-height: 3rem;
}

.container .box-contact p + h3 {
  padding-top: 4.6rem;
}

/* bio boxes */
.box-bio {
  background-color: #fff;
  font-family: NeutrafaceTextDemiItalic, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7f7f7f;
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: block;
  text-align: center;
  padding: 4.2rem 10% 2.5rem;
  height: 100%;
}

.box-bio h3 {
  font-family: archer;
  color: #54c3bd;
  font-size: 2.6rem;
  line-height: 2.8rem;
  margin: 3rem auto 2rem;
}

.box-bio span {
  display: block;
}

a.box-bio:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  box-shadow: 0px 0px 10px 3px #e4e4e4;
  -webkit-box-shadow: 0px 0px 10px 3px #e4e4e4;
  -moz-box-shadow: 0px 0px 10px 3px #e4e4e4;
}

/* bio box modals */
.bio-detail {
  display: none;
  padding: 0 2rem 3rem;
}

.bio-detail .detail {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: left;
}

.bio-detail .detail strong {
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

.bio-detail.active {
  display: block;
}

/* generic boxes (terms, privacy policy, etc) */
.box-generic-content h2 + h4, .box-generic-content h2 + p, .box-generic-content h3 + h4, .box-generic-content h3 + p, .box-generic-content h4 + h4 {
  margin-top: 6rem;
}

.box-generic-content h4 {
  font-family: "Archer SSm A", "Archer SSm B";
  text-align: left;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 2rem;
}

.box-generic-content ul {
  padding-left: 3rem;
}

.box-generic-content ul li {
  list-style-type: disc;
}

/* header only in rows */
.row-header h2 {
  margin-bottom: 1rem;
  margin-top: 0;
}

/*stats bar*/
.stats-bar {
  text-align: center;
}

.stats-bar span {
  display: block;
}

.stats-bar .date-time {
  color: #7f7f7f;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 2.8rem;
}

.stats-bar .date-time span {
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
}

.stats-bar .num-hours {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  font-size: 5rem;
  line-height: 5.4rem;
  color: #54c3bd;
  padding-top: 0.4rem;
}

.stats-bar .num-hours-text {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 3.3rem;
  color: #54c3bd;
}

.stats-bar .num-hours-text span {
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #7f7f7f;
  padding-top: 1rem;
}

.stats-bar .btn {
  margin-top: 2rem;
  margin-bottom: 2.8rem;
}

.stats-bar .invest-ticker {
  padding: 2rem 1rem;
}

/* stats boxes */
.container .stats-slider {
  height: auto;
}

.stats-box {
  text-align: center;
  width: 80%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
  float: left;
  height: 100%;
}

.stats-box .stats-box-inner {
  background-color: #54c3bd;
  padding: 4rem 3.5rem 3.5rem;
}

.stats-box span {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.4rem;
  line-height: 4.8rem;
  color: #fff;
  display: block;
}

.stats-box p {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #4c4c4c;
  margin: .5rem 0 0;
}

.stats-box-inner {
  height: 100%;
}

/* three col, image blocks */
.image-blocks {
  text-align: center;
}

.image-blocks a {
  display: block;
  background-size: cover;
  -moz-background-size: cover;
  position: relative;
  margin-top: 1rem;
  padding-top: 68.15286%;
}

/* 107/157 */
.image-blocks a span {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.image-blocks div:nth-child(odd) {
  padding-right: 0.5rem;
}

.image-blocks div:nth-child(even) {
  padding-left: 0.5rem;
}

.img-our-brands {
  background-image: url("../images/three-block-touts/our-brands.jpg");
}

.img-history {
  background-image: url("../images/three-block-touts/history.jpg");
}

.img-core-values {
  background-image: url("../images/three-block-touts/core-values.jpg");
}

.img-leadership {
  background-image: url("../images/three-block-touts/leadership.jpg");
}

.img-partnerships {
  background-image: url("../images/three-block-touts/partnerships.jpg");
}

.img-sponsorships {
  background-image: url("../images/three-block-touts/sponsorships.jpg");
}

.img-compliance {
  background-image: url("../images/three-block-touts/compliance.jpg");
}

.img-results-centre {
  background-image: url("../images/three-block-touts/results-events.jpg");
}

.img-financial {
  background-image: url("../images/three-block-touts/financial-news.jpg");
}

.img-shareholder {
  background-image: url("../images/three-block-touts/shareholder.jpg");
}

.img-investment-case {
  background-image: url("../images/three-block-touts/investment-case.jpg");
}

.img-corporate-governance {
  background-image: url("../images/three-block-touts/corporate-governance.jpg");
}

.img-investor-relations {
  background-image: url("../images/three-block-touts/investor-relations.jpg");
}

.img-temp-staffing {
  background-image: url("../images/three-block-touts/temp-staffing.jpg");
}

.img-perm-placement {
  background-image: url("../images/three-block-touts/perm-placement.jpg");
}

.img-outsourcing {
  background-image: url("../images/three-block-touts/outsourcing.jpg");
}

.img-vms-msp {
  background-image: url("../images/three-block-touts/vms-msp.jpg");
}

.img-talent-management {
  background-image: url("../images/three-block-touts/talent-management.jpg");
}

.img-social-responsibility {
  background-image: url("../images/three-block-touts/social-responsibility.jpg");
}

.img-economic-responsibility {
  background-image: url("../images/three-block-touts/economic-responsibility.jpg");
}

.img-environmental-responsibility {
  background-image: url("../images/three-block-touts/environmental-responsibility.jpg");
}

.img-the-adecco-group-foundation {
  background-image: url("../images/three-block-touts/the-adecco-group-foundation.jpg");
}

.img-crs-news {
  background-image: url("../images/three-block-touts/crs-news.jpg");
}

.img-win-4-youth {
  background-image: url("../images/three-block-touts/win-4-youth.jpg");
}

.img-why-adecco-grp {
  background-image: url("../images/three-block-touts/why-adecco.jpg");
}

.img-inclusion {
  background-image: url("../images/three-block-touts/inclusion.jpg");
}

.img-learning-growing {
  background-image: url("../images/three-block-touts/learning-growing.jpg");
}

.img-open-positions {
  background-image: url("../images/three-block-touts/open-positions.jpg");
}

/*shareholders sections*/
.trd-nav-result {
  /*display:none;*/
}

.trd-nav-result.active {
  display: block;
}

/*download-links*/
.download-link {
  overflow: auto;
  margin-bottom: 2rem;
  display: block;
}

.download-link img, .download-link span.text {
  display: inline-block;
  float: left;
}

.download-link span.text {
  width: 80%;
}

.download-link img {
  margin-right: 1.8rem;
  width: 13%;
  margin-top: 0;
}

/*carousels*/
.slider {
  margin-left: 1rem;
}

.slider .swiper-slide {
  display: inline-block;
  float: left;
  width: 72%;
  margin-right: 2.4rem;
  background-color: #fff;
  text-align: left;
  cursor: default;
}

.slider .swiper-slide img {
  float: right;
  width: 18%;
  margin: 4rem 2.5rem 0;
}

.slider .swiper-slide .slide-right, .slider .slide-teal-inner {
  margin: 3rem 2.5rem;
}

.slider .swiper-slide .year {
  display: inline-block;
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
  padding-bottom: 1.2rem;
  border-bottom: 0.2rem solid #54c3bd;
}

.slider .swiper-slide h2 {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 1.8rem;
}

.slider .swiper-slide p {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4c4c4c;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.slider .slide-teal {
  background-color: #54c3bd;
}

.slider .slide-teal .year {
  border-bottom-color: #fff;
}

.slider .swiper-slide-active {
  box-shadow: 0px 0px 10px 3px #e4e4e4;
  -webkit-box-shadow: 0px 0px 10px 3px #e4e4e4;
  -moz-box-shadow: 0px 0px 10px 3px #e4e4e4;
}

/*carousel nav*/
.slider .swiper-pagination {
  text-align: center;
  cursor: default;
}

.slider .swiper-pagination-bullet {
  border-radius: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border: 0.2rem solid #54c3bd;
  margin: 3.5rem 0.9rem;
  cursor: pointer;
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #54c3bd;
}

.swiper-button-prev, .swiper-button-next {
  display: none;
}

/*region/country selector*/
.container {
  /*2% over 100% hack for last slider active*/
}

.container .country-selector-nav {
  display: none;
}

.container .country-selector {
  text-align: left;
  padding: 5rem 2rem;
}

.container .country-selector a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-transform: none;
  margin-bottom: 2.8rem;
}

.container .country-selector .swiper-slide {
  width: 80%;
  margin-right: 2rem;
}

.container .country-selector .swiper-slide.last-slide {
  margin-right: 22%;
}

.container .country-col-wrap {
  background-color: #edf9f8;
  padding: 3rem;
}

.container .country-selector .swiper-slide span {
  display: block;
}

.container .country-selector-nav a, .container .country-selector .swiper-slide span {
  text-transform: none;
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #000;
  margin-bottom: 1.5rem;
  text-align: center;
}

.container .country-selector .swiper-slide-active .country-col-wrap {
  box-shadow: 0px 0px 10px 3px #e4e4e4;
  -webkit-box-shadow: 0px 0px 10px 3px #e4e4e4;
  -moz-box-shadow: 0px 0px 10px 3px #e4e4e4;
}

/*region/country modal*/
.country {
  display: none;
}

.country.active {
  display: block;
}

.country-modal h3 {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 3rem 0 4.5rem;
}

.country-modal .site-item {
  margin: 0 3rem 3rem;
}

.country-modal img {
  display: inline-block;
  float: left;
  margin-right: 1.4rem;
  width: 3rem;
  margin-top: 0.2rem;
}

.country-modal a {
  display: inline-block;
  float: left;
  color: #54c3bd;
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 2rem;
}

.country-modal a span {
  display: block;
  color: #000;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
}

.country-modal a.modal-close {
  display: inline-block;
  float: right;
}

/*CSR & Annual Report Modals*/
.report-modal h3 {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 3rem 0 4.5rem;
}

.report-modal img {
  display: inline-block;
  float: left;
  margin-right: 1.4rem;
  width: 3rem;
  margin-top: 0.2rem;
}

.report-modal a {
  display: inline-block;
  float: left;
  color: #54c3bd;
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-top: 1.2rem;
}

.report-modal a.modal-close {
  display: inline-block;
  float: right;
}

.report-modal .report-item {
  margin: 0 3rem 3rem;
}

/*Our Brands Modals*/
.brand-modal {
  min-height: 21rem;
  background-color: #fff;
}

.brand-modal h3 {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
}

.brand-modal .brand {
  display: none;
  /* min-height:11rem;*/
}

.brand-modal .brand.active {
  display: block;
}

.brand-modal .modal-inner {
  overflow: inherit;
}

/*youtube videos*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 5rem;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-video {
  width: 100%;
  max-width: 74.6rem;
}

/*power of work touts*/
.row-pow h2 {
  margin-top: 0;
}

/*404*/
.not-found h1 {
  color: #54c3bd;
  font-size: 5rem;
  line-height: 5.4rem;
}

.not-found h1 span {
  display: block;
  color: #000;
  font-size: 3rem;
  line-height: 3.4rem;
}

.not-found ul {
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  padding: 2.5rem 1rem 1rem;
  margin-top: 3rem;
}

.not-found ul:not(.table-legend):not(.table-data) > li, .not-found ul li {
  margin-bottom: 1.5rem;
  text-align: center;
}

.not-found a {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-transform: none;
}

/*scroll boxes*/
.row.scroll-box-outer .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

/* table for cookie policy */
.box-generic-content .cookies-wrap {
  margin: 3rem 1rem;
}

.box-generic-content .cookies-wrap ul.table-data {
  width: 100%;
  padding-left: 0;
}

.box-generic-content .cookies-wrap ul.table-data li {
  width: 50%;
  text-align: left;
  list-style-type: none;
  padding: 0;
  display: inline-block;
  float: left;
}

.box-generic-content .cookies-wrap ul:nth-child(odd) {
  background-color: #edf9f8;
}

/* sitemap/directory*/
.sitemap {
  text-align: left;
}

.sitemap a {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 800;
  font-family: "Archer SSm A", "Archer SSm B";
  display: inline-block;
  text-transform: none;
}

.sitemap a + a {
  margin-top: 2rem;
  display: block;
}

.sitemap ul:not(.table-legend):not(.table-data) > li, .sitemap ul li {
  margin-bottom: 1rem;
}

.sitemap ul {
  margin-top: 2.8rem;
}

.sitemap ul a {
  color: #4c4c4c;
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sitemap ul ul {
  padding-left: 3rem;
  margin-top: 1rem;
}

.sitemap .sitemap-block {
  padding-top: 3.6rem;
}

.sitemap .sitemap-block + .sitemap-block {
  padding-top: 5.6rem;
}

/***************** vertical spacing ****************/
/*first level footer, parent ros, etc*/
footer {
  margin-top: 4rem;
}

.row + .row,
.trd-nav-result + .row
.row-intro + .row,
.row.flex-wrap + .row,
.row.flex-mobile-wrap + .row,
.box-marg + .box-marg,
.push-content + .row,
.box-space {
  margin-top: 2.5rem;
}

.row + .row-pow {
  margin-top: 5rem;
}

.row + .row-header {
  margin-top: 5rem;
}

.row + .row-intro {
  margin-top: 2rem;
}

.row + .row.image-blocks {
  margin-top: 0.5rem;
}

.row + .row-hero,
.row + .row-sec-nav,
.row.box-part-mid,
.row.box-part-last,
.row.box-part + .row.box-part-btm,
.container .row-nomarg {
  margin-top: 0;
}

/*inner spacings*/
.box-border + .box-border,
.row div[class^="col-"]:first-child .box + .box,
.row div[class*=" col-"]:first-child .box + .box,
.row div[class^="col-"]:first-child .box .row .box,
.row div[class*=" col-"]:first-child .box .row .box,
.flex-wrap [class^="col-"],
.flex-wrap [class*=" col-"],
.flex-mobile-wrap [class^="col-"],
.flex-mobile-wrap [class*=" col-"],
.row [class^="col-"] + [class^="col-"] .box-border,
.row [class*=" col-"] + [class^="col-"] .box-border,
.row .box {
  margin-top: 2rem;
}

.box-part + .box-part-btm,
.box-part + .box-part,
.box .row + .row,
.row div[class^="col-"]:first-child .box,
.row div[class*=" col-"]:first-child .box {
  margin-top: 0;
}

.row.flex-wrap + .flex-wrap,
.row.flex-wrap + .flex-mobile-wrap,
.row.flex-mobile-wrap + .flex-mobile-wrap,
.row.flex-mobile-wrap + .flex-wrap {
  margin-top: 0.5rem;
}

.box-part-btm + .box-part {
  margin-top: 2.5rem;
}

.row div[class^="col-"]:first-child .box.box-with-innerbox .row .box {
  margin-top: 0;
}

/***************** END vertical spacing ****************/
/**************** horizontal spacing ******************/
.box-border {
  padding-left: 1rem;
  padding-right: 1rem;
}

/**************** ENDhorizontal spacing ******************/
@media (min-width: 544px) {
  /*EXCEPTION MEDIA QUERY*/
  /*boxes with bottom borders */
  .box-border-read-more {
    height: 55rem;
  }
  .box-testimonial .box-border-read-more {
    height: 30rem;
  }
  /*box for testimonials*/
  .box-testimonial img {
    width: 30%;
  }
  .box-testimonial span {
    width: 64%;
  }
  .box-testimonial span.name {
    margin-top: 1rem;
  }
  /*download-links*/
  .download-link img {
    width: 4rem;
  }
  /*Our Brands Modals*/
  .brand-modal {
    width: 49rem;
  }
}

@media (min-width: 670px) {
  /*EXCEPTION MEDIA QUERY*/
  /* bio box modals */
  .bio-modal {
    width: 65rem;
  }
  .bio-detail {
    padding: 0 8rem 3.8rem;
  }
  /*image blocks*/
  .image-blocks a span {
    font-size: 2.6rem;
    line-height: 2.9rem;
  }
}

@media (min-width: 768px) {
  /*modals*/
  /*.modal {margin:30px auto;}*/
  /*heros*/
  .hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  figure.hero-ratio {
    padding-top: 38.97435%;
  }
  /* 456/1170 */
  .home figure.hero-ratio {
    background-image: url("../images/headers/home.jpg");
    padding-top: 51.62393%;
    -webkit-transition: background 1s linear;
    transition: background 1s linear;
  }
  /* 604/1170 */
  .our-company figure.hero-ratio {
    background-image: url("../images/headers/our-company.jpg");
  }
  .investors figure.hero-ratio {
    background-image: url("../images/headers/investors.jpg");
  }
  .clients figure.hero-ratio {
    background-image: url("../images/headers/client-solutions.jpg");
  }
  .sustain figure.hero-ratio {
    background-image: url("../images/headers/sustainability.jpg");
  }
  .adecco-grp figure.hero-ratio {
    background-image: url("../images/headers/join-adecco.jpg");
  }
  .contact figure.hero-ratio {
    background-image: url("../images/headers/contact.jpg");
  }
  .world-wide figure.hero-ratio {
    background-image: url("../images/headers/worldwide.jpg");
  }
  /*report tout*/
  figure.report-tout-ratio {
    background-image: url("../images/annual-report-tout.jpg");
    padding-top: 30.8547%;
  }
  /* 361/1170 */
  figure.csr-tout-ratio {
    background-image: url("../images/csr-tout.jpg");
    padding-top: 30.8547%;
  }
  /* 361/1170 */
  .view-past {
    padding: 3rem 0;
  }
  .view-past a {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  /*boxes */
  .box {
    padding: 5rem 3.4rem;
  }
  .box.box-with-innerbox {
    padding: 5rem 0;
  }
  .box-part-btm .box.box-with-innerbox {
    padding-top: 2rem;
  }
  /*boxes common*/
  .flex .box-lt-teal, .flex .box, .flex-wrap .box, .flex .box-border {
    height: 100%;
  }
  /*boxes with bottom borders */
  .box-border {
    padding-bottom: 5rem;
  }
  .col-sm-6 .box-border {
    padding: 2rem 10% 2rem;
  }
  .box-testimonial .box-border-read-more {
    height: 45rem;
  }
  .box-border h1, .box-border h2 {
    padding-top: 6rem;
  }
  .box-border h3 {
    margin-bottom: 2.5rem;
  }
  .box-no-bg {
    padding-bottom: 0;
  }
  /*teal boxes*/
  .box-teal {
    height: 100%;
  }
  .box-part-btm .box-lt-teal {
    padding: 3rem 3.4rem;
  }
  /* back button on boxes*/
  .back-btn-wrap a {
    padding-left: 2rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  /*box with bg image */
  .box-img .btn-img {
    width: auto;
  }
  .box-img-sm {
    padding: 5rem 10%;
    height: 100%;
  }
  .box-img-sm p {
    margin: 0 0 7rem;
  }
  /*image blocks*/
  .image-blocks a {
    margin-top: 2rem;
  }
  .image-blocks div:nth-child(odd) {
    padding-right: 1rem;
  }
  .image-blocks div:nth-child(even) {
    padding-left: 1rem;
  }
  /*box for testimonials*/
  .box-testimonial {
    padding: 3.5rem 3rem 2rem;
    text-align: center;
  }
  .box-testimonial .col-sm-8 {
    padding-right: 2rem;
  }
  .box-testimonial p {
    text-align: left;
  }
  .box-testimonial img {
    float: none;
    margin-right: 0;
    width: 80%;
    margin-top: 0;
  }
  .box-testimonial span {
    float: none;
    font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7f7f7f;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: auto;
    display: block;
  }
  .box-testimonial span.name {
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 2rem;
  }
  .box-testimonial span.title {
    font-weight: 600;
    color: #000;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.2rem;
    margin-top: 0.8rem;
  }
  .box-testimonial span.country {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  /*box parts - when one or more box combines into one.*/
  .box.box-part {
    padding-bottom: 0;
  }
  /* box-border brand logos */
  .box-border .brand-logo {
    padding: 3rem 0 2rem;
  }
  /*show more cutoffs bor box (no gradient)*/
  .show-more-box.show-mobile {
    display: none;
  }
  /* generic boxes (terms, privacy policy, etc) */
  .box-generic-content h2 + h4, .box-generic-content h2 + p, .box-generic-content h3 + h4, .box-generic-content h3 + p, .box-generic-content h4 + h4 {
    margin-top: 9rem;
  }
  .box-generic-content p + h4 {
    margin-top: 9rem;
  }
  /*alt box rules*/
  .box-alt p + a {
    margin-top: 2.2rem;
  }
  /*stats bar*/
  .stats-bar {
    padding: 0 2rem;
  }
  .stats-box {
    width: 33.33333%;
  }
  .container .stats-slider {
    height: auto;
  }
  .flex .stats-box-inner {
    height: 100%;
  }
  .stats-box span {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  .stats-box p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  /*download-links*/
  .download-link img {
    width: 3rem;
  }
  .download-link a {
    width: auto;
  }
  .download-link span.text {
    width: 80%;
    margin-top: 1rem;
  }
  /*carousels*/
  .slider {
    margin-left: 0;
  }
  .container .slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  /*region/country selector*/
  .container .country-selector .swiper-slide {
    display: none;
    width: 100%;
    margin-right: 0;
  }
  .container .country-selector .swiper-slide.last-slide {
    margin-right: 0;
  }
  .container .country-selector .swiper-slide.active {
    display: block;
  }
  .container .country-selector .swiper-slide span {
    display: none;
  }
  .container .country-selector-nav {
    display: block;
    overflow: auto;
  }
  .container .country-selector-nav li {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
  }
  .container .country-selector-nav a {
    color: #bebebe;
    padding-bottom: 0.8rem;
    display: inline-block;
  }
  .container .country-selector-nav a.active {
    border-bottom: 0.2rem #54c3bd solid;
    color: #000;
  }
  .container .country-col-wrap {
    overflow: auto;
    padding: 4.5rem;
  }
  .container .country-col {
    display: inline-block;
    float: left;
    width: 40%;
    margin-left: 10%;
  }
  /*region/country modal*/
  .country-modal .site-list-wrap {
    overflow: auto;
  }
  .country-modal .site-list {
    display: inline-block;
    float: left;
    margin-left: 5%;
  }
  .country-modal .site-item {
    overflow: auto;
    margin: 0 3rem 3rem;
  }
  .country-modal a span {
    margin: 0.2rem;
  }
  /*CSR & Annual Report Modals*/
  .report-modal .report-item {
    margin: 0 0 4rem;
    text-align: center;
  }
  .report-modal img {
    float: none;
    margin-right: 0;
    width: 5.7rem;
    margin-top: 0.2rem;
  }
  .report-modal a {
    float: none;
    color: #54c3bd;
    font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 1.2rem;
    display: block;
  }
  /*Our Brands Modals*/
  .brand-modal {
    width: 49rem;
  }
  .row.scroll-box-outer {
    margin-right: 0;
  }
  .row.scroll-box-outer .col-xs-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* table for cookie policy */
  .box-generic-content .cookies-wrap {
    margin: 3rem 0rem;
  }
  .box-generic-content .cookies-wrap ul.table-data li {
    width: 50%;
  }
  /*404*/
  .not-found h1 {
    font-size: 8rem;
    line-height: 8.8rem;
  }
  .not-found h1 span {
    font-size: 3.8rem;
    line-height: 4rem;
  }
  .not-found ul {
    padding: 2.5rem 2rem 1rem;
    margin-top: 3rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .not-found ul:not(.table-legend):not(.table-data) > li, .not-found ul li {
    margin-bottom: 1rem;
    text-align: left;
    display: inline-block;
    float: left;
    width: 50%;
  }
  .not-found a {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  /* sitemap/directory*/
  .sitemap .sitemap-block {
    padding-top: 3.6rem;
    display: inline-block;
    float: left;
    width: 40%;
    margin-right: 10%;
    margin-bottom: 2rem;
  }
  .sitemap .sitemap-block + .sitemap-block {
    padding-top: 3.6rem;
  }
  /***************** vertical spacing ****************/
  /*first level footer, parent ros, etc*/
  footer {
    margin-top: 8rem;
  }
  .row + .row,
  .trd-nav-result + .row,
  .row.flex-wrap + .row,
  .row.flex-mobile-wrap + .row,
  .push-content + .row {
    margin-top: 3rem;
  }
  .row + .row-pow {
    margin-top: 10rem;
  }
  .row + .row-header {
    margin-top: 7rem;
  }
  .row + .row-intro {
    margin-top: 6rem;
  }
  .row-intro + .row {
    margin-top: 3.5rem;
  }
  .row.flex-wrap + .flex-wrap,
  .row.flex-wrap + .flex-mobile-wrap,
  .row.flex-mobile-wrap + .flex-mobile-wrap,
  .row.flex-mobile-wrap + .flex-wrap,
  .row + .row.image-blocks {
    margin-top: 1rem;
  }
  .row + .row-hero,
  .row + .row-sec-nav,
  .row.box-part-mid,
  .row.box-part-last,
  .row.box-part + .row.box-part-btm, .box-space {
    margin-top: 0;
  }
  /*inner spacings*/
  .box-border + .box-border,
  .row .box + .box,
  .box .row + .row {
    margin-top: 2rem;
  }
  .box-part + .box-part,
  .box-part + .box-part-btm,
  .row .box,
  .row [class^="col-"] + [class^="col-"] .box-border,
  .row [class*=" col-"] + [class^="col-"] .box-border,
  .box-marg + .box-marg,
  .container .box-winyouth,
  .container .row-nomarg {
    margin-top: 0;
  }
  .box-part-btm + .box-part {
    margin-top: 3rem;
  }
  /***************** END vertical spacing ****************/
  /**************** horizontal spacing ******************/
  .box-border {
    padding-left: 0;
    padding-right: 0;
  }
  /**************** ENDhorizontal spacing ******************/
}

@media (min-width: 800px) {
  /*EXCEPTION MEDIA QUERY*/
  /* modal*/
  .modal {
    width: 77.2rem;
  }
  /* bio box modals */
  .bio-modal {
    width: 65rem;
  }
  /*Our Brands Modals*/
  .brand-modal {
    width: 49rem;
  }
}

@media (min-width: 992px) {
  /*heros*/
  /*boxes with bottom borders */
  .col-sm-6 .box-border {
    padding: 0 13% 5rem;
  }
  .box-border h1, .box-border h2 {
    font-size: 4.8rem;
    line-height: 5.4rem;
  }
  .box-border h1, .box-border h2 {
    padding-top: 7rem;
  }
  .box-border h3 {
    font-size: 2.4rem;
    line-height: 3.3rem;
    margin-bottom: 5rem;
  }
  .box-border p + h3 {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  .box-border p {
    font-size: 2rem;
  }
  .read-more a.btn {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  /*teal boxes*/
  .box-teal {
    padding: 0 12% 3.5rem;
  }
  .box-teal h2 {
    font-size: 4.8rem;
    line-height: 5.4rem;
    padding-bottom: 2.2rem;
  }
  .box-teal p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 6.2rem;
  }
  .box-teal p + p {
    margin-bottom: 1.4rem;
  }
  .box-teal a {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  /*box case studies*/
  .box-casestudy h3 {
    color: #54c3bd;
  }
  .box-casestudy p + h3 {
    margin-bottom: 1.2rem;
  }
  .box-casestudy p:first-child {
    margin-top: 3rem;
  }
  /*box with bg image */
  .box-img h3 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
  .box-img p {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  /*box for testimonials*/
  .box-testimonial img {
    width: auto;
  }
  .box-testimonial h3 {
    font-size: 4.8rem;
    line-height: 5.4rem;
  }
  /* box-border brand logos */
  .box-border .brand-logo {
    padding: 6rem 0 2rem;
  }
  /*stats bar*/
  .stats-bar {
    text-align: left;
    padding: 0 2rem;
  }
  .stats-bar .box-border-inner div {
    display: inline-block;
    float: left;
  }
  .stats-bar .box-border-inner {
    padding-bottom: 2.4rem;
    overflow: auto;
  }
  .stats-bar .date-time {
    font-size: 2.7rem;
    width: 30.42735%;
  }
  /*  356/1170 */
  .stats-bar .date-time span {
    font-size: 1.6rem;
  }
  .stats-bar .num-hours {
    margin-top: 2.2rem;
    width: 23.4188%;
  }
  /*  274/1170 */
  .stats-bar .num-hours-text {
    font-size: 2.7rem;
    margin-top: 3rem;
    width: 34.18803%;
  }
  /*  400/1170 */
  .stats-bar .num-hours-text span {
    line-height: 2.4rem;
    padding-top: 0rem;
  }
  .stats-bar .join-us {
    margin-top: 1.2rem;
    width: 11.96581%;
  }
  /*  140/1170 */
  .stats-bar .btn {
    margin-bottom: 0;
  }
  .stats-bar .invest-ticker {
    padding: 2rem 1rem 0;
    width: 70%;
  }
  .stats-bar .view-chart {
    width: 30%;
    text-align: right;
  }
  /* three col, image blocks */
  .image-blocks a span {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  /*carousels*/
  .slider .swiper-wrapper {
    margin-left: 16.7%;
  }
  .slider .swiper-slide {
    width: 66.66666667%;
  }
  .slider .swiper-slide img {
    display: inline-block;
    float: left;
    width: 40%;
    margin: 0;
  }
  .slider .swiper-slide .slide-right {
    display: inline-block;
    float: left;
    width: 52%;
    margin-bottom: 0;
  }
  .slider .swiper-slide .slide-right, .slider .slide-teal-inner {
    margin-top: 6rem;
  }
  .slider .slide-teal-inner {
    margin-left: 16%;
    margin-right: 16%;
  }
  .slider .slide-teal {
    text-align: center;
  }
  .slider .slide-teal h2 {
    text-align: center;
  }
  /*region/country selector*/
  .container .country-selector-nav li {
    width: auto;
    padding-left: 2.9rem;
    padding-right: 2.9rem;
  }
  /*region/country modal*/
  .country-modal h3 {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
  /*CSR & Annual Report Modals*/
  .report-modal h3 {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
  /*404*/
  .not-found h1 {
    font-size: 12.4rem;
    line-height: 13rem;
  }
  .not-found h1 span {
    font-size: 4.8rem;
    line-height: 5rem;
  }
  .not-found ul {
    margin-top: 3rem;
    width: 80%;
    margin-bottom: 3rem;
  }
  .not-found a {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 1200px) {
  /*heros*/
  /* box-border brand logos */
  .box-border .brand-logo {
    width: auto;
    margin-top: 5rem;
    padding: 4rem 0 2rem;
  }
  /*carousels*/
  .slider .swiper-slide .year {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  .slider .swiper-slide h2 {
    font-size: 4.8rem;
    line-height: 5.4rem;
  }
  .slider .swiper-slide p {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  /*scroll boxes*/
  .row.scroll-box-outer {
    margin-right: -1rem;
  }
  /* stats boxes */
  .stats-box span {
    font-size: 4.4rem;
    line-height: 4.8rem;
  }
  .stats-box p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  /* three col, image blocks */
  .image-blocks a span {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
  /* sitemap/directory*/
  .sitemap .sitemap-block {
    width: 30%;
    margin-right: 3.333333%;
  }
}

@media (min-width: 1280px) {
  /*EXCEPTION MEDIA QUERY*/
  /*carousels*/
  .swiper-button-prev, .swiper-button-next {
    display: inline-block;
    position: absolute;
    /*top:35%;*/
    cursor: pointer;
    height: 86.6%;
    width: 20.3%;
    z-index: 2;
  }
  .swiper-button-prev span, .swiper-button-next span {
    font-size: 5rem;
    color: #54c3bd;
    position: absolute;
    top: 42%;
  }
  .swiper-button-next span {
    right: 0;
  }
  .swiper-button-prev {
    left: -6rem;
  }
  .swiper-button-next {
    right: -6rem;
  }
}

/*********** IE10 + 11 ****************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (min-width: 768px) {
  .btn-img {
    left: 50%;
  }
}

/* ticker */
iframe#ticker {
  height: 10.8rem;
}

/*stock charts*/
.stock-charts-wrap {
  background-color: #fff;
  padding: 3rem 0 4rem;
}

iframe#stock-charts {
  height: 177.8rem;
}

/*investment calculator*/
iframe#invest-calc {
  background-color: #fff;
  height: 100rem;
}

/*debt info*/
.debt-info-post-agree {
  display: none;
}

.debt-info-pre-agree, .debt-info-post-agree {
  text-align: left;
}

.debt-securities {
  background-color: #edf9f8;
  padding: 2rem;
  margin-bottom: 5rem;
}

.chk-debt-securities {
  width: 8%;
}

.text-debt-securities {
  width: 92%;
}

.debt-securities input {
  margin-top: 0.6rem;
}

.debt-securities div {
  display: inline-block;
  float: left;
}

.debt-securities label {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-bottom: 1.5rem;
  display: block;
}

.debt-securities a {
  display: block;
}

/**** investors quarter/feed results ****/
.results-wrap {
  width: 100%;
  padding-bottom: 3.3rem;
}

.scroll-results .scroll-box-inner {
  width: 442.8rem;
}

.box-border .results a {
  text-transform: none;
}

/*nav - years*/
.switcher-wrap {
  display: none;
}

/*nav - quarters*/
.quarters {
  display: none;
}

.mobile-results-nav {
  text-align: center;
  border-bottom: 0.2rem solid #54c3bd;
  padding-bottom: 1.6rem;
  margin-bottom: 1.8rem;
  margin-right: -2.4rem;
}

.mobile-results-nav .curr-year {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 3.9rem;
  line-height: 3.9rem;
  display: block;
  margin-right: 2.4rem;
}

.mobile-results-nav select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #54c3bd;
  text-align: center;
  text-align-last: center;
  background: url("../images/icons/drop-arrow.png") no-repeat 100% 50%;
  padding: 0 1.6rem;
  margin-right: 2.4rem;
}

.mobile-results-nav select:active, .mobile-results-nav select:focus {
  outline: none;
}

.mobile-results-nav select::-ms-expand {
  display: none;
}

/*results*/
.scroll-results [class^="col-"], .scroll-results [class*="col-"] {
  padding-right: 0;
}

.results {
  background-color: #fff;
  padding: 3.6rem 8% 1.4rem;
  overflow: auto;
  display: none;
}

.results.active {
  display: block;
}

.results span.curr-year, .results h2 {
  display: none;
}

.press {
  padding: 0 0 1rem 1rem;
}

/*.press-gallery .swiper-pagination {display:none;} */
/*.press li.year-rows:first-child {width:80%;}*/
.press li.year-rows {
  display: inline-block;
  float: left;
  width: 72%;
  margin-right: 2.4rem;
}

.press li.year-rows:last-child {
  margin-right: 30%;
}

/*2% over 100% hack for last slider active*/
.press li.year-rows:last-child > .mobile-results-nav {
  margin-right: 0;
}

.press li.swiper-slide-active .results.active {
  box-shadow: 0px 0px 10px 3px #e4e4e4;
  -webkit-box-shadow: 0px 0px 10px 3px #e4e4e4;
  -moz-box-shadow: 0px 0px 10px 3px #e4e4e4;
}

.invest-item {
  text-align: center;
  padding-bottom: 2rem;
  overflow: auto;
}

.invest-item img {
  display: inline-block;
  float: left;
  margin-right: 1.8rem;
  width: 13%;
}

.invest-item a span.text, .invest-item .no-link {
  display: inline-block;
  float: left;
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #54c3bd;
  text-align: left;
  padding-top: 0.3rem;
}

.invest-item a span {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.8rem;
  color: #000;
  margin-top: 0.3rem;
}

.invest-item .no-link {
  float: none;
  display: block;
}

.invest-item .no-link span {
  display: block;
  padding-bottom: 2rem;
}

.invest-item .no-link ul li {
  list-style-type: disc;
}

.invest-item .no-link ol li {
  list-style-type: decimal;
}

.invest-item .no-link ul, .invest-item .no-link ol, .invest-item .no-link ul a {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4c4c4c;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.invest-item .no-link li {
  margin-bottom: 0.8rem;
  margin-left: 2rem;
  padding: 0;
}

.invest-item .no-link li span {
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.invest-item .no-link ul a {
  float: none;
  width: auto;
  display: inline;
}

.invest-item .no-link + .no-link {
  margin-top: 3rem;
}

.invest-item span.date {
  display: none;
}

.box-border .result-notes, .result-notes {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.box-border .result-notes span, .result-notes span {
  display: block;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.scroll-results + .box-part-last .box-border {
  border-bottom: none;
  background-color: transparent;
}

.box-part-first + .scroll-results {
  margin-top: 3rem;
}

/*disclosure, dealings, mergers*/
.disclosure-holder .invest-item .text, .dealings-holder .invest-item .text, .mergers-holder .invest-item .text {
  width: 78%;
}

/*results w/o quarters*/
.results-no-quarters .invest-item a {
  width: 78%;
}

.results-no-quarters .results {
  display: block;
  margin-top: 2rem;
}

/**** END investors quarter/feed results ****/
/**** table data Default styling: Shareholder & Debt Info ****/
.box-border-table {
  border-bottom-width: 0;
}

.table-data-wrap {
  margin-left: -1rem;
  margin-right: -1rem;
}

.table-note {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  color: #4c4c4c;
  font-size: 1.6rem;
  line-height: 1.8rem;
  display: block;
  text-align: center;
  padding: 2rem 0 2rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
}

.table-index-note {
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #7f7f7f;
  display: block;
  padding: 2rem 0;
  text-align: left;
}

.table-disclaimer {
  font-size: 1.6rem;
  line-height: 2rem;
}

.table-btm-text {
  padding: 3rem 1rem;
}

.table-scroll-outer {
  overflow-y: hidden;
  width: 60%;
  display: inline-block;
  float: left;
}

.table-scroll-inner {
  overflow: hidden;
  width: 280rem;
}

/*width accounted for 20 items*/
ul.table-legend {
  background-color: #54c3bd;
  color: #fff;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  width: 40%;
  display: inline-block;
  float: left;
}

ul.table-legend li {
  padding-top: 2.4rem;
  padding-left: 1.5rem;
  text-align: left;
}

ul.table-legend li:last-child {
  padding-bottom: 2.4rem;
}

ul.table-data {
  width: 14rem;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000;
  display: inline-block;
  float: left;
}

.table-scroll-inner ul:nth-child(even) {
  background-color: #edf9f8;
}

/*ul.table-data*/
ul.table-data li {
  padding-top: 2rem;
  text-align: left;
  padding-left: 1.8rem;
}

ul.table-data li a {
  color: #55bab7;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-transform: none;
}

ul.table-data li:last-child {
  padding-bottom: 2.4rem;
}

/*analyst coverage table*/
.analyst-coverage-wrap .table-scroll-inner {
  width: 690rem;
}

/*width accounted for 23 items*/
.analyst-coverage-wrap ul.table-data {
  width: 30rem;
}

/*analyst consensus table*/
.analyst-consensus-wrap .table-scroll-inner {
  width: 352rem;
}

/*width accounted for 16 items*/
.analyst-consensus-wrap ul.table-data {
  width: 22rem;
}

.analyst-consensus-wrap .table-scroll-inner ul:nth-child(even) {
  background-color: #fff;
}

.analyst-consensus-wrap .table-scroll-inner ul:nth-child(n+4):nth-child(-n+5), .analyst-consensus-wrap .table-scroll-inner ul:nth-child(n+7):nth-child(-n+10), .analyst-consensus-wrap .table-scroll-inner ul:nth-child(n+13):nth-child(-n+15) {
  background-color: #edf9f8;
}

/**** END table data ****/
/******* Financial News ********/
.mobile-year-select-wrap {
  text-align: center;
  float: none;
}

.mobile-year-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #54c3bd;
  text-align: center;
  text-align-last: center;
  background: url("../images/icons/drop-arrow.png") no-repeat 100% 50%;
  padding: 0 1.6rem;
  margin-right: 2.4rem;
}

.mobile-year-select:active, .mobile-year-select:focus {
  outline: none;
}

.mobile-year-select::-ms-expand {
  display: none;
}

.news-item {
  background-color: #fff;
  text-align: center;
  font-family: "Archer SSm A", "Archer SSm B";
  color: #000;
  font-size: 2.4rem;
  line-height: 2.8rem;
  height: 100%;
  display: block;
  padding: 3.5rem 3.2rem 4rem;
}

.news-item span {
  display: block;
}

.news-item .news-type {
  color: #54c3bd;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-bottom: 1.4rem;
}

.news-item .news-date {
  color: #4c4c4c;
  font-family: NeutrafaceTextDemiItalic, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding-top: 2.5rem;
}

.news-items-wrap {
  display: none;
}

.news-items-wrap .show-more {
  width: 100%;
  text-align: center;
}

.news-items-wrap.active {
  display: block;
}

/* News Detail + POW Post*/
.box-news-detail p {
  color: #4c4c4c;
}

.box-news-detail .intro, .box-news-detail .heading, .box-news-detail .subheading {
  display: none;
}

.box-news-detail .lead, .box-news-detail .body, .box-news-detail .footer {
  text-align: left;
}

.box-news-detail .lead, .box-news-detail .lead strong, .box-news-detail .body strong, .box-news-detail .footer strong {
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

.box-news-detail .lead p:first-child:first-letter {
  font-size: 10rem;
  line-height: 3.6rem;
  float: left;
  padding-top: 0;
  padding-right: 0.8rem;
}

.box-news-detail .body p, .box-news-detail .footer p {
  margin-bottom: 0;
}

.box-news-detail .body ul {
  list-style-type: disc;
  padding: 2rem 0 2rem 2rem;
}

.box-news-detail .body ul li {
  list-style-type: disc;
  margin-bottom: 1rem !important;
  color: #4c4c4c !important;
  font-size: 2rem !important;
}

.box-news-detail .social-share {
  display: none;
}

.box-news-detail .box-news-social .social-share, .box-news-detail .post-social-share {
  display: block;
}

.box-news-detail .social-share a {
  color: #b2b2b2;
  margin: 0 0.8rem;
  font-size: 1.9rem;
  line-height: 1.9rem;
}

.box-news-detail .box-news-detail-mid {
  margin-bottom: 10rem;
}

.box-news-detail .box-news-detail-type {
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #54c3bd;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  display: block;
  margin-top: 3.6rem;
}

.box-news-detail .box-news-date {
  font-family: NeutrafaceTextDemiItalic, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4c4c4c;
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: block;
  margin-top: 2.6rem;
}

.box-news-detail .box-news-social {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

.box-news-detail .box-news-social + a {
  display: inline-block;
  margin-bottom: 7.5rem;
  margin-top: 2rem;
}

.box-news-detail .box-news-social + content {
  margin-top: 7.5rem;
  display: block;
}

.box-news-detail .box-post-social {
  margin-bottom: 0rem;
}

.box-news-detail h3 {
  margin-bottom: 0;
}

.box-news-detail h1 + .box-news-date {
  margin-top: 3.4rem;
}

.box-news-detail .box-news-detail-type + h1 {
  padding-top: 4rem;
}

.box-news-detail .box-news-detail-type a {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.box-news-detail .box-news-detail-type span {
  margin: 0 0.5rem;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  /* ticker */
  iframe#ticker {
    height: 5.7rem;
  }
  /* stock charts */
  .stock-charts-wrap {
    padding: 5rem 0 5rem;
  }
  /*debt info*/
  .debt-securities {
    background-color: #edf9f8;
    padding: 4.5rem 5rem;
  }
  .chk-debt-securities {
    width: 5%;
  }
  .text-debt-securities {
    width: 95%;
  }
  .debt-securities input {
    margin-top: 0.9rem;
  }
  .debt-securities label {
    font-size: 2rem;
    line-height: 3rem;
  }
  /**** investors quarter results ****/
  .scroll-results .scroll-box-inner {
    width: auto;
  }
  .box-part-first + .scroll-results {
    margin-top: 0;
  }
  .results-wrap {
    background-color: #fff;
  }
  /*nav - years*/
  .switcher-wrap {
    display: inline-block;
  }
  .switcher {
    margin-top: 3.5rem;
  }
  .box-border .results-wrap .switcher a, .switcher {
    font-family: LustReg, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.6rem;
    line-height: 4.6rem;
    text-align: center;
  }
  .switcher a {
    display: inline-block;
    color: #000;
  }
  .switcher a.active, .switcher a.next, .switcher a.prev {
    color: #54c3bd;
  }
  .switcher .switcher-holder {
    height: 28.6rem;
    overflow: hidden;
  }
  .switcher .switcher-holder li {
    padding: 2.3rem 0;
  }
  .switcher .switcher-holder ul {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  /*nav - quarters*/
  .mobile-results-nav {
    display: none;
  }
  .quarters {
    display: block;
    font-size: 1.7rem;
    line-height: 1.7rem;
    width: 100%;
    padding: 3.5rem 0;
  }
  .quarters li {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
  }
  /* 100%/5 links */
  .quarters li:first-child {
    text-align: left;
  }
  .quarters a {
    color: #000;
    padding-bottom: 0.8rem;
    display: inline-block;
    font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .quarters a.active {
    border-bottom: 2px solid #54c3bd;
  }
  .quarters a.disabled {
    color: #d4d4d4;
    cursor: default;
  }
  .quarters a.disabled:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  /*results*/
  .scroll-results [class^="col-"], .scroll-results [class*="col-"] {
    padding-right: 1rem;
  }
  .year-rows {
    width: auto;
    float: none;
  }
  .results {
    background-color: #edf9f8;
    padding: 3.6rem 4% 0;
  }
  .results span.curr-year {
    text-align: center;
    display: block;
    color: #54c3bd;
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 800;
    font-size: 2rem;
    line-height: 2rem;
  }
  .results h2 {
    color: #4c4c4c;
    font-family: "Archer SSm A", "Archer SSm B";
    font-weight: 100;
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin: 1.2rem 0 4.5rem;
    display: block;
  }
  .press li.year-rows {
    display: none;
    float: none;
    width: auto;
  }
  .press li.year-rows.active {
    display: block;
  }
  .press li.year-rows:last-child {
    margin-right: 2.4rem;
  }
  .press li.swiper-slide-active .results.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .invest-item {
    padding-bottom: 6rem;
  }
  .invest-item img {
    width: auto;
  }
  .invest-item a {
    padding-top: 1rem;
  }
  .invest-item span.date {
    display: block;
    color: #000;
    font-family: NeutrafaceTextBook, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .scroll-results + .box-part-last .box-border {
    background-color: #fff;
    border-bottom: 0.6rem solid #54c3bd;
  }
  /*disclosure, dealings, mergers*/
  .mergers-holder .invest-item .text, .disclosure-holder .invest-item .text, .dealings-holder .invest-item .text {
    width: 84%;
  }
  .mergers-holder .invest-item {
    overflow: hidden;
  }
  /*results w/o quarters*/
  /*.results-no-quarters .results {padding-bottom:3.5rem;}*/
  .results-no-quarters .press li.year-rows {
    margin-right: 0;
  }
  .results-no-quarters .press {
    padding-left: 0;
  }
  /**** END investors quarter results ****/
  /**** table data Default styling: Shareholder & Debt Info ****/
  .table-note {
    text-align: right;
    border: none;
    padding-bottom: 1rem;
    padding-top: 0;
  }
  .box-border-table {
    border-bottom-width: 0.6rem;
  }
  .table-data-wrap {
    padding-bottom: 8rem;
  }
  .table-btm-text {
    padding: 3rem 0 0;
  }
  .table-scroll-outer {
    float: none;
    display: block;
    width: 100%;
    padding-top: 1rem;
  }
  .table-scroll-inner {
    width: 100%;
  }
  ul.table-legend {
    float: none;
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 0 2rem;
    border-bottom: 0.01rem solid #54c3bd;
    overflow: auto;
  }
  ul.table-legend li {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: right;
    padding-left: 0;
    padding-bottom: 1.2rem;
  }
  ul.table-legend li:first-child {
    text-align: left;
  }
  ul.table-legend li:last-child {
    padding-bottom: 1.2rem;
  }
  ul.table-data {
    float: none;
    display: block;
    width: 100%;
    overflow: auto;
    padding: 0 2rem;
  }
  ul.table-data li {
    display: inline-block;
    float: left;
    width: 20%;
    padding: 1.1rem 0 1.1rem;
    text-align: right;
  }
  ul.table-data li:first-child {
    text-align: left;
  }
  ul.table-data li:last-child {
    padding-bottom: 1.1rem;
  }
  ul.table-legend li:nth-child(1), ul.table-data li:nth-child(1) {
    width: 12%;
  }
  ul.table-legend li:nth-child(2), ul.table-data li:nth-child(2) {
    width: 13%;
  }
  ul.table-legend li:nth-child(n+3), ul.table-data li:nth-child(n+3) {
    width: 25%;
  }
  /*analyst coverage table*/
  .analyst-coverage-wrap .table-scroll-inner, .analyst-coverage-wrap ul.table-data {
    width: 100%;
  }
  .analyst-coverage-wrap ul.table-legend li, .analyst-coverage-wrap ul.table-data li {
    width: 33.3333%;
    text-align: left;
  }
  .analyst-coverage-wrap ul.table-legend li:nth-child(1), .analyst-coverage-wrap ul.table-data li:nth-child(1) {
    width: 45%;
  }
  .analyst-coverage-wrap ul.table-legend li:nth-child(2), .analyst-coverage-wrap ul.table-data li:nth-child(2) {
    width: 35%;
  }
  .analyst-coverage-wrap ul.table-legend li:nth-child(3), .analyst-coverage-wrap ul.table-data li:nth-child(3) {
    width: 20%;
  }
  /*analyst consensus table*/
  .analyst-consensus-wrap .table-scroll-outer {
    padding-top: 0;
  }
  .analyst-consensus-wrap .table-scroll-outer ul:first-child li {
    padding-top: 2.1rem;
  }
  /* table-data */
  .analyst-consensus-wrap .table-scroll-inner, .analyst-consensus-wrap ul.table-data {
    width: 100%;
  }
  .analyst-consensus-wrap ul.table-legend li, .analyst-consensus-wrap ul.table-data li {
    width: 20%;
    text-align: left;
  }
  .analyst-consensus-wrap ul.table-legend li:nth-child(1), .analyst-consensus-wrap ul.table-data li:nth-child(1) {
    width: 36%;
  }
  .analyst-consensus-wrap ul.table-legend li:nth-child(n+4), .analyst-consensus-wrap ul.table-data li:nth-child(n+4) {
    width: 16%;
    text-align: right;
  }
  .analyst-consensus-wrap ul.table-legend li:nth-child(3), .analyst-consensus-wrap ul.table-data li:nth-child(3) {
    width: 13%;
    text-align: right;
  }
  .analyst-consensus-wrap ul.table-legend li:nth-child(2), .analyst-consensus-wrap ul.table-data li:nth-child(2) {
    border-right: 0.1rem solid #c8c8c8;
    padding-right: 6%;
    width: 13%;
    text-align: right;
  }
  /**** END table data ****/
  /******* Financial News ********/
  .news-items-wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  /* nav years */
  .box-border .results-wrap .switcher a, .switcher {
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
  /*investment calculator*/
  iframe#invest-calc {
    background-color: #fff;
    height: 66rem;
  }
}

/*POW home carosuel*/
.pow-carousel-nav {
  display: none;
}

.pow-carousel-item-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.pow-carousel-item-wrap .swiper-button-prev, .pow-carousel-item-wrap .swiper-button-next {
  display: block;
  position: absolute;
  font-size: 3.6rem;
  line-height: 3.6rem;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.pow-carousel-item-wrap .swiper-button-prev span, .pow-carousel-item-wrap .swiper-button-next span {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.pow-carousel-item-wrap .swiper-button-prev {
  left: 0.2rem;
}

.pow-carousel-item-wrap .swiper-button-next {
  right: 0.2rem;
}

.pow-carousel-item {
  background-size: cover;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-bottom: 4rem;
}

.pow-carousel-item h3 {
  font-family: LustReg, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 4rem;
  margin: 0 4rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.pow-carousel-item p {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 4rem;
  padding-bottom: 2rem;
}

.pow-carousel-item .btn-img {
  position: relative;
  -webkit-transform: none;
          transform: none;
  left: auto;
  bottom: auto;
  width: 70%;
}

.container .row-pow-detail .swiper-wrapper {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  height: auto;
}

.container .pow-carousel-item-wrap .swiper-wrapper {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

/* post listing */
.row-pow-detail {
  text-align: center;
  overflow: hidden;
}

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

.post-item .post-item-inner {
  background-color: #fff;
  display: block;
}

.post-item .post-item-content {
  margin: 0 10%;
}

.post-item img {
  width: 100%;
}

.post-item span {
  color: #54c3bd;
  text-transform: uppercase;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: block;
  padding-top: 2.4rem;
}

.post-item h4 {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #000;
  margin: 0;
  padding: 2.8rem 0 2rem;
}

.post-item span + h4 {
  padding: 1.3rem 0 2rem;
}

.post-item span.date-text {
  font-family: NeutrafaceTextDemiItalic, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4c4c4c;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-transform: none;
  padding: 0 0 3rem;
}

.load-more-posts {
  display: none;
}

/* tag lists */
.tag-list {
  text-align: center;
}

.tag-list .btn-teal-border, .tag-list .tag-show-more {
  margin: 0 0.6rem 1rem;
  display: inline-block;
}

.tag-list .tag-show-more {
  padding: 0.4rem 0;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.tag-list .tag-show-more span {
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.tag-list .tag-link-extra {
  display: none;
}

.tag-list + .row {
  margin-top: 1rem;
}

/* post page is found in investors.scss due to news detail being the same. *********/
@media (max-width: 767px) {
  .post-item {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-item .post-item-inner {
    width: 100%;
  }
}

@media (max-width: 544px) {
  .post-item {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .container .pow-carousel-item-wrap .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* post listing */
  .post-item {
    margin-top: 2rem;
    cursor: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-item-limited {
    display: none;
  }
  .post-item-limited.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container .row-pow-detail .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .container .row-pow-detail .load-more-posts {
    margin-top: 4rem;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  /*POW home carosuel*/
  .pow-carousel-nav {
    width: 23.82176%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: left;
  }
  /*278/1167*/
  .pow-carousel-nav-item {
    background-color: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .pow-carousel-nav-item span {
    color: #54c3bd;
    text-transform: uppercase;
    font-family: NeutrafaceTextBold, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: block;
    padding-top: 2.4rem;
  }
  .pow-carousel-nav-item p {
    color: #000;
    font-family: NeutrafaceTextBook, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0.9rem 10% 0;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid #dfdfdf;
  }
  .pow-carousel-nav-item .active-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0 1rem 1rem;
    border-color: transparent transparent transparent #54c3bd;
    -webkit-transform: rotate(360deg);
    display: none;
    position: absolute;
    z-index: 20;
    top: 50%;
    right: -1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pow-carousel-nav-item.active {
    background-color: #54c3bd;
  }
  .pow-carousel-nav-item.active span {
    color: #fff;
  }
  .pow-carousel-nav-item.active p {
    color: #fff;
    border-bottom: none;
  }
  .pow-carousel-nav-item.active .active-triangle {
    display: block;
  }
  .pow-carousel-nav-item.last p {
    border-bottom: none;
  }
  .pow-carousel-item-wrap {
    width: 76.17823%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: auto;
    cursor: auto;
    /*889/1167*/
  }
  .pow-carousel-item-wrap .swiper-button-prev, .pow-carousel-item-wrap .swiper-button-next {
    display: none;
  }
  .pow-carousel-item {
    display: none;
  }
  .pow-carousel-item h3 {
    font-size: 7rem;
    line-height: 8rem;
    margin: 0 6%;
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
  .pow-carousel-item p {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 6%;
    padding-bottom: 3.5rem;
  }
  .pow-carousel-item .btn-img {
    width: auto;
  }
  .pow-carousel-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* header + hero */
.na-home figure.hero-ratio {
  background-image: url("../images/headers/na-home-mobile.jpg");
  padding-top: 68.62393%;
}

.corporate-internships figure.hero-ratio {
  background-image: url("../images/headers/corporate-internships-mobile.jpg");
  padding-top: 68.62393%;
}

.urban-league figure.hero-ratio {
  background-image: url("../images/headers/jax-urban-league-mobile.jpg");
  padding-top: 68.62393%;
}

.utility-nav {
  background-color: #fff;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 2.5rem;
  padding: 4rem 0;
}

.country-flag {
  float: right;
  margin-top: 1.4rem;
}

/*common/patterns*/
.row-space {
  margin-top: 1.2rem;
}

/*boxes*/
.box-border p {
  color: #4c4c4c;
}

.box-border h4 {
  color: #000;
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

.box-border p + h4 {
  padding-top: 1rem;
}

.box-border ul {
  margin: 0 0 2.8rem 2rem;
}

.box-border ul + h3, .box-border ol + h3 {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.box-border li {
  margin-bottom: 1rem !important;
  color: #4c4c4c !important;
  list-style-type: disc;
}

.box-border ol li {
  list-style-type: decimal;
}

.box-border h1 + img {
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.content-img {
  width: 100%;
}

/*heaings & boxes*/
.row.row-heading + .row {
  margin-top: 0;
}

.row.row-heading h2 {
  margin-bottom: 2rem;
}

.grp-lnk-wrap {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: 1.5rem;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-transform: uppercase;
}

a.grp-lnk {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #54c3bd;
}

a.grp-lnk i {
  font-size: 1rem;
}

.col-grp-lk-mobile {
  display: none;
}

/*touts*/
.job-tout, .intern-tout, .urban-league-tout {
  position: relative;
  text-align: center;
}

figure.job-tout-ratio {
  background-image: url("../images/open-positions-tout-mobile.jpg");
  padding-top: 71.70795306%;
  background-size: cover;
  -moz-background-size: cover;
  position: relative;
}

/* 550/767 */
figure.intern-tout-ratio {
  background-image: url("../images/internship-tout-mobile.jpg");
  padding-top: 71.70795306%;
  background-size: cover;
  -moz-background-size: cover;
  position: relative;
}

/* 550/767 */
figure.urban-league-tout-ratio {
  background-image: url("../images/jax-urban-league-tout-mobile.jpg");
  padding-top: 71.70795306%;
  background-size: cover;
  -moz-background-size: cover;
  position: relative;
}

/* 550/767 */
/*footer*/
footer {
  background-color: #000;
}

.main-footer {
  text-align: center;
  padding-bottom: 5rem;
}

.main-footer h6, .main-footer p, .main-footer a {
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b1b0b0;
  margin-bottom: 0;
}

.main-footer h6 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-top: 0;
}

.main-footer p, .main-footer a {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 1.4rem;
}

.main-footer a {
  display: inline;
}

.icon-insta:before {
  content: "\e91f";
}

.icon-yt:before {
  content: "\e91e";
}

.icon-gplus:before {
  content: "\e920";
}

.ft-social {
  margin-bottom: 4.5rem;
}

.main-footer .col-xs-12 {
  float: none;
}

/*spacing*/
.row + .row-last, .row.flex-mobile-wrap + .row.row-last {
  margin-top: 4rem;
}

/*news*/
.row-press {
  margin-top: 2rem;
}

.row-press .box-news-detail h1 + h3 {
  margin-bottom: 4rem;
  text-align: center;
}

.row-press .box-news-detail h3 {
  text-align: left;
}

.row-press .box-news-detail ul {
  margin: 0 0 2.8rem 2rem;
}

.row-press .box-news-detail ul + h3, .row-press .box-news-detail ol + h3 {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.row-press .box-news-detail li {
  margin-bottom: 1rem !important;
  color: #4c4c4c !important;
  list-style-type: disc;
}

.row-press .box-news-detail .number li {
  list-style-type: decimal;
}

.row-press .box-news-detail p span {
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.row-press .box-news-detail span a {
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.row-press .box-news-detail p span:first-letter {
  font-size: 10rem;
  line-height: 3.6rem;
  float: left;
  padding-top: 0;
  padding-right: 0.8rem;
}

.row-press .box-news-detail .box-news-social + p {
  margin-top: 4rem;
}

.box-border a.box-lnk {
  display: block;
  text-transform: uppercase;
  display: block;
  font-size: 1.6rem;
  margin-top: 2rem;
  text-align: center;
  font-family: NeutrafaceTextBold, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brand-link + .brand-link {
  display: inline-block;
  margin-top: 1rem;
  display: block;
}

/*forms (north america)*/
body .gform_wrapper .gform_validation_container {
  display: none;
}

body .gform_wrapper ul {
  margin-left: 0;
  padding-left: 0;
}

body .gform_wrapper li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

body .gform_wrapper .gfield {
  margin-bottom: 2.8rem !important;
}

body .gform_wrapper .frm-break {
  border-bottom: 0.1rem solid #e5e5e5;
  padding-top: 1.6rem;
  margin-bottom: 4.6rem !important;
}

body .gform_wrapper .frm-break h2 {
  display: none;
}

body .gform_wrapper .frm-note {
  text-align: right;
  font-size: 1.3rem;
  font-family: NeutrafaceTextDemi, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1.4rem;
}

body .gform_wrapper .gfield_description, body .gform_wrapper .gfield_description a {
  font-size: 1.8rem;
  color: #838383 !important;
  text-transform: none;
}

body .gform_wrapper .gfield_description.validation_message {
  color: #F1848B !important;
  font-size: 1.3rem;
}

body .gform_wrapper .gform_body label {
  line-height: 1.6rem;
}

body .gform_wrapper .gform_body textarea {
  height: 23rem;
}

body .gform_wrapper .ginput_container_radio {
  overflow: auto;
}

body .gform_wrapper .gfield_radio {
  margin-left: 0;
  padding-left: 0;
}

body .gform_wrapper .gfield_radio li {
  display: inline-block;
  float: left;
  margin-left: 0.1rem !important;
}

body .gform_wrapper .gfield_radio li + li {
  margin-left: 3rem !important;
}

body .gform_wrapper .gfield_radio input {
  width: auto;
}

body .gform_wrapper .gfield_radio label {
  display: inline-block;
  margin-left: 1rem;
}

body .gform_wrapper .frm-short .ginput_container {
  width: 50%;
}

body .gform_wrapper #extensions_message {
  display: none;
}

body .gform_wrapper .gform_delete {
  margin-top: 0;
}

body .gform_wrapper .gform_body .frm-short input, body .gform_wrapper .gform_body .frm-short textarea {
  padding: 1.3rem 5%;
}

/* Box Notices */
.box-border .box-note {
  background-color: #ffedc2;
  margin-top: 3.8rem;
}

.box-border .box-note .box-note-inner {
  padding: 3rem;
}

.box-border .box-note p {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}

.box-border .box-note p.box-note-heading {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}

/* UNF Specific */
.unf-wrapper .gform_wrapper ul.gfield_checkbox li label,
.unf-wrapper .gform_wrapper ul.gfield_radio li label {
  text-transform: none;
}

.unf-wrapper .gform_wrapper .accept-conditions ul.gfield_checkbox li input[type=checkbox],
.unf-wrapper .gform_wrapper .accept-conditions ul.gfield_radio li input[type=radio] {
  vertical-align: top;
}

.unf-wrapper .gform_wrapper .season-grad {
  width: 200px;
  display: inline-block;
  float: left;
  clear: none;
}

.unf-wrapper .gform_wrapper .season-grad select {
  width: 100%;
}

.unf-wrapper .gform_wrapper .year-grad {
  width: 30%;
  display: inline-block;
  float: left;
  clear: none;
}

@media (max-width: 599px) {
  .col-grp-lk {
    display: none;
  }
  .col-grp-lk-mobile {
    display: block;
    text-align: right;
  }
  .col-grp-lk-mobile a.grp-lnk {
    float: none;
  }
  .utility-nav {
    margin-top: 1.8rem;
    padding: 2rem 1rem;
  }
}

@media (min-width: 600px) {
  .btn-img {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 625px) {
  .content-img {
    width: auto;
  }
}

@media (min-width: 768px) {
  .utility-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* header + hero */
  .na-home figure.hero-ratio {
    background-image: url("../images/headers/na-home.jpg");
    padding-top: 43.30434782650%;
  }
  .corporate-internships figure.hero-ratio {
    background-image: url("../images/headers/corporate-internships.jpg");
    padding-top: 45.47826%;
  }
  /* 523/1150 */
  .urban-league figure.hero-ratio {
    background-image: url("../images/headers/jax-urban-league.jpg");
    padding-top: 45.47826%;
  }
  /* 523/1150 */
  .box-border .brand-logo {
    max-width: 100%;
  }
  /*heaings & boxes*/
  .row.row-heading + .row {
    margin-top: 0;
  }
  /*touts*/
  figure.job-tout-ratio {
    background-image: url("../images/open-positions-tout.jpg");
    padding-top: 30.8547%;
  }
  /* 361/1170 */
  figure.intern-tout-ratio {
    background-image: url("../images/internship-tout.jpg");
    padding-top: 30.8547%;
  }
  /* 550/767 */
  figure.urban-league-tout-ratio {
    background-image: url("../images/jax-urban-league-tout.jpg");
    padding-top: 30.8547%;
  }
  /* 550/767 */
  /*spacing*/
  .row + .row-last, .row.flex-mobile-wrap + .row.row-last {
    margin-top: 6rem;
  }
  /*footer*/
  .ft-social {
    margin-bottom: 4.5rem;
  }
  .grp-lnk-wrap {
    display: inline-block;
    float: right;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-top: 1.7rem;
  }
  a.grp-lnk {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  a.grp-lnk i {
    font-size: 1.0rem;
  }
  /*forms (north america)*/
  body .gform_wrapper .frm-short .ginput_container {
    width: 20%;
  }
  body .gform_wrapper .gform_body .frm-short input, body .gform_wrapper .gform_body .frm-short textarea {
    padding: 1.3rem 10%;
  }
  .box-border .box-note .box-note-inner {
    padding: 4.5rem 4rem;
  }
  .box-border .box-note p.box-note-heading {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
}

@media (min-width: 1200px) {
  .box-border .brand-logo {
    margin-top: 2rem;
    padding: 4rem 0 2rem;
  }
  .box-border .box-note .box-note-inner {
    padding: 5rem 5.5rem;
  }
}

/* header + hero */
.na-home figure.hero-ratio {
  background-image: url("../images/headers/na-home-mobile.jpg");
  padding-top: 68.62393%;
}

.corporate-internships figure.hero-ratio {
  background-image: url("../images/headers/corporate-internships.jpg");
  padding-top: 68.62393%;
}

.corporate-internships-new figure.hero-ratio {
  background-image: url("../images/headers/corp-internship-mobile.jpg");
  padding-top: 68.62393%;
  background-position: center;
}

.corporate-internships-middle figure.hero-ratio {
  background-image: url("../images/headers/corpmiddleheader.jpg");
  padding-top: 45.47826%;
}

.internships-department figure.hero-ratio {
  background-image: url("../images/headers/departments-header.png");
  padding-top: 45.47826%;
  background-position: center center;
}

.internships-testimonies figure.hero-ratio {
  background-image: url("../images/headers/testimonialsheader.jpg");
  padding-top: 45.47826%;
  background-position: center;
}

.internships-why figure.hero-ratio {
  background-image: url("../images/headers/whyadeccobanner.png");
  padding-top: 45.47826%;
  background-position: center;
}

/* midpage touts */
.corporate-internships-middle figure.hero-ratio {
  background-image: url("../images/headers/corpmiddleheader.jpg");
  padding-top: 45.47826%;
}

figure.oneofthree {
  background-image: url("../images/intern-touts/1of3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10rem;
  margin: 0 0 1rem 0;
}

figure.twoofthree {
  background-image: url("../images/intern-touts/2of3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10rem;
  margin: 0 0 1rem 0;
}

figure.threeofthree {
  background-image: url("../images/intern-touts/3of3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10rem;
  margin: 0 0 1rem 0;
}

figure.corporateinternsfooter {
  background-image: url("../images/intern-touts/footerimageinterns.png");
  padding: 23rem 0;
}

/* header + hero mobile */
.na-home figure.hero-ratio {
  background-image: url("../images/headers/na-home.jpg");
  padding-top: 43.30434782650%;
}

.corporate-internships figure.hero-ratio {
  background-image: url("../images/headers/corporate-internships-mobile.jpg");
  padding-top: 45.47826%;
}

.corporate-internships-new figure.hero-ratio {
  background-image: url("../images/headers/headercorpinterships.png");
  padding-top: 45.47826%;
  background-position: center;
}

.internships-testimonies figure.hero-ratio {
  background-image: url("../images/headers/testimonialsheader.jpg");
  padding-top: 45.47826%;
}

.internships-why figure.hero-ratio {
  background-image: url("../images/headers/whyadeccobanner.png");
  padding-top: 45.47826%;
  background-position: center;
}

/* midpage touts */
.corporate-internships-middle figure.hero-ratio {
  background-image: url("../images/headers/corpmiddleheader.jpg");
  padding-top: 45.47826%;
}

figure.oneofthree {
  background-image: url("../images/intern-touts/1of3.jpg");
  background-repeat: no-repeat;
  padding: 10rem;
  margin: 0 0 1rem 0;
  background-position: center center;
}

figure.twoofthree {
  background-image: url("../images/intern-touts/2of3.jpg");
  background-repeat: no-repeat;
  padding: 10rem;
  margin: 0 0 1rem 0;
  background-position: center center;
}

figure.threeofthree {
  background-image: url("../images/intern-touts/3of3.jpg");
  background-repeat: no-repeat;
  padding: 10rem;
  margin: 0 0 1rem 0;
  background-position: center center;
}

figure.corporateinternsfooter {
  background-image: url("../images/intern-touts/footerimageinterns.png");
}

/* Why Adecco Internships */
a.post-item-inner {
  height: 70rem;
}

/* Intern Departments */
.collapse {
  display: none;
}

.panel-link {
  cursor: pointer;
}

.corporateinternsfootertext {
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  font-size: 5rem;
  line-height: 1;
}

.boxrow .box-border {
  border-bottom: none;
}

.collapse p {
  font-size: 1.3rem;
}

.collapse li {
  font-size: 1.4rem;
  margin-left: .8rem;
}

.collapse p strong {
  font-size: 1.3rem;
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #1a1919;
}

p.neutra {
  line-height: 3rem;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  text-align: center !important;
}

h5.neutra {
  line-height: 1rem !important;
  font-family: NeutrafaceTextBook, Helvetica, sans-serif;
  text-align: center !important;
  color: #000000 !important;
  font-size: 1.5rem !important;
}
/*# sourceMappingURL=styles.css.map */