@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clear {
  clear: both; }

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

/* ==========================================================================
  Mixins & Variables
========================================================================== */
/*  Variables  */
/* Mixins */
/* Typography 
   ========================================================================== */
/* Fonts */
@font-face {
  font-family: 'TrimWebThin';
  src: url("../fonts/webfonts/2A349A_0_0.eot");
  src: url("../fonts/webfonts/2A349A_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2A349A_0_0.woff") format("woff"), url("../fonts/webfonts/2A349A_0_0.ttf") format("truetype"); }
::-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: 15px; }

body {
  line-height: 1.718em;
  font-size: 100%;
  font-family: "proxima-nova",sans-serif; }

a {
  color: #9e1c20;
  -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 img {
    -webkit-backface-visibility: hidden; }
  a:hover {
    opacity: .8; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      opacity: .8; }
  h1.section-title, h2.section-title, h3.section-title, h4.section-title, h5.section-title, h6.section-title {
    *zoom: 1;
    display: inline-block;
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 2.8em;
    background: url("../img/bg-section-title.png") no-repeat top right;
    padding: 4px 7px 0 0; }
    h1.section-title:before, h1.section-title:after, h2.section-title:before, h2.section-title:after, h3.section-title:before, h3.section-title:after, h4.section-title:before, h4.section-title:after, h5.section-title:before, h5.section-title:after, h6.section-title:before, h6.section-title:after {
      content: "";
      display: table; }
    h1.section-title:after, h2.section-title:after, h3.section-title:after, h4.section-title:after, h5.section-title:after, h6.section-title:after {
      clear: both; }
  h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
    *zoom: 1;
    display: blockblock;
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.8em; }
    h1.section-subtitle:before, h1.section-subtitle:after, h2.section-subtitle:before, h2.section-subtitle:after, h3.section-subtitle:before, h3.section-subtitle:after, h4.section-subtitle:before, h4.section-subtitle:after, h5.section-subtitle:before, h5.section-subtitle:after, h6.section-subtitle:before, h6.section-subtitle:after {
      content: "";
      display: table; }
    h1.section-subtitle:after, h2.section-subtitle:after, h3.section-subtitle:after, h4.section-subtitle:after, h5.section-subtitle:after, h6.section-subtitle:after {
      clear: both; }

h1 {
  font-size: 2.2em; }

h2 {
  font-size: 2.0em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.6em; }

h5 {
  font-size: 1.4em; }

h6 {
  font-size: 1.2em; }

p {
  padding: 0 0 1.45em 0; }

u {
  text-decoration: underline; }

i, em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

mark {
  padding: 3px 5px; }

big {
  font-size: 120%; }

small {
  font-size: 80%; }

blockquote {
  position: relative;
  padding: 0 0 25px 0;
  margin: 0 0 1em 0;
  font-size: 2.6em;
  -webkit-text-stroke: 1px;
  line-height: 1.3em;
  font-family: 'TrimWebThin',sans-serif;
  letter-spacing: 1px;
  color: #333;
  border-bottom: 10px solid #9e1c20; }
  blockquote:after {
    display: block;
    position: absolute;
    content: ' ';
    background: #9e1c20;
    width: 30px;
    height: 10px;
    bottom: 0;
    right: 0; }
  blockquote p:last-of-type {
    padding: 0; }

hr {
  border: 0;
  border-top: 1px solid rgba(36, 36, 36, 0.2);
  margin-bottom: 2em; }

article {
  color: #000; }
  article a {
    color: #9e1c20; }
    article a.button {
      background: #EEE;
      color: #333;
      font-weight: 700;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      padding: 8px 9%; }
  article ul, article ol {
    padding: 0 0 1.5em 1.5em; }
    article ul ul, article ul ol, article ol ul, article ol ol {
      padding: 0 0 0 1em; }
    article ul li, article ol li {
      line-height: 1.75em; }
  article ol {
    counter-reset: my-counter; }
    article ol > li {
      list-style: none; }
      article ol > li:before {
        content: counter(my-counter) ".";
        counter-increment: my-counter;
        font-weight: 700;
        padding: 0 10px 0 0; }
  article ul > li {
    list-style: none;
    padding-left: 25px; }
    article ul > li:before {
      vertical-align: text-top;
      content: "•";
      font-size: 2.4em;
      line-height: .5em;
      color: #9e1c20;
      margin: 2px 0 0 -25px;
      float: left; }
  article ul.ui-tabs-nav li:before {
    display: none; }
  article h1, article h2, article h3, article h4, article h5, article h6 {
    color: #222;
    font-weight: 600; }
  article h1 {
    font-size: 1.5em; }
  article h2 {
    font-size: 1.4em; }
  article h3 {
    font-size: 1.3em; }
  article h4 {
    font-size: 1.2em;
    text-transform: uppercase; }
  article h5 {
    font-size: 1.1em; }
  article h6 {
    font-size: 1.0em; }
  article hr {
    border: 0;
    border-top: 1px solid #e3e3e3; }
  article strong {
    color: #000; }

/* Main Page Structure
============================================================================= */
* {
  outline: none; }

html {
  width: 100%;
  height: 100%;
  background: #FFF;
  overflow-x: hidden; }

body {
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  -webkit-font-smoothing: antialiased; }

.global-container {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto; }
  .narrow .global-container {
    width: 860px; }

.hide {
  display: none; }

.hide-mobile {
  display: auto; }

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

.row-12 {
  display: block;
  width: 103.3333333333%;
  margin: 0 -1.6666666667%;
  *zoom: 1; }
  .row-12:before, .row-12:after {
    content: "";
    display: table; }
  .row-12:after {
    clear: both; }

.hr-2,
.hr-3,
.hr-4 {
  height: 0;
  border: 0;
  margin: 0;
  clear: both; }

.hr-2 {
  display: none; }

.hr-3 {
  display: none; }

.hr-4 {
  display: block; }

section {
  padding: 50px 0; }
  section.top {
    margin-top: 94px; }

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

/* Flexible Containers for Maps */
.flexible-container {
  position: relative;
  padding-bottom: 45%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Reusable Common Sections & Styles
============================================================================= */
/* Header */
header {
  position: fixed;
  width: 100%;
  z-index: 300; }
  header .header-main {
    background: #141414;
    height: 64px; }
  @media screen and (max-width: 768px) {
    header .row-12 {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%; } }
  @media only screen and (max-width: 600px) {
    header {
      position: absolute; } }
  header .global-container {
    *zoom: 1; }
    header .global-container:before, header .global-container:after {
      content: "";
      display: table; }
    header .global-container:after {
      clear: both; }
    @media screen and (max-width: 1024px) {
      header .global-container {
        width: 100%;
        max-width: 100%; } }
  header #logo {
    display: inline;
    float: left;
    width: 17.5%;
    margin: 0 1.6666666667%;
    line-height: 1;
    height: 54px;
    line-height: 54px; }
    @media only screen and (max-width: 1024px) {
      header #logo {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      header #logo {
        display: inline;
        float: left;
        width: 80%;
        margin: 0 1.6666666667%;
        margin-left: 1.6666666667%;
        text-align: left; }
        header #logo img {
          margin-left: 20px; } }
    header #logo img {
      max-width: 100%;
      height: auto;
      vertical-align: middle; }
  header nav.desktop-nav {
    display: inline;
    float: left;
    width: 75.8333333333%;
    margin: 0 1.6666666667%; }
    header nav.desktop-nav ul {
      margin: 0;
      padding: 0;
      float: right; }
      header nav.desktop-nav ul li {
        display: block;
        float: left;
        padding: 0;
        margin: 0 16px;
        line-height: 1;
        position: relative;
        -webkit-transition: opacity .25s;
        -moz-transition: opacity .25s;
        -ms-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s; }
        header nav.desktop-nav ul li:hover {
          opacity: .8; }
        header nav.desktop-nav ul li a {
          display: block;
          text-transform: uppercase;
          text-decoration: none;
          height: 64px;
          line-height: 64px;
          color: #FFF;
          font-weight: 700; }
        header nav.desktop-nav ul li:last-child {
          padding-right: 0; }
        header nav.desktop-nav ul li:first-child {
          padding-left: 0; }
        header nav.desktop-nav ul li.parent {
          background: url("../img/bg_nav_arrow.svg") no-repeat right center;
          padding-right: 20px; }
        header nav.desktop-nav ul li ul {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          z-index: 500;
          text-align: left;
          right: 0;
          left: 0;
          margin: -20px 0 0 -10px;
          border: 0;
          padding: 0;
          background: #2d2d2d;
          width: 200px;
          -webkit-transition: margin .3s, opacity .5s;
          -moz-transition: margin .3s, opacity .5s;
          -ms-transition: margin .3s, opacity .5s;
          -o-transition: margin .3s, opacity .5s;
          transition: margin .3s, opacity .5s; }
          header nav.desktop-nav ul li ul li {
            display: block;
            float: none;
            border: 0;
            border-bottom: 1px solid #000;
            padding: 0;
            margin: 0; }
            header nav.desktop-nav ul li ul li:hover {
              border: 0;
              border-bottom: 1px solid #000;
              background: none;
              margin: 0; }
            header nav.desktop-nav ul li ul li:last-child {
              border: 0; }
            header nav.desktop-nav ul li ul li a {
              display: block;
              float: none;
              text-transform: none;
              font-weight: 600;
              font-size: .9em;
              line-height: 1em;
              height: auto;
              width: auto;
              margin: 0;
              background: none;
              padding: 10px; }
              header nav.desktop-nav ul li ul li a:hover {
                opacity: .8; }
        header nav.desktop-nav ul li:hover ul {
          visibility: visible;
          opacity: 1;
          margin: 0 0 0 -10px; }
    header nav.desktop-nav > ul > li.current-menu-item, header nav.desktop-nav > ul > li.current_page_item, header nav.desktop-nav > ul > li.current-menu-ancestor, header nav.desktop-nav > ul > li.current-menu-parent {
      box-shadow: inset 0 4px 0 #9e1c20; }
  header .show-mobile-menu {
    position: absolute;
    right: 20px;
    top: -38px;
    text-align: right;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px; }
    header .show-mobile-menu span {
      display: inline-block;
      vertical-align: text-top;
      margin: 0 5px 0 0; }
      header .show-mobile-menu span i {
        display: block;
        height: 4px;
        width: 20px;
        background: #FFF;
        margin: 3px; }
  header nav.mobile-nav {
    clear: both;
    position: relative;
    text-align: center;
    font-weight: 600;
    background: #000; }
    header nav.mobile-nav ul {
      list-style: none;
      margin: 0;
      padding: 30px 20px 0 20px;
      position: relative !important; }
      header nav.mobile-nav ul li, header nav.mobile-nav ul li:hover {
        float: none;
        padding: 0;
        margin: 0;
        position: relative;
        display: block;
        text-align: left;
        border-top: 1px solid #333; }
        header nav.mobile-nav ul li:first-child, header nav.mobile-nav ul li:hover:first-child {
          border: 0; }
        header nav.mobile-nav ul li:after, header nav.mobile-nav ul li:hover:after {
          content: "";
          padding-left: 0; }
        header nav.mobile-nav ul li a, header nav.mobile-nav ul li:hover a {
          display: block;
          text-transform: uppercase;
          color: #FFF;
          font-weight: 700;
          text-decoration: none;
          padding: 20px;
          line-height: 1;
          font-size: 1em; }
        header nav.mobile-nav ul li span.dropdown, header nav.mobile-nav ul li:hover span.dropdown {
          position: absolute;
          top: 0;
          right: 0;
          display: block;
          width: 40px;
          height: 54px;
          line-height: 54px;
          text-align: center;
          cursor: pointer;
          padding: 0;
          font-size: 3.5em;
          font-weight: 600;
          color: #CCC;
          z-index: 200; }
        header nav.mobile-nav ul li ul, header nav.mobile-nav ul li:hover ul {
          height: auto;
          padding: 10px 20px;
          margin: 0;
          display: none;
          background: #9e1c20; }
          header nav.mobile-nav ul li ul li, header nav.mobile-nav ul li:hover ul li {
            border: 0;
            padding: 0;
            border-top: 1px solid #de4247; }
            header nav.mobile-nav ul li ul li:first-child, header nav.mobile-nav ul li:hover ul li:first-child {
              border-top: 0; }
            header nav.mobile-nav ul li ul li a, header nav.mobile-nav ul li:hover ul li a {
              position: relative;
              padding: 10px 0;
              line-height: 1;
              font-size: 1em;
              font-weight: 600; }

/* Footer */
footer.main {
  background: #2d2d2d;
  padding: 0 0 100px 0;
  text-align: center;
  color: #FFF; }
  footer.main a {
    color: inherit;
    text-decoration: none; }
  footer.main .social {
    display: inline-block; }
    footer.main .social .exponential {
      float: left;
      display: block;
      height: 72px;
      width: 72px;
      line-height: 72px;
      vertical-align: middle;
      background: #9e1c20;
      margin-right: -1px;
      margin-bottom: 1px; }
      footer.main .social .exponential img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto; }
      @media screen and (max-width: 480px) {
        footer.main .social .exponential {
          margin-right: 0;
          margin-left: 1px;
          height: 60px;
          width: 60px;
          line-height: 60px; } }
      @media screen and (max-width: 320px) {
        footer.main .social .exponential {
          height: 46px;
          width: 46px;
          line-height: 46px; } }
    footer.main .social a {
      float: left;
      display: block;
      height: 72px;
      width: 72px;
      vertical-align: middle;
      background: #171717;
      line-height: 72px;
      margin-left: 1px;
      margin-bottom: 1px;
      padding: 0 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 480px) {
        footer.main .social a {
          height: 60px;
          width: 60px;
          line-height: 60px; } }
      @media screen and (max-width: 320px) {
        footer.main .social a {
          height: 46px;
          width: 46px;
          line-height: 46px; } }
      footer.main .social a img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: middle; }
  footer.main .menu {
    margin: 45px 0; }
    footer.main .menu li {
      display: inline-block; }
      footer.main .menu li:before {
        content: '|';
        display: inline-block;
        padding: 0 5px; }
      footer.main .menu li:first-child:before {
        display: none; }
  footer.main hr {
    margin: 0 auto;
    padding: 0;
    width: 360px;
    max-width: 90%;
    border: 0;
    border-top: 1px solid #434343; }
  footer.main .rocket {
    display: inline-block;
    margin-top: 45px;
    padding-right: 5px; }

/* Pagination */
.pagination {
  clear: both;
  margin-bottom: 30px;
  text-align: left; }

.page-numbers {
  display: inline-block;
  border: 1px solid #afafaf;
  color: #afafaf;
  font-size: .9em;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  height: 20px;
  width: 20px; }
  .page-numbers.current {
    color: #9e1c20;
    border: 1px solid #9e1c20; }
    .page-numbers.current:hover {
      opacity: 1; }
  .page-numbers:hover {
    opacity: .8;
    color: #9e1c20;
    border: 1px solid #9e1c20; }

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

.mejs-container .mejs-controls {
  background: #dedede !important; }
  .mejs-container .mejs-controls .mejs-time span {
    color: #414141 !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; }
    .mejs-container .mejs-controls .mejs-playpause-button button {
      background-image: url("../img/mejs-controls.png") !important; }
  .mejs-container .mejs-controls .mejs-volume-button {
    border-left: 1px solid #b7b7b7;
    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: #2a2a2a !important; }
  .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #969696 !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: #32090a !important; }
  .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #9e1c20 !important; }

/* Fix for last item dropping below the controls. */
/* Modals */
.mfp-hide {
  display: none; }

.white-popup {
  position: relative;
  background: #fff;
  padding: 50px 30px 30px 30px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  line-height: 1.7em;
  color: #333; }
  .white-popup .popup-details {
    padding-top: 10px;
    font-size: .9em;
    line-height: 1.5; }
    .white-popup .popup-details p {
      padding: 8px 0; }
      .white-popup .popup-details p span {
        text-transform: uppercase; }

.white-popup strong {
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #000; }

.mfp-close {
  width: 24px !important;
  height: 24px !important;
  text-align: center !important;
  font-size: 20px !important;
  line-height: 22px !important;
  border: 1px solid #FFF !important;
  color: #fff !important;
  opacity: 1 !important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 0 !important;
  font-weight: 400 !important;
  right: -30px !important; }

.popup-login {
  position: relative;
  background: #fff;
  padding: 50px 30px 30px 30px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  line-height: 1.7em;
  color: #333; }
  .popup-login input[type="text"],
  .popup-login input[type="password"] {
    border: 1px solid #EEE !important; }

.video-popup {
  position: relative;
  width: 1140px;
  max-width: 90%;
  margin: 0 auto; }

/* Featured Media */
.featured-media {
  padding: 64px 0 0 0;
  position: relative;
  background: url("../img/bg-featured-media.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .featured-media .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    z-index: 1; }
  .featured-media .global-container {
    padding-top: 7%;
    padding-bottom: 7%;
    position: relative;
    z-index: 2;
    color: #FFF; }
  .featured-media a {
    color: inherit;
    text-decoration: none; }
  .featured-media .breadcrumbs {
    color: #9e1c20;
    margin-bottom: 40px; }
    .featured-media .breadcrumbs a {
      color: #FFF; }
  .featured-media .title, .featured-media .subtitle, .featured-media .name {
    display: block;
    font-size: 1em;
    line-height: 1;
    margin: 0 0 10px 0; }
    .featured-media .title span, .featured-media .subtitle span, .featured-media .name span {
      display: inline-block;
      padding: 10px 20px;
      font-size: 1em; }
  .featured-media .title span {
    font-size: 3em;
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.7); }
  .featured-media .subtitle span {
    font-size: 1.8em;
    background: rgba(58, 58, 58, 0.7); }
  .featured-media .name span {
    font-size: 1.2em;
    font-weight: 400;
    font-style: italic;
    background: rgba(140, 140, 140, 0.7);
    margin: 0 0 10px 0; }
  .featured-media .audio {
    margin-top: 35px; }
  .featured-media .btn.subscribe {
    display: inline-block;
    background: #9e1c20;
    color: #FFF;
    font-style: italic;
    text-decoration: none;
    padding: 2px 30px;
    font-size: 1em; }

/* Search Bar */
section.search {
  background: #141414;
  padding: 25px 0;
  line-height: 1em; }
  .search-results section.search {
    padding-top: 94px; }
  section.search ::-webkit-input-placeholder {
    color: #606060; }
  section.search :-moz-placeholder {
    color: #606060; }
  section.search ::-moz-placeholder {
    color: #606060; }
  section.search :-ms-input-placeholder {
    color: #606060; }
  section.search input.search {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #333;
    background: transparent url("../img/ico-search.png") no-repeat left top;
    font-family: "proxima-nova",sans-serif;
    font-size: 1em;
    color: #606060;
    text-transform: uppercase;
    font-style: italic;
    padding: 0 0 15px 25px;
    vertical-align: middle; }
    section.search input.search:focus {
      outline: 0; }
  section.search input.submit {
    display: none; }

/* Resource Icons */
.resource-icons {
  background: #fff; }
  .resource-icons.page {
    background: #FFF; }
  .resource-icons .hr-4 {
    clear: both;
    display: block; }
  .resource-icons .hr-3 {
    display: none; }
  @media screen and (max-width: 768px) {
    .resource-icons .hr-4 {
      display: none; }
    .resource-icons .hr-3 {
      clear: both;
      display: block; } }
  .resource-icons .icon {
    position: relative;
    display: inline;
    float: left;
    width: 21.6666666667%;
    margin: 0 1.6666666667%;
    margin-bottom: 15px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #3b3b3b;
    font-weight: 700;
    font-size: 1.1em; }
    @media screen and (max-width: 768px) {
      .resource-icons .icon {
        display: inline;
        float: left;
        width: 30%;
        margin: 0 1.6666666667%;
        font-size: .8em;
        padding: 5px 0; } }
    .resource-icons .icon:hover {
      border: 1px solid #9e1c20; }
    .resource-icons .icon img {
      max-width: 100%;
      height: auto !important;
      display: inline-block;
      line-height: 1; }
    .resource-icons .icon span {
      display: block;
      line-height: 1; }
      @media screen and (max-width: 480px) {
        .resource-icons .icon span {
          position: absolute;
          background: rgba(255, 255, 255, 0.9);
          bottom: 0;
          left: 0;
          right: 0;
          padding: 5px; } }

/* Latest Resources */
.resources-latest {
  background: #e6e6e6;
  *zoom: 1; }
  .resources-latest:before, .resources-latest:after {
    content: "";
    display: table; }
  .resources-latest:after {
    clear: both; }

/* Recommended Resources/Posts */
.recommended {
  background: #d3d3d3; }

/* Slider (Sub) */
.slider-sub {
  text-align: center;
  position: relative;
  padding: 0;
  background: #1b1b1b;
  overflow: hidden; }
  .slider-sub .slide {
    width: 100%;
    padding: 10% 0; }
    @media screen and (max-width: 1023px) {
      .slider-sub .slide {
        padding: 15% 0; } }
    .slider-sub .slide .background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .5;
      z-index: 1;
      -webkit-filter: blur(7px);
      -moz-filter: blur(7px);
      -o-filter: blur(7px);
      -ms-filter: blur(7px);
      filter: blur(7px);
      -webkit-transform: scale(1.15, 1.15);
      transform: scale(1.15, 1.15); }
    .slider-sub .slide .global-container {
      position: relative;
      display: table;
      height: 100%;
      width: 90%;
      max-width: 1140px;
      z-index: 2; }
      .slider-sub .slide .global-container .inner {
        display: table-cell;
        vertical-align: middle; }
    .slider-sub .slide .slide-content {
      background: #1b1b1b;
      color: #FFF;
      *zoom: 1; }
      .slider-sub .slide .slide-content:before, .slider-sub .slide .slide-content:after {
        content: "";
        display: table; }
      .slider-sub .slide .slide-content:after {
        clear: both; }
      .slider-sub .slide .slide-content .left {
        position: absolute;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 24%; }
        @media screen and (max-width: 1023px) {
          .slider-sub .slide .slide-content .left {
            width: 33%; } }
        @media screen and (max-width: 767px) {
          .slider-sub .slide .slide-content .left {
            width: 100%;
            position: relative; } }
        .slider-sub .slide .slide-content .left .image {
          display: block;
          width: 100%;
          height: 100%; }
          @media screen and (max-width: 767px) {
            .slider-sub .slide .slide-content .left .image {
              padding-top: 50%; } }
      .slider-sub .slide .slide-content .right {
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3em 2em 3em 27%; }
        @media screen and (max-width: 1023px) {
          .slider-sub .slide .slide-content .right {
            padding-left: 36%; } }
        @media screen and (max-width: 767px) {
          .slider-sub .slide .slide-content .right {
            padding: 3em; } }
        .slider-sub .slide .slide-content .right h3 {
          font-size: 2em;
          display: inline-block;
          margin-bottom: 15px;
          font-weight: 600;
          line-height: 1; }
          .slider-sub .slide .slide-content .right h3 .pretitle {
            display: block;
            font-size: .4em;
            font-style: italic;
            color: #8c8c8c;
            padding-bottom: 10px; }
        .slider-sub .slide .slide-content .right hr {
          border: none;
          height: 1px;
          line-height: 1px;
          background: #9d1b22;
          width: 140px;
          margin: 0 0 1em; }
        .slider-sub .slide .slide-content .right .subtitle {
          font-size: 1em;
          font-weight: bold;
          margin-bottom: 1em;
          line-height: 1; }
        .slider-sub .slide .slide-content .right .byline {
          margin-bottom: 1em;
          font-style: italic;
          font-size: .8em; }
        .slider-sub .slide .slide-content .right .body {
          padding: 0;
          margin-bottom: 1em;
          background: none;
          color: #cecece;
          font-size: .9em;
          line-height: 1.2; }
        .slider-sub .slide .slide-content .right .category {
          color: #9e1c20;
          font-size: .9em; }
          .slider-sub .slide .slide-content .right .category a {
            text-decoration: none; }
  .slider-sub .slider-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    max-width: 1100px;
    width: 90%;
    z-index: 2000;
    visibility: hidden; }
  .slider-sub #slider-next,
  .slider-sub #slider-prev {
    z-index: 3000;
    position: absolute;
    display: block;
    height: 66px;
    width: 66px;
    background: rgba(20, 20, 20, 0.85) url("../img/arrow_l.png") center center no-repeat;
    top: 50%;
    margin-top: -33px;
    left: 0;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; }
  .slider-sub:hover #slider-next, .slider-sub:hover #slider-prev {
    opacity: .7; }
    .slider-sub:hover #slider-next:hover, .slider-sub:hover #slider-prev:hover {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.9); }
  .slider-sub #slider-next {
    background: rgba(20, 20, 20, 0.85) url("../img/arrow_r.png") center center no-repeat;
    right: 0;
    left: auto; }
  .slider-sub .cycle-pager {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3000; }
    .slider-sub .cycle-pager span {
      display: inline-block;
      width: 35px;
      height: 5px;
      overflow: hidden;
      text-indent: 120%;
      background: #9e1c20;
      line-height: 1;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      cursor: pointer;
      margin: 2px; }
      .slider-sub .cycle-pager span.cycle-pager-active {
        background: #FFF; }
      .slider-sub .cycle-pager span:hover {
        background: #FFF; }

/* List Styles */
.list-type-a li {
  *zoom: 1;
  margin-bottom: 10%; }
  .list-type-a li:before, .list-type-a li:after {
    content: "";
    display: table; }
  .list-type-a li:after {
    clear: both; }
  .list-type-a li .image {
    display: inline;
    float: left;
    width: 46.6666666667%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .list-type-a li .image {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
    .list-type-a li .image img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  .list-type-a li .details {
    display: inline;
    float: left;
    width: 46.6666666667%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .list-type-a li .details {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .list-type-a li .details .title {
      color: #2d2d2d;
      font-weight: 600;
      font-size: 1.6em;
      margin: 10px 0 20px 0; }
    .list-type-a li .details .description {
      margin-bottom: 30px; }
    .list-type-a li .details .button {
      display: inline-block;
      color: #FFF;
      background: #9e1c20;
      line-height: 1;
      font-weight: 600;
      font-size: 1.1em;
      padding: .75em 4em;
      text-decoration: none; }

.list-type-b li {
  *zoom: 1;
  margin-bottom: 10%; }
  .list-type-b li:before, .list-type-b li:after {
    content: "";
    display: table; }
  .list-type-b li:after {
    clear: both; }
  .list-type-b li .image {
    display: inline;
    float: left;
    width: 46.6666666667%;
    margin: 0 1.6666666667%;
    position: relative;
    padding: 20px 0 0 0;
    background: #c2c2c2;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    @media screen and (max-width: 767px) {
      .list-type-b li .image {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
    .list-type-b li .image:before {
      content: "•••";
      position: absolute;
      color: #FFF;
      font-size: 2em;
      top: 0;
      left: 0;
      line-height: .6;
      margin-left: 8px; }
    .list-type-b li .image img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  .list-type-b li .details {
    display: inline;
    float: left;
    width: 46.6666666667%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .list-type-b li .details {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .list-type-b li .details .title {
      color: #2d2d2d;
      font-weight: 600;
      font-size: 1.6em;
      margin: 10px 0 20px 0; }
    .list-type-b li .details .description {
      margin-bottom: 30px; }
      .list-type-b li .details .description p:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0; }
    .list-type-b li .details .button {
      display: inline-block;
      color: #FFF;
      background: #9e1c20;
      line-height: 1;
      font-weight: 600;
      font-size: 1.1em;
      padding: .75em 4em;
      text-decoration: none; }

/* Index/Category View 
============================================================================= */
.post-column {
  display: inline;
  float: left;
  width: 71.6666666667%;
  margin: 0 1.6666666667%; }
  @media screen and (max-width: 1024px) {
    .post-column {
      display: inline;
      float: left;
      width: 63.3333333333%;
      margin: 0 1.6666666667%; } }
  @media screen and (max-width: 768px) {
    .post-column {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; } }

.sidebar-column {
  display: inline;
  float: left;
  width: 21.6666666667%;
  margin: 0 1.6666666667%; }
  @media screen and (max-width: 1024px) {
    .sidebar-column {
      display: inline;
      float: left;
      width: 30%;
      margin: 0 1.6666666667%; } }
  @media screen and (max-width: 768px) {
    .sidebar-column {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; } }

.post-grid.three-up {
  display: block;
  width: 104.4444444444%;
  margin: 0 -2.2222222222%;
  *zoom: 1; }
  .post-grid.three-up:before, .post-grid.three-up:after {
    content: "";
    display: table; }
  .post-grid.three-up:after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .post-grid.three-up {
      display: block;
      width: 105%;
      margin: 0 -2.5%;
      *zoom: 1; }
      .post-grid.three-up:before, .post-grid.three-up:after {
        content: "";
        display: table; }
      .post-grid.three-up:after {
        clear: both; } }
  @media screen and (max-width: 768px) {
    .post-grid.three-up {
      display: block;
      width: 103.3333333333%;
      margin: 0 -1.6666666667%;
      *zoom: 1; }
      .post-grid.three-up:before, .post-grid.three-up:after {
        content: "";
        display: table; }
      .post-grid.three-up:after {
        clear: both; } }
  .post-grid.three-up .post {
    display: inline;
    float: left;
    width: 28.8888888889%;
    margin: 0 2.2222222222%;
    margin-bottom: 40px !important; }
    @media screen and (max-width: 1024px) {
      .post-grid.three-up .post {
        display: inline;
        float: left;
        width: 45%;
        margin: 0 2.5%; } }
    @media screen and (max-width: 768px) {
      .post-grid.three-up .post {
        display: inline;
        float: left;
        width: 46.6666666667%;
        margin: 0 1.6666666667%; } }
    @media screen and (max-width: 480px) {
      .post-grid.three-up .post {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
  .post-grid.three-up .hr-3 {
    clear: both;
    display: block; }
  .post-grid.three-up .hr-2 {
    display: none; }
  @media screen and (max-width: 1024px) {
    .post-grid.three-up .hr-3 {
      display: none; }
    .post-grid.three-up .hr-2 {
      clear: both;
      display: block; } }
  @media screen and (max-width: 768px) {
    .post-grid.three-up .hr-3 {
      display: none; }
    .post-grid.three-up .hr-2 {
      clear: both;
      display: block; } }
  @media screen and (max-width: 480px) {
    .post-grid.three-up .hr-2 {
      display: none; } }
.post-grid.four-up {
  display: block;
  width: 103.3333333333%;
  margin: 0 -1.6666666667%;
  *zoom: 1; }
  .post-grid.four-up:before, .post-grid.four-up:after {
    content: "";
    display: table; }
  .post-grid.four-up:after {
    clear: both; }
  .post-grid.four-up .post {
    display: inline;
    float: left;
    width: 21.6666666667%;
    margin: 0 1.6666666667%;
    margin-bottom: 40px !important; }
    @media screen and (max-width: 1024px) {
      .post-grid.four-up .post {
        display: inline;
        float: left;
        width: 30%;
        margin: 0 1.6666666667%; } }
    @media screen and (max-width: 768px) {
      .post-grid.four-up .post {
        display: inline;
        float: left;
        width: 46.6666666667%;
        margin: 0 1.6666666667%; } }
    @media screen and (max-width: 480px) {
      .post-grid.four-up .post {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
  .post-grid.four-up .hr-4 {
    clear: both;
    display: block; }
  .post-grid.four-up .hr-3 {
    display: none; }
  .post-grid.four-up .hr-2 {
    display: none; }
  @media screen and (max-width: 1024px) {
    .post-grid.four-up .hr-4 {
      display: none; }
    .post-grid.four-up .hr-3 {
      clear: both;
      display: block; } }
  @media screen and (max-width: 768px) {
    .post-grid.four-up .hr-3 {
      display: none; }
    .post-grid.four-up .hr-2 {
      clear: both;
      display: block; } }
  @media screen and (max-width: 480px) {
    .post-grid.four-up .hr-2 {
      display: none; } }
.post-grid .post {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .post-grid .post a.book-image {
    display: block;
    margin-bottom: 30px; }
    .post-grid .post a.book-image img {
      max-width: 100%;
      height: auto;
      vertical-align: top;
      border: 1px solid #e4e4e4; }
  .post-grid .post a.container {
    display: block;
    text-decoration: none;
    color: inherit; }
  .post-grid .post .post-thumbnail {
    display: block;
    text-align: center;
    padding: 60px 30px;
    margin-bottom: 1em;
    background-color: #212121; }
    .post-grid .post .post-thumbnail .read {
      display: block;
      padding: 10px 0;
      background: rgba(0, 0, 0, 0.33);
      border: 2px solid #9e1c20;
      color: #FFF;
      font-weight: 600;
      font-size: 1.6em;
      text-transform: uppercase; }
  .post-grid .post .post-title {
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0; }
  .post-grid .post .post-author {
    font-size: .9em;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0; }
  .post-grid .post .post-excerpt {
    display: block;
    padding-bottom: .9em;
    line-height: 1.5em; }
  .post-grid .post .post-tags {
    display: block;
    color: #9e1c20;
    font-size: .9em;
    line-height: 1.2em;
    text-transform: capitalize; }
    .post-grid .post .post-tags a {
      color: inherit;
      text-decoration: none; }
  .post-grid .post .post-type {
    color: #9e1c20;
    text-transform: capitalize;
    font-size: .9em;
    line-height: 1em; }

/* Single Views 
============================================================================= */
.single.two-col article {
  display: inline;
  float: left;
  width: 71.6666666667%;
  margin: 0 1.6666666667%; }
  @media only screen and (max-width: 1024px) {
    .single.two-col article {
      display: inline;
      float: left;
      width: 63.3333333333%;
      margin: 0 1.6666666667%; } }
  @media only screen and (max-width: 768px) {
    .single.two-col article {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%;
      margin-bottom: 30px; } }
.single.two-col aside {
  display: inline;
  float: left;
  width: 21.6666666667%;
  margin: 0 1.6666666667%; }
  @media only screen and (max-width: 1024px) {
    .single.two-col aside {
      display: inline;
      float: left;
      width: 30%;
      margin: 0 1.6666666667%; } }
  @media only screen and (max-width: 768px) {
    .single.two-col aside {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; } }
.single .video-meta {
  margin-bottom: 2em; }
  .single .video-meta .title, .single .video-meta .subtitle, .single .video-meta .name {
    display: block;
    font-size: 1em;
    line-height: 1;
    margin: 0 0 10px 0;
    color: #FFF;
    text-transform: none; }
    .single .video-meta .title span, .single .video-meta .subtitle span, .single .video-meta .name span {
      display: inline-block;
      padding: 10px 20px;
      font-size: 1em; }
  .single .video-meta .title span {
    font-size: 3em;
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.7); }
  .single .video-meta .subtitle span {
    font-size: 1.8em;
    font-weight: 600;
    background: rgba(58, 58, 58, 0.7); }
  .single .video-meta .name span {
    font-size: 1.2em;
    font-weight: 400;
    font-style: italic;
    background: rgba(140, 140, 140, 0.7);
    margin-bottom: 35px; }
.single .post-tags {
  display: block;
  color: #9e1c20;
  font-size: .9em;
  line-height: 1.2em;
  text-transform: capitalize; }
  .single .post-tags a {
    color: inherit;
    text-decoration: none; }
.single.book {
  *zoom: 1; }
  .single.book:before, .single.book:after {
    content: "";
    display: table; }
  .single.book:after {
    clear: both; }
  .single.book .book-image {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%; }
    @media only screen and (max-width: 480px) {
      .single.book .book-image {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 40px; } }
    .single.book .book-image img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 20px; }
    .single.book .book-image .book-button {
      background: #9e1c20;
      color: #FFF;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      line-height: 1;
      padding: 16px;
      font-size: 1.4em;
      font-weight: 600;
      margin: 0; }
  .single.book .tweet-this {
    display: inline-block;
    background: #55acee;
    color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    font-size: .8em;
    padding: 4px;
    margin-bottom: 4px;
    line-height: 1;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .single.book .ebook-download_wrapper {
    max-width: 100%; }
    .single.book .ebook-download_wrapper form.ebook-download input[type='submit'],
    .single.book .ebook-download_wrapper form.ebook-download input[type='button'] {
      background: #9e1c20;
      color: #FFF;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      line-height: 1;
      padding: 16px;
      font-size: 1.4em;
      font-weight: 600;
      margin: 0;
      border: 0;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: "proxima-nova",sans-serif;
      cursor: pointer;
      -webkit-transition: opacity .3s;
      -moz-transition: opacity .3s;
      -ms-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .single.book .ebook-download_wrapper form.ebook-download input[type='submit']:hover,
      .single.book .ebook-download_wrapper form.ebook-download input[type='button']:hover {
        opacity: .8; }
  .single.book .button a {
    background: #9e1c20;
    color: #FFF;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    padding: 10px;
    font-weight: 600;
    font-size: 1.1em;
    margin: 0 0 10px 0;
    border: 0;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "proxima-nova",sans-serif;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .single.book .button a span {
      display: block;
      font-size: .8em; }
    .single.book .button a:hover {
      opacity: .8; }
  .single.book .book-social {
    margin: 2em 0 2em 0;
    padding: 2em;
    background: #f3f1f2; }
    .single.book .book-social h2 {
      font-weight: 400;
      font-size: 1.6em; }
  .single.book .book-authors h2 {
    font-weight: 400;
    font-size: 1.6em; }
  .single.book .book-authors .author {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1;
    margin-bottom: 2em; }
    .single.book .book-authors .author:before, .single.book .book-authors .author:after {
      content: "";
      display: table; }
    .single.book .book-authors .author:after {
      clear: both; }
    .single.book .book-authors .author .image {
      display: inline;
      float: left;
      width: 21.6666666667%;
      margin: 0 1.6666666667%; }
      .single.book .book-authors .author .image img {
        max-width: 100%;
        height: auto;
        vertical-align: top; }
    .single.book .book-authors .author .bio {
      display: inline;
      float: left;
      width: 71.6666666667%;
      margin: 0 1.6666666667%;
      font-size: .9em;
      line-height: 1.4; }
      .single.book .book-authors .author .bio .title {
        font-weight: 600;
        font-size: 1.4em;
        margin-bottom: 15px;
        color: #171717; }
      .single.book .book-authors .author .bio .subtitle {
        font-size: .9em;
        font-style: italic;
        margin-bottom: 15px; }
  .single.book .book-sponsors {
    margin: 0 0 2em 0;
    padding: 2em;
    background: #f3f1f2; }
    .single.book .book-sponsors h2 {
      font-weight: 400;
      font-size: 1.6em; }
    .single.book .book-sponsors .row {
      display: block;
      width: 103.3333333333%;
      margin: 0 -1.6666666667%;
      *zoom: 1; }
      .single.book .book-sponsors .row:before, .single.book .book-sponsors .row:after {
        content: "";
        display: table; }
      .single.book .book-sponsors .row:after {
        clear: both; }
    .single.book .book-sponsors .sponsor {
      *zoom: 1;
      padding: 1em 0 !important; }
      .single.book .book-sponsors .sponsor:before, .single.book .book-sponsors .sponsor:after {
        content: "";
        display: table; }
      .single.book .book-sponsors .sponsor:after {
        clear: both; }
      .single.book .book-sponsors .sponsor .image {
        display: block;
        display: inline;
        float: left;
        width: 38.3333333333%;
        margin: 0 1.6666666667%;
        background: #FFF;
        padding: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center; }
        .single.book .book-sponsors .sponsor .image img {
          max-width: 100%;
          height: auto;
          vertical-align: top; }
      .single.book .book-sponsors .sponsor .description {
        display: inline;
        float: left;
        width: 55.0%;
        margin: 0 1.6666666667%;
        font-size: .9em;
        line-height: 1.4; }
  .single.book article {
    display: inline;
    float: left;
    width: 63.3333333333%;
    margin: 0 1.6666666667%; }
    @media only screen and (max-width: 480px) {
      .single.book article {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
.single.audio {
  *zoom: 1; }
  .single.audio:before, .single.audio:after {
    content: "";
    display: table; }
  .single.audio:after {
    clear: both; }
  .single.audio .tweet-this {
    display: inline-block;
    background: #55acee;
    color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    font-size: .8em;
    padding: 4px;
    margin-bottom: 4px;
    line-height: 1;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }
  .single.audio .audio-social {
    margin: 2em 0 2em 0;
    padding: 2em;
    background: #f3f1f2; }
    .single.audio .audio-social h2 {
      font-weight: 400;
      font-size: 1.6em; }

/* Archive - Video
============================================================================= */
.archive-video .header {
  padding: 64px 0 0 0;
  background: #000;
  color: #FFF; }
  .archive-video .header .global-container {
    padding: 5% 0; }
  .archive-video .header .title {
    font-size: 2em;
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    margin-bottom: .25em; }
  .archive-video .header .name {
    font-size: 1.1em;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px 0; }
  .archive-video .header .row {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1; }
    .archive-video .header .row:before, .archive-video .header .row:after {
      content: "";
      display: table; }
    .archive-video .header .row:after {
      clear: both; }
    .archive-video .header .row .teaser {
      display: inline;
      float: left;
      width: 71.6666666667%;
      margin: 0 1.6666666667%; }
      @media screen and (max-width: 767px) {
        .archive-video .header .row .teaser {
          display: inline;
          float: left;
          width: 96.6666666667%;
          margin: 0 1.6666666667%; } }
    .archive-video .header .row .access {
      display: inline;
      float: left;
      width: 21.6666666667%;
      margin: 0 1.6666666667%; }
      @media screen and (max-width: 767px) {
        .archive-video .header .row .access {
          display: none; } }
      .archive-video .header .row .access .widget {
        color: #FFF; }
.archive-video .filter {
  background: #393939; }
  .archive-video .filter .row {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1; }
    .archive-video .filter .row:before, .archive-video .filter .row:after {
      content: "";
      display: table; }
    .archive-video .filter .row:after {
      clear: both; }
  .archive-video .filter input {
    display: block;
    background: #5b5b5b;
    color: #FFF;
    border: 0;
    text-align: center;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    font: inherit; }
  .archive-video .filter .custom-select {
    background-color: #5b5b5b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    z-index: 1;
    display: inline;
    float: left;
    width: 21.6666666667%;
    margin: 0 1.6666666667%;
    padding-right: 40px;
    color: #FFF;
    border: 0;
    padding: 0; }
    @media screen and (max-width: 1023px) {
      .archive-video .filter .custom-select {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .archive-video .filter .custom-select {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
  .archive-video .filter .custom-select:before {
    background: url("https://cdn.exponential.org/wp-content/themes/exponential/img/filter-select-arrow.png") no-repeat right;
    color: #333;
    display: block;
    content: '';
    font-family: 'FontAwesome';
    font-size: 1em;
    height: 100%;
    line-height: 2.5em;
    padding: 0 0.625em;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 28px;
    z-index: -1;
    background-color: #5b5b5b !important; }
  .archive-video .filter .custom-select select {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    color: #FFF;
    display: block;
    font: inherit;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .archive-video .filter .custom-select select::-ms-expand {
    display: none;
    /* to ie 10 */ }
  .archive-video .filter .custom-select select:focus {
    outline: none; }
  .archive-video .filter :-moz-any(.custom-select):before {
    background-color: #5b5b5b;
    pointer-events: none;
    z-index: 1; }
  .archive-video .filter .filter-submit {
    display: inline;
    float: left;
    width: 13.3333333333%;
    margin: 0 1.6666666667%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.2em;
    color: #000;
    background: #a1a1a1;
    cursor: pointer; }
    @media screen and (max-width: 1023px) {
      .archive-video .filter .filter-submit {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
.archive-video .content .subtitle {
  font-size: 1.4em;
  margin-bottom: .5em; }

/* Single - Video
============================================================================= */
.type-video .header {
  padding: 64px 0 0 0;
  background: #000;
  color: #FFF; }
  .type-video .header .global-container {
    padding: 5% 0; }
  .type-video .header .title {
    font-size: 2em;
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    margin-bottom: .25em; }
  .type-video .header .name {
    font-size: 1.1em;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px 0; }
  .type-video .header .row {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1; }
    .type-video .header .row:before, .type-video .header .row:after {
      content: "";
      display: table; }
    .type-video .header .row:after {
      clear: both; }
    .type-video .header .row .teaser {
      display: inline;
      float: left;
      width: 71.6666666667%;
      margin: 0 1.6666666667%; }
    .type-video .header .row .access {
      display: inline;
      float: left;
      width: 21.6666666667%;
      margin: 0 1.6666666667%; }
      .type-video .header .row .access .widget {
        margin-top: 0;
        color: #FFF; }
.type-video .content .subtitle {
  font-size: 1.4em;
  margin-bottom: .5em; }
.type-video .video-social {
  margin: 2em 0 2em 0;
  padding: 2em;
  background: #f3f1f2; }
  .type-video .video-social h2 {
    font-weight: 400;
    font-size: 1.6em; }
  .type-video .video-social .tweet-this {
    display: inline-block;
    background: #55acee;
    color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    font-size: .8em;
    padding: 4px;
    margin-bottom: 4px;
    line-height: 1;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }

/* Archive - Audio
============================================================================= */
.archive-audio {
  padding: 64px 0 0 0;
  background: #000;
  color: #FFF; }
  .archive-audio .global-container {
    padding: 2% 0 5% 0; }
    .archive-audio .global-container h1 {
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      color: #FFF;
      font-size: 2.7em;
      text-transform: uppercase;
      line-height: 1;
      margin: 0 0 40px 0; }
  .archive-audio .audio-list {
    background: #2d2d2d;
    border-radius: 4px;
    position: relative; }
    .archive-audio .audio-list img {
      max-width: 100%;
      height: auto;
      vertical-align: top; }
    .archive-audio .audio-list .audio-header {
      padding: 3em;
      *zoom: 1; }
      .archive-audio .audio-list .audio-header:before, .archive-audio .audio-list .audio-header:after {
        content: "";
        display: table; }
      .archive-audio .audio-list .audio-header:after {
        clear: both; }
      .archive-audio .audio-list .audio-header .row {
        display: block;
        width: 103.3333333333%;
        margin: 0 -1.6666666667%;
        *zoom: 1; }
        .archive-audio .audio-list .audio-header .row:before, .archive-audio .audio-list .audio-header .row:after {
          content: "";
          display: table; }
        .archive-audio .audio-list .audio-header .row:after {
          clear: both; }
      .archive-audio .audio-list .audio-header .left {
        display: inline;
        float: left;
        width: 25.8333333333%;
        margin: 0 1.6666666667%; }
        @media screen and (max-width: 1023px) {
          .archive-audio .audio-list .audio-header .left {
            display: inline;
            float: left;
            width: 46.6666666667%;
            margin: 0 1.6666666667%; } }
        @media screen and (max-width: 767px) {
          .archive-audio .audio-list .audio-header .left {
            display: inline;
            float: left;
            width: 96.6666666667%;
            margin: 0 1.6666666667%;
            margin-bottom: 30px; } }
      .archive-audio .audio-list .audio-header .right {
        display: inline;
        float: left;
        width: 67.5%;
        margin: 0 1.6666666667%; }
        @media screen and (max-width: 1023px) {
          .archive-audio .audio-list .audio-header .right {
            display: inline;
            float: left;
            width: 46.6666666667%;
            margin: 0 1.6666666667%; } }
        @media screen and (max-width: 767px) {
          .archive-audio .audio-list .audio-header .right {
            display: inline;
            float: left;
            width: 96.6666666667%;
            margin: 0 1.6666666667%; } }
      .archive-audio .audio-list .audio-header .filter {
        display: block;
        width: 103.3333333333%;
        margin: 0 -1.6666666667%;
        *zoom: 1; }
        .archive-audio .audio-list .audio-header .filter:before, .archive-audio .audio-list .audio-header .filter:after {
          content: "";
          display: table; }
        .archive-audio .audio-list .audio-header .filter:after {
          clear: both; }
        .archive-audio .audio-list .audio-header .filter input {
          display: block;
          background: #5b5b5b;
          color: #FFF;
          border: 0;
          text-align: center;
          padding: 10px 15px;
          border-radius: 0;
          -webkit-appearance: none;
          appearance: none;
          font: inherit; }
        .archive-audio .audio-list .audio-header .filter .custom-select {
          background-color: #5b5b5b;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          width: 100%;
          z-index: 1;
          display: inline;
          float: left;
          width: 38.3333333333%;
          margin: 0 1.6666666667%;
          padding-right: 40px;
          color: #FFF;
          border: 0;
          padding: 0; }
          @media screen and (max-width: 1023px) {
            .archive-audio .audio-list .audio-header .filter .custom-select {
              display: inline;
              float: left;
              width: 96.6666666667%;
              margin: 0 1.6666666667%;
              margin-bottom: 20px; } }
          @media screen and (max-width: 767px) {
            .archive-audio .audio-list .audio-header .filter .custom-select {
              display: inline;
              float: left;
              width: 96.6666666667%;
              margin: 0 1.6666666667%;
              margin-bottom: 20px; } }
        .archive-audio .audio-list .audio-header .filter .custom-select:before {
          background: url("https://cdn.exponential.org/wp-content/themes/exponential/img/filter-select-arrow.png") no-repeat right;
          color: #333;
          display: block;
          content: '';
          font-family: 'FontAwesome';
          font-size: 1em;
          height: 100%;
          line-height: 2.5em;
          padding: 0 0.625em;
          position: absolute;
          top: 0;
          right: 0;
          text-align: center;
          width: 28px;
          z-index: -1;
          background-color: #5b5b5b !important; }
        .archive-audio .audio-list .audio-header .filter .custom-select select {
          background-color: transparent;
          border: 0 none;
          box-shadow: none;
          color: #FFF;
          display: block;
          font: inherit;
          margin: 0;
          padding: 10px 15px;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        .archive-audio .audio-list .audio-header .filter .custom-select select::-ms-expand {
          display: none;
          /* to ie 10 */ }
        .archive-audio .audio-list .audio-header .filter .custom-select select:focus {
          outline: none; }
        .archive-audio .audio-list .audio-header .filter :-moz-any(.custom-select):before {
          background-color: #5b5b5b;
          pointer-events: none;
          z-index: 1; }
        .archive-audio .audio-list .audio-header .filter .filter-submit {
          display: inline;
          float: left;
          width: 13.3333333333%;
          margin: 0 1.6666666667%;
          text-transform: uppercase;
          font-weight: 900;
          font-size: 1.2em;
          color: #000;
          background: #a1a1a1;
          cursor: pointer; }
          @media screen and (max-width: 1023px) {
            .archive-audio .audio-list .audio-header .filter .filter-submit {
              display: inline;
              float: left;
              width: 96.6666666667%;
              margin: 0 1.6666666667%; } }
      .archive-audio .audio-list .audio-header .description {
        padding: 2em 0 0 0;
        font-style: italic;
        line-height: 1.4;
        font-size: .9em; }
      .archive-audio .audio-list .audio-header .btn.subscribe {
        display: inline-block;
        background: #9e1c20;
        color: #FFF;
        font-style: italic;
        text-decoration: none;
        padding: 2px 30px;
        font-size: 1em; }
    .archive-audio .audio-list ul li {
      position: relative;
      display: block;
      border-top: 1px solid #4f4f4f;
      padding: 20px 20px 20px 7em; }
      .archive-audio .audio-list ul li.no-access {
        padding: 20px 3em; }
      .archive-audio .audio-list ul li a.play-btn {
        display: inline-block;
        position: absolute;
        left: 3em;
        width: 34px;
        height: 34px;
        background: url("../img/ico-audio-play.png");
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden; }
      .archive-audio .audio-list ul li .title {
        font-size: 1.1em;
        font-weight: 600; }
        .archive-audio .audio-list ul li .title a {
          color: inherit;
          text-decoration: none; }
      .archive-audio .audio-list ul li .speaker {
        color: #adadad;
        font-style: italic; }
        .archive-audio .audio-list ul li .speaker a {
          text-decoration: none;
          color: inherit; }
      .archive-audio .audio-list ul li .audio-player {
        width: 100% !important;
        margin-top: 15px; }
      .archive-audio .audio-list ul li .powerpress_links {
        margin-top: 15px;
        color: #9e1c20;
        font-weight: 600; }
  @media screen and (max-width: 767px) {
    .archive-audio .sidebar-column {
      margin-top: 30px; } }
  .archive-audio .sidebar-column .widget-ads-bare {
    margin: 0 0 30px 0;
    color: #FFF; }
  .archive-audio .pagination {
    margin-top: 2em; }
  .archive-audio .page-numbers {
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    font-size: .9em;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    height: 20px;
    width: 20px; }
    .archive-audio .page-numbers.current {
      color: #9e1c20;
      border: 1px solid #9e1c20; }
      .archive-audio .page-numbers.current:hover {
        opacity: 1; }
    .archive-audio .page-numbers:hover {
      opacity: .8;
      color: #9e1c20;
      border: 1px solid #9e1c20; }

/* Single - Webinar
============================================================================= */
.type-webinar .spacer {
  background: #000;
  padding: 64px 0 0 0; }
.type-webinar .countdown {
  background: #606060;
  padding: 64px 0 0 0;
  text-align: center; }
  .type-webinar .countdown .global-container {
    padding: 35px 0; }
  .type-webinar .countdown #countdown {
    background: #000;
    color: #FFF;
    padding: 30px 0;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.4; }
    .type-webinar .countdown #countdown span {
      display: block;
      font-size: 1.7em; }
.type-webinar .header {
  padding: 0;
  background: #000;
  color: #FFF; }
  .type-webinar .header .global-container {
    padding: 5% 0; }
  .type-webinar .header .title {
    font-size: 2em;
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    margin-bottom: .25em; }
  .type-webinar .header .name {
    font-size: 1.1em;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px 0; }
  .type-webinar .header .row {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1; }
    .type-webinar .header .row:before, .type-webinar .header .row:after {
      content: "";
      display: table; }
    .type-webinar .header .row:after {
      clear: both; }
    .type-webinar .header .row .teaser {
      display: inline;
      float: left;
      width: 71.6666666667%;
      margin: 0 1.6666666667%; }
    .type-webinar .header .row .access {
      display: inline;
      float: left;
      width: 21.6666666667%;
      margin: 0 1.6666666667%; }
      .type-webinar .header .row .access .widget {
        color: #FFF; }
.type-webinar .content .subtitle {
  font-size: 1.4em;
  margin-bottom: .5em; }

/* Single - Course
============================================================================= */
.type-course .row {
  display: block;
  width: 103.3333333333%;
  margin: 0 -1.6666666667%;
  *zoom: 1; }
  .type-course .row:before, .type-course .row:after {
    content: "";
    display: table; }
  .type-course .row:after {
    clear: both; }
.type-course .outline {
  display: inline;
  float: left;
  width: 63.3333333333%;
  margin: 0 1.6666666667%; }
  @media screen and (max-width: 767px) {
    .type-course .outline {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%;
      margin-bottom: 20px; } }
.type-course .register {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.6666666667%; }
  .type-course .register a.mepr_product_link {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #FFF;
    background: #9e1c20;
    text-decoration: none;
    font-size: 1.2em;
    padding: 10px; }
  @media screen and (max-width: 767px) {
    .type-course .register {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; } }

table#wpcw_fe_course {
  width: 100%;
  border: 0; }
  table#wpcw_fe_course tr.wpcw_fe_module td {
    background: #f1f1f1;
    border-color: #dadada;
    border-left: 0;
    border-right: 0; }
  table#wpcw_fe_course tr.wpcw_fe_unit {
    border-color: #dadada;
    border-left: 0;
    border-right: 0; }

/* Widgets 
============================================================================= */
.widget {
  padding: 20px; }
  .widget .widget-title {
    font-size: 1.2em;
    text-transform: uppercase; }

.widget-search {
  background: #323232; }
  .widget-search ::-webkit-input-placeholder {
    color: #FFF; }
  .widget-search :-moz-placeholder {
    color: #FFF; }
  .widget-search ::-moz-placeholder {
    color: #FFF; }
  .widget-search :-ms-input-placeholder {
    color: #FFF; }
  .widget-search input.search {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #757575;
    background: transparent url("../img/ico-search-widget.png") no-repeat right top;
    font-family: "proxima-nova",sans-serif;
    font-size: 1em;
    color: #FFF;
    text-transform: uppercase;
    font-style: italic;
    padding: 0 25px 15px 0;
    vertical-align: middle; }
    .widget-search input.search:focus {
      outline: 0; }
  .widget-search input.submit {
    display: none; }

.widget-categories {
  background: #141414;
  color: #FFF; }
  .widget-categories ul li {
    display: block;
    border-top: 1px solid #7d7d7d;
    padding: 3px 0; }
    .widget-categories ul li:first-child {
      border: 0; }
    .widget-categories ul li a {
      display: block;
      color: inherit;
      text-decoration: none;
      padding: 3px 5px 3px 15px;
      line-height: 1.5em; }
      .widget-categories ul li a:hover {
        background: #9e1c20; }

.widget-ads {
  padding: 15px;
  background: #323232; }
  .widget-ads .ads {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1; }
    .widget-ads .ads:before, .widget-ads .ads:after {
      content: "";
      display: table; }
    .widget-ads .ads:after {
      clear: both; }
    .widget-ads .ads .ads-normal,
    .widget-ads .ads .ads-sponsored {
      *zoom: 1;
      margin-bottom: 10px; }
      .widget-ads .ads .ads-normal:before, .widget-ads .ads .ads-normal:after,
      .widget-ads .ads .ads-sponsored:before,
      .widget-ads .ads .ads-sponsored:after {
        content: "";
        display: table; }
      .widget-ads .ads .ads-normal:after,
      .widget-ads .ads .ads-sponsored:after {
        clear: both; }
      .widget-ads .ads .ads-normal:last-of-type,
      .widget-ads .ads .ads-sponsored:last-of-type {
        margin-bottom: 0; }
      .widget-ads .ads .ads-normal .title,
      .widget-ads .ads .ads-sponsored .title {
        color: #FFF;
        font-size: 14pt;
        font-weight: 600;
        padding-bottom: 10px;
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; }
    .widget-ads .ads .ad {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%;
      margin-bottom: 15px !important; }
      .widget-ads .ads .ad:last-of-type {
        margin-bottom: 0 !important; }
      @media screen and (max-width: 768px) {
        .widget-ads .ads .ad {
          display: inline;
          float: left;
          width: 30%;
          margin: 0 1.6666666667%; } }
      @media screen and (max-width: 480px) {
        .widget-ads .ads .ad {
          display: inline;
          float: left;
          width: 46.6666666667%;
          margin: 0 1.6666666667%; } }
      @media screen and (max-width: 320px) {
        .widget-ads .ads .ad {
          display: inline;
          float: left;
          width: 96.6666666667%;
          margin: 0 1.6666666667%; } }
      .widget-ads .ads .ad img {
        display: block;
        vertical-align: top;
        max-width: 100%;
        height: auto; }

.widget-ads-bare {
  margin-top: 20px;
  padding: 0;
  color: #181818; }
  .widget-ads-bare .widget-title {
    font-weight: 200;
    text-transform: none;
    font-size: 1.7em;
    margin-bottom: .5em; }
  .widget-ads-bare p {
    font-size: .9em; }
  .widget-ads-bare .button a {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #FFF;
    background: #9e1c20;
    text-decoration: none;
    font-size: 1.2em;
    padding: 10px; }

/* Events Page
============================================================================= */
.featured-events {
  color: #FFF; }
  .featured-events.top {
    margin: 0;
    padding-top: 144px; }
  .featured-events .event {
    display: inline;
    float: left;
    width: 46.6666666667%;
    margin: 0 1.6666666667%;
    position: relative;
    min-height: 520px;
    height: auto !important;
    margin-bottom: 40px !important;
    background: #3a3a3a;
    text-align: center;
    color: inherit;
    text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      .featured-events .event {
        min-height: 550px;
        height: auto !important; } }
    @media only screen and (max-width: 768px) {
      .featured-events .event {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        min-height: 0;
        height: auto !important; } }
    .featured-events .event .event-image {
      display: block;
      padding: 150px 0 0 0; }
    .featured-events .event .event-banner {
      display: block;
      background: rgba(0, 0, 0, 0.7);
      line-height: 1;
      padding: 20px 0; }
    .featured-events .event .event-title {
      display: block;
      font-size: 3em;
      margin-bottom: 5px;
      -webkit-text-stroke: 1px;
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px; }
    .featured-events .event .event-subtitle {
      display: block;
      font-size: 1.6em;
      -webkit-text-stroke: 1px;
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px; }
    .featured-events .event .event-description {
      display: block;
      padding: 30px; }
    .featured-events .event .event-button {
      position: absolute;
      display: block;
      padding: 10px;
      margin: 0;
      left: 25%;
      right: 25%;
      bottom: 30px;
      background: rgba(0, 0, 0, 0.33);
      border: 2px solid #9e1c20;
      color: #FFF;
      font-weight: 600;
      font-size: 1.6em; }
      @media only screen and (max-width: 768px) {
        .featured-events .event .event-button {
          position: relative;
          left: 0;
          right: 0;
          width: 50%;
          margin: 30px auto 0 auto; } }

.upcoming-events ul {
  display: block;
  width: 103.3333333333%;
  margin: 0 -1.6666666667%;
  *zoom: 1; }
  .upcoming-events ul:before, .upcoming-events ul:after {
    content: "";
    display: table; }
  .upcoming-events ul:after {
    clear: both; }
  .upcoming-events ul li {
    *zoom: 1;
    border-bottom: 1px solid #e1e1e1;
    padding: 40px 0; }
    .upcoming-events ul li:before, .upcoming-events ul li:after {
      content: "";
      display: table; }
    .upcoming-events ul li:after {
      clear: both; }
    .upcoming-events ul li .event-image {
      display: inline;
      float: left;
      width: 21.6666666667%;
      margin: 0 1.6666666667%; }
      .upcoming-events ul li .event-image img {
        max-width: 100%;
        height: auto !important;
        display: inline-block;
        line-height: 1; }
      @media only screen and (max-width: 480px) {
        .upcoming-events ul li .event-image {
          display: inline;
          float: left;
          width: 96.6666666667%;
          margin: 0 1.6666666667%; }
          .upcoming-events ul li .event-image img {
            width: 100%; } }
    .upcoming-events ul li .event-details {
      display: inline;
      float: left;
      width: 71.6666666667%;
      margin: 0 1.6666666667%; }
      @media only screen and (max-width: 480px) {
        .upcoming-events ul li .event-details {
          display: inline;
          float: left;
          width: 96.6666666667%;
          margin: 0 1.6666666667%; } }
      .upcoming-events ul li .event-details h3 {
        margin: 0 0 .5em 0;
        font-size: 1.5em;
        color: #333;
        font-weight: 700; }
      .upcoming-events ul li .event-details h4 {
        margin: 0 0 .5em 0;
        font-size: 1.1em;
        font-style: italic; }
      .upcoming-events ul li .event-details p {
        color: #333; }
      .upcoming-events ul li .event-details a.read-more {
        font-weight: 600; }

/* Full Background Page 
============================================================================= */
.full-bg {
  height: 100%; }
  .full-bg .container {
    background: rgba(20, 20, 20, 0.9);
    width: 768px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 144px auto 0 auto;
    padding: 50px;
    color: #FFF; }
    .full-bg .container .box-title {
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px; }
    .full-bg .container .box-content {
      font-size: 1.1em; }

/* About Page 
============================================================================= */
.featured-media.about {
  text-align: center; }
  .featured-media.about .global-container {
    width: 860px; }
  .featured-media.about .message {
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 1em;
    -webkit-text-stroke: 1px; }
  .featured-media.about .tagline {
    font-weight: 700;
    font-size: 2em; }

.four-elements {
  padding: 70px 0;
  background: #ededed; }
  .four-elements .element {
    display: inline;
    float: left;
    width: 21.6666666667%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 768px) {
      .four-elements .element {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px !important; } }
    .four-elements .element h3 {
      text-align: center;
      text-transform: uppercase;
      font-size: 1.2em; }

.team .hr-4 {
  clear: both;
  display: block; }
.team .hr-3 {
  display: none; }
.team .hr-2 {
  display: none; }
@media screen and (max-width: 768px) {
  .team .hr-4 {
    display: none; }
  .team .hr-3 {
    clear: both;
    display: block; } }
@media screen and (max-width: 480px) {
  .team .hr-3 {
    display: none; }
  .team .hr-2 {
    clear: both;
    display: block; } }
@media screen and (max-width: 320px) {
  .team .hr-2 {
    display: none; } }
.team .member {
  display: inline;
  float: left;
  width: 21.6666666667%;
  margin: 0 1.6666666667%;
  margin-bottom: 30px !important; }
  @media screen and (max-width: 768px) {
    .team .member {
      display: inline;
      float: left;
      width: 30%;
      margin: 0 1.6666666667%; } }
  @media screen and (max-width: 480px) {
    .team .member {
      display: inline;
      float: left;
      width: 46.6666666667%;
      margin: 0 1.6666666667%; } }
  @media screen and (max-width: 480px) {
    .team .member {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; }
      .team .member img {
        width: 100%; } }
  .team .member img {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
    line-height: 1; }
  .team .member img {
    margin-bottom: 10px; }
  .team .member .name {
    font-size: 1.1em; }
  .team .member .positions {
    font-weight: 700; }

.dna-faqs h3 {
  font-size: 1.6em; }
.dna-faqs h4 {
  font-size: 1em;
  font-weight: 600;
  border-bottom: 1px solid #141414;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0; }
.dna-faqs .dna {
  display: inline;
  float: left;
  width: 46.6666666667%;
  margin: 0 1.6666666667%; }
  @media screen and (max-width: 768px) {
    .dna-faqs .dna {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; } }
.dna-faqs .faqs {
  display: inline;
  float: left;
  width: 46.6666666667%;
  margin: 0 1.6666666667%; }
  @media screen and (max-width: 768px) {
    .dna-faqs .faqs {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; } }

/* School Page
============================================================================= */
.featured-media.school-header {
  text-align: center; }
  .featured-media.school-header .global-container {
    padding-top: 16%;
    padding-bottom: 16%;
    color: #FFF; }
  .featured-media.school-header hr {
    border: 0;
    width: 100%; }
  .featured-media.school-header .title {
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    font-size: 3.4em;
    margin-bottom: 10px; }
  .featured-media.school-header .subtitle {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px; }
  .featured-media.school-header .watch {
    display: inline-block;
    background: url("../img/bg-btn-watch.png") no-repeat left;
    font-weight: 700;
    font-size: 1.2em;
    padding-left: 37px;
    line-height: 27px; }
  .featured-media.school-header .subscribe-button {
    display: inline-block;
    background: #9e1c20;
    color: #FFF;
    line-height: 1;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 5px; }

.featured-media.school-footer {
  text-align: center;
  padding: 0; }
  .featured-media.school-footer .global-container {
    padding-top: 16%;
    padding-bottom: 16%;
    color: #FFF; }
  .featured-media.school-footer hr {
    border: 0;
    width: 100%; }
  .featured-media.school-footer .title {
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    font-size: 5.6em;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1; }
  .featured-media.school-footer .subtitle {
    font-size: 1.2em;
    font-weight: 400;
    width: 400px;
    max-width: 90%;
    margin: 10px auto 0 auto; }
  .featured-media.school-footer .watch {
    display: inline-block;
    background: url("../img/bg-btn-watch.png") no-repeat left;
    font-weight: 700;
    font-size: 1.2em;
    padding-left: 37px;
    line-height: 27px; }
  .featured-media.school-footer .subscribe-button {
    display: inline-block;
    background: #ededed;
    color: #212121;
    line-height: 1;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 5px; }

.icons {
  background: #f3f3f3; }
  .icons .icon {
    display: inline;
    float: left;
    width: 21.6666666667%;
    margin: 0 1.6666666667%;
    text-align: center; }
    .icons .icon img {
      max-width: 100%;
      height: auto !important;
      display: inline-block;
      line-height: 1; }
    @media screen and (max-width: 768px) {
      .icons .icon {
        display: inline;
        float: left;
        width: 46.6666666667%;
        margin: 0 1.6666666667%; } }
    @media screen and (max-width: 480px) {
      .icons .icon {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .icons .icon img {
      margin-bottom: 10px; }
    .icons .icon h3 {
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      font-size: 1.8em; }
    .icons .icon p {
      color: #707070; }

.courses {
  background: #ebebeb;
  text-align: center;
  *zoom: 1;
  width: 100%;
  overflow-x: hidden; }
  .courses:before, .courses:after {
    content: "";
    display: table; }
  .courses:after {
    clear: both; }
  .courses .course-nav {
    display: block;
    text-align: center; }
    .courses .course-nav a {
      float: none;
      display: inline-block;
      color: #FFF;
      text-decoration: none;
      background: #020002;
      line-height: 1;
      padding: 5px 30px; }
  .courses .post {
    display: inline;
    float: left;
    width: 21.6666666667%;
    margin: 0 1.6666666667%;
    text-align: left;
    margin-bottom: 30px !important; }
    @media screen and (max-width: 768px) {
      .courses .post {
        display: inline;
        float: left;
        width: 30%;
        margin: 0 1.6666666667%; } }
    @media screen and (max-width: 480px) {
      .courses .post {
        display: inline;
        float: left;
        width: 46.6666666667%;
        margin: 0 1.6666666667%; } }
    @media screen and (max-width: 480px) {
      .courses .post {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .courses .post a.container {
      display: block;
      text-decoration: none;
      color: inherit; }
    .courses .post .post-thumbnail {
      display: block;
      text-align: center;
      padding: 60px 30px;
      margin-bottom: 1em;
      background-color: #212121; }
      .courses .post .post-thumbnail .read {
        display: block;
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.33);
        border: 2px solid #9e1c20;
        color: #FFF;
        font-weight: 600;
        font-size: 1.6em;
        text-transform: uppercase; }
    .courses .post .post-title {
      font-size: 1em;
      font-weight: 700;
      line-height: 1;
      margin: 0 0 10px 0;
      padding: 0; }
    .courses .post .post-author {
      font-size: .9em;
      font-weight: 400;
      font-style: italic;
      line-height: 1;
      margin: 0 0 10px 0;
      padding: 0; }
    .courses .post .post-excerpt {
      display: block;
      padding-bottom: .9em;
      line-height: 1.5em; }
  .courses .hr-4 {
    clear: both;
    display: block; }
  .courses .hr-3 {
    display: none; }
  .courses .hr-2 {
    display: none; }
  @media screen and (max-width: 768px) {
    .courses .hr-4 {
      display: none; }
    .courses .hr-3 {
      clear: both;
      display: block; } }
  @media screen and (max-width: 480px) {
    .courses .hr-3 {
      display: none; }
    .courses .hr-2 {
      clear: both;
      display: block; } }
  @media screen and (max-width: 320px) {
    .courses .hr-2 {
      display: none; } }

.instructors {
  background: #dcdcdc;
  text-align: center; }
  .instructors .section-subtitle {
    margin-bottom: 60px; }
  .instructors .hr-4 {
    clear: both;
    display: block; }
  .instructors .hr-3 {
    display: none; }
  .instructors .hr-2 {
    display: none; }
  @media screen and (max-width: 768px) {
    .instructors .hr-4 {
      display: none; }
    .instructors .hr-3 {
      clear: both;
      display: block; } }
  @media screen and (max-width: 480px) {
    .instructors .hr-3 {
      display: none; }
    .instructors .hr-2 {
      clear: both;
      display: block; } }
  @media screen and (max-width: 320px) {
    .instructors .hr-2 {
      display: none; } }
  .instructors .instructor {
    display: inline;
    float: left;
    width: 21.6666666667%;
    margin: 0 1.6666666667%;
    margin-bottom: 30px !important; }
    @media screen and (max-width: 768px) {
      .instructors .instructor {
        display: inline;
        float: left;
        width: 30%;
        margin: 0 1.6666666667%; } }
    @media screen and (max-width: 480px) {
      .instructors .instructor {
        display: inline;
        float: left;
        width: 46.6666666667%;
        margin: 0 1.6666666667%; } }
    @media screen and (max-width: 480px) {
      .instructors .instructor {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .instructors .instructor .image {
      background: #434d60;
      border: 7px solid #bbbbbb;
      border-radius: 100%;
      overflow: hidden; }
      .instructors .instructor .image img {
        opacity: .78;
        width: 100%;
        height: auto;
        display: block;
        line-height: 1; }
    .instructors .instructor .title {
      margin-top: 30px;
      font-size: 1.1em;
      display: block;
      text-transform: uppercase;
      font-weight: 600; }
    .instructors .instructor .subtitle {
      font-style: italic; }

/* Course Units
============================================================================= */
.course-unit {
  padding-top: 150px;
  background: #F3F3F3; }
  .course-unit h1 {
    font-size: 3em; }
  .course-unit h3 {
    font-size: 2em; }
  .course-unit article {
    background: none;
    *zoom: 1; }
    .course-unit article:before, .course-unit article:after {
      content: "";
      display: table; }
    .course-unit article:after {
      clear: both; }
  .course-unit .unit {
    display: inline;
    float: left;
    width: 63.3333333333%;
    margin: 0 1.6666666667%; }
  .course-unit .sidebar {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%; }
  .course-unit .course-outline {
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2em; }
    .course-unit .course-outline .widget {
      padding: 0 !important; }
    .course-unit .course-outline table#wpcw_fe_course {
      width: 100%;
      border: 0;
      line-height: 1.2; }
      .course-unit .course-outline table#wpcw_fe_course tr.wpcw_fe_module td {
        background: #f1f1f1;
        border-color: #dadada;
        border-left: 0;
        border-right: 0;
        padding: 10px; }
        .course-unit .course-outline table#wpcw_fe_course tr.wpcw_fe_module td:first-child {
          width: 60px; }
      .course-unit .course-outline table#wpcw_fe_course tr.wpcw_fe_unit {
        border-color: #dadada;
        border-left: 0;
        border-right: 0; }
        .course-unit .course-outline table#wpcw_fe_course tr.wpcw_fe_unit td {
          padding: 10px; }
  .course-unit .course-box {
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2em;
    margin-bottom: 2em; }
  .course-unit ol.assignments {
    counter-reset: assignments;
    padding: 0;
    margin: 0 0 20px 0; }
    .course-unit ol.assignments li {
      position: relative;
      display: block;
      border-bottom: 1px solid #e5e5e5;
      padding: 0 0 20px 60px;
      margin: 20px 0 0 0; }
      .course-unit ol.assignments li:before {
        position: absolute;
        display: block;
        background: #9e1c20;
        color: #FFF;
        border-radius: 4px;
        font-size: 1.5em;
        height: 40px;
        width: 40px;
        line-height: 40px;
        left: 0;
        top: 0;
        padding: 0;
        text-align: center;
        counter-increment: assignments;
        content: counter(assignments);
        margin: 5px 10px 5px 0; }
      .course-unit ol.assignments li:last-child {
        border: 0;
        padding: 0 0 0 60px; }

/* Forum Page
============================================================================= */
.forum .header {
  position: relative;
  padding-top: 70px;
  text-align: center; }
  .forum .header .background {
    background: #191919;
    opacity: .53;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .forum .header .global-container {
    padding: 10% 0;
    position: relative;
    color: #FFF; }
    .forum .header .global-container .title {
      text-transform: uppercase;
      font-size: 4.4em;
      font-weight: 700;
      margin-bottom: 15px;
      line-height: 1; }
      @media screen and (max-width: 600px) {
        .forum .header .global-container .title {
          font-size: 2.5em; } }
    .forum .header .global-container .subtitle {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.6em;
      margin-bottom: 20px;
      line-height: 1; }
    .forum .header .global-container .date {
      font-weight: 400;
      font-size: 1.3em;
      line-height: 1; }
  .forum .header .return-link {
    background: #2d2d2d url("../img/ico-arrow-forum-return.png") no-repeat left;
    color: #FFF;
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 0;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .forum .header .return-link {
        position: relative;
        margin-bottom: 20px; } }
.forum .description {
  background: #e5e5e5;
  padding-top: 0; }
  .forum .description .description-info {
    display: inline;
    float: left;
    width: 63.3333333333%;
    margin: 0 1.6666666667%;
    color: #333;
    padding-top: 50px; }
    @media screen and (max-width: 768px) {
      .forum .description .description-info {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .forum .description .description-info h2 {
      color: #000;
      font-size: 1.6em; }
    .forum .description .description-info .details {
      color: #000;
      font-size: 1.2em;
      line-height: 1.2; }
      .forum .description .description-info .details strong {
        font-weight: 600; }
      .forum .description .description-info .details p {
        padding-bottom: 10px; }
      .forum .description .description-info .details img {
        float: left;
        margin-right: 20px; }
  .forum .description .register-box {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 10px 10px 0 #d8d8d8;
    padding: 50px 2em 2em 2em;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .forum .description .register-box {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        padding: 2em;
        margin-top: 2em; } }
    .forum .description .register-box .register-title {
      font-size: 1.3em;
      font-weight: 600; }
    .forum .description .register-box .register-cost {
      font-weight: 900;
      font-size: 1.8em;
      margin: .75em; }
    .forum .description .register-box hr {
      width: 10%;
      margin: 2em auto; }
    .forum .description .register-box .register-btn {
      display: block;
      color: #FFF;
      background: #333;
      text-decoration: none;
      font-weight: 600;
      padding: 15px;
      font-size: 1.3em;
      border-radius: 3px; }
.forum .information .participants {
  display: block;
  display: inline;
  float: left;
  width: 63.3333333333%;
  margin: 0 1.6666666667%; }
  .forum .information .participants h3 {
    margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .forum .information .participants {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; } }
  .forum .information .participants li {
    *zoom: 1;
    padding-bottom: 3em; }
    .forum .information .participants li:before, .forum .information .participants li:after {
      content: "";
      display: table; }
    .forum .information .participants li:after {
      clear: both; }
    .forum .information .participants li .pic {
      float: left;
      width: 20%; }
      .forum .information .participants li .pic img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 100%; }
    .forum .information .participants li .bio {
      float: left;
      width: 75%;
      margin-left: 5%; }
.forum .information .topics {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.6666666667%; }
  @media screen and (max-width: 768px) {
    .forum .information .topics {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; } }
  .forum .information .topics h2 {
    margin-bottom: 50px; }
    .forum .information .topics h2.other {
      margin-bottom: 20px; }
  .forum .information .topics ul li {
    line-height: 1.2;
    font-size: 1.2em;
    border-left: 6px solid #333;
    padding: 0 0 0 20px;
    margin-bottom: 25px; }
  .forum .information .topics .topic-list {
    padding-bottom: 45px; }
.forum .register {
  background: #d8d8d8;
  text-align: center;
  text-transform: uppercase; }
  .forum .register .register-title {
    font-size: 1.3em;
    font-weight: 600; }
  .forum .register .register-cost {
    font-weight: 900;
    font-size: 2em;
    margin: .75em; }
  .forum .register .register-btn {
    display: block;
    color: #FFF;
    background: #333;
    text-decoration: none;
    font-weight: 600;
    padding: 25px;
    font-size: 1.3em;
    border-radius: 3px;
    margin: 2em auto;
    width: 40%; }
  .forum .register .return-link {
    background: #9e9e9e url("../img/ico-arrow-forum-return.png") no-repeat left;
    color: #FFF;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700; }

/* Login Items
============================================================================= */
.header-user {
  background: #212121;
  color: #8c8c8c;
  text-align: right;
  padding: 8px 0;
  font-weight: 600;
  font-size: .8em; }
  .header-user a {
    color: #FFF;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: capitalize; }

/* Login Page */
.page-login {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2c2c2c;
  padding: 20% 0;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .page-login {
      padding: 100px 0; } }
  .page-login .global-container {
    width: 276px; }
  .page-login p {
    line-height: 1.2;
    font-size: .8em; }
  .page-login a {
    color: inherit; }
  .page-login h3 {
    font-size: 1.5em; }
  .page-login .error {
    background: #9e1c20 !important;
    padding: 10px !important; }

#mepr_forgot_password_form,
#mepr_loginform {
  font-weight: 400;
  font-size: .9em; }
  #mepr_forgot_password_form p,
  #mepr_loginform p {
    margin: 0;
    padding: 0;
    font-size: 1em; }
  #mepr_forgot_password_form p.submit,
  #mepr_loginform p.submit {
    text-align: right; }
  #mepr_forgot_password_form br,
  #mepr_loginform br {
    display: none; }
  #mepr_forgot_password_form label,
  #mepr_forgot_password_form label strong,
  #mepr_loginform label,
  #mepr_loginform label strong {
    font: inherit; }
  #mepr_forgot_password_form label,
  #mepr_loginform label {
    display: block; }
  #mepr_forgot_password_form input[type="text"],
  #mepr_forgot_password_form input[type="password"],
  #mepr_forgot_password_form input[type="email"],
  #mepr_loginform input[type="text"],
  #mepr_loginform input[type="password"],
  #mepr_loginform input[type="email"] {
    background: #FFF;
    width: 100% !important;
    font: inherit !important;
    margin: 10px 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px !important; }
  #mepr_forgot_password_form input[type="submit"],
  #mepr_loginform input[type="submit"] {
    display: inline-block;
    background: #9e1c20;
    color: #FFF;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px 15px;
    line-height: 1;
    font: inherit; }

/* Login */
.login {
  padding: 20px 0;
  background: #141414;
  color: #979797;
  font-weight: 600; }
  .login form {
    display: inline-block;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .login form {
        display: block;
        padding: 0; } }
    .login form input[type="text"], .login form input[type="password"],
    .login form input[type="submit"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      padding: 8px 10px;
      background: #d4d4d4;
      font-family: "proxima-nova",sans-serif;
      font-size: 1em;
      font-style: italic;
      font-weight: 600;
      outline: 0; }
      .login form input[type="text"]:focus, .login form input[type="text"]:active, .login form input[type="password"]:focus, .login form input[type="password"]:active,
      .login form input[type="submit"]:focus,
      .login form input[type="submit"]:active {
        outline: 0; }
      @media only screen and (max-width: 768px) {
        .login form input[type="text"], .login form input[type="password"],
        .login form input[type="submit"] {
          width: 100%; } }
    .login form input[type="submit"] {
      background: #9e1c20;
      color: #EEE;
      font-style: normal;
      text-transform: uppercase;
      width: 150px;
      -webkit-transition: opacity .25s;
      -moz-transition: opacity .25s;
      -ms-transition: opacity .25s;
      -o-transition: opacity .25s;
      transition: opacity .25s;
      cursor: pointer;
      outline: 0; }
      .login form input[type="submit"]:hover {
        opacity: .9; }
      @media only screen and (max-width: 768px) {
        .login form input[type="submit"] {
          width: 100%; } }
  .login p {
    padding: 0;
    margin: 0;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .login p {
        display: block;
        padding: 0; } }

.mepr_product_link {
  background: #9e1c20;
  color: #FFF;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1;
  padding: 1em;
  margin: 0 0 1em 0;
  -webkit-transition: opacity .25s;
  -moz-transition: opacity .25s;
  -ms-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  cursor: pointer;
  outline: 0;
  display: block; }

/* MemberPress Forms */
.mepr-form-input {
  width: 60%; }

.mepr_signup_table tr td {
  padding: 2px; }

/* Account page */
div#mepr-account-nav {
  margin-bottom: 25px; }

table#mepr-account-table {
  width: 100%; }

table#mepr-account-table,
table#mepr-account-table tr,
table#mepr-account-table td {
  background: none;
  border: none; }

table#mepr-account-subscriptions-table,
table#mepr-account-payments-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

table#mepr-account-subscriptions-table th,
table#mepr-account-payments-table th {
  text-align: left; }

tr.mepr-subscription-row td,
tr.mepr-payment-row td {
  padding: 5px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }

tr.mepr-subscription-row td:first-child,
tr.mepr-payment-row td:first-child {
  border-left: 1px solid #dedede; }

tr.mepr-subscription-row td:last-child,
tr.mepr-payment-row td:last-child {
  border-right: 1px solid #dedede; }

/*
table#mepr-account-payments-table,
table#mepr-account-payments-table tr,
table#mepr-account-payments-table td {
  background:none;
  border:none;
}
*/
tr.mepr-alt-row {
  background: #dedede; }

.mepr-nav-item {
  padding: 0 10px 0 0; }

.mepr-active-nav-tab {
  font-weight: bold; }

#mepr_no_val {
  display: none !important;
  margin: 0;
  padding: 0; }

.mepr-active, .mepr-inactive {
  font-weight: bold; }

.mepr-active {
  color: limegreen; }

.mepr-inactive {
  color: darkred; }

.mepr-account-terms, .mepr-account-subscr-id, .mepr-account-rebill {
  font-size: 75%;
  font-weight: bold;
  font-style: italic;
  color: #464646; }

#mepr-subscriptions-tabs {
  margin-bottom: 15px; }

.error {
  padding: 5px 5px 0 5px;
  margin-bottom: 15px;
  background-color: #ffebe8; }

.error ul {
  list-style-type: none; }

.mepr-signup-form input,
.mepr-signup-form select,
.mepr-signup-form textarea {
  font-family: inherit;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.mepr-signup-form input,
.mepr-signup-form textarea {
  border: 1px solid #DDD;
  padding: 10px;
  border-radius: 4px; }
.mepr-signup-form input[type="submit"],
.mepr-signup-form button {
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  background: #9e1c20;
  color: #FFF;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: opacity .25s;
  -moz-transition: opacity .25s;
  transition: opacity .25s; }
  .mepr-signup-form input[type="submit"]:hover,
  .mepr-signup-form button:hover {
    opacity: .8; }
.mepr-signup-form .mepr_signup_table_row {
  *zoom: 1;
  margin-bottom: 10px; }
  .mepr-signup-form .mepr_signup_table_row:before, .mepr-signup-form .mepr_signup_table_row:after {
    content: "";
    display: table; }
  .mepr-signup-form .mepr_signup_table_row:after {
    clear: both; }
  .mepr-signup-form .mepr_signup_table_row > label,
  .mepr-signup-form .mepr_signup_table_row .mepr_price_cell,
  .mepr-signup-form .mepr_signup_table_row .mepr-form-input {
    display: block;
    float: left; }
  .mepr-signup-form .mepr_signup_table_row > label {
    width: 40%;
    padding: 10px 0; }
  .mepr-signup-form .mepr_signup_table_row .mepr_price_cell,
  .mepr-signup-form .mepr_signup_table_row .mepr-form-input {
    width: 60%; }
  .mepr-signup-form .mepr_signup_table_row .mepr_price_cell {
    font-size: 1.2em;
    font-weight: 700; }

/* Membership Page
============================================================================= */
.membership .membership-header {
  padding: 64px 0 0 0; }
  .membership .membership-header .background {
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(33, 33, 33, 0)), color-stop(100%, rgba(0, 0, 0, 0.84)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(33, 33, 33, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212121', endColorstr='#d6000000',GradientType=0 );
    /* IE6-9 */ }
  .membership .membership-header .overlay {
    background: url("../img/img_ex_header_overlay.png") repeat-y center top; }
  .membership .membership-header .global-container {
    padding: 12% 0;
    color: #FFF;
    text-align: center; }
    .membership .membership-header .global-container .title {
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      font-size: 3.2em;
      margin-bottom: 30px; }
    .membership .membership-header .global-container .subtitle {
      font-size: 1.4em;
      font-weight: 600;
      margin-bottom: 30px; }
    .membership .membership-header .global-container .register a {
      display: inline-block;
      background: #9e1c20;
      color: inherit;
      text-decoration: none;
      padding: .75em 3.5em;
      line-height: 1;
      font-weight: 600;
      font-size: 1.1em;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
.membership .membership-features {
  background: #f3f3f3;
  padding: 8% 0; }
  .membership .membership-features .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .membership .membership-features .col {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
    .membership .membership-features .col .icon img {
      width: 64px;
      height: 64px;
      vertical-align: top;
      margin-bottom: 40px; }
    .membership .membership-features .col .title {
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      font-size: 1.4em;
      font-weight: 600;
      margin-bottom: 20px;
      letter-spacing: normal; }
    .membership .membership-features .col .description {
      line-height: 1.2;
      width: 70%;
      margin: 0 auto;
      color: #707070; }
.membership .membership-details {
  padding: 8% 0; }
  .membership .membership-details hr.line {
    border: 0;
    margin: 0 0 3em 0;
    border-top: 7px solid #9e1c20; }
  .membership .membership-details .tab-nav {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .membership .membership-details .tab-nav {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
    .membership .membership-details .tab-nav .tab-name {
      display: block;
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      font-size: 1.8em;
      line-height: 1.2;
      letter-spacing: normal;
      font-weight: 600;
      text-decoration: none;
      color: #222;
      margin-bottom: 10px;
      -webkit-transition: all .25s;
      -moz-transition: all .25s;
      transition: all .25s; }
      .membership .membership-details .tab-nav .tab-name:after {
        display: inline-block;
        content: '';
        vertical-align: middle;
        margin-left: 16px;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent #9e1c20 transparent #9e1c20; }
    .membership .membership-details .tab-nav .register a {
      display: inline-block;
      background: #9e1c20;
      color: #FFF;
      text-decoration: none;
      margin-top: 20px;
      padding: .75em 3.5em;
      line-height: 1;
      font-weight: 600;
      font-size: 1.1em;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
  .membership .membership-details .tab-container {
    display: inline;
    float: left;
    width: 63.3333333333%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .membership .membership-details .tab-container {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .membership .membership-details .tab-container .tab-content {
      color: #707070; }
      .membership .membership-details .tab-container .tab-content h1, .membership .membership-details .tab-container .tab-content h2, .membership .membership-details .tab-container .tab-content h3, .membership .membership-details .tab-container .tab-content h4, .membership .membership-details .tab-container .tab-content h5, .membership .membership-details .tab-container .tab-content h6 {
        font-weight: 400;
        color: #000; }
.membership .membership-quotes {
  background: #dadada;
  color: #222;
  padding: 8% 0; }
  .membership .membership-quotes .global-container {
    width: 60%; }
    @media screen and (max-width: 1023px) {
      .membership .membership-quotes .global-container {
        width: 70%; } }
    @media screen and (max-width: 767px) {
      .membership .membership-quotes .global-container {
        width: 80%; } }
    @media screen and (max-width: 599px) {
      .membership .membership-quotes .global-container {
        width: 90%; } }
    .membership .membership-quotes .global-container .quote {
      *zoom: 1; }
      .membership .membership-quotes .global-container .quote:before, .membership .membership-quotes .global-container .quote:after {
        content: "";
        display: table; }
      .membership .membership-quotes .global-container .quote:after {
        clear: both; }
      .membership .membership-quotes .global-container .quote .image {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 30%;
        border: 7px solid #bbb;
        background: #434d60;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%; }
        .membership .membership-quotes .global-container .quote .image img {
          max-width: 100%;
          height: auto;
          vertical-align: top;
          opacity: .78;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%; }
      .membership .membership-quotes .global-container .quote .details {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 60%;
        padding: 0 0 0 60px; }
        .membership .membership-quotes .global-container .quote .details h4 {
          font-family: 'TrimWebThin',sans-serif;
          letter-spacing: 1px;
          font-size: 1.6em;
          text-transform: uppercase;
          letter-spacing: normal;
          margin-bottom: 2em; }
        .membership .membership-quotes .global-container .quote .details .content {
          font-size: 1.6em;
          font-style: italic;
          margin-bottom: 30px;
          line-height: 1.3;
          position: relative; }
          .membership .membership-quotes .global-container .quote .details .content:after {
            content: "";
            background: url("../img/ico-membership-quotes.png");
            width: 36px;
            height: 27px;
            display: block;
            position: absolute;
            top: 0;
            left: -40px; }
        .membership .membership-quotes .global-container .quote .details .name {
          text-transform: uppercase;
          font-weight: 600;
          line-height: 1;
          margin-bottom: 5px; }
        .membership .membership-quotes .global-container .quote .details .position {
          font-style: italic;
          font-size: .9em;
          line-height: 1; }
.membership .membership-footer {
  background: #2c2c2c;
  position: relative; }
  .membership .membership-footer .background {
    position: absolute;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .membership .membership-footer .global-container {
    position: relative;
    text-align: center;
    color: #FFF;
    padding: 8% 0; }
    .membership .membership-footer .global-container .title {
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      font-size: 5em;
      margin-bottom: 40px;
      letter-spacing: normal; }
    .membership .membership-footer .global-container .subtitle {
      font-size: 1.2em;
      width: 450px;
      margin: 0 auto 30px auto; }
    .membership .membership-footer .global-container .register a {
      display: inline-block;
      background: #FFF;
      color: #9e1c20;
      text-decoration: none;
      padding: .75em 3.5em;
      line-height: 1;
      font-weight: 600;
      font-size: 1.1em;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }

/* Newsletters Page
============================================================================= */
.newsletters .newsletters-header {
  padding: 64px 0 0 0;
  background: #e9e9e9 url("../img/bg-newsletter-header.jpg") center bottom;
  background-size: cover; }
  .newsletters .newsletters-header .global-container {
    padding: 8% 0 0 0;
    width: 980px; }
    @media screen and (max-width: 767px) {
      .newsletters .newsletters-header .global-container {
        padding: 5% 0; } }
  .newsletters .newsletters-header .left {
    display: inline;
    float: left;
    width: 38.3333333333%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .newsletters .newsletters-header .left {
        display: none; } }
    .newsletters .newsletters-header .left img {
      max-width: 100%;
      height: auto;
      vertical-align: top; }
  .newsletters .newsletters-header .right {
    display: inline;
    float: left;
    width: 55.0%;
    margin: 0 1.6666666667%;
    line-height: 1;
    padding-top: 10%; }
    @media screen and (max-width: 767px) {
      .newsletters .newsletters-header .right {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        padding: 0; } }
    .newsletters .newsletters-header .right .title {
      font-size: 1.5em;
      font-weight: 600;
      text-transform: uppercase;
      color: #212121; }
    .newsletters .newsletters-header .right .subtitle {
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      font-size: 3.4em;
      letter-spacing: normal;
      color: #2d2d2d;
      margin: 20px 0; }
    .newsletters .newsletters-header .right .tagline {
      font-size: 1.3em;
      font-weight: 600;
      color: #2d2d2d;
      margin: 0 0 30px 0; }
    .newsletters .newsletters-header .right .description {
      color: #4f4f4f;
      line-height: 1.4;
      margin-bottom: 30px; }
    .newsletters .newsletters-header .right form {
      position: relative; }
    .newsletters .newsletters-header .right input::-webkit-input-placeholder {
      line-height: 100%; }
    .newsletters .newsletters-header .right input[type="email"],
    .newsletters .newsletters-header .right input[type="text"],
    .newsletters .newsletters-header .right input[type="submit"] {
      display: inline-block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      border: 0;
      border-radius: 0;
      font: inherit;
      font-size: 1.1em;
      font-weight: 500;
      width: 100%;
      background: #6e6e6e;
      color: #FFF;
      font-style: italic;
      padding: 0 30% 0 1em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 3em;
      line-height: 100%; }
    .newsletters .newsletters-header .right input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase;
      width: 30%;
      background: #353535;
      color: #FFF;
      cursor: pointer;
      text-align: center;
      padding: 0; }
.newsletters .newsletters-content .global-container {
  width: 750px; }

/* Learning Communities Page
============================================================================= */
.learning-communities section.header {
  padding: 64px 0 0 0;
  color: #FFF;
  background: #4a4a4a;
  background: -moz-linear-gradient(top, #4a4a4a 0%, #111111 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4a4a4a), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, #4a4a4a 0%, #111111 100%);
  background: -o-linear-gradient(top, #4a4a4a 0%, #111111 100%);
  background: -ms-linear-gradient(top, #4a4a4a 0%, #111111 100%);
  background: linear-gradient(to bottom, #4a4a4a 0%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#111111', GradientType=0 ); }
  .learning-communities section.header .global-container {
    width: 1020px;
    padding: 6% 0 8% 0;
    position: relative; }
  .learning-communities section.header a.video {
    position: relative;
    display: block;
    line-height: 1.2;
    color: #FFF;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.75), inset 0 0 60px black;
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.75), inset 0 0 60px black;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.75), inset 0 0 60px black;
    padding: 4em 5em;
    text-decoration: none; }
    .learning-communities section.header a.video .background {
      display: block;
      background: #000;
      opacity: .35;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .learning-communities section.header a.video .overlay {
      display: block;
      position: relative;
      z-index: 2; }
    .learning-communities section.header a.video .title {
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      font-size: 3.2em;
      letter-spacing: normal;
      margin-bottom: 10px; }
    .learning-communities section.header a.video .subtitle {
      font-weight: 600; }
    .learning-communities section.header a.video .icon {
      text-align: center;
      margin: 30px 0; }
      .learning-communities section.header a.video .icon img {
        vertical-align: top; }
.learning-communities section.overview {
  background: #e2e2e2; }
  .learning-communities section.overview .left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 55.0%;
    margin: 0 1.6666666667%;
    color: #2d2d2d; }
    @media screen and (max-width: 767px) {
      .learning-communities section.overview .left {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
    .learning-communities section.overview .left h3 {
      font-size: 1.6em;
      line-height: 1; }
    .learning-communities section.overview .left .button {
      display: inline-block;
      background: #9e1c20;
      color: #FFF;
      line-height: 1;
      padding: .65em 2em;
      font-weight: 600;
      text-decoration: none;
      font-size: 1.2em; }
  .learning-communities section.overview .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 34.1666666667%;
    margin: 0 1.6666666667%;
    margin-left: 5.8333333333%;
    background: #bdbdbd;
    color: #333;
    padding: 2em 2.5em;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .learning-communities section.overview .right {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .learning-communities section.overview .right .quote {
      font-style: italic;
      font-size: 1.3em;
      font-weight: 100;
      margin-bottom: 10px;
      line-height: 1.2; }
    .learning-communities section.overview .right .name {
      font-weight: 600;
      font-size: 1.1em;
      line-height: 1.5; }
    .learning-communities section.overview .right .title {
      font-size: .9em;
      font-weight: 600; }
.learning-communities section.details {
  padding: 6% 0 0 0; }
  .learning-communities section.details .global-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em 0; }
  .learning-communities section.details h2.title {
    border-bottom: 7px solid #c9c9c9;
    border-bottom: 7px solid #c9c9c9;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    font-size: 1.6em;
    font-weight: 600; }
  .learning-communities section.details .tab-nav {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .learning-communities section.details .tab-nav {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
    .learning-communities section.details .tab-nav .tab-name {
      display: block;
      font-family: "proxima-nova",sans-serif;
      font-size: 1.15em;
      line-height: 1.1;
      letter-spacing: normal;
      font-weight: 600;
      text-decoration: none;
      color: #222;
      margin-bottom: 7px;
      -webkit-transition: all .25s;
      -moz-transition: all .25s;
      transition: all .25s; }
      .learning-communities section.details .tab-nav .tab-name.selected {
        color: #9d1c21; }
      .learning-communities section.details .tab-nav .tab-name:after {
        display: inline-block;
        content: '';
        vertical-align: middle;
        margin-left: 16px;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent #9e1c20 transparent #9e1c20; }
    .learning-communities section.details .tab-nav .register a {
      display: inline-block;
      background: #9e1c20;
      color: #FFF;
      text-decoration: none;
      margin-top: 20px;
      padding: .75em 3.5em;
      line-height: 1;
      font-weight: 600;
      font-size: 1.1em;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
  .learning-communities section.details .tab-container {
    display: inline;
    float: left;
    width: 63.3333333333%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .learning-communities section.details .tab-container {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .learning-communities section.details .tab-container .tab-content {
      color: #121212; }
      .learning-communities section.details .tab-container .tab-content h1, .learning-communities section.details .tab-container .tab-content h2, .learning-communities section.details .tab-container .tab-content h3, .learning-communities section.details .tab-container .tab-content h4, .learning-communities section.details .tab-container .tab-content h5, .learning-communities section.details .tab-container .tab-content h6 {
        font-weight: 400;
        color: #000; }
.learning-communities section.opportunities {
  padding: 6% 0 8% 0;
  color: #333; }
  .learning-communities section.opportunities h2.title {
    color: #000;
    border-bottom: 7px solid #c9c9c9;
    border-bottom: 7px solid #c9c9c9;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    font-size: 1.6em;
    font-weight: 600; }

/* Digital Access Pass Page
============================================================================= */
.digital-access-pass section.header {
  padding: 64px 0 0 0;
  color: #FFF;
  background: #242424;
  position: relative; }
  .digital-access-pass section.header .global-container {
    width: 1020px;
    padding: 10% 0 10% 0;
    position: relative;
    text-align: center;
    z-index: 2;
    width: 730px;
    line-height: 1.5; }
  .digital-access-pass section.header .background {
    display: block;
    background: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .digital-access-pass section.header .title {
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    font-size: 3.2em;
    letter-spacing: normal; }
  .digital-access-pass section.header .subtitle {
    font-weight: 600;
    padding: 20px 0;
    font-size: 1.2em; }
  .digital-access-pass section.header .description {
    font-size: 1.1em; }
.digital-access-pass section.passes {
  padding: 8% 0;
  color: #333; }

/* Tools Page
============================================================================= */
.tools section.header {
  padding: 64px 0 0 0;
  color: #FFF;
  background: #242424;
  position: relative; }
  .tools section.header .global-container {
    width: 1020px;
    padding: 10% 0 10% 0;
    position: relative;
    text-align: center;
    z-index: 2;
    width: 730px;
    line-height: 1.5; }
  .tools section.header .background {
    display: block;
    background: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .tools section.header .title {
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    font-size: 3.2em;
    letter-spacing: normal; }
  .tools section.header .subtitle {
    font-weight: 600;
    padding: 20px 0;
    font-size: 1.2em; }
  .tools section.header .description {
    font-size: 1.1em; }
.tools section.tools-list {
  padding: 8% 0;
  color: #333; }

/* Single Person 
============================================================================= */
.person-archive .person-header {
  padding: 64px 0 0 0;
  background: #000;
  color: #FFF; }
  .person-archive .person-header .global-container {
    margin-top: 5%;
    position: relative; }
    .person-archive .person-header .global-container:after {
      display: block;
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 30px 0 30px;
      border-color: #000 transparent transparent transparent; }
  .person-archive .person-header .col {
    display: inline;
    float: left;
    width: 46.6666666667%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .person-archive .person-header .col {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
    .person-archive .person-header .col .title {
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      font-size: 2em;
      margin-top: 3em; }
      @media screen and (max-width: 767px) {
        .person-archive .person-header .col .title {
          margin-top: 0; } }
    .person-archive .person-header .col .subtitle {
      font-weight: 600;
      font-style: italic; }
    .person-archive .person-header .col .bio {
      margin: 2em 0 2em 0; }
      .person-archive .person-header .col .bio p:first-child {
        display: inline; }
        .person-archive .person-header .col .bio p:first-child:after {
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          transition: all .3s; }
      .person-archive .person-header .col .bio p:before {
        display: block;
        content: "";
        height: 1px; }
      .person-archive .person-header .col .bio.expanded p:first-child:after {
        display: block;
        content: " ";
        margin-bottom: 1em; }
      .person-archive .person-header .col .bio .more {
        display: inline-block; }
    .person-archive .person-header .col .more {
      background: #333;
      color: #FFF;
      text-decoration: none;
      display: inline-block;
      padding: 0 3px 2px 3px;
      line-height: 1; }
    .person-archive .person-header .col .image img {
      width: 100%;
      max-width: 100%;
      vertical-align: top; }
.person-archive .person-resources {
  padding: 60px 0 30px 0; }
  .person-archive .person-resources h2 {
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: normal; }
.person-archive .books .book {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  font-size: .9em;
  margin-bottom: 2em; }
  .person-archive .books .book img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 10px; }
  .person-archive .books .book span {
    display: block; }
  .person-archive .books .book .title {
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.2; }
  .person-archive .books .book .author {
    font-style: italic;
    margin-top: 10px;
    line-height: 1.2;
    font-size: .9em; }
.person-archive .books h4 {
  font-size: 1.2em;
  font-weight: 900; }
.person-archive .books .other-books {
  display: block;
  padding: 0; }
  .person-archive .books .other-books li {
    position: relative;
    display: block;
    line-height: 1.2;
    font-size: .85em;
    margin-bottom: 1em;
    padding: 0 0 0 2em; }
    .person-archive .books .other-books li:before {
      left: 0;
      top: 5px;
      height: 8px;
      width: 8px;
      display: inline-block;
      content: "";
      background: #9e1c20;
      position: absolute;
      line-height: 1;
      border-radius: 100%; }
    .person-archive .books .other-books li a {
      text-decoration: none;
      color: #000; }
      .person-archive .books .other-books li a span {
        line-height: inherit; }

.front-page .header {
  padding: 64px 0 0 0;
  position: relative;
  background-color: #000;
  color: #FFF; }
  .front-page .header .background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0; }
  .front-page .header .global-container {
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 75px 0;
    line-height: 1; }
  .front-page .header .title {
    font-size: 1.533em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 15px; }
  .front-page .header .subtitle {
    font-size: 1.227em;
    font-family: 'TrimWebThin',sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px; }
  .front-page .header .button {
    display: inline-block;
    text-decoration: none;
    font-size: 0.776em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.front-page .blocks {
  background: #e6e6e6;
  padding: 60px 0; }
  .front-page .blocks .row {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1; }
    .front-page .blocks .row:before, .front-page .blocks .row:after {
      content: "";
      display: table; }
    .front-page .blocks .row:after {
      clear: both; }
  .front-page .blocks .block {
    position: relative;
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%;
    margin-bottom: 30px !important;
    background: #FFF;
    color: #000; }
    @media screen and (max-width: 1023px) {
      .front-page .blocks .block {
        display: inline;
        float: left;
        width: 46.6666666667%;
        margin: 0 1.6666666667%; } }
    @media screen and (max-width: 767px) {
      .front-page .blocks .block {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .front-page .blocks .block .block-header {
      position: relative;
      background: #000;
      height: 275px;
      text-align: center;
      box-shadow: inset 0 0 120px 10px black;
      background-size: cover !important;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s; }
      .front-page .blocks .block .block-header:hover {
        box-shadow: inset 0 0 80px 0 black; }
      .front-page .blocks .block .block-header a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2; }
      .front-page .blocks .block .block-header .curator {
        position: absolute;
        bottom: 14px;
        color: #FFF;
        width: 100%; }
        .front-page .blocks .block .block-header .curator .curator-image {
          display: inline-block;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background-size: contain !important;
          vertical-align: middle; }
        .front-page .blocks .block .block-header .curator .curator-details {
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          line-height: 1;
          font-weight: 600;
          margin-left: 10px; }
          .front-page .blocks .block .block-header .curator .curator-details span {
            font-size: 0.800em; }
          .front-page .blocks .block .block-header .curator .curator-details .name {
            font-size: 1.067em; }
    .front-page .blocks .block .block-content {
      padding: 30px 20px;
      text-align: center; }
      .front-page .blocks .block .block-content .title {
        font-weight: 600;
        font-size: 1.467em;
        line-height: 1;
        margin-bottom: 14px; }
      .front-page .blocks .block .block-content .description {
        font-size: 0.933em;
        line-height: 1.5; }
      .front-page .blocks .block .block-content .button {
        display: inline-block;
        border: 2px solid #c2c2c2;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.933em;
        line-height: 1;
        padding: 15px 10px; }
    .front-page .blocks .block.block-large {
      display: inline;
      float: left;
      width: 63.3333333333%;
      margin: 0 1.6666666667%; }
      .front-page .blocks .block.block-large .block-content {
        padding: 30px 75px; }
      @media screen and (max-width: 1023px) {
        .front-page .blocks .block.block-large {
          display: inline;
          float: left;
          width: 46.6666666667%;
          margin: 0 1.6666666667%; }
          .front-page .blocks .block.block-large .block-content {
            padding: 30px; } }
      @media screen and (max-width: 767px) {
        .front-page .blocks .block.block-large {
          display: inline;
          float: left;
          width: 96.6666666667%;
          margin: 0 1.6666666667%; } }
    .front-page .blocks .block.block-description {
      text-align: left;
      background: #282828;
      color: #FFF; }
      .front-page .blocks .block.block-description a {
        color: inherit; }
      .front-page .blocks .block.block-description .block-content {
        text-align: left;
        padding: 70px 45px 30px 45px; }
      .front-page .blocks .block.block-description .title {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.200em;
        line-height: 1;
        margin-bottom: 14px; }
      .front-page .blocks .block.block-description .description {
        font-size: 0.933em;
        line-height: 1.5;
        color: #9c9c9c; }
      .front-page .blocks .block.block-description .social {
        font-size: 1.4em;
        margin-right: 6px; }
.front-page .footer {
  padding: 90px 0 50px 0;
  position: relative;
  background-color: #1f1f1f;
  color: #FFF;
  *zoom: 1; }
  .front-page .footer:before, .front-page .footer:after {
    content: "";
    display: table; }
  .front-page .footer:after {
    clear: both; }
  .front-page .footer .ad {
    display: inline;
    float: left;
    width: 46.6666666667%;
    margin: 0 1.6666666667%;
    margin-bottom: 40px !important;
    position: relative;
    background: #000;
    color: #FFF;
    overflow: hidden;
    position: relative;
    line-height: 1; }
    .front-page .footer .ad:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.8965517241%; }
    .front-page .footer .ad > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media screen and (max-width: 1023px) {
      .front-page .footer .ad {
        font-size: .9em; } }
    @media screen and (max-width: 767px) {
      .front-page .footer .ad {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .front-page .footer .ad .background {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 0;
      background-size: cover !important;
      opacity: .6; }
    .front-page .footer .ad .inner {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 2; }
      .front-page .footer .ad .inner .table {
        display: table;
        width: 100%;
        height: 100%; }
      .front-page .footer .ad .inner .cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
    .front-page .footer .ad .title {
      font-size: 1.533em;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .07em;
      margin-bottom: 15px; }
    .front-page .footer .ad .subtitle {
      font-size: 1.227em;
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px;
      font-weight: 600;
      margin-bottom: 20px; }
    .front-page .footer .ad .button {
      background: #96221f;
      display: inline-block;
      text-decoration: none;
      font-size: 0.776em;
      text-transform: uppercase;
      font-weight: 700;
      padding: 6px 10px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }

.channel .spacer {
  padding-top: 64px; }
.channel .header {
  position: relative;
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 55px 0; }
  .channel .header .background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: .5; }
  .channel .header .global-container {
    position: relative;
    z-index: 1;
    *zoom: 1; }
    .channel .header .global-container:before, .channel .header .global-container:after {
      content: "";
      display: table; }
    .channel .header .global-container:after {
      clear: both; }
  .channel .header .pretitle {
    font-size: 0.800em; }
  .channel .header .title {
    font-weight: 600;
    font-size: 4.500em;
    margin-bottom: 4px; }
  .channel .header .description {
    width: 62%;
    font-size: 0.933em;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .channel .header .description {
        width: 100%; } }
  .channel .header .curator-image {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 16px;
    background-size: cover !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .channel .header .curator span {
    display: block;
    font-size: 0.800em;
    margin: 10px 0 6px 0; }
  .channel .header .curator .name {
    font-size: 1.067em;
    font-weight: 600; }
.channel .latest {
  padding: 40px 0;
  background: #1d1d1d;
  color: #FFF; }
  .channel .latest .row {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1; }
    .channel .latest .row:before, .channel .latest .row:after {
      content: "";
      display: table; }
    .channel .latest .row:after {
      clear: both; }
  .channel .latest .latest-slider {
    display: inline;
    float: left;
    width: 63.3333333333%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .channel .latest .latest-slider {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .channel .latest .latest-slider .slide {
      background-size: cover !important;
      width: 100%;
      position: relative; }
      .channel .latest .latest-slider .slide:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 52.5316455696%; }
      .channel .latest .latest-slider .slide > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media screen and (max-width: 767px) {
        .channel .latest .latest-slider .slide {
          position: relative; }
          .channel .latest .latest-slider .slide:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 75%; }
          .channel .latest .latest-slider .slide > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
      .channel .latest .latest-slider .slide .info {
        position: absolute;
        background: rgba(29, 29, 29, 0.9);
        bottom: 20px;
        left: 0;
        width: 80%;
        padding: 18px 30px; }
        @media screen and (max-width: 1023px) {
          .channel .latest .latest-slider .slide .info {
            padding: 15px; } }
        @media screen and (max-width: 767px) {
          .channel .latest .latest-slider .slide .info {
            line-height: 1.3;
            bottom: 10px; } }
        .channel .latest .latest-slider .slide .info .title {
          font-family: 'TrimWebThin',sans-serif;
          letter-spacing: 1px;
          font-weight: 600;
          font-size: 1.333em; }
          @media screen and (max-width: 1023px) {
            .channel .latest .latest-slider .slide .info .title {
              font-size: 1.1em; } }
          @media screen and (max-width: 767px) {
            .channel .latest .latest-slider .slide .info .title {
              font-size: 1em;
              margin-bottom: 5px; } }
        .channel .latest .latest-slider .slide .info .subtitle {
          font-size: 0.933em;
          letter-spacing: 1px; }
      .channel .latest .latest-slider .slide a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1; }
    .channel .latest .latest-slider .cycle-pager {
      float: right;
      margin-top: 13px; }
      .channel .latest .latest-slider .cycle-pager span {
        display: block;
        float: left;
        height: 12px;
        width: 12px;
        background: #9e1c20;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        margin-left: 9px;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        transition: background .3s;
        cursor: pointer; }
      .channel .latest .latest-slider .cycle-pager .cycle-pager-active,
      .channel .latest .latest-slider .cycle-pager span:hover {
        background: #6c2c2a; }
  .channel .latest .rss {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .channel .latest .rss {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .channel .latest .rss .title {
      text-transform: uppercase;
      font-weight: 600;
      border-bottom: 1px solid #343434;
      padding-bottom: 14px; }
    .channel .latest .rss a {
      display: block;
      border-bottom: 1px solid #343434;
      text-decoration: none;
      padding: 12px 30px 12px 0;
      background: url("../img/channel-rss-arrow.svg") no-repeat right top 14px; }
      .channel .latest .rss a .post-title {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #e2e2e2;
        font-weight: 600;
        font-size: 1.067em;
        margin-bottom: 8px; }
      .channel .latest .rss a .post-author {
        font-size: 0.867em;
        color: #7a7a7a;
        font-style: italic; }
.channel .blocks {
  background: #e6e6e6;
  padding: 50px 0; }
  .channel .blocks #loading {
    float: left;
    width: 100%;
    height: 200px;
    background: url("../img/ico-gears.gif") center center no-repeat; }
  .channel .blocks .load-more {
    clear: both;
    display: block;
    width: 300px;
    border: 2px solid #000;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.133em;
    font-weight: 700;
    padding: 16px 0;
    color: #000;
    line-height: 1; }
  .channel .blocks .row {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1;
    position: relative; }
    .channel .blocks .row:before, .channel .blocks .row:after {
      content: "";
      display: table; }
    .channel .blocks .row:after {
      clear: both; }
    .channel .blocks .row .block {
      display: inline;
      float: left;
      width: 30%;
      margin: 0 1.6666666667%;
      margin-bottom: 40px !important;
      background: #FFF;
      position: relative;
      line-height: 1;
      overflow: hidden; }
      @media screen and (max-width: 1023px) {
        .channel .blocks .row .block {
          display: inline;
          float: left;
          width: 46.6666666667%;
          margin: 0 1.6666666667%; } }
      @media screen and (max-width: 767px) {
        .channel .blocks .row .block {
          display: inline;
          float: left;
          width: 96.6666666667%;
          margin: 0 1.6666666667%; } }
      .channel .blocks .row .block .aspect {
        position: relative;
        padding-top: 100%;
        z-index: 0; }
      .channel .blocks .row .block a {
        color: inherit;
        text-decoration: none; }
      .channel .blocks .row .block a.panel {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1; }
      .channel .blocks .row .block .inner {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: #FFF; }
        .channel .blocks .row .block .inner .table {
          display: table;
          width: 100%;
          height: 100%; }
        .channel .blocks .row .block .inner .cell {
          display: table-cell;
          vertical-align: middle; }
      .channel .blocks .row .block .title {
        font-weight: 600; }
      .channel .blocks .row .block .author,
      .channel .blocks .row .block .subtitle {
        font-size: 0.933em; }
      .channel .blocks .row .block .more {
        display: inline-block;
        font-size: 0.933em;
        text-transform: uppercase;
        text-decoration: underline;
        font-weight: 700; }
    .channel .blocks .row .ebook {
      text-align: center; }
      .channel .blocks .row .ebook .cover {
        max-width: 40%;
        margin: 0 auto 20px auto; }
        .channel .blocks .row .ebook .cover img {
          max-width: 100%;
          max-height: 100%;
          vertical-align: top;
          border: 1px solid #CCC; }
      .channel .blocks .row .ebook .title {
        margin-bottom: 8px; }
      .channel .blocks .row .ebook .more {
        margin-top: 8px; }
    .channel .blocks .row .post .aspect {
      background-size: cover !important;
      box-shadow: inset 0 0 80px 10px rgba(0, 0, 0, 0.8); }
    .channel .blocks .row .post .inner {
      background: #FFF;
      padding: 30px 25px;
      top: auto;
      text-align: center;
      line-height: 1.4; }
      @media screen and (max-width: 1023px) {
        .channel .blocks .row .post .inner {
          padding: 30px 25px; } }
    .channel .blocks .row .post .subtitle {
      margin-top: 8px; }
    .channel .blocks .row .video .inner {
      background: #1d1d1d; }
    .channel .blocks .row .video .media-info {
      color: #FFF;
      padding: 30px 25px;
      text-align: center;
      line-height: 1.3; }
      @media screen and (max-width: 1023px) {
        .channel .blocks .row .video .media-info {
          padding: 30px 25px; } }
    .channel .blocks .row .video .subtitle {
      margin-top: 8px; }
    .channel .blocks .row .quote {
      background: #000; }
      .channel .blocks .row .quote .aspect {
        background-size: cover !important;
        opacity: .4; }
      .channel .blocks .row .quote .inner {
        background: transparent;
        color: #FFF;
        padding: 70px 30px 30px 30px; }
        @media screen and (max-width: 1023px) {
          .channel .blocks .row .quote .inner {
            padding: 70px 30px 30px 30px; } }
      .channel .blocks .row .quote .quote {
        background: transparent;
        font-family: 'TrimWebThin',sans-serif;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 1.4em;
        font-style: italic;
        line-height: 1.5;
        text-align: center; }
        @media screen and (max-width: 1023px) {
          .channel .blocks .row .quote .quote {
            font-size: 1.4em; } }
        .channel .blocks .row .quote .quote p {
          display: inline; }
        .channel .blocks .row .quote .quote:before {
          display: block;
          content: "";
          background: url("../img/ico-quote.svg");
          width: 30px;
          height: 23px;
          position: absolute;
          top: 20px;
          left: 20px; }
      .channel .blocks .row .quote .name {
        margin-top: 20px;
        font-size: 0.933em;
        font-weight: 600;
        text-align: right; }
    .channel .blocks .row .audio .inner {
      background: #272727;
      color: #FFF;
      text-align: center;
      box-shadow: inset 0 0 80px 10px rgba(0, 0, 0, 0.8);
      line-height: 1.4; }
      .channel .blocks .row .audio .inner .table .cell {
        padding: 30px; }
        @media screen and (max-width: 1023px) {
          .channel .blocks .row .audio .inner .table .cell {
            padding: 30px; } }
    .channel .blocks .row .audio .subtitle {
      margin-top: 8px; }
    .channel .blocks .row .audio .media {
      width: 100%;
      max-width: 240px;
      margin: 0 auto 30px auto; }
      .channel .blocks .row .audio .media .powerpress_links {
        display: none; }
      .channel .blocks .row .audio .media .mejs-container, .channel .blocks .row .audio .media .mejs-embed, .channel .blocks .row .audio .media .mejs-embed body,
      .channel .blocks .row .audio .media .mejs-container .mejs-controls {
        background: transparent !important;
        height: 65px; }
      .channel .blocks .row .audio .media .mejs-container .mejs-controls .mejs-playpause-button {
        background: transparent !important; }
      .channel .blocks .row .audio .media .mejs-container .mejs-controls .mejs-playpause-button button {
        width: 65px !important;
        height: 65px !important;
        margin: 0;
        padding: 0; }
      .channel .blocks .row .audio .media .mejs-container .mejs-controls .mejs-playpause-button.mejs-play button {
        background: url("../img/audio-play.svg") !important;
        background-size: contain !important; }
      .channel .blocks .row .audio .media .mejs-container .mejs-controls .mejs-playpause-button.mejs-pause button {
        background: url("../img/audio-pause.svg") !important;
        background-size: contain !important; }
      .channel .blocks .row .audio .media .mejs-container .mejs-controls div {
        width: 85px !important;
        height: 65px !important; }
      .channel .blocks .row .audio .media .mejs-time {
        display: none !important; }
      .channel .blocks .row .audio .media .mejs-controls div.mejs-time-rail {
        padding-top: 22px; }
      .channel .blocks .row .audio .media .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
        background-color: #731417 !important; }
      .channel .blocks .row .audio .media .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
        background-color: #9e1c20 !important; }
      .channel .blocks .row .audio .media .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
        background-color: #FFF !important;
        width: 20px; }
      .channel .blocks .row .audio .media .mejs-volume-button {
        display: none !important; }
      .channel .blocks .row .audio .media .mejs-horizontal-volume-total,
      .channel .blocks .row .audio .media .mejs-horizontal-volume-current,
      .channel .blocks .row .audio .media .mejs-horizontal-volume-handle {
        display: none !important; }
      .channel .blocks .row .audio .media .mejs-horizontal-volume-slider {
        width: 0 !important;
        overflow: hidden !important; }
    .channel .blocks .row .event {
      background: #1d1d1d; }
      .channel .blocks .row .event .aspect {
        opacity: .6;
        background-size: cover !important; }
      .channel .blocks .row .event .inner {
        background: transparent;
        color: #FFF;
        padding: 30px;
        text-align: center; }
        @media screen and (max-width: 1023px) {
          .channel .blocks .row .event .inner {
            padding: 30px; } }
      .channel .blocks .row .event .cal {
        background: #676767;
        color: #FFF;
        display: inline-block;
        font-weight: 600;
        text-align: center;
        padding: 10px 10px 6px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 30px; }
        .channel .blocks .row .event .cal .month {
          font-size: 0.933em;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            .channel .blocks .row .event .cal .month {
              font-size: 0.85em; } }
        .channel .blocks .row .event .cal .day {
          font-family: 'TrimWebThin',sans-serif;
          letter-spacing: 1px;
          font-size: 5.733em;
          line-height: .8; }
          @media screen and (max-width: 767px) {
            .channel .blocks .row .event .cal .day {
              font-size: 4em; } }
      .channel .blocks .row .event .title {
        font-size: 0.933em;
        margin-bottom: 8px;
        text-align: left; }
      .channel .blocks .row .event .subtitle {
        font-size: 0.933em;
        line-height: 1.4;
        text-align: left; }
      .channel .blocks .row .event .button {
        margin-top: 20px;
        display: inline-block;
        font-size: 0.933em;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 30px;
        background: #FFF;
        color: #1e1e1e; }
    .channel .blocks .row .download {
      background: #000; }
      .channel .blocks .row .download .aspect {
        opacity: .4;
        background-size: cover !important;
        box-shadow: inset 0 0 80px 10px rgba(0, 0, 0, 0.8); }
      .channel .blocks .row .download .inner {
        background: transparent;
        color: #FFF;
        padding: 30px;
        text-align: center; }
        @media screen and (max-width: 1023px) {
          .channel .blocks .row .download .inner {
            padding: 30px; } }
      .channel .blocks .row .download .title {
        margin-bottom: 10px; }
      .channel .blocks .row .download .subtitle {
        font-size: 0.933em;
        line-height: 1.4; }
      .channel .blocks .row .download .button {
        margin-top: 30px;
        display: inline-block;
        font-size: 1.623em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .1em; }
        .channel .blocks .row .download .button span {
          display: block;
          width: 28px;
          height: 28px;
          margin: 10px auto 0 auto;
          background: url("../img/ico-download.svg") no-repeat;
          background-size: contain; }
  @media screen and (min-width: 1300px) {
    .channel .blocks .two-col .block {
      display: inline;
      float: left;
      width: 46.6666666667%;
      margin: 0 1.6666666667%;
      font-size: 1.2em; }
    .channel .blocks .two-col .post .inner {
      background: #FFF;
      padding: 30px 25px;
      top: auto;
      text-align: center;
      line-height: 1.4; }
    .channel .blocks .two-col .post .subtitle {
      margin-top: 8px; }
    .channel .blocks .two-col .ebook .cover {
      max-width: 50%; }
    .channel .blocks .two-col .video .inner {
      background: #1d1d1d; }
    .channel .blocks .two-col .video .media-info {
      color: #FFF;
      padding: 30px 25px;
      text-align: center;
      line-height: 1.3; }
    .channel .blocks .two-col .video .subtitle {
      margin-top: 8px; }
    .channel .blocks .two-col .quote {
      background: #000; }
      .channel .blocks .two-col .quote .aspect {
        background-size: cover !important;
        opacity: .4; }
      .channel .blocks .two-col .quote .inner {
        background: transparent;
        color: #FFF;
        padding: 70px 30px 30px 30px; }
      .channel .blocks .two-col .quote .quote {
        background: transparent;
        font-family: 'TrimWebThin',sans-serif;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 1.4em;
        font-style: italic;
        line-height: 1.5;
        text-align: center; }
        .channel .blocks .two-col .quote .quote p {
          display: inline; }
        .channel .blocks .two-col .quote .quote:before {
          display: block;
          content: "";
          background: url("../img/ico-quote.svg");
          width: 30px;
          height: 23px;
          position: absolute;
          top: 20px;
          left: 20px; }
      .channel .blocks .two-col .quote .name {
        margin-top: 20px;
        font-size: 0.933em;
        font-weight: 600;
        text-align: right; }
    .channel .blocks .two-col .audio .inner {
      background: #272727;
      color: #FFF;
      text-align: center;
      box-shadow: inset 0 0 80px 10px rgba(0, 0, 0, 0.8);
      line-height: 1.4; }
      .channel .blocks .two-col .audio .inner .table .cell {
        padding: 30px; }
    .channel .blocks .two-col .audio .subtitle {
      margin-top: 8px; }
    .channel .blocks .two-col .audio .media {
      width: 100%;
      max-width: 240px;
      margin: 0 auto 30px auto; }
      .channel .blocks .two-col .audio .media .mejs-container, .channel .blocks .two-col .audio .media .mejs-embed, .channel .blocks .two-col .audio .media .mejs-embed body,
      .channel .blocks .two-col .audio .media .mejs-container .mejs-controls {
        background: transparent !important;
        height: 65px; }
      .channel .blocks .two-col .audio .media .mejs-container .mejs-controls .mejs-playpause-button {
        background: transparent !important; }
      .channel .blocks .two-col .audio .media .mejs-container .mejs-controls .mejs-playpause-button button {
        width: 65px !important;
        height: 65px !important;
        margin: 0;
        padding: 0; }
      .channel .blocks .two-col .audio .media .mejs-container .mejs-controls .mejs-playpause-button.mejs-play button {
        background: url("../img/audio-play.svg") !important;
        background-size: contain !important; }
      .channel .blocks .two-col .audio .media .mejs-container .mejs-controls .mejs-playpause-button.mejs-pause button {
        background: url("../img/audio-pause.svg") !important;
        background-size: contain !important; }
      .channel .blocks .two-col .audio .media .mejs-container .mejs-controls div {
        width: 85px !important;
        height: 65px !important; }
      .channel .blocks .two-col .audio .media .mejs-time {
        display: none !important; }
      .channel .blocks .two-col .audio .media .mejs-controls div.mejs-time-rail {
        padding-top: 22px; }
      .channel .blocks .two-col .audio .media .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
        background-color: #731417 !important; }
      .channel .blocks .two-col .audio .media .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
        background-color: #9e1c20 !important; }
      .channel .blocks .two-col .audio .media .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
        background-color: #FFF !important;
        width: 20px; }
      .channel .blocks .two-col .audio .media .mejs-volume-button {
        display: none !important; }
      .channel .blocks .two-col .audio .media .mejs-horizontal-volume-slider {
        width: 0 !important;
        overflow: hidden !important; }
    .channel .blocks .two-col .event {
      background: #1d1d1d; }
      .channel .blocks .two-col .event .aspect {
        opacity: .6;
        background-size: cover !important; }
      .channel .blocks .two-col .event .inner {
        background: transparent;
        color: #FFF;
        padding: 30px;
        text-align: center; }
      .channel .blocks .two-col .event .cal {
        background: #676767;
        color: #FFF;
        display: inline-block;
        font-weight: 600;
        text-align: center;
        padding: 10px 10px 6px 10px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 30px; }
        .channel .blocks .two-col .event .cal .month {
          font-size: 0.933em;
          margin-bottom: 10px; }
        .channel .blocks .two-col .event .cal .day {
          font-family: 'TrimWebThin',sans-serif;
          letter-spacing: 1px;
          font-size: 5.733em;
          line-height: .8; }
      .channel .blocks .two-col .event .title {
        font-size: 0.933em;
        margin-bottom: 8px;
        text-align: left; }
      .channel .blocks .two-col .event .subtitle {
        font-size: 0.933em;
        line-height: 1.4;
        text-align: left; }
      .channel .blocks .two-col .event .button {
        margin-top: 20px;
        display: inline-block;
        font-size: 0.933em;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 30px;
        background: #FFF;
        color: #1e1e1e; }
    .channel .blocks .two-col .download {
      background: #000; }
      .channel .blocks .two-col .download .aspect {
        opacity: .4;
        background-size: cover !important;
        box-shadow: inset 0 0 80px 10px rgba(0, 0, 0, 0.8); }
      .channel .blocks .two-col .download .inner {
        background: transparent;
        color: #FFF;
        padding: 30px;
        text-align: center; }
      .channel .blocks .two-col .download .title {
        margin-bottom: 10px; }
      .channel .blocks .two-col .download .subtitle {
        font-size: 0.933em;
        line-height: 1.4; }
      .channel .blocks .two-col .download .button {
        margin-top: 30px;
        display: inline-block;
        font-size: 1.623em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .1em; }
        .channel .blocks .two-col .download .button span {
          display: block;
          width: 28px;
          height: 28px;
          margin: 10px auto 0 auto;
          background: url("../img/ico-download.svg") no-repeat;
          background-size: contain; } }
.channel .footer {
  background: #474747;
  color: #FFF;
  padding: 80px 0; }
  .channel .footer .row {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1; }
    .channel .footer .row:before, .channel .footer .row:after {
      content: "";
      display: table; }
    .channel .footer .row:after {
      clear: both; }
  .channel .footer .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 767px) {
      .channel .footer .block {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 40px; } }
    .channel .footer .block .title {
      font-size: 1.133em;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 26px; }
  .channel .footer .text {
    padding-right: 110px; }
    @media screen and (max-width: 1023px) {
      .channel .footer .text {
        padding-right: 0; } }
    .channel .footer .text .content {
      font-size: 0.800em;
      line-height: 1.5; }
  .channel .footer .list {
    padding-right: 95px;
    line-height: 1; }
    @media screen and (max-width: 1023px) {
      .channel .footer .list {
        padding-right: 0; } }
    .channel .footer .list a {
      display: block;
      color: inherit;
      text-decoration: none; }
    .channel .footer .list ul li {
      font-size: 0.933em;
      border-bottom: 1px solid #5d5d5d;
      padding: 10px 0; }

.mfp-block-popup .mfp-content {
  max-width: 600px;
  width: 90%; }
.mfp-block-popup .block-popup {
  background: #FFF;
  padding: 30px;
  margin: 0 auto; }
  .mfp-block-popup .block-popup p:last-child {
    margin: 0;
    padding: 0; }

/* Media Queries
  =========================================================================== */
@media only screen and (max-width: 1024px) {
  .hide-mobile {
    display: none !important; }

  .hide-desktop {
    display: block !important; }

  html {
    font-size: 14px; } }
@media only screen and (max-width: 768px) {
  html {
    font-size: 13px; } }
/* 

Home Page 
============================================================================= */
.slider {
  text-align: center;
  position: relative;
  padding: 0; }
  .slider .slide {
    width: 100%;
    height: 100%;
    height: 800px; }
    @media screen and (max-width: 1024px) {
      .slider .slide {
        height: 700px; } }
    @media screen and (max-width: 767px) {
      .slider .slide {
        height: 600px; } }
    @media screen and (max-width: 599px) {
      .slider .slide {
        height: 560px; } }
    @media screen and (max-width: 480px) {
      .slider .slide {
        height: 500px; } }
    .slider .slide a {
      display: block;
      width: 100%;
      opacity: 1;
      color: #FFF;
      text-decoration: none;
      height: 100%; }
      .slider .slide a:hover {
        opacity: 1; }
      .slider .slide a h3 {
        font-family: 'TrimWebThin',sans-serif;
        letter-spacing: 1px;
        letter-spacing: 1px;
        -webkit-text-stroke: 1px;
        font-size: 3em;
        line-height: 1;
        display: inline-block;
        margin-bottom: 15px;
        color: #FFF;
        background-color: rgba(20, 20, 20, 0.85);
        padding: 10px; }
        @media screen and (max-width: 1024px) {
          .slider .slide a h3 {
            font-size: 2.6em; } }
        @media screen and (max-width: 767px) {
          .slider .slide a h3 {
            height: 2em; } }
      .slider .slide a p {
        display: inline-block;
        font-family: 'TrimWebThin',sans-serif;
        letter-spacing: 1px;
        -webkit-text-stroke: 1px;
        letter-spacing: 1px;
        font-size: 1.3em;
        line-height: 1.2;
        background-color: rgba(50, 50, 50, 0.66);
        padding: .2em; }
    .slider .slide .global-container {
      position: relative;
      display: table;
      height: 100%;
      width: 90%; }
      .slider .slide .global-container .inner {
        display: table-cell;
        vertical-align: middle; }
  .slider .slider-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    max-width: 1140px;
    width: 90%;
    z-index: 2000;
    visibility: hidden; }
    @media screen and (max-width: 599px) {
      .slider .slider-nav {
        display: none; } }
  .slider #slider-next,
  .slider #slider-prev {
    z-index: 3000;
    position: absolute;
    display: block;
    height: 66px;
    width: 66px;
    background: rgba(20, 20, 20, 0.85) url("../img/arrow_l.png") center center no-repeat;
    top: 50%;
    margin-top: -33px;
    left: 0;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; }
  .slider:hover #slider-next, .slider:hover #slider-prev {
    opacity: .7; }
    .slider:hover #slider-next:hover, .slider:hover #slider-prev:hover {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.9); }
  .slider #slider-next {
    background: rgba(20, 20, 20, 0.85) url("../img/arrow_r.png") center center no-repeat;
    right: 0;
    left: auto; }
  .slider .cycle-pager {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3000; }
    .slider .cycle-pager span {
      display: inline-block;
      width: 35px;
      height: 5px;
      overflow: hidden;
      text-indent: 120%;
      background: #9e1c20;
      line-height: 1;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      cursor: pointer;
      margin: 2px; }
      .slider .cycle-pager span.cycle-pager-active {
        background: #FFF; }
      .slider .cycle-pager span:hover {
        background: #FFF; }

.news {
  background: #e6e6e6;
  padding: 50px 0;
  *zoom: 1; }
  .news:before, .news:after {
    content: "";
    display: table; }
  .news:after {
    clear: both; }
  .news .news-items {
    display: block;
    width: 103.3333333333%;
    margin: 0 -1.6666666667%;
    *zoom: 1;
    *zoom: 1; }
    .news .news-items:before, .news .news-items:after {
      content: "";
      display: table; }
    .news .news-items:after {
      clear: both; }
    .news .news-items:before, .news .news-items:after {
      content: "";
      display: table; }
    .news .news-items:after {
      clear: both; }
  .news .news-item {
    display: block;
    background: #cdcdcd;
    padding: 20px;
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .news .news-item {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-bottom: 20px; } }
    .news .news-item .container {
      display: block;
      text-decoration: none;
      color: inherit;
      height: 350px; }
      @media screen and (max-width: 1024px) {
        .news .news-item .container {
          height: 400px; } }
      @media screen and (max-width: 768px) {
        .news .news-item .container {
          height: auto; } }
      .news .news-item .container > a {
        color: inherit;
        text-decoration: none;
        display: block; }
    .news .news-item .post-thumbnail {
      display: block;
      text-align: center;
      margin: -20px -20px 20px -20px;
      padding: 30px;
      background-color: #212121; }
      .news .news-item .post-thumbnail .read {
        display: block;
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.33);
        border: 2px solid #9e1c20;
        color: #FFF;
        font-weight: 600;
        font-size: 1.6em;
        text-transform: uppercase; }
    .news .news-item .post-title {
      font-size: 1em;
      font-weight: 700; }
    .news .news-item .post-author {
      font-size: .9em;
      font-weight: 400;
      font-style: italic; }
    .news .news-item .post-excerpt {
      display: block;
      padding-bottom: .9em;
      line-height: 1.2em; }
    .news .news-item .post-tags {
      display: block;
      color: #9e1c20;
      font-size: .9em;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .news .news-item .post-tags a {
        text-decoration: none; }
  .news .news-nav {
    display: inline;
    float: left;
    width: 96.6666666667%;
    margin: 0 1.6666666667%; }
    .news .news-nav a {
      display: inline-block;
      float: right;
      line-height: 1em;
      text-decoration: none;
      padding: 6px 30px;
      color: #FFF;
      background: #000;
      font-weight: 600;
      margin: 20px 0 0 10px; }
      .news .news-nav a#all {
        background: #9c9c9c; }
      @media screen and (max-width: 767px) {
        .news .news-nav a#news-next, .news .news-nav a#news-prev {
          display: none; }
        .news .news-nav a#all {
          display: block;
          float: none;
          text-align: center;
          margin: 20px 0 0 0;
          padding: 10px; } }

.resources {
  background: #f9f8f8;
  padding: 50px 0; }
  .resources .resource {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%;
    margin-bottom: 40px !important; }
    @media screen and (max-width: 480px) {
      .resources .resource {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .resources .resource .resource-type {
      background: #161616;
      color: #FFF;
      font-weight: 700;
      line-height: 1em;
      padding: 6px 15px; }
    .resources .resource .container {
      display: block;
      text-decoration: none;
      color: inherit; }
      .resources .resource .container > a {
        display: block;
        text-decoration: none;
        color: inherit; }
    .resources .resource .resource-image {
      display: block;
      margin-bottom: 1em; }
      .resources .resource .resource-image img {
        max-width: 100%;
        height: auto !important;
        display: block; }
        @media screen and (max-width: 480px) {
          .resources .resource .resource-image img {
            width: 100%; } }
    .resources .resource .resource-title {
      font-size: 1.1em;
      font-weight: 700;
      color: #222;
      margin: 0 0 .5em 0; }
    .resources .resource .resource-author {
      font-size: .9em;
      font-weight: 400;
      font-style: italic; }
  .resources .ebook-slider {
    display: inline;
    float: left;
    width: 63.3333333333%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 768px) {
      .resources .ebook-slider {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .resources .ebook-slider h2 {
      font-size: 1.1em;
      font-weight: 700; }
    .resources .ebook-slider .cycle-slideshow {
      display: block;
      width: 105%;
      margin: 0 -2.5%;
      *zoom: 1; }
      .resources .ebook-slider .cycle-slideshow:before, .resources .ebook-slider .cycle-slideshow:after {
        content: "";
        display: table; }
      .resources .ebook-slider .cycle-slideshow:after {
        clear: both; }
      @media screen and (max-width: 768px) {
        .resources .ebook-slider .cycle-slideshow {
          display: block;
          width: 103.3333333333%;
          margin: 0 -1.6666666667%;
          *zoom: 1; }
          .resources .ebook-slider .cycle-slideshow:before, .resources .ebook-slider .cycle-slideshow:after {
            content: "";
            display: table; }
          .resources .ebook-slider .cycle-slideshow:after {
            clear: both; } }
    .resources .ebook-slider .ebook-image {
      display: inline;
      float: left;
      width: 45%;
      margin: 0 2.5%; }
      .resources .ebook-slider .ebook-image a {
        display: block; }
      .resources .ebook-slider .ebook-image img {
        max-width: 100%;
        height: auto;
        display: block; }
      @media screen and (max-width: 480px) {
        .resources .ebook-slider .ebook-image {
          display: inline;
          float: left;
          width: 96.6666666667%;
          margin: 0 1.6666666667%;
          margin-bottom: 2em; } }
    .resources .ebook-slider .ebook-info {
      display: inline;
      float: left;
      width: 45%;
      margin: 0 2.5%; }
      @media screen and (max-width: 480px) {
        .resources .ebook-slider .ebook-info {
          display: inline;
          float: left;
          width: 96.6666666667%;
          margin: 0 1.6666666667%; } }
      .resources .ebook-slider .ebook-info .ebook-title {
        font-size: 1em;
        font-weight: 700; }
      .resources .ebook-slider .ebook-info .ebook-author {
        font-size: .9em;
        font-weight: 400;
        font-style: italic; }
      .resources .ebook-slider .ebook-info .ebook-description {
        display: block;
        margin-bottom: .5em;
        line-height: 1.5em; }
      .resources .ebook-slider .ebook-info .ebook-tags {
        display: block;
        color: #9e1c20;
        font-size: .9em;
        margin-bottom: 1em;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize; }
      .resources .ebook-slider .ebook-info .ebook-button {
        background: #9c9c9c;
        color: #FFF;
        font-weight: 700;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1em;
        padding: 6px 15px; }
    .resources .ebook-slider .ebook-nav {
      border: 0;
      border-top: 1px solid #adadad;
      margin-top: 20px;
      padding-top: 20px; }
      .resources .ebook-slider .ebook-nav a {
        display: inline-block;
        line-height: 1em;
        text-decoration: none;
        padding: 6px 30px;
        color: #FFF;
        background: #000;
        font-weight: 600;
        margin: 0 6px 0 0; }
  .resources .latest {
    display: inline;
    float: left;
    width: 30%;
    margin: 0 1.6666666667%; }
    @media screen and (max-width: 768px) {
      .resources .latest {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%;
        margin-top: 30px; } }
    .resources .latest h2 {
      font-size: 1.1em;
      font-weight: 700; }
    .resources .latest .latest-resource-item {
      display: block;
      border-top: 1px solid #dcdcdc;
      padding: 15px 0;
      color: inherit;
      text-decoration: none;
      background: url("../img/bg-latest-resource-item.png") no-repeat right 15px; }
      .resources .latest .latest-resource-item:last-of-type {
        border-bottom: 1px solid #dcdcdc; }
      .resources .latest .latest-resource-item .resource-title {
        font-size: 1em;
        font-weight: 700;
        margin: 0 0 .5em 0;
        line-height: 1em; }
      .resources .latest .latest-resource-item .resource-author {
        font-size: .9em;
        font-weight: 400;
        font-style: italic;
        margin: 0 0 .25em 0;
        line-height: 1em; }
      .resources .latest .latest-resource-item .resource-type {
        color: #9e1c20;
        text-transform: capitalize;
        font-size: .9em;
        line-height: 1em; }

.events {
  padding: 50px 0;
  background: #FFF url("../img/bg-home-events.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .events .event {
    display: inline;
    float: left;
    width: 46.6666666667%;
    margin: 0 1.6666666667%;
    position: relative;
    margin-bottom: 40px !important; }
    @media screen and (max-width: 480px) {
      .events .event {
        display: inline;
        float: left;
        width: 96.6666666667%;
        margin: 0 1.6666666667%; } }
    .events .event.full {
      display: inline;
      float: left;
      width: 96.6666666667%;
      margin: 0 1.6666666667%; }
    .events .event img {
      display: block;
      width: 100%;
      height: auto !important; }
    .events .event .event-outer {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .events .event .event-outer .event-inner {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center; }
        .events .event .event-outer .event-inner .event-center {
          display: table-cell;
          width: 100%;
          vertical-align: middle; }
    .events .event .event-banner {
      display: block;
      background: #000;
      background: rgba(0, 0, 0, 0.7);
      padding: 30px 0;
      line-height: 1;
      color: #FFF;
      font-family: 'TrimWebThin',sans-serif;
      letter-spacing: 1px; }
    .events .event .event-title {
      display: block;
      font-size: 3em;
      margin-bottom: 5px;
      -webkit-text-stroke: 1px; }
    .events .event .event-subtitle {
      display: block;
      font-size: 1.6em;
      -webkit-text-stroke: 1px; }
    .events .event .event-button {
      display: inline-block;
      padding: 10px;
      width: 50%;
      margin-top: 20px;
      background: rgba(0, 0, 0, 0.33);
      border: 2px solid #9e1c20;
      color: #FFF;
      font-weight: 600;
      font-size: 1.6em; }
      @media screen and (max-width: 768px) {
        .events .event .event-button {
          display: none; } }

@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; } }
