/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 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;
}
html {
  font-size: 75%;
}
body {
  margin: 0;
  background: #f4f4f4;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-col-1 {
  display: block;
  float: left;
  width: 80px;
}
.l-col-2 {
  display: block;
  float: left;
  width: 160px;
}
.l-col-3 {
  display: block;
  float: left;
  width: 240px;
}
.l-col-4 {
  display: block;
  float: left;
  width: 320px;
}
.l-col-5 {
  display: block;
  float: left;
  width: 400px;
}
.l-col-6 {
  display: block;
  float: left;
  width: 480px;
}
.l-col-7 {
  display: block;
  float: left;
  width: 560px;
}
.l-col-8 {
  display: block;
  float: left;
  width: 640px;
}
.l-col-9 {
  display: block;
  float: left;
  width: 720px;
}
.l-col-10 {
  display: block;
  float: left;
  width: 800px;
}
.l-col-11 {
  display: block;
  float: left;
  width: 880px;
}
.l-col-12 {
  display: block;
  float: left;
  width: 960px;
}
.l-push-1 {
  margin-left: 80px;
}
.l-push-2 {
  margin-left: 160px;
}
.l-push-3 {
  margin-left: 240px;
}
.l-push-4 {
  margin-left: 320px;
}
.l-push-5 {
  margin-left: 400px;
}
.l-push-6 {
  margin-left: 480px;
}
.l-push-7 {
  margin-left: 560px;
}
.l-push-8 {
  margin-left: 640px;
}
.l-push-9 {
  margin-left: 720px;
}
.l-push-10 {
  margin-left: 800px;
}
.l-push-11 {
  margin-left: 880px;
}
.l-push-12 {
  margin-left: 960px;
}
.l-pull-1 {
  margin-right: 80px;
}
.l-pull-2 {
  margin-right: 160px;
}
.l-pull-3 {
  margin-right: 240px;
}
.l-pull-4 {
  margin-right: 320px;
}
.l-pull-5 {
  margin-right: 400px;
}
.l-pull-6 {
  margin-right: 480px;
}
.l-pull-7 {
  margin-right: 560px;
}
.l-pull-8 {
  margin-right: 640px;
}
.l-pull-9 {
  margin-right: 720px;
}
.l-pull-10 {
  margin-right: 800px;
}
.l-pull-11 {
  margin-right: 880px;
}
.l-pull-12 {
  margin-right: 960px;
}
.l-content {
  margin: 0 auto;
  display: block;
  float: none;
}
.l-padding {
  padding-left: 10px;
  padding-right: 10px;
}
.l-i-col-1 {
  display: block;
  float: left;
  width: 8.33333333%;
}
.l-i-col-2 {
  display: block;
  float: left;
  width: 16.66666667%;
}
.l-i-col-3 {
  display: block;
  float: left;
  width: 25%;
}
.l-i-col-4 {
  display: block;
  float: left;
  width: 33.33333333%;
}
.l-i-col-5 {
  display: block;
  float: left;
  width: 41.66666667%;
}
.l-i-col-6 {
  display: block;
  float: left;
  width: 50%;
}
.l-i-col-7 {
  display: block;
  float: left;
  width: 58.33333333%;
}
.l-i-col-8 {
  display: block;
  float: left;
  width: 66.66666667%;
}
.l-i-col-9 {
  display: block;
  float: left;
  width: 75%;
}
.l-i-col-10 {
  display: block;
  float: left;
  width: 83.33333333%;
}
.l-i-col-11 {
  display: block;
  float: left;
  width: 91.66666667%;
}
.l-i-col-12 {
  display: block;
  float: left;
  width: 100%;
}
.l-i-push-1 {
  margin-left: 8.33333333%;
}
.l-i-push-2 {
  margin-left: 16.66666667%;
}
.l-i-push-3 {
  margin-left: 25%;
}
.l-i-push-4 {
  margin-left: 33.33333333%;
}
.l-i-push-5 {
  margin-left: 41.66666667%;
}
.l-i-push-6 {
  margin-left: 50%;
}
.l-i-push-7 {
  margin-left: 58.33333333%;
}
.l-i-push-8 {
  margin-left: 66.66666667%;
}
.l-i-push-9 {
  margin-left: 75%;
}
.l-i-push-10 {
  margin-left: 83.33333333%;
}
.l-i-push-11 {
  margin-left: 91.66666667%;
}
.l-i-push-12 {
  margin-left: 100%;
}
.l-i-pull-1 {
  margin-right: 8.33333333%;
}
.l-i-pull-2 {
  margin-right: 16.66666667%;
}
.l-i-pull-3 {
  margin-right: 25%;
}
.l-i-pull-4 {
  margin-right: 33.33333333%;
}
.l-i-pull-5 {
  margin-right: 41.66666667%;
}
.l-i-pull-6 {
  margin-right: 50%;
}
.l-i-pull-7 {
  margin-right: 58.33333333%;
}
.l-i-pull-8 {
  margin-right: 66.66666667%;
}
.l-i-pull-9 {
  margin-right: 75%;
}
.l-i-pull-10 {
  margin-right: 83.33333333%;
}
.l-i-pull-11 {
  margin-right: 91.66666667%;
}
.l-i-pull-12 {
  margin-right: 100%;
}
.-col-1 {
  display: block;
  float: left;
  width: 8.33333333%;
}
.-col-2 {
  display: block;
  float: left;
  width: 16.66666667%;
}
.-col-3 {
  display: block;
  float: left;
  width: 25%;
}
.-col-4 {
  display: block;
  float: left;
  width: 33.33333333%;
}
.-col-5 {
  display: block;
  float: left;
  width: 41.66666667%;
}
.-col-6 {
  display: block;
  float: left;
  width: 50%;
}
.-col-7 {
  display: block;
  float: left;
  width: 58.33333333%;
}
.-col-8 {
  display: block;
  float: left;
  width: 66.66666667%;
}
.-col-9 {
  display: block;
  float: left;
  width: 75%;
}
.-col-10 {
  display: block;
  float: left;
  width: 83.33333333%;
}
.-col-11 {
  display: block;
  float: left;
  width: 91.66666667%;
}
.-col-12 {
  display: block;
  float: left;
  width: 100%;
}
.-push-1 {
  margin-left: 8.33333333%;
}
.-push-2 {
  margin-left: 16.66666667%;
}
.-push-3 {
  margin-left: 25%;
}
.-push-4 {
  margin-left: 33.33333333%;
}
.-push-5 {
  margin-left: 41.66666667%;
}
.-push-6 {
  margin-left: 50%;
}
.-push-7 {
  margin-left: 58.33333333%;
}
.-push-8 {
  margin-left: 66.66666667%;
}
.-push-9 {
  margin-left: 75%;
}
.-push-10 {
  margin-left: 83.33333333%;
}
.-push-11 {
  margin-left: 91.66666667%;
}
.-push-12 {
  margin-left: 100%;
}
.-pull-1 {
  margin-right: 8.33333333%;
}
.-pull-2 {
  margin-right: 16.66666667%;
}
.-pull-3 {
  margin-right: 25%;
}
.-pull-4 {
  margin-right: 33.33333333%;
}
.-pull-5 {
  margin-right: 41.66666667%;
}
.-pull-6 {
  margin-right: 50%;
}
.-pull-7 {
  margin-right: 58.33333333%;
}
.-pull-8 {
  margin-right: 66.66666667%;
}
.-pull-9 {
  margin-right: 75%;
}
.-pull-10 {
  margin-right: 83.33333333%;
}
.-pull-11 {
  margin-right: 91.66666667%;
}
.-pull-12 {
  margin-right: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-col-1 {
    display: block;
    float: left;
    width: 150px;
    width: 100%;
  }
  .l-col-2 {
    display: block;
    float: left;
    width: 300px;
    width: 100%;
  }
  .l-col-3 {
    display: block;
    float: left;
    width: 450px;
    width: 100%;
  }
  .l-col-4 {
    display: block;
    float: left;
    width: 600px;
    width: 100%;
  }
  .l-col-5 {
    display: block;
    float: left;
    width: 750px;
    width: 100%;
  }
  .l-col-6 {
    display: block;
    float: left;
    width: 900px;
    width: 100%;
  }
  .l-col-7 {
    display: block;
    float: left;
    width: 1050px;
    width: 100%;
  }
  .l-col-8 {
    display: block;
    float: left;
    width: 1200px;
    width: 100%;
  }
  .l-col-9 {
    display: block;
    float: left;
    width: 1350px;
    width: 100%;
  }
  .l-col-10 {
    display: block;
    float: left;
    width: 1500px;
    width: 100%;
  }
  .l-col-11 {
    display: block;
    float: left;
    width: 1650px;
    width: 100%;
  }
  .l-col-12 {
    display: block;
    float: left;
    width: 1800px;
    width: 100%;
  }
  .l-push-1 {
    margin-left: 150px;
    margin-left: 0;
  }
  .l-push-2 {
    margin-left: 300px;
    margin-left: 0;
  }
  .l-push-3 {
    margin-left: 450px;
    margin-left: 0;
  }
  .l-push-4 {
    margin-left: 600px;
    margin-left: 0;
  }
  .l-push-5 {
    margin-left: 750px;
    margin-left: 0;
  }
  .l-push-6 {
    margin-left: 900px;
    margin-left: 0;
  }
  .l-push-7 {
    margin-left: 1050px;
    margin-left: 0;
  }
  .l-push-8 {
    margin-left: 1200px;
    margin-left: 0;
  }
  .l-push-9 {
    margin-left: 1350px;
    margin-left: 0;
  }
  .l-push-10 {
    margin-left: 1500px;
    margin-left: 0;
  }
  .l-push-11 {
    margin-left: 1650px;
    margin-left: 0;
  }
  .l-push-12 {
    margin-left: 1800px;
    margin-left: 0;
  }
  .l-pull-1 {
    margin-right: 150px;
    margin-right: 0;
  }
  .l-pull-2 {
    margin-right: 300px;
    margin-right: 0;
  }
  .l-pull-3 {
    margin-right: 450px;
    margin-right: 0;
  }
  .l-pull-4 {
    margin-right: 600px;
    margin-right: 0;
  }
  .l-pull-5 {
    margin-right: 750px;
    margin-right: 0;
  }
  .l-pull-6 {
    margin-right: 900px;
    margin-right: 0;
  }
  .l-pull-7 {
    margin-right: 1050px;
    margin-right: 0;
  }
  .l-pull-8 {
    margin-right: 1200px;
    margin-right: 0;
  }
  .l-pull-9 {
    margin-right: 1350px;
    margin-right: 0;
  }
  .l-pull-10 {
    margin-right: 1500px;
    margin-right: 0;
  }
  .l-pull-11 {
    margin-right: 1650px;
    margin-right: 0;
  }
  .l-pull-12 {
    margin-right: 1800px;
    margin-right: 0;
  }
  .l-content {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .l-padding {
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-i-col-1 {
    display: block;
    float: left;
    width: 8.33333333%;
  }
  .l-i-col-2 {
    display: block;
    float: left;
    width: 16.66666667%;
  }
  .l-i-col-3 {
    display: block;
    float: left;
    width: 25%;
  }
  .l-i-col-4 {
    display: block;
    float: left;
    width: 33.33333333%;
  }
  .l-i-col-5 {
    display: block;
    float: left;
    width: 41.66666667%;
  }
  .l-i-col-6 {
    display: block;
    float: left;
    width: 50%;
  }
  .l-i-col-7 {
    display: block;
    float: left;
    width: 58.33333333%;
  }
  .l-i-col-8 {
    display: block;
    float: left;
    width: 66.66666667%;
  }
  .l-i-col-9 {
    display: block;
    float: left;
    width: 75%;
  }
  .l-i-col-10 {
    display: block;
    float: left;
    width: 83.33333333%;
  }
  .l-i-col-11 {
    display: block;
    float: left;
    width: 91.66666667%;
  }
  .l-i-col-12 {
    display: block;
    float: left;
    width: 100%;
  }
  .l-i-push-1 {
    margin-left: 8.33333333%;
  }
  .l-i-push-2 {
    margin-left: 16.66666667%;
  }
  .l-i-push-3 {
    margin-left: 25%;
  }
  .l-i-push-4 {
    margin-left: 33.33333333%;
  }
  .l-i-push-5 {
    margin-left: 41.66666667%;
  }
  .l-i-push-6 {
    margin-left: 50%;
  }
  .l-i-push-7 {
    margin-left: 58.33333333%;
  }
  .l-i-push-8 {
    margin-left: 66.66666667%;
  }
  .l-i-push-9 {
    margin-left: 75%;
  }
  .l-i-push-10 {
    margin-left: 83.33333333%;
  }
  .l-i-push-11 {
    margin-left: 91.66666667%;
  }
  .l-i-push-12 {
    margin-left: 100%;
  }
  .l-i-pull-1 {
    margin-right: 8.33333333%;
  }
  .l-i-pull-2 {
    margin-right: 16.66666667%;
  }
  .l-i-pull-3 {
    margin-right: 25%;
  }
  .l-i-pull-4 {
    margin-right: 33.33333333%;
  }
  .l-i-pull-5 {
    margin-right: 41.66666667%;
  }
  .l-i-pull-6 {
    margin-right: 50%;
  }
  .l-i-pull-7 {
    margin-right: 58.33333333%;
  }
  .l-i-pull-8 {
    margin-right: 66.66666667%;
  }
  .l-i-pull-9 {
    margin-right: 75%;
  }
  .l-i-pull-10 {
    margin-right: 83.33333333%;
  }
  .l-i-pull-11 {
    margin-right: 91.66666667%;
  }
  .l-i-pull-12 {
    margin-right: 100%;
  }
  .sm-col-1 {
    display: block;
    float: left;
    width: 8.33333333%;
  }
  .sm-col-2 {
    display: block;
    float: left;
    width: 16.66666667%;
  }
  .sm-col-3 {
    display: block;
    float: left;
    width: 25%;
  }
  .sm-col-4 {
    display: block;
    float: left;
    width: 33.33333333%;
  }
  .sm-col-5 {
    display: block;
    float: left;
    width: 41.66666667%;
  }
  .sm-col-6 {
    display: block;
    float: left;
    width: 50%;
  }
  .sm-col-7 {
    display: block;
    float: left;
    width: 58.33333333%;
  }
  .sm-col-8 {
    display: block;
    float: left;
    width: 66.66666667%;
  }
  .sm-col-9 {
    display: block;
    float: left;
    width: 75%;
  }
  .sm-col-10 {
    display: block;
    float: left;
    width: 83.33333333%;
  }
  .sm-col-11 {
    display: block;
    float: left;
    width: 91.66666667%;
  }
  .sm-col-12 {
    display: block;
    float: left;
    width: 100%;
  }
  .sm-push-1 {
    margin-left: 8.33333333%;
  }
  .sm-push-2 {
    margin-left: 16.66666667%;
  }
  .sm-push-3 {
    margin-left: 25%;
  }
  .sm-push-4 {
    margin-left: 33.33333333%;
  }
  .sm-push-5 {
    margin-left: 41.66666667%;
  }
  .sm-push-6 {
    margin-left: 50%;
  }
  .sm-push-7 {
    margin-left: 58.33333333%;
  }
  .sm-push-8 {
    margin-left: 66.66666667%;
  }
  .sm-push-9 {
    margin-left: 75%;
  }
  .sm-push-10 {
    margin-left: 83.33333333%;
  }
  .sm-push-11 {
    margin-left: 91.66666667%;
  }
  .sm-push-12 {
    margin-left: 100%;
  }
  .sm-pull-1 {
    margin-right: 8.33333333%;
  }
  .sm-pull-2 {
    margin-right: 16.66666667%;
  }
  .sm-pull-3 {
    margin-right: 25%;
  }
  .sm-pull-4 {
    margin-right: 33.33333333%;
  }
  .sm-pull-5 {
    margin-right: 41.66666667%;
  }
  .sm-pull-6 {
    margin-right: 50%;
  }
  .sm-pull-7 {
    margin-right: 58.33333333%;
  }
  .sm-pull-8 {
    margin-right: 66.66666667%;
  }
  .sm-pull-9 {
    margin-right: 75%;
  }
  .sm-pull-10 {
    margin-right: 83.33333333%;
  }
  .sm-pull-11 {
    margin-right: 91.66666667%;
  }
  .sm-pull-12 {
    margin-right: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .l-col-1 {
    display: block;
    float: left;
    width: 110px;
    width: 100%;
  }
  .l-col-2 {
    display: block;
    float: left;
    width: 220px;
    width: 100%;
  }
  .l-col-3 {
    display: block;
    float: left;
    width: 330px;
    width: 100%;
  }
  .l-col-4 {
    display: block;
    float: left;
    width: 440px;
    width: 100%;
  }
  .l-col-5 {
    display: block;
    float: left;
    width: 550px;
    width: 100%;
  }
  .l-col-6 {
    display: block;
    float: left;
    width: 660px;
    width: 100%;
  }
  .l-col-7 {
    display: block;
    float: left;
    width: 770px;
    width: 100%;
  }
  .l-col-8 {
    display: block;
    float: left;
    width: 880px;
    width: 100%;
  }
  .l-col-9 {
    display: block;
    float: left;
    width: 990px;
    width: 100%;
  }
  .l-col-10 {
    display: block;
    float: left;
    width: 1100px;
    width: 100%;
  }
  .l-col-11 {
    display: block;
    float: left;
    width: 1210px;
    width: 100%;
  }
  .l-col-12 {
    display: block;
    float: left;
    width: 1320px;
    width: 100%;
  }
  .l-push-1 {
    margin-left: 110px;
    margin-left: 0;
  }
  .l-push-2 {
    margin-left: 220px;
    margin-left: 0;
  }
  .l-push-3 {
    margin-left: 330px;
    margin-left: 0;
  }
  .l-push-4 {
    margin-left: 440px;
    margin-left: 0;
  }
  .l-push-5 {
    margin-left: 550px;
    margin-left: 0;
  }
  .l-push-6 {
    margin-left: 660px;
    margin-left: 0;
  }
  .l-push-7 {
    margin-left: 770px;
    margin-left: 0;
  }
  .l-push-8 {
    margin-left: 880px;
    margin-left: 0;
  }
  .l-push-9 {
    margin-left: 990px;
    margin-left: 0;
  }
  .l-push-10 {
    margin-left: 1100px;
    margin-left: 0;
  }
  .l-push-11 {
    margin-left: 1210px;
    margin-left: 0;
  }
  .l-push-12 {
    margin-left: 1320px;
    margin-left: 0;
  }
  .l-pull-1 {
    margin-right: 110px;
    margin-right: 0;
  }
  .l-pull-2 {
    margin-right: 220px;
    margin-right: 0;
  }
  .l-pull-3 {
    margin-right: 330px;
    margin-right: 0;
  }
  .l-pull-4 {
    margin-right: 440px;
    margin-right: 0;
  }
  .l-pull-5 {
    margin-right: 550px;
    margin-right: 0;
  }
  .l-pull-6 {
    margin-right: 660px;
    margin-right: 0;
  }
  .l-pull-7 {
    margin-right: 770px;
    margin-right: 0;
  }
  .l-pull-8 {
    margin-right: 880px;
    margin-right: 0;
  }
  .l-pull-9 {
    margin-right: 990px;
    margin-right: 0;
  }
  .l-pull-10 {
    margin-right: 1100px;
    margin-right: 0;
  }
  .l-pull-11 {
    margin-right: 1210px;
    margin-right: 0;
  }
  .l-pull-12 {
    margin-right: 1320px;
    margin-right: 0;
  }
  .l-content {
    margin: 0 auto;
    display: block;
    float: none;
  }
  .l-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-i-col-1 {
    display: block;
    float: left;
    width: 8.33333333%;
  }
  .l-i-col-2 {
    display: block;
    float: left;
    width: 16.66666667%;
  }
  .l-i-col-3 {
    display: block;
    float: left;
    width: 25%;
  }
  .l-i-col-4 {
    display: block;
    float: left;
    width: 33.33333333%;
  }
  .l-i-col-5 {
    display: block;
    float: left;
    width: 41.66666667%;
  }
  .l-i-col-6 {
    display: block;
    float: left;
    width: 50%;
  }
  .l-i-col-7 {
    display: block;
    float: left;
    width: 58.33333333%;
  }
  .l-i-col-8 {
    display: block;
    float: left;
    width: 66.66666667%;
  }
  .l-i-col-9 {
    display: block;
    float: left;
    width: 75%;
  }
  .l-i-col-10 {
    display: block;
    float: left;
    width: 83.33333333%;
  }
  .l-i-col-11 {
    display: block;
    float: left;
    width: 91.66666667%;
  }
  .l-i-col-12 {
    display: block;
    float: left;
    width: 100%;
  }
  .l-i-push-1 {
    margin-left: 8.33333333%;
  }
  .l-i-push-2 {
    margin-left: 16.66666667%;
  }
  .l-i-push-3 {
    margin-left: 25%;
  }
  .l-i-push-4 {
    margin-left: 33.33333333%;
  }
  .l-i-push-5 {
    margin-left: 41.66666667%;
  }
  .l-i-push-6 {
    margin-left: 50%;
  }
  .l-i-push-7 {
    margin-left: 58.33333333%;
  }
  .l-i-push-8 {
    margin-left: 66.66666667%;
  }
  .l-i-push-9 {
    margin-left: 75%;
  }
  .l-i-push-10 {
    margin-left: 83.33333333%;
  }
  .l-i-push-11 {
    margin-left: 91.66666667%;
  }
  .l-i-push-12 {
    margin-left: 100%;
  }
  .l-i-pull-1 {
    margin-right: 8.33333333%;
  }
  .l-i-pull-2 {
    margin-right: 16.66666667%;
  }
  .l-i-pull-3 {
    margin-right: 25%;
  }
  .l-i-pull-4 {
    margin-right: 33.33333333%;
  }
  .l-i-pull-5 {
    margin-right: 41.66666667%;
  }
  .l-i-pull-6 {
    margin-right: 50%;
  }
  .l-i-pull-7 {
    margin-right: 58.33333333%;
  }
  .l-i-pull-8 {
    margin-right: 66.66666667%;
  }
  .l-i-pull-9 {
    margin-right: 75%;
  }
  .l-i-pull-10 {
    margin-right: 83.33333333%;
  }
  .l-i-pull-11 {
    margin-right: 91.66666667%;
  }
  .l-i-pull-12 {
    margin-right: 100%;
  }
  .md-col-1 {
    display: block;
    float: left;
    width: 8.33333333%;
  }
  .md-col-2 {
    display: block;
    float: left;
    width: 16.66666667%;
  }
  .md-col-3 {
    display: block;
    float: left;
    width: 25%;
  }
  .md-col-4 {
    display: block;
    float: left;
    width: 33.33333333%;
  }
  .md-col-5 {
    display: block;
    float: left;
    width: 41.66666667%;
  }
  .md-col-6 {
    display: block;
    float: left;
    width: 50%;
  }
  .md-col-7 {
    display: block;
    float: left;
    width: 58.33333333%;
  }
  .md-col-8 {
    display: block;
    float: left;
    width: 66.66666667%;
  }
  .md-col-9 {
    display: block;
    float: left;
    width: 75%;
  }
  .md-col-10 {
    display: block;
    float: left;
    width: 83.33333333%;
  }
  .md-col-11 {
    display: block;
    float: left;
    width: 91.66666667%;
  }
  .md-col-12 {
    display: block;
    float: left;
    width: 100%;
  }
  .md-push-1 {
    margin-left: 8.33333333%;
  }
  .md-push-2 {
    margin-left: 16.66666667%;
  }
  .md-push-3 {
    margin-left: 25%;
  }
  .md-push-4 {
    margin-left: 33.33333333%;
  }
  .md-push-5 {
    margin-left: 41.66666667%;
  }
  .md-push-6 {
    margin-left: 50%;
  }
  .md-push-7 {
    margin-left: 58.33333333%;
  }
  .md-push-8 {
    margin-left: 66.66666667%;
  }
  .md-push-9 {
    margin-left: 75%;
  }
  .md-push-10 {
    margin-left: 83.33333333%;
  }
  .md-push-11 {
    margin-left: 91.66666667%;
  }
  .md-push-12 {
    margin-left: 100%;
  }
  .md-pull-1 {
    margin-right: 8.33333333%;
  }
  .md-pull-2 {
    margin-right: 16.66666667%;
  }
  .md-pull-3 {
    margin-right: 25%;
  }
  .md-pull-4 {
    margin-right: 33.33333333%;
  }
  .md-pull-5 {
    margin-right: 41.66666667%;
  }
  .md-pull-6 {
    margin-right: 50%;
  }
  .md-pull-7 {
    margin-right: 58.33333333%;
  }
  .md-pull-8 {
    margin-right: 66.66666667%;
  }
  .md-pull-9 {
    margin-right: 75%;
  }
  .md-pull-10 {
    margin-right: 83.33333333%;
  }
  .md-pull-11 {
    margin-right: 91.66666667%;
  }
  .md-pull-12 {
    margin-right: 100%;
  }
}
.l-outer {
  width: 1002px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-outer {
    width: 100%;
    max-width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .l-outer {
    width: 740px;
  }
}
.l-border {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #ffffff;
  position: relative;
}
.l-border:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
}
.l-border:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cccccc;
}
.l-border-right {
  border-right: 1px solid #ffffff;
  position: relative;
}
.l-border-right:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cccccc;
}
.keyline {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0;
  height: 2px;
  background-color: #cccccc;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-border,
  .l-border-right {
    border: none;
  }
  .l-border:after,
  .l-border-right:after {
    width: 0px;
  }
  .l-border:before,
  .l-border-right:before {
    width: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .l-border,
  .l-border-right {
    border: none;
  }
  .l-border:after,
  .l-border-right:after {
    width: 0px;
  }
  .l-border:before,
  .l-border-right:before {
    width: 0px;
  }
}
.l-row .l-col-3 {
  width: 25%;
}
.l-row .l-padding-left {
  padding-left: 10px;
}
.l-row .l-padding-right {
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .l-row .l-col-3 {
    width: 100%;
  }
  .l-row .l-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-row .l-padding-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-row .l-padding-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.full-width .l-pad-32 {
  padding-left: 32px;
  padding-right: 0;
}
.full-width .l-col-3 {
  width: 25%;
}
.full-width .l-col-9 {
  width: 75%;
}
.t-main {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
}
.t-main h1,
.t-main h2,
.t-main h3,
.t-main h4,
.t-main h5,
.t-main h6 {
  font-weight: normal;
}
.t-main h1 {
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 19.2px;
  line-height: 1.6rem;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
}
.t-main h1 .black {
  color: #33535e;
}
.t-main h2 {
  font-size: 19px;
  font-size: 1.6rem;
  line-height: 19.2px;
  line-height: 1.6rem;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.t-main h2.h-left {
  margin-top: 6px;
  margin-bottom: 16px;
}
.t-main h3 {
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 19.2px;
  line-height: 1.6rem;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
}
.t-main a {
  outline: 0;
  color: #666666;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.t-main a:hover {
  color: #0047BB;
}
.t-main a:active {
  color: #666666;
}
.t-main strong {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.t-main em {
  font-style: italic;
}
.t-main h1 small,
.t-main h2 small {
  color: #666666;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.9rem;
}
.t-content ul {
  list-style-type: disc;
}
.t-form .form-title {
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #0047BB;
}
.t-form p {
  margin-bottom: 20px;
}
.t-sbr .new-projects {
  font-size: 19px;
  font-size: 1.6rem;
  line-height: 19.2px;
  line-height: 1.6rem;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
  font-size: 1.5rem;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  padding-left: 30px;
}
.tle.tle-plain .con .bullet-discs,
.tle.tle-withtabs .con .bullet-discs {
  list-style-type: disc;
  padding-left: 38px;
}
.tle.tle-plain .con .bullet-discs li,
.tle.tle-withtabs .con .bullet-discs li {
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tle.tle-plain .con .section-title,
.tle.tle-withtabs .con .section-title {
  color: #33535e;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.15rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.i-profession,
.i-experience,
.i-specialities,
.i-industries,
.i-locations {
  vertical-align: middle;
  margin-bottom: 5px;
}
.i-experience {
  height: 14px;
  width: 19px;
  margin-right: 10px;
  display: inline-block;
  background: transparent url('../images/nav-experience.png') 0 0 no-repeat;
  width: 17px;
  height: 17px;
}
.i-specialities {
  height: 14px;
  width: 19px;
  margin-right: 10px;
  display: inline-block;
  background: transparent url('../images/nav-specialty.png') 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
.i-industries {
  height: 14px;
  width: 19px;
  margin-right: 10px;
  display: inline-block;
  background: transparent url('../images/nav-industry.png') 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
.i-locations {
  height: 14px;
  width: 19px;
  margin-right: 10px;
  display: inline-block;
  background: transparent url('../images/nav-location.png') 0 0 no-repeat;
  width: 31px;
  height: 18px;
}
.i-views {
  float: left;
  height: 11px;
  width: 19px;
  margin-top: 2px;
  margin-right: 6px;
  background: transparent url('../images/icon-views.png') 0 0 no-repeat;
}
.i-login {
  display: inline-block;
  height: 20px;
  width: 14px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: top;
  background: transparent url('../images/icon-login.png') 0 0 no-repeat;
}
.i-phone {
  display: inline-block;
  height: 20px;
  width: 14px;
  background: transparent url('../images/icon-phone.png') 0 0 no-repeat;
}
.i-login-white {
  display: inline-block;
  height: 20px;
  width: 14px;
  margin-right: 15px;
  vertical-align: middle;
  background: transparent url('../images/icon-login.png') 0 -40px no-repeat;
}
.i-upload-white {
  display: inline-block;
  height: 12px;
  width: 20px;
  margin-right: 7px;
  vertical-align: middle;
  background: transparent url('../images/icon-upload.png') 0 0 no-repeat;
}
.i-user {
  width: 21px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  display: block;
  background: transparent url('../images/icon-user.png') 0 0 no-repeat;
  position: relative;
  top: 15px;
}
.i-email {
  width: 18px;
  height: 0;
  padding-top: 15px;
  overflow: hidden;
  display: inline-block;
  background: transparent url('../images/icon-email.png') 0 0 no-repeat;
}
.i-email:hover {
  background-position: 0 100%;
}
.i-linkedin {
  width: 13px;
  height: 0;
  padding-top: 15px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: transparent url('../images/icon-linkedin.png') 0 0 no-repeat;
}
.i-linkedin:hover {
  background-position: 0 100%;
}
.i-skype {
  width: 19px;
  height: 0;
  padding-top: 19px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: transparent url('../images/icon-skype.png') 0 0 no-repeat;
}
.i-skype:hover {
  background-position: 0 100%;
}
.i-image {
  width: 20px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: transparent url('../images/icon-image.png') 0 0 no-repeat;
}
.i-image:hover {
  background-position: 0 100%;
}
.i-media {
  width: 25px;
  height: 0;
  padding-top: 12px;
  margin-top: 2px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: transparent url('../images/icon-media.png') 0 0 no-repeat;
}
.i-media:hover {
  background-position: 0 100%;
}
.i-text {
  width: 15px;
  height: 0;
  padding-top: 15px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: transparent url('../images/icon-text.png') 0 0 no-repeat;
}
.i-text:hover {
  background-position: 0 100%;
}
.i-tick {
  height: 14px;
  width: 19px;
  margin-right: 10px;
  display: inline-block;
  background: transparent url('../images/icon-tick.png') 0 0 no-repeat;
  width: 16px;
  height: 15px;
  vertical-align: top;
  margin-right: 6px;
}
.i-loader {
  height: 14px;
  width: 19px;
  margin-right: 10px;
  display: inline-block;
  background: transparent url('../images/loader.gif') 0 0 no-repeat;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 3px;
}
.h-ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.h-ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.h-hidden {
  display: none !important;
  visibility: hidden;
}
.h-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.h-visuallyhidden.h-focusable:active,
.h-visuallyhidden.h-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.h-invisible {
  visibility: hidden;
}
.h-clear {
  clear: both;
}
.h-clearfix:before,
.h-clearfix:after {
  content: " ";
  display: table;
}
.h-clearfix:after {
  clear: both;
}
.h-clearfix {
  *zoom: 1;
}
.h-right {
  float: right;
}
.h-left {
  float: left;
}
.h-relative {
  position: relative;
}
.h-neg-margin-bottom {
  margin-bottom: -57px !important;
  padding-bottom: 57px !important;
}
.ie8  .h-mobile {
  display: none;
}
.hide {
  display: none;
}
.clearfix {
  clear: both;
  display: table;
}
.vcenter-parent {
  display: table;
}
.vcenter-parent .vcenter {
  vertical-align: middle;
  display: table-cell;
}
.visible-md,
.visible-xs {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
@media (min-width: 1036px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .h-visible-xs {
    display: inherit !important;
  }
  .h-visible-sm {
    display: none !important;
  }
  .h-visible-md {
    display: none !important;
  }
  .h-visible-lg {
    display: none !important;
  }
  .h-visible-xl {
    display: none !important;
  }
  .h-hidden-xs {
    display: none !important;
  }
  .h-desktop {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .h-visible-xs {
    display: none !important;
  }
  .h-visible-sm {
    display: inherit !important;
  }
  .h-visible-md {
    display: none !important;
  }
  .h-visible-lg {
    display: none !important;
  }
  .h-visible-xl {
    display: none !important;
  }
  .h-hidden-sm {
    display: none !important;
  }
  .h-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .h-visible-xs {
    display: none !important;
  }
  .h-visible-sm {
    display: none !important;
  }
  .h-visible-md {
    display: inherit !important;
  }
  .h-visible-lg {
    display: none !important;
  }
  .h-visible-xl {
    display: none !important;
  }
  .h-hidden-md {
    display: none !important;
  }
  .h-desktop {
    display: none !important;
  }
}
@media (min-width: 1036px) and (max-width: 1199px) {
  .h-visible-xs {
    display: none !important;
  }
  .h-visible-sm {
    display: none !important;
  }
  .h-visible-md {
    display: none !important;
  }
  .h-visible-lg {
    display: inherit !important;
  }
  .h-visible-xl {
    display: none !important;
  }
  .h-hidden-lg {
    display: none !important;
  }
  .h-mobile {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .h-visible-xs {
    display: none !important;
  }
  .h-visible-sm {
    display: none !important;
  }
  .h-visible-md {
    display: none !important;
  }
  .h-visible-lg {
    display: none !important;
  }
  .h-visible-xl {
    display: inherit !important;
  }
  .h-hidden-xl {
    display: none !important;
  }
  .h-mobile {
    display: none !important;
  }
}
@font-face {
  font-family: "BaskervilleMTW01-SmBdIt";
  src: url("../fonts/0224f3fd-52d3-499a-ae2f-637a041f87f0.eot?#iefix");
  src: url("../fonts/0224f3fd-52d3-499a-ae2f-637a041f87f0.eot?#iefix") format("eot"), url("../fonts/5c4d5432-75c4-4f6b-a6e7-8af4d54a33d1.woff") format("woff"), url("../fonts/2ee46b89-b7cb-4bbe-9d60-b7ca4354b706.ttf") format("truetype"), url("../fonts/9714d635-13b3-48b2-9315-5d0f72a69ab9.svg#9714d635-13b3-48b2-9315-5d0f72a69ab9") format("svg");
}
@font-face {
  font-family: "Swiss 721 W01 Bold";
  src: url("../fonts/5b9ccca5-47aa-44da-9a69-75a9c5b8f314.eot?#iefix");
  src: url("../fonts/5b9ccca5-47aa-44da-9a69-75a9c5b8f314.eot?#iefix") format("eot"), url("../fonts/6f8c05f7-2d01-4282-ba89-505635df2953.woff") format("woff"), url("../fonts/3fa115a3-0515-4bbd-94cc-555dc6341889.ttf") format("truetype"), url("../fonts/d3755f1d-88db-4cd3-a42b-8226e3aeeaf4.svg#d3755f1d-88db-4cd3-a42b-8226e3aeeaf4") format("svg");
}
@font-face {
  font-family: "Swiss 721 W01 Medium";
  src: url("../fonts/0a72c688-cbf1-4545-b25d-dc6c6935a2b9.eot?#iefix");
  src: url("../fonts/0a72c688-cbf1-4545-b25d-dc6c6935a2b9.eot?#iefix") format("eot"), url("../fonts/ea1567a4-8608-4bb1-a638-bc30606fc950.woff") format("woff"), url("../fonts/95c8bd18-b342-4b31-a039-d332be2affd5.ttf") format("truetype"), url("../fonts/70cfd5cd-d8dc-46c9-9457-197159711dd5.svg#70cfd5cd-d8dc-46c9-9457-197159711dd5") format("svg");
}
@font-face {
  font-family: "NewBaskervilleW01-SemiB 693026";
  src: url("../fonts/1ab418e8-cd3d-454c-be22-85aa5cc90d74.eot?#iefix");
  src: url("../fonts/1ab418e8-cd3d-454c-be22-85aa5cc90d74.eot?#iefix") format("eot"), url("../fonts/f22486fb-f356-4eb0-bcbf-d0f46722f978.woff") format("woff"), url("../fonts/309f3a7b-3fe2-4d8c-bfea-14a166fe35b8.ttf") format("truetype"), url("../fonts/cd26ee46-92e6-4868-8d3f-28f84154d75c.svg#cd26ee46-92e6-4868-8d3f-28f84154d75c") format("svg");
}
@font-face {
  font-family: "Swiss 721 W01 Roman";
  src: url("../fonts/debae208-0c7b-4232-ba62-313e2d9d14c7.eot?#iefix");
  src: url("../fonts/debae208-0c7b-4232-ba62-313e2d9d14c7.eot?#iefix") format("eot"), url("../fonts/19c307d6-6fd8-47d3-a56d-fa998322491a.woff") format("woff"), url("../fonts/61571c7a-d78e-4d50-822d-194e2b92a1f1.ttf") format("truetype"), url("../fonts/eafecdd5-35c6-4dc5-bc71-9b81010c7fa4.svg#eafecdd5-35c6-4dc5-bc71-9b81010c7fa4") format("svg");
}
@font-face {
  font-family: "Swiss 721 W01 Italic";
  src: url("../fonts/bba2ccf7-f24b-4179-a219-d858a659212c.eot?#iefix");
  src: url("../fonts/bba2ccf7-f24b-4179-a219-d858a659212c.eot?#iefix") format("eot"), url("../fonts/e96d0d02-2397-43ee-ba2a-513c21c25216.woff") format("woff"), url("../fonts/dda5a8ff-1d45-46be-8fb8-32750e39fbe2.ttf") format("truetype"), url("../fonts/ca78163f-aee5-4953-ba52-8e43676771ce.svg#ca78163f-aee5-4953-ba52-8e43676771ce") format("svg");
}
@font-face {
  font-family: "Swiss_721 W01 Light";
  src: url("../fonts/8936dd78-6787-48e6-b578-0df6e400b3e1.eot?#iefix");
  src: url("../fonts/8936dd78-6787-48e6-b578-0df6e400b3e1.eot?#iefix") format("eot"), url("../fonts/d1001ef9-2b8e-4cd1-99e7-9f48a6f7d356.woff") format("woff"), url("../fonts/0c9b7a6a-39da-4a63-8de4-3a91edeab5de.ttf") format("truetype"), url("../fonts/a3f40f07-8d2b-4630-a6c6-a6e1ceb4e1e7.svg#a3f40f07-8d2b-4630-a6c6-a6e1ceb4e1e7") format("svg");
}
/*------------------------------------------------------------------------
  Avenir fonts
  ------------------------------------------------------------------------*/
@font-face {
  font-family: "Avenir LT W01_35 Light1475496";
  src: url("../fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
  src: url("../fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"), url("../fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"), url("../fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"), url("../fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_45 Book1475508";
  src: url("../fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix");
  src: url("../fonts/710789a0-1557-48a1-8cec-03d52d663d74.eot?#iefix") format("eot"), url("../fonts/65d75eb0-2601-4da5-a9a4-9ee67a470a59.woff") format("woff"), url("../fonts/c70e90bc-3c94-41dc-bf14-caa727c76301.ttf") format("truetype"), url("../fonts/0979215b-3a1b-4356-9c76-e90fa4551f1d.svg#0979215b-3a1b-4356-9c76-e90fa4551f1d") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_55 Roman1475520";
  src: url("../fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix");
  src: url("../fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix") format("eot"), url("../fonts/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff"), url("../fonts/9bdf0737-f98c-477a-9365-ffc41b9d1285.ttf") format("truetype"), url("../fonts/15281d0d-e3c2-46e1-94db-cb681e00bfaa.svg#15281d0d-e3c2-46e1-94db-cb681e00bfaa") format("svg");
}
@font-face {
  font-family: "Avenir LT W01_85 Heavy1475544";
  src: url("../fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
  src: url("../fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"), url("../fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"), url("../fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"), url("../fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
}
.creative-projects-list .tle-list-ovr {
  transition: all 333ms;
}
.creative-projects-list .tle-list-ovr:hover {
  opacity: .5 !important;
}
body.modal-open {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 2000;
}
.popup-modal-wrap[aria-hidden="true"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.popup-modal-wrap .modal {
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 0;
}
.popup-modal-wrap .popup-modal-content {
  padding: 0;
  width: 600px;
  margin: 0 auto;
  -webkit-transform: translate(0 -50%);
  -moz-transform: translate(0 -50%);
  -ms-transform: translate(0 -50%);
  -o-transform: translate(0 -50%);
  transform: translate(0 -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.popup-modal-wrap .popup-modal-content a {
  display: block;
}
.popup-modal-wrap .popup-modal-content img {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .popup-modal-wrap .popup-modal-content {
    width: 100%;
    height: 75%;
    max-height: 400px;
  }
  .popup-modal-wrap .popup-modal-content img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .popup-modal-wrap .popup-modal-content {
    transform: none;
    top: 12.5%;
  }
}
.popup-modal-wrap .popup-modal-close {
  padding: 20px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
.popup-modal-wrap .popup-modal-close .close-btn {
  cursor: pointer;
  transition: transform 100ms;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #475055;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  line-height: 30px;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .popup-modal-wrap .popup-modal-close .close-btn {
    position: fixed;
  }
}
.popup-modal-wrap .popup-modal-close .close-btn:hover {
  transform: scale(0.8);
}
.nav-uti {
  max-width: 200px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 666ms;
  -moz-transition: all 666ms;
  -o-transition: all 666ms;
  transition: all 666ms;
  height: 16px;
  margin-top: 13px !important;
}
.navburger-active .nav-uti {
  opacity: 1;
  max-width: 620px;
  overflow: hidden;
}
.navburger-active .navburger b:nth-child(1) {
  background: #0047BB;
  transform: rotate(45deg) translateX(5.75px) translateY(5.75px);
}
.navburger-active .navburger b:nth-child(2) {
  background: #0047BB;
  opacity: 0;
  width: 0;
}
.navburger-active .navburger b:nth-child(3) {
  background: #0047BB;
  transform: rotate(-45deg) translateX(5.75px) translateY(-5.75px);
}
.navburger {
  margin-left: 10px;
  margin-right: 15px;
  width: 27px;
  display: inline-block;
  vertical-align: middle;
  top: -7px;
  position: relative;
  cursor: pointer;
}
.navburger:hover b {
  background: #0047BB;
}
.navburger b {
  cursor: pointer;
  display: block;
  -webkit-transition: all 333ms;
  -moz-transition: all 333ms;
  -o-transition: all 333ms;
  transition: all 333ms;
  background: #666666;
  width: 27px;
  height: 4px;
  margin: 4px auto;
  border-radius: 10px;
}
.hdr {
  position: relative;
}
.hdr .hdr-holder {
  margin-top: 3px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .hdr .hdr-holder {
    margin-bottom: 16px;
  }
}
.hdr-top {
  height: 45px;
  position: relative;
  z-index: 3;
  background: white;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .hdr-top {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .hdr-top {
    display: none;
  }
}
.hdr-top .hdr-top__right-infos {
  padding: 7px 0 5px 15px;
  padding: 11px 0 3px 15px;
}
.hdr-top .hdr-top__right-infos .btn-sm {
  font-size: 12px;
  vertical-align: top;
}
.hdr-top .hdr-top__right-infos i {
  margin-left: 5px;
}
.hdr-top .hdr-top__right-infos .i-linkedin {
  margin-left: 15px;
  margin-top: 5px;
}
.hdr-top .hdr-top__right-infos span {
  color: #0047BB;
  display: inline-block;
  line-height: 21px;
  vertical-align: top;
}
.log {
  font-size: 19px;
  font-size: 1.6rem;
  font-size: 0px;
  font-size: 0rem;
  float: left;
  display: block;
  padding: 70px 0 0 105px;
  height: 97px;
  min-width: 220px;
  background-size: 142px 138px;
}
a.log {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 0px) and (max-width: 767px) {
  .log {
    float: none;
    background-position: 50% 0;
    margin: 0 auto;
    height: 125px;
    width: 300px;
    padding: 100px 0 0 0;
    text-align: center;
    position: relative;
  }
  .log svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .log {
    float: none;
    background-position: 50% 0;
    margin: 0 auto;
    height: 125px;
    width: 300px;
    padding: 100px 0 0 0;
    text-align: center;
    position: relative;
  }
  .log svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
  }
}
@media (min-width: 1036px) and (max-width: 1199px) {
  .log {
    position: relative;
  }
  .log svg {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .log {
    position: relative;
  }
  .log svg {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
}
.log.red-logo {
  background-size: 142px 138px;
}
.log.red-logo:hover {
  color: #f15f5f;
}
.spacer {
  width: 100%;
  height: 20px;
  display: block;
}
@media (min-width: 0px) and (max-width: 1035px) {
  .spacer {
    display: none;
  }
}
.t-main .negMargin {
  margin-top: -20px !important;
}
.t-main .nav.nav-pro {
  border: 0;
  background: transparent;
}
.t-main .nav.nav-pro .btn.btn-success {
  padding: 8px 25px;
  height: 38px;
}
.t-main .nav.nav-pro .dropdown-menu {
  border-radius: 0;
  border: 0;
}
.t-main .nav.nav-pro .dropdown-menu > li > a {
  border: 0;
  background: #313741;
  border-bottom: 1px solid #6c7377;
}
.t-main .nav.nav-pro .dropdown-menu > li > a:hover {
  background: #586064;
}
.t-main .nav.nav-pro .nav-item {
  border: 0;
}
.t-main .nav.nav-pro .nav-pro-right-items {
  border-left: 1px solid #6c7377;
}
.t-main .nav.nav-pro .nav-item.open > a,
.t-main .nav.nav-pro .nav-item > a:hover {
  background: #586064;
}
@media (max-width: 768px) {
  .scroll-top-link {
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  .tle.tle-profile + .profile-actions .scroll-top-link {
    margin-right: 0;
  }
}
.fot {
  margin-top: 57px;
  padding-bottom: 20px;
  color: #b0b0b0;
  background-color: #313741;
  -webkit-box-shadow: #373e42 0px 0px 15px 0px inset;
  -moz-box-shadow: #373e42 0px 0px 15px 0px inset;
  box-shadow: #373e42 0px 0px 15px 0px inset;
}
.fot ul li:before {
  background: white !important;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fot {
    margin-top: 57px;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .fot {
    margin-top: 57px;
  }
}
.fot .l-content {
  overflow: hidden;
}
.fot h2 {
  padding: 28px 0 21px;
  text-align: center;
  margin: 0;
  color: #ffffff;
  line-height: 28.8px;
  line-height: 2.4rem;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
}
.fot h3 {
  margin: 0;
  color: #ffffff;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1rem;
  font-weight: normal;
}
.fot a {
  color: #ffffff;
}
.fot .fot-col {
  height: 100%;
  padding: 0 0 10px 26px;
}
.fot .fot-col.fot-first {
  border: none;
}
.fot .fot-col.fot-first:before {
  display: none;
}
.fot .fot-col.fot-last .clearfix {
  clear: both;
}
.fot .fot-col.fot-last .follow-us-on {
  margin-top: 40px;
}
.fot .fot-col.fot-last .follow-us-on h3 {
  color: #cccccc;
}
.fot .fot-col.fot-last .follow-us-on .svg-linkedin,
.fot .fot-col.fot-last .follow-us-on .svg-twitter {
  margin-top: 10px;
}
.fot .fot-col.fot-last .follow-us-on .svg-linkedin path,
.fot .fot-col.fot-last .follow-us-on .svg-twitter path {
  fill: #999999;
  -webkit-transition: fill 250ms;
  -moz-transition: fill 250ms;
  -ms-transition: fill 250ms;
  -o-transition: fill 250ms;
  transition: fill 250ms;
}
.fot .fot-col.fot-last .follow-us-on .svg-linkedin:hover path,
.fot .fot-col.fot-last .follow-us-on .svg-twitter:hover path {
  fill: #0047BB;
}
@media (min-width: 1036px) {
  .fot .fot-col.fot-last .follow-us-on {
    margin-top: 110px;
    float: right;
  }
  .fot .fot-col.fot-last .follow-us-on h3 {
    display: inline-block;
    vertical-align: middle;
  }
  .fot .fot-col.fot-last .follow-us-on a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    height: 20.3px;
    position: relative;
    top: -1px;
  }
  .fot .fot-col.fot-last .follow-us-on .svg-linkedin,
  .fot .fot-col.fot-last .follow-us-on .svg-twitter {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .fot .fot-col {
    border-left: none;
  }
  .fot .fot-col:before {
    background-color: transparent;
  }
  .fot .fot-col .con {
    clear: both;
  }
  .fot .fot-col ul {
    clear: left;
  }
  .fot .fot-col li {
    float: left;
    width: 50%;
  }
  .fot .fot-col.fot-last .follow-us-on {
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fot .fot-col {
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
  .fot .fot-col .con ul li {
    display: inline-block;
  }
  .fot .fot-col:before {
    background-color: transparent;
  }
  .fot .fot-col.fot-last .follow-us-on {
    margin-top: 15px;
  }
}
.fot .l-border {
  margin-top: 30px;
  border-left: 1px solid #444444;
  border-right: 1px solid #62696d;
  position: relative;
}
.fot .l-border:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #62696d;
}
.fot .l-border:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #444444;
}
.fot .hor {
  height: 2px;
  background-color: #444444;
  border-bottom: 1px solid #62696d;
}
.fot .fot-copyright {
  margin-top: 24px;
  color: #d1d3d4;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fot .fot-copyright {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}
.fot .nav.nav-pipe {
  float: left;
  margin-top: 24px;
  color: #999999;
}
.fot .nav.nav-pipe .nav-item {
  float: none;
  display: inline-block;
}
.fot .nav.nav-pipe .nav-item a {
  color: #999999;
}
.fot .nav.nav-pipe .nav-item a:hover {
  color: #0047BB;
}
.fot .nav.nav-pipe .nav-item a:active {
  color: #666666;
}
.fot .nav.nav-pipe .nav-item:first-child {
  margin-left: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fot .nav.nav-pipe {
    float: none;
    display: block;
    text-align: center;
  }
  .fot .nav.nav-pipe .nav-item:first-child {
    margin-left: 15px;
  }
}
.con {
  padding: 0 25px;
  font-size: 13px;
  font-size: 1.1rem;
}
@media (min-width: 1036px) and (max-width: 1199px), (min-width: 1200px) {
  .con.con-wide {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .con {
    padding: 15px 0;
  }
  .con.t-form {
    padding: 15px 25px;
  }
  .con img,
  .con iframe {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .con {
    padding: 15px;
  }
  .con img,
  .con iframe {
    max-width: 100%;
    height: auto;
  }
}
.con.con-nopadding {
  padding: 0;
}
.con.con-padding-left,
.con .con-padding-left {
  padding-left: 30px;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .con.con-padding-left,
  .con .con-padding-left {
    padding-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .con.con-padding-left,
  .con .con-padding-left {
    padding-left: 0;
  }
}
.con.con-padding-right,
.con .con-padding-right {
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .con.con-padding-right,
  .con .con-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .con.con-padding-right,
  .con .con-padding-right {
    padding-right: 0;
  }
}
.con > h1 {
  margin-top: 30px;
}
.con h1 {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2rem;
  line-height: 26.4px;
  line-height: 2.2rem;
}
.con h2 {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2rem;
}
.con h3 {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .con h3 {
    font-size: 22px;
    font-size: 1.8rem;
    line-height: 26.4px;
    line-height: 2.2rem;
  }
}
.con h4 {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.3rem;
  line-height: 20.4px;
  line-height: 1.7rem;
  color: #666666;
}
.con h5 {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.5rem;
  color: #666666;
}
.con h6 {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1rem;
  line-height: 15.6px;
  line-height: 1.3rem;
  color: #666666;
}
.con p {
  line-height: 19.2px;
  line-height: 1.6rem;
}
.con p:last-child {
  margin-bottom: 25px;
}
.con .con-media {
  text-align: center;
}
.con ul {
  list-style: none;
  padding: 0;
}
.con ul li {
  padding-left: 21px;
  margin-bottom: 10px;
  position: relative;
}
.con ul li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #0047BB;
}
.con hr {
  border: none;
  height: 1px;
  background-color: #DFDFDF;
  margin: 30px 0;
}
.con hr.margin-10 {
  margin: 10px 0;
}
.cre-nav-offset,
.cre-sort-offset {
  margin-top: 42px;
  line-height: 43px;
}
.cre-nav-offset.cre-nav-mobile,
.cre-sort-offset.cre-nav-mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cre-nav-offset,
  .cre-sort-offset {
    margin-top: 20px;
  }
  .cre-nav-offset.cre-nav-mobile,
  .cre-sort-offset.cre-nav-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .cre-nav-offset,
  .cre-sort-offset {
    margin-top: 10px;
  }
  .cre-nav-offset.cre-nav-mobile,
  .cre-sort-offset.cre-nav-mobile {
    display: block;
  }
}
.cre-nav-offset span,
.cre-sort-offset span,
.cre-nav-offset a,
.cre-sort-offset a {
  color: #666666;
}
.cre-nav-offset-title {
  margin-top: 32px;
}
.cre-tabs-offset {
  margin-top: 54px;
}
.cre-tabs-offset span {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cre-tabs-offset {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .cre-tabs-offset .tabs {
    text-align: center;
  }
  .cre-tabs-offset .tabs li {
    display: inline-block;
    float: none;
  }
  .cre-tabs-offset .tabs li a {
    background: none;
    border: none;
    padding: 4px 20px 4px 12px;
  }
  .cre-tabs-offset .tabs li a:hover span {
    color: #666666;
  }
  .cre-tabs-offset .tabs .active a,
  .cre-tabs-offset .tabs .active a:hover {
    background: none;
    color: #0047BB;
    border: none;
    text-decoration: underline;
  }
  .cre-tabs-offset .tabs .active a span,
  .cre-tabs-offset .tabs .active a:hover span {
    color: #666666;
  }
  .cre-tabs-offset .tabs span {
    display: inline-block;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .cre-tabs-offset {
    margin-top: 30px;
  }
}
.ie8 .cre-tabs-offset .h-visible-sm {
  display: none;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .cre-page-content > .l-col-3 {
    width: 220px;
  }
  .cre-page-content .l-col-9 {
    width: 520px;
  }
  .cre-page-content .tle.tle-profile .con {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .cre-page-content .tle.tle-list.tle-projects {
    height: auto;
  }
  .cre-page-content .tle.tle-profile .tle-img-link,
  .cre-page-content .tle.tle-project .tle-img-link,
  .cre-page-content .tle.tle-projects .tle-img-link {
    max-width: 360px;
    margin: 0 auto;
    border-right: 0;
    height: 193px;
  }
  .cre-page-content .tle.tle-profile .hor {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .cre-page-content .tle.tle-profile .con {
    padding-bottom: 0;
  }
  .cre-page-content .tle.tle-profile h3 {
    margin-top: 0;
    margin-bottom: 18px;
  }
}
.cre-page-content .tle-specialities {
  text-align: right;
}
.cre-page-content .profile-actions {
  font-size: 15px;
  line-height: 30px;
}
.cre-page-content .profile-actions a {
  height: 40px;
}
.cre-page-content .profile-actions a + a {
  float: right;
}
.cre-page-content .profile-actions i {
  font-size: 30px;
  vertical-align: middle;
}
.cre-page-content .project-title {
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.creative-enquiry-block-wrapper {
  border-top: 1px solid #dfdfdf;
  padding: 23px 25px 10px;
}
.creative-enquiry-block-wrapper .creative-enquiry-block-heading {
  color: #0047BB;
}
.creative-enquiry-block-wrapper .creative-enquiry-block-heading .creative-name {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.creative-enquiry-block {
  font-size: 12px;
}
.cre-enquiry textarea {
  height: 64px !important;
}
.cre-enquiry .tle-img-link img {
  display: block;
  border: 0;
  margin-bottom: -3px;
  height: 150px;
}
.enquiry-success {
  margin-bottom: 57px;
}
.cre-projects-offset {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .cre-projects-offset {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cre-projects-offset .tle.tle-projects .tle-img-link {
    height: 246px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .cre-projects-offset .tle.tle-list.tle-projects {
    height: auto;
  }
  .cre-projects-offset .tle.tle-list.tle-projects .tle-img-link {
    height: 221px;
  }
}
.cre-projects-offset hr {
  border: none;
  height: 1px;
  background-color: #dfdfdf;
  margin: 30px 0;
}
.cre-projects-offset hr.margin-10 {
  margin: 10px 0;
}
.cre-account-page .cre-account-divide {
  margin: 40px 0 10px;
  border-bottom: 1px solid #dfdfdf;
}
.cre-account-page .cre-account-content p {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .profile-reorder-button-group {
    margin-top: 35px;
    margin-right: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .profile-reorder-button-group {
    margin-top: 35px;
    margin-right: 10px;
  }
}
#CreativeEnquiryForm_CreativeEnquiryForm_Overview {
  height: 124px !important;
}
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav .nav-item {
  float: left;
  margin: 0 15px;
}
.nav .nav-item.nav-first {
  margin-left: 0;
}
.nav .nav-item a {
  display: block;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav .nav-item.nav-hidden {
  visibility: hidden;
  width: 1px;
}
.heroBanner {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  background-color: #2a2e31;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.heroBanner h1 {
  font-family: "Avenir LT W01_35 Light1475496", sans-serif;
  font-size: 30px;
  line-height: 1.277777778;
  color: white;
  margin-bottom: 15px;
}
.heroBanner p {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
}
.heroBanner a {
  font-family: "Avenir LT W01_45 Book1475508", sans-serif;
  font-size: 13px;
  color: white;
  border: 1px solid white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 40px;
  display: inline-block;
  margin-top: 12px;
}
.heroBanner a:hover {
  color: #666666 !important;
}
.heroBanner__content {
  padding: 33px;
  text-align: center;
  z-index: 3;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1035px) {
  .heroBanner {
    display: none;
  }
}
.heroBanner img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: auto;
  display: block;
}
.nav-pri {
  margin: 0 auto !important;
}
@media (min-width: 1036px) and (max-width: 1199px) {
  .l-outer.l-content.h-clearfix.hdr {
    width: 100%;
  }
  .l-outer.l-content.h-clearfix.hdr .h-clearfix.hdr-holder {
    width: 1002px;
    margin: 0 auto;
  }
}
.job-alerts-wrap,
nav.h-relative.l-outer {
  margin: 0 auto;
}
.l-outer.l-content.h-clearfix.hdr .h-clearfix.hdr-holder {
  margin-top: 15px;
}
@media (min-width: 1036px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
  .l-outer.l-content.h-clearfix.hdr {
    width: 100%;
  }
  .l-outer.l-content.h-clearfix.hdr .h-clearfix.hdr-holder {
    width: 1002px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.fullWidth {
  background: #313741;
  position: absolute;
  display: block !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.fullWidth:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  right: 90%;
  top: 0;
  bottom: 0;
  background: #313741;
}
.fullWidth:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 90%;
  top: 0;
  bottom: 0;
  background: #313741;
}
.nav div:not([data-active="0"]) select:not([disabled]) {
  color: #0047BB;
}
.nav.nav-pri {
  background: #313741;
  font-size: 0;
  text-align: center;
  float: none;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 50;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-pri {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav.nav-pri {
    display: none;
  }
}
.nav.nav-pri .nav-item {
  margin: 0;
  width: 25%;
}
.nav.nav-pri .nav-item a {
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 30px;
  display: block;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cccecd;
  font-size: 13px;
  font-size: 1.1rem;
}
.nav.nav-pri .nav-item a:hover {
  color: #e3e5e4;
}
.nav.nav-pri .nav-item a svg {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.nav.nav-pri .nav-item a svg.svg-nz {
  top: 10px;
}
.nav.nav-pri .nav-item a svg.svg-location {
  top: 3px;
}
.nav.nav-pri .nav-item a svg.svg-nav-specialty {
  top: 2px;
}
.nav.nav-pri .nav-item.nav-first {
  border-left: none;
  border-right: 1px solid #6c7377;
}
.nav.nav-pri .nav-item.nav-first.nav-focus::after {
  position: absolute;
  display: block;
  content: "";
  left: -1px;
  bottom: 0;
  width: 10px;
  height: 10px;
}
.nav.nav-pri .nav-item.nav-last {
  border-right: none;
  border-left: 1px solid #6c7377;
}
.nav.nav-pri .nav-item.nav-last.nav-focus::after {
  position: absolute;
  display: block;
  content: "";
  right: -1px;
  bottom: 0;
  width: 10px;
  height: 10px;
}
.nav.nav-pri .nav-item.nav-parent {
  float: none;
  display: inline-block;
  position: relative;
}
.nav.nav-pri .nav-item.nav-parent.nav-disabled svg path {
  fill: #666666;
}
.nav.nav-pri .nav-item.nav-parent.nav-active {
  background: #0047bb;
}
.nav.nav-pri .nav-item.nav-parent.nav-active:before {
  border-color: #0047BB transparent transparent transparent;
  transform: rotate(-90deg);
}
.nav.nav-pri .nav-item.nav-parent.nav-active svg path {
  fill: #999999;
  fill: #0047bb;
  fill: #fff;
}
.nav.nav-pri .nav-item.nav-parent.nav-active a {
  color: #999999;
  color: #0047bb;
  color: #fff;
}
.nav.nav-pri .nav-item.nav-parent.nav-active a .i-profession {
  background-position: 0 -14px;
}
.nav.nav-pri .nav-item.nav-parent.nav-active a .i-specialities {
  background-position: 0 -16px;
}
.nav.nav-pri .nav-item.nav-parent.nav-active a .i-industries {
  background-position: 0 -16px;
}
.nav.nav-pri .nav-item.nav-parent.nav-active a .i-locations {
  background-position: 0 -18px;
}
.nav.nav-pri .nav-item.nav-active {
  background: #586064;
  background: #0047bb;
}
.nav.nav-pri .nav-item.nav-active:hover {
  background: #586064;
  background: #0047bb;
}
.nav.nav-pri .nav-item.nav-active svg path {
  fill: #fff;
}
.nav.nav-pri .nav-item.nav-active a {
  color: #fff;
}
.nav.nav-pri .nav-item.nav-focus {
  background: #586064;
}
.nav.nav-pri .nav-item.nav-focus:before {
  transform: rotate(-90deg);
}
.nav.nav-pri .nav-item.nav-focus a {
  color: #cccecd;
}
.ie8 .nav.nav-pri .nav-item.nav-focus a:hover {
  background-color: #fff;
}
.nav.nav-pri .nav-item.nav-disabled {
  background: #313741 !important;
}
.nav.nav-pri .nav-item.nav-disabled a {
  cursor: default;
}
.nav.nav-pri .nav-item.nav-disabled:before,
.nav.nav-pri .nav-item.nav-disabled a {
  color: #666666;
}
.ie8 .nav.nav-pri .nav-item.nav-disabled a {
  filter: none;
  color: #aaa;
}
.ie8 .nav.nav-pri .nav-item.nav-disabled a span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.nav.nav-pri .nav-item.nav-disabled a span {
  background-position: 0 100%;
}
.nav.nav-pri .nav-item.nav-disabled:hover {
  background: #586064;
}
.nav.nav-pri .nav-item.nav-disabled:hover a {
  color: #666;
}
.nav.nav-pri .nav-item:hover {
  background: #586064;
  background: #0047bb;
}
.nav.nav-pri .nav-item:hover svg path {
  fill: #fff;
}
.nav.nav-pri .nav-item:hover a {
  color: #fff;
}
.nav.nav-pri-sub {
  display: none;
  position: absolute;
  z-index: 100;
  top: 53px;
  background-color: #fff;
  margin-top: 26px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.nav.nav-pri-sub .innerWrap {
  padding: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 394px;
  overflow: auto;
}
.nav.nav-pri-sub:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ccc transparent;
}
.nav.nav-pri-sub:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ffffff transparent;
}
.nav.nav-pri-sub .nav-item {
  margin: 0;
  margin-left: 5px;
  margin-right: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  float: none !important;
}
.nav.nav-pri-sub .nav-item.nav-first {
  height: 15px;
  border-right: 1px solid #6c7377 !important;
}
.nav.nav-pri-sub .nav-item.nav-last {
  border-left: 1px solid #6c7377 !important;
}
.nav.nav-pri-sub .nav-item.nav-active a,
.nav.nav-pri-sub .nav-item a:hover {
  color: #fff;
  background-color: #0047BB;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.nav.nav-pri-sub .nav-item a {
  display: block;
  padding: 8px 30px;
  border-radius: 4px;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.nav.nav-pri-mobile {
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #b8b8b8;
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  background: linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffe3e3e3', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0',endColorstr='#ffe3e3e3',GradientType=0);
  height: 55px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.nav.nav-pri-mobile h1 {
  cursor: pointer;
  text-align: center;
  color: #666666;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 18px 0;
  margin: 0;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: -moz-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: -ms-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffdadada', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9',endColorstr='#ffdadada',GradientType=0);
}
.nav.nav-pri-mobile h1:hover {
  color: #0047BB;
}
.nav.nav-pri-mobile .nav-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 50px;
  -webkit-box-shadow: #fff 0 1px 0 0 inset;
  -moz-box-shadow: #fff 0 1px 0 0 inset;
  box-shadow: #fff 0 1px 0 0 inset;
  border: none;
  border-top: 1px solid #d5d5d5;
  float: none;
  margin: 0;
  background-color: transparent;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.3rem;
}
.nav.nav-pri-mobile .nav-item.nav-active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0 inset;
  background-color: #fafafa;
  color: #0047BB;
}
.nav.nav-pri-mobile .nav-item.nav-disabled,
.nav.nav-pri-mobile .nav-item[disabled] {
  color: #bdbdbd;
}
.nav.nav-pri-mobile.expanded {
  height: 207px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav.nav-pri-mobile {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-pri-mobile {
    display: block;
  }
}
.nav.nav-sec {
  float: right;
  margin-top: 75px;
  font-size: 14px;
  font-size: 1.2rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-sec {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav.nav-sec {
    display: none;
  }
}
.nav.nav-sec .nav-item {
  min-height: 18px;
  line-height: 18px;
}
.nav.nav-sec .nav-item a {
  color: #999999;
}
.nav.nav-sec .nav-item a:hover {
  color: #0047BB;
}
.nav.nav-sec .nav-link.lock-icon {
  color: #0047BB;
}
.svg-telephone {
  margin-left: 5px;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
.nav.nav-tabbed {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav.nav-tabbed {
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-tabbed {
    margin-bottom: 20px;
  }
}
.nav.nav-tabbed .nav-item {
  margin: 0;
  text-align: center;
}
.nav.nav-tabbed .nav-item a {
  border-top: 1px solid #0047BB;
  border-left: 1px solid #0047BB;
  border-bottom: 1px solid #0047BB;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  font-size: 14px;
  padding: 0 25px;
  min-width: 110px;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-tabbed .nav-item a {
    height: 40px;
    line-height: 40px;
  }
}
.nav.nav-tabbed .nav-item:first-child a {
  border-radius: 4px 0 0 4px;
}
.nav.nav-tabbed .nav-item:last-child a {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #0047BB;
}
.cre-nav-mobile .nav.nav-tabbed .nav-item {
  width: 50%;
}
.cre-nav-mobile .nav.nav-tabbed .nav-item a {
  min-width: 0;
}
.nav.nav-tabbed .nav-active a {
  color: #0047BB;
}
.nav.nav-tabbed .nav-active a:hover {
  color: #0047BB;
  border-color: #0047BB;
}
.nav.nav-uti {
  margin-top: 10px;
  float: right;
  font-size: 13px;
  font-size: 1.1rem;
}
.nav.nav-uti .nav-item.nav-active .nav-link {
  color: #0047BB;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-uti {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav.nav-uti {
    display: none;
  }
}
.nav.nav-pipe {
  margin-top: 1px;
  margin-bottom: 11px;
  display: inline-block;
}
.nav.nav-pipe .nav-item,
.nav.nav-pipe .nav-item .nav-link {
  color: #999999;
}
.nav.nav-pipe .nav-item:hover,
.nav.nav-pipe .nav-item .nav-link:hover {
  color: #0047BB;
}
.nav.nav-pipe .nav-item {
  margin: 0 5px;
}
.nav.nav-pipe .nav-item:nth-child(even) {
  margin: 0;
}
.nav.nav-pipe .nav-item.nav-active .nav-link {
  color: #0047BB;
}
.nav.nav-ter {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-ter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav.nav-ter {
    display: none;
  }
}
.nav.nav-ter .nav-item {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.nav.nav-ter .nav-item:last-child {
  border-bottom: none;
}
.nav.nav-ter .nav-item.nav-active a {
  position: relative;
  color: #0047BB;
}
.nav.nav-ter .nav-item a {
  color: #999999;
  font-size: 14px;
  font-size: 1.2rem;
  line-height: 19.2px;
  line-height: 1.6rem;
  width: 210px;
  padding-right: 12px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.nav.nav-ter .nav-item a:hover {
  color: #0047BB;
}
.nav.nav-ter .nav-item a:active {
  color: #0047BB;
}
.mnv {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 48px;
  z-index: 100;
}
.mnv .mnv-page {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: scroll;
  display: none;
  background: #32383b;
  padding-bottom: 60px;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-overflow-scrolling: touch;
}
.mnv .nav {
  float: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #2d2d2d;
  padding-bottom: 60px;
  overflow: hidden;
}
.mnv .nav .nav-item {
  float: none;
  margin: 0;
  line-height: 48px;
  line-height: 4rem;
  font-size: 16px;
  font-size: 1.3rem;
  border-bottom: 1px solid #2d2d2d;
  overflow: hidden;
}
.mnv .nav .nav-item a,
.mnv .nav .nav-item span {
  padding: 0 16px;
  text-decoration: none;
  color: #d7d9da;
  display: block;
}
.mnv .nav .nav-item a.current,
.mnv .nav .nav-item span.current {
  background: #1b1e1f;
}
.mnv .nav .nav-item a.click-to-call-ipad,
.mnv .nav .nav-item span.click-to-call-ipad {
  display: none;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .mnv .nav .nav-item a.click-to-call-ipad,
  .mnv .nav .nav-item span.click-to-call-ipad {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .mnv .nav .nav-item a.click-to-call,
  .mnv .nav .nav-item span.click-to-call {
    display: none;
  }
}
.mnv .nav .nav-item .mnv-text,
.mnv .nav .nav-item .mnv-back,
.mnv .nav .nav-item .mnv-down {
  position: relative;
}
.mnv .nav .nav-item .mnv-back {
  padding-left: 28px;
}
.mnv .nav .nav-item .mnv-back:before {
  content: "\2039";
  font-size: 30px;
  position: absolute;
  left: 12px;
  margin-top: -3px;
}
.mnv .nav .nav-item .mnv-down {
  padding-right: 16px;
}
.mnv .nav .nav-item .mnv-down.mnv-child {
  padding: 0 28px;
}
.mnv .nav .nav-item .mnv-down:before {
  content: "\203A";
  font-size: 30px;
  position: absolute;
  right: 12px;
  margin-top: -3px;
}
.mnv .nav .nav-item .mnv-child {
  padding: 0 16px 0 28px;
}
.mnv-active {
  height: 48px;
}
.nav-mobile {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 -5px 15px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 -5px 15px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 -5px 15px 0 inset;
  background-color: #495257;
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav-mobile {
    display: block;
  }
}
.mnv-active .nav-mobile {
  position: fixed;
  z-index: 100;
  width: 100%;
}
.nav-mobile .nav-item {
  line-height: 48px;
  line-height: 4rem;
  font-size: 14px;
  font-size: 1.2rem;
  color: #d7d9da;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 15px;
  margin: 0;
}
.nav-mobile .nav-item a {
  color: #d7d9da;
}
.nav-mobile .nav-item-menu {
  -webkit-transition: background-color 0.2s 0 ease-out;
  -moz-transition: background-color 0.2s 0 ease-out;
  -ms-transition: background-color 0.2s 0 ease-out;
  -o-transition: background-color 0.2s 0 ease-out;
  transition: background-color 0.2s 0 ease-out;
}
.nav-mobile .nav-item-menu .nav-item-holder {
  position: relative;
  display: inline;
  padding-left: 22px;
}
.mnv-active .nav-mobile .nav-item-menu {
  background-color: #32383b;
}
.nav-mobile .nav-item-menu .icn {
  position: absolute;
  top: 0;
  left: 0;
}
.nav-mobile .nav-item-menu span {
  display: block;
  width: 16px;
  height: 3px;
  margin-bottom: 3px;
  background: #d7d9da;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.nav-mobile .nav-item-profile {
  float: right;
}
.acn {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
  z-index: 10;
  -webkit-transform: translate(0, -68px);
  -moz-transform: translate(0, -68px);
  -ms-transform: translate(0, -68px);
  -o-transform: translate(0, -68px);
  transform: translate(0, -68px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .acn.acn-profile-nav {
    display: none;
  }
  .acn.acn-profile-nav.acn-active {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .acn.acn-profile-nav {
    display: none;
  }
  .acn.acn-profile-nav.acn-action {
    display: none;
  }
}
.acn.acn-active {
  display: block;
  z-index: 201;
}
.acn .btn.btn-primary,
.acn .btn.btn-success {
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 150px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .acn {
    display: none;
  }
  .acn.acn-active {
    display: none;
  }
}
.acn.acn-transition-active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.acn .acn-holder {
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .acn .acn-holder {
    width: 90%;
    float: none;
  }
}
.acn .acn-action-left {
  padding-right: 30px;
  text-align: right;
}
.acn .acn-action-right {
  padding-left: 30px;
}
.acn .acn-name {
  padding-right: 10px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  position: relative;
  top: 2px;
}
.acn-profile .btn.btn-primary.acn-profile-link {
  display: block;
  width: 100%;
  font-size: 14px;
}
.acn-profile .acn-profile-detail {
  color: #0047BB;
  margin-top: -5px;
}
.acn-profile .acn-profile-detail img {
  border: 1px solid #dfdfdf;
  display: block;
  float: left;
  margin-right: 20px;
}
.acn-profile .acn-profile-detail strong {
  padding-bottom: 3px;
}
.acn-mobile {
  display: none;
}
.acn-mobile.acn-mobile-no-buttons .agt-filter-mobile {
  margin-top: 0;
}
.acn-mobile .btn {
  text-align: center;
  color: #666666;
  height: 55px;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 16px 0;
  margin: 0;
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: -moz-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: -ms-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffdadada', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9',endColorstr='#ffdadada',GradientType=0);
  display: block;
  margin-bottom: 20px;
  border: 1px solid #b8b8b8;
}
.acn-mobile .btn-link-mobile {
  margin-top: 20px;
}
.acn-mobile .agt-filter-mobile {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #b8b8b8;
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  background: -ms-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  background: linear-gradient(top, #f0f0f0 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffe3e3e3', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0',endColorstr='#ffe3e3e3',GradientType=0);
  height: 55px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.acn-mobile .agt-filter-mobile h1 {
  text-align: center;
  color: #666666;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 18px 0;
  margin: 0;
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: -moz-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: -ms-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  background: linear-gradient(top, #e9e9e9 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffdadada', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9',endColorstr='#ffdadada',GradientType=0);
}
.acn-mobile .agt-filter-mobile .filter-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 50px;
  -webkit-box-shadow: #fff 0 1px 0 0 inset;
  -moz-box-shadow: #fff 0 1px 0 0 inset;
  box-shadow: #fff 0 1px 0 0 inset;
  border: none;
  border-top: 1px solid #d5d5d5;
  float: none;
  margin: 0;
  background-color: transparent;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.1rem;
}
.acn-mobile .agt-filter-mobile .filter-item.filter-active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0 inset;
  background-color: #fafafa;
  color: #0047BB;
}
.acn-mobile .agt-filter-mobile.expanded {
  height: 107px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .acn-mobile {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .acn-mobile {
    display: block;
  }
}
.pills {
  margin: 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.pills > li {
  position: relative;
  display: block;
}
.pills > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
}
.pills > li > a:hover,
.pills > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pills > li.disabled > a {
  color: #999999;
}
.pills > li.disabled > a:hover,
.pills > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.pills .open > a,
.pills .open > a:hover,
.pills .open > a:focus {
  background-color: transparent;
  border-color: #428bca;
}
.pills > li > a > img {
  max-width: none;
}
.pills > li {
  float: left;
}
.pills > li > a {
  border-radius: 5px;
}
.pills > li + li {
  margin-left: 2px;
}
.pills > li.active > a,
.pills > li.active > a:hover,
.pills > li.active > a:focus {
  color: #fff;
  background-color: #67cef2;
}
.tabs {
  margin: 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  height: 32px;
}
.tabs > li {
  position: relative;
  display: block;
}
.tabs > li > a {
  position: relative;
  display: block;
  height: 32px;
}
.tabs > li > a:hover,
.tabs > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.tabs > li.disabled > a {
  color: #999999;
}
.tabs > li.disabled > a:hover,
.tabs > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.tabs .open > a,
.tabs .open > a:hover,
.tabs .open > a:focus {
  background-color: transparent;
  border-color: #428bca;
}
.tabs > li > a > img {
  max-width: none;
}
.tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tabs > li > a {
  line-height: 32px;
  padding: 0px 15px;
  border: 1px solid #dfdfdf;
  border-left-color: #e4e4e4;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffebebeb', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7',endColorstr='#ffebebeb',GradientType=0);
}
.tabs > li:first-child a {
  border-left-color: #dfdfdf;
  border-radius: 4px 0 0 0;
}
.tabs > li:last-child a {
  border-radius: 0 4px 0 0;
}
.tabs > li.active > a,
.tabs > li.active > a:hover,
.tabs > li.active > a:focus {
  color: #fff;
  background: -webkit-linear-gradient(top, #0047BB 0%, #0047BB 100%);
  background: -moz-linear-gradient(top, #0047BB 0%, #0047BB 100%);
  background: -ms-linear-gradient(top, #0047BB 0%, #0047BB 100%);
  background: -o-linear-gradient(top, #0047BB 0%, #0047BB 100%);
  background: linear-gradient(top, #0047BB 0%, #0047BB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0047bb', endColorstr='#ff0047bb', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0047bb',endColorstr='#ff0047bb',GradientType=0);
  border-top: 1px solid #0047BB;
  border-bottom-color: transparent;
  cursor: default;
}
.nav.nav-pro-sec {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #313741;
  border: 1px solid #000000;
  margin-top: -3px;
  padding: 20px;
  text-align: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-pro-sec {
    display: none;
  }
}
.nav.nav-pro {
  float: none;
  margin-top: 20px;
  border: 1px solid #000000;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: -webkit-linear-gradient(top, #5d5d5d 0%, #272727 100%);
  background: -moz-linear-gradient(top, #5d5d5d 0%, #272727 100%);
  background: -ms-linear-gradient(top, #5d5d5d 0%, #272727 100%);
  background: -o-linear-gradient(top, #5d5d5d 0%, #272727 100%);
  background: linear-gradient(top, #5d5d5d 0%, #272727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff272727', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d',endColorstr='#ff272727',GradientType=0);
  position: relative;
  z-index: 11;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-pro {
    display: none;
  }
}
.nav.nav-pro .nav-pro-right-items {
  float: right;
  border-left: 1px solid #000000;
}
.nav.nav-pro .nav-pro-feature {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 52px;
  line-height: 48px;
  text-align: center;
}
.nav.nav-pro .nav-item {
  margin: 0;
  width: 158px;
  border-right: 1px solid #b8b8b8;
  border-left: 1px solid #4a4a4a;
}
.nav.nav-pro .nav-item > a {
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
  color: #fff;
  padding: 0 35px;
  display: block;
}
.nav.nav-pro .nav-item > a:hover {
  background: -webkit-linear-gradient(top, #5d5d5d 0%, #343434 100%);
  background: -moz-linear-gradient(top, #5d5d5d 0%, #343434 100%);
  background: -ms-linear-gradient(top, #5d5d5d 0%, #343434 100%);
  background: -o-linear-gradient(top, #5d5d5d 0%, #343434 100%);
  background: linear-gradient(top, #5d5d5d 0%, #343434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff343434', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d',endColorstr='#ff343434',GradientType=0);
}
.nav.nav-pro .nav-item > a .nav-arrow {
  position: absolute;
  top: 14px;
  right: 6px;
}
.nav.nav-pro .nav-item > a .nav-icon-profile {
  top: 5px;
  margin-right: 18px;
  display: inline-block;
}
.nav.nav-pro .nav-item.open > a {
  background: -webkit-linear-gradient(top, #5d5d5d 0%, #414141 100%);
  background: -moz-linear-gradient(top, #5d5d5d 0%, #414141 100%);
  background: -ms-linear-gradient(top, #5d5d5d 0%, #414141 100%);
  background: -o-linear-gradient(top, #5d5d5d 0%, #414141 100%);
  background: linear-gradient(top, #5d5d5d 0%, #414141 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff414141', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d',endColorstr='#ff414141',GradientType=0);
}
.nav.nav-pro .nav-item.nav-first {
  border-left: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.nav.nav-pro .nav-item.nav-last {
  border-right: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.ie8 .nav.nav-pro {
  filter: none;
  -ms-filter: none;
  background-color: #333;
}
.ie8 .nav.nav-pro .nav-item > a,
.ie8 .nav.nav-pro .nav-item > a:hover,
.ie8 .nav.nav-pro .nav-item.open > a,
.ie8 .nav.nav-pro .nav-item.open > a:hover {
  filter: none;
  -ms-filter: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #272727;
  border: 1px solid #ccc;
  border: 1px solid #000001;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #555555;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.dropdown-menu {
  border: 1px solid #000;
  padding: 0;
  margin: 0;
  margin-right: -1px;
}
.dropdown-menu > li > a {
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #000;
  line-height: 36px;
  line-height: 3rem;
  font-size: 12px;
  font-size: 1rem;
  text-align: right;
}
.dropdown-menu > li:first-child > a {
  border-top: none;
}
.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.nav.nav-upload-wrapper {
  height: 77px;
  margin-bottom: 15px;
  position: relative;
  top: -5px;
  margin-top: 20px;
  z-index: 10;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav.nav-upload-wrapper {
    height: auto;
  }
}
.nav .nav-upload {
  position: relative;
  top: 0;
  background-color: #313741;
  width: 1002px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.nav .nav-upload .upl-steps {
  position: relative;
  margin: 20px 15px 15px;
  padding-left: 0;
  float: left;
}
.nav .nav-upload .upl-steps a {
  float: left;
  background-color: #f1f1f1;
  width: 156px;
  height: 42px;
  line-height: 42px;
  position: relative;
  padding-left: 30px;
}
.nav .nav-upload .upl-steps a span {
  color: #ccc;
  font-size: 18px;
  font-size: 1.5rem;
  margin-right: 3px;
}
.nav .nav-upload .upl-steps a:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: -24px;
  width: 0px;
  height: 0;
  z-index: 0;
  border-style: solid;
  border-width: 21px 12px;
  border-color: transparent transparent transparent #d2d2d2;
}
.nav .nav-upload .upl-steps a:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -23px;
  z-index: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 21px 12px;
  border-color: transparent transparent transparent #f1f1f1;
}
.nav .nav-upload .upl-steps a.active {
  background-color: #0047BB;
  color: #fff;
}
.nav .nav-upload .upl-steps a.active span {
  color: #fff;
}
.nav .nav-upload .upl-steps a.active:after {
  border-left-color: #0047BB;
}
.nav .nav-upload .upl-steps a.active:hover {
  background-color: #0047BB;
}
.nav .nav-upload .upl-steps a.active:hover:after {
  border-left-color: #0047BB;
}
.nav .nav-upload .upl-steps a:hover {
  background-color: #f9f9f9;
}
.nav .nav-upload .upl-steps a:hover:after {
  border-left-color: #f9f9f9;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav .nav-upload .upl-steps a {
    width: 138px;
    padding-left: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav .nav-upload .upl-steps a {
    width: 96px;
    padding-left: 10px;
    font-size: 11px;
    font-size: 0.9rem;
  }
  .nav .nav-upload .upl-steps a:before,
  .nav .nav-upload .upl-steps a:after {
    display: none;
  }
}
.nav .nav-upload .upl-steps a:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.nav .nav-upload .upl-steps a + a + a {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.nav .nav-upload .upl-steps a + a + a:before,
.nav .nav-upload .upl-steps a + a + a:after {
  display: none;
}
.nav .nav-upload .upl-steps .upl-step-1 {
  z-index: 3;
}
.nav .nav-upload .upl-steps .upl-step-2 {
  z-index: 2;
}
.nav .nav-upload .upl-steps .upl-step-3 {
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav .nav-upload .upl-steps {
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav .nav-upload .upl-steps {
    float: none;
    display: table;
    margin: 15px auto;
  }
  .nav .nav-upload .upl-steps .upl-step-1 {
    width: 75px;
  }
  .nav .nav-upload .upl-steps .upl-step-2 {
    width: 95px;
  }
  .nav .nav-upload .upl-steps .upl-step-3 {
    width: 120px;
  }
}
.pointerevents .nav .nav-upload .upl-steps:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  pointer-events: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav .nav-upload {
    width: 740px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav .nav-upload {
    width: 100%;
    top: 0;
    margin-top: 10px;
  }
}
.nav .nav-upload .upl-options {
  float: right;
  margin: 25px 15px 15px 0;
}
.nav .nav-upload .upl-options .upl-options-preview {
  display: inline-block;
  margin-left: 8px;
  border-left: 1px solid #575757;
}
.nav .nav-upload .upl-options .upl-options-save {
  display: inline-block;
  text-align: center;
}
.nav .nav-upload .upl-options .upl-options-save .upl-save {
  margin-left: 0;
}
.nav .nav-upload .upl-options .upl-options-save .upl-saving,
.nav .nav-upload .upl-options .upl-options-save .upl-saved {
  display: none;
  color: #fff;
  font-size: 11px;
  font-size: 0.95rem;
  margin-left: 16px;
}
.nav .nav-upload .upl-options .btn {
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .nav .nav-upload .upl-options .upl-options-preview {
    margin: 0;
  }
  .nav .nav-upload .upl-options .upl-saving,
  .nav .nav-upload .upl-options .upl-saved {
    margin-right: 12px;
  }
  .nav .nav-upload .upl-options .btn {
    margin-left: 2px;
    padding: 8px 16px;
  }
  .nav .nav-upload .upl-options .btn:last-child {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav .nav-upload .upl-options {
    float: none;
    display: table;
    margin: 10px auto 15px;
  }
  .nav .nav-upload .upl-options .upl-options-preview .btn {
    margin-left: 0;
  }
  .nav .nav-upload .upl-options .btn {
    padding: 10px 15px;
    margin-left: 13px;
  }
}
.nav .nav-upload.nav-upload-active {
  position: fixed;
}
@media (min-width: 0px) and (max-width: 767px) {
  .nav .nav-upload.nav-upload-active {
    position: relative;
  }
}
.tle {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 20px;
}
.tle.tle-withtabs {
  border-radius: 0 0 5px 5px;
  padding-bottom: 55px;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .tle.tle-withtabs {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tle .tle-last {
  padding: 10px 10px 10px 20px;
  border: none;
  position: relative;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffebebeb', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7',endColorstr='#ffebebeb',GradientType=0);
  font-size: 11px;
  font-size: 0.9rem;
}
.tle .tle-last:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  height: 2px;
  width: 100%;
  border-top: 1px solid #d5d5d5;
  background-color: #FCFCFC;
}
.tle.tle-agent h4,
.tle.tle-agent h3 {
  margin: 0;
}
.tle.tle-agent .tle-item {
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
  padding: 15px 20px 50px 20px;
  height: 100px;
  overflow: hidden;
  -webkit-box-shadow: #fdfdfd 0 3px 1px 0 inset;
  -moz-box-shadow: #fdfdfd 0 3px 1px 0 inset;
  box-shadow: #fdfdfd 0 3px 1px 0 inset;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-agent .tle-item {
    height: 90px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-agent .tle-item {
    height: auto;
  }
  .tle.tle-agent .tle-item img {
    max-height: 175px;
  }
}
.tle.tle-agent .tle-item h4 {
  color: #33535e;
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tle.tle-agent .tle-item p {
  margin-top: 6px;
}
.tle.tle-agent .tle-item .item-content {
  overflow: hidden;
}
.tle.tle-agent .tle-item .btn {
  position: absolute;
  bottom: 15px;
}
.tle.tle-agent .tle-person {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #cbcbcb;
}
.tle.tle-agent .tle-person .tle-person-img {
  background-size: 100px 110px;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tle.tle-agent .tle-person .tle-person-content {
  height: 54px;
  width: 50%;
  margin-left: 50%;
  overflow: hidden;
}
.t-main .tle.tle-agent .tle-person .tle-person-name a {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
  font-size: 16px;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.t-main .tle.tle-agent .tle-person .tle-person-position {
  color: #666666;
  font-size: 11px;
  font-size: 0.9rem;
}
.tle.tle-agent .tle-person:before {
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 50%;
  margin-left: -8px;
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #d2d2d2 transparent transparent transparent;
}
.tle.tle-agent .tle-person:after {
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 50%;
  margin-left: -7px;
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 14px 14px 0 0;
  border-color: #f5f5f5 transparent transparent transparent;
}
.tle.tle-agent .tle-person .tle-person-social {
  position: absolute;
  right: 10px;
  bottom: 6px;
}
.tle .tle-creative-location,
.tle .experience,
.tle .tle-creative-location,
.tle .tle-prj-creator a,
.tle .h-hidden-sm,
.tle dd:not(.tle-first) {
  font-size: 11px;
}
.tle .tle-creative-location p,
.tle .experience p,
.tle .tle-creative-location p,
.tle .tle-prj-creator a p,
.tle .h-hidden-sm p,
.tle dd:not(.tle-first) p {
  font-size: 11px;
}
.tle.tle-creative .tle-last,
.tle.tle-project-search .tle-last {
  text-align: right;
  height: 34px;
}
.tle.tle-creative .tle-last p,
.tle.tle-project-search .tle-last p {
  margin: 0;
}
.tle.tle-creative dl dd.tle-first,
.tle.tle-project-search dl dd.tle-first {
  padding-top: 10px;
  line-height: 15px;
  height: 25px;
}
.tle.tle-creative dl dd.tle-first a,
.tle.tle-project-search dl dd.tle-first a {
  color: #0047BB;
}
.tle.tle-creative dl dd.tle-first + dd,
.tle.tle-project-search dl dd.tle-first + dd,
.tle.tle-creative dl dd.tle-first + dd a,
.tle.tle-project-search dl dd.tle-first + dd a {
  color: #0047BB;
  padding-bottom: 10px;
  line-height: 15px;
  border-top: none;
}
.tle.tle-creative .experience,
.tle.tle-project-search .experience {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
.tle.tle-creative.tle-list .tle-creative-location,
.tle.tle-project-search.tle-list .tle-creative-location {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #eaeaea;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-creative.tle-list .tle-creative-location,
  .tle.tle-project-search.tle-list .tle-creative-location {
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-creative.tle-list.tle-list-ovr,
  .tle.tle-project-search.tle-list.tle-list-ovr {
    height: 100px;
  }
}
@media (min-width: 1200px), (min-width: 1036px) and (max-width: 1199px) {
  .tle.tle-creative.tle-list.tle-projects .tle-img-link,
  .tle.tle-project-search.tle-list.tle-projects .tle-img-link {
    height: 150px;
  }
}
.tle.tle-creative .tle-professional,
.tle.tle-project-search .tle-professional {
  float: left;
  margin-left: 5px;
  display: block;
  width: 12px;
  height: 12px;
}
.tle.tle-creative .tle-professional svg,
.tle.tle-project-search .tle-professional svg {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #0047BB;
}
.tle.tle-creative .tle-professional svg:hover,
.tle.tle-project-search .tle-professional svg:hover {
  fill: #999999;
}
.tle.tle-project-search {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px), (min-width: 1036px) and (max-width: 1199px) {
  .tle.tle-project-search img {
    width: 218px;
    height: 150px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-project-search {
    margin-bottom: 0;
  }
}
.tle.tle-project-search:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tle.tle-project-search dl dd.tle-first {
  color: #666666;
}
.tle.tle-project-search dl dd.tle-first a,
.tle.tle-project-search dl dd.tle-first + dd {
  color: #666666;
}
@media (max-width: 768px) {
  .non-creative-profile-wrap .tle {
    margin-bottom: 30px !important;
  }
}
.non-creative-profile-wrap .tle-first strong {
  font-size: 12px !important;
}
@media (max-width: 768px) {
  .non-creative-profile-wrap .showMe {
    display: block !important;
  }
}
.non-creative-profile-wrap .non-creative-projects-list {
  margin: 0 -10px 20px;
  width: auto;
}
.non-creative-profile-wrap .non-creative-projects-list .tle-img-link {
  height: auto !important;
}
.non-creative-profile-wrap .non-creative-projects-list .tle-img-link img {
  display: block;
}
@media (max-width: 768px) {
  .non-creative-profile-wrap .non-creative-projects-list {
    margin: 0 -25px;
  }
}
.non-creative-profile-wrap .non-creative-projects-list .l-col-3 {
  width: 222px;
}
@media (max-width: 1035px) {
  .non-creative-profile-wrap .non-creative-projects-list .l-col-3 {
    width: 249px;
  }
}
@media (max-width: 768px) {
  .non-creative-profile-wrap .non-creative-projects-list .l-col-3 {
    width: 360px;
  }
}
.expertiseTags {
  font-size: 0;
}
.expertiseTags > span {
  display: inline-block;
  margin: 0 6px 6px 0;
  background: #f7f7f7;
  padding: 5px 10px;
  font-size: 1.1rem;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
}
.expandable__trigger {
  color: #0047BB !important;
}
.expandable__content {
  display: none;
}
.non-creative-profile-wrap .employmentTile {
  padding-bottom: 0 !important;
}
.non-creative-profile-wrap .employmentTile ul {
  margin-bottom: 30px;
}
.non-creative-profile-wrap .tle {
  margin-bottom: 10px;
}
.non-creative-profile-wrap .l-col-9 ul li {
  background: transparent;
  position: relative;
  padding-left: 15px;
}
.non-creative-profile-wrap .l-col-9 ul li:before {
  position: absolute;
  content: '';
  display: block;
  top: 7px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #0047BB;
}
.non-creative-profile-wrap .l-col-9 .tle-profile-plain ul {
  list-style-type: none;
}
.non-creative-profile-wrap .l-col-9 .tle-profile-plain ul li {
  padding-left: 0;
}
.non-creative-profile-wrap .l-col-9 .tle-profile-plain ul li:before {
  display: none;
}
.non-creative-profile-wrap .l-col-9 .tle-profile-short {
  padding-bottom: 0;
}
.non-creative-profile-wrap .non-creative-projects-list.alternativeWrapperScenario .tle-img-link {
  height: 150px !important;
}
@media (max-width: 1036px) {
  .non-creative-profile-wrap .non-creative-projects-list.alternativeWrapperScenario .tle-img-link {
    height: 143px !important;
  }
}
.alternativeWrapperScenario {
  margin: 0;
  width: 100%;
  display: none !important;
}
@media (max-width: 1035px) {
  .alternativeWrapperScenario .tle-list-ovr {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .alternativeWrapperScenario {
    display: block !important;
    margin: 0 -5px 10px !important;
  }
  .alternativeWrapperScenario .l-col-3 {
    width: 260px !important;
  }
}
@media (min-width: 1035px) {
  .alternativeWrapperScenario {
    width: auto !important;
    margin: 0 -10px 10px !important;
  }
  .alternativeWrapperScenario .l-col-3 {
    width: 240px !important;
  }
}
@media (min-width: 1035px) {
  .dividerScenario {
    width: 100%;
    height: 20px;
    float: left;
  }
}
.tle.tle-list {
  position: relative;
  overflow: hidden;
}
.tle.tle-list .tle-img-link {
  display: block;
  overflow: hidden;
  height: 150px;
  text-align: center;
  background-color: white;
}
.tle.tle-list .tle-img-link img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-list .tle-img-link {
    height: 150px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list .tle-img-link {
    float: left;
    width: 132px;
    height: 95px;
    border-right: 1px solid #dfdfdf;
  }
  .tle.tle-list .tle-img-link img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-profile-short.tle-feat-pro .tle-img-link img,
  .tle.tle-list.tle-list-ovr.tle-feat-pro .tle-img-link img {
    width: 100%;
  }
}
.tle.tle-list.tle-profile-short.tle-feat-pro strong,
.tle.tle-list.tle-list-ovr.tle-feat-pro strong {
  color: #33535e;
}
.tle.tle-list.tle-profile-short .tle-img-link,
.tle.tle-list.tle-list-ovr .tle-img-link {
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-profile-short .tle-img-link,
  .tle.tle-list.tle-list-ovr .tle-img-link {
    width: auto;
    border-bottom: none;
  }
  .tle.tle-list.tle-profile-short .tle-img-link img,
  .tle.tle-list.tle-list-ovr .tle-img-link img {
    width: 100%;
  }
  .tle.tle-list.tle-profile-short .tle-img-link img.tle-img-width,
  .tle.tle-list.tle-list-ovr .tle-img-link img.tle-img-width {
    height: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-projects-list img {
    width: 100% !important;
  }
  .tle.tle-list.tle-projects-list .the-eye {
    width: 19px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-list-ovr .tle-img-link img.tle-img-width {
    width: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-list-short .tle-img-link img.tle-img-width {
    width: 100%;
  }
}
.tle.tle-list.tle-list-ovr {
  /* When in overview mode ensure that the tile heights are consistent */
}
.tle.tle-list.tle-list-ovr dt {
  display: none;
}
.tle.tle-list.tle-list-ovr dd {
  border-top: 1px solid #eaeaea;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-list-ovr dd {
    font-size: 11px;
    font-size: 0.9rem;
  }
}
.tle.tle-list.tle-list-ovr dd.tle-last {
  border: none;
  height: auto;
  line-height: normal;
  padding: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-list-ovr dd.tle-last {
    padding: 4px 10px;
    margin-top: 3px;
  }
}
.tle.tle-list.tle-list-ovr .tle-prj-media {
  border-top: none;
  height: 20px;
  line-height: 20px;
  margin-bottom: 6px;
  color: #33535e;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-list-ovr .tle-prj-media {
    font-size: 12px;
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-list-ovr .tle-prj-creator {
    font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.tle.tle-list.tle-list-ovr .tle-prj-creator a:hover {
  color: #0047BB;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list.tle-list-ovr .tle-img-link {
    height: 100%;
  }
}
.tle.tle-list dl {
  margin: 0;
}
.tle.tle-list dl dt {
  display: block;
  border-top: 1px solid #eaeaea;
  padding: 10px 10px 0 10px;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tle.tle-list dl dt:first-child {
  display: none;
}
.tle.tle-list dl dd {
  border-bottom: 1px solid #ffffff;
  margin-left: 0;
  padding: 0 10px 10px 10px;
}
.tle.tle-list dl dd a {
  text-decoration: none;
}
.tle.tle-list dl dd strong {
  text-transform: capitalize;
}
.tle.tle-list dl dd.tle-first {
  border-top: none;
  padding-top: 10px;
  line-height: 15px;
  height: 28px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-list dl dd.tle-first {
    font-size: 12px;
    font-size: 1rem;
    padding-top: 8px;
    line-height: 15px;
    height: 24px;
  }
}
.tle.tle-list dl dd.tle-last {
  border: none;
  padding-top: 10px;
}
@media (max-width: 767px) and (min-width: 0px) {
  .tle.tle-creative.tle-list.tle-projects.tle-profile-short,
  .tle.tle-creative.tle-list.tle-profile.tle-profile-short {
    max-width: 100% !important;
  }
  .tle.tle-creative.tle-list.tle-projects.tle-profile-short .h-clearfix.tle-img-link,
  .tle.tle-creative.tle-list.tle-profile.tle-profile-short .h-clearfix.tle-img-link {
    height: auto;
  }
  .tle.tle-creative.tle-list.tle-projects.tle-profile-short .h-clearfix.tle-img-link .tle-img-width,
  .tle.tle-creative.tle-list.tle-profile.tle-profile-short .h-clearfix.tle-img-link .tle-img-width {
    display: block;
  }
}
.roundedScenario {
  width: 100% !important;
}
.roundedScenario a {
  border-radius: 4px !important;
}
.tle.tle-plain {
  padding-top: 32px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
}
.tle.tle-plain .info-content {
  margin-bottom: 50px;
  padding-bottom: 10px;
  min-height: 460px;
  border-left: 1px solid #cccccc;
  position: relative;
  font-size: 14px;
  font-size: 1.15rem;
}
.tle.tle-plain .info-content:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
}
.tle.tle-plain .info-content h1 {
  margin-bottom: 22px;
}
.tle.tle-plain .info-content h1,
.tle.tle-plain .info-content h2 {
  color: #0047BB;
}
.tle.tle-plain .info-content h3,
.tle.tle-plain .info-content h4,
.tle.tle-plain .info-content h5 h6 {
  color: #666666;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tle.tle-plain .info-content h3 {
  margin-bottom: 0;
}
.tle.tle-plain .info-content ol {
  margin-left: 25px;
}
.tle.tle-plain .info-content ol li {
  font-size: 17px;
  font-size: 1.4rem;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tle.tle-plain .info-content ol li strong {
  font-size: 17px;
  font-size: 1.4rem;
}
.tle.tle-plain .info-content ol li p {
  font-size: 14px;
  font-size: 1.15rem;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tle.tle-plain .info-content ul li {
  line-height: 19.2px;
  line-height: 1.6rem;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-plain .info-content {
    min-height: 0;
    border: none;
  }
  .tle.tle-plain .info-content:before {
    background: transparent;
    width: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-plain .info-content {
    min-height: 0;
    border: none;
    padding-top: 0;
    margin-bottom: 0;
  }
  .tle.tle-plain .info-content:before {
    background-color: transparent;
    width: 0;
  }
}
.tle.tle-plain .info-faqs {
  margin-top: 30px;
}
.tle.tle-plain .info-faqs li {
  margin-bottom: 35px;
}
.tle.tle-plain .link-title:hover h1 {
  text-decoration: underline;
}
.tle.tle-plain .login-form .info-content {
  border: none;
  min-height: 0;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-plain {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-plain {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
  }
}
.tle.tle-feature {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 98px;
  margin-left: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-feature {
    width: 175px;
    height: 78px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-feature {
    width: 270px;
    height: 120px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.tle.tle-feature .inv-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.tle.tle-feature .btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.tle.tle-project dl dd.tle-first {
  padding-top: 10px;
  line-height: 15px;
  height: 25px;
}
.tle.tle-project dl dd.tle-first + dd {
  padding-bottom: 10px;
  line-height: 15px;
  height: 25px;
  border-top: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-project dl dd.tle-first + dd {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .tle.tle-project h1 {
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-project {
    background: none;
    border: 0;
  }
  .tle.tle-project .tle-project-creator {
    display: none;
  }
}
.tle.tle-project .tle-project-media {
  margin-bottom: 40px;
  padding-top: 40px;
}
.tle.tle-project .tle-project-media p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .tle.tle-project .tle-project-media {
    margin-bottom: 0;
    padding-top: 15px;
  }
}
.tle.tle-project .tle-project-img,
.tle.tle-project .tle-project-video {
  position: relative;
  margin: 0 auto;
  display: table;
}
.ie8 .tle.tle-project .tle-project-img,
.ie8 .tle.tle-project .tle-project-video {
  display: block;
}
.tle.tle-project .tle-project-img img,
.tle.tle-project .tle-project-video img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  display: block;
}
.tle.tle-project .tle-project-img .caption,
.tle.tle-project .tle-project-video .caption {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic !important;
  margin-top: 8px;
}
.ie8 .tle.tle-project .tle-project-img .caption,
.ie8 .tle.tle-project .tle-project-video .caption {
  text-align: center;
}
.tle.tle-project .tle-project-img .video-js,
.tle.tle-project .tle-project-video .video-js {
  width: 645px !important;
  height: 323px !important;
}
.tle.tle-project .tle-project-img .video-js p,
.tle.tle-project .tle-project-video .video-js p {
  position: relative;
  padding: 30px 30px;
  font-size: 14px;
  font-size: 1.2rem;
  line-height: 20.4px;
  line-height: 1.7rem;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-project .tle-project-img iframe,
  .tle.tle-project .tle-project-video iframe,
  .tle.tle-project .tle-project-img video,
  .tle.tle-project .tle-project-video video,
  .tle.tle-project .tle-project-img .video-js,
  .tle.tle-project .tle-project-video .video-js {
    width: 478px !important;
    height: 240px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-project .tle-project-img,
  .tle.tle-project .tle-project-video {
    margin-bottom: 0;
  }
  .tle.tle-project .tle-project-img iframe,
  .tle.tle-project .tle-project-video iframe,
  .tle.tle-project .tle-project-img video,
  .tle.tle-project .tle-project-video video,
  .tle.tle-project .tle-project-img .video-js,
  .tle.tle-project .tle-project-video .video-js {
    width: 270px !important;
    height: 150px !important;
  }
}
.tle .tle-menu-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #272727;
  background-color: rgba(39, 39, 39, 0.9);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tle .tle-menu-overlay.tle-menu-overlay-reorder {
  background-color: #272727;
  background-color: rgba(39, 39, 39, 0.7);
  text-align: center;
  padding-top: 244px;
}
.tle .tle-menu-overlay.tle-menu-overlay-reorder a:hover img {
  opacity: 0.7;
}
.tle .tle-menu-overlay ul {
  border-bottom: 1px solid #4a4a4a;
}
.tle .tle-menu-overlay li {
  border-bottom: 1px solid #000;
  border-top: 1px solid #4a4a4a;
}
.tle .tle-menu-overlay li:first-child {
  border-top: none;
}
.tle .tle-menu-overlay li .action {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.tle .tle-menu-overlay li a,
.tle .tle-menu-overlay li .action {
  color: #fff;
  padding: 13px 20px;
  display: block;
}
.tle .tle-menu-overlay li a:hover,
.tle .tle-menu-overlay li .action:hover {
  background-color: #555555;
}
.tle.show-overlay > .tle-menu-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tle:hover.hover > .tle-menu-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .tle:hover.hover > .tle-menu-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.tle.tle-projects .tle-last {
  text-align: right;
}
.tle.tle-projects .tle-last p {
  margin: 0;
}
.tle.tle-projects .tle-img-link {
  width: 100%;
  height: 150px;
  float: none;
}
.tle.tle-projects .tle-img-link img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-projects .tle-img-link {
    height: 143px;
  }
  .tle.tle-projects .tle-img-link img {
    width: 100%;
  }
  .tle.tle-projects.tle-profile-short .tle-creative-location {
    padding-top: 0;
  }
  .tle.tle-projects.tle-profile-short .tle-first {
    display: block;
  }
  .tle.tle-projects.tle-profile-short dl dd + dd {
    display: block;
  }
}
.tle.tle-projects .experience {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-projects .tle-img-link {
    height: 222px;
  }
  .tle.tle-projects .tle-img-link img {
    height: auto;
  }
  .tle.tle-projects.tle-profile-short {
    background-color: transparent;
    border: none;
  }
  .tle.tle-projects.tle-profile-short .tle-creative-location {
    padding-top: 0;
  }
  .tle.tle-projects.tle-profile-short dl dd,
  .tle.tle-projects.tle-profile-short dl dt {
    display: none;
    border: none;
    padding-left: 0;
  }
  .tle.tle-projects.tle-profile-short .tle-first {
    display: block;
    font-size: 17px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .tle.tle-projects.tle-profile-short dl dd + dd {
    display: block;
  }
  .tle.tle-projects .tle-project-creator {
    display: none;
  }
  .tle.tle-projects .tle-first {
    margin-bottom: 6px;
  }
}
.tle.tle-news {
  border: none;
  background-color: #fff;
  margin-bottom: 30px;
}
.tle.tle-news img {
  max-width: 100%;
  height: auto;
}
.tle.tle-news img.leftAlone {
  display: block;
  margin-bottom: 1em;
}
.tle.tle-news img.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 1em;
}
.tle.tle-news img.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 1em;
}
.tle.tle-news img.center {
  display: block;
  margin: 0 auto 1em;
}
.tle.tle-news h3 {
  margin-top: 6px;
  margin-bottom: 0;
}
.tle.tle-news .news-entry-info {
  color: #999999;
  font-size: 12px;
  font-size: 1rem;
}
.tle.tle-news .news-entry-info p {
  margin-top: 5px;
  margin-bottom: 10px;
}
.tle.tle-news .news-feature-img img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 331px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-news .news-feature-img img {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
.tle.tle-news .pts-social {
  float: none;
  display: block;
  width: 100%;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  position: relative;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-news .pts-social {
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-news {
    background-color: transparent;
  }
}
.tle.tle-carousel {
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-carousel {
    padding-bottom: 0;
    background: none;
    border: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-carousel {
    padding-bottom: 0;
    padding-left: 0;
    background: none;
    border: none;
  }
}
.tle.tle-carousel .btn {
  margin-left: 36px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-carousel .btn {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-carousel .btn {
    margin-left: 0;
  }
}
.tle.tle-list dd.top-border {
  border-top: 1px solid #dfdfdf;
}
.tle.tle-profile {
  padding-bottom: 20px;
}
.tle.tle-profile .hor {
  margin-top: 25px;
  margin-bottom: 25px;
}
.tle.tle-profile .con:first-child .hor {
  display: none;
}
.tle.tle-profile.tle-list {
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .tle.tle-profile .tle-img-link {
    height: 143px;
  }
  .tle.tle-profile .tle-img-link img {
    max-width: 100%;
  }
  .tle.tle-profile .tle-first {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tle.tle-profile {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .tle.tle-profile .tle-img-link {
    width: auto;
    height: 143px;
    float: none;
  }
  .tle.tle-profile .tle-img-link img {
    width: auto;
    height: auto;
  }
  .tle.tle-profile.tle-list .experience {
    border: none;
  }
  .tle.tle-profile.tle-list .tle-creative-location {
    padding-top: 0;
  }
  .tle.tle-profile dl dd.tle-first {
    display: block;
    font-size: 17px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .tle.tle-profile dl dd,
  .tle.tle-profile dl dt {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.pro.pro-thumbnail {
  padding-bottom: 50px;
}
.pro.pro-edit img {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto;
}
.pro.pro-edit .pro-thumb {
  position: relative;
  height: 275px;
  padding-bottom: 37px;
}
.pro.pro-edit .pro-thumb p {
  margin-top: 2px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .pro.pro-edit .pro-thumb {
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .pro.pro-edit .pro-thumb {
    height: auto;
  }
}
.pro.pro-edit .pro-edit-actions {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.pro.pro-edit .pro-edit-img {
  margin-bottom: 10px;
}
.pro.pro-edit .pro-edit-delete {
  float: right;
}
.pro.pro-add form,
.pro.pro-edit form {
  margin-top: 25px;
}
.pro.pro-mini {
  text-decoration: none;
  float: left;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 220px;
  margin-right: 20px;
  color: #33535e;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pro.pro-mini .pro-mini-name {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 2px;
}
.pro.pro-mini .pro-mini-type {
  color: #666666;
  display: block;
}
.pro.pro-mini .pro-info dd {
  margin-left: 10px;
}
.pro.pro-mini .pro-info dd + dd {
  color: #666666;
}
.pro.pro-mini .pro-mini-img {
  height: 150px;
}
.pro.pro-mini .pro-mini-img img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: block;
}
.ie8 .pro.pro-mini {
  filter: none;
  color: #999;
}
.pro.pro-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 .pro.pro-active {
  filter: none;
  color: #33535e;
}
.pro.pro-upload {
  margin: 25px 0 50px;
}
.pro.pro-upload.l-col-3 {
  margin-top: 0;
  margin-bottom: 0;
}
.pro.pro-upload h2,
.pro.pro-upload h3 {
  font-size: 19px;
  font-size: 1.6rem;
  color: #0047BB;
}
.pro.pro-upload h2 {
  margin-bottom: 15px;
}
.pro.pro-upload h3 {
  margin-bottom: 5px;
}
.pro.pro-upload h4 {
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #33535e;
  font-size: 13px;
  font-size: 1.1rem;
}
.pro.pro-upload fieldset {
  padding-top: 34px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .pro.pro-upload fieldset {
    padding-top: 10px;
  }
}
.pro.pro-upload form > fieldset:first-child {
  border: none;
}
.pro.pro-upload form > div fieldset,
.pro.pro-upload form > div fieldset:first-child {
  border-top: 1px solid #dfdfdf;
}
.pro.pro-upload .form-group {
  margin-bottom: 4px;
}
.pro.pro-upload legend {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pro.pro-upload textarea,
.pro.pro-upload input {
  margin-bottom: 30px;
}
.pro.pro-upload .btn {
  margin-right: 15px;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1rem;
}
.pro.pro-upload .btn .icn {
  margin-right: 6px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pro.pro-upload .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.pro.pro-upload .btn-cancel {
  color: #f47677;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}
.pro.pro-upload .btn-arrow {
  font-size: 17px;
  font-size: 1.4rem;
  padding: 2px 6px;
}
.pro.pro-upload .btn-arrow:first-child {
  margin-right: 8px;
}
.pro.pro-upload .pro-upload-module {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #dfdfdf;
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner {
  position: relative;
  min-height: 50px;
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-module-img {
  display: table;
  margin: 0 auto;
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-module-img .caption {
  font-family: 'Swiss 721 W01 Italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 8px;
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options > div {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options .ie8 {
  background-color: #000;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .touch .pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options .btn {
    background: none;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    padding: 8px 15px;
    margin-bottom: 0;
    text-align: left;
  }
  .pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options .btn .icn {
    display: none;
  }
  .pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options .btn:hover {
    background-color: #D4D3D2;
    color: #666666;
  }
  .pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options .btn-arrow {
    padding: 4px 15px;
  }
  .pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options > div {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: 100%;
  }
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner p:first-child {
  margin-top: 0;
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-progress {
  height: 12px;
  background-color: #e5e5e5;
  padding: 3px;
  margin-bottom: 34px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: #c3c3c5 0 1px 2px 0 inset;
  -moz-box-shadow: #c3c3c5 0 1px 2px 0 inset;
  box-shadow: #c3c3c5 0 1px 2px 0 inset;
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-progress .pro-upload-progress-inner {
  height: 6px;
  background-color: #73c0f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: #a4dbfa 0 1px 1px 0 inset;
  -moz-box-shadow: #a4dbfa 0 1px 1px 0 inset;
  box-shadow: #a4dbfa 0 1px 1px 0 inset;
}
.pro.pro-upload .pro-upload-module .pro-upload-module-inner:hover .pro-upload-edit-options {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 0px) and (max-width: 767px) {
  .pro.pro-upload .pro-upload-module .pro-upload-module-inner.pro-upload-module-text {
    min-height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .touch .pro.pro-upload .pro-upload-module .pro-upload-module-inner .pro-upload-edit-options {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pro.pro-upload .pro-upload-module img {
  margin: 0 auto;
  display: block;
}
.pro.pro-upload .tle-list-ovr dl .tle-first {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .pro.pro-upload {
    padding-bottom: 30px;
    margin-top: 0;
  }
  .pro.pro-upload .tle-img-link {
    height: 150px;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #0047BB;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 71, 187, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 71, 187, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 71, 187, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
/**
 * Chosen JS plugin css styles
 * @see http://harvesthq.github.io/chosen/
 *
 * Beware this file is a HORRIBLE Hack!
 * This file is copied directly from `source/components/chosen/chosen.css` with the
 * `source/components/chosen/chosen-sprite.png` and `source/components/chosen/@{dir-images}chosen-sprite@2x.png` images copied to
 * the `source/images/` directory. Beware that when the `chosen` bower component is:
 *  - Removed, this file and its images can also be removed.
 *  - Updated, this file and its images should be updated with the below modifications made.
 *
 * The following modifications have been made to this file:
 *  - A find and replace of the string `chosen-sprite.png` to be replaced with `@{dir-images}chosen-sprite.png`
 *  - A find and replace of the string `chosen-sprite@2x.png` to be replaced with `@{dir-images}chosen-sprite@2x.png`
 */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.form-constaint-required label:after {
  content: '*';
  margin-left: -3px;
}
.form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
select.form-control {
  color: #666666;
  font-size: 12px;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAMAAAAsnzSmAAAAnFBMVEUAAAD////X19fMzMz///////////+goKH///+goKCYmJjh4eHm5uanp6f5+fmenp739/f///+urq7MzMzv7+/n5+epqamqqqqTk5PBwcGcnJz///+oqKjg4OD///+urq6ysrL////09PSenp6UlJSbm5utra6wsLCzs7Ovr6+np6egoKClpaWjo6OxsbGqqqqtra20tLSpqamsrKyZu/oNAAAAJnRSTlMAAs3SGSJKmQSZ/a6e9Ff8aR/v2TCq/eM54Jkr/roJ98kSe5kYmZqo1EUAAABWSURBVAhbXcjFAYBAEMDAxd3d/XDvvzf4oPNLoKwKjjlxvguXLO12hNCyOeb9IE/aZm1q22KfF0dhO9WzocFL4I3doMvwoUq9ImLfxwo8QcIPhdPvPACreAZDcb/YDAAAAABJRU5ErkJggg==");
  -webkit-box-shadow: #fff 0 1px 0 0 inset , #eaeaea 0 8px 10px 0px inset;
  -moz-box-shadow: #fff 0 1px 0 0 inset , #eaeaea 0 8px 10px 0px inset;
  box-shadow: #fff 0 1px 0 0 inset , #eaeaea 0 8px 10px 0px inset;
  background-color: #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: button;
  appearance: button;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-padding-end: 25px;
  -webkit-padding-start: 10px;
}
select.form-control:focus {
  background-color: #F3F3F3;
}
select.form-control.form-control-filter {
  line-height: 19.2px;
  line-height: 1.6rem;
  color: #0047BB;
  margin-top: 16px;
  margin-bottom: 20px;
}
select.form-control.form-control-filter.agent-location {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 1200px), (min-width: 1036px) and (max-width: 1199px), (min-width: 768px) and (max-width: 1035px) {
  select[multiple].form-control {
    background-image: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  select[multiple].form-control:-moz-placeholder {
    color: #999999;
  }
  select[multiple].form-control::-moz-placeholder {
    color: #999999;
  }
  select[multiple].form-control:-ms-input-placeholder {
    color: #999999;
  }
  select[multiple].form-control::-webkit-input-placeholder {
    color: #999999;
  }
  select[multiple].form-control:focus {
    border-color: #0047BB;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 71, 187, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 71, 187, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 71, 187, 0.6);
  }
  select[multiple].form-control[disabled],
  select[multiple].form-control[readonly],
  fieldset[disabled] select[multiple].form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
  }
  textareaselect[multiple].form-control {
    height: auto;
  }
  .js select[multiple].form-control {
    padding-top: 26px;
  }
  .no-js select[multiple].form-control {
    height: auto;
  }
}
textarea.form-control {
  resize: vertical;
}
.form-group {
  font-size: 13px;
  font-size: 1.1rem;
}
.form-grouped .form-control {
  width: 80px;
  float: left;
  margin-right: 10px;
}
.form-grouped .form-control-wide {
  width: 230px;
}
input[type="file"] {
  margin-top: 10px;
}
@media (min-width: 0px) and (max-width: 767px), (min-width: 768px) and (max-width: 1035px) {
  input[type="file"] {
    clear: both;
  }
}
.password {
  font-family: 'Arial', 'Times', 'Sans';
}
fieldset {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 30px;
  border-top: 1px solid #dfdfdf;
  display: block;
}
fieldset:first-child {
  border-top: none;
}
fieldset legend {
  color: #33535e;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.15rem;
  width: 200px;
  border: none;
  position: absolute;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  fieldset legend {
    position: relative;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #dfdfdf;
    width: 100%;
  }
}
fieldset legend.legend-wide {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  fieldset {
    padding-top: 0;
    border-top: none;
  }
}
.ie8 fieldset {
  border-top: none;
}
label {
  font-weight: normal;
}
label .icon {
  margin-left: 8px;
}
label .icon:hover {
  background-position: 0 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 1rem;
  font-family: 'Swiss 721 W01 Italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 12px;
  font-size: 1rem;
  font-family: 'Swiss 721 W01 Italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 12px;
  font-size: 1rem;
  font-family: 'Swiss 721 W01 Italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
}
input.placeholder,
textarea.placeholder {
  font-size: 12px;
  font-size: 1rem;
  font-family: 'Swiss 721 W01 Italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
}
.form-horizontal .control-label {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group.form-readonly {
  margin-bottom: 0;
}
.form-horizontal .size-info {
  margin-bottom: 20px;
  margin-top: -10px;
}
.ta-list {
  padding-top: 10px;
  padding-left: 0px;
  width: 100px;
}
.form-tip {
  position: absolute;
  right: 0;
  bottom: 25px;
  font-size: 11px;
  font-size: 0.9rem;
}
.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.chosen-container-multi .chosen-choices li {
  background-image: none;
}
.chosen-container-multi .chosen-choices li.search-field,
.chosen-container-multi .chosen-choices li.search-choice {
  margin: 7px 0 3px 8px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container-multi .chosen-choices li.search-choice input[type="text"] {
  height: auto;
  padding: 4px 0;
}
.chosen-container-multi .chosen-choices li:before {
  display: none;
}
.chosen-container-multi.multi-limit .chosen-choices {
  -webkit-box-shadow: inset 0 1px 1px rgba(150, 150, 150, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(150, 150, 150, 0.075);
  box-shadow: inset 0 1px 1px rgba(150, 150, 150, 0.075);
  background: -webkit-linear-gradient(top, #aaa 0%, #555 100%);
  background: -moz-linear-gradient(top, #aaa 0%, #555 100%);
  background: -ms-linear-gradient(top, #aaa 0%, #555 100%);
  background: -o-linear-gradient(top, #aaa 0%, #555 100%);
  background: linear-gradient(top, #aaa 0%, #555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa', endColorstr='#ff555555', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa',endColorstr='#ff555555',GradientType=0);
}
.chosen-container .chosen-results li {
  background-image: none;
}
.chosen-container .chosen-results li:before {
  display: none;
}
.parsley-error-list {
  display: none !important;
}
.has-error .control-label {
  color: #666666;
}
.has-error .form-control {
  border-width: 3px;
}
.has-error .file {
  color: #B94A48;
}
.alert-error {
  display: none;
}
.form-content-success {
  padding-top: 30px;
  text-align: center;
}
.form-content-success .form-content-title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
  font-size: 24px;
  font-size: 2rem;
}
.form-content-success .form-content-body {
  padding-top: 5px;
  padding-bottom: 30px;
  font-size: 1.3rem;
}
.ajax-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pond-form .frm-block {
  border-top: 1px solid #dfdfdf;
  padding: 35px 25px 10px;
  padding: 35px 10px 10px;
}
.pond-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.pond-form .section-title {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 28px;
  margin-top: 0;
  color: #33535e;
  font-style: normal;
  text-transform: uppercase;
}
.pond-form label {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 1rem;
  color: #33535e;
  margin-bottom: 10px;
}
.pond-form .form-field {
  display: inline-block;
}
.pond-form .form-field .parsley-error-list {
  display: block !important;
}
.pond-form [type=file].form-control {
  display: none;
}
.pond-form .file-input {
  width: 220px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.pond-form .file-input .btn {
  background-color: #e7e7e7;
  height: 28px;
  line-height: 28px;
  width: 80px;
  border: none;
  text-align: center;
  border-bottom: 1px solid #cacaca;
  font-size: 1rem;
  padding: 0;
  outline: none;
}
.pond-form .file-input .filename {
  margin-left: 10px;
  font-size: 1rem;
  line-height: 28px;
  color: #33535e;
  font-style: italic;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 120px;
  vertical-align: middle;
  display: inline-block;
}
.pond-form .help-text {
  font-size: 1rem;
  margin-left: 20px;
  color: #33535e;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  max-width: 210px;
  line-height: 16px;
  padding-top: 5px;
}
.pond-form .form-group {
  margin-bottom: 18px;
}
.pond-form select.form-control {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 25px;
}
.pond-form.small textarea.form-control {
  width: 300px;
}
.pond-form.small .form-control {
  width: 290px;
}
.pond-form textarea.form-control {
  width: 440px;
  height: 155px;
  line-height: 1.6rem;
  padding: 12px;
}
.pond-form .form-control {
  width: 440px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  display: inline-block;
  margin: 0;
}
.pond-form .form-control::-moz-placeholder {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pond-form .form-control:-ms-input-placeholder {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pond-form .form-control::-webkit-input-placeholder {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pond-form .radio-btns {
  display: block;
}
.pond-form .radio-btns::after {
  content: '';
  display: table;
  clear: both;
}
.pond-form .radio-btns .radio-btn {
  position: relative;
  float: left;
}
.pond-form .radio-btns .radio-btn .btn {
  height: 28px;
  width: 40px;
  line-height: 28px;
  padding: 0;
  text-align: center;
  background-color: #e7e7e7;
  border: 0;
  border-bottom: 1px solid #cacaca;
  border-radius: 0;
  font-size: 1rem;
  transition: background-color 250ms, box-shadow 100ms;
}
.pond-form .radio-btns .radio-btn:first-child .btn {
  border-radius: 3px 0 0 3px;
}
.pond-form .radio-btns .radio-btn:last-child .btn {
  border-radius: 0 3px 3px 0;
}
.pond-form .radio-btns .radio-btn [type=radio] {
  height: 28px;
  width: 40px;
  position: absolute;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.pond-form .radio-btns .radio-btn [type=radio]:checked + .btn {
  background-color: #e0e0e0;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.3);
}
.pond-form .l-col-3 {
  width: 25%;
}
.pond-form .l-col-9 {
  width: 75%;
}
@media (max-width: 768px) {
  .pond-form .frm-block {
    padding-top: 0;
    border-top: 0;
  }
  .pond-form .help-text {
    display: block;
    margin-left: 0;
    max-width: 100%;
  }
  .pond-form .btn-apply {
    margin-bottom: 0;
  }
  .pond-form .l-col-3,
  .pond-form .l-col-9 {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .pond-form .help-text {
    display: block;
    margin-left: 0;
    max-width: 100%;
  }
  .pond-form .form-field {
    display: block;
  }
  .pond-form .form-control {
    width: 100%;
  }
  .pond-form textarea.form-control {
    width: 100%;
  }
  .pond-form .frm-block {
    padding-top: 0;
  }
  .pond-form .frm-block::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto 20px;
    background-color: #b8b8b8;
  }
  .pond-form .frm-block + .frm-block {
    border-top: 0;
  }
  .pond-form .frm-block {
    padding-top: 20px;
  }
  .pond-form .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.pond-form .btn-primary {
  margin-bottom: 30px;
}
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.jcrop-vline,
.jcrop-hline {
  background-image: none;
}
.jcrop-holder {
  position: relative;
  z-index: 0;
}
.jcrop-holder img,
img.jcrop-preview {
  max-width: none !important;
}
.jobs-filter-nav .job-alerts {
  float: right;
  text-align: center;
}
.jobs-filter-nav .job-alerts.nav-item:hover {
  background: inherit;
}
.jobs-filter-nav .job-alerts.nav-item:hover a {
  color: #f15f5f;
}
.jobs .row {
  margin-left: -10px;
  margin-right: -10px;
}
.jobs .list-inline {
  padding: 0;
  list-style-type: none;
  margin: 0 0 15px;
}
.jobs .list-inline::after {
  content: ' ';
  display: table;
  clear: both;
}
.jobs .list-inline li {
  display: inline-block;
  float: left;
  padding-right: 5px;
}
.jobs .list-inline li::after {
  content: '/';
  padding-left: 5px;
}
.jobs .list-inline li:last-child {
  padding-right: 0;
}
.jobs .list-inline li:last-child::after {
  content: '';
  padding-left: 0;
}
.jobs .status {
  text-transform: uppercase;
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jobs .status.status-live {
  color: #0047BB;
}
.jobs .status.status-closed {
  color: #999999;
}
.jobs .follow-us-on {
  margin-top: 40px;
}
.jobs .follow-us-on h3 {
  color: #cccccc;
  margin: 0;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
}
.jobs .follow-us-on .svg-linkedin,
.jobs .follow-us-on .svg-twitter {
  margin-top: 10px;
}
.jobs .follow-us-on .svg-linkedin path,
.jobs .follow-us-on .svg-twitter path {
  fill: #999999;
  -webkit-transition: fill 250ms;
  -moz-transition: fill 250ms;
  -ms-transition: fill 250ms;
  -o-transition: fill 250ms;
  transition: fill 250ms;
}
.jobs .follow-us-on .svg-linkedin:hover path,
.jobs .follow-us-on .svg-twitter:hover path {
  fill: #0047BB;
}
@media (min-width: 0px) and (max-width: 767px) {
  .jobs .follow-us-on .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1036px) {
  .jobs .follow-us-on h3 {
    display: inline-block;
    vertical-align: middle;
  }
  .jobs .follow-us-on a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    height: 20.3px;
    position: relative;
    top: -1px;
  }
  .jobs .follow-us-on .svg-linkedin,
  .jobs .follow-us-on .svg-twitter {
    margin-top: 0;
  }
}
.has-error .radio-btn {
  border: 2px solid #b94a48;
}
.parsley-error-list {
  clear: left;
}
.svg-eye {
  margin-top: -5px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.the-eye {
  margin-top: -5px;
  position: relative;
  top: 3px;
  margin-right: 3px;
  width: 19px;
  height: 13px;
}
.the-linkedin {
  width: 13px;
  height: 14px;
}
.the-email {
  width: 18px;
  height: 14px;
}
.x-linkedin:hover,
.x-email:hover {
  opacity: 0.7;
}
.jobs .agent table {
  width: 100%;
}
.jobs .agent .agent-image {
  width: 110px;
}
.jobs .agent .agent-image img {
  height: 94px;
  width: 94px;
  border-radius: 47px;
  border: 1px solid #b8b8b8;
}
.jobs .agent .agent-details {
  vertical-align: top;
}
.jobs .agent .subtitle {
  margin: 0 0 5px;
  color: #33535e;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.jobs .agent .agent-name {
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin-bottom: 5px;
  display: block;
}
.jobs .agent .agent-position {
  font-size: 0.95rem;
  display: block;
  margin-bottom: 8px;
}
.jobs .agent .tle-person-social .i-email {
  margin-right: 5px;
}
.jobs .listing-search-form .vcenter-parent {
  height: 70px;
  float: left;
}
.jobs .listing-search-form input[type=text] {
  width: 225px;
}
.jobs .listing-search-form .filter {
  display: inline-block;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 5px;
}
.jobs .listing-search-form .clear-filter + .clear-filter {
  margin-left: 10px;
  display: inline-block;
}
.jobs .listing-search-form .clear-filter a {
  position: relative;
  top: -1px;
  color: #0047BB;
  display: inline-block;
  padding-left: 2px;
}
.jobs .listing-search-form .query {
  float: right;
}
.search-experience {
  height: 30px;
  line-height: 30px;
}
.creatives-search-list .keyline {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .creatives-search-list .keyline {
    display: none;
  }
}
.jobs .home-page .jobs-list {
  background-color: #fff;
  margin-bottom: -57px;
  padding-top: 20px;
  padding-bottom: 57px;
}
.jobs .home-page .jobs-list .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
}
.jobs .home-page .jobs-list .l-outer {
  padding-left: 20px;
  padding-right: 20px;
}
.jobs .home-page .jobs-list .job-listing {
  border-top: 1px solid #b8b8b8;
  padding-top: 10px;
}
.jobs .home-page .jobs-list .job-listing .experience {
  display: block;
  color: #999999;
  margin: 0 0 10px;
}
.jobs .home-page .jobs-list .job-listing .profession {
  display: block;
  color: #0047BB;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 5px;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jobs .home-page .jobs-list .job-listing .list-inline {
  margin-bottom: 10px;
  color: #33535e;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jobs .home-page .jobs-list .job-listing .description {
  border-top: 1px solid #b8b8b8;
  padding-top: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.jobs .home-page .btn-center {
  text-align: center;
}
.jobs .home-page .btn-center .btn {
  margin: 40px auto 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .jobs .home-page .job-listing {
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
@media (max-width: 1035px) {
  .jobs .home-page .btn {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .jobs .home-page .job-listing {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.nav.nav-pri-sub[data-centered="yas"] {
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
[data-classname="HomePage"] #new-projects + ul {
  margin-top: 10px !important;
}
.partners__flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
}
.partners__flex--4 .partners__flex__item {
  width: 25%;
}
@media (max-width: 767px) {
  .partners__flex--4 .partners__flex__item {
    width: 50%;
  }
}
.partners__flex__item {
  display: block;
  width: 12.5%;
  padding: 10px;
}
@media (max-width: 1035px) {
  .partners__flex__item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .partners__flex__item {
    width: 50%;
  }
}
.partners__flex__item img {
  width: 100%;
  height: auto;
}
.jobs .agent-page {
  margin-top: 37px;
}
.jobs .agent-page .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
}
.jobs .agent-page .job-listing {
  border-top: 1px solid #b8b8b8;
  padding-top: 10px;
}
.jobs .agent-page .job-listing + .job-listing {
  margin-top: 20px;
}
.jobs .agent-page .job-listing .experience {
  display: block;
  margin-bottom: 8px;
}
.jobs .agent-page .job-listing .list-lg {
  font-size: 1.5em;
  line-height: 2rem;
  margin-bottom: 8px;
  color: #0047BB;
}
.jobs .agent-page .job-listing .list-sm {
  margin-bottom: 12px;
  color: #33535e;
}
.jobs .agent-page .job-listing .profession {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #33535e;
}
.jobs .agent-page .job-listing .salary,
.jobs .agent-page .job-listing .location {
  color: #33535e;
}
.jobs .agent-page .job-listing .work-type {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #33535e;
}
.jobs .agent-page .job-listing .description {
  color: #33535e;
  margin-bottom: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.jobs .agent-page .view-more {
  margin-top: 20px;
  margin-bottom: 24px;
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
  text-align: center;
}
.nav.nav-pri.jobs-filter-nav .nav-last.nav-focus {
  color: red;
}
.nav.nav-pri.jobs-filter-nav .nav-last.nav-focus.nav-focus::after {
  display: none;
}
.nav.nav-pri-mobile.nav-job-mobile {
  border: 1px solid #cccccc;
}
.nav.nav-pri-mobile.nav-job-mobile h1 {
  color: #f4f4f4;
  background: -webkit-linear-gradient(top, #475055 0%, #3d4548 100%);
  background: -moz-linear-gradient(top, #475055 0%, #3d4548 100%);
  background: -ms-linear-gradient(top, #475055 0%, #3d4548 100%);
  background: -o-linear-gradient(top, #475055 0%, #3d4548 100%);
  background: linear-gradient(top, #475055 0%, #3d4548 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff475055', endColorstr='#ff3d4548', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff475055',endColorstr='#ff3d4548',GradientType=0);
}
.nav.nav-pri-mobile.nav-job-mobile.expanded {
  height: 156px;
}
.register-full-time {
  text-align: center;
  text-decoration: underline;
  margin-top: 25px;
  padding: 0 15px;
}
@media (min-width: 1036px) {
  .register-full-time {
    display: none;
  }
}
.jobs .board-page .listing-search-form {
  margin-top: 25px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  width: 100%;
  padding: 0 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .jobs .board-page .listing-search-form {
    padding: 0 25px;
    border: 0;
    border-radius: 0;
  }
  .jobs .board-page .listing-search-form .query {
    float: left;
  }
}
.jobs .board-page .no-results {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 25px 25px 30px;
  text-align: center;
}
.jobs .board-page .job-listing {
  clear: both;
  padding: 25px 25px 30px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: none;
}
.jobs .board-page .job-listing:last-child {
  border-radius: 0 0 5px 5px;
}
.jobs .board-page .job-listing .experience {
  display: block;
  margin-bottom: 8px;
}
.jobs .board-page .job-listing .list-lg {
  font-size: 1.7rem;
  line-height: 1.9rem;
  margin-bottom: 13px;
  color: #0047BB;
}
.jobs .board-page .job-listing .list-sm {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 29px;
  margin-bottom: 25px;
  color: #33535e;
}
.jobs .board-page .job-listing .profession {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jobs .board-page .job-listing .description {
  color: #33535e;
  margin-bottom: 15px;
  padding-right: 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 1036px) {
  .jobs .board-page .job-listing .description {
    max-height: 60px;
    overflow: hidden;
  }
}
.jobs .board-page .job-listing .work-type {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jobs .board-page .job-listing .l-col-3 {
  width: 25%;
}
.jobs .board-page .job-listing .l-col-9 {
  width: 75%;
}
.jobs .board-page .job-listing .agent {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .jobs .board-page .job-listing {
    padding-bottom: 20px;
  }
  .jobs .board-page .job-listing .experience {
    margin-bottom: 4px;
  }
  .jobs .board-page .job-listing .list-lg {
    margin-bottom: 13px;
    line-height: 2.3rem;
  }
  .jobs .board-page .job-listing .list-sm {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .jobs .board-page .job-listing .agent {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .jobs .board-page .job-listing .description {
    margin-bottom: 15px;
    padding: 0;
  }
  .jobs .board-page .job-listing .l-col-3,
  .jobs .board-page .job-listing .l-col-9 {
    width: 100%;
  }
  .jobs .board-page .job-listing .btn-sm {
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 110px;
    font-size: 1.2rem;
    font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .jobs .board-page .job-listing {
    border: 0;
    position: relative;
    padding-top: 0;
  }
  .jobs .board-page .job-listing .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .jobs .board-page .job-listing::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto 16px;
    background-color: #b8b8b8;
  }
}
.jobs .board-page #load-more {
  margin-top: 30px;
}
.jobs .listing-page .tle-job-listing {
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  width: 100%;
}
.jobs .listing-page .tle-job-listing .listing-search-form {
  padding: 0 25px;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 0px) and (max-width: 767px) {
  .jobs .listing-page .tle-job-listing .listing-search-form {
    padding: 0 25px;
    border: 0;
    border-radius: 0;
  }
  .jobs .listing-page .tle-job-listing .listing-search-form .query {
    float: left;
  }
}
.jobs .listing-page .tle-job-listing .job-listing {
  padding: 25px 0 25px;
}
.jobs .listing-page .tle-job-listing .job-listing .tle-block {
  padding: 0 25px;
}
.jobs .listing-page .tle-job-listing .job-listing .tle-block + .tle-block {
  border-top: 1px solid #dfdfdf;
}
.jobs .listing-page .tle-job-listing .job-listing .experience {
  display: block;
  margin-bottom: 3px;
}
.jobs .listing-page .tle-job-listing .job-listing .list-lg {
  font-size: 1.7rem;
  line-height: 1.9rem;
  margin-bottom: 25px;
  color: #33535e;
}
.jobs .listing-page .tle-job-listing .job-listing .list-sm {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 24px;
  margin-bottom: 23px;
  color: #33535e;
}
.jobs .listing-page .tle-job-listing .job-listing .profession {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jobs .listing-page .tle-job-listing .job-listing .btn-apply {
  margin-bottom: 15px;
}
.jobs .listing-page .tle-job-listing .job-listing .process {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #999999;
  margin-bottom: 35px;
}
.jobs .listing-page .tle-job-listing .job-listing .details {
  padding-top: 30px;
}
.jobs .listing-page .tle-job-listing .job-listing .details .description {
  color: #33535e;
  margin-bottom: 22px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.jobs .listing-page .tle-job-listing .job-listing .details .description h1,
.jobs .listing-page .tle-job-listing .job-listing .details .description h2,
.jobs .listing-page .tle-job-listing .job-listing .details .description h3,
.jobs .listing-page .tle-job-listing .job-listing .details .description h4,
.jobs .listing-page .tle-job-listing .job-listing .details .description h5,
.jobs .listing-page .tle-job-listing .job-listing .details .description h6 {
  color: #33535e;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: 0 0 10px;
}
.jobs .listing-page .tle-job-listing .job-listing .details .description h1,
.jobs .listing-page .tle-job-listing .job-listing .details .description h2 {
  font-size: 1.6em;
  line-height: 2em;
}
.jobs .listing-page .tle-job-listing .job-listing .details .description h3,
.jobs .listing-page .tle-job-listing .job-listing .details .description h4,
.jobs .listing-page .tle-job-listing .job-listing .details .description h5,
.jobs .listing-page .tle-job-listing .job-listing .details .description h6 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.jobs .listing-page .tle-job-listing .job-listing .details .description p {
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 19px;
}
.jobs .listing-page .tle-job-listing .job-listing .details .description ul,
.jobs .listing-page .tle-job-listing .job-listing .details .description ol {
  padding-left: 20px;
}
.jobs .listing-page .tle-job-listing .job-listing .details .description ul li,
.jobs .listing-page .tle-job-listing .job-listing .details .description ol li {
  font-size: 13px;
  line-height: 19px;
}
.jobs .listing-page .tle-job-listing .job-listing .details .btn-apply {
  margin-bottom: 35px;
}
.jobs .listing-page .tle-job-listing .job-listing .details .back {
  color: #999999;
  text-decoration: underline;
}
.jobs .listing-page .tle-job-listing .job-listing .work-type {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jobs .listing-page .tle-job-listing .job-listing .l-col-3 {
  width: 25%;
}
.jobs .listing-page .tle-job-listing .job-listing .l-col-9 {
  width: 75%;
}
.jobs .listing-page .tle-job-listing .job-listing .agent {
  margin-bottom: 15px;
}
.jobs .listing-page .tle-job-listing .job-listing .shares {
  float: right;
}
.jobs .listing-page .tle-job-listing .job-listing .share {
  margin-bottom: 10px;
}
.jobs .listing-page .tle-job-listing .job-listing .share.share-twitter {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .jobs .listing-page .tle-job-listing .job-listing {
    padding-bottom: 20px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .experience {
    margin-bottom: 4px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .process {
    margin-bottom: 20px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .btn-apply {
    margin-bottom: 25px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .list-lg {
    margin-bottom: 13px;
    line-height: 2.3rem;
  }
  .jobs .listing-page .tle-job-listing .job-listing .list-sm {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .agent {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .details .description {
    margin-bottom: 25px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .details .btn-apply {
    margin-bottom: 20px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .shares {
    margin-top: 30px;
    float: left;
  }
  .jobs .listing-page .tle-job-listing .job-listing .shares .share {
    float: left;
    margin-bottom: 0;
  }
  .jobs .listing-page .tle-job-listing .job-listing .shares .share + .share {
    margin-left: 15px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .l-col-3,
  .jobs .listing-page .tle-job-listing .job-listing .l-col-9 {
    width: 100%;
  }
  .jobs .listing-page .tle-job-listing .job-listing .btn-sm {
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 110px;
    font-size: 1.2rem;
    font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .jobs .listing-page .tle-job-listing .job-listing {
    border: 0;
    position: relative;
    padding-top: 0;
  }
  .jobs .listing-page .tle-job-listing .job-listing .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .details {
    padding-top: 0;
  }
  .jobs .listing-page .tle-job-listing .job-listing .tle-block {
    padding-top: 20px;
  }
  .jobs .listing-page .tle-job-listing .job-listing .tle-block + .tle-block {
    border-top: 0;
    padding-top: 0;
  }
  .jobs .listing-page .tle-job-listing .job-listing .tle-block + .tle-block::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto 20px;
    background-color: #b8b8b8;
  }
}
#job-listings .description {
  font-size: 13px;
  line-height: 19px;
  max-height: none;
}
.jobs .apply-page .tle-apply {
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  width: 100%;
}
.jobs .apply-page .tle-apply .listing-search-form {
  padding: 0 25px;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 0px) and (max-width: 767px) {
  .jobs .apply-page .tle-apply .listing-search-form {
    padding: 0 25px;
    border: 0;
    border-radius: 0;
  }
  .jobs .apply-page .tle-apply .listing-search-form .query {
    float: left;
  }
}
.jobs .apply-page .tle-apply .tle-block {
  padding: 0 25px;
}
.jobs .apply-page .tle-apply .tle-block + .tle-block {
  border-top: 1px solid #dfdfdf;
}
.jobs .apply-page .tle-apply .process {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #999999;
  margin-bottom: 20px;
}
.jobs .apply-page .tle-apply .back {
  margin-bottom: 30px;
  text-decoration: underline;
  display: inline-block;
}
.jobs .apply-page .tle-apply .job-listing {
  padding: 25px 0 25px;
}
.jobs .apply-page .tle-apply .job-listing .experience {
  display: block;
  margin-bottom: 3px;
}
.jobs .apply-page .tle-apply .job-listing .list-lg {
  font-size: 1.7rem;
  line-height: 1.9rem;
  margin-bottom: 25px;
  color: #33535e;
}
.jobs .apply-page .tle-apply .job-listing .list-sm {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-top: 24px;
  margin-bottom: 23px;
  color: #33535e;
}
.jobs .apply-page .tle-apply .job-listing .profession {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jobs .apply-page .tle-apply .job-listing .work-type {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.jobs .apply-page .tle-apply .job-listing .agent {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .jobs .apply-page .tle-apply .job-listing {
    padding-bottom: 20px;
  }
  .jobs .apply-page .tle-apply .job-listing .experience {
    margin-bottom: 4px;
  }
  .jobs .apply-page .tle-apply .job-listing .process {
    margin-bottom: 20px;
  }
  .jobs .apply-page .tle-apply .job-listing .btn-apply {
    margin-bottom: 25px;
  }
  .jobs .apply-page .tle-apply .job-listing .list-lg {
    margin-bottom: 13px;
    line-height: 2.3rem;
  }
  .jobs .apply-page .tle-apply .job-listing .list-sm {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .jobs .apply-page .tle-apply .job-listing .agent {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .jobs .apply-page .tle-apply .job-listing .details {
    padding-top: 0;
  }
  .jobs .apply-page .tle-apply .job-listing .details .description {
    margin-bottom: 25px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .jobs .apply-page .tle-apply .job-listing .details .btn-apply {
    margin-bottom: 20px;
  }
  .jobs .apply-page .tle-apply .job-listing .shares {
    margin-top: 30px;
    float: left;
  }
  .jobs .apply-page .tle-apply .job-listing .shares .share {
    float: left;
    margin-bottom: 0;
  }
  .jobs .apply-page .tle-apply .job-listing .shares .share + .share {
    margin-left: 15px;
  }
  .jobs .apply-page .tle-apply .job-listing .btn-sm {
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 110px;
    font-size: 1.2rem;
    font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .jobs .apply-page .tle-apply .job-listing {
    border: 0;
    position: relative;
  }
  .jobs .apply-page .tle-apply .job-listing .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.jobs .apply-page .tle-apply .application-success .tle-block {
  padding: 45px 28px 35px;
}
.jobs .apply-page .tle-apply .application-success h1 {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin: 0 0 20px;
  color: #33535e;
}
.jobs .apply-page .tle-apply .application-success .process {
  margin-bottom: 15px;
}
.jobs .apply-page .tle-apply .application-success .agent {
  margin-top: 50px;
}
.jobs .apply-page .tle-apply .application-success .back {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .jobs .apply-page .tle-apply .application-success .tle-block {
    padding: 20px 25px 40px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .jobs .apply-page .tle-apply .application-success .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.jobs .general-apply-page .tle-apply .job-listing .title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 0 0 25px 0;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #33535e;
}
.jobs .general-apply-page .tle-apply .job-listing .process {
  margin-bottom: 25px;
}
.jobs .general-apply-page .tle-apply .job-listing .process p {
  margin-top: 0;
}
.jobs .general-apply-page .tle-apply .job-listing .back {
  margin-bottom: 25px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #ffffff;
  border-color: #d5d5d5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #b6b6b6;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #d5d5d5;
}
.btn-primary {
  color: #fff;
  background-color: #0047BB;
  border-color: #0047BB;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #003892;
  border-color: #00307e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0047BB;
  border-color: #0047BB;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ab2b2b;
  border-color: #9b2727;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc3333;
  border-color: #cc3333;
}
.btn-success {
  color: #fff;
  background-color: #4cd964;
  border-color: #4cd964;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2cd048;
  border-color: #29bf42;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4cd964;
  border-color: #4cd964;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn {
  color: #666666;
  text-decoration: none;
  height: 40px;
  padding: 10px 25px;
}
.btn.btn-lg {
  font-size: 14px;
}
.btn.btn-default {
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  background: linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffebebeb', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7',endColorstr='#ffebebeb',GradientType=0);
}
@media (min-width: 0px) and (max-width: 991px) {
  .btn.btn-reorder {
    margin-left: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-reorder {
    margin-left: 11px;
  }
}
.btn.btn-small,
.btn.btn-sm {
  height: 22px;
  padding: 3px 20px;
  font-size: 10px;
}
.btn.btn-default {
  color: #333;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-default:hover {
  background: #ffffff;
  color: #999999;
  border-color: #d5d5d5;
}
.btn.btn-default:active {
  background: #ffffff;
  color: #999999;
  border-color: #d5d5d5;
}
.btn.btn-primary {
  color: #fff;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #0047BB;
  background: #0047BB;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary:hover {
  background: #0047BB;
  color: #fff;
  border-color: #0047BB;
}
.btn.btn-primary:active {
  background: #0047BB;
  color: #fff;
  border-color: #0047BB;
}
.btn.btn-success {
  color: #fff;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #4cd964;
  background: #4cd964;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-success:hover {
  background: #70e183;
  color: #fff;
  border-color: #70e183;
}
.btn.btn-success:active {
  background: #70e183;
  color: #fff;
  border-color: #70e183;
}
.btn.btn-danger {
  color: #fff;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #cc3333;
  background: #cc3333;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-danger:hover {
  background: #e59797;
  color: #fff;
  border-color: #e59797;
}
.btn.btn-danger:active {
  background: #e59797;
  color: #fff;
  border-color: #e59797;
}
.btn.btn-apply {
  color: #fff;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #cc3333;
  background: #cc3333;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-apply:hover {
  background: #e59797;
  color: #fff;
  border-color: #e59797;
}
.btn.btn-apply:active {
  background: #e59797;
  color: #fff;
  border-color: #e59797;
}
.btn.btn-font-large {
  font-size: 13px;
}
.btn.btn-add:before {
  content: '+';
  display: inline-block;
  width: 12px;
  height: 12px;
  font-weight: 900;
  font-size: 1.2rem;
  margin-right: 3px;
}
.btn.btn-mobile {
  text-align: center;
  color: #666666;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 18px 0;
  margin: 0;
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #dfe0e0 100%);
  background: -moz-linear-gradient(top, #e4e4e4 0%, #dfe0e0 100%);
  background: -ms-linear-gradient(top, #e4e4e4 0%, #dfe0e0 100%);
  background: -o-linear-gradient(top, #e4e4e4 0%, #dfe0e0 100%);
  background: linear-gradient(top, #e4e4e4 0%, #dfe0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4e4e4', endColorstr='#ffdfe0e0', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4e4e4',endColorstr='#ffdfe0e0',GradientType=0);
}
.btn.btn-next:after {
  content: '▶';
  display: inline-block;
  font-size: 6px;
  margin-left: 5px;
  vertical-align: middle;
}
.btn.btn-prev:before {
  content: '◀';
  display: inline-block;
  font-size: 6px;
  margin-right: 5px;
  vertical-align: middle;
}
.btn.btn-right {
  float: right;
}
.ie8 .btn[disabled] {
  background-color: #c7e6c7;
  filter: none;
}
.btn-border-small {
  background: transparent !important;
  color: #0047bb !important;
  width: 100% !important;
}
.btn.buttonHover {
  background: transparent !important;
  color: #0047bb !important;
  width: 100% !important;
}
.btn.buttonHover:hover {
  background: #0047bb !important;
  color: white !important;
}
.btn-refer {
  background: transparent !important;
  color: #0047bb !important;
  border: 1px solid #0047bb;
  margin-bottom: 15px;
  margin-left: 8px;
}
.btn-refer:hover {
  background: #0047bb !important;
  color: white !important;
}
.hidden-lg .btn-refer {
  margin-bottom: 25px;
}
@media (max-width: 349px) {
  .hidden-lg .btn-refer {
    margin-left: 0;
    margin-right: 8px;
  }
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transform: translate(0 -25%);
  -moz-transform: translate(0 -25%);
  -ms-transform: translate(0 -25%);
  -o-transform: translate(0 -25%);
  transform: translate(0 -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0 0);
  -moz-transform: translate(0 0);
  -ms-transform: translate(0 0);
  -o-transform: translate(0 0);
  transform: translate(0 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 31.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  margin-top: 15px;
  padding: 29px 30px 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal .modal-content {
  border: 5px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.modal .modal-header {
  padding-bottom: 6px;
  border-bottom: none;
}
.modal .modal-header h3 {
  margin-bottom: 0;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #0047BB;
  -webkit-font-smoothing: antialiased;
}
.modal .modal-header p {
  font-size: 13px;
  font-size: 1.1rem;
}
.modal .modal-header .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  opacity: 1;
  margin-top: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: -webkit-linear-gradient(0deg, #eee 0%, #fff 100%);
  background: -moz-linear-gradient(0deg, #eee 0%, #fff 100%);
  background: -ms-linear-gradient(0deg, #eee 0%, #fff 100%);
  background: -o-linear-gradient(0deg, #eee 0%, #fff 100%);
  background: linear-gradient(0deg, #eee 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',endColorstr='#ffffffff',GradientType=1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  border: 1px solid #999999;
  text-shadow: none;
  color: #7e7e7e;
}
.modal .modal-header .close:hover {
  background: -webkit-linear-gradient(0deg, #ddd 0%, #fff 100%);
  background: -moz-linear-gradient(0deg, #ddd 0%, #fff 100%);
  background: -ms-linear-gradient(0deg, #ddd 0%, #fff 100%);
  background: -o-linear-gradient(0deg, #ddd 0%, #fff 100%);
  background: linear-gradient(0deg, #ddd 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd',endColorstr='#ffffffff',GradientType=1);
  color: #666;
}
.modal .modal-header .close:focus {
  outline: none;
}
.ie9 .modal .modal-header .close {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.modal .modal-header .con {
  padding-left: 0;
  padding-right: 0;
}
.modal .modal-body {
  padding: 10px 0;
  margin-left: 30px;
  margin-right: 30px;
  border-top: 1px solid #ccc;
}
.modal .modal-body form {
  margin-top: 22px;
  width: 465px;
}
.modal.modal-success {
  padding-top: 120px;
  text-align: center;
}
.modal.modal-success .modal-title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
  font-size: 24px;
  font-size: 2rem;
}
.modal.modal-success .modal-body {
  padding-top: 5px;
  padding-bottom: 30px;
  font-size: 1.3rem;
}
.modal-dialog {
  width: 720px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 720px;
  }
}
html body.modal-open {
  margin-right: 0;
  overflow: scroll;
}
.hor {
  height: 2px;
  background-color: #cccccc;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  clear: both;
}
.divider {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #999999;
}
.divider hr {
  margin-left: auto;
  margin-right: auto;
  background-color: #cccccc;
  height: 1px;
  border: 0px solid #ffffff;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 1036px) and (max-width: 1199px), (min-width: 1200px) {
  .divider hr {
    width: 45%;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
.pag {
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
.pag .pag-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.pag .pag-list .pag-item {
  display: inline-block;
  position: relative;
  line-height: 20px;
  margin-left: 20px;
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}
.pag .pag-list .pag-item:first-child {
  margin-left: 0;
}
.pag .pag-list .pag-item.pag-item-active {
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #38a4d0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0047BB;
}
.pag .pag-list .pag-item.pag-prev-holder {
  width: 20px;
}
.pag .pag-list .pag-item.pag-next-holder {
  margin-left: 0;
}
.pag .pag-list .pag-item .pag-prev,
.pag .pag-list .pag-item .pag-next {
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pag .pag-list .pag-item .pag-prev {
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #c5c5c5 transparent transparent;
}
.pag .pag-list .pag-item .pag-prev:hover {
  border-color: transparent #0047BB transparent transparent;
}
.pag .pag-list .pag-item .pag-next {
  margin-left: 20px;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #c5c5c5;
}
.pag .pag-list .pag-item .pag-next:hover {
  border-color: transparent transparent transparent #0047BB;
}
#load-more {
  text-align: center;
}
#load-more .btn {
  margin-bottom: 20px;
}
.agt #load-more {
  margin-top: 20px;
}
.car {
  position: relative;
  overflow: hidden;
  padding: 0 0 95px 0 ;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .car {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1035px) {
  .car {
    display: none;
  }
}
.car .car-shift-outer {
  position: relative;
  overflow: hidden;
}
.car .car-shift {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -ms-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.car .car-nav {
  cursor: pointer;
  width: 62px;
  height: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.car .car-nav .arrow {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.car .car-nav:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0047BB;
}
.car .car-nav:hover .arrow {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0047BB;
  border-color: #0047BB;
}
.car .car-nav.car-nav-disabled:hover {
  color: inherit;
}
.car .car-nav.car-nav-disabled:hover .arrow {
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.car .car-nav .arrow {
  cursor: pointer;
  color: #b3b3b3;
  position: absolute;
  text-align: center;
  margin-top: -7px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  border: 2px solid #b8b8b8;
  padding-top: 25px;
  overflow: hidden;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.car .car-nav .arrow:after {
  content: '∟';
  font-size: 21px;
  font-weight: bold;
  width: 28px;
  height: 28px;
  position: absolute;
  display: block;
  top: 0;
}
.ie8 .car .car-nav .arrow {
  height: 25px;
  padding-top: 0;
}
.ie8 .car .car-nav .arrow:after {
  display: none;
}
.car .next {
  padding-right: 5px;
}
.car .previous {
  padding-left: 33px;
}
.car .car-nav-left {
  display: inline-block;
  position: absolute;
  left: 0;
}
.car .car-nav-left .arrow:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: -1px;
}
.car .car-nav-right {
  display: inline-block;
  position: absolute;
  right: 0;
}
.car .car-nav-right .arrow:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  right: -1px;
  top: -4px;
}
.car .car-nav-disabled {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.car hr {
  margin-top: 40px;
}
.vws {
  color: #666666;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px;
  overflow: hidden;
  float: left;
  font-size: 10px;
  font-size: 0.8rem;
}
/*!
 * Quill Editor v1.0.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
.ql-editor ol li:before {
  content: counter(list-num, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  outline: none;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: #06c;
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-toolbar.snow,
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-mitter {
  fill: none;
  stroke: #444;
  stroke-mitterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-color-picker .ql-picker-item.ql-primary-color {
  margin-bottom: toolbarPadding;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
  background: rgba(0, 0, 0, 0.05);
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  margin-top: 10px;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.ql-editor p {
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
}
.ql-editor ul {
  padding: 0 !important;
}
.ql-editor ul li {
  margin: 0 !important;
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
}
.agt {
  margin-bottom: 26px;
}
.agt .l-col-6 {
  float: right;
}
.agt .con {
  font-size: 12px;
  font-size: 1rem;
}
.agt .agt-pic {
  max-width: 500px;
  height: auto;
  min-height: 300px;
  display: block;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .agt .agt-pic {
    margin: 30px auto 0;
    min-height: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .agt .agt-pic {
    margin: 30px auto 0;
    max-width: 100%;
    min-height: 0;
  }
}
.agt .agt-bio {
  position: relative;
  margin-top: -290px;
  background-color: #fff;
}
.agt .agt-bio h1 {
  color: #0047BB;
  margin-bottom: 5px;
}
.agt .agt-bio h3 {
  font-family: 'Avenir LT W01_45 Book1475508', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0047BB;
  font-size: 14px;
  margin-top: 0;
}
.agt .agt-bio h4 {
  margin: 5px 0;
  font-size: 14px;
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .agt .agt-bio .con {
    padding-top: 2px;
    padding-bottom: 5px;
  }
}
.agt .agt-bio .con .agt-expander {
  margin-bottom: 12px;
  position: relative;
}
.agt .agt-bio .con .agt-expander h4 {
  cursor: pointer;
}
.agt .agt-bio .con .agt-expander p {
  display: none;
}
.agt .agt-bio .con .agt-expander:after {
  position: absolute;
  right: 0;
  top: 7px;
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #868686 transparent transparent transparent;
}
.agt .agt-bio .con .agt-expander.expanded:after {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #868686 transparent;
}
.ie8 .agt .agt-bio .con .agt-expander {
  overflow: hidden;
}
.ie8 .agt .agt-bio .con .agt-expander.expanded:after {
  border-width: 5px 5px 0 5px;
  border-color: #868686 transparent transparent transparent;
}
.agt .agt-bio h4 a {
  color: #0047BB;
}
.agt .agt-bio .btn {
  width: 100px;
  font-size: 12px;
  font-size: 1rem;
}
.ie8 .agt .agt-bio .btn {
  display: none;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .agt .agt-bio {
    margin-top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .agt .agt-bio {
    margin-top: 0;
    border: none;
    background-color: transparent;
  }
  .agt .agt-bio h1 {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .agt {
    margin-bottom: 0;
  }
}
.pts {
  background-color: #f5f5f5;
  margin: 30px 0 0px 0;
  border: 1px solid #d5d5d5;
  position: relative;
  z-index: 1;
}
.pts + .pts {
  margin-top: 0;
  border-top: 0;
}
.pts .pts-comments {
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  padding: 10px 25px;
  line-height: 22px;
  clear: right;
  position: relative;
}
.pts .pts-comments:first-child {
  border-top: none;
}
.pts .pts-comments:before {
  position: absolute;
  z-index: 0;
  bottom: -16px;
  right: 25px;
  margin-left: -8px;
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent transparent #d5d5d5;
}
.pts .pts-comments:after {
  position: absolute;
  z-index: 0;
  bottom: -14px;
  right: 26px;
  margin-left: -7px;
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pts .pts-comments {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pts .pts-entry {
  margin-bottom: 30px;
}
.pts .pts-entry h4 {
  font-size: 14px;
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 5px;
}
.pts .pts-entry p {
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pts .pts-entry {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pts .pts-entry h4 {
    margin-top: 5px;
  }
}
.pts-social {
  position: absolute;
  top: 10px;
  right: 25px;
}
.pts-social .fb-share-button {
  width: auto !important;
  display: inline-block !important;
}
.ie8 .pts-social .fb-share-button {
  width: 58px !important;
}
.pts-social .fb-share-button > span {
  display: block;
  vertical-align: top !important;
}
.pts-social .IN-widget {
  margin-left: 10px;
}
.pts-social .IN-widget * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pts-social {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5px;
    margin-bottom: 3px;
    height: 20px;
  }
}
.sbr .con .tle-news {
  padding-top: 52px;
  margin-bottom: 28px;
}
.sbr .con .tle-news h4 {
  margin-top: 14px;
  margin-bottom: 12px;
}
.sbr .con .tle-news p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .sbr .con .tle-news {
    border-top: 1px solid #ccc;
    padding-top: 0;
  }
}
.sbr .con.sbr-categories .tle-news {
  padding-top: 0;
}
.sbr .con.sbr-categories .active {
  color: #0047BB;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .sbr .con {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sbr .sbr-categories {
  margin-bottom: 30px;
}
.sbr .sbr-categories .tle {
  margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .sbr .sbr-categories {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .sbr .sbr-categories .tle br {
    display: none;
  }
  .sbr .sbr-categories .tle a {
    margin-right: 20px;
    width: 30%;
    display: inline-block;
    line-height: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .sbr .sbr-categories {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 22px;
  }
}
.sbr .sbr-promo-items {
  padding-left: 28px;
  float: left;
}
.sbr .sbr-promo-items .tle-feature {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .sbr .sbr-promo-items {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sbr .sbr-promo-items .tle-feature {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .sbr .sbr-promo-items {
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .sbr .sbr-promo-items .tle-feature {
    margin-left: auto;
    margin-right: auto;
  }
}
.sbr.sbr-creative-about h4 {
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.1rem;
  color: #0047BB;
  margin-bottom: 2px;
}
.sbr.sbr-creative-about p {
  margin-top: 0;
  line-height: 18px;
  line-height: 1.5rem;
}
.sbr.sbr-creative-about a {
  margin-bottom: 8px;
}
.sbr.sbr-creative-about .btn {
  margin-bottom: 20px;
  background: transparent;
  color: #0047BB;
}
.sbr.sbr-creative-about .btn:hover {
  background: #0047BB;
  color: white;
}
.tle.tle-creative.tle-list.tle-profile.tle-profile-short {
  margin-bottom: 20px !important;
}
@media (max-width: 769px) {
  [data-classname="Project"] .mobileCreativeList {
    display: inline-block !important;
  }
}
[data-classname="Project"] .mobileCreativeList .l-col-3.md-col-6 {
  padding-left: 0;
  padding-right: 0;
}
.prn {
  margin-top: 30px;
}
.prn .prn-image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.prn .prn-image img {
  width: 218px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}
@media (min-width: 768px) and (max-width: 1035px) {
  .prn .prn-image {
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    height: auto;
  }
  .prn .prn-image img {
    width: 220px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .prn .prn-image {
    float: none;
    display: block;
  }
  .prn .prn-image img {
    width: 100%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
  }
}
.prn dd {
  border-bottom: 1px solid #eaeaea;
  padding: 0;
  margin: 0;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prn dd:last-child {
  border-bottom: none;
}
.prj-pub {
  margin-top: 30px;
}
.prj-unp {
  margin-top: 30px;
}
.prj-unp .prj-unp-keyline {
  border-top: 1px solid #dfdfdf;
}
.prj-unp h1 {
  color: #33535e;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.15rem;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1035px), (min-width: 0px) and (max-width: 767px) {
  .prj-unp h1 {
    position: relative;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #dfdfdf;
    width: 100%;
  }
}
.con strong em,
.ql-editor strong em {
  font-family: 'Avenir LT W01_85 Heavy1475544', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: italic !important;
}
.con li.ql-indent-1,
.ql-editor li.ql-indent-1 {
  padding-left: 4.5em;
}
.con li.ql-indent-1:before,
.ql-editor li.ql-indent-1:before {
  left: 40px;
}
.con li.ql-indent-2,
.ql-editor li.ql-indent-2 {
  padding-left: 7.5em;
}
.con li.ql-indent-2:before,
.ql-editor li.ql-indent-2:before {
  left: 80px;
}
.con li.ql-indent-3,
.ql-editor li.ql-indent-3 {
  padding-left: 10.5em;
}
.con li.ql-indent-3:before,
.ql-editor li.ql-indent-3:before {
  left: 120px;
}
.alternativeScenario {
  text-align: center;
}
.alternativeScenario .btn-default,
.alternativeScenario .tle {
  max-width: 240px;
  margin: 0 auto;
}
.alternativeScenario .tle.tle-profile .tle-img-link {
  height: auto !important;
}
.alternativeScenario .tle.tle-profile .tle-img-link .tle-img-width {
  display: block;
}
@media (max-width: 767px) and (min-width: 0px) {
  .alternativeScenario .tle-img-link {
    border: 0 !important;
  }
}
@media (max-width: 1035px) and (min-width: 0px) {
  .cre-projects-offset.cre-projects-offset-large {
    margin-top: 4px;
  }
  .cre-projects-offset.cre-projects-offset-large {
    margin-top: 20px;
  }
  .cre-projects-offset hr.margin-10 {
    display: none;
  }
}
@media (max-width: 1035px) and (min-width: 0px) {
  #CreativeEnquiryForm_CreativeEnquiryForm .l-col-3 {
    width: 230px;
  }
  #CreativeEnquiryForm_CreativeEnquiryForm .l-col-3 .tle-img-link {
    width: 100%;
    height: auto;
    border: 0;
  }
  .frm-block .l-col-3 {
    width: 230px;
  }
  .frm-block .l-col-9 {
    width: calc(100% - 280px);
  }
  .tle.tle-creative.tle-list.tle-profile.tle-profile-short {
    max-width: 240px;
    width: 100%;
  }
  .help-text {
    display: none !important;
  }
}
@media (max-width: 768px) and (min-width: 0px) {
  .frm-block .l-col-3 {
    width: 100%;
  }
  .frm-block .l-col-9 {
    width: 100%;
  }
  #CreativeEnquiryForm_CreativeEnquiryForm .l-col-9 {
    width: 100%;
  }
  #CreativeEnquiryForm_CreativeEnquiryForm .frm-block:first-child .l-col-3 {
    width: 240px;
  }
  #CreativeEnquiryForm_CreativeEnquiryForm .frm-block:first-child .l-col-9 {
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 0px) {
  #CreativeEnquiryForm_CreativeEnquiryForm .frm-block:first-child .l-col-3 {
    width: 100%;
  }
  #CreativeEnquiryForm_CreativeEnquiryForm .frm-block:first-child .l-col-3 .tle-img-link {
    width: 100%;
    height: auto;
    border: 0;
  }
  .tle.tle-creative.tle-list.tle-profile.tle-profile-short {
    max-width: 240px;
    width: 100%;
  }
}
.con-wysiwyg p,
.ql-editor p {
  margin: 0;
}
.ql-editor ul {
  margin-bottom: 15px !important;
  padding-top: 10px !important;
  margin-top: -1px !important;
}
.ql-editor ul li {
  margin-bottom: 5px !important;
}
/**
 * Video.js player less styles
 * @see http://designer.videojs.com/
 *
 * Beware this file is a HORRIBLE Hack!
 * This file was generated from `http://designer.videojs.com/` with the
 * `source/components/video.js/font` font files copied to
 * the `source/fonts/videojs` directory. Beware that when the `video.js` bower component is:
 *  - Removed, this file and its fonts can also be removed.
 *  - Updated, this file and its fonts should be updated with the below modifications made.
 *
 * The following modifications have been made to this file:
 * - Wrap all the less in a `& {\n@import (multiple, less) "./vars.less"; ... }` closure
 * - Port over the variable values where applicable from the previous version
 * - Find and replace the `url('font/` string with `url('@{dir-theme}fonts/videojs/`
 */
/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #f0eaea;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('../fonts/videojs/vjs.eot');
  src: url('../fonts/videojs/vjs.eot?#iefix') format('embedded-opentype'), url('../fonts/videojs/vjs.woff') format('woff'), url('../fonts/videojs/vjs.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus hightlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #171a23;
  background-color: rgba(23, 26, 35, 0.9);
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #67686d;
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* FontAwsome button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  color: #fff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  background: #27a1d0 url() -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #27a1d0 url() -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.4);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -1.6em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.6em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 3em;
  height: 3em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  color: #f0f0f0;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #67686d;
  border: 0.1em solid #171a23;
  /* border-radius */
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -1.6em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.6em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #171a23;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 3em;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #67686d;
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 11px;
  /* Allow poster to be vertially aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em;
}
/* Individual tracks */
.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
  color: #fff /* Subtitles are white */;
}
.video-js .vjs-captions {
  color: #fc6 /* Captions are yellow */;
}
.vjs-tt-cue {
  display: block;
}
/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
  display: none;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
.ql-indent-15 {
  padding-left: 300px;
}
.ql-indent-14 {
  padding-left: 280px;
}
.ql-indent-13 {
  padding-left: 260px;
}
.ql-indent-12 {
  padding-left: 240px;
}
.ql-indent-11 {
  padding-left: 220px;
}
.ql-indent-10 {
  padding-left: 200px;
}
.ql-indent-9 {
  padding-left: 180px;
}
.ql-indent-8 {
  padding-left: 160px;
}
.ql-indent-7 {
  padding-left: 140px;
}
.ql-indent-6 {
  padding-left: 120px;
}
.ql-indent-5 {
  padding-left: 100px;
}
.ql-indent-4 {
  padding-left: 80px;
}
.ql-indent-3 {
  padding-left: 60px;
}
.ql-indent-2 {
  padding-left: 40px;
}
.ql-indent-1 {
  padding-left: 20px;
}
.con-wysiwyg a {
  color: #0047BB!important;
  text-decoration: underline;
}
.external__link {
  display: table-cell;
  text-align: center;
  width: 100%;
}
.external__link__link {
  display: block;
}
.external__link__link:hover h5 {
  color: #0047BB;
}
.external__link__heading {
  transition: color 111ms ease;
  display: inline-block;
  margin-bottom: 1rem;
}
.external__link .fa {
  margin-top: -0.2rem;
  margin-left: 1rem;
  font-size: 2rem;
  vertical-align: middle;
}
.external__link__instructions {
  width: 100%;
  display: block;
  font-style: italic;
}
.hdr-banner {
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 30px;
  display: block;
  font-family: 'Avenir LT W01_55 Roman1475520', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  font-size: 1.1rem;
  text-align: center;
  position: relative;
}
.hdr-banner a {
  color: #fff;
  text-decoration: underline;
}
.hdr-banner a:hover {
  color: #999999;
}
.hdr-banner p {
  margin: 0;
}
.hdr-banner .bannerClose {
  position: absolute;
  top: 0;
  right: 5%;
  cursor: pointer;
}
