@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * RESET...............Set our reset defaults
 * FRAMEWORK...........Imports bourbon, grid settings and neat
 * VARIABLES...........Import variables
 * MIXINS..............Custom mixins
 * BASE................Import base layout styles
 * CONVENIENCE.........Import styles to help coworkers transition from Boostrap
 * VENDOR..............jQuery UI, Flex Slider, etc
 * LAYOUTS.............Files for default layout styles
 * MODULES.............Dropdowns, Page specific styles etc.
  */
/*------------------------------------*\
    $RESET

	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
\*------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
html {
  box-sizing: border-box; }

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

/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $COLORS
\*------------------------------------*/
/*------------------------------------*\
    $FONTS
\*------------------------------------*/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/v4.0.3/fontawesome-webfont.eot");
  src: url("../../fonts/v4.0.3/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/v4.0.3/fontawesome-webfont.woff") format("woff"), url("../../fonts/v4.0.3/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/v4.0.3/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/v5.13.0/webfonts/fa-brands-400.eot");
  src: url("../../fonts/v5.13.0/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/v5.13.0/webfonts/fa-brands-400.woff2") format("woff2"), url("../../fonts/v5.13.0/webfonts/fa-brands-400.woff") format("woff"), url("../../fonts/v5.13.0/webfonts/fa-brands-400.ttf") format("truetype"), url("../../fonts/v5.13.0/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.is-visible {
  visibility: visible !important; }

.is-hidden {
  display: none;
  visibility: hidden !important; }

/*input*/
.fill-parent {
  width: 100%; }

/*------------------------------------*\
    $MIXINS/FONTS - Mixins for fonts
\*------------------------------------*/
body, .section-formarea .form-wrapper input[type="text"],
.section-formarea .form-wrapper textarea {
  color: #000;
  font-family: "Proxima Nova W01", Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.875em;
  letter-spacing: 0.05em !important; }

p, ul {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-bottom: 28px; }
  p:last-child, ul:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1200px) {
    p, ul {
      font-size: 1em;
      line-height: 26px; } }
  @media screen and (max-width: 768px) {
    p, ul {
      margin-bottom: 14px; } }
  p a, ul a {
    font-weight: 500; }

h1, h2, h3, .headline, input.search, .quote-box .meta, .ui-selectmenu-button span.ui-selectmenu-text, .submenu ul li a, .section-two-columns .column-one .quote .quote-meta, .section-statistics .column .circle .percent, .careerspage .column-two .unsub-form-wrapper .unsubscribe,
.careerspage .column-two .unsub-form-wrapper .subscribe,
.careerspage .column-two .form-wrapper .unsubscribe,
.careerspage .column-two .form-wrapper .subscribe {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-family: "L Futura W01", Arial, sans-serif;
  letter-spacing: 0.05em; }

h1 {
  font-size: 2.5em;
  line-height: 45px;
  margin-bottom: 25px;
  -webkit-transition: font-size 0.2s ease-out;
  -moz-transition: font-size 0.2s ease-out;
  transition: font-size 0.2s ease-out; }
  @media screen and (max-width: 1200px) {
    h1 {
      font-size: 2.1875em;
      line-height: 40px; } }
  @media screen and (max-width: 768px) {
    h1 {
      margin-bottom: 16px; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 2.1875em;
      line-height: 34px; } }
  h1.smaller-on-mobil {
    font-size: 1.5em;
    line-height: 30px;
    overflow-wrap: break-word; }

h2 {
  font-size: 1.25em;
  line-height: 1.625em;
  margin-bottom: 18px; }
  @media screen and (max-width: 1500px) {
    h2 {
      font-size: 1.125em;
      margin-bottom: 15px; } }
  @media screen and (max-width: 1200px) {
    h2 {
      font-size: 1em;
      line-height: 1.5em; } }
  @media screen and (max-width: 767px) {
    h2 {
      margin-bottom: 7px; } }

h3 {
  font-size: 18px;
  line-height: 22px; }

a {
  -webkit-font-smoothing: antialiased;
  color: inherit;
  font-weight: 500;
  text-decoration: none; }
  a.animate, .section-two-columns .related-links p a, .section-two-columns .related-links a a, .section-two-columns .column-two__content a.links-only {
    -webkit-background-size: 200.22% auto;
    -moz-background-size: 200.22% auto;
    background-size: 200.22% auto;
    background-image: -webkit-linear-gradient( left , rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
    background-position: -0% 0;
    -webkit-transition: background-position 0.3s ease-out;
    -moz-transition: background-position 0.3s ease-out;
    transition: background-position 0.3s ease-out; }
    a.animate:hover, .section-two-columns .related-links p a:hover, .section-two-columns .related-links a a:hover, .section-two-columns .column-two__content a.links-only:hover {
      -webkit-transition: background-position 0.3s ease-out;
      -moz-transition: background-position 0.3s ease-out;
      transition: background-position 0.3s ease-out;
      background-position: -99.99% 0; }

/*------------------------------------*\
    $BASE
\*------------------------------------*/
body {
  height: 100%;
  background: #FFF; }

input {
  border: 0px;
  outline: none; }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

p em {
  font-style: italic; }

/************************************

	Default styling classes

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

.hide {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

.delayedView {
  -webkit-transition: -webkit-transform ease-in 0.4s, opacity ease-in 0.4s;
  -moz-transition: -moz-transform ease-in 0.4s, opacity ease-in 0.4s;
  transition: transform ease-in 0.4s, opacity ease-in 0.4s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }
  .delayedView.hidden {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0; }

/************************************

	Grid

************************************/
.container, .section-contacts-slider .slider-wrap.centerItems {
  margin: auto;
  max-width: 1100px;
  -webkit-transition: margin-left 0.2s ease-out, margin-right 0.2s ease-out;
  -moz-transition: margin-left 0.2s ease-out, margin-right 0.2s ease-out;
  transition: margin-left 0.2s ease-out, margin-right 0.2s ease-out; }
  @media screen and (max-width: 1200px) {
    .container, .section-contacts-slider .slider-wrap.centerItems {
      margin: 0 50px; } }
  @media screen and (max-width: 767px) {
    .container, .section-contacts-slider .slider-wrap.centerItems {
      margin: 0 20px; } }

.section-padding, .section-onecolumn-text, .section-services, .section-front-logowall, .section-statistics, .section-no-results {
  padding: 100px 0; }
  @media screen and (max-width: 1200px) {
    .section-padding, .section-onecolumn-text, .section-services, .section-front-logowall, .section-statistics, .section-no-results {
      padding: 80px 0; } }
  @media screen and (max-width: 767px) {
    .section-padding, .section-onecolumn-text, .section-services, .section-front-logowall, .section-statistics, .section-no-results {
      padding: 60px 0; } }

.basicpageSection {
  margin-bottom: 50px; }

.list-styling, .modal__content .modal-text ul, .section-two-columns .column-one ul:not(.search-results):not(.pagination__menu):not(.bselect-option-list):not(.errors), .section-contact-cities .active-city ul,
.section-contact-cities .active-city ol, .newspage .column-two .column-two__content ul,
.newspage .column-two .column-two__content ol {
  /*for ul*/
  list-style-type: none !important;
  margin-bottom: 28px !important;
  margin-left: 30px !important; }
  .list-styling li, .modal__content .modal-text ul li, .section-two-columns .column-one ul:not(.search-results):not(.pagination__menu):not(.bselect-option-list):not(.errors) li, .section-contact-cities .active-city ul li, .section-contact-cities .active-city ol li, .newspage .column-two .column-two__content ul li, .newspage .column-two .column-two__content ol li {
    position: relative; }
    .list-styling li strong, .modal__content .modal-text ul li strong, .section-two-columns .column-one ul:not(.search-results):not(.pagination__menu):not(.bselect-option-list):not(.errors) li strong, .section-contact-cities .active-city ul li strong, .section-contact-cities .active-city ol li strong, .newspage .column-two .column-two__content ul li strong, .newspage .column-two .column-two__content ol li strong {
      font-weight: 500; }
    .list-styling li:before, .modal__content .modal-text ul li:before, .section-two-columns .column-one ul:not(.search-results):not(.pagination__menu):not(.bselect-option-list):not(.errors) li:before, .section-contact-cities .active-city ul li:before, .section-contact-cities .active-city ol li:before, .newspage .column-two .column-two__content ul li:before, .newspage .column-two .column-two__content ol li:before {
      top: 0;
      left: -30px;
      content: "\f111";
      font-family: "FontAwesome";
      font-size: 6px;
      position: absolute; }

.bold, p strong {
  font-weight: 500; }

.white-bg {
  background-color: rgba(255, 255, 255, 0.8); }

.yellow-bg {
  background-color: rgba(255, 234, 0, 0.8); }

.alert {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px; }
  .alert-error, .alert-info {
    color: #FF3030; }
  .alert-success {
    color: #449056; }

/************************************

	Img effect mixin

************************************/
/************************************

	Search field, input + submit
		Publication and search page

************************************/
.search-sections, .section-filter-profiles, .section-search-and-filter-publications, .searchpage .section-search {
  background-color: #f5f5f5;
  padding: 40px 0; }

input.search {
  background-color: #fff;
  float: left;
  font-size: 1em;
  height: 60px;
  line-height: 15px;
  padding: 20px 10px 19px 30px;
  width: calc(100% - 60px); }
  input.search::-webkit-input-placeholder {
    color: #000;
    font-size: 1em;
    padding-top: 2px; }
  input.search::-moz-placeholder {
    color: #000;
    font-size: 1em;
    padding-top: 2px; }
  input.search:-moz-placeholder {
    color: #000;
    font-size: 1em;
    padding-top: 2px; }
  input.search:-ms-input-placeholder {
    color: #000;
    font-size: 1em;
    padding-top: 2px; }

input.submit {
  background: #000 url("../images/search.png") no-repeat center;
  background-size: 21px;
  cursor: pointer;
  height: 60px;
  width: 60px; }

/************************************

	QUOTE general/basic styling
	(font, size, lineheight)

	<div class="quote quote--with-quotation">
        <div class="quote-text">
            <div class="quotation">“</div>
            Quote skrives her
        </div>
        <div class="quote-meta">
            kun hvis der er noget
        </div>
    </div>

************************************/
.quote-text {
  font-family: "VentiQuattro Regular", "Times New Roman", Georgia, serif;
  font-size: 1.5625em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 768px) {
    .quote-text {
      font-size: 1.25em;
      line-height: 35px; } }

.quote--with-quotation .quotation {
  float: left;
  font-size: 5em;
  padding-right: 15px;
  padding-top: 0.4em;
  margin-bottom: -0.2em; }

.quote-meta {
  margin-top: 10px; }

/************************************

	QUOTE IN BOX
	(frontpage cases/career)

	<div class="text">
		<div class="quote">“Quis nostrud ”</div>
		<div class="meta">Lise Roland Johansen</div>
	</div>

************************************/
.quote-box {
  padding: 30px 40px; }
  @media screen and (max-width: 767px) {
    .quote-box {
      padding: 25px 20px; } }
  .quote-box .quote {
    font-family: "VentiQuattro Regular", "Times New Roman", Georgia, serif;
    font-size: 1.875em;
    line-height: 50px; }
    @media screen and (max-width: 1500px) {
      .quote-box .quote {
        line-height: 45px; } }
    @media screen and (max-width: 768px) {
      .quote-box .quote {
        font-size: 1.5625em;
        line-height: 40px; } }
    @media screen and (max-width: 767px) {
      .quote-box .quote {
        font-size: 1.25em;
        line-height: 30px; } }
  .quote-box .meta {
    line-height: 30px;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .quote-box .meta {
        font-size: 0.875em; } }
    @media screen and (max-width: 767px) {
      .quote-box .meta {
        font-size: 0.75em; } }

/************************************

	Responsive video element
	(basicpage section)

	<div class="video">
		<iframe></iframe>
	</div>

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

/************************************

	Playbutton / arrow right
	CSS only

************************************/
.play-btn {
  border-style: inset;
  border-top: 54px solid rgba(0, 0, 0, 0);
  border-bottom: 54px solid rgba(0, 0, 0, 0);
  border-left: 74px solid #000;
  cursor: pointer;
  display: inline-block;
  height: 0px;
  width: 0px; }
  @media screen and (max-width: 767px) {
    .play-btn {
      border-top: 35px solid rgba(0, 0, 0, 0);
      border-bottom: 35px solid rgba(0, 0, 0, 0);
      border-left: 55px solid #000; } }

/************************************

	.highlight
	Yellow semitransparent box

************************************/
.highlight {
  background: rgba(255, 234, 0, 0.8); }
  .highlight--xlarge {
    padding: 50px 46px; }
    @media screen and (max-width: 1024px) {
      .highlight--xlarge {
        padding: 40px; } }
    @media screen and (max-width: 767px) {
      .highlight--xlarge {
        padding: 20px; } }
  .highlight--large {
    padding: 37px 48px 37px 48px; }
    @media screen and (max-width: 767px) {
      .highlight--large {
        padding: 25px; } }
  .highlight--medium {
    padding: 41px 30px 34px 30px; }
  .highlight--small {
    font-size: 0.875em;
    font-family: "L Futura W01", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.75em;
    padding: 4px 16px;
    text-align: right;
    text-transform: uppercase; }

/*------------------------------------*\
    $BUTTON-STYLES
\*------------------------------------*/
.button {
  background-color: #000;
  box-shadow: inset 0 0 0 0 #262626;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "L Futura W01", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.375em;
  letter-spacing: 0.05em;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  height: 90px;
  width: 300px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s; }
  .button:hover {
    box-shadow: inset 300px 0 0 0 #2b2b2b; }
  @media screen and (max-width: 1399px) {
    .button {
      font-size: 1.25em;
      line-height: 80px;
      height: 80px;
      width: 270px; } }
  @media screen and (max-width: 767px) {
    .button {
      font-size: 0.875em;
      line-height: 60px;
      height: 60px;
      width: 200px; } }
  .button-small {
    font-size: 1em;
    height: 60px;
    line-height: 60px; }

/*------------------------------------*\
    $VENDOR
\*------------------------------------*/
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*------------------------------------*\
    $LAYOUTS
\*------------------------------------*/
/************************************

	GLOBAL HEADER

	Contents:
		-HEADER LARGE / DEFAULT
		-HEADER XLARGE ONLY (Above 2500)

		frontpage, basicpage and off-canvas

		-header scrolled in bottom

************************************/
/************************************
	Local Header Breakpoints
************************************/
/************************************
	Default size
************************************/
.site-search {
  background: #fff;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  height: 100px;
  width: 100%;
  top: -100px;
  z-index: -1;
  -webkit-transition: top 0.2s, opacity 0s 0.2s;
  -moz-transition: top 0.2s, opacity 0s 0.2s;
  transition: top 0.2s, opacity 0s 0.2s; }
  .site-search.active {
    -webkit-transition: top 0.2s, opacity 0s;
    -moz-transition: top 0.2s, opacity 0s;
    transition: top 0.2s, opacity 0s;
    opacity: 1;
    top: 0px; }
  @media screen and (max-width: 1023px) {
    .site-search {
      display: none; } }
  .site-search .container, .site-search .section-contacts-slider .slider-wrap.centerItems, .section-contacts-slider .site-search .slider-wrap.centerItems {
    height: 100%;
    margin: 0 100px;
    max-width: 100%;
    padding: 20px 0;
    position: relative;
    /*a*/ }
    .site-search .container i, .site-search .section-contacts-slider .slider-wrap.centerItems i, .section-contacts-slider .site-search .slider-wrap.centerItems i {
      color: #000;
      float: left;
      font-size: 22px;
      line-height: 60px;
      width: 60px; }
    .site-search .container input, .site-search .section-contacts-slider .slider-wrap.centerItems input, .section-contacts-slider .site-search .slider-wrap.centerItems input {
      font-size: 30px;
      font-weight: 300;
      line-height: 60px;
      padding: 0; }
      .site-search .container input::-webkit-input-placeholder, .site-search .section-contacts-slider .slider-wrap.centerItems input::-webkit-input-placeholder, .section-contacts-slider .site-search .slider-wrap.centerItems input::-webkit-input-placeholder {
        color: #d7d7d7; }
      .site-search .container input::-moz-placeholder, .site-search .section-contacts-slider .slider-wrap.centerItems input::-moz-placeholder, .section-contacts-slider .site-search .slider-wrap.centerItems input::-moz-placeholder {
        color: #d7d7d7; }
      .site-search .container input:-moz-placeholder, .site-search .section-contacts-slider .slider-wrap.centerItems input:-moz-placeholder, .section-contacts-slider .site-search .slider-wrap.centerItems input:-moz-placeholder {
        color: #d7d7d7; }
      .site-search .container input:-ms-input-placeholder, .site-search .section-contacts-slider .slider-wrap.centerItems input:-ms-input-placeholder, .section-contacts-slider .site-search .slider-wrap.centerItems input:-ms-input-placeholder {
        color: #d7d7d7; }
    .site-search .container .close:before, .site-search .section-contacts-slider .slider-wrap.centerItems .close:before, .section-contacts-slider .site-search .slider-wrap.centerItems .close:before {
      background: #000;
      color: #fff;
      content: '\00d7';
      font-size: 25px;
      line-height: 25px;
      margin-top: -15px;
      position: absolute;
      right: 0;
      height: 30px;
      width: 30px;
      text-align: center;
      top: 50%; }

.header {
  height: auto;
  width: 100%;
  color: #fff;
  font-family: "L Futura W01", Arial, sans-serif;
  padding: 45px 0 0 50px;
  position: fixed;
  text-transform: uppercase;
  top: -245px;
  -webkit-backface-visibility: hidden;
  backface-visibilty: hidden;
  z-index: 100;
  -webkit-transition: padding-top 0.2s, padding-bottom 0.2s;
  -moz-transition: padding-top 0.2s, padding-bottom 0.2s;
  transition: padding-top 0.2s, padding-bottom 0.2s;
  /*a*/
  /*nav*/ }
  .header.search-active {
    padding-top: 145px; }
  .header .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .header .header-logo {
    display: block;
    -webkit-flex-basis: 1;
    -moz-flex-basis: 1;
    flex-basis: 1;
    -ms-flex-preferred-size: 1;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 3;
    -moz-flex-shrink: 3;
    flex-shrink: 3;
    -ms-flex-negative: 3;
    padding-right: 60px; }
    .header .header-logo img {
      margin: 0;
      display: none;
      height: auto;
      max-width: 100%;
      width: 100%; }
    .header .header-logo .logo--small {
      display: block; }
    .header .header-logo.frontpage .logo--large {
      display: block; }
    .header .header-logo.frontpage .logo--small {
      display: none; }
  .header .nav-main {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-flex-basis: 1;
    -moz-flex-basis: 1;
    flex-basis: 1;
    -ms-flex-preferred-size: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .header .nav-main .menu-extras {
      margin-top: -16px; }
      .header .nav-main .menu-extras a {
        display: block;
        float: left;
        line-height: 46px;
        text-align: center;
        height: 46px;
        width: 44px;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        transition: background 0.2s; }
        .header .nav-main .menu-extras a:after {
          font-family: "FontAwesome";
          font-size: 20px; }
        .header .nav-main .menu-extras a.linkedin {
          background: #fff; }
          .header .nav-main .menu-extras a.linkedin:after {
            color: #000;
            content: ""; }
          .header .nav-main .menu-extras a.linkedin:hover {
            background: #e0e0e0; }
        .header .nav-main .menu-extras a.instagram {
          background: #fff; }
          .header .nav-main .menu-extras a.instagram:hover {
            background: #e0e0e0; }
          .header .nav-main .menu-extras a.instagram i {
            color: #000;
            font-size: 24px;
            font-weight: 700; }
        .header .nav-main .menu-extras a.search {
          background: #000; }
          .header .nav-main .menu-extras a.search:after {
            content: "";
            color: #FFF; }
          .header .nav-main .menu-extras a.search:hover {
            background: #1f1f1f; }
    .header .nav-main ul {
      line-height: 18px;
      margin: 0 21px 0 0;
      text-align: right; }
      .header .nav-main ul li {
        display: inline-block;
        font-size: 0.9375em;
        font-weight: 300; }
        .header .nav-main ul li a {
          margin: 0 21px;
          -webkit-transition: color 0.2s;
          -moz-transition: color 0.2s;
          transition: color 0.2s; }
          .header .nav-main ul li a:hover {
            color: rgba(255, 255, 255, 0.5); }
        .header .nav-main ul li.active a {
          background: rgba(255, 255, 255, 0.8);
          color: #000;
          margin: 0 6px;
          padding: 6px 15px; }

/************************************
	XXX-LARGE ONLY
************************************/
@media screen and (min-width: 2500px) {
  .header {
    /*div*/ }
    .header .header-logo.frontpage .logo--xlarge {
      display: block; }
    .header .header-logo.frontpage .logo--large {
      display: none; } }

/************************************
	XX-LARGE AND BELOW (1500)
************************************/
@media screen and (max-width: 1500px) {
  .header {
    /*nav*/ }
    .header .nav-main ul li {
      font-size: 0.875em; }
      .header .nav-main ul li a {
        margin: 0 12px; }
      .header .nav-main ul li.active a {
        margin: 0px; } }

/************************************
	XX-LARGE AND BELOW (1399)
************************************/
@media screen and (max-width: 1399px) {
  .header {
    /*nav*/ }
    .header .nav-main ul li a {
      margin: 0 8px; } }

/************************************
	LARGE AND BELOW (1200)
************************************/
@media screen and (max-width: 1200px) {
  .header {
    /*div*/
    /*nav*/ }
    .header .header-logo {
      padding-right: 35px; }
    .header .nav-main ul li {
      font-size: 0.8125em; } }

/************************************
	Custom break - below 1124px
************************************/
@media screen and (max-width: 1124px) {
  .header {
    /*div*/ }
    .header .header-logo.frontpage .logo--large {
      display: none; }
    .header .header-logo.frontpage .logo--small {
      display: block; } }

/************************************
	Below tablet landscape (1024)
************************************/
@media screen and (max-width: 1024px) {
  .header {
    /*div*/
    /*nav*/ }
    .header .header-logo {
      padding-right: 35px; }
    .header .nav-main ul li {
      font-size: 0.75em; }
      .header .nav-main ul li a {
        margin: 0 8px; } }

/************************************
	Break to off-canvas 1023
************************************/
@media screen and (max-width: 1023px) {
  .header {
    -webkit-transition: background 0s ease, padding 0.4s;
    -moz-transition: background 0s ease, padding 0.4s;
    transition: background 0s ease, padding 0.4s;
    /*nav*/ }
    .header .flexbox {
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    .header .mobile-menu-icon {
      height: 50px;
      width: 50px;
      background: #000;
      display: block;
      font-size: 25px;
      line-height: 50px;
      text-align: center; }
      .header .mobile-menu-icon i {
        left: 1px;
        position: relative; }
    .header .nav-main {
      display: none; } }

/************************************
	Mobile only
************************************/
@media screen and (max-width: 767px) {
  .header {
    padding: 25px 0 0 20px;
    /*div*/
    /*nav*/ }
    .header .header-logo {
      padding-right: 25px; }
    .header .nav-main {
      display: none; } }

/************************************
	Header scrolled
************************************/
.header.scrolled {
  background-color: #000;
  min-height: 70px;
  padding: 0 50px;
  top: -70px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  -webkit-transition: min-height 0.2s, padding-top 0.2s;
  -moz-transition: min-height 0.2s, padding-top 0.2s;
  transition: min-height 0.2s, padding-top 0.2s;
  /*a*/
  /*nav*/ }
  .header.scrolled.search-active {
    min-height: 170px;
    padding-top: 100px; }
  .header.scrolled .header-logo {
    min-width: 270px;
    padding: 12px 40px 12px 0; }
    .header.scrolled .header-logo .logo--small {
      display: block;
      height: 46px;
      width: auto; }
    .header.scrolled .header-logo .logo--large, .header.scrolled .header-logo .logo--xlarge {
      display: none; }
  .header.scrolled .nav-main .menu-extras {
    margin-top: 10px; }
    .header.scrolled .nav-main .menu-extras a.linkedin, .header.scrolled .nav-main .menu-extras a.instagram {
      display: none; }
    .header.scrolled .nav-main .menu-extras a.search:hover {
      background: #000; }
  .header.scrolled .nav-main ul {
    line-height: 70px; }

/************************************
	Header scrolled - with collapse
************************************/
@media screen and (max-width: 1023px) {
  .header {
    top: 0 !important; }
    .header.scrolled {
      background: transparent;
      height: 50px;
      padding: 0 0 0 15px;
      /*div*/ }
      .header.scrolled .header-logo {
        opacity: 0; } }

/************************************

	GLOBAL FOOTER

	Contents:
		-FOOTER LARGE / DEFUALT
		-FOOTER BELOW 1200
		-FOOTER BREAK LARGE (1024)
		-FOOTER BREAK Above tablet (900)
		-FOOTER BREAK (mobile)

************************************/
/************************************
	Local Footer Breakpoints
************************************/
/************************************
	FOOTER LARGE / DEFUALT
************************************/
.footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  /*div*/
  /*div*/
  /*div*/
  /*div*/ }
  .footer__bg {
    background: rgba(22, 22, 22, 0.9);
    padding-top: 67px; }
  .footer__content {
    padding-bottom: 282px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .footer__content h3 {
      font-size: 1.25em;
      margin-bottom: 22px; }
    .footer__content p {
      font-size: 1em;
      font-weight: 300;
      letter-spacing: 0; }
    .footer__content a {
      color: #fff;
      font-family: "L Futura W01", Arial, sans-serif;
      font-weight: 500;
      text-transform: uppercase; }
    .footer__content div.column {
      padding-right: 30px;
      width: 21%; }
      .footer__content div.column.last {
        padding-right: 0px; }
    .footer__content .logo {
      padding-right: 30px; }
      .footer__content .logo img, .footer__content .logo svg {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        max-width: 100%; }
        .footer__content .logo img.logo--small, .footer__content .logo svg.logo--small {
          display: none; }
  .footer__privacy {
    position: relative;
    top: 20px;
    font-size: 0.8125em; }
    .footer__privacy img {
      vertical-align: middle;
      padding-right: 8px; }
    .footer__privacy a {
      text-decoration: underline;
      font-weight: 300; }
  .footer__bottom {
    padding: 20px 0;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    /*div*/
    /*div*/ }
    .footer__bottom .small-print {
      font-size: 0.75em;
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      /*span*/
      /*span*/
      /*span*/ }
      .footer__bottom .small-print .copyright {
        border-right: 1px solid #fff;
        margin-right: 20px;
        padding-right: 20px; }
      .footer__bottom .small-print .linkedin i {
        color: #fff;
        font-size: 20px;
        margin-left: 10px; }
      .footer__bottom .small-print .instagram i {
        color: #fff;
        font-size: 20px;
        margin-left: 10px; }
    .footer__bottom .slogan {
      color: #ffea00;
      font-family: "VentiQuattro Regular", "Times New Roman", Georgia, serif;
      font-size: 2.1875em;
      -webkit-font-smoothing: antialiased; }

/************************************
	FOOTER $large-below / 1200px
************************************/
@media screen and (max-width: 1200px) {
  .footer {
    /*div*/
    /*div*/ }
    .footer__content .logo img.logo--large, .footer__content .logo svg.logo--large {
      display: none; }
    .footer__content .logo img.logo--small, .footer__content .logo svg.logo--small {
      display: block; }
    .footer__content div.column {
      width: 33%; }
    .footer__bottom {
      /*div*/ }
      .footer__bottom .slogan {
        font-size: 1.8125em; } }

/************************************
	FOOTER BREAK LARGE / 1024
************************************/
@media screen and (max-width: 1024px) {
  .footer {
    /*div*/
    /*div*/ }
    .footer__content h3 {
      font-size: 1.125em; }
    .footer__content p {
      font-size: 0.9375em; }
    .footer__bottom {
      /*div*/
      /*div*/ }
      .footer__bottom .small-print {
        /*span*/ }
        .footer__bottom .small-print .copyright {
          display: none; }
      .footer__bottom .slogan {
        font-size: 1.6875em; } }

/************************************
	-FOOTER BREAK Above tablet (920)
************************************/
@media screen and (max-width: 920px) {
  .footer {
    /*div*/
    /*div*/ }
    .footer__content {
      padding-bottom: 65px; }
      .footer__content h3 {
        font-size: 1.25em; }
      .footer__content p {
        font-size: 1em; }
      .footer__content .logo {
        display: none; }
    .footer .logo-small {
      display: block;
      margin-bottom: 140px;
      max-height: 81px;
      max-width: 376px; } }

/************************************
	FOOTER MOBILE
************************************/
@media screen and (max-width: 767px) {
  .footer {
    /*div*/
    /*div*/
    /*div*/
    /*div*/ }
    .footer__bg {
      padding-top: 30px; }
    .footer__content {
      display: block;
      padding-bottom: 20px; }
      .footer__content h3 {
        margin: 0; }
      .footer__content > div.column {
        display: none; }
      .footer__content .accordion-container {
        display: block;
        width: 100%; }
    .footer__privacy {
      top: 0;
      padding-top: 50px; }
    .footer__bottom {
      display: block;
      /*div*/
      /*div*/ }
      .footer__bottom .small-print {
        /*span*/ }
        .footer__bottom .small-print .linkedin {
          display: none; }
      .footer__bottom .slogan {
        font-size: 1.5625em; } }

/*------------------------------------*\
    $ELEMENTS
\*------------------------------------*/
/************************************
	
	"OFF-CANVAS"
	Default (hidden)

	Contents:
		Default
		Tablet/header collapse
		Mobile

************************************/
/************************************
	Local Header Breakpoints
	$menu-collapse-break is set in _header.scss
************************************/
body.off-canvas-open {
  overflow: hidden; }

/*div*/
.off-canvas-wrap {
  background: rgba(0, 0, 0, 0.92);
  color: #fff;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  text-align: right;
  top: 0;
  z-index: -10;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .off-canvas-wrap.off-canvas-open {
    opacity: 1;
    z-index: 100;
    -webkit-overflow-scrolling: touch; }
  .off-canvas-wrap .top {
    padding: 40px 0;
    position: relative;
    text-align: left; }
    .off-canvas-wrap .top a:before {
      content: '\00d7';
      font-size: 40px;
      right: -50px;
      line-height: 50px;
      margin-top: -30px;
      position: absolute;
      height: 50px;
      width: 50px;
      text-align: center;
      top: 50%; }
  .off-canvas-wrap .menus {
    margin: 30px 0; }
  .off-canvas-wrap ul {
    margin-bottom: 0px; }
    .off-canvas-wrap ul > li > a {
      font-family: "L Futura W01", Arial, sans-serif;
      font-size: 1.25em;
      line-height: 60px;
      text-transform: uppercase; }

@media screen and (max-width: 1023px) {
  /*div*/
  .off-canvas-wrap {
    display: block; } }

@media screen and (max-width: 767px) {
  /*div*/
  .off-canvas-wrap {
    text-align: center; }
    .off-canvas-wrap .top {
      padding: 20px 0 10px 0; }
      .off-canvas-wrap .top a:before {
        right: -20px; }
    .off-canvas-wrap ul > li > a {
      font-size: 1.0625em;
      line-height: 48px; } }

@media screen and (max-width: 480px) {
  /*div*/
  .off-canvas-wrap .top img {
    max-width: 180px; }
  .off-canvas-wrap ul > li > a {
    font-size: 0.875em;
    line-height: 38px; } }

/*------------------------------------*\
    $SLIDER // Dafault
    
    Specific styles for certain sliders 
    where they are used
\*------------------------------------*/
.slider {
  position: relative;
  /*ul*/
  /*ul*/
  /*a*/
  /*a*/ }
  .slider .slides {
    /*li*/ }
    .slider .slides .slide {
      display: none;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .slider .flex-direction-nav {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    z-index: 3;
    /*a*/ }
    .slider .flex-direction-nav a {
      background-repeat: no-repeat;
      outline: none;
      position: absolute;
      height: 57px;
      width: 32px; }
    .slider .flex-direction-nav .flex-disabled {
      display: none !important; }
  .slider .flex-prev {
    background-image: url("../images/arrow_left.png");
    left: 40px; }
    @media screen and (max-width: 1500px) {
      .slider .flex-prev {
        left: 25px; } }
    @media screen and (max-width: 1200px) {
      .slider .flex-prev {
        left: 9px; } }
  .slider .flex-next {
    background-image: url("../images/arrow_right.png");
    right: 40px; }
    @media screen and (max-width: 1500px) {
      .slider .flex-next {
        right: 25px; } }
    @media screen and (max-width: 1200px) {
      .slider .flex-next {
        right: 9px; } }

form input[type="checkbox"],
form input[type="radio"] {
  display: none; }

form [type="checkbox"]:not(:checked) + label,
form [type="checkbox"]:checked + label,
form [type="radio"]:not(:checked) + label,
form [type="radio"]:checked + label {
  cursor: pointer;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative; }

form [type="checkbox"]:not(:checked) + label:before,
form [type="checkbox"]:checked + label:before,
form [type="radio"]:not(:checked) + label:before,
form [type="radio"]:checked + label:before {
  height: 30px;
  width: 30px;
  background-color: #fff;
  content: '';
  font-family: "FontAwesome";
  font-size: 19px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0; }

form [type="checkbox"]:not(:checked) + label:before,
form [type="checkbox"]:checked + label:before {
  color: #3c3e3f;
  line-height: 31px; }

form [type="checkbox"]:checked + label:before {
  content: "\f00c"; }

form [type="radio"]:not(:checked) + label:before,
form [type="radio"]:checked + label:before {
  border-radius: 50%;
  color: #6a6a6a;
  font-size: 18px;
  line-height: 33px;
  padding-left: 1px;
  width: 29px; }

form [type="radio"]:checked + label:before {
  content: "\f111"; }

/************************************

	CUSTOM SELECT STYLING
	Default vendor styling i:
		vendor/jquery-ui-selectmenu.scss

************************************/
.custom-select {
  display: none;
  width: 100%; }

.ui-selectmenu-button {
  background: #e6e6e6;
  line-height: 1em;
  outline: 0px; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 1em;
    line-height: 15px;
    padding: 23px 50px 22px 30px; }
  .ui-selectmenu-button span.ui-icon {
    margin-top: -5px;
    right: 30px;
    height: 10px;
    width: 15px; }
    .ui-selectmenu-button span.ui-icon:before {
      content: "\f0d7";
      display: block;
      font-family: "FontAwesome";
      font-size: 25px; }

.ui-selectmenu-menu {
  background: #e6e6e6;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  z-index: 3; }
  .ui-selectmenu-menu li {
    cursor: pointer;
    padding: 10px 30px; }
    .ui-selectmenu-menu li.active {
      font-weight: 500; }
      .ui-selectmenu-menu li.active:after {
        content: "\f00c";
        font-family: "FontAwesome";
        position: absolute;
        right: 30px; }

select {
  opacity: 0; }

.bselect-inaccessible {
  display: block !important;
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px) !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important; }

.bselect {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26);
  position: relative;
  text-align: left; }
  .bselect-label {
    display: block;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    color: #a5a5a5;
    font-size: 1.125em;
    outline: none;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0 20px;
    width: 100% !important; }
    .bselect-label:hover {
      cursor: pointer; }
  .bselect-caret {
    height: 100%;
    width: 30px;
    background: #fff;
    border: 2px solid #fff;
    border-left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0; }
    .bselect-caret:before {
      height: 0;
      width: 0;
      border-left: 7.5px solid transparent;
      border-right: 7.5px solid transparent;
      border-top: 11px solid #6a6a6a;
      content: '';
      display: block;
      position: absolute;
      top: 45%;
      right: 18px; }
    .bselect-caret:hover {
      cursor: pointer; }
  .bselect-dropdown {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.26);
    border: 1px solid #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 5; }
  .bselect-option-list {
    background-color: #fff;
    height: auto !important;
    max-height: 400px;
    overflow-y: auto; }
  .bselect-option.active {
    font-weight: 500; }
  .bselect-option a {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    display: block;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-radius: 0;
    font-weight: 200;
    min-height: 60px;
    line-height: 1.5;
    outline: none;
    width: 100% !important;
    padding: 17px 20px; }
    .bselect-option a:hover {
      cursor: pointer; }

/************************************
	
	CSS Accordion
	Checkbox or radiobutton
	Modified from http://tympanus.net/codrops/2012/02/21/accordion-with-css3/
	
	(default used in footer mobile)

************************************/
.accordion-container label {
  cursor: pointer;
  display: block;
  font-weight: 500;
  line-height: 54px;
  position: relative;
  z-index: 20; }
  .accordion-container label i {
    font-size: 1.3125em;
    position: absolute;
    right: 0;
    top: 15px; }
    .accordion-container label i.open {
      display: none; }

.accordion-container input {
  display: none; }

.accordion-container input:checked + label i.closed {
  display: none; }

.accordion-container input:checked + label i.open {
  display: block; }

.accordion-container article {
  max-height: 0px;
  overflow: hidden;
  position: relative;
  z-index: 8;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out; }
  .accordion-container article p {
    margin-bottom: 10px; }

.accordion-container input:checked ~ article {
  max-height: 200px; }

/************************************
	
	Larger Accordion version
	(used on single service)

************************************/
.accordion-container.large label:before {
  background-color: #ffea00;
  content: "";
  display: inline-block;
  margin: 0 14px 0 0;
  height: 12px;
  width: 11px; }

.accordion-container.large label i {
  position: relative;
  left: 8px;
  top: 2px; }

.accordion-container.large input:checked + label i.open {
  display: inline-block; }

.accordion-container.large article {
  padding-left: 30px; }

.accordion-container.large input:checked ~ article {
  max-height: 2000px; }

/*------------------------------------*\
    $Element PAGINATION
    Used on news and publication
\*------------------------------------*/
.pagination {
  padding: 50px 0 70px 0; }
  .pagination__numbers {
    float: left; }
    .pagination__numbers ul {
      margin: 0 !important; }
      .pagination__numbers ul li {
        background: #e6e6e6;
        float: left;
        font-size: 1.375em;
        line-height: 90px;
        margin-bottom: 2px;
        margin-right: 2px;
        height: 90px;
        width: 90px;
        text-align: center; }
        @media screen and (max-width: 1399px) {
          .pagination__numbers ul li {
            font-size: 1.25em;
            line-height: 80px;
            height: 80px;
            width: 80px; } }
        @media screen and (max-width: 767px) {
          .pagination__numbers ul li {
            font-size: 0.875em;
            line-height: 60px;
            height: 60px;
            width: 60px; } }
        .pagination__numbers ul li a {
          font-weight: 300;
          display: block; }
        .pagination__numbers ul li.active {
          background: #000;
          color: #FFF; }
          .pagination__numbers ul li.active a {
            font-weight: 700; }
  .pagination__button {
    float: right; }
    @media screen and (max-width: 850px) {
      .pagination__button {
        display: none; } }

/*------------------------------------*\
    $Element SUBMENU
    Used on careerpage (for now)
\*------------------------------------*/
.submenu {
  background: #fff;
  border-bottom: 1px solid #dddddd;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 0;
  width: auto !important;
  white-space: nowrap; }
  .submenu ul li {
    display: inline;
    margin-left: 60px; }
    .submenu ul li:first-child {
      margin-left: 0px; }
    .submenu ul li:last-child {
      margin-right: 30px; }
    .submenu ul li a {
      font-size: 0.875em; }
    .submenu ul li:not(.active) a {
      color: #a7a7a7; }

/*------------------------------------*\
    Mobile
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .submenu {
    margin: 0;
    padding: 30px 20px; }
    .submenu ul li {
      margin-left: 40px; } }

/************************************
	
	Fullscreen overlay
	
	Modified from: 
	http://tympanus.net/Development/FullscreenOverlayStyles/index7.html
	(content push)

************************************/
body.modal-open {
  min-height: 100%;
  overflow: hidden; }

.modal {
  background: #f5f5f5;
  left: -100%;
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibilty: hidden;
  height: 100%;
  width: 100%;
  z-index: 200;
  /*a*/
  /*a*/ }
  .modal.open-on-load {
    left: 0; }
  .modal .modal-print {
    background: url("../images/print.png");
    display: block;
    position: absolute;
    height: 28px;
    width: 28px;
    outline: none;
    right: 130px;
    top: 56px; }
    @media screen and (max-width: 950px) {
      .modal .modal-print {
        right: 80px;
        top: 26px; } }
  .modal .modal-close {
    background: #f5f5f5;
    border: 3px solid #000;
    cursor: pointer;
    display: block;
    font-size: 44px !important;
    line-height: 54px !important;
    outline: none;
    position: absolute;
    right: 40px;
    top: 40px;
    height: 60px;
    width: 60px;
    text-align: center;
    z-index: 300;
    -webkit-backface-visibility: hidden;
    backface-visibilty: hidden;
    -webkit-transform: translate3d(0);
    -moz-transform: translate3d(0);
    -ms-transform: translate3d(0);
    -o-transform: translate3d(0);
    transform: translate3d(0); }
    .modal .modal-close:before {
      content: '\00d7'; }
    @media screen and (max-width: 950px) {
      .modal .modal-close {
        line-height: 34px !important;
        right: 20px;
        top: 20px;
        height: 40px;
        width: 40px; } }
  .modal__content {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .modal__content .modal-text {
      margin: auto;
      max-width: 715px;
      padding: 220px 0; }
      .modal__content .modal-text p, .modal__content .modal-text ul {
        font-size: 18px !important;
        line-height: 28px !important; }
        @media screen and (max-width: 1200px) {
          .modal__content .modal-text p, .modal__content .modal-text ul {
            font-size: 1em !important;
            line-height: 26px !important; } }
      @media screen and (max-width: 768px) {
        .modal__content .modal-text {
          margin: 0 50px;
          padding: 110px 0; } }
      @media screen and (max-width: 767px) {
        .modal__content .modal-text {
          margin: 0 20px;
          padding: 80px 0; } }
      .modal__content .modal-text h3 {
        margin-bottom: 10px; }
      .modal__content .modal-text .date {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px; }

.cookies {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  background: #FFF;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  bottom: 0;
  left: 0;
  padding: 40px;
  position: fixed;
  width: 275px;
  will-change: transform; }
  .cookies__title {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 36px; }
    .cookies__title img {
      margin-right: 16px; }
    .cookies__title h3 {
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 0; }
  .cookies__text {
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 40px; }
    .cookies__text a {
      text-decoration: underline; }
  .cookies__action .button {
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    letter-spacing: 2px;
    line-height: 60px;
    width: 100%; }
  .cookies.hidden {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%); }

/*------------------------------------*\
    $SECTIONS
\*------------------------------------*/
/*------------------------------------*\
    
    $SECTION-TWO-COLUMNS
   
\*------------------------------------*/
/*------------------------------------*\
    Default - for all sizes
\*------------------------------------*/
.section-two-columns {
  margin-bottom: 50px;
  margin-top: 50px; }
  .section-two-columns h3 {
    margin-bottom: 20px; }
  .section-two-columns .wysiwygtext {
    margin-bottom: 50px; }
  .section-two-columns .related-links p, .section-two-columns .related-links a {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.875em; }
  .section-two-columns .related-links--left {
    margin-top: 35px; }
  .section-two-columns .related-links--marker i {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px; }
  .section-two-columns .column-one {
    margin-right: 40px;
    position: relative; }
    .section-two-columns .column-one .sub_title {
      font-size: 1.375em;
      line-height: 1.75em; }
      .section-two-columns .column-one .sub_title--below {
        margin: -25px 0 30px 0; }
        @media screen and (max-width: 767px) {
          .section-two-columns .column-one .sub_title--below {
            margin-top: -15px; } }
    .section-two-columns .column-one .original_title {
      color: rgba(0, 0, 0, 0.25);
      font-family: "L Futura W01", Arial, sans-serif;
      font-weight: 500;
      margin: -12px 0 30px; }
    .section-two-columns .column-one img {
      height: auto;
      max-width: 100%; }
    .section-two-columns .column-one .linkedin {
      display: block;
      margin-bottom: 50px; }
    .section-two-columns .column-one .quote {
      margin: 60px 0 40px 0; }
      .section-two-columns .column-one .quote .quote-meta {
        font-size: 17px;
        line-height: 30px;
        margin-top: 20px; }
    .section-two-columns .column-one .text-columns {
      margin-bottom: 40px;
      margin-right: -40px; }
      .section-two-columns .column-one .text-columns::after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (max-width: 850px) {
        .section-two-columns .column-one .text-columns {
          margin-right: -20px; } }
      .section-two-columns .column-one .text-columns .column {
        padding-right: 40px; }
        @media screen and (max-width: 850px) {
          .section-two-columns .column-one .text-columns .column {
            padding-right: 20px; } }
      .section-two-columns .column-one .text-columns img {
        width: 100%;
        max-width: 100%; }
  .section-two-columns .column-two {
    max-width: 340px;
    min-width: 260px; }
    .section-two-columns .column-two ul {
      list-style-type: disc;
      margin-left: 20px; }
    .section-two-columns .column-two img {
      height: auto;
      margin-bottom: 10px;
      max-width: 100%; }
      .section-two-columns .column-two img.publication_img {
        background: #eaeaea;
        padding: 1px; }
    .section-two-columns .column-two .service_icon img {
      height: 150px; }
    .section-two-columns .column-two__content {
      margin-bottom: 38px; }
      .section-two-columns .column-two__content.withBorder {
        border-bottom: 1px solid #d1d1d1;
        margin-bottom: 25px;
        padding-bottom: 20px; }
      .section-two-columns .column-two__content p, .section-two-columns .column-two__content a:not(.button), .section-two-columns .column-two__content span, .section-two-columns .column-two__content ul {
        font-size: 1em;
        line-height: 1.625em; }
      .section-two-columns .column-two__content a.animate, .section-two-columns .column-two__content .related-links p a, .section-two-columns .related-links p .column-two__content a, .section-two-columns .column-two__content .related-links a a, .section-two-columns .related-links a .column-two__content a, .section-two-columns .column-two__content a.links-only {
        padding: 5px 0; }
      .section-two-columns .column-two__content .position {
        margin-bottom: 20px; }
      .section-two-columns .column-two__content .employee_info {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .section-two-columns .column-two__content .employee_info.no-flex {
          display: block; }
        .section-two-columns .column-two__content .employee_info span {
          line-height: 1.875em; }
          .section-two-columns .column-two__content .employee_info span.title {
            font-weight: 500;
            margin-right: 5px; }
          .section-two-columns .column-two__content .employee_info span a {
            font-weight: inherit;
            line-height: inherit; }
      .section-two-columns .column-two__content .publication {
        margin-bottom: 25px; }
        .section-two-columns .column-two__content .publication:last-of-type {
          margin-bottom: 0; }
        .section-two-columns .column-two__content .publication .publication_client {
          display: block;
          font-size: 0.875em;
          font-weight: 300; }
      .section-two-columns .column-two__content a.links-only {
        line-height: 1.875em; }

/*------------------------------------*\
    Only for above the collapse break
\*------------------------------------*/
@media screen and (min-width: 851px) {
  .section-two-columns {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .section-two-columns .column-one, .section-two-columns .column-two {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .section-two-columns .column-one h1.with-print {
      margin-right: 60px; }
    .section-two-columns .column-one .print {
      background: url("../images/print.png");
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 28px;
      width: 28px; } }

/*------------------------------------*\
   Large below (1200)
\*------------------------------------*/
@media screen and (max-width: 1200px) {
  .section-two-columns {
    margin-bottom: 60px;
    margin-top: 60px; }
    .section-two-columns .related-links p, .section-two-columns .related-links a {
      margin-bottom: 0;
      font-size: 1em;
      line-height: 1.875em; }
    .section-two-columns .related-links--left {
      margin-top: 35px; }
    .section-two-columns .column-one {
      margin-right: 30px; }
      .section-two-columns .column-one .quote {
        margin-top: 40px; } }

/*------------------------------------*\
    Below the collapse break
\*------------------------------------*/
@media screen and (max-width: 850px) {
  .section-two-columns .related-links--marker i {
    font-size: 18px; }
  .section-two-columns .column-one {
    margin-bottom: 40px;
    margin-right: 0px; }
  .section-two-columns .column-two {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
    min-width: inherit; }
    .section-two-columns .column-two__stack-left, .section-two-columns .column-two__stack-right {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .section-two-columns .column-two__stack-left {
      margin-right: 20px; }
    .section-two-columns .column-two__content:last-child {
      margin-bottom: 0; } }

/*------------------------------------*\
    Tablet portrait
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .section-two-columns .column-one .quote {
    margin-top: 30px; }
    .section-two-columns .column-one .quote .quote-meta {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px; } }

/*------------------------------------*\
    Mobile only
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .section-two-columns {
    margin-bottom: 40px;
    margin-top: 40px; }
    .section-two-columns .column-one .sub_title {
      font-size: 1.125em;
      line-height: 1.375em;
      margin-bottom: 20px; }
    .section-two-columns .column-one .original_title {
      margin: 0 0 20px; }
    .section-two-columns .column-two {
      display: block; }
      .section-two-columns .column-two__stack-left, .section-two-columns .column-two__stack-right {
        background-color: initial;
        margin: 0;
        padding: 0; }
      .section-two-columns .column-two__content:last-child {
        margin-bottom: 38px; } }

/*------------------------------------*\
    $SECTION-ONECOLUMN-TEXT
\*------------------------------------*/
.section-onecolumn-text {
  background-color: #FFF;
  text-align: center; }
  .section-onecolumn-text p {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px; }
    .section-onecolumn-text p a {
      display: inline-block;
      margin-top: 20px; }

/*------------------------------------*\
    $SECTION-CONTACT
    used only on contactpage
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-contact-cities .cities {
  position: relative; }
  .section-contact-cities .cities > a {
    float: left;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 25%;
    -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
    -moz-transition: -moz-transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
    transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s; }
    .section-contact-cities .cities > a .image-holder {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%;
      -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
      -moz-transition: -moz-transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
      transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
      position: absolute; }
      .section-contact-cities .cities > a .image-holder:after {
        background: rgba(0, 0, 0, 0);
        content: " ";
        left: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        -webkit-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
        -moz-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
        transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s; }
    .section-contact-cities .cities > a .margin {
      margin-top: 82%;
      /* aspect ratio */ }
    .section-contact-cities .cities > a .text-wrap {
      background: rgba(255, 255, 255, 0.7);
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s, color 0.2s;
      -moz-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s, color 0.2s;
      transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s, color 0.2s; }
    .section-contact-cities .cities > a .text {
      bottom: 0;
      padding: 0 20px 40px 50px;
      position: absolute; }
    .section-contact-cities .cities > a h1, .section-contact-cities .cities > a h2 {
      margin-bottom: 0; }
    .section-contact-cities .cities > a h2 {
      font-size: 1.5625em; }
    .section-contact-cities .cities > a:hover .text-wrap, .section-contact-cities .cities > a.active .text-wrap {
      background: rgba(0, 0, 0, 0.6);
      color: #fff; }
    .section-contact-cities .cities > a:hover:not(.active) .image-holder {
      -webkit-transform: scale(1.01);
      -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -o-transform: scale(1.01);
      transform: scale(1.01); }
      .section-contact-cities .cities > a:hover:not(.active) .image-holder:after {
        background: rgba(0, 0, 0, 0); }

.section-contact-cities .expanded-contact-small {
  display: none; }

.section-contact-cities .active-city {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .section-contact-cities .active-city .text-info {
    padding: 50px 30px 50px 50px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%; }
    .section-contact-cities .active-city .text-info p {
      font-size: 1em;
      font-weight: 300;
      /*span*/ }
      .section-contact-cities .active-city .text-info p:not(:last-child) {
        margin-bottom: 34px; }
      .section-contact-cities .active-city .text-info p .title {
        font-size: 1.125em;
        font-weight: 500; }
  .section-contact-cities .active-city .map-info {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .section-contact-cities .active-city .map-info .gmnoprint a, .section-contact-cities .active-city .map-info .gmnoprint span {
      display: none; }
    .section-contact-cities .active-city .map-info .gmnoprint div {
      background: none !important; }
    .section-contact-cities .active-city .map-info .zoom {
      background-color: #000;
      right: 0;
      position: absolute;
      top: 0;
      z-index: 10; }
      .section-contact-cities .active-city .map-info .zoom a {
        color: #fff;
        display: block;
        font-size: 26px;
        line-height: 60px;
        height: 60px;
        width: 60px;
        text-align: center; }
    .section-contact-cities .active-city .map-info .map-container {
      height: 100%;
      position: static !important; }

/*------------------------------------*\
    1399 and below
\*------------------------------------*/
@media screen and (max-width: 1399px) {
  .section-contact-cities .cities > a .text {
    padding: 0 20px 20px 30px; }
  .section-contact-cities .cities > a h1 {
    font-size: 1.875em; }
  .section-contact-cities .cities > a h2 {
    font-size: 1.25em; }
  .section-contact-cities .active-city .text-info {
    padding: 30px 20px 30px 30px; }
  .section-contact-cities .active-city .map-info {
    min-height: 475px; } }

/*------------------------------------*\
    1200 and below
\*------------------------------------*/
@media screen and (max-width: 1200px) {
  .section-contact-cities .cities > a .text {
    padding: 0 20px 20px 30px; }
  .section-contact-cities .active-city .text-info {
    padding: 30px 20px 30px 30px; }
  .section-contact-cities .active-city .map-info {
    min-height: 475px; } }

/*------------------------------------*\
    1024 and below
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  .section-contact-cities .active-city .text-info {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%; }
  .section-contact-cities .active-city .map-info {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%; } }

/*------------------------------------*\
    CUSTOM $stack-cities (980)
\*------------------------------------*/
@media screen and (max-width: 1200px) {
  .section-contact-cities .cities > a {
    display: block;
    width: 100%; }
    .section-contact-cities .cities > a .margin {
      margin-top: 45%;
      /* aspect ratio */ }
  .section-contact-cities .expanded-contact-small {
    clear: both;
    display: block; }
  .section-contact-cities .expanded-contact-large {
    display: none; } }

/*------------------------------------*\
    CUSTOM $hide-map (768)
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .section-contact-cities .active-city {
    display: block;
    height: auto; }
    .section-contact-cities .active-city .text-info {
      height: auto;
      width: 100%; }
      .section-contact-cities .active-city .text-info p.google-maps-link {
        display: block; }
    .section-contact-cities .active-city .map-info {
      display: none; } }

/*------------------------------------*\
    Mobile
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .section-contact-cities .cities > a .margin {
    margin-top: 60%;
    /* aspect ratio */ } }

/*------------------------------------*\
    $SECTION-SERVICES
    Used on frontpage / single service
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .section-services {
    display: none; } }

.section-services .section-onecolumn-text {
  margin-bottom: 60px;
  padding: 0; }

/*------------------------------------*\
    $SECTION-SERVICE-LISTING
    Used on frontpage / single service
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-services-listing .columns {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  -webkit-column-rule: 1px solid #dddddd;
  -moz-column-rule: 1px solid #dddddd;
  column-rule: 1px solid #dddddd;
  overflow: hidden; }
  .section-services-listing .columns a {
    border-top: 1px solid #dddddd;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: 300;
    height: 85px; }
    .section-services-listing .columns a:nth-child(4n-7) {
      border-top: none; }
    .section-services-listing .columns a .icon {
      height: 45px;
      width: 45px;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain; }
    .section-services-listing .columns a span {
      margin-left: 15px; }

/*------------------------------------*\
   Below 1500
\*------------------------------------*/
@media screen and (max-width: 1500px) {
  .section-services-listing .columns {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; } }

/*------------------------------------*\
   $tablet-landscape-below
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  .section-services-listing .columns a {
    font-size: 14px;
    line-height: 18px; } }

/*------------------------------------*\
   CUSTOM BREAK - change to 2 columns
\*------------------------------------*/
@media screen and (max-width: 850px) {
  .section-services-listing .columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
    .section-services-listing .columns a:nth-child(4n-7) {
      border-top: 1px solid #dddddd; }
    .section-services-listing .columns a:nth-child(6n-11) {
      border-top: none; } }

/*------------------------------------*\
    $SECTION-SERVICES-LANDINGPAGE
\*------------------------------------*/
.section-services-landingpage {
  margin: 0px 0px -5px -5px; }
  .section-services-landingpage .service-container {
    margin: 5px auto;
    max-width: 1400px;
    flex-wrap: wrap;
    display: flex; }
    .section-services-landingpage .service-container a {
      background-color: #eaeaea;
      float: left;
      font-weight: inherit;
      margin: 0 0 5px 5px;
      padding: 40px;
      text-align: center;
      width: calc(25% - 5px);
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      @media screen and (max-width: 1200px) {
        .section-services-landingpage .service-container a {
          width: calc(33.33% - 5px); } }
      @media screen and (max-width: 880px) {
        .section-services-landingpage .service-container a {
          width: calc(50% - 5px); } }
      @media screen and (max-width: 550px) {
        .section-services-landingpage .service-container a {
          width: 100%;
          margin-left: 0; } }
      .section-services-landingpage .service-container a div {
        width: 100%; }
        .section-services-landingpage .service-container a div img {
          height: 45px;
          margin-bottom: 15px; }
        .section-services-landingpage .service-container a div h3 {
          margin-bottom: 6px; }

/*------------------------------------*\

    $SECTION-TOP-IMAGE
    	- General for all pages
    	- Special for frontpage

\*------------------------------------*/
/*------------------------------------*\
    Default, 1500 and above
\*------------------------------------*/
.section-top-image {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  height: 538px;
  min-height: 538px;
  -webkit-transition: min-height 0.2s ease-in-out;
  -moz-transition: min-height 0.2s ease-in-out;
  transition: min-height 0.2s ease-in-out; }
  @media screen and (min-width: 1700px) {
    .section-top-image {
      min-height: 65vh; } }
  .section-top-image .container, .section-top-image .section-contacts-slider .slider-wrap.centerItems, .section-contacts-slider .section-top-image .slider-wrap.centerItems {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    /*ul*/ }
    .section-top-image .container .highlight, .section-top-image .section-contacts-slider .slider-wrap.centerItems .highlight, .section-contacts-slider .section-top-image .slider-wrap.centerItems .highlight {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 728px; }
    .section-top-image .container .breadcrumbs, .section-top-image .section-contacts-slider .slider-wrap.centerItems .breadcrumbs, .section-contacts-slider .section-top-image .slider-wrap.centerItems .breadcrumbs {
      font-size: 0.75em;
      font-weight: 500;
      line-height: 1.375em;
      padding-left: 6px;
      text-transform: uppercase; }
      .section-top-image .container .breadcrumbs li, .section-top-image .section-contacts-slider .slider-wrap.centerItems .breadcrumbs li, .section-contacts-slider .section-top-image .slider-wrap.centerItems .breadcrumbs li {
        display: inline; }
        .section-top-image .container .breadcrumbs li:after, .section-top-image .section-contacts-slider .slider-wrap.centerItems .breadcrumbs li:after, .section-contacts-slider .section-top-image .slider-wrap.centerItems .breadcrumbs li:after {
          content: "\f105";
          font-family: "FontAwesome";
          font-size: 14px;
          margin: 0 10px; }
        .section-top-image .container .breadcrumbs li:last-child:not(:only-child):after, .section-top-image .section-contacts-slider .slider-wrap.centerItems .breadcrumbs li:last-child:not(:only-child):after, .section-contacts-slider .section-top-image .slider-wrap.centerItems .breadcrumbs li:last-child:not(:only-child):after {
          content: ""; }
    .section-top-image .container h1, .section-top-image .section-contacts-slider .slider-wrap.centerItems h1, .section-contacts-slider .section-top-image .slider-wrap.centerItems h1 {
      letter-spacing: 0;
      margin-bottom: 0px; }

/*------------------------------------*\
   FRONTPAGE ONLY
\*------------------------------------*/
.section-top-image-front {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  position: relative;
  text-align: right;
  /**/ }
  @media screen and (max-width: 767px) {
    .section-top-image-front {
      min-height: initial; } }
  .section-top-image-front .container, .section-top-image-front .section-contacts-slider .slider-wrap.centerItems, .section-contacts-slider .section-top-image-front .slider-wrap.centerItems {
    height: 100%;
    padding-bottom: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    @media screen and (min-width: 2500px) {
      .section-top-image-front .container, .section-top-image-front .section-contacts-slider .slider-wrap.centerItems, .section-contacts-slider .section-top-image-front .slider-wrap.centerItems {
        padding-bottom: 191px; } }
    @media screen and (min-width: 1200px) {
      .section-top-image-front .container, .section-top-image-front .section-contacts-slider .slider-wrap.centerItems, .section-contacts-slider .section-top-image-front .slider-wrap.centerItems {
        max-width: 100%;
        padding-right: 130px; } }
    @media screen and (max-width: 1399px) {
      .section-top-image-front .container, .section-top-image-front .section-contacts-slider .slider-wrap.centerItems, .section-contacts-slider .section-top-image-front .slider-wrap.centerItems {
        padding-bottom: 90px; } }
    @media screen and (max-width: 768px) {
      .section-top-image-front .container, .section-top-image-front .section-contacts-slider .slider-wrap.centerItems, .section-contacts-slider .section-top-image-front .slider-wrap.centerItems {
        padding-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .section-top-image-front .container, .section-top-image-front .section-contacts-slider .slider-wrap.centerItems, .section-contacts-slider .section-top-image-front .slider-wrap.centerItems {
        margin: 0;
        padding-bottom: 0; } }
  .section-top-image-front .highlight {
    font-family: "VentiQuattro Regular", "Times New Roman", Georgia, serif;
    font-size: 2.1875em;
    line-height: 50px;
    max-width: 720px; }
    @media screen and (min-width: 2500px) {
      .section-top-image-front .highlight {
        font-size: 2.8125em;
        line-height: 60px;
        max-width: 1000px; } }
    @media screen and (max-width: 1399px) {
      .section-top-image-front .highlight {
        font-size: 1.875em;
        line-height: 45px;
        max-width: 620px; } }
    @media screen and (max-width: 767px) {
      .section-top-image-front .highlight {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        background-color: #ffea00;
        font-size: 1.125em;
        line-height: 28px;
        max-width: 100%;
        padding: 16px; } }
  .section-top-image-front .scrollTo {
    background: url("../images/arrow_down.png") no-repeat center center;
    bottom: 30px;
    left: 50%;
    margin-left: -28px;
    position: absolute;
    height: 32px;
    width: 57px; }
    @media screen and (min-width: 2500px) {
      .section-top-image-front .scrollTo {
        bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .section-top-image-front .scrollTo {
        display: none; } }

/*------------------------------------*\
    $SECTION-LOCATIONS-MAP
    Used only on frontpage
\*------------------------------------*/
/*------------------------------------*\
    Default, 1500 and above
\*------------------------------------*/
.section-locations-map {
  background-color: #3a3a3a;
  height: 550px; }
  .section-locations-map .map-container {
    background-position: center bottom 75px;
    background-repeat: no-repeat;
    height: 100%;
    margin: auto;
    max-width: 1500px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
    .section-locations-map .map-container .map-bottom {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start; }
      .section-locations-map .map-container .map-bottom .map-text {
        color: #ffea00;
        font-family: "L Futura W01", Arial, sans-serif;
        font-weight: 500;
        font-size: 20px;
        margin: 20px 288px 0 0;
        text-align: center;
        text-transform: uppercase; }
        .section-locations-map .map-container .map-bottom .map-text:before {
          background-color: #ffea00;
          border-radius: 20px;
          content: "";
          display: inline-block;
          margin: 0 20px -2px 0;
          height: 14px;
          width: 14px; }

/*------------------------------------*\
    large and below (1200)
\*------------------------------------*/
@media screen and (max-width: 1200px) {
  .section-locations-map .map-container .map-bottom .map-text {
    margin-right: 141px; } }

/*------------------------------------*\
    tablet landscape and below (1024)
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  .section-locations-map .map-container .map-bottom .map-text {
    margin-right: 100px;
    font-size: 16px; } }

/*------------------------------------*\
    tablet portrait and below
\*------------------------------------*/
/*------------------------------------*\
    Mobile
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .section-locations-map {
    height: 335px;
    padding: 20px 0; }
    .section-locations-map .map-container {
      background-size: auto 70%; }
      .section-locations-map .map-container .map-bottom {
        display: block;
        width: 100%; }
        .section-locations-map .map-container .map-bottom .map-text {
          font-size: 14px;
          margin: auto; }
        .section-locations-map .map-container .map-bottom .button {
          display: none; } }

/*------------------------------------*\
    $SECTION-FRONT-CASE
    Used only on frontpage
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-front-cases .case-content {
  height: 650px;
  position: relative; }
  .section-front-cases .case-content .image-holder {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
    -moz-transition: -moz-transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
    transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
    position: absolute;
    z-index: -1; }
    .section-front-cases .case-content .image-holder:after {
      background: rgba(0, 0, 0, 0);
      content: " ";
      left: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      -webkit-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
      -moz-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
      transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s; }
  .section-front-cases .case-content:hover .image-holder {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01); }
    .section-front-cases .case-content:hover .image-holder:after {
      background: rgba(0, 0, 0, 0.25); }
  .section-front-cases .case-content .quote-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .section-front-cases .case-content .quote-box .meta .line {
      margin-right: 6px; }
    .section-front-cases .case-content .quote-box strong {
      font-weight: 700;
      font-family: "L Futura W01", Arial, sans-serif; }
  .section-front-cases .case-content .button {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0; }
  .section-front-cases .case-content .case-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    height: 100%;
    max-width: 1400px;
    margin: auto; }
    .section-front-cases .case-content .case-container .text {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .section-front-cases .case-content .case-container-stacked {
    display: none; }

.section-front-cases .special-slider .case-content {
  overflow: hidden; }

/*------------------------------------*\
   $xxx-large-only, above 2500
\*------------------------------------*/
@media screen and (min-width: 2500px) {
  .section-front-cases .case-content .case-container {
    left: 150px;
    position: relative; } }

/*------------------------------------*\
    1500 and below
\*------------------------------------*/
@media screen and (max-width: 1500px) {
  .section-front-cases .case-content {
    height: 550px; }
    .section-front-cases .case-content .case-container {
      max-width: 1100px; } }

/*------------------------------------*\
    1200 and below
\*------------------------------------*/
@media screen and (max-width: 1200px) {
  .section-front-cases .case-content .case-container {
    margin: 0 50px; } }

/*------------------------------------*\
    1024 and below
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  .section-front-cases .case-content .quote-box .meta .line {
    display: none; }
  .section-front-cases .case-content .quote-box .meta .firm {
    display: block; } }

/*------------------------------------*\
    Tablet
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .section-front-cases .case-content {
    height: 500px; } }

/*------------------------------------*\
    Stacking breakpoint and below
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .case-slider {
    /*ul*/ }
    .case-slider .flex-direction-nav {
      top: 120px;
      margin-top: -20px; }
      .case-slider .flex-direction-nav a {
        background-size: contain;
        height: 40px; }
  .section-front-cases .case-content {
    height: auto;
    background-image: none !important; }
    .section-front-cases .case-content .quote-box {
      background: #fff; }
    .section-front-cases .case-content .case-container {
      display: none; }
    .section-front-cases .case-content .case-container-stacked {
      height: 100%;
      display: block; }
    .section-front-cases .case-content .image-stacked {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -moz-box-align: end;
      box-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-align: end;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 240px; } }

/*------------------------------------*\
    $SECTION-FRONT-PROFILES
    Used only on frontpage
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-front-profiles .profiles {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  height: 650px; }
  .section-front-profiles .profiles .column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 40px; }
    .section-front-profiles .profiles .column--image {
      overflow: hidden;
      position: relative; }
      .section-front-profiles .profiles .column--image .image-holder {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
        -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
        -moz-transition: -moz-transform cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
        transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
        position: absolute;
        left: 0;
        top: 0; }
        .section-front-profiles .profiles .column--image .image-holder:after {
          background: rgba(0, 0, 0, 0);
          content: " ";
          left: 0;
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          -webkit-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
          -moz-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
          transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.2s; }
      .section-front-profiles .profiles .column--image .button {
        position: absolute;
        right: 0;
        bottom: 0; }
      .section-front-profiles .profiles .column--image:hover .image-holder {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02); }
        .section-front-profiles .profiles .column--image:hover .image-holder:after {
          background: rgba(0, 0, 0, 0.1); }
    .section-front-profiles .profiles .column--quote {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      background: #f5f5f5;
      text-align: center; }
      .section-front-profiles .profiles .column--quote .quote {
        width: 100%; }
      .section-front-profiles .profiles .column--quote .quotation {
        float: none;
        font-size: 180px;
        margin-bottom: 1px;
        text-align: center; }
    .section-front-profiles .profiles .column--info {
      background: #e6e6e6;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .section-front-profiles .profiles .column--info > div {
        max-width: 360px; }
      .section-front-profiles .profiles .column--info h3 {
        line-height: 25px;
        margin-bottom: 25px; }

/*------------------------------------*\
   Only above 1800 
\*------------------------------------*/
@media screen and (min-width: 1800px) {
  .section-front-profiles .profiles .column--quote .quote-text {
    font-size: 2.1875em;
    line-height: 55px; } }

/*------------------------------------*\
  Below 1500
\*------------------------------------*/
@media screen and (max-width: 1500px) {
  .section-front-profiles .profiles {
    height: 550px; } }

/*------------------------------------*\
   Below 1024
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  .section-front-profiles .profiles {
    height: 500px; }
    .section-front-profiles .profiles .column--quote .quote-text {
      font-size: 1.25em;
      line-height: 35px; }
    .section-front-profiles .profiles .column--info .bold {
      display: none; } }

/*------------------------------------*\
   Custom break - swicth to two columns
\*------------------------------------*/
@media screen and (max-width: 1300px) {
  .section-front-profiles .profiles .column--quote .meta {
    display: block;
    margin-top: 25px; }
    .section-front-profiles .profiles .column--quote .meta h3 {
      font-size: 14px;
      line-height: 26px; }
  .section-front-profiles .profiles .column--info {
    display: none; } }

/*------------------------------------*\
   Mobile
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .section-front-profiles {
    display: none; } }

/*------------------------------------*\
    $SECTION-FRONT-NEWS-CASE
    Used only on frontpage
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-front-news-case {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }
  .section-front-news-case .column-news {
    background-color: #eaeaea;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .section-front-news-case .column-news .news-container {
      float: right;
      max-width: 750px;
      padding: 50px 0;
      text-align: center; }
      .section-front-news-case .column-news .news-container ul {
        margin-bottom: 20px;
        text-align: left; }
        .section-front-news-case .column-news .news-container ul li {
          cursor: pointer;
          padding: 20px 50px; }
          .section-front-news-case .column-news .news-container ul li.hide-last {
            display: none; }
          .section-front-news-case .column-news .news-container ul li img {
            float: left;
            margin-right: 50px;
            z-index: 1; }
          .section-front-news-case .column-news .news-container ul li div.news-text {
            display: block;
            max-height: 99px;
            max-width: 100%;
            overflow: hidden;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
            .section-front-news-case .column-news .news-container ul li div.news-text:hover {
              opacity: 0.7; }
          .section-front-news-case .column-news .news-container ul li .date {
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            z-index: 1; }
          .section-front-news-case .column-news .news-container ul li h3 {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 3px; }
      .section-front-news-case .column-news .news-container .all-news-link {
        font-size: 1.125em; }
  .section-front-news-case .column-case {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    overflow: hidden;
    position: relative; }
    .section-front-news-case .column-case .image-holder {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%;
      -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
      -moz-transition: -moz-transform cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
      transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
      left: 0;
      position: absolute;
      top: 0;
      z-index: -1; }
      .section-front-news-case .column-case .image-holder:after {
        background: rgba(0, 0, 0, 0);
        content: " ";
        left: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        -webkit-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
        -moz-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
        transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.1s; }
    .section-front-news-case .column-case .text {
      padding: 30px 40px;
      max-width: 100%; }
      .section-front-news-case .column-case .text .headline, .section-front-news-case .column-case .text input.search, .section-front-news-case .column-case .text .quote-box .meta, .quote-box .section-front-news-case .column-case .text .meta, .section-front-news-case .column-case .text .ui-selectmenu-button span.ui-selectmenu-text, .ui-selectmenu-button .section-front-news-case .column-case .text span.ui-selectmenu-text, .section-front-news-case .column-case .text .submenu ul li a, .submenu ul li .section-front-news-case .column-case .text a, .section-front-news-case .column-case .text .section-two-columns .column-one .quote .quote-meta, .section-two-columns .column-one .quote .section-front-news-case .column-case .text .quote-meta, .section-front-news-case .column-case .text .section-statistics .column .circle .percent, .section-statistics .column .circle .section-front-news-case .column-case .text .percent, .section-front-news-case .column-case .text .careerspage .column-two .unsub-form-wrapper .unsubscribe, .careerspage .column-two .unsub-form-wrapper .section-front-news-case .column-case .text .unsubscribe,
      .section-front-news-case .column-case .text .careerspage .column-two .unsub-form-wrapper .subscribe, .careerspage .column-two .unsub-form-wrapper .section-front-news-case .column-case .text .subscribe,
      .section-front-news-case .column-case .text .careerspage .column-two .form-wrapper .unsubscribe, .careerspage .column-two .form-wrapper .section-front-news-case .column-case .text .unsubscribe,
      .section-front-news-case .column-case .text .careerspage .column-two .form-wrapper .subscribe, .careerspage .column-two .form-wrapper .section-front-news-case .column-case .text .subscribe {
        font-size: 40px;
        line-height: 70px; }
      .section-front-news-case .column-case .text .description {
        font-family: "VentiQuattro Regular", "Times New Roman", Georgia, serif;
        font-size: 30px;
        line-height: 45px;
        -webkit-font-smoothing: antialiased; }
    .section-front-news-case .column-case .button {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      flex-shrink: 0;
      -ms-flex-negative: 0; }
    .section-front-news-case .column-case:hover .image-holder {
      -webkit-transform: scale(1.01);
      -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -o-transform: scale(1.01);
      transform: scale(1.01); }
      .section-front-news-case .column-case:hover .image-holder:after {
        background: rgba(0, 0, 0, 0.25); }

/*------------------------------------*\
    only at 2500 and over
\*------------------------------------*/
@media screen and (min-width: 2500px) {
  .section-front-news-case .column-case .text {
    max-width: 550px; } }

/*------------------------------------*\
    Below 1500
\*------------------------------------*/
@media screen and (max-width: 1500px) {
  .section-front-news-case .column-news .news-container {
    float: none;
    padding: 40px 0; }
  .section-front-news-case .column-case .text {
    padding: 30px; }
    .section-front-news-case .column-case .text .headline, .section-front-news-case .column-case .text input.search, .section-front-news-case .column-case .text .quote-box .meta, .quote-box .section-front-news-case .column-case .text .meta, .section-front-news-case .column-case .text .ui-selectmenu-button span.ui-selectmenu-text, .ui-selectmenu-button .section-front-news-case .column-case .text span.ui-selectmenu-text, .section-front-news-case .column-case .text .submenu ul li a, .submenu ul li .section-front-news-case .column-case .text a, .section-front-news-case .column-case .text .section-two-columns .column-one .quote .quote-meta, .section-two-columns .column-one .quote .section-front-news-case .column-case .text .quote-meta, .section-front-news-case .column-case .text .section-statistics .column .circle .percent, .section-statistics .column .circle .section-front-news-case .column-case .text .percent, .section-front-news-case .column-case .text .careerspage .column-two .unsub-form-wrapper .unsubscribe, .careerspage .column-two .unsub-form-wrapper .section-front-news-case .column-case .text .unsubscribe,
    .section-front-news-case .column-case .text .careerspage .column-two .unsub-form-wrapper .subscribe, .careerspage .column-two .unsub-form-wrapper .section-front-news-case .column-case .text .subscribe,
    .section-front-news-case .column-case .text .careerspage .column-two .form-wrapper .unsubscribe, .careerspage .column-two .form-wrapper .section-front-news-case .column-case .text .unsubscribe,
    .section-front-news-case .column-case .text .careerspage .column-two .form-wrapper .subscribe, .careerspage .column-two .form-wrapper .section-front-news-case .column-case .text .subscribe {
      font-size: 30px; }
    .section-front-news-case .column-case .text .description {
      font-size: 25px;
      line-height: 35px; }
  .section-front-news-case .column-case .button {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0; } }

/*------------------------------------*\
    Below 1200
\*------------------------------------*/
@media screen and (max-width: 1200px) {
  .section-front-news-case .column-news .news-container ul li h3 {
    font-size: 14px; }
  .section-front-news-case .column-case {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .section-front-news-case .column-case .text {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1;
      max-width: initial;
      width: 100%;
      text-align: right; }
      .section-front-news-case .column-case .text .description {
        line-height: 40px; } }

/*------------------------------------*\
    Between: 
    	Stacking breakpoint (1024) 
    	and above tablet portrait (769)
\*------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-front-news-case .column-news .news-container ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-front-news-case .column-news .news-container ul li {
      width: 50%; }
      .section-front-news-case .column-news .news-container ul li:nth-child(odd) {
        padding-right: 20px; }
      .section-front-news-case .column-news .news-container ul li:nth-child(even) {
        padding-left: 20px; }
      .section-front-news-case .column-news .news-container ul li.hide-last {
        display: block; }
      .section-front-news-case .column-news .news-container ul li img {
        margin-right: 20px; } }

/*------------------------------------*\
    Stacking breakpoint (1024) and below
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  .section-front-news-case {
    display: block; }
    .section-front-news-case .column-news .news-container {
      max-width: inherit; }
    .section-front-news-case .column-case {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      height: 500px;
      padding: 0 50px; }
      .section-front-news-case .column-case .text .headline, .section-front-news-case .column-case .text input.search, .section-front-news-case .column-case .text .quote-box .meta, .quote-box .section-front-news-case .column-case .text .meta, .section-front-news-case .column-case .text .ui-selectmenu-button span.ui-selectmenu-text, .ui-selectmenu-button .section-front-news-case .column-case .text span.ui-selectmenu-text, .section-front-news-case .column-case .text .submenu ul li a, .submenu ul li .section-front-news-case .column-case .text a, .section-front-news-case .column-case .text .section-two-columns .column-one .quote .quote-meta, .section-two-columns .column-one .quote .section-front-news-case .column-case .text .quote-meta, .section-front-news-case .column-case .text .section-statistics .column .circle .percent, .section-statistics .column .circle .section-front-news-case .column-case .text .percent, .section-front-news-case .column-case .text .careerspage .column-two .unsub-form-wrapper .unsubscribe, .careerspage .column-two .unsub-form-wrapper .section-front-news-case .column-case .text .unsubscribe,
      .section-front-news-case .column-case .text .careerspage .column-two .unsub-form-wrapper .subscribe, .careerspage .column-two .unsub-form-wrapper .section-front-news-case .column-case .text .subscribe,
      .section-front-news-case .column-case .text .careerspage .column-two .form-wrapper .unsubscribe, .careerspage .column-two .form-wrapper .section-front-news-case .column-case .text .unsubscribe,
      .section-front-news-case .column-case .text .careerspage .column-two .form-wrapper .subscribe, .careerspage .column-two .form-wrapper .section-front-news-case .column-case .text .subscribe {
        font-size: 35px; } }

/*------------------------------------*\
   	Tablet portrait
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .section-front-news-case .column-case {
    padding: 0; }
    .section-front-news-case .column-case .text {
      -webkit-box-ordinal-group: 0;
      -moz-box-ordinal-group: 0;
      box-ordinal-group: 0;
      -webkit-order: 0;
      -moz-order: 0;
      order: 0;
      -ms-flex-order: 0;
      text-align: left; } }

/*------------------------------------*\
   	Mobile
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .section-front-news-case .column-news .news-container {
    padding: 40px 0; }
    .section-front-news-case .column-news .news-container ul {
      margin-bottom: 20px;
      text-align: left; }
      .section-front-news-case .column-news .news-container ul li {
        padding: 20px; }
        .section-front-news-case .column-news .news-container ul li img {
          display: none; }
        .section-front-news-case .column-news .news-container ul li > div.news-text {
          max-height: 146px; }
        .section-front-news-case .column-news .news-container ul li h3 {
          font-size: 16px; }
    .section-front-news-case .column-news .news-container .all-news-link {
      font-size: 1em; }
  .section-front-news-case .column-case {
    display: none; } }

/*------------------------------------*\
    $SECTION-FRONT-PUBLICATIONS
    Used only on frontpage
\*------------------------------------*/
.section-front-publications {
  /*a*/ }
  .section-front-publications .boxes {
    background: #eaeaea;
    overflow-x: hidden; }
    @media screen and (max-width: 767px) {
      .section-front-publications .boxes {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
  .section-front-publications .slider-holder {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .section-front-publications .slider-holder {
        width: calc(400% - 48%); } }
  .section-front-publications .publication {
    background-color: #eaeaea;
    font-weight: inherit;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    /*div*/
    /*div*/ }
    .section-front-publications .publication:nth-child(even) {
      background: #dddddd; }
    @media screen and (max-width: 1500px) {
      .section-front-publications .publication {
        -webkit-flex-basis: 33.33%;
        -moz-flex-basis: 33.33%;
        flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%; }
        .section-front-publications .publication--box-4 {
          display: none; } }
    @media screen and (max-width: 1024px) {
      .section-front-publications .publication {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%;
        -ms-flex-preferred-size: 50%; }
        .section-front-publications .publication--box-3 {
          display: none; } }
    @media screen and (max-width: 767px) {
      .section-front-publications .publication {
        display: block;
        -webkit-flex-basis: 1;
        -moz-flex-basis: 1;
        flex-basis: 1;
        -ms-flex-preferred-size: 1; } }
    .section-front-publications .publication .top {
      height: 300px;
      overflow: hidden;
      position: relative;
      width: 100.1%; }
      @media screen and (max-width: 480px) {
        .section-front-publications .publication .top {
          height: 250px; } }
      .section-front-publications .publication .top .image-holder {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
        -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1s;
        -moz-transition: -moz-transform cubic-bezier(0.23, 1, 0.32, 1) 1s;
        transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1s; }
        .section-front-publications .publication .top .image-holder:after {
          background: rgba(0, 0, 0, 0);
          content: " ";
          left: 0;
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          -webkit-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1s;
          -moz-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1s;
          transition: background cubic-bezier(0.23, 1, 0.32, 1) 1s; }
      .section-front-publications .publication .top .highlight {
        position: absolute;
        right: 0;
        top: 45px; }
    .section-front-publications .publication .bottom {
      height: auto;
      padding: 40px;
      font-weight: inherit; }
      @media screen and (max-width: 767px) {
        .section-front-publications .publication .bottom {
          padding: 20px;
          padding-bottom: 40px; } }
      .section-front-publications .publication .bottom .client {
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 16px; }
        @media screen and (max-width: 1200px) {
          .section-front-publications .publication .bottom .client {
            font-size: 0.875em; } }
    .section-front-publications .publication:hover .image-holder {
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      -o-transform: scale(1.02);
      transform: scale(1.02); }
      .section-front-publications .publication:hover .image-holder:after {
        background: rgba(0, 0, 0, 0.45); }

/*------------------------------------*\
    $SECTION-FRONT-PROFILES
    Used only on frontpage
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-front-logowall {
  background: #e6e6e6;
  text-align: center; }
  .section-front-logowall h1 {
    color: #737373; }
  .section-front-logowall .logos {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section-front-logowall .logos .logo-wrap {
      padding: 40px 30px;
      width: 20%; }
      @media screen and (max-width: 1024px) {
        .section-front-logowall .logos .logo-wrap {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        .section-front-logowall .logos .logo-wrap {
          width: 33.33%; } }
      @media screen and (max-width: 500px) {
        .section-front-logowall .logos .logo-wrap {
          padding: 30px;
          width: 50%; } }
    .section-front-logowall .logos .logo {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 90px; }

/*------------------------------------*\
    $SECTION-STATISTICS
    used only on frontpage
\*------------------------------------*/
.section-statistics {
  background-color: #FFF;
  text-align: center; }
  .section-statistics .column {
    display: inline-block;
    position: relative;
    width: 33%; }
    @media screen and (max-width: 1100px) {
      .section-statistics .column {
        width: 32%; } }
    .section-statistics .column .circle {
      display: inline-block;
      position: relative;
      height: 124px;
      width: 124px; }
      .section-statistics .column .circle canvas {
        /*circle background*/
        background-color: #f2f5f8;
        border-radius: 50%; }
      .section-statistics .column .circle .percent {
        font-size: 20px;
        left: 0;
        line-height: 124px;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 100%; }
    .section-statistics .column .info {
      color: #506871;
      font-size: 14px;
      left: calc(50% + (124px / 2) + 15px);
      line-height: 18px;
      position: absolute;
      text-align: left;
      top: 54%; }
      @media screen and (max-width: 1024px) {
        .section-statistics .column .info {
          margin-top: 10px;
          position: static;
          text-align: center; } }
  .section-statistics .statistics-text {
    margin-top: 40px; }
    .section-statistics .statistics-text p {
      margin-left: auto;
      margin-right: auto;
      max-width: 800px; }
  @media screen and (max-width: 767px) {
    .section-statistics {
      display: none; } }

.basicpage .section-statistics {
  padding: 0;
  margin-bottom: 50px; }
  .basicpage .section-statistics .container, .basicpage .section-statistics .section-contacts-slider .slider-wrap.centerItems, .section-contacts-slider .basicpage .section-statistics .slider-wrap.centerItems {
    margin: 0; }
  .basicpage .section-statistics .column {
    width: 32%; }
    .basicpage .section-statistics .column .circle {
      height: 100px;
      width: 100px; }
      .basicpage .section-statistics .column .circle .percent {
        line-height: 100px; }
    .basicpage .section-statistics .column .info {
      margin-top: 10px;
      position: static;
      text-align: center; }

/*------------------------------------*\
    $SECTION-FILTER-PROFILES
    Used only on our experts
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-filter-profiles .search-wrapper {
  margin-right: -30px; }

.section-filter-profiles .custom-select-wrapper {
  display: inline-block;
  margin-right: 30px;
  width: calc(33.3% - 30px); }
  .section-filter-profiles .custom-select-wrapper:last-child {
    margin-right: 0px; }

@media screen and (max-width: 767px) {
  .section-filter-profiles {
    display: none; } }

/*------------------------------------*\
    Below 1200
\*------------------------------------*/
@media screen and (max-width: 1200px) {
  .section-filter-profiles .search-wrapper {
    margin-right: -5px; }
  .section-filter-profiles .custom-select-wrapper {
    margin-right: 25px;
    width: calc(33.3% - 22px); } }

/*------------------------------------*\
    Stacking, 800
\*------------------------------------*/
@media screen and (max-width: 800px) {
  .section-filter-profiles .custom-select-wrapper {
    margin: 0 0 10px 0;
    width: 100%; }
  .section-filter-profiles .ui-selectmenu-button {
    width: 100% !important; } }

/*------------------------------------*\
    Mobile, display none
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .section-filter-profiles {
    display: none; } }

/*------------------------------------*\
    $SECTION-SEARCH-AND-FILTER-PUBLICATIONS
    Used only on publications landingpage
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-search-and-filter-publications .search-wrap {
  float: left;
  width: 39%; }

.section-search-and-filter-publications .custom-select-wrapper {
  float: right;
  margin-left: 10px;
  width: 58%; }
  .section-search-and-filter-publications .custom-select-wrapper .ui-selectmenu-button {
    float: right;
    max-width: calc(100% - 170px); }
  .section-search-and-filter-publications .custom-select-wrapper span.label {
    float: right;
    line-height: 60px;
    margin-right: 25px; }

/*------------------------------------*\
    $rearrange-search // 980 and below
\*------------------------------------*/
@media screen and (max-width: 980px) {
  .section-search-and-filter-publications .search-wrap {
    width: 55%; }
  .section-search-and-filter-publications .custom-select-wrapper {
    width: 40%; }
    .section-search-and-filter-publications .custom-select-wrapper .ui-selectmenu-button {
      max-width: 100%; }
    .section-search-and-filter-publications .custom-select-wrapper span.label {
      display: none; } }

/*------------------------------------*\
    mobile
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .section-search-and-filter-publications .search-wrap {
    width: 100%; }
  .section-search-and-filter-publications .custom-select-wrapper {
    display: none; } }

/*------------------------------------*\
    $SECTION-LIST-PROFILES
    Used only on our experts
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-list-profiles {
  margin-top: 40px;
  overflow: hidden; }
  .section-list-profiles .profiles-container {
    margin: auto;
    max-width: 1400px; }
    @media screen and (max-width: 1500px) {
      .section-list-profiles .profiles-container {
        margin: 0 50px; } }
    @media screen and (max-width: 767px) {
      .section-list-profiles .profiles-container {
        margin: 0 20px; } }
    @media screen and (max-width: 480px) {
      .section-list-profiles .profiles-container h2 {
        font-size: 1.2em;
        margin: 20px 0 20px 30px; } }
    .section-list-profiles .profiles-container ul {
      margin-right: -40px; }
      .section-list-profiles .profiles-container ul li {
        display: inline-block;
        margin: 0 35px 40px 0;
        width: calc(20% - 40px);
        vertical-align: top; }
        .section-list-profiles .profiles-container ul li a {
          font-weight: inherit; }
          .section-list-profiles .profiles-container ul li a .image-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 100%; }
            .section-list-profiles .profiles-container ul li a .image-wrapper .image, .section-list-profiles .profiles-container ul li a .image-wrapper .image-hover {
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              position: absolute;
              height: 100%;
              width: 100%; }
            .section-list-profiles .profiles-container ul li a .image-wrapper .image {
              z-index: 2;
              -webkit-transition: opacity 0.4s;
              -moz-transition: opacity 0.4s;
              transition: opacity 0.4s; }
            .section-list-profiles .profiles-container ul li a .image-wrapper:hover .image {
              opacity: 0; }
        .section-list-profiles .profiles-container ul li h3 {
          font-size: 14px;
          line-height: 20px;
          margin-top: 20px; }
        .section-list-profiles .profiles-container ul li p {
          font-size: 16px;
          font-weight: 300;
          line-height: 25px; }
      @media screen and (max-width: 1399px) {
        .section-list-profiles .profiles-container ul {
          margin-right: -30px; }
          .section-list-profiles .profiles-container ul li {
            margin: 0 25px 30px 0;
            width: calc(25% - 30px); } }
      @media screen and (max-width: 1024px) {
        .section-list-profiles .profiles-container ul li {
          width: calc(33.3% - 30px); } }
      @media screen and (max-width: 768px) {
        .section-list-profiles .profiles-container ul li {
          width: calc(50% - 30px); } }
      @media screen and (max-width: 480px) {
        .section-list-profiles .profiles-container ul {
          margin-right: 0px;
          margin: 0 30px; }
          .section-list-profiles .profiles-container ul li {
            margin-right: 0px;
            width: 100%; } }

/*------------------------------------*\
    $SECTION-FRONT-PUBLICATIONS
    Used only page "Publications"
\*------------------------------------*/
/************************************
	Default size
************************************/
.section-list-publications {
  /*a*/ }
  .section-list-publications__container {
    margin: auto;
    max-width: 1400px; }
    .section-list-publications__container .listing {
      margin: 50px -35px -30px 0; }
  .section-list-publications .publication {
    display: block;
    float: left;
    font-weight: inherit;
    margin: 0 35px 30px 0;
    height: 100%;
    width: 100%;
    width: calc(25% - 35px); }
    .section-list-publications .publication:nth-child(4n+5) {
      clear: left; }
    .section-list-publications .publication__top {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-bottom: 65%; }
      .section-list-publications .publication__top .image-holder {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
        -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1s;
        -moz-transition: -moz-transform cubic-bezier(0.23, 1, 0.32, 1) 1s;
        transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1s;
        position: absolute; }
        .section-list-publications .publication__top .image-holder:after {
          background: rgba(0, 0, 0, 0);
          content: " ";
          left: 0;
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          -webkit-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1s;
          -moz-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1s;
          transition: background cubic-bezier(0.23, 1, 0.32, 1) 1s; }
      .section-list-publications .publication__top .highlight {
        max-width: 80%;
        position: absolute;
        right: 0;
        top: 22px; }
    .section-list-publications .publication__bottom .client, .section-list-publications .publication__bottom h2 {
      font-size: 14px; }
    .section-list-publications .publication__bottom .client {
      display: block;
      font-weight: 300;
      line-height: 20px;
      margin: 6px 0; }
    .section-list-publications .publication:hover .image-holder {
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      -o-transform: scale(1.02);
      transform: scale(1.02); }
      .section-list-publications .publication:hover .image-holder:after {
        background: rgba(0, 0, 0, 0.45); }

/************************************
	$xx-large-and-below
************************************/
@media screen and (max-width: 1500px) {
  .section-list-publications__container {
    margin: 0 50px; } }

/************************************
	$x-large-and-below
************************************/
@media screen and (max-width: 1399px) {
  .section-list-publications {
    /*a*/ }
    .section-list-publications .publication {
      width: calc(33.3% - 35px); }
      .section-list-publications .publication:nth-child(4n+5) {
        clear: none; }
      .section-list-publications .publication:nth-child(3n+4) {
        clear: left; } }

/************************************
	$tablet-landscape-below
************************************/
@media screen and (max-width: 1024px) {
  .section-list-publications {
    /*a*/ }
    .section-list-publications .publication {
      width: calc(50% - 35px); }
      .section-list-publications .publication:nth-child(3n+4) {
        clear: none; }
      .section-list-publications .publication:nth-child(2n+3) {
        clear: left; } }

/************************************
	$mobile
************************************/
@media screen and (max-width: 767px) {
  .section-list-publications {
    /*a*/ }
    .section-list-publications__container {
      margin: 0 20px; } }

/************************************
	$publications-list-stack // 650
************************************/
@media screen and (max-width: 650px) {
  .section-list-publications {
    /*a*/ }
    .section-list-publications__container {
      margin-bottom: 40px; }
      .section-list-publications__container .listing {
        max-width: 100%; }
    .section-list-publications .publication {
      float: none;
      width: 100%; }
      .section-list-publications .publication__top .highlight {
        display: none; } }

/*------------------------------------*\
    $SECTION-VIDEO-TEXT
    Used on frontpage & careers (small variations)
\*------------------------------------*/
/*------------------------------------*\
    DEFAULT / lARGE
\*------------------------------------*/
.section-video-text {
  height: 650px;
  position: relative; }
  .section-video-text .column-video, .section-video-text .column-text {
    background-repeat: no-repeat;
    height: 100%;
    -webkit-transition: height 0.2s, width 0.2s;
    -moz-transition: height 0.2s, width 0.2s;
    transition: height 0.2s, width 0.2s; }
    .section-video-text .column-video.delayedView, .section-video-text .column-text.delayedView {
      -webkit-transition: height 0.2s, width 0.2s, -webkit-transform ease-in 0.4s, opacity ease-in 0.4s;
      -moz-transition: height 0.2s, width 0.2s, -moz-transform ease-in 0.4s, opacity ease-in 0.4s;
      transition: height 0.2s, width 0.2s, transform ease-in 0.4s, opacity ease-in 0.4s; }
  .section-video-text .column-video {
    background-color: #f5f5f5;
    background-position: center;
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center; }
    .section-video-text .column-video .video-wrapper .video-placeholder {
      position: absolute;
      top: 40%;
      width: 100%; }
      .section-video-text .column-video .video-wrapper .video-placeholder .play-btn {
        margin-bottom: 60px; }
    .section-video-text .column-video .video-wrapper .video-render {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.2s 0.2s;
      -moz-transition: max-height 0.2s 0.2s;
      transition: max-height 0.2s 0.2s;
      /*span*/ }
      .section-video-text .column-video .video-wrapper .video-render .close-video {
        color: #333;
        cursor: pointer;
        font-size: 70px;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        right: 30px;
        top: 30px;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s; }
      .section-video-text .column-video .video-wrapper .video-render iframe {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s; }
  .section-video-text .column-text {
    margin-left: 33.33%;
    overflow: hidden;
    position: relative;
    width: 66.66%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
    .section-video-text .column-text .image-holder {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%;
      -webkit-transition: -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
      -moz-transition: -moz-transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
      transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
      left: 0;
      position: absolute;
      top: 0;
      z-index: -1; }
      .section-video-text .column-text .image-holder:after {
        background: rgba(0, 0, 0, 0);
        content: " ";
        left: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        -webkit-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
        -moz-transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
        transition: background cubic-bezier(0.23, 1, 0.32, 1) 1.3s; }
    .section-video-text .column-text .quote-box {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 970px; }
    .section-video-text .column-text .button {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      flex-shrink: 0;
      -ms-flex-negative: 0; }
    .section-video-text .column-text:hover .image-holder {
      -webkit-transform: scale(1.01);
      -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -o-transform: scale(1.01);
      transform: scale(1.01); }
      .section-video-text .column-text:hover .image-holder:after {
        background: rgba(0, 0, 0, 0.25); }
  .section-video-text.expanded .column-video {
    background-size: 0 !important;
    width: 100%; }
    .section-video-text.expanded .column-video .video-wrapper .video-placeholder {
      opacity: 0;
      z-index: -1;
      -webkit-transition: opacity 0.2s 0.2s;
      -moz-transition: opacity 0.2s 0.2s;
      transition: opacity 0.2s 0.2s; }
      .section-video-text.expanded .column-video .video-wrapper .video-placeholder .play-btn {
        pointer-events: none; }
    .section-video-text.expanded .column-video .video-wrapper .video-render {
      max-height: 100%;
      /*span*/ }
      .section-video-text.expanded .column-video .video-wrapper .video-render .close-video {
        max-height: 50px;
        -webkit-transition: max-height 0.1s 0.2s;
        -moz-transition: max-height 0.1s 0.2s;
        transition: max-height 0.1s 0.2s; }
      .section-video-text.expanded .column-video .video-wrapper .video-render iframe {
        -webkit-transition: all 0.2s 0.2s;
        -moz-transition: all 0.2s 0.2s;
        transition: all 0.2s 0.2s; }
  .section-video-text.expanded .column-text {
    width: 0%; }
    .section-video-text.expanded .column-text .quote-box, .section-video-text.expanded .column-text .button {
      display: none; }

/*------------------------------------*\
    Below 1500
\*------------------------------------*/
@media screen and (max-width: 1500px) {
  .section-video-text {
    height: 550px; } }

/*------------------------------------*\
    Below 1200
\*------------------------------------*/
@media screen and (max-width: 1200px) {
  .section-video-text .column-video, .section-video-text .column-text {
    width: 50%; }
  .section-video-text .column-text {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .section-video-text .column-text .quote-box {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1;
      max-width: 100%; } }

/*------------------------------------*\
    Stacking (1024 and below)
\*------------------------------------*/
@media screen and (max-width: 1024px) {
  .section-video-text {
    height: auto; }
    .section-video-text .column-video, .section-video-text .column-text {
      float: none;
      height: 500px;
      margin: 0;
      width: 100%; }
    .section-video-text .column-text {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      padding: 0 50px; }
      .section-video-text .column-text .quote-box {
        -webkit-box-ordinal-group: 0;
        -moz-box-ordinal-group: 0;
        box-ordinal-group: 0;
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
        -ms-flex-order: 0; }
    .section-video-text.expanded .column-text {
      width: 100%; }
      .section-video-text.expanded .column-text .quote-box, .section-video-text.expanded .column-text .button {
        display: block; } }

/*------------------------------------*\
    Tablet portrait
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .section-video-text .column-text {
    padding: 0; } }

/*------------------------------------*\
    Mobile
\*------------------------------------*/
@media screen and (max-width: 767px) {
  .section-video-text .column-video {
    background-size: auto 80%;
    height: 350px; }
    .section-video-text .column-video .video-wrapper .video-placeholder {
      top: 30%; }
      .section-video-text .column-video .video-wrapper .video-placeholder .play-btn {
        margin-bottom: 0; }
    .section-video-text .column-video .video-wrapper .video-render {
      /*span*/ }
      .section-video-text .column-video .video-wrapper .video-render .close-video {
        font-size: 40px;
        right: 10px;
        top: 10px; }
  .section-video-text .column-text {
    height: 270px; }
    .section-video-text .column-text .quote-box {
      display: none; }
    .section-video-text .column-text .button {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      flex-shrink: 0;
      -ms-flex-negative: 0; }
  .section-video-text .stacked-text {
    background: #efefef;
    display: block;
    text-align: right; }
    .section-video-text .stacked-text .quote-box {
      background: none; }
      .section-video-text .stacked-text .quote-box .meta {
        text-align: center; }
  .section-video-text.expanded .column-text .quote-box {
    display: none; } }

/*------------------------------------*\
    $SECTION-CONTACTS-SLIDER
    Used only on frontpage
\*------------------------------------*/
/*------------------------------------*\
    Default, large
\*------------------------------------*/
.section-contacts-slider {
  background-color: #eaeaea;
  /*div*/
  /*div*/
  /*div*/
  /*ul*/ }
  .section-contacts-slider .slider-container {
    margin: auto; }
  .section-contacts-slider .slider {
    height: 275px;
    overflow-y: hidden; }
  .section-contacts-slider .slides li a {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: relative;
    text-align: center;
    height: 275px;
    width: 275px; }
    .section-contacts-slider .slides li a span {
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .section-contacts-slider .slides li a .hover-state {
      background: rgba(255, 234, 0, 0.8);
      font-weight: 300;
      height: 100%;
      width: 100%;
      opacity: 0;
      overflow: hidden;
      padding: 0 15px;
      position: absolute;
      top: 0;
      -webkit-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .section-contacts-slider .slides li a .hover-state .title {
        font-family: "Proxima Nova W01", Arial, sans-serif;
        font-size: 0.875em;
        line-height: 22px; }
      .section-contacts-slider .slides li a .hover-state .see-more {
        font-size: 0.875em;
        margin-top: 30px; }
    .section-contacts-slider .slides li a:hover span {
      opacity: 0; }
    .section-contacts-slider .slides li a:hover .hover-state {
      opacity: 1; }

/*------------------------------------*\
    $SECTION-NO_RESULTS
\*------------------------------------*/
.section-no-results {
  font-size: 1.875em;
  font-weight: 300;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .section-no-results {
      font-size: 1.5em; } }

.section-unsubscribe {
  padding-top: 120px;
  text-align: center; }
  .section-unsubscribe h3 {
    margin-bottom: 40px; }
  .section-unsubscribe form {
    background: #eaeaea;
    display: inline-block;
    max-width: 100%;
    padding: 50px; }
    .section-unsubscribe form input {
      height: 60px;
      width: 270px;
      font-size: 16px;
      -webkit-appearance: none;
      border-radius: 0; }
    .section-unsubscribe form input:not(.button) {
      float: left;
      margin-right: 25px;
      padding: 0 25px; }
      .section-unsubscribe form input:not(.button)::-webkit-input-placeholder {
        color: #000; }
      .section-unsubscribe form input:not(.button)::-moz-placeholder {
        color: #000; }
      .section-unsubscribe form input:not(.button):-moz-placeholder {
        color: #000; }
      .section-unsubscribe form input:not(.button):-ms-input-placeholder {
        color: #000; }
    .section-unsubscribe form .button {
      line-height: 60px; }
  @media screen and (max-width: 768px) {
    .section-unsubscribe {
      padding-top: 60px; }
      .section-unsubscribe form {
        display: block;
        padding: 50px 0; }
        .section-unsubscribe form input {
          display: block;
          margin: auto; }
        .section-unsubscribe form input:not(.button) {
          float: none;
          margin: 0 auto 25px; } }

.section-formarea .manchet p {
  font-size: 1.375em;
  line-height: 28px;
  margin-bottom: 28px; }

.section-formarea .form-wrapper {
  background: #eaeaea;
  padding: 30px; }
  .section-formarea .form-wrapper .alert-error {
    margin-bottom: 40px; }
  .section-formarea .form-wrapper .alert-success {
    color: #000;
    text-align: center; }
    .section-formarea .form-wrapper .alert-success h3 {
      line-height: 50px; }
      @media screen and (max-width: 767px) {
        .section-formarea .form-wrapper .alert-success h3 {
          line-height: 30px; } }
      .section-formarea .form-wrapper .alert-success h3 span {
        height: 50px;
        width: 60px;
        background: #eaeaea url("../images/success.png") no-repeat center left 0;
        background-size: contain;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .section-formarea .form-wrapper .alert-success h3 span {
            height: 30px;
            width: 40px; } }
    .section-formarea .form-wrapper .alert-success p {
      font-weight: 200;
      text-align: center; }
  .section-formarea .form-wrapper label {
    color: #585858;
    display: block;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 18px; }
  .section-formarea .form-wrapper input, .section-formarea .form-wrapper textarea {
    border: 2px solid #fff;
    font-size: 16px; }
  .section-formarea .form-wrapper input[type="text"],
  .section-formarea .form-wrapper textarea {
    -webkit-transition: border 0.2s;
    -moz-transition: border 0.2s;
    transition: border 0.2s;
    height: 60px;
    width: 100%;
    font-size: 1.125em;
    padding: 0 20px; }
    .section-formarea .form-wrapper input[type="text"]:focus,
    .section-formarea .form-wrapper textarea:focus {
      border-color: #000;
      outline: 0; }
    .section-formarea .form-wrapper input[type="text"]::-webkit-input-placeholder,
    .section-formarea .form-wrapper textarea::-webkit-input-placeholder {
      color: #a5a5a5; }
    .section-formarea .form-wrapper input[type="text"]::-moz-placeholder,
    .section-formarea .form-wrapper textarea::-moz-placeholder {
      color: #a5a5a5; }
    .section-formarea .form-wrapper input[type="text"]:-moz-placeholder,
    .section-formarea .form-wrapper textarea:-moz-placeholder {
      color: #a5a5a5; }
    .section-formarea .form-wrapper input[type="text"]:-ms-input-placeholder,
    .section-formarea .form-wrapper textarea:-ms-input-placeholder {
      color: #a5a5a5; }
  .section-formarea .form-wrapper textarea {
    display: block;
    height: 280px;
    padding-top: 10px; }
  .section-formarea .form-wrapper input.required,
  .section-formarea .form-wrapper textarea.required {
    background: #fff url("../images/required.svg") no-repeat center right 17px;
    background-size: 12px; }
  .section-formarea .form-wrapper textarea.required {
    background-position: top 17px right 17px; }
  .section-formarea .form-wrapper select.required + .bselect .bselect-label::after {
    height: 12px;
    width: 12px;
    background: url("../images/required.svg") no-repeat center right;
    background-size: 12px;
    content: '';
    display: block;
    margin-top: -5px;
    position: absolute;
    right: 60px;
    top: 50%; }
  .section-formarea .form-wrapper select.required.error + .bselect .bselect-label {
    border-color: #FF3030; }
    .section-formarea .form-wrapper select.required.error + .bselect .bselect-label::after {
      background-image: url("../images/required-error.svg"); }
  .section-formarea .form-wrapper select.required.error + .bselect .bselect-caret {
    border-color: #FF3030; }
  .section-formarea .form-wrapper .input-wrapper {
    margin-bottom: 15px; }
    .section-formarea .form-wrapper .input-wrapper.select, .section-formarea .form-wrapper .input-wrapper.text, .section-formarea .form-wrapper .input-wrapper.textarea {
      padding-top: 18px;
      position: relative; }
      .section-formarea .form-wrapper .input-wrapper.select label, .section-formarea .form-wrapper .input-wrapper.text label, .section-formarea .form-wrapper .input-wrapper.textarea label {
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
        position: absolute;
        left: 0;
        top: 0; }
      .section-formarea .form-wrapper .input-wrapper.select .filled ~ label,
      .section-formarea .form-wrapper .input-wrapper.select .error ~ label, .section-formarea .form-wrapper .input-wrapper.text .filled ~ label,
      .section-formarea .form-wrapper .input-wrapper.text .error ~ label, .section-formarea .form-wrapper .input-wrapper.textarea .filled ~ label,
      .section-formarea .form-wrapper .input-wrapper.textarea .error ~ label {
        opacity: 1; }
    .section-formarea .form-wrapper .input-wrapper.multicheckbox, .section-formarea .form-wrapper .input-wrapper.checkbox, .section-formarea .form-wrapper .input-wrapper.radio {
      margin-top: 30px; }
      .section-formarea .form-wrapper .input-wrapper.multicheckbox label, .section-formarea .form-wrapper .input-wrapper.checkbox label, .section-formarea .form-wrapper .input-wrapper.radio label {
        color: #000;
        display: block;
        font-size: 1em;
        font-weight: 200; }
        .section-formarea .form-wrapper .input-wrapper.multicheckbox label:first-child, .section-formarea .form-wrapper .input-wrapper.checkbox label:first-child, .section-formarea .form-wrapper .input-wrapper.radio label:first-child {
          margin-bottom: 18px; }
        .section-formarea .form-wrapper .input-wrapper.multicheckbox label.required::after, .section-formarea .form-wrapper .input-wrapper.checkbox label.required::after, .section-formarea .form-wrapper .input-wrapper.radio label.required::after {
          height: 12px;
          width: 12px;
          background: url("../images/required-on-label.svg") no-repeat center right;
          content: '';
          display: inline-block;
          position: relative;
          left: 8px; }
        .section-formarea .form-wrapper .input-wrapper.multicheckbox label.error::after, .section-formarea .form-wrapper .input-wrapper.checkbox label.error::after, .section-formarea .form-wrapper .input-wrapper.radio label.error::after {
          background-image: url("../images/required-error.svg"); }
  .section-formarea .form-wrapper ul.errors {
    margin-bottom: -10px; }
    .section-formarea .form-wrapper ul.errors li {
      color: #FF3030;
      font-size: 14px;
      font-weight: 300; }
      .section-formarea .form-wrapper ul.errors li::before {
        content: ''; }
  .section-formarea .form-wrapper input.error,
  .section-formarea .form-wrapper textarea.error {
    border-color: #FF3030; }
  .section-formarea .form-wrapper input.required.error,
  .section-formarea .form-wrapper textarea.required.error {
    background-image: url("../images/required-error.svg"); }
  .section-formarea .form-wrapper .button-wrapper {
    margin-top: 30px; }
    .section-formarea .form-wrapper .button-wrapper input {
      border: 0; }

/*------------------------------------*\
    $MODULES
\*------------------------------------*/
/************************************

    PAGE NEWS
        using section two-colums

************************************/
.newspage .column-one {
  /*div*/ }
  .newspage .column-one .news-item {
    border-bottom: 1px solid #dddddd;
    margin-top: -40px;
    padding: 80px 0 40px;
    /*div*/ }
    .newspage .column-one .news-item:first-child {
      padding-top: 40px; }
    .newspage .column-one .news-item .news-item-inner {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      cursor: pointer;
      max-height: 150px;
      outline: none;
      overflow: hidden;
      -webkit-transition: max-height 0.2s ease-in;
      -moz-transition: max-height 0.2s ease-in;
      transition: max-height 0.2s ease-in; }
      .newspage .column-one .news-item .news-item-inner .date {
        font-size: 0.875em;
        font-weight: 300;
        line-height: 14px;
        margin-bottom: 10px; }
      .newspage .column-one .news-item .news-item-inner img {
        float: left;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
        margin-right: 20px;
        width: 150px;
        height: 150px;
        width: 150px; }
      .newspage .column-one .news-item .news-item-inner .text {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .newspage .column-one .news-item .news-item-inner .text:hover {
          opacity: 0.7; }
        .newspage .column-one .news-item .news-item-inner .text .headline, .newspage .column-one .news-item .news-item-inner .text input.search, .newspage .column-one .news-item .news-item-inner .text .quote-box .meta, .quote-box .newspage .column-one .news-item .news-item-inner .text .meta, .newspage .column-one .news-item .news-item-inner .text .ui-selectmenu-button span.ui-selectmenu-text, .ui-selectmenu-button .newspage .column-one .news-item .news-item-inner .text span.ui-selectmenu-text, .newspage .column-one .news-item .news-item-inner .text .submenu ul li a, .submenu ul li .newspage .column-one .news-item .news-item-inner .text a, .newspage .section-two-columns .column-one .news-item .news-item-inner .text .quote .quote-meta, .section-two-columns .newspage .column-one .news-item .news-item-inner .text .quote .quote-meta, .newspage .section-two-columns .column-one .quote .news-item .news-item-inner .text .quote-meta, .section-two-columns .newspage .column-one .quote .news-item .news-item-inner .text .quote-meta, .newspage .column-one .news-item .news-item-inner .text .section-statistics .column .circle .percent, .section-statistics .column .circle .newspage .column-one .news-item .news-item-inner .text .percent, .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .unsubscribe, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .text .unsubscribe,
        .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .subscribe, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .text .subscribe,
        .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .form-wrapper .unsubscribe, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .text .unsubscribe,
        .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .form-wrapper .subscribe, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .text .subscribe {
          padding-right: 40px; }
          .newspage .column-one .news-item .news-item-inner .text .headline:after, .newspage .column-one .news-item .news-item-inner .text input.search:after, .newspage .column-one .news-item .news-item-inner .text .quote-box .meta:after, .quote-box .newspage .column-one .news-item .news-item-inner .text .meta:after, .newspage .column-one .news-item .news-item-inner .text .ui-selectmenu-button span.ui-selectmenu-text:after, .ui-selectmenu-button .newspage .column-one .news-item .news-item-inner .text span.ui-selectmenu-text:after, .newspage .column-one .news-item .news-item-inner .text .submenu ul li a:after, .submenu ul li .newspage .column-one .news-item .news-item-inner .text a:after, .newspage .section-two-columns .column-one .news-item .news-item-inner .text .quote .quote-meta:after, .section-two-columns .newspage .column-one .news-item .news-item-inner .text .quote .quote-meta:after, .newspage .section-two-columns .column-one .quote .news-item .news-item-inner .text .quote-meta:after, .section-two-columns .newspage .column-one .quote .news-item .news-item-inner .text .quote-meta:after, .newspage .column-one .news-item .news-item-inner .text .section-statistics .column .circle .percent:after, .section-statistics .column .circle .newspage .column-one .news-item .news-item-inner .text .percent:after, .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .unsubscribe:after, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .text .unsubscribe:after,
          .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .subscribe:after, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .text .subscribe:after,
          .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .form-wrapper .unsubscribe:after, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .text .unsubscribe:after,
          .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .form-wrapper .subscribe:after, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .text .subscribe:after {
            content: "\00d7";
            display: block;
            font-family: arial;
            font-size: 28px;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: opacity 0.2s 0.2s ease-in;
            -moz-transition: opacity 0.2s 0.2s ease-in;
            transition: opacity 0.2s 0.2s ease-in; }
          .newspage .column-one .news-item .news-item-inner .text .headline.no-close, .newspage .column-one .news-item .news-item-inner .text input.no-close.search, .newspage .column-one .news-item .news-item-inner .text .quote-box .no-close.meta, .quote-box .newspage .column-one .news-item .news-item-inner .text .no-close.meta, .newspage .column-one .news-item .news-item-inner .text .ui-selectmenu-button span.no-close.ui-selectmenu-text, .ui-selectmenu-button .newspage .column-one .news-item .news-item-inner .text span.no-close.ui-selectmenu-text, .newspage .column-one .news-item .news-item-inner .text .submenu ul li a.no-close, .submenu ul li .newspage .column-one .news-item .news-item-inner .text a.no-close, .newspage .section-two-columns .column-one .news-item .news-item-inner .text .quote .no-close.quote-meta, .section-two-columns .newspage .column-one .news-item .news-item-inner .text .quote .no-close.quote-meta, .newspage .section-two-columns .column-one .quote .news-item .news-item-inner .text .no-close.quote-meta, .section-two-columns .newspage .column-one .quote .news-item .news-item-inner .text .no-close.quote-meta, .newspage .column-one .news-item .news-item-inner .text .section-statistics .column .circle .no-close.percent, .section-statistics .column .circle .newspage .column-one .news-item .news-item-inner .text .no-close.percent, .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .no-close.unsubscribe, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .text .no-close.unsubscribe,
          .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .no-close.subscribe, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .text .no-close.subscribe,
          .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .form-wrapper .no-close.unsubscribe, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .text .no-close.unsubscribe,
          .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .form-wrapper .no-close.subscribe, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .text .no-close.subscribe {
            padding-right: 0px; }
            .newspage .column-one .news-item .news-item-inner .text .headline.no-close:after, .newspage .column-one .news-item .news-item-inner .text input.no-close.search:after, .newspage .column-one .news-item .news-item-inner .text .quote-box .no-close.meta:after, .quote-box .newspage .column-one .news-item .news-item-inner .text .no-close.meta:after, .newspage .column-one .news-item .news-item-inner .text .ui-selectmenu-button span.no-close.ui-selectmenu-text:after, .ui-selectmenu-button .newspage .column-one .news-item .news-item-inner .text span.no-close.ui-selectmenu-text:after, .newspage .column-one .news-item .news-item-inner .text .submenu ul li a.no-close:after, .submenu ul li .newspage .column-one .news-item .news-item-inner .text a.no-close:after, .newspage .section-two-columns .column-one .news-item .news-item-inner .text .quote .no-close.quote-meta:after, .section-two-columns .newspage .column-one .news-item .news-item-inner .text .quote .no-close.quote-meta:after, .newspage .section-two-columns .column-one .quote .news-item .news-item-inner .text .no-close.quote-meta:after, .section-two-columns .newspage .column-one .quote .news-item .news-item-inner .text .no-close.quote-meta:after, .newspage .column-one .news-item .news-item-inner .text .section-statistics .column .circle .no-close.percent:after, .section-statistics .column .circle .newspage .column-one .news-item .news-item-inner .text .no-close.percent:after, .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .no-close.unsubscribe:after, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .text .no-close.unsubscribe:after,
            .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .no-close.subscribe:after, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .text .no-close.subscribe:after,
            .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .form-wrapper .no-close.unsubscribe:after, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .text .no-close.unsubscribe:after,
            .newspage .column-one .news-item .news-item-inner .text .careerspage .column-two .form-wrapper .no-close.subscribe:after, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .text .no-close.subscribe:after {
              content: ""; }
    .newspage .column-one .news-item.open {
      /*a*/ }
      .newspage .column-one .news-item.open .news-item-inner {
        cursor: default;
        -webkit-transition: max-height 0.2s ease-in;
        -moz-transition: max-height 0.2s ease-in;
        transition: max-height 0.2s ease-in;
        max-height: 1500px; }
        .newspage .column-one .news-item.open .news-item-inner p {
          display: block; }
        .newspage .column-one .news-item.open .news-item-inner .text:hover {
          opacity: 1; }
        .newspage .column-one .news-item.open .news-item-inner .text .headline, .newspage .column-one .news-item.open .news-item-inner .text input.search, .newspage .column-one .news-item.open .news-item-inner .text .quote-box .meta, .quote-box .newspage .column-one .news-item.open .news-item-inner .text .meta, .newspage .column-one .news-item.open .news-item-inner .text .ui-selectmenu-button span.ui-selectmenu-text, .ui-selectmenu-button .newspage .column-one .news-item.open .news-item-inner .text span.ui-selectmenu-text, .newspage .column-one .news-item.open .news-item-inner .text .submenu ul li a, .submenu ul li .newspage .column-one .news-item.open .news-item-inner .text a, .newspage .section-two-columns .column-one .news-item.open .news-item-inner .text .quote .quote-meta, .section-two-columns .newspage .column-one .news-item.open .news-item-inner .text .quote .quote-meta, .newspage .section-two-columns .column-one .quote .news-item.open .news-item-inner .text .quote-meta, .section-two-columns .newspage .column-one .quote .news-item.open .news-item-inner .text .quote-meta, .newspage .column-one .news-item.open .news-item-inner .text .section-statistics .column .circle .percent, .section-statistics .column .circle .newspage .column-one .news-item.open .news-item-inner .text .percent, .newspage .column-one .news-item.open .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .unsubscribe, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item.open .news-item-inner .text .unsubscribe,
        .newspage .column-one .news-item.open .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .subscribe, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item.open .news-item-inner .text .subscribe,
        .newspage .column-one .news-item.open .news-item-inner .text .careerspage .column-two .form-wrapper .unsubscribe, .careerspage .column-two .form-wrapper .newspage .column-one .news-item.open .news-item-inner .text .unsubscribe,
        .newspage .column-one .news-item.open .news-item-inner .text .careerspage .column-two .form-wrapper .subscribe, .careerspage .column-two .form-wrapper .newspage .column-one .news-item.open .news-item-inner .text .subscribe {
          cursor: pointer; }
          .newspage .column-one .news-item.open .news-item-inner .text .headline:after, .newspage .column-one .news-item.open .news-item-inner .text input.search:after, .newspage .column-one .news-item.open .news-item-inner .text .quote-box .meta:after, .quote-box .newspage .column-one .news-item.open .news-item-inner .text .meta:after, .newspage .column-one .news-item.open .news-item-inner .text .ui-selectmenu-button span.ui-selectmenu-text:after, .ui-selectmenu-button .newspage .column-one .news-item.open .news-item-inner .text span.ui-selectmenu-text:after, .newspage .column-one .news-item.open .news-item-inner .text .submenu ul li a:after, .submenu ul li .newspage .column-one .news-item.open .news-item-inner .text a:after, .newspage .section-two-columns .column-one .news-item.open .news-item-inner .text .quote .quote-meta:after, .section-two-columns .newspage .column-one .news-item.open .news-item-inner .text .quote .quote-meta:after, .newspage .section-two-columns .column-one .quote .news-item.open .news-item-inner .text .quote-meta:after, .section-two-columns .newspage .column-one .quote .news-item.open .news-item-inner .text .quote-meta:after, .newspage .column-one .news-item.open .news-item-inner .text .section-statistics .column .circle .percent:after, .section-statistics .column .circle .newspage .column-one .news-item.open .news-item-inner .text .percent:after, .newspage .column-one .news-item.open .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .unsubscribe:after, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item.open .news-item-inner .text .unsubscribe:after,
          .newspage .column-one .news-item.open .news-item-inner .text .careerspage .column-two .unsub-form-wrapper .subscribe:after, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item.open .news-item-inner .text .subscribe:after,
          .newspage .column-one .news-item.open .news-item-inner .text .careerspage .column-two .form-wrapper .unsubscribe:after, .careerspage .column-two .form-wrapper .newspage .column-one .news-item.open .news-item-inner .text .unsubscribe:after,
          .newspage .column-one .news-item.open .news-item-inner .text .careerspage .column-two .form-wrapper .subscribe:after, .careerspage .column-two .form-wrapper .newspage .column-one .news-item.open .news-item-inner .text .subscribe:after {
            opacity: 1;
            -webkit-transition: opacity 0.2s ease-in;
            -moz-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in; }

.newspage .column-two img {
  margin-bottom: 20px;
  max-width: 270px; }

.newspage .column-two .headline, .newspage .column-two input.search, .newspage .column-two .quote-box .meta, .quote-box .newspage .column-two .meta, .newspage .column-two .ui-selectmenu-button span.ui-selectmenu-text, .ui-selectmenu-button .newspage .column-two span.ui-selectmenu-text, .newspage .column-two .submenu ul li a, .submenu ul li .newspage .column-two a, .newspage .column-two .section-two-columns .column-one .quote .quote-meta, .section-two-columns .column-one .quote .newspage .column-two .quote-meta, .newspage .column-two .section-statistics .column .circle .percent, .section-statistics .column .circle .newspage .column-two .percent, .newspage .careerspage .column-two .unsub-form-wrapper .unsubscribe, .careerspage .newspage .column-two .unsub-form-wrapper .unsubscribe,
.newspage .careerspage .column-two .unsub-form-wrapper .subscribe, .careerspage .newspage .column-two .unsub-form-wrapper .subscribe,
.newspage .careerspage .column-two .form-wrapper .unsubscribe, .careerspage .newspage .column-two .form-wrapper .unsubscribe,
.newspage .careerspage .column-two .form-wrapper .subscribe, .careerspage .newspage .column-two .form-wrapper .subscribe {
  font-size: 1.125em; }

.newspage .column-two .position {
  margin-bottom: 20px; }

/************************************
    allbutMobile
************************************/
@media screen and (min-width: 768px) {
  .newspage .column-one {
    /*div*/ }
    .newspage .column-one .news-item {
      /*a*/ }
      .newspage .column-one .news-item .news-item-inner .headline, .newspage .column-one .news-item .news-item-inner input.search, .newspage .column-one .news-item .news-item-inner .quote-box .meta, .quote-box .newspage .column-one .news-item .news-item-inner .meta, .newspage .column-one .news-item .news-item-inner .ui-selectmenu-button span.ui-selectmenu-text, .ui-selectmenu-button .newspage .column-one .news-item .news-item-inner span.ui-selectmenu-text, .newspage .column-one .news-item .news-item-inner .submenu ul li a, .submenu ul li .newspage .column-one .news-item .news-item-inner a, .newspage .section-two-columns .column-one .news-item .news-item-inner .quote .quote-meta, .section-two-columns .newspage .column-one .news-item .news-item-inner .quote .quote-meta, .newspage .section-two-columns .column-one .quote .news-item .news-item-inner .quote-meta, .section-two-columns .newspage .column-one .quote .news-item .news-item-inner .quote-meta, .newspage .column-one .news-item .news-item-inner .section-statistics .column .circle .percent, .section-statistics .column .circle .newspage .column-one .news-item .news-item-inner .percent, .newspage .column-one .news-item .news-item-inner .careerspage .column-two .unsub-form-wrapper .unsubscribe, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .unsubscribe,
      .newspage .column-one .news-item .news-item-inner .careerspage .column-two .unsub-form-wrapper .subscribe, .careerspage .column-two .unsub-form-wrapper .newspage .column-one .news-item .news-item-inner .subscribe,
      .newspage .column-one .news-item .news-item-inner .careerspage .column-two .form-wrapper .unsubscribe, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .unsubscribe,
      .newspage .column-one .news-item .news-item-inner .careerspage .column-two .form-wrapper .subscribe, .careerspage .column-two .form-wrapper .newspage .column-one .news-item .news-item-inner .subscribe {
        margin-bottom: 10px; } }

/************************************
    Mobile
************************************/
@media screen and (max-width: 767px) {
  .newspage .column-one {
    /*div*/ }
    .newspage .column-one .news-item {
      /*a*/ }
      .newspage .column-one .news-item .news-item-inner {
        max-height: none;
        display: block; }
        .newspage .column-one .news-item .news-item-inner p {
          display: none; }
        .newspage .column-one .news-item .news-item-inner img {
          float: none;
          height: 100px;
          width: 100px; }
  .newspage .column-two img {
    display: none; } }

/************************************

	PAGE CARREERS
		using section two-colums

************************************/
.careerspage .section-two-columns {
  margin-bottom: 90px; }

.careerspage .column-two h3 {
  line-height: 25px; }

.careerspage .column-two p {
  font-size: 16px;
  line-height: 24px; }

.careerspage .column-two .position {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .careerspage .column-two .position:first-of-type {
    border-top: 1px solid #dddddd;
    padding-top: 20px; }
  .careerspage .column-two .position .jobhead {
    font-size: 1.25em;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .careerspage .column-two .position .jobhead {
        margin-bottom: 10px; } }
  .careerspage .column-two .position p.jobshort {
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .careerspage .column-two .position p.jobshort {
        display: none; } }

.careerspage .column-two .button {
  font-size: 16px;
  height: 60px;
  line-height: 60px; }
  .careerspage .column-two .button--unsubscribe {
    margin-top: 10px; }

.careerspage .column-two .unsub-form-wrapper input[type="submit"] {
  margin-top: 0; }

.careerspage .column-two .unsub-form-wrapper,
.careerspage .column-two .form-wrapper {
  background: #eaeaea;
  padding: 30px;
  display: none; }
  .careerspage .column-two .unsub-form-wrapper.show,
  .careerspage .column-two .form-wrapper.show {
    display: block; }
  .careerspage .column-two .unsub-form-wrapper input,
  .careerspage .column-two .form-wrapper input {
    font-size: 16px; }
  .careerspage .column-two .unsub-form-wrapper input[type="text"], .careerspage .column-two .unsub-form-wrapper input[type="submit"],
  .careerspage .column-two .form-wrapper input[type="text"],
  .careerspage .column-two .form-wrapper input[type="submit"] {
    height: 60px;
    width: 100%; }
  .careerspage .column-two .unsub-form-wrapper input[type="text"],
  .careerspage .column-two .form-wrapper input[type="text"] {
    margin-bottom: 20px;
    padding: 0 25px; }
    .careerspage .column-two .unsub-form-wrapper input[type="text"]::-webkit-input-placeholder,
    .careerspage .column-two .form-wrapper input[type="text"]::-webkit-input-placeholder {
      color: #000; }
    .careerspage .column-two .unsub-form-wrapper input[type="text"]::-moz-placeholder,
    .careerspage .column-two .form-wrapper input[type="text"]::-moz-placeholder {
      color: #000; }
    .careerspage .column-two .unsub-form-wrapper input[type="text"]:-moz-placeholder,
    .careerspage .column-two .form-wrapper input[type="text"]:-moz-placeholder {
      color: #000; }
    .careerspage .column-two .unsub-form-wrapper input[type="text"]:-ms-input-placeholder,
    .careerspage .column-two .form-wrapper input[type="text"]:-ms-input-placeholder {
      color: #000; }
  .careerspage .column-two .unsub-form-wrapper .checkboxxx label,
  .careerspage .column-two .form-wrapper .checkboxxx label {
    font-weight: 300;
    display: block; }
  .careerspage .column-two .unsub-form-wrapper .unsubscribe,
  .careerspage .column-two .unsub-form-wrapper .subscribe,
  .careerspage .column-two .form-wrapper .unsubscribe,
  .careerspage .column-two .form-wrapper .subscribe {
    background: #6a6a6a;
    color: #ffea00;
    cursor: pointer;
    margin-top: 20px; }

.careerspage .section-video-text .column-video, .careerspage .section-video-text .column-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media screen and (max-width: 767px) {
  .careerspage .section-video-text {
    display: none; } }

.careerspage .section-video-text .column-text .quote-box {
  max-width: inherit;
  text-align: center; }

.job__back {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px; }
  .job__back a {
    background: url("../images/back.svg") no-repeat 0 0;
    background-size: cover;
    display: block;
    height: 20px;
    width: 28px; }

.job h3 {
  margin-bottom: 28px; }

.job__info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 33px;
  padding: 24px 0; }
  .job__info__location {
    margin-right: 46px; }

.job__button {
  margin-top: 50px; }

.jobs__box {
  background: #f5f5f5;
  display: block;
  font-weight: unset;
  margin-bottom: 20px;
  padding: 30px 40px;
  transition: background .3s ease;
  will-change: background; }
  .jobs__box__title {
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 8px; }
  .jobs__box__info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    font-size: 0.9375em;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 8px 0; }
    .jobs__box__info__location {
      margin-right: 20px; }
  .jobs__box:hover {
    background: #dcdbdb; }

/************************************
	
	PAGE SEARCHRESULTS
		using section two-colums

************************************/
.searchpage .section-search .search-wrapper {
  margin-right: 380px; }
  @media screen and (max-width: 1200px) {
    .searchpage .section-search .search-wrapper {
      margin-right: 360px; } }
  @media screen and (max-width: 850px) {
    .searchpage .section-search .search-wrapper {
      margin: 0; } }

.searchpage .column-one p.results-info {
  font-size: 1.625em;
  line-height: 36px; }

.searchpage .column-one ul.search-results li {
  border-top: 1px solid #dddddd; }
  .searchpage .column-one ul.search-results li:last-child {
    border-bottom: 1px solid #dddddd; }
  .searchpage .column-one ul.search-results li a {
    display: block;
    font-weight: inherit;
    padding: 25px 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .searchpage .column-one ul.search-results li a:hover {
      opacity: 0.7; }

.searchpage .column-one h2 {
  margin-bottom: 5px; }

.searchpage .column-two h3 {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0 27px 0; }

@media screen and (max-width: 850px) {
  .searchpage .column-two {
    display: none; } }
