@charset "UTF-8";
/*
 *
 * Theme.scss should generate a theme.css file in the main theme directory.
 * Styles.css will contain no actual styles.
 *
 * HOWEVER, if after site develpment has completed, styles need to be added quickly 
 * without SASS, then should then be added to style.css, and only there.
 *
 *
 * IMPORTANT NOTE!!!!!!!!!!!!!!!!!!!
 *
 * The above rules were not followed for the development of this site. The base
 * styles below were kept largely unchanged, then all the new styles were just
 * hand-coded into style.css. I've moved all those vanilla styles into style.scss, 
 * and put that at the bottom of this file, so that they'll get auto-prefixed 
 * and compressed. 
 *
 * style.css has been cleaned out of styles as it should be. 
 * 
 */
/*! normalize.css v3.0.2 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
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; }

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

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

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

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font.eot?-67uvft");
  src: url("../fonts/icon-font.eot?#iefix-67uvft") format("embedded-opentype"), url("../fonts/icon-font.woff?-67uvft") format("woff"), url("../fonts/icon-font.ttf?-67uvft") format("truetype"), url("../fonts/icon-font.svg?-67uvft#ns-fonts") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-united:before {
  content: '\e800'; }

/* '' */
body {
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75; }

.main-wrapper {
  max-width: 75em;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px; }
  @media screen and (min-width: 77.5em) {
    .main-wrapper {
      padding-left: 0;
      padding-right: 0; } }
/* Base styles for elements WP editor spits out */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

p {
  font-size: 16px;
  line-height: 1.75;
  margin: 1em 0; }

hr {
  border-top: 1px solid #bbb;
  margin: 50px 0; }

a {
  color: #bbb;
  transition: 0.25s linear; }
  a:focus {
    outline: none; }

blockquote {
  padding: 50px 50px 0;
  margin: 35px 0;
  position: relative; }
  blockquote:before {
    position: absolute;
    content: open-quote;
    top: 0;
    font-size: 96px;
    line-height: normal;
    display: block;
    width: 50px;
    height: 50px; }
  blockquote p {
    font-size: 32px;
    line-height: 1.4;
    margin-top: 0px; }

.wp-caption {
  width: 100% !important;
  color: #bbb; }
  .wp-caption img {
    width: 100%;
    height: auto; }

.wp-caption-text {
  display: block;
  color: #bbb;
  margin: 10px 0 50px; }

.gallery {
  list-style: none;
  padding: 0; }
  .gallery li {
    margin: 50px 0; }
  .gallery img {
    width: 100%;
    height: auto; }

.dropcap {
  float: left;
  font-size: 80px;
  font-weight: 900;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 8px; }

/* Element Adjustments */
img {
  margin: 0;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

nav ul, nav li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  nav ul i, nav li i {
    font-style: normal; }

select {
  color: #000; }

article {
  margin: 50px 0; }

/* CSS Tables */
.table {
  display: table; }

.tr {
  display: table-row; }

.td {
  display: table-cell; }

.ir {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.no-hero {
  background-color: #bbb;
  color: #fff;
  padding: 0 20px; }

/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* FOR ARCHIVE FEED */
.table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.desktop {
  display: none !important; }
  @media screen and (min-width: 48em) {
    .desktop {
      display: block !important; } }
.mobile {
  display: block !important; }
  @media screen and (min-width: 48em) {
    .mobile {
      display: none !important; } }
/* Header Styles
--------------------- */
header {
  position: relative; }

.hamburger-menu {
  position: absolute;
  top: 31.2px;
  right: 24px;
  cursor: pointer; }
  @media screen and (min-width: 48em) {
    .hamburger-menu {
      /* display: none; */ } }
  .hamburger-menu span {
    display: block;
    position: relative;
    width: 23px;
    height: 2px;
    margin: 6px;
    background-color: #000;
    transition: all 0.3s; }
  .hamburger-menu.open .bun.top {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger-menu.open .patty {
    background: none !important; }
  .hamburger-menu.open .bun.bottom {
    top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.logos {
  width: 100%;
  padding: 24px; }
  @media screen and (min-width: 77.5em) {
    .logos {
      padding: 24px 0; } }
.logo {
  display: inline-block;
  width: 150px;
  height: auto; }
  @media screen and (min-width: 77.5em) {
    .logo {
      width: 200px;
      height: auto; } }
  .logo img {
    border: none; }

.double-logo .logos {
  margin-bottom: 50px; }
  @media screen and (min-width: 77.5em) {
    .double-logo .logos {
      margin-bottom: 0; } }
.double-logo .hamburger-menu {
  position: absolute;
  top: 88.8px;
  right: 24px;
  cursor: pointer; }

/* Main Nav
--------------------- */
.main-nav {
  display: none;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .main-nav {
      /*display: block !important; Override jQuery */ } }
  @media screen and (min-width: 48em) {
    .main-nav li {
      display: inline-block;
      margin: 0 24px; } }
  .main-nav a {
    display: block;
    width: 100%;
    color: #000;
    letter-spacing: .03em;
    font-weight: 400;
    font-size: 14px;
    padding: 10.2px 0 7.2px;
    text-decoration: none;
    border-bottom: 5px solid transparent; }
    @media screen and (min-width: 48em) {
      .main-nav a:hover {
        border-bottom: 5px solid #000; } }
  @media screen and (min-width: 48em) {
    .main-nav .current-menu-item a {
      border-bottom: 5px solid #000; } }
  @media screen and (min-width: 48em) {
    .main-nav ul > li.menu-item:hover ul.sub-menu li.menu-item,
    .main-nav ul > li.current-menu-item:hover ul.sub-menu li.menu-item,
    .main-nav ul > li.current-page-ancestor:hover ul.sub-menu li.menu-item {
      display: block; } }
  @media screen and (min-width: 48em) {
    .main-nav .sub-menu {
      position: absolute;
      background: #fff;
      z-index: 999999;
      box-shadow: 2px 2px 2px #000;
      min-width: 220px; }
      .main-nav .sub-menu li {
        display: none;
        width: 100%;
        margin: 0;
        border-top: 1px solid #bbb; }
        .main-nav .sub-menu li:first-child {
          border-top: none; }
      .main-nav .sub-menu a {
        display: block;
        font-weight: 400;
        color: #333333;
        border-bottom: 2px solid transparent; }
        .main-nav .sub-menu a:hover {
          border-bottom: 2px solid #000; } }
main {
  display: block;
  /* IE! */ }

/* Aside Styles
--------------------- */
aside {
  margin-left: -24px;
  margin-right: -24px;
  position: relative; }
  @media screen and (min-width: 77.5em) {
    aside {
      margin: 0; } }
.aside-wrapper {
  background-color: #000;
  color: #fff;
  padding: 24px; }
  .aside-wrapper a {
    color: #fff; }

#side-menu {
  padding: 0 24px; }
  @media screen and (min-width: 52.5em) {
    #side-menu {
      padding: 0 0 0 42px; } }
  #side-menu ul {
    display: none;
    border-left: 1px solid #bbb;
    list-style: none;
    padding-left: 25px; }
    @media screen and (min-width: 52.5em) {
      #side-menu ul {
        display: block; } }
  #side-menu select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #bbb;
    padding: 10px;
    border-radius: 0;
    font-size: 9.6px;
    text-align: center;
    background-position: 95% 17px; }
    @media screen and (min-width: 52.5em) {
      #side-menu select {
        display: none; } }
.widget select {
  display: block; }

/* footer Styles
--------------------- */
footer {
  padding: 50px 0;
  text-align: center; }
  footer p {
    margin: 0; }
    @media screen and (min-width: 77.5em) {
      footer p {
        float: left; } }
@media screen and (min-width: 77.5em) {
  .footer-nav {
    float: right; } }

.footer-nav a {
  color: #000; }
  .footer-nav a:hover {
    text-decoration: none; }

/* Image Only Hero  
--------------------- */
.hero.image {
  padding: 0;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%; }
  .hero.image div {
    width: 100%; }
  .hero.image img {
    width: 100%;
    height: auto;
    visibility: hidden; }
  .hero.image .overlay {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

/* Text & Image Hero   
--------------------- */
.hero.text-image {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative; }
  .hero.text-image .content-module {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: inherit;
    height: inherit;
    color: #fff; }
    .hero.text-image .content-module .table {
      width: inherit;
      height: inherit; }
    .hero.text-image .content-module .td {
      vertical-align: middle;
      padding-left: 24px;
      padding-right: 24px; }
      @media screen and (min-width: 77.5em) {
        .hero.text-image .content-module .td {
          padding-left: 48px;
          padding-right: 48px; } }
  .hero.text-image img {
    width: 100%;
    height: auto;
    visibility: hidden; }
  .hero.text-image .overlay {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

/* Slide Show Hero  
--------------------- */
.hero.slide-show {
  padding: 0; }
  .hero.slide-show .slide {
    position: relative; }
  .hero.slide-show img {
    width: 100%;
    height: auto; }
  .hero.slide-show .caption {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 24px;
    line-height: normal;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 48em) {
      .hero.slide-show .caption {
        position: absolute;
        bottom: 0px;
        left: 0;
        background-color: #fff;
        color: #000;
        opacity: .85; } }
    .hero.slide-show .caption h1 {
      width: 100%;
      margin: 0;
      font-weight: 400;
      font-size: 28px;
      line-height: normal; }
      @media screen and (min-width: 48em) {
        .hero.slide-show .caption h1 {
          font-size: 38px; } }
      @media screen and (min-width: 77.5em) {
        .hero.slide-show .caption h1 {
          font-size: 48px; } }
    .hero.slide-show .caption span {
      display: block;
      width: 100%;
      font-weight: 300;
      font-size: 18px;
      font-style: italic; }
  .hero.slide-show .overlay {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

/* Text & Image Hero   
--------------------- */
.hero.featured-image {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative; }
  .hero.featured-image .content-module {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: inherit;
    height: inherit;
    color: #fff; }
    .hero.featured-image .content-module .table {
      width: inherit;
      height: inherit; }
    .hero.featured-image .content-module .td {
      vertical-align: middle;
      padding-left: 24px;
      padding-right: 24px; }
      @media screen and (min-width: 77.5em) {
        .hero.featured-image .content-module .td {
          padding-left: 48px;
          padding-right: 48px; } }
  .hero.featured-image img {
    width: 100%;
    height: auto;
    visibility: hidden; }
  .hero.featured-image .overlay {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

/* Vote Styles
--------------------- */
.vote-cta {
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center; }
  .vote-cta a {
    padding: 4.8px;
    display: block;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .03em; }
    .vote-cta a:hover {
      opacity: .8; }

/* Table Document Styles
--------------------- */
.table-doc {
  width: 100%;
  border-collapse: collapse; }
  .table-doc tr {
    border-bottom: 1px solid #bbb; }
    .table-doc tr:first-child {
      border-top: 1px solid #bbb; }
  .table-doc th, .table-doc td {
    padding: 12px 0; }
  .table-doc th {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400; }
  .table-doc td {
    font-size: 16px;
    line-height: 1.75;
    vertical-align: top; }
    .table-doc td a {
      color: #000; }
  .table-doc .date {
    width: 120px;
    text-transform: uppercase; }
  .table-doc .title {
    background: url(../img/pdf.png) no-repeat right center;
    padding-right: 20px; }
  .table-doc .description {
    font-style: italic;
    font-size: 12px;
    color: #999; }

/* Pagination Styles
--------------------- */
.pagination {
  text-align: center;
  margin: 50px 0; }
  .pagination li {
    display: inline-block; }
  .pagination a {
    display: inline-block;
    margin: 0 20px; }

/* Slick Styles
--------------------- */
.slick-list {
  overflow: hidden; }

.slick-arrow {
  display: inline-block;
  font-size: 0;
  border: 0;
  width: 28px;
  height: 44px;
  position: absolute;
  z-index: 1000; }
  .slick-arrow:focus {
    outline: none; }

.slick-prev {
  background: url(../img/icon-arrow-left.svg) no-repeat center center;
  background-size: cover;
  left: 10px;
  top: 45%;
  background-color: transparent;
  padding: 0; }
  @media screen and (min-width: 60em) {
    .slick-prev {
      left: 40px; } }
.slick-next {
  background: url(../img/icon-arrow-right.svg) no-repeat center center;
  background-size: cover;
  right: 10px;
  top: 45%;
  background-color: transparent;
  padding: 0; }
  @media screen and (min-width: 60em) {
    .slick-next {
      right: 40px; } }
.slick-next:before {
  content: ""; }

.slick-prev:before {
  content: ""; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-slide:focus {
  outline: none !important; }

/* Gravity Form Styles
--------------------- */
.gform_wrapper {
  width: 100% !important;
  max-width: 100% !important; }
  .gform_wrapper form::after {
    clear: both;
    content: "";
    display: table; }

h3.gform_title {
  margin-bottom: 6px; }

.gfield_label {
  display: none; }

.validation_error {
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0 0 0; }

.gform_body {
  float: left;
  width: 62%;
  clear: none;
  margin-top: 18px; }
  .gform_body ul, .gform_body li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .gform_body .gfield_error input[type="text"],
  .gform_body .gfield_error textarea {
    border-color: red;
    margin-bottom: 5px; }
  .gform_body .gfield_error {
    margin-bottom: 15px; }
  .gform_body .validation_message {
    margin-bottom: 5px;
    color: red;
    font-size: 14px; }
  .gform_body input {
    width: 100%;
    border: none;
    padding: 12px;
    font-size: 12.8px !important;
    color: #999;
    font-weight: 500; }
    .gform_body input:focus {
      outline: none; }

.gform_footer {
  position: relative;
  float: left;
  width: 38%;
  clear: none;
  margin: 18px 0 0 0;
  padding: 0; }
  .gform_footer input {
    display: block;
    width: 100%;
    border: none;
    font-size: 12.8px !important;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 12px; }
    .gform_footer input:focus {
      outline: none; }
  .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .gform_footer input.disabled {
    background-color: #ccc; }

/* FOR ARCHIVE FEED */
.feed {
  max-width: 100%;
  float: none;
  margin: 50px auto 0 auto; }
  .feed .featured-image,
  .feed .featured-excerpt,
  .feed img,
  .feed .feed-excerpt {
    display: block; }
    @media screen and (min-width: 48em) {
      .feed .featured-image,
      .feed .featured-excerpt,
      .feed img,
      .feed .feed-excerpt {
        display: table-cell; } }
  .feed a {
    text-decoration: none; }
  .feed h1 {
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: #000; }
  .feed .date {
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase; }
  .feed .cat-tag-wrap {
    padding-top: 10px; }
    @media screen and (min-width: 48em) {
      .feed .cat-tag-wrap {
        padding: 0px; } }
    .feed .cat-tag-wrap a {
      font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 13px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .feed .cat-tag-wrap a.home-cat-wrap:after {
      content: ''; }
  .feed .cat-tag-wrap.has-tag a.cat:after {
    content: '\00B7'; }
  .feed h2 {
    padding: 8px 20px; }
    @media screen and (min-width: 48em) {
      .feed h2 {
        padding: 20px; } }
  @media screen and (min-width: 60em) {
    .feed {
      max-width: 670px; } }
  .feed article {
    padding: 20px;
    border-bottom: 1px solid #bbb;
    border-left: 2px solid transparent; }
    @media screen and (min-width: 48em) {
      .feed article {
        padding-right: 40px; } }
    @media screen and (min-width: 48em) {
      .feed article .featured-image {
        width: 32.8%;
        padding-right: 20px; }
        .feed article .featured-image img {
          max-width: 180px; } }
    .feed article .featured-image:hover {
      opacity: .7; }
    .feed article .featured-image,
    .feed article .feed-excerpt {
      display: block;
      vertical-align: middle; }
      @media screen and (min-width: 48em) {
        .feed article .featured-image,
        .feed article .feed-excerpt {
          display: table-cell; } }
    @media screen and (min-width: 48em) {
      .feed article .feed-excerpt {
        width: 71.5%;
        padding-left: 20px; } }
    .feed article .feed-excerpt h1 {
      font-size: 20px;
      margin: 5px 0 15px 0; }
  .feed article.feed-hover {
    border-left: 2px solid #000; }
  .feed article:first-of-type {
    padding-top: 20px;
    border-top: 1px solid #bbb; }

.error404 .main-content {
  text-align: center;
  padding: 20px; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

*:focus {
  outline: 0; }

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

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

::selection {
  background: #000000;
  color: #ffffff; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

body {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400; }

.wf-loading {
  visibility: hidden; }

a {
  text-decoration: none;
  transition: color 0.5s ease; }

h1, h2, h3, h4 {
  font-family: 'Libre Baskerville', serif;
  font-style: normal;
  font-weight: 500; }

.content-row {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%); }

.content-row.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.uppercaseHeading {
  font-weight: 600;
  font-family: "proxima-nova",sans-serif;
  font-style: normal; }

.main-wrapper {
  max-width: 1400px;
  background: #ffffff;
  padding-left: 0px;
  padding-right: 0px; }

.logos {
  float: left;
  width: auto;
  margin-top: 15px;
  margin-left: 40px;
  padding: 0px; }

header.sticky .logos {
  margin-top: 15px; }

header.sticky .logo {
  width: 170px; }

header {
  height: 90px;
  overflow: hidden; }

header.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  background: #ffffff;
  z-index: 98;
  height: 80px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

header.sticky .main-nav a {
  padding: 26px 0px 30px; }

.main-nav li {
  display: inline-block;
  margin: 0px 20px 0px;
  text-transform: none; }

.main-nav {
  float: right;
  width: auto;
  margin-right: 20px;
  display: block; }

.hamburger-menu {
  display: none; }

.main-nav a {
  display: block;
  color: #000;
  letter-spacing: .03em;
  font-size: 15px;
  padding: 32px 0px 35px;
  text-decoration: none;
  border-top: 6px solid #ffffff;
  transition: color 0.5s ease, border 0.5s ease;
  border-bottom: 0px;
  line-height: 100%;
  font-weight: 600; }

.main-nav a:hover {
  border-top: 6px solid #000000;
  border-bottom: 0px; }

.main-nav .current-menu-item a, .main-nav .current-menu-item a:hover, .main-nav .current-page-ancestor a, .main-nav .current-page-ancestor a:hover {
  border-top: 6px solid #e8212c;
  color: #e8212c;
  border-bottom: 0px; }

header.sticky .main-nav a {
  padding: 30px 0px; }

.hamburger-menu span {
  background-color: #889593; }

.logo {
  width: 208px;
  height: auto; }

.homeHero {
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 5000px center;
  background-repeat: no-repeat;
  background-color: #000000; }

.homeHero video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.homeHero .overlay {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .10; }

.homeHeroTextWrapper {
  width: 100%;
  margin: 0px auto;
  max-width: 1400px;
  position: relative;
  height: 600px; }

.homeHeroText {
  position: absolute;
  left: 120px;
  bottom: 100px;
  z-index: 2;
  color: #ffffff; }

.homeHeroText h2 {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 30px;
  padding-right: 120px; }

.arrowButtonBox {
  font-size: 21px;
  line-height: 100%;
  font-weight: 600;
  color: #ffffff;
  padding: 8px 20px 12px;
  border: 2px solid #ffffff;
  display: inline-block;
  transition: color 0.5s ease, border 0.5s ease, background 0.5s ease; }

.arrowButtonBox .ion-ios-arrow-thin-right {
  font-size: 42px;
  position: relative;
  margin-left: 12px;
  top: 4px;
  height: 21px;
  overflow: hidden;
  display: inline-block;
  transition: color 0.5s ease; }

.arrowButtonBox .ion-ios-arrow-thin-right::before {
  line-height: 21px; }

.arrowButtonBox:hover {
  color: #000000;
  background: #ffffff; }

.arrowButtonBox:hover .ion-ios-arrow-thin-right {
  color: #000000; }

.arrowButton {
  font-size: 18px;
  line-height: 100%;
  color: #e8212c;
  display: inline-block;
  transition: color 0.5s ease; }

.arrowButton .ion-ios-arrow-thin-right {
  font-size: 36px;
  position: relative;
  margin-left: 12px;
  top: 4px;
  height: 18px;
  overflow: hidden;
  display: inline-block;
  transition: color 0.5s ease, margin-left 0.5s ease; }

.arrowButton .ion-ios-arrow-thin-right::before {
  line-height: 18px; }

.arrowButton:hover .ion-ios-arrow-thin-right {
  margin-left: 24px; }

.homeWhatDo {
  width: 100%;
  padding: 80px 120px; }

.homeWhatDo h1 {
  font-size: 55px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 50px; }

.homeWhatDo h4 {
  font-size: 16px;
  line-height: 115%;
  color: #e8212c;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px; }

.homeWhatDo p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 40px; }

.homeWhatDoLeft {
  width: 65%;
  float: left;
  padding-right: 15%; }

.homeWhatDoRight {
  width: 35%;
  float: left;
  margin-top: 128px; }

.homeWhatDoRight br {
  display: none; }

.homeWhatDoRight a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d1c3;
  padding-bottom: 5px;
  transition: color 0.5s ease; }

.homeWhatDoRight a:last-of-type {
  margin-bottom: 0px; }

.homeWhatDoRight a:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: #a8a092;
  transition: width .5s ease, background-color .5s ease;
  position: relative;
  top: 6px; }

.homeWhatDoRight a:hover:after {
  width: 100%;
  background: #e52433; }

.emailSignup {
  border-top: 1px solid #c9c9c9;
  padding: 60px 40px;
  width: 100%;
  background: #343433;
  text-align: center; }

.emailSignup h3 {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px; }

.emailSignup p {
  font-size: 17px;
  line-height: 26px;
  color: #d9d9d4;
  margin-bottom: 30px;
  width: 100%; }

.emailSignup .gform_wrapper {
  width: 100% !important;
  max-width: 410px !important;
  margin: 0px auto; }

.emailSignup .gform_body {
  margin-top: 0px; }

.emailSignup .gform_footer {
  width: 36%;
  margin: 0px 0px 0px 2%; }

.emailSignup .gform_body input {
  padding: 15px;
  font-size: 15px !important;
  color: #42413e;
  font-weight: 400; }

.emailSignup .gform_footer input {
  font-size: 15px !important;
  color: #ffffff;
  padding: 15px;
  background: #817d76;
  text-transform: none;
  font-weight: 400;
  transition: color 0.5s ease, background 0.5s ease; }

.emailSignup .gform_footer input:hover {
  color: #343433;
  background: #d9d9d4; }

.gform_wrapper .validation_error {
  font-size: 18px;
  font-weight: 400;
  margin: 0px 0 0 0;
  margin-bottom: 30px;
  color: #e8212c; }

.gform_wrapper .gforms_confirmation_message {
  font-size: 18px;
  color: #ffffff;
  padding: 20px;
  border: 1px solid #ffffff;
  display: inline-block; }

.emailSignup img.gform_ajax_spinner {
  background-color: #ffffff !important;
  margin-left: -67%;
  margin-top: 3px; }

.footerSections {
  padding: 60px 40px;
  width: 100%;
  background: #292928;
  text-align: right; }

.footerSections a:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease; }

.footerSections a:hover:after {
  width: 100%;
  background: #ffffff; }

.footerCopyright {
  width: 100%;
  border-top: 1px solid #424241;
  padding-top: 30px;
  margin-top: 20px;
  text-align: left; }

.footerCopyright p {
  color: #bdbdbc;
  font-size: 13px;
  line-height: 22px; }

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

.footerSectionLeft p {
  font-size: 17px;
  color: #d9d9d4;
  margin-bottom: 18px;
  display: block;
  width: 100%; }

.footerSectionLeft a {
  color: #d9d9d4;
  transition: color 0.5s ease;
  line-height: 24px;
  display: inline-block; }

.footerSectionLeft a:hover {
  color: #ffffff; }

.footerSectionRight {
  display: inline-block;
  padding-left: 8%;
  text-align: left;
  vertical-align: top; }

.footerLogo {
  height: 55px;
  width: auto;
  margin-bottom: 30px;
  display: block; }

.footerSectionRight a {
  display: inline-block;
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 13px;
  color: #d9d9d4;
  transition: color 0.5s ease; }

.textLinks {
  display: block; }

.footerSectionRight a:hover {
  color: #ffffff; }

.footerSectionRight h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 2px; }

.footerSections i {
  font-size: 24px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #d9d9d4; }

.pageHero {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.pageContent {
  margin: -60px 80px 0px;
  width: 60%;
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 20px 40px 40px; }

.pageContent.defaultPage {
  margin-top: 100px; }

.pageContent h1 {
  font-size: 55px;
  margin-bottom: 22px; }

.pageContent h5 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 36px; }

.pageContent p {
  color: #42413e;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px; }

.pageContent ul, .pageContent ol {
  color: #42413e;
  font-size: 16px;
  line-height: 32px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px; }

.pageContent li {
  margin-bottom: 40px; }

.founders {
  font-size: 0px;
  line-height: 0px;
  width: 100%;
  padding: 0px 60px 120px; }

.founder {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2% 50px;
  width: 29.3%;
  text-align: center; }

.founder img {
  margin-bottom: 40px;
  display: block;
  transition: opacity 0.5s ease;
  -webkit-filter: brightness(1.01);
          filter: brightness(1.01); }

.founder:hover img {
  opacity: 0.6; }

.founder {
  cursor: pointer; }

.founderName {
  font-size: 20px;
  color: #000000;
  margin-bottom: 18px;
  display: inline-block;
  line-height: 115%;
  font-weight: 700; }

.founderName:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: #ffffff;
  transition: width .5s ease, background-color .5s ease;
  position: relative;
  top: 6px; }

.founder:hover .founderName:after {
  width: 100%;
  background: #e8212c; }

.founderTitle {
  font-size: 13px;
  color: #e8212c;
  display: block;
  line-height: 115%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600; }

.founderHeroText {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  text-align: center; }

.founderHeroText h1 {
  font-size: 55px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
  display: block; }

.founderHeroText h2 {
  font-size: 16px;
  color: #e8212c;
  font-weight: 600;
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "proxima-nova",sans-serif;
  font-style: normal; }

.tabs {
  width: 100%;
  text-align: center;
  padding: 0px 40px 120px; }

.tabSelectors {
  width: 100%;
  margin-bottom: 30px; }

.tabSelector {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 75px;
  transition: border 0.5s ease;
  cursor: pointer;
  margin-bottom: 20px; }

.tabSelector:last-of-type {
  margin-right: 0px; }

.tabSelector:hover {
  border-bottom: 2px solid #000000; }

.tabSelector.active {
  border-bottom: 2px solid #e8212c; }

.tabSelector.active:hover {
  border-bottom: 2px solid #e8212c; }

.tabContents {
  position: relative;
  width: 100%;
  margin: 0px auto;
  max-width: 800px; }

.tabContent {
  width: 100%;
  display: none; }

.tabContent.active {
  display: block; }

.tabContent p {
  font-size: 16px;
  line-height: 32px;
  color: #42413e; }

.solutions {
  padding: 0px 120px 120px; }

.halvesWrapper {
  width: 100%;
  background: #ffffff;
  color: #000000; }

.halfColumn {
  width: 50%;
  overflow: hidden;
  position: relative;
  line-height: 0px;
  min-height: 400px; }

.halfColumn.halfLeft {
  float: left; }

.halfColumn.halfRight {
  float: right; }

.halfColumn.halfText {
  padding: 100px 40px; }

.halfColumn img {
  width: 101%;
  height: auto;
  max-width: inherit;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-25%);
  transform: translateX(-50%) translateY(-25%);
  transition: opacity 0.5s ease;
  -webkit-filter: brightness(1.01);
          filter: brightness(1.01); }

.halfColumn img:hover {
  opacity: 0.6; }

.halfColumn h3 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 42px;
  color: #000000;
  transition: color 0.5s ease; }

.halfColumn h3 i {
  color: #e52433;
  margin-left: 15px;
  font-size: 42px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  overflow: hidden;
  position: relative;
  top: 1px;
  transition: margin-left 0.5s ease; }

.halfColumn h3:hover i {
  margin-left: 30px; }

.halfColumn p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #42413e; }

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

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

.halfColumn.alignRight p {
  margin-left: auto; }

.founderDetailsWrapper {
  padding: 80px; }

.founderBio {
  float: left;
  width: 80%;
  padding-right: 80px; }

.founderDetails {
  width: 20%;
  float: right;
  font-size: 15px;
  color: #7d7c7a; }

.founderBio p {
  color: #42413e;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px; }

.founderDetails span {
  margin-bottom: 25px;
  display: block; }

.founderDetails .founderEmail {
  margin-bottom: 40px; }

.founderDetails .telephone {
  display: inline-block;
  margin-bottom: 0px; }

.founderDetails strong {
  color: #a8a092;
  margin-right: 8px; }

.founderDetails a {
  color: #7d7c7a;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #a8a092;
  transition: color 0.5s ease; }

.founderDetails a:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: #a8a092;
  transition: width .5s ease, background-color .5s ease;
  position: relative;
  top: 4px; }

.founderDetails a:hover:after {
  width: 100%;
  background: #e52433; }

.founderLinkedin i {
  color: #e52433;
  margin-right: 8px;
  font-size: 28px;
  display: inline-block;
  position: relative;
  top: 6px; }

.founderVcard i {
  color: #e52433;
  margin-right: 8px;
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 2px; }

.content strong {
  font-weight: 700; }

.contactPage h2 {
  font-size: 16px;
  color: #e8212c;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "proxima-nova",sans-serif;
  font-style: normal; }

.contactPage h3 a {
  font-size: 24px;
  color: #000000;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d1c3;
  transition: color 0.5s ease; }

.contactPage h3 a:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  background: #a8a092;
  transition: width .5s ease, background-color .5s ease;
  position: relative;
  top: 6px; }

.contactPage h3 a:hover:after {
  width: 100%;
  background: #e52433; }

.locations {
  padding: 25px 120px 0px;
  font-size: 0px;
  line-height: 0px;
  text-align: left; }

.location {
  display: inline-block;
  margin-right: 2%;
  width: 48%;
  vertical-align: top; }

.location:nth-child(2) {
  margin-left: 2%;
  margin-right: 0px;
  width: 48%; }

.location img {
  transition: opacity 0.5s ease;
  -webkit-filter: brightness(1.01);
          filter: brightness(1.01); }

.location:hover img {
  opacity: 0.6; }

.location {
  cursor: pointer; }

.locationInfo {
  display: inline-block;
  position: relative;
  top: -45px;
  z-index: 4;
  background: #ffffff;
  padding: 0px 40px 30px 0px; }

.locationInfo h4 {
  font-size: 45px;
  color: #000000;
  margin-bottom: 0px;
  line-height: 90px; }

.locationInfo p {
  font-size: 18px;
  color: #42413e;
  margin-bottom: 0px;
  line-height: 34px;
  margin-top: -5px; }

.locationInfo a {
  color: #42413e; }

.contactFormWrapper {
  width: 100%;
  background: #f5f4f2;
  padding: 80px 40px; }

.contactForm {
  max-width: 300px;
  width: 100%;
  margin: 0px auto; }

.contactForm .gform_heading {
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px; }

.contactForm input {
  width: 100%; }

.contactForm input[type=text], .contactForm textarea {
  border: 1px solid #d2cdc2;
  font-size: 15px !important;
  width: 100%;
  margin-bottom: 15px;
  color: #42413e;
  padding: 12px; }

.contactForm .gform_footer input {
  font-size: 15px !important;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  padding: 14px;
  transition: color 0.5s ease, background 0.5s ease;
  background: #403d35;
  width: 100%; }

.contactForm .gform_footer input:hover {
  color: #343433;
  background: #d9d9d4; }

.contactForm .gform_body {
  float: none;
  width: 100%;
  margin-top: 18px; }

.contactForm .gform_footer {
  float: none;
  width: 100%;
  margin: 0px 0 0 0; }

.contactForm .gform_wrapper .validation_error {
  text-align: center;
  margin-bottom: 30px; }

.contactForm img.gform_ajax_spinner {
  background-color: #ffffff !important;
  margin-top: -67px; }

.errorHeading {
  color: #42413e;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block; }

.errorPage {
  padding-bottom: 160px; }

.angleBox {
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 8px; }

.angleBox::before,
.angleBox::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid; }

.angleBox::after {
  border-width: 7px;
  border-right-color: #e8212c;
  border-bottom-color: #e8212c; }

.angleHeading {
  font-size: 25px;
  line-height: 30px; }

@media only screen and (max-width: 1400px) {
  .founderBio {
    width: 70%; }
  .founderDetails {
    width: 30%; } }

@media only screen and (max-width: 1000px) {
  .homeHero, .pageHero {
    height: 400px; }
  .homeHeroTextWrapper {
    height: 400px; }
  .founderBio {
    width: 100%;
    padding-right: 0px; }
  .founderDetails {
    width: 100%;
    margin-bottom: 20px; }
  .founderDetails .founderEmail {
    margin-bottom: 20px; }
  .founderHeroText h1 {
    font-size: 45px;
    margin-bottom: 20px; }
  .homeWhatDo {
    padding: 60px 80px; }
  .homeHeroText {
    left: 80px;
    bottom: 80px; }
  .homeHeroText h2 {
    padding-right: 80px; }
  .homeWhatDoLeft {
    width: 100%;
    float: none;
    padding-right: 0px; }
  .homeWhatDoRight {
    width: 100%;
    float: none;
    margin-top: 60px; }
  .homeWhatDoRight br {
    display: block; }
  .halfColumn {
    width: 100%;
    min-height: 0px; }
  .halfColumn.halfLeft {
    float: none; }
  .halfColumn.halfRight {
    float: none; }
  .halfImage {
    height: 400px; }
  .halfColumn.halfText {
    padding: 60px 0px; }
  .halfColumn.alignRight {
    text-align: left; }
  .location {
    margin-right: 0px;
    width: 100%; }
  .location:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; } }

@media only screen and (min-width: 769px) {
  .main-nav {
    display: block !important; }
  .hamburger-menu {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .logos {
    margin-bottom: 0px;
    margin-top: 12px; }
  .homeHero {
    background-position: center center; }
  .homeHero, .pageHero {
    height: 400px; }
  .homeHeroTextWrapper {
    height: 400px; }
  .homeHero video {
    display: none; }
  .founderHero {
    overflow: visible;
    height: 500px; }
  .founderHeroText h1 {
    font-size: 45px;
    margin-bottom: 15px; }
  .founderDetailsWrapper {
    padding: 160px 40px 40px 40px; }
  .founderHeroText {
    top: auto;
    left: 0px;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    bottom: -120px;
    padding: 0px 40px;
    text-align: left; }
  header {
    height: 75px; }
  .main-nav {
    float: none;
    width: 100%;
    margin-right: 0px;
    position: fixed;
    background-color: #292928;
    z-index: 99;
    background-image: url(img/mobile_menu_back.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: none; }
  .hamburger-menu {
    position: absolute;
    top: 22px;
    right: 24px;
    cursor: pointer;
    z-index: 100;
    display: block; }
  .hamburger-menu.open {
    position: fixed; }
  .hamburger-menu.open span {
    background-color: #ffffff; }
  #menu-primary-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .main-nav li {
    display: block;
    margin: 0px;
    margin-bottom: 50px; }
  .main-nav li:last-of-type {
    margin-bottom: 0px; }
  .main-nav a {
    display: inline-block;
    color: #ffffff;
    border-top: none;
    padding: 0px;
    font-size: 30px; }
  .main-nav a:hover {
    border-top: none;
    border-bottom: 0px; }
  .main-nav .current-menu-item a, .main-nav .current-menu-item a:hover, .main-nav .current-page-ancestor a, .main-nav .current-page-ancestor a:hover {
    border-top: none;
    color: #ffffff;
    border-bottom: 0px; }
  .footerSections {
    padding: 60px 40px; }
  .footerSectionLeft {
    float: none;
    margin-bottom: 40px;
    width: 100%; }
  .footerSectionLeft p {
    margin-bottom: 15px; }
  .footerSectionRight {
    display: block;
    padding-left: 0px;
    margin-bottom: 20px; }
  .footerLogo {
    margin-bottom: 20px; }
  .homeWhatDo {
    padding: 60px 40px; }
  .homeHeroText {
    left: 40px;
    bottom: 80px; }
  .homeHeroText h2 {
    font-size: 50px;
    line-height: 55px;
    padding-right: 40px; }
  .pageContent.defaultPage {
    margin-top: 60px; }
  .pageContent {
    margin: -60px 20px 0px;
    width: calc(100% - 40px); }
  .pageContent h1 {
    font-size: 45px;
    line-height: 50px; }
  .solutions {
    padding: 0px 60px 60px; }
  .founderTitle {
    font-size: 10px; }
  .locations {
    padding: 25px 60px 0px; }
  .tabSelector {
    margin-right: 50px; } }

@media only screen and (max-width: 600px) {
  .pageHero {
    height: 300px; }
  .founderHero {
    height: 400px; }
  .homeHero {
    height: 500px; }
  .homeHeroTextWrapper {
    height: 500px; }
  .halfImage {
    height: 300px; }
  .founderTitle {
    font-size: 12px; }
  .founder {
    margin: 0px;
    width: 100%;
    padding-bottom: 40px; }
  .founders {
    padding: 0px 60px 40px; }
  .tabSelector {
    margin-right: 25px; } }

@media only screen and (max-width: 480px) {
  .founderHeroText {
    bottom: -100px; }
  .founderHeroText h1 {
    font-size: 40px; }
  .founderHeroText h2 {
    font-size: 14px; }
  .founderDetailsWrapper {
    padding: 130px 40px 40px 40px; }
  .emailSignup h3 {
    font-size: 24px;
    line-height: 30px; }
  .emailSignup p {
    font-size: 15px;
    line-height: 22px; }
  .emailSignup .gform_body {
    float: none;
    width: 100%;
    margin-bottom: 15px; }
  .emailSignup .gform_footer {
    width: 100%;
    margin: 0px; }
  .emailSignup img.gform_ajax_spinner {
    margin-left: auto;
    margin-top: -61px; }
  .homeHeroText h2 {
    font-size: 45px;
    line-height: 50px; }
  .homeWhatDo h1 {
    font-size: 45px;
    line-height: 50px; }
  .logos {
    margin-left: 20px; }
  .hamburger-menu {
    right: 14px; }
  .pageContent h1 {
    font-size: 40px;
    line-height: 45px; }
  .halfImage {
    height: 200px; }
  .halfColumn h3 {
    font-size: 24px;
    line-height: 30px; }
  .angleHeading {
    font-size: 20px;
    line-height: 25px; }
  .locationInfo h4 {
    font-size: 35px;
    line-height: 75px; } }

@media only screen and (max-width: 375px) {
  .pageHero {
    height: 200px; }
  .founderHero {
    height: 300px; }
  .pageContent {
    padding: 20px; }
  .solutions {
    padding: 0px 40px 40px; }
  .halfColumn h3 {
    margin-bottom: 30px; }
  .halfColumn.halfText {
    padding: 40px 0px; }
  .pageContent h5 {
    font-size: 19px;
    line-height: 32px; }
  .founders {
    padding: 0px 40px 40px; }
  .locations {
    padding: 25px 40px 0px; }
  .errorPage {
    padding-bottom: 120px; } }

@media only screen and (max-width: 320px) {
  .founderHeroText h1 {
    font-size: 34px; }
  .homeHero {
    height: 400px; }
  .homeHeroTextWrapper {
    height: 400px; }
  .homeHeroText h2 {
    font-size: 40px;
    line-height: 45px; }
  .locationInfo h4 {
    font-size: 30px;
    line-height: 70px; } }
/*# sourceMappingURL=theme.css.map */