@charset "UTF-8";
/*! normalize.css v1.1.1 | 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. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

/**
 * 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;
}

/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */
.sgrid--gutters {
  margin: 0 -10px;
}

.sgrid--gutters-x2 {
  margin: 0 -20px;
}

.sgrid--gutters .sgrid__col {
  padding: 0 10px;
}

.sgrid--gutters-x2 .sgrid__col {
  padding: 0 20px;
}

@media all and (min-width: 48em) {
  .sgrid__col {
    float: left;
  }
}

.sgrid-full-width {
  float: none;
  width: 100%;
}

@media all and (min-width: 48em) {
  .sgrid-1-of-12 {
    width: 8.333%;
  }
}

@media all and (min-width: 48em) {
  .sgrid-1-of-2 {
    width: 50%;
  }
}

@media all and (min-width: 48em) {
  .sgrid-1-of-3 {
    width: 33.333%;
  }
}

@media all and (min-width: 48em) {
  .sgrid-2-of-3 {
    width: 66.666%;
  }
}

@media all and (min-width: 48em) {
  .sgrid-1-of-4 {
    width: 25%;
  }
}

@media all and (min-width: 48em) {
  .sgrid-3-of-4 {
    width: 75%;
  }
}

@media all and (min-width: 46.25em) {
  .tgrid-basic {
    float: left;
    width: 102.08333%;
    margin-left: -1.04167%;
    margin-right: -1.04167%;
    float: none;
  }
}

.tgrid-unit {
  float: none;
  width: auto;
}

@media all and (min-width: 46.25em) {
  .tgrid-unit--half {
    float: left;
    width: 47.91667%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

@media all and (min-width: 46.25em) {
  .tgrid-unit--third {
    float: left;
    width: 31.25%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

@media all and (min-width: 46.25em) {
  .tgrid-unit--two-thirds {
    float: left;
    width: 64.58333%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

@media all and (min-width: 46.25em) {
  .tgrid-unit--quarter {
    float: left;
    width: 22.91667%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"] {
  box-sizing: content-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

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

h2, .hsize--2 {
  font-size: 25px;
}

h3, .hsize--3 {
  font-size: 20px;
}

h4, .hsize--4 {
  font-size: 18px;
}

h5, .hsize--5 {
  font-size: 16px;
}

h6, .hsize--6 {
  font-size: 16px;
}

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

.heading--for-module {
  margin-top: 0;
}

p {
  margin-top: 20px;
  margin-bottom: 0;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  font-style: italic;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

label {
  display: block;
}

.extra-help {
  display: inline-block;
  visibility: hidden;
}

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
}

th,
td {
  padding: 0.5em;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.constrain,
.sgrid,
.tgrid-basic,
.footer-nav,
.accordion-tabs,
.blog-slats,
.mod-people-listing,
.mod-people-filter,
.mod-arc-percent-charts,
.arc-percent-chart,
.mod-expertise-jump-links .mod-expertise-jump-links__grid,
.pl-map .map-navigation ul,
.pl-offices .office-group {
  zoom: 1;
}
.constrain:before, .constrain:after,
.sgrid:before,
.tgrid-basic:before,
.footer-nav:before,
.accordion-tabs:before,
.blog-slats:before,
.mod-people-listing:before,
.mod-people-filter:before,
.mod-arc-percent-charts:before,
.arc-percent-chart:before,
.mod-expertise-jump-links .mod-expertise-jump-links__grid:before,
.pl-map .map-navigation ul:before,
.pl-offices .office-group:before,
.sgrid:after,
.tgrid-basic:after,
.footer-nav:after,
.accordion-tabs:after,
.blog-slats:after,
.mod-people-listing:after,
.mod-people-filter:after,
.mod-arc-percent-charts:after,
.arc-percent-chart:after,
.mod-expertise-jump-links .mod-expertise-jump-links__grid:after,
.pl-map .map-navigation ul:after,
.pl-offices .office-group:after {
  content: "";
  display: table;
}
.constrain:after,
.sgrid:after,
.tgrid-basic:after,
.footer-nav:after,
.accordion-tabs:after,
.blog-slats:after,
.mod-people-listing:after,
.mod-people-filter:after,
.mod-arc-percent-charts:after,
.arc-percent-chart:after,
.mod-expertise-jump-links .mod-expertise-jump-links__grid:after,
.pl-map .map-navigation ul:after,
.pl-offices .office-group:after {
  clear: both;
}

.image-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.visibility-hidden,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visibility-hidden.focusable:active,
.visibility-hidden.focusable:focus,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.invisible {
  visibility: hidden;
}

.hide-mobile {
  display: block;
}
@media all and (max-width: 46.24em) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-tablet {
  display: block;
}
@media all and (min-width: 46.25em) and (max-width: 61.24em) {
  .hide-tablet {
    display: none !important;
  }
}

.hide-desktop {
  display: block;
}
@media all and (min-width: 61.25em) {
  .hide-desktop {
    display: none !important;
  }
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.font-weight--normal {
  font-weight: 400;
}

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

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
  border: none;
  margin: 20px 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 3;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f0f2f4;
}

.btn, .btn:hover {
  text-decoration: none;
}
.btn:active, .btn:focus {
  outline: none;
}

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

.btn--white {
  background-color: white;
}

.btn--ghost {
  background: none;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.btn--ghost--white {
  border-color: white;
  color: white;
}
.btn--ghost:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  border-color: inherit;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.btn--ghost:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn--tiny {
  line-height: 2;
  padding-left: 10px;
  padding-right: 10px;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

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

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

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

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4e5664;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background-color: white;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0;
  text-align: center;
  padding-right: 0;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -44px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@-webkit-keyframes magnificfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes magnificfadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.59);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes magnificfadeIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.9) 5;
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes magnificfadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.mod-people-modal-content {
  -webkit-animation-name: magnificfadeIn;
  -moz-animation-name: magnificfadeIn;
  -o-animation-name: magnificfadeIn;
  animation-name: magnificfadeIn;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -ms-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 40px;
  line-height: 1;
  color: #4e5664;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -55px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -55px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -55px;
}
[dir="rtl"] .slick-next {
  left: -55px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #4e5664;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #4e5664;
  opacity: 0.75;
}

.slick-slide:focus {
  outline: none;
}

/* radio */
/* checkbox */
/* button */
/* file */
/* scrollbars */
/* select */
.jcf-select {
  display: block;
  position: relative;
  border: 1px solid #fff;
  margin: 0;
  text-align: left;
  width: 100%;
  border-radius: 4px;
  height: 26px;
  background: white;
  cursor: default;
}

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

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

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

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

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

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

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

.jcf-select.jcf-compact-multiple {
  max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...';
}

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

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

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

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

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

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

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%;
}

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

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

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

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

/* other styles */
/* number input */
/* range input */
/* common styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus, .jcf-focus * {
  border-color: #4e5664 !important;
}

.jcf-select:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 8px;
  border-style: solid;
  border-width: 6px 5px;
  border-color: #4e5664 transparent transparent;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (min-width: 61.25em) {
  html, body {
    height: 100%;
  }
}

body {
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #4e5664;
}

@media all and (min-width: 61.25em) {
  .site {
    min-height: 100%;
  }
}

a {
  color: #4e5664;
}

.constrain {
  margin: 0 auto;
  width: 92%;
  max-width: 1140px;
}

.margin-top--0 {
  margin-top: 0px;
}

.margin-bottom--0 {
  margin-bottom: 0px;
}

.margin-left--0 {
  margin-left: 0px;
}

.margin-right--0 {
  margin-right: 0px;
}

.margin-all--0 {
  margin: 0px;
}

.margin-top--1 {
  margin-top: 10px;
}

.margin-bottom--1 {
  margin-bottom: 10px;
}

.margin-left--1 {
  margin-left: 10px;
}

.margin-right--1 {
  margin-right: 10px;
}

.margin-all--1 {
  margin: 10px;
}

.margin-top--2 {
  margin-top: 20px;
}

.margin-bottom--2 {
  margin-bottom: 20px;
}

.margin-left--2 {
  margin-left: 20px;
}

.margin-right--2 {
  margin-right: 20px;
}

.margin-all--2 {
  margin: 20px;
}

.margin-top--3 {
  margin-top: 30px;
}

.margin-bottom--3 {
  margin-bottom: 30px;
}

.margin-left--3 {
  margin-left: 30px;
}

.margin-right--3 {
  margin-right: 30px;
}

.margin-all--3 {
  margin: 30px;
}

.margin-top--4 {
  margin-top: 40px;
}

.margin-bottom--4 {
  margin-bottom: 40px;
}

.margin-left--4 {
  margin-left: 40px;
}

.margin-right--4 {
  margin-right: 40px;
}

.margin-all--4 {
  margin: 40px;
}

.margin-top--5 {
  margin-top: 50px;
}

.margin-bottom--5 {
  margin-bottom: 50px;
}

.margin-left--5 {
  margin-left: 50px;
}

.margin-right--5 {
  margin-right: 50px;
}

.margin-all--5 {
  margin: 50px;
}

.margin-top--6 {
  margin-top: 60px;
}

.margin-bottom--6 {
  margin-bottom: 60px;
}

.margin-left--6 {
  margin-left: 60px;
}

.margin-right--6 {
  margin-right: 60px;
}

.margin-all--6 {
  margin: 60px;
}

.margin-top--7 {
  margin-top: 70px;
}

.margin-bottom--7 {
  margin-bottom: 70px;
}

.margin-left--7 {
  margin-left: 70px;
}

.margin-right--7 {
  margin-right: 70px;
}

.margin-all--7 {
  margin: 70px;
}

.margin-top--8 {
  margin-top: 80px;
}

.margin-bottom--8 {
  margin-bottom: 80px;
}

.margin-left--8 {
  margin-left: 80px;
}

.margin-right--8 {
  margin-right: 80px;
}

.margin-all--8 {
  margin: 80px;
}

.margin-top--9 {
  margin-top: 90px;
}

.margin-bottom--9 {
  margin-bottom: 90px;
}

.margin-left--9 {
  margin-left: 90px;
}

.margin-right--9 {
  margin-right: 90px;
}

.margin-all--9 {
  margin: 90px;
}

.margin-top--10 {
  margin-top: 100px;
}

.margin-bottom--10 {
  margin-bottom: 100px;
}

.margin-left--10 {
  margin-left: 100px;
}

.margin-right--10 {
  margin-right: 100px;
}

.margin-all--10 {
  margin: 100px;
}

.padding-top--0 {
  padding-top: 0px;
}

.padding-bottom--0 {
  padding-bottom: 0px;
}

.padding-left--0 {
  padding-left: 0px;
}

.padding-right--0 {
  padding-right: 0px;
}

.padding-all--0 {
  padding: 0px;
}

.padding-top--1 {
  padding-top: 10px;
}

.padding-bottom--1 {
  padding-bottom: 10px;
}

.padding-left--1 {
  padding-left: 10px;
}

.padding-right--1 {
  padding-right: 10px;
}

.padding-all--1 {
  padding: 10px;
}

.padding-top--2 {
  padding-top: 20px;
}

.padding-bottom--2 {
  padding-bottom: 20px;
}

.padding-left--2 {
  padding-left: 20px;
}

.padding-right--2 {
  padding-right: 20px;
}

.padding-all--2 {
  padding: 20px;
}

.padding-top--3 {
  padding-top: 30px;
}

.padding-bottom--3 {
  padding-bottom: 30px;
}

.padding-left--3 {
  padding-left: 30px;
}

.padding-right--3 {
  padding-right: 30px;
}

.padding-all--3 {
  padding: 30px;
}

.padding-top--4 {
  padding-top: 40px;
}

.padding-bottom--4 {
  padding-bottom: 40px;
}

.padding-left--4 {
  padding-left: 40px;
}

.padding-right--4 {
  padding-right: 40px;
}

.padding-all--4 {
  padding: 40px;
}

.padding-top--5 {
  padding-top: 50px;
}

.padding-bottom--5 {
  padding-bottom: 50px;
}

.padding-left--5 {
  padding-left: 50px;
}

.padding-right--5 {
  padding-right: 50px;
}

.padding-all--5 {
  padding: 50px;
}

.padding-top--6 {
  padding-top: 60px;
}

.padding-bottom--6 {
  padding-bottom: 60px;
}

.padding-left--6 {
  padding-left: 60px;
}

.padding-right--6 {
  padding-right: 60px;
}

.padding-all--6 {
  padding: 60px;
}

.padding-top--7 {
  padding-top: 70px;
}

.padding-bottom--7 {
  padding-bottom: 70px;
}

.padding-left--7 {
  padding-left: 70px;
}

.padding-right--7 {
  padding-right: 70px;
}

.padding-all--7 {
  padding: 70px;
}

.padding-top--8 {
  padding-top: 80px;
}

.padding-bottom--8 {
  padding-bottom: 80px;
}

.padding-left--8 {
  padding-left: 80px;
}

.padding-right--8 {
  padding-right: 80px;
}

.padding-all--8 {
  padding: 80px;
}

.padding-top--9 {
  padding-top: 90px;
}

.padding-bottom--9 {
  padding-bottom: 90px;
}

.padding-left--9 {
  padding-left: 90px;
}

.padding-right--9 {
  padding-right: 90px;
}

.padding-all--9 {
  padding: 90px;
}

.padding-top--10 {
  padding-top: 100px;
}

.padding-bottom--10 {
  padding-bottom: 100px;
}

.padding-left--10 {
  padding-left: 100px;
}

.padding-right--10 {
  padding-right: 100px;
}

.padding-all--10 {
  padding: 100px;
}

.color--site-ink {
  color: #4e5664;
}

.color--site-ink-darkened {
  color: #363d4a;
}

.color--site-detailer {
  color: #f0f2f4;
}

.bg-color--site-pink {
  background-color: #e33171;
}

.bg-color--site-detailer {
  background-color: #f0f2f4;
}

@keyframes overlay-animate-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlay-animate-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.site-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(78, 86, 100, 0.9);
  animation: overlay-animate-out 1000ms;
}

.site-overlay.is-visible {
  animation: overlay-animate-in 500ms;
}

.site-header {
  height: 130px;
}
@media all and (min-width: 61.25em) {
  .site-header {
    height: 160px;
  }
}

.brand {
  width: 180px;
  width: 131px;
  margin-top: 18px;
}
@media all and (min-width: 61.25em) {
  .brand {
    margin-top: 25px;
    width: 163px;
    float: left;
  }
}

.mobile-navigation .brand__logo {
  width: 100px;
}

.main-navigation {
  display: none;
  float: right;
  margin-top: 50px;
}
@media all and (min-width: 61.25em) {
  .main-navigation {
    display: block;
  }
}
.main-navigation .nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-navigation .nav__list .nav__item {
  float: left;
  position: relative;
}
.main-navigation .nav__list .nav__link {
  display: block;
  text-decoration: none;
  color: #4e5664;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 16px;
  position: relative;
}
.main-navigation .nav__list .nav__link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 7px;
  height: 2px;
  background-color: transparent;
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.main-navigation .nav__list .nav__link:hover:before {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #dcdde0;
}
.main-navigation .nav__list .is-selected .nav__link:before {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #4e5664;
}
.main-navigation .nav__list .nav__item:last-child {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.main-navigation .nav__list .nav__item:last-child .nav__link {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  background-color: #f0f2f4;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.main-navigation .nav__list .nav__item:last-child .nav__link:hover {
  background-color: #4e5664;
  color: white;
}
.main-navigation .nav__list .nav__item:last-child .nav__link:before {
  content: '\f08e';
  font-family: "FontAwesome";
  display: inline-block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  height: auto;
  background-color: transparent;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 13px;
  vertical-align: middle;
  margin-right: 5px;
}
.main-navigation .nav__list .nav__item:last-child .nav__link:before:hover {
  background-color: transparent;
}
.main-navigation .nav__list .dropdown-nav {
  display: none;
  position: absolute;
  z-index: 1;
  width: 300px;
  background-color: #f0f2f4;
  padding-left: 0;
  margin-top: 0;
  left: 7px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.main-navigation .nav__list .dropdown-nav__item {
  border-top: 1px solid white;
}
.main-navigation .nav__list .dropdown-nav__item:first-child {
  border-top: none;
}
.main-navigation .nav__list .dropdown-nav__link {
  text-decoration: none;
  display: block;
  padding: 10px;
}
.main-navigation .nav__list .dropdown-nav__link:hover {
  background-color: white;
}
.main-navigation .nav__list .nav__item:hover > .dropdown-nav {
  display: block;
}

@media all and (min-width: 61.25em) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation .mobile-navigation__state-switcher {
  position: absolute;
  display: block;
  width: 80px;
  height: 65px;
  border-left: 1px solid #f0f2f4;
  color: #4e5664;
  top: 25px;
  right: 0;
  z-index: 100;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
}
.mobile-navigation .mobile-navigation__state-switcher:after {
  font-family: "FontAwesome";
  display: block;
  font-size: 25px;
}
.mobile-navigation .mobile-navigation__opener {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.mobile-navigation .mobile-navigation__opener:after {
  content: "\f0c9";
}
.mobile-navigation .mobile-navigation__closer {
  opacity: 0;
  -ms-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.mobile-navigation .mobile-navigation__closer:after {
  content: "\f00d";
}
.mobile-navigation .nav__list {
  padding: 35px 100px 10px 10px;
  list-style-type: none;
  position: absolute;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 600ms cubic-bezier(1, 0, 0, 1);
  -ms-transition: all 600ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 600ms cubic-bezier(1, 0, 0, 1);
  transition: all 600ms cubic-bezier(1, 0, 0, 1);
}
.mobile-navigation .nav__list ul {
  margin: 10px 0 0 0;
  padding-left: 0;
}
.mobile-navigation .nav__list .nav__item {
  border-top: 1px solid #dcdde0;
  line-height: 3;
}
.mobile-navigation .nav__list .nav__link {
  display: block;
  text-decoration: none;
  color: #4e5664;
}
.mobile-navigation .nav__list .nav__item--jobs .nav__link {
  color: green;
}

body.mobile-menu-is-open .mobile-navigation .nav__list {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.mobile-menu-is-open .mobile-navigation__opener {
  opacity: 0;
  -ms-transform: translateX(120px);
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
}

body.mobile-menu-is-open .mobile-navigation__closer {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.site-main-end-spacer {
  height: 50px;
}

.bg-color--site-detailer + .site-main-end-spacer {
  background-color: #f0f2f4;
}

.site-footer {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/pl_pttn_1600x1000_site_ink.jpg");
  background-color: #4e5664;
  color: white;
  padding-bottom: 50px;
}

.footer-nav {
  background-color: #363d4a;
  position: relative;
  padding-left: 20px;
  padding-right: 85px;
  padding-bottom: 20px;
}
@media all and (min-width: 48em) {
  .footer-nav {
    height: 65px;
    padding-bottom: 0;
  }
}
@media all and (min-width: 48em) {
  .footer-nav {
    float: right;
    width: 78%;
  }
}
.footer-nav ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-nav a {
  color: white;
  text-decoration: none;
}

@media all and (min-width: 48em) {
  .footer-external-links-nav {
    float: left;
  }
}

@media all and (min-width: 48em) {
  .footer-site-info-nav {
    float: right;
  }
}
@media all and (min-width: 48em) {
  .footer-site-info-nav li {
    display: inline-block;
    margin-left: 10px;
  }
}

.back-to-top {
  position: absolute;
  top: 0;
  right: 0;
}
.back-to-top a {
  display: block;
  width: 65px;
  height: 65px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  background-image: url(../img/icon_back_to_top.png);
  overflow: hidden;
  text-indent: -999em;
}

@media all and (min-width: 48em) {
  .footer-copyright {
    float: left;
  }
}

dl.footer-locations-listing__item {
  margin-top: 50px;
  margin-bottom: 0;
}
dl.footer-locations-listing__item dt {
  font-size: 18px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
dl.footer-locations-listing__item dd {
  margin-left: 0;
  padding-left: 20px;
}
dl.footer-locations-listing__item dd p {
  margin-top: 0;
}

.basic-accordion .accordion__toggler {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.basic-accordion .accordion__toggler:before {
  position: absolute;
  font-family: 'fontawesome';
  font-weight: 400;
  content: '\f078';
  right: 10px;
  top: 15px;
}
.basic-accordion .accordion__toggler.is-open {
  margin-bottom: 0;
}
.basic-accordion .accordion__toggler.is-open:before {
  content: "\f077";
}

.js .accordion .accordion-text {
  position: absolute;
  left: -999em;
  overflow: hidden;
  height: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.js .accordion .is-open + .accordion-text {
  position: static;
  left: auto;
  overflow: visible;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.basic-accordion {
  margin-top: 50px;
}
.basic-accordion .accordion-heading {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.basic-accordion .accordion-heading.nth--1 {
  border-top: none;
}
.basic-accordion .accordion-text {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.basic-accordion .accordion-text p:first-child {
  margin-top: 0;
}

.accordion-tabs {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion-tab {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  border-left: 2px solid white;
  position: relative;
}
.accordion-tab:first-child {
  border-left: none;
}
.accordion-tab.one-of-2 {
  width: 50%;
}
.accordion-tab.one-of-3 {
  width: 33.333%;
}
.accordion-tab.one-of-4 {
  width: 25%;
}
.accordion-tab.one-of-5 {
  width: 20%;
}
.accordion-tab.one-of-6 {
  width: 16.666%;
}
.accordion-tab.one-of-7 {
  width: 14.285%;
}
.accordion-tab.one-of-8 {
  width: 12.5%;
}
.accordion-tab.one-of-9 {
  width: 11.111%;
}
.accordion-tab.is-open:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.accordion-tab.is-open:after {
  font-family: 'fontawesome';
  content: '\f078';
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  font-size: 10px;
  margin-left: -4px;
}

.accordion-has-tabs--true.tabs-are-visible .accordion-tabs {
  display: block;
}

.accordion-has-tabs--true.tabs-are-visible .accordion-heading {
  display: none;
  cursor: default;
  border-top: none;
  margin-top: 50px;
  padding-left: 10%;
  padding-right: 10%;
}
.accordion-has-tabs--true.tabs-are-visible .accordion-heading:before {
  display: none;
}
.accordion-has-tabs--true.tabs-are-visible .accordion-heading.is-open {
  display: block;
}
.accordion-has-tabs--true.tabs-are-visible .accordion-text {
  padding-bottom: 70px;
  padding-left: 10%;
  padding-right: 10%;
}

.accordion-pdf p {
  max-width: 300px;
  float: left;
  line-height: 1.2;
}
.accordion-pdf a {
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
.accordion-pdf a i {
  margin-right: 10px;
}

.basic-accordion-theme--bkgd-site-detailer {
  background-color: #f0f2f4;
}
.basic-accordion-theme--bkgd-site-detailer .accordion-heading {
  border-top: 2px solid white;
}
.basic-accordion-theme--bkgd-site-detailer .accordion-tab {
  background-color: #e4e6e8;
}
.basic-accordion-theme--bkgd-site-detailer .accordion-tab.is-open {
  background-color: #f0f2f4;
}
.basic-accordion-theme--bkgd-site-detailer .accordion-tab.is-open:before {
  background-color: #4e5664;
}

.basic-accordion-theme--bkgd-white {
  background-color: white;
}
.basic-accordion-theme--bkgd-white .accordion-heading {
  border-top: 2px solid #f0f2f4;
}
.basic-accordion-theme--bkgd-white .accordion-tab {
  background-color: #e4e6e8;
}
.basic-accordion-theme--bkgd-white .accordion-tab.is-open {
  background-color: white;
}
.basic-accordion-theme--bkgd-white .accordion-tab.is-open:before {
  background-color: #4e5664;
}

@media all and (min-width: 48em) {
  .blog-area--primary {
    float: left;
    width: 70%;
    padding-right: 20px;
  }
}
@media all and (min-width: 61.25em) {
  .blog-area--primary {
    padding-right: 40px;
  }
}

@media all and (min-width: 48em) {
  .blog-area--secondary {
    float: right;
    width: 30%;
  }
}

.blog-slats-header .heading {
  border-bottom: 2px solid #f0f2f4;
  margin-top: 40px;
  padding-bottom: 40px;
}

.blog-slat-image {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.blog-slat {
  position: relative;
  margin-top: 50px;
}
.blog-slat:first-child {
  margin-top: 20px;
}
@media all and (min-width: 48em) {
  .blog-slat {
    margin-top: 20px;
  }
}
@media all and (min-width: 61.25em) {
  .blog-slat {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
}
.blog-slat.odd {
  clear: left;
}
.blog-slat .blog-slat-content .heading a {
  text-decoration: none;
}

.blog-post-header .heading {
  border-bottom: 2px solid #f0f2f4;
  margin-top: 40px;
  padding-bottom: 40px;
}
.blog-post-header .heading .date {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-top: 10px;
}

.blog-post-image {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 2px solid #f0f2f4;
}

.blog-post-content {
  margin-top: 30px;
}

.blog-post-categories {
  background-color: #f0f2f4;
  padding: 20px;
  margin-top: 40px;
}
.blog-post-categories .heading {
  margin-top: 0;
}
.blog-post-categories a {
  margin-right: 10px;
}

.blog-pagination {
  clear: both;
  margin-top: 60px;
  border-top: 2px solid #f0f2f4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-pagination .ccm-page-left a,
.blog-pagination .ccm-page-right a {
  text-decoration: none;
}

.blog-filter {
  margin-top: 40px;
}
.blog-filter ul {
  padding-left: 0;
  list-style: none;
}
.blog-filter li {
  line-height: 1.3;
  margin-top: 5px;
}
.blog-filter li a {
  font-size: 14px;
  text-decoration: none;
  color: #e33171;
}

.blog-filter--archive li.year {
  margin-top: 20px;
}
.blog-filter--archive li.year a {
  font-weight: 700;
}
.blog-filter--archive li.year ul {
  margin-top: 0;
}
.blog-filter--archive li.month {
  display: inline-block;
  margin-right: 10px;
}
.blog-filter--archive li.month:last-child {
  margin-right: 0;
}
.blog-filter--archive li.month a {
  font-weight: 400;
}

.header-pattern-strip {
  background-color: #e33171;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-image: url(../img/pl_pttn_1600x1000_pink.jpg);
  height: 45px;
}
@media all and (min-width: 48em) {
  .header-pattern-strip {
    height: 85px;
  }
}
@media all and (min-width: 100em) {
  .header-pattern-strip {
    background-size: 100%;
  }
}

.site-info-content-header .heading {
  border-bottom: 2px solid #f0f2f4;
  margin-top: 40px;
  padding-bottom: 40px;
}

.mod-page-hero--image-and-text {
  overflow: hidden;
}
.mod-page-hero--image-and-text .area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text .area {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text.text-only .area {
    float: none;
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text.text-only .area--text {
    padding-bottom: 100px;
    height: auto;
  }
}
@media all and (min-width: 61.25em) {
  .mod-page-hero--image-and-text.text-only .area--text {
    padding-bottom: 100px;
  }
}
.mod-page-hero--image-and-text.text-only .area--text .text {
  margin: 0 auto;
  width: 92%;
  max-width: 1140px;
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text.text-only .area--text .text {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 75px;
    padding-left: 0;
    padding-right: 0;
  }
  .mod-page-hero--image-and-text.text-only .area--text .text p {
    max-width: 620px;
  }
}
.mod-page-hero--image-and-text.text-only .area--text .text .btn {
  margin-bottom: 80px;
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text.text-only .area--text .text .btn {
    margin-bottom: 0;
  }
}
.mod-page-hero--image-and-text .area--image {
  height: 0;
  min-height: 300px;
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text .area--image {
    padding-bottom: 52%;
  }
}
@media all and (min-width: 61.25em) {
  .mod-page-hero--image-and-text .area--image {
    padding-bottom: 32%;
  }
}
.mod-page-hero--image-and-text .area--text {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text .area--text {
    padding-top: 0;
    height: 0;
    padding-bottom: 52%;
  }
}
@media all and (min-width: 61.25em) {
  .mod-page-hero--image-and-text .area--text {
    padding-bottom: 32%;
  }
}
.mod-page-hero--image-and-text .area--text .text {
  padding-left: 4%;
  padding-right: 4%;
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text .area--text .text {
    position: absolute;
    top: 15%;
    left: 0;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    max-width: 620px;
  }
}
.mod-page-hero--image-and-text .area--text .text .heading {
  margin-top: 0;
  color: white;
  font-family: "pt-serif", "Georgia", serif;
  font-weight: 400;
  line-height: 1.1;
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text .area--text .text .heading {
    font-size: 30px;
  }
}
@media all and (min-width: 61.25em) {
  .mod-page-hero--image-and-text .area--text .text .heading {
    font-size: 50px;
  }
}
.mod-page-hero--image-and-text .area--text .text .intro {
  margin-top: 20px;
  color: white;
  font-size: 18px;
}
@media all and (min-width: 48em) {
  .mod-page-hero--image-and-text .area--text .text .intro {
    margin-top: 50px;
  }
}
.mod-page-hero--image-and-text .area--text .text .intro p {
  margin-top: 0;
}

.mod-page-intro {
  margin-top: 50px;
}
.mod-page-intro__content {
  width: 100%;
}
@media all and (min-width: 48em) {
  .mod-page-intro__content.has-pdfs {
    float: left;
    width: 75%;
    padding-right: 50px;
  }
}
@media all and (min-width: 48em) {
  .mod-page-intro .mod-brochure-slider {
    float: left;
    width: 25%;
    border-left: 1px solid #f0f2f4;
    padding-left: 30px;
  }
}

.mod-page-intro__content p:first-child {
  font-size: 18px;
}

.mod-people {
  margin-top: 50px;
}

.mod-people-listing__item {
  margin-top: 50px;
  text-align: center;
  float: left;
  width: 50%;
}
@media all and (min-width: 35em) {
  .mod-people-listing__item {
    width: 33.333%;
  }
}
.mod-people-listing__item a {
  display: block;
  text-decoration: none;
  color: #4e5664;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.mod-people-listing__item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #f0f2f4;
}
.mod-people-listing__item.column-position--first a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f0f2f4;
}
.mod-people-listing__item .head .image {
  display: inline-block;
  width: 100px;
  border-radius: 50px;
  overflow: hidden;
}
.mod-people-listing__item .body .region {
  display: block;
  margin-top: 10px;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 18px;
}
.mod-people-listing__item .body .name {
  margin-top: 10px;
  line-height: 1.1;
}
.mod-people-listing__item .body .job-title {
  margin-top: 10px;
  line-height: 1.1;
  font-weight: 400;
}
.mod-people-listing__item .body .bio {
  display: none;
}
.mod-people-listing__item .body .contact-details {
  display: none;
}

@media all and (min-width: 61.25em) {
  .mod-people-listing--4cols .mod-people-listing__item {
    width: 25%;
  }
}

@media all and (min-width: 75em) {
  .mod-people-listing--6cols .mod-people-listing__item {
    width: 16.666%;
  }
}
.mod-people-listing--6cols .column-position--first {
  clear: left;
}
.mod-people-listing--6cols .column-position--third {
  clear: left;
}
@media all and (min-width: 35em) {
  .mod-people-listing--6cols .column-position--third {
    clear: none;
  }
}
@media all and (min-width: 35em) {
  .mod-people-listing--6cols .column-position--fourth {
    clear: left;
  }
}
@media all and (min-width: 61.25em) {
  .mod-people-listing--6cols .column-position--fourth {
    clear: none;
  }
}
.mod-people-listing--6cols .column-position--fifth {
  clear: left;
}
@media all and (min-width: 35em) {
  .mod-people-listing--6cols .column-position--fifth {
    clear: none;
  }
}

.mod-people--all-people .mod-people-listing__item a:before,
.mod-people--all-people .mod-people-listing__item a:after {
  background-color: #dcdde0;
}

.mod-people--who-talk-to {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mod-people--who-talk-to .mod-people-listing__item a:before,
.mod-people--who-talk-to .mod-people-listing__item a:after {
  background-color: #dcdde0;
}

.mod-people--leaders {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #4e5664;
  background-image: url("../img/pl_pttn_1600x1000_site_ink.jpg");
  padding-top: 70px;
  padding-bottom: 70px;
}
.mod-people--leaders .heading {
  color: white;
}
.mod-people--leaders a {
  color: white;
}
.mod-people--leaders .mod-people-listing__item a:before,
.mod-people--leaders .mod-people-listing__item a:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.mfp-people .mfp-content {
  max-width: 760px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mod-people-modal-content {
  background-color: white;
}
.mod-people-modal-content .modal-head {
  height: 100px;
  border-bottom: 2px solid #f0f2f4;
  padding-right: 60px;
}
@media all and (min-width: 61.25em) {
  .mod-people-modal-content .modal-head {
    padding-right: 110px;
  }
}
.mod-people-modal-content .modal-head .modal-image {
  float: left;
  width: 100px;
  margin-right: 20px;
}
.mod-people-modal-content .modal-head .modal-name {
  font-size: 18px;
  margin-top: 0;
  line-height: 1.1;
  padding-top: 20px;
}
@media all and (min-width: 61.25em) {
  .mod-people-modal-content .modal-head .modal-name {
    padding-top: 30px;
  }
}
.mod-people-modal-content .modal-head .modal-job-title {
  font-weight: 400;
  font-size: 15px;
  margin-top: 0;
  line-height: 1.1;
}
.mod-people-modal-content .modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 61.25em) {
  .mod-people-modal-content .modal-body {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.mod-people-modal-content .modal-body .modal-bio p:first-child {
  margin-top: 0;
}
.mod-people-modal-content .modal-body .modal-contact-details {
  margin-top: 50px;
  border-top: 2px solid #f0f2f4;
  padding-top: 30px;
}
.mod-people-modal-content .modal-body .modal-contact-details p {
  margin-top: 0;
}
.mod-people-modal-content .mfp-close {
  width: 50px;
  height: 100px;
  border-left: 2px solid #f0f2f4;
  background-color: transparent;
  color: #4e5664;
  font-size: 40px;
}
@media all and (min-width: 61.25em) {
  .mod-people-modal-content .mfp-close {
    width: 100px;
  }
}

.mod-people-filter {
  background-color: #f0f2f4;
  padding: 20px;
}
@media all and (min-width: 61.25em) {
  .mod-people-filter {
    background-color: transparent;
    padding: 0;
  }
}

@media all and (min-width: 61.25em) {
  .mod-people-filter__selection {
    float: left;
  }
}

@media all and (min-width: 61.25em) {
  .mod-people-filter__selection-item {
    float: left;
    background-color: #f0f2f4;
    padding-right: 5px;
  }
}
.mod-people-filter__selection-item:nth-child(2) {
  margin-top: 20px;
}
@media all and (min-width: 61.25em) {
  .mod-people-filter__selection-item:nth-child(2) {
    margin-top: 0;
    margin-left: 10px;
  }
}
.mod-people-filter__selection-item label {
  font-weight: 700;
}
@media all and (min-width: 61.25em) {
  .mod-people-filter__selection-item label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 64px;
  }
}
@media all and (min-width: 61.25em) {
  .mod-people-filter__selection-item .input-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
}

.mod-people-filter__action {
  margin-top: 20px;
}
@media all and (min-width: 61.25em) {
  .mod-people-filter__action {
    margin-top: 0;
    float: right;
  }
}
.mod-people-filter__action button {
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
  border: none;
  background-color: #4e5664;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  height: 40px;
  line-height: 40px;
}
@media all and (min-width: 61.25em) {
  .mod-people-filter__action button {
    height: 64px;
    line-height: 64px;
  }
}

.mod-people-filter .jcf-select {
  border-radius: 0;
  height: 40px;
}
@media all and (min-width: 61.25em) {
  .mod-people-filter .jcf-select {
    height: 54px;
  }
}

.mod-people-filter .jcf-select:before {
  top: 17px;
}
@media all and (min-width: 61.25em) {
  .mod-people-filter .jcf-select:before {
    top: 24px;
  }
}

.mod-people-filter .jcf-select .jcf-select-text {
  font-size: 15px;
  line-height: 40px;
}
@media all and (min-width: 61.25em) {
  .mod-people-filter .jcf-select .jcf-select-text {
    line-height: 54px;
    margin-left: 20px;
  }
}

.mod-acc-tabs {
  margin-top: 50px;
}

.mod-acc-tabs__intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
.mod-acc-tabs__intro p:first-child {
  font-size: 18px;
}

@media all and (min-width: 48em) {
  .mod-acc-tabs--intro-on-left .mod-acc-tabs__intro {
    text-align: left;
  }
}

@media all and (min-width: 48em) {
  .mod-acc-tabs--intro-on-left .heading--centered {
    text-align: left;
  }
}

@media all and (min-width: 48em) {
  .mod-acc-tabs--intro-on-left .accordion {
    margin-top: 20px;
  }
}

.mod-three-col-block {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mod-three-col-block .sgrid {
  counter-reset: column-counter;
}
.mod-three-col-block .sgrid__col {
  counter-increment: column-counter;
}
.mod-three-col-block .sgrid__col .heading {
  margin-top: 50px;
}
.mod-three-col-block .heading--numbered {
  padding-left: 40px;
  position: relative;
}
.mod-three-col-block .heading--numbered:before {
  content: counter(column-counter);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e33171;
  color: white;
  border-radius: 50%;
  margin-top: -.2em;
}

.mod-three-col-block__intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
.mod-three-col-block__intro p:first-child {
  font-size: 18px;
}

.brochure-slider__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
}

.brochure-slider__text p:first-child {
  margin-top: 0;
}

.mod-slider {
  margin-top: 50px;
}
.mod-slider .slider-constrainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 756px;
}
.mod-slider .slider {
  margin-top: 50px;
}
.mod-slider .slide--image-block {
  background-color: white;
  margin-left: 3px;
  margin: 3px;
  position: relative;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 220%;
}
.mod-slider .slide__image-block-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
}
.mod-slider .slide__image-block-link .vertical-center-parent {
  width: 100%;
  height: 100%;
  display: table;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: transparent;
}
.mod-slider .slide__image-block-link .vertical-center-child {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
}
.mod-slider .slide__image-block-link:hover .vertical-center-parent {
  background-color: rgba(255, 255, 255, 0.9);
}
.mod-slider .slide__image-block-link:hover .vertical-center-child {
  opacity: 1;
}
.mod-slider .slide--story {
  padding-bottom: 30px;
}
.mod-slider .slide--story .story-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 450px;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}
.mod-slider .slide--story .story-teaser {
  border-top: 2px solid #f0f2f4;
  padding-top: 30px;
}
.mod-slider .slide--story .story-teaser .heading {
  margin-top: 0;
}
.mod-slider .slide--story .story-teaser p {
  margin-top: 0;
}

.mod-slider--has-dark-bkgd {
  color: white;
}
.mod-slider--has-dark-bkgd .slick-prev:before,
.mod-slider--has-dark-bkgd .slick-next:before {
  color: white;
}
.mod-slider--has-dark-bkgd .slick-dots li button:before {
  color: white;
}

.mod-slider--enclosed {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media all and (min-width: 61.25em) {
  .slider-constrainer .slick-prev {
    left: -12%;
  }
}
@media all and (min-width: 75em) {
  .slider-constrainer .slick-prev {
    left: -16%;
  }
}

@media all and (min-width: 61.25em) {
  .slider-constrainer .slick-next {
    right: -12%;
  }
}
@media all and (min-width: 75em) {
  .slider-constrainer .slick-next {
    right: -16%;
  }
}

.mod-arc-percent-charts {
  margin-top: 50px;
}

.arc-percent-chart .chart {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
}
@media all and (min-width: 35em) {
  .arc-percent-chart .chart {
    margin-left: 0;
    margin-right: 0;
    float: left;
    margin-right: 30px;
  }
}
.arc-percent-chart .chart .svg-container {
  position: absolute;
  width: 150px;
  height: 150px;
}
.arc-percent-chart .chart .svg-container svg {
  width: 150px;
  height: 150px;
  transform: rotate(-90deg);
}
.arc-percent-chart .chart .vertical-center-parent {
  display: table;
  width: 100%;
  height: 100%;
}
.arc-percent-chart .chart .vertical-center-child {
  display: table-cell;
  vertical-align: middle;
}
.arc-percent-chart .chart .vertical-center-child .numerator {
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.arc-percent-chart .chart .vertical-center-child .denominator {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 1.1;
  margin-top: 5px;
}
.arc-percent-chart .description {
  overflow: hidden;
}
.arc-percent-chart .description p {
  margin-top: 0;
}
.arc-percent-chart .description span {
  color: #e33171;
}

@media all and (min-width: 61.25em) {
  .mod-arc-percent-charts--2up .arc-percent-chart {
    float: left;
    width: 50%;
  }
  .mod-arc-percent-charts--2up .arc-percent-chart .description {
    padding-right: 30px;
  }
}

.mod-expertise-jump-links .mod-expertise-jump-links__grid {
  margin-top: 50px;
  position: relative;
  background-color: #f0f2f4;
}
@media all and (min-width: 48em) {
  .mod-expertise-jump-links .mod-expertise-jump-links__grid .grid__col {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 61.25em) {
  .mod-expertise-jump-links .mod-expertise-jump-links__grid .grid__col {
    width: 33.333%;
  }
}
@media all and (min-width: 48em) {
  .mod-expertise-jump-links .mod-expertise-jump-links__grid .grid__col.contains-intro {
    float: none;
    width: auto;
  }
}
@media all and (min-width: 61.25em) {
  .mod-expertise-jump-links .mod-expertise-jump-links__grid .grid__col.contains-intro {
    float: left;
    width: 33.333%;
  }
}
.mod-expertise-jump-links .expertise-jump-links-intro {
  padding: 20px;
}
.mod-expertise-jump-links .downloads-listing {
  position: absolute;
  left: 20px;
  right: 20px;
  background-color: white;
  z-index: 1;
  -webkit-box-shadow: 0 5px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 3px 5px rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.mod-expertise-jump-links .downloads-listing.is-open {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mod-expertise-jump-links .downloads-listing__item {
  text-align: center;
}
@media all and (min-width: 35em) {
  .mod-expertise-jump-links .downloads-listing__item {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 48em) {
  .mod-expertise-jump-links .downloads-listing__item {
    width: 25%;
  }
}
@media all and (min-width: 61.25em) {
  .mod-expertise-jump-links .downloads-listing__item {
    width: 20%;
  }
}
.mod-expertise-jump-links .downloads-listing__item a {
  display: block;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.mod-expertise-jump-links .downloads-listing__item a:hover {
  background-color: #f0f2f4;
}
.mod-expertise-jump-links .downloads-listing__item .image img {
  width: 100px;
}
.mod-expertise-jump-links .downloads-listing__item .name {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-expertise-jump-links .jump-link {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 60%;
}
@media all and (min-width: 61.25em) {
  .mod-expertise-jump-links .jump-link {
    padding-bottom: 85%;
  }
}
@media all and (min-width: 75em) {
  .mod-expertise-jump-links .jump-link {
    padding-bottom: 65%;
  }
}
.mod-expertise-jump-links .jump-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.3;
  -webkit-transition: transform 200ms cubic-bezier(0.8, 0, 0, 0.8);
  -moz-transition: transform 200ms cubic-bezier(0.8, 0, 0, 0.8);
  -ms-transition: transform 200ms cubic-bezier(0.8, 0, 0, 0.8);
  -o-transition: transform 200ms cubic-bezier(0.8, 0, 0, 0.8);
  transition: transform 200ms cubic-bezier(0.8, 0, 0, 0.8);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mod-expertise-jump-links .jump-link:hover:before {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mod-expertise-jump-links .jump-link span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: white;
  background-color: inherit;
  background-position: 0 -50px;
}
.mod-expertise-jump-links .jump-link span:before {
  content: "\f054";
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -50px;
  background-color: inherit;
  background-image: inherit;
  background-position: 0 0;
}
.mod-expertise-jump-links .grid__col:nth-child(2) .jump-link:before {
  background-color: #9d64a2;
}
.mod-expertise-jump-links .grid__col:nth-child(3) .jump-link:before {
  background-color: #43a747;
}
.mod-expertise-jump-links .grid__col:nth-child(4) .jump-link:before {
  background-color: #ed8429;
}
.mod-expertise-jump-links .grid__col:nth-child(5) .jump-link:before {
  background-color: #a1c23a;
}
.mod-expertise-jump-links .grid__col:nth-child(6) .jump-link:before {
  background-color: #48a0d5;
}
.mod-expertise-jump-links .grid__col:nth-child(7) .jump-link:before {
  background-color: #67bbc5;
}
.mod-expertise-jump-links .grid__col:nth-child(8) .jump-link:before {
  background-color: #425ea4;
}
.mod-expertise-jump-links .grid__col:nth-child(9) .jump-link:before {
  background-color: #a8273d;
}

.pl-map {
  /*$color--site-pink: #e33171;
  $color--site-purple: #9d64a2;
  $color--site-green-light: #a1c23a;
  $color--site-orange: #ed8429;
  $color--site-green-dark: #43a747;
  $color--site-blue-light: #48a0d5;
  $color--site-aqua: #67bbc5;
  $color--site-blue-dark: #425ea4;
  $color--site-red: #a8273d;
  */
  /*
  
  .leaflet-tooltip {
      position: absolute;
      padding: 6px;
      background-color: #fff;
      border: 1px solid #fff;
      border-radius: 3px;
      color: #222;
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  
  
  .leaflet-tooltip-right:before {
      left: 0;
      margin-left: -12px;
      border-right-color: #fff;
  }
  
  .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
      top: 50%;
      margin-top: -6px;
  }
  .leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
      position: absolute;
      pointer-events: none;
      border: 6px solid transparent;
      background: transparent;
      content: "";
   */
}
.pl-map .map-navigation {
  background-color: #f0f2f4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pl-map .map-navigation ul {
  margin: 0;
  padding: 0;
}
.pl-map .map-navigation li {
  float: left;
  width: 25%;
  list-style: none;
}
.pl-map .map-navigation a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 3;
  background-color: white;
  color: #4e5664;
  margin-left: 1px;
}
.pl-map .map-navigation li:first-child a {
  margin-left: 0;
}
.pl-map .map-navigation a.is-active {
  background-color: #4e5664;
  color: white;
  cursor: default;
}
.pl-map .map-container {
  clear: both;
  width: 100%;
  height: 550px;
  position: relative;
}
.pl-map #leaflet-base-map {
  width: 100%;
  height: 550px;
}
.pl-map #leaflet-base-map.leaflet-container {
  /*background-color: #f0f2f4;*/
  /*background-color: #3b4658;*/
  /*a shade of details color*/
  background-color: white;
  /*background-image: radial-gradient(circle at bottom, rgba(0,0,0,0.4) 0%, transparent 100%);*/
}
.pl-map .icon-dot {
  border-radius: 50%;
  background-color: #e33171;
}
.pl-map .icon-dot-movement {
  border-radius: 50%;
  background-color: #e33171;
  animation: fadein 1s;
}
.pl-map .icon-dot-arts-culture-sports {
  background-color: #67bbc5;
  animation: fadein 1s;
}
.pl-map .icon-dot-global-non-profits {
  background-color: #43a747;
  animation: fadein 1s;
}
.pl-map .icon-dot-health {
  background-color: #a1c23a;
  animation: fadein 1s;
}
.pl-map .icon-dot-higher-education {
  background-color: #9d64a2;
  animation: fadein 1s;
}
.pl-map .icon-dot-industry-research {
  background-color: #ed8429;
  animation: fadein 1s;
}
.pl-map .icon-dot-schools {
  background-color: #48a0d5;
  animation: fadein 1s;
}
.pl-map .icon-dot-philanthropy {
  background-color: #a8273d;
  animation: fadein 1s;
}
.pl-map .icon-dot-board {
  background-color: #425ea4;
  animation: fadein 1s;
}
.pl-map .image-icon-office {
  animation: fadein 1s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pl-map ul.pl-map-filter {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  background-color: white;
  z-index: 500;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.pl-map .pl-map-filter li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #f0f2f4;
}
.pl-map .pl-map-filter li:first-child {
  border-top: none;
}
.pl-map .pl-map-filter a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  line-height: 1.3;
}
.pl-map .pl-map-filter a.is-active {
  background-color: #f0f2f4;
  cursor: default;
}
.pl-map .pl-map-candidates-legend {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 20px;
  background-color: white;
  z-index: 500;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.pl-map .pl-map-candidates-legend .heading {
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
}
.pl-map .pl-map-candidates-legend ul {
  margin: 5px 0 0 0;
  padding: 0;
}
.pl-map .pl-map-candidates-legend li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 16.666%;
}
.pl-map .pl-map-candidates-legend span {
  display: block;
  height: 10px;
}
.pl-map .leaflet-tooltip.my-office-tooltip {
  border: none;
  border-radius: 0;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  color: #4e5664;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.pl-map .leaflet-tooltip.my-office-tooltip:before {
  border: none;
  margin-top: 0;
  border-left: 1px solid #4e5664;
  border-top: 1px solid #4e5664;
  width: 10px;
  height: 13px;
  border-top-left-radius: 3px;
}
.pl-map .leaflet-tooltip.my-office-tooltip.nudge-up--x1:before {
  height: 33px;
}
.pl-map .leaflet-tooltip.my-office-tooltip.nudge-up--x2:before {
  height: 53px;
}
.pl-map .leaflet-tooltip.my-office-tooltip.nudge-up--x3:before {
  height: 73px;
}
.pl-map .leaflet-tooltip.my-office-tooltip.nudge-up--x4:before {
  height: 93px;
}
.pl-map .leaflet-tooltip-right.my-office-tooltip:before {
  top: 11px;
}
.pl-map .stuff {
  overflow: hidden;
  margin-top: 30px;
}
.pl-map .stuff__item {
  float: left;
  border-left: 2px solid #f0f2f4;
  width: 33.333%;
  box-sizing: border-box;
  padding: 20px;
}
.pl-map .stuff__item:first-child {
  border-left: none;
}

.pl-map-info {
  margin-top: 50px;
}

.pl-offices .office-group {
  margin-top: 50px;
  border-top: 2px solid #f0f2f4;
}
.pl-offices .office-group .heading {
  margin-top: 30px;
}
.pl-offices .office {
  margin-top: 60px;
}
@media all and (min-width: 35em) {
  .pl-offices .office {
    margin-top: 20px;
    float: left;
    width: 50%;
    padding-right: 20px;
  }
}
@media all and (min-width: 61.25em) {
  .pl-offices .office {
    width: 25%;
  }
}
@media all and (min-width: 35em) {
  .pl-offices .office h3 {
    border-bottom: 1px solid #4e5664;
    padding-bottom: 10px;
  }
}
.pl-offices .office i {
  color: #e33171;
}
.pl-offices .office p.fax {
  margin-top: 5px;
}

.pl-offices .office:nth-of-type(4n+5) {
  clear: both;
}

.dev-grid {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 9998;
  transition: height 400ms linear;
}
.dev-grid.is-visible {
  height: 100%;
}
.dev-grid .constrain,
.dev-grid .sgrid,
.dev-grid .sgrid__col,
.dev-grid .sgrid__panel {
  height: 100%;
}
.dev-grid .sgrid__panel {
  background-color: rgba(0, 0, 0, 0.1);
}

.dev-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
