/* Font Stack
------------------------------------------------------------ */
/*
 * Responsive Breakpoints
 * Courtesy of Chris Coyier
 */
/*
 * Mixin for micro clearfix
 * @include microclearfix;
*/
/*
 * Mixin for placeholder styling
 * @include placeHolder(#333);
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * Mixin for selection markup
 * @include selection(hotpink, white);
*/
/*
 * Apply a CSS3 linear gradient
 *
 * $from - The original colour stop of the gradient, eg #FF0000 or #FF0000 20%
 * $to - The final colour stop of the gradient
 * $fallback - A fallback background-color; if none is provided, the $from colour is used
 * $start - The starting point of the gradient
 *
 * @include linearGradient(red, green);
 * @include linearGradient(red, green, transparent);
 * @include linearGradient(red 50%, green 100%);
 */
/*
 * Apply a CSS3 box-rotate
 * @include boxRotate(10deg);
 */
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', '../fonts/', 'myfontname');
 */
/* 
 * Border Arrow Box
 * @include border-box-arrow(left, 2, 40px, 1px, #f4f4f4, #cccccc);
 */
/*
 * Animations
 * Use it
 
@include keyframes(move) {
  0%   { left: 0; }
  100% { left: 100px; }
}

.box {
  @include animation(move 0.5s ease infinite alternate);
} 
 */
/* CSS3 Image Filter Tools
---------------------------------------- */
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  box-sizing: border-box; }

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

.site-header:after, .site-header:before,
.site-header .wrap:after, .site-header .wrap:before {
  display: none; }

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

body {
  color: #666;
  font-family: "Proxima Nova", "proxima-nova", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.625; }
  body.body-locked {
    overflow: hidden; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  transition: all 0.1s ease-in-out; }

::-moz-selection {
  background-color: #CC6600;
  color: #fff; }

::selection {
  background-color: #CC6600;
  color: #fff; }

a {
  color: #CC6600;
  text-decoration: none; }

a img {
  margin-bottom: -4px;
  margin-bottom: -0.4rem; }

a:hover {
  color: #333; }

p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0; }

strong {
  font-weight: 700; }

ol,
ul {
  margin: 0;
  padding: 0; }

blockquote,
blockquote::before {
  color: #999; }

blockquote {
  margin: 40px 40px 24px;
  margin: 4rem 4rem 2.4rem; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

cite {
  font-style: normal; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Proxima Nova", "proxima-nova", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1.6rem; }

h1 {
  font-size: 36px;
  font-size: 3.6rem; }
  @media (max-width: 816px) {
    h1 {
      font-size: 28px;
      font-size: 2.8rem; } }
h2 {
  font-size: 30px;
  font-size: 3rem; }
  @media (max-width: 816px) {
    h2 {
      font-size: 26px;
      font-size: 2.6rem; } }
h3 {
  font-size: 24px;
  font-size: 2.4rem; }
  @media (max-width: 816px) {
    h3 {
      font-size: 20px;
      font-size: 2rem; } }
h4 {
  font-size: 20px;
  font-size: 2rem; }
  @media (max-width: 816px) {
    h4 {
      font-size: 18px;
      font-size: 1.8rem; } }
h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

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

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #eee inset;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  padding: 1.6rem;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #999; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #CC6600;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 7px 20px;
  padding: .7rem 2rem;
  text-transform: lowercase;
  width: auto; }
  button.product-link,
  input[type="button"].product-link,
  input[type="reset"].product-link,
  input[type="submit"].product-link,
  .button.product-link,
  .entry-content .button.product-link {
    text-transform: none;
    text-align: center;
    display: block;
    width: 100%; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover,
  .entry-content .button:hover {
    background: #444444;
    color: white; }

.button {
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

th,
td {
  text-align: left; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 0.6rem 0; }

/*
Site Header
---------------------------------------------------------------------------------------------------- */
#wpadminbar {
  z-index: 100000000000000 !important; }

.site-header {
  background-color: #F8F8F8;
  border-bottom: 1px solid #dddddd;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000000;
  padding: 20px 0;
  transition: padding .5s ease; }
  .admin-bar .site-header {
    top: 32px; }
  .site-header .site-description {
    display: none; }
  .site-header.scrolled {
    padding: 8px; }

.site-header > .wrap {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center; }

/* Title Area
--------------------------------------------- */
.title-area {
  padding: 0;
  margin: 0;
  transition: width .5s ease; }

.scrolled .title-area {
  width: 150px; }

.header-image .title-area {
  padding: 0;
  margin: 0; }
  @media (max-width: 1000px) {
    .header-image .title-area {
      width: 125px; } }
.site-title {
  margin: 0;
  padding: 0;
  font-size: 0; }
  .site-title img {
    margin-bottom: 0;
    max-height: 60px; }

.site-description {
  display: none; }

/* Nav Controls
--------------------------------------------- */
.nav-controls {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  font-size: 18px;
  position: relative; }
  .nav-controls a {
    color: #555555;
    margin-right: 15px;
    position: relative;
    top: 0px; }
  .nav-controls .social-profiles a:last-child {
    margin-right: 0px; }
  .nav-controls span {
    color: #555555; }
  .nav-controls .open-nav, .nav-controls .close-nav, .nav-controls .open-search, .nav-controls .close-search {
    cursor: pointer; }
  .nav-controls .close-nav {
    font-size: 22px; }
  .nav-controls span.title {
    font-size: 14px;
    position: relative;
    top: -2px; }

.nav-open .close-nav {
  display: inline-block !important; }

.nav-open .open-nav {
  display: none; }

.mobile-nav {
  display: none; }
  @media (max-width: 768px) {
    .mobile-nav {
      display: block;
      white-space: nowrap; } }
.sep {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  position: relative;
  background: #c0c0c0;
  margin: 0 10px; }

.header-search {
  display: inline-block;
  position: absolute;
  background: #F8F8F8;
  width: 100%;
  right: 43px;
  top: 4px;
  width: 0px;
  opacity: 0;
  transition: width .5s ease-in-out; }
  .header-search input[type="search"] {
    font-size: 14px;
    padding: 8px 0px;
    width: 100%; }
  .nav-open .header-search {
    right: 43px; }
  @media (max-width: 768px) {
    .header-search {
      right: 33px; } }
  .search-open .header-search {
    width: 300px;
    opacity: 1; }
    .search-open .header-search input[type="search"] {
      padding: 8px; }
    @media (max-width: 768px) {
      .search-open .header-search {
        top: 9px; } }
  .header-search .close-search {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 15px; }
    @media (max-width: 768px) {
      .header-search .close-search {
        top: 10px; } }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before {
  content: "\f1d4"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-container {
  background: white; }

.wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px; }

.site-inner {
  clear: both;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  margin: 117px auto 60px; }
  @media (max-width: 816px) {
    .site-inner {
      width: 100%;
      margin-top: 82px;
      margin-bottom: 0; } }
  .admin-bar .site-inner {
    margin-top: 109px; }

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 100%; }

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* Content */
.content {
  float: right;
  width: 65%;
  border: 1px solid #dddddd;
  padding: 0;
  overflow: hidden;
  background: white;
  position: relative; }
  @media (max-width: 816px) {
    .content {
      width: 100%;
      border: none;
      box-shadow: none;
      padding-bottom: 0; } }
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left; }

.full-width-content .content {
  width: 100%; }

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 30%; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

@media (max-width: 1000px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    width: 48.717948717948715%; }
    .five-sixths.first,
    .four-sixths.first,
    .one-fourth.first,
    .one-half.first,
    .one-sixth.first,
    .one-third.first,
    .three-fourths.first,
    .three-sixths.first,
    .two-fourths.first,
    .two-sixths.first,
    .two-thirds.first {
      clear: none;
      margin-left: 2.564102564102564%; }
    .five-sixths:nth-of-type(2n + 1),
    .four-sixths:nth-of-type(2n + 1),
    .one-fourth:nth-of-type(2n + 1),
    .one-half:nth-of-type(2n + 1),
    .one-sixth:nth-of-type(2n + 1),
    .one-third:nth-of-type(2n + 1),
    .three-fourths:nth-of-type(2n + 1),
    .three-sixths:nth-of-type(2n + 1),
    .two-fourths:nth-of-type(2n + 1),
    .two-sixths:nth-of-type(2n + 1),
    .two-thirds:nth-of-type(2n + 1) {
      clear: both;
      margin-left: 0; } }

@media (max-width: 816px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0; } }

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem; }

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem; }

img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0; }

img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem; }

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Genesis
--------------------------------------------- */
.crumbs {
  position: relative;
  background: #4f4f4f;
  margin-bottom: 0px;
  overflow: hidden; }
  .crumbs:after {
    position: absolute;
    width: 15%;
    height: 45px;
    right: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(right, #4f4f4f, #4f4f4f 30%, rgba(79, 79, 79, 0)); }

.crumbs-list {
  position: relative;
  width: 100%;
  width: calc(101% + 1px);
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 15%; }
  @media (max-width: 816px) {
    .crumbs-list {
      overflow-x: scroll;
      /* has to be scroll, not auto */ } }
  .crumbs-list li {
    display: inline-block;
    padding: 1rem .5rem 1rem 3rem;
    background: #2d2d2d;
    color: white;
    position: relative !important; }
    .crumbs-list li a {
      color: white; }
      .crumbs-list li a:hover {
        color: #CC6600; }
    .crumbs-list li:first-child {
      padding-left: 1rem; }
      @media (max-width: 816px) {
        .crumbs-list li:first-child {
          padding-left: 2rem; } }
    .crumbs-list li:last-child {
      background: #4f4f4f; }
      .crumbs-list li:last-child:before, .crumbs-list li:last-child:after {
        display: none; }
    .crumbs-list li:before, .crumbs-list li:after {
      margin-top: -40px;
      z-index: 10000; }

.crumbs-list li:before, .crumbs-list li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left-width: 20px;
  border-left-style: solid; }

.crumbs-list li:before {
  right: -20px;
  border-left-color: white; }

.crumbs-list li:after {
  right: -18px;
  border-left-color: #2d2d2d; }

.archive-description,
.author-box {
  background-image: url(../images/archives.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2d2d2d;
  margin-bottom: 0;
  color: white;
  text-shadow: 2px 2px 2px #2d2d2d; }
  .tax-conference_type .archive-description, .post-type-conferences-archive .archive-description, .post-type-archive-conferences .archive-description, .sliderOn .archive-description, .post-type-archive-products .archive-description, .tax-status .archive-description, .wp-tiles-active .archive-description, .tax-conference_type .author-box, .post-type-conferences-archive .author-box, .post-type-archive-conferences .author-box, .sliderOn .author-box, .post-type-archive-products .author-box, .tax-status .author-box, .wp-tiles-active .author-box {
    margin-bottom: 0; }
  .archive-description h1, .archive-description h2, .archive-description h3, .archive-description p,
  .author-box h1,
  .author-box h2,
  .author-box h3,
  .author-box p {
    color: white; }

.archive-description {
  padding: 40px 40px 24px;
  padding: 4rem 4rem 2.4rem; }

.author-box {
  padding: 40px;
  padding: 4rem; }

.author-box-title {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

.author-box a {
  border-bottom: 1px solid #ddd; }

.author-box p {
  margin-bottom: 0; }

.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

/* Titles
--------------------------------------------- */
.entry-title {
  line-height: 1;
  margin-bottom: 0; }

.entry-title a,
.sidebar .widget-title a {
  color: #333; }

.entry-title a:hover {
  color: #666; }

.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-transform: uppercase; }

.sidebar .widget-title a {
  border: none; }

.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0 0 24px;
  padding: 0 0 2.4rem; }

.featured-content .entry-title {
  border: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2; }

.featured-content .entry-title a {
  border: none; }

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  color: #999; }

.enews-widget .widget-title {
  color: #fff; }

.enews-widget input {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.enews-widget input:focus {
  border: 1px solid #ddd; }

.enews-widget input[type="submit"] {
  background-color: #f15123;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333; }

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  padding: 1.6rem; }

div.gform_wrapper .ginput_complex label {
  padding: 0; }

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0; }

div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem; }

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none; }

/* Related Posts 
  -------------------------------------------- */
.vendor-related, .crp_related, .conferences-related {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 4px double #c0c0c0; }
  .vendor-related li, .vendor-related ul, .crp_related li, .crp_related ul, .conferences-related li, .conferences-related ul {
    list-style: none; }
  .vendor-related li, .crp_related li, .conferences-related li {
    margin-bottom: 25px; }

.mashsb-container {
  margin-bottom: 30px; }

.product-questions {
  background: #2d2d2d;
  width: calc(100% + 80px);
  width: calc(100% + 8rem);
  margin: 40px 0 40px -40px;
  margin: 4rem 0 4rem -4rem;
  padding: 40px; }
  .product-questions h1, .product-questions h2, .product-questions h3, .product-questions h4, .product-questions p, .product-questions label {
    color: white; }

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10000000000000; }
  @media (max-width: 768px) {
    .nav-primary .wrap {
      width: 100%; } }
  .nav-primary a {
    display: block;
    padding: 1.5rem 20px;
    border-bottom: 1px solid #d1d1d1;
    color: #2d2d2d;
    font-size: 18px; }
    .nav-primary a:hover {
      color: #CC6600; }
  .nav-primary .highlighted a {
    color: #CC6600; }
  .nav-primary .wrap {
    width: 300px;
    position: absolute;
    top: 100px;
    height: 100%;
    height: calc(100% - 64px);
    height: calc(100vh - 64px);
    z-index: 10000000000;
    right: -100%;
    background: #F8F8F8;
    border-left: 4px solid #F8F8F8;
    transition: right .5s ease-in-out;
    overflow-y: scroll; }
    @media (max-width: 768px) {
      .nav-primary .wrap {
        border-left: none;
        width: 100%;
        right: -100%;
        top: 82px;
        overflow-y: scroll; } }
    .nav-open .nav-primary .wrap {
      right: -15px; }
      @media (max-width: 768px) {
        .nav-open .nav-primary .wrap {
          right: 0px; } }
    .nav-primary .wrap li {
      list-style: none; }
      .nav-primary .wrap li.menu-item-has-children > a:after {
        content: "+";
        display: block;
        width: 30px;
        float: right; }
      .nav-primary .wrap li .sub-menu {
        display: none; }
        .nav-primary .wrap li .sub-menu.open {
          display: block; }
          .nav-primary .wrap li .sub-menu.open a {
            padding-left: 3rem;
            background-color: #eaeaea; }
    .nav-primary .wrap .space {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #505050; }

.more-scroll {
  position: fixed;
  bottom: 0px;
  width: 300px;
  display: block;
  color: white !important;
  font-size: 14px;
  padding: 10px 0 0;
  text-transform: uppercase;
  text-align: center;
  z-index: 100000;
  background-image: inear-gradient(bottom, #2D2D2D, #2D2D2D 50%, rgba(45, 45, 45, 0)); }
  @media (max-width: 768px) {
    .more-scroll {
      width: 100%; } }
  .bottomed-out .more-scroll {
    display: none; }

.nav-secondary {
  flex-grow: 1;
  padding: 0 20px; }
  .nav-secondary .wrap {
    width: 100%;
    display: block;
    max-width: none; }
  .nav-secondary ul, .nav-secondary li {
    list-style: none;
    margin: 0; }
  .nav-secondary .menu-secondary {
    display: flex;
    flex-wrap: nowrap; }
    .nav-secondary .menu-secondary > li {
      position: relative;
      white-space: nowrap; }
      .nav-secondary .menu-secondary > li > a {
        color: #2d2d2d;
        font-weight: bold;
        padding: 1.25rem 1.75rem;
        display: block;
        text-align: center; }
        .nav-secondary .menu-secondary > li > a:hover {
          color: #CC6600; }
      .nav-secondary .menu-secondary > li.menu-item-has-children .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 300px;
        background: #eaeaea;
        display: none; }
      .nav-secondary .menu-secondary > li.menu-item-has-children:hover > a {
        background: #eaeaea; }
      .nav-secondary .menu-secondary > li.menu-item-has-children:hover .sub-menu {
        display: block; }
        .nav-secondary .menu-secondary > li.menu-item-has-children:hover .sub-menu a {
          display: block;
          background: #eaeaea;
          color: #2d2d2d;
          padding: 1.25rem;
          font-size: 15px;
          border-bottom: 1px solid #d1d1d1;
          white-space: normal;
          line-height: 1.125; }
          .nav-secondary .menu-secondary > li.menu-item-has-children:hover .sub-menu a:hover {
            background: #d1d1d1;
            color: #CC6600; }
      .nav-secondary .menu-secondary > li.menu-left .sub-menu {
        left: auto;
        right: 0; }
  @media (max-width: 768px) {
    .nav-secondary {
      display: none; } }
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry, .post {
  margin: 20px auto;
  margin: 2rem auto;
  padding: 20px 40px;
  padding: 2rem 40px;
  border-bottom: 1px solid #dddddd; }

.single .post,
.page .page {
  border-bottom: none; }

h2.archive-filter {
  padding: 0 40px; }

.alm-filters.alm-filters-container {
  padding: 10px 10px 0;
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-direction: row; }
  .alm-filters.alm-filters-container > div {
    padding: 0 7px; }
  .alm-filters.alm-filters-container select.alm-filter--item {
    padding: 12px 12px 11px; }
  .alm-filters.alm-filters-container .alm-filter--search {
    flex-grow: 1; }
  @media (max-width: 468px) {
    .alm-filters.alm-filters-container {
      flex-direction: column; } }
.entry-content a {
  color: #CC6600; }

.entry-content a:hover {
  color: #333; }

.entry-content .attachment a,
.entry-content .gallery a {
  border: none; }

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
  margin-bottom: 2.6rem; }

.entry-content ol,
.entry-content ul,
.entry-footer ol,
.entry-footer ul {
  margin-left: 40px;
  margin-left: 4rem; }

.entry-content ol li {
  list-style-type: decimal; }

.entry-content ul li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content .search-form {
  width: 50%; }

.entry-meta {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase; }

.single-conferences .entry-header {
  padding: 40px 40px 0; }

.entry-header .entry-meta {
  margin-top: 10px;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  margin: 0 -40px;
  margin: 0 -4rem;
  padding: 32px 40px 8px;
  padding: 3.2rem 4rem 0.8rem; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem; }

.entry-categories,
.entry-tags {
  display: block; }

.archive article img.post-image,
.archive article img.wp-post-image, .search article img.post-image,
.search article img.wp-post-image, .error article img.post-image,
.error article img.wp-post-image, .category article img.post-image,
.category article img.wp-post-image, .tax article img.post-image,
.tax article img.wp-post-image {
  width: 90px;
  margin-right: 1rem; }
  @media (max-width: 816px) {
    .archive article img.post-image,
    .archive article img.wp-post-image, .search article img.post-image,
    .search article img.wp-post-image, .error article img.post-image,
    .error article img.wp-post-image, .category article img.post-image,
    .category article img.wp-post-image, .tax article img.post-image,
    .tax article img.wp-post-image {
      width: 60px;
      margin: 0 20px 15px 0; } }
.archive h2, .search h2, .error h2, .category h2, .tax h2 {
  line-height: 1.125 !important;
  font-size: 18px; }
  .archive h2 a, .search h2 a, .error h2 a, .category h2 a, .tax h2 a {
    color: #2d2d2d; }
    .archive h2 a:hover, .search h2 a:hover, .error h2 a:hover, .category h2 a:hover, .tax h2 a:hover {
      color: #CC6600; }

.single-interested,
.single-featured-content,
.single-author-box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dddddd;
  overflow: hidden; }

.single-author-box h2 {
  font-size: 13px;
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 5px;
  padding-bottom: 0; }

.single-author-box h3 {
  margin-bottom: 8px; }

.single-author-box-description {
  margin-bottom: 8px; }

.avatar {
  margin-right: 15px; }

hr {
  border: 0;
  border-top: 1px solid #dddddd; }

/* Pagination
--------------------------------------------- */
.archive-pagination,
.entry-pagination, .dataTables_paginate {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0 0;
  margin: 2rem 0 0;
  padding: 0;
  padding: 0;
  background: #4f4f4f;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%; }
  .archive-pagination:after,
  .entry-pagination:after, .dataTables_paginate:after {
    position: absolute;
    width: 15%;
    height: 45px;
    right: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(right, #4f4f4f, #4f4f4f 30%, rgba(79, 79, 79, 0)); }
  .archive-pagination ul,
  .entry-pagination ul, .dataTables_paginate ul {
    position: relative;
    width: 100%;
    width: calc(101% + 1px);
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 15%; }
    @media (max-width: 816px) {
      .archive-pagination ul,
      .entry-pagination ul, .dataTables_paginate ul {
        overflow-x: scroll; } }
.archive-pagination li, .dataTables_paginate .paginate_button {
  display: inline-block;
  margin-right: -4px;
  color: white; }

.pagination-omission {
  padding: 0 24px 0 24px; }
  .pagination-omission:before, .pagination-omission:after {
    z-index: 10000;
    margin-top: -24px; }

.archive-pagination li a, .dataTables_paginate .paginate_button {
  background: #4f4f4f;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 8px 24px 8px 24px;
  padding: 0.8rem 2.4rem .8rem 2.4rem; }
  .archive-pagination li a:before, .archive-pagination li a:after, .dataTables_paginate .paginate_button:before, .dataTables_paginate .paginate_button:after {
    z-index: 10000;
    margin-top: -24px; }
  .archive-pagination li a:hover, .dataTables_paginate .paginate_button:hover {
    color: #CC6600; }

.dataTables_paginate {
  margin: 0; }

.dataTables_paginate .paginate_button {
  display: inline-block; }

.dataTables_info {
  display: none; }

.archive-pagination .pagination-next a:before, .archive-pagination .pagination-next a:after,
.entry-pagination .pagination-next a:before,
.entry-pagination .pagination-next a:after {
  display: none; }

.archive-pagination li.active a, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #2d2d2d !important;
  color: #CC6600 !important;
  border: none !important;
  font-weight: 700; }
  .archive-pagination li.active a:before, .archive-pagination li.active a:after, .dataTables_wrapper .dataTables_paginate .paginate_button.current:before, .dataTables_wrapper .dataTables_paginate .paginate_button.current:after {
    z-index: 10000;
    margin-top: -24px; }

.entry-pagination a {
  border-bottom: 1px solid #ddd; }

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.entry-comments {
  padding: 40px;
  padding: 4rem; }

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
  padding: 4rem 4rem 1.6rem; }

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd; }

.comment-content {
  clear: both; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem; }

.comment-list li,
.ping-list li {
  list-style-type: none; }

.comment-list li {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem; }

.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem; }

.featured-articles {
  background: #eaeaea;
  margin-top: 0; }
  .featured-articles h2 {
    font-weight: bold; }
  .featured-articles h3 a {
    font-size: 18px; }
  .featured-articles .post-title-only:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .featured-articles .post-title-only:last-child h3 {
      margin-bottom: 0;
      padding-bottom: 0; }
      .featured-articles .post-title-only:last-child h3:after {
        display: none; }

/* ---- WP TILES ------*/
.wp-tiles-byline-title {
  color: white; }

.wp-tiles-pagination a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: #eaeaea;
  font-size: 18px;
  background: #CC6600;
  color: white; }
  .wp-tiles-pagination a:hover {
    background: #eaeaea;
    color: #444444; }

.term-children {
  overflow: hidden;
  background: #4f4f4f; }
  .term-children li {
    display: inline-block; }
    .term-children li a {
      color: white;
      padding: 1.5rem 2rem;
      background: #4f4f4f;
      color: white;
      cursor: pointer;
      border-right: 1px solid #2d2d2d; }
    .term-children li.active a {
      background: #CC6600;
      color: white; }
    .term-children li a:hover {
      background: #111111; }
    .term-children li:first-child a {
      padding-left: 3.3rem; }
    .term-children li.filter {
      cursor: default;
      margin-right: 8px;
      padding: 1rem .5rem 1rem 3rem;
      background: #2d2d2d;
      border: none;
      color: white; }
      .term-children li.filter:before, .term-children li.filter:after {
        margin-top: -40px;
        z-index: 10000; }

#tve_cpanel {
  height: calc(100% - 100px) !important;
  top: 100px !important; }

.ebook .entry-title {
  margin-bottom: 20px; }

.ebook > ul {
  font-size: 26px;
  list-style: none;
  line-height: 46px;
  clear: both; }
  .ebook > ul i {
    line-height: 46px;
    font-size: 32px;
    color: #CC6600;
    padding: 0; }
  .ebook > ul li {
    margin-bottom: 5px;
    font-weight: bold; }

.ebook .ebook-form .ebook-form-header {
  margin: 30px 0 0;
  background: #2d2d2d;
  text-align: center;
  padding: 15px 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
  .ebook .ebook-form .ebook-form-header h2 {
    color: #CC6600;
    margin-bottom: 5px; }
  .ebook .ebook-form .ebook-form-header h3 {
    color: white;
    text-transform: uppercase; }

.ebook .ebook-form .ebook-form-body {
  overflow: hidden;
  border: 1px solid #dddddd;
  border-top: none;
  background: #eaeaea; }

.ebook .ebook-form .table-left, .ebook .ebook-form .table-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 20px 30px 20px 0;
  position: relative; }

.ebook .ebook-form .table-left {
  padding: 20px 30px; }

.ebook .gform_wrapper {
  width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
  max-width: none !important; }
  .ebook .gform_wrapper input {
    width: 100% !important; }
  .ebook .gform_wrapper .gfield_label {
    display: none !important; }
  .ebook .gform_wrapper .gform_footer {
    margin: 0 !important; }
    .ebook .gform_wrapper .gform_footer input[type="submit"] {
      font-size: 22px;
      width: 100% !important;
      padding: 15px; }

.ebook .disclaimer {
  font-size: 12px;
  color: #adadad; }

.ebook .button {
  font-size: 22px;
  width: 300px !important;
  padding: 2rem;
  margin: 0 auto;
  text-align: center;
  display: block; }

ul.alm-paging li.active a {
  background: #CC6600 !important; }

.share-before {
  margin-top: 15px; }

/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 27, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y; }

.swiper-wp8-vertical {
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .4; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 1; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: white;
  opacity: 0.5; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #CC6600; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 28px;
  left: 0;
  width: 100%; }
  @media (max-width: 816px) {
    .swiper-container-horizontal > .swiper-pagination {
      bottom: 10px; } }
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.swiper-featured-posts .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  opacity: 0 !important;
  transition: opacity 1s linear; }
  .swiper-featured-posts .swiper-slide.swiper-slide-active {
    opacity: 1 !important; }
  .swiper-featured-posts .swiper-slide .caption {
    position: absolute;
    bottom: 6px;
    left: 10%;
    background: rgba(0, 0, 0, 0.7);
    text-align: left;
    padding: 15px 15px 30px;
    width: 80%; }
    @media (max-width: 816px) {
      .swiper-featured-posts .swiper-slide .caption {
        width: 100%;
        max-width: none;
        bottom: 6px;
        left: 0;
        padding: 15px 30px 30px; } }
    .swiper-featured-posts .swiper-slide .caption h2, .swiper-featured-posts .swiper-slide .caption p {
      color: white;
      margin: 0;
      line-height: 1.123; }
    .swiper-featured-posts .swiper-slide .caption h2 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 15px; }
      @media (max-width: 816px) {
        .swiper-featured-posts .swiper-slide .caption h2 {
          font-size: 18px; } }
    .swiper-featured-posts .swiper-slide .caption p {
      font-size: 16px; }
      @media (max-width: 816px) {
        .swiper-featured-posts .swiper-slide .caption p {
          font-size: 15px; } }
.swiper-featured-posts .swiper-pagination {
  bottom: 10px !important; }

.swiper-content-tabs-wrap {
  position: relative;
  height: 50px; }

.swiper-content-tabs {
  background: #444444;
  border: 1px solid #dddddd;
  border-bottom: none;
  position: absolute; }
  .swiper-content-tabs[data-end="swiper-end"]:after {
    content: "swipe right >";
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    color: white;
    margin-right: 10px; }
  .swiper-content-tabs .swiper-wrapper {
    margin-left: -38%; }
  .single-conferences .swiper-content-tabs, .post-type-archive-products .swiper-content-tabs {
    border-left: none;
    border-right: none; }
  .swiper-tabs-fixed .swiper-content-tabs {
    position: fixed;
    top: 101px;
    z-index: 10000;
    height: 50px;
    box-shadow: 0px 6px 0px #F8F8F8;
    border: none; }
  .swiper-content-tabs .swiper-slide {
    width: auto;
    padding: 10px 25px;
    background: #444444;
    color: white;
    border-right: 1px solid white;
    cursor: pointer;
    text-transform: lowercase;
    font-size: 16px;
    text-align: center; }
    .swiper-content-tabs .swiper-slide.swiper-slide-active {
      background: #F8F8F8;
      color: #444444; }
    .swiper-content-tabs .swiper-slide:last-child {
      border-right: none; }

.swiper-content-blocks {
  background: white;
  border: 1px solid #dddddd;
  border-top: none; }
  .single-conferences .swiper-content-blocks, .post-type-archive-products .swiper-content-blocks {
    border-left: none;
    border-right: none; }
  @media (max-width: 768px) {
    .swiper-content-blocks {
      border-color: white; } }
  .swiper-content-blocks .swiper-slide {
    padding: 30px 0 0 0;
    background: #F8F8F8;
    text-align: left !important; }
    .single-conferences .swiper-content-blocks .swiper-slide {
      padding-bottom: 30px; }
      .single-conferences .swiper-content-blocks .swiper-slide .post {
        border-bottom: none; }
    .swiper-content-blocks .swiper-slide > h2 {
      padding-left: 30px; }
    .swiper-content-blocks .swiper-slide .post {
      z-index: -1;
      border-bottom: 1px solid #dddddd;
      margin-bottom: 30px;
      padding: 0 30px 0 30px;
      overflow: hidden; }
      .swiper-content-blocks .swiper-slide .post:last-child {
        margin-bottom: 0; }
      .swiper-content-blocks .swiper-slide .post .thumbnail {
        width: 90px;
        margin: 0 20px 15px 0; }
        @media (max-width: 768px) {
          .swiper-content-blocks .swiper-slide .post .thumbnail {
            width: 60px; } }
      .swiper-content-blocks .swiper-slide .post h2 {
        line-height: 20px;
        margin-bottom: 0; }
        .swiper-content-blocks .swiper-slide .post h2 a {
          color: #2d2d2d;
          font-size: 26px;
          line-height: 28px; }
          .swiper-content-blocks .swiper-slide .post h2 a:hover {
            color: #CC6600; }
      .swiper-content-blocks .swiper-slide .post .read-more {
        float: right;
        margin-right: -30px;
        background: #2d2d2d; }
        .swiper-content-blocks .swiper-slide .post .read-more:hover {
          background: #CC6600; }
      .swiper-content-blocks .swiper-slide .post .excerpt {
        clear: both; }
        @media (max-width: 768px) {
          .swiper-content-blocks .swiper-slide .post .excerpt {
            padding: 0; } }
.swiper-notification {
  background: #F8F8F8;
  text-align: center;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  padding: 5px 0;
  font-weight: 700;
  text-transform: lowercase; }
  .swiper-notification .fa {
    padding: 0 15px; }
  .swiper-notification[data-active="inactive"] {
    display: none; }

.slideshow-wrap {
  margin-bottom: 15px; }
  @media (max-width: 816px) {
    .slideshow-wrap {
      margin-bottom: -8px; } }
/*
 * Table styles
 */
table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #dddddd; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #EAEAEA;
  line-height: 1.3; }
  table.dataTable tbody tr.even {
    background-color: #F8F8F8; }

table.dataTable tbody tr.selected {
  background-color: #b0bed9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3; }

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke; }

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb; }

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee; }

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8; }

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  float: left;
  width: 50%;
  background: #EAEAEA;
  padding: 10px 18px; }
  @media (max-width: 816px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
      width: 100%;
      clear: both;
      float: none;
      margin: 0; } }
.dataTables_wrapper .dataTables_length select {
  display: inline-block;
  width: auto;
  padding: 5px !important; }

.dataTables_wrapper .dataTables_filter {
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  width: 160px;
  padding: 4px !important; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

/*
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);

  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);

  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);

  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);

  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
*/
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing {
  color: #333333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 70px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 50%;
  margin-top: -10px;
  left: 30px;
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  color: white;
  border-radius: 25px;
  text-align: center;
  line-height: 27px;
  box-sizing: content-box;
  content: '+';
  background-color: #2d2d2d;
  font-weight: bold;
  font-size: 20px;
  transition: all .3s linear; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  transform: rotate(45deg);
  background-color: #CC6600; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #2d2d2d; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
  background-color: #4F4F4F;
  color: white; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #444343;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 100px;
  font-weight: bold;
  color: #d1d1d1;
  text-transform: uppercase; }

.single-conferences .conference-links {
  margin-top: 30px; }
  .single-conferences .conference-links .button {
    width: 40%;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%; }
    @media (max-width: 816px) {
      .single-conferences .conference-links .button {
        width: 100%;
        margin: 0 0 20px; } }
.single-conferences table td {
  padding: 25px; }

.single-conferences table .icon {
  padding: 25px 10px;
  text-align: center;
  background: #444444;
  color: white;
  border-color: #4f4f4f; }
  .single-conferences table .icon .fa {
    font-size: 30px; }
  .single-conferences table .icon span {
    display: block;
    clear: both;
    line-height: 1;
    color: #999999; }

.single-conferences table .information {
  padding-left: 15px;
  line-height: 1.3;
  font-size: 18px; }

.single-conferences table .directions {
  margin-top: 15px;
  display: block; }

.single-conferences .crp_related, .single-conferences .conferences-related {
  margin: 40px 30px; }

.productTable td {
  position: relative; }

.productTable a:not(.button) {
  color: #2d2d2d; }
  .productTable a:not(.button):hover {
    color: #CC6600; }

.productTable .get-more-info {
  cursor: pointer;
  margin-right: 5px;
  clear: both;
  position: absolute;
  left: 10px;
  font-size: 20px; }
  .productTable .get-more-info.active {
    color: #CC6600; }

.productTable .more-info {
  display: none;
  position: absolute;
  width: 100%;
  background: #4f4f4f;
  color: white;
  padding: 20px;
  z-index: 10000; }
  @media (max-width: 816px) {
    .productTable .more-info {
      width: 200%;
      height: auto;
      left: 0;
      top: 100%; } }
.productTable tr:nth-last-child(-n+3) .more-info {
  bottom: 100%;
  top: auto; }

.productTable .category, .productTable .product {
  padding-left: 35px; }
  @media (max-width: 816px) {
    .productTable .category, .productTable .product {
      width: 50%; }
      .productTable .category .more-info, .productTable .product .more-info {
        padding-left: 30px; } }
  .productTable .category span, .productTable .product span {
    display: block;
    padding: 10px 0; }

@media (max-width: 816px) {
  .productTable .category .more-info {
    margin-left: -100%; } }

@media (max-width: 816px) {
  .productTable .product {
    padding-left: 55px; }
    .productTable .product .get-more-info {
      left: 30px; } }

.productTable .button {
  padding: 10px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  margin-left: 10px; }

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.tap {
  display: none;
  width: 6px;
  background: #CC6600;
  color: white !important;
  position: fixed;
  height: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: bold;
  z-index: 100000;
  transition: left .5s ease-in-out;
  -webkit-transform: translateZ(0); }
  .sidebar-open .tap {
    left: 99%; }
  .sticky-header-off .tap {
    top: 0; }
  @media (max-width: 816px) {
    .tap {
      display: block; }
      .app-list .tap {
        display: none; } }
  .tap span {
    transform: rotate(270deg);
    cursor: pointer;
    padding: 1px 20px;
    position: absolute;
    background: #CC6600;
    top: 50%;
    left: -22px;
    margin-top: -40px;
    border-radius: 3px; }
    .sidebar-open .tap span {
      left: -40px; }
    .sticky-header-off .tap span {
      top: 63%;
      top: calc(50% + 69px); }
  .sidebar .tap {
    left: auto;
    right: 0;
    top: 0;
    position: fixed; }
    .sidebar .tap span {
      left: -30px; }

.sidebar {
  background: #F8F8F8;
  color: #343434 !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 1px solid #dddddd;
  border-bottom-width: 2px; }
  @media (max-width: 816px) {
    .sidebar {
      cursor: pointer;
      position: fixed;
      left: -100%;
      top: 0;
      border-right: 6px solid #CC6600;
      height: 100%;
      height: 100vh;
      width: 100%;
      padding: 80px 0px 300px;
      z-index: 10000;
      overflow-y: auto;
      transition: left .5s ease-in-out;
      -webkit-transform: translateZ(0); }
      .sidebar-open .sidebar {
        left: 0px; } }
  .sidebar .widgettitle {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    padding: 5px 0 4px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 700; }
  .sidebar p:last-child {
    margin-bottom: 0; }
  .sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word; }
  .sidebar ul > li:last-child {
    margin-bottom: 0; }
  .sidebar .more-from-category {
    float: right;
    margin: 10px 15px 0 0 !important;
    text-transform: lowercase; }
  .sidebar .widget {
    padding: 24px 0;
    padding: 2.4rem 0;
    margin-bottom: 5px;
    margin-bottom: .5rem;
    border-bottom: 5px solid #DDDDDD;
    border-top: 2px solid #DDDDDD;
    overflow: hidden; }
  .sidebar .enews-widget {
    background-color: #333; }
  .sidebar .gform_widget {
    background: #2D2D2D;
    width: 100% !important;
    padding: 0px;
    border: none !important; }
    .sidebar .gform_widget h4.widget-title, .sidebar .gform_widget h4.widgettitle {
      color: white;
      padding: 30px 30px 0;
      border: none !important;
      text-align: center;
      font-weight: 300 !important;
      text-transform: none; }
    .sidebar .gform_widget .gform_wrapper .top_label input.large, .sidebar .gform_widget .gform_wrapper .top_label select.large, .sidebar .gform_widget .gform_wrapper .hidden_label input.large, .sidebar .gform_widget .gform_wrapper .hidden_label select.large {
      width: 100%;
      text-align: center; }
    .sidebar .gform_widget .gform_wrapper {
      width: 100% !important;
      margin: 0 !important;
      padding: 0 30px 30px !important; }
    .sidebar .gform_widget .gfield_label {
      display: none !important; }
    .sidebar .gform_widget .gform_heading, .sidebar .gform_widget .gform_description {
      font-size: 15px !important;
      text-align: center !important; }
    .sidebar .gform_widget .gform_button {
      display: block !important;
      width: 100% !important;
      text-align: center !important;
      padding: 15px 0;
      font-size: 20px !important;
      text-transform: uppercase !important; }
    .sidebar .gform_widget .gform_footer {
      margin: 0; }
    .sidebar .gform_widget .tell-me-more {
      color: white;
      text-align: center;
      display: block;
      font-size: 13px;
      margin: 8px 0;
      cursor: pointer; }
    .sidebar .gform_widget .tell-them-more {
      color: white;
      padding: 15px 0;
      display: none; }
      .sidebar .gform_widget .tell-them-more h2 {
        color: white;
        font-size: 18px; }
    .sidebar .gform_widget .fa-close {
      float: right;
      font-size: 18px;
      cursor: pointer; }
  .sidebar .product-spotlight-widget .product-spotlight-navigation ul, .sidebar .product-spotlight-widget .product-spotlight-navigation li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sidebar .product-spotlight-widget .product-spotlight-navigation li {
    display: inline-block;
    width: 50%;
    text-align: center;
    text-transform: lowercase;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    padding: 0 0 10px;
    color: #444444;
    border-bottom: 1px solid #dddddd; }
    .sidebar .product-spotlight-widget .product-spotlight-navigation li.active {
      color: #CC6600;
      border-bottom: 1px solid #CC6600; }
  .sidebar .product-spotlight-widget .widget {
    border: none !important; }
  .sidebar .featuredpost .entry {
    margin: 0 0 15px;
    padding: 0 20px 15px;
    border-bottom: 1px solid #dddddd; }
  .sidebar .featuredpost h2 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 20px !important; }
    .sidebar .featuredpost h2 a {
      color: #444444;
      margin: 0; }
      .sidebar .featuredpost h2 a:hover {
        color: #CC6600; }
  .sidebar .featuredpost .byline {
    color: #CC6600;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 3px; }
  .sidebar .textwidget {
    padding: 0 20px 15px; }

.sidebar .widget_nav_menu ul, .sidebar .widget_nav_menu li {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar .widget_nav_menu ul {
  overflow: hidden; }

.sidebar .widget_nav_menu li {
  display: inline-block;
  width: 50%;
  float: left; }
  .sidebar .widget_nav_menu li a {
    padding: 20px 0;
    text-align: center;
    display: block;
    color: white;
    font-size: 18px; }
    .sidebar .widget_nav_menu li a:hover {
      background: #CC6600; }
  .sidebar .widget_nav_menu li:nth-child(5n+1) {
    width: 100%; }
  .sidebar .widget_nav_menu li:nth-child(3n+1) {
    background: #787878; }
  .sidebar .widget_nav_menu li:nth-child(3n+2) {
    background: #9c9c9c; }
  .sidebar .widget_nav_menu li:nth-child(3n+3) {
    background: #4F4F4F; }

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #2d2d2d;
  color: #F8F8F8;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 0;
  padding: 2rem 0;
  text-align: center; }
  .site-footer .copyright {
    float: left; }
  .site-footer .powered {
    float: right; }
  .site-footer .legal {
    clear: both;
    padding: 30px 0 0;
    border-top: 1px solid #505050; }
    .site-footer .legal p {
      font-size: 14px;
      color: #777777;
      width: 75%;
      margin: 0 auto;
      line-height: 16px; }
  .site-footer a {
    color: #F8F8F8; }
    .site-footer a:hover {
      color: #CC6600; }
  .site-footer p {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .site-footer .powered, .site-footer .copyright, .site-footer .legal p {
      float: none;
      width: 100%;
      text-align: center;
      padding-bottom: 15px; } }
/*# sourceMappingURL=global.css.map */