@charset "UTF-8";
/*!
 * CSS for https://www.bvagroup.com
 * @author: Jeremy Burton (jeremy@select-interactive.com/www.select-interactive.com)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * CSS Helpers
 */
.vcenter {
  position: relative; }
  .vcenter-content {
    position: relative; }
    @media (min-width: 1024px) {
      .vcenter-content {
        top: 50%;
        transform: translateY(-50%); } }

.eq-height-item {
  opacity: 0;
  transition: opacity .075s ease; }
  .eq-height-item.in {
    opacity: 1; }

.bg-cover, .careers #content-wrapper, .contact #content-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

/*
 * Margin and padding helpers
 */
.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

/*
 * Floats
 */
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

/*
 * Max-Width 100% and height auto for RWD
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/**
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Project SASS Mixins
 */
.row, .form-row, #nav-main ul, .footer-items, #drawer-nav ul, .hdr-bar [title], #hdr-nav ul, .md-select-menu, #nav-admin ul, .social-links, .captions, .team-list, .team-grid, .bio-share, .service-category-list, .industries-grid, .industry-children, .news-nav-tags, .contact-addr {
  margin: 0; }

.row, .form-row {
  padding: 0; }

.tab, #vid-main, .team-wrapper .team-col-list, .industry-img, .news-nav-tags, #form-career {
  display: none; }

#masthead, #drawer-nav a i, .hdr-bar [title], [drawer-nav-trigger], #hdr-nav li, .btn, .alert-button, .btn i, .alert-button i, input[type=checkbox] + label,
input[type=radio] + label, input[type=checkbox][switch] + label .switch-toggle, input[type=checkbox][switch] + label .switch-toggle:after, input[type=radio] + label:before, .md-select-menu-item[selected="true"]:before, .tab-links li, #nav-admin a, .caption-hdr, .caption-tag, .about-content .icon, .team-list a, .team-list a:after, .bio-contact-lbl, .service-category-list a:after, .industries-grid li, .news-nav li, .news-nav-tags a, .news-nav-tags a:after, .news-item-read-more:after, .careers-item-preview a, .careers-item-apply, .careers-item-apply:after {
  display: inline-block; }

#nav-main a, .footer-items, .footer-items li, #drawer-nav a, #hdr-nav a, .btn-ripple-container, .md-select-menu-item, input[type=range], .tab-links a, .tab.active, .team-grid-link, .industries-grid-link, .industry-children a, .news-nav a, .news-item-img a {
  display: block; }

#nav-trigger, #container-drawer-overlay, .hdr-bar:after, .btn-ripple-container, .btn-ripple-element, input[type=text][class*="input-icon"] ~ i,
input[type=password][class*="input-icon"] ~ i,
input[type=email][class*="input-icon"] ~ i,
input[type=url][class*="input-icon"] ~ i,
input[type=time][class*="input-icon"] ~ i,
input[type=date][class*="input-icon"] ~ i,
input[type=datetime-local][class*="input-icon"] ~ i,
input[type=tel][class*="input-icon"] ~ i,
input[type=number][class*="input-icon"] ~ i,
input[type=search][class*="input-icon"] ~ i,
textarea[class*="input-icon"] ~ i,
.text-editor[class*="input-icon"] ~ i,
select[class*="input-icon"] ~ i, input[type=checkbox],
input[type=radio], input[type=checkbox] + label:before, input[type=checkbox] + label:after, input[type=radio] + label:before,
input[type=radio] + label:after, input[type=checkbox][switch] + label .switch-toggle:after, .input-field label, .input-field .error-label, .md-select-menu, #select-pg-overlay, #alert-overlay, .page-abs, .page-abs-overlay, .page-quote .quote:before, .page-quote .quote:after, #event-overlay, .social-links, .captions, .caption-tag:before, .caption-tag:after, #vid-main,
#vid-overlay,
#vid-mbl-bg, .about-more, .team-grid-overlay, .service-category-overlay, .service-category-more, .industries-grid-overlay, .industries-back, .careers-item-apply:after {
  position: absolute; }

#content-wrapper, footer, .container, .container-main, .container-main-content, .hdr-bar, .btn, .alert-button, input[type=checkbox] + label,
input[type=radio] + label, input[type=checkbox][switch] + label .switch-toggle, .input-field, .md-select-menu-item, input[type=range], .page-rel, .page-content, .page-quote .quote, .page-quote .quote span, .caption-tag, .team-grid-link, .team-grid-img, .service-category-img, .industries-grid-link, .news-nav a, .news-item-info, .careers-item-apply {
  position: relative; }

#hdr-main, #nav-main, .container-drawer, .btn[fab][fixed], .alert-button[fab][fixed], #alert, .toast, #vid-main {
  position: fixed; }

.industries-grid li {
  float: left; }

#hdr-nav, input[type=range] + .range-label {
  float: right; }

#nav-trigger, #nav-main a, .footer-items a, #drawer-nav a, .btn, .alert-button, .md-select-menu-item, .tab-links a, .page-hdr-aside a, #nav-admin a, .caption-link, .about-content .about-brochure, .team-list a, .team-grid-link, .bio-contact a, .bio-share a, .bio-share a.spanish, .service-category-list a, .industries-grid-link, .industries-back, .industry-children a, .news-nav a, .news-nav-tags a, .news-item-img a, .news-item-read-more, .careers-item-preview a, .careers-item-apply, .contact-addr a {
  text-decoration: none; }

.text-left, .toast, .bio-share li {
  text-align: left; }

.text-center, .btn, .alert-button, .btn i, .alert-button i, .tab-links a, .page-quote .quote, .values .value, .team-grid-content, .bio-share a.spanish, .service-category-name, .service-category-list, .c-service-item__re-item, .industries-grid-name, .industries-grid-name-2, .industry-children a, .sg-element {
  text-align: center; }

.text-right, .input-field .error-label, #alert-buttons, .page-quote .quote-by {
  text-align: right; }

.text-justify, .about-content, .bio-content, .industry-full-copy, .careers-position {
  text-align: justify; }

.text-uppercase, #nav-main a, #link-slant, .tab-links a, .page-hdr, .page-hdr-aside, .page-quote .quote-by, .caption-hdr, .values .value-name, .team-grid-name, .bio-name, .bio-accreditations, .bio-share li, .c-industry__hdr {
  text-transform: uppercase; }

.caption-tag {
  text-transform: lowercase; }

#nav-main ul, .footer-items, #drawer-nav ul, #hdr-nav ul, .md-select-menu, .tab-links, .admin-option-list, #nav-admin ul, .social-links, .captions, .team-list, .team-grid, .bio-contact, .bio-share, .service-category-list, .industries-grid, .industry-children, .news-nav, .news-nav-tags, .contact-addr {
  list-style: none; }

@media (min-width: 1024px) {
  .mbl-only {
    display: none !important; } }

@media (max-width: 768px) {
  .no-mbl {
    display: none !important; } }

.clearfix::before, #nav-main ul::before, .footer-items::before, .values::before, .team-wrapper::before, .team-grid::before, .bio-hdr::before, .bio-share::before, .services::before, .industries-grid::before, .industry-wrapper::before, .industry-body::before, .industry-children::before, .news-wrapper::before, .news-item::before,
.row::before,
.form-row::before {
  content: "";
  display: table; }

.clearfix:after, #nav-main ul:after, .footer-items:after, .values:after, .team-wrapper:after, .team-grid:after, .bio-hdr:after, .bio-share:after, .services:after, .industries-grid:after, .industry-wrapper:after, .industry-body:after, .industry-children:after, .news-wrapper:after, .news-item:after,
.row:after,
.form-row:after {
  clear: both;
  content: "";
  display: table; }

/**
 * Typography styles
 * Fonts, type helpers, headers, body text, lists, and other typography helpers
 */
@font-face {
  font-family: 'cooper_hewitt_thin';
  src: url("/font/cooperhewitt-thin-webfont.eot");
  src: url("/font/cooperhewitt-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/font/cooperhewitt-thin-webfont.woff2") format("woff2"), url("/font/cooperhewitt-thin-webfont.woff") format("woff"), url("/font/cooperhewitt-thin-webfont.ttf") format("truetype"), url("/font/cooperhewitt-thin-webfont.svg#cooper_hewittthin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cooper_hewitt_book';
  src: url("/font/cooperhewitt-book-webfont.eot");
  src: url("/font/cooperhewitt-book-webfont.eot?#iefix") format("embedded-opentype"), url("/font/cooperhewitt-book-webfont.woff2") format("woff2"), url("/font/cooperhewitt-book-webfont.woff") format("woff"), url("/font/cooperhewitt-book-webfont.ttf") format("truetype"), url("/font/cooperhewitt-book-webfont.svg#cooper_hewitt_book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cooper_hewitt_medium';
  src: url("/font/CooperHewitt-Medium.eot");
  src: url("/font/CooperHewitt-Medium.eot?#iefix") format("embedded-opentype"), url("/font/CooperHewitt-Medium.woff") format("woff"), url("/font/CooperHewitt-Medium.svg#cooper_hewitt_med") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cooper_hewitt_semibold';
  src: url("/font/CooperHewitt-Semibold.eot");
  src: url("/font/CooperHewitt-Semibold.eot?#iefix") format("embedded-opentype"), url("/font/CooperHewitt-Semibold.woff") format("woff"), url("/font/CooperHewitt-Semibold.svg#cooper_hewitt_semibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cooper_hewitt_bold';
  src: url("/font/cooperhewitt-bold-webfont.eot");
  src: url("/font/cooperhewitt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/font/cooperhewitt-bold-webfont.woff2") format("woff2"), url("/font/cooperhewitt-bold-webfont.woff") format("woff"), url("/font/cooperhewitt-bold-webfont.ttf") format("truetype"), url("/font/cooperhewitt-bold-webfont.svg#cooper_hewitt_bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'euphemia_ucasregular';
  src: url("/font/euphemiaucas-webfont.eot");
  src: url("/font/euphemiaucas-webfont.eot?#iefix") format("embedded-opentype"), url("/font/euphemiaucas-webfont.woff2") format("woff2"), url("/font/euphemiaucas-webfont.woff") format("woff"), url("/font/euphemiaucas-webfont.ttf") format("truetype"), url("/font/euphemiaucas-webfont.svg#euphemia_ucasregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noasarck';
  src: url("/font/noasarck-webfont.woff2") format("woff2"), url("/font/noasarck-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bebasneue';
  src: url("/font/bebasneue-regular-webfont.woff2") format("woff2"), url("/font/bebasneue-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.text-xlarge {
  font-size: 1.4em; }

.text-larger {
  font-size: 1.25em; }

.text-large {
  font-size: 1.1em; }

.text-small {
  font-size: .9em; }

.text-smaller {
  font-size: .75em; }

.text-xsmall {
  font-size: .6em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  text-rendering: optimizelegibility; }

p {
  margin: 0 0 11px; }

ul, ol {
  padding: 0;
  margin: 0 0 11px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 22px; }

a {
  color: #08c; }
  a:hover {
    color: #005580; }

strong,
b {
  font-family: "cooper_hewitt_medium", sans-serif;
  font-weight: normal; }

* {
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }
  html.withdrawer {
    height: 100%;
    width: 100%;
    overflow: hidden; }

body {
  background: #1E2744;
  color: #2d2d2d;
  font-family: "cooper_hewitt_thin", sans-serif;
  text-align: left;
  overflow: hidden; }
  body.modal-in {
    overflow: hidden; }
  body .noscroll {
    overflow: hidden !important;
    max-height: 100%; }
  body.home-2020 {
    background: #fff; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      body.home-2020 {
        height: 100vh;
        overflow: hidden;
        overflow-x: auto; } }

::-moz-selection {
  background: #b3d4fc;
  color: #fff; }

::selection {
  background: #b3d4fc;
  color: #fff; }

#content-wrapper {
  background: #fff;
  margin-bottom: 71px;
  min-height: calc(100vh - 71px - 42px);
  overflow: hidden;
  top: 71px;
  z-index: 1; }
  @media (min-width: 1200px) {
    #content-wrapper {
      margin-bottom: 109px;
      min-height: calc(100vh - 109px - 42px);
      top: 109px; } }
  .home #content-wrapper {
    height: calc(100vh - 66px);
    margin-bottom: 0;
    min-height: calc(100vh - 66px);
    top: 0; }
    @media (min-width: 1024px) {
      .home #content-wrapper {
        height: calc(100vh - 42px);
        min-height: calc(100vh - 42px); } }
  .home-to #content-wrapper {
    margin-bottom: 0;
    min-height: 100vh;
    top: 0;
    height: auto; }
  .home-2020 #content-wrapper {
    margin: 74px 0 0 !important;
    min-height: calc(100vh - 74px);
    overflow: visible;
    position: relative;
    top: 0; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .home-2020 #content-wrapper {
        background: url(/img/home/2020/bg.v1.jpg) repeat-x center center;
        background-size: cover;
        height: calc(100vh - 70px) !important;
        margin: 70px 0 0 !important;
        min-height: 0; } }
  .about #content-wrapper {
    margin-bottom: 0;
    top: 0; }
  .services #content-wrapper,
  .service #content-wrapper {
    background: #edeeee; }
  .careers #content-wrapper {
    background-attachment: fixed;
    background-image: url(/img/careers/bg.v2.jpg);
    background-position: center top; }
  .contact #content-wrapper {
    background-image: url(/img/contact/bg.v2.jpg); }
    @media (min-width: 768px) {
      .contact #content-wrapper {
        background-image: url(/img/contact/bg-tablet.v2.jpg); } }
    @media (min-width: 1024px) {
      .contact #content-wrapper {
        background-image: url(/img/contact/bg-large.v2.jpg); } }
    @media (min-width: 1200px) {
      .contact #content-wrapper {
        background-image: url(/img/contact/bg-wide.v2.jpg); } }
    @media (min-width: 1400px) {
      .contact #content-wrapper {
        background-image: url(/img/contact/bg-xwide.v2.jpg); } }
    @media (min-width: 1800px) {
      .contact #content-wrapper {
        background-image: url(/img/contact/bg-massive.v2.jpg); } }

.span-1 {
  width: 6.7796610169%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-1 {
  padding-left: 8.4745762712%; }

.suffix-1 {
  padding-right: 8.4745762712%; }

.span-2 {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-2 {
  padding-left: 16.9491525424%; }

.suffix-2 {
  padding-right: 16.9491525424%; }

.span-3 {
  width: 23.7288135593%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-3 {
  padding-left: 25.4237288136%; }

.suffix-3 {
  padding-right: 25.4237288136%; }

.span-4 {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-4 {
  padding-left: 33.8983050847%; }

.suffix-4 {
  padding-right: 33.8983050847%; }

.span-5 {
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-5 {
  padding-left: 42.3728813559%; }

.suffix-5 {
  padding-right: 42.3728813559%; }

.span-6 {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-6 {
  padding-left: 50.8474576271%; }

.suffix-6 {
  padding-right: 50.8474576271%; }

.span-7 {
  width: 57.6271186441%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-7 {
  padding-left: 59.3220338983%; }

.suffix-7 {
  padding-right: 59.3220338983%; }

.span-8 {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-8 {
  padding-left: 67.7966101695%; }

.suffix-8 {
  padding-right: 67.7966101695%; }

.span-9 {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-9 {
  padding-left: 76.2711864407%; }

.suffix-9 {
  padding-right: 76.2711864407%; }

.span-10 {
  width: 83.0508474576%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-10 {
  padding-left: 84.7457627119%; }

.suffix-10 {
  padding-right: 84.7457627119%; }

.span-11 {
  width: 91.5254237288%;
  float: left;
  margin-right: 1.6949152542%; }

.pre-11 {
  padding-left: 93.2203389831%; }

.suffix-11 {
  padding-right: 93.2203389831%; }

.span-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.pre-12 {
  padding-left: 101.694915254%; }

.suffix-12 {
  padding-right: 101.694915254%; }

.span-first {
  margin-left: 0;
  padding-left: 0; }

.span-last {
  float: right;
  margin-right: 0;
  padding-right: 0; }

.row, .form-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  
  .row:after,
  .form-row:after {
    content: " ";
    display: block;
    clear: both; }

.row-cols-1 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-1 .col {
      clear: none;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; }
      .row-cols-1 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-1, .form-row .col-1 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-1, .form-row .col-1 {
      clear: none;
      width: 6.7796610169%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-1:not(:first-child):last-child, .form-row .col-1:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-2 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-2 .col {
      clear: none;
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-2 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-2, .form-row .col-2 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-2, .form-row .col-2 {
      clear: none;
      width: 15.2542372881%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-2:not(:first-child):last-child, .form-row .col-2:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-3 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-3 .col {
      clear: none;
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-3 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-3, .form-row .col-3 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-3, .form-row .col-3 {
      clear: none;
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-3:not(:first-child):last-child, .form-row .col-3:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-4 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-4 .col {
      clear: none;
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-4 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-4, .form-row .col-4 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-4, .form-row .col-4 {
      clear: none;
      width: 32.2033898305%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-4:not(:first-child):last-child, .form-row .col-4:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-5 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-5 .col {
      clear: none;
      width: 18.6440677966%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-5 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-5, .form-row .col-5 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-5, .form-row .col-5 {
      clear: none;
      width: 40.6779661017%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-5:not(:first-child):last-child, .form-row .col-5:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-6 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-6 .col {
      clear: none;
      width: 15.2542372881%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-6 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-6, .form-row .col-6 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-6, .form-row .col-6 {
      clear: none;
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-6:not(:first-child):last-child, .form-row .col-6:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-7 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-7 .col {
      clear: none;
      width: 12.8329297821%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-7 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-7, .form-row .col-7 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-7, .form-row .col-7 {
      clear: none;
      width: 57.6271186441%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-7:not(:first-child):last-child, .form-row .col-7:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-8 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-8 .col {
      clear: none;
      width: 11.0169491525%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-8 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-8, .form-row .col-8 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-8, .form-row .col-8 {
      clear: none;
      width: 66.1016949153%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-8:not(:first-child):last-child, .form-row .col-8:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-9 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-9 .col {
      clear: none;
      width: 9.604519774%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-9 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-9, .form-row .col-9 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-9, .form-row .col-9 {
      clear: none;
      width: 74.5762711864%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-9:not(:first-child):last-child, .form-row .col-9:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-10 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-10 .col {
      clear: none;
      width: 8.4745762712%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-10 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-10, .form-row .col-10 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-10, .form-row .col-10 {
      clear: none;
      width: 83.0508474576%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-10:not(:first-child):last-child, .form-row .col-10:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-11 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-11 .col {
      clear: none;
      width: 7.5500770416%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-11 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-11, .form-row .col-11 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-11, .form-row .col-11 {
      clear: none;
      width: 91.5254237288%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row .col-11:not(:first-child):last-child, .form-row .col-11:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row-cols-12 .col {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row-cols-12 .col {
      clear: none;
      width: 6.7796610169%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
      .row-cols-12 .col:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

.row .col-12, .form-row .col-12 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 4.6610169492%;
  padding: 0; }
  @media (min-width: 768px) {
    .row .col-12, .form-row .col-12 {
      clear: none;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0; }
      .row .col-12:not(:first-child):last-child, .form-row .col-12:not(:first-child):last-child {
        float: right;
        margin-right: 0; } }

#hdr-main {
  background: #1e2744;
  padding: 1rem;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10; }
  .home #hdr-main,
  .home-2020 #hdr-main,
  .home-to #hdr-main {
    background: transparent; }
  .home-to #hdr-main {
    transition: background .2s linear; }
  .nav-in #hdr-main,
  .home-to-scrolled #hdr-main {
    background: #1e2744 !important; }
  @media (min-width: 1200px) {
    #hdr-main {
      padding: 25px 50px; }
      .home-2020 #hdr-main {
        padding: .5rem 50px; }
      .about #hdr-main {
        background: rgba(30, 39, 68, 0.7); } }

#logos-home {
  display: none; }
  .home-2020 #logos-home {
    display: block; }

.home-2020 #logos-inner {
  display: none; }

#masthead {
  max-width: 160px; }
  @media (min-width: 1200px) {
    #masthead {
      max-width: 100%; } }
  .home-2020 #masthead img {
    display: inline-block; }
    .home-2020 #masthead img:last-child {
      display: none; }
  .home-2020.nav-in #masthead img {
    display: none; }
    .home-2020.nav-in #masthead img:last-child {
      display: inline-block; }

#nav-trigger {
  height: 71px;
  padding: 0 1rem;
  right: 0;
  top: 0;
  color: #CC3333; }
  #nav-trigger:hover {
    color: #CC3333; }
  #nav-trigger i {
    font-size: 2.5rem;
    height: 71px;
    line-height: 71px; }
  @media (min-width: 1200px) {
    #nav-trigger {
      top: -9999px; } }

#nav-main {
  background: #1e2744;
  height: 100%;
  overflow-y: auto;
  padding: 0;
  right: 0;
  top: 71px;
  transform: translateX(105%);
  transition: transform .3s ease;
  width: 290px;
  will-change: transform;
  z-index: 10; }
  .nav-in #nav-main {
    transform: translateX(0); }
  #nav-main li .sublinks {
    display: none;
    font-size: .9em;
    margin-left: 1rem !important; }
  #nav-main li.sublink-active .sublinks {
    display: block; }
  #nav-main li.list-heading a {
    color: #CC3333 !important;
    font-family: "cooper_hewitt_semibold", sans-serif;
    padding-bottom: 0; }
  #nav-main a {
    border-left: 6px solid transparent;
    font-family: 'euphemia_ucasregular';
    padding: .75rem 1rem;
    transition: border .175s ease;
    color: #fff; }
    #nav-main a:hover {
      color: #fff; }
    #nav-main a.active, #nav-main a:hover {
      border-left-color: #CC3333; }
    .home-2020 #nav-main a {
      color: #fff !important; }
      @media (min-width: 1200px) {
        .home-2020 #nav-main a {
          color: #54565a !important; } }
  @media (min-width: 1200px) {
    #nav-main {
      background: transparent;
      border-top: 1px solid #CC3333;
      height: auto;
      overflow: visible;
      padding: 0 100px 0 0;
      top: 25px;
      transform: translateX(0);
      transition: none;
      width: auto; }
      .home-2020 #nav-main {
        top: .5rem; }
      #nav-main li {
        display: inline-block;
        float: left; }
        #nav-main li:not(:last-child) {
          margin-right: 40px; }
        #nav-main li.mbl-sublinks {
          display: none !important; }
      #nav-main a {
        border-left: 0 !important;
        border-top: 5px solid transparent;
        padding: 20px 0; }
        #nav-main a.active, #nav-main a:hover {
          border-top-color: #CC3333; } }
  @media (min-width: 1400px) {
    #nav-main li:not(:last-child) {
      margin-right: 50px; } }

.nav-search-container {
  color: #fff;
  position: relative; }
  .nav-search-container #tb-nav-search {
    border-bottom: 1px solid #CC3333;
    box-shadow: none;
    color: #fff;
    height: 2.8rem;
    padding: 0 15px;
    width: 350px; }
  .nav-search-container label {
    display: block;
    letter-spacing: .7px;
    margin: 31px 0 0 15px;
    opacity: .85; }
  .nav-search-container .nav-search-clear {
    cursor: pointer;
    font-size: 20px;
    opacity: .85;
    position: absolute;
    right: 12px;
    top: 13px;
    transition: opacity .125s ease; }
    .nav-search-container .nav-search-clear:hover {
      opacity: 1; }

#a-linkedin {
  border: none !important;
  padding: 0; }
  @media (min-width: 1200px) {
    #a-linkedin {
      position: absolute;
      right: 30px;
      top: -20px; } }

footer {
  background: #fff;
  color: #a9adaf;
  padding: 10px;
  z-index: 1; }
  @media (min-width: 1024px) {
    footer {
      text-align: right; } }
  .nofooter footer {
    display: none !important; }

.footer-items {
  text-align: center; }
  @media (min-width: 1024px) {
    .footer-items {
      display: inline-block; } }
  .footer-items li {
    font-size: .9rem;
    line-height: 1;
    margin-bottom: .5rem;
    text-align: center; }
    .footer-items li:not(:first-child) {
      display: inline-block;
      margin-bottom: 0;
      margin-right: .7rem;
      border-right: 1px solid #d1d3d4;
      padding-right: .7rem; }
    .footer-items li:last-child {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
    @media (min-width: 1024px) {
      .footer-items li {
        display: inline-block;
        float: left;
        text-align: left; }
        .footer-items li:not(:last-child) {
          border-right: 1px solid #D1D3D4;
          margin-bottom: 0;
          margin-right: 10px;
          padding-right: 10px; }
        .footer-items li:first-child {
          border-right: none;
          left: 10px;
          position: absolute;
          top: 13px; } }
  .footer-items a {
    color: #a9adaf; }
    .footer-items a:hover {
      color: #a9adaf; }

#link-slant {
  font-family: sans-serif; }

.container {
  bottom: 0;
  font-family: "cooper_hewitt_medium", sans-serif;
  height: 100%;
  left: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 100%; }
  .container-drawer {
    background: #fdfdfd;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    padding: 0;
    top: 0;
    transform: translateX(-105%);
    transition: transform 0.275s ease-in-out;
    width: 260px;
    z-index: 3; }
    .container-drawer-open .container-drawer {
      transform: translateX(0); }
    @media (min-width: 1025px) {
      .container-drawer {
        box-shadow: none !important;
        transform: translate(0);
        transition: none;
        will-change: none; } }
  .container-main {
    background: #f9f9f9;
    left: 0;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 1025px) {
      .container-main {
        left: 260px;
        width: calc(100% - 260px); } }
    .container-main-content {
      bottom: 0;
      height: calc(100vh - 56px);
      left: 0;
      overflow: hidden;
      overflow-y: auto;
      padding: 30px;
      right: 0;
      top: 0;
      width: 100%;
      word-break: break-word;
      -webkit-overflow-scrolling: touch; }
      .noscroll .container-main-content {
        overflow: hidden !important; }
      @media (min-width: 1025px) {
        .container-main-content {
          height: calc(100vh - 64px); } }

#drawer-nav a {
  background: transparent;
  font-size: 0.85rem;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  transition: background 0.15s linear, color 0.15s linear;
  will-change: background, color;
  color: #2d2d2d; }
  #drawer-nav a:hover {
    color: #CC3333; }
  #drawer-nav a.active, #drawer-nav a:hover {
    background: #f0f0f0;
    color: #CC3333; }
  #drawer-nav a i {
    font-size: 0.85rem;
    margin: -4px 8px 0 0;
    vertical-align: middle; }

#container-drawer-overlay {
  background: transparent;
  bottom: auto;
  height: 0;
  left: 0;
  right: auto;
  top: 0;
  transition: background 0.275s ease-in-out;
  width: 0;
  z-index: 2; }
  .container-drawer-open #container-drawer-overlay {
    background: rgba(10, 10, 10, 0.25);
    bottom: 0;
    height: 100%;
    right: 0;
    width: 100%; }

.hdr-bar {
  background: #1e2744;
  color: #fff;
  height: 56px;
  left: 0;
  line-height: 56px;
  top: 0;
  padding: 0 15px;
  width: 100%;
  z-index: 1; }
  .hdr-bar:after {
    bottom: -6px;
    box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.4);
    content: "";
    height: 6px;
    left: 0;
    width: 100%; }
  @media (min-width: 1025px) {
    .hdr-bar {
      height: 64px;
      line-height: 64px; } }
  .hdr-bar[med] {
    height: 128px;
    line-height: 128px; }
  .hdr-bar[tall] {
    height: 192px;
    line-height: 192px; }
  .hdr-bar [title] {
    font-family: "cooper_hewitt_medium", sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    vertical-align: middle; }

[drawer-nav-trigger] {
  margin: 0 15px 0 -5px;
  padding: 0 5px;
  color: #fff; }
  [drawer-nav-trigger]:hover {
    color: #fff; }
  [drawer-nav-trigger] i {
    font-size: 24px;
    vertical-align: middle; }
  @media (min-width: 1025px) {
    [drawer-nav-trigger] {
      display: none; } }

#hdr-nav {
  height: 56px; }
  @media (min-width: 1025px) {
    #hdr-nav {
      height: 64px; } }
  #hdr-nav li:not(:last-child) {
    margin-right: 8px; }
  #hdr-nav a {
    padding: 0 5px;
    color: #fff; }
    #hdr-nav a:hover {
      color: #fff; }
    #hdr-nav a i {
      font-size: 24px;
      vertical-align: middle; }

.material-icons {
  word-break: normal; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

.zdepth-0 {
  box-shadow: none !important; }

.zdepth-1, .container-drawer, .btn[raised], .alert-button[raised], .btn[fab], .alert-button[fab], .md-select-menu, .admin-card, .admin-grid {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.zdepth-1-half, .btn[raised]:hover, .alert-button[raised]:hover, .btn[fab]:hover, .alert-button[fab]:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.zdepth-2, .pika-single.is-bound {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.zdepth-3, #alert {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.zdepth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.zdepth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.btn, .alert-button {
  background: transparent;
  border: none;
  border-radius: 2px;
  color: #CC3333;
  cursor: pointer;
  font-family: "cooper_hewitt_bold", sans-serif;
  font-size: 1em;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  outline: none;
  overflow: hidden;
  padding: 0 1.6rem;
  transition: background .275s ease;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }
  .btn:hover, .alert-button:hover {
    background: rgba(234, 234, 234, 0.9); }
  .btn[raised], .alert-button[raised] {
    background: #CC3333;
    color: #fff;
    font-family: "cooper_hewitt_medium", sans-serif;
    letter-spacing: .5px;
    transition: background .2s ease-out, box-shadow .2s ease-out, color .2s ease-out; }
    .btn[raised]:hover, .alert-button[raised]:hover {
      background: #d14747; }
    .btn[raised].btn-alt, .alert-button[raised].btn-alt {
      background: #336699; }
      .btn[raised].btn-alt:hover, .alert-button[raised].btn-alt:hover {
        background: #336699; }
    .btn[raised].btn-alt-2, .alert-button[raised].btn-alt-2 {
      background: #9c182f; }
      .btn[raised].btn-alt-2:hover, .alert-button[raised].btn-alt-2:hover {
        background: #9c182f; }
  .btn[fab], .alert-button[fab] {
    background: #fff;
    border-radius: 50%;
    color: #CC3333;
    height: 42px;
    padding: 0;
    transition: background .2s ease-out, box-shadow .2s ease-out, color .2s ease-out;
    width: 42px; }
    .btn[fab]:hover, .alert-button[fab]:hover {
      background: #f9f9f9; }
    .btn[fab][fixed], .alert-button[fab][fixed] {
      bottom: 23px;
      right: 23px;
      z-index: 1; }
      @media (min-width: 1025px) {
        .btn[fab][fixed], .alert-button[fab][fixed] {
          bottom: 20px;
          right: 36px; } }
    .btn[fab] i, .alert-button[fab] i {
      font-size: 1.2rem;
      line-height: 42px; }
  .btn-sm {
    font-size: 0.8em;
    padding: 0 1.2rem; }
  .btn-lg {
    font-size: 1.35rem;
    height: 48px;
    line-height: 48px;
    padding: 0 2.8rem; }
  .btn i, .alert-button i {
    width: inherit; }
  .btn-ripple-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 0; }
    [fab] .btn-ripple-container {
      border-radius: 50%; }
  .btn-ripple-element {
    background: rgba(75, 75, 75, 0.25);
    border-radius: 50%;
    height: 50px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    top: 0;
    transform: translate(-50%, -50%);
    width: 50px; }
    .btn-ripple-element.is-animating {
      transition: width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1), transform 0.3s cubic-bezier(0, 0, 0.2, 1); }
    .btn-ripple-element.is-visible {
      opacity: 0.3; }

/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/img/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/chosen/chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(/img/chosen/chosen-sprite.png) no-repeat 100% -20px;
  background: url(/img/chosen/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/img/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(/img/chosen/chosen-sprite.png) no-repeat -30px -20px;
  background: url(/img/chosen/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(/img/chosen/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.chosen-container {
  height: auto;
  line-height: auto;
  min-height: 2.6rem;
  width: 100% !important;
  z-index: 1; }

.chosen-container-multi .chosen-choices {
  border: 0 !important;
  width: 100%; }

.chosen-container {
  width: 100% !important; }
  .chosen-container input {
    width: 100%; }
  .chosen-container .chosen-choices {
    background: #fff !important;
    border-color: #CC3333 !important;
    box-shadow: 0 0 0 0 #fff !important;
    padding: 5px !important; }
  .chosen-container .search-choice {
    background: #CC3333 !important;
    border-color: #CC3333 !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
    padding: 5px 20px 5px 5px !important; }
    .chosen-container .search-choice .search-choice-close {
      top: 6px !important; }
  .chosen-container .active-result.highlighted {
    background: #CC3333 !important; }

.chosen-container {
  width: 100% !important; }
  .chosen-container input {
    width: 100%; }
  .chosen-container .chosen-single {
    background: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 0 #fff !important;
    height: 2.6rem !important;
    line-height: 2.6rem !important;
    margin: 0 !important;
    padding: 0 !important; }
    .chosen-container .chosen-single div b {
      background-position: 0 12px !important; }
  .chosen-container .chosen-choices {
    background: #fff !important;
    border-color: #CC3333 !important;
    box-shadow: 0 0 0 0 #fff !important;
    padding: 5px !important; }
  .chosen-container .search-choice {
    background: #CC3333 !important;
    border-color: #CC3333 !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
    padding: 5px 20px 5px 5px !important; }
    .chosen-container .search-choice .search-choice-close {
      top: 6px !important; }
  .chosen-container .active-result.highlighted {
    background: #CC3333 !important; }

.chosen-container {
  height: auto;
  line-height: 2.6rem;
  min-height: 2.6rem;
  width: 100% !important; }

.chosen-container-multi .chosen-choices {
  border: 0 !important;
  width: 100%; }

.chosen-container.chosen-container-multi.chosen-with-drop,
.chosen-container.chosen-container-single.chosen-with-drop {
  z-index: 999; }

.chosen-container-multi .chosen-choices {
  border: 0 !important;
  width: 100%; }

.chosen-container .search-field input {
  transform: translateY(3px); }

.form-row {
  margin: 0; }
  @media (min-width: 768px) {
    .form-row:not(:last-child) {
      margin: 0 0 40px; }
      .form-no-animate .form-row:not(:last-child) {
        margin-bottom: 14px; }
    .form-row.button-row {
      margin-top: 25px;
      text-align: right; } }

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea,
.text-editor,
select {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(204, 51, 51, 0.35);
  border-radius: 0;
  box-shadow: none;
  color: #464646;
  font-family: "cooper_hewitt_medium", sans-serif;
  font-size: 1rem;
  height: 3rem;
  margin: 0;
  margin-bottom: 15px;
  max-width: 100%;
  outline: none;
  padding: 0;
  transition: all 0.125s ease-out;
  width: 100%; }
  input[type=text]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .text-editor::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #d2d2d2; }
  input[type=text]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  textarea:-moz-placeholder,
  .text-editor:-moz-placeholder,
  select:-moz-placeholder {
    color: #d2d2d2; }
  input[type=text]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  textarea::-moz-placeholder,
  .text-editor::-moz-placeholder,
  select::-moz-placeholder {
    color: #d2d2d2; }
  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .text-editor:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #d2d2d2; }
  @media (min-width: 768px) {
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=url],
    input[type=time],
    input[type=date],
    input[type=datetime-local],
    input[type=tel],
    input[type=number],
    input[type=search],
    textarea,
    .text-editor,
    select {
      margin-bottom: 0; } }
  input[type=text][placeholder] + label,
  input[type=password][placeholder] + label,
  input[type=email][placeholder] + label,
  input[type=url][placeholder] + label,
  input[type=time][placeholder] + label,
  input[type=date][placeholder] + label,
  input[type=datetime-local][placeholder] + label,
  input[type=tel][placeholder] + label,
  input[type=number][placeholder] + label,
  input[type=search][placeholder] + label,
  textarea[placeholder] + label,
  .text-editor[placeholder] + label,
  select[placeholder] + label {
    font-size: 0.75rem;
    transform: translateY(-120%);
    transition: none; }
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea:focus:not([readonly]),
  .text-editor:focus:not([readonly]),
  select:focus:not([readonly]) {
    border-bottom-color: #CC3333;
    box-shadow: 0 1px 0 0 #CC3333; }
  input[type=text].invalid, input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.invalid,
  textarea:focus.invalid,
  .text-editor.invalid,
  .text-editor:focus.invalid,
  select.invalid,
  select:focus.invalid {
    border-bottom-color: #b94a48;
    box-shadow: 0 1px 0 0 #b94a48; }
  input[type=text].invalid + label,
  input[type=text].invalid ~ i,
  input[type=password].invalid + label,
  input[type=password].invalid ~ i,
  input[type=email].invalid + label,
  input[type=email].invalid ~ i,
  input[type=url].invalid + label,
  input[type=url].invalid ~ i,
  input[type=time].invalid + label,
  input[type=time].invalid ~ i,
  input[type=date].invalid + label,
  input[type=date].invalid ~ i,
  input[type=datetime-local].invalid + label,
  input[type=datetime-local].invalid ~ i,
  input[type=tel].invalid + label,
  input[type=tel].invalid ~ i,
  input[type=number].invalid + label,
  input[type=number].invalid ~ i,
  input[type=search].invalid + label,
  input[type=search].invalid ~ i,
  textarea.invalid + label,
  textarea.invalid ~ i,
  .text-editor.invalid + label,
  .text-editor.invalid ~ i,
  select.invalid + label,
  select.invalid ~ i {
    color: #b94a48 !important; }
  input[type=text][class*="input-icon"],
  input[type=password][class*="input-icon"],
  input[type=email][class*="input-icon"],
  input[type=url][class*="input-icon"],
  input[type=time][class*="input-icon"],
  input[type=date][class*="input-icon"],
  input[type=datetime-local][class*="input-icon"],
  input[type=tel][class*="input-icon"],
  input[type=number][class*="input-icon"],
  input[type=search][class*="input-icon"],
  textarea[class*="input-icon"],
  .text-editor[class*="input-icon"],
  select[class*="input-icon"] {
    width: calc(100% - 2.25rem); }
    input[type=text][class*="input-icon"].input-icon-select,
    input[type=password][class*="input-icon"].input-icon-select,
    input[type=email][class*="input-icon"].input-icon-select,
    input[type=url][class*="input-icon"].input-icon-select,
    input[type=time][class*="input-icon"].input-icon-select,
    input[type=date][class*="input-icon"].input-icon-select,
    input[type=datetime-local][class*="input-icon"].input-icon-select,
    input[type=tel][class*="input-icon"].input-icon-select,
    input[type=number][class*="input-icon"].input-icon-select,
    input[type=search][class*="input-icon"].input-icon-select,
    textarea[class*="input-icon"].input-icon-select,
    .text-editor[class*="input-icon"].input-icon-select,
    select[class*="input-icon"].input-icon-select {
      cursor: pointer; }
      input[type=text][class*="input-icon"].input-icon-select + label,
      input[type=password][class*="input-icon"].input-icon-select + label,
      input[type=email][class*="input-icon"].input-icon-select + label,
      input[type=url][class*="input-icon"].input-icon-select + label,
      input[type=time][class*="input-icon"].input-icon-select + label,
      input[type=date][class*="input-icon"].input-icon-select + label,
      input[type=datetime-local][class*="input-icon"].input-icon-select + label,
      input[type=tel][class*="input-icon"].input-icon-select + label,
      input[type=number][class*="input-icon"].input-icon-select + label,
      input[type=search][class*="input-icon"].input-icon-select + label,
      textarea[class*="input-icon"].input-icon-select + label,
      .text-editor[class*="input-icon"].input-icon-select + label,
      select[class*="input-icon"].input-icon-select + label {
        cursor: pointer; }
      input[type=text][class*="input-icon"].input-icon-select:not(.input-icon-prefix), input[type=text][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=password][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=password][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=email][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=email][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=url][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=url][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=time][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=time][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=date][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=date][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=datetime-local][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=datetime-local][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=tel][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=tel][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=number][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=number][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      input[type=search][class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      input[type=search][class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      textarea[class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      textarea[class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      .text-editor[class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      .text-editor[class*="input-icon"].input-icon-select:not(.input-icon-suffix),
      select[class*="input-icon"].input-icon-select:not(.input-icon-prefix),
      select[class*="input-icon"].input-icon-select:not(.input-icon-suffix) {
        width: 100%; }
  input[type=text][class*="input-icon"] ~ i,
  input[type=password][class*="input-icon"] ~ i,
  input[type=email][class*="input-icon"] ~ i,
  input[type=url][class*="input-icon"] ~ i,
  input[type=time][class*="input-icon"] ~ i,
  input[type=date][class*="input-icon"] ~ i,
  input[type=datetime-local][class*="input-icon"] ~ i,
  input[type=tel][class*="input-icon"] ~ i,
  input[type=number][class*="input-icon"] ~ i,
  input[type=search][class*="input-icon"] ~ i,
  textarea[class*="input-icon"] ~ i,
  .text-editor[class*="input-icon"] ~ i,
  select[class*="input-icon"] ~ i {
    color: rgba(45, 45, 45, 0.55);
    font-size: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.125s ease-out; }
  input[type=text].input-icon-prefix,
  input[type=text].input-icon-prefix + label,
  input[type=password].input-icon-prefix,
  input[type=password].input-icon-prefix + label,
  input[type=email].input-icon-prefix,
  input[type=email].input-icon-prefix + label,
  input[type=url].input-icon-prefix,
  input[type=url].input-icon-prefix + label,
  input[type=time].input-icon-prefix,
  input[type=time].input-icon-prefix + label,
  input[type=date].input-icon-prefix,
  input[type=date].input-icon-prefix + label,
  input[type=datetime-local].input-icon-prefix,
  input[type=datetime-local].input-icon-prefix + label,
  input[type=tel].input-icon-prefix,
  input[type=tel].input-icon-prefix + label,
  input[type=number].input-icon-prefix,
  input[type=number].input-icon-prefix + label,
  input[type=search].input-icon-prefix,
  input[type=search].input-icon-prefix + label,
  textarea.input-icon-prefix,
  textarea.input-icon-prefix + label,
  .text-editor.input-icon-prefix,
  .text-editor.input-icon-prefix + label,
  select.input-icon-prefix,
  select.input-icon-prefix + label {
    margin-left: 2.25rem; }
  input[type=text].input-icon-prefix ~ i,
  input[type=password].input-icon-prefix ~ i,
  input[type=email].input-icon-prefix ~ i,
  input[type=url].input-icon-prefix ~ i,
  input[type=time].input-icon-prefix ~ i,
  input[type=date].input-icon-prefix ~ i,
  input[type=datetime-local].input-icon-prefix ~ i,
  input[type=tel].input-icon-prefix ~ i,
  input[type=number].input-icon-prefix ~ i,
  input[type=search].input-icon-prefix ~ i,
  textarea.input-icon-prefix ~ i,
  .text-editor.input-icon-prefix ~ i,
  select.input-icon-prefix ~ i {
    left: 0; }
  input[type=text].input-icon-suffix,
  input[type=text].input-icon-suffix + label,
  input[type=password].input-icon-suffix,
  input[type=password].input-icon-suffix + label,
  input[type=email].input-icon-suffix,
  input[type=email].input-icon-suffix + label,
  input[type=url].input-icon-suffix,
  input[type=url].input-icon-suffix + label,
  input[type=time].input-icon-suffix,
  input[type=time].input-icon-suffix + label,
  input[type=date].input-icon-suffix,
  input[type=date].input-icon-suffix + label,
  input[type=datetime-local].input-icon-suffix,
  input[type=datetime-local].input-icon-suffix + label,
  input[type=tel].input-icon-suffix,
  input[type=tel].input-icon-suffix + label,
  input[type=number].input-icon-suffix,
  input[type=number].input-icon-suffix + label,
  input[type=search].input-icon-suffix,
  input[type=search].input-icon-suffix + label,
  textarea.input-icon-suffix,
  textarea.input-icon-suffix + label,
  .text-editor.input-icon-suffix,
  .text-editor.input-icon-suffix + label,
  select.input-icon-suffix,
  select.input-icon-suffix + label {
    margin-right: 2.25rem; }
  input[type=text].input-icon-suffix ~ i,
  input[type=password].input-icon-suffix ~ i,
  input[type=email].input-icon-suffix ~ i,
  input[type=url].input-icon-suffix ~ i,
  input[type=time].input-icon-suffix ~ i,
  input[type=date].input-icon-suffix ~ i,
  input[type=datetime-local].input-icon-suffix ~ i,
  input[type=tel].input-icon-suffix ~ i,
  input[type=number].input-icon-suffix ~ i,
  input[type=search].input-icon-suffix ~ i,
  textarea.input-icon-suffix ~ i,
  .text-editor.input-icon-suffix ~ i,
  select.input-icon-suffix ~ i {
    right: 0; }
  input[type=text][class*="input-icon"]:focus ~ i,
  input[type=password][class*="input-icon"]:focus ~ i,
  input[type=email][class*="input-icon"]:focus ~ i,
  input[type=url][class*="input-icon"]:focus ~ i,
  input[type=time][class*="input-icon"]:focus ~ i,
  input[type=date][class*="input-icon"]:focus ~ i,
  input[type=datetime-local][class*="input-icon"]:focus ~ i,
  input[type=tel][class*="input-icon"]:focus ~ i,
  input[type=number][class*="input-icon"]:focus ~ i,
  input[type=search][class*="input-icon"]:focus ~ i,
  textarea[class*="input-icon"]:focus ~ i,
  .text-editor[class*="input-icon"]:focus ~ i,
  select[class*="input-icon"]:focus ~ i {
    color: #CC3333; }

textarea,
.text-editor {
  min-height: 10rem;
  overflow-y: hidden;
  padding: 0.75rem 0 0;
  resize: none; }
  textarea[contenteditable],
  .text-editor[contenteditable] {
    min-height: 20rem;
    outline: none;
    overflow-y: auto; }

input[type="checkbox"],
input[type="radio"] {
  left: -99999px; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    color: rgba(45, 45, 45, 0.85);
    cursor: pointer;
    font-size: 0.85rem;
    padding: 0 0 0 25px;
    vertical-align: middle; }
    input[type=checkbox] + label:before, input[type=checkbox] + label:after,
    input[type=radio] + label:before,
    input[type=radio] + label:after {
      content: "";
      left: 0;
      top: 1px; }

input[type=checkbox]:not([switch]) + label:before {
  background: #fff;
  border: 2px solid rgba(45, 45, 45, 0.75);
  border-radius: 2px;
  height: 16px;
  top: 0;
  transition: background 0.225s ease, border 0.225s ease;
  width: 16px; }

input[type=checkbox]:not([switch]) + label:after {
  border: 2px solid transparent;
  height: 10px;
  left: 1px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
  transition: border 0.225s ease;
  top: 2px;
  width: 4px; }

input[type=checkbox]:not([switch]):checked + label:before {
  background: #CC3333;
  border-color: #CC3333; }

input[type=checkbox]:not([switch]):checked + label:after {
  border-bottom-color: #fff;
  border-right-color: #fff; }

input[type=checkbox][switch] + label {
  color: rgba(45, 45, 45, 0.85);
  font-size: 0.85rem;
  height: 21px;
  line-height: 21px;
  padding: 0; }
  input[type=checkbox][switch] + label .switch-toggle {
    background: #999;
    border-radius: 12px;
    height: 15px;
    margin: 0 15px;
    transition: background 0.3s ease;
    width: 40px;
    will-change: background; }
    input[type=checkbox][switch] + label .switch-toggle:after {
      background: #f1f1f1;
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      content: "";
      left: 0;
      height: 21px;
      top: 0;
      transform: translate3d(-5px, -4px, 0);
      transition: background 0.3s ease, transform 0.3s ease;
      width: 21px;
      will-change: background, transform; }

input[type=checkbox][switch]:checked + label .switch-toggle {
  background: rgba(204, 51, 51, 0.7); }
  input[type=checkbox][switch]:checked + label .switch-toggle:after {
    background: #CC3333;
    transform: translate3d(24px, -4px, 0); }

input[type=radio] + label:before, input[type=radio] + label:after {
  border-radius: 50%; }

input[type=radio] + label:before {
  background: #fff;
  border: 2px solid rgba(45, 45, 45, 0.75);
  height: 14px;
  transition: border 0.225s ease;
  vertical-align: middle;
  width: 14px;
  will-change: border; }

input[type=radio] + label:after {
  background: #fff;
  height: 10px;
  left: 4px;
  top: 5px;
  transition: background 0.225s ease;
  width: 10px;
  will-change: background; }

input[type=radio]:checked + label:before {
  border-color: #CC3333; }

input[type=radio]:checked + label:after {
  background: #CC3333; }

.input-field label {
  color: #CC3333;
  cursor: text;
  font-family: "cooper_hewitt_medium", sans-serif;
  font-size: 1rem;
  left: 0;
  transition: all 0.125s ease-out;
  top: 0.8rem; }
  .input-field label.active {
    font-size: 0.75rem;
    transform: translateY(-120%); }
    .form-no-animate .input-field label.active {
      display: none; }

.input-field .error-label {
  bottom: 0;
  color: #b94a48;
  font-size: 0.7rem;
  right: 0;
  transform: translateY(20%); }
  @media (min-width: 768px) {
    .input-field .error-label {
      transform: translateY(100%); } }

select {
  cursor: pointer; }
  select + label {
    font-size: 0.75rem !important;
    transform: translateY(-120%); }
  select[multiple] {
    overflow: hidden; }
    select[multiple] option {
      display: none; }

i.icon-drop-down {
  cursor: pointer;
  left: auto !important;
  right: 0 !important; }

.md-select-menu {
  background: #fff;
  border-radius: 2px;
  left: 0;
  max-height: 400px;
  opacity: 0;
  overflow-y: auto;
  top: -999999px;
  transform: scale(1, 0);
  transform-origin: center top;
  transition: opacity .275s ease, transform .275s ease;
  width: 100%;
  will-change: opacity, transform;
  visibility: hidden;
  z-index: 5; }
  .md-select-menu.active {
    opacity: 1;
    top: 49px;
    transform: scale(1, 1);
    visibility: visible; }

.md-select-menu-item {
  cursor: pointer;
  font-family: "cooper_hewitt_medium", sans-serif;
  font-size: 0.85rem;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  transition: background 0.175s linear, color 0.175s linear;
  will-change: background, color;
  color: #464646; }
  .md-select-menu-item:hover {
    color: #CC3333; }
  .md-select-menu-item[selected="true"] {
    background: #f9f9f9;
    color: #CC3333; }
  .md-select-menu-item:hover, .md-select-menu-item.keyover {
    background: #f0f0f0; }
  .md-select-menu-item[selected="true"]:before {
    border: 2px solid transparent;
    border-bottom-color: #CC3333;
    border-right-color: #CC3333;
    content: "";
    height: 10px;
    margin: 0 16px 0 0;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
    width: 4px; }

#select-pg-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: 4; }

input[type=range] {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 10px 0 5px;
  outline: none;
  -webkit-appearance: none;
  width: 100%; }
  input[type=range]:focus {
    outline: none; }
  input[type=range] + .range-label {
    color: #CC3333;
    font-size: 0.75rem; }

input[type=range]::-webkit-slider-runnable-track {
  background: #c2c0c2;
  border: none;
  height: 3px; }

input[type=range]::-webkit-slider-thumb {
  border: none;
  border-radius: 50%;
  background-color: #CC3333;
  height: 16px;
  margin: -7px 0 0;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  width: 16px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  border: 1px solid transparent; }

input[type=range]::-moz-range-track {
  background: #c2c0c2;
  border: none;
  height: 3px; }

input[type=range]::-moz-range-thumb {
  background: #CC3333;
  border: none;
  border-radius: 50%;
  height: 16px;
  margin: -7px 0 0;
  width: 16px; }

input[type=range]:-moz-focusring {
  outline: 1px solid transparent;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  height: 3px; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  background: #CC3333;
  border: none;
  border-radius: 50%;
  height: 16px;
  width: 16px; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

.chosen-container {
  width: 100% !important; }
  .chosen-container input {
    width: 100%; }
  .chosen-container .chosen-single {
    background: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 0 #fff !important;
    height: 2.6rem !important;
    line-height: 2.6rem !important;
    margin: 0 !important;
    padding: 0 !important; }
    .chosen-container .chosen-single div b {
      background-position: 0 12px !important; }
  .chosen-container .chosen-choices {
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #CC3333 !important;
    box-shadow: 0 0 0 0 #fff !important;
    padding: 5px !important; }
  .chosen-container .search-choice {
    background: #CC3333 !important;
    border-color: #CC3333 !important;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
    padding: 5px 20px 5px 5px !important; }
    .chosen-container .search-choice .search-choice-close {
      top: 6px !important; }
    .chosen-container .search-choice span {
      font-size: .8rem; }
  .chosen-container .active-result.highlighted {
    background: #CC3333 !important; }

.chosen-container {
  height: auto;
  line-height: 2.6rem;
  min-height: 2.6rem;
  width: 100% !important; }

.chosen-container-multi .chosen-choices {
  border: 0 !important;
  width: 100%; }

.chosen-container.chosen-container-multi.chosen-with-drop,
.chosen-container.chosen-container-single.chosen-with-drop {
  z-index: 999; }

.chosen-container-multi .chosen-choices {
  border: 0 !important;
  width: 100%; }

.chosen-container .search-field input {
  transform: translateY(3px); }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff !important;
  background: #CC3333 !important;
  box-shadow: none !important;
  border-radius: 3px !important; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }

#alert {
  background: #fff;
  font-family: "cooper_hewitt_medium", sans-serif;
  font-size: 1rem;
  left: 50%;
  opacity: 0;
  max-width: 450px;
  padding: 30px;
  top: 20%;
  transform: translate3d(-50%, -99999px, 0);
  transition: opacity 0.175s linear, top 0.175s ease-out;
  width: 95%;
  will-change: opacity, top;
  z-index: 100; }
  @media (min-width: 768px) {
    #alert {
      width: auto; } }
  .alert-visible #alert {
    opacity: 1;
    top: 30%;
    transform: translate3d(-50%, 0, 0); }

#alert-hdr {
  font-family: "cooper_hewitt_bold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 10px; }

#alert-content {
  margin: 0 0 30px; }
  #alert-content p:last-child,
  #alert-content ol:last-child,
  #alert-content ul:last-child {
    margin-bottom: 0; }

#alert-buttons {
  margin: 0 -8px; }

.alert-button {
  padding: 0 8px; }
  .alert-button:not(:last-child) {
    margin-right: 5px; }
  .alert-button-confirm {
    color: #CC3333; }
    .alert-button-confirm:hover {
      color: #CC3333; }
  .alert-button-deny {
    color: #2d2d2d; }
    .alert-button-deny:hover {
      color: #2d2d2d; }

#alert-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: auto;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99; }
  .alert-visible #alert-overlay {
    bottom: 0;
    height: 100%;
    min-height: 100vh; }

.toast {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 0;
  bottom: 0;
  color: #fff;
  font-family: "cooper_hewitt_medium", sans-serif;
  font-size: 0.9rem;
  height: 48px;
  left: 0;
  padding: 0 15px;
  right: 0;
  top: auto;
  transform: translateY(140%);
  transition: opacity 0.175s ease-out, transform 0.175s ease-out;
  will-change: opacity, transition;
  width: 100%;
  z-index: 9999999; }
  @media (min-width: 1024px) {
    .toast {
      border-radius: 2px;
      bottom: 15px;
      left: 15px;
      min-width: 285px;
      right: auto;
      top: auto;
      width: auto; } }
  .toast.active {
    opacity: 1;
    transform: translateY(0); }
  .toast-label {
    height: 48px;
    line-height: 48px; }

.tab-links {
  background: #CC3333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 25px; }
  .tab-links li {
    -ms-flex: 1;
        flex: 1; }
  .tab-links a {
    border-bottom: 3px solid transparent;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    padding: 0 10px;
    transition: border .225s ease,       color .225s ease;
    will-change: border, color;
    color: rgba(255, 255, 255, 0.8); }
    .tab-links a:hover {
      color: #fff; }
    .tab-links a:hover, .tab-links a.active {
      border-color: rgba(255, 255, 255, 0.7);
      color: #fff; }

.admin-card, .admin-grid {
  background: #fff;
  border-radius: 2px;
  font-size: 1rem;
  margin: 0 0 50px;
  padding: 24px; }

.admin-grid {
  max-width: 950px;
  padding: 0; }
  .admin-grid.lg {
    max-width: 100%; }
  .admin-grid-hdr {
    font-size: 1.65rem;
    height: 64px;
    line-height: 64px;
    margin: 0;
    padding: 0 24px; }
  .admin-grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .admin-grid-row.hdr {
      font-family: "cooper_hewitt_bold", sans-serif; }
    .admin-grid-row:not(:last-child) {
      border-bottom: 1px solid #d2d2d2; }
  .admin-grid-col {
    -ms-flex: 1;
        flex: 1;
    line-height: 1.2;
    padding: 8px 24px;
    overflow: hidden; }
    .admin-grid-col-xsm {
      -ms-flex: .25;
          flex: .25;
      max-width: 80px; }
    .admin-grid-col-sm {
      -ms-flex: .25;
          flex: .25; }
    .admin-grid-col-primary {
      -ms-flex: 3;
          flex: 3; }
    .admin-grid-col:last-child {
      -ms-flex: 1;
          flex: 1;
      text-align: right; }
    .admin-grid-col .btn, .admin-grid-col .alert-button {
      height: 32px;
      line-height: 32px; }
      .hdr .admin-grid-col .btn, .hdr .admin-grid-col .alert-button {
        display: none; }
  .admin-grid p {
    padding: 0 24px; }

.admin-option-list {
  margin: 0; }
  .admin-option-list:not(:last-child) {
    margin-bottom: 25px; }
  .admin-option-list-heading {
    font-family: "cooper_hewitt_bold", sans-serif;
    font-size: 1.1rem;
    margin: 0 0 10px; }
  .admin-option-list-hdr {
    margin-bottom: 5px; }
  .admin-option-list-item {
    padding-left: 18px; }
    .admin-option-list-item:not(:last-child) {
      margin-bottom: 3px; }

.page {
  padding: 1rem; }
  @media (min-width: 768px) {
    .page {
      padding: 2rem; } }
  .page-bleed {
    padding: 0; }
  .page-bg-about {
    background-image: url(/img/about/bg.v2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh); }
    @media (min-width: 768px) {
      .page-bg-about {
        background-image: url(/img/about/bg-tablet.v2.jpg); } }
    @media (min-width: 1024px) {
      .page-bg-about {
        background-image: url(/img/about/bg-large.v2.jpg); } }
    @media (min-width: 1200px) {
      .page-bg-about {
        background-image: url(/img/about/bg-wide.v2.jpg); } }
    @media (min-width: 1400px) {
      .page-bg-about {
        background-image: url(/img/about/bg-xwide.v2.jpg); } }
  .page-abs {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
    .page-abs-overlay {
      background: rgba(30, 39, 68, 0.4);
      height: 100%;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 4; }
  .page-gray {
    background: #edeeee; }
  .page-content {
    color: #414042;
    font-family: 'degular';
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px; }
    .page-content.lifted {
      background: rgba(255, 255, 255, 0.9);
      max-width: 1200px;
      padding: 1rem;
      z-index: 5; }
      @media (min-width: 768px) {
        .page-content.lifted {
          padding: 3rem; } }
      .page-content.lifted.no-trans {
        background: #fff; }
      .careers .page-content.lifted {
        background: rgba(255, 255, 255, 0.875);
        max-width: 1000px; }
    .page-content.sm {
      max-width: 1000px; }
    .page-content p,
    .page-content ul,
    .page-content ol {
      margin-bottom: 0; }
      .page-content p:not(:last-child),
      .page-content ul:not(:last-child),
      .page-content ol:not(:last-child) {
        margin-bottom: 25px; }
  .page-hdr {
    color: #CC3333;
    font-family: 'lintel';
    font-size: 1.75rem;
    line-height: 1;
    margin: 0 0 15px; }
    .page-hdr:not(:first-child) {
      margin-top: 40px; }
    .page-hdr.sub {
      font-size: 1.4rem;
      margin: -5px 0 20px !important; }
  .page-hdr-aside {
    color: #CC3333;
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 15px; }
    .page-hdr-aside a {
      color: #CC3333; }
      .page-hdr-aside a:hover {
        color: #CC3333; }
  .page-quote {
    color: #a7a9ac;
    margin: 0 auto;
    max-width: 500px;
    padding: 4rem 0; }
    .page-quote .quote {
      font-family: "alternate-gothic-no-3-d", serif;
      font-size: 2.25rem;
      letter-spacing: 2px;
      line-height: 1.3;
      margin-bottom: 55px;
      z-index: 2; }
      .page-quote .quote span {
        z-index: 3; }
      .page-quote .quote:before {
        content: url(/img/quote-left.v1.png);
        left: -24px;
        top: -26px;
        z-index: 1; }
      .page-quote .quote:after {
        content: url(/img/quote-right.v1.png);
        right: -10px;
        top: -6px;
        z-index: 1; }
    .page-quote .quote-by {
      font-family: "cooper_hewitt_medium", sans-serif;
      font-size: .9em; }

#event-overlay {
  background: transparent;
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  transition: opacity .325s ease;
  width: 0;
  z-index: 3; }
  #event-overlay.in {
    height: 100%;
    opacity: 1;
    width: 100%; }
  .nav-in #event-overlay {
    background: rgba(248, 248, 249, 0.45);
    height: 100%;
    opacity: 1;
    width: 100%; }

#nav-admin li {
  margin: 15px 0 0; }
  #nav-admin li:first-child {
    margin-top: 0; }

#nav-admin a {
  border-left: 4px solid #999;
  font-size: 16px;
  line-height: 1;
  padding: 6px 8px;
  transition: all .125s linear;
  color: #999; }
  #nav-admin a:hover {
    color: #444; }
  #nav-admin a:hover, #nav-admin a.selected {
    border-left-color: #444;
    padding-left: 10px; }

.c-gallery__modal {
  background: rgba(255, 255, 255, 0.98);
  height: 100%;
  left: 0;
  padding: 2rem;
  position: fixed;
  top: -9999rem;
  width: 100%;
  z-index: 99999; }
  .c-gallery__modal.is-visible {
    top: 0; }

.c-gallery__hdr {
  border-bottom: 1px solid #1e2744;
  color: #CC3333;
  font-family: "alternate-gothic-no-3-d", serif;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  text-transform: uppercase; }

.c-gallery__content {
  height: 85%;
  max-height: 85%;
  overflow: auto; }

.c-gallery__imgs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-gallery__img {
  box-shadow: 0 1px 8px rgba(34, 34, 34, 0.125);
  display: inline-block;
  margin-right: 1rem;
  width: calc(16.6% - .83rem); }
  .c-gallery__img:nth-child(6n) {
    margin-right: 0; }
  .c-gallery__img:nth-child(n + 7) {
    margin-top: 1rem; }
  .c-gallery__img-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: .25rem; }
    .c-gallery__img-btns .btn, .c-gallery__img-btns .alert-button {
      font-size: .9rem !important;
      height: 28px !important;
      line-height: 28px !important;
      padding: 0 1rem !important; }
      .c-gallery__img-btns .btn:not(:last-child), .c-gallery__img-btns .alert-button:not(:last-child) {
        margin-right: .5rem; }

.c-gallery__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.c-re-modal {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.55);
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: -9999rem;
  transition: opacity .3s linear;
  width: 100%;
  z-index: 98; }
  .c-re-modal.is-visible {
    opacity: 1;
    top: 0; }
  .c-re-modal__content {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    max-width: 100%;
    opacity: 0;
    transition: opacity .3s linear;
    width: 800px; }
    .is-visible .c-re-modal__content {
      opacity: 1; }
  .c-re-modal__hdr, .c-re-modal__main, .c-re-modal__ftr {
    padding: 1.5rem; }
  .c-re-modal__hdr {
    border-bottom: 1px solid #cacaca;
    font-family: "cooper_hewitt_semibold", sans-serif;
    font-size: 1.1rem; }
  .c-re-modal__main {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto; }
  .c-re-modal__ftr {
    border-top: 1px solid #cacaca;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .c-re-modal__ftr button {
      -ms-flex-align: center;
          align-items: center;
      background: #CC3333;
      border: 0;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-family: "cooper_hewitt_medium", sans-serif;
      height: 32px;
      line-height: 32px;
      padding: 0 1.5rem; }
      .c-re-modal__ftr button:not(:last-child) {
        margin-right: 1rem; }

.social-links {
  bottom: 50px;
  right: 50px;
  z-index: 2; }
  .social-links li:not(:last-child) {
    margin-bottom: 15px; }

.captions {
  bottom: 100px;
  color: #fff;
  font-family: "alternate-gothic-no-3-d", serif;
  left: 0;
  z-index: 2; }
  @media (min-width: 768px) {
    .captions {
      bottom: 50px; } }

.caption-hdr, .caption-tag {
  font-weight: normal; }

.caption-hdr {
  font-size: 46px;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .caption-hdr {
      font-size: 56px;
      padding-left: 50px; } }
  @media (min-width: 1024px) {
    .caption-hdr {
      font-size: 66px; } }

.caption-tag {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-left: 15px;
  max-width: 75%;
  padding-left: 50px;
  padding-top: 10px;
  transform: translateY(10px); }
  @media (min-width: 768px) {
    .caption-tag {
      font-size: 22px; } }
  @media (min-width: 1024px) {
    .caption-tag {
      font-size: 26px; } }
  .caption-tag:before {
    content: url(/img/curlybrace-left.v1.png);
    left: 0;
    top: 0; }
  .caption-tag:after {
    content: url(/img/curlybrace-right.v1.png);
    right: -50px;
    top: 0; }
  .caption-tag p {
    margin-bottom: 5px; }

.caption-link {
  font-family: "cooper_hewitt_medium", sans-serif;
  font-size: .65em;
  font-style: italic;
  text-transform: none;
  color: #fff; }
  .caption-link:hover {
    color: #fff; }
  .caption-link:after {
    content: '>';
    color: #CC3333;
    display: inline-block;
    margin-left: 10px; }

#vid-main,
#vid-overlay,
#vid-mbl-bg {
  width: 100%;
  min-height: calc(100vh - 42px); }

#vid-main {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 0; }

#vid-mbl-bg {
  background-image: url(/img/home/bg.v1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0; }

#vid-overlay {
  background: rgba(30, 39, 68, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

@media (min-width: 1025px) {
  #vid-main {
    display: block; } }

.home-banner {
  background-image: url(/img/home/temp/bg-massive.v3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%; }

.home-banner-top-overlay {
  background: linear-gradient(to bottom, rgba(30, 39, 68, 0.7), rgba(30, 39, 68, 0.7) 25%, rgba(30, 39, 68, 0.65) 35%, rgba(30, 39, 68, 0.6) 45%, rgba(30, 39, 68, 0));
  height: 260px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.home-banner-page {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100vh;
  padding: 1rem;
  position: relative;
  transition: transform .7s ease-out; }
  .home-banner-page.scrolled {
    transform: translateY(-100%); }

#home-banner-img-1 {
  opacity: 0;
  position: relative;
  top: -24px; }
  @media (min-width: 1024px) {
    #home-banner-img-1 {
      top: 0; } }
  #home-banner-img-1.is-visible {
    opacity: 1; }

#home-banner-line-white {
  background: #fff;
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 4px;
  z-index: 1; }

#home-banner-line-red {
  background: #be302c;
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 4px;
  z-index: 2; }

#home-scroll-text {
  bottom: 5.5rem;
  color: #fff;
  font-family: "cooper_hewitt_semibold", sans-serif;
  font-size: 1rem;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: color .15s ease-out; }
  #home-scroll-text.red {
    color: #be302c; }
  @media (min-width: 1024px) {
    #home-scroll-text {
      bottom: 4rem; } }

.home-page-content {
  background: rgba(190, 48, 44, 0);
  color: #fff;
  max-width: 460px;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
  transition: background .4s ease-out;
  width: 98%; }
  .scrolled .home-page-content {
    background: #be302c; }
  @media (min-width: 768px) {
    .home-page-content {
      padding: 2rem; } }
  @media (min-width: 1200px) {
    .home-page-content {
      padding: 3.5rem 2rem; } }
  .home-page-content-hdr {
    font-family: 'noasarck';
    font-size: 3rem;
    line-height: 1;
    margin: 0 0 1.2rem;
    overflow: hidden;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .home-page-content-hdr {
        font-size: 3.5rem;
        margin: 0 0 2rem; } }
    @media (min-width: 1024px) {
      .home-page-content-hdr {
        font-size: 4rem; } }
    @media (min-width: 1200px) {
      .home-page-content-hdr {
        font-size: 4.5rem; } }
    @media (min-width: 1400px) {
      .home-page-content-hdr {
        font-size: 5rem; } }
    .home-page-content-hdr span {
      display: block;
      opacity: 0;
      transform: translateY(60%);
      transition: opacity .45s ease-out .425s, transform .45s ease-out .425s; }
      .scrolled .home-page-content-hdr span {
        opacity: 1;
        transform: translateY(0); }
  .home-page-content p,
  .home-page-content ul,
  .home-page-content ol {
    font-family: "cooper_hewitt_medium", sans-serif;
    font-size: 1.05rem;
    opacity: 0;
    transition: opacity .7s ease-out .925s; }
    @media (min-width: 1024px) {
      .home-page-content p,
      .home-page-content ul,
      .home-page-content ol {
        font-size: 1.2rem; } }
    .scrolled .home-page-content p, .scrolled
    .home-page-content ul, .scrolled
    .home-page-content ol {
      opacity: 1; }
  .home-page-content p {
    line-height: 1.4;
    margin: 0 0 1.5rem; }
    @media (min-width: 768px) {
      .home-page-content p {
        margin: 0 0 2rem; } }
  .home-page-content ul {
    list-style: none;
    margin: 0 0 1.5rem; }
    @media (min-width: 768px) {
      .home-page-content ul {
        margin: 0 0 2rem; } }
  .home-page-content li {
    font-size: 0.95rem; }
    .home-page-content li:not(:last-child) {
      margin-bottom: .375rem; }
      @media (min-width: 768px) {
        .home-page-content li:not(:last-child) {
          margin-bottom: .75rem; } }
    @media (min-width: 768px) {
      .home-page-content li {
        font-size: 1.1rem; } }
  .home-page-content-cta {
    background: #fff;
    display: block;
    font-family: "cooper_hewitt_semibold", sans-serif;
    font-size: 1.2rem;
    height: 3.3rem;
    line-height: 3.5rem;
    margin: 0 auto;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    transition: opacity .7s ease-out .925s;
    width: 260px;
    color: #be302c; }
    .home-page-content-cta:hover {
      color: #be302c; }
    .scrolled .home-page-content-cta {
      opacity: 1; }

/*.home-banner-overlay {
    background: rgba($color-tertiary, .3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-banner-content {
    color: $white;
    font-family: 'PT Sans';
    font-weight: 400;
    font-size: 16px;
    padding: 5rem 1rem 2rem;
    position: relative;
    z-index: 1;

    p, ul {
        margin: 0 0 1.5rem;
    }

    ul {
        list-style: none;
    }

    li {
        &:not(:last-child) {
            margin-bottom: .5rem;
        }
    }

    @include susy-media($bp-phone-lg) {
        font-size: 18px;
        padding: 6.5rem 2rem 2rem;
    }

    @include susy-media($bp-tablet) {
        font-size: 20px;
        padding: 8rem 6rem 2rem;

        p, ul {
            margin: 0 0 2rem;
        }

        li {
            &:not(:last-child) {
                margin-bottom: .8rem;
            }
        }
    }

    @include susy-media($bp-large) {
        padding: 8rem 8rem 2rem;
    }

    @include susy-media($bp-wide) {
        left: 15%;
        padding: 0;
        position: absolute;
        top: calc(50% + 59px - 42px);
        transform: translateY(-50%);
        width: 50%;
    }
}

.home-banner-title {
    font-family: 'noasarck';
    font-size: 46px;
    letter-spacing: 5px;
    line-height: 1.1;

    &:after {
        border-top: 4px solid $color-primary;
        content: '';
        display: block;
        margin: 1.5rem 0 1.5rem;
        width: 70px;
    }

    @include susy-media($bp-tablet) {
        font-size: 80px;

        &:after {
            margin: 1.1rem 0 2rem;
        }
    }

    @include susy-media($bp-wide) {

    }
}

.home-banner-cta {
    background: $color-primary;
    display: inline-block;
    font-family: 'PT Sans';
    font-weight: 700;
    line-height: 1;
    padding: .5rem 1.5rem;
    text-align: center;
    text-decoration: none;
    @include link-colors($white, $white);
}*/
.no-mbl-home {
  display: none !important; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .no-mbl-home {
      display: block !important; } }

.mbl-vis-only {
  display: block !important; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .mbl-vis-only {
      display: none !important; } }

.mbl-hor-pull {
  margin: 0 -1.5rem;
  width: calc(100% + 3rem); }

@media screen and (min-width: 470px) {
  .c-home__mbl-hdr-img {
    display: none; } }

.c-home__med-hdr-img {
  display: none; }
  @media screen and (min-width: 470px) {
    .c-home__med-hdr-img {
      background: url(/img/home/2020/hdr-med.v1.jpg) no-repeat center center;
      background-size: cover;
      display: block;
      height: 70vh;
      left: calc(-1 * ((100vw - 470px) / 2) - 1.5rem);
      position: absolute;
      top: 0;
      width: 100vw;
      z-index: 1; } }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__med-hdr-img {
      display: none !important; } }

.c-home__mbl-hdr {
  background: #fff;
  padding: 1.5rem 1.5rem 4rem;
  position: relative; }
  @media screen and (min-width: 470px) {
    .c-home__mbl-hdr {
      padding-top: calc(70vh + 1.5rem); } }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mbl-hdr {
      padding-top: 1.5rem; } }
  .c-home__mbl-hdr h3 {
    color: #CC3333;
    font-family: "noasarck";
    font-size: 24px;
    letter-spacing: .3px;
    line-height: 1.1;
    margin: 0 0 1rem;
    text-align: center; }
  .c-home__mbl-hdr p {
    font-family: "cooper_hewitt_book", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    text-align: justify; }
  .c-home__mbl-hdr img {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(50%);
    z-index: 9; }

#img-main-path {
  display: none;
  left: 0;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5; }

.z-pg-4 {
  z-index: 4; }

.z-pg-6 {
  z-index: 6; }

.c-home__root {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 1.5rem 4.5rem;
  position: relative;
  max-width: 470px;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__root {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: row;
          flex-direction: row;
      height: calc(100vh - 70px);
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin: 0;
      max-width: 100%;
      overflow-x: scroll;
      padding: 2.5rem 4rem 3.5rem;
      overflow-y: hidden;
      white-space: nowrap; }
      .c-home__root::-webkit-scrollbar {
        width: 12px;
        height: 12px;
        border-radius: 0; }
      .c-home__root::-webkit-scrollbar-thumb {
        background: #c2c2c2;
        border-radius: 0; }
      .c-home__root::-webkit-scrollbar-track {
        background: #e2e2e2;
        border-radius: 0; } }
  .c-home__root p,
  .c-home__root ol,
  .c-home__root ul {
    font-family: "cooper_hewitt_book", sans-serif; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__root p {
      font-size: 14px;
      line-height: 1.45; } }
  @media screen and (min-width: 1024px) and (min-height: 850px) {
    .c-home__root p {
      font-size: 16px;
      line-height: 1.55; } }

.c-home__pg {
  position: relative; }
  .c-home__pg:not(:last-child) {
    padding: 4rem 0; }
    .c-home__pg:not(:last-child).no-mbl-pad {
      padding: 0; }
  .c-home__pg--mbl-gray {
    background: #f2f2f2;
    margin-left: -1.5rem !important;
    margin-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    position: relative;
    width: calc(100% + 3rem) !important; }
    .c-home__pg--mbl-gray:after {
      background: #f2f2f2;
      content: '';
      height: 100%;
      left: -9999rem;
      position: absolute;
      top: 0;
      width: 999999rem;
      z-index: -1; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__pg--mbl-gray {
        background: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: auto !important; }
        .c-home__pg--mbl-gray:after {
          display: none; } }
  .c-home__pg--mbl-pb0 {
    padding-bottom: 0 !important; }
  .c-home__pg--mbl-pts {
    padding-top: 2rem !important; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__pg:not(:last-child) {
      margin-bottom: 0 !important;
      margin-right: 12rem !important;
      padding: 0 !important; }
      .c-home__pg:not(:last-child).m-sm {
        margin-right: 6rem !important; }
      .c-home__pg:not(:last-child).m-lg {
        margin-right: 18rem !important; }
    .c-home__pg--mbl-ts {
      padding-top: 0 !important; } }
  .c-home__pg:last-child {
    padding-bottom: 2.5rem; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__pg:last-child {
        padding-right: 4rem !important; } }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__pg.pull {
      transform: translateY(-2rem); } }
  @media screen and (min-width: 1024px) and (min-height: 800px) {
    .c-home__pg.pull {
      transform: translateY(-4rem); } }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__pg.push {
      transform: translateY(1rem); } }
  @media screen and (min-width: 1024px) and (min-height: 800px) {
    .c-home__pg.push {
      transform: translateY(2rem); } }
  .c-home__pg-counter {
    display: -ms-flexbox;
    display: flex; }
    .c-home__pg-counter--fixed {
      background: #f2f2f2;
      left: 0;
      padding: 1rem 1.5rem .5rem;
      position: fixed;
      top: -9999rem;
      width: 100%;
      z-index: -1; }
      .c-home__pg-counter--fixed.is-visible {
        top: 72px;
        z-index: 9; }
      .c-home__pg-counter--fixed div {
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        width: 100%; }
        @media screen and (min-width: 470px) {
          .c-home__pg-counter--fixed div {
            width: 422px; } }
      @media screen and (min-width: 1024px) and (min-height: 600px) {
        .c-home__pg-counter--fixed {
          display: none !important; } }
    .c-home__pg-counter span {
      display: inline-block; }
      .c-home__pg-counter span:first-child {
        color: #d0cfcd;
        font-family: "cooper_hewitt_bold", sans-serif;
        font-size: 42px;
        line-height: 1;
        margin: 0 .25rem 0 0;
        transform: translateY(-15%); }
      .c-home__pg-counter span:last-child {
        color: #CC3333;
        font-family: "cooper_hewitt_bold", sans-serif;
        font-size: 32px;
        line-height: 1.1;
        text-transform: uppercase;
        white-space: nowrap; }
        .c-home__pg-counter span:last-child em {
          color: #9c182f; }
        .c-home__pg-counter span:last-child:after {
          border-top: 6px soli #CC3333;
          content: '';
          display: block;
          margin: .5rem 0 0;
          width: 84px; }

.c-home__hdr {
  color: #CC3333;
  font-family: "cooper_hewitt_bold", sans-serif;
  font-size: 72px;
  text-transform: uppercase; }
  .c-home__hdr span {
    display: block;
    line-height: 1; }
    .c-home__hdr span:not(:last-child) {
      margin-bottom: 1rem; }
    .c-home__hdr span:nth-child(3), .c-home__hdr span:nth-child(4) {
      color: #9c182f;
      text-align: right; }
    .c-home__hdr span:nth-child(4) {
      font-style: italic; }

.c-home__mod-1 {
  max-width: calc(608px + 6rem);
  width: 100%; }
  .c-home__mod-1-img {
    display: block;
    margin: 0 0 1.5rem;
    width: 100%; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-1-img {
        margin: 0 0 1.5rem;
        width: calc(608px + 6rem); } }
    .c-home__mod-1-img-wrapper {
      background: #fff;
      max-width: 500px;
      padding: 4px;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 1024px) and (min-height: 850px) {
        .c-home__mod-1-img-wrapper {
          max-width: 608px; } }
  .c-home__mod-1-copy h3 {
    color: #CC3333;
    font-family: "noasarck";
    font-size: 24px;
    letter-spacing: .3px;
    margin: 0 0 1rem; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-1-copy h3 {
        padding-right: 6rem;
        text-align: right; } }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-1-copy-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  .c-home__mod-1-copy p {
    text-align: justify;
    white-space: normal; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-1-copy p {
        max-width: 520px; } }
    @media screen and (min-width: 1024px) and (min-height: 850px) {
      .c-home__mod-1-copy p {
        max-width: 420px; } }

.c-home__mod-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-2 {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .c-home__mod-2-col:first-child {
    margin-bottom: 1.5rem;
    text-align: center; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-2-col:first-child {
        text-align: left; } }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-2-col {
      display: inline-block; }
      .c-home__mod-2-col:first-child {
        margin-bottom: 0;
        width: 230px; }
      .c-home__mod-2-col:last-child {
        padding-top: 250px; }
        .c-home__mod-2-col:last-child .c-home__award {
          transform: translateX(-60px); } }
  @media screen and (min-width: 1024px) and (min-height: 850px) {
    .c-home__mod-2-col:first-child {
      width: 270px; }
    .c-home__mod-2-col:last-child {
      padding-top: 300px; } }

.c-home__mod-3-imgs {
  display: -ms-flexbox;
  display: flex; }
  .c-home__mod-3-imgs a {
    display: inline-block;
    max-width: 210px;
    position: relative;
    text-decoration: none;
    width: 100%; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-3-imgs a {
        width: 210px; } }
    .c-home__mod-3-imgs a:not(:last-child) {
      margin-right: 1rem; }
    .c-home__mod-3-imgs a span {
      bottom: .25rem;
      color: #fff;
      display: inline-block;
      font-family: "cooper_hewitt_semibold", sans-serif;
      font-size: 14px;
      position: absolute;
      right: .5rem;
      text-transform: uppercase; }
      .c-home__mod-3-imgs a span img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translatey(-8px); }

.c-home__mod-3-hdr {
  color: #CC3333;
  font-family: "noasarck";
  font-size: 22px;
  letter-spacing: .3px;
  line-height: 1;
  margin: 1rem 0 .75rem; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-3-hdr {
      white-space: nowrap; } }

.c-home__mod-3 p {
  margin: 0;
  text-align: justify;
  white-space: normal; }

.c-home__mod-4-imgs {
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  width: 100%; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-4-imgs {
      width: 400px; } }
  .c-home__mod-4-imgs a {
    display: inline-block;
    max-width: 210px;
    position: relative;
    text-decoration: none;
    width: 100%; }
    .c-home__mod-4-imgs a:not(:last-child) {
      margin-right: 1rem; }
    .c-home__mod-4-imgs a span {
      bottom: .25rem;
      color: #fff;
      display: inline-block;
      font-family: "cooper_hewitt_semibold", sans-serif;
      font-size: 14px;
      position: absolute;
      right: .5rem;
      text-transform: uppercase; }
      .c-home__mod-4-imgs a span img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translatey(-8px); }

.c-home__mod-4-hdr {
  color: #CC3333;
  font-family: "noasarck";
  font-size: 22px;
  letter-spacing: .3px;
  line-height: 1;
  margin: 1rem 0 .75rem;
  text-align: left;
  white-space: nowrap; }

.c-home__mod-4 p {
  margin: 0;
  text-align: justify;
  white-space: normal; }

.c-home__mod-4-cta {
  text-align: right; }
  .c-home__mod-4-cta a {
    display: inline-block;
    font-family: "cooper_hewitt_semibold", sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #1e2744; }
    .c-home__mod-4-cta a:hover {
      color: #1e2744; }
    .c-home__mod-4-cta a img {
      display: inline-block;
      margin: 0 0 0 .25rem;
      transform: translateY(-8px); }

.c-home__mod-5-img {
  position: relative;
  margin: 0 0 1rem;
  max-width: 430px;
  width: 100%; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-5-img {
      width: 370px; } }
  @media screen and (min-width: 1024px) and (min-height: 850px) {
    .c-home__mod-5-img {
      width: 430px; } }
  .c-home__mod-5-img a {
    background: #fff;
    display: block;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(1.5rem) translateY(-50%); }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-5-img a {
        top: 50%;
        transform: translateX(70%) translateY(-50%); } }
    .c-home__mod-5-img a span {
      bottom: .25rem;
      color: #fff;
      display: inline-block;
      font-family: "cooper_hewitt_semibold", sans-serif;
      font-size: 14px;
      position: absolute;
      right: .5rem;
      text-transform: uppercase; }
      .c-home__mod-5-img a span img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translatey(-8px); }

.c-home__mod-5-content h4 {
  color: #1e2744;
  font-family: "noasarck";
  font-size: 22px;
  letter-spacing: .3px;
  line-height: 1;
  margin: 0 0 1rem;
  text-transform: uppercase; }

.c-home__mod-5-content p {
  margin: 0 0 1rem;
  text-align: justify;
  white-space: normal; }

.c-home__mod-5-cta {
  text-align: right; }
  .c-home__mod-5-cta a {
    display: inline-block;
    font-family: "cooper_hewitt_semibold", sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #1e2744; }
    .c-home__mod-5-cta a:hover {
      color: #1e2744; }
    .c-home__mod-5-cta a img {
      display: inline-block;
      margin: 0 0 0 .25rem;
      transform: translateY(-8px); }

.c-home__mod-6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-6 {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .c-home__mod-6-col:not(:last-child) {
    margin-bottom: 1.5rem; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-6-col {
      display: inline-block;
      width: 675px; }
      .c-home__mod-6-col:not(:last-child) {
        margin-bottom: 0;
        margin-right: 2rem;
        width: 600px; }
      .c-home__mod-6-col:last-child {
        padding-top: 200px; } }
  @media screen and (min-width: 1024px) and (min-height: 850px) {
    .c-home__mod-6-col:not(:last-child) {
      width: 675px; } }
  .c-home__mod-6-hdr {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 .5rem; }
    .c-home__mod-6-hdr.vtop {
      -ms-flex-align: start;
          align-items: flex-start; }
    .c-home__mod-6-hdr-icon {
      display: inline-block;
      width: 50px; }
      @media screen and (min-width: 1024px) and (min-height: 620px) {
        .c-home__mod-6-hdr-icon {
          width: 80px; } }
    .c-home__mod-6-hdr-desc {
      display: inline-block;
      padding: 0 0 0 1rem;
      width: calc(100% - 50px); }
      @media screen and (min-width: 1024px) and (min-height: 620px) {
        .c-home__mod-6-hdr-desc {
          width: calc(100% - 80px); } }
      .c-home__mod-6-hdr-desc span {
        display: block; }
        .c-home__mod-6-hdr-desc span:first-child {
          color: #1e2744;
          font-family: "cooper_hewitt_semibold", sans-serif;
          font-size: 14px;
          line-height: 1;
          margin: 0 0 .25rem;
          text-transform: uppercase; }
        .c-home__mod-6-hdr-desc span:nth-child(2) {
          color: #CC3333;
          font-family: "noasarck";
          font-size: 22px;
          letter-spacing: .3px;
          white-space: nowrap; }
      .c-home__mod-6-hdr-desc p {
        margin-top: .5rem; }
  .c-home__mod-6-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .c-home__mod-6-img img {
      -ms-flex-order: 2;
          order: 2; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-6-img {
        display: block;
        -ms-flex-direction: row;
            flex-direction: row;
        margin: 0 0 0 96px;
        position: relative; }
        .c-home__mod-6-img img {
          -ms-flex-order: 1;
              order: 1; } }
  .c-home__mod-6-imgs {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-order: 1;
        order: 1; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-6-imgs {
        margin-bottom: 0;
        -ms-flex-order: 2;
            order: 2;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(75%) translateY(-50%); } }
    .c-home__mod-6-imgs a {
      display: inline-block;
      position: relative;
      text-decoration: none; }
      .c-home__mod-6-imgs a:not(:last-child) {
        margin-right: 1rem; }
      .c-home__mod-6-imgs a img {
        background: #fff;
        padding: 4px; }
      .c-home__mod-6-imgs a span {
        bottom: .25rem;
        color: #fff;
        display: inline-block;
        font-family: "cooper_hewitt_semibold", sans-serif;
        font-size: 14px;
        position: absolute;
        right: .5rem;
        text-transform: uppercase; }
        .c-home__mod-6-imgs a span img {
          background: 0;
          display: inline-block;
          margin: 0 0 0 .25rem;
          padding: 0;
          transform: translatey(-8px); }
  .c-home__mod-6-copy h3 {
    color: #CC3333;
    font-family: "noasarck";
    font-size: 22px;
    letter-spacing: .3px;
    line-height: 1;
    margin: 0 0 1rem; }
  .c-home__mod-6-copy p {
    margin: 0 0 1.25rem;
    text-align: justify;
    white-space: normal; }
  .c-home__mod-6-cta {
    text-align: right; }
    .c-home__mod-6-cta a {
      display: inline-block;
      font-family: "cooper_hewitt_semibold", sans-serif;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase;
      color: #1e2744; }
      .c-home__mod-6-cta a:hover {
        color: #1e2744; }
      .c-home__mod-6-cta a img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translateY(-8px); }

.c-home__mod-7 {
  display: block;
  position: relative;
  width: 210px; }
  .c-home__mod-7-pre {
    color: #54565a;
    font-family: "noasarck";
    font-size: 18px;
    left: -1.5rem;
    position: absolute;
    top: 0;
    transform: translateX(-100%); }
    .c-home__mod-7-pre img {
      display: inline-block;
      margin: 0 0 0 .25rem; }
  .c-home__mod-7-hdr {
    color: #1e2744;
    font-family: "cooper_hewitt_semibold", sans-serif;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: normal; }
    .c-home__mod-7-hdr:after {
      border-top: 4px solid #CC3333;
      content: '';
      display: block;
      margin: 1rem 0;
      width: 48px; }
  .c-home__mod-7-img {
    display: block;
    position: relative; }
    .c-home__mod-7-img span {
      bottom: .25rem;
      color: #fff;
      display: inline-block;
      font-family: "cooper_hewitt_semibold", sans-serif;
      font-size: 14px;
      position: absolute;
      right: .5rem;
      text-transform: uppercase; }
      .c-home__mod-7-img span img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translatey(-8px); }

.c-home__mod-8-row-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 0 1rem;
  width: 100%; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-8-row-top {
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-direction: row;
          flex-direction: row;
      width: auto; } }
  .c-home__mod-8-row-top-col {
    display: block;
    max-width: 100%;
    width: 100%; }
    .c-home__mod-8-row-top-col:first-child {
      margin-bottom: 1rem; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-8-row-top-col {
        display: inline-block;
        max-width: none;
        width: auto; }
        .c-home__mod-8-row-top-col:first-child {
          margin-bottom: 0;
          margin-right: 1rem;
          max-width: none;
          width: 427px; } }

@media screen and (min-width: 1024px) and (min-height: 620px) {
  .c-home__mod-8-row-bottom {
    padding-left: 217px; } }

.c-home__mod-8-hdr {
  color: #CC3333;
  font-family: "noasarck";
  font-size: 22px;
  letter-spacing: .3px;
  line-height: 1;
  margin: 0 0 1rem; }

.c-home__mod-8-grid-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 436px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-8-grid-top {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      max-width: 100%;
      margin: 0;
      width: auto; } }
  .c-home__mod-8-grid-top div {
    display: inline-block;
    margin-right: .5rem;
    text-align: center;
    width: calc(50% - .25rem); }
    .c-home__mod-8-grid-top div:nth-child(2n), .c-home__mod-8-grid-top div:last-child {
      margin-right: 0; }
    .c-home__mod-8-grid-top div:nth-child(n + 3) {
      margin-top: .5rem; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-8-grid-top div {
        margin-right: 1rem;
        width: 210px; }
        .c-home__mod-8-grid-top div:nth-child(2n) {
          margin-right: 1rem; }
        .c-home__mod-8-grid-top div:nth-child(3) {
          margin-right: 0; }
        .c-home__mod-8-grid-top div:nth-child(n + 3) {
          margin-top: 0; }
        .c-home__mod-8-grid-top div:last-child {
          display: none; } }
  .c-home__mod-8-grid-top a {
    display: inline-block;
    max-width: 210px;
    position: relative; }
    .c-home__mod-8-grid-top a span {
      bottom: .25rem;
      color: #fff;
      display: inline-block;
      font-family: "cooper_hewitt_semibold", sans-serif;
      font-size: 14px;
      position: absolute;
      right: .5rem;
      text-transform: uppercase; }
      .c-home__mod-8-grid-top a span img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translatey(-8px); }

.c-home__mod-8-grid-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 436px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__mod-8-grid-bottom {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      max-width: 100%;
      margin: 0; } }
  .c-home__mod-8-grid-bottom div {
    display: inline-block;
    margin-right: .5rem;
    text-align: center;
    width: calc(50% - .25rem); }
    .c-home__mod-8-grid-bottom div:first-child {
      display: none; }
    .c-home__mod-8-grid-bottom div:nth-child(3), .c-home__mod-8-grid-bottom div:last-child {
      margin-right: 0; }
    .c-home__mod-8-grid-bottom div:nth-child(n + 4) {
      margin-top: .5rem; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__mod-8-grid-bottom div {
        margin-right: 1rem;
        max-width: 210px; }
        .c-home__mod-8-grid-bottom div:first-child {
          display: inline-block; }
        .c-home__mod-8-grid-bottom div:nth-child(3) {
          margin-right: 1rem; }
        .c-home__mod-8-grid-bottom div:nth-child(n + 4) {
          margin-top: 0; }
        .c-home__mod-8-grid-bottom div:last-child {
          margin-right: 0; } }
  .c-home__mod-8-grid-bottom a {
    display: inline-block;
    position: relative; }
    .c-home__mod-8-grid-bottom a span {
      bottom: .25rem;
      color: #fff;
      display: inline-block;
      font-family: "cooper_hewitt_semibold", sans-serif;
      font-size: 14px;
      position: absolute;
      right: .5rem;
      text-transform: uppercase; }
      .c-home__mod-8-grid-bottom a span img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translatey(-8px); }

.c-home__cs {
  max-width: 580px;
  width: 100%; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__cs {
      width: 580px; } }
  .c-home__cs-hdr {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 .25rem;
    max-width: 580px;
    white-space: normal;
    width: 100%; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__cs-hdr {
        white-space: nowrap; } }
    .c-home__cs-hdr.vtop {
      -ms-flex-align: start;
          align-items: flex-start; }
    .c-home__cs-hdr-icon {
      display: inline-block;
      position: relative;
      width: 50px; }
      @media screen and (min-width: 1024px) and (min-height: 620px) {
        .c-home__cs-hdr-icon {
          width: 80px; }
          .c-home__cs-hdr-icon:before {
            border-top: 2px solid #9c182f;
            content: '';
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateX(-100%) translateY(-50%);
            width: 12rem;
            z-index: 1; }
            [data-route="bain-capital-mult-billion-dollar-buyout"] .c-home__cs-hdr-icon:before {
              width: calc(12rem - 56px); }
          .c-home__cs-hdr-icon.nb:before {
            display: none; } }
    .c-home__cs-hdr-meta {
      display: inline-block;
      padding: 0 0 0 1rem;
      width: calc(100% - 50px); }
      @media screen and (min-width: 1024px) and (min-height: 620px) {
        .c-home__cs-hdr-meta {
          width: calc(100% - 80px); } }
      .c-home__cs-hdr-meta span {
        display: block; }
        .c-home__cs-hdr-meta span:first-child {
          color: #1e2744;
          font-family: "cooper_hewitt_semibold", sans-serif;
          font-size: 14px;
          line-height: 1;
          margin: 0 0 .25rem;
          text-transform: uppercase; }
        .c-home__cs-hdr-meta span:nth-child(2) {
          color: #CC3333;
          font-family: "noasarck";
          font-size: 22px;
          letter-spacing: .3px; }
          @media screen and (min-width: 1024px) and (min-height: 620px) {
            .c-home__cs-hdr-meta span:nth-child(2) {
              white-space: nowrap; } }
      .c-home__cs-hdr-meta p {
        margin-top: .5rem; }
  .c-home__cs-copy {
    white-space: normal;
    max-width: 100%; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__cs-copy {
        padding: 0 0 0 96px; } }
    .c-home__cs-copy p {
      margin: 0;
      text-align: justify;
      white-space: normal; }
      .c-home__cs-copy p span {
        color: #1e2744;
        cursor: pointer;
        font-family: "cooper_hewitt_semibold", sans-serif;
        text-transform: uppercase; }
    .c-home__cs-copy.with-more p:last-child {
      display: none; }
    .c-home__cs-copy.with-more p.is-visible {
      display: block !important; }

.c-home__award {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .c-home__award.vtop {
    -ms-flex-align: start;
        align-items: flex-start; }
    .c-home__award.vtop-lg {
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (min-width: 1024px) and (min-height: 620px) {
        .c-home__award.vtop-lg {
          -ms-flex-align: start;
              align-items: flex-start; } }
  .c-home__award-icon {
    display: inline-block;
    width: 50px; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__award-icon {
        width: 80px; } }
  .c-home__award-desc {
    display: inline-block;
    padding: 0 0 0 1rem;
    width: calc(100% - 50px); }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__award-desc {
        min-width: 376px;
        width: calc(100% - 80px); } }
    .c-home__award-desc span {
      display: block; }
      .c-home__award-desc span:first-child {
        color: #1e2744;
        font-family: "cooper_hewitt_semibold", sans-serif;
        font-size: 14px;
        line-height: 1;
        margin: 0 0 .25rem;
        text-transform: uppercase; }
      .c-home__award-desc span:nth-child(2) {
        color: #CC3333;
        font-family: "noasarck";
        font-size: 22px;
        letter-spacing: .3px;
        white-space: nowrap; }
    .c-home__award-desc p {
      margin-top: .5rem; }
  .c-home__award-cta {
    text-align: right; }
    .c-home__award-cta a {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-family: "cooper_hewitt_semibold", sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      color: #1e2744; }
      .c-home__award-cta a:hover {
        color: #1e2744; }
      .c-home__award-cta a img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translateY(-8px); }

.c-home__gb {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -1.5rem;
  width: calc(100% + 3rem); }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__gb {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin: 0;
      width: auto; } }
  .c-home__gb-pg {
    width: 100%; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__gb-pg {
        width: auto; } }
  .c-home__gb-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 2rem 1.5rem;
    text-align: center;
    width: 100%; }
    .c-home__gb-item:not(:last-child) {
      margin-bottom: 2.5rem; }
    .c-home__gb-item:nth-child(even) {
      background: #f2f2f2;
      position: relative; }
      .c-home__gb-item:nth-child(even):after {
        background: #f2f2f2;
        content: '';
        height: 100%;
        left: -9999rem;
        position: absolute;
        top: 0;
        width: 999999rem;
        z-index: -1; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__gb-item {
        background: 0 !important;
        display: inline-block;
        padding: 0;
        transform: translateY(1rem);
        width: 298px; }
        .c-home__gb-item:nth-child(odd) {
          transform: translateY(-1rem); }
        .c-home__gb-item:nth-child(even):after {
          display: none; }
        .c-home__gb-item:not(:last-child) {
          margin-bottom: 0;
          margin-right: 4rem; } }
    @media screen and (min-width: 1024px) and (min-height: 850px) {
      .c-home__gb-item {
        transform: translateY(2rem); }
        .c-home__gb-item:nth-child(odd) {
          transform: translateY(-2rem); } }
    .c-home__gb-item h3 {
      color: #CC3333;
      font-family: "noasarck";
      font-size: 22px;
      letter-spacing: .3px;
      line-height: 1;
      margin: 0 auto 1rem;
      -ms-flex-order: 2;
          order: 2;
      text-align: left;
      white-space: normal;
      width: 290px; }
      @media screen and (min-width: 1024px) and (min-height: 620px) {
        .c-home__gb-item h3 {
          -ms-flex-order: 1;
              order: 1;
          text-align: center; } }
  .c-home__gb-img {
    background: #fff;
    display: inline-block;
    margin: 0 auto 1rem;
    -ms-flex-order: 1;
        order: 1;
    padding: 4px; }
    @media screen and (min-width: 1024px) and (min-height: 620px) {
      .c-home__gb-img {
        -ms-flex-order: 2;
            order: 2; } }
  .c-home__gb-content {
    -ms-flex-order: 3;
        order: 3;
    white-space: normal; }
    .c-home__gb-content p {
      text-align: justify;
      white-space: normal; }
    .c-home__gb-content a {
      display: inline-block;
      font-family: "cooper_hewitt_semibold", sans-serif;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase;
      color: #1e2744; }
      .c-home__gb-content a:hover {
        color: #1e2744; }
      .c-home__gb-content a img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translateY(-8px); }
  .c-home__gb-cta {
    -ms-flex-order: 4;
        order: 4;
    text-align: right; }
    .c-home__gb-cta a {
      display: inline-block;
      font-family: "cooper_hewitt_semibold", sans-serif;
      font-size: 14px;
      text-decoration: none;
      text-transform: uppercase;
      color: #1e2744; }
      .c-home__gb-cta a:hover {
        color: #1e2744; }
      .c-home__gb-cta a img {
        display: inline-block;
        margin: 0 0 0 .25rem;
        transform: translateY(-8px); }

.c-home__nav {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(255, 255, 255, 0.975);
  border-bottom: 6px solid #CC3333;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: .35rem;
  position: fixed;
  width: 100%;
  z-index: 100; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    .c-home__nav {
      background: 0;
      bottom: 12px;
      padding: 0; } }
  .c-home__nav a {
    border-bottom: 4px solid transparent;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "cooper_hewitt_book", sans-serif;
    font-size: 14px;
    padding: 0 .25rem .25rem;
    text-decoration: none;
    transition: border .125s linear; }
    @media screen and (min-width: 1024px) and (min-height: 600px) {
      .c-home__nav a {
        padding: 0 0 .5rem; } }
    .c-home__nav a:hover, .c-home__nav a.is-selected {
      border-bottom-color: #CC3333; }
    .c-home__nav a.is-selected {
      font-family: "cooper_hewitt_bold", sans-serif; }
    .c-home__nav a span {
      display: inline-block; }
      .c-home__nav a span:first-child {
        color: #CC3333;
        margin: 0 .25rem 0 0; }
        @media screen and (min-width: 1024px) and (min-height: 600px) {
          .c-home__nav a span:first-child {
            color: #d0cfcd; } }
      .c-home__nav a span:last-child {
        color: #CC3333;
        display: none; }
        @media screen and (min-width: 1024px) and (min-height: 600px) {
          .c-home__nav a span:last-child {
            display: inline-block; } }
    .c-home__nav a:not(:last-child) {
      margin-right: 2rem; }
      @media screen and (min-width: 1024px) and (min-height: 600px) {
        .c-home__nav a:not(:last-child) {
          margin-right: 6rem; } }

#c-home-ins {
  display: none;
  position: absolute;
  right: 0;
  top: 1rem;
  transform: translateX(50%);
  z-index: 1; }
  @media screen and (min-width: 1024px) and (min-height: 620px) {
    #c-home-ins {
      display: inline-block; } }

.about-content {
  color: #fff;
  font-family: "cooper_hewitt_book", sans-serif;
  padding: calc(71px + 1rem) 1rem 250px;
  z-index: 2; }
  @media (min-width: 768px) {
    .about-content {
      left: auto;
      margin-bottom: 0;
      padding: 0;
      position: absolute;
      right: 2rem;
      top: calc(71px + 1rem);
      width: 68%; } }
  @media (min-width: 1024px) {
    .about-content {
      top: 140px;
      width: 65%; } }
  @media (min-width: 1200px) {
    .about-content {
      width: 60%; } }
  @media (min-width: 1400px) {
    .about-content {
      width: 45%; } }
  .about-content .page-hdr {
    color: #fff;
    font-size: 1.75rem;
    letter-spacing: .1rem;
    text-align: left; }
    @media (min-width: 768px) {
      .about-content .page-hdr {
        font-size: 2.25rem; } }
  .about-content .about-brochure {
    color: #fff; }
    .about-content .about-brochure:hover {
      color: #fff; }
    @media (min-width: 768px) {
      .about-content .about-brochure {
        bottom: -40px;
        left: 0;
        position: absolute; } }
  .about-content .icon {
    margin: 0 6px 0 0;
    transform: translateY(-2px);
    vertical-align: middle; }

.about-more {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }

.values {
  padding: 0 2rem; }
  .values .value {
    background: #edeeee;
    font-family: "cooper_hewitt_medium", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 4px;
    padding: 3rem 1rem; }
    @media (min-width: 768px) {
      .values .value {
        display: inline-block;
        float: left;
        margin-right: 0.4%;
        width: 33.067%; }
        .values .value:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 1024px) {
      .values .value {
        margin-bottom: 0;
        width: 19.68%; }
        .values .value:nth-child(3n) {
          margin-right: 0.4%; }
        .values .value:last-child {
          margin-right: 0; } }
    .values .value-icon {
      margin: 0 0 25px; }
      .values .value-icon img {
        height: 70px;
        width: auto; }
      .values .value-icon.sm {
        padding: 5px 0; }
        .values .value-icon.sm img {
          height: 60px; }
    .values .value-name {
      color: #3b5cad;
      font-family: "alternate-gothic-no-3-d", serif;
      font-size: 2rem;
      line-height: 1;
      margin: 0 0 15px; }
    .values .value-copy {
      line-height: 1.4; }

@media (min-width: 1024px) {
  .team-wrapper .team-col-list {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    display: block;
    height: calc(100% - 103px - 42px);
    max-width: 330px;
    overflow: auto;
    padding: 0 0 2rem;
    position: fixed;
    top: 103px; }
    .team-wrapper .team-col-list::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      border-radius: 0; }
    .team-wrapper .team-col-list::-webkit-scrollbar-thumb {
      background: #c9c9c9;
      border-radius: 0; }
    .team-wrapper .team-col-list::-webkit-scrollbar-track {
      background: #e4e4e4;
      border-radius: 0; } }

@media (min-width: 1200px) {
  .team-wrapper .team-col-list {
    height: calc(100% - 141px - 42px);
    top: 141px; } }

@media (min-width: 1024px) {
  .team-wrapper .team-col-grid,
  .team-wrapper .team-col-bio {
    width: 74.5762711864%;
    float: right;
    margin-right: 0;
    padding-left: 2rem; } }

.team-list {
  color: #000; }
  .team-list li {
    font-size: 1rem;
    line-height: 1; }
    .team-list li:not(:last-child) {
      margin-bottom: 8px; }
    .team-list li.list-heading {
      font-family: "cooper_hewitt_semibold", sans-serif; }
      .team-list li.list-heading:not(:first-child) {
        margin-top: 24px; }
  .team-list a {
    padding: 2px 0;
    transition: color .225s ease;
    color: #000; }
    .team-list a:hover {
      color: #CC3333; }
    .team-list a:after {
      color: #CC3333;
      content: '>';
      margin: 0 0 0 5px;
      opacity: 0;
      transition: opacity .125s ease; }
    .team-list a:hover, .team-list a.active {
      color: #CC3333;
      font-family: "cooper_hewitt_semibold", sans-serif; }

.team-grid li {
  margin: 0 0 1px; }
  @media (min-width: 550px) {
    .team-grid li {
      display: inline-block;
      float: left;
      padding: 0 0 0 1px;
      width: 50%; }
      .team-grid li:nth-child(2n) {
        float: right; }
      .team-grid li:nth-child(2n + 1) {
        cloear: both; } }
  @media (min-width: 1024px) {
    .team-grid li {
      width: 33.333%; }
      .team-grid li:nth-child(2n) {
        float: left; }
      .team-grid li:nth-child(2n + 1) {
        cloear: none; }
      .team-grid li:nth-child(3n) {
        float: right; }
      .team-grid li:nth-child(3n + 1) {
        clear: both; } }

.team-grid-link {
  overflow: hidden; }
  .team-grid-link:hover .team-grid-overlay,
  .team-grid-link:hover .team-grid-content, .team-grid-link.active .team-grid-overlay,
  .team-grid-link.active .team-grid-content {
    opacity: 1; }

.team-grid-img {
  z-index: 1; }

.team-grid-overlay {
  background: rgba(30, 39, 68, 0.6);
  border-bottom: 8px solid #CC3333;
  height: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  transition: opacity .25s ease;
  width: 100%;
  z-index: 2; }
  @media (min-width: 1024px) {
    .team-grid-overlay {
      opacity: 0; } }

.team-grid-content {
  color: #fff;
  font-family: "cooper_hewitt_medium", sans-serif;
  opacity: 1;
  transition: opacity .25s ease;
  width: 90%;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 1024px) {
    .team-grid-content {
      opacity: 0; } }

.team-grid-name {
  font-family: "alternate-gothic-no-3-d", serif;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 3px; }
  @media (min-width: 1200px) {
    .team-grid-name {
      font-size: 36px; } }

.team-grid-title {
  margin: 0 0 15px; }

.team-grid-more {
  color: #CC3333; }

.bio-hdr {
  margin: 0 0 30px; }
  .bio-hdr-img {
    margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .bio-hdr-img {
      width: 44.9152542373%;
      float: left;
      margin-right: 1.6949152542%;
      margin-bottom: 0; }
    .bio-hdr-info {
      width: 53.3898305085%;
      float: right;
      margin-right: 0; } }

.bio-name {
  color: #CC3333;
  font-family: 'lintel';
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 10px; }

.bio-accreditations {
  font-family: 'degular';
  font-size: 1.1rem;
  line-height: 1;
  margin: 0 0 10px; }

.bio-title {
  font-family: 'degular';
  font-size: 1.1rem;
  line-height: 1;
  margin: 0 0 25px; }

.bio-contact {
  font-family: 'degular';
  margin: 0 0 25px; }
  .bio-contact li:not(:last-child) {
    margin: 0 0 8px; }
  .bio-contact-lbl {
    margin-right: 8px;
    width: 60px; }
  .bio-contact a {
    color: #414042; }
    .bio-contact a:hover {
      color: #414042; }
    .bio-contact a[href*="mailto"] {
      color: #CC3333; }
      .bio-contact a[href*="mailto"]:hover {
        color: #CC3333; }

.bio-share {
  font-family: 'degular'; }
  .bio-share li {
    line-height: 1;
    margin: 0 0 8px; }
    @media (min-width: 768px) {
      .bio-share li {
        display: inline-block;
        float: left;
        margin: 0; }
        .bio-share li:nth-child(2n) {
          margin: 0 15px;
          text-align: center; }
        .bio-share li:nth-child(3n) {
          margin-right: 0;
          text-align: right; }
        .bio-share li:not(:last-child) {
          border-right: 1px solid #CC3333;
          padding-right: 15px; } }
  .bio-share a {
    color: #6d6e71; }
    .bio-share a:hover {
      color: #6d6e71; }
    .bio-share a.spanish {
      border: 0;
      background: #CC3333;
      display: inline-block;
      font-size: .85em;
      padding: 5px 12px 4px;
      position: relative;
      top: -4px;
      transition: background .175s ease;
      color: #fff; }
      .bio-share a.spanish:hover {
        color: #fff; }
      .bio-share a.spanish.active, .bio-share a.spanish:hover {
        background-color: #a32929; }

.bio-content {
  font-family: 'degular'; }
  .bio-content ul {
    list-style: none;
    margin-left: 0;
    padding: 0; }
    .bio-content ul li {
      padding-left: 1.25rem;
      position: relative; }
      .bio-content ul li:not(:last-child) {
        margin-bottom: .5rem; }
      .bio-content ul li:before {
        content: '-';
        display: inline-block;
        left: .5rem;
        position: absolute;
        top: 1px; }

.services {
  background: #fff; }

.service-category {
  width: 100%; }
  @media (min-width: 768px) {
    .service-category {
      display: inline-block;
      float: left;
      width: 33.333%; }
      .service-category:not(:last-child) .service-category-list {
        border-right: 1px solid #d1d3d3; } }
  .service-category:hover .service-category-overlay {
    border-bottom-color: #cc3333;
    opacity: 1; }
  .about .service-category:hover .service-category-more {
    opacity: 1; }
  .service-category-overlay {
    background: rgba(30, 39, 68, 0.8);
    border-bottom: 8px solid rgba(204, 51, 51, 0);
    height: 100%;
    left: 0;
    opacity: .6;
    top: 0;
    transition: border .25s ease, opacity .25s ease;
    width: 100%;
    z-index: 2; }
  .service-category-img {
    max-height: 300px;
    overflow: hidden; }
    .service .service-category-img {
      cursor: pointer;
      max-height: 150px; }
    .service-category-img img {
      height: auto;
      width: 100%; }
    .about .service-category-img {
      max-height: 250px; }
      @media (min-width: 768px) {
        .about .service-category-img {
          max-height: 450px; } }
  .service-category-name {
    color: #fff;
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 2.5rem;
    line-height: 1.3;
    max-width: 375px;
    width: 90%;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .service-category-more {
    color: #CC3333;
    font-family: "cooper_hewitt_medium", sans-serif;
    font-size: 1.2rem;
    left: 50%;
    opacity: 0;
    top: 60%;
    transition: opacity .25s ease;
    transform: translateX(-50%);
    z-index: 3; }
    .service-category-more.bump {
      top: 67.5%; }
  .service-category-list {
    padding: 2rem; }
    .service-category-list li {
      font-family: "cooper_hewitt_book", sans-serif; }
      .service-category-list li:not(:last-child) {
        margin-bottom: 12px; }
    .service-category-list a {
      transition: color .125s ease;
      color: #414042; }
      .service-category-list a:hover {
        color: #CC3333; }
      .service-category-list a:after {
        color: #CC3333;
        content: '>';
        margin: 0 0 0 5px;
        opacity: 0;
        transition: opacity .125s ease; }
      .service-category-list a:hover, .service-category-list a.active {
        color: #CC3333;
        font-family: "cooper_hewitt_semibold", sans-serif; }
    .service .service-category-list {
      height: 0;
      overflow: hidden;
      padding: 0; }
    .service-category-list.trans {
      transition: height .325s ease, padding .325s ease; }

.service-content ul {
  list-style: none;
  margin-left: 0;
  padding: 0; }
  .service-content ul li {
    padding-left: 1.25rem;
    position: relative; }
    .service-content ul li:not(:last-child) {
      margin-bottom: .5rem; }
    .service-content ul li:before {
      content: '-';
      display: inline-block;
      left: .5rem;
      position: absolute;
      top: 1px; }

.c-services-hero {
  position: relative;
  width: 100%; }
  .c-services-hero__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .c-services-hero__row {
        -ms-flex-direction: row;
            flex-direction: row;
        height: 54vh;
        max-height: 586px; } }
  .c-services-hero__col:last-child {
    color: #404041; }
  @media screen and (min-width: 1024px) {
    .c-services-hero__col {
      display: inline-block;
      width: 50%; }
      .c-services-hero__col:first-child {
        background: url(/img/services/banner.v1.jpg) no-repeat center center;
        background-size: cover; }
      .c-services-hero__col:last-child {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 2.5rem 4rem; }
        .c-services-hero__col:last-child p {
          font-family: "cooper_hewitt_book", sans-serif;
          font-size: 16px;
          line-height: 1.3;
          margin: 0 auto;
          max-width: 456px;
          text-align: justify; }
          .c-services-hero__col:last-child p:not(:last-child) {
            margin-bottom: 1.5rem; } }
  .c-services-hero__hdr {
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 2rem;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-transform: uppercase; }

.c-services-nav {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%) translateY(100%);
  z-index: 2; }
  .page-is-animatable .c-services-nav {
    transition: opacity 0.6s cubic-bezier(0, 0, 0.3, 1) 0.25s, transform 0.6s cubic-bezier(0, 0, 0.3, 1) 0.25s; }
  .c-services-nav.is-set {
    opacity: 1;
    transform: translateX(-50%) translateY(50%); }
  .c-services-nav__item {
    -ms-flex-align: center;
        align-items: center;
    color: #fff !important;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 240px;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    text-decoration: none;
    width: 240px; }
    .c-services-nav__item:hover .c-services-nav__item-overlay, .c-services-nav__item.is-selected .c-services-nav__item-overlay {
      background: rgba(30, 39, 68, 0.85);
      border-bottom-color: #CC3333; }
    .c-services-nav__item-overlay {
      -ms-flex-align: center;
          align-items: center;
      background: rgba(30, 39, 68, 0.4);
      border-bottom: 8px solid rgba(204, 51, 51, 0);
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -ms-flex-pack: center;
          justify-content: center;
      left: 0;
      padding: calc(8px + 1.5rem) 1.5rem 1.5rem;
      top: 0;
      transition: border .25s ease, background .25s ease;
      width: 100%;
      z-index: 2; }
      .c-services-nav__item-overlay span {
        color: #fff;
        font-family: "alternate-gothic-no-3-d", serif;
        font-size: 2.25rem;
        line-height: 1.3;
        text-align: center;
        z-index: 3; }

#js-btn-content-close {
  -ms-flex-align: center;
      align-items: center;
  background: 0;
  border: 0;
  color: #404041;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "cooper_hewitt_book", sans-serif;
  padding: 0;
  position: absolute;
  right: 1.5rem;
  top: 100%;
  transform: translateY(-150%); }
  #js-btn-content-close span {
    display: inline-block;
    margin-right: .5rem; }
  #js-btn-content-close img {
    display: inline-block; }

.c-services-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 0;
  position: relative;
  transform: translateY(100px);
  width: 100%;
  z-index: 1; }
  .page-is-animatable .c-services-list {
    transition: opacity 0.6s cubic-bezier(0, 0, 0.3, 1) 0.5s, transform 0.6s cubic-bezier(0, 0, 0.3, 1) 0.5s; }
  .c-services-list.is-visible {
    opacity: 1;
    transform: translateY(0); }
  @media screen and (min-width: 1024px) {
    .c-services-list {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .c-services-list__col:last-child {
    color: #404041; }
  @media screen and (min-width: 1024px) {
    .c-services-list__col {
      display: inline-block;
      width: 50%; }
      .c-services-list__col:first-child {
        -ms-flex-align: end;
            align-items: flex-end;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        padding: calc(120px + 2.5rem) 6rem 2.5rem; }
      .c-services-list__col:last-child {
        background: url(/img/services/landing-valuation.v2.jpg) no-repeat center center;
        background-size: cover; }
        .is-disputes .c-services-list__col:last-child {
          background: url(/img/services/landing-disputes.v2.jpg) no-repeat center center; }
        .is-advisory .c-services-list__col:last-child {
          background: url(/img/services/landing-advisory.v2.jpg) no-repeat center center; } }
  .c-services-list ul {
    list-style: none;
    margin: 0;
    text-align: right; }
    .c-services-list ul li {
      text-align: right; }
      .c-services-list ul li:not(:last-child) {
        margin-bottom: 1.5rem; }
    .c-services-list ul a {
      color: #404041;
      font-family: 'bebasneue';
      font-size: 28px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      transition: color .125s linear; }
      .c-services-list ul a.is-selected, .c-services-list ul a:hover {
        color: #CC3333; }
        .c-services-list ul a.is-selected:after, .c-services-list ul a:hover:after {
          opacity: 1; }
      .c-services-list ul a:after {
        background: url(/img/services/arrow.v1.png) no-repeat center center;
        background-size: 28px 26px;
        content: '';
        display: block;
        height: 26px;
        left: calc(100% + 1rem);
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity .125s linear;
        width: 28px; }

.c-service-item__hdr {
  display: -ms-flexbox;
  display: flex; }
  .c-service-item__hdr-col {
    display: inline-block;
    width: 50%; }
    .c-service-item__hdr-col:first-child {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: calc(120px + 2.5rem) 4rem 2.5rem; }
      .c-service-item__hdr-col:first-child p {
        font-family: "cooper_hewitt_book", sans-serif;
        font-size: 16px;
        line-height: 1.3;
        margin: 0;
        text-align: justify; }
        .c-service-item__hdr-col:first-child p:not(:last-child) {
          margin-bottom: 1.5rem; }
      .c-service-item__hdr-col:first-child ul {
        list-style: none; }
        .c-service-item__hdr-col:first-child ul li {
          padding-left: 1.25rem;
          text-align: justify; }
          .c-service-item__hdr-col:first-child ul li:before {
            content: '-';
            display: inline-block;
            left: .5rem;
            position: absolute;
            top: 1px; }
        .c-service-item__hdr-col:first-child ul ul {
          margin: .75rem 0 1rem; }
      .c-service-item__hdr-col:first-child ul,
      .c-service-item__hdr-col:first-child ol {
        margin-left: 0;
        padding: 0; }
        .c-service-item__hdr-col:first-child ul:not(:last-child),
        .c-service-item__hdr-col:first-child ol:not(:last-child) {
          margin-bottom: 1.5rem; }
        .c-service-item__hdr-col:first-child ul li,
        .c-service-item__hdr-col:first-child ol li {
          font-family: "cooper_hewitt_book", sans-serif;
          font-size: 16px;
          position: relative; }
          .c-service-item__hdr-col:first-child ul li:not(:last-child),
          .c-service-item__hdr-col:first-child ol li:not(:last-child) {
            margin-bottom: .5rem; }
      .c-service-item__hdr-col:first-child p,
      .c-service-item__hdr-col:first-child ul,
      .c-service-item__hdr-col:first-child ol {
        margin-left: auto;
        margin-right: auto;
        max-width: 700px; }
    .c-service-item__hdr-col:last-child {
      padding-bottom: 10rem;
      padding-left: 4rem;
      position: relative; }
      .c-service-item__hdr-col:last-child img {
        position: relative;
        z-index: 1; }
      .c-service-item__hdr-col:last-child:after {
        background: url(/img/services/item-top-right-bg.v4.jpg) no-repeat center bottom;
        background-size: cover;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0; }
  .c-service-item__hdr-name {
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 2rem;
    position: relative;
    -moz-text-align-last: center;
         text-align-last: center;
    text-transform: uppercase;
    width: 100%; }
    .c-service-item__hdr-name:after {
      background: url(/img/services/arrow-down.v1.png) no-repeat center center;
      background-size: 26px 28px;
      content: '';
      cursor: pointer;
      display: block;
      height: 28px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 26px; }

.c-service-item__caption {
  color: #404041;
  font-family: "cooper_hewitt_semibold", sans-serif;
  font-size: 26px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 520px;
  padding: 4rem;
  position: relative;
  z-index: 1; }

.c-service-item__re {
  margin: 0 auto 0;
  max-width: 1264px;
  transform: translateY(-8rem); }
  .c-service-item__re-hdr {
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 2rem;
    position: relative;
    text-transform: uppercase;
    width: 100%; }
  .c-service-item__re-items {
    display: -ms-flexbox;
    display: flex; }
  .c-service-item__re-item {
    border: 0;
    font-family: "cooper_hewitt_medium", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 4px;
    margin-right: 1.2658%;
    outline: 0;
    padding: 0;
    position: relative;
    width: 18.987%;
    /*&-overlay {
                align-items: center;
                color: #3b5cad;
                display: flex;
                font-family: $font-secondary;
                font-size: 1.7rem;
                height: 100%;
                justify-content: center;
                left: 0;
                line-height: 1;
                padding: 0 .75rem;
                position: absolute;
                top: 0;
                width: 100%;
            }*/
    /*background: 0;
            border: 0;
            display: inline-block;
            outline: 0;
            padding: 0;
            position: relative;
            width: 25%;*/ }
    .c-service-item__re-item:last-child {
      margin-right: 0; }
    .c-service-item__re-item.is-selected .c-service-item__re-item-overlay, .c-service-item__re-item:hover .c-service-item__re-item-overlay {
      background: rgba(30, 39, 68, 0.85);
      border-bottom-color: #CC3333; }
    .c-service-item__re-item-overlay {
      -ms-flex-align: center;
          align-items: center;
      background: rgba(30, 39, 68, 0.4);
      border-bottom: 8px solid rgba(204, 51, 51, 0);
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -ms-flex-pack: center;
          justify-content: center;
      left: 0;
      padding: calc(1.5rem + 8px) 1.5rem 1.5rem;
      top: 0;
      transition: border .25s ease, background .25s ease;
      width: 100%;
      z-index: 2; }
      .c-service-item__re-item-overlay span {
        color: #fff;
        font-family: "alternate-gothic-no-3-d", serif;
        font-size: 1.75rem;
        line-height: 1.3;
        text-align: center;
        z-index: 3; }
  .c-service-item__re-tab {
    display: none;
    padding-top: 1.5rem; }
    .c-service-item__re-tab.is-visible {
      display: block; }
    .c-service-item__re-tab-hdr {
      color: #CC3333;
      font-family: "cooper_hewitt_bold", sans-serif;
      font-size: 18px;
      line-height: 1;
      margin: 0 0 .25rem;
      text-transform: uppercase; }
      .c-service-item__re-tab-hdr:not(:first-child) {
        margin-top: 1.5rem; }
    .c-service-item__re-tab-copy p {
      font-family: "cooper_hewitt_book", sans-serif;
      font-size: 16px;
      line-height: 1.3;
      margin: 0;
      text-align: justify; }
      .c-service-item__re-tab-copy p:not(:last-child) {
        margin-bottom: 1.25rem; }

.c-service-item__experts {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1024px) {
    .c-service-item__experts {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .c-service-item__experts-col {
    color: #404041; }
    @media screen and (min-width: 1024px) {
      .c-service-item__experts-col {
        display: inline-block;
        width: 50%; }
        .c-service-item__experts-col:first-child {
          background: url(/img/services/item-top-right-bg.v4.jpg) no-repeat center bottom;
          background-size: cover; }
          .c-service-item__experts-col:first-child img {
            position: relative;
            z-index: 1; }
        .c-service-item__experts-col:last-child {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-direction: column;
              flex-direction: column;
          padding: 0 8rem 2.5rem 8rem; }
          .c-service-item__experts-col:last-child p {
            font-family: "cooper_hewitt_book", sans-serif;
            font-size: 16px;
            line-height: 1.3;
            margin: 0;
            text-align: justify; }
            .c-service-item__experts-col:last-child p:not(:last-child) {
              margin-bottom: 1.5rem; }
          .c-service-item__experts-col:last-child ul {
            list-style: none; }
            .c-service-item__experts-col:last-child ul li {
              padding-left: 1.25rem; }
              .c-service-item__experts-col:last-child ul li:before {
                content: '-';
                display: inline-block;
                left: .5rem;
                position: absolute;
                top: 1px; }
          .c-service-item__experts-col:last-child ul,
          .c-service-item__experts-col:last-child ol {
            margin-left: 0;
            padding: 0; }
            .c-service-item__experts-col:last-child ul:not(:last-child),
            .c-service-item__experts-col:last-child ol:not(:last-child) {
              margin-bottom: 1.5rem; }
            .c-service-item__experts-col:last-child ul li,
            .c-service-item__experts-col:last-child ol li {
              font-family: "cooper_hewitt_book", sans-serif;
              font-size: 16px;
              position: relative; }
              .c-service-item__experts-col:last-child ul li:not(:last-child),
              .c-service-item__experts-col:last-child ol li:not(:last-child) {
                margin-bottom: .5rem; } }
  .c-service-item__experts-hdr {
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
    text-align: left;
    text-transform: uppercase; }

.c-service-item__expert {
  display: -ms-flexbox;
  display: flex; }
  .c-service-item__expert:not(:last-child) {
    margin-bottom: 1.5rem; }
  .c-service-item__expert-col {
    display: inline-block;
    width: 220px; }
    .c-service-item__expert-col:last-child {
      padding-left: 1.5rem;
      width: calc(100% - 220px); }
  .c-service-item__expert h4 {
    color: #C33 !important;
    font-family: 'alternate-gothic-no-3-d',serif;
    font-size: 1.35rem;
    line-height: 1.1;
    margin: 0 0 .15rem; }
    .c-service-item__expert h4 a {
      color: #C33 !important;
      text-decoration: none; }
  .c-service-item__expert p {
    font-family: 'cooper_hewitt_medium' !important;
    font-size: .9rem !important;
    line-height: 1.2 !important;
    margin: 0 0 .35rem !important; }
    .c-service-item__expert p span {
      font-family: 'cooper_hewitt_book' !important; }
  .c-service-item__expert ul {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    .c-service-item__expert ul li {
      line-height: 1 !important;
      padding: 0 !important; }
      .c-service-item__expert ul li:not(:last-child) {
        border-right: 1px solid #C33;
        display: inline-block;
        margin: 0 .5rem 0 0 !important;
        padding: 0 .5rem 0 0 !important; }
      .c-service-item__expert ul li:before, .c-service-item__expert ul li:after {
        display: none !important; }
    .c-service-item__expert ul a {
      color: #414042;
      display: inline-block;
      font-family: 'cooper_hewitt_book';
      font-size: .8rem;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase; }

.industries-grid li {
  height: calc(50vw - 4px);
  overflow: hidden;
  width: 50%; }
  @media (min-width: 768px) {
    .industries-grid li {
      height: calc(33.3vw - 4px);
      width: 33.3%; } }
  @media (min-width: 1200px) {
    .industries-grid li {
      height: calc(20vw - 4px);
      width: 20%; } }

.industries-grid-link:hover .industries-grid-overlay, .industries-grid-link.active .industries-grid-overlay {
  border-bottom-color: #CC3333;
  opacity: 1; }

.industries-grid-link:hover img, .industries-grid-link.active img {
  transform: scale(1.15); }

.industries-grid-link img {
  transform: scale(1);
  transition: transform .25s ease; }

.industries-grid-overlay {
  background: rgba(30, 39, 68, 0.6);
  border-bottom: 8px solid transparent;
  height: 100%;
  left: 0;
  opacity: .6;
  top: 0;
  transition: border .25s ease, opacity .25s ease;
  width: 100%;
  z-index: 2; }

.industries-grid-name, .industries-grid-name-2 {
  color: #fff;
  font-family: "alternate-gothic-no-3-d", serif;
  font-size: 1.55rem;
  line-height: 1.3;
  max-width: 300px;
  width: 94%;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 768px) {
    .industries-grid-name, .industries-grid-name-2 {
      font-size: 2.25rem;
      width: 90%; } }

.industries-back {
  right: .5rem;
  top: .5rem;
  color: #d1d3d3; }
  .industries-back:hover {
    color: #d1d3d3; }
  .industries-back i {
    font-size: 2rem; }
  @media (min-width: 1024px) {
    .industries-back {
      right: 1rem;
      top: 1rem; }
      .industries-back i {
        font-size: 3rem; } }

@media (min-width: 1024px) {
  .industry-col-left {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%; } }

.industry-col-right {
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .industry-col-right {
      width: 57.6271186441%;
      float: right;
      margin-right: 0;
      margin-bottom: 0;
      padding-left: 30px; } }

@media (min-width: 1024px) {
  .industry-img {
    display: block;
    margin-bottom: 30px; } }

.industry-preview {
  margin-bottom: 30px; }

.industry-child-links {
  margin: 0 0 1.25rem; }
  .no-children .industry-child-links {
    display: none; }

.industry-children li {
  width: 230px; }
  .industry-children li:not(:last-child) {
    margin-bottom: 6px; }
  @media (min-width: 1200px) {
    .industry-children li {
      display: inline-block;
      float: left;
      width: auto; }
      .industry-children li:not(:last-child) {
        margin-bottom: 0;
        margin-right: .5rem; } }

.industry-children a {
  background: #CC3333;
  border: 0;
  font-size: .85em;
  padding: 5px 12px 4px;
  transition: background .175s ease;
  color: #fff; }
  .industry-children a:hover {
    color: #fff; }
  .industry-children a.active, .industry-children a:hover {
    background-color: #a32929; }

.industry-full-copy ul {
  list-style: none;
  margin-left: 0;
  padding: 0; }
  .industry-full-copy ul li {
    padding-left: 1.25rem;
    position: relative; }
    .industry-full-copy ul li:not(:last-child) {
      margin-bottom: .5rem; }
    .industry-full-copy ul li:before {
      content: '-';
      display: inline-block;
      left: .5rem;
      position: absolute;
      top: 1px; }

.industry-subheader {
  font-family: "cooper_hewitt_semibold", sans-serif;
  font-size: 1.1em;
  line-height: 1.1;
  margin: 0 0 8px; }

.c-industry__hdr {
  color: #CC3333;
  font-family: 'lintel';
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 1.5rem;
  text-align: center; }

.c-industry__preview p {
  font-family: 'degular';
  text-align: justify; }

.c-industry-opts__root {
  margin: 2.5rem auto 0;
  max-width: 900px; }

.c-industry-opts__list {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 768px) {
    .c-industry-opts__list {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .c-industry-opts__list button {
    background: 0;
    border: 0;
    cursor: pointer;
    display: block;
    max-width: 250px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    .c-industry-opts__list button:not(:last-child) {
      margin-bottom: .75rem; }
    @media screen and (min-width: 768px) {
      .c-industry-opts__list button {
        display: inline-block;
        margin-right: 2.5rem;
        max-width: 100%;
        width: calc(25% - 1.875rem); }
        .c-industry-opts__list button:last-child {
          margin-right: 0; }
        .c-industry-opts__list button:not(:last-child) {
          margin-bottom: 0; } }
    .c-industry-opts__list button:after {
      background: #CC3333;
      bottom: 0;
      content: '';
      height: 12px;
      left: 0;
      opacity: 0;
      position: absolute;
      transition: opacity .125s linear;
      width: 100%;
      z-index: 2; }
    .c-industry-opts__list button span {
      display: block;
      color: #CC3333;
      font-family: 'degular';
      font-size: 2rem;
      line-height: 1;
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      transform: translateY(4px);
      transition: opacity .125s linear; }
    .c-industry-opts__list button .c-industry-opts__lbl {
      -ms-flex-align: center;
          align-items: center;
      color: #fff;
      font-family: "cooper_hewitt_medium", sans-serif;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -ms-flex-pack: center;
          justify-content: center;
      left: 0;
      padding: .5rem;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3; }
      .c-industry-opts__list button .c-industry-opts__lbl h4 {
        font-family: 'lintel';
        font-size: 1.5rem;
        line-height: 1.1;
        text-transform: uppercase; }
        .c-industry-opts__list button .c-industry-opts__lbl h4 b {
          display: none;
          font-weight: normal;
          font-size: 1.5rem;
          line-height: 1.1; }
      .c-industry-opts__list button .c-industry-opts__lbl i {
        bottom: 1.5rem;
        left: 0;
        position: absolute;
        text-align: center;
        transition: opacity .125s linear;
        width: 100%; }
    .c-industry-opts__list button .c-industry-opts__img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      position: relative; }
      .c-industry-opts__list button .c-industry-opts__img--bio {
        max-width: none;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: auto; }
      .c-industry-opts__list button .c-industry-opts__img--zoom {
        transform-origin: center center;
        transition: transform .2s linear; }
      .c-industry-opts__list button .c-industry-opts__img:after {
        background: rgba(30, 39, 68, 0.5);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: opacity .125s linear;
        width: 100%;
        z-index: 2; }
    .c-industry-opts__list button:hover span, .c-industry-opts__list button.is-selected span {
      opacity: 0; }
    .c-industry-opts__list button:hover:after, .c-industry-opts__list button.is-selected:after {
      opacity: 1; }
    .c-industry-opts__list button:hover .c-industry-opts__lbl h4 b, .c-industry-opts__list button.is-selected .c-industry-opts__lbl h4 b {
      display: inline;
      font-family: "alternate-gothic-no-3-d", serif;
      font-size: 1.75rem; }
    .c-industry-opts__list button:hover .c-industry-opts__lbl i, .c-industry-opts__list button.is-selected .c-industry-opts__lbl i {
      opacity: 0; }
    .c-industry-opts__list button:hover .c-industry-opts__img:after, .c-industry-opts__list button.is-selected .c-industry-opts__img:after {
      background: rgba(30, 39, 68, 0.75); }
    .c-industry-opts__list button:hover .c-industry-opts__img--zoom, .c-industry-opts__list button.is-selected .c-industry-opts__img--zoom {
      transform: scale(1.1); }
    .c-industry-opts__list button:hover .c-industry-opts__img--zoom.c-industry-opts__img--bio, .c-industry-opts__list button.is-selected .c-industry-opts__img--zoom.c-industry-opts__img--bio {
      transform: scale(1.1) translateX(-45%); }
  @media screen and (min-width: 768px) {
    .c-industry-opts__list.count-3 button {
      width: calc(33.3% - 1.667rem); }
      .c-industry-opts__list.count-3 button:nth-child(3n) {
        margin-right: 0; } }

.c-industry-opts__content {
  padding: 2.5rem 0 0; }
  .c-industry-opts__content a {
    text-decoration: none;
    text-transform: uppercase;
    color: #CC3333; }
    .c-industry-opts__content a:hover {
      color: #CC3333; }
  .c-industry-opts__content ol {
    list-style: none;
    counter-reset: ind-counter; }
  .c-industry-opts__content ol li {
    counter-increment: ind-counter;
    text-align: justify; }
    .c-industry-opts__content ol li:not(:last-child) {
      margin-bottom: 1rem; }
  .c-industry-opts__content ol li::before {
    content: counter(ind-counter) ". ";
    color: #CC3333;
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 1.75rem; }

.c-industry-pro__root {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .c-industry-pro__root:not(:last-child) {
    margin-bottom: 1.5rem; }

.c-industry-pro__img {
  display: inline-block;
  width: 150px; }

.c-industry-pro__content {
  display: inline-block;
  padding-left: 1.5rem;
  width: calc(100% - 150px); }
  .c-industry-pro__content p {
    margin: 0 !important;
    text-align: justify; }
    .c-industry-pro__content p strong {
      color: #CC3333;
      display: inline-block;
      font-family: 'lintel';
      font-size: 1.75rem;
      font-weight: 500;
      margin-right: .3rem;
      text-transform: uppercase; }

.c-industry-pro__dls {
  display: -ms-flexbox;
  display: flex;
  padding: .45rem 0 0; }
  .c-industry-pro__dls a {
    color: #414042;
    display: inline-block;
    font-family: 'degular';
    font-size: .8rem;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
    .c-industry-pro__dls a:not(:last-child) {
      margin-right: .5rem;
      padding-right: .5rem; }
      .c-industry-pro__dls a:not(:last-child):after {
        border-right: 1px solid #CC3333;
        content: '';
        display: inline-block;
        height: .8rem;
        position: absolute;
        right: 0;
        top: -1px; }

.c-industry__children {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 2.5rem 0; }
  .c-industry__children a {
    background: #CC3333;
    display: inline-block;
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 1.25rem;
    line-height: 1rem;
    padding: .75rem .75rem .65rem;
    position: relative;
    text-decoration: none;
    transition: color .125s linear;
    color: #fff; }
    .c-industry__children a:hover {
      color: #fff; }
    .c-industry__children a:not(:last-child) {
      margin-right: 1rem; }
    .c-industry__children a:hover, .c-industry__children a.is-selected {
      color: #9c182f; }

#js-btn-pdf-print {
  background: 0;
  border: 0;
  cursor: pointer;
  left: 1.5rem;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 1.5rem; }

@media (min-width: 1024px) {
  .news-col-left {
    width: 19.4915254237%;
    float: left;
    margin-right: 1.6949152542%; } }

@media (min-width: 1200px) {
  .news-col-left {
    width: 15.2542372881%;
    float: left;
    margin-right: 1.6949152542%; } }

@media (min-width: 1024px) {
  .news-col-content {
    width: 78.813559322%;
    float: right;
    margin-right: 0;
    padding-left: 2rem; } }

@media (min-width: 1200px) {
  .news-col-content {
    width: 83.0508474576%;
    float: right;
    margin-right: 0; } }

.news-nav {
  margin: 0 0 1rem !important; }
  .news-nav--alt {
    backbround: #fff; }
    .news-nav--alt a {
      color: #000 !important; }
      .news-nav--alt a:hover {
        color: #CC3333 !important; }
  @media (min-width: 1024px) {
    .news-nav {
      margin-bottom: 2rem !important; } }
  .news-nav li:not(:last-child) {
    margin-right: 1rem; }
  @media (min-width: 1024px) {
    .news-nav li {
      display: block; }
      .news-nav li:not(:last-child) {
        margin: 0 0 8px; } }
  .news-nav a {
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 1.1em;
    height: 30px;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 0 8px;
    transition: background .175s ease, color .175s ease;
    color: #414042; }
    .news-nav a:hover {
      color: #fff; }
    @media (min-width: 1024px) {
      .news-nav a:after {
        border-bottom: 15px solid transparent;
        border-left: 15px solid #CC3333;
        border-top: 15px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        opacity: 0;
        position: absolute;
        right: -15px;
        top: 0;
        transition: opacity .175s ease;
        width: 0; } }
    .news-nav a.active, .news-nav a:hover {
      color: #fff;
      background: #CC3333; }
      .news-nav a.active:after, .news-nav a:hover:after {
        opacity: 1; }
    .c-news__nav--alt .news-nav a {
      color: #000 !important; }
      .c-news__nav--alt .news-nav a:hover {
        color: #CC3333 !important; }

.news-search {
  margin: 0 0 2rem; }
  .news-search input[type="text"] {
    border: 1px solid #d1d3d3;
    font-size: .9rem;
    height: auto;
    outline: none !important;
    padding: .5rem;
    width: 100%; }
    .news-search input[type="text"]:focus {
      border-color: #d1d3d3 !important;
      box-shadow: 0 0 0 0 transparent; }

.news-nav-tags li:not(:last-child) {
  margin-bottom: 8px; }

.news-nav-tags a {
  transition: color .225s ease;
  color: #6D6E71; }
  .news-nav-tags a:hover {
    color: #CC3333; }
  .news-nav-tags a:after {
    color: #CC3333;
    content: '>';
    margin: 0 0 0 5px;
    opacity: 0;
    transition: opacity .225s ease; }
  .news-nav-tags a:hover, .news-nav-tags a.active {
    color: #CC3333;
    font-family: "cooper_hewitt_semibold", sans-serif; }

.news-item {
  padding: 2rem 0; }
  .news-item.publication {
    max-width: 800px; }
  .news-item:first-child {
    padding-top: 0; }
  .news-item-img {
    margin-bottom: .75rem; }
    @media (min-width: 1024px) {
      .news-item-img {
        border-right: 1px solid #d2d3d4;
        display: inline-block;
        float: left;
        margin: 0;
        padding-right: 2rem;
        width: 37%; } }
    @media (min-width: 1200px) {
      .news-item-img {
        width: 43%; } }
  @media (min-width: 1024px) {
    .news-item-info {
      display: inline-block;
      float: right;
      padding-left: 2rem;
      width: 63%; } }
  @media (min-width: 1200px) {
    .news-item-info {
      width: 57%; } }
  .publication .news-item-info {
    float: none;
    width: 100%; }
  @media (min-width: 1024px) {
    .news-item-content.with-vcenter {
      position: relative;
      top: 50%;
      transform: translateY(-50%); } }
  .news-item-title {
    color: #CC3333;
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 1rem; }
  .news-item-publication {
    color: #6d6e71;
    font-size: .95em;
    line-height: 1;
    margin: 0 0 .5rem; }
  .news-item-date {
    color: #6d6e71;
    font-size: .95em;
    line-height: 1;
    margin: 0 0 1rem; }
  .news-item-summary {
    margin: 0 0 15px;
    text-align: justify; }
    .news-item-summary p:last-child {
      margin-bottom: 0; }
    .news-item-summary a {
      color: #336699; }
      .news-item-summary a:hover {
        color: #336699; }
  .news-item-read-more {
    color: #CC3333; }
    .news-item-read-more:hover {
      color: #CC3333; }
    .news-item-read-more:after {
      color: #CC3333;
      content: '>';
      margin: 0 0 0 5px; }

.news-entry .page-hdr {
  text-transform: none; }
  .news-entry .page-hdr:not(:first-child) {
    margin-top: 25px; }

.news-entry-publication {
  color: #6d6e71;
  font-size: .95em;
  line-height: 1;
  margin: 0 0 .5rem; }

.news-entry-date {
  color: #6d6e71;
  font-size: .95em;
  line-height: 1;
  margin: 0 0 1rem; }

.news-entry-author {
  color: #6d6e71;
  font-size: .95em;
  line-height: 1;
  margin: -.5rem 0 1rem; }

.news-entry-article {
  text-align: justify; }
  .news-entry-article a {
    color: #336699; }
    .news-entry-article a:hover {
      color: #336699; }

.news-entry-content-footer {
  border-top: 1px solid #cacaca;
  margin: 1.5rem 0;
  padding-top: 1.5rem; }
  .news-entry-content-footer p {
    color: #414042;
    font-family: "cooper_hewitt_book", sans-serif;
    font-size: .9rem;
    font-style: italic; }

.c-news {
  display: -ms-flexbox;
  display: flex; }
  .c-news__nav {
    -ms-flex-align: center;
        align-items: center;
    background: #CC3333;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 71px);
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    top: 71px;
    width: 270px;
    display: none; }
    .c-news__nav--alt {
      background: #fff; }
    @media screen and (min-width: 1024px) {
      .c-news__nav {
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (min-width: 1200px) {
      .c-news__nav {
        height: calc(100vh - 109px);
        top: 109px;
        width: 320px; } }
    .c-news__nav nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%; }
      .c-news__nav nav a {
        -ms-flex-align: center;
            align-items: center;
        color: #fff !important;
        display: -ms-flexbox;
        display: flex;
        font-family: 'degular';
        font-weight: 500;
        -ms-flex-pack: start;
            justify-content: flex-start;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        width: 100%;
        /*&:before {
                    border-top: 1px solid #fff;
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-1px);
                    width: 100%;
                    z-index: 1;
                }*/ }
        .c-news__nav nav a:not(:last-child) {
          margin-bottom: 1rem; }
        .c-news__nav nav a .line {
          position: absolute;
          top: 50%;
          transform: translateX(-100%);
          transition: transform .225s linear;
          width: 4rem;
          z-index: 1; }
          .c-news__nav nav a .line:before {
            border-top: 3px solid #fff;
            content: '';
            display: block;
            transform: translateY(-1px);
            width: 3rem; }
        .c-news__nav nav a .lbl {
          display: inline-block;
          position: relative;
          transition: transform .225s linear;
          z-index: 2; }
        .c-news__nav nav a:hover .line, .c-news__nav nav a.is-selected .line {
          transform: translateX(0); }
        .c-news__nav nav a:hover .lbl, .c-news__nav nav a.is-selected .lbl {
          transform: translateX(4rem); }
      .c-news__nav--alt .c-news__nav nav a {
        color: #000 !important; }
        .c-news__nav--alt .c-news__nav nav a:hover {
          color: #CC3333 !important; }
  .c-news__content {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .c-news__content {
        padding-left: 270px; } }
    @media screen and (min-width: 1200px) {
      .c-news__content {
        padding-left: 320px; } }
  .c-news__article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 4rem auto;
    max-width: 1200px;
    padding: 0 2.5rem;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .c-news__article {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .c-news__article-col {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 0;
      position: relative;
      width: 100%; }
      .c-news__article-col:not(:last-child) {
        margin-bottom: 1.5rem; }
      @media screen and (min-width: 1024px) {
        .c-news__article-col {
          width: 20%; }
          .c-news__article-col:first-child {
            padding: 0 2.5rem 0 0;
            width: 80%; }
          .c-news__article-col:not(:last-child) {
            margin-bottom: 0; } }
  .c-news__grid {
    display: -ms-flexbox;
    display: flex; }
    .c-news__grid-col {
      display: block; }
      @media screen and (min-width: 470px) {
        .c-news__grid-col {
          display: inline-block;
          width: 50%; }
          .c-news__grid-col:not(:last-child) {
            border-right: 1px solid #D0D2D3; } }
      @media screen and (min-width: 768px) {
        .c-news__grid-col {
          width: 33.3%; } }
      @media screen and (min-width: 1200px) {
        .c-news__grid-col {
          width: 25%; } }
      @media screen and (min-width: 1400px) {
        .c-news__grid-col {
          width: 20%; } }
  .c-news__item {
    color: #404041;
    display: block;
    text-decoration: none; }
    .c-news__item:not(:last-child) {
      border-bottom: 1px solid #D0D2D3; }
    .c-news__item-img {
      position: relative; }
      .c-news__item-img-overlay {
        -ms-flex-align: center;
            align-items: center;
        background: rgba(30, 39, 68, 0.8);
        color: #fff !important;
        display: -ms-flexbox;
        display: flex;
        font-family: "alternate-gothic-no-3-d", serif;
        font-size: 2.2rem;
        height: 100%;
        -ms-flex-pack: center;
            justify-content: center;
        left: 0;
        opacity: 0;
        position: absolute;
        text-decoration: none;
        text-transform: uppercase;
        top: 0;
        transition: opacity .2s ease-out;
        width: 100%; }
        .c-news__item-img-overlay:hover {
          opacity: 1; }
        .c-news__item-img-overlay span,
        .c-news__item-img-overlay img {
          display: inline-block; }
        .c-news__item-img-overlay span {
          margin-right: 12px; }
        .c-news__item-img-overlay img {
          transform: translateY(-2px); }
    .c-news__item-content {
      padding: 1.5rem;
      position: relative; }
      .c-news__item-content-overlay {
        -ms-flex-align: center;
            align-items: center;
        background: rgba(30, 39, 68, 0.8);
        border-bottom: 8px solid #CC3333;
        color: #fff !important;
        display: -ms-flexbox;
        display: flex;
        font-family: 'lintel';
        font-size: 1.8rem;
        height: 100%;
        -ms-flex-pack: center;
            justify-content: center;
        left: 0;
        opacity: 0;
        position: absolute;
        text-decoration: none;
        text-transform: uppercase;
        top: 0;
        transition: opacity .2s ease-out;
        width: 100%; }
        .c-news__item-content-overlay:hover {
          opacity: 1; }
        .c-news__item-content-overlay span,
        .c-news__item-content-overlay img {
          display: inline-block; }
        .c-news__item-content-overlay span {
          margin-right: 12px; }
        .c-news__item-content-overlay img {
          transform: translateY(-2px); }
    .c-news__item-cat {
      color: #1e2744;
      font-family: 'degular';
      font-size: .9rem;
      font-weight: 500;
      margin: 0 0 15px; }
    .c-news__item-title {
      color: #CC3333;
      font-family: 'lintel';
      font-size: 1.2rem;
      line-height: 1.1;
      margin: 0 0 1rem; }
    .c-news__item-date {
      color: #6d6e71;
      font-family: 'degular';
      font-size: .8rem;
      line-height: 1;
      margin: 0 0 1rem; }
    .c-news__item-summary {
      font-family: 'degular';
      margin: 0 0 15px;
      text-align: left; }
      .c-news__item-summary p {
        font-size: .9rem;
        line-height: 1.45; }
      .c-news__item-summary p:last-child {
        margin-bottom: 0; }
      .c-news__item-summary a {
        color: #404041 !important;
        text-decoration: none; }
  .c-news__article-bio:not(:last-child) {
    margin-bottom: 2.5rem; }
  .c-news__article-bio-img {
    display: block;
    margin: 0 0 1rem;
    text-decoration: none; }
  .c-news__article-bio-name {
    color: #CC3333;
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 1.35rem;
    line-height: 1.1;
    margin: 0 0 .25rem; }
  .c-news__article-bio-accs, .c-news__article-bio-title {
    font-family: 'cooper_hewitt_medium';
    font-size: .8rem;
    line-height: 1;
    margin: 0 0 .25rem; }
  .c-news__article-bio-title {
    margin-bottom: .5rem; }
  .c-news__article-bio-contact {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .c-news__article-bio-contact a {
      color: #414042;
      display: inline-block;
      font-family: 'cooper_hewitt_medium';
      font-size: .8rem;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase; }
      .c-news__article-bio-contact a:not(:last-child) {
        border-right: 1px solid #CC3333;
        margin: 0 .5rem 0 0;
        padding: 0 .5rem 0 0; }
  .c-news__gallery {
    position: relative;
    padding: 2.5rem 0; }
    .c-news__gallery-imgs {
      position: relative;
      text-align: center; }
    .c-news__gallery-img {
      left: 0;
      opacity: 0;
      position: absolute;
      text-align: center;
      top: 0;
      transition: opacity .6s ease;
      z-index: 0;
      width: 100%; }
      .c-news__gallery-img.is-visible {
        position: static;
        opacity: 1; }
      .c-news__gallery-img img {
        max-height: 600px;
        max-width: 100%;
        width: auto; }
    .c-news__gallery-nav {
      background: 0;
      border: 0;
      cursor: pointer;
      left: -2.5rem;
      padding: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .c-news__gallery-nav-next {
        left: auto;
        right: -2.5rem; }
    .c-news__gallery-caption {
      font-family: 'cooper_hewitt_medium';
      font-size: .9rem;
      padding: .5rem 0 0;
      text-align: center; }
    .c-news__gallery-dots {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding: .5rem; }
    .c-news__gallery-dot {
      background: #fff;
      border: 1px solid #CC3333;
      cursor: pointer;
      display: inline-block;
      height: .85rem;
      outline: 0;
      padding: 0;
      transition: background .3s ease;
      width: .85rem; }
      .c-news__gallery-dot.is-visible {
        background: #CC3333; }
      .c-news__gallery-dot:not(:last-child) {
        margin-right: .5rem; }

.news-entry-date {
  font-family: 'degular' !important;
  font-size: .9rem;
  font-weight: 500; }
  .news-entry-date a {
    color: #6d6e71 !important; }

.news-entry-links {
  color: #414042;
  font-family: 'cooper_hewitt_medium';
  font-size: .9rem;
  margin-bottom: .25rem; }
  .news-entry-links:first-child {
    margin-bottom: 1.5rem; }
  .news-entry-links span {
    color: #CC3333;
    display: block;
    font-family: "alternate-gothic-no-3-d", serif;
    font-size: 1.35rem;
    line-height: 1.1;
    margin: 0 0 .25rem;
    text-transform: uppercase; }
  .news-entry-links a {
    color: #336699; }
    .news-entry-links a:hover {
      color: #336699; }

.news-entry-links-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.5rem; }
  .news-entry-links-grid a {
    display: inline-block !important;
    margin-right: 1rem !important;
    overflow: hidden !important;
    width: 240px; }
    .news-entry-links-grid a:nth-child(n + 2) {
      margin-top: 1rem !important; }
    @media screen and (min-width: 768px) {
      .news-entry-links-grid a {
        width: calc(33.3% - .67rem) !important; }
        .news-entry-links-grid a:nth-child(3n) {
          margin-right: 0 !important; }
        .news-entry-links-grid a:nth-child(n + 2) {
          margin-top: 0 !important; }
        .news-entry-links-grid a:nth-child(n + 4) {
          margin-top: 1rem !important; } }
    .news-entry-links-grid a .industries-grid-name {
      font-size: 1.9rem !important; }

.news-entry-article {
  padding-top: 1rem; }

#js-btn-news-close {
  -ms-flex-align: center;
      align-items: center;
  background: 0;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -1.5rem; }
  @media screen and (min-width: 1024px) {
    #js-btn-news-close {
      right: 2.5rem; } }
  #js-btn-news-close span {
    display: inline-block;
    font-family: 'cooper_hewitt_book';
    font-size: .75rem;
    margin: 0 .75rem; }

.news-entry-footnotes-toggle,
.insights-pdf-download {
  -ms-flex-align: center;
      align-items: center;
  background: 0;
  border: 0;
  color: #CC3333;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-family: "cooper_hewitt_semibold", sans-serif;
  outline: 0;
  padding: 0; }
  .news-entry-footnotes-toggle img,
  .insights-pdf-download img {
    display: block;
    margin: 0 .5rem 0 0; }

.news-entry-footnotes-toggle {
  font-size: .9rem;
  font-family: "cooper_hewitt_medium", sans-serif; }

.news-entry-footnotes {
  border-top: 1px solid #cacaca;
  margin: 1.5rem 0;
  padding-top: 1.5rem; }

.news-entry-footnotes-view {
  display: none;
  padding-top: .25rem; }
  .news-entry-footnotes-view.is-visible {
    display: block; }

.news-entry-evt-triggers {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  list-style: none;
  margin: 0 0 .5rem !important; }
  .news-entry-evt-triggers li {
    line-height: 1; }
    .news-entry-evt-triggers li:not(:last-child) {
      border-right: 1px solid #CC3333;
      display: inline-block;
      margin: 0 .5rem 0 0;
      padding: 0 .5rem 0 0; }
  .news-entry-evt-triggers button {
    color: #414042;
    display: inline-block;
    font-family: 'cooper_hewitt_medium';
    font-size: .8rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase; }

.c-news__nav.c-news__nav--alt nav h5 {
  color: #000;
  font-family: "cooper_hewitt_semibold", sans-serif;
  font-size: 1rem;
  margin-bottom: 8px; }

.c-news__nav.c-news__nav--alt nav h5:not(:first-child) {
  margin-top: 24px; }

.c-news__nav.c-news__nav--alt nav a {
  color: #000 !important;
  display: inline-block;
  font-family: "cooper_hewitt_book", sans-serif;
  font-size: 1rem; }
  .c-news__nav.c-news__nav--alt nav a:hover {
    color: #CC3333 !important;
    font-family: "cooper_hewitt_semibold", sans-serif; }

.c-news__nav.c-news__nav--alt nav a:not(:last-child) {
  margin-bottom: 8px; }

.careers-item:not(:last-child) {
  margin-bottom: 35px; }

.careers-item-position {
  font-family: "cooper_hewitt_medium", sans-serif;
  font-size: 1rem; }

.careers-item-preview {
  margin: 0 0 10px; }
  .careers-item-preview a {
    margin-left: 5px;
    color: #CC3333; }
    .careers-item-preview a:hover {
      color: #CC3333; }

.careers-item-apply {
  background: #CC3333;
  font-family: "alternate-gothic-no-3-d", serif;
  font-size: 1.1em;
  height: 30px;
  letter-spacing: 1px;
  line-height: 32px;
  padding: 0 8px;
  color: #fff; }
  .careers-item-apply:hover {
    color: #fff; }
  .careers-item-apply:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #CC3333;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    right: -15px;
    top: 0;
    width: 0; }

.careers-position ul {
  list-style: none;
  margin-left: 0;
  padding: 0; }
  .careers-position ul li {
    padding-left: 1.25rem;
    position: relative; }
    .careers-position ul li:not(:last-child) {
      margin-bottom: .5rem; }
    .careers-position ul li:before {
      content: '-';
      display: inline-block;
      left: .5rem;
      position: absolute;
      top: 1px; }

.careers-position:not(:last-child) {
  margin: 0 0 25px; }
  @media (min-width: 1025px) {
    .careers-position:not(:last-child) {
      margin-bottom: 35px; } }
  @media (min-width: 1200px) {
    .careers-position:not(:last-child) {
      margin-bottom: 50px; } }

#form-career {
  max-width: 650px; }
  @media (min-width: 1025px) {
    #form-career {
      display: block; } }

#form-career-mbl {
  padding: 0 0 1rem; }
  @media (min-width: 1025px) {
    #form-career-mbl {
      display: none; } }
  #form-career-mbl a {
    color: #CC3333; }
    #form-career-mbl a:hover {
      color: #CC3333; }

.l-careers__root {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: calc(100vh - 109px); }
  @media screen and (min-width: 1024px) {
    .l-careers__root {
      -ms-flex-direction: row;
          flex-direction: row; } }

@media screen and (min-width: 1024px) {
  .l-careers__col {
    display: inline-block;
    padding: 2.5rem; } }

.l-careers__col:first-child {
  padding: 1.5rem 1.5rem 3rem;
  -ms-flex-order: 2;
      order: 2; }
  @media screen and (min-width: 1024px) {
    .l-careers__col:first-child {
      height: calc(100vh - 109px);
      -ms-flex-order: 1;
          order: 1;
      overflow: hidden;
      overflow-y: auto;
      padding: 2.5rem;
      position: fixed;
      top: 109px;
      width: 250px; } }
  @media screen and (min-width: 1200px) {
    .l-careers__col:first-child {
      width: 270px; } }
  @media screen and (min-width: 1440px) {
    .l-careers__col:first-child {
      width: 290px; } }
  @media screen and (min-width: 1600px) {
    .l-careers__col:first-child {
      width: 320px; } }

.l-careers__col:last-child {
  -ms-flex-order: 1;
      order: 1; }
  @media screen and (min-width: 1024px) {
    .l-careers__col:last-child {
      left: 250px;
      -ms-flex-order: 2;
          order: 2;
      padding: 0;
      position: relative;
      width: calc(100% - 250px); } }
  @media screen and (min-width: 1200px) {
    .l-careers__col:last-child {
      left: 270px;
      width: calc(100% - 270px); } }
  @media screen and (min-width: 1440px) {
    .l-careers__col:last-child {
      left: 290px;
      width: calc(100% - 290px); } }
  @media screen and (min-width: 1600px) {
    .l-careers__col:last-child {
      left: 320px;
      width: calc(100% - 320px); } }

.c-careers-hero__root {
  background: url(/img/careers/hero-mbl.v3.jpg) no-repeat center center;
  background-size: cover;
  padding: 2rem 1.5rem 24rem; }
  @media screen and (min-width: 1024px) {
    .c-careers-hero__root {
      background-image: url(/img/careers/hero-med.vv32.jpg);
      height: calc(85vh - 87px);
      padding: 2.5rem 2.5rem 6rem; } }
  @media screen and (min-width: 1440px) {
    .c-careers-hero__root {
      background-image: url(/img/careers/hero.v3.jpg); } }
  @media screen and (min-width: 1500px) {
    .c-careers-hero__root {
      padding: 2.5rem 6rem 6rem; } }
  @media screen and (min-width: 1200px) and (min-height: 850px) {
    .c-careers-hero__root {
      height: calc(73vh - 87px); } }

.c-careers-hero__content {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.c-careers-hero__hdr {
  display: block;
  font-family: 'lintel';
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 1.5rem;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap; }
  @media screen and (min-width: 1200px) {
    .c-careers-hero__hdr {
      font-size: 2.35rem; } }
  @media screen and (min-width: 1440px) {
    .c-careers-hero__hdr {
      font-size: 2.5rem; } }

.c-careers-hero__copy {
  /*@media screen and (min-width:1024px) {
            max-height: 200px;
            overflow: hidden;
            overflow-y: auto;
            padding-left: 2.5rem;
            padding-right: 1rem;
            @include scrollbars(10px, #a0a0a0);
        }

        @media screen and (min-width:1700px) {
            max-height: 240px;
        }*/ }

.c-careers-hero__tag {
  font-family: 'degular';
  line-height: 1.65;
  font-size: 14px;
  margin: 0;
  text-align: justify; }
  .c-careers-hero__tag:first-child {
    margin-bottom: 1.25rem; }
  @media screen and (min-with: 1024px) {
    .c-careers-hero__tag {
      padding-left: 2.5rem; } }
  @media screen and (min-width: 1550px) and (min-height: 900px) {
    .c-careers-hero__tag {
      font-size: 16px; } }

.c-careers-nav__root {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 768px) {
    .c-careers-nav__root {
      -ms-flex-direction: row;
          flex-direction: row;
      height: 33vh; }
      .c-careers-nav__root--sm {
        height: 200px !important; } }
  @media screen and (min-width: 1200px) {
    .c-careers-nav__root {
      height: 27vh; } }

.c-careers-nav-item__root {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
  position: relative; }
  @media screen and (min-width: 768px) {
    .c-careers-nav-item__root {
      display: inline-block;
      height: 33vh;
      width: 33.3%; }
      .c-careers-nav-item__root:last-child {
        width: 33.4%; }
      .c-careers-nav__root--sm .c-careers-nav-item__root {
        height: 200px; } }
  @media screen and (min-width: 1200px) {
    .c-careers-nav-item__root {
      height: 27vh; } }
  .c-careers-nav-item__root:before {
    background: #CC3333;
    bottom: 0;
    content: '';
    height: 12px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .125s linear;
    width: 100%;
    z-index: 4; }
  .c-careers-nav-item__root:after {
    background: rgba(30, 39, 68, 0.5);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .125s linear;
    width: 100%;
    z-index: 1; }
  .c-careers-nav-item__root.is-selected:before, .c-careers-nav-item__root.is-selected:after, .c-careers-nav-item__root:hover:before, .c-careers-nav-item__root:hover:after {
    opacity: 1; }

.c-careers-nav-item__content {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(30, 39, 68, 0.5);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-family: 'lintel';
  font-size: 1.6rem;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
  padding: .5rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 3; }
  @media screen and (min-width: 1200px) {
    .c-careers-nav-item__content {
      font-size: 1.8rem; } }
  @media screen and (min-width: 1440px) {
    .c-careers-nav-item__content {
      font-size: 2rem; } }
  @media screen and (min-width: 1600px) {
    .c-careers-nav-item__content {
      font-size: 2.2rem; } }

.c-careers-opts__root {
  background: #edeeee;
  min-height: calc(100vh - 109px - 200px);
  padding: 2.5rem; }

.c-careers-opts-cat__root {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 1150px) {
    .c-careers-opts-cat__root {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .c-careers-opts-cat__root:not(:last-child) {
    margin-bottom: 4.5rem; }

.c-careers-opts-cat__col {
  display: block;
  width: 100%; }
  @media screen and (min-width: 1150px) {
    .c-careers-opts-cat__col {
      display: inline-block;
      width: 280px; }
      .c-careers-opts-cat__col:last-child {
        padding-left: 4rem;
        position: relative;
        width: calc(100% - 280px); }
        .c-careers-opts-cat__col:last-child:before {
          border-left: 4px solid #CC3333;
          content: '';
          height: 4.5rem;
          left: 2rem;
          position: absolute;
          top: -1rem; } }

.c-careers-opts-cat__name {
  font-family: 'lintel';
  font-size: 1.7rem;
  line-height: 1;
  margin: 0 0 1rem;
  text-transform: uppercase; }
  @media screen and (min-width: 1150px) {
    .c-careers-opts-cat__name {
      margin: 0;
      text-align: right;
      transform: translateY(7px); } }

.c-careers-opts-cat__links {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem;
  transform: translateY(1px); }
  .c-careers-opts-cat__links a {
    background: #CC3333;
    display: inline-block;
    font-family: 'degular';
    font-size: 1.25rem;
    line-height: 1rem;
    padding: .75rem;
    position: relative;
    text-decoration: none;
    transition: color .125s linear;
    color: #fff; }
    .c-careers-opts-cat__links a:hover {
      color: #fff; }
    .c-careers-opts-cat__links a:not(:last-child) {
      margin-right: 1rem; }
    .c-careers-opts-cat__links a:after {
      background: url(/img/careers/arrow-down.v1.png) no-repeat center center;
      background-size: 17px 12px;
      content: '';
      height: 12px;
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 100%;
      transform: translateX(-50%) translateY(1rem);
      transition: opacity .125s linear;
      width: 17px; }
    .c-careers-opts-cat__links a:hover, .c-careers-opts-cat__links a.is-selected {
      color: #9c182f; }
      .c-careers-opts-cat__links a:hover:after, .c-careers-opts-cat__links a.is-selected:after {
        opacity: 1; }

.c-careers-opts-cat__apply {
  margin: 0;
  max-width: 920px;
  position: relative;
  text-align: left; }
  .c-careers-opts-cat__apply button {
    background: 0;
    border: 1px solid #CC3333;
    color: #404041;
    cursor: pointer;
    display: inline-block;
    font-family: 'degular';
    font-size: .9rem;
    font-weight: 600;
    padding: .55rem 1rem .55rem;
    text-align: center;
    text-transform: uppercase;
    transition: background .125s linear, color .125s linear; }
    .c-careers-opts-cat__apply button:hover {
      background: #CC3333;
      color: #fff; }

.c-careers-opts-cat__post h4 {
  color: #404041;
  font-family: 'degular';
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 .25rem;
  text-transform: uppercase; }
  .c-careers-opts-cat__post h4:not(:first-child) {
    margin-top: 1.5rem; }

.c-careers-opts-cat__post p,
.c-careers-opts-cat__post li {
  text-align: justify; }

.c-careers-opts-cat__post p,
.c-careers-opts-cat__post ul,
.c-careers-opts-cat__post ol {
  font-family: 'degular';
  margin-bottom: 0;
  max-width: 900px; }
  .c-careers-opts-cat__post p:not(:last-child),
  .c-careers-opts-cat__post ul:not(:last-child),
  .c-careers-opts-cat__post ol:not(:last-child) {
    margin-bottom: 1.25rem; }

.c-careers-opts-cat__post .c-careers-opts-cat__expand--btn,
.c-careers-opts-cat__post .c-careers-opts-cat__collapse--btn {
  color: #CC3333;
  cursor: pointer;
  font-family: 'degular';
  font-weight: 600; }

.c-careers-giving-back__root {
  background: #edeeee;
  padding: 2.5rem 1.5rem; }

.c-careers-giving-back__content {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 920px;
  width: 100%; }
  .c-careers-giving-back__content img {
    display: inline-block;
    width: 125px; }
  .c-careers-giving-back__content p {
    font-family: "cooper_hewitt_book", sans-serif;
    line-height: 1.35;
    margin: 0;
    padding: 0 0 0 2rem;
    text-align: justify;
    width: calc(100% - 125px); }

.c-quote__img {
  display: block;
  margin: 0 0 1rem; }

.c-quote__name {
  color: #CC3333;
  font-family: 'lintel';
  font-size: 1.35rem;
  line-height: 1.1;
  margin: 0 0 .25rem; }
  .c-quote__name span {
    font-family: "cooper_hewitt_bold", sans-serif;
    font-style: normal;
    text-transform: uppercase; }

.c-quote__title {
  font-family: 'degular';
  font-size: .8rem;
  line-height: 1;
  margin: 0 0 .5rem; }

.c-quote__hired {
  color: #404041;
  font-family: 'degular';
  font-size: .75rem;
  line-height: 1.1;
  margin: 0 0 .25rem; }
  .c-quote__hired span {
    color: #CC3333;
    font-family: "cooper_hewitt_bold", sans-serif; }

.c-quote__links {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: .5rem 0 1.5rem; }
  .c-quote__links a {
    display: inline-block;
    font-family: 'degular';
    font-size: .75rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    color: #404041; }
    .c-quote__links a:hover {
      color: #404041; }
    .c-quote__links a:not(:last-child) {
      border-right: 1px solid #CC3333;
      margin-right: .5rem;
      padding-right: .5rem; }

.c-quote__quote p {
  color: #404041;
  font-family: 'degular';
  font-size: 1.1rem;
  line-height: 1.35;
  margin: 0; }
  @media screen and (min-width: 1400px) {
    .c-quote__quote p {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1400px) {
    .c-quote__quote p {
      font-size: 1.3rem; } }
  @media screen and (min-width: 1600px) {
    .c-quote__quote p {
      font-size: 1.45rem; } }

.c-c-modal__root {
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.65);
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.5rem;
  position: fixed;
  top: -9999px;
  transition: opacity .3s ease;
  width: 0;
  z-index: 99999; }
  .c-c-modal__root.is-visible {
    height: 100%;
    opacity: 1;
    top: 0;
    width: 100%; }

.c-c-modal__content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  max-width: 100%;
  padding: 2.5rem;
  transform: translateY(-1.5rem);
  transition: transform .3s ease;
  width: 600px; }
  .is-visible .c-c-modal__content {
    transform: translateY(0); }

.contact-addr li:not(:last-child) {
  margin-bottom: 5px; }

.contact-addr li.space {
  margin-top: 15px; }

.contact-addr li:last-child {
  margin-top: 20px; }

.contact-addr a {
  font-family: "cooper_hewitt_semibold", sans-serif;
  color: #CC3333; }
  .contact-addr a:hover {
    color: #CC3333; }
  .contact-addr a[href*="tel"], .contact-addr a.link-gmap {
    font-family: "cooper_hewitt_book", sans-serif;
    color: #414042; }
    .contact-addr a[href*="tel"]:hover, .contact-addr a.link-gmap:hover {
      color: #414042; }
  .contact-addr a[href*="mailto"] {
    font-family: "cooper_hewitt_book", sans-serif; }

.contact .col {
  margin-bottom: 3rem !important; }
  @media (min-width: 768px) {
    .contact .col {
      margin-bottom: 0 !important; } }

.sg {
  margin: 0;
  max-width: 1000px;
  padding: 0; }
  .sg-section:not(:first-child) {
    padding-top: 30px; }
  .sg-section:not(:last-child) {
    border-bottom: 1px solid #2a365f;
    padding-bottom: 30px; }
  .sg-hdr {
    font-size: 1.35rem;
    font-weight: normal;
    margin: 0 0 15px; }
    .sg-hdr-primary {
      color: #CC3333;
      font-size: 1.5rem;
      margin-bottom: 30px; }
  .sg-summary {
    margin: 0 0 35px; }
    .sg-summary:last-child {
      margin-top: 35px; }
    .sg-summary p:last-child {
      margin-bottom: 0; }
  .sg-element {
    background: #f4f4f4;
    padding: 50px; }

.c-home-to-video__root {
  background: url(/img/home/to-2019/bg-mbl.v1.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .c-home-to-video__root {
      background-image: url(/img/home/to-2019/bg-med.v1.jpg); } }
  @media (min-width: 1025px) {
    .c-home-to-video__root {
      background-image: url(/video/bva-home-takeover-2019.v1.jpg); } }
  .c-home-to-video__root video {
    display: none; }
    @media screen and (min-width: 1025px) {
      .c-home-to-video__root video {
        display: block;
        min-height: 102vh;
        min-width: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%); } }

.c-home-to-video__scroll {
  bottom: 4rem;
  color: #fff;
  font-family: "cooper_hewitt_semibold", sans-serif;
  font-size: 22px;
  font-style: italic;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap; }

@keyframes arrowAnimate {
  0 {
    transform: translateX(0); }
  50% {
    transform: translateX(0.7rem); }
  100% {
    transform: translateX(0); } }

.c-home-to-content__root {
  background: url(/img/home/to-2019/bg.v4.jpg) no-repeat center top;
  background-size: cover;
  color: #000;
  font-family: "cooper_hewitt_book", sans-serif;
  overflow: hidden;
  position: relative; }
  .c-home-to-content__root p {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    text-align: justify; }
    .c-home-to-content__root p:not(:last-child) {
      margin-bottom: 1.25rem; }

.c-home-to-content__path {
  display: none;
  height: 101%;
  left: 20%;
  position: absolute;
  top: -20px; }
  @media (min-width: 1200px) {
    .c-home-to-content__path {
      display: block; } }
  @media (min-width: 1400px) {
    .c-home-to-content__path {
      left: 26%; } }

.c-home-to-content__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 4rem 1.5rem; }
  @media (min-width: 1024px) {
    .c-home-to-content__section {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .c-home-to-content__section--foggy {
    background: rgba(255, 255, 255, 0.6); }
  .c-home-to-content__section--xpad {
    padding: 6rem 1.5rem; }
  .c-home-to-content__section--no-pad-top {
    padding-top: 0; }

.c-home-to-content__col {
  display: block;
  width: 100%; }
  .c-home-to-content__col:not(:last-child) {
    margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .c-home-to-content__col {
      display: inline-block;
      width: 38%; }
      .c-home-to-content__col:not(:last-child) {
        margin-bottom: 0; }
      .c-home-to-content__col:first-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; }
      .c-home-to-content__col:last-child {
        width: 62%; }
      .c-home-to-content__col--inner {
        max-width: 360px;
        width: 100%; }
        .c-home-to-content__col--inner--wide {
          max-width: 420px; } }
  @media (min-width: 1024px) {
    .c-home-to-content__col--pad-right {
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .c-home-to-content__col--pad-right {
      padding-right: 10rem; } }
  .c-home-to-content__section--1 .c-home-to-content__col {
    padding: 2rem 0; }
  @media (min-width: 1400px) {
    .c-home-to-content__col--map {
      background: url(/img/home/to-2019/map.v1.png) no-repeat 98% center;
      background-size: 310px 200px; } }
  @media (min-width: 1550px) {
    .c-home-to-content__col--map {
      background: url(/img/home/to-2019/map.v1.png) no-repeat 96% center;
      background-size: 387px 250px; } }
  @media (min-width: 1800px) {
    .c-home-to-content__col--map {
      background: url(/img/home/to-2019/map.v1.png) no-repeat 94% center;
      background-size: 486px 314px; } }

.c-home-to-content__side-hdr {
  color: #CC3333;
  font-family: "alternate-gothic-no-3-d", serif;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase; }

.c-home-to-content__hdr {
  font-family: "cooper_hewitt_semibold", sans-serif;
  font-size: 32px;
  line-height: 1.1; }
  .c-home-to-content__hdr:after {
    border-top: 4px solid #CC3333;
    content: '';
    display: block;
    margin: 1rem 0;
    width: 3rem; }

.c-home-to-content__cta {
  background: #CC3333;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0 1.2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  color: #fff; }
  .c-home-to-content__cta:hover {
    color: #fff; }
  .c-home-to-content__cta:hover {
    font-family: "cooper_hewitt_bold", sans-serif; }

.c-home-to-content-article__root {
  margin: 0 auto;
  max-width: 640px;
  width: 100%; }
  .c-home-to-content-article__root:not(:last-child) {
    margin-bottom: 2.5rem; }

.c-home-to-content-article__title {
  color: #CC3333;
  font-family: "alternate-gothic-no-3-d", serif;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 .5rem; }

.c-home-to-content-article__cta {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-family: "alternate-gothic-no-3-d", serif;
  font-size: 22px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  color: #CC3333; }
  .c-home-to-content-article__cta:hover {
    color: #CC3333; }
  .c-home-to-content-article__cta img {
    display: inline-block;
    margin: 0 0 0 .5rem; }
  .c-home-to-content-article__cta:hover img {
    animation-name: arrowAnimate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease; }

.c-home-to-content-article__sublinks {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0; }
  .c-home-to-content-article__sublinks li {
    display: inline-block;
    font-size: .9rem;
    line-height: 1; }
    .c-home-to-content-article__sublinks li:not(:last-child) {
      border-right: 1px solid #CC3333;
      margin-right: .5rem;
      padding-right: .5rem; }
  .c-home-to-content-article__sublinks a {
    font-family: "cooper_hewitt_medium", sans-serif;
    font-size: .9rem;
    text-decoration: none;
    text-transform: uppercase;
    transform: color .125s linear;
    color: #000; }
    .c-home-to-content-article__sublinks a:hover {
      color: #CC3333; }

.c-home-to-carousel__root {
  border-top: 4px solid #e6e6e6;
  padding: 2rem;
  position: relative; }

.c-home-to-carousel__outer {
  overflow: hidden; }

.c-home-to-carousel__inner {
  display: -ms-flexbox;
  display: flex;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.7, 1);
  width: 999999rem; }

.c-home-to-carousel__item {
  display: inline-block;
  margin-right: 2rem; }

.c-home-to-carousel__img {
  border: 1px solid #e6e6e6;
  margin: 0 0 .5rem; }

.c-home-to-carousel__name {
  color: #CC3333;
  font-family: "alternate-gothic-no-3-d", serif;
  font-size: 22px;
  margin: 0 0 .4rem; }

.c-home-to-carousel__meta {
  color: #333333;
  font-family: "cooper_hewitt_medium", sans-serif;
  font-size: 14px;
  line-height: 1.2; }

.c-home-to-carousel__acc {
  margin: 0 0 .25rem; }

.c-home-to-carousel__title {
  margin: 0 0 .4rem; }

.c-home-to-carousel__links {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none; }
  .c-home-to-carousel__links li {
    display: inline-block;
    font-size: 12px;
    line-height: 1; }
    .c-home-to-carousel__links li:not(:last-child) {
      border-right: 1px solid #CC3333;
      margin-right: .5rem;
      padding-right: .5rem; }
  .c-home-to-carousel__links a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: #333; }
    .c-home-to-carousel__links a:hover {
      color: #333; }

.c-home-to-carousel__btn {
  background: 0;
  border: 0;
  cursor: pointer;
  left: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 30%;
  transform: translateX(-35%) translateY(-50%); }
  @media (min-width: 1024px) {
    .c-home-to-carousel__btn {
      transform: translateX(-100%) translateY(-50%); } }
  .c-home-to-carousel__btn--next {
    left: auto;
    right: 0;
    transform: translateX(35%) translateY(-50%); }
    @media (min-width: 1024px) {
      .c-home-to-carousel__btn--next {
        transform: translateX(100%) translateY(-50%); } }

.c-home-to-quote__root {
  margin: 0 auto;
  max-width: 580px;
  width: 100%; }

.c-home-to-quote__quote {
  -ms-flex-align: center;
      align-items: center;
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  font-family: "cooper_hewitt_semibold", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 .75rem; }
  .c-home-to-quote__quote img {
    display: inline-block; }
    .c-home-to-quote__quote img:first-child {
      margin-right: .5rem; }
    .c-home-to-quote__quote img:last-child {
      margin-left: .5rem; }

.c-home-to-quote__by {
  color: #333333;
  font-size: 14px;
  margin: 0 0 1rem;
  text-align: right;
  width: 67.5%; }
  .c-home-to-quote__by span {
    display: block;
    font-style: italic; }

.c-home-to-quote__tag {
  color: #CC3333;
  font-family: "alternate-gothic-no-3-d", serif;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 1.25rem;
  text-align: justify; }

.c-home-to-quote__logos {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0 0 1.5rem; }
  .c-home-to-quote__logos a {
    display: inline-block; }
