@charset "UTF-8";
/* 1024 px */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  font-weight: inherit;
  /* 1 */
  margin: 0;
  /* 3 */
  padding: 0; }

/**
 * Remove the default button background color that browsers set
 */
button {
  background: transparent; }

/**
 * Address Firefox 4+ 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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * Make sure selects don't get the default browser styles.
 */
select {
  -webkit-appearance: 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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 */
  /* 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 * 3. Disable resizing by default.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: none;
  /* 3 */ }

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul, li {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a,
a:hover,
a:visited {
  text-decoration: none; }

button,
input,
fieldset,
textarea,
select {
  font-size: inherit;
  color: inherit;
  border: none; }

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

.clearfix:before, .theatre__list:before, .event__list:before, .video__list:before, .casting-call__list:before, .testimonial__list:before, .service__list:before, .employee:before, .project:before, .theatre:before, .event:before, .event--past:before, .video:before, .service:before, .casting-call:before, .post__list:before, .archive--vertical:before, .clearfix:after, .theatre__list:after, .event__list:after, .video__list:after, .casting-call__list:after, .testimonial__list:after, .service__list:after, .employee:after, .project:after, .theatre:after, .event:after, .event--past:after, .video:after, .service:after, .casting-call:after, .post__list:after, .archive--vertical:after {
  content: "";
  display: table; }

.clearfix:after, .theatre__list:after, .event__list:after, .video__list:after, .casting-call__list:after, .testimonial__list:after, .service__list:after, .employee:after, .project:after, .theatre:after, .event:after, .event--past:after, .video:after, .service:after, .casting-call:after, .post__list:after, .archive--vertical:after {
  clear: both; }

.clearfix, .theatre__list, .event__list, .video__list, .casting-call__list, .testimonial__list, .service__list, .employee, .project, .theatre, .event, .event--past, .video, .service, .casting-call, .post__list, .archive--vertical {
  *zoom: 1; }

* {
  box-sizing: border-box; }

/* 
========================

MODULAR SCALE
|___ 24px @ 1:1.5	
|___ 18px @ 1:1.5	

========================
*/
/* 
========================

12-COLUMN FLUID GRID

========================
*/
.bio-name {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 68.75px;
  line-height: 63px;
  color: rgba(51, 51, 51, 0.85); }

.section__headline, .standard__content-container > h2, .service__title, .casting-call__title, .contact-method__details, .content-block
.content-block_default-h2 {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 40.5px;
  line-height: 49px; }
  @media (max-width: 768px) {
    .section__headline, .standard__content-container > h2, .service__title, .casting-call__title, .contact-method__details, .content-block
    .content-block_default-h2 {
      font-size: 24px;
      line-height: 31.5px;
      margin-bottom: 3.5px; } }

.standard__content-container > h3, .interview__question, .event__event-details > h3, .post
> h3, h3.post-redactor, .content-block
.content-block_default-h3, .intro__sub-headline {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  margin-top: 42px;
  margin-bottom: 7px; }
  @media (max-width: 768px) {
    .standard__content-container > h3, .interview__question, .event__event-details > h3, .post
    > h3, h3.post-redactor, .content-block
    .content-block_default-h3, .intro__sub-headline {
      font-size: 24px; } }

.standard__content-container > h4, .event__event-details > h4, .post
> h4, h4.post-redactor, .content-block
.content-block_default-h4 {
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 16.7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 35px;
  color: rgba(220, 61, 28, 0.7);
  margin-top: 28px; }
  @media (max-width: 1366px) {
    .standard__content-container > h4, .event__event-details > h4, .post
    > h4, h4.post-redactor, .content-block
    .content-block_default-h4 {
      font-size: 15.7px;
      letter-spacing: 2.5px; } }
  @media (max-width: 768px) {
    .standard__content-container > h4, .event__event-details > h4, .post
    > h4, h4.post-redactor, .content-block
    .content-block_default-h4 {
      font-size: 8.667px;
      letter-spacing: 2px;
      margin-top: 14px; } }

p, .standard__content-container > p, .interview__answer, .service__details, .casting-call__details, .post
> p, p.post-redactor, .content-block_default-p,
.content-block_default
p, .bio-content {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  line-height: 38.5px;
  color: rgba(0, 0, 0, 0.55); }
  @media (max-width: 768px) {
    p, .standard__content-container > p, .interview__answer, .service__details, .casting-call__details, .post
    > p, p.post-redactor, .content-block_default-p,
    .content-block_default
    p, .bio-content {
      font-size: 18px;
      line-height: 24.5px;
      padding: 0;
      margin-bottom: 0;
      -webkit-hyphens: auto;
         -moz-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }

.post__details-link, .post--summary__details-link, .standard__content-container a, .post
a, a.post-redactor, .content-block_default
a {
  color: rgba(202, 65, 38, 0.7);
  border-bottom: 1px rgba(175, 48, 22, 0.5) dotted;
  margin-left: 3.5px;
  margin-right: 3.5px;
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
  .post__details-link:hover, .post--summary__details-link:hover, .standard__content-container a:hover, .post
  a:hover, a.post-redactor:hover, .content-block_default
  a:hover {
    color: #e34c2d;
    border-bottom: 1px #c3371a dotted; }
  .post__details-link:active, .post--summary__details-link:active, .standard__content-container a:active, .post
  a:active, a.post-redactor:active, .content-block_default
  a:active {
    color: #161f24;
    border-bottom: 1px #030404 dotted; }

.standard__content-container > ul,
.standard__content-container > ol, .post > ul,
.post > ol, ul.post-redactor {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 24.5px 35px 35px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0 0 7px 7px;
  border: 1px rgba(133, 118, 115, 0.14) solid;
  border-top: 10.5px rgba(133, 118, 115, 0.14) solid;
  margin-top: 7px;
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .standard__content-container > ul,
    .standard__content-container > ol, .post > ul,
    .post > ol, ul.post-redactor {
      border-top-width: 7px;
      margin-top: 0;
      margin-bottom: 21px;
      padding: 14px 17.5px 10.5px; } }

.standard__content-container
> ul
> li,
.standard__content-container
> ol
> li, .post > ul > li,
.post > ol > li, ul.post-redactor li {
  list-style-type: disc;
  list-style-position: inside;
  font-family: "omnes-pro", arial, san-serif;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 38.5px; }
  @media (max-width: 768px) {
    .standard__content-container
    > ul
    > li,
    .standard__content-container
    > ol
    > li, .post > ul > li,
    .post > ol > li, ul.post-redactor li {
      font-size: 16px;
      line-height: 17.5px;
      list-style-position: outside;
      margin-left: 17.5px;
      margin-bottom: 14px; } }

.standard__content-container > blockquote, .interview__blockquote, .post
> blockquote, blockquote.post-redactor {
  background: url(../img/content-block_hr.png) repeat-x;
  font-family: "omnes-pro", arial, san-serif;
  font-style: italic;
  font-size: 40.5px;
  line-height: 52.5px;
  color: rgba(202, 65, 38, 0.7);
  padding: 35px 0 56px 2px;
  margin-top: 28px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .standard__content-container > blockquote, .interview__blockquote, .post
    > blockquote, blockquote.post-redactor {
      background-size: 200% 6px;
      padding-top: 31.5px; } }
  .standard__content-container > blockquote:after, .interview__blockquote:after, .post
  > blockquote:after, blockquote.post-redactor:after {
    content: ' qoute ';
    display: block;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    min-width: 100%;
    height: 12px;
    background: url(../img/content-block_hr.png) repeat-x;
    background-size: 100% 12px;
    background-position: 0 31.5px;
    padding-bottom: 42px;
    margin-bottom: -28px; }
    @media (max-width: 768px) {
      .standard__content-container > blockquote:after, .interview__blockquote:after, .post
      > blockquote:after, blockquote.post-redactor:after {
        background-size: 200% 6px;
        margin-bottom: -42px; } }

.post__title, .post--summary__title {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 59.5px;
  color: rgba(51, 51, 51, 0.85);
  margin-top: 14px;
  margin-bottom: 7px; }
  @media (max-width: 768px) {
    .post__title, .post--summary__title {
      font-size: 27px;
      line-height: 31.5px; } }

.post
.post__details, .post--summary__details {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 35px;
  padding: 0;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  text-indent: 0; }
  @media (max-width: 768px) {
    .post
    .post__details, .post--summary__details {
      font-size: 13.5px;
      line-height: 17.5px; } }

.post__details-link, .post--summary__details-link {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 28px; }
  @media (max-width: 768px) {
    .post__details-link, .post--summary__details-link {
      font-size: 13.5px;
      line-height: 17.5px; } }

.event__event-details, .employee__bio-teaser, .project__client, .project__service, .post .post__details + p,
.post blockquote + p,
.post h3 + p,
.post h2 + p,
.post ul + p, .post__details + p, .content-block > .hr + p, p, .bio-title + .bio-content {
  text-indent: 0; }

strong, b {
  font-weight: 500; }

i, em {
  font-style: italic; }

.theatre__list-item, .event__list-item, .video__list-item, .casting-call__list-item, .testimonial__list-item, .employee__list-item {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 56px 28px 70px;
  margin: 0;
  background: url(../img/content-block_hr.png) no-repeat bottom left;
  background-size: 96.94% 5px;
  background-position: bottom center; }
  .theatre__list-item:first-of-type, .event__list-item:first-of-type, .video__list-item:first-of-type, .casting-call__list-item:first-of-type, .testimonial__list-item:first-of-type, .employee__list-item:first-of-type {
    padding-top: 10.5px; }
  .theatre__list-item:last-of-type, .event__list-item:last-of-type, .video__list-item:last-of-type, .casting-call__list-item:last-of-type, .testimonial__list-item:last-of-type, .employee__list-item:last-of-type {
    background: none; }

.theatre__image-container, .event__image-container {
  width: 41.0833333333%;
  display: block;
  float: left;
  padding-right: 1.02%;
  vertical-align: top; }
  @media (max-width: 768px) {
    .theatre__image-container, .event__image-container {
      width: 100%;
      margin-bottom: 10.5px; } }

.employee__photo, .theatre__image, .event__image {
  width: 61.80%;
  vertical-align: bottom;
  border-radius: 7px 0 0 7px;
  float: left;
  padding: 0 2px 0 0; }
  @media (max-width: 768px) {
    .employee__photo, .theatre__image, .event__image {
      padding: 0 0 0  1px; } }
  .employee__photo:nth-of-type(2n), .theatre__image:nth-of-type(2n), .event__image:nth-of-type(2n) {
    border-radius: 0 7px 7px 0;
    width: 38.20%;
    padding: 0 0 0  2px; }
    @media (max-width: 768px) {
      .employee__photo:nth-of-type(2n), .theatre__image:nth-of-type(2n), .event__image:nth-of-type(2n) {
        padding: 0 0 0  1px; } }

.employee__text-container, .theatre__body-container, .event__body-container, .event--past__body-container {
  width: 57.9166666667%;
  display: block;
  float: left;
  padding-left: 4.08%;
  padding-right: 2.04%;
  padding-top: -3.5px;
  vertical-align: top; }

.employee__name, .theatre__name, .event__event-name, .video__video-name {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 35px; }
  @media (max-width: 768px) {
    .employee__name, .theatre__name, .event__event-name, .video__video-name {
      font-size: 27px;
      line-height: 31.5px; } }

.employee__title, .theatre__event-name, .event__event-date, .event__event-time, .event--past__event-date, .video__video-subtitle {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: rgba(202, 65, 38, 0.7);
  line-height: 24.5px;
  margin-top: 3.5px; }
  @media (max-width: 768px) {
    .employee__title, .theatre__event-name, .event__event-date, .event__event-time, .event--past__event-date, .video__video-subtitle {
      font-size: 18px;
      line-height: 21px; } }

.event__event-date, .event__event-time, .event--past__event-date, .video__video-subtitle {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px; }

.event__event-details {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  margin: 14px 0; }
  @media (max-width: 768px) {
    .event__event-details {
      font-size: 18px;
      line-height: 24.5px; } }

/* HTML EXAMPLE ----------------------------------------------------  

<ul class="one-column__list">
	<li class="one-column__list-item">
		...
	</li>
</ul>

---------------------------------------------------------------  */
.theatre__list, .event__list, .video__list, .casting-call__list, .testimonial__list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0; }

.theatre__list-item, .event__list-item, .video__list-item, .casting-call__list-item, .testimonial__list-item {
  margin: 0; }
  @media (max-width: 768px) {
    .theatre__list-item:first-of-type, .event__list-item:first-of-type, .video__list-item:first-of-type, .casting-call__list-item:first-of-type, .testimonial__list-item:first-of-type {
      padding-top: 0; } }

/* HTML EXAMPLE ----------------------------------------------------  

<ul class="two-column__list">
	<li class="two-column__list-item">
		...
	</li>
</ul>

---------------------------------------------------------------  */
.service__list {
  width: 100%;
  padding: 14px 0; }

.service__list-item {
  width: 49.5%;
  float: left;
  padding: 0 4.08%; }

.default__button-container, .employee__button-container, .event__button-container, .service__button-container, .casting-call__button-container, .post--summary__button-container {
  display: inline-block;
  margin: 38.5px 0 84px; }
  @media (max-width: 768px) {
    .default__button-container, .employee__button-container, .event__button-container, .service__button-container, .casting-call__button-container, .post--summary__button-container {
      width: 100%; } }

.default__button, .employee__button, .event__button, .post--summary__button {
  display: inline-block;
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fbf7f4;
  padding: 17.5px 35px;
  border: 2px solid #bf552b;
  border-radius: 8px;
  background: #d46132;
  background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #d46132;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #d46132;
  background-size: 50% 50%;
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
  @media (max-width: 768px) {
    .default__button, .employee__button, .event__button, .post--summary__button {
      padding: 24.5px 35px;
      width: 100%; } }
  .default__button:hover, .employee__button:hover, .event__button:hover, .post--summary__button:hover {
    color: white;
    border-color: #db4205;
    background: #fa6224;
    background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #eb5e25;
    background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #eb5e25;
    background-size: 50% 50%; }
  .default__button:focus, .employee__button:focus, .event__button:focus, .post--summary__button:focus, .default__button:active, .employee__button:active, .event__button:active, .post--summary__button:active {
    border-color: #0c1114;
    background: #161f24;
    background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #202d34;
    background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #202d34;
    -webkit-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in; }

/*

<div class="default__button-container">		
	<a class="default__button" href="#">Button</a>
</div>

*/
.default__button-container {
  margin-left: 28px; }

/*

<div class="service__button-container">		
	<a class="service__button" href="#">Work With Us</a>
</div>

*/
.service__button, .casting-call__button {
  font-family: "presicav", helvetica, arial, san-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10.667px;
  padding-bottom: 3px;
  color: rgba(202, 65, 38, 0.7);
  border-bottom: 2px rgba(202, 65, 38, 0.3) solid;
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
  .service__button:hover, .casting-call__button:hover {
    color: #ca4126;
    border-bottom: 2px #e34c2d solid; }
  .service__button:active, .casting-call__button:active, .service__button:focus, .casting-call__button:focus {
    color: #161f24;
    -webkit-transition: all ease-in 0.1s;
            transition: all ease-in 0.1s; }

.hr {
  font-family: "Viento", arial, san-serif;
  color: #dc3d1c;
  font-size: 34px;
  display: table;
  white-space: nowrap;
  overflow-x: hidden;
  line-height: 1.4;
  margin-bottom: 14px; }
  @media (max-width: 768px) {
    .hr {
      font-size: 20px;
      white-space: wrap; } }

.hr:after {
  content: '';
  background: url(../img/content-block_hr.png) repeat-x;
  background-position: 21px 11px;
  display: table-cell;
  position: relative;
  width: 100%; }
  @media (max-width: 768px) {
    .hr:after {
      background-position: 14px 9px;
      background-size: 940.5px 6px; } }

/* DEFAULT INPUT VARIABLE */
.form-default_input-textarea {
  width: 74.75%;
  padding: 17.5px 24.5px;
  margin-bottom: 28px;
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: rgba(51, 51, 51, 0.85);
  -webkit-transition: all .25s  ease-in;
          transition: all .25s  ease-in;
  background-color: #f4f1f0;
  border: 1px #dad0cd solid;
  border-radius: 8px; }

/* SECTION OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="section-container">
	<h3 class="section__headline"> ... </h3>
	<p class="section__details"> ... </p>
</div>

---------------------------------------------------------------  */
@media (max-width: 1366px) {
  .section-container {
    width: 91.5833333333%;
    padding: 7px 21px 0 21px; } }
@media (max-width: 768px) {
  .section-container {
    width: 100%;
    padding: 0 14px; } }

.section__headline {
  padding: 0 28px; }
  @media (max-width: 1366px) {
    .section__headline {
      font-size: 32px;
      margin-bottom: 7px;
      line-height: 35px; } }
  @media (max-width: 768px) {
    .section__headline {
      font-size: 24px;
      margin-bottom: 7px;
      line-height: 28px;
      padding: 0; } }

.section__details {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 31.5px;
  padding: 0 28px;
  margin-top: 7px;
  margin-bottom: 45.5px; }
  @media (max-width: 1366px) {
    .section__details {
      margin-top: 0px;
      font-size: 24px;
      margin-bottom: 31.5px; } }
  @media (max-width: 768px) {
    .section__details {
      font-size: 18px;
      line-height: 24.5px;
      padding: 0; } }

.section__headline + .section__details {
  text-indent: 0; }

.form-default {
  width: 74.75%;
  margin: 0 auto 56px;
  padding: 0 28px; }
  @media (max-width: 1366px) {
    .form-default {
      width: 91.5833333333%;
      margin: 0 0 56px;
      padding: 0 0 0 49px; } }
  @media (max-width: 768px) {
    .form-default {
      width: 100%;
      padding: 0 14px; } }

.form-default_fields {
  margin: 0 0 105px 0;
  padding: 0; }
  @media (max-width: 768px) {
    .form-default_fields {
      margin: 0; } }

.form-default_label {
  display: inline-block;
  width: 15.8333333333%;
  vertical-align: top;
  margin-top: 31.5px;
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-right: 7px;
  color: rgba(218, 94, 44, 0.6); }
  @media (max-width: 1366px) {
    .form-default_label {
      width: 15.8333333333%;
      padding: 0;
      margin-right: 2.04%; } }
  @media (max-width: 768px) {
    .form-default_label {
      width: 100%;
      display: block;
      margin-bottom: 7px; } }

.form-default_input {
  width: 74.75%;
  padding: 17.5px 24.5px;
  margin-bottom: 28px;
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: rgba(51, 51, 51, 0.85);
  -webkit-transition: all .25s  ease-in;
          transition: all .25s  ease-in;
  background-color: #f4f1f0;
  border: 1px #dad0cd solid;
  border-radius: 8px; }
  @media (max-width: 1366px) {
    .form-default_input {
      font-size: 20px; } }
  @media (max-width: 768px) {
    .form-default_input {
      width: 100%;
      display: block;
      border-radius: 8px;
      font-size: 18px;
      height: 73.5px;
      padding-left: 21px;
      margin-bottom: 10.5px; } }
  .form-default_input:hover {
    background: white;
    border-color: rgba(205, 71, 43, 0.5);
    color: rgba(64, 64, 64, 0.85); }
  .form-default_input:focus, .form-default_input:active {
    background: white;
    border-color: rgba(205, 71, 43, 0.7);
    box-shadow: 0 1px 0 rgba(205, 71, 43, 0.7) inset, 0 -1px 0 rgba(205, 71, 43, 0.7) inset, 1px 0 0 rgba(205, 71, 43, 0.7) inset, -1px 0 0 rgba(205, 71, 43, 0.7) inset; }

.form-default_button {
  width: auto;
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fbf7f4;
  margin: 3.5px auto 0 16.2%;
  padding: 17.5px 35px;
  border: 2px solid #bf552b;
  border-radius: 8px;
  background: #d46132;
  background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #d46132;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #d46132;
  background-size: 50% 50%;
  -webkit-transition: all 0.35s ease-in;
          transition: all 0.35s ease-in; }
  @media (max-width: 1366px) {
    .form-default_button {
      margin: 0 0 0 17.8733333333%;
      padding: 28px 42px;
      font-size: 18px; } }
  @media (max-width: 768px) {
    .form-default_button {
      width: 100%;
      float: none;
      border-radius: 8px;
      font-size: 12px;
      letter-spacing: 2px;
      padding: 21px 42px;
      margin-left: 0; } }
  .form-default_button:hover {
    color: white;
    border-color: #db4205;
    border-radius: 9px;
    background: #fa6224;
    background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #eb5e25;
    background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #eb5e25;
    background-size: 50% 50%; }
  .form-default_button:focus, .form-default_button:active {
    border-color: #0c1114;
    background: #161f24;
    background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #202d34;
    background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #202d34;
    -webkit-transition: all 0.07s ease-in;
            transition: all 0.07s ease-in; }

.form-default_input-textarea {
  height: 224px;
  padding-top: 17.5px;
  line-height: 29.75px; }
  @media (max-width: 1366px) {
    .form-default_input-textarea {
      font-size: 20px;
      padding-top: 21px;
      line-height: 24.5px; } }
  @media (max-width: 768px) {
    .form-default_input-textarea {
      width: 100%; } }

/* Hack for placeholder text */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
  font-style: italic; }

:-moz-placeholder {
  /* older Firefox*/
  color: rgba(51, 51, 51, 0.4);
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(51, 51, 51, 0.4);
  font-style: italic;
  font-size: 18px; }

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
  font-style: italic; }

/*-------------------------
	Contact Form SUCCESS
-------------------------*/
div.success {
  background: rgba(249, 249, 248, 0.7);
  padding: 18px 36px 72px;
  border-radius: 9px; }

.success h2 {
  font-family: 'Novecentosanswide-DemiBold';
  font-size: 1.9rem;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-bottom: 9px; }

.success p {
  font-family: georgia;
  font-size: 1rem;
  line-height: 1.38;
  color: #6d686f;
  color: rgba(109, 104, 111, 0.85); }

/*-------------------------
	Contact FORM ERRORS
-------------------------*/
input.error:hover, input.error:focus {
  background-color: #f495ab; }

p.error {
  display: block;
  text-transform: lowercase;
  letter-spacing: 1px;
  background-color: #f2d1d9;
  min-height: 30px;
  margin: -18px 0 18px 106px;
  padding: 5px 36px 9px 18px;
  box-shadow: 0 0 0 #f32152 inset, 0 -2px 0 #f32152 inset, 2px 0 0 #f32152 inset, -2px 0 0 #f32152 inset, 0px 0px 0px #f32152; }

.error, label .error {
  color: #ed5073; }

input.error, textarea.error {
  color: white;
  background-color: #e98098;
  box-shadow: 0 2px 0 #f32152 inset, 0 0 0 #f32152 inset, 2px 0 0 #f32152 inset, -2px 0 0 #f32152 inset, 0px 0px 0px #f32152; }

/*  error form placeholder text */
.error::-webkit-input-placeholder {
  color: white; }

.error:-moz-placeholder {
  /* older Firefox*/
  color: white; }

.error::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

.error:-ms-input-placeholder {
  color: white; }

/* FORM -- Mailchimp Subscribe */
/* HTML EXAMPLE ----------------------------------------------------  

<div id="mc_embed_signup">
	<form action="#mailchimp list" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form-mc-subscribe" target="_blank" novalidate>

		<div class="mc-field-group">
			<label class="form-label" "for="mce-EMAIL" > ... </label>
			<input class="form-input" type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="email@emailaddress.com">
		</div>

		<div id="mce-responses" class="clear">
			<div class="response" id="mce-error-response" style="display:none"></div>
			<div class="response" id="mce-success-response" style="display:none"></div>
		</div>
			
		<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups -->
		<div style="position: absolute; left: -5000px;"><input type="text" name="b_f4e2e240480e8c61b21ca6a97_bba648b117" tabindex="-1" value=""></div>
		<div class="clear"><input class="form-button" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
			
	</form>
</div>

---------------------------------------------------------------  */
.form-mc-subscribe {
  margin: 0 auto 56px;
  padding: 0 28px; }
  @media (max-width: 768px) {
    .form-mc-subscribe {
      padding: 0 14px; } }

#mc_embed_signup {
  width: 100%;
  padding-bottom: 241.5px; }
  @media (max-width: 1366px) {
    #mc_embed_signup {
      padding: 14px 21px 73.5px 21px; } }
  @media (max-width: 768px) {
    #mc_embed_signup {
      padding: 0; } }

#mc_embed_signup
.form-label {
  display: inline-block;
  float: left;
  width: 100%;
  vertical-align: top;
  margin: 0 0 14px 0;
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-right: 7px;
  color: rgba(218, 94, 44, 0.6); }
  @media (max-width: 768px) {
    #mc_embed_signup
    .form-label {
      font-size: 10.667px;
      letter-spacing: 2px;
      margin: 0 0 7px 0;
      padding-left: 0px; } }

#mc_embed_signup
.form-input {
  width: 70%;
  float: left;
  padding: 17.5px 24.5px;
  margin-bottom: 28px;
  height: 73.5px;
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: rgba(51, 51, 51, 0.85);
  -webkit-transition: all .25s  ease-in;
          transition: all .25s  ease-in;
  background-color: #f4f1f0;
  border: 1px #dad0cd solid;
  border-radius: 8px 0 0 8px; }
  @media (max-width: 1366px) {
    #mc_embed_signup
    .form-input {
      width: 61.803399%; } }
  @media (max-width: 768px) {
    #mc_embed_signup
    .form-input {
      width: 100%;
      border-radius: 8px;
      font-size: 18px;
      height: 77px;
      padding-left: 21px;
      margin-bottom: 10.5px; } }
  #mc_embed_signup
  .form-input:hover {
    background: white;
    border-color: rgba(205, 71, 43, 0.5);
    color: rgba(64, 64, 64, 0.85); }
  #mc_embed_signup
  .form-input:focus, #mc_embed_signup
  .form-input:active {
    background: white;
    border-color: rgba(205, 71, 43, 0.7);
    box-shadow: 0 1px 0 rgba(205, 71, 43, 0.7) inset, 0 -1px 0 rgba(205, 71, 43, 0.7) inset, 1px 0 0 rgba(205, 71, 43, 0.7) inset, -1px 0 0 rgba(205, 71, 43, 0.7) inset; }

#mc_embed_signup
.form-button {
  float: right;
  width: 30%;
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fbf7f4;
  height: 73.5px;
  border: 2px solid #bf552b;
  border-radius: 0 8px 8px 0;
  background: #d46132;
  background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #d46132;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #d46132;
  background-size: 50% 50%;
  -webkit-transition: all 0.35s ease-in;
          transition: all 0.35s ease-in; }
  @media (max-width: 1366px) {
    #mc_embed_signup
    .form-button {
      width: 38.196601%; } }
  @media (max-width: 768px) {
    #mc_embed_signup
    .form-button {
      width: 100%;
      float: none;
      border-radius: 8px;
      height: 63px;
      font-size: 12px;
      letter-spacing: 2px; } }
  #mc_embed_signup
  .form-button:hover {
    color: white;
    border-color: #db4205;
    background: #fa6224;
    background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #eb5e25;
    background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #eb5e25;
    background-size: 50% 50%; }
  #mc_embed_signup
  .form-button:active {
    border-color: #0c1114;
    background: #161f24;
    background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #202d34;
    background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #202d34;
    -webkit-transition: all 0.07s ease-in;
            transition: all 0.07s ease-in; }
  #mc_embed_signup
  .form-button:after {
    clear: both; }

/* PHOTO GALLERY OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="photo-gallery__container">
	<a class="photo-gallery__thumb" data-lightbox="studio_1" href="img/assets/..." >
		<img src="img/assets/..." >
	</a>
</div>	


/// NOTES ///

> HREF
  Image that Appears in Lightbox

> data-lightbox
  Images with same data-light-box value will appear in the same lightbox

////////////


---------------------------------------------------------------  */
.photo-gallery__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }

.photo-gallery__thumb {
  display: inline-block;
  margin-right: 1.23%;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: 32.48%;
  height: auto;
  max-width: 369px;
  max-height: 281px;
  border: 8px solid #FFF;
  box-shadow: 0 6px 12px rgba(6, 26, 58, 0.09);
  background-color: lightgray;
  margin-bottom: 17.5px; }
  .photo-gallery__thumb:nth-of-type(3n) {
    margin-right: 0; }
    @media (max-width: 768px) {
      .photo-gallery__thumb:nth-of-type(3n) {
        margin-right: 1.23%; } }
  @media (max-width: 768px) {
    .photo-gallery__thumb:nth-of-type(2n) {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .photo-gallery__thumb {
      border: 3px solid #FFF;
      width: 48.48%;
      margin-bottom: 2.04%; } }

.photo-gallery__thumb > img {
  vertical-align: bottom; }

/* Preload images */
body:after {
  content: url(img/lightbox/close.png) url(img/lightbox/loading.gif) url(img/lightbox/prev.png) url(img/lightbox/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: fixed;
  height: auto;
  max-width: inherit; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 8px solid white;
  box-sizing: content-box; }
  @media (max-width: 768px) {
    .lb-outerContainer {
      border-width: 2px; } }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 52%;
  position: relative;
  left: -98px;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2);
  opacity: 0.2;
  -webkit-transition: opacity 0.6s;
          transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 45%;
  position: relative;
  right: -98px;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2);
  opacity: 0.2;
  -webkit-transition: opacity 0.6s;
          transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 16px;
  font-family: "omnes-pro", arial, san-serif;
  letter-spacing: 1px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  top: 21px;
  right: 98px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  position: fixed; }
  @media (max-width: 768px) {
    .lb-data .lb-close {
      top: 10px; } }
  .lb-data .lb-close:after {
    content: 'close';
    font-family: "presicav", helvetica, arial, san-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    top: 14px;
    letter-spacing: 3px;
    margin-left: 11px;
    position: absolute; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 91.5833333333%;
  max-width: 1366px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

 /**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.content-block.standard {
  width: 57.9166666667%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1366px) {
    .content-block.standard {
      width: 74.75%; } }
  @media (max-width: 768px) {
    .content-block.standard {
      width: 91.5833333333%;
      margin-top: 21px; } }

@media (max-width: 1366px) {
  .container.standard > h1 {
    padding-left: 0;
    padding-right: 0; } }

.standard__content-container > p {
  font-size: 27px;
  line-height: 42px;
  /*padding: 0 $span-3;*/ }
  @media (max-width: 1366px) {
    .standard__content-container > p {
      padding-left: 0;
      padding-right: 0;
      font-size: 24px;
      line-height: 38.5px; } }
  @media (max-width: 768px) {
    .standard__content-container > p {
      font-size: 18px;
      line-height: 24.5px;
      width: 100%; } }

.standard__content-container > h2 {
  font-size: 36px;
  line-height: 42px; }
  @media (max-width: 768px) {
    .standard__content-container > h2 {
      font-size: 27px;
      line-height: 28px;
      margin-bottom: 10.5px; } }

.standard__content-container > h3 {
  color: rgba(0, 0, 0, 0.75); }
  @media (max-width: 1366px) {
    .standard__content-container > h3 {
      font-size: 24px;
      line-height: 28px; } }
  @media (max-width: 768px) {
    .standard__content-container > h3 {
      margin-bottom: 3.5px;
      font-size: 20px;
      line-height: 24.5px; } }

.standard__content-container > h4 {
  color: rgba(220, 61, 28, 0.9);
  font-weight: 500; }

.standard__content-container > ul,
.standard__content-container > ol {
  width: 83.1666666667%; }
  @media (max-width: 768px) {
    .standard__content-container > ul,
    .standard__content-container > ol {
      width: 100%; } }

.standard__content-container
> ol
> li {
  list-style-type: decimal !important; }

.standard__content-container strong,
.standard__content-container b {
  color: rgba(0, 0, 0, 0.625); }

.standard__content-container > p + h2 {
  margin-top: 35px; }

.content-block.interview,
.content-block.bio-individual,
.content-block.casting-advice {
  width: 66.3333333333%; }
  @media (max-width: 1366px) {
    .content-block.interview,
    .content-block.bio-individual,
    .content-block.casting-advice {
      width: 83.1666666667%; } }
  @media (max-width: 768px) {
    .content-block.interview,
    .content-block.bio-individual,
    .content-block.casting-advice {
      width: 100%; } }

.interview__question {
  font-size: 24px;
  line-height: 31.5px;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .interview__question {
      font-size: 20px;
      line-height: 24.5px;
      margin-top: 28px;
      margin-bottom: 1.75px; } }

.interview__answer {
  margin-top: 0; }

.interview__block {
  padding: 0 28px; }
  @media (max-width: 1366px) {
    .interview__block {
      padding: 0 14px; } }

.interview__blockquote {
  width: 100%; }

.interview__block:first-of-type
.interview__question {
  margin-top: 21px; }

/* HERO-- Image & Headline */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="hero">
	<div class="hero__headline-wrapper">
		<div class="hero__headline-container">
	    	<h1 class="hero__headline"><!-- $hero-text --></h1>
  		</div>
  	</div>
 	<div class="hero__img-container">
    		<img src="<!-- $hero-image -->" />
  	</div>	
</div>

// NOTES //

--> hero__headline-wrapper & hero__headline-container work together
	to center headline text

--> Removing <div class="hero__headline-wrapper">...</div> will
	not upset design.

---------------------------------------------------------------  */
.hero, .hero--bio-individual {
  width: 100%;
  z-index: 1;
  margin-top: -4px;
  margin-bottom: -4px;
  position: relative;
  background: url("../img/header_bg-repeat2.png") repeat; }

.hero__headline {
  padding-top: 143.5px;
  text-align: center;
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 91.125px;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 2px 3px 11px rgba(114, 93, 84, 0.26);
  z-index: 2; }

.hero {
  background: none; }

.hero__headline-wrapper {
  position: absolute;
  top: 47.5%;
  width: 100%; }

.hero__headline-container {
  position: relative;
  width: 1366px;
  min-height: unset;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translateY(-47.5%);
      -ms-transform: translateY(-47.5%);
          transform: translateY(-47.5%); }
  @media (max-width: 1366px) {
    .hero__headline-container {
      width: 1024px; } }
  @media (max-width: 768px) {
    .hero__headline-container {
      width: 100%; } }

.hero__headline {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%; }
  @media (max-width: 1366px) {
    .hero__headline {
      font-size: 63px;
      width: 83.1666666667%; } }
  @media (max-width: 768px) {
    .hero__headline {
      font-size: 27px;
      text-shadow: 2px 3px 11px rgba(114, 93, 84, 0.66); } }

.hero__img-container, .hero--about__img-container {
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: 27.083333333%; }
  @media (max-width: 768px) {
    .hero__img-container, .hero--about__img-container {
      padding-bottom: 54.166666666%; } }

.hero__img-container img, .hero--about__img-container img {
  width: 100%; }
  @media (max-width: 768px) {
    .hero__img-container img, .hero--about__img-container img {
      width: 200%;
      margin-left: -50%; } }

.hero--about__img-container {
  padding-bottom: 38.5%; }
  @media (max-width: 768px) {
    .hero--about__img-container {
      padding-bottom: 115.5%; } }

.hero--about__img-container img {
  width: 100%; }
  @media (max-width: 768px) {
    .hero--about__img-container img {
      width: 300%;
      margin-left: 0%; } }

/* HERO -- Two Images, No Text */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="hero--bio-individual">
 	<div class="hero--bio-individual__img-container">
    		<img src="img/assets/about_becca-hero-adult.jpg">
    		<img src="img/assets/about_becca-hero-baby.jpg">
  	</div>
</div>

---------------------------------------------------------------  */
.hero--bio-individual {
  min-height: unset !important;
  background: none !important; }

.hero--bio-individual__img-container {
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 30.078125%; }

.hero--bio-individual__img-container img {
  float: left; }
  .hero--bio-individual__img-container img:nth-of-type(1n) {
    width: 61.796875%; }
  .hero--bio-individual__img-container img:nth-of-type(2n) {
    width: 38.203125%; }

/* HERO -- No Image */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="hero--no-img">
  	<div class="hero--no-img__headline-container">
    	<h1 class="hero--no-img__headline"><!-- $hero-text --></h1>
  	</div>
</div>

---------------------------------------------------------------  */
.hero--no-img {
  width: 100%;
  z-index: 1;
  margin-top: -4px;
  position: relative;
  background: url("../img/header_bg-repeat2.png") repeat;
  min-height: 154px; }
  @media (max-width: 1366px) {
    .hero--no-img {
      min-height: 98px; } }
  @media (max-width: 768px) {
    .hero--no-img {
      min-height: 63px; } }

.hero--no-img__headline-container {
  width: 1366px;
  margin: 0 auto;
  min-height: 154px; }
  @media (max-width: 1366px) {
    .hero--no-img__headline-container {
      width: 1024px;
      padding-left: 24.5px;
      min-height: 98px; } }
  @media (max-width: 768px) {
    .hero--no-img__headline-container {
      width: 100%;
      padding-left: 21px;
      min-height: 63px; } }

.hero--no-img__headline {
  text-align: center;
  font-family: "Viento", arial, san-serif;
  font-weight: 400;
  font-size: 40.5px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 2px 3px 11px rgba(114, 93, 84, 0.26);
  text-align: left;
  padding-top: 66.5px; }
  @media (max-width: 1366px) {
    .hero--no-img__headline {
      font-size: 32px;
      line-height: 98px;
      padding-top: 10.5px; } }
  @media (max-width: 768px) {
    .hero--no-img__headline {
      font-size: 24px;
      line-height: 63px; } }

#map {
  width: 100%;
  height: 540px;
  margin-top: -5px; }
  @media (max-width: 1366px) {
    #map {
      height: 350px; } }
  @media (max-width: 768px) {
    #map {
      height: 275px; } }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: rgba(202, 65, 38, 0.7); }

h4.gm-style-h4 {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.2; }
  @media (max-width: 768px) {
    h4.gm-style-h4 {
      font-size: 24px;
      line-height: 1.2; } }

.gm-style-link {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 16px;
  overflow-x: hidden;
  font-weight: 300;
  color: rgba(202, 65, 38, 0.7);
  border-bottom: none;
  max-width: 158px;
  overflow: hidden;
  line-height: 1.4;
  padding-left: 0; }
  .gm-style-link:hover {
    color: #e34c2d;
    border-bottom: 1px #c3371a dotted; }
  .gm-style-link:active {
    color: #161f24;
    border-bottom: 1px #030404 dotted; }

/* EMPLOYEE OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  


<div class="employee">
	<div class="employee__photo-container">
		<img alt="Claire Simon - Now" src="img/assets/... .jpg" class="employee__photo">
		<img alt="Claire Simon - Then" src="img/assets/... .jpg" class="employee__photo">
	</div>
	<div class="employee__text-container">
		<h3 class="employee__name">Name</h3>
		<p class="employee__title">Title</p>
		<p class="employee__bio-teaser">Teaser Bio</p>
		<div class="employee__button-container">		
			<a href="about/claire-simon.html" class="employee__button">Read More</a>
		</div>
	</div>
</div>


---------------------------------------------------------------  */
.employee {
  position: relative;
  width: 100%;
  margin-top: 31.5px; }
  @media (max-width: 768px) {
    .employee:first-of-type {
      margin-top: 7px; } }

.employee__photo-container,
.employee__text-container {
  display: inline-block;
  vertical-align: top; }

.employee__photo-container {
  width: 41.0833333333%;
  padding-right: 1.02%; }
  @media (max-width: 1366px) {
    .employee__photo-container {
      padding-right: 0.51%; } }
  @media (max-width: 768px) {
    .employee__photo-container {
      width: 100%;
      margin-bottom: 10.5px; } }

.employee__photo {
  display: inline-block; }

.employee__text-container {
  display: inline-block;
  float: none; }
  @media (max-width: 1366px) {
    .employee__text-container {
      padding-left: 3.06%;
      padding-right: 0.51%; } }
  @media (max-width: 768px) {
    .employee__text-container {
      width: 100%; } }

.employee__bio-teaser {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  margin: 14px 0; }
  @media (max-width: 768px) {
    .employee__bio-teaser {
      font-size: 18px;
      line-height: 24.5px; } }

.employee__list-item-text_link {
  font-family: "presicav", helvetica, arial, san-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  padding-bottom: 3px;
  color: rgba(202, 65, 38, 0.85);
  border-bottom: 2px rgba(202, 65, 38, 0.2) solid; }

.employee__button-container {
  margin: 10.5px 0 0px; }

.employee__button {
  letter-spacing: 3px;
  line-height: 1;
  font-size: 13.333px;
  padding: 17.5px 28px; }
  @media (max-width: 768px) {
    .employee__button {
      padding: 24.5px 28px; } }

/* HTML EXAMPLE ----------------------------------------------------  

<ul class="employee__list">
	<li class="employee__list-item">
		<div class="employee">...</div>
	</li>
</ul>

---------------------------------------------------------------  */
.employee__list {
  margin-top: -7px; }

.employee__list-item {
  padding-top: 28px; }
  @media (max-width: 768px) {
    .employee__list-item {
      padding-left: 21px;
      padding-right: 21px; } }

/* PROJECT OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="project">
	<img class="project__image" src="img/assets/project_default.png" />
	<h2 class="project__name">Name</h2>
	<p class="project__client">Client</p>
	<p class="project__client">Studio</p>
	<p class="project__service">Service Rendered</p>
</div>		

---------------------------------------------------------------  */
.project {
  position: relative;
  width: 100%; }

.project__image {
  max-width: 100%;
  height: auto;
  border: 1px #f1ece8 solid;
  box-shadow: 2px 3px 11px rgba(114, 93, 84, 0.26); }
  @media (max-width: 768px) {
    .project__image {
      max-width: 33.6866666667%;
      float: left;
      margin-right: 14px; } }

.project__image--placeholder {
  box-shadow: none;
  border: 1px solid #ebe5e1; }

.project__name {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 500;
  color: #40331c;
  padding-top: 5px; }
  @media (max-width: 768px) {
    .project__name {
      padding-left: 1.02%;
      padding-top: 0; } }

.project__client {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 768px) {
    .project__client {
      font-size: 13.5px;
      line-height: 17.5px; } }

.project__service {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  margin-top: 10.75px;
  color: rgba(202, 65, 38, 0.7); }
  @media (max-width: 768px) {
    .project__service {
      font-size: 13.5px; } }

/* HTML EXAMPLE ----------------------------------------------------  

<ul class="project__list">
	<li class="project__list-item">
		<div class="project">...</div>		
	</li>
</ul>	

---------------------------------------------------------------  */
.project__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0 28px; }
  @media (max-width: 768px) {
    .project__list {
      padding: 0 17.5px; } }

.project__list-item {
  display: inline-block;
  vertical-align: top;
  width: 19.104%;
  -webkit-flex-basis: 206px;
      -ms-flex-preferred-size: 206px;
          flex-basis: 206px;
  position: relative;
  margin-right: 12px;
  margin-bottom: 42px;
  vertical-align: top; }
  .project__list-item:nth-of-type(5n) {
    margin-right: 0px; }
  @media (max-width: 1366px) {
    .project__list-item {
      width: 19.051%;
      -webkit-flex-basis: 168px;
          -ms-flex-preferred-size: 168px;
              flex-basis: 168px;
      margin-right: 10.5px; } }
  @media (max-width: 1024px) {
    .project__list-item {
      -webkit-flex-basis: 162px;
          -ms-flex-preferred-size: 162px;
              flex-basis: 162px; } }
  @media (max-width: 768px) {
    .project__list-item {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      width: 100%;
      margin-bottom: 21px; } }

.popup-video:after {
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
  content: "> view";
  letter-spacing: 3px;
  opacity: 0.7;
  padding: 8px 8px 8px 10px;
  position: absolute;
  right: 1px;
  text-transform: uppercase;
  top: 279px;
  -webkit-transition: all 0.45s ease-out 0s;
          transition: all 0.45s ease-out 0s; }
  @media (max-width: 1366px) {
    .popup-video:after {
      top: 222px; } }
  @media (max-width: 1024px) {
    .popup-video:after {
      top: 213px; } }
  @media (max-width: 768px) {
    .popup-video:after {
      display: none; } }

.popup-video:hover::after {
  background-color: #e34c2d;
  content: "> view trailer";
  opacity: 0.95;
  padding: 8px 44px 8px 11px; }
  @media (max-width: 1366px) {
    .popup-video:hover::after {
      padding-right: 22px; } }
  @media (max-width: 1366px) {
    .popup-video:hover::after {
      padding-right: 25px; } }

.current-projects {
  width: 83.1666666667%; }
  @media (max-width: 768px) {
    .current-projects {
      width: 100%; } }

.current-projects
> .hr {
  margin-top: 70px;
  margin-bottom: 31.5px; }
  @media (max-width: 768px) {
    .current-projects
    > .hr {
      margin-bottom: 14px; } }

/* 


.current-projects_list {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-content: flex-start;
   justify-content: space-between;
   width: $span-12;
 }

 .media-list {
 	width: 100%;
 }

 .media-row2 {
 	display: inline-block;
 	width: $span-9;
 }

 .media {
   display: block;
   width: 100%;
 }

 .media_item {
 	width: $span-3;
 	display: inline-block;
 }

 .media_body {
 	display: inline-block;
 	width: $span-9;
 	vertical-align: top;
 }

 .media_body_project__name {
 	@extend .project__name;
 	font-size: $font-size_1;
 }


 */
/* THEATRE OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

	<div class="theatre">
		<div class="theatre__image-container">
			<img class="theatre__image" src="#" alt="#">
		</div>
		<div class="theatre__body-container">
			<h3 class="theatre__name">Theatre Name</h3>
			<ul>	
				<li class="theatre__event-name">Event or Play Name</li>
			</ul>
		</div>
	</div>

---------------------------------------------------------------  */
.theatre {
  position: relative;
  width: 100%; }

.theatre__image-container {
  width: 24.25%; }
  @media (max-width: 768px) {
    .theatre__image-container {
      width: 100%; } }

.theatre__image {
  border: 8px solid white;
  box-shadow: 0 6px 12px rgba(6, 26, 58, 0.05);
  width: 105%;
  border-radius: 9px; }
  @media (max-width: 768px) {
    .theatre__image {
      width: 100%;
      border-width: 4px; } }

.theatre__body-container {
  float: left;
  width: 74.75%; }

.theatre__name {
  margin-bottom: 10.5px; }
  @media (max-width: 768px) {
    .theatre__name {
      font-size: 20px;
      line-height: 21px; } }

.theatre__event-name {
  font-style: normal;
  line-height: 31.5px; }
  @media (max-width: 768px) {
    .theatre__event-name {
      font-size: 16px;
      line-height: 21px; } }

/* HTML EXAMPLE ----------------------------------------------------  

<ul class="theatre__list">
	<li class="theatre__list-item">
		<div class="theatre">...</div>
	</li>
</ul>

---------------------------------------------------------------  */
/* EVENT OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="event">
	<div class="event__image-container">
		<img alt="..." src="img/assets/..." class="event__image">
	</div> 	
	<div class="event__body-container">
		<h3 class="event__event-name">...</h3>
		<ul>
			<li class="event__event-date">...</li>
			<li class="event__event-time">&ensp; | &ensp; ...</li>
			<li class="event__event-details">...</li>
			<li>
				<div class="event__button-container">
					<a href="#" class="event__button">...</a>
				</div>
			</li>
		</ul>
	</div>
</div>

---------------------------------------------------------------  */
.event, .event--past {
  position: relative;
  width: 100%; }
  @media (max-width: 768px) {
    .event:first-of-type, .event--past:first-of-type {
      margin-top: 21px; } }

.event__image-container {
  width: 32.6666666667%; }
  @media (max-width: 768px) {
    .event__image-container {
      width: 100%; } }

.event__image {
  width: 105%;
  border: 8px solid white;
  box-shadow: 0 6px 12px rgba(6, 26, 58, 0.05); }
  @media (max-width: 768px) {
    .event__image {
      width: 100%;
      border-width: 4px;
      radius: 3px; } }

@media (max-width: 1366px) {
  .event__body-container {
    width: 66.3333333333%;
    padding-right: 0; } }
@media (max-width: 768px) {
  .event__body-container {
    width: 100%;
    padding: 0; } }

.event__event-name {
  margin-bottom: 7px; }
  @media (max-width: 1366px) {
    .event__event-name {
      font-size: 32px;
      line-height: 35px; } }
  @media (max-width: 768px) {
    .event__event-name {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 0px; } }

.event__event-name > a {
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
  .event__event-name > a:link {
    color: rgba(51, 51, 51, 0.85); }
  .event__event-name > a:visited {
    color: rgba(51, 51, 51, 0.85); }
  .event__event-name > a:hover {
    color: #e34c2d; }

.event__event-date {
  display: inline-block; }
  @media (max-width: 1366px) {
    .event__event-date {
      margin-top: 0;
      font-size: 18px;
      line-height: 17.5px; } }
  @media (max-width: 768px) {
    .event__event-date {
      margin-top: 0;
      font-size: 12px;
      line-height: 17.5px;
      letter-spacing: 0.5px; } }

.event__event-time {
  display: inline-block;
  list-style-type: disc; }
  @media (max-width: 1366px) {
    .event__event-time {
      margin-top: 0;
      font-size: 18px;
      line-height: 17.5px; } }
  @media (max-width: 768px) {
    .event__event-time {
      margin-top: 0;
      font-size: 12px;
      line-height: 17.5px;
      letter-spacing: 0.5px; } }

.event__event-details > h4 {
  padding-left: 0;
  margin-left: 0; }

.event__event-details > h3 {
  color: rgba(51, 51, 51, 0.85);
  padding-left: 0;
  margin-left: 0; }

.event__event-details > p {
  font-size: 20px;
  line-height: 28px; }
  @media (max-width: 768px) {
    .event__event-details > p {
      font-size: 18px;
      line-height: 24.5px;
      padding: 0;
      margin-bottom: 0;
      -webkit-hyphens: auto;
         -moz-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }

.event__event-details > ul {
  position: relative;
  display: block;
  padding: 28px 35px 35px 56px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0 0 7px 7px;
  border: 1px rgba(133, 118, 115, 0.14) solid;
  border-top: 10.5px rgba(133, 118, 115, 0.14) solid;
  margin-top: 7px;
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .event__event-details > ul {
      border-top-width: 7px;
      margin-top: 0;
      margin-bottom: 21px;
      padding: 14px 17.5px 10.5px; } }

.event__event-details > ul > li {
  list-style-type: disc;
  list-style-position: outside;
  font-family: "omnes-pro", arial, san-serif;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 26.25px;
  padding-left: 7px;
  margin-bottom: 14px; }
  @media (max-width: 768px) {
    .event__event-details > ul > li {
      font-size: 16px;
      line-height: 19.25px;
      list-style-position: outside;
      margin-left: 21px;
      margin-bottom: 21px; } }

.event__event-details a {
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
  .event__event-details a:link {
    color: rgba(227, 76, 45, 0.75);
    border-bottom: 1px rgba(195, 55, 26, 0.75) dotted; }
  .event__event-details a:visited {
    color: #e34c2d; }
  .event__event-details a:hover {
    color: rgba(51, 51, 51, 0.85);
    border-bottom: 1px rgba(26, 26, 26, 0.85) dotted; }

.event__button-container {
  margin: 10.5px 0 0px; }

.event__button {
  letter-spacing: 3px;
  line-height: 1;
  font-size: 13.333px;
  padding: 17.5px 28px;
  cursor: pointer; }

/* HTML EXAMPLE ----------------------------------------------------  

<div class="event--past">
	<div class="event--past__body-container">
		<h3 class="event__event-name">...</h3>
		<p class="event--past__event-date">...</p>
	</div>
	<div class="photo-gallery__container">
		<a href="img/assets/... .jpg" data-lightbox="..." class="photo-gallery__thumb">
			<img src="img/assets/... .jpg" alt="...">
		</a>
	</div>
</div>	


---------------------------------------------------------------  */
@media (max-width: 768px) {
  .event--past {
    padding-left: 0px;
    padding-right: 0px; } }
@media (max-width: 768px) {
  .event--past:first-of-type {
    margin-top: -7px; } }

.event--past__body-container {
  padding-left: 14px;
  width: 83.1666666667%; }
  @media (max-width: 768px) {
    .event--past__body-container {
      width: 100%;
      padding-left: 0; } }

.event--past__event-date {
  margin-bottom: 28px; }
  @media (max-width: 768px) {
    .event--past__event-date {
      margin-top: 0;
      font-size: 12px;
      line-height: 17.5px;
      letter-spacing: 0.5px; } }

/* HTML EXAMPLE ----------------------------------------------------  

<ul class="event__list">
	<li class="event__list-item">
		<div class="event">...</div>
	</li>
</ul>

---------------------------------------------------------------  */
@media (max-width: 768px) {
  .event__list-item {
    padding-left: 21px;
    padding-left: 21px; } }

/* VIDEO OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="video">
	<h3 class="video__video-name">Chicago Fire</h3>
	<p class="video__video-subtitle">Season 3, Episode 1 Trailer</p>
	<div class="video__video-container">
		<iframe frameborder="0" width="640" height="360" allowfullscreen="" src="//www.youtube.com/embed/29oVDtEWK5Q?rel=0&amp;showinfo=0"></iframe>
	</div>
</div>

---------------------------------------------------------------  */
.video {
  position: relative;
  width: 100%; }

.video__video-name {
  margin-bottom: 7px;
  display: inline-block;
  margin-bottom: 14px; }
  @media (max-width: 1366px) {
    .video__video-name {
      font-size: 32px; } }
  @media (max-width: 768px) {
    .video__video-name {
      display: block;
      font-size: 20px;
      line-height: 21px;
      margin-bottom: 0; } }

.video__video-subtitle {
  display: inline-block;
  padding-left: 1.02%;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 24px; }
  @media (max-width: 1366px) {
    .video__video-subtitle {
      font-size: 24px; } }
  @media (max-width: 768px) {
    .video__video-subtitle {
      display: block;
      font-size: 16px;
      padding: 0;
      margin-top: 0;
      margin-bottom: 14px; } }

.video__video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /* Makes Ratio Responsive */
  padding-top: 25px;
  height: 0;
  border: 8px solid white;
  box-shadow: 0 6px 12px rgba(6, 26, 58, 0.05); }
  @media (max-width: 768px) {
    .video__video-container {
      border-width: 4px; } }

.video__video-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*  1 COLUMN - LIST OF VIDEOS */
/* HTML EXAMPLE ----------------------------------------------------  

<ul class="video__list">
	<li class="video__list-item">
		<div class="video">...</div>
	</li>
</ul>

---------------------------------------------------------------  */
@media (max-width: 1366px) {
  .video__list {
    width: 91.5833333333%; } }
@media (max-width: 768px) {
  .video__list {
    margin-top: 14px; } }

.video__list-item {
  padding-right: 32.6666666667%;
  padding-left: 7.4166666667%; }
  @media (max-width: 1366px) {
    .video__list-item {
      padding-right: 9.4566666667%;
      padding-left: 9.4566666667%; } }
  @media (max-width: 768px) {
    .video__list-item {
      padding: 28px 14px 42px; } }

/* SERVICE OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="service">
	<h3 class="service__title">Casting</h3>
	<p class="service__details">Lorem Ipsum</p>
	<div class="service__button-container">		
		<a class="service__button" href="#">Work With Us</a>
	</div>
</div>

---------------------------------------------------------------  */
.service {
  position: relative;
  width: 100%; }

.service__title {
  font-size: 36px;
  margin-bottom: 7px; }
  @media (max-width: 1366px) {
    .service__title {
      font-size: 32px;
      line-height: 38.5px; } }
  @media (max-width: 768px) {
    .service__title {
      font-size: 24px;
      line-height: 31.5px;
      margin-bottom: 3.5px; } }

.service__details {
  font-size: 27px;
  font-style: normal;
  line-height: 35px; }
  @media (max-width: 1366px) {
    .service__details {
      font-size: 24px;
      line-height: 31.5px; } }
  @media (max-width: 768px) {
    .service__details {
      font-size: 18px;
      line-height: 24.5px;
      padding: 0;
      margin-bottom: 0; } }

@media (max-width: 1366px) {
  .service__button-container {
    margin-top: 31.5px;
    margin-bottom: 35px; } }
@media (max-width: 768px) {
  .service__button-container {
    margin-top: 15.75px;
    margin-bottom: 56px; } }

@media (max-width: 768px) {
  .service__button {
    margin-top: 0;
    font-size: 8.667px;
    line-height: 24.5px;
    letter-spacing: 2px; } }

/* HTML EXAMPLE ----------------------------------------------------  

<ul class="service__list">
	<li class="service__list-item">
		<div class="service">...</div>
	</li>
</ul>

---------------------------------------------------------------  */
@media (max-width: 768px) {
  .service__list {
    padding: 3.5px 0; } }

@media (max-width: 1366px) {
  .service__list-item {
    padding: 0 28px;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; } }
@media (max-width: 768px) {
  .service__list-item {
    width: 100%; } }

/* CASTING CALL OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="casting-call">
	<h3 class="casting-call__title">Million Dollar Quartet</h3>
	<p class="casting-call__details">We're looking for superior musicians to be understudies for the hit Chicago show, <strong>Million Dollar Quartet,</strong> about the night that Elvis Presley, Johnny Cash, Carl Perkins and Jerry Lee Lewis jammed together.</p>
	<a href="" class="service__button">Find Out More</a>
	<div class="casting-call__button-container">		
		<a class="casting-call__button" href="#">Work With Us</a>
	</div>
</div>

---------------------------------------------------------------  */
@media (max-width: 1366px) {
  .casting-call {
    padding-left: 28px;
    padding-right: 28px; } }

.casting-call__title {
  font-size: 36px;
  margin-bottom: 7px; }
  @media (max-width: 1366px) {
    .casting-call__title {
      font-size: 32px;
      line-height: 38.5px; } }
  @media (max-width: 768px) {
    .casting-call__title {
      font-size: 24px;
      line-height: 31.5px;
      margin-bottom: 3.5px; } }

.casting-call__title > a {
  -webkit-transition: all 0.2s ease-in 0s;
          transition: all 0.2s ease-in 0s; }

.casting-call__title > a:link {
  color: rgba(51, 51, 51, 0.85); }

.casting-call__title > a:visited {
  color: rgba(51, 51, 51, 0.85); }

.casting-call__title > a:hover {
  color: #e34c2d; }

.casting-call__details {
  font-size: 27px;
  font-style: normal;
  line-height: 35px; }
  @media (max-width: 1366px) {
    .casting-call__details {
      font-size: 24px;
      line-height: 31.5px; } }
  @media (max-width: 768px) {
    .casting-call__details {
      font-size: 18px;
      line-height: 24.5px;
      padding: 0;
      margin-bottom: 0; } }

.casting-call__button-container {
  margin-bottom: 0; }
  @media (max-width: 1366px) {
    .casting-call__button-container {
      margin-top: 31.5px; } }
  @media (max-width: 768px) {
    .casting-call__button-container {
      margin-top: 15.75px;
      margin-bottom: 42px; } }

@media (max-width: 768px) {
  .casting-call__button {
    margin-top: 0;
    font-size: 8.667px;
    line-height: 24.5px;
    letter-spacing: 2px; } }

/* For Pagination in Blog List */
.display--left {
  display: inline-block;
  float: left;
  text-align: left;
  margin-top: 28px;
  margin-bottom: 56px; }

.display--right {
  display: inline-block;
  float: right;
  text-align: right;
  margin-top: 28px;
  margin-bottom: 56px; }

/*  1 COLUMN LIST */
/* HTML EXAMPLE ----------------------------------------------------  

<ul class="casting-call__list">
	<li class="casting-call__list-item">
		<div class="casting-call">...</div>
	</li>
</ul>

---------------------------------------------------------------  */
.casting-call__list {
  width: 83.1666666667%; }
  @media (max-width: 1366px) {
    .casting-call__list {
      width: 91.5833333333%; } }
  @media (max-width: 768px) {
    .casting-call__list {
      padding: 7px 0;
      width: 100%; } }

@media (max-width: 768px) {
  .casting-call__list-item {
    padding: 0;
    padding-top: 28px;
    width: 100%; } }
@media (max-width: 768px) {
  .casting-call__list-item:first-of-type {
    padding-top: 28px; } }

/* BLOG POST OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

<article class="post">
	<h2 class="post__title">Welcome to My Casting World</h2>
	<p class="post__details">
		Written By <a href="" class="post__details-link">NAME</a> published in <a href="" class="post__details-link">CATEGORY</a>
	</p>
		<p></p>
		<h3></h3>
		<p></p>
		<blockquote>...</blockquote>

		<h4></h4>
		<ul>
			<li>...</li>
			<li>...</li>
		</ul>
		<p></p>
</article>

---------------------------------------------------------------  */
.content-block.blog-individual {
  width: 100%; }
  @media (max-width: 1366px) {
    .content-block.blog-individual {
      width: 83.1666666667%; } }
  @media (max-width: 1366px) {
    .content-block.blog-individual {
      width: 100%;
      padding: 0 21px; } }

.post {
  width: 57.9166666667%;
  margin-left: 8.4166666667%;
  float: left;
  margin-bottom: 63px; }
  @media (max-width: 1366px) {
    .post {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      float: none; } }

@media (max-width: 768px) {
  .post__title {
    margin-top: 24.5px; } }

@media (max-width: 768px) {
  .post
  .post__details {
    margin-top: 10.5px;
    margin-bottom: 24.5px; } }

@media (max-width: 768px) {
  .post
  > h3 {
    font-size: 20px;
    line-height: 24.5px; } }

.post > ul,
.post > ol {
  max-width: 74.75%; }

.post > ol > li {
  list-style-type: decimal !important; }

@media (max-width: 1366px) {
  .post
  > blockquote {
    font-size: 36px;
    line-height: 45.5px; } }
@media (max-width: 768px) {
  .post
  > blockquote {
    font-size: 24px;
    line-height: 31.5px; } }

.post
> p {
  color: rgba(0, 0, 0, 0.45);
  width: 100%; }

.post
> p + p {
  text-indent: 35px; }
  @media (max-width: 768px) {
    .post
    > p + p {
      text-indent: 21px; } }

/* HTML EXAMPLE ----------------------------------------------------  


<article class="post--summary">
	<h2 class="post--summary__title">TITLE</h2>
	<p class="post--summary__details">DETAILS</p>
	<p class="post--summary__teaser">TEASER</p>
	<div class="post--summary__button-container">		
		<a href="#" class="post--summary__button">Read More</a>
	</div>
</article>


---------------------------------------------------------------  */
.post--summary {
  margin: 56px 0px 0px 0px; }
  .post--summary:first-of-type {
    margin-top: 0; }

.post--summary__title {
  margin-top: 28px;
  padding: 0; }
  @media (max-width: 1366px) {
    .post--summary__title {
      font-size: 40.5px;
      line-height: 49px; } }
  @media (max-width: 768px) {
    .post--summary__title {
      font-size: 27px;
      line-height: 29.75px;
      margin-bottom: 8.75px; } }

.post--summary__details {
  margin-bottom: 28px;
  color: rgba(0, 0, 0, 0.55); }
  @media (max-width: 1366px) {
    .post--summary__details {
      margin-bottom: 24.5px; } }

.post--summary__teaser {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 27px;
  line-height: 38.5px;
  color: rgba(0, 0, 0, 0.45); }
  @media (max-width: 1366px) {
    .post--summary__teaser {
      font-size: 24px;
      line-height: 35px; } }
  @media (max-width: 768px) {
    .post--summary__teaser {
      font-size: 18px;
      line-height: 24.5px; } }

.post--summary__details + .post--summary__teaser {
  text-indent: 0; }

/* HTML EXAMPLE ----------------------------------------------------  


<ul class="post__list">
	<li class="post__list-item">
		<article class="post--list"> ... </article>
	</li>
</ul>


---------------------------------------------------------------  */
.post__list {
  position: relative;
  width: 100%;
  margin-top: 31.5px; }

.post__list-item {
  position: relative;
  display: block;
  padding: 0px 28px;
  margin: 0px 0px 56px 0px;
  height: auto;
  background: url(../img/content-block_hr.png) no-repeat bottom left;
  background-size: 100% 5px; }
  @media (max-width: 768px) {
    .post__list-item {
      padding: 0 14px; } }
  .post__list-item:last-of-type {
    background: none; }

/* 1024 px */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  font-weight: inherit;
  /* 1 */
  margin: 0;
  /* 3 */
  padding: 0; }

/**
 * Remove the default button background color that browsers set
 */
button {
  background: transparent; }

/**
 * Address Firefox 4+ 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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * Make sure selects don't get the default browser styles.
 */
select {
  -webkit-appearance: 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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 */
  /* 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 * 3. Disable resizing by default.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: none;
  /* 3 */ }

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul, li {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a,
a:hover,
a:visited {
  text-decoration: none; }

button,
input,
fieldset,
textarea,
select {
  font-size: inherit;
  color: inherit;
  border: none; }

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

.clearfix:before, .theatre__list:before, .event__list:before, .video__list:before, .casting-call__list:before, .testimonial__list:before, .service__list:before, .employee:before, .project:before, .theatre:before, .event:before, .event--past:before, .video:before, .service:before, .casting-call:before, .post__list:before, .archive--vertical:before, .clearfix:after, .theatre__list:after, .event__list:after, .video__list:after, .casting-call__list:after, .testimonial__list:after, .service__list:after, .employee:after, .project:after, .theatre:after, .event:after, .event--past:after, .video:after, .service:after, .casting-call:after, .post__list:after, .archive--vertical:after {
  content: "";
  display: table; }

.clearfix:after, .theatre__list:after, .event__list:after, .video__list:after, .casting-call__list:after, .testimonial__list:after, .service__list:after, .employee:after, .project:after, .theatre:after, .event:after, .event--past:after, .video:after, .service:after, .casting-call:after, .post__list:after, .archive--vertical:after {
  clear: both; }

.clearfix, .theatre__list, .event__list, .video__list, .casting-call__list, .testimonial__list, .service__list, .employee, .project, .theatre, .event, .event--past, .video, .service, .casting-call, .post__list, .archive--vertical {
  *zoom: 1; }

* {
  box-sizing: border-box; }

/* 
========================

MODULAR SCALE
|___ 24px @ 1:1.5	
|___ 18px @ 1:1.5	

========================
*/
/* 
========================

12-COLUMN FLUID GRID

========================
*/
.bio-name {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 68.75px;
  line-height: 63px;
  color: rgba(51, 51, 51, 0.85); }

.section__headline, .standard__content-container > h2, .service__title, .casting-call__title, .contact-method__details, .content-block
.content-block_default-h2 {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 40.5px;
  line-height: 49px; }
  @media (max-width: 768px) {
    .section__headline, .standard__content-container > h2, .service__title, .casting-call__title, .contact-method__details, .content-block
    .content-block_default-h2 {
      font-size: 24px;
      line-height: 31.5px;
      margin-bottom: 3.5px; } }

.standard__content-container > h3, .interview__question, .event__event-details > h3, .post
> h3, h3.post-redactor, .content-block
.content-block_default-h3, .intro__sub-headline {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  margin-top: 42px;
  margin-bottom: 7px; }
  @media (max-width: 768px) {
    .standard__content-container > h3, .interview__question, .event__event-details > h3, .post
    > h3, h3.post-redactor, .content-block
    .content-block_default-h3, .intro__sub-headline {
      font-size: 24px; } }

.standard__content-container > h4, .event__event-details > h4, .post
> h4, h4.post-redactor, .content-block
.content-block_default-h4 {
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 16.7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 35px;
  color: rgba(220, 61, 28, 0.7);
  margin-top: 28px; }
  @media (max-width: 1366px) {
    .standard__content-container > h4, .event__event-details > h4, .post
    > h4, h4.post-redactor, .content-block
    .content-block_default-h4 {
      font-size: 15.7px;
      letter-spacing: 2.5px; } }
  @media (max-width: 768px) {
    .standard__content-container > h4, .event__event-details > h4, .post
    > h4, h4.post-redactor, .content-block
    .content-block_default-h4 {
      font-size: 8.667px;
      letter-spacing: 2px;
      margin-top: 14px; } }

p, .standard__content-container > p, .interview__answer, .service__details, .casting-call__details, .post
> p, p.post-redactor, .content-block_default-p,
.content-block_default
p, .bio-content {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  line-height: 38.5px;
  color: rgba(0, 0, 0, 0.55); }
  @media (max-width: 768px) {
    p, .standard__content-container > p, .interview__answer, .service__details, .casting-call__details, .post
    > p, p.post-redactor, .content-block_default-p,
    .content-block_default
    p, .bio-content {
      font-size: 18px;
      line-height: 24.5px;
      padding: 0;
      margin-bottom: 0;
      -webkit-hyphens: auto;
         -moz-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }

.post__details-link, .post--summary__details-link, .standard__content-container a, .post
a, a.post-redactor, .content-block_default
a {
  color: rgba(202, 65, 38, 0.7);
  border-bottom: 1px rgba(175, 48, 22, 0.5) dotted;
  margin-left: 3.5px;
  margin-right: 3.5px;
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
  .post__details-link:hover, .post--summary__details-link:hover, .standard__content-container a:hover, .post
  a:hover, a.post-redactor:hover, .content-block_default
  a:hover {
    color: #e34c2d;
    border-bottom: 1px #c3371a dotted; }
  .post__details-link:active, .post--summary__details-link:active, .standard__content-container a:active, .post
  a:active, a.post-redactor:active, .content-block_default
  a:active {
    color: #161f24;
    border-bottom: 1px #030404 dotted; }

.standard__content-container > ul,
.standard__content-container > ol, .post > ul,
.post > ol, ul.post-redactor {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 24.5px 35px 35px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0 0 7px 7px;
  border: 1px rgba(133, 118, 115, 0.14) solid;
  border-top: 10.5px rgba(133, 118, 115, 0.14) solid;
  margin-top: 7px;
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .standard__content-container > ul,
    .standard__content-container > ol, .post > ul,
    .post > ol, ul.post-redactor {
      border-top-width: 7px;
      margin-top: 0;
      margin-bottom: 21px;
      padding: 14px 17.5px 10.5px; } }

.standard__content-container
> ul
> li,
.standard__content-container
> ol
> li, .post > ul > li,
.post > ol > li, ul.post-redactor li {
  list-style-type: disc;
  list-style-position: inside;
  font-family: "omnes-pro", arial, san-serif;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 38.5px; }
  @media (max-width: 768px) {
    .standard__content-container
    > ul
    > li,
    .standard__content-container
    > ol
    > li, .post > ul > li,
    .post > ol > li, ul.post-redactor li {
      font-size: 16px;
      line-height: 17.5px;
      list-style-position: outside;
      margin-left: 17.5px;
      margin-bottom: 14px; } }

.standard__content-container > blockquote, .interview__blockquote, .post
> blockquote, blockquote.post-redactor {
  background: url(../img/content-block_hr.png) repeat-x;
  font-family: "omnes-pro", arial, san-serif;
  font-style: italic;
  font-size: 40.5px;
  line-height: 52.5px;
  color: rgba(202, 65, 38, 0.7);
  padding: 35px 0 56px 2px;
  margin-top: 28px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .standard__content-container > blockquote, .interview__blockquote, .post
    > blockquote, blockquote.post-redactor {
      background-size: 200% 6px;
      padding-top: 31.5px; } }
  .standard__content-container > blockquote:after, .interview__blockquote:after, .post
  > blockquote:after, blockquote.post-redactor:after {
    content: ' qoute ';
    display: block;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    min-width: 100%;
    height: 12px;
    background: url(../img/content-block_hr.png) repeat-x;
    background-size: 100% 12px;
    background-position: 0 31.5px;
    padding-bottom: 42px;
    margin-bottom: -28px; }
    @media (max-width: 768px) {
      .standard__content-container > blockquote:after, .interview__blockquote:after, .post
      > blockquote:after, blockquote.post-redactor:after {
        background-size: 200% 6px;
        margin-bottom: -42px; } }

.post__title, .post--summary__title {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 59.5px;
  color: rgba(51, 51, 51, 0.85);
  margin-top: 14px;
  margin-bottom: 7px; }
  @media (max-width: 768px) {
    .post__title, .post--summary__title {
      font-size: 27px;
      line-height: 31.5px; } }

.post
.post__details, .post--summary__details {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 35px;
  padding: 0;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  text-indent: 0; }
  @media (max-width: 768px) {
    .post
    .post__details, .post--summary__details {
      font-size: 13.5px;
      line-height: 17.5px; } }

.post__details-link, .post--summary__details-link {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 28px; }
  @media (max-width: 768px) {
    .post__details-link, .post--summary__details-link {
      font-size: 13.5px;
      line-height: 17.5px; } }

.event__event-details, .employee__bio-teaser, .project__client, .project__service, .post .post__details + p,
.post blockquote + p,
.post h3 + p,
.post h2 + p,
.post ul + p, .post__details + p, .content-block > .hr + p, p, .bio-title + .bio-content {
  text-indent: 0; }

strong, b {
  font-weight: 500; }

i, em {
  font-style: italic; }

@media (max-width: 768px) {
  h3.post-redactor {
    font-size: 20px;
    line-height: 24.5px; } }

ul.post-redactor {
  max-width: 74.75%; }

@media (max-width: 1366px) {
  blockquote.post-redactor {
    font-size: 36px;
    line-height: 45.5px; } }
@media (max-width: 768px) {
  blockquote.post-redactor {
    font-size: 24px;
    line-height: 31.5px; } }

p.post-redactor {
  color: rgba(0, 0, 0, 0.45);
  width: 100%; }

p.post-redactor + p.post-redactor {
  text-indent: 35px; }
  @media (max-width: 768px) {
    p.post-redactor + p.post-redactor {
      text-indent: 21px; } }

/* HTML EXAMPLE ----------------------------------------------------  

<div class="content-block post-author">
	<h2 class="hr">About the Author</h2>
	<div class="employee">
		<div class="employee__photo-container">
			<img alt="Claire Simon - Now" src="../img/assets/staff-list_claire-adult.jpg" class="employee__photo">
		</div>
		<div class="employee__text-container">
			<h3 class="employee__name">Claire Simon</h3>
			<p class="employee__title">President / Director of Casting</p>
			<p class="employee__bio-teaser">A Casting Director since 1996, Claire Simon casts primarily film, television and theater as well as commercials. Current projects include casting the first two seasons of the Starz series Boss with Kelsey Grammar, for which he won a Golden Globe; The first season for the Fox series, Mob Doctor...</p>
			<a href="" class="employee__list-item-text_link">Read Full Bio</a>
		</div>
	</div>
</div>

---------------------------------------------------------------  */
.post-author {
  position: relative;
  clear: both;
  display: block;
  width: 83.1666666667%;
  margin: 63px auto 147px; }
  @media (max-width: 1366px) {
    .post-author {
      width: 100%;
      margin: 0;
      padding: 0; } }

.post-author
.employee {
  margin: 7px auto;
  padding: 10.5px 28px 7px;
  position: relative;
  width: 100%;
  text-align: center; }
  @media (max-width: 1366px) {
    .post-author
    .employee {
      padding: 10.5px 42px 7px; } }
  @media (max-width: 768px) {
    .post-author
    .employee {
      width: 100%;
      padding: 0px 14px 7px; } }

.post-author
.employee__list-item {
  margin-bottom: 0;
  padding-bottom: 35px; }
  @media (max-width: 768px) {
    .post-author
    .employee__list-item {
      padding-left: 0;
      padding-right: 0; } }

.post-author
.employee__photo-container,
.post-author
.employee__text-container {
  text-align: left; }

.post-author
.employee__photo-container {
  width: 32.6666666667%;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  max-height: 224px;
  border-radius: 7px; }
  @media (max-width: 768px) {
    .post-author
    .employee__photo-container {
      width: 100%; } }

.post-author
.employee__photo {
  width: 100%; }

.post-author
.employee__text-container {
  display: inline-block;
  width: 66.3333333333%; }
  @media (max-width: 768px) {
    .post-author
    .employee__text-container {
      width: 100%;
      margin-bottom: 21px;
      padding: 0; } }

/* BLOG ARCHIVE  */
/* 
--------------------------------------------------------------------------------------------  

	ARCHIVE STYLES 
	- Two Options: Vertical (.archive--vertical) & Horizontal (.archive--horizontal)
	- Horizontal by Default (class = .archive--horizontal || .archive )

-------------------------------------------------------------------------------------------- 
 */
.archive--horizontal, .archive--vertical {
  display: block;
  position: relative;
  width: 100%;
  float: none;
  margin: inherit inherit inherit 0;
  padding: 7px 28px 0px;
  vertical-align: center;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 7px;
  border-top: 7px rgba(133, 118, 115, 0.14) solid; }
  @media (max-width: 768px) {
    .archive--horizontal, .archive--vertical {
      background-color: rgba(0, 0, 0, 0.04); } }

.archive--horizontal .archive__heading, .archive--vertical .archive__heading {
  font-family: "omnes-pro", arial, san-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(133, 118, 115, 0.63);
  width: 132%;
  padding: 0;
  margin: -35px 0 24.5px -28px; }

.archive--horizontal .archive__category, .archive--vertical .archive__category {
  width: 49.5%;
  display: inline-block;
  padding: 21px 14px 28px 0px;
  margin-top: 0px;
  vertical-align: top; }
  @media (max-width: 768px) {
    .archive--horizontal .archive__category, .archive--vertical .archive__category {
      width: 100%; } }
  .archive--horizontal .archive__category:first-of-type, .archive--vertical .archive__category:first-of-type {
    padding-left: 0; }

.archive--horizontal .archive__category-title, .archive--vertical .archive__category-title {
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 14.667px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 21px;
  margin-bottom: 3.5px; }
  @media (max-width: 768px) {
    .archive--horizontal .archive__category-title, .archive--vertical .archive__category-title {
      font-size: 10.667px;
      line-height: 14px; } }

.archive--horizontal .archive__category-list, .archive--vertical .archive__category-list {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 200;
  font-size: 14.667px;
  line-height: 24.5px;
  padding-left: 10.5px; }

.archive--horizontal .archive__category-list-item, .archive--vertical .archive__category-list-item {
  border-bottom: 1px rgba(133, 118, 115, 0.2) dotted;
  height: 100%;
  font-family: "omnes-pro", arial, san-serif;
  font-size: 20px;
  text-transform: normal; }
  @media (max-width: 768px) {
    .archive--horizontal .archive__category-list-item, .archive--vertical .archive__category-list-item {
      font-size: 18px; } }

.archive--horizontal .archive__category-link, .archive--vertical .archive__category-link {
  display: block;
  padding: 14px 0;
  color: rgba(51, 51, 51, 0.45); }
  .archive--horizontal .archive__category-link:hover, .archive--vertical .archive__category-link:hover {
    background-color: rgba(133, 118, 115, 0.02);
    color: rgba(208, 69, 40, 0.6); }
  .archive--horizontal .archive__category-link:before, .archive--vertical .archive__category-link:before {
    content: '\00BB';
    padding: 0 10.5px;
    color: rgba(133, 118, 115, 0.3); }

/* 
------------------------- 
   Horizontal Layout 
-------------------------
 */
/* HTML EXAMPLE ----------------------------------------------------  


<aside class="archive--horizontal">
	<h2 class="archive__heading">Browse Advice Archive By:</h2>
	<div class="archive__category">
		<h3 class="archive__category-title">Authors</h3>
		<ul class="archive__category-list">
			<li class="archive__category-list-item"><a href="" class="archive__category-link">...</a></li>
			<li class="archive__category-list-item"><a href="" class="archive__category-link">...</a></li>
			<li class="archive__category-list-item"><a href="" class="archive__category-link">...</a></li>
		</ul>
	</div>
</aside>


---------------------------------------------------------------  */
@media (max-width: 768px) {
  .archive--horizontal .archive__category {
    width: 100%; } }
.archive--horizontal .archive__category-list-item:last-of-type {
  border: none; }

/* 
----------------------- 
   Vertical Layout 
----------------------- 
 */
/* HTML EXAMPLE ----------------------------------------------------  

<aside class="archive--vertical">
	<h2 class="archive__heading">Browse Advice Archive By:</h2>
	<div class="archive__category">
		<h3 class="archive__category-title">Authors</h3>
		<ul class="archive__category-list">
			<li class="archive__category-list-item"><a href="" class="archive__category-link">...</a></li>
			<li class="archive__category-list-item"><a href="" class="archive__category-link">...</a></li>
			<li class="archive__category-list-item"><a href="" class="archive__category-link">...</a></li>
		</ul>
	</div>
</aside>

---------------------------------------------------------------  */
.archive--vertical {
  width: 24.25%;
  float: right;
  max-width: 266px;
  padding: 14px 21px;
  margin-top: 42px;
  margin-left: 35px; }
  @media (max-width: 1366px) {
    .archive--vertical {
      width: 100%;
      max-width: 100%;
      float: none;
      margin: 0; } }

.archive--vertical .archive__heading {
  margin: -45.5px 0 45.5px -21px; }
  @media (max-width: 768px) {
    .archive--vertical .archive__heading {
      margin-left: -14px; } }
.archive--vertical .archive__category {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 14px;
  margin-top: 28px; }
  @media (max-width: 1366px) {
    .archive--vertical .archive__category {
      display: inline-block;
      float: left;
      width: 32.6666666667%;
      margin-top: 7px; } }
  @media (max-width: 768px) {
    .archive--vertical .archive__category {
      width: 100%; } }
  .archive--vertical .archive__category:first-of-type {
    margin-top: 14px;
    padding: 0 14px; }
    @media (max-width: 1366px) {
      .archive--vertical .archive__category:first-of-type {
        margin-top: 7px; } }
.archive--vertical .archive__category-title {
  font-size: 12.333px;
  color: rgba(51, 51, 51, 0.53);
  padding-left: 0;
  margin-bottom: 0; }
.archive--vertical .archive__category-list {
  position: relative;
  display: block;
  padding: 7px 0 7px 0;
  margin-bottom: 14px;
  margin-top: -10.5px; }
  .archive--vertical .archive__category-list:last-of-type {
    padding-bottom: 7px; }
.archive--vertical .archive__category-list-item {
  font-size: 16px;
  margin-left: -10.5px; }
  .archive--vertical .archive__category-list-item:last-of-type {
    border-bottom: 1px rgba(133, 118, 115, 0.2) dotted; }
.archive--vertical .archive__category:last-of-type
.archive__category-list-item:last-of-type {
  border: none; }
@media (max-width: 1366px) {
  .archive--vertical .archive__category
  .archive__category-list-item:last-of-type {
    border: none; } }

/* CONTACT METHODS -- Default */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="contact-method">
	<h4 class="contact-method__header">Social Media</h4>
	<p class="contact-method__details">
		<a href="" class="contact-method__link">Facebook</a>, 
		<a href="" class="contact-method__link">Twitter</a>
	</p>
</div>
			
---------------------------------------------------------------  */
.content-block.contact-us {
  padding: 49px 28px 0; }
  @media (max-width: 768px) {
    .content-block.contact-us:first-of-type {
      padding: 31.5px 28px 0; } }

.contact-method {
  margin-top: 12px;
  margin-right: 54px;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 768px) {
    .contact-method {
      width: 100%; } }

.contact-method__header {
  font-family: "presicav", helvetica, arial, san-serif;
  color: #dc3d1c;
  font-size: 12px;
  line-height: 24.5px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (max-width: 768px) {
    .contact-method__header {
      font-size: 10.667px;
      line-height: 17.5px; } }

.contact-method__details {
  font-size: 27px;
  line-height: 35px;
  font-weight: 400;
  padding: 0 0 35px 0;
  margin-bottom: 35px; }
  @media (max-width: 768px) {
    .contact-method__details {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 35px;
      padding-bottom: 0; } }

.contact-method__link {
  border-bottom: 1px dotted rgba(175, 48, 22, 0.5);
  margin-left: 3.5px;
  margin-right: 3.5px;
  -webkit-transition: all 0.2s ease-in 0s;
          transition: all 0.2s ease-in 0s;
  color: rgba(51, 51, 51, 0.85); }
  .contact-method__link:hover {
    color: #dc3d1c; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/* CONTACT METHODS -- Footer */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="contact-method--footer">
	<h4 class="contact-method--footer__name">Social Media</h4>
	<p class="contact-method--footer__details">
		<a href="" class="contact-method--footer__link">Facebook</a>, 
		<a href="" class="contact-method--footer__link">Twitter</a>
	</p>
</div>

---------------------------------------------------------------  */
.contact-method--footer__container {
  position: relative;
  background-color: rgba(5, 5, 5, 0.1);
  margin-top: 49px;
  min-height: 56px;
  padding: 14px 0 17.5px; }
  @media (max-width: 1366px) {
    .contact-method--footer__container {
      padding-top: 7px;
      padding-bottom: 25px; } }
  @media (max-width: 768px) {
    .contact-method--footer__container {
      width: 100%;
      padding: 28px 7px; } }

.contact-method--footer {
  float: left;
  margin-top: 12px;
  margin-right: 54px; }
  @media (max-width: 768px) {
    .contact-method--footer {
      width: 66.3333333333%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 28px;
      float: none; } }

.contact-method--footer__name {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 1px;
  color: rgba(200, 129, 103, 0.93);
  display: inline-block;
  padding-right: 7px;
  margin-top: 3px; }
  @media (max-width: 1366px) {
    .contact-method--footer__name {
      display: block; } }

.contact-method--footer__details {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.38em;
  color: rgba(188, 190, 189, 0.75);
  display: inline-block; }
  @media (max-width: 1366px) {
    .contact-method--footer__details {
      display: block; } }

.contact-method--footer__link {
  color: rgba(188, 190, 189, 0.75);
  border-bottom: 1px rgba(162, 165, 164, 0.25) dotted;
  margin-right: 2px;
  -webkit-transition: all 0.25s ease-in;
          transition: all 0.25s ease-in; }
  .contact-method--footer__link:hover {
    color: rgba(200, 129, 103, 0.93);
    border-bottom-color: rgba(185, 99, 67, 0.93); }

.container {
  width: 1366px;
  margin: 0 auto;
  position: relative; }

html {
  background: url("../img/body_bg-repeat.jpg") repeat; }

body {
  text-rendering: optimizeLegibility;
  background-color: transparent;
  color: rgba(51, 51, 51, 0.85); }

@media (max-width: 1366px) {
  .container {
    width: 1052px;
    padding: 0 28px; } }
@media (max-width: 1024px) {
  .container {
    width: 1024px;
    padding: 0 28px; } }
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 7px; } }

.main {
  background: url("../img/main_bg-repeat.png") repeat-x scroll 315px top transparent;
  position: relative;
  z-index: 2;
  top: -4px; }

.content-block {
  width: 83.1666666667%;
  margin: 0 auto; }
  .content-block:first-of-type {
    padding-top: 42px; }
    @media (max-width: 768px) {
      .content-block:first-of-type {
        padding-top: 3.5px; } }
  .content-block:last-of-type {
    padding-bottom: 126px; }
    @media (max-width: 1366px) {
      .content-block:last-of-type {
        padding-bottom: 91px; } }
    @media (max-width: 768px) {
      .content-block:last-of-type {
        padding-bottom: 56px; } }
  @media (max-width: 1366px) {
    .content-block {
      width: 100%;
      padding: 0 28px; } }
  @media (max-width: 768px) {
    .content-block {
      width: 100%;
      padding: 0 7px; } }

.staff-list:last-of-type {
  padding-bottom: 7px; }

.content-block > .hr {
  margin-top: 70px; }
  @media (max-width: 768px) {
    .content-block > .hr {
      margin-top: 49px; } }

.content-block > .hr + p {
  margin-top: -7px; }

.hr + .content-block_default-h2 {
  margin-top: 0; }

.content-block
.content-block_default-h3 {
  padding: 0 28px;
  margin-top: 35px; }

.content-block
.content-block_default-h2 {
  padding: 0 28px;
  margin: 35px 0 3.5px 0; }

.content-block
.content-block_default-h4 {
  padding: 0 28px; }

/* INTRO -- Default */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="intro-container">
	<p class="intro__headline"> ... </p>
	<h3 class="intro__sub-headline"> ... </h3>
	<p class="intro__details"> ... </p>
</div>

---------------------------------------------------------------  */
.intro-container {
  margin-bottom: 98px; }
  @media (max-width: 1366px) {
    .intro-container {
      margin-bottom: 0; } }

.intro__headline {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 54px;
  font-weight: 400;
  color: #e34c2d;
  line-height: 63px;
  text-align: center;
  width: 100%;
  padding: 0 98px;
  margin: 28px auto 70px; }
  @media (max-width: 1366px) {
    .intro__headline {
      padding: 0 17.5px;
      width: 83.1666666667%;
      font-size: 40.5px;
      line-height: 49px; } }
  @media (max-width: 768px) {
    .intro__headline {
      font-size: 24px;
      line-height: 28px;
      width: 91.5833333333%;
      margin-bottom: 49px; } }

.intro__sub-headline {
  width: 83.1666666667%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.06%; }
  @media (max-width: 1366px) {
    .intro__sub-headline {
      font-size: 24px;
      padding: 0 5.1%;
      line-height: 28px; } }
  @media (max-width: 768px) {
    .intro__sub-headline {
      font-size: 20px;
      line-height: 24.5px;
      width: 100%; } }

.intro__details {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  line-height: 38.5px;
  color: rgba(0, 0, 0, 0.55);
  width: 83.1666666667%;
  text-align: left;
  margin: 0 auto;
  padding: 0 3.06% 0 3.06%; }
  @media (max-width: 1366px) {
    .intro__details {
      padding: 0 5.1%;
      line-height: 35px; } }
  @media (max-width: 768px) {
    .intro__details {
      font-size: 18px;
      line-height: 24.5px;
      width: 100%; } }

/* INTRO -- Home Page */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="content-block">
	<div class="intro-container--home">
		<p class="intro--home__headline">...</p>
	</div>
</div>

---------------------------------------------------------------  */
.intro--home__headline {
  font-family: "omnes-pro", arial, san-serif;
  font-size: 40.5px;
  font-weight: 400;
  color: #e34c2d;
  line-height: 52.5px;
  text-align: center;
  width: 100%;
  padding: 0 49px;
  margin: 28px auto 84px; }
  @media (max-width: 1366px) {
    .intro--home__headline {
      padding: 0;
      width: 83.1666666667%;
      font-size: 36px;
      line-height: 45.5px; } }
  @media (max-width: 768px) {
    .intro--home__headline {
      font-size: 24px;
      line-height: 28px;
      width: 83.1666666667%;
      margin-bottom: 49px; } }

p + p {
  text-indent: 35px; }
  @media (max-width: 768px) {
    p + p {
      text-indent: 17.5px; } }

.cta-button {
  width: inherit;
  margin: 84px auto 105px;
  background: url(../img/content-block_hr.png) no-repeat 50% 28px;
  overflow-x: hidden;
  background-size: 42% 7px; }

.cta-button > .cta {
  display: table;
  font-family: "presicav", helvetica, arial, san-serif;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fbf7f4;
  margin: 0 auto;
  position: relative;
  width: none;
  padding: 19.25px 84px 0;
  height: 62.5px;
  border: 2px solid #bf552b;
  border-radius: 9px;
  background: #d46132;
  background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #d46132;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #d46132;
  background-size: 50% 50%; }
  @media (max-width: 768px) {
    .cta-button > .cta {
      padding: 19.25px 28px 0;
      font-size: 16px; } }

.cta-button > .cta:hover {
  color: white;
  border-color: #db4205;
  border-radius: 9px;
  background: #fa6224;
  background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #eb5e25;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #eb5e25;
  background-size: 50% 50%; }

.cta-button > .cta:active {
  border-color: #0c1114;
  background: #161f24;
  background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #202d34;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0.05) 0%, rgba(34, 23, 2, 0.02) 100%) #202d34; }

body:after {
  content: url("../img/dropdown_top.png") url("../img/dropdown_bottom.png");
  display: none; }

.header {
  z-index: 3;
  background: url("../img/header_bg-repeat.png") repeat-x scroll -19px bottom transparent;
  min-height: 112px;
  position: relative;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1366px) {
    .header {
      width: 1024px;
      padding-top: 38.5px;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .header {
      width: 100%;
      padding-top: 21px; } }

.header nav {
  font-family: "presicav", helvetica, arial, san-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  margin-top: 38.5px;
  position: relative;
  float: right;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
  @media (max-width: 1366px) {
    .header nav {
      padding-top: 0;
      font-size: 10px;
      letter-spacing: 2px;
      margin-top: 10.5px; } }
  @media (max-width: 768px) {
    .header nav {
      float: none; } }

.header h1 {
  width: 215px;
  margin-top: 38.5px;
  margin-right: 56px;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 1366px) {
    .header h1 {
      width: 197px;
      margin-top: 2px; } }
  @media (max-width: 768px) {
    .header h1 {
      width: 292px;
      padding: 0 21px;
      margin-top: 0px; } }

.header a {
  color: rgba(163, 150, 150, 0.95);
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in;
          transition: all 0.25s ease-in; }
  .header a:hover {
    color: #e34c2d; }

.header a #nav {
  position: inline-block;
  max-width: 955px;
  display: inline-block; }
  @media (max-width: 768px) {
    .header a #nav {
      max-width: 100%;
      display: block;
      padding: 14px 21px;
      margin: 0 auto; } }

#nav > li {
  display: inline-block;
  margin-left: 42px;
  margin-top: 10px;
  padding-bottom: 42px;
  position: relative; }
  @media (max-width: 1366px) {
    #nav > li {
      margin-left: 21px;
      margin-top: 0; } }
  @media (max-width: 768px) {
    #nav > li {
      display: block;
      margin-left: 0;
      font-family: "presicav", helvetica, arial, san-serif; } }

#nav > li:first-child, #nav > li:nth-child(7n) {
  margin-left: 0; }

#nav > li.active > a {
  color: #44341f;
  padding: 0 5px 7px;
  border-bottom: 3px #e0dbd7 solid; }
  @media (max-width: 768px) {
    #nav > li.active > a {
      border: none;
      padding: none;
      color: #e34c2d; } }

#nav ul.navigation_sub {
  display: none; }
  @media (max-width: 768px) {
    #nav ul.navigation_sub {
      display: block; } }

#nav > li:hover > ul.navigation_sub {
  display: block;
  padding: 0;
  right: initial;
  left: 50%;
  width: 280px;
  margin-left: -140px;
  margin-top: 21px;
  background: #faf7f5;
  box-shadow: 0 18px 24px rgba(6, 26, 58, 0.45);
  position: absolute;
  -webkit-transition: all 0.25s ease-in;
          transition: all 0.25s ease-in;
  z-index: 5; }
  #nav > li:hover > ul.navigation_sub:before {
    background: url("../img/dropdown_top.png") repeat-x top center transparent;
    content: "";
    display: block;
    height: 13px;
    width: 100%;
    top: -9px;
    position: relative; }
    @media (max-width: 768px) {
      #nav > li:hover > ul.navigation_sub:before {
        display: none; } }
  #nav > li:hover > ul.navigation_sub:after {
    background: url("../img/dropdown_bottom.png") repeat-x bottom left transparent;
    content: "";
    display: block;
    top: 11px;
    width: 100%;
    height: 12px;
    position: relative; }
    @media (max-width: 768px) {
      #nav > li:hover > ul.navigation_sub:after {
        display: none; } }
  @media (max-width: 768px) {
    #nav > li:hover > ul.navigation_sub {
      display: block;
      -webkit-transition: none;
              transition: none;
      width: 100%;
      box-shadow: none;
      margin: 10.5px 0 0 0;
      left: 0;
      position: relative; } }

#nav > li:hover > ul.navigation_sub li {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 24.5px 0;
  top: -6px;
  text-align: center;
  font-family: "omnes-pro", arial, san-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 200; }
  #nav > li:hover > ul.navigation_sub li:after {
    background: url("../img/dropdown_hr.png") no-repeat bottom center transparent;
    content: "";
    display: block;
    top: 24.5px;
    width: 100%;
    height: 3px;
    position: relative; }
    @media (max-width: 768px) {
      #nav > li:hover > ul.navigation_sub li:after {
        display: none; } }
  @media (max-width: 768px) {
    #nav > li:hover > ul.navigation_sub li {
      display: block;
      top: -6px;
      padding: 0; } }

#nav > li:hover > ul.navigation_sub li:last-of-type {
  padding-bottom: 3.5px; }
  @media (max-width: 768px) {
    #nav > li:hover > ul.navigation_sub li:last-of-type {
      padding-bottom: 0; } }
  #nav > li:hover > ul.navigation_sub li:last-of-type:after {
    background: none; }

@media (max-width: 768px) {
  ul.navigation_sub {
    margin-top: 10.5px; } }

ul#nav.js {
  margin-bottom: 29px; }

@media (max-width: 768px) {
  #nav.js {
    display: none;
    width: 100%;
    padding: 0;
    background: #faf7f5;
    box-shadow: 0 18px 24px rgba(6, 26, 58, 0.15); }
    #nav.js:before {
      background: url("../img/dropdown_top.png") repeat-x top right transparent;
      content: "";
      display: block;
      height: 13px;
      width: 100%;
      top: -9px;
      position: relative; }
    #nav.js:after {
      background: url("../img/dropdown_bottom.png") repeat-x bottom left transparent;
      content: "";
      display: block;
      top: 11px;
      width: 100%;
      height: 12px;
      position: relative; } }

@media (max-width: 768px) {
  #nav.js > li {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 24.5px 0;
    top: -6px;
    text-align: center;
    font-family: "presicav", helvetica, arial, san-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 14px; }
    #nav.js > li:after {
      background: url("../img/dropdown_hr.png") no-repeat bottom center transparent;
      content: "";
      display: block;
      top: 24.5px;
      width: 100%;
      height: 3px;
      position: relative; } }

@media (max-width: 768px) {
  #nav.js > li ul.navigation_sub {
    display: block; } }

ul.navigation_sub > li {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: -6px;
  text-align: center;
  font-family: "omnes-pro", arial, san-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 35px; }

@media (max-width: 768px) {
  #nav > li > a {
    color: rgba(64, 51, 28, 0.7); } }
@media (max-width: 768px) {
  #nav > li > a:hover {
    color: #e34c2d; } }
@media (max-width: 768px) {
  #nav > li > a:active {
    color: #e34c2d; } }

#menu {
  display: none; }
  @media (max-width: 768px) {
    #menu {
      display: block;
      width: 100%;
      margin: 14px 21px 28px;
      color: #40331c; }
      #menu:active {
        color: #e34c2d; } }

.header.home h1 {
  margin-top: -4px;
  position: absolute;
  width: 121px; }
  @media (max-width: 1366px) {
    .header.home h1 {
      width: 118px;
      margin-top: -45px; } }
  @media (max-width: 768px) {
    .header.home h1 {
      position: relative;
      margin-left: 21%;
      margin-right: auto;
      margin-top: 0;
      text-align: center;
      width: 60%; } }

.header.home nav {
  margin-top: 49px; }
  @media (max-width: 1366px) {
    .header.home nav {
      margin-top: 14px; } }

.content-block.bio-individual {
  width: 66.3333333333%;
  padding-left: 28px; }
  @media (max-width: 1366px) {
    .content-block.bio-individual {
      width: 83.1666666667%;
      padding-left: 42px;
      padding-right: 28px; } }
  @media (max-width: 768px) {
    .content-block.bio-individual {
      width: 100%;
      padding-left: 21px;
      padding-right: 21px; } }

.bio-name {
  margin-bottom: 10.5px; }
  @media (max-width: 1366px) {
    .bio-name {
      font-size: 54px; } }
  @media (max-width: 768px) {
    .bio-name {
      font-size: 27px;
      line-height: 35px;
      margin-top: 14px;
      margin-bottom: 7px; } }

.bio-title {
  color: #dc3d1c;
  font-family: "Viento", arial, san-serif;
  font-size: 34px;
  line-height: 1.4;
  padding: 0 0 14px; }
  @media (max-width: 1366px) {
    .bio-title {
      font-size: 32px;
      line-height: 1;
      margin-bottom: 7px; } }
  @media (max-width: 768px) {
    .bio-title {
      font-size: 18px;
      margin-bottom: 0px; } }

.bio-content {
  width: 100%; }
  @media (max-width: 1366px) {
    .bio-content {
      line-height: 35px; } }

.bio-content p + p {
  text-indent: 35px; }
  @media (max-width: 768px) {
    .bio-content p + p {
      text-indent: 17.5px; } }

.content-block
.casting-advice {
  width: 66.3333333333%; }
  @media (max-width: 1366px) {
    .content-block
    .casting-advice {
      width: 83.1666666667%; } }
  @media (max-width: 768px) {
    .content-block
    .casting-advice {
      width: 100%; } }

.casting-advice p {
  padding: 0 28px; }
  @media (max-width: 1366px) {
    .casting-advice p {
      padding: 0 14px; } }

/* NOT SURE IF NEEDED -- DELETE AT DEV
.bio-individual 
	> .hr + p {
  			margin-top: $vertical-padding-unit * -1;
}
*/
/* TESTIMONIAL OBJECT */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="testimonial">
	<p class="testimonial__quote">...</p>
	<div class="testimonial__attribution">
		<h3 class="testimonial__author-name">...</h3>
		<p class="testimonial__author-occupation">...</p>
	</div>
</div>

---------------------------------------------------------------  */
.testimonial {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1366px) {
    .testimonial {
      width: 91.5833333333%; } }
  @media (max-width: 768px) {
    .testimonial {
      width: 100%; } }

.testimonial__quote {
  font-family: "omnes-pro", arial, san-serif;
  color: rgba(0, 0, 0, 0.55);
  font-size: 36px;
  font-weight: 300;
  line-height: 49px;
  max-width: 83.1666666667%;
  margin: 49px auto 0;
  position: relative;
  quotes: "“" "”" "‘" "’"; }
  .testimonial__quote:before {
    color: #e34c2d;
    content: "“";
    font-family: "Viento", arial, san-serif;
    font-size: 81px;
    position: absolute;
    top: 8px;
    left: -7.882%;
    line-height: 1; }
    @media (max-width: 1366px) {
      .testimonial__quote:before {
        font-size: 76px;
        top: 9px;
        left: -56px; } }
    @media (max-width: 768px) {
      .testimonial__quote:before {
        font-size: 36px;
        top: 6px;
        left: -7px; } }
  @media (max-width: 1366px) {
    .testimonial__quote {
      font-size: 32px;
      max-width: 100%;
      width: 91.5833333333%;
      padding-left: 21px;
      padding-right: 21px;
      line-height: 45.5px; } }
  @media (max-width: 768px) {
    .testimonial__quote {
      font-size: 18px;
      width: 100%;
      line-height: 24.5px;
      padding: 0 14px 0 24.5px;
      -webkit-hyphens: auto;
         -moz-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      margin-top: 0; } }

.testimonial__attribution {
  position: relative;
  margin-left: 67.3333333333%;
  width: 41.0833333333%;
  margin-top: 41px; }
  @media (max-width: 1366px) {
    .testimonial__attribution {
      width: 49.5%;
      margin-left: 50.5%;
      padding-left: 4.08%; } }
  @media (max-width: 768px) {
    .testimonial__attribution {
      width: 100%;
      margin-left: 0;
      margin-top: 27px;
      padding-left: 2.04%;
      padding: 0 14px 0 24.5px; } }

.testimonial__author-name {
  font-family: "presicav", helvetica, arial, san-serif;
  color: #40331c;
  font-size: 16px;
  line-height: 24.5px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (max-width: 768px) {
    .testimonial__author-name {
      font-size: 12px;
      line-height: 17.5px; } }

.testimonial__author-occupation {
  font-family: "omnes-pro", arial, san-serif;
  color: rgba(202, 65, 38, 0.7);
  font-size: 18px;
  line-height: 24.5px;
  font-style: italic; }
  @media (max-width: 768px) {
    .testimonial__author-occupation {
      font-size: 16px;
      line-height: 17.5px;
      font-weight: 400; } }

/*  1 COLUMN LIST */
/* HTML EXAMPLE ----------------------------------------------------  

<ul class="testimonial__list">
	<li class="testimonial__list-item">
		<div class="testimonial">...</div>
	</li>
</ul>

---------------------------------------------------------------  */
.testimonial__list {
  padding-top: 0; }

.testimonial__list-item {
  padding-bottom: 105px; }
  .testimonial__list-item:first-of-type {
    padding-top: 7px; }

/* FOOTER NAV SECTION */
/* HTML EXAMPLE ----------------------------------------------------  

<div class="footer-wrapper">
	<div class="footer">
		<div class="container clearfix">
			<h1 class="footer__nav-logo"><a href="/"><img src="img/footer_logo.png" alt="Simon Casting" /></a></h1>
			<div class="footer__nav">
				<ul class="footer__nav-category">
					<li class="footer__nav-category-item"><a class="footer__nav-category-link" href="#">...</a></li>
					<li class="footer__nav-category-item"><a class="footer__nav-category-link" href="#">...</a></li>
				</ul>
			</div>
		</div>
		<div class="contact-method--footer__container">
			...
		</div>
	</div>
</div>

---------------------------------------------------------------  */
.footer-wrapper {
  background: url("../img/footer_bg-repeat.png") repeat-x top left;
  z-index: 5; }

.footer {
  background-color: #161f24;
  position: relative;
  top: 5px;
  padding-top: 49px; }

.footer__nav-logo {
  position: relative;
  display: inline-block;
  margin-top: 0;
  max-width: 15.8333333333%;
  margin-right: 56px;
  vertical-align: top;
  float: left; }
  @media (max-width: 1366px) {
    .footer__nav-logo {
      max-width: 197px;
      display: inline-block;
      margin-right: 28px; } }
  @media (max-width: 768px) {
    .footer__nav-logo {
      max-width: 66.3333333333%;
      display: block;
      margin-right: auto;
      margin-left: auto;
      float: none; } }

.footer__nav {
  float: right;
  width: auto;
  max-width: 83.1666666667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
  @media (max-width: 1366px) {
    .footer__nav {
      float: left;
      display: block;
      max-width: 74.75%;
      margin-top: 5px; } }
  @media (max-width: 768px) {
    .footer__nav {
      float: none;
      display: block;
      max-width: 91.5833333333%;
      margin-top: 35px;
      margin-left: auto;
      margin-right: auto; } }

.footer__nav-category {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: -30px;
  margin-left: 28px;
  float: left;
  padding-bottom: 42px; }
  @media (max-width: 1366px) {
    .footer__nav-category {
      margin-left: 21px;
      width: 225px;
      margin-top: -3px; } }
  @media (max-width: 768px) {
    .footer__nav-category {
      margin-left: 0;
      width: 100%; } }
  .footer__nav-category:nth-of-type(6n) {
    margin-left: 0; }
    @media (max-width: 1366px) {
      .footer__nav-category:nth-of-type(6n) {
        margin-left: 21px; } }
    @media (max-width: 768px) {
      .footer__nav-category:nth-of-type(6n) {
        margin-left: 0; } }

@media (max-width: 1366px) {
  .footer__nav-category:nth-of-type(4n),
  .footer__nav-category:first-of-type {
    margin-left: 0; } }

.footer__nav-category-item {
  font-family: "omnes-pro", arial, san-serif;
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: block;
  margin-left: 42px;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .footer__nav-category-item {
      line-height: 35px; } }
  .footer__nav-category-item:first-child {
    font-family: "presicav", helvetica, arial, san-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10.667px; }
    @media (max-width: 768px) {
      .footer__nav-category-item:first-child {
        line-height: 21px; } }

.footer__nav-category-link {
  color: rgba(89, 94, 92, 0.8);
  text-decoration: none; }
  .footer__nav-category-link:hover {
    color: rgba(200, 129, 103, 0.93); }

.footer__nav-category-item:first-child .footer__nav-category-link {
  color: rgba(192, 195, 194, 0.8); }
  .footer__nav-category-item:first-child .footer__nav-category-link:hover {
    color: rgba(200, 129, 103, 0.93); }

/* Sticky Footer - Flexbox Magic */
.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
