/**
 * ConciseCSS v3.4.0
 * https://github.com/ConciseCSS/concise.css
 *
 * Copyright 2016 James Kolce, Keenan Payne and ConciseCSS Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
[container] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

[row] {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0; }
  [row]:before, [row]:after {
    content: "";
    display: table; }
  [row]:after {
    clear: both; }

[column] {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 64em) {
  [column~="1"] {
    width: 8.33333%; }
  [column~="2"] {
    width: 16.66667%; }
  [column~="3"] {
    width: 25%; }
  [column~="4"] {
    width: 33.33333%; }
  [column~="5"] {
    width: 41.66667%; }
  [column~="6"] {
    width: 50%; }
  [column~="7"] {
    width: 58.33333%; }
  [column~="8"] {
    width: 66.66667%; }
  [column~="9"] {
    width: 75%; }
  [column~="10"] {
    width: 83.33333%; }
  [column~="11"] {
    width: 91.66667%; }
  [column~="12"] {
    width: 100%; }
  [column~="+1"] {
    margin-left: 8.33333%; }
  [column~="+2"] {
    margin-left: 16.66667%; }
  [column~="+3"] {
    margin-left: 25%; }
  [column~="+4"] {
    margin-left: 33.33333%; }
  [column~="+5"] {
    margin-left: 41.66667%; }
  [column~="+6"] {
    margin-left: 50%; }
  [column~="+7"] {
    margin-left: 58.33333%; }
  [column~="+8"] {
    margin-left: 66.66667%; }
  [column~="+9"] {
    margin-left: 75%; }
  [column~="+10"] {
    margin-left: 83.33333%; }
  [column~="+11"] {
    margin-left: 91.66667%; } }

.nonresponsive [column~="1"] {
  width: 8.33333%; }

.nonresponsive [column~="2"] {
  width: 16.66667%; }

.nonresponsive [column~="3"] {
  width: 25%; }

.nonresponsive [column~="4"] {
  width: 33.33333%; }

.nonresponsive [column~="5"] {
  width: 41.66667%; }

.nonresponsive [column~="6"] {
  width: 50%; }

.nonresponsive [column~="7"] {
  width: 58.33333%; }

.nonresponsive [column~="8"] {
  width: 66.66667%; }

.nonresponsive [column~="9"] {
  width: 75%; }

.nonresponsive [column~="10"] {
  width: 83.33333%; }

.nonresponsive [column~="11"] {
  width: 91.66667%; }

.nonresponsive [column~="12"] {
  width: 100%; }

.nonresponsive [column~="+1"] {
  margin-left: 8.33333%; }

.nonresponsive [column~="+2"] {
  margin-left: 16.66667%; }

.nonresponsive [column~="+3"] {
  margin-left: 25%; }

.nonresponsive [column~="+4"] {
  margin-left: 33.33333%; }

.nonresponsive [column~="+5"] {
  margin-left: 41.66667%; }

.nonresponsive [column~="+6"] {
  margin-left: 50%; }

.nonresponsive [column~="+7"] {
  margin-left: 58.33333%; }

.nonresponsive [column~="+8"] {
  margin-left: 66.66667%; }

.nonresponsive [column~="+9"] {
  margin-left: 75%; }

.nonresponsive [column~="+10"] {
  margin-left: 83.33333%; }

.nonresponsive [column~="+11"] {
  margin-left: 91.66667%; }

.text--gray {
  color: #e6e7e8 !important; }

.bg--gray {
  background-color: #e6e7e8 !important; }

.text--lightergray {
  color: #f1f2f2 !important; }

.bg--lightergray {
  background-color: #f1f2f2 !important; }

.show--xsm,
.hide--sm,
.hide--md,
.hide--lg,
.hide--xlg,
.hide--print,
.hide--hd {
  display: block;
  visibility: visible; }

.hide--xsm,
.show--sm,
.show--md,
.show--lg,
.show--xlg,
.show--print,
.show--hd {
  display: none;
  visibility: hidden; }

@media (min-width: 42em) {
  .show--sm,
  .hide--xsm,
  .hide--md,
  .hide--lg,
  .hide--xlg {
    display: block;
    visibility: visible; }
  .hide--sm,
  .show--xsm,
  .show--md,
  .show--lg,
  .show--xlg {
    display: none;
    visibility: hidden; } }

@media (min-width: 64em) {
  .show--md,
  .hide--sm,
  .hide--xsm,
  .hide--lg,
  .hide--xlg {
    display: block;
    visibility: visible; }
  .hide--md,
  .show--sm,
  .show--xsm,
  .show--lg,
  .show--xlg {
    display: none;
    visibility: hidden; } }

@media (min-width: 70em) {
  .show--lg,
  .hide--xsm,
  .hide--sm,
  .hide--md,
  .hide--xlg {
    display: block;
    visibility: visible; }
  .hide--lg,
  .show--xsm,
  .show--sm,
  .show--md,
  .show--xlg {
    display: none;
    visibility: hidden; } }

@media (min-width: 80em) {
  .show--xlg,
  .hide--xsm,
  .hide--sm,
  .hide--md,
  .hide--lg {
    display: block;
    visibility: visible; }
  .hide--xlg,
  .show--xsm,
  .show--sm,
  .show--md,
  .show--lg {
    display: none;
    visibility: hidden; } }

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .show--hd {
    display: block;
    visibility: visible; }
  .hide--hd {
    display: none;
    visibility: hidden; } }

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

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

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

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

.float--none {
  float: none; }

.float--right, .main-article-date {
  float: right; }

.float--left {
  float: left; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.center--all, .slideshow .responsive-object .mejs-container, .slideshow .responsive-object .me-plugin, .slideshow .responsive-object .video_cover {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%); }

.media--fluid {
  max-width: 100%;
  height: auto; }

.screenreader {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .screenreader:active, .screenreader:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

.margin--none, .no-margin-no-padding, ul, ol, ul li, ol li, h1, h2, h3, h4, h5, h6, b, strong, p {
  margin: 0px; }

.padding--none, .no-margin-no-padding, ul, ol, ul li, ol li, h1, h2, h3, h4, h5, h6, b, strong, p {
  padding: 0px; }

.bg--none {
  background: none !important; }

.vertical--center, .socialMedia a, div.accent--centered {
  display: table-cell;
  vertical-align: middle; }

.vertical--bottom {
  display: table-cell;
  vertical-align: bottom; }

@media (min-width: 64em) {
  [column~="0.5"] {
    width: 4.16667%; }
  [column~="1.5"] {
    width: 12.5%; }
  [column~="2.5"] {
    width: 20.83333%; }
  [column~="3.5"] {
    width: 29.16667%; }
  [column~="4.5"] {
    width: 37.5%; }
  [column~="5.5"] {
    width: 45.83333%; }
  [column~="6.5"] {
    width: 54.16667%; }
  [column~="7.5"] {
    width: 62.5%; }
  [column~="8.5"] {
    width: 70.83333%; }
  [column~="9.5"] {
    width: 79.16667%; }
  [column~="10.5"] {
    width: 87.5%; }
  [column~="11.5"] {
    width: 95.83333%; }
  [column~="+0.5"] {
    margin-left: 4.16667%; }
  [column~="+1.5"] {
    margin-left: 12.5%; }
  [column~="+2.5"] {
    margin-left: 20.83333%; }
  [column~="+3.5"] {
    margin-left: 29.16667%; }
  [column~="+4.5"] {
    margin-left: 37.5%; }
  [column~="+5.5"] {
    margin-left: 45.83333%; }
  [column~="+6.5"] {
    margin-left: 54.16667%; }
  [column~="+7.5"] {
    margin-left: 62.5%; }
  [column~="+8.5"] {
    margin-left: 70.83333%; }
  [column~="+9.5"] {
    margin-left: 79.16667%; }
  [column~="+10.5"] {
    margin-left: 87.5%; } }

.nonresponsive [column~="0.5"] {
  width: 4.16667%; }

.nonresponsive [column~="1.5"] {
  width: 12.5%; }

.nonresponsive [column~="2.5"] {
  width: 20.83333%; }

.nonresponsive [column~="3.5"] {
  width: 29.16667%; }

.nonresponsive [column~="4.5"] {
  width: 37.5%; }

.nonresponsive [column~="5.5"] {
  width: 45.83333%; }

.nonresponsive [column~="6.5"] {
  width: 54.16667%; }

.nonresponsive [column~="7.5"] {
  width: 62.5%; }

.nonresponsive [column~="8.5"] {
  width: 70.83333%; }

.nonresponsive [column~="9.5"] {
  width: 79.16667%; }

.nonresponsive [column~="10.5"] {
  width: 87.5%; }

.nonresponsive [column~="11.5"] {
  width: 95.83333%; }

.nonresponsive [column~="+0.5"] {
  margin-left: 4.16667%; }

.nonresponsive [column~="+1.5"] {
  margin-left: 12.5%; }

.nonresponsive [column~="+2.5"] {
  margin-left: 20.83333%; }

.nonresponsive [column~="+3.5"] {
  margin-left: 29.16667%; }

.nonresponsive [column~="+4.5"] {
  margin-left: 37.5%; }

.nonresponsive [column~="+5.5"] {
  margin-left: 45.83333%; }

.nonresponsive [column~="+6.5"] {
  margin-left: 54.16667%; }

.nonresponsive [column~="+7.5"] {
  margin-left: 62.5%; }

.nonresponsive [column~="+8.5"] {
  margin-left: 70.83333%; }

.nonresponsive [column~="+9.5"] {
  margin-left: 79.16667%; }

.nonresponsive [column~="+10.5"] {
  margin-left: 87.5%; }

@font-face {
  font-family: 'MedMen-Regular';
  src: url("../fonts/medmen-regular-webfont.c67696abd9da.woff2") format("woff2"), url("../fonts/medmen-regular-webfont.db369dd0e699.woff") format("woff"), url("../fonts/medmen-regular-webfont.4a68f0abfa4a.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  padding: 0px;
  margin: 0px;
  color: #7d7e81;
  background: #940408; }

body, input, button, select, textarea, .mejs-container {
  font-family: 'MedMen-Regular', 'myriad-pro', 'Myriad Pro', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px; }

.mejs-container {
  letter-spacing: 0; }

.overlay--white, .jumbotron-overlay--white, .jumbotron--top-text span {
  background: rgba(250, 250, 250, 0.88); }

.overlay--white--lighter, .slideshow .slideshow-caption {
  background: rgba(250, 250, 250, 0.7); }

video {
  display: none; }

.responsive-object {
  position: relative;
  height: 0; }
  .responsive-object video {
    display: block; }
  .responsive-object .mejs-container, .responsive-object .me-plugin, .responsive-object .mejs-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

[container] {
  padding-left: 21px;
  padding-right: 21px;
  max-width: 64em; }

a {
  text-decoration: none;
  color: #940408; }
  a.inherit-color {
    color: inherit; }

ul, ol {
  list-style-type: none; }
  ul li p:last-child, ol li p:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6, b, strong {
  color: #940408;
  font-weight: normal; }
  h1.inherit-color, h2.inherit-color, h3.inherit-color, h4.inherit-color, h5.inherit-color, h6.inherit-color, b.inherit-color, strong.inherit-color {
    color: inherit; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 19px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 12px; }

p, li {
  font-size: 15px; }
  p b, li b {
    font-family: Helvetica, Arial, sans-serif;
    color: #940408;
    font-size: 14px; }

.socialMedia li {
  display: inline-block;
  margin: 1px 2px 0; }

.socialMedia a {
  height: 21.81203px; }

.socialMedia img {
  transform: scale(1);
  vertical-align: middle;
  display: block; }

header {
  top: 0;
  position: fixed;
  height: 66px;
  background: #940408;
  width: 100vw;
  z-index: 100; }
  header .siteNav {
    position: relative;
    padding-top: 14.5px;
    height: 66px;
    width: 100%;
    background: #940408;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    header .siteNav--logo {
      display: inline-block;
      height: 37px;
      margin-right: 15px; }
    header .siteNav ul {
      position: relative;
      display: inline-block; }
      header .siteNav ul li {
        display: inline-block;
        margin-left: 15px; }
        header .siteNav ul li a {
          padding-left: 20px;
          text-decoration: none;
          font-size: 17px;
          color: white;
          transition: .5s;
          padding-top: 11px;
          padding-bottom: 11px; }
          header .siteNav ul li a:hover {
            color: #d1d3d4; }
        header .siteNav ul li.active a {
          background: url("../img/menu-leaf.52633a8081c1.svg") no-repeat left center;
          background-size: 11px 12px;
          background-position: left bottom 15px; }
        header .siteNav ul li .sub {
          display: none;
          position: fixed;
          top: 66px;
          left: 0px;
          width: 100vw;
          background: rgba(255, 255, 255, 0.8);
          height: 41px; }
        header .siteNav ul li:hover .sub, header .siteNav ul li:hover ul, header .siteNav ul li.active .sub, header .siteNav ul li.active ul {
          display: block !important; }
      header .siteNav ul.mainNav {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-positive: 1;
            flex-grow: 1;
        margin-right: 10px; }
        header .siteNav ul.mainNav > li {
          position: relative;
          display: table;
          height: 100%;
          margin-left: 0; }
          header .siteNav ul.mainNav > li:first-child {
            padding-left: 15px; }
          header .siteNav ul.mainNav > li::after {
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            right: -100%;
            width: 100%;
            height: 100%; }
          header .siteNav ul.mainNav > li > a {
            display: table-cell;
            vertical-align: bottom;
            height: 100%; }
          header .siteNav ul.mainNav > li.active > a {
            background-position: left bottom 15px; }
      header .siteNav ul.morepadding li {
        padding-right: 27px; }
        header .siteNav ul.morepadding li:last-child {
          padding-right: 0px; }
      header .siteNav ul ul {
        display: none;
        position: absolute;
        top: 62px;
        left: 0px;
        width: 64em; }
        header .siteNav ul ul li a {
          background: none !important;
          color: #940408 !important; }
        header .siteNav ul ul li.active a {
          background: url("../img/menu-leaf-red.a3c3661c74a2.svg") no-repeat left center !important;
          background-size: 11px 12px !important; }
          header .siteNav ul ul li.active a:hover {
            opacity: 0.75; }
    header .siteNav .socialMedia {
      position: absolute;
      top: 0px;
      right: 24.81203px;
      background: white;
      padding: 0 11px;
      height: 24.81203px; }
      header .siteNav .socialMedia li {
        margin-left: 0; }
        header .siteNav .socialMedia li:hover {
          opacity: 1; }
      header .siteNav .socialMedia a {
        padding: 0; }
    header .siteNav .toggleMenu {
      display: none;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 80px;
      height: 66px;
      background: url("../img/header-hamburger-menu.7dd517336608.svg") no-repeat center center;
      background-size: 30px 20px; }

.mobile_menu {
  width: 0%;
  height: 100vh;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
  background-color: #dadadc;
  overflow-x: hidden;
  padding-top: 66px;
  transition-timing-function: ease-in-out;
  transition: 0.3s; }
  .mobile_menu .menu_content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center; }
  .mobile_menu .borderHalf-white {
    height: 1px;
    border-bottom: 1px solid white;
    margin: 0 auto;
    width: 80%; }
  .mobile_menu a {
    padding: 18px 8px;
    /*line-height: $menu_item_line_height;*/
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: block;
    transition: 0.3s; }
    .mobile_menu a:hover, .mobile_menu a:focus {
      text-shadow: -1px 1px 8px black, 1px -1px 8px white; }
    .mobile_menu a.sub {
      font-size: 14px;
      padding-top: 0px;
      padding-bottom: 13px; }

footer {
  bottom: 0;
  position: relative;
  overflow: hidden;
  height: 150px;
  background: #940408;
  color: white;
  width: 100vw;
  z-index: 98;
  line-height: 19px; }
  footer .footer-top {
    height: 30px;
    border-bottom: 1px solid #AC4343;
    margin-bottom: 2px;
    cursor: pointer; }
    footer .footer-top [container] {
      position: relative; }
    footer .footer-top p {
      line-height: 28px; }
    footer .footer-top img {
      transform: scale(1.34);
      vertical-align: middle;
      margin: 0 8px 3px 0; }
    footer .footer-top a {
      color: white;
      text-decoration: none; }
    footer .footer-top .footer-toggle {
      position: absolute;
      top: 5px;
      right: 0px;
      margin: 0 10px;
      line-height: 16px;
      transition-duration: 400ms; }
      footer .footer-top .footer-toggle img {
        margin: 0; }
      footer .footer-top .footer-toggle--open {
        transform: rotate(90deg); }
  footer .footer-bottom {
    margin-bottom: 10px; }
    footer .footer-bottom [column] {
      height: 66px;
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 0px;
           column-gap: 0px;
      -moz-column-fill: auto;
           column-fill: auto;
      font-size: 14px; }
      footer .footer-bottom [column] a {
        color: white;
        text-decoration: none; }
      footer .footer-bottom [column] form {
        height: 43px;
        /* Chrome, Safari */
        page-break-inside: avoid;
        /* Theoretically FF 20+ */
        break-inside: avoid-column;
        /* IE 11 */
        display: block;
        width: 100%;
        overflow: auto; }
      footer .footer-bottom [column] input[type="text"], footer .footer-bottom [column] input[type="email"] {
        height: 19px;
        border: 0;
        padding: 0 8px;
        margin-left: -8px;
        background: #940408;
        color: white;
        font-size: 14px; }
        footer .footer-bottom [column] input[type="text"]::-webkit-input-placeholder, footer .footer-bottom [column] input[type="email"]::-webkit-input-placeholder {
          color: white; }
        footer .footer-bottom [column] input[type="text"]::-moz-placeholder, footer .footer-bottom [column] input[type="email"]::-moz-placeholder {
          color: white; }
        footer .footer-bottom [column] input[type="text"]:-ms-input-placeholder, footer .footer-bottom [column] input[type="email"]:-ms-input-placeholder {
          color: white; }
        footer .footer-bottom [column] input[type="text"]::placeholder, footer .footer-bottom [column] input[type="email"]::placeholder {
          color: white; }
      footer .footer-bottom [column] label.error {
        display: block; }
  footer .footer-copyright {
    display: table; }
    footer .footer-copyright [row] {
      display: table-row;
      width: 100%; }
    footer .footer-copyright [column] {
      display: table-cell;
      vertical-align: bottom;
      float: none;
      padding: 0;
      font-size: 11px;
      line-height: 13px;
      height: 21px; }
      footer .footer-copyright [column] img {
        vertical-align: top; }

.main {
  position: relative;
  padding-top: 66px;
  padding-bottom: 29px;
  margin-bottom: -28px;
  background: white;
  min-height: 100vh;
  min-width: 64em; }
  body.template-brand .main .heading {
    padding-top: 32px; }
    body.template-brand .main .heading [column] {
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 41.9375em) {
        body.template-brand .main .heading [column] {
          padding-left: 34px;
          padding-right: 34px; } }
    body.template-brand .main .heading h2 {
      margin-bottom: 5px; }
    body.template-brand .main .heading h4 {
      margin-bottom: 13px; }
  body.template-brand .main .childpages {
    background: white;
    padding-top: 29px;
    height: 146px;
    border-bottom: 12px solid #940408; }
    @media (max-width: 63.9375em) {
      body.template-brand .main .childpages {
        height: auto; } }
    body.template-brand .main .childpages--fixed {
      position: fixed;
      top: 66px;
      width: 100vw; }
    body.template-brand .main .childpages-wrap {
      height: 146px; }
      @media (max-width: 63.9375em) {
        body.template-brand .main .childpages-wrap {
          height: auto; } }
    body.template-brand .main .childpages [container] {
      position: relative; }
      body.template-brand .main .childpages [container]:first-child {
        max-width: 832px; }
      body.template-brand .main .childpages [container] .brand-sections {
        position: absolute;
        top: 73px;
        left: 36px; }
        @media (max-width: 63.9375em) {
          body.template-brand .main .childpages [container] .brand-sections {
            position: relative;
            top: 0;
            left: -24px;
            margin-top: 11px;
            margin-bottom: 23px;
            width: 110%; } }
    body.template-brand .main .childpages [row] {
      text-align: center;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 63.9375em) {
        body.template-brand .main .childpages [row] {
          padding-left: 17px;
          padding-right: 17px; } }
    body.template-brand .main .childpages [column] {
      padding: 14px 0 29px; }
    body.template-brand .main .childpages .vertical--center-wrap, body.template-brand .main .childpages .vertical--bottom-wrap {
      display: table;
      width: 100%;
      height: 45px; }
    @media (max-width: 41.9375em) {
      body.template-brand .main .childpages .vertical--bottom-wrap {
        height: auto; } }
    body.template-brand .main .childpages .vertical--center-wrap {
      height: 25px; }
    body.template-brand .main .childpages a {
      display: inline-block; }
      body.template-brand .main .childpages a:not(.active), body.template-brand .main .childpages a:not(.active) h4 {
        color: inherit; }
    @media (min-width: 42em) and (max-width: 63.9375em) {
      body.template-brand .main .childpages h4 {
        font-size: 15px;
        letter-spacing: 0; } }
  body.template-brand .main .brand-sections {
    margin: 0; }
    body.template-brand .main .brand-sections li {
      background: url("../img/bullet-leaf.99c40cccaa17.svg") no-repeat 23px 5px;
      background-size: 12px 12px;
      padding-left: 0; }
      body.template-brand .main .brand-sections li a {
        padding-left: 44px; }
      body.template-brand .main .brand-sections li h4 {
        margin-bottom: 5px; }
      body.template-brand .main .brand-sections li:not(.active) {
        background: none; }
        body.template-brand .main .brand-sections li:not(.active) h4, body.template-brand .main .brand-sections li:not(.active) a {
          color: inherit; }
  body.template-brand .main-content {
    padding-top: 18px; }
    @media (max-width: 41.9375em) {
      body.template-brand .main-content {
        padding-top: 0; } }
    @media (min-width: 64em) {
      body.template-brand .main-content .brand-left[column~="4"] {
        width: 37.33333%; } }
    @media (min-width: 64em) {
      body.template-brand .main-content .brand-right[column~="8"] {
        width: 58.66667%; } }
    @media (max-width: 41.9375em) {
      body.template-brand .main-content .brand-right[column~="8"] {
        padding-left: 34px;
        padding-right: 34px; } }
    body.template-brand .main-content h4 {
      margin-bottom: 5px; }
    body.template-brand .main-content section {
      display: none; }
      body.template-brand .main-content section blockquote {
        margin: 0 0 0 23px; }
  body.template-brand .main .two_columns-left, body.template-brand .main .two_columns-right {
    padding: 0; }
  @media (max-width: 41.9375em) {
    body.template-brand .main .two_columns [column] {
      width: 100% !important; } }
  body.template-brand .main .color {
    display: inline-block;
    margin-bottom: 32px; }
    @media (max-width: 41.9375em) {
      body.template-brand .main .color {
        display: block !important;
        margin: 0 auto 32px; } }
    body.template-brand .main .color > div {
      display: inline-block;
      float: left; }
      @media (max-width: 41.9375em) {
        body.template-brand .main .color > div {
          display: block !important;
          float: none;
          margin: 0 auto;
          text-align: center; } }
    body.template-brand .main .color-heading {
      color: #940408;
      font-size: 13px;
      margin-bottom: 6px; }
      @media (max-width: 41.9375em) {
        body.template-brand .main .color-heading {
          text-align: center; } }
    body.template-brand .main .color-text > p {
      float: left;
      margin: 42px 0 0 10px; }
      @media (max-width: 41.9375em) {
        body.template-brand .main .color-text > p {
          float: none;
          display: inline-block;
          font-size: 12px;
          margin-top: 29px; } }
    body.template-brand .main .color-box {
      width: 136px;
      height: 132px;
      margin-right: 20px; }
      @media (max-width: 41.9375em) {
        body.template-brand .main .color-box {
          width: 106px;
          height: 103px; } }
    body.template-brand .main .color--inline {
      margin-bottom: 19px; }
      body.template-brand .main .color--inline .color-heading {
        color: inherit;
        font-size: inherit; }
      body.template-brand .main .color--inline .color-text > p {
        margin: -4px 0 0 10px; }
        @media (max-width: 41.9375em) {
          body.template-brand .main .color--inline .color-text > p {
            margin-top: 27px; } }
      body.template-brand .main .color--inline .color-box {
        width: 63px;
        height: 63px; }
        @media (max-width: 41.9375em) {
          body.template-brand .main .color--inline .color-box {
            width: 106px;
            height: 103px; } }
    body.template-brand .main .color--image {
      display: block;
      clear: left;
      text-align: center;
      margin-bottom: 59px; }
      body.template-brand .main .color--image > div {
        display: block;
        float: none; }
      body.template-brand .main .color--image img {
        margin-bottom: 27px; }
      body.template-brand .main .color--image .color-text {
        width: 100%;
        height: 72px; }
        body.template-brand .main .color--image .color-text > p {
          width: 46.2%;
          margin: 0;
          padding-left: 10px; }
  body.template-brand .main .rich_text b {
    font-weight: normal; }
  body.template-brand .main .rich_text--left {
    text-align: left; }
  body.template-brand .main .rich_text--center {
    text-align: center; }
  body.template-brand .main .rich_text--right {
    text-align: right; }
    body.template-brand .main .rich_text--right img.full-width {
      float: right; }
      body.template-brand .main .rich_text--right img.full-width::after {
        content: "";
        clear: right; }
  body.template-brand-brand .main .childpages {
    height: auto;
    border-bottom: none; }
    @media (max-width: 41.9375em) {
      body.template-brand-brand .main .childpages [column] {
        width: 100%;
        margin-bottom: 7px; } }
  @media (max-width: 63.9375em) {
    body.template-brand:not(.template-brand-brand) .main .childpages [column] {
      padding: 0; } }
  body.template-brand-style-guide .main-content section h4 {
    margin-bottom: 18px; }
  body.template-brand-style-guide .main-content section p {
    margin: 0; }
  body.template-brand-style-guide .main-content section ul {
    margin: 0; }
    body.template-brand-style-guide .main-content section ul li {
      background-position: 4px 5px;
      padding-left: 18px; }
  body.template-project .main .heading {
    padding-top: 32px; }
    body.template-project .main .heading h2 {
      margin-bottom: 5px; }
  body.template-project .main [container] {
    max-width: 934px; }
    @media (max-width: 41.9375em) {
      body.template-project .main [container] {
        max-width: 272px; } }
  body.template-project .main .block-video {
    width: 572px;
    margin: 0 auto 27px; }
    @media (max-width: 63.9375em) {
      body.template-project .main .block-video {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px; } }
  @media (max-width: 63.9375em) {
    body.template-project .main .columns {
      margin-top: -18px;
      padding-top: 0px !important; } }
  @media (max-width: 63.9375em) {
    body.template-project .main .columns .column {
      margin-bottom: 60px;
      width: 50%; } }
  @media (max-width: 41.9375em) {
    body.template-project .main .columns .column {
      width: 100%; } }
  @media (max-width: 63.9375em) {
    body.template-project .main .columns .column:last-child {
      margin-bottom: 16px; } }
  body.template-project .main .columns .column .vertical--bottom-wrap {
    display: table;
    height: 62px;
    margin: 0 auto 5px; }
  body.template-project .main .feature {
    margin-bottom: 79px; }
    @media (max-width: 63.9375em) {
      body.template-project .main .feature {
        margin-bottom: -30px; } }
    body.template-project .main .feature:last-child {
      margin-bottom: 33px; }
      @media (max-width: 63.9375em) {
        body.template-project .main .feature:last-child {
          margin-bottom: 0px; } }
    body.template-project .main .feature h4 {
      margin-bottom: 18px; }
    @media (max-width: 63.9375em) {
      body.template-project .main .feature-column--image {
        height: auto !important;
        padding-left: 0;
        padding-right: 0;
        text-align: center; } }
    @media (max-width: 63.9375em) {
      body.template-project .main .feature-column--text {
        width: 100% !important;
        margin-left: 0 !important; } }
    body.template-project .main .feature img {
      margin-top: 40px; }
      @media (max-width: 63.9375em) {
        body.template-project .main .feature img {
          float: none !important;
          top: 0px !important;
          left: 0px !important;
          margin-top: 0px;
          margin-bottom: 28px;
          max-width: 100%; } }
  body.template-project .main .see_more {
    margin-top: 38px;
    margin-bottom: 57px; }
    @media (max-width: 63.9375em) {
      body.template-project .main .see_more {
        margin-top: 15px;
        margin-bottom: 20px; } }
  .main-content {
    padding-top: 10px;
    padding-bottom: 10px; }
    body.template-standard .main-content [container] {
      padding-top: 26px;
      padding-bottom: 16px; }
      body.template-standard .main-content [container] .richtext-image.full-width {
        display: block;
        margin: 0 auto; }
      body.template-standard .main-content [container] [container] {
        padding-left: 15px;
        padding-right: 15px; }
    body.template-standard .main-content .jumbotron [container] {
      padding-top: 0;
      padding-bottom: 0; }
    body.template-careers .main-content .heading {
      display: inline-block;
      margin-bottom: 6px; }
    body.template-careers .main-content .careers_list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
    body.template-careers .main-content .category {
      margin-bottom: 10px; }
    body.template-careers .main-content [column~="4"] .category {
      margin-bottom: 30px; }
      body.template-careers .main-content [column~="4"] .category h6 {
        margin-bottom: 10px; }
    body.template-careers .main-content .right_arrow {
      white-space: nowrap; }
      body.template-careers .main-content .right_arrow img {
        margin: 0 0 2px 23px; }
    body.template-careers .main-content .rich-text h5 {
      margin-bottom: 18px; }
    .main-content-heading {
      margin-bottom: 10px; }
    .main-content ul, .main-content ol {
      margin: 18px 0; }
      .main-content ul > ul, .main-content ol > ul {
        margin: 0 0 0 27px; }
      .main-content ul.noicon, .main-content ol.noicon {
        margin: 0; }
        .main-content ul.noicon li, .main-content ol.noicon li {
          background: none;
          padding-left: 23px; }
    .main-content ol {
      list-style-type: decimal;
      counter-reset: item;
      margin-left: 43px; }
      .main-content ol li {
        display: block;
        position: relative;
        padding-left: 18px; }
        .main-content ol li:before {
          position: absolute;
          left: 0px;
          content: counter(item) ". ";
          counter-increment: item;
          width: 18px; }
    .main-content ul li {
      background: url("../img/bullet-leaf.99c40cccaa17.svg") no-repeat 12px 5px;
      padding-left: 27px; }
    .main-content p {
      margin-bottom: 18px; }
    .main-content .socialMedia {
      margin: 9px 0; }
      .main-content .socialMedia li {
        background: none;
        padding: 0; }
    .main-content .columnsheading {
      padding-bottom: 19px; }
    .main-content .file {
      margin-top: 8px;
      margin-right: 37px; }
      .main-content .file:last-child {
        margin-right: 0; }
    .main-content .heading-space {
      display: inline-block;
      width: 20px;
      height: 5px;
      text-align: left; }
    .main-content .heading-icon {
      vertical-align: middle;
      margin-right: 8px; }
    .main-content .heading-text {
      vertical-align: middle; }
    .main-content .contact-spacing {
      margin-bottom: 14px; }
    .main-content .contact-bottom p {
      font-size: 9px; }
    .main-content .contact-tabs {
      width: 98.75%; }
      .main-content .contact-tabs ul {
        margin: 0 0 16px 0;
        height: 25px; }
      .main-content .contact-tabs-tab {
        background: none;
        padding: 0;
        float: left;
        width: 50%;
        height: 100%;
        text-align: center;
        border: 1px solid #940408;
        font-size: 17px;
        line-height: 17px; }
        .main-content .contact-tabs-tab a {
          display: block;
          height: 100%; }
        .main-content .contact-tabs-tab--active {
          background: #940408; }
          .main-content .contact-tabs-tab--active a {
            color: white; }
          .main-content .contact-tabs-tab--active img {
            -webkit-filter: grayscale(100%) brightness(10);
                    filter: grayscale(100%) brightness(10); }
    .main-content form input, .main-content form select, .main-content form textarea {
      width: 100%;
      height: 27px;
      border: 1px solid #D1D3D4;
      font-size: 11px;
      margin-bottom: 6px;
      padding: 1px 5px;
      background-color: white; }
      .main-content form input[data-tab="other"], .main-content form select[data-tab="other"], .main-content form textarea[data-tab="other"] {
        display: none; }
      .main-content form input.error, .main-content form select.error, .main-content form textarea.error {
        border-color: red; }
    .main-content form label.error {
      display: none !important; }
    .main-content form select {
      color: #808285;
      border-radius: 0;
      -webkit-appearance: none;
      background: white url("../img/caret.e8f23cdc0467.svg") no-repeat right center; }
    .main-content form textarea {
      padding: 5px;
      height: 54px; }
    .main-content form ::-webkit-input-placeholder {
      color: #808285; }
    .main-content form ::-moz-placeholder {
      color: #808285; }
    .main-content form :-ms-input-placeholder {
      color: #808285; }
    .main-content form ::placeholder {
      color: #808285; }
    .main-content form button {
      float: right;
      width: 129px;
      height: 26px;
      background: #940408;
      color: white;
      border: 0;
      cursor: pointer;
      font-size: 12px;
      margin-top: 1px; }
  .main-article {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    width: 100%; }
    .main-article-thumbnail {
      width: 274px;
      height: 222px;
      margin-right: 15px;
      position: relative; }
      .main-article-thumbnail .play_btn {
        width: 100%;
        height: 100%;
        position: absolute;
        background: url("../img/play-button.81ea9b94e71f.svg");
        background-position: center;
        background-repeat: no-repeat; }
    .main-article-date {
      margin-top: 2px;
      letter-spacing: 1px; }
    .main-article--snippet {
      position: inherit;
      margin: 0px 0px 30px; }
      .main-article--snippet > img, .main-article--snippet .responsive-object {
        margin-bottom: 10px; }
    .main-article p:last-of-type {
      display: inline; }
    .main-article p {
      margin-bottom: 10px; }
    .main-article-ex_link {
      display: inline;
      font-size: 15px; }

div.accent {
  height: 108px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table;
  margin: 10px 0px 30px; }
  div.accent-images--square img {
    width: 116px;
    height: 116px;
    margin: 0px 5px; }
  div.accent--marginonly {
    margin: 10px 0px 30px; }
  div.accent--nomargin {
    margin: 0; }
  div.accent--contact {
    height: 104px; }
    div.accent--contact [container] {
      padding: 0 !important; }
    div.accent--contact .accent--nomargin {
      padding: 0;
      height: 104px; }

.slideshow {
  width: 100vw;
  position: relative;
  height: 493px; }
  .slideshow .slides li {
    display: none;
    height: inherit;
    overflow: hidden;
    position: relative;
    height: 493px; }
  .slideshow .responsive-object .mejs-container, .slideshow .responsive-object .me-plugin, .slideshow .responsive-object .video_cover {
    top: 246.5px;
    height: calc(100% + 2px) !important;
    width: calc(100% + 2px) !important;
    margin-top: -1px;
    margin-left: -1px; }
  .slideshow .responsive-object .mejs-container .me-plugin {
    top: 50%; }
  .slideshow .responsive-object .video_cover {
    display: none; }
  .slideshow [container] {
    position: relative; }
  .slideshow .slideshow-caption {
    position: absolute;
    left: 50%;
    top: 382px;
    width: 600px;
    margin-left: -400px; }

@media (max-width: 876.44444px) {
  .slideshow .responsive-object .mejs-container, .slideshow .responsive-object .me-plugin, .slideshow .responsive-object .video_cover {
    height: 493px !important;
    width: 876.44444px !important; } }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 18px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1; }

.flex-control-paging li a {
  width: 7px;
  height: 7px;
  display: block;
  background: #666;
  background: #940408;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }
  .flex-control-paging li a.flex-active {
    background: white;
    border: 1px solid #940408;
    cursor: default; }

.jumbotron {
  position: relative;
  height: 155px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  body.template-homepage .jumbotron {
    height: 201px; }
  .jumbotron-overlay--white {
    height: 100%;
    width: 100%;
    position: absolute;
    display: table; }
    .jumbotron-overlay--white img {
      margin-bottom: 16px; }
  .jumbotron p {
    font-size: inherit;
    margin-bottom: 0; }
  .jumbotron--quote {
    background-position: center bottom;
    background-attachment: fixed; }
    .jumbotron--quote [container] {
      max-width: 728px; }
  .jumbotron--top {
    height: 287px; }
    .jumbotron--top [container], .jumbotron--top [row], .jumbotron--top [column] {
      height: 100%; }
    .jumbotron--top [column] {
      position: relative; }
    .jumbotron--top-text {
      position: absolute;
      bottom: 20px;
      max-width: 100%; }
      .jumbotron--top-text span {
        display: inline-block; }
      .jumbotron--top-text-heading {
        margin-bottom: 6px; }
        .jumbotron--top-text-heading span {
          padding: 4px 27px 2px 19px; }
      .jumbotron--top-text-subheading span {
        padding: 6px 28px 5px 19px; }

.column > h3, .column > a > h3 {
  margin-bottom: 7px; }

.column > h4, .column > a > h4 {
  margin-bottom: 13px; }

.column > img:not(.heading-icon), .column > a > img:not(.heading-icon) {
  margin-bottom: 10px;
  width: 100%;
  height: auto; }

.column--person > img, .column > a--person > img {
  margin-bottom: 22px; }

.column--person > ul li, .column > a--person > ul li {
  background-position: left 5px;
  margin: 18px 11px 18px 0;
  padding-left: 15px; }

.column--standard p, .column--page p, .column > a--standard p, .column > a--page p {
  font-size: 14px; }

.column--news p, .column > a--news p {
  margin: 0; }

.column--news > div:last-of-type, .column > a--news > div:last-of-type {
  margin-bottom: 20px; }

.dropzone {
  width: 100%;
  min-height: 59px;
  border: 1px dashed #D1D3D4;
  font-size: 11px;
  margin-bottom: 6px;
  padding: 1px 5px; }
  .dropzone .fileinput-button {
    cursor: pointer;
    display: block;
    width: 110px;
    margin: 0 auto;
    padding: 5px 0;
    color: #940408;
    font-size: 9px;
    text-align: center; }
    .dropzone .fileinput-button input {
      width: 100%;
      height: 100%;
      border: none;
      margin: 0px;
      padding: 0px;
      background: none; }
  .dropzone .file {
    text-align: center; }
  .dropzone.hover {
    border-style: solid;
    color: #D1D3D4; }
  .dropzone.fade {
    transition: all 0.3s ease-out;
    opacity: 1; }

@media (min-width: 42em) and (max-width: 63.9375em) {
  footer .footer-bottom [column~="1"] {
    width: 8.33333%; }
  footer .footer-bottom [column~="2"] {
    width: 16.66667%; }
  footer .footer-bottom [column~="3"] {
    width: 25%; }
  footer .footer-bottom [column~="4"] {
    width: 33.33333%; }
  footer .footer-bottom [column~="5"] {
    width: 41.66667%; }
  footer .footer-bottom [column~="6"] {
    width: 50%; }
  footer .footer-bottom [column~="7"] {
    width: 58.33333%; }
  footer .footer-bottom [column~="8"] {
    width: 66.66667%; }
  footer .footer-bottom [column~="9"] {
    width: 75%; }
  footer .footer-bottom [column~="10"] {
    width: 83.33333%; }
  footer .footer-bottom [column~="11"] {
    width: 91.66667%; }
  footer .footer-bottom [column~="12"] {
    width: 100%; }
  .main {
    min-width: 0; }
    .main [container] {
      width: 42em; }
  [column~="12"] > img:only-child {
    max-width: 100%;
    height: auto; } }

@media (max-width: 900px) {
  header .siteNav .mainNav, header .siteNav .socialMedia {
    display: none !important; }
  header .siteNav .toggleMenu {
    display: block; }
  header .sub {
    display: none; }
  .mobile_menu.open {
    width: 100%; } }

@media (max-width: 41.9375em) {
  [container] {
    padding-left: 15px;
    padding-right: 15px; }
  footer {
    height: 219px; }
    footer [container] {
      padding-left: 21px;
      padding-right: 21px; }
    footer .footer-top {
      white-space: nowrap; }
    footer .footer-bottom img {
      vertical-align: middle;
      margin: 0 8px 3px 0; }
    footer .footer-bottom p {
      margin-bottom: 4px; }
  .main {
    min-width: 0; }
    .main [container] {
      width: 20em; }
      .main [container] [container] {
        width: 100%; }
    .main .main-article-thumbnail {
      margin-bottom: 12px; }
    .main .main-article-title {
      margin-bottom: 9px; }
  div.accent, div.accent--centered {
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0px 10px; }
  div.accent--centered {
    display: table;
    margin: 10px auto;
    padding: 0px !important; }
    div.accent--centered img:not(.heading-icon) {
      margin: 0px 0px; }
  div.accent-images--square {
    white-space: normal !important;
    padding: 0 !important;
    width: 100% !important; }
  div.accent--contact {
    height: 132px; }
    div.accent--contact .accent--nomargin {
      height: 132px;
      margin: 0; }
    div.accent--contact h3:first-child {
      font-size: 15px; }
  .slideshow {
    height: 378px; }
    .slideshow .responsive-object .mejs-container, .slideshow .responsive-object .me-plugin, .slideshow .responsive-object .video_cover {
      top: 189px;
      height: 378px !important;
      width: 672px !important; }
  .jumbotron {
    height: 266px; }
    .jumbotron--top {
      height: 378px; }
      .jumbotron--top h4 {
        font-size: 15px; }
  .column {
    margin-bottom: 30px; }
    .column p:last-child {
      margin-bottom: 0; }
  .column > img:not(.heading-icon), .column > a > img:not(.heading-icon) {
    width: 100%;
    height: auto; }
  .column > h3, .column > a > h3 {
    font-size: 17px; }
  .rich-text img, [column~="12"] > img:only-child {
    max-width: 100%;
    height: auto; } }

.mejs-overlay-button {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("../img/play-button.81ea9b94e71f.svg") no-repeat center center;
  opacity: 0.8; }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 0;
  opacity: 1; }

.mejs-controls {
  background: transparent !important;
  opacity: 0.8; }
  .mejs-controls .mejs-button button {
    background-image: url("../img/mejs-controls-white.bc4f8aa26459.svg"); }
    .mejs-controls .mejs-button button:focus {
      outline: none; }
  .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(0, 0, 0, 0.8);
    outline: none;
    margin: 8px 5px; }
  .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(148, 4, 8, 0.8); }
  .mejs-controls .mejs-time-rail .mejs-time-current {
    background: rgba(255, 255, 255, 0.8); }
  .mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
    border-radius: 0;
    height: 6px; }

/*# sourceMappingURL=style.css.map */
