/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  display: block; }

/**
* Add the correct display in IE 9-.
*/
audio, canvas, progress, video {
  display: inline-block; }

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline; }

/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template, [hidden] {
  display: none; }

/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b, strong {
  font-weight: inherit; }

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b, strong {
  font-weight: bolder; }

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px; }

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button, input, select, textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
  font-weight: bold; }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button, input {
  /* 1 */
  overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button, select {
  /* 1 */
  text-transform: none; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

* {
  box-sizing: border-box; }

.bg-pcolor {
  background-color: #043144 !important; }
.bg-scolor {
  background-color: #EA5B24 !important; }
.bg-tcolor, p.highlight {
  background-color: #F2F6F9 !important; }
.bg-quatcolor {
  background-color: #5EB9CF !important; }
.bg-quincolor {
  background-color: #1E8AB5 !important; }
.bg-sencolor {
  background-color: #B4A30F !important; }
.bg-sepcolor {
  background-color: #891B2D !important; }
.bg-octcolor {
  background-color: #136F55 !important; }
.bg-noncolor {
  background-color: #4D2E2D !important; }
.bg-dencolor {
  background-color: #A7A7A6 !important; }
.bg-elvcolor {
  background-color: #056C9F !important; }
.bg-dark-gray {
  background-color: #5F5F5F !important; }
.bg-gray {
  background-color: #979797 !important; }
.bg-light-gray {
  background-color: #D8D8D8 !important; }
.bg-white {
  background-color: #ffffff !important; }

.text-pcolor {
  color: #043144 !important; }
.text-scolor {
  color: #EA5B24 !important; }
.text-tcolor {
  color: #F2F6F9 !important; }
.text-quatcolor {
  color: #5EB9CF !important; }
.text-quincolor {
  color: #1E8AB5 !important; }
.text-sencolor {
  color: #B4A30F !important; }
.text-sepcolor {
  color: #891B2D !important; }
.text-octcolor {
  color: #136F55 !important; }
.text-noncolor {
  color: #4D2E2D !important; }
.text-dencolor {
  color: #A7A7A6 !important; }
.text-elvcolor {
  color: #056C9F !important; }
.text-dark-gray {
  color: #5F5F5F !important; }
.text-gray {
  color: #979797 !important; }
.text-light-gray {
  color: #D8D8D8 !important; }

[class^='bullet']:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: black;
  display: inline-block;
  margin: 0 8px 2px 0; }

.bullet-pcolor:before {
  background-color: #043144; }
.bullet-scolor:before {
  background-color: #EA5B24; }
.bullet-tcolor:before {
  background-color: #F2F6F9; }
.bullet-quatcolor:before {
  background-color: #5EB9CF; }
.bullet-quincolor:before {
  background-color: #1E8AB5; }
.bullet-sencolor:before {
  background-color: #B4A30F; }
.bullet-sepcolor:before {
  background-color: #891B2D; }
.bullet-octcolor:before {
  background-color: #136F55; }
.bullet-noncolor:before {
  background-color: #4D2E2D; }
.bullet-dencolor:before {
  background-color: #A7A7A6; }
.bullet-elvcolor:before {
  background-color: #056C9F; }

.icon-twitter {
  color: #043144; }
.icon-facebook {
  color: #043144; }
.icon-linkedin {
  color: #043144; }
.icon-google-plus {
  color: #043144; }
.icon-xing {
  color: #043144; }

aside.styleguide {
  float: left;
  width: 20%;
  padding: 20px;
  border-right: 1px solid #D8D8D8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }
aside.styleguide h1, aside.styleguide h2 {
  font-size: 1.5em; }

.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  opacity: 0; }
.nav-trigger:after {
  display: none; }

label[for="nav-trigger"] {
  position: fixed;
  top: 10px;
  left: 18%;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"><path xmlns="http://www.w3.org/2000/svg" fill="#666"  d="M17.455 28.818l-1.909 1.727-15.545-14.545 15.545-14.545 1.909 1.727-13.636 12.818z"/></svg>') no-repeat;
  background-size: contain; }

.styleguide main {
  float: left;
  width: 80%;
  padding: 40px; }

.nav-trigger:checked + label {
  left: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> <path xmlns="http://www.w3.org/2000/svg" fill="#666" d="M0.545 1.9l2.194-1.9 17.868 16-17.868 16-2.194-1.9 15.673-14.1z"/></svg>') no-repeat; }

.nav-trigger:checked ~ main {
  width: 100%;
  padding: 40px 0; }

.nav-trigger:checked ~ aside.styleguide {
  position: fixed;
  left: 100%; }

.palette-wrapper {
  float: left;
  margin: 20px;
  height: 300px; }
.palette-wrapper .palette {
  width: 200px;
  height: 200px; }

.styleguide form fieldset > div {
  padding: 1em; }

.styleguide .none-mobile {
  display: none; }

.styleguide .sitemap ul {
  border-left: 1px solid #eee;
  list-style: none; }
.styleguide .sitemap ul ul {
  padding: 20px; }

.styleguide #header.mobile {
  max-width: 768px; }
.styleguide #header.mobile #site-title {
  background-image: url("/images/logo-2.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 161px;
  height: 40px; }
.styleguide #header.mobile #site-title html.svg {
  background-image: url("/images/logo-2.svg"); }
.styleguide #header.mobile #site-title img {
  display: none; }

.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.row {
  position: relative;
  margin-left: -16px;
  margin-right: -16px; }

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

.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }

.container, .container-full {
  width: 100%;
  max-width: 1140px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, body.no-sidebars main, body.one-sidebar main, body.one-sidebar aside.sidebar-right, body.one-sidebar aside.sidebar-left, body.two-sidebars main, body.two-sidebars aside.sidebar-right, body.two-sidebars aside.sidebar-left, body.one-sidebar.profile-page main, body.one-sidebar.profile-page aside.sidebar-right, body.one-sidebar.profile-page aside.sidebar-left, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-5, .col-2-5, .col-3-5, .col-4-5 {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  float: left; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12, body.no-sidebars main, body.one-sidebar main, body.one-sidebar aside.sidebar-right, body.one-sidebar aside.sidebar-left, body.two-sidebars main, body.two-sidebars aside.sidebar-right, body.two-sidebars aside.sidebar-left, body.one-sidebar.profile-page main, body.one-sidebar.profile-page aside.sidebar-right, body.one-sidebar.profile-page aside.sidebar-left {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33333%; }

.col-2-3 {
  width: 66.66667%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-full {
  width: 100%; }

@media only screen and (min-width: 501px) {
  .col-1-s, .col-2-s, .col-3-s, .col-4-s, .col-5-s, .col-6-s, .col-7-s, .col-8-s, .col-9-s, .col-10-s, .col-11-s, .col-12-s, .col-1-2-s, .col-1-3-s, .col-2-3-s, .col-1-4-s, .col-3-4-s, .col-1-5-s, .col-2-5-s, .col-3-5-s, .col-4-5-s {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    float: left; }

  .col-1-s {
    width: 8.33333%; }

  .col-2-s {
    width: 16.66667%; }

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

  .col-4-s {
    width: 33.33333%; }

  .col-5-s {
    width: 41.66667%; }

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

  .col-7-s {
    width: 58.33333%; }

  .col-8-s {
    width: 66.66667%; }

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

  .col-10-s {
    width: 83.33333%; }

  .col-11-s {
    width: 91.66667%; }

  .col-12-s {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .col-1-m, .col-2-m, .col-3-m, body.two-sidebars aside.sidebar-right, body.two-sidebars aside.sidebar-left, .col-4-m, body.one-sidebar aside.sidebar-right, body.one-sidebar aside.sidebar-left, .col-5-m, .col-6-m, body.two-sidebars main, .col-7-m, .col-8-m, body.one-sidebar main, .col-9-m, .col-10-m, .col-11-m, .col-12-m, .col-1-2-m, .col-1-3-m, .col-2-3-m, .col-1-4-m, .col-3-4-m, .col-1-5-m, .col-2-5-m, .col-3-5-m, .col-4-5-m {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    float: left; }

  .col-1-m {
    width: 8.33333%; }

  .col-2-m {
    width: 16.66667%; }

  .col-3-m, body.two-sidebars aside.sidebar-right, body.two-sidebars aside.sidebar-left {
    width: 25%; }

  .col-4-m, body.one-sidebar aside.sidebar-right, body.one-sidebar aside.sidebar-left {
    width: 33.33333%; }

  .col-5-m {
    width: 41.66667%; }

  .col-6-m, body.two-sidebars main {
    width: 50%; }

  .col-7-m {
    width: 58.33333%; }

  .col-8-m, body.one-sidebar main {
    width: 66.66667%; }

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

  .col-10-m {
    width: 83.33333%; }

  .col-11-m {
    width: 91.66667%; }

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

  .col-1-2-m {
    width: 50%; }

  .col-1-3-m {
    width: 33.33333%; }

  .col-2-3-m {
    width: 66.66667%; }

  .col-1-4-m {
    width: 25%; }

  .col-3-4-m {
    width: 75%; }

  .col-1-5-m {
    width: 20%; }

  .col-2-5-m {
    width: 40%; }

  .col-3-5-m {
    width: 60%; }

  .col-4-5-m {
    width: 80%; }

  .col-full-m {
    width: 100%; } }
@media only screen and (min-width: 1025px) {
  .col-1-l, .col-2-l, .col-3-l, .col-4-l, .col-5-l, body.one-sidebar.profile-page aside.sidebar-right, body.one-sidebar.profile-page aside.sidebar-left, .col-6-l, .col-7-l, body.one-sidebar.profile-page main, .col-8-l, .col-9-l, .col-10-l, .col-11-l, .col-12-l, .col-1-2-l, .col-1-3-l, .col-2-3-l, .col-1-4-l, .col-3-4-l, .col-1-5-l, .col-2-5-l, .col-3-5-l, .col-4-5-l {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    float: left; }

  .col-1-l {
    width: 8.33333%; }

  .col-2-l {
    width: 16.66667%; }

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

  .col-4-l {
    width: 33.33333%; }

  .col-5-l, body.one-sidebar.profile-page aside.sidebar-right, body.one-sidebar.profile-page aside.sidebar-left {
    width: 41.66667%; }

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

  .col-7-l, body.one-sidebar.profile-page main {
    width: 58.33333%; }

  .col-8-l {
    width: 66.66667%; }

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

  .col-10-l {
    width: 83.33333%; }

  .col-11-l {
    width: 91.66667%; }

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

  .col-1-2-l {
    width: 50%; }

  .col-1-3-l {
    width: 33.33333%; }

  .col-2-3-l {
    width: 66.66667%; }

  .col-1-4-l {
    width: 25%; }

  .col-3-4-l {
    width: 75%; }

  .col-1-5-l {
    width: 20%; }

  .col-2-5-l {
    width: 40%; }

  .col-3-5-l {
    width: 60%; }

  .col-4-5-l {
    width: 80%; }

  .col-full-l {
    width: 100%; } }
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .clear-2-sm [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) and (max-width: 1024px) {
  .clear-2-sl [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-2-sxl [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .clear-2-ml [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-2-mxl [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) and (max-width: 1159px) {
  .clear-2-lxl [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) {
  .clear-2-s [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) {
  .clear-2-m [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) {
  .clear-2-l [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1160px) {
  .clear-2-xl [class*="col"]:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .clear-3-sm [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) and (max-width: 1024px) {
  .clear-3-sl [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-3-sxl [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .clear-3-ml [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-3-mxl [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) and (max-width: 1159px) {
  .clear-3-lxl [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) {
  .clear-3-s [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) {
  .clear-3-m [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) {
  .clear-3-l [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 1160px) {
  .clear-3-xl [class*="col"]:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .clear-4-sm [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) and (max-width: 1024px) {
  .clear-4-sl [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-4-sxl [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .clear-4-ml [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-4-mxl [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) and (max-width: 1159px) {
  .clear-4-lxl [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) {
  .clear-4-s [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) {
  .clear-4-m [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) {
  .clear-4-l [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 1160px) {
  .clear-4-xl [class*="col"]:nth-child(4n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .clear-5-sm [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) and (max-width: 1024px) {
  .clear-5-sl [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-5-sxl [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .clear-5-ml [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-5-mxl [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) and (max-width: 1159px) {
  .clear-5-lxl [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) {
  .clear-5-s [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) {
  .clear-5-m [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) {
  .clear-5-l [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 1160px) {
  .clear-5-xl [class*="col"]:nth-child(5n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) and (max-width: 767px) {
  .clear-6-sm [class*="col"]:nth-child(6n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) and (max-width: 1024px) {
  .clear-6-sl [class*="col"]:nth-child(6n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-6-sxl [class*="col"]:nth-child(6n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .clear-6-ml [class*="col"]:nth-child(6n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .clear-6-mxl [class*="col"]:nth-child(6n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) and (max-width: 1159px) {
  .clear-6-lxl [class*="col"]:nth-child(6n+1) {
    clear: both; } }
@media only screen and (min-width: 501px) {
  .clear-6-s [class*="col"]:nth-child(6n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) {
  .clear-6-m [class*="col"]:nth-child(6n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) {
  .clear-6-l [class*="col"]:nth-child(6n+1) {
    clear: both; } }
@media only screen and (min-width: 1160px) {
  .clear-6-xl [class*="col"]:nth-child(6n+1) {
    clear: both; } }
.island {
  padding-top: 26px;
  padding-bottom: 26px; }

.island-top {
  padding-top: 26px;
  padding-bottom: 0; }

.island-top-half {
  padding-top: 16px;
  padding-bottom: 0; }

.island-bottom {
  padding-top: 0;
  padding-bottom: 26px; }

.island-bottom-half {
  padding-top: 0;
  padding-bottom: 16px; }

.island-half {
  padding-top: 16px;
  padding-bottom: 16px; }

.island-double {
  padding-top: 32px;
  padding-bottom: 32px; }

@media only screen and (min-width: 768px) {
  .island-double {
    padding-top: 52px;
    padding-bottom: 52px; } }
.island-double-top {
  padding-top: 32px; }

@media only screen and (min-width: 768px) {
  .island-double-top {
    padding-top: 52px; } }
.island-double-bottom {
  padding-bottom: 32px; }

@media only screen and (min-width: 768px) {
  .island-double-bottom {
    padding-bottom: 52px; } }
.island-triple {
  padding-top: 52px;
  padding-bottom: 52px; }

@media only screen and (min-width: 768px) {
  .island-triple {
    padding-top: 78px;
    padding-bottom: 78px; } }
.island-triple-top {
  padding-top: 52px; }

@media only screen and (min-width: 768px) {
  .island-triple-top {
    padding-top: 78px; } }
.island-triple-bottom {
  padding-bottom: 52px; }

@media only screen and (min-width: 768px) {
  .island-triple-bottom {
    padding-bottom: 78px; } }
.right-margin {
  margin-right: 16px; }

.island-xl {
  padding-top: 64px;
  padding-bottom: 64px; }

@media only screen and (min-width: 501px) {
  .island-xl {
    padding-top: 160px;
    padding-bottom: 160px; } }
.island-100 {
  padding-top: 52px;
  padding-bottom: 52px; }

@media only screen and (min-width: 768px) {
  .island-100 {
    padding-top: 100px;
    padding-bottom: 100px; } }
.island-margin {
  margin-top: 26px;
  margin-bottom: 26px; }

.island-top-margin {
  margin-top: 26px;
  padding-bottom: 0; }

.island-top-margin-half {
  margin-top: 16px;
  padding-bottom: 0; }

.island-half-margin {
  margin-top: 16px;
  margin-bottom: 16px; }

.island-bottom-margin {
  margin-top: 0;
  margin-bottom: 26px; }

.island-bottom-margin-half {
  margin-top: 0;
  margin-bottom: 16px; }

.island-double-bottom-margin {
  margin-bottom: 32px; }

.island-double-top-margin {
  margin-top: 32px; }

@media only screen and (min-width: 768px) {
  .island-double-top-margin {
    margin-top: 52px; } }
.no-margin {
  margin: 0; }

.island-dark {
  background: #F2F6F9; }

.island-white {
  background: #ffffff; }

.text-light {
  color: #ffffff; }

.text-dark {
  color: #000000; }

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

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

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

.full-width {
  width: 100%; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

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

.overflow {
  overflow: hidden; }

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

.none {
  display: none; }

.block {
  display: block; }

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

.inline {
  display: inline; }

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

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

@media only screen and (min-width: 768px) {
  .none-m {
    display: none; }

  .block-m {
    display: block; }

  .inline-block-m {
    display: inline-block; }

  .inline-m {
    display: inline; } }
@media only screen and (min-width: 1025px) {
  .none-l {
    display: none; }

  .block-l {
    display: block; }

  .inline-block-l {
    display: inline-block; }

  .inline-l {
    display: inline; } }
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.static {
  position: static; }

.fixed {
  position: fixed; }

body.no-sidebars main {
  clear: both; }

body.no-sidebars-page main {
  clear: both; }

@font-face {
  font-family: 'icons';
  src: url("/fonts/icons.eot?r70esa");
  src: url("/fonts/icons.eot?r70esa#iefix") format("embedded-opentype"), url("/fonts/icons.ttf?r70esa") format("truetype"), url("/fonts/icons.woff?r70esa") format("woff"), url("/fonts/icons.svg?r70esa#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: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-xing2:before {
  content: "\f168"; }

.icon-xing:before {
  content: "\f169"; }

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

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

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

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

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

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

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

.icon-google-plus2:before {
  content: "\f0d5"; }

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

.icon-print:before {
  content: "\f02f"; }

.icon-twitter2:before {
  content: "\f099"; }

.icon-facebook2:before {
  content: "\f09a"; }

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

.icon-linkedin2:before {
  content: "\f0e1"; }

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

.icon-twitter:before {
  content: "\f081"; }

.icon-facebook:before {
  content: "\f082"; }

.icon-linkedin:before {
  content: "\f08c"; }

.icon-google-plus:before {
  content: "\f0d4"; }

.icon-plus:before {
  content: "\ef48"; }

.icon-minus:before {
  content: "\ef49"; }

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

.icon-checkmark:before {
  content: "\ea10"; }

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

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

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

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

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

@font-face {
  font-family: 'Lubalin Reg';
  src: url("/fonts/LubalinBook.eot");
  src: url("/fonts/LubalinBook.eot?#iefix") format("embedded-opentype"), url("/fonts/LubalinBook.woff") format("woff"), url("/fonts/LubalinBook.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Lubalin Demi';
  src: url("/fonts/LubalinGraphStd-Demi.eot");
  src: url("/fonts/LubalinGraphStd-Demi.woff") format("woff"), url("/fonts/LubalinGraphStd-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* -----  Headings  ----- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
  font-family: "Lubalin Reg", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #043144;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 .h6 a {
  color: inherit; }

h1, .h1 {
  font-size: 2.66667em;
  font-family: "Lubalin Demi", serif; }
@media only screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 2.22222em; } }
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 1.77778em; } }

h2, .h2 {
  font-size: 1.44444em;
  line-height: 1.5; }
@media only screen and (max-width: 1024px) {
  h2, .h2 {
    font-size: 1.77778em; } }
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 1.44444em; } }

h3, .h3 {
  font-size: 1.33333em;
  line-height: 1.45; }
@media only screen and (max-width: 1024px) {
  h3, .h3 {
    font-size: 1.33333em; } }
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 1.11111em; } }

h4, .h4 {
  font-size: 1em;
  line-height: 1.6; }
@media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 0.88889em; } }

h5, .h5 {
  font-size: 1em;
  line-height: 1.2; }

h6 .h6 {
  font-size: 1em;
  line-height: 1.2; }

/* -----  Body  ----- */
body, input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "akzidenz-grotesk", sans-serif;
  font-size: 18px;
  color: #5F5F5F; }
body p, input p {
  font-size: 16px; }
@media only screen and (min-width: 1025px) {
  body p, input p {
    font-size: 18px; } }

a {
  text-decoration: none;
  color: #EA5B24; }
main a {
  word-break: break-word; }
a:hover {
  text-decoration: underline;
  color: #EA5B24; }
a:active {
  color: inherit; }

p {
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 16px; }
p.highlight {
  padding: 16px; }
@media only screen and (min-width: 768px) {
  p.highlight {
    padding: 32px; } }

hr {
  border: none;
  border-top: 1px dotted #979797;
  margin-top: 0;
  margin-bottom: 16px; }
hr.half {
  max-width: 550px;
  margin-left: 0; }
hr.blue {
  border-color: #1E8AB5; }

blockquote {
  margin: 2em 0;
  padding-left: 54px;
  position: relative;
  color: #EA5B24; }
blockquote:before {
  content: '\e912';
  font-family: 'icons';
  position: absolute;
  top: 0;
  left: 10px;
  width: 25px;
  height: 25px;
  color: inherit;
  font-size: 22px; }
blockquote p {
  color: inherit;
  font-family: "Lubalin Reg", serif;
  border-bottom: 1px dotted #979797;
  padding-bottom: 0.88889em;
  margin-bottom: 0.88889em;
  font-size: 1.11111em; }
blockquote p:after {
  content: '\e906';
  font-family: 'icons';
  position: relative;
  top: 4px;
  left: 0.88889em;
  width: 25px;
  height: 25px;
  color: inherit;
  font-size: 22px; }
blockquote.blue {
  color: #1E8AB5; }
blockquote span {
  color: #5F5F5F;
  font-size: 0.77778em;
  font-weight: bold; }

figure.blockquote {
  margin: 0 0 2em; }
figure.blockquote blockquote {
  margin-bottom: 0; }
figure.blockquote figcaption {
  padding-left: 54px;
  color: #5F5F5F;
  font-size: 0.77778em;
  font-weight: bold; }

address {
  font-style: normal;
  margin-bottom: 16px; }
address p {
  margin-bottom: 0; }

.xl-text {
  font-family: "akzidenz-grotesk", sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0; }
.row-odd .xl-text {
  color: #8098A2; }
@media only screen and (min-width: 768px) {
  .xl-text {
    font-size: 5em; } }

.small-text {
  font-size: 0.66667em; }

.disclaimer {
  border: 1px solid #979797; }
.disclaimer p {
  font-size: 12px;
  font-family: "Lubalin Reg", serif;
  margin: 0; }

.btn, input[type="submit"] {
  padding: 16px 10px;
  cursor: pointer;
  border: none;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 0; }
.btn:hover, input[type="submit"]:hover {
  text-decoration: none; }

.btn {
  min-width: 180px; }

.btn-default {
  color: white;
  background: #EA5B24;
  transition: background 0.2s ease; }
.btn-default:hover {
  background: #c84513;
  color: white;
  transition: background 0.2s ease; }
.btn-primary {
  color: white;
  background: #043144;
  transition: background 0.2s ease; }
.btn-primary:hover {
  background: #010e14;
  color: white;
  transition: background 0.2s ease; }
.btn-wide {
  min-width: 260px; }
.btn-outline {
  border: 3px solid #EA5B24;
  padding: 14px 1em;
  width: 260px; }
.btn-outline:hover {
  border-color: #c84513;
  color: #c84513; }
.btn-outline .icon {
  font-size: 18px;
  color: #EA5B24; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], textarea, input[type="search"], select:not([multiple]), a.input {
  display: block;
  width: 100%;
  padding: 16px 10px;
  font-size: 18px;
  border: none;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
@media only screen and (min-width: 1025px) {
  input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], textarea, input[type="search"], select:not([multiple]), a.input {
    font-size: 18px; } }
.dark-input input[type="text"], .dark-input input[type="email"], .dark-input input[type="password"], .dark-input input[type="tel"], .dark-input input[type="url"], .dark-input textarea, .dark-input input[type="search"], .dark-input select:not([multiple]), .dark-input a.input, input.dark-input[type="text"], input.dark-input[type="email"], input.dark-input[type="password"], input.dark-input[type="tel"], input.dark-input[type="url"], textarea.dark-input, input.dark-input[type="search"], select.dark-input:not([multiple]), a.dark-input.input {
  background-color: #F2F6F9; }

fieldset {
  margin: 0.88889em 0;
  padding: 0.88889em; }

label {
  margin: 0 16px 16px 0;
  display: inline-block; }

input:focus, textarea:focus, select:focus {
  outline: 1px solid #EA5B24;
  outline-offset: -1px; }

input[type="submit"] {
  color: white;
  background: #EA5B24;
  transition: background 0.2s ease; }
input[type="submit"]:hover {
  background: #c84513;
  color: white;
  transition: background 0.2s ease; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5F5F5F;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #5F5F5F;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #5F5F5F;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #5F5F5F;
  opacity: 1; }

.search-wrapper {
  position: relative; }
.search-wrapper .search-submit, .search-wrapper:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 53px;
  padding: 0; }
.search-wrapper:after {
  content: '\e902';
  font-family: 'icons';
  background: #EA5B24;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  pointer-events: none;
  font-size: 1.11111em; }
@media only screen and (min-width: 1025px) {
  .search-wrapper:after {
    line-height: 3em; } }
.search-wrapper input[type="search"] {
  padding-right: 80px; }

#search {
  position: absolute;
  width: 55%;
  right: 0;
  top: -20px; }
@media only screen and (max-width: 1024px) {
  #search {
    right: -10px;
    width: 75%; } }
#search form {
  position: relative;
  display: block; }
#search .search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 60px;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 0.5em 0 0.5em 10px;
  font-size: 20px;
  transition: width .5s ease; }
#search .search-input.ui-autocomplete-loading {
  background-color: #fff;
  background-image:url(search-loading.gif);
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: center right 16%;
}
#search .search-input::-webkit-input-placeholder, #search .search-input::-moz-placeholder, #search .search-input::-ms-input-placeholder {
  color: #EA5B24; }
#search .icon-search, #search .search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer; }
#search .search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }
#search .icon-search {
  color: #fff;
  background: #043144;
  z-index: 90;
  font-size: 22px;
  transition: all 0.5s ease; }
#search.open .search-input {
  width: 100%;
  padding-right: 70px;
  z-index: 80;
  transition: width .5s ease; }
#search.open .search-submit {
  z-index: 90; }
#search.open .icon-search {
  z-index: 80;
  background: #EA5B24;
  transition: all 0.5s ease; }

/* No Javascript */
.no-js #search .search-submit {
  z-index: 90; }
.no-js #search .icon-search {
  z-index: 80; }

html.normal select:not([multiple]) {
  color: #5F5F5F;
  cursor: pointer;
  border-radius: 0;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/images/chevron-down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center; }

html.normal.svg select:not([multiple]) {
  background-image: url("/images/chevron-down.png"); }

html.normal .dark-input select:not([multiple]) {
  background-image: url("/images/orange-chevron-down.png") !important;
  background-size: contain;
  background-position: right center; }

/*target Internet Explorer 9 and Internet Explorer 10:*/
html.odie select {
  background: none;
  padding: 16px; }

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  padding: 9px;
  border-radius: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle; }
input[type="checkbox"]:checked {
  background-color: #043144;
  border-color: #043144; }
input[type="checkbox"]:checked:after {
  content: '\ea10';
  font-family: "icons";
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 2px;
  color: #fff; }

input[type="checkbox"] + label {
  margin-bottom: 0;
  vertical-align: middle; }

ul {
  padding-left: 18px;
  list-style-image: url("/images/bullet.png"); }
ul li {
  margin-bottom: 0.88889em;
  line-height: 1.45;
  font-size: 16px; }

@media only screen and (min-width: 1025px) {
  ul li {
    font-size: 18px; }
  }

ul.inline {
  padding: 0;
  margin: 0; }
ul.inline li {
  display: inline-block;
  margin: 0 1.44444em 0 0;
  list-style: none; }
ul.inline li:last-child {
  margin-right: 0; }

.ul-columns ul {
  padding: 0;
  margin: 0; }
.ul-columns ul li {
  list-style: none; }

[class^="sidebar"] {
  position: relative; }
[class^="sidebar"] ul {
  padding-left: 0;
  margin: 0; }
[class^="sidebar"] ul:not([class^='island']) {
  padding: 0; }
[class^="sidebar"] ul li {
  display: block;
  border-bottom: 1px dotted #979797;
  list-style: none;
  margin: 0; }
[class^="sidebar"] ul li.heading {
  border: none;
  font-size: 0.77778em;
  font-weight: bold; }
[class^="sidebar"] ul li.current a, [class^="sidebar"] ul li.current_page_item a {
  color: #5F5F5F; }
[class^="sidebar"] ul li a {
  display: block;
  padding: 1em 0; }

.breadcrumbs {
  font-size: 11px; }
.breadcrumbs a {
  color: inherit; }

.lang {
  background: #F2F6F9;
  padding: 8px;
  display: inline-block;
  margin-right: 16px; }
.lang a {
  font-size: 16px; }
.lang a:not(.active) {
  color: inherit; }

ul.pager {
  margin: 0;
  padding: 0; }
ul.pager li {
  margin: 0;
  list-style: none;
  display: inline-block;
  line-height: 1em;
  font-size: 0.88889em;
  vertical-align: middle; }

ul.pager.full li {
  border: 1px solid #D8D8D8; }
ul.pager.full li a {
  color: inherit;
  display: block;
  padding: 0.8em 1em; }
ul.pager.full li.current {
  padding: 0.8em 1em; }
ul.pager.full li.current, ul.pager.full li:hover {
  background: #EA5B24;
  color: white;
  border-color: #EA5B24; }

.pager-full ul {
  margin: 0;
  padding: 0; }
.pager-full li {
  margin: 0;
  list-style: none;
  display: inline-block;
  line-height: 1em;
  font-size: 0.88889em;
  vertical-align: middle; }
.pager-full li a {
  color: inherit;
  display: block;
  padding: 0.8em 1em;
  border: 1px solid #D8D8D8; }
.pager-full li a span {
  display: block; }
.pager-full li .current {
  display: block;
  padding: 0.8em 1em;
  border: 1px solid; }
.pager-full li .current, .pager-full li:hover {
  background: #EA5B24;
  color: white;
  border-color: #EA5B24; }
.pager-full .page-numbers.dots {
  display: none; }

.pager.mini {
  position: relative;
  height: 30px;
  width: 150px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 16px; }
.pager.mini ul {
  margin: 0;
  padding: 0; }
.pager.mini .slick-track {
  width: auto !important; }
.pager.mini li {
  width: auto !important;
  float: none !important;
  margin: 0;
  list-style: none;
  display: inline-block;
  line-height: 1em;
  font-size: 0.88889em;
  vertical-align: middle; }
.pager.mini li:focus {
  outline: 0; }
.pager.mini li span {
  display: block;
  width: 13px;
  height: 13px;
  background: #D8D8D8;
  border-radius: 50%; }
.pager.mini .slick-current span {
  background: #EA5B24; }
.pager.mini .next, .pager.mini .prev {
  position: absolute;
  top: 0;
  z-index: 5;
  cursor: pointer; }
.pager.mini .next span, .pager.mini .prev span {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  padding: 10px 5px;
  font-size: 30px;
  font-weight: bold; }
.pager.mini .next {
  right: 0; }
.pager.mini .prev {
  left: 0; }

@media only screen and (max-width: 500px) {
  .pagination .float-right {
    clear: both;
    float: left !important;
    margin-bottom: 26px; } }
.btn-menu ul li {
  margin: 0 0 5px 0;
  float: left;
  width: 100%; }
@media only screen and (min-width: 501px) {
  .btn-menu ul li {
    width: 50%;
    padding-right: 5px; } }
@media only screen and (min-width: 768px) {
  .btn-menu ul li {
    width: 20%; } }
.btn-menu ul li:last-child {
  padding-right: 0; }
.btn-menu ul li a {
  background-color: #F2F6F9;
  color: #043144;
  width: 100%;
  font-family: "Lubalin Reg", serif;
  min-width: auto; }
.btn-menu ul li a:hover, .btn-menu ul li.active a {
  background-color: #EA5B24;
  color: white; }

@media only screen and (max-width: 1024px) {
  html, body {
    overflow-x: hidden; } }
.hamburger {
  position: relative;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1; }
.hamburger span, .hamburger span:before, .hamburger span:after {
  background-color: white;
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  left: 0;
  top: 0; }
.hamburger span {
  margin: 0 auto;
  position: relative;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.hamburger span:before {
  position: absolute;
  content: '';
  margin-top: -9px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s; }
.hamburger span:after {
  position: absolute;
  content: '';
  margin-top: 9px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s; }
.hamburger.open span {
  background-color: transparent;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.hamburger.open span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s; }
.hamburger.open span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s; }

@media only screen and (max-width: 767px) {
  .dropdown {
    background: #F2F6F9; }
  .dropdown .drop-title {
    display: block;
    border-bottom: 2px solid #1E8AB5;
    border-color: #EA5B24;
    padding: 16px;
    font-family: "Lubalin Reg", serif;
    cursor: pointer; }
  .dropdown .drop-title .icon {
    float: right;
    color: #EA5B24;
    margin-top: 5px; }
  .dropdown ul {
    background: white; }
  .dropdown ul li {
    margin-right: 16px !important;
    margin-left: 16px !important;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 500ms ease; }
  .btn-menu .dropdown ul li {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .dropdown ul li:last-child {
    border-bottom: none; }
  .dropdown ul li.heading {
    display: none; }
  .dropdown.open ul {
    background: transparent; }
  .dropdown.open ul li {
    max-height: 60px;
    opacity: 1;
    transition: max-height 500ms ease, opacity 1s ease; } }
.row {
  margin-left: -13px;
  margin-right: -13px; }

.container {
  padding-left: 13px;
  padding-right: 13px; }

.col-1 {
  padding-left: 13px;
  padding-right: 13px; }

.col-2 {
  padding-left: 13px;
  padding-right: 13px; }

.col-3 {
  padding-left: 13px;
  padding-right: 13px; }

.col-4 {
  padding-left: 13px;
  padding-right: 13px; }

.col-5 {
  padding-left: 13px;
  padding-right: 13px; }

.col-6 {
  padding-left: 13px;
  padding-right: 13px; }

.col-7 {
  padding-left: 13px;
  padding-right: 13px; }

.col-8 {
  padding-left: 13px;
  padding-right: 13px; }

.col-9 {
  padding-left: 13px;
  padding-right: 13px; }

.col-10 {
  padding-left: 13px;
  padding-right: 13px; }

.col-11 {
  padding-left: 13px;
  padding-right: 13px; }

.col-12, body.no-sidebars main, body.one-sidebar main, body.one-sidebar aside.sidebar-right, body.one-sidebar aside.sidebar-left, body.two-sidebars main, body.two-sidebars aside.sidebar-right, body.two-sidebars aside.sidebar-left, body.one-sidebar.profile-page main, body.one-sidebar.profile-page aside.sidebar-right, body.one-sidebar.profile-page aside.sidebar-left {
  padding-left: 13px;
  padding-right: 13px; }

.border {
  border-color: #043144 !important; }

.orange-border, p.highlight {
  border-color: #EA5B24 !important; }

.light-blue-border {
  border-color: #5EB9CF !important; }

.blue-border {
  border-color: #1E8AB5 !important; }

.gold-border {
  border-color: #B4A30F !important; }

.red-border {
  border-color: #891B2D !important; }

.green-border {
  border-color: #136F55 !important; }

.brown-border {
  border-color: #4D2E2D !important; }

.transport-border {
  border-color: #A7A7A6 !important; }

.elvcolor-border {
  border-color: #056C9F !important; }

.border-dashed, p.highlight {
  border-bottom: 1px dotted #979797; }

.border-solid {
  border-bottom: 2px solid #1E8AB5; }

a.input {
  color: #5F5F5F;
  position: relative; }
a.input:after {
  content: "\e903";
  font-family: 'icons';
  position: absolute;
  right: 10px;
  top: 1em;
  color: #EA5B24; }

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

.video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tabs {
  position: relative;
  width: 100%; }
.tabs:after {
  clear: both;
  content: '';
  display: table; }
.tabs .tabs-title {
  background: #EBEFF3;
  display: inline-block;
  margin-right: -4px;
  padding: 16px 48px;
  position: relative;
  vertical-align: bottom;
  cursor: pointer;
  color: #EA5B24; }
.tabs .tabs-title.active {
  background: #F2F6F9;
  color: #5F5F5F; }
@media only screen and (max-width: 767px) {
  .tabs .tabs-title {
    width: 100%; } }
.tabs .tab-panel {
  clear: both;
  display: none;
  overflow: hidden;
  padding: 26px;
  background: #F2F6F9; }
.tabs .tab-panel.active {
  display: block; }

div.error {
  clear: both;
  background: #F0B3BA url("/images/error.png") no-repeat 25px center;
  color: #891B2D;
  padding: 25px 25px 25px 70px;
  margin: 16px auto; }

table {
  width: 100%;
  text-align: left;
  margin-bottom: 1em; }
table th, table td {
  padding: 20px; }
table p {
  font-size: inherit;
  margin: 0; }
table thead th {
  background: #043144;
  color: white;
  font-family: "Lubalin Reg", serif;
  font-size: 1.11111em; }
table tbody td {
  background: #F2F6F9; }

@media only screen and (min-width: 501px) {
  .container-vlined {
    display: table; }
  .container-vlined .vlined {
    display: table-cell;
    vertical-align: middle; } }
@media only screen and (min-width: 768px) {
  #home-insights {
    min-height: 470px; }

  .blue-block.home-block-services img {
    bottom: 0 !important; } }
@media only screen and (min-width: 1025px) {
  .world-links {
    padding-top: 2em; } }
.expand-link:hover, .reset-filters:hover {
  text-decoration: none; }
.expand-link .icon, .reset-filters .icon {
  font-size: 14px;
  padding-left: 5px; }

body.pcolor [class*="border"], body.pcolor .facts, body.pcolor .region-page-title {
  border-color: #043144 !important; }
body.pcolor .facts h2, body.pcolor .facts .h2 {
  color: #043144 !important; }
body.pcolor blockquote {
  color: #043144 !important; }

body.scolor [class*="border"], body.scolor .facts, body.scolor .region-page-title {
  border-color: #EA5B24 !important; }
body.scolor .facts h2, body.scolor .facts .h2 {
  color: #EA5B24 !important; }
body.scolor blockquote {
  color: #EA5B24 !important; }

body.tcolor [class*="border"], body.tcolor .facts, body.tcolor .region-page-title {
  border-color: #F2F6F9 !important; }
body.tcolor .facts h2, body.tcolor .facts .h2 {
  color: #F2F6F9 !important; }
body.tcolor blockquote {
  color: #F2F6F9 !important; }

body.quatcolor [class*="border"], body.quatcolor .facts, body.quatcolor .region-page-title {
  border-color: #5EB9CF !important; }
body.quatcolor .facts h2, body.quatcolor .facts .h2 {
  color: #5EB9CF !important; }
body.quatcolor blockquote {
  color: #5EB9CF !important; }

body.quincolor [class*="border"], body.quincolor .facts, body.quincolor .region-page-title {
  border-color: #1E8AB5 !important; }
body.quincolor .facts h2, body.quincolor .facts .h2 {
  color: #1E8AB5 !important; }
body.quincolor blockquote {
  color: #1E8AB5 !important; }

body.sencolor [class*="border"], body.sencolor .facts, body.sencolor .region-page-title {
  border-color: #B4A30F !important; }
body.sencolor .facts h2, body.sencolor .facts .h2 {
  color: #B4A30F !important; }
body.sencolor blockquote {
  color: #B4A30F !important; }

body.sepcolor [class*="border"], body.sepcolor .facts, body.sepcolor .region-page-title {
  border-color: #891B2D !important; }
body.sepcolor .facts h2, body.sepcolor .facts .h2 {
  color: #891B2D !important; }
body.sepcolor blockquote {
  color: #891B2D !important; }

body.octcolor [class*="border"], body.octcolor .facts, body.octcolor .region-page-title {
  border-color: #136F55 !important; }
body.octcolor .facts h2, body.octcolor .facts .h2 {
  color: #136F55 !important; }
body.octcolor blockquote {
  color: #136F55 !important; }

body.noncolor [class*="border"], body.noncolor .facts, body.noncolor .region-page-title {
  border-color: #4D2E2D !important; }
body.noncolor .facts h2, body.noncolor .facts .h2 {
  color: #4D2E2D !important; }
body.noncolor blockquote {
  color: #4D2E2D !important; }

body.dencolor [class*="border"], body.dencolor .facts, body.dencolor .region-page-title {
  border-color: #A7A7A6 !important; }
body.dencolor .facts h2, body.dencolor .facts .h2 {
  color: #A7A7A6 !important; }
body.dencolor blockquote {
  color: #A7A7A6 !important; }

body.elvcolor [class*="border"], body.elvcolor .facts, body.elvcolor .region-page-title {
  border-color: #056C9F !important; }
body.elvcolor .facts h2, body.elvcolor .facts .h2 {
  color: #056C9F !important; }
body.elvcolor blockquote {
  color: #056C9F !important; }

@media only screen and (max-width: 500px) {
  [data-match-height] {
    min-height: auto !important; } }
#header {
  text-align: right;
  /** Removing because it's hiding the lang drop-down. Doesn't seem to be animating anything currently */
  /*transform: translate(0, 0);*/
  /*transition: transform 0.5s ease;*/
}
#header a {
  color: white; }
#header a:hover {
  text-decoration: none;
  color: #EA5B24; }
#header .header--top {
  font-size: 0.77778em;
  background: #062b3a; }
#header .header--top nav {
  padding-right: 70px; }
#header .header--bottom {
  background: #043144;
  font-family: "Lubalin Reg", serif;
  font-size: 0.88889em; }
#header .header--bottom #site-title {
  float: left;
  width: 200px;
  margin-top: 1em; }
#header .header--bottom-nav {
  position: relative;
  padding-right: 60px;
  margin-left: 161px; }
@media only screen and (min-width: 1025px) {
  #header .header--bottom-nav {
    padding-right: 70px;
    margin-left: 140px; } }
#header .header--bottom nav {
  margin-top: 10px; }
@media only screen and (min-width: 1025px) {
  #header .header--bottom nav {
    margin-top: 1.77778em; } }
#header .header--bottom nav li {
  margin: 0 0 1em 1.44444em; }
#header .header--bottom nav li:first-child {
  margin-left: 0; }
@media only screen and (max-width: 1024px) {
  #header .header--bottom #site-title {
    background-image: url("/images/logo-2.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 161px;
    height: 40px;
    margin-top: 0; }
  html.svg #header .header--bottom #site-title {
    background-image: url("/images/logo-2.svg"); }
  #header .header--bottom #site-title img {
    display: none; } }
@media only screen and (max-width: 500px) {
  #header .header--bottom #site-title {
    background-size: contain;
    width: 98px; } }
#header.open {
  -webkit-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
  transition: transform 0.5s ease; }

div.mobile-menu {
  background: #042837;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 270px;
  height: 100%;
  right: -270px;
  padding: 2em 0;
  overflow-y: auto;
  transform: translate(0, 0);
  transition: transform 0.5s ease; }
div.mobile-menu nav {
  margin: 0; }
div.mobile-menu ul {
  margin: 0;
  padding: 0; }
div.mobile-menu ul li {
  list-style: none;
  margin: 0;
  text-align: left; }
div.mobile-menu ul li a {
  padding: 1em;
  display: block;
  color: white;
  border-bottom: 1px dashed #05425c; }
div.mobile-menu .search-wrapper {
  margin: 1em; }
div.mobile-menu .search-wrapper .search-input {
  display: block !important; }
div.mobile-menu.open {
  -webkit-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
  transition: transform 0.5s ease; }

html.mobile-menu-open, html.mobile-menu-open body {
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

#mobile-menu-button {
  float: right;
  margin: 5px 0; }
#mobile-menu-button p {
  float: left;
  line-height: 30px;
  margin: 0 15px 0 0;
  color: white;
  font-family: "akzidenz-grotesk", sans-serif; }
#mobile-menu-button .hamburger {
  float: right; }

div.page-title, div.page-content {
  transform: translate(0, 0);
  transition: transform 0.5s ease; }
div.page-title.open, div.page-content.open {
  -webkit-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
  transition: transform 0.5s ease; }

.region-page-title {
  background-color: #F2F6F9;
  border-bottom: 2px solid #1E8AB5;
  position: relative;
  border-color: #043144; }
.region-page-title .page-title {
  margin-bottom: 0; }
.region-page-title .page-subtitle {
  margin-top: 16px; }
.region-page-title .page-subtitle.date {
  font-size: 16px; }
@media only screen and (min-width: 501px) {
  .region-page-title .container-vlined {
    min-height: 150px; } }
.region-page-title.sub-page .page-parent {
  display: inline-block;
  margin-bottom: 16px; }
.region-page-title.sub-page .page-title {
  margin-top: 16px; }
.region-page-title.with-bg {
  background-image: url("/images/wp-france.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position: bottom; }
@media only screen and (max-width: 1024px) {
  .region-page-title.with-bg {
    background-size: contain; } }
@media only screen and (max-width: 767px) {
  .region-page-title .page-title--icon {
    margin: -44px 0 0; } }
@media only screen and (min-width: 768px) {
  .region-page-title .page-title--icon {
    position: absolute;
    right: 0;
    bottom: 0; } }
.region-page-title .page-title--icon img {
  float: right;
  width: 182px; }
.region-page-title.home-page {
  background-image: url("/images/bg-home.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position: bottom center;
  background-size: contain;
  background-color: #043144;
  border: none; }
.region-page-title.home-page .container {
  padding-top: 3em;
  padding-bottom: 8em;
  background: url("/images/homepage-people.svg") no-repeat 95% bottom;
  background-size: 181px; }
@media only screen and (min-width: 768px) {
  .region-page-title.home-page .container {
    padding-top: 5em; } }
.region-page-title.home-page h1 {
  color: white;
  font-family: "Lubalin Demi", serif;
  max-width: 600px; }
.region-page-title.home-page .page-subtitle {
  max-width: 600px;
  color: white; }
.region-page-title.home-page .circle-arrow {
  width: 65px;
  height: 65px;
  position: absolute;
  background: #315F72;
  border-radius: 50%;
  bottom: -28px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0); }
.region-page-title.home-page .circle-arrow .icon {
  line-height: 68px;
  display: block;
  text-align: center;
  color: white; }
@media only screen and (max-width: 500px) {
  .region-page-title.home-page .circle-arrow {
    width: 51px;
    height: 51px;
    bottom: -22px; }
  .region-page-title.home-page .circle-arrow .icon {
    line-height: 55px; } }
.region-page-title.home-page .border-design {
  width: calc(50% - 12.5px);
  border-top: 1px dotted white;
  border-right: 1px dotted white;
  position: absolute;
  z-index: 2;
  height: 8em; }
.region-page-title.profile-page {
  background: white; }
.region-page-title.profile-page .page-subtitle {
  font-family: "akzidenz-grotesk", sans-serif;
  font-size: 18px;
  color: #5F5F5F; }
.region-page-title.profile-page .profile-img img {
  border: none; }
.region-page-title.profile-page .social-media li {
  margin: 0 10px 0 0;
  font-size: 30px; }
.region-page-title.profile-page .social-media li a:hover {
  text-decoration: none; }
.region-page-title.profile-page .social-media li a:hover .icon {
  color: #EA5B24; }
.region-page-title .profile-info {
  padding-bottom: 1em; }
@media only screen and (min-width: 1025px) {
  .region-page-title .profile-info {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); } }
.region-page-title .profile-info .tel a {
  color: #5F5F5F; }
.region-page-title .profile-info .languages {
  font-size: 0.77778em; }
.region-page-title .profile-info .languages span {
  font-weight: bold; }
@media only screen and (min-width: 768px) {
  .region-page-title.landing-page .header-decription {
    padding-right: 50%;
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: top right; }
  .region-page-title.with-image .container {
    position: relative;
    padding-right: 300px; }
  .region-page-title.with-image .container img {
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: -32px; } }
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .region-page-title.with-image .container img {
    bottom: -52px; } }

.insight-title {
  background-image: url("/images/CI-ico.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position: 0 30px;
  border-bottom: 2px solid #1E8AB5; }
@media only screen and (max-width: 767px) {
  .insight-title {
    background-size: 80px auto; } }
.insight-title h1 {
  margin: 30px 0 30px 0;
  padding-left: 90px; }
.insight-title .search {
  position: relative;
  margin-top: 23px;
  margin-bottom: 26px;
  padding: 0; }
.insight-title .search label {
  line-height: 28px; }
@media only screen and (min-width: 501px) {
  .insight-title .search label {
    position: absolute;
    top: 1em; } }
@media only screen and (max-width: 500px) {
  .insight-title .search label {
    margin-bottom: 5px; } }
@media only screen and (min-width: 501px) {
  .insight-title .search .dark-input {
    padding-left: 85px; } }

.section-header .section-title, .section-header .section-subtitle {
  margin-top: 16px;
  margin-bottom: 16px; }
.section-header.with-image {
  position: relative; }
.section-header.with-image .section-title, .section-header.with-image .section-subtitle {
  padding-right: 80px; }
@media only screen and (min-width: 768px) {
  .section-header.with-image .section-title, .section-header.with-image .section-subtitle {
    padding-right: 300px; } }
.section-header.with-image img {
  max-width: 80px;
  position: absolute;
  right: 0;
  bottom: 3em; }
@media only screen and (min-width: 768px) {
  .section-header.with-image img {
    max-width: 300px; } }
.section-header.with-image.without-subtitle img {
  bottom: 0; }
@media only screen and (min-width: 768px) {
  .section-header.with-link {
    position: relative; }
  .section-header.with-link .section-title {
    float: left; }
  .section-header.with-link .section-link {
    float: right;
    line-height: 74px; }
  .section-header.with-link hr {
    clear: both;
    margin-top: 1em; } }

body.single-sectors .page-title--icon img {
  width: auto; }

.ui-autocomplete {
  background: white;
  max-width: 53%;
  border: solid 1px grey;
  color: black;
  overflow: hidden;
  margin: 0;
  padding: 0; }
.ui-autocomplete .main-heading {
  margin-left: -5px;
  color: black;
  font-weight: bold;
  text-transform: capitalize; }
.ui-autocomplete li {
  color: grey;
  list-style-type: none;
  padding: 4.5px 15px;
  border-bottom: dashed 1px grey;
  margin: 0; }
.ui-autocomplete li:last-child {
  border-bottom: 0; }
.ui-autocomplete li:hover {
  background: #e8e8e8; }
.ui-autocomplete li a {
  display: block; }
.ui-autocomplete li a:hover {
  text-decoration: none; }

.ui-helper-hidden-accessible {
  display: none; }

.profile-card {
  margin-bottom: 26px; }
.profile-card p:not(.island-bottom-margin-half) {
  margin: 0; }

.profile-info p:not(.island-bottom-margin-half) {
  margin: 0; }
.profile-info .h4 {
  margin-bottom: 5px; }
.profile-info .job {
  font-size: 0.77778em;
  font-weight: bold; }
.profile-info p.tel a {
  color: #5F5F5F; }
@media only screen and (min-width: 501px) {
  .profile-info .profile-info--inner {
    position: absolute;
    bottom: 0; } }

.profile-img img {
  border-bottom: 2px solid #1E8AB5;
  border-color: #EA5B24; }
.profile-img a:hover img {
  border-color: #99350f; }

.profile-more {
  position: relative;
  padding: 16px 16px 6em;
  background-image: url("/images/search-icon.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 16px;
  background-position-x: calc(100% - 16px);
  background-position: calc(100% - 16px) 16px; }
.profile-more h3 {
  padding-right: 140px; }
.profile-more .btn, .profile-more form {
  position: absolute;
  bottom: 0; }
.profile-more form {
  right: 0; }
@media only screen and (max-width: 1024px) {
  .profile-more {
    margin-top: 26px;
    min-height: auto !important; } }

.facts {
  border-bottom: 2px solid #1E8AB5;
  padding: 16px 0; }
.facts h2, .facts h4 {
  margin: 0 0 16px 0; }
.facts h2 {
  line-height: 1;
  padding-bottom: 10px; }
.facts.bg-tcolor, p.facts.highlight {
  padding: 16px; }

.blue-block {
  padding: 20px 16px;
  background-color: #F2F6F9; }
@media only screen and (min-width: 1025px) {
  .blue-block {
    padding: 26px; } }
.blue-block h2, .blue-block h3, .blue-block h4 {
  margin: 0 0 16px 0; }
.blue-block span.sector {
  margin: 26px 0 16px;
  display: inline-block;
  font-size: 0.77778em;
  font-weight: bold; }
.blue-block p.by, .blue-block p.read-time, .blue-block p.place {
  font-family: "Lubalin Reg", serif;
  font-size: 0.66667em; }
.blue-block p.by {
  margin-top: 26px; }
.blue-block p.read-time {
  margin-bottom: 0; }
.blue-block.home-block {
  position: relative; }
.blue-block.home-block h2, .blue-block.home-block h3, .blue-block.home-block h4 {
  margin: 16px 0 16px 0; }
.blue-block.home-block .btn {
  margin-top: 16px; }
@media only screen and (min-width: 768px) {
  .blue-block.home-block img:not([class*="float"]) {
    padding-right: 250px;
    position: absolute;
    bottom: 26px; }
  .blue-block.home-block .btn {
    position: absolute;
    bottom: 26px;
    right: 26px; } }
@media only screen and (max-width: 767px) {
  .blue-block.home-block {
    height: auto !important;
    padding-bottom: 20px !important; }
  .blue-block.home-block a.btn {
    display: block;
    margin-top: 2em;
    width: 180px; }
  .blue-block.home-block img, .blue-block.home-block a.btn {
    margin-left: auto;
    margin-right: auto; } }
.blue-block.insights img {
  float: right; }
.blue-block.insights a {
  color: #EA5B24; }
@media only screen and (min-width: 768px) {
  .blue-block.featured-insight {
    padding-bottom: 90px;
    position: relative; }
  .blue-block.featured-insight .btn {
    position: absolute;
    left: 26px;
    bottom: 0; } }
@media only screen and (max-width: 767px) {
  .blue-block.featured-insight .col-5-m {
    margin: 0;
    padding-top: 0; } }
.blue-block.featured-insight .btn-wrapper {
  text-align: center; }
.blue-block.with-btn {
  padding-right: 200px;
  position: relative; }
.blue-block.with-btn h2, .blue-block.with-btn h3 {
  margin: 10px 0; }
.blue-block.with-btn .btn {
  position: absolute;
  right: 26px;
  top: 26px; }
.blue-block.trainees {
  padding-right: 20%;
  background-image: url("/images/logo.png");
  background-repeat: no-repeat;
  background-position: right;
  background-position: 95% bottom; }
.blue-block.careers-block {
  overflow: hidden;
  position: relative;
  padding-bottom: 160px; }
.blue-block.careers-block h3 {
  margin-bottom: 60px; }
.blue-block.careers-block img {
  position: absolute;
  right: 30px;
  bottom: 30px;
  max-width: 30%; }
@media only screen and (min-width: 501px) {
  .blue-block.careers-block .btn {
    position: absolute;
    bottom: 26px;
    left: 26px; } }
.blue-block.careers-block a {
  clear: both; }
@media only screen and (min-width: 768px) {
  .blue-block.select-list h3 {
    line-height: 1; } }

.icon-clock {
  color: #1E8AB5; }

.icon-pin {
  color: #EA5B24;
  font-size: 1.3em; }

.share-this h4 {
  color: #5F5F5F;
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: bold; }
.share-this ul li {
  margin-right: 16px; }
.share-this .icon {
  color: #136F55;
  font-size: 1.11111em; }
.share-this a:hover {
  text-decoration: none; }
.share-this a:hover .icon {
  color: #EA5B24; }

.search-tabs input, .search-tabs select {
  display: inline-block; }
@media only screen and (max-width: 767px) {
  .search-tabs input[type="submit"], .search-tabs select[type="submit"] {
    float: right; } }
@media only screen and (min-width: 1025px) {
  .search-tabs input, .search-tabs select {
    font-size: 18px; } }
.search-tabs input[type="text"], .search-tabs select {
  margin-bottom: 1em; }
@media only screen and (min-width: 768px) {
  .search-tabs input[type="submit"], .search-tabs select[type="submit"] {
    width: 11.6%;
    margin-right: -4px; } }
@media only screen and (min-width: 768px) {
  .search-tabs input[type="text"], .search-tabs select {
    width: 27%;
    margin-right: 2%; } }

.search-tabs-4 input, .search-tabs-4 select {
  display: inline-block; }
@media only screen and (max-width: 767px) {
  .search-tabs-4 input[type="submit"], .search-tabs-4 select[type="submit"] {
    float: right; } }
@media only screen and (min-width: 1025px) {
  .search-tabs-4 input, .search-tabs-4 select {
    font-size: 18px; } }
.search-tabs-4 input[type="text"], .search-tabs-4 select {
  margin-bottom: 1em; }
.search-tabs-4 input[type="submit"] {
  width: 170px;
  float: right; }
@media only screen and (min-width: 768px) {
  .search-tabs-4 input[type="text"], .search-tabs-4 select {
    float: left;
    width: 23.5%;
    margin-right: 2%; } }
.search-tabs-4 select.last {
  margin-right: 0; }

.tabs.two-tabs .tabs-title {
  width: 50%;
  float: left;
  margin-right: 0;
  text-align: center;
  font-family: "Lubalin Reg", serif;
  border: 0; }

.lang-sectors h4 {
  font-size: 15px;
  line-height: 18px; }

@media only screen and (min-width: 501px) {
  .select-with-image {
    padding-left: 124px;
    background-image: url("/images/search-icon.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
    background-position-y: center;
    background-position-x: 16px;
    background-position: 16px center; } }

.about-front {
  position: relative; }
.about-front img {
  position: absolute;
  right: 16px;
  bottom: 20px; }
@media only screen and (min-width: 1025px) {
  .about-front img {
    right: 26px;
    bottom: 26px; } }

/*
footer.footer {
  color: white;
  background: #043144; }
footer.footer ul li {
  margin-bottom: 20px; }
footer.footer ul li a {
  color: white; }
footer.footer a {
  word-wrap: break-word; }

footer.footer .footer--top .icon {
  color: white;
  font-size: 24px; }
  
footer.footer .footer--top .social-media a:hover {
  text-decoration: none; }
footer.footer .footer--top .social-media a:hover .icon {
  color: #EA5B24; }
footer.footer .footer--bottom p {
  font-size: 11px; }
@media only screen and (max-width: 500px) {
  footer.footer .text-right {
    text-align: left;
    margin: 16px 0; }
  footer.footer .col-8-m ul.inline li, footer.footer body.one-sidebar main ul.inline li, body.one-sidebar footer.footer main ul.inline li {
    display: block;
    margin-bottom: 10px; } }
*/

.fact-temp {
  position: relative; }
@media only screen and (min-width: 1025px) {
  .fact-temp .fact-container {
    position: absolute;
    bottom: 72px;
    right: 0; } }
@media only screen and (min-width: 1025px) {
  .fact-temp .fact-container .facts {
    width: calc(100% - 30px); } }

.digital-temp .blue-block {
  min-height: 300px; }

.directions-map {
  padding: 1em 0;
  margin: 1em 0;
  position: relative;
  overflow: hidden; }
.directions-map .error-msg, .directions-map .icon-error {
  color: #ff0000;
  margin: 0; }

.directions-map #map-canvas {
  width: 100%; }

.directions-map #map-canvas img {
  max-width: inherit; }

.directions-map .embed-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.directions-map form {
  padding: 0.5em 0 1em; }

.directions-map form label {
  margin: 0;
  width: 100%; }

.directions-map form label .error-msg {
  font-size: 16px; }

.directions-map form label .error ~ .error-msg {
  padding: 0.5em; }

.directions-map form input[type="text"] {
  font-size: 14px;
  font-size: 1rem;
  padding: 0 0 0 0.8em;
  color: #5f5f5f;
  border: 0; }

.directions-map .from-input-wrapper {
  width: 100%;
  padding: 0 36px 0 0;
  position: relative;
  margin-bottom: 1em; }

.directions-map .from-input-wrapper input[type="text"] {
  height: 36px;
  width: 100%; }

.directions-map .from-input-wrapper #find-location {
  position: absolute;
  right: 0;
  top: 0;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #b5b5b5;
  background-position: -242px -747px;
  height: 36px;
  width: 36px;
  display: block;
  text-align: center; }
.directions-map .from-input-wrapper #find-location:before {
  line-height: 34px; }

.directions-map .from-input-wrapper #from {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #b5b5b5; }

.directions-map .travel-mode-wrapper {
  margin-top: 0.1em;
  position: relative;
  overflow: hidden; }

.directions-map .travel-mode {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1; }

.directions-map .travel-mode li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left; }

.directions-map .travel-mode a {
  display: block;
  outline: none;
  color: #5F5F5F; }
.directions-map .travel-mode a.current {
  color: #EA5B24; }

.directions-map .travel-mode li:before {
  display: none; }

.directions-map .travel-mode li a {
  margin: 0.5em 1em; }

.directions-map input[type=submit] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5em;
  color: #fff; }

.directions-map .adp-placemark {
  border: 0;
  background-color: #f2f2f2; }

.directions-map .adp-placemark td {
  padding: 0.3em; }

@media (min-width: 53.75em) {
  .directions-map .from-input-wrapper {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%; }

  .directions-map .travel-mode-wrapper {
    width: 48.93617%;
    float: right;
    margin-right: 0; } }
.lt-ie9 .directions-map .from-input-wrapper {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }

.lt-ie9 .directions-map .travel-mode-wrapper {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline; }

.no-geolocation .find-location {
  display: none; }

.adp-directions td {
  border: 0;
  color: #5f5f5f; }

.adp b, .adp-list b {
  font-weight: bold; }

.adp-summary {
  color: #5f5f5f; }

body.profile-page main .content p:first-child {
  font-weight: bold; }

/* In Number Component */

    .in-numbers div {

      padding: 16px 0;

    }

    .in-numbers p {

      font-family: "Lubalin Reg", serif;
      font-size: 21px;
      font-weight: normal;
      color: #5F5F5F;
      line-height:100px;
      margin-bottom: 0;

    }

    .in-numbers em,
    .in-numbers bold  {

    }

    .in-numbers em {

      font-style: normal;

    }

    .in-numbers strong {

      font-family: "Lubalin Demi", serif;
      font-size: 83px;
      font-weight: bold;
      line-height: 1em;

    }

    .in-numbers .darkblue {

      color: #043144;

    }

    .in-numbers .lightblue {

      color: #1B6886;

    }

    .in-numbers .orange {

      color: #EA5B24;

    }

    @media only screen and (min-width: 981px) and (max-width: 1200px) {

      .in-numbers p {

        font-size: 18px;
        line-height:80px;

      }

      .in-numbers strong {
        font-size: 71px;

      }

    }

    @media only screen and (min-width: 768px) and (max-width: 980px) {

      .in-numbers p {

        font-size: 14px;
        line-height:60px;

      }

      .in-numbers strong {

        font-size: 50px;
      }

    }


    @media only screen and (min-width: 541px) and (max-width: 767px) {

      .in-numbers p {

        font-size: 18px;
        line-height:80px;

      }

      .in-numbers strong {
        font-size: 71px;

      }

    }

    @media only screen and (min-width: 401px) and (max-width: 540px) {

      .in-numbers p {

        font-size: 14px;
        line-height:60px;

      }

      .in-numbers strong {
        font-size: 50px;

      }

    }

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

      .in-numbers p {

        font-size: 11px;
        line-height:60px;

      }

      .in-numbers strong {
        font-size: 40px;

      }

    }

/*# sourceMappingURL=stylesheet.css.map */
