/*
Theme Name: Carian Group
Theme URI: http://www.thecariangroup.com
Author: Sussman Consultants
Author URI: http://www.sussmanconsultants.com
Description:
*/

/*! 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: .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: -.5em;
}

sub {
  bottom: -.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"], input#keywords {
  -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: .35em .625em .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;
}

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

[class^="icon-"],
[class*=" icon-"],
.people-block .image-block a.link-with:before,
.contact-block address ul a.mail:before,
.contact-block address ul a.tel:before,
.linkedin-block a.link-with:before {
  /* 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-earth:before {
  content: "\e907";
}

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

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

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

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

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

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

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

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

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

/* custom select styles */

.jcf-select {
  position: relative;
  height: 70px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #7c7f8a;
  background: #f9f9f9;
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  padding: 20px 24px;
  color: #7b7f8a;
  resize: none;
  outline: none;
  display: block;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 100%;
}

.jcf-select.jcf-unselectable {
  width: 1px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  margin: 0 40px 0 0;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 50px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #303239 transparent transparent transparent;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #7c7f8a;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #7c7f8a;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  padding: 10px 24px;
  color: #7b7f8a;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-option.jcf-option-hide-me {
  display: none;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  height: 370px !important;
}

.jcf-scrollable {
  background: #fff;
  height: 370px !important;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #fff;
  width: 10px;
  bottom: 8px;
  right: -9px;
  top: 8px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: rgba(70, 70, 70, .4);
  height: 1px;
  width: 10px;
  border-radius: 5px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

.lightbox-holder ul,
.nav-items,
.nav-items .drop ul,
.cycle-gallery .pagination ul,
.banner .banner-navigation,
.banner .breadcrumbs,
.share-block,
.intro-block ul,
.people-block .info-block ul,
.contact-block address ul,
.contact-block .side-block ul,
.paging ul,
.locations-list,
.footer-nav ul,
.social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container:after,
.three-cols:after,
.people-block:after,
.team-block:after,
.industries-block:after,
.contact-block:after,
.contact-form .row:after,
.search-filter:after,
.search-filter .row:after {
  content: "";
  display: block;
  clear: both;
}

.logo img {
  display: block;
  width: 100%;
}

html {
  box-sizing: border-box;
  background: #303239;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #cc0024;
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
}

a:hover,
a:focus {
  color: #ff1a42;
  text-decoration: none;
}

mark {
  background: none;
  padding: 0 5px;
  background: #cc0024;
  color: #fff;
  font-weight: 700;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input#keywords,
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #7b7f8a;
  padding: .4em .7em;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input#keywords:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000;
  outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input#keywords::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7b7f8a;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input#keywords::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #7b7f8a;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input#keywords:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7b7f8a;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input#keywords:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7b7f8a;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input#keywords.placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #7b7f8a;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out;
}

.fancybox-enabled {
  overflow: hidden;
  height: 100vh;
}

.fancybox-enabled body,
.fancybox-enabled #wrapper,
.fan-active,
.fan-active #wrapper {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
  height: 100vh;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
  transition-timing-function: cubic-bezier(.55, .06, .68, .19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(0, 0, 0, .6);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  padding: 0;
  margin: 0;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 300;
  text-align: center;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background .2s;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  background: #464646;
  text-indent: -9999px;
  overflow: hidden;
}

.fancybox-close-small:before,
.fancybox-close-small:after {
  content: "";
  width: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 4px;
  bottom: 4px;
}

.fancybox-close-small:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.fancybox-close-small:hover {
  background: #000 !important;
}

.fancybox-close-small:focus {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover {
  color: #555;
  background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: .5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, .4);
  border-top: 6px solid rgba(255, 255, 255, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox-holder {
  padding: 10px;
  width: 820px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #7b7f8a;
  background: none;
}

.lightbox-holder .popup-block {
  width: 800px;
  position: relative;
  padding: 47px 55px 53px;
  background: #fff;
  overflow: hidden;
}

.lightbox-holder ul {
  font-size: 19px;
  line-height: 24px;
}

.lightbox-holder ul li {
  padding: 0 0 11px 31px;
  position: relative;
}

.lightbox-holder ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 11px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #cc0024;
}

.lightbox-holder h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 300;
  margin: 0 0 22px;
  color: #cc0024;
}

.lightbox-holder p {
  margin: 0 0 31px;
}

.lightbox-holder p + ul {
  margin-top: -22px;
}

.lightbox-holder p a {
  font-weight: 600;
  color: #cc0024;
  text-decoration: none;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.lightbox-holder p a:hover {
  color: #000;
  text-decoration: none;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bg-stretch {
  background-size: cover;
  background-position: center;
}

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

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-transition: background .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: background .3s ease-in-out, box-shadow .3s ease-in-out;
}

#header.fixed-position {
  background: #fff;
  box-shadow: 0 1px 2px #aaa;
  padding-top: 24px;
  padding-bottom: 21px;
}

#header.fixed-position .search-form [type="search"] {
  box-shadow: inset 0 0 2px #7e9baa;
}

#header.fixed-position .logo {
  width: 150px;
}

#header.fixed-position .logo a {
  letter-spacing: -5px;
}

#header.fixed-position .logo a > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}

#header.fixed-position .logo .logo-graphic {
  width: 36px;
  margin: 0 11px 0 0;
}

#header.fixed-position .logo .logo-text {
  width: 103px;
}

#header.fixed-position #nav {
  padding-top: 0;
}

#header.fixed-position .nav-items > li.hover > a {
  color: #cc0024;
}

#header.fixed-position .nav-items > li.has-drop-down.hover:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

#header.fixed-position .nav-items .drop ul {
  box-shadow: 0 -4px 14px rgba(170, 170, 170, .2);
}

#header .logo {
  float: left;
}

#header #nav {
  float: right;
  width: calc(100% - 164px);
  padding-top: 21px;
}

#header .nav-items {
  text-align: right;
  width: calc(100% - 190px);
  position: relative;
  margin-top: -4px;
  padding-right: 8px;
}

#header .nav-items ul {
  text-align: left;
}

#header .search-form {
  width: 190px;
}

.logo {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 164px;
}

.logo a {
  display: block;
  text-decoration: none;
}

.logo .logo-graphic {
  width: 56px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 11px;
}

.logo .logo-text {
  width: 164px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

.nav-toggle {
  display: none;
}

.nav-drop {
  letter-spacing: -5px;
}

.nav-drop > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

.nav-items {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -5px;
}

.nav-items > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

.nav-items > li {
  position: relative;
}

.nav-items > li.hover > a {
  background: #fff;
}

.nav-items > li.hover .drop {
  opacity: 1;
  visibility: visible;
}

.nav-items > li > a {
  padding: 14px 20px;
}

.nav-items a {
  color: #303239;
  display: block;
  text-decoration: none;
}

.nav-items .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.nav-items .drop ul {
  min-width: 218px;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  pointer-events: auto;
}

.nav-items .drop ul > li.hover > a {
  color: #cc0024;
}

.nav-items .drop ul > li + li {
  border-top: 1px solid rgba(124, 127, 138, .5);
}

.nav-items .drop ul > li > a {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
}

.search-form {
  height: 36px;
  position: relative;
}

.search-form [type="search"] {
  background: rgba(255, 255, 255, .5);
  border: none;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  color: #303239;
  padding: 5px 32px 5px 12px;
  border-radius: 5px;
  -webkit-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
}

.search-form [type="search"]::-webkit-input-placeholder {
  color: #303239;
}

.search-form [type="search"]::-moz-placeholder {
  opacity: 1;
  color: #303239;
}

.search-form [type="search"]:-moz-placeholder {
  color: #303239;
}

.search-form [type="search"]:-ms-input-placeholder {
  color: #303239;
}

.search-form [type="search"].placeholder {
  color: #303239;
}

.search-form [type="search"]:focus {
  box-shadow: inset 0 0 2px #7e9baa;
}

.search-form [type="submit"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  background: none;
  padding: 0;
  border: none;
  color: #303239;
}

.search-form [type="submit"]:hover,
.search-form [type="submit"]:focus {
  color: #cc0024;
}

.cycle-gallery {
  position: relative;
}

.cycle-gallery.not-enough-slides .btn-next,
.cycle-gallery.not-enough-slides .btn-prev,
.cycle-gallery.not-enough-slides .pagination {
  display: none;
}

.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cycle-gallery .mask .slideset {
  width: 99999px;
  float: left;
}

.cycle-gallery .mask .slide {
  width: 100%;
  float: left;
}

.cycle-gallery .mask .slide.active {
  z-index: 1;
}

.cycle-gallery .pagination {
  padding-top: 8px;
  padding-bottom: 8px;
}

.cycle-gallery .pagination ul {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.cycle-gallery .pagination ul li {
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}

.cycle-gallery .pagination ul li.active a {
  background: #cc0024;
}

.cycle-gallery .pagination ul a {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cacdd0;
  text-decoration: none;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.cycle-gallery .pagination ul a:hover {
  background: #cc0024;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .7);
  z-index: 1;
}

.banner {
  position: relative;
}

.banner .title {
  text-align: center;
  text-transform: uppercase;
  color: #27282e;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 100;
  display: block;
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 2;
}

.banner .title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 412px;
}

.banner .title > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}

.banner .title span, .banner .title h1 {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 111px;
}

.banner .pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 10px;
  width: 100%;
  z-index: 2;
}

.banner .pagination ul {
  margin-left: 101.5%;
  width: 55px;
}

.banner .banner-navigation,
.banner .breadcrumbs {
  position: absolute;
  z-index: 3;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.banner .banner-navigation.no-intro,
.banner .breadcrumbs.no-intro {
  bottom: 22px;
}

.banner .banner-navigation li,
.banner .breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  margin: 0 8px;
  text-transform: uppercase;
  color: #27282e;
}

.banner .banner-navigation li + li:before,
.banner .breadcrumbs li + li:before {
  content: "|";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
}

.banner .banner-navigation a,
.banner .breadcrumbs a {
  color: #27282e;
  text-decoration: none;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.banner .banner-navigation a:hover,
.banner .breadcrumbs a:hover {
  color: #ff1a42;
  text-decoration: none;
}

.share-block {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 101;
}

.share-block li {
  position: relative;
  margin: 0 0 2px;
}

.share-block li a,.share-block li > span {
  width: 60px;
  height: 60px;
  display: block;
  background: rgba(72, 75, 85, .3);
  color: #484b55;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

.share-block li a.share-btn, .share-block li span.share-btn {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #cc0024;
  height: 108px;
}

.share-block li a.share-btn:hover {
  background: rgba(72, 75, 85, .3);
  color: #484b55;
}

.share-block li a.share-btn .share, .share-block li span.share-btn .share {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.share-block li a:hover {
  color: #fff;
  background: #cc0024;
  text-decoration: none;
}

.share-block li.hover-li a:hover {
  background: #0083be;
}

.share-block li.hover-tw a:hover {
  background: #00c4f8;
}

.share-block li.hover-fb a:hover {
  background: #3b5998;
}

.share-block li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.intro-block {
  position: relative;
  z-index: 101;
  margin-top: -50px;
  text-align: center;
  color: #7b7f8a;
  font-size: 24px;
  line-height: 1.21;
  font-weight: 300;
  background: #fff;
  padding: 87px 10% 65px;
}

.intro-block h1, .intro-block h2,
.intro-block .h1 {
  text-transform: uppercase;
  color: #cc0024;
  font-size: 37px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 2px;
  word-spacing: 2px;
  margin-bottom: 10px;
}

.intro-block ul {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px;
}

.intro-block ul li {
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}

.intro-block ul li:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #7b7f8a;
  position: absolute;
  top: 12px;
  left: 0;
}

.content-boxes-list {
  letter-spacing: -5px;
}

.content-boxes-list > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

.content-boxes-list .content-box {
  width: 33.33%;
}

.content-box:nth-child(2n-1) .content-box-link {
  /*background: #7c7f8a;*/
}

.content-box .content-box-link {
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #303239;
  overflow: hidden;
}

.content-box .content-box-link .lowercase {
  text-transform: lowercase;
}

.content-box .content-box-link.hover .content-box-des,
.content-box .content-box-link:focus .content-box-des {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  opacity: 1;
  visibility: visible;
}

.content-box .content-box-link:after {
  content: "";
  display: block;
  overflow: hidden;
  padding-top: 50.8%;
  position: relative;
  width: 100%;
  z-index: -1;
}

.content-box .bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .4;
}

.content-box h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  margin: 0;
  padding: 15px;
  overflow: auto;
  max-height: 100%;
}

.content-box .post {
  display: block;
  font-size: 15px;
  line-height: 20px;
}

.content-box .content-box-des {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cc0024;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  -webkit-transform: scale(.3);
  -ms-transform: scale(.3);
  transform: scale(.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
}

.content-box .content-box-des .holder {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  padding: 15px;
  overflow: auto;
  max-height: 100%;
}

.content-box .content-box-des .holder.size-no-change {
  font-size: 25px;
  line-height: 1.1;
}

.no-h-padding {
  padding-left: 0;
  padding-right: 0;
}

.three-cols {
  font-size: 0;
  line-height: 0;
  padding: 52px 0 0;
  margin: 0 -16px;
}

.three-cols .col {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 17px;
  line-height: 22px;
  color: #7b7f8a;
  text-align: center;
  padding: 0 15px 19px;
}

.three-cols .col > p {
  text-decoration: none;
  color: #7b7f8a;
}

.three-cols .col > a:hover {
  text-decoration: none;
}

.three-cols .col > a:hover h2 {
  color: #cc0024;
}

.three-cols .col > a:hover i {
  color: #cd001f;
}

.three-cols .icon-block {
  display: table;
  width: 100%;
  margin: 0 0 15px;
}

.three-cols .icon-block .holder {
  display: table-cell;
  vertical-align: middle;
}

.three-cols h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 4px;
  text-transform: uppercase;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.three-cols i {
  color: #22242a;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  font-size: 86px;
}

.three-cols i.icon-customer {
  font-size: 78px;
}

.advisory {
  line-height: 30px;
  padding: 0 0 5px;
}

.advisory.s-mx-width {
  max-width: 550px;
  margin: 0 auto;
}

.experts-block h1, .experts-block h2 {
  font-size: 37px;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 40px;
  margin: 0;
  padding: 38px 15px 42px;
  text-align: center;
  text-transform: uppercase;
  color: #cc0024;
}

.experts-block .content-box .content-box-link {
  background: #7c7f8a;
}

.experts-block .content-box .content-box-link .profile-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.experts-block .content-box:nth-child(2n) .content-box-link {
  background: #303239;
}

.experts-block .content-box .post {
  display: block;
  font-size: 15px;
  line-height: 20px;
}

.people-block {
  position: relative;
  z-index: 1;
  padding: 92px 0 68px;
}

.people-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
  background: #f9f9f9;
}

.people-block .image-block {
  float: right;
  width: 360px;
  padding: 7px 0 25px;
}

.people-block .image-block .img-holder {
  margin: 0 0 10px;
}

.people-block .image-block img {
  vertical-align: top;
}

.people-block .image-block a.link-with {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  color: #303239;
  font-weight: 400;
  padding: 0 0 0 28px;
  position: relative;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -.03em;
}

.people-block .image-block a.link-with:hover {
  color: #7b7f8a;
  text-decoration: none;
}

.people-block .image-block a.link-with:hover b,
.people-block .image-block a.link-with:hover:before {
  color: #7b7f8a;
}

.people-block .image-block a.link-with:before {
  content: "\e904";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 19px;
  margin-top: -1px;
}

.people-block .image-block a.link-with b,
.people-block .image-block a.link-with:before {
  font-weight: 600;
  color: #cc0024;
}

.linkedin-block a.link-with {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  color: #303239;
  font-weight: 400;
  padding: 0 0 0 28px;
  position: relative;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -.03em;
}

.linkedin-block a.link-with:hover {
  color: #7b7f8a;
  text-decoration: none;
}

.linkedin-block a.link-with:hover b,
.linkedin-block a.link-with:hover:before {
  color: #7b7f8a;
}

.linkedin-block a.link-with:before {
  content: "\e904";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 19px;
  margin-top: -1px;
}

.linkedin-block a.link-with b,
.linkedin-block a.link-with:before {
  font-weight: 600;
  color: #cc0024;
}

.people-block .info-block {
  float: left;
  width: calc(100% - 360px);
  padding-right: 50px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  color: #7b7f8a;
}

.people-block .info-block.full-width {
  width: 100% !important;
}

.people-block .info-block h1,
.people-block .info-block .h1 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 300;
  color: #cc0024;
  margin: 0 0 22px;
  text-transform: capitalize;
}

.people-block .info-block ul {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px;
}

.people-block .info-block ul li {
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}

.people-block .info-block ul li:before {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #7b7f8a;
  position: absolute;
  top: 12px;
  left: 0;
}

.people-block .info-block b {
  font-weight: 600;
}

.people-block .info-block p {
  margin: 0 0 30px;
}

.team-block {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 -15px;
  padding: 99px 0 77px;
}

.team-block .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  padding: 0 15px;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  color: #7b7f8a;
}

.team-block .img-holder {
  margin: 0 0 42px;
}

.team-block img {
  vertical-align: top;
}

.team-block h2 {
  color: #cc0024;
  font-size: 29px;
  line-height: 34px;
  font-weight: 300;
  margin: 0 0 23px;
}

.industries-block {
  font-size: 0;
  line-height: 0;
  padding: 105px 0 47px;
  margin: 0 -15px;
}

.industries-block .col {
  text-align: center;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #7b7f9a;
  padding: 0 15px 49px;
}

.industries-block .icon-block {
  display: table;
  width: 100%;
  margin: 0 0 27px;
}

.industries-block .icon-block .icon-holder {
  display: table-cell;
  vertical-align: middle;
}

.contact-block {
  position: relative;
  z-index: 1;
  padding: 71px 0 92px;
}

.contact-block.form {
  padding: 100px 0 25px;
}

.contact-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  z-index: -1;
  background: #f9f9f9;
}

.contact-block .map-block {
  float: left;
  width: calc(100% - 360px);
  padding-right: 30px;
}

.contact-block .map {
  width: 100%;
  height: 390px;
  border: 1px solid rgba(48, 50, 57, .28);
  margin: 0 0 14px;
}

.contact-block .map iframe {
  width: 100%;
  height: 100%;
}

.contact-block address {
  font-style: normal;
  font-size: 29px;
  line-height: 40px;
  font-weight: 300;
  color: #cc0024;
}

.contact-block address ul {
  font-size: 19px;
  line-height: 35px;
  font-weight: 400;
  color: #7b7f8a;
}

.contact-block address ul li {
  position: relative;
  padding: 0 0 0 26px;
}

.contact-block address ul a {
  color: #7b7f8a;
  text-decoration: none;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.contact-block address ul a:hover {
  color: #303239;
}

.contact-block address ul a.mail:before {
  content: "\e902";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 14px;
  color: #303239;
}

.contact-block address ul a.tel:before {
  content: "\e906";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  font-size: 17px;
  color: #303239;
  margin-top: 1px;
}

.contact-block .side-block ul li a.tel:before {
  content: "\e906";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  font-size: 17px;
  color: #303239;
  margin-top: 1px;
}

.contact-block .side-block {
  float: right;
  width: 360px;
  margin-top: -5px;
}

.contact-block .side-block .block {
  margin: 0 0 31px;
}

.contact-block .side-block .block ul i {
  font-size: 15px;
  left: 10px;
}

.contact-block .side-block h2 {
  font-size: 29px;
  line-height: 32px;
  font-weight: 300;
  color: #303239;
  margin: 0 0 9px;
}

.contact-block .side-block ul {
  font-size: 19px;
  line-height: 22px;
}

.contact-block .side-block ul li {
  border-top: 1px solid #7c7f8a;
  padding: 13px 15px 14px 38px;
  position: relative;
}

.contact-block .side-block ul a {
  text-decoration: none;
  color: #cc0024;
  font-weight: 400;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.contact-block .side-block ul a:hover {
  color: #000;
  text-decoration: none;
}

.contact-block .side-block ul i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  font-size: 12px;
  color: #303239;
}

.contact-block .side-block ul i.icon-email {
  font-size: 10px;
}

.contact-block .side-block ul i.icon-location {
  color: #cc0024;
}

.contact-block .form-block {
  float: left;
  width: calc(100% - 360px);
  padding-right: 30px;
  margin: -7px 0 0;
}

.contact-block .form-block h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 300;
  color: #cc0024;
  margin: 0 0 2px;
}

.contact-block .form-block .info {
  color: #7b7f8a;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  display: block;
}

.contact-block .form-block .info span {
  color: #cc0024;
}

.contact-form {
  padding: 38px 0;
}

.contact-form .row {
  margin: 0 -15px;
}

.contact-form .col {
  position: relative;
  padding: 0 15px 30px;
}

.contact-form .col.error input[type="text"],
.contact-form .col.error input[type="email"],
.contact-form .col.error input[type="tel"],
.contact-form .col.error textarea {
  border-color: #f00;
}

.contact-form .col.input-focused label {
  opacity: 0;
}

.contact-form .col.col-half {
  float: left;
  width: 50%;
}

.contact-form .col.col-full {
  width: 100%;
}

.contact-form .col input[type="text"],
.contact-form .col input[type="email"],
.contact-form .col input[type="tel"],
.contact-form .col textarea {
  height: 70px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #7c7f8a;
  background: #f9f9f9;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  padding: 20px 24px;
  color: #7b7f8a;
  resize: none;
  outline: none;
  display: block;
  overflow: hidden;
  margin: 0;
}

.contact-form .col textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 331px !important;
  height: 331px !important;
  overflow: visible;
}

.contact-form .col label {
  position: absolute;
  top: 21px;
  left: 40px;
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  color: #7b7f8a;
}

.contact-form .col label span {
  color: #cc0024;
}

.contact-form .col input[type="submit"] {
  border: 0;
  text-transform: uppercase;
  border-radius: 2px;
  background: #cc0024;
  color: #fff;
  display: block;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  width: 220px;
  height: 70px;
  padding: 23px;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}

.contact-form .col input[type="submit"]:hover {
  background: #000;
  text-decoration: none;
}

.search-openings {
  position: relative;
  padding: 60px 0 96px;
  z-index: 100;
  color: #7b7f8a;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

/*
.search-openings:before {
  content: "";
  position: absolute;
  top: 21px;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  z-index: -1;
  background: #f9f9f9;
}
*/

.search-openings h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 300;
  color: #cc0024;
  margin: 0;
}

.search-openings p {
  margin: 0 0 24px;
}

.search-filter {
  max-width: 750px;
  margin: 0 0 13px;
}

.search-filter .row {
  margin: 0 -15px;
}

.search-filter .col {
  position: relative;
  padding: 0 15px 30px;
}

.search-filter .col.col-half {
  float: left;
  width: 50%;
}

.search-filter .col.col-full {
  width: 100%;
}

.search-filter input[type="search"], input#keywords {
  height: 70px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #7c7f8a;
  background: #f9f9f9;
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  padding: 20px 24px;
  color: #7b7f8a;
  resize: none;
  outline: none;
  display: block;
  overflow: hidden;
  margin: 0;
}

.search-filter input[type="search"]::-webkit-input-placeholder {
  color: #7b7f8a;
}

.search-filter input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #7b7f8a;
}

.search-filter input[type="search"]:-moz-placeholder {
  color: #7b7f8a;
}

.search-filter input[type="search"]:-ms-input-placeholder {
  color: #7b7f8a;
}

.search-filter input[type="search"].placeholder {
  color: #7b7f8a;
}

.search-filter input[type="submit"], .sjb-page .sjb-filters .btn-search {
  border: 0 !important;
  text-transform: uppercase !important;
  border-radius: 2px !important;
  background: #cc0024 !important;
  color: #fff !important;
  display: block !important;
  font-size: 19px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  width: 220px !important;
  height: 70px !important;
  padding: 23px !important;
  -webkit-transition: background .3s linear !important;
  transition: background .3s linear !important;
}

.search-filter input[type="submit"]:hover, .sjb-page .sjb-filters .btn-search:hover {
  background: #000 !important;
  text-decoration: none !important;
}

.search-results p {
  margin: 0 0 16px !important;
}

.table-holder {
  margin: 0 0 17px;
}

.table-holder table {
  width: 100%;
  table-layout: fixed;
}

.table-holder tr {
  border-bottom: 1px solid #babcc1;
}

.table-holder th {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  height: 51px;
  text-transform: uppercase;
  text-align: left;
  padding-right: 10px;
}

.table-holder th:nth-last-child(1) {
  width: 263px;
}

.table-holder th:nth-last-child(2) {
  width: 290px;
}

.table-holder td {
  height: 55px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-holder .title {
  display: block;
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  color: #cc0024;
}

.table-holder .title a {
  text-decoration: none;
  color: #cc0024;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.table-holder .title a:hover {
  text-decoration: none;
  color: #000;
}

.table-holder address {
  font-style: normal;
}

.paging ul {
  font-size: 0;
  line-height: 0;
}

.paging li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #cc0024;
  position: relative;
  margin: 0 8px 0 0;
}

.paging li.active a {
  font-weight: 600;
  pointer-events: none;
  display: inline-block;
  vertical-align: top;
}

.paging li.first,
.paging li.prev,
.paging li.next,
.paging li.last {
  color: #303239;
}

.paging li.first,
.paging li.prev {
  margin: 0 15px 0 0;
}

.paging li.first:before,
.paging li.prev:before {
  content: "|";
  position: absolute;
  top: 50%;
  right: -9px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.paging li.prev {
  margin: 0 25px 0 0;
}

.paging li.prev:before {
  right: -14px;
}

.paging li.next,
.paging li.last {
  margin: 0 4px 0 12px;
}

.paging li.next:before,
.paging li.last:before {
  content: "|";
  position: absolute;
  top: 50%;
  left: -13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.paging li.last {
  margin: 0 0 0 12px;
}

.paging li.last:before {
  left: -10px;
}

.paging li a {
  color: #cc0024;
  text-decoration: none;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

.paging li a:hover {
  text-decoration: none;
  color: #000;
}

.paging li a.disabled {
  color: #303239;
  pointer-events: none;
  display: inline-block;
  vertical-align: top;
}

#footer {
  border-bottom: 24px solid #303239;
}

.footer-lt-block {
  float: left;
  width: 58.6%;
  padding: 72px 15px 64px 0;
}

.locations-list {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -5px;
  padding-bottom: 11px;
}

.locations-list > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

.locations-list li {
  margin-right: 24px;
}

.locations-list a {
  display: block;
  position: relative;
  padding-left: 13px;
  text-decoration: none;
}

.locations-list a:before {
  content: "\e901";
  font: 11px/1 "icomoon";
  position: absolute;
  top: 1px;
  left: 0;
}

.locations-list a:hover,
.locations-list a:focus {
  color: #303239;
}

.footer-nav {
  font-size: 14px;
  line-height: 1.1;
}

.footer-nav ul {
  text-transform: capitalize;
  letter-spacing: -5px;
}

.footer-nav ul > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

.footer-nav ul li {
  margin-right: 24px;
}

.footer-nav ul a {
  display: block;
  text-decoration: none;
  color: #303239;
}

.footer-nav ul a:hover,
.footer-nav ul a:focus {
  color: #cc0024;
}

.footer-rt-block {
  float: right;
  width: 41.4%;
  text-align: right;
}

.footer-rt-block > .holder {
  display: inline-block;
  vertical-align: top;
  padding: 61px 0 55px 89px;
  position: relative;
  z-index: 0;
}

.footer-rt-block > .holder:before {
  content: "";
  background: url("images/logo-carian.png") no-repeat 0 0/236px 158px;
  position: absolute;
  top: 0;
  left: 0;
  width: 236px;
  height: 158px;
  z-index: -1;
}

.footer-rt-block .text-wrap {
  color: #303239;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 300;
}

.footer-rt-block .text-wrap p {
  margin-bottom: 1px;
}

.footer-rt-block .text-wrap a {
  text-decoration: none;
  color: #303239;
}

.footer-rt-block .text-wrap a:hover,
.footer-rt-block .text-wrap a:focus {
  color: #cc0024;
}

.social-block {
  letter-spacing: -5px;
  padding-bottom: 2px;
}

.social-block > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

.social-block .title {
  text-transform: uppercase;
  color: #303239;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 400;
  padding-right: 12px;
}

.social-block .title mark {
  font-weight: 700;
  background: none;
  color: #cc0024;
  padding: 0;
}

.social-networks {
  letter-spacing: -5px;
  margin: 0 -5px;
  font-size: 19px;
  line-height: 1;
}

.social-networks > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}

.social-networks li {
  padding: 2px 5px;
}

.social-networks a {
  text-decoration: none;
  display: block;
  color: #303239;
}

.social-networks a:hover,
.social-networks a:focus {
  color: #cc0024;
}

@media (max-width: 1299px) {
  .banner .pagination {
  	bottom: 47px;
  	text-align: center;
  }

  .banner .pagination ul {
  	margin-left: 0;
  	width: auto;
  }

  .content-box .content-box-link:after {
  	padding-top: 65%;
  }

  .content-box .content-box-des {
  	font-size: 17px;
  }
}

@media (max-width: 1199px) {
  #header.fixed-position .logo {
  	width: 140px;
  	margin-top: 2px;
  }

  #header.fixed-position .logo .logo-graphic {
  	width: 34px;
  }

  #header.fixed-position .logo .logo-text {
  	width: 95px;
  }

  #header #nav {
  	width: calc(100% - 140px);
  }

  #header .nav-items {
  	margin-top: -2px;
  }

  .logo {
  	width: 140px;
  }

  .logo .logo-graphic {
  	width: 50px;
  }

  .logo .logo-text {
  	width: 140px;
  }

  .nav-items {
  	font-size: 13px;
  }

  .nav-items > li > a {
  	padding-right: 15px;
  	padding-left: 15px;
  }

  .nav-items .drop ul {
  	padding-right: 15px;
  	padding-left: 15px;
  }

  .banner .title {
  	font-size: 70px;
  }

  .share-block li a {
  	width: 40px;
  	height: 40px;
  	font-size: 16px;
  }

  .share-block li a.share-btn {
  	font-size: 16px;
  	line-height: 20px;
  	height: 80px;
  }

  .share-block li a,.share-block li > span {
    width: 40px;
  }

  .intro-block {
  	padding-top: 75px;
  	padding-bottom: 55px;
  	font-size: 21px;
  }

  .intro-block h1, .intro-block h2,
  .intro-block .h1 {
  	font-size: 34px;
  }

  .content-box h2 {
  	font-size: 20px;
  	line-height: 26px;
  }

  .content-box .content-box-des {
  	font-size: 15px;
  }

  .content-box .content-box-des .holder.size-no-change {
  	font-size: 20px;
  }

  .footer-lt-block {
  	padding-top: 52px;
  	padding-bottom: 50px;
  }

  .footer-nav ul li {
  	margin-right: 15px;
  }

  .footer-rt-block > .holder {
  	padding-top: 50px;
  	padding-bottom: 40px;
  }

  .footer-rt-block > .holder:before {
  	background-size: 220px 147px;
  	width: 220px;
  	height: 147px;
  }
}

@media (max-width: 1024px) {
  .jcf-scrollable-wrapper {
  	height: auto !important;
  }

  .jcf-scrollable {
  	height: auto !important;
  }

  .jcf-scrollbar-vertical {
  	display: none !important;
  }
}

@media (max-width: 1023px) {
  .lightbox-holder {
  	width: 700px;
  }

  .lightbox-holder .popup-block {
  	width: 680px;
  }

  #header.fixed-position {
  	padding-top: 19px;
  	padding-bottom: 19px;
  }

  #header.fixed-position .logo {
  	width: 110px;
  	margin-top: 0;
  }

  #header.fixed-position .logo a * {
  	vertical-align: top;
  }

  #header.fixed-position .logo .logo-graphic {
  	width: 38px;
  	margin: 0 0 11px;
  }

  #header.fixed-position .logo .logo-text {
  	width: 110px;
  }

  #header.fixed-position #nav {
  	padding-top: 42px;
  	width: calc(100% - 140px);
  }

  #header #nav {
  	width: calc(100% - 110px);
  	padding-top: 42px;
  	position: relative;
  }

  #header .nav-items {
  	width: 100%;
  	padding-right: 0;
  }

  #header .search-form {
  	position: absolute;
  	top: 0;
  	right: 0;
  }

  .logo {
  	width: 110px;
  }

  .logo .logo-graphic {
  	width: 38px;
  }

  .logo .logo-text {
  	width: 110px;
  }

  .nav-items > li:last-child .drop,
  .nav-items > li:nth-last-child(2) .drop {
  	text-align: right !important;
  	left: auto;
  	right: 0;
  }

  .nav-items > li > a {
  	padding: 10px;
  }

  .nav-items .drop {
  	width: 220px;
  	font-size: 12px;
  }

  .nav-items .drop ul {
  	padding-right: 10px;
  	padding-left: 10px;
  	min-width: 0;
  	display: block;
  }

  .nav-items .drop ul > li > a {
  	padding-top: 10px;
  	padding-bottom: 10px;
  }

  .banner .title {
  	font-size: 55px;
  }

  .intro-block {
  	font-size: 19px;
  	padding: 55px 7% 40px;
  }

  .intro-block h1, .intro-block h2,
  .intro-block .h1 {
  	font-size: 29px;
  }

  .content-boxes-list .content-box {
  	width: 50%;
  }

  .content-box .content-box-link:after {
  	padding-top: 51%;
  }

  .content-box .post {
  	font-size: 12px;
  	line-height: 16px;
  }

  .three-cols .col {
  	font-size: 14px;
  	line-height: 18px;
  }

  .three-cols h2 {
  	font-size: 20px;
  	line-height: 26px;
  }

  .advisory {
  	line-height: 1.21;
  }

  .experts-block h1, .experts-block h2 {
  	font-size: 24px;
  	line-height: 30px;
  }

  .experts-block .content-box .post {
  	font-size: 12px;
  	line-height: 16px;
  }

  .people-block {
  	padding: 50px 0;
  }

  .people-block .image-block {
  	width: 300px;
  }

  .people-block .image-block a.link-with {
  	font-size: 12px;
  	line-height: 20px;
  }

  .linkedin-block a.link-with {
    font-size: 12px;
  	line-height: 20px;
  }

  .people-block .info-block {
  	width: calc(100% - 300px);
  	font-size: 16px;
  	line-height: 24px;
  }

  .team-block {
  	padding: 50px 0;
  }

  .team-block .col {
  	font-size: 16px;
  	line-height: 20px;
  }

  .team-block .img-holder {
  	margin: 0 0 25px;
  }

  .team-block h2 {
  	font-size: 24px;
  	line-height: 30px;
  	margin: 0 0 15px;
  }

  .contact-block.form {
  	padding: 50px 0;
  }

  .contact-block {
  	padding: 50px 0;
  }

  .contact-block .map-block {
  	width: calc(100% - 260px);
  }

  .contact-block address {
  	font-size: 20px;
  	line-height: 28px;
  }

  .contact-block address ul {
  	font-size: 14px;
  	line-height: 20px;
  	padding-top: 10px;
  }

  .contact-block .side-block {
  	width: 260px;
  }

  .contact-block .side-block h2 {
  	font-size: 20px;
  	line-height: 24px;
  }

  .contact-block .form-block {
  	width: calc(100% - 260px);
  }

  .contact-form .col textarea {
  	min-height: 200px !important;
  	height: 200px !important;
  }

  .search-openings {
  	padding: 50px 0;
  }

  .search-filter {
  	width: 100%;
  	max-width: none;
  }

  .table-holder th:nth-last-child(1) {
  	width: 180px;
  }

  .table-holder th:nth-last-child(2) {
  	width: 180px;
  }

  .footer-lt-block {
  	width: 65.5%;
  }

  .locations-list {
  	font-size: 12px;
  }

  .locations-list li {
  	margin-right: 18px;
  }

  .locations-list a:before {
  	top: 0;
  }

  .footer-nav {
  	font-size: 12px;
  }

  .footer-rt-block {
  	width: 34.5%;
  }

  .footer-rt-block > .holder {
  	padding-left: 39px;
  }

  .footer-rt-block > .holder:before {
  	background-size: 180px 120px;
  	width: 180px;
  	height: 120px;
  }

  .footer-rt-block .text-wrap {
  	font-size: 10px;
  }

  .social-block .title {
  	font-size: 13px;
  	padding-top: 1px;
  	padding-right: 10px;
  }

  .social-networks {
  	font-size: 14px;
  	margin: 0 -3px;
  }

  .social-networks li {
  	padding: 1px 3px;
  }
}

@media all and (max-width: 800px) {
  .fancybox-controls {
  	text-align: left;
  }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
  	display: none !important;
  }

  .fancybox-caption {
  	padding: 20px 0;
  	margin: 0;
  }

  .fancybox-thumbs {
  	display: none !important;
  }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
  	right: 0;
  }
}

@media (min-width:768px) {
  .nav-items > li.active > a {
    color: #cc0024;
  }
}
@media (max-width: 767px) {

  .jcf-select {
  	height: 40px;
  	padding: 10px 15px;
  	font-size: 14px;
  	line-height: 18px;
  }

  .jcf-list .jcf-option {
  	padding: 5px 15px;
  	font-size: 14px;
  	line-height: 18px;
  }

  body.nav-active {
  	overflow: hidden;
  }

  .lightbox-holder {
  	width: 620px;
  	font-size: 14px;
  	line-height: 18px;
  }

  .lightbox-holder .popup-block {
  	width: 600px;
  }

  .lightbox-holder ul {
  	font-size: 14px;
  	line-height: 18px;
  }

  .lightbox-holder ul li:before {
  	top: 5px;
  }

  .lightbox-holder h2 {
  	font-size: 20px;
  	line-height: 24px;
  }

  #header {
  	padding-top: 15px;
  	padding-bottom: 15px;
  }

  #header.fixed-position {
  	padding-top: 15px;
  	padding-bottom: 15px;
  }

  #header.fixed-position .logo {
  	width: 140px;
  }

  #header.fixed-position .logo a * {
  	vertical-align: middle;
  }

  #header.fixed-position .logo .logo-graphic {
  	width: 34px;
  	margin: 0 11px 0 0;
  }

  #header.fixed-position .logo .logo-text {
  	width: 95px;
  }

  #header.fixed-position #nav {
  	padding-top: 0;
  }

  #header.fixed-position .nav-items > li.hover > a {
  	color: #ccc;
  }

  #header.fixed-position .nav-items > li.has-drop-down.hover:after {
  	content: none;
  }

  #header.fixed-position .nav-items .drop ul {
  	box-shadow: none;
  }

  #header #nav {
  	width: calc(100% - 140px);
  	padding-top: 0;
  }

  #header .nav-items {
  	text-align: left;
  	max-height: 100%;
  	overflow: auto;
  }

  #header .search-form {
  	width: auto;
  	position: absolute;
  	right: 15px;
  	top: 54px;
  	left: 15px;
  }

  .logo {
  	width: 140px;
  }

  .logo a {
  	letter-spacing: -5px;
  }

  .logo .logo-graphic {
  	width: 34px;
  	margin: 0 11px 0 0;
  	vertical-align: middle;
  }

  .logo .logo-text {
  	width: 95px;
  	vertical-align: middle;
  }

  .nav-toggle {
  	float: right;
  	display: block;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	position: relative;
  	overflow: hidden;
  	width: 40px;
  	height: 30px;
  	padding: 5px;
  	box-sizing: content-box;
  	z-index: 101;
  	margin-top: -5px;
  	margin-right: -5px;
  	-webkit-transform: scale(.82);
  	-ms-transform: scale(.82);
  	transform: scale(.82);
  }

  .nav-active .nav-toggle b {
  	background: #fff;
  }

  .nav-active .nav-toggle b:first-of-type {
  	top: 10px;
  }

  .nav-active .nav-toggle b:nth-of-type(2n) {
  	width: 5px;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
  	-webkit-transition: width .15s ease, -webkit-transform .15s ease .2s;
  	transition: width .15s ease, transform .15s ease .2s;
  }

  .nav-active .nav-toggle b:last-of-type {
  	bottom: 10px;
  }

  .nav-active .nav-toggle b:first-of-type,
  .nav-active .nav-toggle b:last-of-type {
  	width: 5px;
  	opacity: 0;
  	-webkit-transition: width .15s ease .1s, top .15s ease, bottom .15s ease, opacity .15s ease .2s;
  	transition: width .15s ease .1s, top .15s ease, bottom .15s ease, opacity .15s ease .2s;
  }

  .nav-active .nav-toggle i {
  	background: #fff;
  	width: 30px;
  	-webkit-transition-delay: .525s;
  	transition-delay: .525s;
  }

  .nav-toggle b,
  .nav-toggle i {
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	will-change: transform, top, left, bottom, opacity;
  }

  .nav-toggle b {
  	position: relative;
  	display: block;
  	width: 100%;
  	height: 3px;
  	margin: 7px auto 0;
  	background: #27282e;
  	-webkit-transition: all .3s ease-in-out, .15s .3s ease-in-out, ease-out .3s ease-in-out;
  	transition: all .3s ease-in-out, .15s .3s ease-in-out, ease-out .3s ease-in-out;
  	left: 0;
  	border-radius: 3px;
  }

  .nav-toggle b:first-of-type {
  	top: 0;
  }

  .nav-toggle b:nth-of-type(2n) {
  	-webkit-transition: width .15s ease, top .15s ease, bottom .15s ease, -webkit-transform .15s ease;
  	transition: width .15s ease, top .15s ease, bottom .15s ease, transform .15s ease;
  }

  .nav-toggle b:last-of-type {
  	bottom: 0;
  }

  .nav-toggle i {
  	position: absolute;
  	right: 0;
  	left: 0;
  	display: block;
  	width: 0;
  	height: 3px;
  	margin: 0 auto;
  	background: #cc0024;
  	-webkit-transition: .15s ease;
  	transition: .15s ease;
  }

  .nav-toggle i:first-of-type {
  	top: calc(50% + 1px);
  	left: -2px;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
  }

  .nav-toggle i:last-of-type {
  	bottom: 15px;
  	-webkit-transform: rotate(-45deg);
  	-ms-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  }

  .nav-drop {
  	background: #cc0024;
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	width: 275px;
  	padding: 115px 15px 20px;
  	opacity: 0;
  	visibility: hidden;
  	-webkit-transform: translateX(200px);
  	-ms-transform: translateX(200px);
  	transform: translateX(200px);
  	-webkit-transition: opacity .15s linear, visibility .3s linear, -webkit-transform .3s linear;
  	transition: opacity .15s linear, visibility .3s linear, transform .3s linear;
  }

  .nav-drop:before {
  	background: rgba(0, 0, 0, .8);
  	bottom: 0;
  	content: "";
  	position: absolute;
  	right: 100%;
  	top: 0;
  	width: 9999px;
  }

  .nav-active .nav-drop {
  	opacity: 1;
  	visibility: visible;
  	-webkit-transform: translateX(0);
  	-ms-transform: translateX(0);
  	transform: translateX(0);
  }

  .nav-items {
  	font-size: 15px;
  	text-align: center;
  }

  .nav-items > li {
  	margin-bottom: 8px;
  	display: block;
  }

  .nav-items > li.hover > a {
  	background: none;
  	color: #ccc;
  }

  .nav-items > li.hover > a.has-drop-down-a:after {
  	margin-top: -15px;
  	opacity: 0;
  	visibility: hidden;
  }

  .nav-items > li.hover .drop {
  	max-height: 999px;
  }

  .nav-items > li.hover .drop ul {
  	padding-top: 5px;
  	padding-bottom: 5px;
  }

  .nav-items > li:last-child .drop,
  .nav-items > li:nth-last-child(2) .drop {
  	text-align: left !important;
  }

  .nav-items > li > a {
  	padding: 5px 25px 5px 0;
  }

  .nav-items a {
  	color: #fff;
  }

  .nav-items a.has-drop-down-a {
  	position: relative;
  }

  .nav-items a.has-drop-down-a:before,
  .nav-items a.has-drop-down-a:after {
  	content: "";
  	background: #fff;
  	height: 1px;
  	width: 15px;
  	position: absolute;
  	right: 0;
  	top: 13px;
  }

  .nav-items a.has-drop-down-a:after {
  	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, margin-top .3s ease-in-out;
  	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, margin-top .3s ease-in-out;
  	-webkit-transform: rotate(90deg);
  	-ms-transform: rotate(90deg);
  	transform: rotate(90deg);
  	opacity: 1;
  	visibility: visible;
  }

  .nav-items .drop {
  	width: auto;
  	font-size: 13px;
  	position: static;
  	max-height: 0;
  	overflow: hidden;
  	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out;
  	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, max-height .3s ease-in-out;
  }

  .nav-items .drop ul {
  	padding: 0 10px;
  	background: none;
  }

  .nav-items .drop ul > li.hover > a {
  	color: #ccc;
  }

  .nav-items .drop ul > li + li {
  	border-top: none;
  }

  .nav-items .drop ul > li > a {
  	display: inline-block;
  	vertical-align: top;
  	padding-top: 5px;
  	padding-bottom: 5px;
  }

  .search-form [type="search"] {
  	background: #fff;
  	font-size: 16px;
  }

  .cycle-gallery .mask .slide.right {
  	background-position: 60% 50%;
  }

  .cycle-gallery .mask .slide.left {
  	background-position: 40% 50%;
  }

  .banner .title{
  	font-size: 40px;
  }
	.banner .title h1{
  	font-size: 40px!important;
  }
  .banner .title:after {
  	min-height: 325px;
  }

  .banner .title span, .banner .title h1 {
  	padding-top: 65px;
  	padding-bottom: 65px;
  }

  .banner .pagination {
  	bottom: 18px;
  }

  .banner .banner-navigation,
  .banner .breadcrumbs {
  	bottom: 30px;
  }

  .banner .banner-navigation.no-intro,
  .banner .breadcrumbs.no-intro {
  	bottom: 30px;
  }

  .share-block li a {
  	width: 30px;
  	height: 30px;
  	font-size: 14px;
  }

  .share-block li a,.share-block li > span {
    width: 30px;
  }

  .share-block li a.share-btn {
  	font-size: 12px;
  	line-height: 18px;
  	height: 60px;
  }

  .intro-block {
  	margin-top: -20px;
  	font-size: 18px;
  	padding: 35px 15px 22px;
  }

  .intro-block h1, .intro-block h2,
  .intro-block .h1 {
  	font-size: 25px;
  }

  .content-box .content-box-des {
  	font-size: 13px;
  }

  .three-cols {
  	padding-top: 0;
  }

  .three-cols .col {
  	width: 100%;
  	padding-bottom: 25px;
  }

  .people-block .image-block {
  	width: 100%;
  	float: none;
  	text-align: center;
  }

  .people-block .info-block {
  	width: 100%;
  	float: none;
  	padding-right: 0;
  	font-size: 14px;
  	line-height: 20px;
  }

  .people-block .info-block h1,
  .people-block .info-block .h1 {
  	font-size: 24px;
  	line-height: 30px;
  	margin: 0 0 15px;
  }

  .people-block .info-block p {
  	margin: 0 0 20px;
  }

  .team-block .col {
  	font-size: 14px;
  	line-height: 18px;
  }

  .team-block h2 {
  	font-size: 20px;
  	line-height: 24px;
  }

  .industries-block {
  	padding: 50px 0 20px;
  }

  .industries-block .col {
  	width: 50%;
  	font-size: 12px;
  	line-height: 20px;
  	padding: 0 15px 30px;
  }

  .industries-block .icon-block {
  	margin: 0 0 10px;
  }

  .industries-block .icon-block img {
  	-webkit-transform: scale(.8);
  	-ms-transform: scale(.8);
  	transform: scale(.8);
  }

  .contact-block .map-block {
  	width: 100%;
  	float: none;
  	padding-right: 0;
  	margin-bottom: 30px;
  }

  .contact-block .side-block {
  	width: 100%;
  }

  .contact-block .form-block {
  	width: 100%;
  	float: none;
  	padding-right: 0;
  }

  .contact-form .col input[type="text"],
  .contact-form .col input[type="email"],
  .contact-form .col input[type="tel"],
  .contact-form .col textarea {
  	height: 40px;
  	padding: 10px 24px;
  	font-size: 16px;
  	line-height: 18px;
  }

  .contact-form .col textarea {
  	min-height: 100px !important;
  	height: 100px !important;
  }

  .contact-form .col label {
  	top: 11px;
  	left: 31px;
  	font-size: 14px;
  	line-height: 18px;
  }

  .contact-form .col input[type="submit"] {
  	font-size: 16px;
  	height: 40px;
  	padding: 8px 15px;
  	width: 100%;
  }

  .search-openings {
  	font-size: 14px;
  	line-height: 20px;
  }

  .search-filter input[type="search"] {
  	height: 40px;
  	padding: 10px 15px;
  	font-size: 14px;
  	line-height: 18px;
  }

  .search-filter input[type="submit"], .sjb-page .sjb-filters .btn-search {
  	font-size: 16px !important;
  	height: 40px !important;
  	padding: 8px 15px !important;
  	width: 100% !important;
  }

  .table-holder table {
  	font-size: 12px;
  	line-height: 16px;
  }

  .table-holder th {
  	font-size: 10px;
  	line-height: 16px;
  	vertical-align: bottom;
  	padding: 5px 0;
  }

  .table-holder th:nth-last-child(1) {
  	width: 80px;
  }

  .table-holder th:nth-last-child(2) {
  	width: 80px;
  }

  .table-holder .title {
  	font-size: 12px;
  	line-height: 16px;
  }

  .paging ul {
  	text-align: center;
  }

  .paging li {
  	font-size: 11px;
  	line-height: 16px;
  	margin: 0 5px 0 0;
  }

  .paging li.first,
  .paging li.prev {
  	margin: 0 9px 0 0;
  }

  .paging li.first:before,
  .paging li.prev:before {
  	right: -6px;
  }

  .paging li.prev {
  	margin: 0 19px 0 0;
  }

  .paging li.prev:before {
  	right: -11px;
  }

  .paging li.next,
  .paging li.last {
  	margin: 0 4px 0 6px;
  }

  .paging li.next:before,
  .paging li.last:before {
  	left: -7px;
  }

  .paging li.last {
  	margin: 0 0 0 6px;
  }

  .paging li.last:before {
  	left: -7px;
  }

  #footer {
  	border-bottom-width: 15px;
  	padding-top: 25px;
  	padding-bottom: 13px;
  	text-align: center;
  }

  .footer-lt-block {
  	float: none;
  	width: 100%;
  	padding: 0 0 15px;
  }

  .locations-list {
  	margin-right: -8px;
  	margin-left: -8px;
  }

  .locations-list li {
  	margin-right: 0;
  	padding-right: 8px;
  	padding-left: 8px;
  }

  .footer-nav {
  	font-size: 13px;
  }

  .footer-nav ul {
  	margin-right: -6px;
  	margin-left: -6px;
  }

  .footer-nav ul li {
  	margin-right: 0;
  	padding: 0 6px 5px;
  }

  .footer-rt-block {
  	float: none;
  	width: 100%;
  	text-align: center;
  }

  .footer-rt-block > .holder {
  	padding-top: 40px;
  	padding-bottom: 35px;
  	display: block;
  	width: 290px;
  	margin-right: auto;
  	margin-left: auto;
  }
}

@media (max-width: 639px) {
  .lightbox-holder {
  	width: 440px;
  }

  .lightbox-holder .popup-block {
  	width: 420px;
  	padding: 20px;
  }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
  }

  .share-block{
    display:none;
  }

}

@media (max-width: 599px) {
  .content-boxes-list .content-box {
  	width: 100%;
  }

  .content-box .content-box-des {
  	font-size: 14px;
  }
}

@media (max-width: 479px) {
  .lightbox-holder {
  	width: 340px;
  }

  .lightbox-holder .popup-block {
  	width: 320px;
  }

  .team-block {
  	padding-bottom: 0;
  }

  .team-block .col {
  	width: 100%;
  	padding: 0 15px 30px;
  }

  .contact-form .col.col-half {
  	float: none;
  	width: 100%;
  }

  .search-filter .col.col-half {
  	float: none;
  	width: 100%;
  }
}

@media (max-width: 359px) {
  .lightbox-holder {
  	width: 300px;
  }

  .lightbox-holder .popup-block {
  	width: 280px;
  }
}

@-webkit-keyframes fancybox-rotate {
  from {
  	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
  }

  to {
  	-webkit-transform: rotate(359deg);
  	transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
  	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
  }

  to {
  	-webkit-transform: rotate(359deg);
  	transform: rotate(359deg);
  }
}
.people-block.story-ovr .info-block {width:auto !important;}

.contact-form ul {
  padding-left: 0;
  margin: 0 auto;
}

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}

.gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  border: 0;
  text-transform: uppercase;
  border-radius: 2px;
  background: #cc0024 !important;
  color: #fff;
  display: block;
  font-size: 19px !important;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  width: 220px !important;
  height: 70px;
  padding: 23px;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 17px;
}

.gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #000 !important;
  text-decoration: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding:20px 24px !important;
}
.search-box {
  padding:60px 0;
}
.search-box article{
  margin-bottom: 20px;
}

.search-box h1{
  margin-bottom: 40px;
}

.ginput_container_textarea {
  font-size: 30px;
}

.sjb-page .btn-primary {
	background:#cc0024 !important;
}
.sjb-page {background:transparent !important;}
.sjb-page .list-data .job-type, .sjb-page .list-data .job-location, .sjb-page .list-data .job-date {
	color:#cc0024 !important;
}
.sjb-page .sjb-detail .list-data h3, .sjb-page .sjb-detail .list-data ul li::before, .sjb-page .sjb-detail .list-data .job-detail h3, .sjb-page .sjb-archive-page .job-title {font-weight:bold;}
.sjb-page .list-data {background:transparent !important;}
.rp4wp-related-job_listing>ul li.job_listing, .rp4wp-related-job_listing>ul li.no_job_listings_found, ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {border:1px solid #e1e1e1 !important;margin:20px 0 !important;padding:20px !important;}




.search_jobs input[type="text"] {
  height: 70px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #7c7f8a;
  background: #f9f9f9;
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
  padding: 20px 24px;
  color: #7b7f8a;
  resize: none;
  outline: none;
  display: block;
  overflow: hidden;
  margin: 0;
}

.search_jobs input[type="text"]::-webkit-input-placeholder {
  color: #7b7f8a;
}

.search_jobs input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #7b7f8a;
}

.search_jobs input[type="text"]:-moz-placeholder {
  color: #7b7f8a;
}

.search_jobs input[type="text"]:-ms-input-placeholder {
  color: #7b7f8a;
}

/* SJB Components */
.sjb-page .sjb-filters {
  background-color: #f2f2f2;
  border: 0;
  margin: 30px 0 15px;
  padding: 35px 30px 0;
}
.search_jobs .form-control {
  /* border: 1px solid #e1e1e1; */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  /* border-radius: 0; */
  /* color: #666; */
  font-size: 16px;
  /* height: 40px; */
  /* margin-bottom: 35px; */
}
.search_jobs .form-control::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.search_jobs .form-control:-ms-input-placeholder {
  color: #a4a4a4;
}
.search_jobs .form-control::-webkit-input-placeholder {
  color: #a4a4a4;
}
.search_jobs .form-control:focus {
  border-color: #e1e1e1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: 0 none;
}
.search_jobs select {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  appearance: inherit;
  /* background: #fff url("../images/select-arrow.png") no-repeat center right 10px; */
}
.search_jobs select::-ms-expand {
  display: none;
}
.search_jobs .btn-search {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "FontAwesome";
  font-size: 20px;
  height: 40px;
  margin-bottom: 35px;
  padding: 0;
  width: 100%;
}




.chosen-container .chosen-results li.highlighted {background:none !important;}

.chosen-container .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: none !important;
		
  position: relative !important;
  height: 70px !important;
  width: 100% !important;
  border-radius: 2px !important;
  border: 1px solid #7c7f8a !important;
  background: #f9f9f9 !important;
  font-size: 19px !important;
  line-height: 28px !important;
  font-weight: 300 !important;
  padding: 20px 24px !important;
  color: #7b7f8a !important;
  resize: none !important;
  outline: none !important;
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  cursor: pointer !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  min-width: 100% !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: 0 0
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
	width:100% !important;
	padding-right:0 !important;
}
.job_filters .search_jobs div.filter_wide, .job_filters .search_jobs div.search_categories {
	width:50% !important;
	clear:none !Important;
	float:left !important;
}
.job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
	float:left !important;
	padding-right:.5em !important;
	width:50% !important;
	padding-top:.5em !important;
	padding-left:0 !important;
}
.chosen-rtl.chosen-container-single .chosen-results, .chosen-container .chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}
.chosen-container .chosen-results li {
	overflow:hidden !important;
	line-height:28px !important;
	font-weight:300 !important;
	font-size:19px !important;
	padding:10px 24px !important;
	color:#656565 !important;
	display:block !important;
}
.chosen-container .chosen-results li:hover {
	background:#e6e6e6 !important;
	color:#000 !important;
}
.banner .title h1 {
    color: #27282e;
    font-size: 80px;
    font-weight: 100;
    margin-bottom: 0;
}

/********* Blog page CSS Start***********/

.blog-block {font-size: 0;line-height: 0;padding: 100px 0 47px;margin: 0 -15px;}
.blog-block .col {text-align: center;width: 33.33%;display: inline-block;vertical-align: top;font-size: 16px;line-height: 25px;   font-weight: 400;color: #7b7f9a;padding: 0 15px 49px;}
.blog-block .blog-content h2 {font-size: 22px;line-height: 30px;font-weight: 400;margin: 0 0 0px;color: #cc0024;
    text-transform: capitalize;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}
.blog-block .blog-content h2 a{text-decoration: none;}
.blog-block .blog-content .post-meta {font-size: 13px;margin-bottom: 5px;color: #a29f9f;}

@media (max-width: 767px) {
	.blog-block {margin-top: -20px;font-size: 18px;padding: 35px 15px 22px;}
	.blog-block .col {width: 100%;padding-bottom: 25px;}
}
.postcontent .entry-content img {width: 800px;display: block;margin: 5px auto 5px auto;}
.postcontent h1.entry-title1 {font-size: 32px;line-height: 36px;font-weight: 600;margin: 0 0 0px;color: #cc0024;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}
.postdesc-meta {font-size: 14px;margin-bottom: 15px;color: #9a9898;}
.postdesc img.aligncenter {display: block;margin: 5px auto 5px auto;}


/********* Blog page CSS End***********/

/********* Contact us location page CSS Start***********/
.contact_us_nj, .contact_us_atl, .contact_us_ny{
	padding-bottom:20px;
}
/********* Contact us location page CSS End***********/
.post-922 section > img {
	display:none !important;
}