@charset "UTF-8";
/* WP */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  padding: 4px; }

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
  font-style: italic; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.entry-content dl.gallery-item {
  margin: 0; }

.gallery-item a, .gallery-caption {
  width: 90%; }

.gallery-item a {
  display: block; }

.gallery-caption a {
  display: inline; }

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto; }

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%; }

.gallery-columns-1 .gallery-icon img {
  padding: 3%; }

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

.post-single iframe {
  border: none; }

/* Basic Needs */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  box-sizing: border-box; }

.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }

/* For devices larger than 550px */
@media (min-width: 960px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.66666666667%; }
  .two.columns {
    width: 13.3333333333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.6666666667%; }
  .five.columns {
    width: 39.3333333333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.6666666667%; }
  .eight.columns {
    width: 65.3333333333%; }
  .nine.columns {
    width: 74.0%; }
  .ten.columns {
    width: 82.6666666667%; }
  .eleven.columns {
    width: 91.3333333333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.6666666667%; }
  .two-thirds.column {
    width: 65.3333333333%; }
  .one-half.column {
    width: 48%; }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Source Serif Pro', serif;
  color: #222; }

img {
  max-width: 100%;
  margin-bottom: 1rem; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
  font-weight: bold; }

h1 {
  font-size: 3.0rem;
  line-height: 1.2; }

h2 {
  font-size: 2.6rem;
  line-height: 1.25;
  letter-spacing: .1rem; }

h3 {
  font-size: 2.0rem;
  line-height: 1.3;
  margin-bottom: 1rem; }

h4 {
  font-size: 1.8rem;
  line-height: 1.35;
  margin-bottom: 1rem; }

h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #f04d22; }

h6 {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem; }

blockquote, .pull-quote {
  position: relative;
  padding: 2rem 2rem 2rem 3rem;
  margin: 0;
  font-size: 1.7rem;
  text-align: left;
  border: 1px solid #e8ecf0;
  color: #878184;
  font-style: italic;
  clear: both; }

blockquote:before, .pull-quote:before {
  position: absolute;
  top: 0;
  left: -1rem;
  font-size: 5rem;
  content: "“";
  font-family: Georgia, serif;
  color: #f04d22; }

.pull-quote {
  float: right;
  width: 45%;
  margin: 25px; }

p {
  margin-top: 0; }

.center-text {
  text-align: center; }

.blue {
  color: #006c83; }

.orange {
  color: #f04d22; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #006c83; }

a:hover {
  color: #f04d22; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, #submit, input[type="submit"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
  text-decoration: none; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary,
#submit {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus,
#submit:focus,
#submit:hover {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

.button.large {
  font-size: 1.6rem;
  padding: 4px 30px;
  height: auto; }

.button.blue {
  background: #006c83;
  color: #fff;
  border: 1px solid #006c83; }

.button.orange {
  background: #f04d22;
  color: #fff;
  border: 1px solid #f04d22; }
  .button.orange:hover, .button.orange:active, .button.orange:focus {
    background: #d1370e; }

.button-full {
  width: 100%; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #222;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.8rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.row {
  margin: 0; }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#logo {
  display: inline-block;
  float: left; }
  #logo img {
    margin: 0;
    display: inline-block; }

#search {
  display: block;
  overflow: hidden;
  width: 300px;
  position: absolute;
  top: 47px;
  right: 9%; }

.main-header {
  padding: 15px 0; }
  .main-header:after {
    width: 100%;
    content: '';
    clear: both; }

@media (max-width: 1100px) {
  #search {
    right: 13%; } }

@media (max-width: 900px) {
  #search {
    right: 16%; } }

@media (max-width: 800px) {
  #search {
    display: none; } }

.searchbox {
  position: relative;
  min-width: 50px;
  width: 0%;
  height: 50px;
  float: right;
  overflow: hidden;
  transition: width 0.3s; }

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: #dcddd8;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 20px;
  color: #222;
  border: 1px solid #222; }

.searchbox-input::-webkit-input-placeholder {
  color: #dcddd8; }

.searchbox-input:-moz-placeholder {
  color: #dcddd8; }

.searchbox-input::-moz-placeholder {
  color: #dcddd8; }

.searchbox-input:-ms-input-placeholder {
  color: #dcddd8; }

.searchbox-icon,
.searchbox-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 1.1em;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #a0977a;
  background: #fff;
  z-index: 9; }

.searchbox-open .searchbox-icon,
.searchbox-open .searchbox-submit {
  background: #222; }

.searchbox-open {
  width: 100%; }

/* Module Styling
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.module {
  padding: 3rem 0; }

.full-width {
  padding: 50px 0 25px 0;
  margin: 50px 0; }

.full-width.grey {
  background: #f0f1f3; }

.circle {
  border-radius: 50%;
  margin-bottom: 1rem; }

.title.left {
  text-align: left; }

.title.right {
  text-align: right; }

.title.center {
  text-align: center; }

/* Featured Items
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.module.featured-items {
  padding: 0;
  margin: 0 0 2rem 0;
  background: #f0f1f3; }

.featured-items .row.blue {
  background: #006c83; }

.featured-items .row.orange {
  background: #f04d22; }

.featured-items .main-item {
  position: relative;
  background: #f0f1f3 no-repeat right top;
  background-size: cover;
  min-height: 418px; }
  .featured-items .main-item .item-content {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    color: #fff;
    max-width: 460px; }
  .featured-items .main-item h1 a {
    color: #fff;
    text-decoration: underline; }
    .featured-items .main-item h1 a:hover {
      opacity: 0.9; }
  .featured-items .main-item .auto-controls .button {
    margin-bottom: 0;
    display: inline-block; }

@media (max-width: 480px) {
  .featured-items .main-item {
    background: #f0f1f3 no-repeat left top;
    min-height: 100px; }
    .featured-items .main-item .item-content {
      position: relative;
      color: #fff;
      max-width: 460px;
      padding: 40px 15px;
      bottom: auto;
      left: auto; }
  .featured-items .item-container .item {
    padding: 0 15px; }
  .post-item-excerpt p {
    display: none; } }

.featured-items .item-container {
  float: left;
  width: 34.6666666667%;
  height: 418px; }

@media (max-width: 960px) {
  .featured-items .item-container {
    width: 100%; } }

.featured-items .item {
  display: table;
  height: 25%;
  width: 100%;
  padding: 0 6.6%;
  text-decoration: none; }

@media (max-width: 960px) {
  .featured-items .item {
    width: 100%;
    padding: 0 2%; } }

.featured-items .item:hover {
  opacity: 0.8; }

.featured-items .row.blue .item {
  background: #268295;
  background: linear-gradient(to bottom, #268295 0%, #015d70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#268295', endColorstr='#015d70',GradientType=0 ); }

.featured-items .row.orange .item {
  background: #f16742;
  background: linear-gradient(to bottom, #f16742 0%, #f04d22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16742', endColorstr='#f04d22',GradientType=0 ); }

.featured-items .item .item-content {
  display: table-cell;
  vertical-align: middle; }

.featured-items .item h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300; }

.featured-items span.number {
  font-size: 1.3rem;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  opacity: 0.8; }

.show-cta {
  background: url("../images/icon-broadcast.png") no-repeat left center;
  background-size: 28px 28px;
  display: block;
  font-family: 'Oswald', sans-serif;
  padding: 5px 0 5px 32px;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase; }

.archive-cta {
  display: block;
  font-family: 'Oswald', sans-serif;
  padding: 5px 0;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase; }

.show-cta:hover,
.archive-cta:hover {
  color: #fff;
  opacity: 0.7; }

/* Hero Area
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  position: relative;
  color: #fff;
  min-height: 270px;
  margin: 0 0 3rem 0; }

.hero h1 {
  padding-top: 2rem;
  font-weight: 300; }

.hero h5 {
  letter-spacing: 4px; }

.hero p {
  margin-bottom: 1rem; }

.module.breadcrumbs {
  padding-top: 0;
  text-transform: uppercase;
  line-height: 1.2em;
  font-family: 'Oswald', sans-serif; }
  .module.breadcrumbs ul {
    list-style: none;
    margin: 0 0 20px; }
    .module.breadcrumbs ul li {
      margin: 0;
      display: inline-block; }
      .module.breadcrumbs ul li + li:before {
        content: ' \2192 ';
        clear: both;
        padding-right: 3px; }

.module.page-header {
  background: #231f20;
  color: #fff;
  position: relative;
  padding: 0;
  margin: 0 0 4rem; }
  .module.page-header a {
    color: #fff;
    text-decoration: none; }
    .module.page-header a:hover, .module.page-header a:active, .module.page-header a:focus {
      color: #f04d22; }

.module.page-header h1,
.module.page-header h2 {
  line-height: 1.02em;
  font-size: 6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  top: 6px;
  position: relative; }

@media (max-width: 460px) {
  .module.page-header h1,
  .module.page-header h2 {
    font-size: 4.5rem; } }

/* Post Listings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post-list .post-item {
  border: 1px solid #e8ecf0;
  box-sizing: border-box;
  display: inline-block; }

@media (max-width: 960px) {
  .post-list .post-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 3rem;
    float: none;
    vertical-align: top; }
  .post-list .post-item:nth-child(odd) {
    margin-left: 0; } }

.post-list .post-item-excerpt {
  padding: .3rem 1.4rem 1.4rem 1.4rem; }

.post-item h2 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 0; }

.meta-data {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: .7rem;
  color: #bfc0c4; }

.author {
  color: #f14e23; }

/* Shows Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.upcoming-show,
.archived-show {
  display: block;
  background: #edeef0;
  font-family: 'Oswald', sans-serif;
  position: relative;
  text-decoration: none; }

.archived-show:after {
  content: "\f04b";
  font-family: 'FontAwesome';
  position: absolute;
  top: 30%;
  right: 20px; }

.upcoming-show h4,
.archived-show h4 {
  font-size: 2.1rem;
  padding: .66em 30px .66em 70px; }

.upcoming-show span.show-date,
.archived-show span.show-date {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #006c83;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  line-height: 1.8rem; }

.archive-list li {
  list-style: none;
  margin: 0;
  padding: 0; }

h3.year {
  font-size: 4rem;
  font-style: italic;
  color: #f04d22; }

/* Videos
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.video {
  position: relative;
  width: 100%;
  display: block; }

@media (max-width: 960px) {
  .video {
    text-align: center; } }

.play-video {
  height: 52px;
  width: 52px;
  background: #f04d22;
  position: absolute;
  margin: -26px 0 0 -26px;
  top: 50%;
  left: 50%;
  text-align: center; }

.play-video i {
  font-size: 20px;
  color: #fff;
  line-height: 52px; }

.play-video:hover {
  opacity: 0.8; }

/* Station/Group Listings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.station-group-filter {
  text-align: center;
  margin-bottom: 5rem; }

.station-group-filter h2 {
  display: inline; }

.station-group-filter select {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px; }

.stations-list li,
.groups-list li {
  list-style: none; }

.stations-list h4,
.groups-list h4 {
  font-size: 1.8rem;
  margin-bottom: 2.2rem;
  color: #006c83;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px 0 4px 30px; }

.stations-list h4 {
  background: url("../images/icon-shows.png") no-repeat left center; }

.groups-list h4 {
  background: url("../images/icon-groups.png") no-repeat left center;
  padding-left: 35px; }

.stations-list h5,
.groups-list h5 {
  font-size: 1.7rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #222; }

.show-time,
.group-location {
  font-size: 1.4rem;
  color: #f04d22;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif; }

/* Events & Schedule
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.event-date {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 2rem; }

.schedule {
  margin-bottom: 50px;
  text-align: left;
  background-color: #ffffff; }

.schedule h4 {
  color: #006c83; }

.schedule h3 {
  color: #222; }

.schedule h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1px; }

.schedule p.date,
.schedule .schedule-item .schedule-item-toggle .time {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  color: #bfc0c4;
  margin-top: 5px;
  letter-spacing: 3px;
  font-weight: 300; }

.schedule .schedule-item .schedule-item-toggle .time:before {
  content: "\f017";
  font-family: 'FontAwesome';
  padding-right: 3px; }

.schedule .tab-content .nav-current {
  background-color: #eff1f5;
  border-color: #e9e9e9; }

.nav.nav-schedule {
  display: table;
  width: 100%;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #e9e9e9;
  z-index: 10; }

.nav.nav-schedule > li {
  transition: background 0.2s ease, border 0.2s ease;
  position: relative;
  display: table-cell;
  font-size: 15px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #e9e9e9;
  margin-bottom: 0px; }

.nav.nav-schedule > li:after {
  transition: opacity 0.15s ease;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 7px 10px 0 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0;
  z-index: 1; }

.nav.nav-schedule > li > a {
  transition: color 0.2s ease;
  display: block;
  text-decoration: none;
  padding: 20px 15px 12px;
  text-align: center; }

.nav.nav-schedule > li > a *:first-child {
  margin-top: 0; }

.nav.nav-schedule > li > a *:last-child {
  margin-bottom: 0; }

.nav.nav-schedule > li > a:hover,
.nav.nav-schedule > li > a:focus {
  background-color: transparent; }

.nav.nav-schedule > li > a h1:first-child,
.nav.nav-schedule > li > a h2:first-child,
.nav.nav-schedule > li > a h3:first-child,
.nav.nav-schedule > li > a h4:first-child,
.nav.nav-schedule > li > a h5:first-child,
.nav.nav-schedule > li > a h6:first-child {
  margin: 0 0 -2px; }

.nav.nav-schedule > li.active:after {
  opacity: 1;
  color: #006c83; }

.nav.nav-schedule > li.active,
.nav.nav-schedule > li.active:hover,
.nav.nav-schedule > li.active:active {
  cursor: default;
  pointer-events: none; }

.nav.nav-schedule > li.active a,
.nav.nav-schedule > li.active a:hover,
.nav.nav-schedule > li.active a:focus,
.nav.nav-schedule > li.active a *,
.nav.nav-schedule > li.active a:hover *,
.nav.nav-schedule > li.active a:focus * {
  color: #ffffff;
  background: #006c83; }

.schedule .tab-content {
  padding: 0;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: transparent #e9e9e9 #e9e9e9; }

.schedule .tab-content .img-responsive {
  margin: 0; }

.schedule .tab-content .nav.nav-schedule {
  display: inline-block;
  background-color: #eff1f5;
  border: none; }

.schedule .tab-content .nav.nav-schedule > li {
  display: inline-block;
  border-width: 0 0 1px; }

.schedule .tab-content .nav.nav-schedule > li:not(.active) {
  border-color: transparent; }

.schedule .tab-content .nav.nav-schedule > li:after {
  display: none; }

.schedule .tab-content .nav.nav-schedule > li > a {
  margin: 0;
  padding: 16px 45px 14px;
  font-weight: 700;
  text-transform: uppercase; }

.schedule .tab-content .nav.nav-schedule > li > a:not(:hover):not(:active) {
  color: #51545b; }

.schedule .tab-content .nav.nav-schedule > li.active {
  background-color: transparent; }

.schedule .tab-content-schedule {
  position: relative;
  border: none;
  padding: 90px 100px 80px 80px; }

.schedule .tab-content-schedule:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 104px;
  width: 0;
  display: block;
  content: "";
  border-right: 1px solid #eff1f5; }

.schedule .tab-content-schedule .panel-group {
  margin-bottom: 0; }

.schedule .tab-content-schedule .schedule-item {
  position: relative;
  margin-bottom: 22px;
  min-height: 65px;
  padding: 0 0 0 104px;
  background-color: transparent; }

.schedule .tab-content-schedule .schedule-item:last-child {
  margin-bottom: 0; }

.schedule .schedule-item + .schedule-item {
  margin-top: 0; }

.schedule .schedule-item .lecture-icon-wrapper {
  position: absolute;
  vertical-align: middle;
  top: 25px;
  left: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden; }

.schedule .schedule-item .schedule-item-toggle {
  margin-bottom: 0;
  display: block;
  text-decoration: none;
  color: #000000; }

.schedule .schedule-item .schedule-item-toggle .time .icon {
  margin-right: 8px;
  vertical-align: middle;
  color: #babfcc; }

.schedule .schedule-item .schedule-item-toggle .title {
  position: relative;
  margin: 0;
  padding: 0 35px 11px 0;
  border-bottom: 1px solid #eff1f5; }

.schedule .schedule-item .schedule-item-toggle .title .icon {
  transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease;
  position: absolute;
  right: 10px;
  bottom: 11px;
  font-size: 13px;
  color: #51545b; }

.schedule .schedule-item .schedule-item-body {
  margin-top: 0;
  /*font-size: @font-size-small;*/ }

.schedule .schedule-item .schedule-item-body .speaker-wrapper {
  margin-bottom: 0; }

.schedule .schedule-item .schedule-item-body > article,
.schedule .schedule-item .schedule-item-body > div {
  margin: 0;
  padding: 11px 0; }

@media (max-width: 991px) {
  .schedule .tab-content .img-responsive {
    margin: 0; } }

@media (max-width: 767px) {
  .schedule .tab-content {
    border: none; }
  .schedule .tab-content-schedule {
    padding: 35px 20px; }
  .schedule .tab-content-schedule:before {
    display: none; }
  .schedule .tab-content-schedule .schedule-item {
    margin-bottom: 30px;
    padding-left: 70px; }
  .nav.nav-schedule {
    border: 1px solid #eee; } }

@media (max-width: 480px) {
  .schedule .tab-content-schedule {
    padding: 35px 0; }
  .schedule .tab-content-schedule .schedule-item {
    margin-bottom: 30px;
    padding-left: 0; }
  .schedule .tab-content-schedule .schedule-item .lecture-icon-wrapper {
    display: none; }
  .schedule .tab-content-schedule .schedule-item .schedule-item-toggle .title {
    padding-left: 40px; }
  .speaker-photo-wrapper {
    display: none; }
  .schedule.schedule-light .tab-content {
    padding: 10px 5px 20px; }
  .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper {
    top: 32px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px; }
  .schedule.schedule-light .schedule-item .schedule-item-toggle .title {
    padding-left: 35px; } }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* Blog Posts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.module.page-header {
  margin: 0; }

.module.post-hero {
  padding-top: 0; }
  .module.post-hero img {
    margin-bottom: 0;
    display: block; }

.post-title {
  margin-bottom: 3rem; }

.post-single cite {
  background: #e8ecf0;
  padding: 1rem;
  display: inline-block;
  float: right;
  font-family: 'Oswald', sans-serif;
  color: #f14e23;
  position: relative;
  top: -19px;
  margin-left: 15px; }

.comments li {
  list-style: none;
  margin: 2rem 0;
  padding: 0; }

.comment-reply {
  border-top: 1px solid #E1E1E1;
  padding: 20px; }

/* Blog Posts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.shop li {
  list-style: none;
  margin: 0 0 5rem 0;
  padding: 0; }

.product-type {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: .7rem;
  color: #bfc0c4; }
  .product-type a {
    text-decoration: none;
    color: inherit; }

.product-meta {
  margin: 0;
  padding-top: 10px; }
  .product-meta p {
    margin-bottom: 5px; }

.categories-list {
  border-top: 1px solid #ebebeb; }

.categories-list li {
  position: relative;
  list-style: none;
  margin: 1.2rem 0 1.2rem 0;
  padding: 1.2rem 0 1.2rem 0;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  border-bottom: 1px solid #ebebeb; }

.categories-list li:first-child {
  margin-top: 0; }

.categories-list li a {
  color: #222;
  text-decoration: none; }

.categories-list li a:hover {
  color: #006c83;
  text-decoration: none; }

.categories-list li a i {
  color: #a9a8a8;
  padding-right: 5px; }

.categories-list li a .cat-count {
  color: #a9a8a8;
  float: right; }

/* Pagination
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination {
  font-family: 'Oswald', sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
  font-size: 1.4rem;
  font-weight: 600; }

.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.pagination ul li a {
  display: block;
  color: #222;
  padding: .5rem 1rem; }

.pagination .previous,
.pagination .next,
.pagination .numbers {
  min-height: 20px; }

.pagination ul li,
.pagination .previous a,
.pagination .next a {
  display: inline-block;
  margin: 0 1rem 0 1rem; }

.pagination .previous a,
.pagination .next a {
  padding: 1rem;
  border: 1px solid #ebebeb; }

.pagination ul li.current a {
  background: #006C83;
  color: #fff;
  border: 1px solid #006C83; }

@media (max-width: 960px) {
  .pagination .columns {
    margin: 0 0 3rem 0; }
  .pagination ul {
    text-align: left; } }

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  background: #231f20;
  color: #fff;
  padding: 90px 0; }

footer small {
  display: block;
  color: #838383;
  font-style: italic; }

footer .social {
  overflow: hidden;
  margin: 5px 0 10px 0; }

footer .social li {
  float: left;
  width: 30px;
  display: inline-block;
  margin: 0 6px 0 0; }

footer .social li a {
  color: #fff; }

footer .social li a:hover {
  opacity: 0.8; }

footer .button {
  margin-top: 5px; }

footer .button:hover {
  opacity: 0.8; }

/* MENU CONFIGURATION
**********************************************************/
.jetmenu {
  padding: 0;
  margin: 0;
  position: relative;
  float: right;
  list-style: none;
  text-align: left; }
  .jetmenu li {
    display: inline-block;
    float: left; }
    .jetmenu li i {
      padding-right: 8px;
      position: relative; }
    .jetmenu li.search-item i {
      top: -1px; }
  .jetmenu a {
    outline: none;
    z-index: 10; }
  .jetmenu > li > a {
    padding: 20px 24px;
    color: #242021;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block; }

.jetmenu > li:hover > a,
.jetmenu > li > a.active {
  color: #fff;
  background: #231f20; }

/* MEGAMENU
**********************************************************/
.admin-bar .the-search-box, .admin-bar .megamenu {
  top: 100px; }

.the-search-box {
  padding: 10px 20px;
  background: #231f20;
  width: 100%;
  z-index: 99;
  top: 68px;
  position: absolute;
  border-bottom: 3px solid #f04d22; }
  .the-search-box .select {
    float: left;
    height: 50px;
    width: 115px;
    background: #ccc;
    box-sizing: border-box;
    position: relative; }
    .the-search-box .select:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -2px;
      z-index: 100;
      right: 7px;
      border: transparent solid 5px;
      border-top-color: #006c83; }
    .the-search-box .select select {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 100%;
      height: 50px;
      z-index: 105;
      padding: 5px 10px;
      background: transparent;
      font-size: 16px;
      line-height: 1;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none; }
  .the-search-box span {
    text-indent: -9999px;
    position: absolute; }
  .the-search-box form, .the-search-box label {
    margin: 0;
    display: block;
    box-sizing: border-box; }
  .the-search-box form {
    max-width: 1170px;
    margin: 0 auto; }
  .the-search-box .search-input {
    margin-right: 50px;
    margin-left: 115px;
    display: block; }
    .the-search-box .search-input input {
      display: block;
      width: 100%;
      margin: 0;
      height: 50px;
      padding: 10px;
      box-sizing: border-box;
      border: none;
      font-family: 'Source Serif Pro', serif; }
      .the-search-box .search-input input:focus {
        border: none; }
  .the-search-box .button {
    float: right;
    width: 50px;
    line-height: normal;
    height: 50px;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0;
    font-size: 18px; }

.megamenu {
  background: #231f20;
  top: 68px;
  width: 100%;
  position: absolute;
  color: #999;
  z-index: 99;
  padding: 40px 50px 40px;
  box-sizing: border-box; }
  .megamenu h2 {
    font-size: 1.6rem;
    line-height: 1.25;
    color: #f44d32;
    text-transform: uppercase; }
  .megamenu ul.social {
    margin-top: -15px;
    width: 100%; }
    .megamenu ul.social li {
      float: left;
      width: 30px;
      display: inline-block;
      margin: 0 6px 0 0; }
  .megamenu ul {
    margin: 0 0 20px 0;
    float: left;
    padding: 0;
    display: block;
    position: relative;
    list-style: none; }
    .megamenu ul li {
      width: 100%;
      padding: 4px 0; }
      .megamenu ul li.title {
        margin: 0 0 8px;
        padding: 0 0 5px;
        border-bottom: solid 1px #666; }
  .megamenu a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s linear; }
    .megamenu a:hover {
      color: #fff;
      opacity: 0.8;
      text-decoration: underline; }
  .megamenu .row {
    width: 100%;
    margin-top: 15px; }
    .megamenu .row:first-child {
      margin-top: 0; }

/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu > li.fix-sub > .megamenu,
.jetmenu > li.fix-sub > .megamenu.half-width,
.jetmenu > li.fix-sub > .dropdown {
  right: 0; }

/* MEGAMENU WIDTHS
**********************************************************/
.megamenu.half-width {
  width: 50%; }

.megamenu.full-width {
  width: 100%;
  left: 0; }

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row:before,
.megamenu .row:after {
  display: table;
  content: "";
  line-height: 0; }

.megamenu .row:after {
  clear: both; }

.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6 {
  display: block;
  width: 100%;
  min-height: 20px;
  float: left;
  margin-left: 2.127659574468085%;
  box-sizing: border-box; }

.megamenu .row [class*="col"]:first-child {
  margin-left: 0; }

.megamenu .row .col1 {
  width: 14.893617021276595%; }

.megamenu .row .col2 {
  width: 31.914893617021278%; }

.megamenu .row .col3 {
  width: 48.93617021276595%; }

.megamenu .row .col4 {
  width: 65.95744680851064%; }

.megamenu .row .col5 {
  width: 82.97872340425532%; }

.megamenu .row .col6 {
  width: 100%; }

/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.right {
  float: right;
  margin-bottom: 0; }

.jetmenu > li.right i {
  color: #a0977a; }

.jetmenu > li.right ul.social li a i {
  color: #fff; }

.jetmenu > li.right > .megamenu,
.jetmenu > li.right > .megamenu.half-width,
.jetmenu > li.right > .dropdown {
  right: 0; }

/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu > li.jsright {
  float: right; }

.jetmenu > li.jsright.last > .megamenu,
.jetmenu > li.jsright.last > .megamenu.half-width,
.jetmenu > li.jsright.last > .dropdown {
  right: 0; }

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide {
  display: none;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #999;
  background: transparent; }

.jetmenu > li.showhide span.title {
  margin: 15px 0 0 25px;
  float: left; }

.jetmenu > li.showhide span.icon {
  margin: 17px 20px;
  float: right; }

.jetmenu > li.showhide .icon em {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 2px;
  background: #999; }

/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 768px) {
  #logo {
    width: 50%; }
  .megamenu.full-width {
    margin-top: -10px; }
  .jetmenu > li {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .jetmenu > li i {
      padding-right: 0; }
    .jetmenu > li span {
      display: none; }
  .jetmenu > li > a {
    padding: 15px 25px; }
  .jetmenu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .jetmenu ul.dropdown,
  .jetmenu ul.dropdown li ul.dropdown {
    width: 100% !important;
    left: 0;
    position: static !important;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .jetmenu ul.dropdown li {
    background: #fff !important;
    border: none; }
  .jetmenu ul.dropdown > li > a {
    padding-left: 40px !important; }
  .megamenu {
    width: 100% !important;
    border-top: none; }
  .megamenu .row [class*="col"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
    box-sizing: border-box;
    clear: both; }
  .megamenu .row:first-child [class*="col"]:first-child {
    margin-top: 0; }
  .megamenu .row {
    margin-top: 0; }
  .jetmenu > li > ul.dropdown > li > a {
    padding-left: 40px !important; }
  .jetmenu > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 60px !important; }
  .jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
    padding-left: 80px !important; } }

@media (min-width: 768px) and (max-width: 900px) {
  .megamenu {
    width: 100% !important;
    left: 0 !important; } }

.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45); }

#lg-counter, .lg-outer .lg-video-cont {
  vertical-align: middle;
  display: inline-block; }

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal; }

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@keyframes lg-right-end {
  0%, 100% {
    left: 0; }
  50% {
    left: -30px; } }

@keyframes lg-left-end {
  0%, 100% {
    left: 0; }
  50% {
    left: 30px; } }

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end .3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end .3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  transition: color .2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px; }

.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color .25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  transition: opacity 80ms ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow .3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  width: 100%;
  height: 100%; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.group:after, .group:before {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity .15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important; }

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important; }

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity .15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 5.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
.auto-controls {
  margin-bottom: 20px; }

.jp-audio *:focus,
.jp-audio-stream *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-audio,
.jp-audio-stream {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  display: inline-block;
  background-color: #006c83; }

.jp-audio {
  width: 310px;
  float: left; }

.jp-audio-stream {
  width: 182px; }

.jp-interface {
  position: relative;
  width: 100%; }

.jp-audio .jp-interface {
  height: 38px; }

.jp-audio-stream .jp-interface {
  height: 80px; }

/* @group CONTROLS */
.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }

.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.jp-audio .jp-controls {
  width: 310px; }

.jp-audio-stream .jp-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 142px; }

.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-play {
  width: 40px;
  height: 38px;
  margin: 0; }

.jp-play {
  background: url("../images/jplayer/jplayer.sprites.png") 0 -1px no-repeat; }

.jp-play:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -41px -1px no-repeat; }

.jp-state-playing .jp-play {
  background: url("../images/jplayer/jplayer.sprites.png") 0 -43px no-repeat; }

.jp-state-playing .jp-play:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -41px -43px no-repeat; }

.jp-stop, .jp-previous, .jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px; }

/* @end */
/* @group progress bar */
.jp-progress {
  overflow: hidden;
  background-color: #fff; }

.jp-audio .jp-progress {
  position: absolute;
  top: 14px;
  height: 10px; }

.jp-audio .jp-type-single .jp-progress {
  left: 50px;
  width: 130px;
  border-radius: 16px; }

.jp-audio .jp-type-playlist .jp-progress {
  left: 166px;
  width: 130px; }

.jp-seek-bar {
  width: 0;
  height: 100%;
  cursor: pointer;
  border-radius: 16px; }

.jp-play-bar {
  background: #ccc;
  border-radius: 15px;
  width: 0;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("../images/jplayer/jplayer.blue.monday.seeking.gif"); }

/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-state-no-volume {
  width: 200px; }
  .jp-state-no-volume .jp-controls {
    width: 200px; }
  .jp-state-no-volume + .button {
    width: 200px !important; }

.jp-volume-controls {
  position: absolute;
  top: 11px;
  left: 190px;
  width: 200px; }

.jp-audio-stream .jp-volume-controls {
  left: 70px; }

.jp-volume-controls button {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-mute,
.jp-volume-max {
  width: 18px;
  height: 15px; }

.jp-volume-max {
  left: 74px; }

.jp-mute {
  background: url("../images/jplayer/jplayer.sprites.png") 0 -170px no-repeat; }

.jp-mute:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -19px -170px no-repeat; }

.jp-state-muted .jp-mute {
  background: url("../images/jplayer/jplayer.sprites.png") -60px -170px no-repeat; }

.jp-state-muted .jp-mute:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -79px -170px no-repeat; }

.jp-volume-max {
  background: url("../images/jplayer/jplayer.sprites.png") 0 -186px no-repeat; }

.jp-volume-max:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -19px -186px no-repeat; }

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: #fff;
  top: 5px;
  left: 22px;
  width: 46px;
  height: 5px;
  cursor: pointer;
  border-radius: 10px; }

.jp-volume-bar-value {
  background: #ccc;
  width: 0;
  height: 5px;
  border-radius: 10px; }

/* @end */
/* @group current time and duration */
.jp-audio .jp-time-holder {
  position: absolute;
  top: 50px; }

.jp-audio .jp-type-single .jp-time-holder {
  left: 110px;
  width: 186px; }

.jp-audio .jp-type-playlist .jp-time-holder {
  left: 166px;
  width: 130px; }

.jp-current-time,
.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique; }

.jp-current-time {
  float: left;
  display: inline;
  cursor: default; }

.jp-duration {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer; }

/* @end */
/* @group playlist */
.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default; }

.jp-details,
.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3; }

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
  border-top: none; }

.jp-details .jp-title {
  margin: 0;
  padding: 5px 20px;
  font-size: .72em;
  font-weight: bold; }

.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em; }

.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee; }

.jp-playlist li div {
  display: inline; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none; }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px; }

div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none; }

div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1; }

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1; }

span.jp-artist {
  font-size: .8em;
  color: #666; }

/* @end */
.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px; }

.jp-jplayer {
  background-color: #000000; }

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

.jp-audio .jp-type-single .jp-toggles {
  width: 25px; }

.jp-audio .jp-type-playlist .jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px; }

.jp-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }

.jp-full-screen {
  background: url("../images/jplayer/jplayer.sprites.png") 0 -310px no-repeat;
  margin-left: 20px; }

.jp-full-screen:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -30px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen {
  background: url("../images/jplayer/jplayer.sprites.png") -60px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -90px -310px no-repeat; }

.jp-repeat {
  background: url("../images/jplayer/jplayer.sprites.png") 0 -290px no-repeat; }

.jp-repeat:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -30px -290px no-repeat; }

.jp-state-looped .jp-repeat {
  background: url("../images/jplayer/jplayer.sprites.png") -60px -290px no-repeat; }

.jp-state-looped .jp-repeat:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -90px -290px no-repeat; }

.jp-shuffle {
  background: url("../images/jplayer/jplayer.sprites.png") 0 -270px no-repeat;
  margin-left: 5px; }

.jp-shuffle:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -30px -270px no-repeat; }

.jp-state-shuffled .jp-shuffle {
  background: url("../images/jplayer/jplayer.sprites.png") -60px -270px no-repeat; }

.jp-state-shuffled .jp-shuffle:focus {
  background: url("../images/jplayer/jplayer.sprites.png") -90px -270px no-repeat; }

/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none; }

.jp-no-solution a {
  color: #000; }

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }

/* @end */
.comments-area {
  margin: 48px auto;
  max-width: 474px;
  padding: 0 10px; }

.comment-reply-title,
.comments-title {
  margin: 0;
  text-transform: uppercase; }

.comment-list {
  list-style: none;
  margin: 0 0 48px 0; }

.comment-author {
  font-size: 14px;
  line-height: 1.7142857142; }

.comment-list .reply,
.comment-metadata {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase; }

.comment-list .reply {
  margin-top: 24px; }

.comment-author .fn {
  font-weight: 900; }

.comment-author a {
  color: #2b2b2b; }

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
  color: #767676; }

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
  color: #41a62a; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-top: 24px; }

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0; }

.comment-author {
  position: relative; }

.comment-author .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px; }

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px; }

.says {
  display: none; }

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 30px; }

.comment-edit-link {
  margin-left: 10px; }

.comment-edit-link:before {
  content: "\f411"; }

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 2px; }

.comment-content {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-content > :last-child {
  margin-bottom: 0; }

.comment-list .children {
  list-style: none;
  margin-left: 15px; }

.comment-respond {
  margin-bottom: 24px;
  padding: 0; }

.comment .comment-respond {
  margin-top: 24px; }

.comment-respond h3 {
  margin-top: 0;
  margin-bottom: 24px; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #767676; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  line-height: 1.7142857142; }

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase; }

.comment-form label {
  display: block; }

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

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5; }

.required {
  color: #c0392b; }

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px; }

.comment-reply-title small a:hover {
  color: #41a62a; }

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px; }

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase; }

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block; }

.comment-navigation .nav-previous a {
  margin-right: 10px; }

#comment {
  width: 100%; }

#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0; }

.tr-admin-notice {
  padding: 15px 15px;
  line-height: 1.4em;
  width: 100%;
  margin: 0 auto 15px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  border-left: solid 4px;
  border-color: #46b450; }
  .tr-admin-notice p, .tr-admin-notice ul, .tr-admin-notice li {
    margin: 0;
    padding: 0;
    text-align: center; }
  .tr-admin-notice li {
    list-style: none; }
  .tr-admin-notice li + li {
    margin-top: 8px; }

.tr-admin-notice.notice-error {
  border-color: #dc3232; }

.tr-admin-notice.notice-warning {
  border-color: #ffb900; }

.tr-admin-notice.notice-info {
  border-color: #00a0d2; }

.container .control-section input[type="text"],
.container .control-section input[type="password"],
.container .control-section input[type="submit"],
.container .control-section textarea, .container .control-section .button-full {
  width: 100%;
  max-width: 500px; }

.container .control-section .tr-required {
  color: #dc3232; }

.container .control-section input[type="checkbox"] {
  margin-right: 10px; }

.container .control-section textarea {
  min-height: 120px; }

.container .member-notice, .container .control-section .help {
  color: #666;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic; }

/*
Additions for donations module
Joe Godbee, July 26 2016
v1.0
*/
.pricing-table {
  list-style: none;
  text-align: center;
  color: #222;
  box-sizing: border-box;
  border: 1px solid #f0f1f3; }

.pricing-table h4 {
  font-size: 2.2rem;
  color: #222;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0; }

.pricing-table li {
  list-style: none;
  margin: 0;
  padding: 2rem 0; }

.pricing-table li.extras {
  padding: 2rem 3rem; }

.pricing-table li:nth-child(even) {
  background: #f0f1f3; }

.pricing-table li:last-child {
  background: #fff !important; }

.pricing-table li.align-left {
  display: table;
  width: 100%;
  border: 0;
  padding: 2rem 3rem;
  text-align: left; }

.pricing-table li.align-left .t-row {
  display: table-row; }

.pricing-table li.align-left .t-cell {
  display: table-cell; }

.pricing-table li.align-left .t-cell:first-child {
  padding-right: 2%; }

.pricing-table .head {
  background: #2e2e2e;
  color: #fff;
  padding: 2.8rem 0;
  font-family: Oswald, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-transform: uppercase; }

.pricing-table li.pricing {
  padding: 1rem 0; }

.pricing-table li.pricing {
  color: #fff; }

.pricing-table i {
  padding-right: .3rem; }

.price-option,
.or {
  display: inline-block;
  font-family: Oswald, sans-serif; }

.price-option {
  font-size: 3rem;
  text-transform: uppercase; }

.price-option span {
  font-size: 1.7rem; }

.or {
  margin: 0 1rem;
  background: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  color: #222;
  line-height: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  top: -5px; }

.pricing-table .button {
  color: #fff;
  border: 1px solid transparent; }

.pricing-table .button:hover {
  opacity: 0.8; }

.donation-cta {
  margin: 0 0 3rem 0; }

.icon-circle {
  background: #222;
  color: #fff;
  font-size: 2.2rem;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center; }

.icon-circle i {
  line-height: 40px; }

tel {
  font-weight: bold; }

/* Orange */
.pricing-table.orange li.pricing,
.pricing-table.orange .button,
.icon-circle.orange {
  background: #f04d22; }

.pricing-table.orange i {
  color: #f04d22; }

/* Blue */
.pricing-table.blue li.pricing,
.pricing-table.blue .button,
.icon-circle.blue {
  background: #006c83; }

.pricing-table.blue i {
  color: #006c83; }

/* Red */
.pricing-table.red li.pricing,
.pricing-table.red .button,
.icon-circle.red {
  background: #781318; }

.pricing-table.red i {
  color: #781318; }

/* Clean up pricing table line breaks on mobile */
@media screen and (max-width: 900px) {
  .pricing-table br {
    display: none; } }

.toggle-show {
  display: block !important; }

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

.toggle-overlay {
  position: fixed;
  height: 150%;
  width: 100%;
  top: -25%;
  background: #fff;
  opacity: 0;
  z-index: 90; }

.profile-photo {
  width: 170px;
  height: auto;
  border-radius: 100%; }

.tiny-thumbnail {
  width: 50px;
  height: auto;
  border-radius: 100%; }

.video-thumbnail {
  width: 360px;
  height: auto; }

.ad-two a {
  float: left;
  box-sizing: border-box; }

.ad-two a:first-child {
  width: 64.799%; }

.ad-two a:last-child {
  width: 31.2%;
  margin-left: 4%; }

.product-item > div {
  float: left;
  box-sizing: border-box; }

.product-item > div:first-child {
  width: 31.2%; }

.product-item > div:last-child {
  width: 64.799%;
  margin-left: 4%; }

@media screen and (max-width: 620px) {
  .product-item .product-details > a {
    float: left;
    width: 38%; }
  .product-item .product-details > ul {
    float: left;
    width: 58%;
    margin-left: 4%; }
  .product-item > div:first-child, .product-item > div:last-child {
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 959px) {
  .ad-three, .video-gallery {
    text-align: center; } }

@media screen and (max-width: 540px) {
  .ad-two {
    text-align: center; }
    .ad-two a:first-child, .ad-two a:last-child {
      width: 100%;
      margin: 0; } }

.post-list .row + .row {
  margin-top: 20px; }

.type-page > *:first-child {
  margin-top: 0; }

.page-header + .post-hero {
  padding-top: 0; }

.left-featured-image {
  margin-bottom: 20px; }
  .left-featured-image .post-item {
    border: none; }
    .left-featured-image .post-item img {
      float: left;
      max-width: 140px;
      height: auto;
      display: block; }
    .left-featured-image .post-item .post-item-excerpt {
      margin-left: 160px; }

@media screen and (max-width: 820px) {
  .left-featured-image .post-item img {
    max-width: 100%;
    float: none; }
  .left-featured-image .post-item .post-item-excerpt {
    margin: 0; } }

@media screen and (max-width: 340px) {
  .left-featured-image .post-item img {
    max-width: 100%;
    float: none; }
  .left-featured-image .post-item .post-item-excerpt p {
    display: none; }
  .meta-data {
    font-size: 1rem; } }

.post-item .post-item-excerpt a:link {
  text-decoration: none;
  color: #000; }

.post-item .post-item-excerpt a:hover {
  color: #006c83;
  text-decoration: underline; }

.show-player {
  display: block;
  height: 80px;
  width: 100%; }
  .show-player .jp-audio {
    float: none; }
  .show-player:after {
    content: '';
    clear: both; }

.ad-one img, .ad-two img, .ad-three img {
  margin-bottom: 0; }

.inline-list-compact {
  list-style: none; }
  .inline-list-compact a {
    display: inline-block; }
  .inline-list-compact img {
    margin: 0;
    display: inline-block; }
  .inline-list-compact li {
    display: inline-block; }

.inline-list {
  list-style: none; }
  .inline-list li {
    display: inline-block; }
  .inline-list li + li:before {
    content: ' - '; }

.articles-list li {
  list-style: none;
  margin-bottom: 0; }

.articles-list > li {
  margin-bottom: 25px; }

.articles-list p {
  margin-bottom: 0;
  font-style: italic; }

.articles-list .inline-list {
  margin: 10px 0 0; }

.image-rounded img {
  border-radius: 100%; }

.a-search-box {
  width: 100%;
  border: 3px solid #231f20;
  margin-bottom: 20px; }
  .a-search-box span {
    text-indent: -9999px;
    position: absolute; }
  .a-search-box form, .a-search-box label {
    margin: 0;
    display: block;
    box-sizing: border-box; }
  .a-search-box form {
    max-width: 1170px;
    margin: 0 auto; }
  .a-search-box .search-input {
    margin-right: 50px;
    display: block; }
    .a-search-box .search-input input {
      display: block;
      width: 100%;
      margin: 0;
      height: 50px;
      padding: 10px;
      box-sizing: border-box;
      border: none;
      font-family: 'Source Serif Pro', serif; }
      .a-search-box .search-input input:focus {
        border: none; }
  .a-search-box .button {
    float: right;
    width: 50px;
    line-height: normal;
    height: 50px;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 0;
    font-size: 18px; }

.long-link-list {
  margin: 0;
  padding: 0;
  border: solid 1px #E1E1E1; }
  .long-link-list li {
    padding: 0;
    list-style: none;
    margin: 0;
    border-bottom: solid 1px #E1E1E1; }
  .long-link-list a {
    padding: 10px;
    display: block; }

.small-only {
  display: none;
  visibility: hidden; }

.no-flex {
  display: block !important; }

@media (max-width: 460px) {
  .small-only {
    display: block;
    visibility: visible; }
  .large-only {
    display: none;
    visibility: hidden; } }

.flexbox .post-list .row {
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1000px) {
  .flexbox .post-list .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .flexbox .post-list .row > div {
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      margin-left: 0;
      margin-bottom: 4%; }
    .flexbox .post-list .row > div:nth-child(even) {
      margin-left: 4%; } }

.gform_confirmation_wrapper {
  padding: 20px;
  border: solid 3px green;
  margin-bottom: 40px; }
