/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.tab-00 {
  background-color: #ffffff; }

.tab-01 {
  background-color: #c90062; }

.tab-02 {
  background-color: #e98300; }

.tab-03 {
  background-color: #797d86; }

.tab-04 {
  background-color: #000000; }

.tab-05 {
  background-color: #557630; }

.tab-06 {
  background-color: #935e3a; }

.tab-07 {
  background-color: #822433; }

.tab-08 {
  background-color: #003359; }

.tab-09 {
  background-color: #241773; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * 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 receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

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

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

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

  h2,
  h3 {
    page-break-after: avoid; } }
@media (max-width: 980px) {
  #page {
    width: 100%; } }

.page-template-template-paleyfest-php {
  background: #000;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em; }

#content {
  margin: auto; }
  @media (max-width: 980px) {
    #content {
      width: auto;
      margin: 0 20px; } }
  .page-template-template-paleyfest-php #content {
    padding: 0px;
    background: #000;
    width: 988px; }
    @media (max-width: 980px) {
      .page-template-template-paleyfest-php #content {
        width: auto;
        margin: 0 20px; } }
    @media (max-width: 690px) {
      .page-template-template-paleyfest-php #content {
        width: auto;
        margin: 0;
        min-height: 0; } }
  .showing-mobile-menu.page-template-template-paleyfest-php #content {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.page-template-template-paleyfest-php .menu-toggle {
  z-index: 1002;
  position: fixed;
  background-color: #000; }

.pfest-header {
  position: relative; }
  .pfest-header .tabs {
    width: 988px;
    margin: 0 auto;
    padding: 10px 0px 0px;
    list-style: none; }
    @media (max-width: 980px) {
      .pfest-header .tabs {
        width: 100%; } }
    @media (max-width: 690px) {
      .pfest-header .tabs {
        width: 100%;
        position: fixed;
        z-index: 1001;
        background-color: #000;
        padding: 0; }
        .showing-mobile-menu .pfest-header .tabs {
          position: relative;
          padding: 57px 0px 0 0; }
          .pfest01 .showing-mobile-menu .pfest-header .tabs {
            border-bottom: 1px solid #797d86; }
          .pfest02 .showing-mobile-menu .pfest-header .tabs {
            border-bottom: 1px solid #009fda; }
          .pfest03 .showing-mobile-menu .pfest-header .tabs {
            border-bottom: 1px solid #ffffff; }
          .pfest04 .showing-mobile-menu .pfest-header .tabs {
            border-bottom: 1px solid #ffffff; } }
    .pfest-header .tabs li {
      float: left;
      width: 130px;
      height: 36px;
      margin: 0 10px 0 0;
      font-size: 11px;
      font-family: "Fedra Sans Book"; }
      @media (max-width: 820px) {
        .pfest-header .tabs li {
          width: 14%;
          font-size: 8px;
          margin: 0 1px 0 0; } }
      .pfest-header .tabs li.link-tab, .pfest-header .tabs li.page-tab {
        text-align: center; }
        @media (max-width: 690px) {
          .pfest-header .tabs li.link-tab, .pfest-header .tabs li.page-tab {
            text-align: left; } }
      .pfest-header .tabs li.head-tab, .pfest-header .tabs li:not(.current-tab) {
        border-bottom: 1px solid #000; }
        @media (max-width: 690px) {
          .pfest-header .tabs li.head-tab, .pfest-header .tabs li:not(.current-tab) {
            text-align: left; } }
      .pfest-header .tabs li.pfest01-tab {
        background-color: #797d86; }
        .pfest-header .tabs li.pfest01-tab.current-tab {
          border-bottom: 1px #797d86 solid;
          margin-bottom: -3px; }
      .pfest-header .tabs li.pfest02-tab {
        background-color: #797d86; }
        .pfest-header .tabs li.pfest02-tab.current-tab {
          background-color: #009fda;
          border-bottom: 1px #009fda solid;
          margin-bottom: -3px; }
      .pfest-header .tabs li.pfest03-tab {
        background-color: #797d86; }
        .pfest-header .tabs li.pfest03-tab.current-tab {
          background-color: #6459c4;
          border-bottom: 1px #6459c4 solid;
          margin-bottom: -3px; }
      .pfest-header .tabs li.pfest04-tab {
        background-color: #ffffff; }
        .pfest-header .tabs li.pfest04-tab.current-tab {
          background-color: #ffffff;
          border-bottom: 1px #ffffff solid;
          margin-bottom: -3px; }
      .pfest-header .tabs li.dark-text {
        color: #000; }
      .pfest-header .tabs li.light-text {
        color: #FFF; }
      .pfest-header .tabs li span {
        font-family: "Fedra Sans Book"; }
        .pfest-header .tabs li span.secondary-text {
          font-family: "Fedra Sans Bold";
          font-size: 10px;
          float: right; }
          @media (max-width: 690px) {
            .pfest-header .tabs li span.secondary-text {
              display: none; } }
      .pfest-header .tabs li a {
        color: inherit;
        display: block;
        padding: 15px 12px 3px; }
        @media (max-width: 820px) {
          .pfest-header .tabs li a {
            padding: 15px 12px 4px; } }
      .pfest-header .tabs li.current-tab a {
        font-family: "Fedra Sans Bold";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        text-align: center; }
        @media (max-width: 690px) {
          .pfest-header .tabs li.current-tab a {
            text-align: left; } }
      .pfest-header .tabs li p {
        display: block;
        padding: 16px 12px 4px; }
      @media (max-width: 690px) {
        .pfest-header .tabs li {
          display: none;
          height: 56px;
          width: 100%;
          font-size: 24px; }
          .showing-mobile-menu .pfest-header .tabs li {
            display: block;
            margin: 0 0 1px; }
          .pfest-header .tabs li.current-tab {
            display: block; }
            .pfest-header .tabs li.current-tab a {
              filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
              opacity: 1; }
            .showing-mobile-menu .pfest-header .tabs li.current-tab {
              position: absolute;
              width: 100%;
              top: 0;
              left: 0; }
          .pfest-header .tabs li a {
            padding: 21px 0 16px 12px; } }
  .pfest-header .pfest-headbar.pfest01 {
    background-color: #797d86; }
  .pfest-header .pfest-headbar.pfest02 {
    background-color: #009fda; }
  .pfest-header .pfest-headbar.pfest03 {
    background-color: #6459c4; }
  .pfest-header .pfest-headbar.pfest04 {
    background-color: #ffffff; }
  .pfest-header .pfest-headbar .headbar-inner {
    width: 988px;
    margin: 0 auto;
    position: relative; }
    .pfest-header .pfest-headbar .headbar-inner a {
      display: block; }
    @media (max-width: 980px) {
      .pfest-header .pfest-headbar .headbar-inner {
        width: auto;
        margin: 0 10px;
        text-align: center; } }
    @media (max-width: 690px) {
      .pfest-header .pfest-headbar .headbar-inner {
        margin: 0;
        padding-top: 0px;
        visibility: hidden; }
        .pfest-header .pfest-headbar .headbar-inner img {
          display: none; }
        .showing-mobile-menu .pfest-header .pfest-headbar .headbar-inner {
          display: none; } }
  @media (max-width: 690px) {
    .pfest-header .pfest-headbar:after {
      content: "";
      display: table;
      clear: both; }
    .pfest-header .pfest-headbar .headbar-link {
      display: none; } }
  .pfest-header .pfest-headbar .tagline-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 325px;
    display: block;
    height: 100%;
    text-align: center;
    font-family: "Fedra Sans Book"; }
    .pfest-header .pfest-headbar .tagline-wrap p {
      font-size: 19px;
      line-height: 23px;
      margin: 0; }
    .pfest-header .pfest-headbar .tagline-wrap.dark-text {
      color: #000; }
      .pfest-header .pfest-headbar .tagline-wrap.dark-text p {
        color: #000; }
    .pfest-header .pfest-headbar .tagline-wrap.light-text {
      color: #FFF; }
      .pfest-header .pfest-headbar .tagline-wrap.light-text p {
        color: #FFF; }
    .pfest-header .pfest-headbar .tagline-wrap .tagline-inner {
      padding-top: 37px; }
    .flexbox .pfest-header .pfest-headbar .tagline-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .flexbox .pfest-header .pfest-headbar .tagline-wrap .tagline-inner {
        display: block;
        padding-top: 0; }
    @media (max-width: 980px) {
      .pfest-header .pfest-headbar .tagline-wrap {
        width: auto;
        position: relative;
        top: auto;
        right: auto;
        height: auto; }
        .pfest-header .pfest-headbar .tagline-wrap .tagline-inner {
          padding: 0 0 24px; } }
    @media (max-width: 690px) {
      .pfest-header .pfest-headbar .tagline-wrap .tagline-inner {
        padding: 15px 12px 12px; }
      .pfest01 .pfest-header .pfest-headbar .tagline-wrap {
        background-color: #797d86; }
      .pfest02 .pfest-header .pfest-headbar .tagline-wrap {
        background-color: #009fda; }
      .pfest03 .pfest-header .pfest-headbar .tagline-wrap {
        background-color: #6459c4; }
      .pfest04 .pfest-header .pfest-headbar .tagline-wrap {
        background-color: #ffffff; } }

.paleyfest-rotate {
  position: relative;
  list-style: none;
  margin: 10px 0;
  padding: 0 0 40%;
  overflow: hidden; }
  .showing-mobile-menu .paleyfest-rotate {
    display: none; }
  .paleyfest-rotate.hovered-cycle .cycle-nav.cycle-prev {
    left: 0px; }
  .paleyfest-rotate.hovered-cycle .cycle-nav.cycle-next {
    right: 0px; }
  .paleyfest-rotate li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .paleyfest-rotate li div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      background-position: 50% 50%; }
  .paleyfest-rotate a.rotate-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .paleyfest-rotate .cycle-nav {
    width: 36px;
    height: 36px;
    display: block;
    text-indent: 0px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    background: none;
    cursor: pointer;
    z-index: 1000;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .paleyfest-rotate .cycle-nav span {
      width: 36px;
      height: 36px;
      line-height: 40px;
      text-align: center;
      display: block;
      outline: 0;
      position: absolute;
      top: -webkit-calc(50% - 18px);
      top: calc(50% - 18px);
      left: 0; }
    .pfest01 .paleyfest-rotate .cycle-nav:HOVER span {
      color: #797d86; }
    .pfest01 .paleyfest-rotate .cycle-nav span {
      background-color: #767a83;
      background-color: rgba(121, 125, 134, 0.75);
      color: #000; }
    .pfest02 .paleyfest-rotate .cycle-nav:HOVER span {
      color: #009fda; }
    .pfest02 .paleyfest-rotate .cycle-nav span {
      background-color: #8fdefa;
      background-color: rgba(149, 224, 250, 0.75);
      color: #000; }
    .pfest03 .paleyfest-rotate .cycle-nav:HOVER span {
      color: #797d86; }
    .pfest03 .paleyfest-rotate .cycle-nav span {
      background-color: #968cea;
      background-color: rgba(150, 140, 234, 0.75);
      color: #000; }
    .pfest04 .paleyfest-rotate .cycle-nav:HOVER span {
      color: #ffffff; }
    .pfest04 .paleyfest-rotate .cycle-nav span {
      background-color: #909295;
      background-color: rgba(147, 149, 152, 0.75);
      color: #000; }
    .paleyfest-rotate .cycle-nav.cycle-prev {
      left: -36px; }
      @media (max-width: 920px) {
        .paleyfest-rotate .cycle-nav.cycle-prev {
          left: 0px; } }
      .touch .paleyfest-rotate .cycle-nav.cycle-prev {
        left: 0px; }
    .paleyfest-rotate .cycle-nav.cycle-next {
      right: -36px; }
      @media (max-width: 920px) {
        .paleyfest-rotate .cycle-nav.cycle-next {
          right: 0px; } }
      .touch .paleyfest-rotate .cycle-nav.cycle-next {
        right: 0px; }
  .paleyfest-rotate.single-image .cycle-nav {
    display: none; }

.paleyfest-banner {
  text-align: center;
  margin: 0 0 30px;
  padding: 10px 24px 6px;
  position: relative;
  background-color: #009fda; }
  .showing-mobile-menu .paleyfest-banner {
    display: none; }
  .paleyfest-banner .featured-arrow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    text-align: center;
    background: url(../images/big-down-arrow.png) center center no-repeat;
    height: 100%; }
    .svg .paleyfest-banner .featured-arrow {
      background: none;
      top: 2px;
      height: auto; }
    .paleyfest-banner .featured-arrow svg {
      display: none;
      margin: 0 auto; }
      .svg .paleyfest-banner .featured-arrow svg {
        display: block; }
      .pfest01 .paleyfest-banner .featured-arrow svg polygon {
        fill: #797d86; }
      .pfest02 .paleyfest-banner .featured-arrow svg polygon {
        fill: #009fda; }
      .pfest03 .paleyfest-banner .featured-arrow svg polygon {
        fill: #6459c4; }
      .pfest04 .paleyfest-banner .featured-arrow svg polygon {
        fill: #939598; }
  .paleyfest-banner p {
    color: #FFF;
    font-size: 23px;
    line-height: 1.4;
    padding-top: 4px;
    padding-bottom: 3px;
    display: block;
    margin: 0;
    font-family: "Fedra Sans Book"; }
    .paleyfest-banner p span {
      font-family: "Fedra Sans Bold"; }
  .paleyfest-banner a {
    color: inherit; }
  .paleyfest-banner.opt-arrow {
    padding: 10px 72px 6px; }
    .paleyfest-banner.opt-arrow .featured-arrow {
      display: block; }
  .pfest01 .paleyfest-banner {
    background-color: #797d86; }
  .pfest02 .paleyfest-banner {
    background-color: #009fda; }
  .pfest03 .paleyfest-banner {
    background-color: #6459c4; }
  .pfest04 .paleyfest-banner {
    background-color: #ffffff; }
  @media (max-width: 820px) {
    .paleyfest-banner p {
      font-size: 18px; } }
  @media (max-width: 690px) {
    .paleyfest-banner p {
      font-size: 14px; }
    .paleyfest-banner.opt-arrow {
      padding: 10px 12px 6px; }
      .paleyfest-banner.opt-arrow .featured-arrow {
        display: none; } }

.img-desktop {
  display: block; }
  @media (max-width: 800px) {
    .img-desktop {
      display: none; } }

.img-tablet {
  display: none; }
  @media (max-width: 850px) {
    .img-tablet {
      display: block; } }
  @media (max-width: 600px) {
    .img-tablet {
      display: none; } }

.img-phone {
  display: none; }
  @media (max-width: 600px) {
    .img-phone {
      display: block; } }

.columns {
  position: relative;
  color: #FFF; }
  .showing-mobile-menu .columns {
    display: none; }
  .columns .column {
    width: 33.33%;
    margin: 0;
    float: left; }
    .columns .column:nth-child(3n+1) {
      clear: both; }
    .columns .column .column-inner {
      padding: 0 10px 20px; }
    .columns .column:nth-child(3n-1) .column-inner {
      padding: 0 10px 20px; }
    .columns .column:nth-child(3n-2) .column-inner {
      padding: 0 20px 20px 0; }
    .columns .column:nth-child(3n) .column-inner {
      padding: 0 0 20px 20px; }
    @media (max-width: 820px) {
      .columns .column {
        width: 50%; }
        .columns .column:nth-child(3n+1) {
          clear: none; }
        .columns .column:nth-child(2n+1) {
          clear: both; }
        .columns .column:nth-child(odd) .column-inner {
          padding: 0 10px 20px 0; }
        .columns .column:nth-child(even) .column-inner {
          padding: 0 0 20px 10px; } }
    @media (max-width: 690px) {
      .columns .column {
        width: 100%; }
        .columns .column:nth-child(3n+3) {
          clear: none; }
        .columns .column .column-inner {
          padding: 0 0 20px; }
        .columns .column:nth-child(odd) .column-inner, .columns .column:nth-child(even) .column-inner {
          padding: 0 0 20px; } }
    .columns .column img {
      max-width: 100%;
      height: auto; }
    .columns .column .section-title {
      display: block;
      background-color: #797d86;
      margin: 10px 0 0;
      padding: 0 12px; }
      .pfest01 .columns .column .section-title {
        background-color: #797d86; }
        .pfest01 .columns .column .section-title.bg-highlight {
          background-color: #797d86; }
      .pfest02 .columns .column .section-title {
        background-color: #009fda; }
        .pfest02 .columns .column .section-title.bg-highlight {
          background-color: #009fda; }
      .pfest03 .columns .column .section-title {
        background-color: #6459c4; }
        .pfest03 .columns .column .section-title.bg-highlight {
          background-color: #6459c4; }
      .pfest04 .columns .column .section-title {
        background-color: #939598; }
        .pfest04 .columns .column .section-title.bg-highlight {
          background-color: #ffff00; }
      .columns .column .section-title.first-title {
        margin: 0; }
      .columns .column .section-title h1 {
        font-family: "Fedra Sans Bold";
        font-weight: normal;
        color: #fff;
        font-size: 16px;
        margin: 12px 0 7px; }
        .columns .column .section-title h1 span {
          font-family: "Fedra Sans Book"; }
        .columns .column .section-title h1 a {
          display: block;
          padding: 4px; }
    .columns .column .image-wrap img {
      width: 100%;
      height: auto; }
    .columns .column .collapsible-list {
      margin: 0 0 -1px;
      padding: 0;
      list-style: none;
      border-top: 1px dotted #888888; }
      .columns .column .collapsible-list .collapse-item {
        position: relative;
        border-bottom: 1px dotted #888888; }
        .columns .column .collapsible-list .collapse-item .expand-icon {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 10;
          width: 30px;
          height: 30px;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          background: url(../images/expand-icon.png) center center no-repeat; }
        .columns .column .collapsible-list .collapse-item.showing-content .expand-icon {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
          opacity: 0.4;
          -moz-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
          -webkit-transform: scaleY(-1);
          transform: scaleY(-1); }
        .columns .column .collapsible-list .collapse-item .collapse-title {
          color: #ffff00;
          margin: 0;
          line-height: 30px;
          height: 30px;
          cursor: pointer; }
          .columns .column .collapsible-list .collapse-item .collapse-title span {
            color: #81f1ff; }
          .pfest01 .columns .column .collapsible-list .collapse-item .collapse-title {
            color: #ffff00; }
            .pfest01 .columns .column .collapsible-list .collapse-item .collapse-title span {
              color: #81f1ff; }
          .pfest02 .columns .column .collapsible-list .collapse-item .collapse-title {
            color: #ffff00; }
            .pfest02 .columns .column .collapsible-list .collapse-item .collapse-title span {
              color: #81f1ff; }
          .pfest03 .columns .column .collapsible-list .collapse-item .collapse-title {
            color: #9d95e5; }
            .pfest03 .columns .column .collapsible-list .collapse-item .collapse-title span {
              color: #ffff00; }
          .pfest04 .columns .column .collapsible-list .collapse-item .collapse-title {
            color: #ffffff; }
            .pfest04 .columns .column .collapsible-list .collapse-item .collapse-title span {
              color: #00ccff; }
        @media (max-width: 820px) {
          .columns .column .collapsible-list .collapse-item .collapse-title {
            line-height: 44px;
            height: 44px; }
          .columns .column .collapsible-list .collapse-item .expand-icon {
            height: 44px; } }
        .columns .column .collapsible-list .collapse-item .collapse-content {
          display: none; }
    .columns .column .embed-wrap {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      .columns .column .embed-wrap iframe, .columns .column .embed-wrap object, .columns .column .embed-wrap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .columns .column .read-more-button {
      position: relative;
      color: #ababab;
      line-height: 2;
      border-top: 1px solid #ababab;
      display: block;
      cursor: pointer; }
      .columns .column .read-more-button .down-arrow {
        -moz-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
        display: block;
        margin: 0 10px 0 0;
        float: right; }
      .columns .column .read-more-button:HOVER {
        color: #fff; }
    .columns .column .read-more-content {
      display: none; }
      .columns .column .read-more-content p {
        margin-top: 0; }
  .columns .col-clear {
    display: none; }
  .columns p {
    color: #FFF; }

.pre-footer-links {
  padding: 0;
  margin: 30px 0px;
  list-style: none; }
  .pre-footer-links li {
    float: left; }
    .pre-footer-links li a {
      display: block;
      color: #000;
      text-align: center;
      margin: 0 6px 12px;
      line-height: 56px;
      height: 50px;
      font-size: 21px;
      font-family: "Fedra Sans Book";
      text-transform: uppercase; }
      @media (max-width: 960px) {
        .pre-footer-links li a {
          font-size: 18px; } }
    .pre-footer-links li:first-child a {
      margin: 0 6px 12px 0; }
    .pre-footer-links li:last-child a {
      margin: 0 0 12px 6px; }
    .pfest01 .pre-footer-links li a {
      background-color: #797d86; }
    .pfest01 .pre-footer-links li.bg-highlight a {
      background-color: #ff007c; }
    .pfest02 .pre-footer-links li a {
      background-color: #009fda;
      color: #ffffff; }
    .pfest02 .pre-footer-links li.bg-highlight a {
      background-color: #ff007c; }
    .pfest03 .pre-footer-links li a {
      background-color: #6459c4; 
      color: #ffffff; }
    .pfest03 .pre-footer-links li.bg-highlight a {
      background-color: #ff007c; }
    .pfest04 .pre-footer-links li a {
      background-color: #ffffff; }
    .pfest04 .pre-footer-links li.bg-highlight a {
      background-color: #939598; }
  @media (min-width: 820px) {
    .pre-footer-links.linkCount-2 li {
      width: 50%; }
    .pre-footer-links.linkCount-3 li {
      width: 33.33%; }
    .pre-footer-links.linkCount-4 li {
      width: 25%; }
    .pre-footer-links.linkCount-5 li {
      width: 20%; }
    .pre-footer-links.linkCount-6 li {
      width: 16.66%; } }
  @media (max-width: 820px) and (min-width: 690px) {
    .pre-footer-links li {
      width: 33.33%; }
      .pre-footer-links li:nth-child(3n) a {
        margin: 0 0 12px 6px; }
      .pre-footer-links li:nth-child(4n) a {
        margin: 0 6px 6px 0; } }
  @media (max-width: 690px) {
    .pre-footer-links li {
      width: 100%; }
      .pre-footer-links li:first-child a {
        margin: 0 0 2px; }
      .pre-footer-links li:last-child a {
        margin: 0 0 2px; }
      .pre-footer-links li a {
        margin: 0 0 2px; }
    .showing-mobile-menu .pre-footer-links {
      display: none; } }

.mobile-jump-menu {
  display: none; }
  .showing-mobile-menu .mobile-jump-menu {
    display: block; }
  .pfest01 .mobile-jump-menu p {
    color: #797d86;
    border-bottom: 1px solid #797d86; }
  .pfest01 .mobile-jump-menu .jumplinks li a {
    color: #797d86; }
  .pfest02 .mobile-jump-menu p {
    color: #009fda;
    border-bottom: 1px solid #95e0fa; }
  .pfest02 .mobile-jump-menu .jumplinks li a {
    color: #009fda; }
  .pfest03 .mobile-jump-menu p {
    color: #6459c4;
    border-bottom: 1px solid #6459c4; }
  .pfest03 .mobile-jump-menu .jumplinks li a {
    color: #797d86; }
  .pfest04 .mobile-jump-menu p {
    color: #939598;
    border-bottom: 1px solid #939598; }
  .pfest04 .mobile-jump-menu .jumplinks li a {
    color: #ffffff; }
  .mobile-jump-menu .jumplinks {
    margin: 0;
    padding: 0;
    list-style: none; }

.page-template-template-paleyfest-php.showing-mobile-menu footer {
  display: none; }
.page-template-template-paleyfest-php footer .footer-right {
  width: 476px; }
@media (max-width: 920px) {
  .page-template-template-paleyfest-php footer {
    padding-right: 20px;
    padding-left: 20px; }
    .page-template-template-paleyfest-php footer .footer-right {
      width: 45%; } }
@media (max-width: 768px) {
  .page-template-template-paleyfest-php footer .footer-seperator {
    border-right: none; } }

.paleyfest-header {
  display: block;
  height: 120px; }

/* Fade In Page Contents */
#main {
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera */
  animation: fadein 1s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.highlight-1 {
  color: #81f1ff; }
  .pfest01 .highlight-1 {
    color: #81f1ff; }
  .pfest02 .highlight-1 {
    color: #81f1ff; }
  .pfest03 .highlight-1 {
    color: #81f1ff; }
  .pfest04 .highlight-1 {
    color: #00ccff; }

.highlight-2 {
  color: #ffff00; }
  .pfest01 .highlight-2 {
    color: #ffff00; }
  .pfest02 .highlight-2 {
    color: #ffff00; }
  .pfest03 .highlight-2 {
    color: #c3d940; }
  .pfest04 .highlight-2 {
    color: #ffffff; }

.highlight-3 {
  color: #ff007c; }
  .pfest01 .highlight-3 {
    color: #ff007c; }
  .pfest02 .highlight-3 {
    color: #ff007c; }
  .pfest03 .highlight-3 {
    color: #ff007c; }
  .pfest04 .highlight-3 {
    color: #939598; }

.highlight-4 {
  color: #ffffff; }
  .pfest01 .highlight-4 {
    color: #ffffff; }
  .pfest02 .highlight-4 {
    color: #ffffff; }
  .pfest03 .highlight-4 {
    color: #ffffff; }
  .pfest04 .highlight-4 {
    color: #ffffff; }

.highlight-5 {
  color: #ffffff; }
  .pfest01 .highlight-5 {
    color: #ffffff; }
  .pfest02 .highlight-5 {
    color: #ffffff; }
  .pfest03 .highlight-5 {
    color: #ffffff; }
  .pfest04 .highlight-5 {
    color: #ffffff; }

.highlight-1 a, .highlight-2 a, .highlight-3 a, .highlight-4 a, .highlight-5 a {
  color: inherit; }

.paley-large {
  font-size: 120%; }

.paley-headline {
  font-size: 160%; }

.paley-action {
  color: #fff;
  padding-right: 12px;
  background: url("http://media.paleycenter.org/wp-content/uploads/2015/04/arrow-dark.gif") no-repeat scroll right center transparent;
  border: 0px none;
  text-decoration: none;
  vertical-align: baseline; }
  .paley-action:hover {
    text-decoration: underline; }

#at4m-mobile-container {
  position: absolute; }

/* Search and Search Results */
.results-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #dedede; }
  .results-listing li {
    position: relative;
    padding: 10px 80px 10px 165px;
    border-bottom: solid 1px #dedede; }
    .results-listing li:after {
      content: "";
      display: table;
      clear: both; }
    .results-listing li .listing-thumb {
      float: left;
      margin-left: -165px;
      max-width: 150px;
      height: auto; }
    .results-listing li .listing-desc {
      max-width: 540px; }
  .results-listing h3 {
    margin-top: 0; }

.airDate {
  color: #999;
  font-weight: normal; }

.pager {
  list-style: none;
  margin: 10px 0 0;
  padding: 0; }
  .pager:after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 1px 1px 0; }
    .pager li a, .pager li span {
      display: block;
      text-align: center;
      line-height: 30px;
      width: 30px; }
    .pager li a {
      background-color: #dedede; }

.single-thumb {
  float: left;
  margin: 10px 15px 5px 0;
  width: 200px;
  height: auto; }

.search-results-header {
  padding: 10px 80px 10px 165px; }
  .search-results-header ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .search-results-header label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100px;
    text-align: right; }

.tab-block {
  padding-left: 165px; }

.vidTitle {
  font-family: "Fedra Sans Book";
  color: #019CD5; }
  .vidTitle span {
    font-family: "Fedra Sans Bold"; }

.label {
  font-family: "Fedra Sans Book";
  color: #333;
  font-size: 10px;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  padding: 10px 0 0;
  margin-top: 0; }

.video-summary .inner {
  padding: 0 0 40px 0; }
  .video-summary .inner p {
    max-width: 640px; }

.video-meta .meta-section {
  padding: 0 20px 30px 0;
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .video-meta .meta-section:after {
    content: "";
    display: table;
    clear: both; }
  .video-meta .meta-section ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .video-meta .meta-section ul.subjectHeading {
      padding-left: 10px; }
