/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

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

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

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Mobile First Media Queries Mixins*/
/* General Mixins */
/* Colours Partial */
/* Typograhpy Partial */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */ }

body {
  font-size: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #424548;
  font-weight: 400; }

p {
  line-height: 1.5em;
  font-size: 1.5em;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    p {
      font-size: 1.8em; } }
  @media (min-width: 1200px) {
    p {
      font-size: 2em;
      padding-right: 15px; } }
  @media (min-width: 1535px) {
    p {
      font-size: 2.5em; } }

h1 {
  font-family: 'Montserrat', sans-serif;
  color: #424548;
  font-weight: 700;
  line-height: .9em;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 3em;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    h1 {
      font-size: 4.5em; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 5.5em;
      margin: 0 0 50px 0; } }
  @media (min-width: 1535px) {
    h1 {
      font-size: 6em; } }
  h1 span {
    display: block;
    color: #db3d44; }

.market h1 {
  color: #f4f3f2;
  width: 80%;
  float: none;
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    .market h1 {
      float: left;
      width: 20%; } }

.intro h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -3px;
  color: #f4f3f2;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  .intro h1 span {
    display: inline;
    color: #db3d44; }
  @media (min-width: 992px) {
    .intro h1 {
      letter-spacing: -5px; } }
  @media (min-width: 1200px) {
    .intro h1 {
      letter-spacing: -5px; } }

.job-content h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 300;
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    .job-content h1 {
      font-size: 3em; } }

h2 {
  position: relative;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  color: #f4f3f2;
  text-transform: uppercase;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 480px) {
    h2 {
      font-size: 2em; } }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.7em; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.2em; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2.6em; } }
  @media (min-width: 1535px) {
    h2 {
      font-size: 3.4em; } }

.intro h2 {
  width: 100%;
  text-align: center; }

.opportunities h2, .job-listing h2 {
  color: #424548;
  font-size: 2em;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    .opportunities h2, .job-listing h2 {
      font-size: 2.2em; } }
  @media (min-width: 1200px) {
    .opportunities h2, .job-listing h2 {
      font-size: 2.6em; } }
  @media (min-width: 1535px) {
    .opportunities h2, .job-listing h2 {
      font-size: 3.4em; } }

.alert-form h2 {
  color: #424548;
  font-size: 2em;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    .alert-form h2 {
      font-size: 2.2em; } }
  @media (min-width: 1200px) {
    .alert-form h2 {
      font-size: 2.6em; } }
  @media (min-width: 1535px) {
    .alert-form h2 {
      font-size: 3em; } }

h3 {
  margin: 0;
  padding: 0;
  color: #f4f3f2;
  font-weight: 300;
  font-size: 3.0em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 480px) {
    h3 {
      font-size: 3.5em; } }
  @media (min-width: 768px) {
    h3 {
      font-size: 4.5em; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 6em; } }

h4 {
  margin: 0;
  padding: 0;
  color: #424548;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.3em;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 480px) {
    h4 {
      font-size: 1.5em; } }
  @media (min-width: 992px) {
    h4 {
      font-size: 1.8em; } }
  @media (min-width: 1200px) {
    h4 {
      font-size: 2em; } }
  @media (min-width: 1535px) {
    h4 {
      font-size: 3em; } }

.market h4 {
  color: #f4f3f2;
  padding: 20px 0 10px 0;
  font-size: 1.6em;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 480px) {
    .market h4 {
      padding: 20px 0;
      font-size: 1.6em; } }
  @media (min-width: 992px) {
    .market h4 {
      font-size: 1.8em; } }

.currentOps h4 {
  float: left;
  width: 230px;
  padding-top: 57px; }

.currentOpsTitleMobile {
  display: block;
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    .currentOpsTitleMobile {
      display: none; } }

.job h4 {
  position: absolute;
  bottom: 25px;
  float: none;
  padding: 0;
  font-size: 1.5em;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    .job h4 {
      font-size: 1em; } }
  @media (min-width: 1200px) {
    .job h4 {
      font-size: 1.5em; } }
  @media (min-width: 1535px) {
    .job h4 {
      font-size: 1.8em; } }

blockquote {
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
  line-height: 1.3em;
  border-left-color: #424548;
  font-size: 2em;
  display: block;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    blockquote {
      display: none; } }
  @media (min-width: 1200px) {
    blockquote {
      display: block;
      margin: 0 0 50px 0;
      font-size: 3.0em;
      line-height: 1.1em; } }
  @media (min-width: 1535px) {
    blockquote {
      font-size: 4em; } }

/* Buttons and Link styles */
a {
  color: #718ea7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover {
  color: #2d343a;
  text-decoration: none; }

h2 a {
  color: #2d343a; }

.primaryButton, .secondaryButton {
  display: block;
  width: 100%;
  height: 3em;
  margin: 10px 0;
  background-color: #718ea7;
  border: 2px solid #718ea7;
  font-size: 2em;
  line-height: 2.8em;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  color: #f4f3f2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* Custom, iPhone Retina */ }
  @media (min-width: 1200px) {
    .primaryButton, .secondaryButton {
      max-width: 486px;
      line-height: 2.8em; } }

.secondaryButton {
  background-color: #2d343a;
  border-color: #2d343a; }

.primaryButton:hover {
  color: #42c476;
  background-color: #f4f3f2;
  border-color: #42c476; }

.secondaryButton:hover {
  color: #42c476;
  background-color: #f4f3f2;
  border-color: #42c476; }

.market .primaryButton {
  width: 100%;
  color: #f4f3f2;
  background-color: #2d343a;
  border-color: #2d343a;
  color: #f4f3f2 !important; }

.market .primaryButton:hover {
  color: #2d343a !important;
  background-color: #db3d44;
  border-color: #2d343a; }

/* Buttons and Link styles */
select {
  display: block;
  width: 100%;
  height: 3em;
  margin: 10px 0;
  padding: 0 30px 0 20px;
  font-size: 2em;
  line-height: 3em;
  text-transform: uppercase;
  text-align: left;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-color: #e2e1de;
  border: none;
  color: #2d343a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* Custom, iPhone Retina */ }
  @media (min-width: 1200px) {
    select {
      max-width: 486px;
      line-height: 3em; } }

option {
  line-height: 1.8em;
  height: 2.3em;
  padding-top: 15px;
  font-size: 0.9em; }

input[type='text'] {
  display: block;
  width: 100%;
  height: 3em;
  margin: 10px 0;
  padding: 0 20px;
  font-size: 2em;
  line-height: 3em;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-color: #e2e1de;
  border: none;
  color: #2d343a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* Custom, iPhone Retina */ }

input[type='email'] {
  display: block;
  width: 100%;
  height: 3em;
  margin: 10px 0;
  padding: 0 20px;
  font-size: 2em;
  line-height: 3em;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-color: #e2e1de;
  border: none;
  color: #2d343a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* Custom, iPhone Retina */ }

textarea {
  display: block;
  width: 100%;
  height: 300px;
  margin: 10px 0;
  padding: 20px;
  font-size: 2em;
  line-height: 1.3em;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-color: #e2e1de;
  text-transform: none;
  border: none;
  color: #2d343a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* Custom, iPhone Retina */ }

.error_strings {
  color: #db3d44; }

#form-messages {
  font-size: 1.8em;
  margin-top: 40px 0;
  height: 200px;
  clear: both; }

.error {
  color: #db3d44; }

.mce_inline_error {
  color: #db3d44; }

#mce-success-response {
  color: #42c476;
  font-size: 1.2em; }

/* Navigation styles */
.header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  z-index: 11;
  padding: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .header .menuBar {
    position: relative;
    overflow: hidden; }
  .header .logo {
    float: left; }
    .header .logo svg {
      width: 40px;
      height: 40px;
      opacity: .7; }

.menu {
  position: relative;
  width: 115px;
  float: right;
  margin: 0;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    .menu {
      width: 280px; } }
  .menu li {
    position: relative;
    float: right;
    color: #f4f3f2;
    font-size: 1.8em;
    height: 35px;
    text-transform: uppercase;
    display: none; }
  .menu li:first-of-type {
    display: block;
    border-left: none;
    padding-right: 10px; }
  .menu li span:first-of-type {
    margin-right: 10px;
    display: none; }
  @media (min-width: 992px) {
    .menu li {
      display: block; }
    .menu li:first-of-type {
      border-left: 2px #f4f3f2 solid; }
    .menu li span:first-of-type {
      display: inline-block; } }
  .menu li a {
    color: #f4f3f2;
    display: block;
    padding: 5px 20px; }

.submenu {
  position: fixed;
  top: -80px;
  background-color: #db3d44;
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3); }
  .submenu .logo svg {
    opacity: 1; }

.submenu.show {
  top: 0; }

.header.menuOpen {
  background-color: inherit;
  box-shadow: none; }
  .header.menuOpen li:first-of-type {
    border-left: none; }
  .header.menuOpen li span:first-of-type {
    display: none; }
  .header.menuOpen .contactBtn {
    display: none; }
  .header.menuOpen .logo svg {
    opacity: 1; }

.mainMenu {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .mainMenu ul {
    position: absolute;
    margin: 0;
    padding: 0; }
  .mainMenu nav ul {
    height: 400px;
    width: 100%;
    top: 50%;
    margin-top: -150px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 480px) {
      .mainMenu nav ul {
        margin-top: -200px; } }
    @media (min-width: 768px) {
      .mainMenu nav ul {
        margin-top: -250px; } }
    .mainMenu nav ul li {
      font-size: 2.5em;
      text-align: center;
      border-bottom: 1px dashed #f4f3f2;
      margin: 0 10%;
      line-height: 2em;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 480px) {
        .mainMenu nav ul li {
          margin: 0 10%;
          font-size: 3.5em; } }
      @media (min-width: 768px) {
        .mainMenu nav ul li {
          margin: 0 25%;
          font-size: 5em; } }
    .mainMenu nav ul li:last-of-type {
      border-bottom: none; }
  .mainMenu li a {
    color: #f4f3f2; }
  .mainMenu li a:hover {
    color: #2d343a; }
  .mainMenu .social {
    position: absolute;
    bottom: 20px;
    right: 20px;
    list-style: none; }
    .mainMenu .social li {
      float: left;
      width: 35px;
      border: none; }
    .mainMenu .social li svg {
      width: 35px;
      height: 35px; }
    .mainMenu .social li a:hover svg path {
      fill: #2d343a; }

.touch .header {
  z-index: 10; }

.touch .header.menuOpen {
  z-index: 30; }

li.oppo-link {
  line-height: 1.1em !important;
  padding: 10px 0;
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    li.oppo-link {
      line-height: 2em !important;
      padding: 0; } }

/* Animated Scroll icon styles */
#scrollIcon {
  position: fixed;
  left: 50%;
  z-index: 20;
  margin-left: -19px;
  width: 37px;
  height: 58px;
  z-index: 6; }

#scrollIcon {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 50;
  display: inline-block;
  overflow: hidden;
  margin-left: -19px;
  padding: 8px 0px;
  width: 40px;
  height: 65px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    #scrollIcon {
      bottom: 50px; } }
  @media (min-width: 992px) {
    #scrollIcon {
      border: 2px solid #f4f3f2; } }

.mousescroll1, .mousescroll2, .mousescroll3 {
  margin: 0px auto;
  margin-top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f4f3f2;
  opacity: 1.0;
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    .mousescroll1, .mousescroll2, .mousescroll3 {
      width: 6px;
      height: 6px; } }

.mousescroll2 {
  margin-top: 10px;
  opacity: .66;
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    .mousescroll2 {
      margin-top: 6px; } }

.mousescroll3 {
  margin-top: 10px;
  opacity: 1.0;
  /* Custom, iPhone Retina */ }
  @media (min-width: 992px) {
    .mousescroll3 {
      margin-top: 6px; } }

@-webkit-keyframes mouseAnim {
  from {
    opacity: .1; }
  to {
    opacity: 1; } }
@-moz-keyframes mouseAnim {
  from {
    opacity: .1; }
  to {
    opacity: 1; } }
@keyframes mouseAnim {
  from {
    opacity: .1; }
  to {
    opacity: 1; } }
.mouseanim {
  opacity: .1;
  -webkit-animation: mouseAnim ease infinite;
  -moz-animation: mouseAnim ease  infinite;
  animation: mouseAnim ease  infinite;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.mouseanim.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.mouseanim.two {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s; }

.mouseanim.three {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s; }

.burger,
.burger:before,
.burger:after {
  position: absolute;
  top: 15px;
  width: 30px;
  height: 4px;
  background: #f4f3f2;
  transition: background 0.3s, transform 0.3s, top 0.3s; }

.burger:before {
  top: -8px;
  left: 0;
  content: ""; }

.burger:after {
  top: 8px;
  left: 0;
  content: ""; }

.open .burger {
  background: transparent; }

.open .burger:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate(-45deg); }

.open .burger:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate(45deg); }

/* Menu overlay effects */
.container {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.container.overlay-open {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s; }

.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

/* Basic page structure */
html, body {
  width: 100%;
  height: 100%;
  background-color: #db3d44; }

.content-default {
  height: 600px;
  margin-top: 75px;
  padding: 90px;
  background-color: #f4f3f2; }

.loaderLogo {
  background: url("../images/epLogoSmall.svg") no-repeat center center;
  /* Custom, iPhone Retina */
  position: fixed;
  width: 100%;
  height: 100%; }
  @media (min-width: 992px) {
    .loaderLogo {
      background: url("../images/epLogo.svg") no-repeat center center; } }

.loaderbkg {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ca373d;
  -webkit-animation: loader 1.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: loader 1.5s;
  /* Firefox < 16 */
  -ms-animation: loader 1.5s;
  /* Internet Explorer */
  -o-animation: loader 1.5s;
  /* Opera < 12.1 */
  animation: loader 1.5s; }

@keyframes loader {
  from {
    top: 100%; }
  to {
    top: 0%; } }
/* Firefox < 16 */
@-moz-keyframes loader {
  from {
    top: 100%; }
  to {
    top: 0%; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes loader {
  from {
    top: 100%; }
  to {
    top: 0%; } }
/* Internet Explorer */
@-ms-keyframes loader {
  from {
    top: 100%; }
  to {
    top: 0%; } }
/* Opera < 12.1 */
@-o-keyframes loader {
  from {
    top: 100%; }
  to {
    top: 0%; } }
.container {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.loaded .container,
.no-js .container {
  opacity: 1; }

.container-fluid .row {
  padding: 0;
  margin: 0; }

.container section {
  position: relative;
  z-index: 10;
  overflow: hidden; }

section.intro, section.half-intro {
  z-index: 0 !important; }

hr {
  border: none;
  height: 4px;
  width: 65px;
  color: #f4f3f2;
  background-color: #f4f3f2;
  margin: 10px 0;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    hr {
      height: 3px;
      width: 65px;
      margin: 15px 0; } }
  @media (min-width: 992px) {
    hr {
      height: 5px;
      width: 80px;
      margin: 25px 0; } }
  @media (min-width: 1200px) {
    hr {
      width: 125px; } }
  @media (min-width: 1200px) {
    hr {
      width: 130px; } }

.jobBlocks hr {
  position: absolute;
  bottom: 15px;
  width: 70px;
  margin: 10px 0 0 0; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #718ea7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.overlay.open {
  visibility: visible;
  opacity: 1; }

/* Header section styles */
.intro,
.intro::before,
.intro::after {
  width: 100%;
  height: 100%; }

.intro::before,
.intro::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  background-size: cover; }

.intro::before {
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/headerImgSmall.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    .intro::before {
      background-size: cover;
      background: url("../images/headerImgMed.jpg") center center no-repeat; } }
  @media (min-width: 992px) {
    .intro::before {
      background-size: cover;
      background: url("../images/headerImg.jpg") center center no-repeat; } }
  @media (min-width: 1200px) {
    .intro::before {
      background-size: cover; } }

.intro {
  position: fixed;
  z-index: 0; }
  .intro video {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .intro video {
        display: block; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .intro video {
        display: none; } }
  .intro .headerImgBlur {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .intro .headerImgBlur {
        background: url("../images/headerImgBlurMed.jpg") center center no-repeat;
        background-size: cover; } }
    @media (min-width: 992px) {
      .intro .headerImgBlur {
        background: url("../images/headerImgBlur.jpg") center center no-repeat;
        background-size: cover; } }
    @media (min-width: 1200px) {
      .intro .headerImgBlur {
        background: url("../images/headerImgBlur.jpg") center center no-repeat;
        background-size: cover; } }

.title {
  position: fixed;
  margin-top: 45%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  z-index: 2;
  width: 100%;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Landscape */ }
  @media (min-width: 480px) {
    .title {
      width: 85%;
      margin: 35% auto 0 auto; } }
  @media (min-width: 768px) {
    .title {
      margin: 25% auto 0 auto; } }
  @media (min-width: 992px) {
    .title {
      width: 70%;
      margin: 20% auto 0 auto; } }
  @media (min-width: 1200px) {
    .title {
      margin: 18% auto 0 auto; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    .title {
      margin-top: 20%; } }
  @media screen and (max-device-width: 1280px) and (orientation: landscape) {
    .title {
      margin-top: 15%; } }

/* About section styles */
.about {
  background-color: #f4f3f2;
  box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.3); }
  .about .imgSection {
    position: absolute;
    top: 0px;
    bottom: -50px;
    left: 0px;
    padding: 0;
    display: none;
    width: 50%;
    overflow: hidden;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    .about .imgSection img {
      height: 49%;
      /* Custom, iPhone Retina */ }
      @media (min-width: 992px) {
        .about .imgSection img {
          height: 55%; } }
    @media (min-width: 768px) {
      .about .imgSection {
        display: block; } }
  .about .textSection {
    padding: 50px 30px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .about .textSection {
        padding: 50px;
        float: right; } }
    @media (min-width: 992px) {
      .about .textSection {
        padding: 80px; } }
    @media (min-width: 1200px) {
      .about .textSection {
        padding: 100px; } }
    @media (min-width: 1535px) {
      .about .textSection {
        padding: 120px; } }
  .about .leftSection {
    height: 80px;
    background-color: #718ea7;
    padding: 20px 30px 30px 30px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media (min-width: 768px) {
      .about .leftSection {
        height: auto;
        padding: 20px 50px 50px 50px; } }
    @media (min-width: 992px) {
      .about .leftSection {
        padding: 40px 80px 80px 80px; } }
    @media (min-width: 1200px) {
      .about .leftSection {
        padding: 80px 100px 100px 100px; } }
    @media (min-width: 1535px) {
      .about .leftSection {
        padding: 100px 120px 120px 120px; } }
  .about .rightSection {
    background-color: #db3d44;
    padding: 20px 30px 30px 30px;
    height: 80px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media (min-width: 768px) {
      .about .rightSection {
        height: auto;
        padding: 20px 50px 50px 50px; } }
    @media (min-width: 992px) {
      .about .rightSection {
        padding: 40px 80px 80px 80px; } }
    @media (min-width: 1200px) {
      .about .rightSection {
        padding: 80px 100px 100px 100px; } }
    @media (min-width: 1535px) {
      .about .rightSection {
        padding: 100px 120px 120px 120px; } }
  .about .plus {
    position: absolute;
    top: 17px;
    right: 30px;
    opacity: 0.3;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* Custom, iPhone Retina */ }
    .about .plus svg {
      fill: #2d343a; }
    @media (min-width: 768px) {
      .about .plus {
        display: none; } }
  .about .rightSection:hover, .about .leftSection:hover {
    cursor: pointer; }
  .about .rightSection:hover .plus, .about .leftSection:hover .plus {
    opacity: 0.6; }
  .about ul {
    display: table;
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .about ul li {
    height: 70px;
    border-top: 1px dashed #f4f3f2;
    color: #f4f3f2;
    font-size: 1.4em;
    line-height: 1.1em;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .about ul li {
        height: 90px;
        font-size: 1.6em; } }
    @media (min-width: 1200px) {
      .about ul li {
        font-size: 1.8em; } }
    @media (min-width: 1535px) {
      .about ul li {
        font-size: 2em; } }
  .about ul li div {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .about ul li div {
        height: 90px; } }
    @media (min-width: 1200px) {
      .about ul li div {
        height: 90px; } }
  .about ul li span {
    text-transform: uppercase;
    display: block; }
  .about .heading {
    border: none;
    padding: 0 0 10px 0;
    height: 60px;
    line-height: 2.2em;
    text-transform: uppercase;
    font-size: 20px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .about .heading {
        font-size: 2.5em;
        line-height: 1em; } }
  .about .rightSection.open, .about .leftSection.open {
    height: 450px;
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .about .rightSection.open, .about .leftSection.open {
        height: auto; } }
    .about .rightSection.open .plus, .about .leftSection.open .plus {
      transform: rotate(45deg); }

/* Market Intel section styles */
.market {
  background-color: #2d343a;
  padding: 50px 30px;
  transform: translate3d(0, 0, 0);
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* Svg Graphs */
  /* Rules for ipad portrait */
  /* Rules for ipad landscape */
  /* Rules for iphone portrait */
  /* Rules for iphone landscape */ }
  @media (min-width: 768px) {
    .market {
      padding: 50px; } }
  @media (min-width: 992px) {
    .market {
      padding: 80px; } }
  @media (min-width: 1200px) {
    .market {
      padding: 100px; } }
  @media (min-width: 1535px) {
    .market {
      padding: 120px; } }
  .market .currentOps {
    clear: both;
    height: 80px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    .market .currentOps p {
      display: none; }
    @media (min-width: 768px) {
      .market .currentOps p {
        display: block; } }
    @media (min-width: 768px) {
      .market .currentOps {
        display: block; } }
    .market .currentOps .total {
      color: #FFF;
      font-size: 4em;
      text-align: right;
      width: 60%;
      border-bottom: 4px white solid;
      float: right;
      padding: 0;
      margin: 0;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 992px) {
        .market .currentOps .total {
          width: 69%; } }
      @media (min-width: 1200px) {
        .market .currentOps .total {
          font-size: 4.5em;
          width: 74%; } }
      @media (min-width: 1535px) {
        .market .currentOps .total {
          width: 80%; } }
  .market .blockWrapper {
    position: relative;
    width: 100%;
    clear: both;
    display: none;
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .market .blockWrapper {
        display: block; } }
    .market .blockWrapper .jobBox {
      padding: 0;
      margin: 0;
      display: block;
      height: auto;
      position: relative;
      padding-top: 100%;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 768px) {
        .market .blockWrapper .jobBox {
          padding-top: 33.3333%; } }
      @media (min-width: 992px) {
        .market .blockWrapper .jobBox {
          padding-top: 16.66666667%; } }
      .market .blockWrapper .jobBox .number {
        text-anchor: middle;
        font-size: 15em;
        font-weight: 300; }
      .market .blockWrapper .jobBox .title {
        font-size: 2.2em;
        text-transform: uppercase; }
      .market .blockWrapper .jobBox svg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #2d343a; }
    .market .blockWrapper .jobBox:last-of-type {
      padding-right: 0; }
    .market .blockWrapper .jobBox.open .box {
      fill: #db3d44; }
    .market .blockWrapper .jobBox.open .title, .market .blockWrapper .jobBox.open .number, .market .blockWrapper .jobBox.open .line {
      opacity: 0 !important; }
    .market .blockWrapper .contactPanel {
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      padding: 20px 20px 20px 20px;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media (min-width: 992px) {
        .market .blockWrapper .contactPanel {
          padding: 0px 10px 10px 10px; } }
      @media (min-width: 992px) {
        .market .blockWrapper .contactPanel {
          padding: 20px; } }
      @media (min-width: 1535px) {
        .market .blockWrapper .contactPanel {
          padding: 40px 20px 20px 20px; } }
      .market .blockWrapper .contactPanel p {
        font-size: 1em;
        line-height: 1em;
        text-transform: uppercase;
        color: #f4f3f2;
        /* Custom, iPhone Retina */
        /* Custom, iPhone Retina */
        /* Custom, iPhone Retina */
        /* Custom, iPhone Retina */ }
        @media (min-width: 768px) {
          .market .blockWrapper .contactPanel p {
            font-size: 2em; } }
        @media (min-width: 992px) {
          .market .blockWrapper .contactPanel p {
            font-size: 1.2em; } }
        @media (min-width: 1200px) {
          .market .blockWrapper .contactPanel p {
            font-size: 1.2em; } }
        @media (min-width: 1535px) {
          .market .blockWrapper .contactPanel p {
            font-size: 1.4em; } }
      .market .blockWrapper .contactPanel a {
        color: #2d343a;
        font-size: 1.3em; }
    .market .blockWrapper .open .contactPanel {
      opacity: 1; }
  .market .blockWrapperMobile {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    display: block;
    height: auto;
    position: relative;
    padding-top: 100%;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .market .blockWrapperMobile {
        display: none; } }
    .market .blockWrapperMobile svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .market .blockWrapperMobile .title {
      text-transform: uppercase;
      font-size: 1.2em; }
    .market .blockWrapperMobile .number {
      font-size: 3.8em; }
    .market .blockWrapperMobile .highlight .rangeText {
      fill: #42c476; }
    @media (min-width: 992px) {
      .market .blockWrapperMobile {
        padding: 80px; } }
    @media (min-width: 1200px) {
      .market .blockWrapperMobile {
        padding: 100px; } }
    @media (min-width: 1535px) {
      .market .blockWrapperMobile {
        padding: 120px; } }
  .market .currentOpsGraph {
    display: none;
    width: 75%;
    height: 130px;
    margin-top: -40px;
    padding: 0;
    float: right;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    .market .currentOpsGraph svg circle:first-of-type {
      fill: #db3d44; }
    .market .currentOpsGraph svg circle:last-of-type {
      fill: #42c476; }
    @media (min-width: 768px) {
      .market .currentOpsGraph {
        display: block; } }
    @media (min-width: 992px) {
      .market .currentOpsGraph {
        height: 200px;
        margin-top: -40px; } }
    @media (min-width: 1200px) {
      .market .currentOpsGraph {
        margin-top: -90px;
        height: 250px; } }
    @media (min-width: 1535px) {
      .market .currentOpsGraph {
        margin-top: -120px; } }
  .market .recentPosContainer {
    padding: 20px 0 0 0;
    height: 100%;
    position: relative;
    /* Custom, iPhone Retina */
    left: 0;
    top: 0;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .market .recentPosContainer {
        position: absolute; } }
    @media (min-width: 480px) {
      .market .recentPosContainer {
        padding: 30px 0 0 0; } }
    @media (min-width: 768px) {
      .market .recentPosContainer {
        padding: 40px 0 0 0;
        padding-right: 10px !important; } }
    .market .recentPosContainer .recentposList {
      display: block;
      height: auto;
      bottom: 0;
      top: 0;
      position: relative;
      /* Custom, iPhone Retina */
      background-color: #445360; }
      @media (min-width: 768px) {
        .market .recentPosContainer .recentposList {
          position: absolute;
          top: 98px; } }
    .market .recentPosContainer ul {
      display: block;
      padding: 0;
      margin: 0;
      height: 100%;
      list-style: none; }
    .market .recentPosContainer li {
      font-size: 1.5em;
      color: #f4f3f2;
      border-bottom: 1px #2d343a solid;
      padding: 20px;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 768px) {
        .market .recentPosContainer li {
          padding: 10px 20px;
          height: 16.7%; } }
      @media (min-width: 992px) {
        .market .recentPosContainer li {
          font-size: 1.2em;
          padding: 5px 20px 5px 20px;
          height: 16.7%;
          line-height: 1.5em; } }
      @media (min-width: 1200px) {
        .market .recentPosContainer li {
          font-size: 1.5em;
          padding: 10px 20px;
          height: 16.7%;
          line-height: 1.3em; } }
      @media (min-width: 1535px) {
        .market .recentPosContainer li {
          font-size: 1.5em;
          padding: 20px 20px;
          height: 16.7%; } }
    .market .recentPosContainer .resultsA, .market .recentPosContainer .resultsB {
      text-anchor: middle; }
    .market .recentPosContainer .key {
      margin: 20px 0 0 0;
      /* Custom, iPhone Retina */ }
      @media (min-width: 480px) {
        .market .recentPosContainer .key {
          margin: 20px 0; } }
      .market .recentPosContainer .key p {
        padding: 0;
        margin: 0;
        line-height: 1.2em;
        font-size: 1.4em;
        text-align: right;
        text-transform: uppercase;
        color: #f4f3f2; }
      .market .recentPosContainer .key p:last-of-type {
        color: #db3d44; }
  .market .salaryContainer {
    padding: 20px 0 0 0;
    clear: both;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 480px) {
      .market .salaryContainer {
        padding: 30px 0 0 0; } }
    @media (min-width: 768px) {
      .market .salaryContainer {
        padding: 40px 0 0 0;
        padding-left: 10px;
        clear: none;
        float: right; } }
    .market .salaryContainer .salary {
      display: block;
      height: auto;
      position: relative;
      padding-top: 74%;
      /* Custom, iPhone Retina */ }
      @media (min-width: 992px) {
        .market .salaryContainer .salary {
          padding-top: 37%; } }
    .market .salaryContainer svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .market .salaryContainer .bands {
      display: none;
      /* Custom, iPhone Retina */ }
      @media (min-width: 992px) {
        .market .salaryContainer .bands {
          display: block; } }
    .market .salaryContainer .bandsMobile {
      display: block;
      /* Custom, iPhone Retina */ }
      @media (min-width: 992px) {
        .market .salaryContainer .bandsMobile {
          display: none; } }
    .market .salaryContainer text {
      font-size: 1.8em;
      fill: #f4f3f2;
      text-transform: uppercase; }
    .market .salaryContainer .numberValue {
      font-size: 4em;
      text-anchor: middle; }
    .market .salaryContainer .numberValue:last-child {
      fill: #42c476; }
    .market .salaryContainer .resultBar {
      opacity: 0; }
    .market .salaryContainer .resultBar.showBar {
      opacity: 1; }
  .market .highlight .rangeText, .market .highlight .numberValue, .market .highlight .resultBar {
    fill: #42c476; }

/* Homepage jobs section styles */
.opportunities {
  background-color: #f4f3f2;
  box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.3); }
  .opportunities .textSection {
    padding: 50px 30px 0 30px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .opportunities .textSection {
        padding: 50px; } }
    @media (min-width: 992px) {
      .opportunities .textSection {
        padding: 80px 80px 0 80px; } }
    @media (min-width: 1200px) {
      .opportunities .textSection {
        padding: 100px 100px 0 100px; } }
    @media (min-width: 1535px) {
      .opportunities .textSection {
        padding: 120px 120px 0 120px; } }
  .opportunities .jobsSection {
    padding: 20px 30px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    .opportunities .jobsSection .col-md-4, .opportunities .jobsSection .col-md-6 {
      padding: 0 0 0 0;
      margin-bottom: 30px;
      height: auto; }
    .opportunities .jobsSection .col-md-4:last-child, .opportunities .jobsSection .col-md-6:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .opportunities .jobsSection {
        padding: 20px 50px; }
        .opportunities .jobsSection .col-md-4, .opportunities .jobsSection .col-md-6 {
          padding: 0 30px 0 0; }
        .opportunities .jobsSection .jobBlock.col-md-4, .opportunities .jobsSection .jobBlock.col-md-6 {
          height: 160px; } }
    @media (min-width: 992px) {
      .opportunities .jobsSection {
        padding: 20px 80px; }
        .opportunities .jobsSection .jobBlock.col-md-4, .opportunities .jobsSection .jobBlock.col-md-6 {
          height: 250px; } }
    @media (min-width: 1200px) {
      .opportunities .jobsSection {
        padding: 20px 100px; }
        .opportunities .jobsSection .col-md-4, .opportunities .jobsSection .col-md-6 {
          padding: 0 50px 0 0; }
        .opportunities .jobsSection .jobBlock.col-md-4, .opportunities .jobsSection .jobBlock.col-md-6 {
          height: 280px; } }
    @media (min-width: 1535px) {
      .opportunities .jobsSection {
        padding: 20px 120px; }
        .opportunities .jobsSection .jobBlock.col-md-4, .opportunities .jobsSection .jobBlock.col-md-6 {
          height: 330px; } }
  .opportunities .jobsSection:last-child {
    padding-bottom: 30px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .opportunities .jobsSection:last-child {
        padding-bottom: 50px; } }
    @media (min-width: 992px) {
      .opportunities .jobsSection:last-child {
        padding-bottom: 80px; } }
    @media (min-width: 1200px) {
      .opportunities .jobsSection:last-child {
        padding-bottom: 100px; } }
    @media (min-width: 1535px) {
      .opportunities .jobsSection:last-child {
        padding-bottom: 120px; } }
    .opportunities .jobsSection:last-child .col-md-4:first-child {
      padding-left: 0; }
  .opportunities hr {
    border: none;
    height: 4px;
    width: 80px;
    color: #bebebe;
    background-color: #bebebe;
    margin: 40px 0; }

/* Jobs section styles */
/* Header section styles */
.half-intro,
.half-intro::before,
.half-intro::after {
  width: 100%;
  height: 40%; }

.half-intro::before,
.half-intro::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  background-size: cover; }

.half-intro::before {
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/headerImgSmall.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 40%;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    .half-intro::before {
      background-size: cover;
      background: url("../images/headerImgMed.jpg") center center no-repeat; } }
  @media (min-width: 992px) {
    .half-intro::before {
      background-size: cover;
      background: url("../images/headerImg.jpg") center center no-repeat; } }
  @media (min-width: 1200px) {
    .half-intro::before {
      background-size: cover; } }

.half-intro {
  position: fixed;
  z-index: 0; }
  .half-intro video {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 40%;
    background-size: cover;
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .half-intro video {
        display: block; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .half-intro video {
        display: none; } }
  .half-intro .headerImgBlur {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    width: 100%;
    height: 40%;
    opacity: 0;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .half-intro .headerImgBlur {
        background: url("../images/headerImgBlurMed.jpg") center center no-repeat;
        background-size: cover; } }
    @media (min-width: 992px) {
      .half-intro .headerImgBlur {
        background: url("../images/headerImgBlur.jpg") center center no-repeat;
        background-size: cover; } }
    @media (min-width: 1200px) {
      .half-intro .headerImgBlur {
        background: url("../images/headerImgBlur.jpg") center center no-repeat;
        background-size: cover; } }

.jobs {
  background-color: #f4f3f2;
  box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.3); }
  .jobs .textSection {
    padding: 50px 30px 0 30px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .jobs .textSection {
        padding: 50px; } }
    @media (min-width: 992px) {
      .jobs .textSection {
        padding: 80px 80px 0 80px; } }
    @media (min-width: 1200px) {
      .jobs .textSection {
        padding: 100px 100px 0 100px; } }
    @media (min-width: 1535px) {
      .jobs .textSection {
        padding: 120px 120px 0 120px; } }
  .jobs .jobsSection {
    padding: 30px 0;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    .jobs .jobsSection .job-listing {
      padding: 20px 0; }
    .jobs .jobsSection .pagination {
      width: 100%; }
    @media (min-width: 768px) {
      .jobs .jobsSection .pagination .primaryButton {
        width: 280px;
        float: left;
        margin-right: 20px; } }
    @media (min-width: 992px) {
      .jobs .jobsSection {
        padding: 80px 0; } }
    @media (min-width: 1200px) {
      .jobs .jobsSection {
        padding: 100px 0; } }
    @media (min-width: 1535px) {
      .jobs .jobsSection {
        padding: 120px 0; } }
  .jobs hr {
    border: none;
    height: 4px;
    width: 150px;
    color: #bebebe;
    background-color: #bebebe;
    margin: 40px 0 10px 0; }
  .jobs .primaryButton, .jobs .secondaryButton {
    max-width: 100%;
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .jobs .primaryButton, .jobs .secondaryButton {
        max-width: 250px; } }
  .jobs .filter-settings {
    font-size: 1.5rem;
    margin-top: 20px; }
  .jobs .filters .primaryButton, .jobs .filters .secondaryButton {
    max-width: 100%;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .jobs .filters .primaryButton, .jobs .filters .secondaryButton {
        max-width: 230px; } }
  .jobs .filter-input {
    padding-left: 0; }
  .jobs .alert-btn {
    background-color: #2d343a;
    border: 2px solid #2d343a;
    float: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .jobs .alert-btn {
        float: right; } }
    @media (min-width: 1200px) {
      .jobs .alert-btn {
        max-width: 486px;
        line-height: 3em; } }
  .jobs .alert-btn:hover {
    color: #42c476;
    background-color: #f4f3f2;
    border-color: #42c476; }
  .jobs .jobs-pagination {
    padding-bottom: 30px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .jobs .jobs-pagination {
        padding-bottom: 80px; } }
    @media (min-width: 1200px) {
      .jobs .jobs-pagination {
        padding-bottom: 100px; } }
    @media (min-width: 1535px) {
      .jobs .jobs-pagination {
        padding-bottom: 120px; } }
    .jobs .jobs-pagination .col-md-4, .jobs .jobs-pagination .col-md-6 {
      padding-left: 0; }
  .jobs .linkedin-link span, .jobs .alert-btn span {
    top: -5px;
    position: relative; }
  .jobs .alert-btn span {
    top: -10px;
    left: -5px; }
  .jobs a.alert-btn:hover svg g path {
    fill: #42c476; }
  .jobs .linkedin-link a:hover svg g path {
    fill: #2d343a; }
  .jobs .alert-btn svg {
    margin-top: 11px; }

.alert-modal {
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .alert-modal .alert-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .alert-modal .alert-form {
    position: relative;
    width: 90%;
    max-width: 600px;
    background-color: #f4f3f2;
    margin: 15% auto;
    padding: 30px;
    z-index: 30;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    .alert-modal .alert-form .col-sm-6, .alert-modal .alert-form .col-md-6 {
      padding-left: 0;
      padding-right: 0; }
    .alert-modal .alert-form p {
      font-size: 1.5em; }
    .alert-modal .alert-form ul {
      list-style: none;
      padding-left: 0; }
      .alert-modal .alert-form ul li {
        line-height: 1.7em; }
        .alert-modal .alert-form ul li label {
          font-size: 1.4em;
          font-weight: 500;
          text-transform: uppercase; }
        .alert-modal .alert-form ul li input {
          margin-right: 10px; }
    .alert-modal .alert-form .optionHeader {
      font-size: 1.4em;
      color: #718ea7;
      text-transform: uppercase;
      margin-top: 25px; }
    .alert-modal .alert-form .sendAlert {
      margin-top: 50px; }
    @media (min-width: 768px) {
      .alert-modal .alert-form {
        width: 70%; }
        .alert-modal .alert-form .col-sm-6, .alert-modal .alert-form .col-md-6 {
          padding-right: 15px;
          padding-left: 0; }
        .alert-modal .alert-form .second-field {
          padding-right: 0; } }
    @media (min-width: 992px) {
      .alert-modal .alert-form {
        padding: 50px; } }

.job-meta {
  font-size: 2em;
  color: #2d343a;
  margin: 40px 0 40px 0; }
  .job-meta ul {
    margin: 0;
    display: block; }
  .job-meta li {
    color: #718ea7; }

.linkedin-link {
  margin: 50px 0;
  font-size: 2em; }

.apply-form {
  border-top: 1px solid #e2e1e0; }

.contact_form {
  padding: 30px 0 50px 0;
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  .contact_form .col-md-4, .contact_form .col-md-6 {
    padding: 0 0 0 0; }
  .contact_form .col-md-6:first-child {
    padding-right: 0; }
  @media (min-width: 768px) {
    .contact_form .col-md-6:first-child {
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .contact_form {
      padding-bottom: 30px; } }

/* Testimonial section styles */
.testimonial {
  min-height: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    .testimonial {
      display: block;
      height: 350px; } }
  .testimonial .prlx-img {
    position: absolute;
    width: 100%;
    height: 366px;
    top: 0;
    left: 0;
    z-index: 5;
    background: url("../images/testimonialParallaxImg768.jpg") repeat;
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .testimonial .prlx-img {
        background: url("../images/testimonialParallaxImg.jpg") repeat;
        width: 100%;
        height: 200%; } }
  .testimonial .testcontainer {
    display: none;
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .testimonial .testcontainer {
        height: 350px; } }
  .testimonial p.testText {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 2.2em;
    color: #f4f3f2;
    padding: 20px 50px;
    margin: 0;
    z-index: 6;
    text-align: center;
    font-style: italic;
    line-height: 1.3em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 992px) {
      .testimonial p.testText {
        font-size: 2.8em;
        padding: 0 150px; } }
    @media (min-width: 1535px) {
      .testimonial p.testText {
        font-size: 3.5em;
        padding: 0 200px; } }
  .testimonial p.testName {
    font-size: 1.2em;
    color: #f4f3f2;
    position: absolute;
    right: 230px;
    bottom: 100px;
    z-index: 6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .testimonial p.testName {
        bottom: 50px; } }
    @media (min-width: 992px) {
      .testimonial p.testName {
        bottom: 30px;
        right: 340px; } }
  .testimonial .testText:before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: url(../images/quoteIcon.svg);
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .testimonial .testText:before {
        top: 20px;
        left: 30px; } }

/* Who section styles */
.who {
  background-color: #aabbca;
  -webkit-transform: translate3d(0, 0, 0);
  /*/////////// Active Animation ////////////*/ }
  .who aside {
    background-color: #f4f3f2;
    padding: 50px 30px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .who aside {
        padding: 50px; } }
    @media (min-width: 992px) {
      .who aside {
        padding: 80px; } }
    @media (min-width: 1200px) {
      .who aside {
        padding: 100px; } }
    @media (min-width: 1535px) {
      .who aside {
        padding: 120px; } }
  .who article {
    overflow: hidden; }
  .who .flexContainer {
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .who .flexContainer {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox;
        display: flex; } }
  .who .profileContainer {
    margin: 0;
    padding: 0;
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .who .profileContainer {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        -ms-flex-direction: end;
        margin: 0;
        padding: 0;
        background-color: #2d343a; } }
  .who .profileExtra {
    margin: 0;
    padding: 0;
    clear: both;
    background-color: #f4f3f2;
    /* Custom, iPhone Retina */ }
    .who .profileExtra .profile {
      background-color: rgba(113, 142, 167, 0.6); }
    @media (min-width: 768px) {
      .who .profileExtra {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: horizontal;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -ms-flex-direction: row;
        flex-direction: row; }
        .who .profileExtra .profile {
          -webkit-box-ordinal-group: 2;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -ms-flex-order: 2;
          order: 2;
          background-color: rgba(113, 142, 167, 0.6); }
        .who .profileExtra .profile:last-child {
          -webkit-box-ordinal-group: 1;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -ms-flex-order: 1;
          order: 1; } }
  .who .profile {
    position: relative;
    background-color: #718ea7;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* Custom, iPhone Retina */ }
    .who .profile:before {
      content: "";
      float: left;
      padding-bottom: 50%; }
    .who .profile:after {
      content: "";
      display: table;
      clear: both; }
    .who .profile .profileImg {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      z-index: 5;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .who .profile .profileImg:last-child {
      right: 0; }
    .who .profile .thumb {
      position: absolute;
      top: 0;
      right: -80px;
      height: 60px;
      width: 60px;
      display: none;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 480px) {
        .who .profile .thumb {
          display: block;
          right: -135px;
          height: 130px;
          width: 130px; } }
      @media (min-width: 768px) {
        .who .profile .thumb {
          right: -80px;
          height: 75px;
          width: 75px; } }
      @media (min-width: 992px) {
        .who .profile .thumb {
          right: -110px;
          height: 105px;
          width: 105px; } }
      @media (min-width: 1535px) {
        .who .profile .thumb {
          right: -155px;
          height: 150px;
          width: 150px; } }
    .who .profile .profileDetails {
      padding: 5%;
      position: absolute;
      height: 100%;
      width: 100%;
      overflow: hidden;
      padding-left: 55%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      .who .profile .profileDetails .vcard {
        fill: #fff;
        position: absolute;
        bottom: 15px;
        z-index: 8; }
      .who .profile .profileDetails .profileContact {
        text-align: right;
        margin-right: 20px;
        padding-top: 15px;
        top: 0;
        right: 0;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        z-index: 7;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .who .profile .profileDetails .profileContact p {
          font-size: 1em;
          line-height: 2.5em;
          margin: 0;
          padding: 0; }
          .who .profile .profileDetails .profileContact p a {
            color: white; }
      @media (min-width: 480px) {
        .who .profile .profileDetails .vcard {
          bottom: 30px; } }
      @media (min-width: 768px) {
        .who .profile .profileDetails .vcard {
          display: none; } }
      @media (min-width: 768px) {
        .who .profile .profileDetails .vcard {
          display: none; } }
      @media (min-width: 992px) {
        .who .profile .profileDetails .profileContact {
          padding-top: 50px; }
          .who .profile .profileDetails .profileContact p {
            font-size: 1.2em;
            line-height: 2em; } }
      @media (min-width: 1200px) {
        .who .profile .profileDetails {
          padding: 30px;
          padding-left: 55%; }
          .who .profile .profileDetails .profileContact {
            padding-top: 50px; }
            .who .profile .profileDetails .profileContact p {
              font-size: 1.4em;
              line-height: 1.4em; } }
      @media (min-width: 1450px) {
        .who .profile .profileDetails .profileContact p {
          font-size: 1.4em; } }
      @media (min-width: 1535px) {
        .who .profile .profileDetails .profileContact p {
          font-size: 1.4em; } }
    .who .profile .fullDetails {
      position: absolute;
      top: 42%;
      width: 250px;
      margin: 0;
      padding: 0;
      font-size: 1em;
      color: #f4f3f2;
      display: block;
      opacity: 0;
      display: none;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      .who .profile .fullDetails a {
        display: block;
        padding-top: 10px; }
      @media (min-width: 768px) {
        .who .profile .fullDetails {
          display: block;
          width: 280px;
          font-size: 1em;
          line-height: 12px; } }
      @media (min-width: 800px) {
        .who .profile .fullDetails {
          display: block;
          width: 370px;
          font-size: 1em;
          line-height: 14px; } }
      @media (min-width: 992px) {
        .who .profile .fullDetails {
          width: 410px;
          top: 47%;
          font-size: 1.2em;
          line-height: 16px; } }
      @media (min-width: 1200px) {
        .who .profile .fullDetails {
          font-size: 1.4em;
          line-height: 18px;
          width: 440px;
          top: 40%; } }
      @media (min-width: 1450px) {
        .who .profile .fullDetails {
          font-size: 1.6em;
          line-height: 23px;
          width: 550px; } }
      @media (min-width: 1535px) {
        .who .profile .fullDetails {
          font-size: 1.8em;
          top: 37%; } }
      @media (min-width: 1700px) {
        .who .profile .fullDetails {
          width: 640px; } }
    .who .profile ul {
      position: absolute;
      top: 40%;
      margin: 0;
      padding: 0;
      list-style: none;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      opacity: 1;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 480px) {
        .who .profile ul {
          top: 35%;
          font-size: 1.2em; } }
      @media (min-width: 768px) {
        .who .profile ul {
          top: 42%;
          font-size: 1.1em; } }
      @media (min-width: 992px) {
        .who .profile ul {
          top: 47%; } }
      @media (min-width: 1200px) {
        .who .profile ul {
          top: 40%; } }
      @media (min-width: 1200px) {
        .who .profile ul {
          top: 37%; } }
    .who .profile ul li {
      font-size: 1em;
      text-transform: uppercase;
      color: #f4f3f2;
      line-height: 1.2em;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 768px) {
        .who .profile ul li {
          font-size: 1.1em; } }
      @media (min-width: 992px) {
        .who .profile ul li {
          font-size: 1.4em; } }
      @media (min-width: 1200px) {
        .who .profile ul li {
          font-size: 1.6em; } }
      @media (min-width: 1535px) {
        .who .profile ul li {
          font-size: 2em; } }
    .who .profile .plus {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: 10px;
      right: 10px;
      display: none;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 768px) {
        .who .profile .plus {
          display: block; } }
      @media (min-width: 992px) {
        .who .profile .plus {
          width: 50px;
          height: 50px;
          bottom: 10px;
          right: 10px; } }
      @media (min-width: 1200px) {
        .who .profile .plus {
          width: 80px;
          height: 80px;
          bottom: 20px;
          right: 20px; } }
    .who .profile .plus svg {
      opacity: 0.2;
      fill: #2d343a;
      width: 40px;
      height: 40px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 992px) {
        .who .profile .plus svg {
          width: 50px;
          height: 50px; } }
      @media (min-width: 1200px) {
        .who .profile .plus svg {
          width: 80px;
          height: 80px; } }
    .who .profile a.profileLink {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 6;
      text-indent: -9999px; }
  .who .hiring .fullDetails {
    display: block;
    width: 320px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 800px) {
      .who .hiring .fullDetails {
        width: 370px; } }
    @media (min-width: 992px) {
      .who .hiring .fullDetails {
        width: 410px; } }
    @media (min-width: 1200px) {
      .who .hiring .fullDetails {
        width: 440px; } }
    @media (min-width: 1450px) {
      .who .hiring .fullDetails {
        width: 550px; } }
    @media (min-width: 1535px) {
      .who .hiring .fullDetails {
        top: 37%; } }
    @media (min-width: 1700px) {
      .who .hiring .fullDetails {
        width: 640px; } }
  .who .profile:hover .plus svg {
    fill: #f4f3f2;
    opacity: 1; }
  .who .profile.alternate .profileImg {
    left: auto;
    right: 0; }
  .who .profile.alternate .profileDetails {
    width: 50%;
    padding-left: 5%; }
  .who .profileExtra .profile:last-child {
    /* Custom, iPhone Retina */ }
    .who .profileExtra .profile:last-child .profileImg {
      left: auto;
      right: 0; }
    .who .profileExtra .profile:last-child .profileDetails {
      width: 50%;
      padding-left: 5%; }
    @media (min-width: 768px) {
      .who .profileExtra .profile:last-child .profileImg {
        right: auto;
        left: 0; }
      .who .profileExtra .profile:last-child .profileDetails {
        width: 100%;
        padding-left: 55%; } }
  .who .profile:nth-child(odd) {
    background-color: #42c476; }
  .who .profile.open {
    background-color: #424548; }
    .who .profile.open .profileImg {
      left: -600px; }
    .who .profile.open .plus {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .who .profile.open .profileDetails {
      padding-left: 5%;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      .who .profile.open .profileDetails h4 {
        color: #718ea7; }
      .who .profile.open .profileDetails .profileContact {
        margin-right: 90px;
        opacity: 1;
        visibility: visible; }
      @media (min-width: 992px) {
        .who .profile.open .profileDetails .profileContact {
          margin-right: 120px; } }
      @media (min-width: 1200px) {
        .who .profile.open .profileDetails .profileContact {
          margin-right: 130px; } }
      @media (min-width: 1535px) {
        .who .profile.open .profileDetails .profileContact {
          margin-right: 190px; } }
    .who .profile.open .profileDetails ul {
      display: none; }
    .who .profile.open .fullDetails {
      opacity: 1; }
    .who .profile.open .thumb {
      height: 60px;
      width: 60px;
      display: none;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 480px) {
        .who .profile.open .thumb {
          display: block;
          height: 130px;
          width: 130px;
          right: 0px; } }
      @media (min-width: 768px) {
        .who .profile.open .thumb {
          height: 75px;
          width: 75px; } }
      @media (min-width: 992px) {
        .who .profile.open .thumb {
          height: 105px;
          width: 105px; } }
      @media (min-width: 1535px) {
        .who .profile.open .thumb {
          height: 150px;
          width: 150px; } }
    .who .profile.open .plus svg {
      opacity: 0.8;
      fill: #718ea7; }
  .who .open:nth-last-child(-n+2), .who .open.profile.highlight {
    background-color: #424548; }
  .who .profile.alternate.open .profileImg {
    left: auto;
    right: -600px; }
  .who .profile.alternate.open .plus {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .who .profile.alternate.open .profileDetails {
    width: 100%;
    padding-left: 5%; }
  .who .profileExtra .profile:last-child.open {
    /* Custom, iPhone Retina */ }
    .who .profileExtra .profile:last-child.open .profileImg {
      left: auto;
      right: -450px;
      /* Custom, iPhone Retina */ }
      @media (min-width: 992px) {
        .who .profileExtra .profile:last-child.open .profileImg {
          left: -350px; } }
    .who .profileExtra .profile:last-child.open .plus {
      transform: rotate(45deg);
      -webkit-transform: rotate(-45deg); }
    .who .profileExtra .profile:last-child.open .profileDetails {
      width: 100%;
      padding-left: 5%; }
    @media (min-width: 768px) {
      .who .profileExtra .profile:last-child.open .profileImg {
        left: -350px;
        /* Custom, iPhone Retina */ } }
  @media (min-width: 768px) and (min-width: 992px) {
    .who .profileExtra .profile:last-child.open .profileImg {
      left: -450px; } }
    @media (min-width: 768px) {
      .who .profileExtra .profile:last-child.open .plus {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      .who .profileExtra .profile:last-child.open .profileDetails {
        padding-left: 5%; } }
  .who .profilethirdrow .profile:first-child {
    /* Custom, iPhone Retina */ }
    .who .profilethirdrow .profile:first-child .profileImg {
      left: 0;
      right: auto; }
    .who .profilethirdrow .profile:first-child .profileDetails {
      width: 100%;
      padding-left: 55%; }
    @media (min-width: 768px) {
      .who .profilethirdrow .profile:first-child .profileImg {
        left: auto;
        right: 0; }
      .who .profilethirdrow .profile:first-child .profileDetails {
        width: 50%;
        padding-left: 5%; } }
  .who .profilethirdrow .profile:first-child.open .profileImg {
    left: auto;
    right: -600px; }
  .who .profilethirdrow .profile:first-child.open .plus {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .who .profilethirdrow .profile:first-child.open .profileDetails {
    width: 100%;
    padding-left: 5%; }

/* Contact section styles */
.contact {
  background-color: #f4f3f2;
  clear: both;
  -webkit-transform: translate3d(0, 0, 0); }
  .contact .contactText {
    padding: 50px 30px;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .contact .contactText {
        padding: 50px; } }
    @media (min-width: 992px) {
      .contact .contactText {
        padding: 80px; } }
    @media (min-width: 1200px) {
      .contact .contactText {
        padding: 100px; } }
    @media (min-width: 1535px) {
      .contact .contactText {
        padding: 120px; } }
    .contact .contactText .address, .contact .contactText .phone {
      margin: 20px 0;
      font-size: 2.5em;
      line-height: 1em;
      /* Custom, iPhone Retina */
      /* Custom, iPhone Retina */ }
      @media (min-width: 768px) {
        .contact .contactText .address, .contact .contactText .phone {
          font-size: 2em; } }
      @media (min-width: 992px) {
        .contact .contactText .address, .contact .contactText .phone {
          font-size: 3em;
          line-height: 1.2em; } }
    .contact .contactText .address {
      margin-top: 50px; }
    .contact .contactText .phone {
      margin-bottom: 50px; }
    .contact .contactText hr {
      background-color: #424548;
      color: #424548; }
  .contact .mapSection {
    height: 600px;
    padding: 0;
    margin: 0;
    display: none;
    position: relative;
    z-index: 15;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    @media (min-width: 768px) {
      .contact .mapSection {
        display: block; } }
    @media (min-width: 992px) {
      .contact .mapSection {
        height: 800px; } }
    @media (min-width: 1200px) {
      .contact .mapSection {
        height: 830px; } }
    @media (min-width: 1535px) {
      .contact .mapSection {
        height: 865px; } }

/* Footer section styles */
.footer {
  position: relative;
  background-color: #db3d44;
  height: 300px;
  z-index: 5;
  padding: 50px 30px;
  font-size: 1.2em;
  color: #f4f3f2;
  -webkit-transform: translate3d(0, 0, 0);
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */
  /* Custom, iPhone Retina */ }
  @media (min-width: 768px) {
    .footer {
      padding: 50px 50px 0 50px; } }
  @media (min-width: 992px) {
    .footer {
      padding: 80px 80px 0 80px; } }
  @media (min-width: 1200px) {
    .footer {
      padding: 100px 100px 0 100px; } }
  @media (min-width: 1535px) {
    .footer {
      padding: 90px 120px 0 120px; } }
  .footer .copyright {
    float: none;
    padding-bottom: 20px; }
  @media (min-width: 992px) {
    .footer .copyright {
      float: left; } }
  .footer ul {
    padding: 0;
    margin: 0;
    float: none;
    list-style: none; }
  @media (min-width: 768px) {
    .footer ul {
      float: none; }
    .footer ul.social {
      position: absolute;
      right: 50px;
      top: 50px; } }
  @media (min-width: 992px) {
    .footer ul {
      float: right; }
    .footer ul.social {
      float: right;
      position: relative;
      top: 0;
      right: 0; } }
  .footer li a {
    color: #f4f3f2;
    padding: 0; }
  @media (min-width: 992px) {
    .footer li a {
      padding: 0 0 0 20px; } }
  .footer li a:hover {
    color: #2d343a; }
  .footer .links {
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    .footer .links li {
      float: left;
      margin-bottom: 30px; }
    .footer .links li a {
      padding: 0 20px; }
    @media (min-width: 768px) {
      .footer .links li {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .footer .links li a {
        padding-right: 0; } }
    .footer .links li:first-of-type {
      border-right: 1px solid #f4f3f2;
      /* Custom, iPhone Retina */ }
      .footer .links li:first-of-type a {
        padding-left: 0; }
      @media (min-width: 992px) {
        .footer .links li:first-of-type a {
          padding-right: 20px; } }
  .footer .social {
    clear: both;
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */
    /* Custom, iPhone Retina */ }
    .footer .social li {
      float: left;
      padding: 0; }
    @media (min-width: 768px) {
      .footer .social li {
        padding: 0; } }
    @media (min-width: 992px) {
      .footer .social li {
        padding: 0; } }
    .footer .social li:last-of-type {
      padding-left: 5px; }
    .footer .social li svg {
      width: 55px;
      height: 55px; }
    @media (min-width: 768px) {
      .footer .social li svg {
        width: 35px;
        height: 35px; } }
    .footer .social li a {
      padding: 0; }
    .footer .social li a:hover path {
      fill: #2d343a; }
  .footer .backToTop {
    display: block;
    position: absolute;
    background-color: #d2363c;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    text-align: center; }
    .footer .backToTop svg {
      width: 60px;
      margin-top: 30px; }
  .footer .backToTop:hover {
    background-color: #db3d44; }
  .footer .backToTop:hover polygon {
    fill: #2d343a; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

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

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
