/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #666;
  text-shadow: none; }

::selection {
  background: #666;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@font-face {
  font-family: 'DIN';
  src: url("fonts/DIN-Bold.eot");
  src: url("fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DIN-Bold.woff") format("woff"), url("fonts/DIN-Bold.svg#webfont") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'DIN';
  src: url("fonts/din-medium-webfont.eot");
  src: url("fonts/din-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/din-medium-webfont.woff") format("woff"), url("fonts/din-medium-webfont.svg#webfont") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'DIN';
  src: url("fonts/din-regular-webfont.eot");
  src: url("fonts/din-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/din-regular-webfont.woff") format("woff"), url("fonts/din-regular-webfont.svg#webfont") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'DIN';
  src: url("fonts/din-light-webfont.eot");
  src: url("fonts/din-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/din-light-webfont.woff") format("woff"), url("fonts/din-light-webfont.svg#webfont") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  font-size: 16px; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 9px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #999999;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 2px 6px 0 10px;
  line-height: 40px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: none;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #999999; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #999999;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #999999;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #999999; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #444;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #999999;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #444; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #999999;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #999999;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #444; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #999999;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #444; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #999999;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #444; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #999999;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #444;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #444; }

* {
  margin: 0; }

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

body,
html {
  height: 100%;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 62.5%;
  line-height: 17px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

body {
  background-color: #fff; }
  body.shownav {
    overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 0.9;
  font-size: 14px;
  letter-spacing: 0em;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

p {
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.005em;
  margin: 0 0 20px 0;
  font-weight: 200; }
  p strong {
    font-weight: 600; }

ol,
ul {
  padding: 0 0 0 20px; }

li {
  font-weight: 200; }

input,
textarea {
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 0; }

input[placeholder],
[placeholder],
*[placeholder] {
  color: #fff;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #979797;
  opacity: 1 !important; }

:-moz-placeholder {
  color: #979797; }

::-moz-placeholder {
  color: #979797; }

:-ms-input-placeholder {
  color: #979797; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #bfbfbf inset;
  -webkit-text-fill-color: #000 !important; }

a,
a:visited,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

a:hover {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.inner {
  width: 1170px;
  margin: 0 auto; }

.has-background {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(css/backgroundsize.min.htc); }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #333;
  z-index: 100; }
  header .site-message {
    float: left;
    width: 100%;
    height: 30px;
    background-color: #000;
    text-align: center; }
  header .site-message span {
    color: #ccc;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500; }
  header .site-message span a,
  header .site-message span a:visited {
    color: #ccc; }
  header .site-message span a:hover {
    color: #fff; }
  header .branding-navigation {
    float: left;
    width: 100%;
    height: 100px;
    position: relative; }
    header .branding-navigation .branding {
      position: absolute;
      left: 40px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5; }
    header .branding-navigation .branding a,
    header .branding-navigation .branding a:visited {
      font-size: 18px;
      color: #fff; }
    header .branding-navigation .branding a:hover {
      color: #ccc; }
    header .branding-navigation nav {
      position: absolute;
      top: 43px;
      left: 0;
      width: 100%; }
      header .branding-navigation nav ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center; }
        header .branding-navigation nav ul li {
          display: inline-block;
          margin: 0 20px;
          padding: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 1; }
          header .branding-navigation nav ul li a,
          header .branding-navigation nav ul li a:visited {
            color: #fff;
            text-decoration: none; }
          header .branding-navigation nav ul li a:hover {
            color: #ccc; }
          header .branding-navigation nav ul li a.inactive {
            color: #999; }
            header .branding-navigation nav ul li a.inactive:hover {
              color: #fff; }
          header .branding-navigation nav ul li a.active {
            color: #fff;
            font-weight: 500; }
    header .branding-navigation .staff-login {
      position: absolute;
      right: 30px;
      top: 28px; }
    header .branding-navigation .staff-login a,
    header .branding-navigation .staff-login a:visited {
      display: inline-block;
      border: 1px solid #fff;
      color: #fff;
      font-size: 16px;
      line-height: 40px;
      font-weight: 400;
      width: 120px;
      text-align: center;
      background-color: transparent; }
    header .branding-navigation .staff-login a:hover {
      color: #333;
      background-color: #fff; }
    header .branding-navigation .menu-toggle {
      display: none;
      position: absolute;
      right: 30px;
      top: 40px;
      width: 28px;
      height: 18px;
      cursor: pointer; }
    header .branding-navigation .menu-toggle span {
      position: absolute;
      left: 0;
      width: 28px;
      height: 2px;
      background-color: #fff;
      display: block;
      opacity: 1;
      transition: all 200ms linear 0ms; }
    header .branding-navigation .menu-toggle span.top-bar {
      top: 0px; }
    header .branding-navigation .menu-toggle span.middle-bar {
      top: 8px; }
    header .branding-navigation .menu-toggle span.bottom-bar {
      top: 16px; }
    header .branding-navigation .menu-toggle:hover span {
      background-color: #979797; }

.shownav header .branding-navigation .menu-toggle span.top-bar {
  top: 8px;
  transform: rotate(45deg); }

.shownav header .branding-navigation .menu-toggle span.middle-bar {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0; }

.shownav header .branding-navigation .menu-toggle span.bottom-bar {
  top: 8px;
  transform: rotate(-45deg); }

#sub-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #444;
  text-align: center;
  z-index: 99;
  transition: top 300ms linear 0ms; }
  #sub-navigation.visible, #sub-navigation.locked {
    top: 130px; }
  #sub-navigation .inner {
    position: relative; }
  #sub-navigation span {
    font-size: 16px;
    line-height: 58px; }
    #sub-navigation span a,
    #sub-navigation span a:visited {
      color: #fff;
      margin: 0 15px; }
    #sub-navigation span a:hover {
      color: #ccc; }
  #sub-navigation .sub-navigation-group {
    float: left;
    width: 100%;
    padding: 3px 0 0 0;
    display: none; }

#search-input {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  z-index: 99;
  transition: top 300ms linear 0ms; }
  #search-input.visible, #search-input.locked {
    top: 130px; }
  #search-input .inner {
    position: relative; }
  #search-input .search-field {
    float: left;
    width: 100%; }
    #search-input .search-field input {
      float: left;
      width: 100%;
      height: 60px;
      border: none;
      background-color: transparent;
      font-weight: 400;
      color: #333;
      font-size: 18px;
      padding: 0; }
  #search-input .search-action {
    position: absolute;
    right: 0;
    top: 18px;
    cursor: pointer;
    width: 25px;
    height: 25px; }
    #search-input .search-action i {
      font-size: 25px;
      color: #333;
      transition: color ease 200ms; }
    #search-input .search-action:hover i {
      color: #999; }

#mobile-menu {
  display: none;
  position: fixed;
  top: 130px;
  left: 0;
  width: 100vw;
  height: calc(100% - 130px);
  background-color: #333;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  #mobile-menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    #mobile-menu ul li {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0 40px;
      font-size: 22px;
      line-height: 66px;
      border-bottom: 1px solid #666; }
      #mobile-menu ul li:last-child {
        border-bottom: none; }
      #mobile-menu ul li a,
      #mobile-menu ul li a:visited {
        color: #fff; }
      #mobile-menu ul li a:hover {
        color: #999; }
      #mobile-menu ul li ul {
        display: none;
        margin: -10px 0 10px 0; }
        #mobile-menu ul li ul li {
          border-bottom: none;
          line-height: 40px;
          padding: 0; }
          #mobile-menu ul li ul li a,
          #mobile-menu ul li ul li a:visited {
            color: #999; }
          #mobile-menu ul li ul li a:hover {
            color: #fff; }

main {
  float: left;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -320px 0;
  position: relative;
  z-index: 1; }
  main .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  main .video-embed iframe,
  main .video-embed object,
  main .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  main .section-title {
    float: left;
    width: 100%;
    margin: 0 0 20px 0; }
    main .section-title h1 {
      font-size: 30px;
      font-weight: 400;
      color: #333;
      line-height: 36px;
      margin: 0; }
    main .section-title h6 {
      font-size: 16px;
      font-weight: 600;
      color: #333;
      text-transform: uppercase;
      line-height: 1;
      margin: 0 0 12px 0; }
    main .section-title h5 {
      font-size: 20px;
      font-weight: 400;
      color: #999;
      line-height: 30px;
      margin: 12px 0 0 0; }
  main #home {
    float: left;
    width: 100%;
    margin: 130px 0 0 0;
    background-color: #000; }
    main #home .inner {
      width: 1800px; }
    main #home #features {
      float: left;
      width: 100%;
      height: 810px;
      overflow: hidden;
      position: relative; }
      main #home #features #slide-details {
        float: left;
        width: 100%;
        height: 100%; }
      main #home #features .description {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 450px;
        height: 450px;
        background-color: rgba(34, 34, 34, 0.85);
        z-index: 100; }
        main #home #features .description .category {
          position: absolute;
          top: 40px;
          left: 40px; }
          main #home #features .description .category span {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            color: #fff; }
        main #home #features .description .content {
          position: absolute;
          top: 80px;
          left: 40px;
          width: 370px; }
          main #home #features .description .content h2 {
            font-size: 26px;
            line-height: 31px;
            color: #fff; }
          main #home #features .description .content p {
            font-size: 16px;
            line-height: 24px;
            color: #ccc; }
        main #home #features .description .action {
          position: absolute;
          left: 40px;
          bottom: 40px; }
          main #home #features .description .action a,
          main #home #features .description .action a:visited {
            display: block;
            border: 1px solid #999;
            color: #fff;
            font-size: 16px;
            line-height: 40px;
            padding: 2px 0 0 0;
            width: 120px;
            text-align: center; }
          main #home #features .description .action a:hover {
            border: 1px solid #fff;
            color: #333;
            background-color: #fff; }
        main #home #features .description .pagination {
          position: absolute;
          right: 40px;
          bottom: 57px; }
          main #home #features .description .pagination span {
            float: left;
            display: block;
            margin: 0 0 0 10px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            cursor: pointer;
            background-color: rgba(255, 255, 255, 0.5);
            transition: background-color linear 200ms;
            text-indent: -99999px; }
            main #home #features .description .pagination span:hover, main #home #features .description .pagination span.cycle-pager-active {
              background-color: white; }
      main #home #features .slides {
        float: left;
        width: 100%;
        height: 100%; }
        main #home #features .slides .feature {
          float: left;
          width: 100%;
          height: 100%; }
    main #home #grid {
      float: left;
      width: 100%; }
      main #home #grid .item {
        float: left;
        position: relative; }
        main #home #grid .item .detail {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2; }
          main #home #grid .item .detail .category {
            position: absolute;
            top: 40px;
            left: 40px; }
            main #home #grid .item .detail .category span {
              font-size: 16px;
              text-transform: uppercase;
              font-weight: 600;
              color: #fff; }
          main #home #grid .item .detail .content {
            position: absolute;
            top: 80px;
            left: 40px;
            width: 370px; }
            main #home #grid .item .detail .content h2 {
              font-size: 26px;
              line-height: 31px;
              color: #fff; }
            main #home #grid .item .detail .content p {
              font-size: 16px;
              line-height: 24px;
              color: #ccc; }
          main #home #grid .item .detail .footer {
            position: absolute;
            bottom: 35px;
            left: 40px;
            width: 370px; }
            main #home #grid .item .detail .footer span {
              font-size: 16px;
              line-height: 1;
              color: #fff; }
            main #home #grid .item .detail .footer a,
            main #home #grid .item .detail .footer a:visited {
              color: #fff; }
            main #home #grid .item .detail .footer a:hover {
              color: #bbb; }
          main #home #grid .item .detail .block-link {
            display: block;
            width: 100%;
            height: 100%; }
          main #home #grid .item .detail .arete-logo {
            position: absolute;
            bottom: 85px;
            left: 40px; }
            main #home #grid .item .detail .arete-logo i {
              font-size: 65px;
              color: #fff; }
          main #home #grid .item .detail .logo {
            position: absolute;
            bottom: 35px;
            left: 40px; }
            main #home #grid .item .detail .logo i {
              font-size: 18px;
              color: #fff; }
        main #home #grid .item.news .tint {
          opacity: 1;
          transition: opacity linear 200ms; }
        main #home #grid .item.news:hover .tint {
          opacity: 0.6; }
        main #home #grid .item.square {
          width: 450px;
          height: 450px; }
        main #home #grid .item.widemedialeft {
          width: 100%;
          height: auto;
          background-color: #333; }
          main #home #grid .item.widemedialeft .media {
            float: left;
            width: 1350px; }
            main #home #grid .item.widemedialeft .media img {
              width: 100%;
              height: auto; }
          main #home #grid .item.widemedialeft .detail {
            width: 450px;
            height: 100%;
            right: 0;
            left: auto; }
          main #home #grid .item.widemedialeft .action {
            position: absolute;
            left: 40px;
            bottom: 40px; }
            main #home #grid .item.widemedialeft .action a,
            main #home #grid .item.widemedialeft .action a:visited {
              display: block;
              border: 1px solid #999;
              color: #fff;
              font-size: 16px;
              line-height: 40px;
              padding: 2px 0 0 0;
              width: 120px;
              text-align: center; }
            main #home #grid .item.widemedialeft .action a:hover {
              border: 1px solid #fff;
              color: #333;
              background-color: #fff; }
        main #home #grid .item.widemediaright {
          width: 100%;
          height: auto;
          background-color: #333; }
          main #home #grid .item.widemediaright .media {
            float: right;
            width: 1350px; }
            main #home #grid .item.widemediaright .media img {
              width: 100%;
              height: auto; }
          main #home #grid .item.widemediaright .detail {
            width: 450px;
            height: 100%; }
          main #home #grid .item.widemediaright .action {
            position: absolute;
            left: 40px;
            bottom: 40px; }
            main #home #grid .item.widemediaright .action a,
            main #home #grid .item.widemediaright .action a:visited {
              display: block;
              border: 1px solid #999;
              color: #fff;
              font-size: 16px;
              line-height: 40px;
              padding: 2px 0 0 0;
              width: 120px;
              text-align: center; }
            main #home #grid .item.widemediaright .action a:hover {
              border: 1px solid #fff;
              color: #333;
              background-color: #fff; }
        main #home #grid .item.address .content p {
          font-size: 26px;
          line-height: 31px;
          color: #fff; }
          main #home #grid .item.address .content p a,
          main #home #grid .item.address .content p a:visited {
            color: #fff; }
          main #home #grid .item.address .content p a:hover {
            color: #bbb; }
        main #home #grid .item.social .block-link {
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 5; }
        main #home #grid .item.social .detail {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          height: auto;
          text-align: center;
          transform: translateY(-50%); }
          main #home #grid .item.social .detail i {
            font-size: 35px;
            color: #fff;
            line-height: 1; }
          main #home #grid .item.social .detail span {
            font-size: 16px;
            color: #fff;
            line-height: 1;
            margin: 12px 0 0 0;
            display: block; }
        main #home #grid .item.social .media-inset {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 15px solid #555;
          opacity: 0.3;
          transition: opacity linear 200ms; }
        main #home #grid .item.social:hover .media-inset {
          opacity: 0.6; }
        main #home #grid .item.linkedin {
          background-color: #555; }
        main #home #grid .item.instagram {
          background-color: #666; }
        main #home #grid .item.arete {
          background-color: #3D4B5E; }
        main #home #grid .item.profile {
          background-color: #444; }
        main #home #grid .item.grey-4 {
          background-color: #444; }
        main #home #grid .item.grey-3 {
          background-color: #555; }
        main #home #grid .item.grey-2 {
          background-color: #666; }
        main #home #grid .item.grey-1 {
          background-color: #777; }
        main #home #grid .item .tint {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
          main #home #grid .item .tint.grey {
            background-color: rgba(51, 51, 51, 0.6); }
          main #home #grid .item .tint.blue {
            background-color: rgba(0, 55, 103, 0.7); }
          main #home #grid .item .tint.black {
            background-color: rgba(0, 0, 0, 0.6); }
  main #tenders {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0;
    position: relative; }
    main #tenders .inner {
      position: relative; }
    main #tenders .tenders-form {
      float: left;
      width: 490px;
      margin: 40px 0 0 0; }
    main #tenders .tenders-form .honey {
      position: fixed;
      left: -9999999px; }
    main #tenders .tenders-form h3 {
      float: left;
      width: 100%;
      font-weight: 600;
      text-transform: uppercase;
      margin: 20px 0; }
    main #tenders .tenders-form p {
      font-size: 16px; }
    main #tenders .tenders-form p a,
    main #tenders .tenders-form p a:visited {
      color: #000;
      border-bottom: 1px solid #000; }
    main #tenders .tenders-form p a:hover {
      color: #979797;
      border-bottom: 1px solid #979797; }
    main #tenders .tenders-form .field {
      float: left;
      width: 100%;
      margin: 0 0 20px 0; }
    main #tenders .tenders-form .field .field-title {
      float: left;
      width: 100%;
      margin: 0 0 5px 0; }
    main #tenders .tenders-form .field .field-title label {
      font-size: 16px;
      color: #999999; }
    main #tenders .tenders-form .field .field-title label .required_note {
      color: #cc0000; }
    main #tenders .tenders-form .field .field-input {
      float: left;
      width: 100%; }
    main #tenders .tenders-form .field .field-input select {
      float: left;
      width: 100%;
      border: 1px solid #999999;
      background-color: transparent;
      color: #333;
      height: 40px;
      font-size: 16px;
      padding: 0 10px; }
    main #tenders .tenders-form .field .field-input input[type="text"] {
      float: left;
      width: 100%;
      border: 1px solid #999999;
      background-color: transparent;
      color: #333;
      height: 40px;
      font-size: 16px;
      padding: 0 10px; }
    main #tenders .tenders-form .field .field-input textarea {
      float: left;
      width: 100%;
      border: 1px solid #999999;
      background-color: transparent;
      color: #333;
      height: 140px;
      font-size: 16px;
      padding: 10px; }
    main #tenders .tenders-form .field .radiolist ul {
      float: left;
      width: 100%;
      margin: 0 0 10px 0;
      list-style: none;
      padding: 0;
      display: flex; }
    main #tenders .tenders-form .field .radiolist ul li {
      width: auto;
      margin: 0 30px 0 0;
      padding: 0 0 0 10px;
      position: relative;
      font-size: 16px;
      color: #333;
      position: relative; }
    main #tenders .tenders-form .field .radiolist ul li input {
      visibility: hidden; }
    main #tenders .tenders-form .field .radiolist ul li input::after {
      visibility: visible;
      background-color: #fff;
      border: 1px solid #979797;
      display: block;
      position: absolute;
      content: '';
      border-radius: 50%;
      height: 17px;
      width: 17px;
      top: -1px;
      left: 0;
      margin: auto;
      transition: background 250ms linear;
      cursor: pointer; }
    main #tenders .tenders-form .field .radiolist ul li input::before {
      visibility: visible;
      background-color: transparent;
      display: block;
      position: absolute;
      content: '';
      border-radius: 50%;
      height: 9px;
      width: 9px;
      top: 3px;
      left: 4px;
      margin: auto;
      transition: background 250ms linear;
      z-index: 2;
      cursor: pointer; }
    main #tenders .tenders-form .field .radiolist ul li input:checked::before {
      background-color: #000; }
    main #tenders .tenders-form .field .checkboxlist ul {
      float: left;
      width: 100%;
      margin: 0 0 10px 0;
      list-style: none;
      padding: 0; }
    main #tenders .tenders-form .field .checkboxlist ul li {
      float: left;
      width: 100%;
      margin: 0 0 10px 0;
      padding: 0 0 0 10px;
      position: relative;
      font-size: 16px;
      color: #333;
      position: relative; }
    main #tenders .tenders-form .field .checkboxlist ul li input {
      visibility: hidden; }
    main #tenders .tenders-form .field .checkboxlist ul li input::after {
      visibility: visible;
      background-color: #fff;
      border: 1px solid #979797;
      display: block;
      position: absolute;
      content: '';
      height: 17px;
      width: 17px;
      top: -1px;
      left: 0;
      margin: auto;
      transition: background 250ms linear;
      cursor: pointer; }
    main #tenders .tenders-form .field .checkboxlist ul li input::before {
      visibility: visible;
      background-color: transparent;
      display: block;
      position: absolute;
      content: '';
      height: 9px;
      width: 9px;
      top: 3px;
      left: 4px;
      margin: auto;
      transition: background 250ms linear;
      z-index: 2;
      cursor: pointer; }
    main #tenders .tenders-form .field .checkboxlist ul li input:checked::before {
      background-color: #000; }
    main #tenders .tenders-form .actions {
      float: left;
      width: 100%; }
    main #tenders .tenders-form .actions input[type="submit"] {
      float: left;
      width: 100%;
      border: none;
      background-color: #333;
      color: #fff;
      height: 40px;
      font-size: 16px; }
    main #tenders .tenders-form .actions input[type="submit"]:hover {
      background-color: #999999; }
    main #tenders .tenders-form .field .field-input input[type="text"].parsley-error {
      border: 1px solid #cc0000; }
    main #tenders .tenders-form .field .field-input textarea.parsley-error {
      border: 1px solid #cc0000; }
    main #tenders .parsley-errors-list {
      display: none; }
    main #tenders .inputfile {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    main #tenders .inputfile + label {
      max-width: 100%;
      font-size: 16px;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: pointer;
      display: inline-block;
      overflow: hidden;
      padding: 0 0 0 10px; }
    main #tenders .no-js .inputfile + label {
      display: none; }
    main #tenders .inputfile:focus + label,
    main #tenders .inputfile.has-focus + label {
      outline: 1px dotted #000;
      outline: -webkit-focus-ring-color auto 5px; }
    main #tenders .inputfile + label {
      color: #000;
      margin: 0 0 10px 0; }
    main #tenders .inputfile + label {
      border: 1px solid #979797;
      background-color: #fff;
      padding: 0;
      display: flex; }
    main #tenders .inputfile:focus + label,
    main #tenders .inputfile.has-focus + label,
    main #tenders .inputfile + label:hover {
      border-color: #722040; }
    main #tenders .inputfile + label span {
      text-indent: 17px; }
    main #tenders .inputfile + label span,
    main #tenders .inputfile + label strong {
      width: 120px;
      height: 40px;
      display: block;
      line-height: 41px; }
    main #tenders .inputfile + label span {
      width: 200px;
      min-height: 2em;
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      vertical-align: top;
      flex-grow: 1; }
    main #tenders .inputfile + label strong {
      color: #fff;
      background-color: #333;
      display: inline-block;
      width: 120px;
      height: 40px;
      font-weight: 400;
      line-height: 40px;
      text-align: center; }
    main #tenders .tenders-description {
      position: absolute;
      top: 120px;
      right: 0;
      width: 570px; }
    main #tenders .tenders-description p {
      font-size: 20px;
      line-height: 28px; }
    main #tenders .tenders-description p a,
    main #tenders .tenders-description p a:visited {
      color: #000;
      border-bottom: 1px solid #000; }
    main #tenders .tenders-description p a:hover {
      color: #979797;
      border-bottom: 1px solid #979797; }
  main #projects {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0;
    position: relative; }
    main #projects .loading {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(255, 255, 255, 0.8);
      display: none; }
      main #projects .loading svg {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 10;
        transform: translate(-50%, -50%);
        width: 40;
        height: 40px; }
    main #projects .project-menu {
      float: left;
      width: 270px; }
      main #projects .project-menu h1 {
        font-size: 30px;
        font-weight: 400;
        color: #333;
        letter-spacing: 0rem;
        margin: 0 0 40px 0; }
      main #projects .project-menu .group {
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
        position: relative; }
        main #projects .project-menu .group .toggle {
          display: none;
          cursor: pointer;
          position: absolute;
          right: 0;
          top: 0;
          width: 30px;
          height: 30px; }
          main #projects .project-menu .group .toggle i {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 16px;
            color: #333;
            margin: -8px 0 0 -8px;
            transition: transform 200ms linear 0ms; }
        main #projects .project-menu .group.active .toggle i {
          transform: rotate(180deg); }
        main #projects .project-menu .group h2 {
          font-size: 16px;
          line-height: 28px;
          font-weight: 600;
          color: #333;
          letter-spacing: 0rem;
          margin: 0;
          text-transform: uppercase; }
        main #projects .project-menu .group ul {
          float: left;
          width: 100%;
          margin: 0;
          padding: 0;
          list-style: none; }
          main #projects .project-menu .group ul li {
            float: left;
            width: 100%;
            font-size: 16px;
            line-height: 26px;
            position: relative;
            transition: padding 200ms linear 0ms;
            padding: 0;
            cursor: pointer; }
            main #projects .project-menu .group ul li i {
              position: absolute;
              left: 0;
              top: 3px;
              font-size: 16px;
              color: #999;
              opacity: 0;
              transition: opacity 200ms linear 0ms; }
            main #projects .project-menu .group ul li.active {
              padding: 0 0 0 25px; }
              main #projects .project-menu .group ul li.active i {
                opacity: 1; }
              main #projects .project-menu .group ul li.active:hover i {
                color: #000; }
      main #projects .project-menu .sector-brochures {
        float: left;
        width: 100%;
        margin: 0 0 40px 0; }
        main #projects .project-menu .sector-brochures a,
        main #projects .project-menu .sector-brochures a:visited {
          display: inline-block;
          width: 100%;
          max-width: 180px;
          border: 1px solid #999;
          line-height: 38px;
          color: #333;
          font-size: 16px;
          padding: 2px 20px 0 20px;
          margin: 0;
          background-color: #fff;
          text-align: center; }
        main #projects .project-menu .sector-brochures a:hover {
          color: #fff;
          background-color: #333;
          border: 1px solid #333; }
    main #projects .project-grid {
      float: right;
      width: 870px; }
      main #projects .project-grid .project-grid-item {
        width: 420px;
        height: 490px;
        display: none; }
        main #projects .project-grid .project-grid-item .media {
          float: left;
          width: 100%;
          margin: 0 0 22px 0; }
          main #projects .project-grid .project-grid-item .media img {
            max-width: 100%;
            height: auto; }
        main #projects .project-grid .project-grid-item .content {
          float: left;
          width: 100%;
          margin: 0 0 17px 0; }
          main #projects .project-grid .project-grid-item .content h6 {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            text-transform: uppercase;
            line-height: 1;
            margin: 0 0 10px 0; }
          main #projects .project-grid .project-grid-item .content h2 {
            font-size: 22px;
            font-weight: 400;
            color: #333;
            line-height: 30px;
            margin: 0; }
        main #projects .project-grid .project-grid-item .tags {
          float: left;
          width: 100%; }
          main #projects .project-grid .project-grid-item .tags a,
          main #projects .project-grid .project-grid-item .tags a:visited {
            display: inline-block;
            width: auto;
            min-width: 80px;
            border: 1px solid #999;
            line-height: 28px;
            color: #333;
            font-size: 13px;
            padding: 2px 10px 0 10px;
            margin: 0 5px 5px 0;
            background-color: #fff;
            text-align: center; }
          main #projects .project-grid .project-grid-item .tags a:hover {
            color: #fff;
            background-color: #333;
            border: 1px solid #333; }
        main #projects .project-grid .project-grid-item:nth-child(odd) {
          float: left; }
        main #projects .project-grid .project-grid-item:nth-child(even) {
          float: right; }
    main #projects .lazy-loading {
      float: left;
      width: 100%;
      text-align: center;
      padding: 20px 0;
      display: none; }
  main #project {
    float: left;
    width: 100%;
    margin: 175px 0 70px 0; }
    main #project .project-title {
      float: left;
      width: 100%;
      margin: 0 0 25px 0; }
      main #project .project-title h6 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        line-height: 1;
        margin: 0 0 10px 0; }
      main #project .project-title h1 {
        font-size: 22px;
        font-weight: 400;
        color: #333;
        line-height: 1;
        margin: 0; }
    main #project .project-slider {
      float: left;
      width: 100%;
      margin: 0 0 45px 0;
      position: relative; }
      main #project .project-slider .slide-page-left {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50px, -50%);
        cursor: pointer;
        display: none; }
      main #project .project-slider .slide-page-right {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(50px, -50%);
        cursor: pointer;
        display: none; }
      main #project .project-slider .slide-page-left i,
      main #project .project-slider .slide-page-right i {
        font-size: 24px;
        color: #888;
        transition: color linear 200ms; }
        main #project .project-slider .slide-page-left i:hover,
        main #project .project-slider .slide-page-right i:hover {
          color: #000; }
      main #project .project-slider .slides {
        float: left;
        width: 100%;
        height: auto;
        position: relative; }
        main #project .project-slider .slides .slide {
          float: left;
          width: 100%; }
          main #project .project-slider .slides .slide img {
            max-width: 100%;
            height: auto; }
        main #project .project-slider .slides.slider-legacy {
          width: 1200px;
          overflow: hidden; }
          main #project .project-slider .slides.slider-legacy .slide {
            margin: 0 30px 0 0; }
          main #project .project-slider .slides.slider-legacy img {
            margin: 0 30px 0 0;
            width: 100%; }
    main #project .project-content {
      float: left;
      width: 100%;
      margin: 0 0 45px 0; }
      main #project .project-content .details {
        float: left;
        width: 270px; }
        main #project .project-content .details .detail {
          float: left;
          width: 100%;
          margin: 0 0 25px 0; }
          main #project .project-content .details .detail h6 {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            text-transform: uppercase;
            line-height: 26px;
            margin: 0; }
          main #project .project-content .details .detail h4 {
            font-size: 16px;
            font-weight: 400;
            color: #333;
            line-height: 26px;
            margin: 0; }
            main #project .project-content .details .detail h4 a,
            main #project .project-content .details .detail h4 a:visited {
              color: #666;
              text-decoration: underline; }
            main #project .project-content .details .detail h4 a:hover {
              color: #333; }
        main #project .project-content .details #project-awards h4 {
          margin: 0 0 15px 0; }
        main #project .project-content .details .pdf-download {
          float: left;
          width: 100%;
          margin: 5px 0 0 0; }
          main #project .project-content .details .pdf-download a,
          main #project .project-content .details .pdf-download a:visited {
            display: inline-block;
            width: 100%;
            max-width: 120px;
            border: 1px solid #999;
            line-height: 38px;
            color: #333;
            font-size: 16px;
            padding: 2px 0 0 0;
            margin: 0;
            background-color: #fff;
            text-align: center; }
          main #project .project-content .details .pdf-download a:hover {
            color: #fff;
            background-color: #333;
            border: 1px solid #333; }
      main #project .project-content .content {
        float: right;
        width: 870px; }
        main #project .project-content .content ul {
          margin: 0 0 20px 0; }
        main #project .project-content .content p {
          font-size: 20px;
          line-height: 28px; }
        main #project .project-content .content li {
          font-size: 20px;
          line-height: 28px;
          margin: 0 0 3px 0; }
        main #project .project-content .content .back-social {
          float: left;
          width: 100%;
          position: relative; }
          main #project .project-content .content .back-social .back {
            float: left; }
            main #project .project-content .content .back-social .back a,
            main #project .project-content .content .back-social .back a:visited {
              display: inline-block;
              width: 100%;
              border: 1px solid #999;
              line-height: 38px;
              color: #333;
              font-size: 16px;
              padding: 2px 20px 0 20px;
              margin: 0;
              background-color: #fff;
              text-align: center; }
            main #project .project-content .content .back-social .back a:hover {
              color: #fff;
              background-color: #333;
              border: 1px solid #333; }
          main #project .project-content .content .back-social .social-share {
            position: absolute;
            right: 0;
            top: 0;
            width: auto; }
            main #project .project-content .content .back-social .social-share a,
            main #project .project-content .content .back-social .social-share a:visited {
              float: left;
              color: #666;
              font-size: 25px;
              margin: 10px 20px 0 0; }
            main #project .project-content .content .back-social .social-share a:hover {
              color: #333; }
    main #project .related-projects {
      float: left;
      width: 100%; }
      main #project .related-projects .title {
        float: left;
        width: 100%; }
        main #project .related-projects .title h2 {
          font-size: 30px;
          line-height: 1;
          margin: 0 0 24px 0; }
      main #project .related-projects .related-projects-grid {
        float: left;
        width: 100%; }
        main #project .related-projects .related-projects-grid .project-grid-item {
          width: 570px; }
          main #project .related-projects .related-projects-grid .project-grid-item .media {
            float: left;
            width: 100%;
            margin: 0 0 22px 0; }
            main #project .related-projects .related-projects-grid .project-grid-item .media img {
              max-width: 100%;
              height: auto; }
          main #project .related-projects .related-projects-grid .project-grid-item .content {
            float: left;
            width: 100%;
            margin: 0 0 17px 0; }
            main #project .related-projects .related-projects-grid .project-grid-item .content h6 {
              font-size: 14px;
              font-weight: 600;
              color: #333;
              text-transform: uppercase;
              line-height: 1;
              margin: 0 0 10px 0; }
            main #project .related-projects .related-projects-grid .project-grid-item .content h2 {
              font-size: 22px;
              font-weight: 400;
              color: #333;
              line-height: 30px;
              margin: 0; }
          main #project .related-projects .related-projects-grid .project-grid-item .tags {
            float: left;
            width: 100%; }
            main #project .related-projects .related-projects-grid .project-grid-item .tags a,
            main #project .related-projects .related-projects-grid .project-grid-item .tags a:visited {
              display: inline-block;
              width: auto;
              min-width: 80px;
              border: 1px solid #999;
              line-height: 28px;
              color: #333;
              font-size: 13px;
              padding: 2px 10px 0 10px;
              margin: 0 5px 0 0;
              background-color: #fff;
              text-align: center; }
            main #project .related-projects .related-projects-grid .project-grid-item .tags a:hover {
              color: #fff;
              background-color: #333;
              border: 1px solid #333; }
          main #project .related-projects .related-projects-grid .project-grid-item:nth-child(odd) {
            float: left; }
          main #project .related-projects .related-projects-grid .project-grid-item:nth-child(even) {
            float: right; }
  main #news {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0;
    position: relative; }
    main #news .loading {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(255, 255, 255, 0.8);
      display: none; }
      main #news .loading svg {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        z-index: 10;
        transform: translate(-50%, -50%);
        width: 40;
        height: 40px; }
    main #news #news-menu {
      float: left;
      width: 270px; }
      main #news #news-menu h1 {
        font-size: 30px;
        font-weight: 400;
        color: #333;
        letter-spacing: 0rem;
        margin: 0 0 40px 0; }
      main #news #news-menu .group {
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
        position: relative; }
        main #news #news-menu .group .toggle {
          display: none;
          cursor: pointer;
          position: absolute;
          right: 0;
          top: 0;
          width: 30px;
          height: 30px; }
          main #news #news-menu .group .toggle i {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 16px;
            color: #333;
            margin: -8px 0 0 -8px;
            transition: transform 200ms linear 0ms; }
        main #news #news-menu .group.active .toggle i {
          transform: rotate(180deg); }
        main #news #news-menu .group h2 {
          font-size: 16px;
          line-height: 28px;
          font-weight: 600;
          color: #333;
          letter-spacing: 0rem;
          margin: 0;
          text-transform: uppercase; }
        main #news #news-menu .group ul {
          float: left;
          width: 100%;
          margin: 0;
          padding: 0;
          list-style: none; }
          main #news #news-menu .group ul li {
            float: left;
            width: 100%;
            font-size: 16px;
            line-height: 26px;
            position: relative;
            transition: padding 200ms linear 0ms;
            padding: 0;
            cursor: pointer; }
            main #news #news-menu .group ul li i {
              position: absolute;
              left: 0;
              top: 3px;
              font-size: 16px;
              color: #999;
              opacity: 0;
              transition: opacity 200ms linear 0ms; }
            main #news #news-menu .group ul li.active {
              padding: 0 0 0 25px; }
              main #news #news-menu .group ul li.active i {
                opacity: 1; }
              main #news #news-menu .group ul li.active:hover i {
                color: #000; }
    main #news .grid {
      float: right;
      width: 870px; }
      main #news .grid .loading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.8);
        display: none; }
        main #news .grid .loading svg {
          position: fixed;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          z-index: 10;
          transform: translate(-50%, -50%);
          width: 40;
          height: 40px; }
      main #news .grid .grid-items {
        float: left;
        width: 100%; }
        main #news .grid .grid-items .news-grid-item {
          width: 420px;
          height: 490px;
          display: none; }
          main #news .grid .grid-items .news-grid-item .media {
            float: left;
            width: 100%;
            margin: 0 0 22px 0; }
            main #news .grid .grid-items .news-grid-item .media img {
              max-width: 100%;
              height: auto; }
          main #news .grid .grid-items .news-grid-item .content {
            float: left;
            width: 100%;
            margin: 0 0 17px 0; }
            main #news .grid .grid-items .news-grid-item .content h5 {
              font-size: 16px;
              font-weight: 400;
              color: #333;
              line-height: 1; }
            main #news .grid .grid-items .news-grid-item .content h6 {
              font-size: 14px;
              font-weight: 600;
              color: #333;
              text-transform: uppercase;
              line-height: 1;
              margin: 0 0 10px 0; }
            main #news .grid .grid-items .news-grid-item .content h2 {
              font-size: 30px;
              font-weight: 400;
              color: #333;
              line-height: 36px;
              margin: 0 0 10px 0; }
          main #news .grid .grid-items .news-grid-item:nth-child(odd) {
            float: left; }
          main #news .grid .grid-items .news-grid-item:nth-child(even) {
            float: right; }
      main #news .grid .lazy-loading {
        float: left;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        display: none; }
  main #news-article {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0; }
    main #news-article .article-title {
      float: left;
      width: 100%;
      margin: 0 0 25px 0; }
      main #news-article .article-title h5 {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        line-height: 1;
        margin: 0; }
      main #news-article .article-title h6 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        line-height: 1;
        margin: 0 0 10px 0; }
      main #news-article .article-title h1 {
        font-size: 30px;
        font-weight: 400;
        color: #333;
        line-height: 36px;
        margin: 0 0 10px 0; }
    main #news-article .article-media {
      float: left;
      width: 100%;
      margin: 0 0 45px 0; }
      main #news-article .article-media .slide {
        float: left;
        width: 100%; }
        main #news-article .article-media .slide img {
          max-width: 100%;
          height: auto; }
    main #news-article .article-content {
      float: left;
      width: 100%;
      margin: 0 0 45px 0; }
      main #news-article .article-content .content {
        float: left;
        width: 568px; }
        main #news-article .article-content .content p {
          font-size: 20px;
          line-height: 28px; }
        main #news-article .article-content .content p a,
        main #news-article .article-content .content p a:visited {
          border-bottom: 1px solid #666; }
        main #news-article .article-content .content p a:hover {
          border-bottom: 1px solid #333; }
        main #news-article .article-content .content ul {
          margin: 0 0 20px 0;
          padding: 0 0 0 19px; }
        main #news-article .article-content .content li {
          font-size: 20px;
          line-height: 28px;
          margin: 0 0 3px 0; }
        main #news-article .article-content .content li a,
        main #news-article .article-content .content li a:visited {
          border-bottom: 1px solid #666; }
        main #news-article .article-content .content li a:hover {
          border-bottom: 1px solid #333; }
        main #news-article .article-content .content .social-share {
          float: left;
          width: 100%; }
          main #news-article .article-content .content .social-share a,
          main #news-article .article-content .content .social-share a:visited {
            color: #666;
            font-size: 25px;
            margin: 0 20px 0 0; }
          main #news-article .article-content .content .social-share a:hover {
            color: #333; }
      main #news-article .article-content .media {
        float: right;
        width: 568px; }
        main #news-article .article-content .media .item {
          float: left;
          width: 100%; }
        main #news-article .article-content .media img {
          float: left;
          width: 100%;
          height: auto;
          margin: 0 0 20px 0; }
    main #news-article .related-articles {
      float: left;
      width: 100%; }
      main #news-article .related-articles .title {
        float: left;
        width: 100%; }
        main #news-article .related-articles .title h2 {
          font-size: 30px;
          line-height: 1;
          margin: 0 0 24px 0; }
      main #news-article .related-articles .grid {
        float: right;
        width: 100%; }
        main #news-article .related-articles .grid .news-grid-item {
          width: 568px;
          height: 580px; }
          main #news-article .related-articles .grid .news-grid-item .media {
            float: left;
            width: 100%;
            margin: 0 0 22px 0; }
            main #news-article .related-articles .grid .news-grid-item .media img {
              max-width: 100%;
              height: auto; }
          main #news-article .related-articles .grid .news-grid-item .content {
            float: left;
            width: 100%;
            margin: 0 0 17px 0; }
            main #news-article .related-articles .grid .news-grid-item .content h5 {
              font-size: 16px;
              font-weight: 400;
              color: #333;
              line-height: 1; }
            main #news-article .related-articles .grid .news-grid-item .content h6 {
              font-size: 14px;
              font-weight: 600;
              color: #333;
              text-transform: uppercase;
              line-height: 1;
              margin: 0 0 10px 0; }
            main #news-article .related-articles .grid .news-grid-item .content h2 {
              font-size: 30px;
              font-weight: 400;
              color: #333;
              line-height: 36px;
              margin: 0 0 10px 0; }
          main #news-article .related-articles .grid .news-grid-item:nth-child(odd) {
            float: left; }
          main #news-article .related-articles .grid .news-grid-item:nth-child(even) {
            float: right; }
  main #who-we-are {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0; }
    main #who-we-are .article .fullimage {
      float: left;
      width: 100%;
      margin: 0 0 45px 0; }
      main #who-we-are .article .fullimage img {
        max-width: 100%;
        height: auto; }
    main #who-we-are .article .video {
      float: left;
      width: 100%;
      margin: 0 0 45px 0; }
    main #who-we-are .article .dualtext {
      float: left;
      width: 100%; }
      main #who-we-are .article .dualtext .title {
        float: left;
        width: 270px; }
        main #who-we-are .article .dualtext .title p {
          font-size: 24px;
          line-height: 30px;
          color: #333; }
      main #who-we-are .article .dualtext .content {
        float: right;
        width: 870px;
        margin: 0 0 20px 0; }
        main #who-we-are .article .dualtext .content p {
          font-size: 20px;
          line-height: 28px;
          color: #333; }
        main #who-we-are .article .dualtext .content ul {
          margin: 0 0 5px 0;
          padding: 0 0 0 20px; }
        main #who-we-are .article .dualtext .content li {
          font-size: 20px;
          line-height: 28px;
          color: #333; }
      main #who-we-are .article .dualtext .social-share {
        float: left;
        width: 100%; }
        main #who-we-are .article .dualtext .social-share a,
        main #who-we-are .article .dualtext .social-share a:visited {
          color: #666;
          font-size: 25px;
          margin: 0 20px 0 0; }
        main #who-we-are .article .dualtext .social-share a:hover {
          color: #333; }
    main #who-we-are .article .dualimage {
      float: left;
      width: 100%;
      margin: 0 0 45px 0; }
      main #who-we-are .article .dualimage .alpha {
        float: left;
        width: 570px; }
        main #who-we-are .article .dualimage .alpha img {
          max-width: 100%;
          height: auto; }
      main #who-we-are .article .dualimage .beta {
        float: right;
        width: 570px; }
        main #who-we-are .article .dualimage .beta img {
          max-width: 100%;
          height: auto; }
    main #who-we-are .people-grid {
      float: left;
      width: 100%; }
      main #who-we-are .people-grid .group {
        float: left;
        width: 100%;
        margin: 0 0 38px 0; }
        main #who-we-are .people-grid .group .title {
          float: left;
          width: 100%; }
          main #who-we-are .people-grid .group .title h2 {
            font-size: 24px;
            line-height: 1;
            margin: 0 0 23px 0; }
        main #who-we-are .people-grid .group .grid {
          float: left;
          width: 100%; }
          main #who-we-are .people-grid .group .grid .item {
            float: left;
            width: 170px;
            height: 380px;
            margin: 0 30px 0 0; }
            main #who-we-are .people-grid .group .grid .item a {
              display: block;
              width: 100%;
              height: 100%; }
            main #who-we-are .people-grid .group .grid .item .media {
              float: left;
              width: 100%;
              margin: 0 0 20px 0; }
              main #who-we-are .people-grid .group .grid .item .media img {
                max-width: 100%;
                height: auto;
                border: 1px solid #ccc; }
            main #who-we-are .people-grid .group .grid .item .content h3 {
              font-size: 16px;
              font-weight: 600;
              color: #333;
              text-transform: uppercase;
              line-height: 24px;
              margin: 0 0 4px 0; }
            main #who-we-are .people-grid .group .grid .item .content p {
              font-size: 16px;
              color: #333;
              line-height: 24px;
              margin: 0; }
            main #who-we-are .people-grid .group .grid .item:nth-child(6n+6) {
              float: right;
              margin: 0; }
    main #who-we-are .person-profile {
      float: left;
      width: 100%; }
      main #who-we-are .person-profile .hero {
        float: left;
        width: 100%;
        margin: 0 0 45px 0; }
        main #who-we-are .person-profile .hero img {
          width: 100%;
          height: auto; }
      main #who-we-are .person-profile .content {
        float: left;
        width: 100%;
        margin: 0 0 55px 0; }
        main #who-we-are .person-profile .content .details {
          float: left;
          width: 270px; }
          main #who-we-are .person-profile .content .details h2 {
            font-size: 24px;
            line-height: 30px;
            color: #333;
            margin: 0 0 8px 0; }
          main #who-we-are .person-profile .content .details p {
            font-size: 20px;
            line-height: 28px;
            color: #666;
            margin: 0; }
          main #who-we-are .person-profile .content .details .social {
            float: left;
            width: 100%;
            margin: 15px 0 0 0; }
            main #who-we-are .person-profile .content .details .social a,
            main #who-we-are .person-profile .content .details .social a:visited {
              color: #666;
              font-size: 25px;
              margin: 0 20px 0 0; }
            main #who-we-are .person-profile .content .details .social a:hover {
              color: #333; }
        main #who-we-are .person-profile .content .biography {
          float: right;
          width: 870px; }
          main #who-we-are .person-profile .content .biography p {
            font-size: 20px;
            line-height: 28px; }
          main #who-we-are .person-profile .content .biography .back-to-team {
            float: left;
            width: 100%;
            margin: 5px 0 0 0; }
            main #who-we-are .person-profile .content .biography .back-to-team a,
            main #who-we-are .person-profile .content .biography .back-to-team a:visited {
              display: inline-block;
              width: 100%;
              max-width: 150px;
              border: 1px solid #999;
              line-height: 38px;
              color: #333;
              font-size: 16px;
              padding: 2px 0 0 0;
              margin: 0;
              background-color: #fff;
              text-align: center; }
            main #who-we-are .person-profile .content .biography .back-to-team a:hover {
              color: #fff;
              background-color: #333;
              border: 1px solid #333; }
  main #awards {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0; }
    main #awards .award-list {
      float: left;
      width: 100%;
      margin: 10px 0 0 0; }
      main #awards .award-list .alpha {
        float: left;
        width: 380px;
        padding: 0 20px 0 0;
        transition: padding linear 200ms; }
      main #awards .award-list .beta {
        float: left;
        width: 430px;
        padding: 0 20px 0 0;
        transition: padding linear 200ms; }
      main #awards .award-list .gamma {
        float: left;
        width: 90px;
        transition: padding linear 200ms; }
      main #awards .award-list .delta {
        float: right;
        width: 270px;
        transition: padding linear 200ms; }
      main #awards .award-list .headers {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px 0; }
        main #awards .award-list .headers span {
          font-size: 20px;
          line-height: 1;
          color: #999; }
      main #awards .award-list .award {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        transition: background-color linear 200ms; }
        main #awards .award-list .award .award-inner {
          float: left;
          display: block;
          width: 100%;
          height: 100%;
          padding: 25px 0 20px 0; }
        main #awards .award-list .award a {
          float: left;
          display: block;
          width: 100%;
          height: 100%;
          padding: 25px 0 20px 0; }
        main #awards .award-list .award span {
          font-size: 16px;
          line-height: 20px;
          color: #333;
          font-weight: 400; }
        main #awards .award-list .award .alpha span {
          font-weight: 600; }
        main #awards .award-list .award:hover {
          background-color: #F4F4F4; }
          main #awards .award-list .award:hover .alpha {
            padding: 0 0 0 20px; }
  main #references {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0; }
    main #references .references-list {
      float: left;
      width: 100%;
      margin: 10px 0 0 0; }
      main #references .references-list .alpha {
        float: left;
        width: 330px;
        padding: 0 20px 0 0;
        transition: padding linear 200ms; }
      main #references .references-list .beta {
        float: left;
        width: 330px;
        padding: 0 20px 0 0;
        transition: padding linear 200ms; }
      main #references .references-list .gamma {
        float: left;
        width: 290px;
        transition: padding linear 200ms; }
      main #references .references-list .delta {
        float: right;
        text-align: right;
        width: 70px;
        transition: padding linear 200ms; }
      main #references .references-list .headers {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px 0; }
        main #references .references-list .headers span {
          font-size: 20px;
          line-height: 1;
          color: #999; }
      main #references .references-list .reference {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        transition: background-color linear 200ms; }
        main #references .references-list .reference .reference-inner {
          float: left;
          display: block;
          width: 100%;
          height: 100%;
          padding: 25px 0 20px 0; }
        main #references .references-list .reference span {
          font-size: 16px;
          line-height: 20px;
          color: #333;
          font-weight: 400; }
        main #references .references-list .reference .alpha span {
          font-weight: 600; }
        main #references .references-list .reference:hover {
          background-color: #F4F4F4; }
          main #references .references-list .reference:hover .alpha {
            padding: 0 0 0 20px; }
  main #medias {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0; }
    main #medias .media-list {
      float: left;
      width: 100%;
      margin: 10px 0 0 0; }
      main #medias .media-list .alpha {
        float: left;
        width: 40%;
        padding: 0 20px 0 0;
        transition: padding linear 200ms; }
      main #medias .media-list .beta {
        float: left;
        width: 30%;
        padding: 0 20px 0 0;
        transition: padding linear 200ms; }
      main #medias .media-list .gamma {
        float: left;
        width: 15%;
        padding: 0 20px 0 0;
        transition: padding linear 200ms; }
      main #medias .media-list .delta {
        float: right;
        width: 15%;
        transition: padding linear 200ms;
        text-align: right; }
      main #medias .media-list .headers {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px 0; }
        main #medias .media-list .headers span {
          font-size: 20px;
          line-height: 1;
          color: #999; }
      main #medias .media-list .media {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        transition: background-color linear 200ms; }
        main #medias .media-list .media .media-inner {
          float: left;
          display: block;
          width: 100%;
          height: 100%;
          padding: 25px 0 20px 0; }
        main #medias .media-list .media a,
        main #medias .media-list .media a:visited {
          color: #333;
          text-decoration: none; }
        main #medias .media-list .media a:hover {
          color: #999; }
        main #medias .media-list .media span {
          font-size: 16px;
          line-height: 1;
          color: #333;
          font-weight: 400; }
        main #medias .media-list .media .alpha span {
          font-weight: 600; }
  main #brochures {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0; }
    main #brochures .brochure-list {
      float: left;
      width: 100%;
      margin: 10px 0 0 0; }
      main #brochures .brochure-list .alpha {
        float: left;
        width: 60%;
        padding: 0 20px 0 0;
        transition: padding linear 200ms; }
      main #brochures .brochure-list .beta {
        float: right;
        width: 40%;
        transition: padding linear 200ms;
        text-align: right; }
      main #brochures .brochure-list .headers {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px 0; }
        main #brochures .brochure-list .headers span {
          font-size: 20px;
          line-height: 1;
          color: #999; }
      main #brochures .brochure-list .brochure {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        transition: background-color linear 200ms; }
        main #brochures .brochure-list .brochure .brochure-inner {
          float: left;
          display: block;
          width: 100%;
          height: 100%;
          padding: 25px 0 20px 0; }
        main #brochures .brochure-list .brochure a,
        main #brochures .brochure-list .brochure a:visited {
          color: #333;
          text-decoration: none; }
        main #brochures .brochure-list .brochure a:hover {
          color: #999; }
        main #brochures .brochure-list .brochure span {
          font-size: 16px;
          line-height: 1;
          color: #333;
          font-weight: 400; }
        main #brochures .brochure-list .brochure .alpha span {
          font-weight: 600; }
  main #search {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0; }
    main #search .search-list {
      float: left;
      width: 100%;
      margin: 10px 0 0 0; }
      main #search .search-list .alpha {
        float: left;
        width: 60%;
        padding: 0;
        transition: padding linear 200ms; }
      main #search .search-list .beta {
        float: right;
        width: 40%;
        text-align: right;
        transition: padding linear 200ms; }
      main #search .search-list .headers {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px 0; }
        main #search .search-list .headers span {
          font-size: 20px;
          line-height: 1;
          color: #999; }
      main #search .search-list .item {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        transition: background-color linear 200ms; }
        main #search .search-list .item a {
          float: left;
          display: block;
          width: 100%;
          height: 100%;
          padding: 25px 0 20px 0; }
        main #search .search-list .item span {
          font-size: 16px;
          line-height: 1;
          color: #333;
          font-weight: 400; }
        main #search .search-list .item .alpha span strong {
          font-weight: 600; }
        main #search .search-list .item:hover {
          background-color: #F4F4F4; }
          main #search .search-list .item:hover .alpha {
            padding: 0 0 0 20px; }
  main #contact {
    float: left;
    width: 100%;
    margin: 220px 0 70px 0; }
  main #contact .locations {
    float: left;
    width: 100%;
    margin: 0 0 0 0; }
  main #contact .location {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 30px 0 0 0;
    margin: 0 0 30px 0; }
  main #contact .details {
    float: left;
    width: 570px; }
  main #contact .details-alpha {
    float: left;
    width: calc(50% - 10px); }
  main #contact .details-beta {
    float: right;
    width: calc(50% - 10px); }
  main #contact .details h2 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin: 0 0 20px 0; }
  main #contact .details p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 0 0 20px 0; }
  main #contact .map {
    float: right;
    width: 570px;
    height: 330px; }

#push {
  float: left;
  width: 100%;
  height: 320px; }

footer {
  float: left;
  width: 100%;
  height: 320px;
  background-color: #333;
  position: relative;
  z-index: 2;
  padding: 40px 0 0 0; }
  footer .footer-alpha {
    float: left;
    width: 270px;
    margin: 0 30px 0 0; }
  footer .footer-beta {
    float: left;
    width: 270px;
    margin: 0 30px 0 0; }
  footer .footer-gamma {
    float: left;
    width: 270px; }
  footer .footer-delta {
    float: right;
    width: 270px; }
  footer .branding {
    float: left;
    width: 100%;
    margin: 0 0 25px 0; }
    footer .branding a,
    footer .branding a:visited {
      color: #fff;
      font-size: 18px; }
    footer .branding a:hover {
      color: #777; }
  footer .details {
    float: left;
    width: 100%;
    margin: 0 0 25px 0; }
    footer .details p {
      font-size: 16px;
      line-height: 33px;
      color: #777;
      margin: 0; }
    footer .details p span {
      color: #fff; }
    footer .details p a,
    footer .details p a:visited,
    footer .details p a:hover {
      color: #777; }
  footer .social {
    float: left;
    width: 100%; }
    footer .social a,
    footer .social a:visited {
      color: #ccc;
      font-size: 25px;
      margin: 0 20px 0 0; }
    footer .social a:hover {
      color: #fff; }
  footer ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      float: left;
      width: 100%;
      margin: 0 0 17px 0;
      padding: 0;
      line-height: 16px;
      font-size: 16px; }
      footer ul li a,
      footer ul li a:visited {
        color: #777;
        text-decoration: none; }
      footer ul li a:hover {
        color: #fff; }
      footer ul li a.section {
        color: #fff; }

@media only screen and (max-width: 1870px) {
  main #home .inner {
    width: 1600px; }
  main #home #features {
    height: 600px; }
    main #home #features .description {
      width: 400px;
      height: 400px; }
      main #home #features .description .content {
        width: 320px; }
  main #home #grid {
    float: left;
    width: 100%; }
    main #home #grid .item {
      float: left;
      position: relative; }
      main #home #grid .item .detail .content {
        width: 320px; }
      main #home #grid .item .detail .arete-logo i {
        font-size: 45px; }
      main #home #grid .item.square {
        width: 400px;
        height: 400px; }
      main #home #grid .item.widemedialeft {
        width: 100%;
        height: auto;
        background-color: #333; }
        main #home #grid .item.widemedialeft .media {
          width: 1200px; }
        main #home #grid .item.widemedialeft .detail {
          width: 400px; }
      main #home #grid .item.widemediaright .media {
        width: 1200px; }
      main #home #grid .item.widemediaright .detail {
        width: 400px; } }

@media only screen and (max-width: 1660px) {
  main #home .inner {
    width: 1200px;
    overflow: hidden; }
  main #home #features {
    height: 500px; }
    main #home #features .description {
      width: 600px;
      height: 300px; }
      main #home #features .description .content {
        width: 520px; }
        main #home #features .description .content h2 {
          margin: 0 0 5px 0; }
  main #home #grid {
    float: left;
    width: 100%; }
    main #home #grid .item {
      float: left;
      position: relative; }
      main #home #grid .item .detail .content {
        width: 500px; }
      main #home #grid .item .detail .arete-logo {
        bottom: 40px;
        left: auto;
        right: 40px; }
        main #home #grid .item .detail .arete-logo i {
          font-size: 45px; }
      main #home #grid .item.square {
        width: 600px;
        height: 300px; }
      main #home #grid .item.widemedialeft {
        width: 100%;
        height: auto;
        background-color: #333; }
        main #home #grid .item.widemedialeft .media {
          width: 100%; }
        main #home #grid .item.widemedialeft .detail {
          width: 100%;
          position: relative;
          float: left;
          height: 320px;
          right: auto;
          left: auto; }
      main #home #grid .item.widemediaright .media {
        width: 100%; }
      main #home #grid .item.widemediaright .detail {
        width: 100%;
        position: relative;
        float: left;
        height: 320px;
        right: auto;
        left: auto; } }

@media only screen and (max-width: 1290px) {
  .inner {
    width: 970px; }
  main #home .inner {
    width: 970px;
    overflow: hidden; }
  main #home #features {
    height: auto; }
    main #home #features .slides {
      height: 500px; }
    main #home #features .description {
      float: left;
      position: relative;
      width: 100%;
      height: 300px; }
      main #home #features .description .content {
        width: 520px; }
        main #home #features .description .content h2 {
          margin: 0 0 5px 0; }
  main #home #grid {
    float: left;
    width: 100%; }
    main #home #grid .item {
      float: left;
      position: relative; }
      main #home #grid .item .detail .content {
        width: 410px; }
      main #home #grid .item .detail .arete-logo {
        bottom: 40px;
        left: auto;
        right: 40px; }
        main #home #grid .item .detail .arete-logo i {
          font-size: 45px; }
      main #home #grid .item.square {
        width: 485px;
        height: 485px; }
      main #home #grid .item.widemedialeft {
        width: 100%;
        height: auto;
        background-color: #333; }
        main #home #grid .item.widemedialeft .media {
          width: 100%; }
        main #home #grid .item.widemedialeft .detail {
          width: 100%;
          position: relative;
          float: left;
          height: 320px;
          right: auto;
          left: auto; }
      main #home #grid .item.widemediaright .media {
        width: 100%; }
      main #home #grid .item.widemediaright .detail {
        width: 100%;
        position: relative;
        float: left;
        height: 320px;
        right: auto;
        left: auto; }
  main #projects .project-grid {
    width: 670px; }
    main #projects .project-grid .project-grid-item {
      width: 320px;
      height: 430px; }
  main #project .project-content .details {
    width: 220px; }
  main #project .project-content .content {
    width: 720px; }
  main #project .project-slider .slides.slider-legacy {
    width: 1000px; }
    main #project .project-slider .slides.slider-legacy img {
      width: 470px; }
  main #project .related-projects .related-projects-grid .project-grid-item {
    width: 470px; }
  main #tenders .tenders-form {
    width: calc(50% - 20px); }
  main #tenders .tenders-description {
    width: calc(50% - 20px); }
  main #news #news-menu {
    width: 270px; }
  main #news .grid {
    width: 670px; }
    main #news .grid .grid-items .news-grid-item {
      width: 320px;
      height: 400px; }
      main #news .grid .grid-items .news-grid-item .content h2 {
        font-size: 22px;
        line-height: 30px; }
  main #news-article .article-content .content {
    width: 468px; }
  main #news-article .article-content .media {
    width: 468px; }
  main #news-article .related-articles .grid .news-grid-item {
    width: 468px;
    height: 520px; }
  main #who-we-are {
    float: left;
    width: 100%;
    margin: 175px 0 70px 0; }
    main #who-we-are .article .dualtext .title {
      width: 220px; }
    main #who-we-are .article .dualtext .content {
      width: 720px; }
    main #who-we-are .article .dualimage .alpha {
      width: 470px; }
    main #who-we-are .article .dualimage .beta {
      width: 470px; }
    main #who-we-are .people-grid .group .grid .item {
      width: 136px;
      height: 320px; }
      main #who-we-are .people-grid .group .grid .item .content h3 {
        font-size: 14px;
        line-height: 22px; }
      main #who-we-are .people-grid .group .grid .item .content p {
        font-size: 14px;
        line-height: 22px; }
    main #who-we-are .person-profile {
      float: left;
      width: 100%; }
      main #who-we-are .person-profile .content {
        float: left;
        width: 100%;
        margin: 0 0 55px 0; }
        main #who-we-are .person-profile .content .details {
          float: left;
          width: 220px; }
        main #who-we-are .person-profile .content .biography {
          float: right;
          width: 720px; }
          main #who-we-are .person-profile .content .biography p {
            font-size: 20px;
            line-height: 28px; }
  main #awards .award-list .alpha {
    width: 380px;
    padding: 0 20px 0 0; }
  main #awards .award-list .beta {
    width: 230px;
    padding: 0 20px 0 0; }
  main #awards .award-list .gamma {
    width: 90px; }
  main #awards .award-list .delta {
    width: 270px; }
  main #references .references-list .alpha {
    width: 280px;
    padding: 0 20px 0 0; }
  main #references .references-list .beta {
    width: 230px;
    padding: 0 20px 0 0; }
  main #references .references-list .gamma {
    width: 260px; }
  main #references .references-list .delta {
    width: 200px; }
  main #contact .details {
    width: 470px; }
  main #contact .locations .location .map {
    width: 470px;
    height: 300px; }
  footer .footer-alpha {
    width: 220px; }
  footer .footer-beta {
    width: 220px; }
  footer .footer-gamma {
    width: 220px; }
  footer .footer-delta {
    width: 220px; } }

@media only screen and (max-width: 1024px) {
  .inner {
    width: 730px; }
  header .branding-navigation nav,
  header .branding-navigation .staff-login {
    display: none; }
  header .branding-navigation .menu-toggle {
    display: block; }
  .shownav #mobile-menu {
    display: block; }
  main #home .inner {
    width: 730px; }
  main #home #features {
    height: auto; }
    main #home #features .slides {
      height: 500px; }
    main #home #features .description {
      float: left;
      position: relative;
      width: 100%;
      height: 300px; }
      main #home #features .description .content {
        width: 520px; }
        main #home #features .description .content h2 {
          margin: 0 0 5px 0; }
  main #home #grid {
    float: left;
    width: 100%; }
    main #home #grid .item {
      float: left;
      position: relative; }
      main #home #grid .item .detail .content {
        width: 410px; }
      main #home #grid .item .detail .arete-logo i {
        font-size: 45px; }
      main #home #grid .item.square {
        width: 100%;
        height: 300px; }
      main #home #grid .item.widemedialeft {
        width: 100%;
        height: auto;
        background-color: #333; }
        main #home #grid .item.widemedialeft .media {
          width: 100%; }
        main #home #grid .item.widemedialeft .detail {
          width: 100%;
          position: relative;
          float: left;
          height: 320px;
          right: auto;
          left: auto; }
      main #home #grid .item.widemediaright .media {
        width: 100%; }
      main #home #grid .item.widemediaright .detail {
        width: 100%;
        position: relative;
        float: left;
        height: 320px;
        right: auto;
        left: auto; }
  main #news #news-menu {
    width: 100%; }
    main #news #news-menu .group {
      margin: 0 0 20px 0; }
      main #news #news-menu .group .toggle {
        display: block; }
      main #news #news-menu .group.active ul {
        height: auto;
        max-height: 500px;
        overflow: hidden; }
      main #news #news-menu .group ul {
        height: auto;
        max-height: 0px;
        overflow: hidden;
        transition: max-height 400ms linear 0ms; }
  main #news .grid {
    width: 100%; }
    main #news .grid .grid-items .news-grid-item {
      width: 348px;
      height: 430px; }
  main #projects .project-menu {
    width: 100%; }
    main #projects .project-menu .group {
      margin: 0 0 20px 0; }
      main #projects .project-menu .group .toggle {
        display: block; }
      main #projects .project-menu .group.active ul {
        height: auto;
        max-height: 500px;
        overflow: hidden; }
      main #projects .project-menu .group ul {
        height: auto;
        max-height: 0px;
        overflow: hidden;
        transition: max-height 400ms linear 0ms; }
  main #projects .project-grid {
    width: 100%; }
    main #projects .project-grid .project-grid-item {
      width: 348px;
      height: 430px; }
  main #project .project-content .details {
    width: 220px; }
  main #project .project-content .content {
    width: 480px; }
  main #project .project-slider .slides.slider-legacy {
    width: 100%; }
    main #project .project-slider .slides.slider-legacy .slide {
      margin: 0; }
    main #project .project-slider .slides.slider-legacy img {
      width: 100%; }
  main #project .related-projects .related-projects-grid .project-grid-item {
    width: 345px; }
  main #tenders {
    margin: 175px 0 70px 0; }
    main #tenders .tenders-form {
      width: 100%;
      margin: 20px 0 0 0; }
    main #tenders .tenders-description {
      width: 100%;
      position: relative;
      top: auto;
      right: auto; }
  main #news .grid .news-grid-item {
    width: 350px;
    height: 440px; }
    main #news .grid .news-grid-item .content h2 {
      font-size: 26px;
      line-height: 32px; }
  main #news-article .article-content .content {
    width: 100%;
    margin: 0 0 30px 0; }
  main #news-article .article-content .media {
    width: 100%; }
    main #news-article .article-content .media img {
      width: 100%; }
  main #news-article .related-articles .grid .news-grid-item {
    width: 350px;
    height: 450px; }
  main #who-we-are {
    float: left;
    width: 100%;
    margin: 175px 0 70px 0; }
    main #who-we-are .article .dualtext .title {
      width: 100%; }
    main #who-we-are .article .dualtext .content {
      width: 100%; }
    main #who-we-are .article .dualimage .alpha {
      width: 360px; }
    main #who-we-are .article .dualimage .beta {
      width: 360px; }
    main #who-we-are .people-grid .group .grid .item {
      width: 96px;
      height: 280px; }
      main #who-we-are .people-grid .group .grid .item .content h3 {
        font-size: 12px;
        line-height: 20px; }
      main #who-we-are .people-grid .group .grid .item .content p {
        font-size: 12px;
        line-height: 20px; }
    main #who-we-are .person-profile {
      float: left;
      width: 100%; }
      main #who-we-are .person-profile .content {
        float: left;
        width: 100%;
        margin: 0 0 55px 0; }
        main #who-we-are .person-profile .content .details {
          float: left;
          width: 100%;
          margin: 0 0 20px 0; }
        main #who-we-are .person-profile .content .biography {
          float: right;
          width: 100%; }
          main #who-we-are .person-profile .content .biography p {
            font-size: 20px;
            line-height: 28px; }
  main #awards .award-list .alpha {
    width: 100%;
    padding: 0 20px 5px 0; }
  main #awards .award-list .beta {
    width: 100%;
    padding: 0 20px 5px 0; }
  main #awards .award-list .gamma {
    width: auto;
    position: absolute;
    top: 27px;
    right: 0;
    transition: right 200ms; }
  main #awards .award-list .delta {
    width: 100%; }
  main #awards .award-list .headers {
    position: relative; }
    main #awards .award-list .headers .beta {
      display: none; }
    main #awards .award-list .headers .gamma {
      width: auto;
      position: absolute;
      top: 0;
      right: 0;
      transition: right 200ms; }
    main #awards .award-list .headers .delta {
      display: none; }
  main #awards .award-list .award {
    position: relative; }
    main #awards .award-list .award:hover .alpha {
      padding: 0 0 5px 20px; }
    main #awards .award-list .award:hover .beta {
      padding: 0 0 5px 20px; }
    main #awards .award-list .award:hover .gamma {
      right: 20px; }
    main #awards .award-list .award:hover .delta {
      padding: 0 0 0 20px; }
  main #references .references-list .alpha {
    width: 100%;
    padding: 0 20px 5px 0; }
  main #references .references-list .beta {
    width: 100%;
    padding: 0 20px 5px 0; }
  main #references .references-list .gamma {
    width: auto;
    position: absolute;
    top: 27px;
    right: 0;
    transition: right 200ms; }
  main #references .references-list .delta {
    width: 100%; }
  main #references .references-list .headers {
    position: relative; }
    main #references .references-list .headers .beta {
      display: none; }
    main #references .references-list .headers .gamma {
      width: auto;
      position: absolute;
      top: 0;
      right: 0;
      transition: right 200ms; }
    main #references .references-list .headers .delta {
      display: none; }
  main #references .references-list .reference {
    position: relative; }
    main #references .references-list .reference:hover .alpha {
      padding: 0 0 5px 20px; }
    main #references .references-list .reference:hover .beta {
      padding: 0 0 5px 20px; }
    main #references .references-list .reference:hover .gamma {
      right: 20px; }
    main #references .references-list .reference:hover .delta {
      padding: 0 0 0 20px; }
  main #search .search-list {
    /*.gamma { width: auto; position: absolute; top: 27px; right: 0; transition: right 200ms }*/ }
    main #search .search-list .headers {
      position: relative; }
      main #search .search-list .headers .beta {
        display: none; }
      main #search .search-list .headers .gamma {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        transition: right 200ms; }
    main #search .search-list .alpha {
      width: 100%;
      padding: 0 20px 5px 0; }
    main #search .search-list .beta {
      width: 100%;
      padding: 0 20px 5px 0; }
    main #search .search-list .item {
      position: relative; }
      main #search .search-list .item:hover .alpha {
        padding: 0 0 5px 20px; }
      main #search .search-list .item:hover .beta {
        padding: 0 0 5px 20px; }
      main #search .search-list .item:hover .gamma {
        right: 20px; }
      main #search .search-list .item:hover .delta {
        padding: 0 0 0 20px; }
  main #contact .details {
    width: 100%;
    margin: 0 0 10px 0; }
  main #contact .details p {
    margin: 0 0 10px 0; }
  main #contact .locations .location .map {
    width: 100%;
    height: 300px; }
  footer .footer-alpha {
    width: 160px; }
  footer .footer-beta {
    width: 160px; }
  footer .footer-gamma {
    width: 160px; }
  footer .footer-delta {
    width: 160px; } }

@media only screen and (max-width: 767px) {
  .inner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 15px; }
  header {
    height: 90px; }
    header .branding-navigation {
      height: 60px; }
      header .branding-navigation .branding {
        left: 15px; }
      header .branding-navigation nav,
      header .branding-navigation .staff-login {
        display: none; }
      header .branding-navigation .menu-toggle {
        top: 19px;
        right: 15px; }
  #sub-navigation {
    display: none; }
  #mobile-menu {
    top: 90px;
    height: calc(100% - 90px); }
    #mobile-menu ul li {
      padding: 0 30px; }
      #mobile-menu ul li ul li {
        padding: 0; }
  main {
    margin: 0;
    height: auto;
    min-height: 0; }
    main #home {
      margin: 90px 0 0 0; }
      main #home .inner {
        width: 100%;
        padding: 0; }
      main #home #features {
        height: auto; }
        main #home #features .slides {
          height: 320px; }
        main #home #features .description {
          float: left;
          position: relative;
          width: 100%;
          height: 300px; }
          main #home #features .description .content {
            width: 100%;
            left: 0;
            padding: 0 40px; }
            main #home #features .description .content h2 {
              margin: 0 0 5px 0; }
      main #home #grid {
        float: left;
        width: 100%; }
        main #home #grid .item {
          float: left;
          position: relative; }
          main #home #grid .item .detail .content {
            width: 100%;
            left: 0;
            padding: 0 40px; }
          main #home #grid .item .detail .arete-logo i {
            font-size: 45px; }
          main #home #grid .item.square {
            width: 100%;
            height: 300px; }
          main #home #grid .item.widemedialeft {
            width: 100%;
            height: auto;
            background-color: #333; }
            main #home #grid .item.widemedialeft .media {
              width: 100%; }
            main #home #grid .item.widemedialeft .detail {
              width: 100%;
              position: relative;
              float: left;
              height: 320px;
              right: auto;
              left: auto; }
          main #home #grid .item.widemediaright .media {
            width: 100%; }
          main #home #grid .item.widemediaright .detail {
            width: 100%;
            position: relative;
            float: left;
            height: 320px;
            right: auto;
            left: auto; }
    main #tenders {
      margin: 120px 0 70px 0; }
    main #news {
      margin: 120px 0 0 0; }
      main #news .grid {
        width: 100%; }
        main #news .grid .grid-items .news-grid-item {
          width: 100%;
          height: auto;
          margin: 0 0 30px 0; }
          main #news .grid .grid-items .news-grid-item .media img {
            width: 100%; }
          main #news .grid .grid-items .news-grid-item .content h2 {
            font-size: 26px;
            line-height: 32px; }
    main #projects {
      margin: 120px 0 0 0; }
      main #projects .project-menu {
        width: 100%; }
        main #projects .project-menu .group {
          margin: 0 0 20px 0; }
      main #projects .project-grid .project-grid-item {
        width: 100%;
        height: auto;
        margin: 0 0 30px 0; }
        main #projects .project-grid .project-grid-item .media img {
          width: 100%; }
    main #project {
      margin: 120px 0 30px 0; }
      main #project .project-title h1 {
        line-height: 30px; }
      main #project .project-content .details {
        width: 100%;
        margin: 0 0 30px 0; }
        main #project .project-content .details .detail {
          width: 50%; }
      main #project .project-content .content {
        width: 100%; }
      main #project .project-slider {
        overflow: hidden; }
        main #project .project-slider .slides.slider-legacy {
          width: 100%; }
          main #project .project-slider .slides.slider-legacy .slide {
            margin: 0; }
          main #project .project-slider .slides.slider-legacy img {
            width: 100%; }
      main #project .related-projects .related-projects-grid .project-grid-item {
        width: 100%;
        height: auto; }
        main #project .related-projects .related-projects-grid .project-grid-item img {
          width: 100%; }
        main #project .related-projects .related-projects-grid .project-grid-item:last-child {
          display: none; }
    main #news-article {
      margin: 120px 0 30px 0; }
      main #news-article .article-content .content {
        width: 100%;
        margin: 0 0 30px 0; }
      main #news-article .article-content .media {
        width: 100%; }
        main #news-article .article-content .media img {
          width: 100%; }
      main #news-article .related-articles .grid .news-grid-item {
        width: 100%;
        height: auto; }
        main #news-article .related-articles .grid .news-grid-item img {
          width: 100%; }
        main #news-article .related-articles .grid .news-grid-item:last-child {
          display: none; }
    main #who-we-are {
      float: left;
      width: 100%;
      margin: 120px 0 70px 0; }
      main #who-we-are .article .dualtext .title {
        width: 100%; }
      main #who-we-are .article .dualtext .content {
        width: 100%; }
      main #who-we-are .article .dualimage .alpha {
        width: 100%;
        margin: 0; }
        main #who-we-are .article .dualimage .alpha img {
          width: 100%; }
      main #who-we-are .article .dualimage .beta {
        width: 100%;
        margin: 20px 0 0 0; }
        main #who-we-are .article .dualimage .beta img {
          width: 100%; }
      main #who-we-are .people-grid .group .grid {
        margin: 0 0 0 -10px; }
        main #who-we-are .people-grid .group .grid .item {
          width: 33.33%;
          height: 390px;
          padding: 0 10px;
          margin: 0; }
          main #who-we-are .people-grid .group .grid .item .media img {
            width: 100%; }
          main #who-we-are .people-grid .group .grid .item .content h3 {
            font-size: 14px;
            line-height: 24px; }
          main #who-we-are .people-grid .group .grid .item .content p {
            font-size: 14px;
            line-height: 24px; }
          main #who-we-are .people-grid .group .grid .item:nth-child(3n+3) {
            float: right;
            margin: 0; }
      main #who-we-are .person-profile {
        float: left;
        width: 100%; }
        main #who-we-are .person-profile .content {
          float: left;
          width: 100%;
          margin: 0 0 55px 0; }
          main #who-we-are .person-profile .content .details {
            float: left;
            width: 100%;
            margin: 0 0 20px 0; }
          main #who-we-are .person-profile .content .biography {
            float: right;
            width: 100%; }
            main #who-we-are .person-profile .content .biography p {
              font-size: 20px;
              line-height: 28px; }
    main #awards {
      margin: 120px 0 40px 0; }
      main #awards .award-list .award {
        padding: 0 50px 0 0; }
    main #references {
      margin: 120px 0 40px 0; }
      main #references .references-list .reference {
        padding: 0 50px 0 0; }
    main #medias {
      float: left;
      width: 100%;
      margin: 120px 0 40px 0; }
      main #medias .media-list {
        float: left;
        width: 100%;
        margin: 10px 0 0 0; }
        main #medias .media-list .alpha {
          float: left;
          width: 100%;
          padding: 0; }
        main #medias .media-list .beta {
          float: left;
          width: 100%;
          padding: 0; }
        main #medias .media-list .gamma {
          float: left;
          width: 100%;
          padding: 0; }
        main #medias .media-list .delta {
          float: right;
          width: 100%;
          text-align: left; }
        main #medias .media-list .headers {
          display: none; }
    main #brochures {
      float: left;
      width: 100%;
      margin: 120px 0 40px 0; }
      main #brochures .brochure-list {
        float: left;
        width: 100%;
        margin: 10px 0 0 0; }
        main #brochures .brochure-list .alpha {
          float: left;
          width: 100%;
          padding: 0; }
        main #brochures .brochure-list .beta {
          float: right;
          width: 100%;
          text-align: left; }
        main #brochures .brochure-list .headers {
          display: none; }
    main #search .search-list .item {
      padding: 0 100px 0 0; }
    main #contact {
      margin: 120px 0 70px 0; }
      main #contact .locations .location {
        position: relative;
        padding: 270px 0 0 0;
        margin: 0 0 20px 0; }
        main #contact .locations .location .map {
          position: absolute !important;
          top: 30px;
          left: 0;
          width: 100%;
          height: 240px; }
        main #contact .locations .location .details {
          float: left;
          width: 100%;
          margin: 30px 0 0 0; }
  #push {
    display: none; }
  footer {
    padding: 30px 0;
    height: auto; }
    footer .footer-alpha {
      width: 100%;
      text-align: center;
      padding: 0;
      margin: 0; }
    footer .footer-beta {
      display: none; }
    footer .footer-gamma {
      display: none; }
    footer .footer-delta {
      display: none; }
    footer .branding {
      margin: 0 0 16px 0; } }

@media only screen and (max-width: 640px) {
  main #home #features .description {
    height: auto;
    min-height: 300px;
    margin: 0; }
    main #home #features .description .category {
      top: auto;
      left: auto;
      position: relative;
      float: left;
      width: 100%;
      margin: 20px 0;
      padding: 0 20px; }
    main #home #features .description .content {
      padding: 0 20px;
      float: left;
      width: 100%;
      position: relative;
      left: auto;
      top: auto;
      margin: 0 0 20px 0; }
    main #home #features .description .action {
      bottom: 20px;
      left: 20px;
      position: relative;
      float: left;
      width: 100%; }
    main #home #features .description .pagination {
      display: none; }
  main #home #grid .item .detail .content {
    padding: 0 20px; }
  main #home #grid .item .detail .category {
    top: 20px;
    left: 20px; }
  main #home #grid .item .detail .footer {
    bottom: 25px;
    left: 20px; }
  main #home #grid .item .detail .logo {
    bottom: 20px;
    left: 20px; }
  main #home #grid .item .detail .arete-logo {
    display: none; }
  main #home #grid .item.widemediaright .action {
    bottom: 20px;
    left: 20px; }
  main #home #grid .item.widemedialeft .action {
    bottom: 20px;
    left: 20px; }
  main #home #grid .item.address .content p {
    font-size: 20px;
    line-height: 26px;
    display: block; }
  main #who-we-are {
    float: left;
    width: 100%;
    margin: 120px 0 70px 0; }
    main #who-we-are .people-grid .group .grid {
      margin: 0; }
      main #who-we-are .people-grid .group .grid .item {
        width: 50%;
        height: auto;
        min-height: 440px;
        padding: 0; }
        main #who-we-are .people-grid .group .grid .item:nth-child(3n+3) {
          float: right;
          margin: 0; }
        main #who-we-are .people-grid .group .grid .item:nth-child(odd) {
          float: left;
          margin: 0 0 20px 0;
          padding: 0 10px 0 0; }
        main #who-we-are .people-grid .group .grid .item:nth-child(even) {
          float: right;
          margin: 0 0 20px 0;
          padding: 0 0 0 10px; }
  main #project .project-content .content .back-social .back a,
  main #project .project-content .content .back-social .back a:visited {
    font-size: 15px;
    padding: 2px 10px 0 10px; }
  main #project .project-content .content .back-social .social-share a,
  main #project .project-content .content .back-social .social-share a:visited {
    font-size: 18px;
    margin: 10px 10px 0 0; } }

@media only screen and (max-width: 550px) {
  main #who-we-are .people-grid .group .grid .item {
    min-height: 400px;
    padding: 0; } }

@media only screen and (max-width: 480px) {
  main #who-we-are .people-grid .group .grid {
    min-height: 360px;
    /*.item { width: 100%; min-height: 0px;
								&:nth-child(odd) { float: left; margin: 0 0 20px 0; padding: 0; }
								&:nth-child(even) { float: right; margin: 0 0 20px 0; padding: 0; }
							}*/ } }
