@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.
 */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic);
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; }

h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 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; }

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/* ==========================================================================
  Mixins & Variables
========================================================================== */
/*  Variables  */
/* Mixins */
/* Typography 
   ========================================================================== */
/* Fonts */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

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

/* Styles */
* {
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 16px; }

body {
  line-height: 1.7;
  font-size: 100%;
  font-family: "proxima-nova", sans-serif;
  color: #282828; }

a {
  color: #666;
  -webkit-transition: opacity .5s, color .5s, border-color .5s;
  -moz-transition: opacity .5s, color .5s, border-color .5s;
  -ms-transition: opacity .5s, color .5s, border-color .5s;
  -o-transition: opacity .5s, color .5s, border-color .5s;
  transition: opacity .5s, color .5s, border-color .5s;
  -webkit-backface-visibility: hidden; }
  a:hover {
    opacity: .8;
    -webkit-backface-visibility: hidden; }

.content {
  text-align: justify; }
  .content p, .content ul, .content ol {
    font-size: 0.92em; }
    .content p p, .content p ul, .content p ol, .content ul p, .content ul ul, .content ul ol, .content ol p, .content ol ul, .content ol ol {
      font-size: 1em; }
  .content * {
    line-height: 1.7; }
  .content a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden; }
    .content a:hover {
      opacity: .8; }
  .content ul, .content ol {
    margin: 0;
    padding: 0 0 20px 40px; }
    .content ul ul, .content ul ol, .content ol ul, .content ol ol {
      padding: 20px 0 0 40px; }
    .content ul li, .content ol li {
      display: block;
      position: relative;
      margin: 0;
      padding-bottom: 5px;
      text-align: left; }
      .content ul li:before, .content ol li:before {
        display: block;
        content: "";
        float: left;
        margin: 0 0 0 -40px; }
  .content ol {
    counter-reset: my-counter; }
    .content ol > li {
      list-style: none; }
      .content ol > li:before {
        content: counter(my-counter) ".";
        counter-increment: my-counter;
        font-weight: 700; }
  .content ul li:before {
    height: 20px;
    width: 20px;
    content: "•";
    margin: 2px 0 0 -40px; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 0 24px 0; }
    .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
      text-decoration: none;
      color: inherit; }
      .content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
        opacity: .8; }
  .content h1 {
    font-size: 1.375em; }
  .content h2 {
    font-size: 1.125em; }
  .content h3 {
    font-size: 0.875em;
    color: #7b7b7b; }
  .content h4 {
    font-size: 0.875em;
    color: #7b7b7b; }
  .content h5 {
    font-size: 0.875em;
    color: #7b7b7b; }
  .content h6 {
    font-size: 0.875em;
    color: #7b7b7b; }
  .content table {
    width: 100%; }
    .content table th, .content table td {
      padding: 10px; }
    .content table th {
      text-align: left;
      font-size: 1.2em;
      font-weight: 700; }
    .content table thead {
      border-bottom: 1px solid #ccc; }
  .content hr {
    border: 0;
    border-top: 1px solid #e3e3e3;
    margin: 0 0 25px 0; }
  .content strong {
    color: #000; }
  .content p {
    padding: 0 0 15px 0;
    margin: 0;
    text-align: justify; }
  .content u {
    text-decoration: underline; }
  .content i, .content em {
    font-style: italic; }
  .content strong {
    font-weight: bold; }
  .content mark {
    padding: 3px 5px; }
  .content big {
    font-size: 120%; }
  .content small {
    font-size: 80%; }
  .content blockquote {
    clear: both;
    position: relative;
    width: 100%;
    color: #7b7b7b;
    padding: 43px 50px;
    margin: 10px 0 30px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    font: inherit;
    font-size: 1.2em;
    text-align: center; }
    .content blockquote p {
      line-height: 1.3;
      text-transform: uppercase; }
    .content blockquote p:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0; }
    @media screen and (max-width: 767px) {
      .content blockquote {
        padding: 20px;
        text-align: left; }
        .content blockquote p {
          text-transform: none;
          text-align: left; } }
  .content .button {
    display: inline-block;
    font-size: 0.875em;
    border: 2px solid #000;
    text-transform: uppercase;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 28px;
    line-height: .8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden; }
    .content .button:hover {
      background: #000;
      color: #FFF; }
    @media screen and (max-width: 599px) {
      .content .button {
        display: block;
        width: 100%;
        padding: 20px; } }
  .content .wp-audio-shortcode {
    margin-bottom: 20px; }
  .content .alignnone {
    margin: 5px 20px 20px 0; }
  .content .aligncenter,
  .content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .content .alignright {
    float: right;
    margin: 5px 0 20px 20px;
    padding: 0; }
  .content .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    padding: 0; }
  .content .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    padding: 0; }
  .content .alignright, .content .alignleft {
    max-width: 50%;
    height: auto; }
  @media screen and (max-width: 767px) {
    .content .alignright,
    .content .alignleft,
    .content .aligncenter,
    .content .wp-caption {
      width: 100% !important;
      max-width: 100% !important;
      margin: 5px 0 !important;
      padding: 0; }
      .content .alignright img,
      .content .alignleft img,
      .content .aligncenter img,
      .content .wp-caption img {
        width: 100% !important;
        height: auto; } }
  .content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .content a img.alignnone {
    margin: 5px 20px 20px 0; }
  .content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content .wp-caption {
    max-width: 100%;
    padding: 0 50px; }
    .content .wp-caption img {
      max-width: 100%;
      height: auto;
      border: 0 none;
      margin: 0;
      padding: 0;
      width: auto; }
  .content .wp-caption p.wp-caption-text {
    margin: 0;
    text-align: justify;
    padding: 20px 50px 0 50px;
    font-size: .75em;
    color: #8a8a8a; }
    .content .wp-caption p.wp-caption-text a {
      color: inherit; }

/* Main Page Structure
========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 0; }

html {
  width: 100%;
  height: 100%; }

body {
  position: relative;
  height: 100%;
  background: transparent;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  right: 0;
  -webkit-transition: right .3s;
  -moz-transition: right .3s;
  transition: right .3s; }
  body.nav-active {
    right: 470px; }
    @media screen and (max-width: 767px) {
      body.nav-active {
        right: 80%; } }
  body.filter-active {
    left: 80%; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
.container {
  max-width: 90%;
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
  position: relative; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }

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

.row {
  display: block;
  width: 103.0701754386%;
  margin: 0 -1.5350877193%;
  *zoom: 1;
  position: relative;
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

iframe {
  max-width: 100%; }

.table {
  display: table;
  height: 100%;
  width: 100%; }
  .table .cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }

/* Various 
========================================================================== */
/* Misc Classes */
.section-title {
  border-bottom: 2px solid #000;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
  padding-bottom: 12px;
  text-align: left; }
  .section-title.no-border {
    border: 0; }
  .section-title.no-margin {
    margin: 0; }
  .section-title a {
    float: right;
    text-decoration: none;
    color: inherit;
    background: url("../img/ico-title-arrow.svg") right center no-repeat;
    padding-right: 10px; }

/* HR Lines for Grids */
hr.hr-4, hr.hr-2, hr.hr-3 {
  clear: both;
  display: none;
  *zoom: 1;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0; }
  hr.hr-4:before, hr.hr-4:after, hr.hr-2:before, hr.hr-2:after, hr.hr-3:before, hr.hr-3:after {
    content: "";
    display: table; }
  hr.hr-4:after, hr.hr-2:after, hr.hr-3:after {
    clear: both; }
hr.hr-4 {
  display: block; }
@media screen and (max-width: 1023px) {
  hr.hr-4 {
    display: none; }
  hr.hr-3 {
    display: block; } }
@media screen and (max-width: 767px) {
  hr.hr-3 {
    display: none; }
  hr.hr-2 {
    display: block; } }
@media screen and (max-width: 599px) {
  hr.hr-2 {
    display: none; } }

/* Mobile Visibility Classes */
.hide {
  display: none; }

.hide-mobile {
  display: auto; }

.hide-desktop {
  display: none; }

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none; }

  .hide-desktop {
    display: auto; } }
/* Browse Happy */
.browsehappy {
  position: relative;
  z-index: 1000;
  margin: 0;
  padding: 10px 0;
  background: #fffac5;
  color: #000;
  text-align: center; }
  .browsehappy .global-container {
    max-width: 96%; }
  .browsehappy strong {
    color: inherit;
    text-transform: uppercase; }
  .browsehappy a {
    color: #5a619b;
    font-weight: bold; }

/* Header */
header {
  *zoom: 1;
  position: relative;
  color: #000;
  z-index: 40; }
  header:before, header:after {
    content: "";
    display: table; }
  header:after {
    clear: both; }
  header .bar-logo {
    height: 100px;
    line-height: 100px; }
  header .logo {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/img-cbmw-logo.svg") left center no-repeat;
    background-size: 61px 61px;
    height: 61px;
    min-width: 61px;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 61px;
    font-weight: 700; }
    header .logo .text {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      margin-left: 77px; }
      @media screen and (max-width: 767px) {
        header .logo .text {
          display: none; } }
    header .logo .title {
      display: block;
      font-size: 1.125em;
      letter-spacing: .75px;
      margin-bottom: 4px; }
    header .logo .subtitle {
      display: block;
      color: #282828;
      font-size: 0.750em;
      letter-spacing: .25px; }
  header .sharrre {
    float: right;
    height: 100px;
    line-height: 100px; }
    header .sharrre a, header .sharrre span {
      display: inline-block;
      border: 1px solid #000;
      height: 34px;
      min-width: 32px;
      line-height: 30px;
      vertical-align: middle;
      text-align: center;
      color: inherit;
      margin-right: 6px; }
      header .sharrre a i, header .sharrre span i {
        font-size: 1.3em;
        display: inline-block;
        vertical-align: middle; }
    header .sharrre .share-number {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      line-height: 30px; }
  header .show-nav {
    position: relative;
    float: right;
    display: block;
    line-height: 100px; }
    header .show-nav span {
      display: inline-block;
      background: #000;
      color: #FFF;
      height: 34px;
      line-height: 34px;
      vertical-align: middle;
      padding: 0 10px;
      font-weight: 700;
      font-size: 0.813em; }
      header .show-nav span img {
        margin-right: 10px; }
  header nav {
    display: block;
    line-height: inherit;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    color: #282828;
    font-size: 0.875em;
    font-weight: 600;
    border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    margin-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      header nav {
        display: none; } }
    header nav ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      *zoom: 1;
      line-height: 60px;
      vertical-align: top; }
      header nav ul:before, header nav ul:after {
        content: "";
        display: table; }
      header nav ul:after {
        clear: both; }
      header nav ul li {
        display: inline-block;
        float: left;
        text-align: center;
        position: relative;
        vertical-align: middle; }
        header nav ul li:hover > a {
          color: #666; }
        header nav ul li.search i {
          font-size: 1.25em;
          vertical-align: middle;
          display: inline-block; }
        header nav ul li.current-menu-item {
          font-weight: 700; }
          header nav ul li.current-menu-item:after {
            position: absolute;
            display: block;
            content: "";
            left: 50%;
            margin-left: -4px;
            bottom: 10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 4px 0 4px;
            border-color: #000 transparent transparent transparent; }
        header nav ul li a {
          display: inline-block;
          color: inherit;
          text-decoration: none;
          vertical-align: middle;
          padding: 0 15px; }
          header nav ul li a:hover {
            opacity: 1; }
        header nav ul li:hover ul {
          opacity: 1;
          visibility: visible; }
        header nav ul li ul {
          visibility: hidden;
          opacity: 0;
          display: block;
          position: absolute;
          background: #363636;
          color: #FFF;
          z-index: 50;
          line-height: 1;
          padding: 30px;
          width: 180px;
          left: 50%;
          margin-left: -90px;
          -webkit-transition: opacity .3s;
          -moz-transition: opacity .3s;
          transition: opacity .3s; }
          header nav ul li ul li {
            display: block;
            float: none;
            padding: 0;
            margin: 0; }
            header nav ul li ul li:before {
              display: none; }
            header nav ul li ul li:last-child a {
              margin-bottom: 0;
              border: 0;
              padding-bottom: 0; }
            header nav ul li ul li.current-menu-item:after {
              display: none; }
            header nav ul li ul li a {
              display: block;
              text-align: left;
              padding: 0 0 10px 0;
              margin-bottom: 10px;
              border-bottom: 1px solid #FFF; }
              header nav ul li ul li a:hover {
                color: #DDD; }
            header nav ul li ul li ul {
              display: none; }
  header .show-nav {
    display: none;
    position: relative;
    float: right;
    z-index: 200;
    cursor: pointer;
    line-height: inherit;
    text-transform: uppercase; }
    header .show-nav img {
      display: inline-block;
      vertical-align: middle; }
    header .show-nav.active {
      opacity: 0;
      visibility: hidden; }
    @media screen and (max-width: 1023px) {
      header .show-nav {
        display: inline-block; } }

aside.mobile-nav {
  position: fixed;
  right: -470px;
  top: 0;
  bottom: 0;
  width: 470px;
  z-index: 60;
  height: 100%;
  overflow: hidden;
  background: #1d1d1d;
  text-align: left;
  -webkit-transition: .3s right;
  -moz-transition: .3s right;
  transition: .3s right; }
  @media screen and (max-width: 767px) {
    aside.mobile-nav {
      width: 80%;
      right: -80%; } }
  aside.mobile-nav.active {
    right: 0; }
  aside.mobile-nav .menu-content {
    overflow: scroll;
    height: 100%;
    padding: 50px 50px 50px 60px; }
    @media screen and (max-width: 767px) {
      aside.mobile-nav .menu-content {
        padding: 30px; } }
  aside.mobile-nav .logo {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/img-cbmw-logo-inverted.svg") left center no-repeat;
    background-size: 61px 61px;
    height: 61px;
    min-width: 61px;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 61px;
    font-weight: 700; }
  aside.mobile-nav .hide-nav {
    border: 2px solid #e4e4e4;
    background: url("../img/menu-close.svg") center center no-repeat;
    float: right;
    width: 56px;
    height: 56px;
    margin-top: -6px;
    cursor: pointer;
    z-index: 100;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      aside.mobile-nav .hide-nav {
        width: 40px;
        height: 40px;
        margin: 0;
        background-size: 20px 20px !important; } }
  aside.mobile-nav nav {
    margin-top: 30px; }
    aside.mobile-nav nav ul {
      display: block;
      padding: 0;
      margin: 0; }
      aside.mobile-nav nav ul li {
        display: block;
        margin: 0;
        padding: 0;
        position: relative; }
        aside.mobile-nav nav ul li span.dropdown {
          position: absolute;
          left: 27px;
          top: 8px;
          display: block;
          height: 17px;
          width: 17px;
          background: url("../img/ico-menu-dropdown.svg"); }
          @media screen and (max-width: 767px) {
            aside.mobile-nav nav ul li span.dropdown {
              left: 0; } }
          aside.mobile-nav nav ul li span.dropdown.active {
            background: url("../img/ico-menu-dropdown-active.svg"); }
        aside.mobile-nav nav ul li a {
          display: block;
          color: #FFF;
          padding-left: 60px;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 700;
          height: 34px;
          line-height: 34px;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          transition: all .3s; }
          @media screen and (max-width: 767px) {
            aside.mobile-nav nav ul li a {
              padding-left: 30px; } }
        aside.mobile-nav nav ul li ul.sub-menu {
          display: none;
          padding: 10px 0 10px 90px; }
          @media screen and (max-width: 767px) {
            aside.mobile-nav nav ul li ul.sub-menu {
              padding: 10px 0 10px 60px; } }
          aside.mobile-nav nav ul li ul.sub-menu li {
            border-color: #000;
            height: auto;
            line-height: 1; }
            aside.mobile-nav nav ul li ul.sub-menu li a {
              padding: 5px 0;
              line-height: 1;
              height: auto; }
              aside.mobile-nav nav ul li ul.sub-menu li a:before {
                content: "•";
                color: #FFF;
                float: left;
                margin-left: -20px; }

/* Footer */
footer {
  color: #282828;
  line-height: 1;
  *zoom: 1;
  position: relative; }
  footer:before, footer:after {
    content: "";
    display: table; }
  footer:after {
    clear: both; }
  footer .footer-main {
    background: #ecebeb;
    padding: 70px 0 100px 0; }
    @media screen and (max-width: 767px) {
      footer .footer-main {
        padding: 40px 0 0 0; } }
    footer .footer-main .description {
      font-size: 0.875em;
      line-height: 1.5;
      text-align: justify;
      margin-bottom: 28px; }
    footer .footer-main .button {
      display: inline-block;
      font-size: 0.875em;
      border: 2px solid #000;
      text-transform: uppercase;
      font-weight: 600;
      width: 280px;
      color: inherit;
      text-decoration: none;
      text-align: center;
      padding: 20px;
      margin-bottom: 28px;
      line-height: .8;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-backface-visibility: hidden; }
      footer .footer-main .button:hover {
        background: #000;
        color: #FFF; }
      @media screen and (max-width: 767px) {
        footer .footer-main .button {
          display: block;
          width: 100%; } }
  footer .col {
    display: inline;
    float: left;
    width: 46.9298245614%;
    margin: 0 1.5350877193%; }
    @media screen and (max-width: 767px) {
      footer .col {
        display: inline;
        float: left;
        width: 96.9298245614%;
        margin: 0 1.5350877193%;
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      footer .col.footer-ad {
        display: none !important; } }
  footer .social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0 6px 0 0; }
    footer .social a img {
      display: block;
      max-width: 100%;
      height: auto; }
  @media screen and (max-width: 767px) {
    footer .social {
      text-align: center; } }
  footer .footer-sub {
    text-align: center; }
    footer .footer-sub .rocket {
      display: inline-block;
      width: 43px;
      height: 11px;
      background: url("../img/ico-rocket.svg") no-repeat center center;
      background-size: 43px 11px;
      padding: 40px 0; }

/* Media - MediaElement */
.mejs-container {
  width: 100% !important; }

.mejs-container .mejs-controls {
  background: #dedede !important; }
  .mejs-container .mejs-controls .mejs-time {
    padding: 11px 2px 0 3px !important; }
    .mejs-container .mejs-controls .mejs-time span {
      color: #5c5c5c !important; }
  .mejs-container .mejs-controls .mejs-button {
    height: 30px; }
    .mejs-container .mejs-controls .mejs-button button:focus {
      outline: 0; }
  .mejs-container .mejs-controls .mejs-playpause-button {
    background: #b4b4b4 !important;
    width: 32px; }
    .mejs-container .mejs-controls .mejs-playpause-button button {
      background-image: url("../img/mejs-controls.png") !important;
      margin: 7px 9px; }
  .mejs-container .mejs-controls .mejs-volume-button {
    width: 25px; }
    .mejs-container .mejs-controls .mejs-volume-button button {
      background-image: url("../img/mejs-controls.png") !important; }
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #ccc !important; }
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #5c5c5c !important; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #ccc !important; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #b4b4b4 !important; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #5c5c5c !important; }

/* Fix for last item dropping below the controls. */
/* .mejs-container .mejs-controls > div:last-of-type {
	position: relative;
	clear: both;
	float: right;
	top:   -31px;
}  */
/* Magnific-Popup */
.mfp-popup-search.mfp-bg {
  background: #1d1d1d;
  opacity: 1; }
.mfp-popup-search .mfp-content {
  margin: 30px auto 0 auto;
  width: 320px;
  max-width: 90%; }
.mfp-popup-search input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 2px solid #FFF;
  background: none;
  color: inherit;
  width: 100%;
  padding: .5em 40px .5em 0;
  font-style: italic;
  font-size: 1em;
  outline: 0;
  color: #FFF; }
.mfp-popup-search input[type="submit"] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  font-family: "FontAwesome";
  font-size: 1.4em;
  color: #FFF;
  right: 0; }
.mfp-popup-search .mfp-close {
  border: 2px solid #e4e4e4;
  background: url("../img/menu-close.svg") center center no-repeat;
  position: fixed;
  right: 30px;
  top: 30px;
  width: 56px;
  height: 56px;
  margin-top: -6px;
  cursor: pointer;
  z-index: 100;
  cursor: pointer;
  opacity: 1;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

.mfp-popup-inline.mfp-bg {
  background: #1d1d1d;
  opacity: 1; }
.mfp-popup-inline .mfp-content {
  background: #FFF;
  margin: 60px auto 30px auto;
  width: 800px;
  max-width: 90%;
  padding: 30px; }
  @media screen and (max-width: 599px) {
    .mfp-popup-inline .mfp-content {
      max-width: 86%; } }
  .mfp-popup-inline .mfp-content .name {
    font-size: 2em; }
.mfp-popup-inline .mfp-close {
  background: url("../img/menu-close.svg") no-repeat center center;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -50px;
  top: -50px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: 2px solid #FFF; }
  @media screen and (max-width: 767px) {
    .mfp-popup-inline .mfp-close {
      right: 0; } }
.mfp-popup-inline .mfp-arrow {
  width: 18px; }
  .mfp-popup-inline .mfp-arrow:before, .mfp-popup-inline .mfp-arrow:after {
    display: none; }
.mfp-popup-inline .mfp-arrow-left {
  background: url("../img/mfp-arrow-left.svg") center center no-repeat;
  left: 20px; }
  @media screen and (max-width: 767px) {
    .mfp-popup-inline .mfp-arrow-left {
      left: 10px; } }
.mfp-popup-inline .mfp-arrow-right {
  background: url("../img/mfp-arrow-right.svg") center center no-repeat;
  right: 20px; }
  @media screen and (max-width: 767px) {
    .mfp-popup-inline .mfp-arrow-right {
      right: 10px; } }

.mfp-bg {
  background: #000;
  opacity: .95; }

.mfp-wrap.modal-gallery .mfp-content {
  margin: 30px auto 0 auto;
  max-width: 85%; }
.mfp-wrap.modal-gallery .mfp-close {
  background: url("../img/menu-close.svg") no-repeat center center;
  width: 31px;
  height: 32px;
  position: absolute;
  right: -35px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .mfp-wrap.modal-gallery .mfp-close {
      right: 0;
      width: 26px;
      height: 26px;
      background-size: contain; } }
.mfp-wrap.modal-gallery .mfp-arrow {
  width: 18px; }
  .mfp-wrap.modal-gallery .mfp-arrow:before, .mfp-wrap.modal-gallery .mfp-arrow:after {
    display: none; }
.mfp-wrap.modal-gallery .mfp-arrow-left {
  background: url("../img/mfp-arrow-left.svg") center center no-repeat;
  left: 20px; }
  @media screen and (max-width: 767px) {
    .mfp-wrap.modal-gallery .mfp-arrow-left {
      left: 10px; } }
.mfp-wrap.modal-gallery .mfp-arrow-right {
  background: url("../img/mfp-arrow-right.svg") center center no-repeat;
  right: 20px; }
  @media screen and (max-width: 767px) {
    .mfp-wrap.modal-gallery .mfp-arrow-right {
      right: 10px; } }

.mfp-wrap.modal-video .mfp-content {
  width: 800px;
  max-width: 70%;
  margin: 50px auto 0 auto; }
.mfp-wrap.modal-video .mfp-close {
  background: url("../img/menu-close.svg") no-repeat center center;
  width: 31px;
  height: 32px;
  position: absolute;
  right: -50px;
  top: -50px !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.mfp-wrap.modal-inline .mfp-content {
  margin: 30px auto 0 auto;
  width: 600px;
  max-width: 85%;
  color: #FFF; }
  .mfp-wrap.modal-inline .mfp-content h2 {
    margin: 0 0 1em 0; }
.mfp-wrap.modal-inline .mfp-close {
  background: url("../img/menu-close.svg") no-repeat center center;
  width: 31px;
  height: 32px;
  position: absolute;
  right: -35px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .mfp-wrap.modal-inline .mfp-close {
      right: 0;
      width: 26px;
      height: 26px;
      background-size: contain; } }
.mfp-wrap.modal-inline .mfp-arrow {
  width: 18px; }
  .mfp-wrap.modal-inline .mfp-arrow:before, .mfp-wrap.modal-inline .mfp-arrow:after {
    display: none; }
.mfp-wrap.modal-inline .mfp-arrow-left {
  background: url("../img/mfp-arrow-left.svg") center center no-repeat;
  left: 20px; }
  @media screen and (max-width: 767px) {
    .mfp-wrap.modal-inline .mfp-arrow-left {
      left: 10px; } }
.mfp-wrap.modal-inline .mfp-arrow-right {
  background: url("../img/mfp-arrow-right.svg") center center no-repeat;
  right: 20px; }
  @media screen and (max-width: 767px) {
    .mfp-wrap.modal-inline .mfp-arrow-right {
      right: 10px; } }

/* Pagination  */
.pagination {
  clear: both;
  *zoom: 1;
  color: #FFF;
  background: #000;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-top: 40px;
  padding: 20px; }
  .pagination:before, .pagination:after {
    content: "";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination .prev,
  .pagination .next {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 12px;
    height: 19px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .pagination .next:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 12px;
    border-color: transparent transparent transparent #e3e3e3; }
  .pagination .prev:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 12px 9.5px 0;
    border-color: transparent #e3e3e3 transparent transparent; }
  .pagination .page-numbers {
    vertical-align: middle;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 0;
    margin: 0 5px; }
  .pagination .page-numbers.current {
    font-weight: 600;
    opacity: .8; }

.ajax-pagination {
  clear: both;
  *zoom: 1;
  color: #FFF;
  background: #000;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-top: 40px;
  padding: 20px; }
  .ajax-pagination:before, .ajax-pagination:after {
    content: "";
    display: table; }
  .ajax-pagination:after {
    clear: both; }
  .ajax-pagination ul {
    margin: 0;
    padding: 0; }
    .ajax-pagination ul li {
      display: inline-block;
      margin: 0 5px;
      vertical-align: middle; }
      .ajax-pagination ul li a, .ajax-pagination ul li span {
        vertical-align: middle;
        display: inline-block;
        color: inherit;
        text-decoration: none;
        padding: 0; }
    .ajax-pagination ul li.active,
    .ajax-pagination ul .pagi-prev-dud,
    .ajax-pagination ul .pagi-next-dud {
      opacity: .5; }
  .ajax-pagination .pagi-prev,
  .ajax-pagination .pagi-next,
  .ajax-pagination .pagi-prev-dud,
  .ajax-pagination .pagi-next-dud {
    position: relative;
    vertical-align: middle;
    display: inline-block; }
    .ajax-pagination .pagi-prev a, .ajax-pagination .pagi-prev span,
    .ajax-pagination .pagi-next a,
    .ajax-pagination .pagi-next span,
    .ajax-pagination .pagi-prev-dud a,
    .ajax-pagination .pagi-prev-dud span,
    .ajax-pagination .pagi-next-dud a,
    .ajax-pagination .pagi-next-dud span {
      position: relative;
      vertical-align: middle;
      display: inline-block;
      width: 12px;
      height: 19px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
  .ajax-pagination .pagi-prev-dud,
  .ajax-pagination .pagi-next-dud {
    display: none; }
  .ajax-pagination .pagi-next a:before,
  .ajax-pagination .pagi-next span:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 12px;
    border-color: transparent transparent transparent #e3e3e3; }
  .ajax-pagination .pagi-prev a:after,
  .ajax-pagination .pagi-prev span:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 12px 9.5px 0;
    border-color: transparent #e3e3e3 transparent transparent; }

/* Pages
========================================================================== */
/* Columns Template Classes - Used on various pages */
.columns {
  padding: 40px 0 60px 0;
  *zoom: 1; }
  .columns:before, .columns:after {
    content: "";
    display: table; }
  .columns:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .columns {
      padding: 20px 0 30px 0; } }
  .columns .left {
    display: inline;
    float: left;
    width: 21.9298245614%;
    margin: 0 1.5350877193%; }
    @media screen and (max-width: 1023px) {
      .columns .left {
        display: inline;
        float: left;
        width: 17.7631578947%;
        margin: 0 1.5350877193%; } }
    @media screen and (max-width: 767px) {
      .columns .left {
        display: inline;
        float: left;
        width: 96.9298245614%;
        margin: 0 1.5350877193%; } }
  .columns .center {
    display: inline;
    float: left;
    width: 46.9298245614%;
    margin: 0 1.5350877193%; }
    @media screen and (max-width: 1023px) {
      .columns .center {
        display: inline;
        float: left;
        width: 55.2631578947%;
        margin: 0 1.5350877193%; } }
    @media screen and (max-width: 767px) {
      .columns .center {
        display: inline;
        float: left;
        width: 96.9298245614%;
        margin: 0 1.5350877193%;
        margin-bottom: 20px; } }
  .columns .right {
    display: inline;
    float: left;
    width: 21.9298245614%;
    margin: 0 1.5350877193%; }
    @media screen and (max-width: 1023px) {
      .columns .right {
        display: inline;
        float: left;
        width: 17.7631578947%;
        margin: 0 1.5350877193%; } }
    @media screen and (max-width: 767px) {
      .columns .right {
        display: inline;
        float: left;
        width: 96.9298245614%;
        margin: 0 1.5350877193%; } }
  .columns .filter .hide-filter {
    display: none; }
  @media screen and (max-width: 767px) {
    .columns .filter {
      position: fixed;
      top: 0;
      left: -80%;
      height: 100%;
      bottom: 0;
      width: 80%;
      background: #1d1d1d;
      color: #FFF;
      margin: 0;
      z-index: 45;
      overflow: hidden;
      -webkit-transition: .3s left;
      -moz-transition: .3s left;
      transition: .3s left; }
      .columns .filter.active {
        left: 0; }
      .columns .filter .section-title {
        border-color: #FFF; }
      .columns .filter .menu-content {
        padding: 30px;
        overflow: scroll;
        height: 100%; }
      .columns .filter .hide-filter {
        display: block;
        border: 2px solid #e4e4e4;
        background: url("../img/menu-close.svg") center center no-repeat;
        float: right;
        width: 56px;
        height: 56px;
        margin-top: -6px;
        cursor: pointer;
        z-index: 100;
        cursor: pointer; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .columns .filter .hide-filter {
        width: 40px;
        height: 40px;
        margin: 0;
        background-size: 20px 20px !important; } }
  @media screen and (max-width: 767px) {
      .columns .filter .taxonomy-filters {
        clear: both;
        padding-top: 20px; } }
  .columns .podcasts {
    margin-bottom: 50px; }
    .columns .podcasts .podcast {
      background: #f2f2f2;
      border: 2px solid #f2f2f2;
      text-align: center;
      min-height: 225px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-backface-visibility: hidden;
      line-height: 1;
      margin-bottom: 10px; }
      .columns .podcasts .podcast:hover, .columns .podcasts .podcast.active {
        background: #FFF;
        border: 2px solid #000; }
      .columns .podcasts .podcast .episode {
        font-size: 1.125em;
        font-style: italic;
        text-transform: uppercase;
        margin-bottom: 14px; }
      .columns .podcasts .podcast .title {
        font-size: 0.875em; }
      .columns .podcasts .podcast .author,
      .columns .podcasts .podcast .duration {
        font-size: 0.750em;
        font-style: italic;
        display: inline-block; }
      .columns .podcasts .podcast .author:after {
        content: "|";
        display: inline-block;
        padding: 0 5px; }
      .columns .podcasts .podcast .audio-btn {
        display: block;
        margin: 20px auto 0 auto;
        border: 3px solid #000;
        background: url("../img/sprite.svg") 0 0 no-repeat;
        height: 50px;
        width: 50px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        border-radius: 100%; }
        .columns .podcasts .podcast .audio-btn.pause {
          background: url("../img/sprite.svg") 0 -44px no-repeat; }
    .columns .podcasts.podcasts-list .section-title {
      margin-bottom: 0; }
    .columns .podcasts.podcasts-list .podcast {
      background: none;
      text-align: left;
      padding: 40px 20px;
      margin-bottom: 0;
      min-height: 1px;
      border: 0;
      border-bottom: 1px solid #e4e4e4; }
      @media screen and (max-width: 767px) {
        .columns .podcasts.podcasts-list .podcast {
          padding: 30px 0; } }
      .columns .podcasts.podcasts-list .podcast:hover, .columns .podcasts.podcasts-list .podcast.active {
        border: 0;
        border-bottom: 1px solid #e4e4e4; }
      .columns .podcasts.podcasts-list .podcast .episode {
        font-size: 1.500em;
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 14px; }
      .columns .podcasts.podcasts-list .podcast .info {
        padding-left: 120px; }
        @media screen and (max-width: 767px) {
          .columns .podcasts.podcasts-list .podcast .info {
            padding-left: 90px; } }
      .columns .podcasts.podcasts-list .podcast .title {
        font-size: 1.125em;
        margin-bottom: 6px; }
      .columns .podcasts.podcasts-list .podcast .author {
        display: block;
        font-size: 0.750em;
        font-style: normal;
        margin-bottom: 10px; }
      .columns .podcasts.podcasts-list .podcast .duration {
        display: inline-block;
        font-size: 0.875em; }
      .columns .podcasts.podcasts-list .podcast .author:after {
        display: none; }
      .columns .podcasts.podcasts-list .podcast .download {
        display: inline-block;
        font-size: 0.750em;
        background: #000;
        color: #FFF;
        margin-left: 10px;
        padding: 2px 4px;
        text-decoration: none;
        font-weight: 600; }
      .columns .podcasts.podcasts-list .podcast .audio-btn {
        float: left;
        display: block;
        margin: 0;
        border: 3px solid #000;
        background: url("../img/sprite.svg") 0 0 no-repeat;
        background-size: 62px 120px;
        height: 66px;
        width: 66px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        border-radius: 100%; }
        .columns .podcasts.podcasts-list .podcast .audio-btn.pause {
          background: url("../img/sprite.svg") 0 -60px no-repeat;
          background-size: 62px 120px; }
  .columns .sponsors .sponsor {
    display: block;
    margin-bottom: 20px; }
    .columns .sponsors .sponsor img {
      width: 100%;
      height: auto; }
  .columns .support {
    background: #222;
    color: #FFF;
    padding: 30px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      .columns .support {
        padding: 20px; } }
    .columns .support .title {
      font-size: 1.5em;
      line-height: 1.2;
      margin-bottom: 10px; }
      @media screen and (max-width: 1023px) {
        .columns .support .title {
          font-size: 1.1em; } }
    .columns .support .description {
      font-size: 0.750em;
      line-height: 1.5;
      margin-bottom: 20px; }
      @media screen and (max-width: 1023px) {
        .columns .support .description {
          font-size: 0.7em; } }
    .columns .support .button {
      display: block;
      color: #FFF;
      border: 2px solid #FFF;
      text-align: center;
      width: 100%;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      line-height: 1.2;
      padding: 10px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-backface-visibility: hidden; }
      @media screen and (max-width: 1023px) {
        .columns .support .button {
          font-size: 0.9em; } }
      .columns .support .button:hover {
        background: #FFF;
        color: #000;
        opacity: 1; }
  .columns .events {
    margin-bottom: 60px; }
    .columns .events img {
      width: 100%;
      height: auto;
      display: block; }
    .columns .events a {
      display: block;
      margin-bottom: 30px; }
      .columns .events a:last-child {
        margin: 0; }
  .columns .journals {
    margin-bottom: 60px; }
    .columns .journals .journal {
      display: block;
      border: 1px solid #e4e4e4; }
      .columns .journals .journal img {
        max-width: 100%;
        height: auto;
        display: block; }
  .columns .filter-reset {
    display: inline-block;
    text-transform: uppercase;
    background: #900;
    color: #FFF;
    text-decoration: none;
    line-height: 16px;
    font-size: .75em;
    font-weight: 700;
    padding: 2px 6px;
    margin: 0 0 0 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden; }
    .columns .filter-reset:hover {
      background: #F00;
      opacity: 1; }
    .columns .filter-reset i {
      font-style: normal;
      text-transform: lowercase;
      display: inline-block;
      margin: 0 6px 0 0; }
  .columns .taxonomy-filters {
    line-height: 1.4; }
    .columns .taxonomy-filters ul {
      display: block;
      margin: 0 0 40px 0;
      padding: 0; }
      .columns .taxonomy-filters ul li {
        display: block;
        font-size: 0.875em;
        font-weight: 600; }
        .columns .taxonomy-filters ul li a {
          text-decoration: none;
          color: inherit; }
  .columns .types-filter ul {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: justify;
    line-height: 1; }
    .columns .types-filter ul:after {
      content: "";
      width: 100%;
      display: inline-block; }
    .columns .types-filter ul li {
      display: inline-block;
      margin: 0;
      padding: 0;
      text-align: center;
      width: 13%; }
    .columns .types-filter ul a {
      display: block;
      border: 2px solid #222;
      text-decoration: none;
      color: #000;
      font-size: 0.750em;
      font-weight: 600;
      padding: 12px 5px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-backface-visibility: hidden;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .columns .types-filter ul a {
          font-size: .6em;
          border-width: 1px;
          padding: 5px 5px; } }
      .columns .types-filter ul a i {
        display: inline-block;
        height: 27px;
        width: 27px;
        background: url("../img/ico-types.svg");
        margin-bottom: 5px; }
      .columns .types-filter ul a span {
        display: block;
        text-align: center; }
      .columns .types-filter ul a.ico-video i {
        background-position: 0 0; }
      .columns .types-filter ul a.ico-audio i {
        background-position: -135px 0; }
      .columns .types-filter ul a.ico-ebook i {
        background-position: -108px 0; }
      .columns .types-filter ul a.ico-book i {
        background-position: -162px 0; }
      .columns .types-filter ul a.ico-journal i {
        background-position: -54px 0; }
      .columns .types-filter ul a.ico-papers i {
        background-position: -81px 0; }
      .columns .types-filter ul a.ico-article i {
        background-position: -27px 0; }
    .columns .types-filter ul li.selected a,
    .columns .types-filter ul li:hover a {
      background: #222;
      color: #FFF;
      opacity: 1; }
      .columns .types-filter ul li.selected a.ico-video i,
      .columns .types-filter ul li:hover a.ico-video i {
        background-position: 0 -27px; }
      .columns .types-filter ul li.selected a.ico-audio i,
      .columns .types-filter ul li:hover a.ico-audio i {
        background-position: -135px -27px; }
      .columns .types-filter ul li.selected a.ico-ebook i,
      .columns .types-filter ul li:hover a.ico-ebook i {
        background-position: -108px -27px; }
      .columns .types-filter ul li.selected a.ico-book i,
      .columns .types-filter ul li:hover a.ico-book i {
        background-position: -162px -27px; }
      .columns .types-filter ul li.selected a.ico-journal i,
      .columns .types-filter ul li:hover a.ico-journal i {
        background-position: -54px -27px; }
      .columns .types-filter ul li.selected a.ico-papers i,
      .columns .types-filter ul li:hover a.ico-papers i {
        background-position: -81px -27px; }
      .columns .types-filter ul li.selected a.ico-article i,
      .columns .types-filter ul li:hover a.ico-article i {
        background-position: -27px -27px; }
  .columns .posts {
    position: relative;
    min-height: 600px; }
    @media screen and (max-width: 767px) {
      .columns .posts {
        margin-bottom: 40px;
        min-height: 1px; } }
    @media screen and (max-width: 767px) {
      .columns .posts.posts-single .section-title {
        display: none; } }
    .columns .posts .loading {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #FFF url("../img/loader-gears.svg") center 80px no-repeat;
      z-index: -1;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-backface-visibility: hidden; }
      .columns .posts .loading.show {
        z-index: 1;
        opacity: 1; }
    .columns .posts .post {
      position: relative;
      border-top: 1px solid #e3e3e3;
      padding-left: 64px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .columns .posts .post {
          padding-left: 50px; } }
      .columns .posts .post:last-of-type {
        border-bottom: 1px solid #e3e3e3; }
      .columns .posts .post .media-type {
        line-height: 1;
        text-align: center;
        width: 64px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        padding-top: 40px;
        border-right: 1px solid #e3e3e3;
        color: #000;
        font-size: 0.750em;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .columns .posts .post .media-type {
            width: 50px;
            padding-top: 20px; } }
        .columns .posts .post .media-type i {
          display: inline-block;
          height: 27px;
          width: 27px;
          background: url("../img/ico-types.svg");
          margin-bottom: 5px; }
        .columns .posts .post .media-type span {
          display: block;
          text-align: center; }
        .columns .posts .post .media-type.ico-video i {
          background-position: 0 0; }
        .columns .posts .post .media-type.ico-audio i, .columns .posts .post .media-type.ico-podcast i {
          background-position: -135px 0; }
        .columns .posts .post .media-type.ico-ebook i {
          background-position: -108px 0; }
        .columns .posts .post .media-type.ico-book i {
          background-position: -162px 0; }
        .columns .posts .post .media-type.ico-journal i {
          background-position: -54px 0; }
        .columns .posts .post .media-type.ico-papers i {
          background-position: -81px 0; }
        .columns .posts .post .media-type.ico-article i {
          background-position: -27px 0; }
      .columns .posts .post .info {
        padding: 40px 0 40px 20px; }
        @media screen and (max-width: 767px) {
          .columns .posts .post .info {
            padding: 20px 0 20px 20px; } }
        .columns .posts .post .info .title {
          font-size: 1.375em;
          line-height: 1.2;
          margin-bottom: 5px; }
          @media screen and (max-width: 767px) {
            .columns .posts .post .info .title {
              font-size: 1.2em;
              line-height: 1.3; } }
          .columns .posts .post .info .title a {
            color: inherit;
            text-decoration: none; }
        .columns .posts .post .info .date {
          display: inline-block;
          font-size: 0.875em; }
          .columns .posts .post .info .date:after {
            content: "|";
            display: inline-block;
            padding: 0 5px; }
        .columns .posts .post .info .author {
          display: inline-block;
          font-size: 0.875em; }
          .columns .posts .post .info .author a {
            color: inherit;
            text-decoration: none; }
        .columns .posts .post .info .description {
          font-size: 0.875em;
          line-height: 1.4;
          margin-top: 8px;
          margin-bottom: 18px;
          text-align: justify; }
        .columns .posts .post .info .button {
          font-size: 0.750em;
          text-decoration: none;
          color: #FFF;
          background: #000;
          font-weight: 600;
          padding: 5px 10px; }
    .columns .posts .post.single {
      padding: 0;
      border: 0; }
      .columns .posts .post.single .p-media {
        background: rgba(0, 0, 0, 0.7);
        margin-bottom: 20px; }
        .columns .posts .post.single .p-media.audio {
          padding: 30px 30px 15px 30px; }
        .columns .posts .post.single .p-media .download {
          font-weight: 500;
          letter-spacing: 1px;
          text-transform: uppercase;
          text-decoration: none;
          color: #DDD;
          font-size: .75em; }
      .columns .posts .post.single .p-image {
        padding-top: 45%;
        background-size: cover !important;
        margin-bottom: 20px; }
      .columns .posts .post.single .p-image-credit {
        color: #707070;
        text-align: right;
        font-size: 0.750em; }
      .columns .posts .post.single .p-title {
        line-height: 1.2;
        margin: 0 0 13px 0;
        font-weight: 400;
        font-size: 1.625em; }
        .columns .posts .post.single .p-title a {
          color: inherit;
          text-decoration: none; }
      .columns .posts .post.single .p-meta {
        line-height: 20px;
        margin-bottom: 30px; }
        .columns .posts .post.single .p-meta .p-date {
          vertical-align: middle;
          display: inline-block;
          font-size: 0.875em;
          margin-right: 10px; }
        .columns .posts .post.single .p-meta .p-author {
          border-left: 1px solid #000;
          padding-left: 10px;
          vertical-align: middle;
          display: inline-block;
          font-size: 0.875em; }
          .columns .posts .post.single .p-meta .p-author span {
            font-family: 'Playfair Display', serif;
            font-style: italic;
            text-transform: lowercase;
            display: none; }
          .columns .posts .post.single .p-meta .p-author a {
            color: inherit;
            text-decoration: none; }
        .columns .posts .post.single .p-meta .sharrre-title {
          font-family: 'Playfair Display', serif;
          font-style: italic;
          font-size: 0.875em;
          border-left: 1px solid #000;
          display: inline-block;
          margin: 0 10px 0 10px;
          padding: 0 0 0 10px;
          vertical-align: middle; }
        .columns .posts .post.single .p-meta .sharrre {
          display: inline-block;
          vertical-align: middle; }
          .columns .posts .post.single .p-meta .sharrre a {
            display: inline-block;
            margin-right: 10px;
            color: inherit;
            vertical-align: middle; }
          .columns .posts .post.single .p-meta .sharrre .share-number {
            display: inline-block;
            color: #000;
            font-size: 0.813em;
            font-weight: 600;
            vertical-align: middle; }
      .columns .posts .post.single .p-content {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .columns .posts .post.single .p-content {
            margin-bottom: 0; } }
      .columns .posts .post.single .p-button {
        display: inline-block;
        border: 1px solid #282828;
        line-height: 1;
        text-decoration: none;
        color: #282828;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-weight: 600;
        font-size: 0.875em;
        padding: 10px 36px;
        margin-right: 10px; }
      .columns .posts .post.single .p-image {
        padding-top: 50%; }
  .columns .featured-items {
    text-align: center; }
    .columns .featured-items .section-title {
      margin-bottom: 40px; }
    .columns .featured-items a {
      display: block;
      margin: 0 auto 40px auto;
      color: inherit; }
    .columns .featured-items img {
      display: block;
      margin: 0 auto 20px auto; }
    .columns .featured-items .button {
      display: inline-block;
      border: 2px solid #000;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-backface-visibility: hidden;
      width: 190px;
      max-width: 100%;
      line-height: 1;
      font-weight: 600;
      padding: 10px; }
      .columns .featured-items .button:hover {
        background: #000;
        color: #FFF;
        opacity: 1; }

/* Page: General */
.page .featured-image {
  overflow: hidden;
  position: relative;
  background: #777; }
  @media screen and (max-width: 599px) {
    .page .featured-image {
      margin-bottom: 20px; } }
  .page .featured-image .aspect {
    padding-top: 41.6%; }
    @media screen and (max-width: 767px) {
      .page .featured-image .aspect {
        padding-top: 60%; } }
  .page .featured-image .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center !important;
    background-size: cover !important;
    z-index: 1;
    opacity: .8; }
  .page .featured-image .fade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(25%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .page .featured-image .info {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    padding: 0 0 8% 0;
    line-height: 1.2; }
    .page .featured-image .info .container {
      width: 960px; }
    .page .featured-image .info .title {
      font-size: 2.250em;
      width: 660px;
      max-width: 100%;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .page .featured-image .info .title {
          font-size: 1.5em; } }
    .page .featured-image .info .p-meta {
      line-height: 20px; }
      .page .featured-image .info .p-meta .p-author {
        vertical-align: middle;
        display: inline-block;
        font-size: 0.875em; }
        .page .featured-image .info .p-meta .p-author span {
          text-transform: lowercase; }
        .page .featured-image .info .p-meta .p-author a {
          color: inherit;
          text-decoration: none; }
        .page .featured-image .info .p-meta .p-author:after {
          display: inline-block;
          content: "";
          border-right: 1px solid #FFF;
          margin: 0 10px; }
      .page .featured-image .info .p-meta .sharrre-title {
        font-size: 0.875em;
        display: inline-block;
        margin: 0 10px 0 0;
        vertical-align: middle; }
      .page .featured-image .info .p-meta .sharrre {
        display: inline-block;
        vertical-align: middle; }
        .page .featured-image .info .p-meta .sharrre a {
          display: inline-block;
          margin-right: 10px;
          color: inherit;
          vertical-align: middle; }
        .page .featured-image .info .p-meta .sharrre .share-number {
          display: inline-block;
          font-size: 0.813em;
          font-weight: 600;
          vertical-align: middle; }
  .page .featured-image a.panel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4; }
.page .columns .center {
  display: inline;
  float: left;
  width: 80.2631578947%;
  margin: 0 1.5350877193%;
  margin-left: 9.8684210526%; }
  @media screen and (max-width: 767px) {
    .page .columns .center {
      display: inline;
      float: left;
      width: 96.9298245614%;
      margin: 0 1.5350877193%;
      margin-left: 1.5350877193%; } }

.page.layout-one {
  margin-bottom: 50px; }
  .page.layout-one .left {
    display: inline;
    float: left;
    width: 46.9298245614%;
    margin: 0 1.5350877193%; }
    @media screen and (max-width: 767px) {
      .page.layout-one .left {
        display: inline;
        float: left;
        width: 96.9298245614%;
        margin: 0 1.5350877193%;
        margin-bottom: 40px; } }
  .page.layout-one .right {
    display: inline;
    float: left;
    width: 46.9298245614%;
    margin: 0 1.5350877193%; }
    @media screen and (max-width: 767px) {
      .page.layout-one .right {
        display: inline;
        float: left;
        width: 96.9298245614%;
        margin: 0 1.5350877193%; } }

.page.layout-narrow {
  margin-bottom: 50px; }
  .page.layout-narrow .container {
    width: 676px; }
  .page.layout-narrow .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.875em; }

.page.page-personnel {
  margin-bottom: 50px; }
  .page.page-personnel .title {
    display: block;
    background: #000;
    color: #FFF;
    font-weight: 400;
    font-size: 1.75em;
    line-height: 1;
    padding: 20px;
    margin: -10px 0 50px 0;
    text-align: center;
    text-transform: uppercase; }
  @media screen and (max-width: 599px) {
    .page.page-personnel .hr-2 {
      display: block; } }
  .page.page-personnel .person {
    text-align: center;
    display: inline;
    float: left;
    width: 21.9298245614%;
    margin: 0 1.5350877193%;
    line-height: 1;
    margin-bottom: 60px !important; }
    @media screen and (max-width: 1023px) {
      .page.page-personnel .person {
        display: inline;
        float: left;
        width: 30.2631578947%;
        margin: 0 1.5350877193%; } }
    @media screen and (max-width: 767px) {
      .page.page-personnel .person {
        display: inline;
        float: left;
        width: 46.9298245614%;
        margin: 0 1.5350877193%; } }
    .page.page-personnel .person a {
      text-decoration: none;
      color: inherit; }
    .page.page-personnel .person .image {
      display: block; }
      .page.page-personnel .person .image img {
        display: block;
        vertical-align: top;
        width: 100%;
        height: auto;
        border-radius: 100%;
        margin-bottom: 30px; }
    .page.page-personnel .person .name {
      display: block;
      font-size: 1.500em;
      line-height: 1;
      margin-bottom: 10px; }
    .page.page-personnel .person .titles {
      margin-bottom: 20px; }
      .page.page-personnel .person .titles span {
        display: block;
        line-height: 1.2; }
    .page.page-personnel .person .social {
      font-size: 1.3em; }

/* Page: Home */
.page-front .featured {
  width: 104%;
  margin: 0 -2%;
  *zoom: 1; }
  .page-front .featured:before, .page-front .featured:after {
    content: "";
    display: table; }
  .page-front .featured:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .page-front .featured {
      margin-bottom: 40px; } }
  .page-front .featured .post {
    overflow: hidden;
    position: relative;
    background: #777;
    float: left; }
    .page-front .featured .post.post-1, .page-front .featured .post.post-2 {
      width: 50%;
      border: 2px solid #FFF; }
      .page-front .featured .post.post-1 .info .title, .page-front .featured .post.post-2 .info .title {
        font-size: 2.250em; }
      @media screen and (max-width: 1023px) {
        .page-front .featured .post.post-1 .info .type, .page-front .featured .post.post-2 .info .type {
          margin: 0 0 10px 0;
          font-size: .6em; }
        .page-front .featured .post.post-1 .info .title, .page-front .featured .post.post-2 .info .title {
          font-size: 1.3em; }
        .page-front .featured .post.post-1 .info .author, .page-front .featured .post.post-2 .info .author {
          margin-top: 10px;
          font-size: .7em; } }
      @media screen and (max-width: 767px) {
        .page-front .featured .post.post-1, .page-front .featured .post.post-2 {
          width: 100%; } }
    .page-front .featured .post.post-3, .page-front .featured .post.post-4, .page-front .featured .post.post-5 {
      width: 33%;
      border: 2px solid #FFF; }
      .page-front .featured .post.post-3 .info .type, .page-front .featured .post.post-4 .info .type, .page-front .featured .post.post-5 .info .type {
        margin: 0 0 10px 0; }
      .page-front .featured .post.post-3 .info .title, .page-front .featured .post.post-4 .info .title, .page-front .featured .post.post-5 .info .title {
        font-size: 1.375em; }
      @media screen and (max-width: 1023px) {
        .page-front .featured .post.post-3 .info .type, .page-front .featured .post.post-4 .info .type, .page-front .featured .post.post-5 .info .type {
          margin: 0 0 10px 0;
          font-size: .6em; }
        .page-front .featured .post.post-3 .info .title, .page-front .featured .post.post-4 .info .title, .page-front .featured .post.post-5 .info .title {
          font-size: 1em; }
        .page-front .featured .post.post-3 .info .author, .page-front .featured .post.post-4 .info .author, .page-front .featured .post.post-5 .info .author {
          margin-top: 10px;
          font-size: .7em; } }
      @media screen and (max-width: 767px) {
        .page-front .featured .post.post-3, .page-front .featured .post.post-4, .page-front .featured .post.post-5 {
          width: 100%; } }
    .page-front .featured .post:hover .background {
      -moz-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
    .page-front .featured .post .aspect {
      position: relative;
      padding-top: 70%; }
    .page-front .featured .post .background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: center center !important;
      background-size: cover !important;
      z-index: 1;
      opacity: .8;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
    .page-front .featured .post .fade {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: -moz-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(25%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: -ms-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .page-front .featured .post .info {
      position: absolute;
      z-index: 3;
      bottom: 0;
      left: 0;
      color: #FFF;
      padding: 10%;
      line-height: 1.2; }
      .page-front .featured .post .info .type {
        display: inline-block;
        background: #FFF;
        color: #000;
        font-size: .750em;
        padding: 2px 4px;
        font-weight: 600;
        margin: 0 0 20px 0; }
      .page-front .featured .post .info .subtitle {
        margin-top: 5px;
        font-size: 1.250em; }
      .page-front .featured .post .info .author {
        margin: 20px 0 0 0;
        font-size: .875em; }
        .page-front .featured .post .info .author a {
          color: inherit;
          text-decoration: none; }
    .page-front .featured .post a.panel {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 4; }

/* Page: Blog */
.page-blog .blog-featured {
  position: relative;
  *zoom: 1; }
  .page-blog .blog-featured:before, .page-blog .blog-featured:after {
    content: "";
    display: table; }
  .page-blog .blog-featured:after {
    clear: both; }
  .page-blog .blog-featured .post {
    overflow: hidden;
    position: relative;
    background: #777; }
    .page-blog .blog-featured .post:hover .background {
      -moz-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
    .page-blog .blog-featured .post .aspect {
      padding-top: 41.6%; }
      @media screen and (max-width: 767px) {
        .page-blog .blog-featured .post .aspect {
          padding-top: 60%; } }
    .page-blog .blog-featured .post .background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: center center !important;
      background-size: cover !important;
      z-index: 1;
      opacity: .8;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
    .page-blog .blog-featured .post .fade {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: -moz-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(25%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: -ms-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .page-blog .blog-featured .post .info {
      position: absolute;
      z-index: 3;
      bottom: 0;
      left: 0;
      right: 0;
      color: #FFF;
      padding: 0 0 8% 0;
      line-height: 1.2; }
      .page-blog .blog-featured .post .info .title {
        font-size: 2.250em;
        width: 525px;
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .page-blog .blog-featured .post .info .title {
            font-size: 1.3em; } }
      .page-blog .blog-featured .post .info .author {
        margin: 20px 0 0 0;
        font-size: .875em; }
        .page-blog .blog-featured .post .info .author a {
          color: inherit;
          text-decoration: none; }
    .page-blog .blog-featured .post a.panel {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 4; }
.page-blog .blog-posts {
  padding: 60px 0; }
  .page-blog .blog-posts .post {
    display: inline;
    float: left;
    width: 21.9298245614%;
    margin: 0 1.5350877193%; }
    @media screen and (max-width: 1023px) {
      .page-blog .blog-posts .post {
        display: inline;
        float: left;
        width: 30.2631578947%;
        margin: 0 1.5350877193%; } }
    @media screen and (max-width: 767px) {
      .page-blog .blog-posts .post {
        display: inline;
        float: left;
        width: 96.9298245614%;
        margin: 0 1.5350877193%; } }
    .page-blog .blog-posts .post .image {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
      margin-bottom: 20px;
      padding-top: 340px;
      line-height: 340px;
      background-size: cover !important; }
      @media screen and (max-width: 1023px) {
        .page-blog .blog-posts .post .image {
          padding-top: 280px;
          line-height: 280px; } }
      @media screen and (max-width: 767px) {
        .page-blog .blog-posts .post .image {
          padding-top: 190px;
          line-height: 190px; } }
      .page-blog .blog-posts .post .image .background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        background: rgba(34, 34, 34, 0.2);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-backface-visibility: hidden;
        color: #FFF;
        font-size: 1.938em; }
        .page-blog .blog-posts .post .image .background span {
          opacity: 0;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          -webkit-backface-visibility: hidden; }
      .page-blog .blog-posts .post .image:hover {
        opacity: 1; }
        .page-blog .blog-posts .post .image:hover .background {
          line-height: inherit;
          background: rgba(34, 34, 34, 0.7); }
          .page-blog .blog-posts .post .image:hover .background span {
            opacity: 1; }
    .page-blog .blog-posts .post .title {
      font-size: 1em;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 10px; }
      .page-blog .blog-posts .post .title a {
        color: inherit;
        text-decoration: none; }
    .page-blog .blog-posts .post .author {
      font-size: 0.875em;
      margin-bottom: 46px; }
      .page-blog .blog-posts .post .author a {
        color: inherit;
        text-decoration: none; }
.page-blog .pagination {
  display: inline;
  float: left;
  width: 96.9298245614%;
  margin: 0 1.5350877193%; }

/* Page: Journal */
.page-journal .header {
  position: relative;
  *zoom: 1;
  line-height: 1; }
  .page-journal .header:before, .page-journal .header:after {
    content: "";
    display: table; }
  .page-journal .header:after {
    clear: both; }
  .page-journal .header .container {
    background: #222;
    color: #FFF;
    padding: 60px 0 60px 100px; }
    @media screen and (max-width: 1023px) {
      .page-journal .header .container {
        padding-left: 60px; } }
    @media screen and (max-width: 767px) {
      .page-journal .header .container {
        padding: 30px; } }
  .page-journal .header .left {
    float: left;
    width: 43%; }
    @media screen and (max-width: 767px) {
      .page-journal .header .left {
        width: 100%;
        margin-bottom: 40px; } }
    .page-journal .header .left .title {
      font-size: 3.000em;
      font-weight: 700;
      margin: 0;
      padding: 0; }
    .page-journal .header .left .subtitle {
      text-transform: uppercase;
      font-weight: 600;
      font-size: .875em;
      margin-bottom: 20px; }
    .page-journal .header .left .description {
      line-height: 1.5;
      font-size: .875em;
      margin-bottom: 20px; }
    .page-journal .header .left .button {
      display: inline-block;
      color: #FFF;
      border: 2px solid #FFF;
      text-align: center;
      width: 280px;
      max-width: 100%;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      line-height: 1.2;
      padding: 10px;
      margin-bottom: 30px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-backface-visibility: hidden; }
      .page-journal .header .left .button:hover {
        background: #FFF;
        color: #000; }
    .page-journal .header .left .articles {
      font-size: .875em;
      line-height: 1.2; }
      .page-journal .header .left .articles a {
        display: inline-block;
        color: #FFF;
        text-decoration: none;
        border-bottom: 2px solid #FFF; }
  .page-journal .header .right {
    float: right;
    width: 38%;
    padding-right: 100px; }
    @media screen and (max-width: 1023px) {
      .page-journal .header .right {
        padding-right: 60px; } }
    @media screen and (max-width: 767px) {
      .page-journal .header .right {
        width: 100%;
        padding: 0; } }
    .page-journal .header .right a {
      color: inherit;
      text-decoration: none; }
    .page-journal .header .right .title {
      display: block;
      font-weight: 600;
      text-transform: uppercase;
      font-size: .875em;
      margin-bottom: 16px; }
    .page-journal .header .right .image {
      display: block;
      margin-bottom: 16px;
      width: 230px;
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .page-journal .header .right .image {
          width: 100%; } }
      .page-journal .header .right .image img {
        display: block; }
        @media screen and (max-width: 767px) {
          .page-journal .header .right .image img {
            width: 100%;
            height: auto; } }
    .page-journal .header .right .button {
      display: inline-block;
      font-size: .750em;
      text-transform: uppercase;
      background: #FFF;
      color: #000;
      font-weight: 600;
      padding: 11px 20px; }
      @media screen and (max-width: 767px) {
        .page-journal .header .right .button {
          width: 100%;
          text-align: center; } }
.page-journal .journals {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .page-journal .journals {
      padding: 40px 0; } }
  .page-journal .journals .post {
    display: inline;
    float: left;
    width: 21.9298245614%;
    margin: 0 1.5350877193%;
    margin-bottom: 60px;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .page-journal .journals .post {
        display: inline;
        float: left;
        width: 30.2631578947%;
        margin: 0 1.5350877193%; } }
    @media screen and (max-width: 767px) {
      .page-journal .journals .post {
        display: inline;
        float: left;
        width: 46.9298245614%;
        margin: 0 1.5350877193%;
        margin-bottom: 40px; } }
    .page-journal .journals .post .image {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
      margin-bottom: 20px;
      padding-top: 129.411765%;
      background-size: cover !important;
      border: 1px solid #e1e1e1; }
      .page-journal .journals .post .image:hover {
        opacity: 1; }
    .page-journal .journals .post .title {
      font-size: 1.313em;
      font-weight: 200;
      line-height: 1.2;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .page-journal .journals .post .title {
          font-size: 1em;
          font-weight: 400; } }
      .page-journal .journals .post .title a {
        color: inherit;
        text-decoration: none; }
    .page-journal .journals .post .button {
      display: inline-block;
      line-height: 1;
      padding: 5px 10px;
      font-size: .750em;
      text-decoration: none;
      color: inherit;
      font-weight: 600;
      text-transform: uppercase;
      border: 2px solid #000;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-backface-visibility: hidden; }
      .page-journal .journals .post .button:hover {
        background: #000;
        color: #FFF; }
.page-journal .pagination {
  display: inline;
  float: left;
  width: 96.9298245614%;
  margin: 0 1.5350877193%; }

/* Page: Donate */
.page-donate {
  position: relative;
  color: #FFF;
  text-align: center; }
  .page-donate .container {
    width: 750px; }
  .page-donate .table {
    min-height: 980px; }
    @media screen and (max-width: 767px) {
      .page-donate .table {
        min-height: 0;
        padding: 60px 0; } }
  .page-donate .title {
    padding: 0;
    margin: 0 0 30px 0;
    font-weight: 200;
    font-size: 3.750em; }
    @media screen and (max-width: 767px) {
      .page-donate .title {
        font-size: 2em;
        text-align: left; } }
  .page-donate .description {
    text-align: justify;
    font-size: 1.25em;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page-donate .description p {
        text-align: left; } }
    .page-donate .description p {
      line-height: 1.4; }
  .page-donate .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
    background-position: center center; }
  .page-donate .button {
    display: inline-block;
    color: #FFF;
    border: 2px solid #FFF;
    text-align: center;
    width: 280px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden; }
    .page-donate .button:hover {
      background: #FFF;
      color: #000; }
    @media screen and (max-width: 767px) {
      .page-donate .button {
        width: 100%; } }

/* Page: Podcast */
.page-podcast .header {
  position: relative;
  padding-top: 45%; }
  @media screen and (max-width: 767px) {
    .page-podcast .header {
      padding: 20% 0; } }
  .page-podcast .header .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
    background-position: center center; }
  .page-podcast .header .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 890px; }
    @media screen and (max-width: 767px) {
      .page-podcast .header .container {
        position: relative; } }
  .page-podcast .header .left {
    float: left;
    width: 27.5%; }
    @media screen and (max-width: 767px) {
      .page-podcast .header .left {
        display: none; } }
    .page-podcast .header .left img {
      width: 100%;
      height: auto; }
  .page-podcast .header .right {
    padding-left: 35%; }
    @media screen and (max-width: 767px) {
      .page-podcast .header .right {
        padding: 0; } }
    .page-podcast .header .right .title {
      font-size: 1.375em;
      font-weight: 600;
      padding: 0;
      margin: 0 0 20px 0; }
    .page-podcast .header .right .description {
      font-size: 0.875em;
      margin-bottom: 30px; }
    .page-podcast .header .right .button {
      display: inline-block;
      color: #000;
      border: 2px solid #000;
      text-align: center;
      width: 280px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      line-height: 1.2;
      padding: 10px;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-backface-visibility: hidden; }
      .page-podcast .header .right .button:hover {
        background: #000;
        color: #FFF; }
      @media screen and (max-width: 767px) {
        .page-podcast .header .right .button {
          width: 100%; } }
.page-podcast .columns {
  position: relative; }
  .page-podcast .columns .left {
    display: inline;
    float: left;
    width: 46.9298245614%;
    margin: 0 1.5350877193%;
    margin-left: 14.0350877193%; }
    @media screen and (max-width: 1023px) {
      .page-podcast .columns .left {
        display: inline;
        float: left;
        width: 67.7631578947%;
        margin: 0 1.5350877193%;
        margin-left: 1.5350877193%; } }
    @media screen and (max-width: 767px) {
      .page-podcast .columns .left {
        display: inline;
        float: left;
        width: 96.9298245614%;
        margin: 0 1.5350877193%;
        margin-left: 1.5350877193%; } }
  @media screen and (max-width: 1023px) {
    .page-podcast .columns .right {
      display: inline;
      float: left;
      width: 26.0964912281%;
      margin: 0 1.5350877193%; } }
  @media screen and (max-width: 767px) {
    .page-podcast .columns .right {
      display: inline;
      float: left;
      width: 96.9298245614%;
      margin: 0 1.5350877193%; } }

/* Page: Events/Calendar */
.page-events .events-featured {
  position: relative;
  *zoom: 1; }
  .page-events .events-featured:before, .page-events .events-featured:after {
    content: "";
    display: table; }
  .page-events .events-featured:after {
    clear: both; }
  .page-events .events-featured .container {
    width: 1000px; }
  .page-events .events-featured .post {
    overflow: hidden;
    position: relative;
    background: #777; }
    .page-events .events-featured .post:hover .background {
      -moz-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
    .page-events .events-featured .post .aspect {
      padding-top: 700px; }
      @media screen and (max-width: 767px) {
        .page-events .events-featured .post .aspect {
          padding-top: 60%; } }
    .page-events .events-featured .post .background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: center center !important;
      background-size: cover !important;
      z-index: 1;
      opacity: 1;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
    .page-events .events-featured .post .fade {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: -moz-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(25%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: -ms-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
    .page-events .events-featured .post .info {
      position: absolute;
      z-index: 3;
      bottom: 0;
      left: 0;
      right: 0;
      color: #FFF;
      padding: 0 0 8% 0;
      line-height: 1.2; }
      .page-events .events-featured .post .info .title {
        font-size: 1.500em;
        width: 485px;
        max-width: 100%;
        font-weight: 600;
        margin-bottom: 10px; }
      .page-events .events-featured .post .info .date, .page-events .events-featured .post .info .location {
        display: inline-block;
        font-size: .875em;
        text-transform: uppercase; }
      .page-events .events-featured .post .info .description {
        font-size: .875em;
        width: 485px;
        max-width: 100%;
        line-height: 1.5;
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .page-events .events-featured .post .info .description {
            display: none; } }
      .page-events .events-featured .post .info .button {
        display: inline-block;
        font-size: 0.875em;
        border: 2px solid #FFF;
        text-transform: uppercase;
        font-weight: 600;
        color: inherit;
        text-decoration: none;
        text-align: center;
        padding: 16px 40px;
        margin-top: 20px;
        line-height: .8;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-backface-visibility: hidden; }
        @media screen and (max-width: 767px) {
          .page-events .events-featured .post .info .button {
            display: block;
            width: 100%; } }
    .page-events .events-featured .post a.panel {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 4; }
    .page-events .events-featured .post:hover .button {
      background: #FFF;
      color: #000; }
.page-events .events .container {
  width: 890px; }
.page-events .events .center {
  display: inline;
  float: left;
  width: 63.5964912281%;
  margin: 0 1.5350877193%; }
  @media screen and (max-width: 767px) {
    .page-events .events .center {
      display: inline;
      float: left;
      width: 96.9298245614%;
      margin: 0 1.5350877193%;
      margin-bottom: 40px; } }
.page-events .events .right {
  display: inline;
  float: left;
  width: 30.2631578947%;
  margin: 0 1.5350877193%; }
  @media screen and (max-width: 767px) {
    .page-events .events .right {
      display: inline;
      float: left;
      width: 96.9298245614%;
      margin: 0 1.5350877193%; } }
.page-events .events .event {
  padding: 40px 0 40px 50px;
  border-bottom: 1px solid #e4e4e4; }
  .page-events .events .event.expired .title {
    text-decoration: line-through; }
  .page-events .events .event .title {
    display: block;
    font-size: 1.500em; }
    .page-events .events .event .title:before {
      display: block;
      float: left;
      height: 21px;
      width: 21px;
      background: #000;
      content: "";
      margin: 10px 0 0 -50px; }
  .page-events .events .event .date,
  .page-events .events .event .location {
    display: inline-block;
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 600; }
  .page-events .events .event .description {
    display: block;
    line-height: 1.5;
    margin-top: 10px; }
  .page-events .events .event .button {
    display: inline-block;
    font-size: 0.875em;
    border: 2px solid #000;
    text-transform: uppercase;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    text-align: center;
    padding: 16px 40px;
    margin-top: 20px;
    line-height: .8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden; }
    @media screen and (max-width: 767px) {
      .page-events .events .event .button {
        display: block;
        width: 100%; } }
    .page-events .events .event .button:hover {
      color: #FFF;
      background: #000;
      opacity: 1; }
.page-events .events-sidebar .description {
  line-height: 1.5; }

/* Single: Blog */
.single-blog .image {
  overflow: hidden;
  position: relative;
  background: #777; }
  .single-blog .image .aspect {
    padding-top: 41.6%; }
    @media screen and (max-width: 767px) {
      .single-blog .image .aspect {
        padding-top: 60%; } }
  .single-blog .image .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center !important;
    background-size: cover !important;
    z-index: 1;
    opacity: .8; }
  .single-blog .image .fade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(25%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .single-blog .image .info {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    padding: 0 0 8% 0;
    line-height: 1.2; }
    .single-blog .image .info .title {
      font-size: 2.250em;
      width: 660px;
      max-width: 100%;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .single-blog .image .info .title {
          font-size: 1.5em; } }
    .single-blog .image .info .p-meta {
      line-height: 20px; }
      .single-blog .image .info .p-meta .p-author {
        vertical-align: middle;
        display: inline-block;
        font-size: 0.875em; }
        .single-blog .image .info .p-meta .p-author span {
          text-transform: lowercase; }
        .single-blog .image .info .p-meta .p-author a {
          color: inherit;
          text-decoration: none; }
      .single-blog .image .info .p-meta .sharrre-title {
        font-size: 0.875em;
        border-left: 1px solid #FFF;
        display: inline-block;
        margin: 0 10px 0 10px;
        padding: 0 0 0 10px;
        vertical-align: middle; }
      .single-blog .image .info .p-meta .sharrre {
        display: inline-block;
        vertical-align: middle; }
        .single-blog .image .info .p-meta .sharrre a {
          display: inline-block;
          margin-right: 10px;
          color: inherit;
          vertical-align: middle; }
        .single-blog .image .info .p-meta .sharrre .share-number {
          display: inline-block;
          font-size: 0.813em;
          font-weight: 600;
          vertical-align: middle; }
  .single-blog .image a.panel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4; }
.single-blog .columns .left {
  display: inline;
  float: left;
  width: 21.9298245614%;
  margin: 0 1.5350877193%;
  margin-left: -73.4649122807%; }
.single-blog .columns .center {
  display: inline;
  float: left;
  width: 46.9298245614%;
  margin: 0 1.5350877193%;
  margin-left: 26.5350877193%; }
.single-blog .columns .right {
  display: inline;
  float: left;
  width: 21.9298245614%;
  margin: 0 1.5350877193%; }
@media screen and (max-width: 1023px) {
  .single-blog .columns .left {
    display: inline;
    float: left;
    width: 26.0964912281%;
    margin: 0 1.5350877193%;
    margin-left: 1.5350877193%;
    margin-bottom: 30px; }
  .single-blog .columns .center {
    display: inline;
    float: left;
    width: 67.7631578947%;
    margin: 0 1.5350877193%;
    margin-left: 1.5350877193%; }
  .single-blog .columns .right {
    display: inline;
    float: left;
    width: 26.0964912281%;
    margin: 0 1.5350877193%; } }
@media screen and (max-width: 767px) {
  .single-blog .columns .center {
    display: inline;
    float: left;
    width: 96.9298245614%;
    margin: 0 1.5350877193%;
    margin-left: 1.5350877193%;
    margin-bottom: 30px; }
  .single-blog .columns .left {
    display: inline;
    float: left;
    width: 96.9298245614%;
    margin: 0 1.5350877193%;
    margin-bottom: 30px; }
  .single-blog .columns .right {
    display: inline;
    float: left;
    width: 96.9298245614%;
    margin: 0 1.5350877193%; } }

/* Index/Resources/Category */
.show-filter {
  display: none;
  background: #1d1d1d;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px;
  margin-bottom: 20px;
  color: #FFF;
  cursor: pointer; }
  .show-filter img {
    margin-right: 10px;
    vertical-align: text-bottom; }
  @media screen and (max-width: 1023px) {
    .show-filter {
      display: block; } }

.page-resources .results-title a {
  display: none; }
.page-resources .featured {
  *zoom: 1; }
  .page-resources .featured:before, .page-resources .featured:after {
    content: "";
    display: table; }
  .page-resources .featured:after {
    clear: both; }
  .page-resources .featured .container {
    background: #222;
    color: #FFF; }
  .page-resources .featured .left {
    float: left;
    width: 66%; }
    @media screen and (max-width: 767px) {
      .page-resources .featured .left {
        width: 100%;
        float: right; } }
    .page-resources .featured .left .post {
      overflow: hidden;
      position: relative;
      background: #777;
      float: left;
      width: 50%;
      border-right: 4px solid #FFF; }
      @media screen and (max-width: 767px) {
        .page-resources .featured .left .post {
          width: 100%;
          border-right: 0;
          border-bottom: 4px solid #FFF; } }
      .page-resources .featured .left .post.post-1, .page-resources .featured .left .post.post-2 {
        border-bottom: 4px solid #FFF; }
      .page-resources .featured .left .post:hover .background {
        -moz-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05); }
      .page-resources .featured .left .post .aspect {
        position: relative;
        padding-top: 70%; }
      .page-resources .featured .left .post .background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center center !important;
        background-size: cover !important;
        z-index: 1;
        opacity: .8;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
      .page-resources .featured .left .post .fade {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: -moz-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(25%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
        background: -o-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
        background: -ms-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
      .page-resources .featured .left .post .info {
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 0;
        color: #FFF;
        padding: 10%;
        line-height: 1.2; }
        .page-resources .featured .left .post .info .type {
          display: inline-block;
          background: #FFF;
          color: #000;
          font-size: .750em;
          padding: 2px 4px;
          font-weight: 600;
          margin: 0 0 10px 0; }
        .page-resources .featured .left .post .info .title {
          font-size: 1.125em; }
        .page-resources .featured .left .post .info .subtitle {
          margin-top: 5px;
          font-size: 1.250em; }
        .page-resources .featured .left .post .info .author {
          margin: 10px 0 0 0;
          font-size: .875em; }
          .page-resources .featured .left .post .info .author a {
            color: inherit;
            text-decoration: none; }
      .page-resources .featured .left .post a.panel {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 4; }
  .page-resources .featured .right {
    width: 34%;
    float: right;
    padding: 80px 30px 30px 30px; }
    @media screen and (max-width: 767px) {
      .page-resources .featured .right {
        width: 100%;
        float: right;
        padding: 20px 20px 30px 20px; } }
    .page-resources .featured .right .title {
      font-size: 2.5em; }
    .page-resources .featured .right .subtitle {
      font-weight: 600; }
    .page-resources .featured .right .description {
      color: #909090;
      font-size: 0.750em;
      line-height: 1.4;
      margin-bottom: 30px; }
    .page-resources .featured .right .filter-search {
      position: relative;
      line-height: 1; }
      .page-resources .featured .right .filter-search input[type='text'],
      .page-resources .featured .right .filter-search input[type='submit'] {
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        border: 0;
        border-radius: 0;
        font: inherit; }
      .page-resources .featured .right .filter-search input[type='text'] {
        width: 100%;
        border-bottom: 2px solid #FFF;
        font-style: italic;
        padding: 0 30px 8px 0; }
      .page-resources .featured .right .filter-search input[type='submit'] {
        font-family: 'FontAwesome';
        position: absolute;
        right: 0; }

/*  Conference Page  */
.conference {
  font-family: "proxima-nova", sans-serif !important; }
  .conference a {
    text-decoration: none; }

[class^="conference-"] {
  font-family: "proxima-nova", sans-serif !important; }
  [class^="conference-"] h1, [class^="conference-"] h2, [class^="conference-"] h3, [class^="conference-"] h4, [class^="conference-"] h5, [class^="conference-"] h6 {
    font-family: "proxima-nova",sans-serif !important; }
  [class^="conference-"] h2 {
    font-size: 160%;
    display: block;
    background: url("../img/bg_conference_h2.png") repeat-x center;
    text-align: center;
    margin: 75px 0;
    color: #727272;
    font-weight: bold;
    text-transform: uppercase; }
    [class^="conference-"] h2 span {
      display: inline-block;
      background: #FFF;
      padding: 0 30px; }

.addthis {
  float: right;
  margin-bottom: 20px; }

.conference-header {
  position: relative;
  z-index: 10;
  text-align: center;
  background-color: #5b5b5b;
  opacity: 1;
  margin-bottom: 30px; }
  .conference-header .background-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    opacity: 0.2; }
  .conference-header .red-bar {
    position: absolute;
    height: 30px;
    background: #cc3333;
    opacity: .7;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0; }
  .conference-header .conference-header-content {
    position: relative;
    z-index: 8;
    color: #FFF;
    width: 90%;
    padding: 130px 0 50px 0;
    margin: 0 auto;
    line-height: 1;
    text-align: center; }
    .conference-header .conference-header-content .title {
      position: relative;
      display: inline-block;
      color: #FFF;
      font-size: 42px;
      font-weight: bold;
      margin: 0 auto 10px auto;
      padding: 1.5% 30px;
      line-height: 1;
      background: #222; }
      @media only screen and (max-width: 500px) {
        .conference-header .conference-header-content .title {
          font-size: 30px;
          max-width: 90%; } }
      @media only screen and (max-width: 399px) {
        .conference-header .conference-header-content .title {
          font-size: 24px; } }
    .conference-header .conference-header-content .subtitle {
      clear: both;
      display: block;
      color: #FFF;
      font-weight: bold;
      font-size: 30px;
      margin: 0;
      padding: 1.5% 0;
      line-height: 1; }
    .conference-header .conference-header-content .date {
      font-size: 1.5em;
      display: block;
      padding: 1.5% 0; }
    .conference-header .conference-header-content .location {
      display: block;
      padding: 1.5% 0;
      font-size: 1.1em; }
    .conference-header .conference-header-content .cost {
      display: block;
      padding: 1.5% 0 2%;
      font-weight: bold; }
    .conference-header .conference-header-content .btn-register-header {
      background: #1e1e1e;
      color: #FFF !important;
      display: inline-block;
      text-transform: uppercase;
      padding: 20px 10%;
      font-size: 1.2em;
      font-weight: bold;
      opacity: 1;
      -webkit-transition: .5s opacity;
      -moz-transition: .5s opacity;
      -ms-transition: .5s opacity;
      -o-transition: .5s opacity;
      transition: .5s opacity;
      -webkit-backface-visibility: hidden; }
      @media screen and (max-width: 599px) {
        .conference-header .conference-header-content .btn-register-header {
          margin-top: 20px; } }
      .conference-header .conference-header-content .btn-register-header:hover {
        opacity: .7; }
    .conference-header .conference-header-content .red-triangle {
      background: url("../img/red-triangle.png") no-repeat center center;
      width: 61px;
      height: 25px;
      display: block;
      margin: 20px auto; }

.conference-subheader {
  position: relative;
  background: #a7a7a7;
  color: #FFF;
  padding: 65px 0;
  text-align: center; }
  .conference-subheader .background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5; }
  .conference-subheader span {
    display: block;
    z-index: 2;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.2; }
  .conference-subheader .title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px; }

.conference-overview {
  text-align: center;
  color: #333; }

.conference-schedule {
  color: #333; }
  .conference-schedule table {
    clear: both;
    width: 100%;
    font-size: .9em;
    line-height: 1.2; }
    .conference-schedule table tr th {
      border-top: 1px solid #c0c0c0;
      vertical-align: middle;
      padding: 20px 0;
      text-align: left;
      font-weight: 600;
      font-size: 1.2em;
      color: #cc3333; }
    .conference-schedule table tr:first-child th {
      border: 0; }
    .conference-schedule table tr td {
      border-top: 1px solid #c0c0c0;
      vertical-align: middle;
      padding: 10px 10px 10px 6%; }
    .conference-schedule table tr td:first-child {
      border-right: 1px solid #c0c0c0;
      width: 20%;
      text-align: center;
      padding: 10px; }
    .conference-schedule table tr:last-child td {
      border-bottom: 1px solid #c0c0c0; }

.conference-speakers-male .speakers,
.conference-speakers-female .speakers {
  margin: 0 -2%;
  padding: 0; }
  .conference-speakers-male .speakers:after,
  .conference-speakers-female .speakers:after {
    content: "";
    display: table;
    clear: both; }
  .conference-speakers-male .speakers li,
  .conference-speakers-female .speakers li {
    float: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin: 10px 2% 40px; }
    @media screen and (max-width: 767px) {
      .conference-speakers-male .speakers li,
      .conference-speakers-female .speakers li {
        width: 46%; } }
    .conference-speakers-male .speakers li .speaker-image,
    .conference-speakers-female .speakers li .speaker-image {
      background: #606060;
      -webkit-border-radius: 200px;
      -moz-border-radius: 200px;
      border-radius: 200px;
      overflow: hidden;
      width: 200px;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
      .conference-speakers-male .speakers li .speaker-image img,
      .conference-speakers-female .speakers li .speaker-image img {
        display: inline-block;
        max-width: 100%;
        height: auto;
        opacity: .7; }
    .conference-speakers-male .speakers li .speaker-name,
    .conference-speakers-female .speakers li .speaker-name {
      display: block;
      font-size: 1.3em;
      font-weight: bold;
      color: #606060 !important;
      font-family: "proxima-nova",sans-serif !important;
      padding: 10px 0; }
    .conference-speakers-male .speakers li .btn-bio,
    .conference-speakers-female .speakers li .btn-bio {
      display: inline-block;
      color: #FFF !important;
      text-transform: uppercase;
      background: #cc3333;
      padding: 5px 15px;
      line-height: 1;
      font-size: 0.9em;
      font-family: "proxima-nova",sans-serif !important; }

a.btn-register-large {
  background: #d6d6d6;
  color: #3e3e3e !important;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 60px 0 115px 0;
  padding: 50px 10%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.6em;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  -ms-transition: .5s opacity;
  -o-transition: .5s opacity;
  transition: .5s opacity;
  -webkit-backface-visibility: hidden; }
  a.btn-register-large:hover {
    opacity: .7; }

.conference-sponsors {
  margin-bottom: 140px; }
  .conference-sponsors ul.sponsors {
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .conference-sponsors ul.sponsors:before, .conference-sponsors ul.sponsors:after {
      content: "";
      display: table; }
    .conference-sponsors ul.sponsors:after {
      clear: both; }
    .conference-sponsors ul.sponsors li {
      display: block;
      width: 23%;
      float: left;
      margin: 0 1%;
      text-align: center; }
      .conference-sponsors ul.sponsors li a {
        display: block; }
      @media screen and (max-width: 1023px) {
        .conference-sponsors ul.sponsors li {
          width: 31.333333333%; } }
      @media screen and (max-width: 767px) {
        .conference-sponsors ul.sponsors li {
          width: 48%; } }
      @media screen and (max-width: 599px) {
        .conference-sponsors ul.sponsors li {
          width: 98%; } }

/* Light Box */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 60px 30px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  line-height: 1.7em;
  color: #333; }
  .white-popup strong {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
    padding: 10px 0 20px 0;
    line-height: 2; }

/* Media Queries
========================================================================== */
.hide-tablet {
  display: none; }

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px; }

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

  .hide-desktop {
    display: block; } }
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

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

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

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