@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

/* resets:
    - import *after* _normalize.scss
    - helpful, but limited, resets

    note:
        - use restraint
        - this set of styles should be vers small
        - this file is global!
        - use common sense when adding settings to this file
*/
* {
  z-index: 1; }

body {
  padding: 0; }

h1, h2, h3, h4, h5, h6,
blockquote,
p {
  padding: 0;
  margin: 0;
  line-height: 1; }

a {
  text-decoration: none; }

input::-ms-clear {
  display: none; }

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

section {
  overflow: hidden; }

.container {
  position: relative;
  width: 1150px;
  margin: 0 auto; }

a.btn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #1b3a51;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer; }
  a.btn:before {
    content: url("/public/img/global/icon-arrow-yellow.png");
    position: relative;
    margin-right: 7px;
    top: 2px; }
  a.btn.left:before {
    content: url("/public/img/global/icon-arrow-yellow-left.png");
    position: relative;
    margin-right: 7px;
    top: 4px; }
  a.btn.right:before {
    content: url("");
    margin: 0; }
  a.btn.right:after {
    content: url("/public/img/global/icon-arrow-yellow.png");
    position: relative;
    margin-left: 7px;
    top: 2px; }

.hero {
  position: relative;
  width: 100%;
  min-height: 544px;
  background-size: cover; }
  .hero .box-title {
    position: absolute;
    width: 360px;
    height: 375px;
    top: 85px;
    left: 0;
    border: solid 1px #fff; }
    .hero .box-title hr {
      position: relative;
      width: 55px;
      margin: 170px 0 0 50px;
      color: #fff; }
    .hero .box-title h1 {
      margin: 10px 0 0 50px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 36px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 3px; }

.subnav ul {
  display: inline-block;
  margin: 30px 0 0 205px; }
.subnav li {
  display: inline-block;
  margin-right: 10px; }
  .subnav li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #919191;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .subnav li a.active {
      color: #1b3a51; }
  .subnav li.active a {
    color: #1b3a51; }
  .subnav li:after {
    content: "/";
    margin-left: 10px;
    font-size: 11px;
    color: #919191; }
  .subnav li:last-child:after {
    content: ""; }

.play-btn {
  position: absolute;
  bottom: -50px;
  left: 75px;
  display: inline-block;
  padding: 32px 30px 20px;
  cursor: pointer;
  border: solid 1px #e0a156;
  text-align: center; }
  .play-btn p {
    margin-top: 45px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 11px !important;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px; }

.clearfix {
  clear: both; }

header.main {
  position: fixed;
  top: 0;
  width: 100%;
  height: 73px;
  background-color: #fff;
  z-index: 5;
  /*     #home & {
          position: absolute;
          bottom: 0;
      } */ }
  header.main .container {
    position: relative;
    background: #FFF; }
  header.main .logo {
    display: inline-block;
    width: 160px;
    height: 73px;
    background-color: #1b3a51; }
    header.main .logo .logo-main {
      margin-top: 18px; }
  header.main .logo-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background-color: #1b3a51;
    height: 100%; }
  header.main nav {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 40px; }
    header.main nav li {
      display: inline-block;
      margin-right: 10px; }
      header.main nav li a {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 11px;
        color: #919191;
        text-transform: uppercase;
        letter-spacing: 2px; }
        header.main nav li a.active {
          color: #1b3a51; }
      header.main nav li:after {
        content: "/";
        margin-left: 10px;
        font-size: 11px;
        color: #919191; }
      header.main nav li:last-child:after {
        content: ""; }
  header.main .tpb {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
    /* 
            a {
                width: 329px;
                height: 32px;
                background: url(/public/img/global/logo-tpb.svg);
                display: block;
            } */ }
  header.main .mjf {
    float: right;
    margin-top: 22px;
    margin-right: 20px; }
  header.main .social {
    display: inline-block;
    float: right;
    margin-top: 30px; }
    header.main .social li {
      display: inline-block; }

footer {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  border-top: solid 1px #d3d8da; }
  footer nav {
    display: inline-block;
    vertical-align: top; }
    footer nav li {
      display: inline-block;
      margin-right: 10px; }
      footer nav li a {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 11px;
        color: #1b3a51;
        text-transform: uppercase;
        letter-spacing: 1px; }
      footer nav li:after {
        content: "/";
        margin-left: 10px;
        font-size: 11px;
        color: #919191; }
      footer nav li:last-child:after {
        content: ""; }
  footer .copyright {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-top: 25px;
    color: #a0a0a0; }
    footer .copyright a {
      color: #757575; }
      footer .copyright a:after {
        content: "/";
        margin: 0 10px;
        color: #757575; }
      footer .copyright a:last-child:after {
        content: ""; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 0;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  /*border:5px solid #000;*/
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -32px;
  background: rgba(0, 0, 0, 0) url("/public/img/magic/btn-arrows.png") repeat scroll 0 0;
  width: 44px;
  height: 44px;
  text-indent: -9999px; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
  background: rgba(0, 0, 0, 0) url(/public/img/magic/btn-arrows.png) repeat scroll -49px -44px;
  width: 44px;
  height: 44px;
  text-indent: -9999px; }

#cboxClose {
  position: absolute;
  top: 30px;
  right: 20px;
  display: block;
  background: url(/public/img/global/btn-close.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  border: none;
  background: transparent;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  background: url(/public/img/magic/btn-arrows.png);
  right: 89px;
  top: -40px; }

.bx-wrapper .bx-next {
  background: url(/public/img/magic/btn-arrows.png);
  right: 30px;
  top: -40px;
  background-position: -49px -44px; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 49px;
  height: 44px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls {
  position: static; }

.bx-wrapper .bx-controls-direction {
  position: static; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: -94px;
  left: 0;
  background: #d1393b;
  width: 100%;
  min-height: 94px; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 22px; }

#home .box {
  position: relative; }
#home h1 {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1b3a51;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.3em; }
  #home h1 span {
    font-size: 22px; }
#home p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #757575;
  line-height: 1.5em;
  letter-spacing: 1px; }
#home .play-btn {
  bottom: -50px;
  left: 75px; }
  #home .play-btn p {
    font-size: 11px;
    color: #27282d; }
#home .hero {
  display: none;
  background: url("/public/img/home/hero-home.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh; }
  #home .hero .box {
    width: 377px;
    height: 393px;
    margin-top: 173px;
    background-color: #fff; }
    #home .hero .box .hr {
      position: absolute;
      top: 72px;
      left: 35px;
      display: inline-block;
      width: 50px;
      border-top: solid 1px #1b3a51;
      height: 1px; }
  #home .hero h1 {
    width: 300px;
    margin: 85px 0 0 35px; }
  #home .hero p {
    width: 300px;
    margin: 35px 0 0 35px; }
  #home .hero a.btn {
    margin: 45px 0 0 35px; }
    #home .hero a.btn.tpb {
      margin: 10px 0 0 35px; }
      #home .hero a.btn.tpb::before {
        top: -12px; }
      #home .hero a.btn.tpb img {
        margin-left: -6px; }
  #home .hero .downarrow {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -20px;
    background: url(/public/img/home/btn-downarrow.png) no-repeat;
    width: 39px;
    height: 92px;
    cursor: pointer; }
#home .mission {
  padding: 65px 0 90px;
  background: url("/public/img/home/hero-home.jpg") no-repeat;
  background-size: cover;
  margin: 73px auto 0;
  max-width: 1440px; }
  #home .mission .container {
    width: 1170px; }
    #home .mission .container:after {
      content: "";
      display: table;
      clear: both; }
  #home .mission .main-img {
    display: none;
    float: left; }
  #home .mission .box {
    display: inline-block;
    float: left;
    width: 377px;
    height: 447px;
    background-color: #fff; }
    #home .mission .box .hr {
      position: absolute;
      top: 55px;
      left: 50px;
      display: inline-block;
      width: 50px;
      border-top: solid 1px #e0a156;
      height: 1px; }
    #home .mission .box h1 {
      width: 275px;
      margin: 65px 0 0 50px; }
    #home .mission .box p {
      width: 275px;
      margin: 30px 0 0 50px;
      font-size: 13px; }
    #home .mission .box a.btn {
      margin: 60px 0 0 50px; }
      #home .mission .box a.btn.tpb {
        margin: 10px 0 0 50px; }
        #home .mission .box a.btn.tpb::before {
          top: -12px; }
        #home .mission .box a.btn.tpb img {
          margin-left: -6px; }
#home .build {
  padding: 65px 0 125px; }
  #home .build .container {
    width: 1170px; }
    #home .build .container:after {
      content: "";
      display: table;
      clear: both; }
  #home .build .main-img {
    float: right; }
  #home .build .box {
    display: inline-block;
    float: right;
    width: 410px;
    margin: 70px 85px 0 0; }
    #home .build .box h1 {
      font-size: 32px;
      letter-spacing: 3px;
      line-height: 1.2em; }
    #home .build .box p {
      margin-top: 35px;
      font-size: 13px;
      color: #2a2a2a;
      line-height: 1.6em; }
    #home .build .box a.btn {
      margin-top: 50px;
      color: #1b3a51; }
    #home .build .box .vr {
      display: inline-block;
      height: 200px;
      border-left: solid 1px #d3d8da;
      width: 1px;
      position: absolute;
      left: -50px;
      top: -135px; }
  #home .build .play-btn {
    right: 75px;
    left: auto; }
#home .communities {
  background: url("/public/img/home/bg-communities.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 678px;
  overflow: visible; }
  #home .communities .box {
    display: inline-block;
    width: 475px;
    padding: 215px 60px 65px;
    margin-top: -30px;
    border: solid 1px #e0a156;
    color: #fff; }
    #home .communities .box .hr {
      position: absolute;
      top: 200px;
      display: inline-block;
      width: 85px;
      border-top: solid 1px #e0a156;
      height: 1px; }
    #home .communities .box h1 {
      width: 340px;
      color: #fff;
      font-size: 32px; }
      #home .communities .box h1 span {
        font-size: 22px; }
    #home .communities .box p {
      width: 340px;
      margin-top: 40px;
      color: #fff;
      font-size: 14px;
      line-height: 1.6em; }
    #home .communities .box a.btn {
      margin-top: 65px;
      color: #fff;
      font-size: 13px; }
  #home .communities .play-btn {
    right: 75px;
    left: auto; }
    #home .communities .play-btn p {
      color: #fff; }
#home .advantage {
  padding: 115px 0 150px; }
  #home .advantage .container {
    width: 1250px; }
    #home .advantage .container:after {
      content: "";
      display: table;
      clear: both; }
  #home .advantage img {
    float: left; }
  #home .advantage .box {
    position: absolute;
    width: 430px;
    right: -10px;
    top: -40px;
    padding: 125px 0 95px 100px;
    border: solid 1px #e0a156; }
    #home .advantage .box h1 {
      width: 400px;
      font-size: 32px; }
      #home .advantage .box h1 span {
        font-size: 22px; }
    #home .advantage .box p {
      width: 400px;
      margin-top: 60px;
      font-size: 14px;
      line-height: 1.6em; }
    #home .advantage .box a.btn {
      margin-top: 65px;
      font-size: 13px; }
    #home .advantage .box .hr {
      display: inline-block;
      width: 80px;
      border-top: solid 1px #e0a156;
      height: 1px;
      position: absolute;
      top: 110px;
      left: 100px; }
#home .discover {
  background: url("/public/img/home/bg-discover.jpg") no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 555px; }
  #home .discover .box {
    display: inline-block;
    margin-top: 125px;
    padding: 80px 70px 60px;
    border: solid 1px #fff; }
    #home .discover .box .hr {
      display: inline-block;
      width: 80px;
      border-top: solid 1px #fff;
      height: 1px;
      position: absolute;
      top: 77px;
      left: 71px; }
    #home .discover .box h1 {
      font-size: 48px;
      color: #fff;
      line-height: 0.9em;
      letter-spacing: 10px; }
      #home .discover .box h1 span {
        font-size: 22px;
        letter-spacing: 4px; }
    #home .discover .box a.btn {
      display: block;
      margin-top: 50px;
      font-size: 13px;
      color: #fff; }
#home .updates {
  padding: 100px 0;
  background-color: #d3d8da; }
  #home .updates .container {
    width: 1175px; }
  #home .updates h1 {
    margin-left: 325px;
    font-size: 32px; }
    #home .updates h1 span {
      font-size: 22px; }
  #home .updates .btn {
    float: right;
    margin-top: 65px; }
  #home .updates ul {
    margin-top: 50px; }
    #home .updates ul li {
      display: inline-block;
      vertical-align: top;
      width: 285px;
      margin-left: 7px;
      background-color: #fff;
      overflow: hidden;
      cursor: pointer; }
      #home .updates ul li:first-child {
        margin-left: 0; }
      #home .updates ul li:nth-child(even) img {
        vertical-align: bottom; }
      #home .updates ul li > div {
        position: relative;
        width: 230px;
        height: 275px;
        padding: 30px 0;
        margin-left: 30px; }
        #home .updates ul li > div .hr {
          display: inline-block;
          width: 75px;
          border-top: solid 1px #1b3a51;
          height: 1px;
          position: absolute;
          top: 96px;
          left: 0; }
      #home .updates ul li .photo {
        width: 285px;
        height: 257px;
        overflow: hidden;
        padding: 0;
        margin: 0; }
        #home .updates ul li .photo img {
          height: 265px;
          position: absolute;
          top: -9999px;
          bottom: -9999px;
          left: -9999px;
          right: -9999px;
          margin: auto; }
      #home .updates ul li h3 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 13px;
        color: #e0a156;
        letter-spacing: 1px; }
      #home .updates ul li p {
        margin-top: 67px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        color: #1b3a51;
        letter-spacing: 1px; }
      #home .updates ul li a.btn {
        position: absolute;
        bottom: 30px;
        left: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #e0a156;
        letter-spacing: 1px; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

/* company */
#company p {
  letter-spacing: 1px; }
#company .hero {
  background: url("/public/img/company/hero-company.jpg") no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1440px;
  margin-top: 73px;
  overflow: visible !important; }
  #company .hero .play-btn {
    left: auto;
    right: 75px; }
#company .philosophy {
  padding: 30px 0 110px;
  background-color: #f7f6f6; }
  #company .philosophy .container {
    width: 1135px; }
  #company .philosophy .subnav ul {
    margin: 0; }
  #company .philosophy .subnav.fixed {
    background: none repeat scroll 0 0 #fff;
    height: 73px;
    position: fixed;
    top: 73px;
    width: 100%;
    z-index: 5; }
    #company .philosophy .subnav.fixed ul {
      margin: 30px 0; }
  #company .philosophy .content-box {
    width: 100%;
    margin-top: 22px;
    border: solid 1px #d3d8da; }
  #company .philosophy .hr {
    display: inline-block;
    width: 50px;
    border-top: solid 1px #e0a156;
    height: 1px;
    position: absolute;
    left: 0; }
  #company .philosophy .first {
    position: relative;
    margin-top: 75px;
    line-height: 0; }
    #company .philosophy .first .vr {
      display: inline-block;
      height: 180px;
      border-left: solid 1px #d4d8d9;
      width: 1px;
      position: absolute;
      left: 0;
      top: -95px; }
    #company .philosophy .first .hr {
      top: 165px; }
    #company .philosophy .first h2 {
      margin-top: 95px; }
    #company .philosophy .first > img {
      margin-left: -20px; }
    #company .philosophy .first .play-btn {
      bottom: -60px;
      left: 50px; }
  #company .philosophy .second {
    position: relative; }
    #company .philosophy .second > img {
      margin-right: -20px; }
    #company .philosophy .second .hr {
      top: 125px; }
    #company .philosophy .second h2 {
      margin-top: 150px; }
    #company .philosophy .second .inner {
      margin-right: 40px;
      margin-left: 55px; }
    #company .philosophy .second .play-btn {
      display: inline-block;
      bottom: -60px;
      left: 915px; }
  #company .philosophy .third {
    position: relative;
    line-height: 0; }
    #company .philosophy .third .hr {
      top: 110px; }
      #company .philosophy .third .hr.two {
        top: 350px; }
    #company .philosophy .third > img {
      margin-top: -45px;
      margin-left: -20px; }
    #company .philosophy .third .inner {
      width: 370px;
      margin-left: 70px; }
      #company .philosophy .third .inner h2 {
        margin-top: 130px; }
        #company .philosophy .third .inner h2:first-child {
          margin-top: 110px; }
  #company .philosophy .inner {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 430px;
    margin-left: 110px; }
  #company .philosophy h1 {
    margin: 15px 0 0 20px;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    color: #1b3a51; }
    #company .philosophy h1 span {
      font-size: 22px; }
  #company .philosophy h2 {
    margin-top: 100px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    color: #1b3a51;
    letter-spacing: 3px; }
  #company .philosophy p {
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6em; }
#company .value {
  background-color: #f7f6f6;
  padding: 30px 0 110px; }
  #company .value .subnav {
    margin-bottom: 45px; }
    #company .value .subnav ul {
      margin: 0; }
    #company .value .subnav.fixed {
      background: none repeat scroll 0 0 #fff;
      height: 73px;
      position: fixed;
      top: 73px;
      width: 100%;
      z-index: 5; }
      #company .value .subnav.fixed ul {
        margin: 30px 0; }
  #company .value h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #1b3a51;
    text-transform: uppercase;
    letter-spacing: 5px; }
  #company .value .hr {
    display: inline-block;
    width: 50px;
    border-top: solid 1px #1b3a51;
    height: 1px;
    margin-bottom: 15px; }
  #company .value .box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    margin-right: 60px;
    width: 230px; }
    #company .value .box:nth-of-type(4) {
      margin-right: 0; }
    #company .value .box img {
      margin-bottom: 10px; }
    #company .value .box h3 {
      margin-bottom: 25px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 21px;
      color: #2a2a2a; }
    #company .value .box p {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #2a2a2a;
      line-height: 1.6em; }
#company .our-team {
  padding-bottom: 100px;
  background: #c8d3d7; }
  #company .our-team > .container {
    margin-top: -370px; }
    #company .our-team > .container:after {
      content: "";
      display: table;
      clear: both; }
  #company .our-team .sub-hero {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    min-height: 761px;
    background: url("/public/img/company/bg-our_team.jpg") no-repeat;
    background-size: cover; }
    #company .our-team .sub-hero .title {
      display: inline-block;
      margin-left: 130px;
      margin-top: 180px;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      color: #fff;
      font-size: 36px;
      text-transform: uppercase;
      letter-spacing: 3px; }
      #company .our-team .sub-hero .title span {
        letter-spacing: 2px;
        font-size: 22px; }
    #company .our-team .sub-hero .quote {
      position: absolute;
      right: 75px;
      top: 150px;
      width: 250px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 14px;
      color: #fff;
      line-height: 1.7em; }
      #company .our-team .sub-hero .quote:after {
        content: '"';
        display: block;
        text-align: center;
        font-size: 40px;
        margin-top: 20px; }
      #company .our-team .sub-hero .quote:before {
        content: '"';
        display: block;
        text-align: center;
        font-size: 40px;
        margin-bottom: 0; }
  #company .our-team .box {
    position: relative;
    float: left;
    width: 450px;
    height: 320px;
    padding: 50px 30px;
    margin: 0 30px 30px 0;
    background-color: #fff; }
    #company .our-team .box.primary {
      position: relative;
      width: 450px;
      height: 320px;
      margin: 0 30px 30px 0;
      background-color: #fff; }
      #company .our-team .box.primary img {
        display: inline-block; }
      #company .our-team .box.primary .info {
        display: inline-block;
        vertical-align: top;
        margin-left: 18px;
        width: 340px; }
        #company .our-team .box.primary .info .hr {
          display: inline-block;
          width: 70px;
          border-top: solid 1px #e0a156;
          height: 1px; }
        #company .our-team .box.primary .info h2 {
          margin-top: 10px;
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          font-size: 21px;
          color: #1b3a51;
          text-transform: uppercase;
          letter-spacing: 3px; }
        #company .our-team .box.primary .info h3 {
          margin-top: 5px;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 13px;
          color: #1b3a51;
          text-transform: uppercase;
          letter-spacing: 1px; }
      #company .our-team .box.primary p {
        margin-top: 25px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #1b3a51;
        line-height: 1.5em; }
      #company .our-team .box.primary a.btn {
        display: block;
        margin-top: 30px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #1b3a51;
        text-transform: uppercase; }
    #company .our-team .box.secondary {
      position: relative;
      float: left;
      width: 180px;
      height: 260px;
      margin: 0 30px 30px 0;
      text-align: center;
      background-color: #fff; }
      #company .our-team .box.secondary:nth-child(4n+2) {
        margin-right: 0; }
      #company .our-team .box.secondary img {
        display: inline-block; }
      #company .our-team .box.secondary .info {
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        width: auto; }
        #company .our-team .box.secondary .info .hr {
          display: inline-block;
          width: 70px;
          border-top: solid 1px #e0a156;
          height: 1px;
          margin: 19px 0 13px; }
        #company .our-team .box.secondary .info h2 {
          margin-top: 10px;
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          font-size: 21px;
          color: #1b3a51;
          text-transform: uppercase;
          letter-spacing: 3px; }
        #company .our-team .box.secondary .info h3 {
          margin-top: 0;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 13px;
          color: #1b3a51;
          text-transform: normal;
          letter-spacing: 2px;
          line-height: 18px; }
      #company .our-team .box.secondary p {
        margin-top: 25px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #1b3a51;
        line-height: 1.5em; }
      #company .our-team .box.secondary a.btn {
        display: block;
        margin-top: 30px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #1b3a51;
        text-transform: uppercase;
        position: absolute;
        bottom: 30px;
        left: 67px; }
#company .history {
  background-color: #f7f6f6; }
  #company .history .container:after {
    content: "";
    display: table;
    clear: both; }
  #company .history .heading {
    width: 100%;
    padding: 95px 0 40px;
    background-color: #fff; }
  #company .history h1 {
    font-size: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.3em; }
    #company .history h1 span {
      font-size: 22px;
      letter-spacing: 3px; }
  #company .history .legend {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    margin-right: 195px;
    background-color: #fff; }
    #company .history .legend li {
      position: relative;
      padding: 5px 30px 5px 20px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #575757;
      letter-spacing: 1px;
      cursor: pointer; }
      #company .history .legend li:first-child {
        padding-top: 5px; }
      #company .history .legend li.active {
        background-color: #b7936a;
        color: #fff; }
        #company .history .legend li.active:after {
          content: url("/public/img/company/img-tri-right.jpg");
          position: absolute;
          right: -8px;
          top: 1px; }
    #company .history .legend.fixed {
      position: fixed;
      top: 130px; }
  #company .history .history-container {
    display: inline-block;
    float: right;
    width: 845px;
    margin-top: -70px; }
    #company .history .history-container .box {
      position: relative;
      display: inline-block;
      vertical-align: top;
      background-color: #fff;
      height: 405px;
      margin: 0 20px 20px 0;
      /*                 &:nth-child(even) {
                          margin-right: 0;
                      } */ }
      #company .history .history-container .box img {
        vertical-align: top; }
      #company .history .history-container .box p {
        width: 360px;
        vertical-align: top;
        padding: 30px 25px 0 25px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #2a2a2a;
        line-height: 1.5em; }
      #company .history .history-container .box.nomargin {
        margin-right: 0; }
      #company .history .history-container .box.full {
        width: 100%;
        height: 495px; }
        #company .history .history-container .box.full p {
          padding: 35px 30px 0 30px;
          width: 785px; }
      #company .history .history-container .box .year {
        position: absolute;
        display: inline-block;
        top: 260px;
        left: -5px;
        padding: 10px 30px;
        background-color: #b89366;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 13px;
        color: #fff; }
        #company .history .history-container .box .year:before {
          content: url("/public/img/company/icon-year.jpg");
          position: absolute;
          top: -14px;
          left: 0; }
      #company .history .history-container .box.noimage {
        height: 210px !important; }
        #company .history .history-container .box.noimage .year {
          top: 130px !important; }

#impact .hero {
  background: url("/public/img/impact/bg-impact.jpg") no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 544px;
  margin-top: 73px;
  overflow: visible !important; }
  #impact .hero .play-btn {
    left: auto;
    right: 75px; }
#impact p {
  letter-spacing: 1px; }
#impact h1.title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #1b3a51;
  text-transform: uppercase;
  letter-spacing: 5px; }
#impact h1.subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #1b3a51;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #impact h1.subtitle span {
    color: #e0a156; }
#impact h2.subtitle {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #e0a156;
  letter-spacing: 3px; }
#impact .hr {
  display: inline-block;
  width: 50px;
  border-top: solid 1px #1b3a51;
  height: 1px;
  margin-bottom: 15px; }
#impact .bx-wrapper {
  max-width: 1141px !important; }
  #impact .bx-wrapper .bx-viewport {
    height: 366px !important; }
  #impact .bx-wrapper .bx-prev {
    right: 59px;
    top: -20px; }
  #impact .bx-wrapper .bx-next {
    right: 0px;
    top: -20px; }
#impact ul.logos {
  margin-top: 45px; }
  #impact ul.logos li {
    display: inline-block;
    width: 225px;
    padding: 15px 0 25px;
    margin-bottom: 0;
    text-align: center;
    border-top: solid 1px #c8d3d7;
    border-bottom: solid 1px #c8d3d7;
    border-left: solid 1px #c8d3d7; }
    #impact ul.logos li:nth-child(5) {
      border-right: solid 1px #c8d3d7; }
    #impact ul.logos li h4 {
      margin-top: 40px;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 11px;
      text-transform: uppercase;
      color: #2a2a2a;
      letter-spacing: 1px; }
    #impact ul.logos li .img {
      height: 135px;
      overflow: hidden; }
      #impact ul.logos li .img img {
        width: 100%; }
    #impact ul.logos li .hr {
      display: inline-block;
      width: 50px;
      border-top: solid 1px #cfd8dc;
      height: 1px;
      margin-bottom: 3px; }
    #impact ul.logos li a {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #e0a156; }
    #impact ul.logos li:hover {
      box-shadow: 3px 5px 36px 11px rgba(156, 129, 87, 0.3);
      z-index: 100; }
  #impact ul.logos.noslider li:last-child {
    border-right: solid 1px #c8d3d7; }
#impact ul.logos-sm {
  margin-top: 45px; }
  #impact ul.logos-sm li {
    display: inline-block;
    width: 93px;
    margin-bottom: 25px;
    margin-right: 25px; }
#impact .magicizing {
  background-color: #ffffff;
  padding-bottom: 125px; }
  #impact .magicizing.fixed {
    padding-top: 118px; }
  #impact .magicizing .subnav {
    height: 73px;
    margin-bottom: 45px; }
    #impact .magicizing .subnav ul {
      margin: 30px 0; }
    #impact .magicizing .subnav.fixed {
      background: none repeat scroll 0 0 #fff;
      height: 73px;
      position: fixed;
      top: 73px;
      width: 100%;
      z-index: 5; }
      #impact .magicizing .subnav.fixed ul {
        margin: 30px 0; }
  #impact .magicizing p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #2a2a2a;
    line-height: 1.6em;
    margin: 43px 0 0;
    width: 75%; }
  #impact .magicizing .box {
    float: left;
    width: 50%; }
  #impact .magicizing img {
    float: right;
    margin: 45px 0 0; }
#impact .strategic {
  background-color: #f7f6f6;
  padding: 85px 0 75px; }
  #impact .strategic .hr {
    display: inline-block;
    width: 50px;
    border-top: solid 1px #e0a156;
    height: 1px;
    margin-bottom: 15px; }
  #impact .strategic h3 {
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    color: #2a2a2a; }
  #impact .strategic p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #2a2a2a;
    line-height: 1.6em;
    margin: 43px 0 50px;
    width: 50%; }
#impact .direct {
  background-color: #fff;
  padding: 85px 0 75px; }
  #impact .direct .hr {
    display: inline-block;
    width: 50px;
    border-top: solid 1px #e0a156;
    height: 1px;
    margin-bottom: 15px; }
  #impact .direct h3 {
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    color: #2a2a2a; }
  #impact .direct p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #2a2a2a;
    line-height: 1.6em;
    margin: 43px 0 50px;
    width: 50%; }
  #impact .direct .secondary {
    margin-top: 78px; }
#impact .the_play_books {
  background-color: #fff;
  padding: 40px 0 40px; }
  #impact .the_play_books .bx-wrapper {
    margin-bottom: 0; }
  #impact .the_play_books .hr {
    display: inline-block;
    width: 50px;
    border-top: solid 1px #e0a156;
    height: 1px;
    margin-bottom: 25px; }
  #impact .the_play_books h3 {
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    color: #2a2a2a; }
  #impact .the_play_books p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #2a2a2a;
    line-height: 1.6em;
    margin: 43px 0 50px;
    width: 50%; }
  #impact .the_play_books .secondary {
    margin-top: 78px; }
  #impact .the_play_books ul.logos li h4 {
    margin-top: 15px;
    line-height: 15px; }
  #impact .the_play_books ul.logos li .inner-div {
    height: 200px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #impact .the_play_books ul.logos li .img {
    height: auto; }
    #impact .the_play_books ul.logos li .img img {
      width: auto;
      margin: 0 auto; }
#impact .marketing {
  background-color: #f7f6f6;
  padding: 85px 0 75px; }
  #impact .marketing .hr {
    display: inline-block;
    width: 50px;
    border-top: solid 1px #e0a156;
    height: 1px;
    margin-bottom: 15px; }
  #impact .marketing h3 {
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    color: #2a2a2a; }
  #impact .marketing p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #2a2a2a;
    line-height: 1.6em;
    margin: 43px 0 50px;
    width: 50%; }
  #impact .marketing .secondary {
    margin-top: 78px; }
  #impact .marketing .speaking p {
    margin-bottom: 0px; }
  #impact .marketing .speaking .bx-wrapper {
    max-width: 1030px !important; }
    #impact .marketing .speaking .bx-wrapper .bx-viewport {
      height: 160px !important; }
    #impact .marketing .speaking .bx-wrapper .bx-prev {
      background: url(/public/img/impact/btn-arrow-prev.png) no-repeat;
      left: -65px;
      top: 45px; }
    #impact .marketing .speaking .bx-wrapper .bx-next {
      background: url(/public/img/impact/btn-arrow-next.png) no-repeat;
      right: -60px;
      top: 45px; }
    #impact .marketing .speaking .bx-wrapper .bx-controls-direction a {
      height: 93px; }
#impact .media {
  background-color: #fff;
  padding: 85px 0 75px; }
  #impact .media .hr {
    display: inline-block;
    width: 50px;
    border-top: solid 1px #e0a156;
    height: 1px;
    margin-bottom: 15px; }
  #impact .media h3 {
    margin-bottom: 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    color: #2a2a2a; }
  #impact .media p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #2a2a2a;
    line-height: 1.6em;
    margin: 43px 0 50px;
    width: 50%; }
  #impact .media ul {
    margin-top: 50px; }
    #impact .media ul li {
      display: inline-block;
      vertical-align: top;
      width: 274px;
      margin: 0 7px 10px 0;
      background-color: #fbfbfb;
      overflow: hidden;
      cursor: pointer; }
      #impact .media ul li:nth-child(4n) {
        margin-right: 0; }
      #impact .media ul li > div {
        position: relative;
        width: 230px;
        height: 150px;
        padding: 30px 0 0;
        margin-left: 30px; }
        #impact .media ul li > div .hr {
          display: inline-block;
          width: 75px;
          border-top: solid 1px #1b3a51;
          height: 1px;
          position: absolute;
          top: 20px;
          left: 0; }
      #impact .media ul li .photo {
        width: 285px;
        height: 257px;
        overflow: hidden;
        padding: 0;
        margin: 0; }
        #impact .media ul li .photo img {
          height: 257px;
          position: absolute;
          top: -9999px;
          bottom: -9999px;
          left: -9999px;
          right: -9999px;
          margin: auto; }
      #impact .media ul li h3 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 13px;
        color: #e0a156;
        letter-spacing: 1px; }
      #impact .media ul li p {
        margin-top: 5px;
        width: 100%;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        color: #1b3a51;
        letter-spacing: 1px;
        line-height: 1.6em; }
      #impact .media ul li a.btn {
        position: absolute;
        bottom: 20px;
        left: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #e0a156;
        letter-spacing: 1px; }
#impact .work {
  padding: 60px 0 80px;
  background-color: #f7f6f6; }
  #impact .work h2.subtitle {
    color: #1b3a51; }
  #impact .work h3 {
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    color: #2a2a2a; }
  #impact .work .secondary {
    margin-top: 78px; }
  #impact .work .hr {
    display: inline-block;
    width: 50px;
    border-top: solid 1px #e0a156;
    height: 1px;
    margin-bottom: 15px; }
  #impact .work .work-container {
    margin-top: 45px; }
  #impact .work .tabs li {
    display: inline-block;
    width: 260px;
    margin-right: 30px;
    padding: 25px 0;
    text-align: center;
    border: solid 1px #ccc;
    border-bottom: 0;
    cursor: pointer; }
    #impact .work .tabs li:nth-child(4n) {
      margin-left: -1px;
      margin-right: -2px; }
    #impact .work .tabs li.active {
      background-color: #fff; }
  #impact .work .work-content {
    width: 100%;
    padding: 85px 0;
    background-color: #f7f6f6;
    display: none; }
    #impact .work .work-content:after {
      content: "";
      display: table;
      clear: both; }
    #impact .work .work-content.active {
      display: block;
      padding-bottom: 0;
      background: #fff;
      border: solid 1px #ccc;
      margin-top: -1px; }
    #impact .work .work-content .sidebar {
      float: left;
      width: 320px;
      margin: 0 75px 0 70px; }
      #impact .work .work-content .sidebar .hr {
        display: inline-block;
        width: 50px;
        border-top: solid 1px #1b3a51;
        height: 1px;
        margin-bottom: 10px; }
      #impact .work .work-content .sidebar h1 {
        margin-bottom: 25px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 36px;
        color: #1b3a51;
        text-transform: uppercase;
        letter-spacing: 5px;
        line-height: 1.3em; }
      #impact .work .work-content .sidebar p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 7px; }
        #impact .work .work-content .sidebar p span {
          font-family: "Open Sans", sans-serif;
          font-weight: 700; }
      #impact .work .work-content .sidebar a.btn {
        margin-top: 30px; }
    #impact .work .work-content .content {
      float: left;
      width: 625px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #2a2a2a;
      line-height: 1.6em;
      letter-spacing: 1px; }
      #impact .work .work-content .content h3 {
        margin-bottom: 20px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 21px;
        color: #2a2a2a;
        letter-spacing: 2px; }
        #impact .work .work-content .content h3:first-child {
          margin-top: 25px; }
      #impact .work .work-content .content p {
        margin-bottom: 40px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #2a2a2a;
        line-height: 1.6em; }
      #impact .work .work-content .content ul {
        margin-bottom: 40px;
        margin-left: 13px; }
        #impact .work .work-content .content ul li {
          list-style-type: disc; }
#impact .facts {
  background: #1B3953;
  overflow: visible; }
  #impact .facts .container {
    background: #1B3953;
    background-size: cover;
    background-position: top center;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0; }
  #impact .facts h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 50px;
    line-height: 1.5em; }
  #impact .facts ul li {
    float: left;
    max-width: 478px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    width: 100%;
    display: inline-block;
    border: solid 1px #e0a156;
    padding: 40px;
    font-size: 19px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px; }
    #impact .facts ul li:nth-child(1) {
      padding: 53.5px 40px; }
    #impact .facts ul li:nth-child(2n+2) {
      margin-left: 29px; }
  #impact .facts h2 {
    background: #22435c;
    margin-top: 45px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    color: #d3d8da;
    letter-spacing: 2px;
    padding: 20px; }
  #impact .facts .clearfix {
    clear: both; }
#impact .reach {
  overflow: visible; }
  #impact .reach .container {
    text-align: center; }
  #impact .reach .title-box {
    display: inline-block;
    margin: 75px auto 0;
    border: solid 1px #e0a156;
    padding: 40px 115px 40px;
    text-align: center; }
    #impact .reach .title-box .hr {
      margin-top: 20px;
      display: inline-block;
      width: 50px;
      border-top: solid 1px #1b3a51;
      height: 1px; }
    #impact .reach .title-box h1 {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 48px;
      color: #1b3a51;
      text-transform: uppercase;
      letter-spacing: 5px; }
  #impact .reach h2 {
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    color: #1b3a51;
    letter-spacing: 2px; }
  #impact .reach img {
    margin: 45px 0; }
#impact .clients {
  padding: 110px 0 25px; }
  #impact .clients .title-box {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 130px 90px 40px 40px;
    border: solid 1px #e0a156;
    z-index: 5; }
    #impact .clients .title-box .hr {
      margin-bottom: 10px;
      display: inline-block;
      width: 75px;
      border-top: solid 1px #e0a156;
      height: 1px; }
    #impact .clients .title-box h1 {
      font-size: 32px;
      color: #1b3a51;
      text-transform: uppercase;
      letter-spacing: 5px;
      line-height: 1.3em; }
      #impact .clients .title-box h1 span {
        font-size: 22px;
        letter-spacing: 3px; }
  #impact .clients .main-img {
    margin: 40px 0 0 -40px;
    z-index: 4; }
  #impact .clients ul {
    margin-top: 45px; }
    #impact .clients ul li {
      display: inline-block;
      width: 225px;
      padding: 50px 0 5px;
      margin-bottom: 50px;
      text-align: center;
      border-left: solid 1px #c8d3d7; }
      #impact .clients ul li h4 {
        margin-top: 50px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        color: #2a2a2a;
        letter-spacing: 1px; }
      #impact .clients ul li .hr {
        display: block;
        margin: 15px 0 10px;
        display: inline-block;
        width: 25px;
        border-top: solid 1px #c8d3d7;
        height: 1px; }
      #impact .clients ul li a {
        display: block;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #e0a156; }

#gallery .bx-wrapper .bx-viewport {
  height: 480px !important; }
#gallery .bx-wrapper .bx-prev {
  right: 100px;
  top: -60px; }
#gallery .bx-wrapper .bx-next {
  right: 40px;
  top: -60px; }

#magic {
  /* ---- isotope ---- */ }
  #magic .hero {
    background: url("/public/img/magic/bg-magic.jpg") no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 1440px;
    margin-top: 73px; }
  #magic .title-box {
    display: inline-block;
    padding: 175px 90px 110px 55px;
    margin-top: 85px;
    border: solid 1px #fff; }
    #magic .title-box h1 {
      color: #fff; }
    #magic .title-box .hr {
      display: inline-block;
      width: 50px;
      border-top: solid 1px #fff;
      height: 1px; }
  #magic h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 5px;
    color: #1b3a51;
    text-transform: uppercase;
    line-height: 1.3em; }
    #magic h1 span {
      font-size: 22px;
      letter-spacing: 3px; }
  #magic .timeline {
    padding-bottom: 100px;
    background-color: #f7f6f6;
    /*         p {
                margin: 25px 0 45px;
            } */ }
    #magic .timeline.fixed {
      padding-top: 118px; }
    #magic .timeline .subnav {
      height: 73px;
      margin-bottom: 45px; }
      #magic .timeline .subnav ul {
        margin: 30px 0; }
      #magic .timeline .subnav.fixed {
        background: none repeat scroll 0 0 #fff;
        height: 73px;
        position: fixed;
        top: 73px;
        width: 100%;
        z-index: 5; }
        #magic .timeline .subnav.fixed ul {
          margin: 30px 0; }
    #magic .timeline ul {
      margin: 25px 0 45px; }
    #magic .timeline .hr {
      display: inline-block;
      width: 50px;
      border-top: solid 1px #1b3a51;
      height: 1px;
      margin-bottom: 15px;
      display: block; }
    #magic .timeline h1 {
      display: inline-block;
      font-size: 48px;
      line-height: 1.0em; }
    #magic .timeline .year {
      display: inline-block;
      vertical-align: top;
      margin: 13px 0 0 20px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 24px;
      color: #919191;
      letter-spacing: 3px; }
      #magic .timeline .year:after {
        content: "";
        display: inline-block;
        position: relative;
        top: -7px;
        border-top: solid 1px #d4d9db;
        width: 250px; }
      #magic .timeline .year:before {
        content: "";
        display: inline-block;
        position: relative;
        top: -7px;
        border-top: solid 1px #d4d9db;
        width: 250px; }
    #magic .timeline .event-container {
      margin-top: 40px;
      height: 676px;
      width: 1000%;
      margin-left: -50px;
      overflow: hidden; }
      #magic .timeline .event-container .event {
        display: inline-block;
        position: relative;
        width: 553px;
        height: 676px;
        margin-left: 22px;
        background-color: #fff;
        overflow: hidden;
        transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out; }
        #magic .timeline .event-container .event.opacity {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
          filter: alpha(opacity=50);
          zoom: 1; }
      #magic .timeline .event-container img {
        width: 100%; }
      #magic .timeline .event-container .inner {
        padding: 35px 40px 40px 40px; }
      #magic .timeline .event-container .hr {
        display: inline-block;
        width: 50px;
        border-top: solid 1px #1b3a51;
        height: 1px;
        display: block;
        margin-bottom: 2px; }
      #magic .timeline .event-container .event-year {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 21px;
        color: #1b3a51;
        letter-spacing: 2px; }
      #magic .timeline .event-container ul {
        margin: 20px 0 0 10px;
        list-style-type: disc; }
        #magic .timeline .event-container ul li {
          margin-bottom: 15px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-size: 13px;
          color: #2a2a2a;
          line-height: 1.6em;
          letter-spacing: 1px; }
  #magic .live {
    padding-bottom: 90px;
    background-color: #e0a156;
    overflow: visible; }
    #magic .live .container:after {
      content: "";
      display: table;
      clear: both; }
    #magic .live .title-box {
      margin-top: -25px;
      padding: 110px 160px 30px 30px; }
      #magic .live .title-box h1 span {
        font-size: 16px; }
    #magic .live ul.filters {
      display: inline-block;
      float: right;
      margin-top: 140px; }
      #magic .live ul.filters li {
        display: inline-block; }
        #magic .live ul.filters li a {
          padding: 10px 15px;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 11px;
          color: #fff;
          text-transform: uppercase; }
        #magic .live ul.filters li.active a {
          border: solid 1px #fff; }
    #magic .live .live-wrapper {
      margin-top: 30px; }
      #magic .live .live-wrapper:after {
        content: "";
        display: table;
        clear: both; }
      #magic .live .live-wrapper .box {
        position: relative;
        float: left;
        width: 280px;
        margin-bottom: 10px; }
        #magic .live .live-wrapper .box a {
          color: #70b3cc; }
        #magic .live .live-wrapper .box.half {
          width: 568px; }
        #magic .live .live-wrapper .box span {
          margin-left: 5px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-size: 11px;
          color: #8f9aaf;
          letter-spacing: 1px;
          vertical-align: top; }
          #magic .live .live-wrapper .box span:before {
            vertical-align: top;
            margin: 0 10px 0 30px;
            position: relative; }
        #magic .live .live-wrapper .box p {
          display: block;
          margin: 50px 0 0 30px;
          width: 220px;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 14px;
          color: #757575;
          letter-spacing: 1px;
          line-height: 1.5em; }
        #magic .live .live-wrapper .box.quote {
          background-color: #fff;
          padding: 35px 0 75px; }
          #magic .live .live-wrapper .box.quote span:before {
            content: url("/public/img/magic/icon-quote.png");
            position: relative;
            margin-left: 30px; }
        #magic .live .live-wrapper .box.quote.alt {
          background-color: #1b3a51;
          padding: 35px 0 100px; }
          #magic .live .live-wrapper .box.quote.alt p {
            color: #fff; }
          #magic .live .live-wrapper .box.quote.alt span:before {
            content: url("/public/img/magic/icon-bubble.png");
            position: relative;
            margin-left: 30px; }
        #magic .live .live-wrapper .box.quote.twitter {
          background-color: #fff;
          padding: 35px 0 100px; }
          #magic .live .live-wrapper .box.quote.twitter span:before {
            content: url("/public/img/magic/icon-tw.png");
            position: relative;
            margin-left: 30px; }
        #magic .live .live-wrapper .box.image.quarter {
          background-color: #fff; }
          #magic .live .live-wrapper .box.image.quarter .main-img {
            display: block;
            width: 100%;
            margin-bottom: 25px; }
          #magic .live .live-wrapper .box.image.quarter p {
            margin-bottom: 30px;
            margin-top: 20px;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 13px; }
          #magic .live .live-wrapper .box.image.quarter span:before {
            content: url("/public/img/magic/icon-camera.png");
            position: relative;
            margin-left: 30px; }
          #magic .live .live-wrapper .box.image.quarter.instagram span:before {
            content: url("/public/img/magic/icon-ig.png"); }
        #magic .live .live-wrapper .box.image.half {
          background-color: #fff; }
          #magic .live .live-wrapper .box.image.half .main-img {
            display: block;
            width: 100%;
            margin-bottom: 25px; }
          #magic .live .live-wrapper .box.image.half p {
            width: 508px;
            margin: 30px 30px 40px 30px;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 14px; }
    #magic .live .loadmore {
      width: 97px;
      margin: 35px auto;
      cursor: pointer; }
      #magic .live .loadmore .hr {
        display: inline-block;
        width: 50px;
        border-top: solid 1px #1b3a51;
        height: 1px;
        display: block;
        margin-bottom: 12px; }
      #magic .live .loadmore p {
        font-size: 14px;
        color: #1b3a51;
        text-transform: uppercase; }
  #magic .isotope {
    max-width: 1150px; }

#news .latest-updates {
  margin-top: 146px;
  padding-bottom: 60px;
  background-color: #d3d8da; }
  #news .latest-updates.fixed {
    padding-top: 118px; }
  #news .latest-updates .subnav {
    height: 73px;
    margin-bottom: 45px; }
    #news .latest-updates .subnav ul {
      margin: 30px 0; }
    #news .latest-updates .subnav.fixed {
      background: none repeat scroll 0 0 #fff;
      height: 73px;
      position: fixed;
      top: 73px;
      width: 100%;
      z-index: 5; }
      #news .latest-updates .subnav.fixed ul {
        margin: 30px 0; }
  #news .latest-updates .container {
    width: 1175px; }
  #news .latest-updates .vr {
    display: inline-block;
    height: 130px;
    border-left: solid 1px #fff;
    width: 1px;
    position: absolute;
    top: -60px;
    left: 300px;
    display: none; }
  #news .latest-updates h1 {
    margin: 55px 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #1b3a51; }
    #news .latest-updates h1 span {
      font-size: 22px;
      letter-spacing: 3px; }
  #news .latest-updates .news-container {
    margin-top: 50px; }
    #news .latest-updates .news-container li {
      display: inline-block;
      vertical-align: top;
      width: 285px;
      margin: 0 7px 10px 0;
      background-color: #fff;
      overflow: hidden;
      cursor: pointer; }
      #news .latest-updates .news-container li:nth-child(4n) {
        margin-right: 0; }
      #news .latest-updates .news-container li > div {
        position: relative;
        width: 230px;
        height: 190px;
        padding: 30px 0;
        margin-left: 30px; }
        #news .latest-updates .news-container li > div .hr {
          display: inline-block;
          width: 75px;
          border-top: solid 1px #1b3a51;
          height: 1px;
          position: absolute;
          top: 53px;
          left: 0; }
      #news .latest-updates .news-container li .photo {
        width: 285px;
        height: 257px;
        overflow: hidden;
        padding: 0;
        margin: 0; }
        #news .latest-updates .news-container li .photo img {
          height: 257px;
          position: absolute;
          top: -9999px;
          bottom: -9999px;
          left: -9999px;
          right: -9999px;
          margin: auto; }
      #news .latest-updates .news-container li h3 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 13px;
        color: #e0a156;
        letter-spacing: 1px; }
      #news .latest-updates .news-container li p {
        margin-top: 25px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        color: #1b3a51;
        letter-spacing: 1px;
        line-height: 1.6em; }
      #news .latest-updates .news-container li a.btn {
        position: absolute;
        bottom: 30px;
        left: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #e0a156;
        letter-spacing: 1px; }
  #news .latest-updates .hr.load {
    display: inline-block;
    width: 65px;
    border-top: solid 1px #1b3a51;
    height: 1px;
    display: block;
    margin: 30px auto 10px; }
  #news .latest-updates .load-more {
    display: block;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1b3a51;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center; }
#news .speaking-engagements {
  margin-top: 70px;
  background-color: #fff;
  padding-bottom: 100px; }
  #news .speaking-engagements .container {
    width: 1175px; }
  #news .speaking-engagements h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #e0a156;
    text-align: center;
    margin-bottom: 40px; }
    #news .speaking-engagements h1 span {
      font-size: 22px;
      letter-spacing: 3px; }
  #news .speaking-engagements p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #27282d;
    line-height: 1.6em;
    max-width: 620px;
    margin: 0 auto; }
  #news .speaking-engagements .speak-container {
    margin-top: 50px; }
    #news .speaking-engagements .speak-container li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 261px;
      margin: 0 30px 29px 0;
      background-color: #fff;
      overflow: hidden;
      cursor: pointer; }
      #news .speaking-engagements .speak-container li:nth-child(4n) {
        margin-right: 0; }
      #news .speaking-engagements .speak-container li .photo {
        position: relative;
        width: 261;
        height: 194px;
        overflow: hidden;
        padding: 0;
        margin: 0; }
        #news .speaking-engagements .speak-container li .photo img {
          height: 194px;
          position: absolute;
          top: -9999px;
          bottom: -9999px;
          left: -9999px;
          right: -9999px;
          margin: auto; }
      #news .speaking-engagements .speak-container li .inner {
        border-left: solid 1px #d3d8da;
        border-right: solid 1px #d3d8da;
        border-bottom: solid 1px #d3d8da;
        height: 137px;
        text-align: left; }
        #news .speaking-engagements .speak-container li .inner h3 {
          padding: 20px 21px 0;
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #000000;
          letter-spacing: 1px;
          line-height: 1.6em; }
        #news .speaking-engagements .speak-container li .inner p {
          text-align: left;
          padding: 0 21px 0;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-size: 14px;
          color: #000000;
          letter-spacing: 1px;
          line-height: 1.6em; }
        #news .speaking-engagements .speak-container li .inner .credit {
          padding: 22px 21px 0;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-style: italic; }
      #news .speaking-engagements .speak-container li.quote {
        background-color: #fff;
        border-top: solid 1px #d3d8da; }
        #news .speaking-engagements .speak-container li.quote span:before {
          content: url("/public/img/magic/icon-quote.png");
          position: relative;
          margin-left: 130px; }
        #news .speaking-engagements .speak-container li.quote .photo {
          display: none; }
        #news .speaking-engagements .speak-container li.quote .inner {
          height: 300px !important;
          padding-top: 30px; }
        #news .speaking-engagements .speak-container li.quote p {
          padding: 20px 21px 0; }
  #news .speaking-engagements .hr.load {
    display: inline-block;
    width: 65px;
    border-top: solid 1px #1b3a51;
    height: 1px;
    display: block;
    margin: 30px auto 10px; }
  #news .speaking-engagements .load-more {
    display: block;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1b3a51;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center; }

#category .latest-updates, #sports-and-entertainment .latest-updates, #business-and-leadership .latest-updates, #personal-growth .latest-updates {
  margin-top: 146px;
  padding-bottom: 60px;
  background-color: #d3d8da;
  min-height: 500px; }
  #category .latest-updates.fixed, #sports-and-entertainment .latest-updates.fixed, #business-and-leadership .latest-updates.fixed, #personal-growth .latest-updates.fixed {
    padding-top: 118px; }
  #category .latest-updates .loading-div, #sports-and-entertainment .latest-updates .loading-div, #business-and-leadership .latest-updates .loading-div, #personal-growth .latest-updates .loading-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%; }
  #category .latest-updates .categorynav, #sports-and-entertainment .latest-updates .categorynav, #business-and-leadership .latest-updates .categorynav, #personal-growth .latest-updates .categorynav {
    height: 73px;
    margin-bottom: 45px; }
    #category .latest-updates .categorynav ul, #sports-and-entertainment .latest-updates .categorynav ul, #business-and-leadership .latest-updates .categorynav ul, #personal-growth .latest-updates .categorynav ul {
      margin: 30px 0; }
      #category .latest-updates .categorynav ul li, #sports-and-entertainment .latest-updates .categorynav ul li, #business-and-leadership .latest-updates .categorynav ul li, #personal-growth .latest-updates .categorynav ul li {
        display: inline-block; }
        #category .latest-updates .categorynav ul li a, #sports-and-entertainment .latest-updates .categorynav ul li a, #business-and-leadership .latest-updates .categorynav ul li a, #personal-growth .latest-updates .categorynav ul li a {
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 11px;
          color: #919191;
          text-transform: uppercase;
          letter-spacing: 2px; }
        #category .latest-updates .categorynav ul li:after, #sports-and-entertainment .latest-updates .categorynav ul li:after, #business-and-leadership .latest-updates .categorynav ul li:after, #personal-growth .latest-updates .categorynav ul li:after {
          content: "/";
          margin-left: 10px;
          font-size: 11px;
          color: #919191; }
        #category .latest-updates .categorynav ul li:last-child:after, #sports-and-entertainment .latest-updates .categorynav ul li:last-child:after, #business-and-leadership .latest-updates .categorynav ul li:last-child:after, #personal-growth .latest-updates .categorynav ul li:last-child:after {
          content: ""; }
        #category .latest-updates .categorynav ul li.active a, #sports-and-entertainment .latest-updates .categorynav ul li.active a, #business-and-leadership .latest-updates .categorynav ul li.active a, #personal-growth .latest-updates .categorynav ul li.active a {
          color: #1b3a51; }
    #category .latest-updates .categorynav.fixed, #sports-and-entertainment .latest-updates .categorynav.fixed, #business-and-leadership .latest-updates .categorynav.fixed, #personal-growth .latest-updates .categorynav.fixed {
      background: none repeat scroll 0 0 #fff;
      height: 73px;
      position: fixed;
      top: 73px;
      width: 100%;
      z-index: 5;
      left: 0; }
      #category .latest-updates .categorynav.fixed ul, #sports-and-entertainment .latest-updates .categorynav.fixed ul, #business-and-leadership .latest-updates .categorynav.fixed ul, #personal-growth .latest-updates .categorynav.fixed ul {
        margin: 30px 0; }
  #category .latest-updates .container, #sports-and-entertainment .latest-updates .container, #business-and-leadership .latest-updates .container, #personal-growth .latest-updates .container {
    width: 1175px; }
  #category .latest-updates .vr, #sports-and-entertainment .latest-updates .vr, #business-and-leadership .latest-updates .vr, #personal-growth .latest-updates .vr {
    display: inline-block;
    height: 130px;
    border-left: solid 1px #fff;
    width: 1px;
    position: absolute;
    top: -60px;
    left: 300px;
    display: none; }
  #category .latest-updates h1, #sports-and-entertainment .latest-updates h1, #business-and-leadership .latest-updates h1, #personal-growth .latest-updates h1 {
    margin: 55px 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #1b3a51; }
    #category .latest-updates h1 span, #sports-and-entertainment .latest-updates h1 span, #business-and-leadership .latest-updates h1 span, #personal-growth .latest-updates h1 span {
      font-size: 22px;
      letter-spacing: 3px; }
  #category .latest-updates .news-container, #sports-and-entertainment .latest-updates .news-container, #business-and-leadership .latest-updates .news-container, #personal-growth .latest-updates .news-container {
    margin-top: 50px; }
    #category .latest-updates .news-container li, #sports-and-entertainment .latest-updates .news-container li, #business-and-leadership .latest-updates .news-container li, #personal-growth .latest-updates .news-container li {
      display: inline-block;
      vertical-align: top;
      width: 285px;
      margin: 0 7px 10px 0;
      background-color: #fff;
      overflow: hidden;
      cursor: pointer; }
      #category .latest-updates .news-container li:nth-child(4n), #sports-and-entertainment .latest-updates .news-container li:nth-child(4n), #business-and-leadership .latest-updates .news-container li:nth-child(4n), #personal-growth .latest-updates .news-container li:nth-child(4n) {
        margin-right: 0; }
      #category .latest-updates .news-container li > div, #sports-and-entertainment .latest-updates .news-container li > div, #business-and-leadership .latest-updates .news-container li > div, #personal-growth .latest-updates .news-container li > div {
        position: relative;
        width: 230px;
        height: 190px;
        padding: 30px 0;
        margin-left: 30px; }
        #category .latest-updates .news-container li > div .hr, #sports-and-entertainment .latest-updates .news-container li > div .hr, #business-and-leadership .latest-updates .news-container li > div .hr, #personal-growth .latest-updates .news-container li > div .hr {
          display: inline-block;
          width: 50px;
          border-top: solid 1px #d3d8da;
          height: 1px;
          position: absolute;
          top: 53px;
          left: 0; }
      #category .latest-updates .news-container li .photo, #sports-and-entertainment .latest-updates .news-container li .photo, #business-and-leadership .latest-updates .news-container li .photo, #personal-growth .latest-updates .news-container li .photo {
        width: 285px;
        height: 257px;
        overflow: hidden;
        padding: 0;
        margin: 0; }
        #category .latest-updates .news-container li .photo img, #sports-and-entertainment .latest-updates .news-container li .photo img, #business-and-leadership .latest-updates .news-container li .photo img, #personal-growth .latest-updates .news-container li .photo img {
          height: 257px;
          position: absolute;
          top: -9999px;
          bottom: -9999px;
          left: -9999px;
          right: -9999px;
          margin: auto; }
      #category .latest-updates .news-container li h3, #sports-and-entertainment .latest-updates .news-container li h3, #business-and-leadership .latest-updates .news-container li h3, #personal-growth .latest-updates .news-container li h3 {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 11px;
        color: #919191;
        letter-spacing: 1px; }
      #category .latest-updates .news-container li p, #sports-and-entertainment .latest-updates .news-container li p, #business-and-leadership .latest-updates .news-container li p, #personal-growth .latest-updates .news-container li p {
        margin-top: 25px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: #1b3a51;
        letter-spacing: 1px;
        line-height: 1.6em; }
        #category .latest-updates .news-container li p a, #sports-and-entertainment .latest-updates .news-container li p a, #business-and-leadership .latest-updates .news-container li p a, #personal-growth .latest-updates .news-container li p a {
          color: #1b3a51; }
      #category .latest-updates .news-container li a.btn, #sports-and-entertainment .latest-updates .news-container li a.btn, #business-and-leadership .latest-updates .news-container li a.btn, #personal-growth .latest-updates .news-container li a.btn {
        position: absolute;
        bottom: 30px;
        left: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 10px;
        color: #e0a156;
        letter-spacing: 1px; }
        #category .latest-updates .news-container li a.btn:before, #sports-and-entertainment .latest-updates .news-container li a.btn:before, #business-and-leadership .latest-updates .news-container li a.btn:before, #personal-growth .latest-updates .news-container li a.btn:before {
          content: "";
          background: url(/public/img/global/icon-arrow-yellow.png) no-repeat center;
          background-size: 100% auto;
          display: inline-block;
          width: 11px;
          height: 11px;
          vertical-align: top; }
  #category .latest-updates .hr.load, #sports-and-entertainment .latest-updates .hr.load, #business-and-leadership .latest-updates .hr.load, #personal-growth .latest-updates .hr.load {
    display: inline-block;
    width: 65px;
    border-top: solid 1px #1b3a51;
    height: 1px;
    display: block;
    margin: 30px auto 10px; }
  #category .latest-updates .loadmore, #sports-and-entertainment .latest-updates .loadmore, #business-and-leadership .latest-updates .loadmore, #personal-growth .latest-updates .loadmore {
    display: none; }
  #category .latest-updates .load-more, #sports-and-entertainment .latest-updates .load-more, #business-and-leadership .latest-updates .load-more, #personal-growth .latest-updates .load-more {
    display: block;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1b3a51;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center; }
#category .speaking-engagements, #sports-and-entertainment .speaking-engagements, #business-and-leadership .speaking-engagements, #personal-growth .speaking-engagements {
  margin-top: 70px;
  background-color: #fff;
  padding-bottom: 100px; }
  #category .speaking-engagements .container, #sports-and-entertainment .speaking-engagements .container, #business-and-leadership .speaking-engagements .container, #personal-growth .speaking-engagements .container {
    width: 1175px; }
  #category .speaking-engagements h1, #sports-and-entertainment .speaking-engagements h1, #business-and-leadership .speaking-engagements h1, #personal-growth .speaking-engagements h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #e0a156;
    text-align: center;
    margin-bottom: 40px; }
    #category .speaking-engagements h1 span, #sports-and-entertainment .speaking-engagements h1 span, #business-and-leadership .speaking-engagements h1 span, #personal-growth .speaking-engagements h1 span {
      font-size: 22px;
      letter-spacing: 3px; }
  #category .speaking-engagements p, #sports-and-entertainment .speaking-engagements p, #business-and-leadership .speaking-engagements p, #personal-growth .speaking-engagements p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #27282d;
    line-height: 1.6em;
    max-width: 620px;
    margin: 0 auto; }
    #category .speaking-engagements p a, #sports-and-entertainment .speaking-engagements p a, #business-and-leadership .speaking-engagements p a, #personal-growth .speaking-engagements p a {
      color: #27282d; }
  #category .speaking-engagements .speak-container, #sports-and-entertainment .speaking-engagements .speak-container, #business-and-leadership .speaking-engagements .speak-container, #personal-growth .speaking-engagements .speak-container {
    margin-top: 50px; }
    #category .speaking-engagements .speak-container li, #sports-and-entertainment .speaking-engagements .speak-container li, #business-and-leadership .speaking-engagements .speak-container li, #personal-growth .speaking-engagements .speak-container li {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 261px;
      margin: 0 30px 29px 0;
      background-color: #fff;
      overflow: hidden;
      cursor: pointer; }
      #category .speaking-engagements .speak-container li:nth-child(4n), #sports-and-entertainment .speaking-engagements .speak-container li:nth-child(4n), #business-and-leadership .speaking-engagements .speak-container li:nth-child(4n), #personal-growth .speaking-engagements .speak-container li:nth-child(4n) {
        margin-right: 0; }
      #category .speaking-engagements .speak-container li .photo, #sports-and-entertainment .speaking-engagements .speak-container li .photo, #business-and-leadership .speaking-engagements .speak-container li .photo, #personal-growth .speaking-engagements .speak-container li .photo {
        position: relative;
        width: 261;
        height: 194px;
        overflow: hidden;
        padding: 0;
        margin: 0; }
        #category .speaking-engagements .speak-container li .photo img, #sports-and-entertainment .speaking-engagements .speak-container li .photo img, #business-and-leadership .speaking-engagements .speak-container li .photo img, #personal-growth .speaking-engagements .speak-container li .photo img {
          height: 194px;
          position: absolute;
          top: -9999px;
          bottom: -9999px;
          left: -9999px;
          right: -9999px;
          margin: auto; }
      #category .speaking-engagements .speak-container li .inner, #sports-and-entertainment .speaking-engagements .speak-container li .inner, #business-and-leadership .speaking-engagements .speak-container li .inner, #personal-growth .speaking-engagements .speak-container li .inner {
        border-left: solid 1px #d3d8da;
        border-right: solid 1px #d3d8da;
        border-bottom: solid 1px #d3d8da;
        height: 137px;
        text-align: left; }
        #category .speaking-engagements .speak-container li .inner h3, #sports-and-entertainment .speaking-engagements .speak-container li .inner h3, #business-and-leadership .speaking-engagements .speak-container li .inner h3, #personal-growth .speaking-engagements .speak-container li .inner h3 {
          padding: 20px 21px 0;
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          font-size: 14px;
          color: #000000;
          letter-spacing: 1px;
          line-height: 1.6em; }
        #category .speaking-engagements .speak-container li .inner p, #sports-and-entertainment .speaking-engagements .speak-container li .inner p, #business-and-leadership .speaking-engagements .speak-container li .inner p, #personal-growth .speaking-engagements .speak-container li .inner p {
          text-align: left;
          padding: 0 21px 0;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-size: 14px;
          color: #000000;
          letter-spacing: 1px;
          line-height: 1.6em; }
        #category .speaking-engagements .speak-container li .inner .credit, #sports-and-entertainment .speaking-engagements .speak-container li .inner .credit, #business-and-leadership .speaking-engagements .speak-container li .inner .credit, #personal-growth .speaking-engagements .speak-container li .inner .credit {
          padding: 22px 21px 0;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-style: italic; }
      #category .speaking-engagements .speak-container li.quote, #sports-and-entertainment .speaking-engagements .speak-container li.quote, #business-and-leadership .speaking-engagements .speak-container li.quote, #personal-growth .speaking-engagements .speak-container li.quote {
        background-color: #fff;
        border-top: solid 1px #d3d8da; }
        #category .speaking-engagements .speak-container li.quote span:before, #sports-and-entertainment .speaking-engagements .speak-container li.quote span:before, #business-and-leadership .speaking-engagements .speak-container li.quote span:before, #personal-growth .speaking-engagements .speak-container li.quote span:before {
          content: url("/public/img/magic/icon-quote.png");
          position: relative;
          margin-left: 130px; }
        #category .speaking-engagements .speak-container li.quote .photo, #sports-and-entertainment .speaking-engagements .speak-container li.quote .photo, #business-and-leadership .speaking-engagements .speak-container li.quote .photo, #personal-growth .speaking-engagements .speak-container li.quote .photo {
          display: none; }
        #category .speaking-engagements .speak-container li.quote .inner, #sports-and-entertainment .speaking-engagements .speak-container li.quote .inner, #business-and-leadership .speaking-engagements .speak-container li.quote .inner, #personal-growth .speaking-engagements .speak-container li.quote .inner {
          height: 300px !important;
          padding-top: 30px; }
        #category .speaking-engagements .speak-container li.quote p, #sports-and-entertainment .speaking-engagements .speak-container li.quote p, #business-and-leadership .speaking-engagements .speak-container li.quote p, #personal-growth .speaking-engagements .speak-container li.quote p {
          padding: 20px 21px 0; }
  #category .speaking-engagements .hr.load, #sports-and-entertainment .speaking-engagements .hr.load, #business-and-leadership .speaking-engagements .hr.load, #personal-growth .speaking-engagements .hr.load {
    display: inline-block;
    width: 65px;
    border-top: solid 1px #1b3a51;
    height: 1px;
    display: block;
    margin: 30px auto 10px; }
  #category .speaking-engagements .load-more, #sports-and-entertainment .speaking-engagements .load-more, #business-and-leadership .speaking-engagements .load-more, #personal-growth .speaking-engagements .load-more {
    display: block;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1b3a51;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center; }

#news-detail {
  background-color: #d3d8da; }
  #news-detail > .container {
    padding-top: 73px; }
  #news-detail .all-posts {
    display: block;
    margin: 30px 0 20px;
    font-size: 13px; }
  #news-detail .column-content {
    display: inline-block;
    position: relative;
    width: 776px;
    margin-bottom: 65px;
    padding-bottom: 45px;
    background-color: #fff; }
    #news-detail .column-content a {
      color: #1b3a51; }
    #news-detail .column-content .photo {
      width: 776px;
      max-height: 513px;
      display: inline-block;
      overflow: hidden; }
      #news-detail .column-content .photo img {
        width: 100%; }
    #news-detail .column-content .content-wrap {
      position: relative;
      width: 630px;
      margin: 30px 0 0 70px; }
      #news-detail .column-content .content-wrap .date {
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 13px;
        color: #e0a156; }
      #news-detail .column-content .content-wrap .hr {
        display: inline-block;
        width: 60px;
        border-top: solid 1px #1b3a51;
        height: 1px; }
      #news-detail .column-content .content-wrap h1 {
        margin: 25px 0 30px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 38px;
        color: #1b3a51;
        letter-spacing: 4px;
        text-transform: uppercase; }
      #news-detail .column-content .content-wrap p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.6em;
        color: #2a2a2a;
        letter-spacing: 1px;
        margin-bottom: 25px; }
      #news-detail .column-content .content-wrap .btn-row {
        position: relative;
        margin-top: 60px;
        width: 100%; }
        #news-detail .column-content .content-wrap .btn-row:after {
          content: "";
          display: table;
          clear: both; }
        #news-detail .column-content .content-wrap .btn-row a:first-child {
          position: absolute;
          right: 150px;
          top: -3px; }
        #news-detail .column-content .content-wrap .btn-row a:last-child {
          position: absolute;
          right: 0; }
  #news-detail .sidebar {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 300px;
    margin-left: 60px; }
    #news-detail .sidebar .hr {
      display: block;
      vertical-align: top;
      display: inline-block;
      width: 40px;
      border-top: solid 1px #1b3a51;
      height: 1px; }
    #news-detail .sidebar h2 {
      display: block;
      margin: -10px 0 0;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #1b3a51; }
    #news-detail .sidebar p {
      display: inline-block;
      width: 190px;
      margin-left: 10px;
      vertical-align: top;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 11px;
      text-transform: uppercase;
      color: #1b3a51;
      line-height: 1.3em;
      letter-spacing: 1px; }
    #news-detail .sidebar .recent-posts {
      margin-bottom: 50px; }
      #news-detail .sidebar .recent-posts li {
        margin-top: 25px;
        cursor: pointer; }
        #news-detail .sidebar .recent-posts li .photo {
          width: 87px;
          height: 56px;
          display: inline-block;
          overflow: hidden; }
          #news-detail .sidebar .recent-posts li .photo img {
            width: 100%;
            height: 100%; }
        #news-detail .sidebar .recent-posts li:first-child {
          margin-top: 35px; }
    #news-detail .sidebar .tags {
      margin-top: 10px; }
      #news-detail .sidebar .tags li {
        display: inline-block;
        margin: 7px 0; }
      #news-detail .sidebar .tags a {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 11px;
        color: #797979;
        padding: 5px 10px;
        border: solid 1px #797979; }
    #news-detail .sidebar .follow-box {
      margin-top: 50px;
      padding: 40px 60px 60px;
      text-align: center;
      background-color: #1b3a51; }
      #news-detail .sidebar .follow-box img {
        margin-bottom: 10px; }
      #news-detail .sidebar .follow-box h4 {
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #e0a156;
        letter-spacing: 1px; }
      #news-detail .sidebar .follow-box h3 {
        margin-bottom: 55px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px; }
      #news-detail .sidebar .follow-box a {
        position: relative;
        padding: 15px 30px;
        background-color: #e0a156;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px; }

#posts {
  background-color: #d3d8da; }
  #posts > .container {
    padding-top: 118px; }
  #posts.fixed {
    padding-top: 118px; }
  #posts .categorynav {
    height: 73px;
    margin-bottom: 45px; }
    #posts .categorynav ul {
      margin: 30px 0; }
      #posts .categorynav ul li {
        display: inline-block; }
        #posts .categorynav ul li a {
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 11px;
          color: #919191;
          text-transform: uppercase;
          letter-spacing: 2px; }
        #posts .categorynav ul li:after {
          content: "/";
          margin-left: 5px;
          margin-right: 5px;
          font-size: 11px;
          color: #919191; }
        #posts .categorynav ul li:last-child:after {
          content: ""; }
        #posts .categorynav ul li.active a {
          color: #1b3a51; }
    #posts .categorynav.fixed {
      background: none repeat scroll 0 0 #fff;
      height: 73px;
      position: fixed;
      top: 73px;
      width: 100%;
      z-index: 5;
      left: 0; }
      #posts .categorynav.fixed ul {
        margin: 30px 0; }
  #posts .subnav {
    height: 73px;
    margin-bottom: 45px; }
    #posts .subnav ul {
      margin: 30px 0; }
    #posts .subnav.fixed {
      background: none repeat scroll 0 0 #fff;
      height: 73px;
      position: fixed;
      top: 73px;
      width: 100%;
      z-index: 5; }
      #posts .subnav.fixed ul {
        margin: 30px 0; }
  #posts .all-posts {
    display: block;
    margin: 30px 0 20px;
    font-size: 13px; }
    #posts .all-posts.all-posts1 {
      margin: 43px 0 20px; }
  #posts .column-content {
    display: inline-block;
    position: relative;
    width: 776px;
    margin-bottom: 65px;
    padding-bottom: 45px;
    background-color: #fff; }
    #posts .column-content a {
      color: #1b3a51; }
    #posts .column-content .photo {
      width: 776px;
      max-height: 513px;
      display: inline-block;
      overflow: hidden; }
      #posts .column-content .photo img {
        width: 100%; }
    #posts .column-content .content-wrap {
      position: relative;
      width: 630px;
      margin: 30px 0 0 70px; }
      #posts .column-content .content-wrap .date {
        margin-bottom: 3px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: #e0a156; }
        #posts .column-content .content-wrap .date span {
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          color: #919191; }
      #posts .column-content .content-wrap .hr {
        display: inline-block;
        width: 60px;
        border-top: solid 1px #d3d8da;
        height: 1px; }
      #posts .column-content .content-wrap h2 {
        color: #5d6467;
        margin-bottom: 20px; }
      #posts .column-content .content-wrap h1 {
        margin: 25px 0 30px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 38px;
        color: #1b3a51;
        letter-spacing: 4px;
        text-transform: uppercase; }
      #posts .column-content .content-wrap p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.6em;
        color: #2a2a2a;
        letter-spacing: 1px;
        margin-bottom: 25px; }
        #posts .column-content .content-wrap p a {
          color: #e0a156;
          text-decoration: none; }
      #posts .column-content .content-wrap .btn-row {
        position: relative;
        margin-top: 60px;
        width: 100%; }
        #posts .column-content .content-wrap .btn-row:after {
          content: "";
          display: table;
          clear: both; }
        #posts .column-content .content-wrap .btn-row a:first-child {
          position: absolute;
          right: 150px;
          top: -3px; }
        #posts .column-content .content-wrap .btn-row a:last-child {
          position: absolute;
          right: 0; }
      #posts .column-content .content-wrap .video-container {
        clear: both;
        position: relative;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 10px;
        padding-bottom: 56.25%; }
        #posts .column-content .content-wrap .video-container.container-4x3 {
          padding-bottom: 75%; }
      #posts .column-content .content-wrap .video-container iframe,
      #posts .column-content .content-wrap .video-container object,
      #posts .column-content .content-wrap .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #posts .sidebar {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 300px;
    margin-left: 60px; }
    #posts .sidebar .hr {
      display: block;
      vertical-align: top;
      display: inline-block;
      width: 40px;
      border-top: solid 1px #1b3a51;
      height: 1px; }
    #posts .sidebar h2 {
      display: block;
      margin: -10px 0 0;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #1b3a51; }
    #posts .sidebar p {
      display: inline-block;
      width: 190px;
      margin-left: 10px;
      vertical-align: top;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 11px;
      text-transform: uppercase;
      color: #1b3a51;
      line-height: 1.3em;
      letter-spacing: 1px; }
    #posts .sidebar .recent-posts {
      margin-bottom: 50px; }
      #posts .sidebar .recent-posts li {
        margin-top: 25px;
        cursor: pointer; }
        #posts .sidebar .recent-posts li .photo {
          width: 87px;
          height: 56px;
          display: inline-block;
          overflow: hidden; }
          #posts .sidebar .recent-posts li .photo img {
            width: 100%;
            height: 100%; }
        #posts .sidebar .recent-posts li:first-child {
          margin-top: 35px; }
        #posts .sidebar .recent-posts li a {
          color: #1b3a51; }
    #posts .sidebar .tags {
      margin-top: 10px; }
      #posts .sidebar .tags li {
        display: inline-block;
        margin: 7px 0; }
      #posts .sidebar .tags a {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 11px;
        color: #797979;
        padding: 5px 10px;
        border: solid 1px #797979; }
    #posts .sidebar .follow-box {
      margin-top: 50px;
      padding: 40px 60px 60px;
      text-align: center;
      background-color: #1b3a51; }
      #posts .sidebar .follow-box img {
        margin-bottom: 10px; }
      #posts .sidebar .follow-box h4 {
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #e0a156;
        letter-spacing: 1px; }
      #posts .sidebar .follow-box h3 {
        margin-bottom: 55px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px; }
      #posts .sidebar .follow-box a {
        position: relative;
        padding: 15px 30px;
        background-color: #e0a156;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px; }

#under32 {
  background-color: #d3d8da; }
  #under32 > .container {
    padding-top: 73px; }
  #under32.fixed {
    padding-top: 118px; }
  #under32 .item {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    #under32 .item .nText {
      font-size: 2em;
      color: #5d6467;
      margin-bottom: 20px; }
    #under32 .item .lg-img-div {
      margin-bottom: 20px; }
      #under32 .item .lg-img-div img {
        width: 100%; }
    #under32 .item blockquote::before {
      content: "“";
      font-size: 55px;
      left: 30px;
      position: absolute; }
    #under32 .item blockquote::after {
      content: "”";
      font-size: 55px;
      right: 30px;
      position: absolute; }
    #under32 .item blockquote {
      border-left: none;
      color: #888;
      font-family: Georgia,Times,serif;
      font-size: 20px;
      font-style: italic;
      padding: 10px 85px 40px 90px;
      position: relative; }
      #under32 .item blockquote.short::after {
        content: "”";
        font-size: 55px;
        right: 200px;
        position: absolute; }
  #under32 .categorynav {
    height: 73px;
    margin-bottom: 45px; }
    #under32 .categorynav ul {
      margin: 30px 0; }
      #under32 .categorynav ul li {
        display: inline-block; }
        #under32 .categorynav ul li a {
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 11px;
          color: #919191;
          text-transform: uppercase;
          letter-spacing: 2px; }
        #under32 .categorynav ul li:after {
          content: "/";
          margin-left: 5px;
          margin-right: 5px;
          font-size: 11px;
          color: #919191; }
        #under32 .categorynav ul li:last-child:after {
          content: ""; }
        #under32 .categorynav ul li.active a {
          color: #1b3a51; }
    #under32 .categorynav.fixed {
      background: none repeat scroll 0 0 #fff;
      height: 73px;
      position: fixed;
      top: 73px;
      width: 100%;
      z-index: 5;
      left: 0; }
      #under32 .categorynav.fixed ul {
        margin: 30px 0; }
  #under32 .subnav {
    height: 73px;
    margin-bottom: 45px; }
    #under32 .subnav ul {
      margin: 30px 0; }
    #under32 .subnav.fixed {
      background: none repeat scroll 0 0 #fff;
      height: 73px;
      position: fixed;
      top: 73px;
      width: 100%;
      z-index: 5; }
      #under32 .subnav.fixed ul {
        margin: 30px 0; }
  #under32 .all-posts {
    display: block;
    margin: 30px 0 20px;
    font-size: 13px; }
    #under32 .all-posts.all-posts1 {
      margin: 43px 0 20px; }
  #under32 .column-content {
    display: inline-block;
    position: relative;
    width: 776px;
    margin-bottom: 65px;
    padding-bottom: 45px;
    background-color: #fff; }
    #under32 .column-content a {
      color: #1b3a51; }
    #under32 .column-content .photo {
      width: 776px;
      max-height: 513px;
      display: inline-block;
      overflow: hidden; }
      #under32 .column-content .photo img {
        width: 100%; }
    #under32 .column-content .content-wrap {
      position: relative;
      width: 630px;
      margin: 30px 0 0 70px; }
      #under32 .column-content .content-wrap .date {
        margin-bottom: 3px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 11px;
        color: #e0a156; }
        #under32 .column-content .content-wrap .date span {
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          color: #919191; }
      #under32 .column-content .content-wrap .hr {
        display: inline-block;
        width: 60px;
        border-top: solid 1px #d3d8da;
        height: 1px; }
      #under32 .column-content .content-wrap h2 {
        color: #5d6467;
        margin-bottom: 20px; }
      #under32 .column-content .content-wrap h1 {
        margin: 25px 0 30px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 38px;
        color: #1b3a51;
        letter-spacing: 4px;
        text-transform: uppercase; }
      #under32 .column-content .content-wrap p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.6em;
        color: #2a2a2a;
        letter-spacing: 1px;
        margin-bottom: 25px; }
        #under32 .column-content .content-wrap p a {
          color: #e0a156;
          text-decoration: none; }
      #under32 .column-content .content-wrap .btn-row {
        position: relative;
        margin-top: 60px;
        width: 100%; }
        #under32 .column-content .content-wrap .btn-row:after {
          content: "";
          display: table;
          clear: both; }
        #under32 .column-content .content-wrap .btn-row a:first-child {
          position: absolute;
          right: 150px;
          top: -3px; }
        #under32 .column-content .content-wrap .btn-row a:last-child {
          position: absolute;
          right: 0; }
      #under32 .column-content .content-wrap .video-container {
        clear: both;
        position: relative;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 10px;
        padding-bottom: 56.25%; }
        #under32 .column-content .content-wrap .video-container.container-4x3 {
          padding-bottom: 75%; }
      #under32 .column-content .content-wrap .video-container iframe,
      #under32 .column-content .content-wrap .video-container object,
      #under32 .column-content .content-wrap .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  #under32 .sidebar {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 300px;
    margin-left: 60px; }
    #under32 .sidebar .hr {
      display: block;
      vertical-align: top;
      display: inline-block;
      width: 40px;
      border-top: solid 1px #1b3a51;
      height: 1px; }
    #under32 .sidebar h2 {
      display: block;
      margin: -10px 0 0;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #1b3a51; }
    #under32 .sidebar p {
      display: inline-block;
      width: 190px;
      margin-left: 10px;
      vertical-align: top;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 11px;
      text-transform: uppercase;
      color: #1b3a51;
      line-height: 1.3em;
      letter-spacing: 1px; }
    #under32 .sidebar .recent-posts {
      margin-bottom: 50px; }
      #under32 .sidebar .recent-posts li {
        margin-top: 25px;
        cursor: pointer; }
        #under32 .sidebar .recent-posts li .photo {
          width: 87px;
          height: 56px;
          display: inline-block;
          overflow: hidden; }
          #under32 .sidebar .recent-posts li .photo img {
            width: 100%;
            height: 100%; }
        #under32 .sidebar .recent-posts li:first-child {
          margin-top: 35px; }
        #under32 .sidebar .recent-posts li a {
          color: #1b3a51; }
    #under32 .sidebar .tags {
      margin-top: 10px; }
      #under32 .sidebar .tags li {
        display: inline-block;
        margin: 7px 0; }
      #under32 .sidebar .tags a {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 11px;
        color: #797979;
        padding: 5px 10px;
        border: solid 1px #797979; }
    #under32 .sidebar .follow-box {
      margin-top: 50px;
      padding: 40px 60px 60px;
      text-align: center;
      background-color: #1b3a51; }
      #under32 .sidebar .follow-box img {
        margin-bottom: 10px; }
      #under32 .sidebar .follow-box h4 {
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #e0a156;
        letter-spacing: 1px; }
      #under32 .sidebar .follow-box h3 {
        margin-bottom: 55px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px; }
      #under32 .sidebar .follow-box a {
        position: relative;
        padding: 15px 30px;
        background-color: #e0a156;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px; }

#legal {
  background-color: #d3d8da; }
  #legal > .container {
    padding-top: 125px; }
  #legal .column-content {
    display: inline-block;
    position: relative;
    margin-bottom: 65px;
    padding-bottom: 45px;
    background-color: #fff; }
    #legal .column-content a {
      color: #1b3a51; }
    #legal .column-content .content-wrap {
      position: relative;
      margin: 30px 70px 0 70px; }
      #legal .column-content .content-wrap h1 {
        margin: 25px 0 30px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 38px;
        color: #1b3a51;
        letter-spacing: 4px;
        text-transform: uppercase; }
      #legal .column-content .content-wrap p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.6em;
        color: #2a2a2a;
        letter-spacing: 1px;
        margin-bottom: 25px; }

.modal-inside {
  position: relative;
  width: 750px;
  margin: 75px 25px 25px 25px;
  border: solid 1px #e0a156;
  background-color: #fff; }
  .modal-inside img.photo {
    margin: 35px auto 0;
    width: 87px;
    display: block; }
  .modal-inside h1 {
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #1b3a51;
    text-align: center; }
  .modal-inside .hr {
    display: inline-block;
    width: 75px;
    border-top: solid 1px #e0a156;
    height: 1px;
    display: block;
    margin: 25px auto 50px; }

#gallery .modal-inside {
  width: 640px;
  padding: 0; }
#gallery .photo {
  display: block;
  width: 640px;
  height: 480px;
  overflow: hidden;
  margin-bottom: 0; }
  #gallery .photo img {
    width: 100%; }
#gallery a.btn {
  margin-top: 40px; }

#partnerships .modal-inside {
  width: 650px;
  padding: 0 75px 120px; }
  #partnerships .modal-inside.gray {
    background-color: #f7f6f6; }
#partnerships .logo-company {
  display: block;
  text-align: center;
  margin: 35px auto 0; }
#partnerships h1 {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -95px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #1b3a51;
  text-transform: uppercase;
  letter-spacing: 5px; }
#partnerships p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2a2a2a;
  letter-spacing: 1px;
  line-height: 1.6em; }
#partnerships .hr {
  display: inline-block;
  width: 75px;
  border-top: solid 1px #e0a156;
  height: 1px;
  display: block;
  margin: 0 auto 20px; }
#partnerships .photo {
  display: block;
  width: 648px;
  height: 314px;
  overflow: hidden;
  margin-bottom: 30px; }
  #partnerships .photo img {
    width: 100%; }
#partnerships a.btn {
  margin-top: 40px; }

#contact .logo-contact {
  display: block;
  margin: -55px auto 15px; }
#contact .modal-inside {
  padding-bottom: 30px;
  text-align: center; }
#contact .box {
  display: inline-block;
  margin: 0 7px; }
#contact h3 {
  margin-bottom: 20px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #1b3a51;
  text-transform: uppercase; }
#contact a {
  padding: 10px 20px;
  border: solid 1px #1b3a51;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1b3a51; }
  #contact a img {
    top: 3px; }
#contact .hr {
  margin: 25px auto 30px;
  display: block; }
#contact .notice {
  margin: 40px 25px 0;
  font-size: 12px; }
  #contact .notice strong {
    color: #f00; }

#team-member h2 {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1b3a51;
  text-align: center; }
#team-member p {
  width: 650px;
  margin-left: 50px;
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: #2a2a2a;
  line-height: 1.6em; }

/*# sourceMappingURL=styles.css.map */
