/*!
Theme Name: EPIX_Corporate
Theme URI: http://underscores.me/
Author: Tim Beckett
Author URI: http://tim-beckett.com
Description: Custom theme for EPIX Corporate Site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: epix_corporate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EPIX_Corporate is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Vendor
	## Vendor
--------------------------------------------------------------*/
/*Defauts*/
/* Fool-proof @font-face */
/* Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ */
@font-face {
  font-family: ClanOT-Book;
  src: url("../fonts/Clan/ClanOT-Book.otf"); }

@font-face {
  font-family: ClanOT-Medium;
  src: url("../fonts/Clan/ClanOT-Medium.otf"); }

@font-face {
  font-family: ClanOT-Bold;
  src: url("../fonts/Clan/ClanOT-Bold.otf"); }

@font-face {
  font-family: ClanOT-MediumItalic;
  src: url("../fonts/Clan/ClanOT-MediumItalic.otf"); }

@font-face {
  font-family: ClanOT-CondThin;
  src: url("../fonts/Clan/ClanOT-CondThin.otf"); }

/*Angled backgrounds. Clip path is cleaner, but browser support is still not great
FROM: https: //www.viget.com/articles/angled-edges-with-css-masks-and-transforms/*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  color: #fff; }

h1 {
  font-family: 'ClanOT-Book', arial, sans-serif; }

h2, h3 {
  font-family: 'ClanOT-Medium', arial, sans-serif; }

h2 {
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left; }

p {
  font-family: 'ClanOT-Book', arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #151515; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ol {
  list-style: decimal; }

li {
  list-style: none; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.divider {
  width: 80px;
  height: 8px;
  background-color: #C7A338; }

a.button {
  font-family: 'ClanOT-Medium', arial, sans-serif;
  width: 215px;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px;
  border: solid 1px #C7A338;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a.button:hover {
    background: #C7A338;
    color: #000000 !important;
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
    padding: 16px;
    border: solid 1px #C7A338; }

.button-container {
  align-items: center;
  justify-content: center;
  margin: 50px 0; }
  .button-container a {
    width: 190px;
    padding: 16px; }
  .button-container a:active, .button-container a:focus, .button-container a:visited {
    text-decoration: none; }

bold, strong {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.009000001475214958px;
  font-family: 'ClanOT-Bold', arial, sans-serif;
  font-weight: normal; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base Layouts
--------------------------------------------------------------*/
/*Base Layout Styles for Mobile and Up. Modified with Breakpoints*/
body {
  background: #151515; }

#page {
  width: 100%;
  display: flex;
  flex-direction: column; }

#page > * {
  flex: 1 1 auto;
  -webkit-overflow-scrolling: touch; }

.upper-site > img {
  display: none; }

.upper-site {
  width: 100%; }

section {
  margin: 20px 0;
  outline: none; }

.container {
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 auto; }

[class*="col-"] {
  flex: 0 0 78.6668%;
  margin: 0 10.6666%; }

.col-full {
  flex: 0 0 100%;
  margin: auto; }

.col-3 {
  flex: 0 0 24.999%; }

.col-5 {
  flex: 0 0 41.665%; }

.col-7 {
  width: 58.331%; }

.col-12 {
  flex: 0 0 100%;
  margin: 0 auto; }

body .upper-site .mobile-bg-images {
  display: none; }

.container:focus, .container:active {
  outline: none; }

/*
* HEADER STYLES
*/
header#masthead {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 0 1 auto; }
  header#masthead .site-branding {
    width: 243px;
    height: auto;
    margin-left: 5px; }
    header#masthead .site-branding .site-title {
      display: none; }
    header#masthead .site-branding .corp-logo img {
      width: 100%;
      height: auto;
      display: block; }

.epix-header {
  position: fixed;
  z-index: 100000; }

/**Fixed Header**/
.site-header {
  top: 20px;
  display: block; }

.gradient-header-container.epix-header {
  width: 100%;
  z-index: 10000 !important;
  background-color: rgba(21, 21, 21, 0.8);
  padding-top: 20px;
  margin-top: -20px; }

article#latest-news-box h2, article#latest-news-box p {
  padding: 20px; }

section#intro p {
  padding: 0 20px; }

h1 {
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff; }

/**Return To Top Button**/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 47%;
  left: 47%;
  width: 50px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10000; }
  #return-to-top span {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
    text-align: center;
    width: 50px;
    line-height: 50px; }

#return-to-top:hover {
  border-bottom: none; }
  #return-to-top:hover span {
    background: #000;
    color: #C7A338;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    margin-right: 5px;
    text-align: center;
    width: 50px;
    line-height: 50px;
    border-bottom: none; }

#return-to-top:hover i {
  color: #fff;
  top: 5px;
  border-bottom: none; }

/*Footer*/
footer#colophon {
  overflow-y: unset;
  position: relative;
  z-index: 1;
  background: #333;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px; }
  footer#colophon:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  footer#colophon:before {
    top: 0;
    transform: skewY(-3deg);
    transform-origin: 0 0; }
  footer#colophon .site-info,
  footer#colophon .social-media {
    display: flex; }
  footer#colophon .general-site-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-direction: column-reverse;
    margin-top: 81px; }
    footer#colophon .general-site-info ul {
      align-items: center;
      justify-content: space-evenly; }
    footer#colophon .general-site-info .social-media {
      display: flex;
      padding: 0 60px; }
      footer#colophon .general-site-info .social-media li {
        width: 24px;
        justify-content: center;
        margin-right: 40px; }
        footer#colophon .general-site-info .social-media li a:hover {
          border-bottom: none; }
    footer#colophon .general-site-info .site-info {
      margin-top: 26px;
      justify-content: space-between;
      padding: 0 18px; }
      footer#colophon .general-site-info .site-info li a {
        font-family: 'ClanOT-Medium', arial, sans-serif;
        text-decoration: none;
        font-size: 11px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff; }
  footer#colophon p {
    font-family: 'ClanOT-Book', arial, sans-serif;
    opacity: 0.5;
    font-family: ClanOT;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff; }
  footer#colophon .address-copyright {
    width: 100%; }
    footer#colophon .address-copyright p {
      font-family: 'ClanOT-Book', arial, sans-serif;
      opacity: 0.5;
      font-size: 12px;
      text-align: center;
      color: #ffffff; }
    footer#colophon .address-copyright p:first-child {
      margin-right: 50px;
      margin-left: 50px; }
    footer#colophon .address-copyright p:last-child {
      margin-right: 20px;
      margin-left: 20px; }

/**PRELOADER**/
body {
  overflow: hidden; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 21, 21, 0.9);
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url("../img/Spinner-0.9s-64px.gif");
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

/*Front Page Specific Styles*/
/*Image to show up on home page only*/
.upper-site .mobile-bg-images img.mobile-bg-image {
  display: none; }

section#intro {
  margin-top: 200px; }
  section#intro p {
    padding: 0;
    margin: 0; }

/*Upper Background Image*/
body.home .upper-site .mobile-bg-images {
  display: block;
  /* Set rules to fill background */
  max-width: 100%;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -100; }
  body.home .upper-site .mobile-bg-images img {
    width: 100%; }

body.home .gradient-header-container {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
  width: 100%;
  height: 120px;
  padding-top: 20px;
  margin-top: -20px; }

#video-background {
  display: none; }

.mobile-bg-images {
  content: "";
  display: table;
  table-layout: fixed; }

.mobile-bg-images::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to bottom, rgba(21, 21, 21, 0), #151515 97%);
  margin-bottom: -50px;
  content: '';
  z-index: -1; }

#intro #intro-message {
  z-index: 2; }
  #intro #intro-message h1 {
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: 0; }
  #intro #intro-message p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0; }
  #intro #intro-message .divider {
    margin: 16px 0 23px; }
  #intro #intro-message .button-container {
    margin-top: 44px; }

#intro #intro-video h3 {
  font-family: 'ClanOT-Book', arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #ffffff; }

/*Transforms: https://www.viget.com/articles/angled-edges-with-css-masks-and-transforms/ */
#latest-news-box {
  position: relative; }
  #latest-news-box h4 {
    font-family: 'ClanOT-Medium', arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -5px;
    left: 15px;
    z-index: 100; }

a.read-more {
  font-family: 'ClanOT-Book', arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0px;
  text-align: left;
  color: #C7A338; }

#pr-slider {
  width: 100%;
  height: 300px;
  background-color: #151515;
  padding-bottom: 50px;
  margin-top: 50px; }
  #pr-slider .display-text {
    padding-top: 6.5em; }
  #pr-slider img {
    width: 100%; }
  #pr-slider .slick-initialized .slick-list {
    height: 100%; }
  #pr-slider .flexslider {
    background-color: #151515;
    position: relative;
    border: none;
    margin: 0; }
    #pr-slider .flexslider .slider-text {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      #pr-slider .flexslider .slider-text h3.slider-title {
        text-transform: uppercase;
        text-align: left;
        padding: 0 21.3333%; }
      #pr-slider .flexslider .slider-text .latest-news {
        background: #C7A338;
        width: 156px;
        height: 50px;
        z-index: 100;
        display: flex;
        align-items: center;
        margin-top: -50%;
        margin-bottom: 50px; }
        #pr-slider .flexslider .slider-text .latest-news h3 {
          font-family: 'ClanOT-Medium', arial, sans-serif;
          font-size: 18px;
          font-weight: 500;
          line-height: 1.11;
          letter-spacing: -0px;
          text-align: center;
          color: #ffffff;
          text-transform: uppercase;
          height: auto;
          margin: 0 auto; }
    #pr-slider .flexslider h3 {
      font-family: 'ClanOT-Medium', arial, sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.11;
      letter-spacing: -0px;
      text-align: left;
      color: #ffffff;
      text-align: center;
      margin-top: 20px; }
    #pr-slider .flexslider a.read-more {
      font-family: 'ClanOT-Book', arial, sans-serif;
      font-size: 12px;
      line-height: 1.17;
      letter-spacing: -0px;
      color: #f48024;
      text-decoration: none;
      text-align: left;
      width: 100%;
      padding: 0; }
      #pr-slider .flexslider a.read-more:hover {
        padding: 0;
        padding-bottom: 3px; }
  #pr-slider a.slider-read-more {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000;
    cursor: pointer; }

.flexslider {
  background: transparent;
  border: none; }
  .flexslider .flex-direction-nav a {
    display: none;
    color: white; }
  .flexslider .flex-direction-nav a:before {
    color: #fff; }

.flexslider:hover .flex-direction-nav .flex-next {
  color: white !important;
  right: -100px !important; }

.flexslider:hover .flex-direction-nav .flex-prev {
  left: -100px !important; }

#working-at-epix {
  margin-bottom: 0; }
  #working-at-epix h2 {
    font-family: 'ClanOT-Book', arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: 0px;
    text-align: left;
    color: #ffffff; }
  #working-at-epix p {
    font-family: 'ClanOT-Book', arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.93;
    letter-spacing: 0px;
    text-align: left;
    color: #ffffff; }
  #working-at-epix a.button.view-jobs {
    font-family: 'ClanOT-Medium', arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  #working-at-epix .working-epix-image figure img {
    width: 100%;
    top: 0;
    transform: skewY(-3deg);
    transform-origin: 0% 100%; }
  #working-at-epix .working-epix-image figure:before, #working-at-epix .working-epix-image figure:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  #working-at-epix .working-epix-image figure:before {
    top: 0;
    transform: skewY(-3deg);
    transform-origin: 0% 100%; }
  #working-at-epix .working-epix-image figure:after {
    bottom: 0;
    transform: skewY(-3deg);
    transform-origin: 100% 0; }
  #working-at-epix .button-container {
    padding-bottom: 45px; }

.flex-control-nav.flex-control-paging li {
  padding: 0; }
  .flex-control-nav.flex-control-paging li a {
    background: #5a5a5a; }
  .flex-control-nav.flex-control-paging li a.flex-active {
    background: #C7A338; }

.carousel-arrows {
  width: 100%; }
  .carousel-arrows a {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    top: 25%;
    z-index: 100; }
  .carousel-arrows .left {
    left: 10%;
    display: block;
    height: 60px;
    width: 60px;
    background: url("../img/SVG/arrow-big-left.png") no-repeat; }
  .carousel-arrows .right {
    right: 0;
    display: block;
    height: 60px;
    width: 60px;
    background: url("../img/SVG/arrow-big-right.png") no-repeat; }

ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  backface-visibility: hidden; }
  ul.slick-dots li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1; }
    ul.slick-dots li a {
      width: 14px;
      height: 14px;
      display: block;
      background: #5a5a5a;
      cursor: pointer;
      text-indent: -9999px;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
  ul.slick-dots li.slick-active a {
    background: #C7A338; }

.carousel.slides {
  width: 50%;
  margin: 0 auto; }

ul.slick-dots {
  margin-top: 10px; }
  ul.slick-dots li a {
    background: #424242; }
  ul.slick-dots li.slick-active a {
    background: #C7A338; }

#award-headline-section {
  background-color: #565656;
  overflow-y: unset;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 2em; }
  #award-headline-section:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  #award-headline-section:before {
    top: 0;
    transform: skewY(-3deg);
    transform-origin: 0 0; }
  #award-headline-section:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  #award-headline-section:after {
    bottom: 0;
    transform: skewY(-3deg);
    transform-origin: 100%; }
  #award-headline-section .carousel.flexslider {
    background: #565656;
    border: none; }
    #award-headline-section .carousel.flexslider li {
      padding: 0 10%; }
      #award-headline-section .carousel.flexslider li h3 {
        margin: 50px 8.2887%; }
    #award-headline-section .carousel.flexslider .flex-control-nav.flex-control-paging {
      margin-bottom: 15px; }
      #award-headline-section .carousel.flexslider .flex-control-nav.flex-control-paging li {
        padding: 0; }
        #award-headline-section .carousel.flexslider .flex-control-nav.flex-control-paging li a {
          background: #424242; }
        #award-headline-section .carousel.flexslider .flex-control-nav.flex-control-paging li a.flex-active {
          background: #C7A338; }
  #award-headline-section .award {
    width: 84%; }
    #award-headline-section .award h3 {
      font-family: 'ClanOT-Medium', arial, sans-serif;
      font-size: 18px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.14;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin-top: 50px; }
    #award-headline-section .award p, #award-headline-section .award a, #award-headline-section .award p a {
      font-family: 'ClanOT-Book', arial, sans-serif;
      text-align: center;
      font-size: 16px;
      opacity: 0.8;
      color: #fff;
      text-decoration: none; }
    #award-headline-section .award a:hover {
      text-decoration: underline; }
  #award-headline-section .flexslider:hover .flex-direction-nav .flex-next {
    color: white !important;
    right: -1% !important; }
  #award-headline-section .flexslider:hover .flex-direction-nav .flex-prev {
    left: -1% !important; }

a.button,
a.button:visited {
  color: #fff; }

/*Styles Specific to About and child pages of About*/
#who-we-are h2 {
  font-family: 'ClanOT-Medium', arial, sans-serif;
  font-weight: 300; }

#who-we-are p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff; }

#who-we-are a.order-epix {
  font-family: 'ClanOT-Medium', arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  text-decoration: none; }

#who-we-are .epix-logos li {
  margin: 0; }
  #who-we-are .epix-logos li figure img {
    width: 100%; }
  #who-we-are .epix-logos li p {
    font-family: 'ClanOT-Book', arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6111111111111112;
    letter-spacing: -0.009000001475214958px;
    text-align: left; }

#leadership-team {
  background: #262626;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding-bottom: 50px; }
  #leadership-team:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  #leadership-team:before {
    top: 0;
    transform: skewY(-3deg);
    transform-origin: 0 0; }
  #leadership-team:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  #leadership-team:after {
    bottom: 0;
    transform: skewY(-3deg);
    transform-origin: 100%; }
  #leadership-team li {
    padding-bottom: 50px; }
    #leadership-team li figure a:hover {
      border-bottom: none; }
  #leadership-team h2 {
    font-family: 'ClanOT-Book', arial, sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: left;
    color: #ffffff;
    margin-top: 56px;
    margin-bottom: 16px; }
  #leadership-team .divider {
    margin-bottom: 16px; }
  #leadership-team h3 {
    margin-bottom: 3px; }
    #leadership-team h3 a {
      font-family: 'ClanOT-Book', arial, sans-serif;
      font-size: 24px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.13;
      letter-spacing: 0px;
      text-align: left;
      color: #ffffff;
      text-decoration: none; }
      #leadership-team h3 a:hover {
        border-bottom: none; }
  #leadership-team h4 {
    font-family: 'ClanOT-Book', arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0px;
    text-align: left;
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px; }
  #leadership-team a.read-more {
    font-family: 'ClanOT-Book', arial, sans-serif;
    color: #C7A338;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    text-align: left;
    transition: all .3s; }
  #leadership-team .mgm-leadership.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    #leadership-team .mgm-leadership.container a {
      font-family: 'ClanOT-Book', arial, sans-serif;
      font-size: 18px;
      line-height: 1.5;
      letter-spacing: -0.1px;
      text-align: center;
      color: #C7A338;
      text-decoration: none;
      position: relative;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s; }
      #leadership-team .mgm-leadership.container a span.left-chevron {
        content: url("../img/icon_small_arrow_right_gold.png");
        display: block;
        position: absolute;
        right: -25px;
        top: 0px;
        width: 18px;
        height: auto; }

#executive-page {
  width: 100%; }
  #executive-page h1.exec-title {
    font-family: 'ClanOT-Book', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    text-align: left;
    color: #232323; }
  #executive-page h3.executive-title {
    font-family: 'ClanOT-Medium', arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 0px;
    text-align: left;
    color: #232323; }
  #executive-page .divider.white {
    background: #fff; }
  #executive-page .nav-links a {
    font-family: 'ClanOT-Medium', arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 0px;
    text-align: left;
    color: #ffffff;
    text-decoration: none; }

/*Styles for Leadership (Executive) Sections*/
body.single-leader {
  background-color: #bababa; }
  body.single-leader .upper-site {
    background-color: #bababa; }
  body.single-leader .gradient-header-container {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    width: 100%;
    height: 150px;
    z-index: 1; }
  body.single-leader header#masthead {
    padding-top: 0;
    margin-top: 14px; }
  body.single-leader #executive-page {
    display: flex;
    margin-top: -110px; }
    body.single-leader #executive-page .executive-details {
      position: relative;
      z-index: 1;
      position: relative;
      z-index: 1;
      background: #262626;
      padding: 8.332%;
      z-index: 0;
      margin-top: -30px; }
      body.single-leader #executive-page .executive-details:before {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden; }
      body.single-leader #executive-page .executive-details:before {
        top: 0;
        transform: skewY(-3deg);
        transform-origin: 0 0; }
      body.single-leader #executive-page .executive-details:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden; }
      body.single-leader #executive-page .executive-details:after {
        bottom: 0;
        transform: skewY(-3deg);
        transform-origin: 100%; }
      body.single-leader #executive-page .executive-details h1 {
        font-family: 'ClanOT-Book', arial, sans-serif;
        font-size: 34px;
        line-height: 1.0;
        letter-spacing: -0px;
        text-align: left;
        color: #ffffff;
        margin-top: 0; }
      body.single-leader #executive-page .executive-details h3.executive-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: -0px;
        text-align: left;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 0px; }
      body.single-leader #executive-page .executive-details .divider.white {
        display: block;
        background-color: #4a4a4a; }
  body.single-leader .nav-links {
    display: flex;
    justify-content: space-between; }
  body.single-leader .back-to-leadership {
    margin-top: 20px; }
    body.single-leader .back-to-leadership a {
      position: relative;
      color: #8d6f2f;
      text-decoration: none;
      font-size: 18px;
      padding-left: 25px;
      transition: all .3s; }
      body.single-leader .back-to-leadership a:hover {
        text-decoration: none;
        padding-bottom: 6px;
        border-bottom: 2px solid #8d6f2f; }
      body.single-leader .back-to-leadership a span.back-chevron {
        content: url("../img/icon_small_arrow_left_gold_secondary.png");
        position: absolute;
        top: 0px;
        left: 5px;
        width: 14px;
        height: auto; }

/*Page Styles for the Contact Us Paage*/
.contact-info-block h3 {
  font-family: 'ClanOT-Book', arial, sans-serif;
  font-size: 18px;
  line-height: 1.89;
  letter-spacing: -0px;
  text-align: left;
  color: #ffffff; }

.contact-info-block .divider {
  background: white;
  width: 60px;
  height: 4px; }

.contact-info-block li {
  font-family: 'ClanOT-Book', arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0px;
  text-align: left;
  color: #fff; }

.contact-info-block .email-field {
  font-family: 'ClanOT-Book', arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0px;
  text-align: left;
  color: #C7A338; }

.epix-customer-info {
  margin-top: 110px; }
  .epix-customer-info h3 {
    font-family: 'ClanOT-Book', arial, sans-serif;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -0px;
    text-align: left;
    color: #ffffff; }
  .epix-customer-info p {
    font-family: 'ClanOT-Book', arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 100;
    letter-spacing: -0px;
    opacity: .9;
    text-align: left;
    color: #ffffff; }
  .epix-customer-info .button {
    color: white; }
    .epix-customer-info .button:hover {
      color: #000000; }

#contact {
  padding-bottom: 50px; }
  #contact .contact-info.col-5 {
    flex: 1 0 41.665%; }
  #contact h3 {
    line-height: 1.3; }
  #contact ul {
    padding-bottom: 20px; }
    #contact ul li:first-child {
      font-family: 'ClanOT-Medium', arial, sans-serif; }

#customer-info {
  background-color: #262626;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  margin-bottom: -50px; }
  #customer-info:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  #customer-info:before {
    top: 0;
    transform: skewY(-3deg);
    transform-origin: 0 0; }
  #customer-info:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  #customer-info:after {
    bottom: 0;
    transform: skewY(-3deg);
    transform-origin: 100%; }

.error-404 {
  max-width: 1040px;
  text-align: center;
  min-height: 50vh;
  padding: 1rem 2rem;
  margin: 0 auto;
  margin-top: 5rem; }
  .error-404 .page-header h1, .error-404 .page-header p {
    text-align: center; }
  .error-404 .page-header p {
    margin-bottom: 3rem; }

/*Styles for the Jobs Page*/
#jobs-page {
  margin-top: 80px;
  min-height: 600px;
  padding-bottom: 100px; }
  #jobs-page h1 {
    text-align: center;
    width: 100%;
    font-size: 2em; }
  #jobs-page .jobs-list {
    flex: 0 0 66%;
    margin-bottom: 20px; }
    #jobs-page .jobs-list li.jobs-listing {
      height: 4em;
      width: 100%;
      margin-bottom: 40px;
      border-bottom: 1px solid #fff; }
      #jobs-page .jobs-list li.jobs-listing a {
        color: #fff;
        font-size: 22px; }

.jobs-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  padding-bottom: 150px;
  margin-top: 100px !important; }
  .jobs-single .entry-content div {
    font-family: ClanOT-Book,arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0; }
  .jobs-single ul {
    margin-left: 20px; }
    .jobs-single ul li {
      list-style: disc;
      margin-bottom: 10px; }
  .jobs-single ol {
    list-style: decimal;
    padding-left: 0;
    margin-left: 20px;
    margin-bottom: 50px; }
    .jobs-single ol li {
      list-style: decimal;
      margin-bottom: 10px; }
  .jobs-single .navigation {
    width: 100%; }
    .jobs-single .navigation .nav-links {
      display: flex;
      justify-content: space-between;
      min-width: 400px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #C7A338;
  text-decoration: none;
  transition: all .3s; }
  a:visited {
    color: #C7A338; }
  a:hover, a:focus, a:active {
    color: #C7A338;
    outline: 0;
    padding-bottom: 2px;
    border-bottom: 3px solid #C7A338; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
  width: 100%; }

.main-navigation {
  display: flex;
  width: 100%; }
  .main-navigation ul {
    list-style: none; }
    .main-navigation ul li a {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 2.1px;
      text-align: left;
      color: #ffffff;
      text-decoration: none;
      font-family: 'ClanOT-Book', arial, sans-serif;
      -moz-transition: all .2s;
      -webkit-transition: all .2s;
      transition: all .2s; }
    .main-navigation ul li:hover > a,
    .main-navigation ul li.focus > a {
      color: #C7A338;
      font-family: 'ClanOT-Book', arial, sans-serif; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    padding-bottom: 10px;
    border-bottom: 4px solid #C7A338; }
  .main-navigation .current_page_item.menu-item-home > a,
  .main-navigation .current-menu-item.menu-item-home > a {
    border-bottom: 0px; }

.child-page-menu {
  display: none; }
  .child-page-menu li {
    padding: 5px 10px; }
    .child-page-menu li a {
      text-decoration: none;
      color: white; }

/*--------------------------------------------------------------
## Mobile Menu. 
--------------------------------------------------------------*/
/*
   * Vortex
   */
.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 25px;
  height: 12.5px;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
          * Vortex
          */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/**Styles for Mobile Menu**/
#open-mobile {
  color: white;
  width: 40px;
  height: 100%;
  cursor: pointer;
  z-index: 10000;
  padding: 5px 10px;
  margin-top: -20px;
  margin-right: 10px;
  margin-left: 18px; }
  #open-mobile .hamburger {
    color: white;
    z-index: 100;
    transition: all 1s;
    outline: none; }
  #open-mobile .hamburger .hamburger-box {
    opacity: 1;
    transform: scale(1);
    transition: all 1s; }
  #open-mobile .hamburger hamburger-box:hover {
    opacity: .7;
    transform: scale(1.2);
    transition: all 1s; }
  #open-mobile .hamburger.is-active .hamburger-box {
    color: white; }

.display-mobile {
  z-index: 10000; }

#epixMobileMenu {
  display: block; }

#site-navigation {
  display: none; }

.menu-container {
  color: white;
  cursor: pointer;
  width: 0;
  height: auto; }

.menu-container.full-menu {
  padding: 0 !important;
  position: aboslute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -120px; }

.full-menu .hamburger {
  top: 160px;
  left: 40px; }

.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #151515;
  overflow-x: hidden;
  z-index: 1000; }

.sidenav.open {
  opacity: 1;
  visibility: visible;
  height: 100%; }

.sidenav.open li {
  animation: fadeInLeft .5s ease forwards;
  animation-delay: .35s; }

.sidenav.open li:nth-of-type(2) {
  animation-delay: .4s; }

.sidenav.open li:nth-of-type(3) {
  animation-delay: .45s; }

.sidenav.open li:nth-of-type(4) {
  animation-delay: .50s; }

.sidenav .menu-mobile-container {
  height: 50%;
  top: 0%;
  margin-top: 40px;
  transform: translateY(36%);
  display: flex;
  justify-content: center; }
  .sidenav .menu-mobile-container ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    height: 100%; }
    .sidenav .menu-mobile-container ul li {
      margin-bottom: 32px; }
      .sidenav .menu-mobile-container ul li a {
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        transition: 1s;
        font-family: 'ClanOT-Book', arial, sans-serif;
        font-size: 32px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0px;
        text-align: center;
        color: #fefefe;
        transition: all .2s; }
      .sidenav .menu-mobile-container ul li a:active, .sidenav .menu-mobile-container ul li a:focus, .sidenav .menu-mobile-container ul li a:hover {
        color: #C7A338 !important;
        border-bottom: none; }
    .sidenav .menu-mobile-container ul li.current-menu-item > a {
      color: #C7A338; }
    .sidenav .menu-mobile-container ul li.external-link {
      position: relative; }
      .sidenav .menu-mobile-container ul li.external-link a {
        padding: 0 35px; }
      .sidenav .menu-mobile-container ul li.external-link a:hover:after {
        content: url(../img/icon_external-link-lg.png);
        position: absolute;
        right: 0px;
        top: -4px; }
    .sidenav .menu-mobile-container ul li.external-link.short a:after {
      right: 40px; }
    .sidenav .menu-mobile-container ul li.current_page_item.menu-item-home a {
      color: white; }
    .sidenav .menu-mobile-container ul li.sub-menu-item a {
      color: white; }
      .sidenav .menu-mobile-container ul li.sub-menu-item a:hover {
        color: #C7A338; }
      .sidenav .menu-mobile-container ul li.sub-menu-item a:focus {
        color: #C7A338; }
      .sidenav .menu-mobile-container ul li.sub-menu-item a:active {
        color: #C7A338; }

.sidenav div.sub-menu {
  width: 100%;
  margin-top: 24px; }
  .sidenav div.sub-menu li {
    text-align: left; }
    .sidenav div.sub-menu li a {
      font-size: 20px;
      letter-spacing: 0;
      cursor: pointer;
      text-transform: none;
      color: white; }

.sidenav ul li {
  display: block;
  position: relative;
  opacity: 0; }

.sidenav ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  opacity: 1; }

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a:active {
  opacity: 1;
  transform: scale(1.2);
  transition: all 1s; }

.sidenav a:hover,
.offcanvas a:focus {
  color: white; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    right: 50%; }
  100% {
    opacity: 1;
    right: 0; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #151515;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

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

.video-wrapper {
  position: relative; }

.video-wrapper > video {
  width: 100%;
  vertical-align: middle; }

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none; }

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  transition: opacity 150ms; }

.video-overlay-play-button:hover {
  opacity: 1; }

.video-overlay-play-button.is-hidden {
  display: none; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Custom Video Player
--------------------------------------------------------------*/
/*Styles for our custom video player*/
.player {
  position: relative;
  overflow: hidden; }

.player__video {
  width: 100%; }

.player__button {
  background: none;
  border: 0;
  line-height: 1;
  color: white;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
  max-width: 50px; }

.player__button:focus {
  border-color: #C7A338; }

.player__slider {
  width: 10px;
  height: 30px; }

.player__controls {
  display: flex;
  position: absolute;
  align-items: center;
  bottom: 0px;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition: all .3s;
  flex-wrap: no-wrap;
  background: rgba(0, 0, 0, 0.3); }

.player:hover .player__controls {
  transform: translateY(0); }

.player:hover .progress {
  height: 15px; }

.player__controls > * {
  flex: 1; }

.progress {
  position: relative;
  display: flex;
  flex-basis: 40%;
  height: 5px;
  transition: height 0.3s;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize; }

.progress__filled {
  width: 0%;
  background: #C7A338;
  flex: 0;
  flex-basis: 0%; }

/* unholy css to style input type="range" */
input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  margin: 0 5px; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0); }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #C7A338;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

input[type=range]:focus::-wefbkit-slider-runnable-track {
  background: #bada55; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0); }

input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  background: #C7A338;
  cursor: pointer; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 420px) {
  footer#colophon .general-site-info {
    width: 83.3333%;
    margin: 0 auto; } }

@media screen and (min-width: 420px) {
  footer#colophon .general-site-info {
    width: 83.3333%;
    padding-right: 5%;
    padding-left: 5%;
    margin: 0 auto;
    margin-top: 10%; } }

@media screen and (min-width: 450px) {
  #pr-slider {
    height: 330px; }
    #pr-slider .display-text {
      padding-top: 6.8em; }
  .mobile-bg-images::after {
    margin-bottom: -120px; } }

@media screen and (min-width: 500px) {
  #pr-slider {
    height: 350px; }
    #pr-slider .display-text {
      padding-top: 7.1em; }
  .mobile-bg-images::after {
    margin-bottom: -230px; }
  footer#colophon .general-site-info {
    padding-right: 7%;
    padding-left: 7%; } }

@media screen and (min-width: 550px) {
  #pr-slider {
    height: 380px; }
    #pr-slider .display-text {
      padding-top: 7.8em; }
  .mobile-bg-images::after {
    margin-bottom: -300px; } }

@media screen and (min-width: 600px) {
  .mobile-bg-images::after {
    margin-bottom: -380px; }
  footer#colophon .general-site-info {
    padding-right: 5%;
    padding-left: 5%; } }

@media screen and (min-width: 650px) {
  .mobile-bg-images::after {
    margin-bottom: -480px; } }

@media screen and (min-width: 700px) {
  .mobile-bg-images::after {
    margin-bottom: -560px; } }

@media screen and (min-width: 750px) {
  .mobile-bg-images::after {
    margin-bottom: -660px; } }

@media screen and (min-width: 850px) {
  .mobile-bg-images::after {
    margin-bottom: -760px; } }

@media screen and (min-width: 950px) {
  .mobile-bg-images::after {
    margin-bottom: -810px; } }

@media screen and (min-width: 1024px) {
  .mobile-bg-images::after {
    display: none; } }

@media screen and (min-width: 780px) and (max-width: 1023px) {
  header#masthead #site-navigation {
    margin-right: 2%;
    margin-left: 3em; }
    header#masthead #site-navigation .site-branding {
      width: 300px;
      margin-left: 20px; } }

@media screen and (min-width: 1024px) and (max-width: 1050px) {
  header#masthead {
    padding-right: 2.5%;
    padding-left: 2.5%; } }

/*--------------------------------------------------------------
# 600up
--------------------------------------------------------------*/
@media screen and (min-width: 650px) {
  /*
Styles 480 pixels and up
*/
  /*Grid Styles*/
  [class*="col-"] {
    flex: 0 0 78.6668%;
    margin: 0 10.6666%; }
  .col-full {
    flex: 0 0 100%;
    margin: auto; }
  .col-3 {
    flex: 0 0 14.64%;
    margin-left: 50px; }
  .container .col-7 {
    flex: 0 0 58.3331%; }
  .col-10 {
    flex: 0 0 100%;
    margin: 0 auto; }
  .col-10,
  .col-12 {
    flex: 0 0 100%;
    margin: 0 auto; }
  .col-10 {
    width: 83.333%;
    margin: 0 auto; }
  .upper-site {
    padding-bottom: 50px; }
  /*
* Front Page
*/
  .upper-site .mobile-bg-image {
    opacity: .8; }
  section#intro {
    margin-top: 420px; }
    section#intro #intro-message h1 {
      font-family: 'ClanOT-Book', arial, sans-serif;
      font-size: 40px;
      line-height: 1.35;
      text-align: left;
      color: #ffffff; }
    section#intro #intro-message p {
      line-height: 23px; }
  #pr-slider {
    height: auto; }
    #pr-slider .flexslider .slider-text {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding-top: 100px; }
      #pr-slider .flexslider .slider-text .latest-news {
        margin-top: 0;
        margin-bottom: 0; }
        #pr-slider .flexslider .slider-text .latest-news h3 {
          font-family: 'ClanOT-Medium', arial, sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.5;
          letter-spacing: -0px;
          text-align: center;
          color: #ffffff;
          margin: 0 auto; }
      #pr-slider .flexslider .slider-text h3.slider-title {
        text-align: center; }
      #pr-slider .flexslider .slider-text a.read-more {
        width: auto;
        text-align: center; }
  .working-epix-image {
    width: 100%; }
    .working-epix-image img {
      width: 100%; }
  .working-epix-info h2 {
    margin-bottom: 16px; }
  #award-headline-section {
    padding-bottom: 5em; }
    #award-headline-section .carousel-arrows .left {
      left: 15%; }
    #award-headline-section .carousel-arrows .right {
      right: 9%; }
  /*About Page*/
  .child-page-menu {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px; }
    .child-page-menu li {
      border-right: 1px solid #6d6d6d; }
      .child-page-menu li a:hover {
        color: #C7A338; }
    .child-page-menu li:last-child {
      border-right: none; }
  #who-we-are {
    margin-top: 24px; }
    #who-we-are p {
      font-size: 14px;
      line-height: 1.64;
      letter-spacing: -0px;
      text-align: left;
      color: #ffffff; }
  #video-box {
    flex: 0 0 91.667%;
    margin: 0 4.156%; }
  .bottom-content {
    margin-bottom: 70px; }
    .bottom-content .button-container {
      margin-top: 24px; }
  .epix-logos li {
    display: flex;
    align-items: center; }
    .epix-logos li figure {
      width: 31.25%;
      margin-right: 6.25%; }
    .epix-logos li .entry-start {
      width: 62.5%; }
  #leadership-team {
    width: 100%;
    padding-bottom: 25px; }
    #leadership-team .executive-header {
      padding-left: 3.332%; }
    #leadership-team ul.executives {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      flex: 0 0 91.667%;
      margin: 0 4.1556%;
      position: relative; }
    #leadership-team li {
      width: 29.3906%;
      margin: 0 2.11%;
      float: left; }
      #leadership-team li h3 {
        font-size: 18px;
        line-height: 1.28;
        letter-spacing: -0px;
        text-align: left;
        color: #ffffff; }
        #leadership-team li h3 a {
          font-size: 18px; }
    #leadership-team li:nth-child(3n + 3) {
      margin-right: 0; }
    #leadership-team .mgm-leadership.container {
      padding-bottom: 4%;
      margin-right: 0;
      flex-direction: row;
      bottom: 4%;
      right: 1%; }
      #leadership-team .mgm-leadership.container a {
        position: relative; }
  /*Single Leadership*/
  body.single-leader header#masthead {
    margin-top: 0; }
    body.single-leader header#masthead #site-navigation a:hover, body.single-leader header#masthead #site-navigation a:focus, body.single-leader header#masthead #site-navigation a:active {
      color: #232323; }
    body.single-leader header#masthead #site-navigation .current-menu-item a {
      color: #232323; }
    body.single-leader header#masthead .main-navigation .current-menu-item > a {
      border-bottom: 4px solid #8d6f2f; }
  body.single-leader .logo-gradient {
    display: block;
    width: 400px;
    height: 300px;
    opacity: 0.5000000074505806;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    background-image: linear-gradient(136deg, rgba(0, 0, 0, 0), #000000);
    background-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  body.single-leader figure {
    z-index: -1; }
  body.single-leader .site-branding {
    z-index: 10; }
  body.single-leader header#masthead {
    position: relative;
    margin-bottom: 0px; }
  body.single-leader #executive-page {
    display: block;
    margin-top: -11.4%;
    margin-bottom: -50px; }
    body.single-leader #executive-page .executive-container {
      display: block;
      position: relative;
      display: flex;
      flex: inherit;
      flex-flow: row;
      align-items: flex-end;
      max-width: 1240px;
      margin: 0 auto; }
      body.single-leader #executive-page .executive-container span.back-chevron {
        font-size: 16px;
        top: -3px; }
      body.single-leader #executive-page .executive-container figure {
        width: 58.324%;
        height: auto;
        margin-left: 0;
        z-index: 0; }
        body.single-leader #executive-page .executive-container figure img {
          width: 100%; }
      body.single-leader #executive-page .executive-container .col-5 {
        flex: 0 0 41.665%;
        margin: 0 20px;
        margin-right: 8.3333%; }
      body.single-leader #executive-page .executive-container .executive-details {
        width: 47.997%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
        z-index: 1;
        padding: 0 20px;
        padding-bottom: 90px;
        margin-left: -8.332%;
        margin-top: 60px;
        z-index: 0; }
        body.single-leader #executive-page .executive-container .executive-details:before {
          content: none; }
        body.single-leader #executive-page .executive-container .executive-details:after {
          content: '';
          background: transparent; }
        body.single-leader #executive-page .executive-container .executive-details h1.executive-title {
          font-family: 'ClanOT-Book', arial, sans-serif;
          font-size: 36px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 0.9166666666666666;
          letter-spacing: -0.01800000295042992px;
          text-align: left;
          color: #232323;
          margin-bottom: 8px;
          margin-top: 25px; }
        body.single-leader #executive-page .executive-container .executive-details h3.executive-position {
          font-family: 'ClanOT-Medium', arial, sans-serif;
          font-size: 20px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.2;
          letter-spacing: -0.01000000163912773px;
          text-align: left;
          color: #232323;
          margin-top: 0;
          margin-bottom: 12px; }
        body.single-leader #executive-page .executive-container .executive-details .divider.white {
          display: block;
          background: white; }
        body.single-leader #executive-page .executive-container .executive-details .entry-content {
          overflow-y: scroll;
          height: 200px;
          padding-right: 25px;
          margin-top: 20px; }
        body.single-leader #executive-page .executive-container .executive-details .entry-content::-webkit-scrollbar {
          -webkit-appearance: block;
          width: 5px;
          height: 220px;
          opacity: 0.300000011920929;
          background-color: #8d6f2f; }
        body.single-leader #executive-page .executive-container .executive-details .entry-content::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          width: 1;
          opacity: 0.300000011920929;
          background-color: #BDBDBD; }
        body.single-leader #executive-page .executive-container .executive-details .entry-content::-webkit-scrollbar-thumb {
          width: 5px;
          height: 105px;
          border-radius: 3px;
          opacity: 0.300000011920929;
          background-color: #8d6f2f; }
        body.single-leader #executive-page .executive-container .executive-details ::-moz-scrollbar {
          -moz-appearance: block;
          width: 7px; }
        body.single-leader #executive-page .executive-container .executive-details ::-moz-scrollbar-thumb {
          border-radius: 4px;
          background-color: #8d6f2f;
          box-shadow: 0 0 1px #8d6f2f; }
        body.single-leader #executive-page .executive-container .executive-details p {
          font-family: 'ClanOT-Book', arial, sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.9285714285714286;
          letter-spacing: -0.007000001147389412px;
          text-align: left;
          color: #232323; }
        body.single-leader #executive-page .executive-container .executive-details .back-to-leadership {
          margin-top: 22px; }
          body.single-leader #executive-page .executive-container .executive-details .back-to-leadership a {
            text-decoration: none;
            font-family: 'ClanOT-Book', arial, sans-serif;
            font-size: 14px;
            line-height: 1;
            letter-spacing: 0.1px; }
        body.single-leader #executive-page .executive-container .executive-details nav.navigation {
          width: 100%; }
          body.single-leader #executive-page .executive-container .executive-details nav.navigation .nav-links {
            display: flex;
            justify-content: space-between; }
            body.single-leader #executive-page .executive-container .executive-details nav.navigation .nav-links a {
              font-size: 16px;
              font-weight: 500;
              font-style: normal;
              font-stretch: normal;
              line-height: 1.125;
              letter-spacing: -0.008000001311302185px;
              text-align: left;
              color: #000000; }
  body.single-leader footer#colophon {
    padding-bottom: 100px; }
  body.single-leader .upper-site {
    padding-bottom: 0; }
  body.single-leader .mobile-bg-images {
    display: none; }
  /*Contact Page*/
  #contact {
    padding-bottom: 100px; }
    #contact .epix-customer-info h3 {
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -0px;
      text-align: left;
      color: #ffffff; }
    #contact .epix-customer-info p {
      font-size: 18px;
      line-height: 1.5;
      letter-spacing: -0px;
      text-align: left;
      color: #ffffff; }
    #contact .epix-customer-info .button-container {
      justify-content: flex-start;
      margin-top: 24px; }
  .contact-container {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1;
    flex-direction: row; }
    .contact-container ul {
      width: 41.665%;
      margin-right: 8.3333%; }
  .epix-customer-info.col-10 {
    flex: 0 0 83.332%; }
  #epix-customer {
    padding-bottom: 100px; }
  /*Footer*/
  footer#colophon .general-site-info {
    flex-direction: row;
    justify-content: initial;
    align-items: center;
    width: 83.333%;
    margin: 0 auto;
    margin-top: 10%; }
    footer#colophon .general-site-info ul {
      padding: 0; }
    footer#colophon .general-site-info ul.site-info {
      flex: 0 0 64.6666%;
      margin-top: 0;
      align-items: baseline; }
      footer#colophon .general-site-info ul.site-info li a {
        font-size: 12px; }
    footer#colophon .general-site-info ul.social-media {
      flex: 1;
      padding: 0;
      align-items: safe; }
      footer#colophon .general-site-info ul.social-media li {
        margin-right: 0; }
  footer#colophon .address-copyright {
    display: flex;
    flex-direction: column;
    margin-top: 30px; }
    footer#colophon .address-copyright p {
      margin: 0; }
  /*Correct 'Careers' menu item showing up as active default on Home Page*/
  body.home li.current-menu-item a {
    border-bottom: 0; } }

/*--------------------------------------------------------------
# 800up
--------------------------------------------------------------*/
@media screen and (min-width: 800px) {
  /*Styles 800 and up. Mostly desktop menu*/
  .mobile-bg-images::after {
    margin-bottom: -720px; }
  /**
* Hide Mobile Menu
*/
  #open-mobile {
    display: none; }
  #epixMobileMenu {
    display: none; }
  header#masthead {
    display: flex;
    flex-flow: row;
    flex: 1;
    align-items: center;
    justify-content: space-between; }
    header#masthead .site-branding {
      margin-left: 20px;
      min-width: 243px;
      height: auto; }
  .gradient-header-container.epix-header {
    padding-bottom: 20px;
    background-color: rgba(21, 21, 21, 0.6); }
  #site-navigation {
    display: block;
    width: 73.9%; }
    #site-navigation #primary-menu {
      display: flex;
      justify-content: space-between;
      margin-left: 15px; }
    #site-navigation a {
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1.8px;
      text-align: left;
      color: #ffffff; }
      #site-navigation a:hover {
        color: #C7A338;
        padding-bottom: 10px;
        border-bottom: 4px solid #C7A338; }
    #site-navigation li.external-link {
      position: relative; }
      #site-navigation li.external-link a {
        transition: all .3s; }
        #site-navigation li.external-link a:hover {
          color: white;
          border-bottom: 0 !important; }
          #site-navigation li.external-link a:hover:before {
            content: url("../img/icon_external-link.png");
            position: absolute;
            -webkit-transform: translateY(-25px);
            -moz-transform: translateY(-25px);
            transform: translateY(-25px);
            left: 45%; }
  body.single-leader #site-navigation a:hover {
    border-bottom: 4px solid #8d6f2f; } }

/*--------------------------------------------------------------
# 1025up
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  /*
Styles 768 pixels and up
*/
  .container {
    max-width: 1025px;
    margin: 0 auto; }
  [class*=col-] {
    margin: 0 8.333%; }
  .col-4-6 {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between; }
  .col-8 {
    width: 66.56%;
    flex: 1;
    margin: 0 16.664%; }
  .col-10 {
    flex: 0 0 83.332%;
    margin: 0 8.332%; }
  /*Front Page*/
  #video-background {
    display: block; }
  .upper-site {
    margin-top: 0px; }
  body.home .upper-site img.mobile-bg-image {
    display: none; }
  body.home .upper-site {
    position: relative;
    z-index: 1;
    margin-top: 2px; }
    body.home .upper-site:after {
      background: inherit;
      content: '';
      display: block;
      height: 50%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden; }
    body.home .upper-site:after {
      bottom: 0;
      transform: skewY(3deg);
      transform-origin: 0 100%; }
  header#masthead {
    justify-content: flex-start;
    max-width: 1025px;
    padding-top: 20px;
    margin: 0 auto; }
    header#masthead .site-branding {
      width: 40%;
      height: auto;
      margin-left: 0; }
    header#masthead #site-navigation {
      width: 100%; }
      header#masthead #site-navigation #primary-menu {
        justify-content: flex-end; }
        header#masthead #site-navigation #primary-menu li {
          margin-left: 45px; }
  section#intro {
    margin-top: 133px;
    margin-bottom: 72px; }
    section#intro #intro-message {
      width: 33.32%; }
      section#intro #intro-message h1 {
        line-height: 1.2;
        margin-top: 0; }
      section#intro #intro-message .button-container {
        justify-content: flex-start; }
        section#intro #intro-message .button-container a.button {
          width: 215px; }
    section#intro #intro-video {
      width: 58.324%;
      margin-top: 40px; }
      section#intro #intro-video h3.video-caption {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.14;
        text-align: center;
        color: #ffffff; }
  #pr-slider {
    height: 520px;
    background-color: transparent;
    max-width: 1025px;
    margin: 0 auto; }
    #pr-slider .flexslider {
      background: transparent; }
    #pr-slider .slider-text h3 {
      font-size: 28px;
      font-weight: 500;
      line-height: 1.14;
      text-align: center;
      color: #ffffff; }
    #pr-slider .slider-text a.read-more {
      font-size: 18px;
      line-height: 0.78;
      letter-spacing: -0px;
      text-align: center;
      color: #C7A338; }
    #pr-slider .flex-control-paging li a {
      width: 16px;
      height: 16px; }
  /* The original: https://codepen.io/timbeckett/pen/ZvgxML
* have to look through other examples.
*/
  #video-background {
    /*  making the video fullscreen  */
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -100;
    /*object-fit: contain;*/
    /*       object-fit: fill; */
    object-fit: cover; }
  /*Front Page*/
  .flex-direction-nav .flex-prev {
    left: -150px; }
  .flex-direction-nav .flex-next {
    right: -150px; }
  #working-at-epix {
    width: 100%;
    margin-top: -20px;
    z-index: 100; }
    #working-at-epix .working-at-epix-wrapper {
      position: relative;
      margin: 0 auto; }
      #working-at-epix .working-at-epix-wrapper .working-epix-image {
        position: relative; }
        #working-at-epix .working-at-epix-wrapper .working-epix-image .gradient-overlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(to right, rgba(29, 29, 29, 0), rgba(29, 29, 29, 0.43) 29%, #1d1d1d);
          opacity: 0.8;
          z-index: 1;
          top: 0;
          transform: skewY(-3deg);
          transform-origin: 0% 100%; }
      #working-at-epix .working-at-epix-wrapper figure {
        width: 100%;
        width: 100%;
        height: 100%;
        background-size: cover; }
      #working-at-epix .working-at-epix-wrapper .working-epix-info-wrapper {
        position: absolute;
        top: 0em;
        right: 0;
        margin-right: 7em;
        z-index: 100; }
        #working-at-epix .working-at-epix-wrapper .working-epix-info-wrapper .working-epix-info {
          position: absolute;
          width: 387px;
          top: 7.6%;
          right: 80px; }
          #working-at-epix .working-at-epix-wrapper .working-epix-info-wrapper .working-epix-info h2 {
            font-size: 47px;
            line-height: 1.0;
            letter-spacing: -0px;
            text-align: left; }
          #working-at-epix .working-at-epix-wrapper .working-epix-info-wrapper .working-epix-info .button-container {
            justify-content: flex-start; }
      #working-at-epix .working-at-epix-wrapper .working-epix-wrapper {
        max-width: 1025px;
        position: relative; }
    #working-at-epix figure {
      margin-bottom: -20px;
      /*Hack to bring two angles in lin*/ }
    #working-at-epix .button-container {
      padding-bottom: 0; }
  #award-headline-section {
    height: auto;
    /*over-rides defaults*/ }
    #award-headline-section .carousel {
      margin-top: 30px; }
    #award-headline-section .award {
      margin-top: 0px; }
      #award-headline-section .award p,
      #award-headline-section .award a,
      #award-headline-section .award p a {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.14;
        text-align: center;
        text-decoration: none; }
    #award-headline-section section.carousel.flexslider li {
      padding: 0 35%; }
    #award-headline-section .flexslider .flex-direction-nav a {
      display: block; }
    #award-headline-section .flex-control-paging li a {
      width: 16px;
      height: 16px; }
    #award-headline-section .flexslider .flex-direction-nav .flex-prev {
      left: 10% !important;
      display: block; }
    #award-headline-section .flexslider .flex-direction-nav .flex-next {
      right: 10% !important;
      display: block; }
  #award-headline-section.col-full {
    margin: 0; }
  ul.slick-dots li a {
    width: 16px;
    height: 16px; }
  #award-headline-section {
    padding-bottom: 5em; }
    #award-headline-section .carousel-arrows .left {
      left: 20%; }
    #award-headline-section .carousel-arrows .right {
      right: 15%; }
  /*About Page*/
  /*Hack to take care of padding from top section block*/
  .page-parent .upper-site {
    padding-bottom: 0; }
  .child-page-menu {
    margin-top: 82px; }
    .child-page-menu li a {
      font-family: 'ClanOT-Medium', arial, sans-serif;
      font-size: 18px;
      letter-spacing: -0px;
      line-height: 18px;
      text-align: left; }
  #who-we-are .top-content h1 {
    margin-top: 0; }
  #who-we-are p {
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: -0px;
    text-align: left;
    color: #ffffff; }
  #who-we-are .bottom-content {
    padding-bottom: 100px; }
  #executive-header h2 {
    font-size: 40px;
    line-height: 1.0;
    letter-spacing: -0px;
    text-align: left; }
  #leadership-team {
    padding-bottom: 3%; }
    #leadership-team ul.executives {
      flex: 0 0 100%;
      margin: 0; }
      #leadership-team ul.executives li {
        width: 22%;
        margin-right: 3.8%;
        margin-left: 0; }
      #leadership-team ul.executives li:nth-child(3n + 3) {
        margin-right: 3.8%; }
      #leadership-team ul.executives li:nth-child(4n + 4) {
        margin-right: 0; }
    #leadership-team .executive-header.col-8 {
      margin: 0 8.332%; }
    #leadership-team .mgm-leadership.container {
      position: relative;
      bottom: auto; }
  /*Executive Portrait Page*/
  body.single-leader header#masthead {
    margin-top: 20px; }
  body.single-leader .gradient-header-container {
    margin-top: -20px; }
  body.single-leader #executive-page {
    display: block;
    margin: 0 auto;
    margin-top: 0px; }
    body.single-leader #executive-page .executive-container {
      margin: 0 auto;
      margin-top: 5px; }
      body.single-leader #executive-page .executive-container figure {
        margin-bottom: -20px; }
      body.single-leader #executive-page .executive-container .executive-details {
        width: 49.997%;
        margin-left: 5.332%; }
        body.single-leader #executive-page .executive-container .executive-details .entry-content {
          height: 340px;
          padding-bottom: 90px; }
        body.single-leader #executive-page .executive-container .executive-details h1 {
          font-size: 36px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 0.9166666666666666;
          letter-spacing: -0.01800000295042992px;
          text-align: left; }
        body.single-leader #executive-page .executive-container .executive-details h3 {
          font-size: 20px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.7;
          letter-spacing: -0.01000000163912773px;
          text-align: left; }
        body.single-leader #executive-page .executive-container .executive-details p {
          line-height: 1.9285714285714286;
          letter-spacing: -0.007000001147389412px;
          text-align: left;
          color: #232323; }
  /*Executive Portrait Page*/
  body.single-leader #executive-page {
    margin-top: -50px; }
    body.single-leader #executive-page .executive-container .executive-details {
      width: 600px;
      position: absolute;
      top: 45px;
      right: 0; }
      body.single-leader #executive-page .executive-container .executive-details .back-to-leadership a {
        font-size: 16px; }
      body.single-leader #executive-page .executive-container .executive-details .back-to-leadership span.back-chevron {
        font-size: 16px;
        top: -2px; }
    body.single-leader #executive-page .executive-container figure {
      width: 712px; }
  #contact {
    /*Contact Page*/
    margin-top: 68px; }
    #contact .contact-info {
      margin-left: 17.112%; }
      #contact .contact-info .contact-container ul {
        margin-right: 2.332%; }
      #contact .contact-info h3 {
        font-size: 24px;
        line-height: 1.42;
        letter-spacing: -0px;
        text-align: left; }
      #contact .contact-info p {
        height: 100px; }
  #customer-info {
    margin-bottom: -10px; }
    #customer-info .epix-customer-info {
      display: flex;
      margin-left: 8.332%; }
      #customer-info .epix-customer-info .contact-info-block {
        width: 41.66%; }
      #customer-info .epix-customer-info .contact-info-block:nth-child(1) {
        margin-right: 9.532%; }
      #customer-info .epix-customer-info .contact-text {
        height: 200px; }
      #customer-info .epix-customer-info .button-container {
        justify-content: flex-start; }
  footer#colophon {
    height: 330px; }
    footer#colophon .general-site-info {
      width: auto;
      margin: 0 auto;
      margin-top: 50px; }
      footer#colophon .general-site-info ul.site-info {
        flex: initial;
        align-items: center; }
        footer#colophon .general-site-info ul.site-info li {
          margin-left: 30px; }
          footer#colophon .general-site-info ul.site-info li a {
            font-size: 14px;
            font-weight: 500; }
      footer#colophon .general-site-info ul.social-media {
        flex: initial;
        margin-left: 50px; }
        footer#colophon .general-site-info ul.social-media li {
          margin-right: 26px; }
  #return-to-top {
    right: 20px;
    left: auto; }
  body.page-contact #return-to-top {
    display: none; }
  /*Jobs List Page*/
  #jobs-page .jobs-list.col-5 {
    flex: 0 0 41.665%; } }

/*--------------------------------------------------------------
# 1248up
--------------------------------------------------------------*/
@media screen and (min-width: 1248px) {
  /*Styles for 1248px and up*/
  .container {
    max-width: 1248px; }
  header#masthead {
    max-width: 1248px;
    padding-right: 2.5%;
    padding-left: 2%; }
  .video-bottom-gradient {
    bottom: 8%; }
  #pr-slider {
    max-width: 1248px;
    height: 560px; }
  #working-at-epix .working-at-epix-wrapper .working-epix-info-wrapper {
    margin-right: 7em;
    top: 4em; }
  #working-at-epix {
    width: 100%; }
    #working-at-epix .working-at-epix-wrapper {
      width: 100%; }
  #award-headline-section {
    padding-bottom: 6em; }
  #award-headline-section {
    padding-bottom: 5em; }
    #award-headline-section .carousel-arrows .left {
      left: 15%; }
    #award-headline-section .carousel-arrows .right {
      right: 15%; }
  #customer-info {
    margin-bottom: -5px; } }

/*--------------------------------------------------------------
# 1450up
--------------------------------------------------------------*/
@media screen and (min-width: 1450px) {
  .video-bottom-gradient {
    bottom: -15%; }
  #working-at-epix .working-at-epix-wrapper .working-epix-info-wrapper {
    top: 7em; }
  #award-headline-section {
    padding-bottom: 8em; } }

@media screen and (max-width: 1023px) {
  #video-background {
    display: none !important; } }

/********************************************
    IE Only Styles
********************************************/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /*pulls 'Working At EPIX section up to fill black space*/
  #working-at-epix {
    margin-top: -40em;
    margin-bottom: -24%; }
  /*About Page*/
  header#masthead {
    max-width: 1248px;
    margin: 0 auto; }
  .col-full#award-headline-section {
    padding-top: 24%; }
    .col-full#award-headline-section #carousel {
      height: 200px;
      position: relative; }
      .col-full#award-headline-section #carousel .carousel-arrows {
        top: 26%;
        left: 0;
        position: absolute; }
  .careers-link-fix-ie {
    margin-top: 40em; }
  /**ABOUT PAGE***/
  .child-page-menu {
    margin-left: 15%; }
  section#who-we-are {
    width: 960px;
    margin: 0 auto; }
    section#who-we-are article.top-content {
      margin-left: 6%; }
  /***CONTACT PAGE***/
  #contact {
    margin-left: 6%; }
  footer#colophon .general-site-info {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px; }
    footer#colophon .general-site-info .social-media li {
      width: auto;
      height: auto; }
      footer#colophon .general-site-info .social-media li img {
        width: 24px;
        height: auto; } }

/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
