#header {
	position: fixed;
	top: 0;
	width: 100%;
	background:black;
	color: #FFD00F;
	z-index: 100;
}

.s-archive-home {
	display: inline-block;
	padding: 0 12px;
}

.s-archive-home a {
	color: #FFD00F;
	display: inline-block;
	position: relative;
	top: -2px;
}

.s-archive-home a:focus {
	color: #ffd00f;
}

.s-archive-home a:hover {
	color: #FFD00F;
}

.s-archive-home .mdi-home:before {
	font-size: 20px;
	margin-right: 8px;
	margin-top: 4px;
}

.s-archive-spacer {
	margin-bottom: 36px;
}

.s-archive-search {
	background-color: #FFD00F;
	color: black;
	display: inline-block;
	float: right;
	padding: 0 12px;
}

.s-archive-search a {
	display: inline-block;
	position: relative;
	top: -2px;
	color: black;
}

.s-archive-search a:hover {
	color: black;
}

.s-archive-search .mdi-search:before {
	font-size: 20px;
	margin-right: 8px;
	margin-top: 4px;
}

table.browse tbody, table.browse tr {display:block; width:100%;}

table.browse td {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding-bottom: 48px;
	padding-right: 12px;
}
@media (max-width: 61.24em) {
	table.browse td {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
	}
}

table.browse td h4 {
	margin-bottom: 0;
}

table.browse td span {
	display: block;
}

.s-history h3 {
	margin-bottom: 16px;
}


/* General */
.clear {clear: both; }

.left {
	float: left; }

.right {
	float: right; }


.button1 {
	margin: 0 12px;
	padding: 3px 9px;
	background: #fff229;
	box-shadow: 2px 2px 2px #777;
	font-weight: bold;
	cursor: pointer;
	color: #333;
}
.button1:hover {
	background: #ffff29;
	box-shadow: 2px 2px 3px #333;
	color: #777;
}
.button1:disabled {
	background: aaa;
	cursor: auto;
	color: #333;
	box-shadow: 2px 2px 2px #777;
}
/*
ul.credits, ul.credits * {
	list-style: none;
	padding-left: 0; }
ul.credits li, ul.credits * li {
	list-style: none;
	font-weight: bold;
	margin: 0.75em 0; }
ul.credits li li, ul.credits * li li {
	list-style: none;
	font-weight: normal;
	margin: 0; }

.assets {
	margin-top: 0.5em;
	padding-top: 0.5em;
	text-align: center; }
.assets a {
	background-color: #efefef;
	padding: 0.25em;
	margin: 0.25em;
	display: inline-block;
	line-height: 0; }
.assets a:hover {
	background-color: #bcbcbc; }
.assets a img {
	border: none; }

dl.details {
	margin: 0.5em 0;
	padding-top: 0.5em;
	border-top: 1px dotted #dddddd; }
dl.details dt {
	font-weight: bold; }

ul.details {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	font-size: 0.9em; }
ul.details li {
	list-style: none; }

.history {
	margin-top: 0.5em;
	padding-top: 0.5em;
	text-align: left; }

table.projects {
	border: 0px solid #efefef;
	width: 100%; }
table.projects th {
	text-align: left;
	font-weight: bold; }
table.projects td {
	font-size: 1em; }
table.projects td.year {
	text-align: right; }
table.projects td.project {
	text-align: right; }

.side-details {
	margin-left: 8px; }
.side-details h3 {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold; }

.archive-info {
	margin-top: 8px; }

.contact-info {
	margin-top: 8px; }


table.archives {
	margin-left: 10px;
	width: 220px; }
table.archives tr {
	border-bottom: 1px dotted #dddddd; }
table.archives tr:last-child {
	border-bottom: 0px; }
table.archives th {
	text-align: left;
	font-weight: bold;
	background-color: #efefef;
	padding: 2px 4px; }
table.archives td {
	padding: 2px 4px; }

ul.projects {
	margin: 0 0 18px 0; }
ul.projects li.project {
	text-align: left;
	list-style: none; }


ul.browse a, h2.browse a, table.browse a {
	padding: 1em;
	display: block;
	margin: 0 0.25em 0.25em 0;
	font-weight: bold;
	text-decoration: none; }

ul.browse a, h2.browse a {
	background-color: #efefef;
	border: 1px solid white; }
ul.browse a:hover, h2.browse a:hover {
	background-color: white; }

ul.browse {
	display: block;
	list-style-type: none;
	margin: 1em 0 0 1em;
	padding: 0; }
ul.browse li {
	display: block;
	float: left; }


table.browse {
	border-spacing: 0.25em;
	margin-bottom: 2em; }
table.browse td {
	width: 47%;
	background-color: #efefef;
	border: 1px solid white;
	-moz-border-radius: 6px;
	border-radius: 6px; }
table.browse td:hover {
	background-color: white; }
table.browse th {
	text-align: left;
	font-size: 2em;
	padding: 1em 0 0.5em 0; }

ul.browse-big li {
	font-size: 2.5em; }

.results-controls * {
	display: inline; }
.results-controls .info {
	font-weight: bold; }
.results-controls .pagination {
	float: right; }
.results-controls .pagination a {
	padding: 0 0.2em 0 0.2em; }
.results-controls .refine a {
	padding-left: 4px; }

ul.results {
	list-style: none;
	padding-left: 2em;
	margin: 1em 0 1em 0; }
ul.results li {
	padding: 0.2em;
	margin-bottom: 1em;
	list-style: none; }
ul.results a {
	font-weight: bold;
	text-decoration: none; }
ul.results a:hover {
	text-decoration: underline; }
ul.results ul {
	font-size: 0.9em; }
ul.results ul li {
	padding: 0.2em;
	margin-bottom: 2px;
	list-style: none; }

.sf-menu a#festival-link {
	color: #ff3366; }

.base #sidebar {
	margin: -20px -20px 20px 20px; }
.base #sidebar .section-title {
	font-size: 21px;
	line-height: 21px;
	padding: 10px;
	background-color: #666666;
	color: #cccccc; }

a.image {
	outline: none; }
a.image img {
	border: 0px; }

img.rounded {
	width: 240px;
	height: 240px; }

#featured-assets {
	padding: 0 0 1em 0;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #dddddd; }
#featured-assets .asset-box {
	float: left;
	width: 240px;
	text-align: center;
	margin-right: 15px; }
#featured-assets .asset-box .caption {
	margin: 6px 6px;
	font-size: 11px;
	line-height: 12px;
	text-align: left; }

.pitchline {
	padding: 2em;
	text-align: justify; }

input#for {
	margin-right: 8px;
	margin-bottom: 4px; }

span#advanced-toggle {
	color: #00a1d7;
	text-decoration: underline;
	cursor: pointer; }

#advanced-prompt {
	font-size: 12px;
	font-style: italic;
	margin: 4px 0; }

#archive-search {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #dddddd; }
#archive-search #advanced-search {
	display: none;
	margin-top: 1em; }

#full-search {
	margin-bottom: 1em; }
#full-search #advanced-search {
	margin-top: 1em; }

table.form tbody tr td {
	padding-bottom: 12px; }
table.form tbody tr td.label {
	text-align: right;
	padding-right: 1em; }
table.form tbody tr td.input {
	font-size: 1em; }
table.form tbody tr td.buttons {
	text-align: left; }

#content h1.home {
	color: #2a2a2a;
	font-size: 24px;
	color: #ff3366; }

#content.wide {
	margin-left: 60px; }

/*
#content.section table.browse {
	width: 100%; }
#content.section table.browse td {
	padding: 1em; }
#content.section table.browse td a {
	padding: 0;
	margin: 0; }

.browse-title {
	font-weight: bold; }

.browse-role {
	font-style: italic; }

div.browse {
	min-height: 260px; }
div.browse a.program {
	float: left;
	min-width: 338px;
	margin: 0 25px 15px 0;
	padding: 16px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #efefef;
	border: 1px solid #bcbcbc;
	-moz-border-radius: 6px;
	border-radius: 6px; }
div.browse a.program:hover {
	background-color: white; }

ul.index {
	display: inline; }
ul.index li {
	display: inline;
	color: #ff3366;
	font-size: 28px;
	font-weight: bold; }
ul.index li .na {
	font-size: 12px;
	color: #aaaaaa; }
ul.index li a {
	display: inline;
	padding: 0px;
	font-size: 12px; }

.two-col #content {
	width: 960px; }
.two-col #content .entry {
	width: 770px; }

.archives-email {
	font-style: italic;
	padding: 0.75em 0 0.5em 0; }

.donate-banner {
	margin: 0.5em 0 0.5em 0;
	padding-top: 1em;
	border-top: 1px dotted #dddddd; }

.input-blur {
	font-style: italic;
	color: #999999; }

.ui-effects-transfer {
	border: 2px dotted #00a1d7; }
	*/


/***** Search *****/
#search-sidebar {
	padding: 6px 3px 7px 3px;
}
#search-sidebar input#for, #simple-search input#for {
	width: 180px;
	margin: 0 0 4px 0;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align: top;
}
#search-sidebar input#for:focus, #simple-search input#for:focus {
	border: 1px solid blue;
}
#search-sidebar .search-go, #simple-search .search-go{
	border-radius: 3px;
	border: none;
	cursor: pointer;
	width: 33px;
	height: 26px;
	font-size: 0;
	background: #eee url(../images/icons/search.png) 9px 4px no-repeat;
	color: #fff;
	border: 1px solid #ccc;
	vertical-align: top;
}
#search-sidebar .advanced-link a {
	padding: 2px;
}
.search_box  {
	text-align: center;
}
.search_box input[type=text] {
	width: 400px;
	margin: 0 6px 0 12px;;
	padding: 3px;
	border-radius: 3px;
	font-size: 1.2em;
	font-weight: bold;
}
.search_box input[type=submit] {
	width: 100px;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight: bold;
}
#advanced-search label {
	width: 200px;
}



.site-disclaimer {
	font-size: .85em;
	font-style: italic;
	padding: 0.75em 0 0.5em 0;
	color: #444444;
	clear:both; }


@charset "UTF-8";
/* ==========================================================================
   INUITCSS
   ========================================================================== */
/**
 * CONTENTS
 *
 * SETTINGS
 * Config...............Project-level configuration and feature switches.
 * Colors...............Project-wide color variables.
 * Core.................inuitcss’ core and setup settings.
 * Global...............Project-wide variables and settings.
 *
 * TOOLS
 * Font-size............A mixin which guarantees baseline-friendly line-heights.
 * Fonts................Define web font families.
 * Clearfix.............Micro clearfix mixin.
 * Hidden...............Mixin for hiding elements.
 * Sass MQ..............inuitcss’ default media query manager.
 *
 * GENERIC
 * Box-sizing...........Better default `box-sizing`.
 * Normalize.css........A level playing field using @necolas’ Normalize.css.
 * Reset................A tiny reset to complement Normalize.css.
 * Shared...............Sensibly and tersely share some global commonalities
 *                      (particularly useful when managing vertical rhythm).
 *
 * ELEMENTS
 * Body.................Various body elements, such as labels
 * Forms................Set up default form styles.
 * Page.................Set up our document’s default `font-size` and
 *                      `line-height`.
 * Headings.............Very minimal (i.e. only font-size information) for
 *                      headings 1 through 6.
 * Letterspacing........Define project-wide letterspacing value.
 * Links................Define project-wide link styles.
 * Images...............Base image styles.
 * Tables...............Simple table styles.
 *
 * OBJECTS
 * Wrapper..............Page constraint object.
 * Layout...............Generic layout module.
 * Media................Image- and text-like content side by side. The
 *                      poster-child of OOCSS.
 * Flag.................Table-layout-based advancement on the Media object.
 * List-bare............Lists with no bullets or indents.
 * List-inline..........A list whose items all site in a line.
 * List-menu............A menu generated from list items.
 * Modal................Various modal styles.
 * Overlay..............Image overlay styles.
 * Section..............Define styles for section containers (clearfix + margin)
 * Text.................Changes default font colors based on parent classes.
 * Box..................Simple boxing abstraction.
 * Block................Image-on-top-of-text object.
 * Ratio................A container for maintaining aspect ratio of content.
 * Crop.................Provide a cropping context for media (images, etc.).
 * Table................Classes for manipulating `table`s.
 * Pack.................Pack items into available horizontal space.
 *
 * COMPONENTS
 * Buttons..............An example button component, and how it fits into the
 *                      inuitcss framework.
 * Blogs................Blog index page specific styles.
 * Editorial............Increases font size for editorial content pages
 * Featured.............Styles for featured content components
 * Menu.................Defines various menus (see also: objects/list-menu)
 * Page Titles..........Page title specific font styles.
 * Promo................Promotional block.
 * Styleguide...........Custom styles used only for styleguide.
 * Accordions...........Expandible menus containing additional content
 * Alerts...............Notifications and Messages
 * Backgrounds..........Custom background colors, usually applied to sections
 * Breadcrumbs..........Links that display above page titles that allow backwards navigation
 * Cards................Elements which contain images and text, typically indexing content
 * Chips................Small buttons that can be used to apply or remove filters
 *
 *
 * UTILITIES
 * Clearfix.............Bind our clearfix onto a utility class.
 * Widths...............Simple width helper classes.
 * Headings.............Reassigning our heading styles to helper classes.
 * Spacings.............Nudge bits of the DOM around with these spacing
 *                      classes.
 * Print................Reset-like styles taken from the HTML5 Boilerplate.
 * Hide.................Helper classes to hide content
 */
/* ==========================================================================
   #ELEVATION
   ========================================================================== */
/**
 * Drop Shadows (Based on Google's Material Design)
 * https://material.io/guidelines/material-design/elevation-shadows.html
 */
/**
 * Z-index
 */
@font-face {
  font-family: "trade-gothic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/TradeGothicNextLtPro-Reg.eot?") format("eot"), url("../fonts/TradeGothicNextLtPro-Reg.woff2") format("woff2"), url("../fonts/TradeGothicNextLtPro-Reg.woff") format("woff"), url("../fonts/TradeGothicNextLtPro-Reg.ttf") format("truetype"); }
@font-face {
  font-family: "trade-gothic";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/TradeGothicNextLtPro-It.eot?") format("eot"), url("../fonts/TradeGothicNextLtPro-It.woff2") format("woff2"), url("../fonts/TradeGothicNextLtPro-It.woff") format("woff"), url("../fonts/TradeGothicNextLtPro-It.ttf") format("truetype"); }
@font-face {
  font-family: "trade-gothic";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/TradeGothicNextLtPro-Bd.eot?") format("eot"), url("../fonts/TradeGothicNextLtPro-Bd.woff2") format("woff2"), url("../fonts/TradeGothicNextLtPro-Bd.woff") format("woff"), url("../fonts/TradeGothicNextLtPro-Bd.ttf") format("truetype"); }
@font-face {
  font-family: "trade-gothic";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/TradeGothicNextLtPro-BdIt.eot?") format("eot"), url("../fonts/TradeGothicNextLtPro-BdIt.woff2") format("woff2"), url("../fonts/TradeGothicNextLtPro-BdIt.woff") format("woff"), url("../fonts/TradeGothicNextLtPro-BdIt.ttf") format("truetype"); }
@font-face {
  font-family: "trade-gothic-cond";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/TradeGothicNextLtPro-Cn.eot?") format("eot"), url("../fonts/TradeGothicNextLtPro-Cn.woff2") format("woff2"), url("../fonts/TradeGothicNextLtPro-Cn.woff") format("woff"), url("../fonts/TradeGothicNextLtPro-Cn.ttf") format("truetype"); }
@font-face {
  font-family: "trade-gothic-cond";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/TradeGothicNextLtPro-CnIt.eot?") format("eot"), url("../fonts/TradeGothicNextLtPro-CnIt.woff2") format("woff2"), url("../fonts/TradeGothicNextLtPro-CnIt.woff") format("woff"), url("../fonts/TradeGothicNextLtPro-CnIt.ttf") format("truetype"); }
@font-face {
  font-family: "trade-gothic-cond";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/TradeGothicNextLtPro-BdCn.eot?") format("eot"), url("../fonts/TradeGothicNextLtPro-BdCn.woff2") format("woff2"), url("../fonts/TradeGothicNextLtPro-BdCn.woff") format("woff"), url("../fonts/TradeGothicNextLtPro-BdCn.ttf") format("truetype"); }
@font-face {
  font-family: "trade-gothic-cond";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/TradeGothicNextLtPro-BdCnIt.eot?") format("eot"), url("../fonts/TradeGothicNextLtPro-BdCnIt.woff2") format("woff2"), url("../fonts/TradeGothicNextLtPro-BdCnIt.woff") format("woff"), url("../fonts/TradeGothicNextLtPro-BdCnIt.ttf") format("truetype"); }
@font-face {
  font-family: "MaterialIcons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/materialdesignicons-webfont.eot?") format("eot"), url("../fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../fonts/materialdesignicons-webfont.woff") format("woff"), url("../fonts/materialdesignicons-webfont.ttf") format("truetype"); }
/* MaterialDesignIcons.com @font-face{font-family:"Material Design Icons";src:url("../fonts/materialdesignicons-webfont.eot?v=1.8.36");src:url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.8.36") format("embedded-opentype"),url("../fonts/materialdesignicons-webfont.woff2?v=1.8.36") format("woff2"),url("../fonts/materialdesignicons-webfont.woff?v=1.8.36") format("woff"),url("../fonts/materialdesignicons-webfont.ttf?v=1.8.36") format("truetype"),url("../fonts/materialdesignicons-webfont.svg?v=1.8.36#materialdesigniconsregular") format("svg");font-weight:normal;font-style:normal}*/
.mdi-set,
.mdi:before {
  display: inline-block;
  font: normal normal normal 24px/1 "MaterialIcons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.mdi-android:before {
  content: "\F032"; }

.mdi-apple:before {
  content: "\F035"; }

.mdi-facebook:before {
  content: "\F20C"; }

.mdi-twitter:before {
  content: "\F544"; }

.mdi-instagram:before {
  content: "\F2FE"; }

.mdi-youtube-play:before {
  content: "\F5C3"; }

.mdi-pinterest:before {
  content: "\F407"; }

.mdi-tumblr:before {
  content: "\F541"; }

.mdi-google-plus:before {
  content: "\F2BD"; }

.mdi-email:before {
  content: "\F1EE"; }

.mdi-cellphone-iphone:before {
  content: "\F120"; }

.mdi-alert-circle:before {
  content: "\F028"; }

.mdi-account-alert:before {
  content: "\F005"; }

.mdi-archive:before {
  content: "\F03C"; }

.mdi-arrow-left:before {
  content: "\F04D"; }

.mdi-check:before {
  content: "\F12C"; }

.mdi-chevron-down:before {
  content: "\F140"; }

.mdi-chevron-left:before {
  content: "\F141"; }

.mdi-chevron-right:before {
  content: "\F142"; }

.mdi-chevron-up:before {
  content: "\F143"; }

.mdi-close:before {
  content: "\F156"; }

.mdi-delete:before {
  content: "\F1C0"; }

.mdi-home:before {
  content: "\F2DC"; }

.mdi-play:before {
  content: "\F40A"; }

.mdi-plus:before {
  content: "\F415"; }

.mdi-magnify:before {
  content: "\F349"; }

.mdi-menu:before {
  content: "\F35C"; }

.mdi-menu-down:before {
  content: "\F35D"; }

.mdi-menu-left:before {
  content: "\F35E"; }

.mdi-menu-right:before {
  content: "\F35F"; }

.mdi-menu-up:before {
  content: "\F360"; }

.mdi-open-in-new:before {
  content: "\F3CC"; }

.mdi-link-variant:before {
  content: "\F339"; }

.mdi-search:before {
  content: "\F349";}

.mdi-trash:before {
  content: "\F1C0"; }

.mdi-view-grid:before {
  content: "\F570"; }

.mdi-view-list:before {
  content: "\F572"; }

.mdi-star:before {
  content: "\F4CE"; }

.mdi-ticket-confirmation:before {
  content: "\F518"; }

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: none;
  /* 2 */
  text-decoration: none;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0; }

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0; }

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
/* stylelint-disable selector-list-comma-newline-after */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px; }

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 24px; }

/* stylelint-enable selector-list-comma-newline-after */
/* ==========================================================================
   #BODY
   ========================================================================== */
html {
  font-family: "trade-gothic", Helvetica, Arial, sans-serif;
  color: #333333; }

@media (max-width: 32.49em) {
  p, label, span, ul, li {
    font-size: 14px; } }

.o-layout__item p:last-child {
  margin-bottom: 0; }

label {
  line-height: 1.5rem; }

label {
  display: inline-block; }

*::selection, mark {
  background-color: #FFD00F; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ul {
  list-style: disc; }
  ul ul {
    margin-top: 16px; }
  ul li {
    margin-bottom: 16px; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, figcaption + h1, figcaption + h2, figcaption + h3, figcaption + h4, figcaption + h5, figcaption + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, li + h1, li + h2, li + h3, li + h4, li + h5, li + h6 {
  margin-top: 48px; }
  @media (max-width: 46.24em) {
    p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, figcaption + h1, figcaption + h2, figcaption + h3, figcaption + h4, figcaption + h5, figcaption + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, li + h1, li + h2, li + h3, li + h4, li + h5, li + h6 {
      margin-top: 40px; } }

figcaption + p {
  margin-top: 48px; }
  @media (max-width: 46.24em) {
    figcaption + p {
      margin-top: 40px; } }

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */ }

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.0980392157; }
  @media (max-width: 46.24em) {
    h1 {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.25; } }
  @media (max-width: 32.49em) {
    h1 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.1428571429; } }

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  font-weight: normal; }
  @media (max-width: 32.49em) {
    h2 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.222222222; } }

h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2307692308; }
  @media (max-width: 32.49em) {
    h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.222222222; } }

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4545454545; }
  @media (max-width: 32.49em) {
    h4 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.375; } }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "trade-gothic-cond", Helvetica, Arial, sans-serif; }

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 * 4. Ensures that alt text shows up as black when images don't load
 * 5. Alt text should be bold.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
  color: #000000;
  /* [4] */
  font-weight: bold;
  /* [5] */ }

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  /* [1] */
  max-width: none; }

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */ }

section table {
  border-collapse: collapse; }
  section table td {
    padding-bottom: 24px; }
  section table tr:last-child td {
    padding-bottom: 0; }

@media (max-width: 46.24em) {
  section table, section tr, section td, section th {
    display: block; } }
a {
  color: #E60029; }
  a:hover, a:focus {
    color: #b30020; }

a {
  text-decoration: none; }
  a.o-color--white:hover {
    color: #FFD00F; }

input {
  padding: 22px 8px 8px; }

textarea {
  padding: 8px; }

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  width: 100%;
  font-family: "trade-gothic", Helvetica, Arial, sans-serif; }

select {
  background: transparent;
  padding: 22px 32px 8px 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  select:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    position: absolute;
    font-size: 24px;
    top: 4px;
    right: 4px; }
  select + label {
    color: #bfbfbf;
    position: absolute;
    pointer-events: none;
    left: 8px;
    top: 2px;
    font-size: 12px; }

input,
select,
textarea,
button {
  line-height: 1.5rem;
  border: solid 1px gray;
  border-radius: 2px; }
  input.c-btn, input[type="submit"],
  select.c-btn,
  textarea.c-btn,
  button.c-btn {
    border: solid 1px transparent; }

::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: normal; }

:-moz-placeholder {
  color: #bfbfbf; }

::-moz-placeholder {
  color: #bfbfbf; }

:-ms-input-placeholder {
  color: #bfbfbf; }

input:not([type=search])::-webkit-input-placeholder {
  color: transparent;
  font-weight: normal; }
input:not([type=search]):-moz-placeholder {
  color: transparent; }
input:not([type=search])::-moz-placeholder {
  color: transparent; }
input:not([type=search]):-ms-input-placeholder {
  color: transparent; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  border: solid 1px #FFD00F; }
  .c-background__black input:focus,
  .c-background__black select:focus,
  .c-background__black textarea:focus,
  .c-background__black button:focus {
    border: solid 1px #FFD00F; }

input[type="text"]:disabled {
  border: solid 1px #bfbfbf;
  background-color: #e6e6e6;
  cursor: not-allowed; }

input[type="search"] {
  padding: 15px 8px 15px 16px; }
  input[type="search"] + label {
    color: #bfbfbf;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 16px; }
  input[type="search"]:focus + label {
    color: rgba(0, 0, 0, 0); }
  input[type="search"]:valid:not(:focus):not(:placeholder-shown) + label {
    color: rgba(0, 0, 0, 0); }

input[type="text"]:required + label:after,
input[type="email"]:required + label:after,
input[type="password"]:required + label:after,
input[type="number"]:required + label:after,
input[type="tel"]:required + label:after {
  content: '*';
  color: #E60029;
  margin-left: 4px; }
input[type="text"] + label,
input[type="email"] + label,
input[type="password"] + label,
input[type="number"] + label,
input[type="tel"] + label {
  color: #bfbfbf;
  position: absolute;
  pointer-events: none;
  left: 8px;
  top: 16px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
input[type="text"]:focus + label,
input[type="email"]:focus + label,
input[type="password"]:focus + label,
input[type="number"]:focus + label,
input[type="tel"]:focus + label {
  top: 2px;
  font-size: 12px;
  color: #bfbfbf; }
input[type="text"]:valid:not(:focus):not(:placeholder-shown) + label,
input[type="email"]:valid:not(:focus):not(:placeholder-shown) + label,
input[type="password"]:valid:not(:focus):not(:placeholder-shown) + label,
input[type="number"]:valid:not(:focus):not(:placeholder-shown) + label,
input[type="tel"]:valid:not(:focus):not(:placeholder-shown) + label {
  top: 2px;
  font-size: 12px; }
input[type="text"]:valid:focus:not(:placeholder-shown) + label,
input[type="email"]:valid:focus:not(:placeholder-shown) + label,
input[type="password"]:valid:focus:not(:placeholder-shown) + label,
input[type="number"]:valid:focus:not(:placeholder-shown) + label,
input[type="tel"]:valid:focus:not(:placeholder-shown) + label {
  top: 2px;
  font-size: 12px;
  color: #bfbfbf; }
input[type="text"]:invalid:focus:not(:placeholder-shown) + label,
input[type="email"]:invalid:focus:not(:placeholder-shown) + label,
input[type="password"]:invalid:focus:not(:placeholder-shown) + label,
input[type="number"]:invalid:focus:not(:placeholder-shown) + label,
input[type="tel"]:invalid:focus:not(:placeholder-shown) + label {
  top: 2px;
  font-size: 12px;
  color: #bfbfbf; }
input[type="text"]:invalid:not(:focus):not(:placeholder-shown) + label,
input[type="email"]:invalid:not(:focus):not(:placeholder-shown) + label,
input[type="password"]:invalid:not(:focus):not(:placeholder-shown) + label,
input[type="number"]:invalid:not(:focus):not(:placeholder-shown) + label,
input[type="tel"]:invalid:not(:focus):not(:placeholder-shown) + label {
  top: 2px;
  font-size: 12px;
  color: #E60029; }
  input[type="text"]:invalid:not(:focus):not(:placeholder-shown) + label:after,
  input[type="email"]:invalid:not(:focus):not(:placeholder-shown) + label:after,
  input[type="password"]:invalid:not(:focus):not(:placeholder-shown) + label:after,
  input[type="number"]:invalid:not(:focus):not(:placeholder-shown) + label:after,
  input[type="tel"]:invalid:not(:focus):not(:placeholder-shown) + label:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    color: #E60029; }

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer; }

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px; }

input[type="checkbox"]:not(:checked) + label:before {
  border: 2px solid #bfbfbf; }

input[type="checkbox"]:checked + label:before {
  border: 1px solid #FFD00F !important;
  background: #FFD00F !important; }

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "MaterialIcons";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 1;
  color: #333333;
  transition: all .2s; }

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

input[type="checkbox"]:disabled:not(:checked) + label,
input[type="checkbox"]:disabled:checked + label {
  cursor: not-allowed; }

input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bfbfbf;
  background-color: #bfbfbf; }

input[type="checkbox"]:disabled:checked + label:after {
  color: #bfbfbf; }

input[type="checkbox"]:disabled + label {
  color: #bfbfbf; }

input[type="checkbox"]:checked:focus + label:before,
input[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid gray; }

input[type="radio"],
input[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

input[type="radio"] + label,
input[type="radio"]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer; }

input[type="radio"] + label:before,
input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%; }

input[type="radio"] + label:before {
  border: 2px solid #bfbfbf; }

input[type="radio"]:checked + label:before {
  border: 1px solid #FFD00F !important;
  background: #FFD00F !important; }

input[type="radio"] + label:after,
input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  line-height: 1;
  background-color: #000000;
  border-radius: 50%;
  transition: all .2s; }

input[type="radio"] + label:after {
  opacity: 0;
  transform: scale(0); }

input[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

input[type="radio"]:disabled + label,
input[type="radio"]:disabled:checked + label {
  cursor: not-allowed; }

input[type="radio"]:disabled + label:before,
input[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bfbfbf; }

input[type="radio"]:disabled:checked + label:after {
  color: #bfbfbf; }

input[type="radio"]:disabled + label {
  color: #bfbfbf; }

input[type="radio"]:checked:focus + label:before,
input[type="radio"]:focus + label:before {
  border: 1px solid #000000; }

span, label, p, h1, h2, h3, h4, h5, h6, input, a, ul, li, tr, td, th, table {
  letter-spacing: 0.05rem; }

/* Iframes
   ========================================================================== */
.o-media__video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.o-media__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
/* stylelint-disable */
/* stylelint-enable */
.o-wrapper, .c-tab__index-container {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1088px; }
  .o-wrapper:after, .c-tab__index-container:after {
    content: "" !important;
    display: block !important;
    clear: both !important; }
  @media (max-width: 61.24em) {
    .o-wrapper, .c-tab__index-container {
      max-width: 720px; } }
  @media (max-width: 32.49em) {
    .o-wrapper, .c-tab__index-container {
      padding-right: 12px;
      padding-left: 12px;
      max-width: 440px; } }

@media (min-width: 46.25em) {
  .o-wrapper--fullbleed {
    max-width: 1400px;
    padding: 0; } }

.o-wrapper__full-width {
  margin-right: auto;
  margin-left: auto; }
  .o-wrapper__full-width:after {
    content: "" !important;
    display: block !important;
    clear: both !important; }

.o-wrapper__mobile-overflow {
  overflow-x: hidden; }

.o-wrapper__modal {
  padding: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px; }
  .o-wrapper__modal:after {
    content: "" !important;
    display: block !important;
    clear: both !important; }
  .o-modal--video .o-wrapper__modal {
    padding: 0; }
  @media (max-width: 61.24em) {
    .o-wrapper__modal {
      padding: 40px;
      max-width: 420px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .o-modal--photo .o-wrapper__modal {
        max-width: 100%; }
      .o-modal--full .o-wrapper__modal {
        max-width: 100%;
        position: absolute;
        top: auto;
        transform: inherit; }
      .o-modal--video .o-wrapper__modal {
        padding: 0;
        max-width: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  @media (max-width: 46.24em) {
    .o-wrapper__modal {
      padding: 24px 12px; }
      .o-modal--photo .o-wrapper__modal {
        padding: 0;
        top: auto;
        transform: none; } }

.o-content {
  z-index: 1; }

.o-content__inner {
  width: calc(100%);
  float: left;
  margin-left: 0;
  position: relative; }
  @media (min-width: 61.25em) {
    .o-content__inner {
      width: calc(100% - 290px);
      margin-left: 290px;
      float: left; } }

/* Size variants.
   ========================================================================== */
.o-wrapper--tiny {
  padding-right: 8px;
  padding-left: 8px; }

.o-wrapper--small {
  padding-right: 16px;
  padding-left: 16px; }

.o-wrapper--large {
  padding-right: 40px;
  padding-left: 40px; }

.o-wrapper--huge {
  padding-right: 48px;
  padding-left: 48px; }

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */
/* Default/mandatory classes.
   ========================================================================== */
/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */
.o-layout {
  display: block;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  list-style: none;
  /* [1] */
  margin-left: -24px;
  /* [3] */
  font-size: 0; }
  @media (max-width: 32.49em) {
    .o-layout {
      margin-left: -12px; } }

/**
 * 1. Required in order to combine fluid widths with fixed gutters.
 * 2. Allows us to manipulate grids vertically, with text-level properties,
 *    etc.
 * 3. Default item alignment is with the tops of each other, like most
 *    traditional grid/layout systems.
 * 4. By default, all layout items are full-width (mobile first).
 * 5. Gutters provided by left padding:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 * 6. Fallback for old IEs not supporting `rem` values.
 */
.o-layout__item {
  box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 24px;
  /* [5] */
  font-size: 16px;
  /* [6] */
  font-size: 1rem; }
  @media (max-width: 32.49em) {
    .o-layout__item {
      padding-left: 12px; } }

/* Gutter size modifiers.
   ========================================================================== */
.o-layout--tiny {
  margin-left: -8px; }
  .o-layout--tiny > .o-layout__item {
    padding-left: 8px; }

.o-layout--small {
  margin-left: -16px; }
  .o-layout--small > .o-layout__item {
    padding-left: 16px; }

.o-layout--large {
  margin-left: -40px; }
  .o-layout--large > .o-layout__item {
    padding-left: 40px; }

.o-layout--huge {
  margin-left: -48px; }
  .o-layout--huge > .o-layout__item {
    padding-left: 48px; }

.o-layout--flush {
  margin-left: 0; }
  .o-layout--flush > .o-layout__item {
    padding-left: 0;
    float: left; }

/* Vertical alignment modifiers.
   ========================================================================== */
/**
 * Align all grid items to the middles of each other.
 */
.o-layout--middle > .o-layout__item {
  vertical-align: middle; }

/**
 * Align all grid items to the bottoms of each other.
 */
.o-layout--bottom > .o-layout__item {
  vertical-align: bottom; }

/* Fill order modifiers.
   ========================================================================== */
/**
 * Fill up the layout system from the centre.
 */
.o-layout--center {
  text-align: center; }
  .o-layout--center > .o-layout__item {
    text-align: left; }

/**
 * Fill up the layout system from the right-hand side.
 */
.o-layout--right {
  text-align: right; }
  .o-layout--right > .o-layout__item {
    text-align: left; }

/**
 * Fill up the layout system from the left-hand side. This will likely only be
 * needed when using in conjunction with `.o-layout--reverse`.
 */
.o-layout--left {
  text-align: left; }
  .o-layout--left > .o-layout__item {
    text-align: left; }

/**
 * Reverse the rendered order of the grid system.
 */
.o-layout--reverse {
  direction: rtl; }
  .o-layout--reverse > .o-layout__item {
    direction: ltr; }

/* Auto-widths modifier.
   ========================================================================== */
/**
 * Cause layout items to take up a non-explicit amount of width.
 */
.o-layout--auto > .o-layout__item {
  width: auto; }

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0; }

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  margin-left: 0;
  list-style: none; }

.o-list-inline__item {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0; }
  .o-list-inline__item:last-child {
    margin-right: 0; }
  .o-list-inline__item a {
    display: block; }

.o-list-menu {
  display: inline-block;
  list-style: none;
  margin-left: 0;
  margin-top: 0; }

.o-list-menu__item {
  cursor: pointer;
  margin-bottom: 0; }
  .o-list-menu__item > a, .o-list-menu__item > label {
    position: relative;
    padding: 12px 39.99984px 12px 12px;
    white-space: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #000000; }
    .o-list-menu__item > a:first-child, .o-list-menu__item > label:first-child {
      display: block;
      cursor: pointer; }
    .o-list-menu__item > a:hover, .o-list-menu__item > label:hover {
      background-color: #f5f5f5; }

.o-list-menu__item--selected a, .o-list-menu__item--selected label {
  background-color: #f5f5f5; }
  .o-list-menu__item--selected a:after, .o-list-menu__item--selected label:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%); }

/* ==========================================================================
   #CROP
   ========================================================================== */
/**
 * Provide a cropping container in order to display media (usually images)
 * cropped to certain ratios.
 *
 * 1. Set up a positioning context in which the image can sit.
 * 2. This is the crucial part: where the cropping happens.
 */
.o-crop {
  position: relative;
  /* [1] */
  display: block;
  overflow: hidden;
  /* [2] */ }

/**
 * Apply this class to the content (usually `img`) that needs cropping.
 *
 * 1. Image’s default positioning is top-left in the cropping box.
 * 2. Make sure the media doesn’t stop itself too soon.
 * 3. Works like background-position:cover. Image is filled to either 100% height or width. Need to add fallback support for IE/Edge.
 */
.o-crop__content {
  position: absolute;
  top: 0;
  /* [1] */
  left: 0;
  /* [1] */
  height: 100%;
  /* [3] */
  width: 100%;
  /* [3] */
  object-fit: cover;
  /* [3] */ }
  .o-crop--contain .o-crop__content {
    max-width: 100%;
    min-width: 100%;
    min-height: auto; }

/**
 * We can position the media in different locations within the cropping area.
 */
.o-crop__content--right {
  right: 0;
  left: auto; }

.o-crop__content--bottom {
  top: auto;
  bottom: 0; }

.o-crop__content--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* stylelint-disable */
/* Crop-ratio variants.
   ========================================================================== */
/**
 * Generate a series of crop classes to be used like so:
 *
 *   <div class="o-crop  o-crop--16:9">
 *
 */
.o-crop--2\:1 {
  padding-bottom: 50%; }

.o-crop--2\:3 {
  padding-bottom: 150%; }

.o-crop--4\:3 {
  padding-bottom: 75%; }

.o-crop--16\:9 {
  padding-bottom: 56.25%; }

.o-crop--16\:6 {
  padding-bottom: 37.5%; }

.o-crop--1\:1 {
  padding-bottom: 100%; }

/* stylelint-enable */
.o-section:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }

.o-color--white, .o-color--white > *, .o-color--white:focus {
  color: #fff; }

.o-color--white-secondary, .o-color--white-secondary > * {
  color: #bfbfbf; }

.o-color--primary {
  color: #FFD00F; }

.o-color--secondary {
  color: #E60029; }
  .o-color--secondary:hover, .o-color--secondary:focus {
    color: #b30020; }

.o-color--active {
  color: #FFD00F; }

.o-color--accent-1 {
  color: #E60029; }

.o-color--accent-2 {
  color: #67823A; }

.o-color--accent-3 {
  color: #4F758B; }

.o-color--text-primary {
  color: #333333; }

.o-color--text-secondary {
  color: gray; }

.o-color--black-disabled {
  color: #bfbfbf; }
  .o-color--black-disabled:hover {
    color: #bfbfbf; }

.o-color--black-hover {
  color: #404040; }
  .o-color--black-hover:hover {
    color: #404040; }

.o-color--gray-mid {
  color: #666666; }
  .o-color--gray-mid:hover {
    color: #666666; }

.o-text--smalltext {
  font-size: 14px;
  line-height: 16px; }
  @media (max-width: 32.49em) {
    .o-text--smalltext {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 16px; } }

.o-text--largetext {
  font-size: 20px;
  line-height: 32px; }
  @media (max-width: 32.49em) {
    .o-text--largetext {
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px; } }

.o-overlay-wrapper {
  position: relative; }
  .o-overlay-wrapper img {
    z-index: -10; }

.o-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.o-overlay--black {
  background: rgba(0, 0, 0, 0.38); }

html.modal-open, body.modal-open {
  overflow: hidden; }

.o-modal, .o-modal__overlay {
  z-index: -100000; }

.o-modal__toggle {
  cursor: pointer; }

.o-modal__toggle--hidden {
  display: none; }

.o-modal,
.o-modal__overlay {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer; }

.o-modal__close {
  position: fixed;
  right: 12px;
  top: 12px;
  z-index: 1; }
  .o-modal__close:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    cursor: pointer; }
    .o-modal__close:after:hover {
      color: #333; }
    @media (min-width: 61.25em) {
      .o-modal--full .o-modal__close:after {
        right: 24px;
        top: 24px;
        font-size: 48px; } }
    .o-modal--video .o-modal__close:after {
      color: #000000; }
      @media (min-width: 61.25em) {
        .o-modal--video .o-modal__close:after {
          color: #fff; } }
    @media (max-width: 46.24em) {
      .o-modal--photo .o-modal__close:after {
        color: #bfbfbf; }
        .o-modal--photo .o-modal__close:after:hover {
          color: #8c8c8c; } }

.o-modal {
  background-color: #fff;
  width: auto;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  cursor: auto;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  @media (min-width: 61.25em) {
    .o-modal {
      min-width: 900px;
      top: 50%;
      left: 50%;
      bottom: auto;
      right: auto;
      transform: translate(-50%, -50%);
      border-radius: 2px; } }

.o-modal.o-modal--full {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: none;
  overflow-y: scroll; }

input[type="checkbox"]:not(:checked) + label.o-modal__overlay, input[type="checkbox"]:checked + label.o-modal__overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 0;
  cursor: default; }
  input[type="checkbox"]:not(:checked) + label.o-modal__overlay:before, input[type="checkbox"]:not(:checked) + label.o-modal__overlay:after, input[type="checkbox"]:checked + label.o-modal__overlay:before, input[type="checkbox"]:checked + label.o-modal__overlay:after {
    content: '';
    border: none !important;
    background: none !important; }

.o-modal--input {
  display: none; }
  .o-modal--input.active ~ .o-modal__overlay {
    z-index: 1000;
    visibility: visible;
    opacity: 1; }
  .o-modal--input.active ~ .o-modal__container .o-modal {
    opacity: 1;
    z-index: 1010;
    visibility: visible; }

.o-modal__arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff; }
  @media (max-width: 61.24em) {
    .o-modal__arrow {
      color: #000000; } }
  @media (max-width: 46.24em) {
    .o-modal__arrow {
      color: #fff;
      top: 25%;
      transform: translateY(-25%); } }
  .o-modal__arrow:hover, .o-modal__arrow:focus {
    color: #8c8c8c; }
  .o-modal__arrow:before {
    font-family: "MaterialIcons";
    font-size: 40px; }

.o-modal.o-modal--photo .o-crop {
  background: #000000; }
@media (max-width: 46.24em) {
  .o-modal.o-modal--photo {
    max-width: 420px;
    margin: 0 auto; } }

.o-modal__arrow--prev {
  left: -48px; }
  .o-modal__arrow--prev:before {
    content: '\F141'; }
  @media (max-width: 61.24em) {
    .o-modal__arrow--prev {
      left: 0px; } }

.o-modal__arrow--next {
  right: -48px; }
  .o-modal__arrow--next:before {
    content: '\F142'; }
  @media (max-width: 61.24em) {
    .o-modal__arrow--next {
      right: 0px; } }

@media (max-width: 46.24em) {
  .o-modal__desc {
    padding: 24px 24px 24px 24px; } }
@media (min-width: 32.5em) {
  .o-modal__desc {
    padding: 24px 24px 24px 40px; } }
@media (min-width: 61.25em) {
  .o-modal__desc {
    padding: 0;
    padding-left: 24px; } }

.o-modal__tags span {
  display: block;
  margin-bottom: 8px; }

.o-text__color--link {
  color: #E60029; }
  a:hover .o-text__color--link {
    color: #b30020; }

.o-text__color--link-overlay {
  color: #FFD00F; }
  a:hover .o-text__color--link-overlay {
    color: #ffdf5c; }

/*.o-full-bleed {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  @include inuit-clearfix();
}*/
.o-heading__nav {
  font-family: "trade-gothic-cond", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  text-transform: uppercase; }

.o-heading__nav--primary {
  font-weight: bold; }

.o-spacer__bottom--huge {
  margin-bottom: 96px; }
  @media (max-width: 46.24em) {
    .o-spacer__bottom--huge {
      margin-bottom: 80px; } }

.o-spacer__top--huge {
  margin-top: 96px; }
  @media (max-width: 46.24em) {
    .o-spacer__top--huge {
      margin-top: 80px; } }

.o-spacer__bottom--large {
  margin-bottom: 48px; }
  @media (max-width: 46.24em) {
    .o-spacer__bottom--large {
      margin-bottom: 40px; } }

.o-spacer__top--large {
  margin-top: 48px; }
  @media (max-width: 46.24em) {
    .o-spacer__top--large {
      margin-top: 40px; } }

.o-spacer__bottom--small {
  margin-bottom: 24px; }

.o-spacer__top--small {
  margin-top: 24px; }

.o-spacer__bottom--tiny {
  margin-bottom: 8px; }

.o-spacer__top--tiny {
  margin-top: 8px; }

.o-form__input-container {
  position: relative;
  margin-bottom: 24px; }

.o-form__dropdown-container {
  position: relative;
  margin-bottom: 24px; }
  .o-form__dropdown-container:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    position: absolute;
    z-index: -1;
    font-size: 24px;
    top: 8px;
    right: 4px; }

/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden; }
  .o-ratio:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    /* [1] */ }

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/* stylelint-disable */
/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--16:9">
 *
 */
.o-ratio--2\:1:before {
  padding-bottom: 50%; }

.o-ratio--4\:3:before {
  padding-bottom: 75%; }

.o-ratio--16\:9:before {
  padding-bottom: 56.25%; }

/* stylelint-enable */
/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn, input[type="submit"] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font-family: "trade-gothic-cond", Helvetica, Arial, sans-serif;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 11px 24px;
  -webkit-transition: box-shadow .3s, background-color .3s;
  -moz-transition: box-shadow .3s, background-color .3s;
  -ms-transition: box-shadow .3s, background-color .3s;
  -o-transition: box-shadow .3s, background-color .3s;
  transition: box-shadow .3s, background-color .3s;
  border: solid 1px transparent;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .c-btn:hover, input[type="submit"]:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

/* Style variants
   ========================================================================== */
.c-btn--primary, input[type="submit"] {
  background-color: #000000; }
  .c-btn--primary, input[type="submit"], .c-btn--primary:hover, input[type="submit"]:hover, .c-btn--primary:active, input[type="submit"]:active, .c-btn--primary:focus, input[type="submit"]:focus {
    color: #fff; }

.c-btn--secondary {
  background-color: #FFD00F !important; }
  .c-btn--secondary, .c-btn--secondary:hover, .c-btn--secondary:active, .c-btn--secondary:focus {
    color: #000000 !important; }

.c-btn--tertiary {
  background-color: #bfbfbf;
  color: #000000; }
  .c-btn--tertiary, .c-btn--tertiary:hover, .c-btn--tertiary:active, .c-btn--tertiary:focus {
    color: #000000; }

.c-btn.c-btn--disabled, input.c-btn--disabled[type="submit"], input[type="submit"]:disabled {
  background-color: #bfbfbf;
  color: #a6a6a6; }
  .c-btn.c-btn--disabled, input.c-btn--disabled[type="submit"], input[type="submit"]:disabled, .c-btn.c-btn--disabled:hover, input.c-btn--disabled[type="submit"]:hover, input[type="submit"]:hover:disabled, .c-btn.c-btn--disabled:active, input.c-btn--disabled[type="submit"]:active, input[type="submit"]:active:disabled, .c-btn.c-btn--disabled:focus, input.c-btn--disabled[type="submit"]:focus, input[type="submit"]:focus:disabled {
    box-shadow: none; }

/* Size variants
   ========================================================================== */
.c-btn--small {
  font-size: 0.875em;
  line-height: 16px;
  padding: 4px 12px; }

.c-btn--large {
  padding: 15px 48px !important; }

.c-btn--full {
  width: 100%; }

/* Ghost buttons
   ========================================================================== */
/**
 * Ghost buttons have see-through backgrounds and are bordered.
 */
.c-btn--ghost {
  border: 1px solid #bfbfbf;
  color: #000000; }
  .c-btn--ghost:hover, .c-btn--ghost:focus {
    color: #404040; }
  .c-btn--ghost, .c-btn--ghost:hover, .c-btn--ghost:active, .c-btn--ghost:focus {
    background: none; }
  .c-btn--ghost.c-btn--small {
    padding: 7px 15px; }
  .c-btn--ghost.c-btn--large {
    padding: 23px 47px; }
  .c-btn--ghost.c-btn--primary, input.c-btn--ghost[type="submit"] {
    color: #000000; }
    .c-btn--ghost.c-btn--primary:hover, input.c-btn--ghost[type="submit"]:hover, .c-btn--ghost.c-btn--primary:focus, input.c-btn--ghost[type="submit"]:focus {
      color: #b30020; }
  .c-btn--ghost.c-btn--secondary {
    color: #000000; }
    .c-btn--ghost.c-btn--secondary:hover, .c-btn--ghost.c-btn--secondary:focus {
      color: #404040; }
  .c-btn--ghost.c-btn--tertiary {
    color: #fff; }
    .c-btn--ghost.c-btn--tertiary:hover, .c-btn--ghost.c-btn--tertiary:focus {
      color: #fff; }

/* Icon-only buttons
   ========================================================================== */
/**
 * Icon-only buttons are filled with either logos (png) or icons (vectors)
 * Icons use Material Design Icons https://materialdesignicons.com/
 */
.c-btn--icon:before {
  font-family: "MaterialIcons";
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px; }

.c-btn--icon-only {
  width: 39.9984px;
  height: 39.9984px;
  padding: 0; }

/* ==========================================================================
   #STYLEGUIDE
   ========================================================================== */
/*
These are styles which are intended to only affect stylguide components.
 */
.c-color-box {
  height: 120px;
  color: #fff;
  padding: 16px;
  margin-bottom: 48px; }

.c-color-box__primary {
  background-color: #FFD00F;
  color: #000000; }

.c-color-box__secondary {
  background-color: #E60029; }

.c-color-box__black {
  background-color: #000000; }

.c-color-box__white {
  background-color: #fff; }

.c-color-box__black-hover {
  background-color: #404040; }

.c-color-box__black-disabled {
  background-color: #bfbfbf;
  color: #000000; }

.c-color-box__gray {
  background-color: #333333; }

.c-color-box__gray-mid {
  background-color: #666666; }

.c-color-box__gray-light {
  background-color: #f5f5f5;
  color: #000000; }

.c-color-box__active {
  background-color: #FFD00F;
  color: #000000; }

.c-color-box__accent-1 {
  background-color: #E60029; }

.c-color-box__accent-2 {
  background-color: #67823A; }

.c-color-box__accent-3 {
  background-color: #4F758B; }

xmp {
  background: #f5f5f5;
  padding: 24px;
  font-size: 14px;
  margin-bottom: 24px; }

pre {
  background: #f5f5f5;
  padding: 24px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

code {
  font-family: Courier, 'New Courier', monospace;
  font-size: 12px; }

.c-shadow--1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.c-shadow--2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.c-shadow--3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.c-shadow--4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.c-shadow--5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.c-featured__item {
  position: relative; }

.c-featured__item--primary .c-featured__item-text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 24px; }
.c-featured__item--primary span {
  display: block;
  margin-bottom: 8px; }
.c-featured__item--primary h3 {
  margin-bottom: 0; }
  @media (max-width: 46.24em) {
    .c-featured__item--primary h3 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.222222222; } }
.c-featured__item--primary:hover .o-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=$color-primary, endColorstr=$color-black);
  background: -moz-linear-gradient(top, #FFD00F 0%, #000000 90%);
  background: linear-gradient(top, #FFD00F 0%, #000000 90%);
  background: -webkit-linear-gradient(top, #FFD00F 0%, #000000 90%);
  background: -o-linear-gradient(top, #FFD00F 0%, #000000 90%);
  background: -ms-linear-gradient(top, #FFD00F 0%, #000000 90%);
  background: linear-gradient(top, #FFD00F 0%, #000000 90%);
  opacity: 0.38; }

.c-featured__item--small h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.222222222; }

.c-featured__item--video span {
  margin-left: 32px; }
.c-featured__item--video .c-featured__item-text-wrapper:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "MaterialIcons";
  position: absolute;
  color: #FFD00F;
  font-size: 24px;
  top: -6px;
  margin-right: 8px; }

.c-featured__item--instagram span {
  margin-left: 32px; }
.c-featured__item--instagram .c-featured__item-text-wrapper:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "MaterialIcons";
  position: absolute;
  top: -8px;
  color: #FFD00F;
  font-size: 24px;
  margin-right: 8px; }

.c-featured__item--archive span {
  margin-left: 32px; }
.c-featured__item--archive .c-featured__item-text-wrapper:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "MaterialIcons";
  position: absolute;
  top: -8px;
  color: #FFD00F;
  font-size: 24px;
  margin-right: 8px; }

.c-promo__text-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 24px;
  margin: 24px; }
  .c-promo__text-wrapper h1 {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    color: #FFD00F; }

.c-promo__item {
  position: relative; }

.c-card__item {
  cursor: pointer; }
  .c-card__item h3 {
    margin-bottom: 0;
    color: #000000; }
    .c-card__item h3.o-color--secondary {
      color: #E60029; }
  .c-card__item p {
    color: #333333; }
  .c-card__item span {
    color: #E60029; }
    .c-card__item span a:hover {
      color: #b30020; }

.c-card__item-img-wrapper {
  margin-bottom: 8px;
  background: #ffca07;
  background: -webkit-linear-gradient(#fef236, #ffca07);
  background: -o-linear-gradient(#fef236, #ffca07);
  background: -moz-linear-gradient(#fef236, #ffca07);
  background: linear-gradient(#fef236, #ffca07); }
  .c-card__item-img-wrapper img {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }

.c-card__item:hover img {
  opacity: 0.7; }

.c-card_item-desc--half {
  padding-left: 24px !important; }
  @media (max-width: 46.24em) {
    .c-card_item-desc--half {
      padding-left: 12px !important; } }

.c-card__item--contained {
  cursor: pointer;
  padding: 16px;
  border-radius: 2px;
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  -ms-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  /* Removes shadow from buttons inside of elevated cards. */ }
  @media (pointer: fine) {
    .c-card__item--contained:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } }
  @media (pointer: coarse) {
    .c-card__item--contained.c-mouseover--selected {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } }
  .c-card__item--contained .c-btn, .c-card__item--contained input[type="submit"] {
    box-shadow: none; }

.o-section__editorial h2, .o-section__editorial p ~ h3 {
  margin-top: 48px; }
.o-section__editorial p {
  font-size: 20px;
  line-height: 36px; }
  @media (max-width: 32.49em) {
    .o-section__editorial p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5; } }
.o-section__editorial p ~ img {
  margin-top: 24px; }
.o-section__editorial img {
  margin-bottom: 48px; }

.c-pagetitle {
  position: relative; }

#page-title h1, .c-pagetitle h1 {
  margin-bottom: 0; }

.c-sidebar-menu {
  margin: 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.c-sidebar-menu__item > a {
  padding: 12px;
  background-color: #FFD00F;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
  .c-sidebar-menu__item > a:hover, .c-sidebar-menu__item > a:focus {
    background-color: #f5c500; }
.c-sidebar-menu__item:first-child > a {
  border-radius: 2px 2px 0 0; }
.c-sidebar-menu__item:last-child > a {
  border-radius: 0 0 2px 2px; }

.c-sidebar-menu__item--active > a {
  background-color: #000000;
  color: #fff; }

.c-loader,
.c-loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.c-loader {
  overflow: visible;
  padding-top: 5em;
  height: 0;
  width: 5em; }

.c-loader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #FFD00F;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

.c-loader__label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0.5em 0 0 50%;
  color: #000000;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); }

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FFD00F; }
  29% {
    background-color: #FFD00F; }
  30% {
    height: 5em;
    width: 5em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 5em;
    width: 5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FFD00F; }
  29% {
    background-color: #FFD00F; }
  30% {
    height: 5em;
    width: 5em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 5em;
    width: 5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #FFD00F; }
  29% {
    background-color: #FFD00F; }
  30% {
    height: 5em;
    width: 5em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1; }
  100% {
    height: 5em;
    width: 5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent; } }
@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }
@-moz-keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }
@keyframes loader-label {
  0% {
    opacity: 0.25; }
  30% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }
.c-alert {
  position: relative;
  padding: 8px 8px 8px 32px;
  background-color: #f5f5f5; }
  .c-alert:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 16px; }

.c-alert--success {
  background-color: #67823A;
  color: #fff; }
  .c-alert--success:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 16px; }

.c-alert--failure {
  background-color: #E60029;
  color: #fff; }

.c-alert__close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 8px;
  margin-right: 8px; }

body.open {
  overflow: hidden; }
body.open > .o-content {
  overflow: hidden; }

.c-header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -290px;
  z-index: 100;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: calc(100% - 46px);
  max-width: 290px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 61.25em) {
    .c-header {
      left: 0;
      width: 290px; } }
  @media (max-width: 61.24em) {
    .c-header.open {
      transform: translateX(100%); } }

.c-nav__logo {
  position: relative;
  display: block;
  min-width: 120px;
  width: 120px;
  margin: 48px 0;
  left: 50%;
  transform: translateX(-50%); }

.c-nav {
  vertical-align: middle; }
  .c-nav ul {
    width: 100%;
    margin-bottom: 0;
    padding: 0 40px;
    font-family: "trade-gothic-cond", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .c-nav .c-nav__menu-item {
    position: relative;
    color: black;
    margin-bottom: 24px;
    cursor: pointer; }
    @media (max-width: 32.49em) {
      .c-nav .c-nav__menu-item {
        font-size: 16px; } }
    .c-nav .c-nav__menu-item:hover, .c-nav .c-nav__menu-item:hover a {
      color: #E60029; }
    .c-nav .c-nav__menu-item a {
      display: block;
      width: 100%;
      color: #000000; }

.c-nav__primary-menu li:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "MaterialIcons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 24px; }

.c-nav__menu-item--social {
  padding: 24px 4px; }
  .c-nav__menu-item--social i {
    font-size: 24px; }

.c-nav__container, .c-nav__sub-container {
  -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1); }

.c-nav__container.push-left {
  transform: translateX(-100%); }

.c-nav__sub-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transform: translateX(100%); }
  .c-nav__sub-container.push-left {
    transform: translateX(0); }

.c-nav__back {
  cursor: pointer;
  padding: 40px;
  font-family: "trade-gothic-cond", Helvetica, Arial, sans-serif; }
  .c-nav__back:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    font-size: 16px;
    margin-right: 8px; }

.c-nav.c-nav__sub-menu {
  left: 290px; }

.c-nav__submenu-item {
  display: none; }

.c-nav__submenu-item.is-active {
  display: block; }

.c-nav__overlay {
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  z-index: 9;
  -webkit-transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1); }

.c-nav__icon {
  position: fixed;
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
  padding: 24px;
  background: #000000;
  -webkit-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 61.25em) {
    .c-nav__icon {
      display: none; } }

.c-nav__icon-spacer {
  background: #000000;
  height: 48px; }
  @media (min-width: 61.25em) {
    .c-nav__icon-spacer {
      display: none; } }

.c-nav__icon:hover .c-nav__icon-hamburger:after,
.c-nav__icon:hover .c-nav__icon-hamburger:before {
  width: 24px; }

.c-nav__icon.is-active {
  transform: translateX(290px); }
  @media (max-width: 61.24em) {
    .c-nav__icon.is-active + .c-nav__overlay {
      opacity: 1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

.c-nav__icon.is-active .c-nav__icon-hamburger {
  background: none; }

.c-nav__icon.is-active .c-nav__icon-hamburger:after,
.c-nav__icon.is-active .c-nav__icon-hamburger:before {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-nav__icon.is-active .c-nav__icon-hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-nav__icon-hamburger {
  position: relative;
  width: 24px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate(-50%, -50%); }

.c-nav__icon-hamburger:after,
.c-nav__icon-hamburger:before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 2px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.c-nav__icon-hamburger:before {
  top: -8px;
  left: 0;
  width: 22px; }

.c-nav__icon-hamburger:after {
  top: 8px;
  width: 16px;
  left: 0; }

footer ul, footer lu, footer span {
  font-size: 14px; }
footer a {
  color: #fff; }
  footer a:hover, footer a:focus {
    color: #FFD00F; }
footer .o-list-bare li {
  margin: 0; }
footer .c-icons__social--primary, footer .c-icons__social--secondary {
  width: 50%;
  text-align: center;
  float: left; }
  footer .c-icons__social--primary li, footer .c-icons__social--secondary li {
    margin-bottom: 24px; }
  @media (max-width: 61.24em) {
    footer .c-icons__social--primary, footer .c-icons__social--secondary {
      width: 100%; }
      footer .c-icons__social--primary li, footer .c-icons__social--secondary li {
        display: inline-block;
        margin-right: 24px;
        margin-bottom: 0; } }
footer .c-icons__social--primary .mdi {
  font-size: 30px; }
footer .c-icons__social--secondary .mdi {
  font-size: 20px; }

.c-background__light-gray {
  background-color: #f5f5f5; }

.c-background__black {
  background-color: #000000; }

.c-breadcrumb {
  margin-bottom: 8px; }
  @media (max-width: 46.24em) {
    .c-breadcrumb {
      display: none; } }

.c-breadcrumb__item {
  position: relative;
  padding-left: 16px;
  padding-right: 8px;
  margin-right: 0; }
  .c-breadcrumb__item:before {
    position: absolute;
    left: 0;
    content: '/';
    color: #333333; }
  .c-breadcrumb__item:first-child {
    padding-left: 0; }
    .c-breadcrumb__item:first-child:before {
      display: none; }

@media (max-width: 61.24em) {
  .c-tab__index-container {
    padding: 0;
    margin: 0;
    max-width: 100%; } }

.c-tab__container {
  position: relative;
  top: 16px;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.c-tab {
  display: table;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  height: 48px; }
  @media (max-width: 46.24em) {
    .c-tab {
      margin-bottom: 0; } }

.c-tab__container::-webkit-scrollbar {
  width: 0 !important; }

.c-tab__item {
  height: 48px;
  display: table-cell;
  color: #bfbfbf;
  padding: 0 16px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2; }
  .c-tab__item input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px; }

.c-tab__item--active, .c-tab__item input.ng-not-empty ~ span {
  color: #000000;
  border-bottom: solid 3px #FFD00F; }

.c-tab__item--short {
  font-size: 16px; }
  @media (max-width: 46.24em) {
    .c-tab__item--short {
      font-size: 14px; } }

.c-tab__item--long {
  white-space: normal;
  font-size: 14px; }
  @media (max-width: 46.24em) {
    .c-tab__item--long {
      font-size: 12px;
      min-width: 133px; } }

.c-tab__item--long.c-tab__item--active {
  min-width: 190px;
  max-width: 190px; }
  @media (max-width: 46.24em) {
    .c-tab__item--long.c-tab__item--active {
      min-width: 166px;
      max-width: 166px; } }

.c-tab__content {
  display: none; }

.c-tab__content--active {
  display: inherit; }

.c-watch__item {
  min-width: 161px;
  margin-bottom: 24px; }
  .c-watch__item .o-list-menu {
    margin-bottom: 0; }

.c-watch__item-icon {
  float: left;
  margin-right: 8px; }

.c-watch__item-text {
  float: left; }

.c-watch__item-title, .c-watch__item-desc {
  display: block; }

.c-watch__button-container .c-btn, .c-watch__button-container input[type="submit"] {
  margin-right: 24px; }
  .c-watch__button-container .c-btn:last-child, .c-watch__button-container input[type="submit"]:last-child {
    margin-right: 0; }

input.c-icon__input--search[type="search"] {
  padding: 15px 8px 15px 40px; }

.c-icon__label--search:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "MaterialIcons";
  color: #000000;
  margin-right: 8px; }

.c-dropdown__button {
  position: relative; }
  .c-dropdown__button:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    position: absolute;
    font-size: 24px;
    top: 4px;
    right: 4px; }
  .c-dropdown__button > a:hover {
    background-color: inherit; }

.c-dropdown__button--border {
  border: solid 1px gray;
  border-radius: 2px; }
  .c-dropdown__button--border > a {
    padding: 20px 39.99984px 20px 12px; }
  .c-dropdown__button--border:after {
    top: 10px; }

.c-dropdown {
  display: none;
  position: absolute;
  background: white;
  border: solid 1px #bfbfbf;
  border-radius: 2px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-height: 380px;
  overflow: auto; }
  .c-dropdown .o-list-menu__item:first-child {
    margin-top: 8px; }
  .c-dropdown .o-list-menu__item:last-child {
    margin-bottom: 8px; }

.c-dropdown--active {
  display: block;
  z-index: 200; }

.c-photo-embed__item {
  cursor: pointer; }
  @media (max-width: 61.24em) {
    .c-photo-embed__item:nth-child(n+4) {
      display: none; } }
  @media (max-width: 46.24em) {
    .c-photo-embed__item:nth-child(n+3) {
      display: none; } }
  .c-photo-embed__item.c-photo-embed__item--view-all {
    display: inline-block; }

.c-photo-embed__item--view-all h2 {
  padding: 0 12px;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto; }

.c-photo-embed__item--view-all:hover > div {
  background: #404040; }

@media (max-width: 46.24em) {
  .c-photo__filters--desktop {
    display: none; } }

.c-chip {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 8px 8px 0;
  cursor: pointer;
  padding: 4px 8px;
  transition: box-shadow 300ms ease-in-out;
  border-radius: 2px;
  border: solid 1px transparent;
  text-transform: lowercase;
  font-size: 14px;
  color: #000000;
  background: #FFD00F;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .c-chip:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    color: inherit; }
  @media (max-width: 46.24em) {
    .c-chip {
      font-size: 12px;
      line-height: 16px; } }

.c-chip--removeable, .c-chip--suggested {
  position: relative;
  padding: 4px 24px 4px 8px; }
  .c-chip--removeable:after, .c-chip--suggested:after {
    position: absolute;
    right: 4px;
    padding: 2px 0; }
    @media (max-width: 46.24em) {
      .c-chip--removeable:after, .c-chip--suggested:after {
        padding: 1px 0; } }

.c-chip--removeable:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "MaterialIcons"; }

.c-chip--suggested {
  background-color: #fff;
  border: solid 1px #bfbfbf;
  color: #a6a6a6; }
  .c-chip--suggested:hover {
    color: #a6a6a6; }
  .c-chip--suggested:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons"; }

.c-accordion, .c-page-menu {
  margin: 0;
  width: 100%; }

.c-accordion__item {
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .c-accordion__item input {
    position: absolute;
    top: -9999px;
    display: none; }
  .c-accordion__item input[type="checkbox"] + label:after {
    position: absolute;
    right: 16px;
    top: 50%;
    left: auto;
    font-size: 24px; }
  .c-accordion__item input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    opacity: 1;
    transform: translateY(-50%) scale(1); }
  .c-accordion__item input[type="checkbox"]:not(:checked) + label, .c-accordion__item input[type="checkbox"]:checked + label {
    display: block;
    padding: 16px 56px 16px 16px;
    background-color: #f5f5f5;
    -webkit-transition: background-color 100ms ease-in-out;
    -moz-transition: background-color 100ms ease-in-out;
    -ms-transition: background-color 100ms ease-in-out;
    -o-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out; }
  .c-accordion__item input[type="checkbox"]:checked + label:before, .c-accordion__item input[type="checkbox"]:not(:checked) + label:before {
    display: none; }
  .c-accordion__item input[type="checkbox"]:checked + label,
  .c-accordion__item input[type="checkbox"]:checked + label:hover {
    background-color: #FFD00F;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 2px 2px 0 0; }
  .c-accordion__item input[type="checkbox"]:checked + label:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    opacity: 1;
    transform: translateY(-50%) rotate(180deg) scale(1); }
  .c-accordion__item:last-child {
    margin-bottom: 0; }

.c-accordion__content-container {
  background: #f5f5f5;
  overflow: hidden;
  height: auto;
  max-height: 0px;
  position: relative;
  -webkit-transition: max-height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: max-height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: max-height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: max-height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 0 2px 2px; }

.c-accordion__content {
  padding: 16px; }

.c-accordion__item input[type="checkbox"]:checked ~ .c-accordion__content-container {
  height: 100%;
  max-height: 10000px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.o-content__inner.open-right {
  overflow: hidden; }

.c-filters__container {
  background: #fff;
  visibility: hidden;
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.35s; }

.c-filters__container.open-right {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.c-filters__top-menu {
  position: relative;
  height: 48px;
  margin-bottom: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 100; }

.c-filters__back {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin: 6px; }
  .c-filters__back:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    font-size: 24px; }

.c-filters__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block; }
  .c-filters__title h3 {
    margin: 0; }

.c-filters__clear {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  margin: 12px; }

.c-filters__menu-container {
  position: absolute;
  top: 48px;
  bottom: 72px;
  left: 0;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden; }

.c-filters__menu {
  background: #fff;
  position: relative;
  width: 100%; }

.c-filters__menu--top > .c-filters__menu-item > a {
  position: relative; }
  .c-filters__menu--top > .c-filters__menu-item > a:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons"; }

.c-filters__menu--sub {
  visibility: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.35s;
  z-index: 1; }
  .c-filters__menu--top > .c-filters__menu-item.open .c-filters__menu--sub {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.c-filters__menu-item {
  position: initial;
  margin-bottom: 8px; }
  .c-filters__menu-item:first-child {
    margin-top: 8px; }
  .c-filters__menu-item a {
    line-height: 1; }
    .c-filters__menu-item a:after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      font-size: 16px;
      margin-right: 12px; }

.c-filters__button-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 12px; }

.c-toggle__input + label {
  display: block;
  outline: none;
  user-select: none; }

input[type="checkbox"]:not(:checked).c-toggle__input + label, input[type="checkbox"]:checked.c-toggle__input + label {
  padding-left: 48px; }

input[type="checkbox"].c-toggle__input + label:before, input[type="checkbox"].c-toggle__input + label:after {
  display: block;
  position: absolute;
  content: ""; }
input[type="checkbox"].c-toggle__input + label:before {
  padding: 2px;
  width: 40px;
  height: 24px;
  border: 2px solid #bfbfbf;
  border-radius: 60px;
  transition: border-color 0.4s; }
input[type="checkbox"].c-toggle__input + label:after {
  top: 6px;
  left: 6px;
  bottom: 6px;
  width: 12px;
  background-color: #bfbfbf;
  border-radius: 50%;
  transition: margin 0.4s, background 0.4s; }

input[type="checkbox"]:not(:checked).c-toggle__input + label:after {
  opacity: 1;
  transform: scale(1); }

input[type="checkbox"].c-toggle__input:checked + label:before {
  border-color: #FFD00F;
  background: #FFD00F; }
input[type="checkbox"].c-toggle__input:checked + label:after {
  margin-left: 16px;
  background-color: #000000; }

input[type="checkbox"].c-toggle__input:focus:before {
  border: none;
  background: none; }

.c-mouseover__item {
  overflow: hidden;
  height: auto;
  max-height: 0px; }

.c-mouseover__container {
  position: relative; }
  @media (max-width: 46.24em) {
    .c-mouseover__container {
      height: auto !important; } }

.c-mouseover {
  position: absolute; }
  @media (max-width: 46.24em) {
    .c-mouseover {
      position: relative; } }
  .c-mouseover:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "MaterialIcons";
    color: #000000;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0); }

@media (pointer: fine) {
  .c-mouseover:hover > .c-mouseover__item {
    height: 100%;
    max-height: 10000px; }

  .c-mouseover:hover {
    z-index: 200; }
    .c-mouseover:hover:after {
      transform: translate(50%, 0) rotate(180deg); } }
@media (pointer: coarse) {
  .c-mouseover--selected > .c-mouseover__item {
    height: 100%;
    max-height: 10000px; }

  .c-mouseover--selected {
    z-index: 200; }
    .c-mouseover--selected:after {
      transform: translate(50%, 0) rotate(180deg); } }
.c-pullquote__wrapper {
  position: relative; }

.c-pullquote:before, .c-pullquote:after {
  position: absolute;
  font-size: 64px;
  color: #FFD00F; }
.c-pullquote:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "MaterialIcons";
  top: -24px;
  left: 0;
  transform: rotate(180deg); }
.c-pullquote:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "MaterialIcons";
  bottom: -64px;
  right: 0;
  transform: translateY(-50%) scale(1); }

.c-pullquote__quote {
  display: block;
  margin: 0 80px;
  font-family: "trade-gothic-cond", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 28px; }

.c-pullquote__byline {
  display: block;
  margin: 0 80px;
  text-align: right;
  font-size: 20px;
  margin-top: 8px; }

.c-hero-overlay {
  padding: 96px 0; }
  @media (max-width: 32.49em) {
    .c-hero-overlay {
      padding: 40px 0; } }

.c-page-nav__spacer {
  padding-bottom: 68px; }

.c-page-nav {
  z-index: 200;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #000000;
  border-bottom: solid 3px #FFD00F;
  display: block;
  width: 100%;
  position: fixed; }

/*Strip the ul of padding and list styling*/
.c-page-nav ul {
  list-style-type: none;
  width: 100%;
  max-width: 1088px;
  background: #000000;
  display: block;
  margin: 0 auto; }

/*Create a horizontal list with spacing*/
.c-page-nav li {
  display: inline-block;
  margin-bottom: 0;
  width: 19%;
  /*float: left;
  margin-right: 1px;*/ }

/*Style for menu links*/
.c-page-nav li a {
  display: block;
  color: #fff;
  background: #000000;
  text-decoration: none;
  padding: 22px 16px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .c-page-nav li a.active {
    background: #FFD00F;
    color: #000000; }

/*Hover state for top level links*/
.c-page-nav li:hover a {
  color: #FFD00F; }
  .c-page-nav li:hover a.active {
    color: #000000;
    background: #f5c500; }

/*Style for dropdown links*/
.c-page-nav li:hover ul a {
  background: #f3f3f3;
  color: #2f3036;
  height: 40px;
  line-height: 40px; }

/*Hover state for dropdown links*/
.c-page-nav li:hover .c-page-nav ul a:hover {
  color: #4db3ff; }

/*Hide dropdown links until they are needed*/
.c-page-nav li ul {
  display: none; }

/*Make dropdown links vertical*/
.c-page-nav li ul li {
  display: block;
  float: none; }

/*Prevent text wrapping*/
.c-page-nav li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px; }

/*Style 'show menu' label button and hide it by default*/
.c-page-nav .show-menu {
  text-decoration: none;
  color: #fff;
  background: #000000;
  text-align: center;
  padding: 20px 15px;
  display: none;
  cursor: pointer;
  text-transform: uppercase; }

.c-page-nav .show-menu span {
  padding-left: 35px; }

/*Hide checkbox*/
.c-page-nav input[type=checkbox] {
  display: none; }

/*Show menu when invisible checkbox is checked*/
.c-page-nav input[type=checkbox]:checked ~ #menu {
  display: block; }

/*Responsive Styles*/
@media (max-width: 61.24em) {
  .c-page-nav {
    border-bottom: none; }

  /*Make dropdown links appear inline*/
  .c-page-nav ul {
    position: static; }

  /*Create vertical spacing*/
  .c-page-nav li {
    font-size: 11px;
    float: left;
    width: 22%;
    position: relative;
    height: 68px; }
    .c-page-nav li:first-child {
      width: 12%;
      background: #FFD00F; }
      .c-page-nav li:first-child:after {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "MaterialIcons";
        font-size: 24px;
        color: black;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .c-page-nav li:first-child a {
        background: transparent;
        color: transparent;
        padding: 0; }

  /*Make all menu links full width*/
  .c-page-nav li a {
    width: 100%;
    padding: 0 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .c-page-nav li a.active {
      background: #000000 !important;
      color: #fff !important; }
      .c-page-nav li a.active:after {
        content: '';
        position: absolute;
        background-color: #FFD00F;
        bottom: -26px;
        left: 0;
        right: 0;
        height: 3px; }

  /*Display 'show menu' link*/
  .c-page-nav .show-menu {
    display: block; } }
a.c-tooltip {
  position: relative;
  /*this is the key*/
  z-index: 24;
  border-bottom: solid 2px #FFD00F;
  color: inherit;
  text-decoration: none; }

a.c-tooltip:hover {
  z-index: 25; }

a.c-tooltip span {
  display: none; }

a.c-tooltip:hover span {
  display: block;
  position: absolute;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 12em;
  max-width: 240px;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #333333;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }

/* ==========================================================================
   #WIDTHS
   ========================================================================== */
/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */
.u-1\/1 {
  width: 100% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-1\/2 {
  width: 50% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-2\/2 {
  width: 100% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-1\/3 {
  width: 33.3333333333% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-2\/3 {
  width: 66.6666666667% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-3\/3 {
  width: 100% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-1\/4 {
  width: 25% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-2\/4 {
  width: 50% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-3\/4 {
  width: 75% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-4\/4 {
  width: 100% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-1\/5 {
  width: 20% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-2\/5 {
  width: 40% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-3\/5 {
  width: 60% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-4\/5 {
  width: 80% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-5\/5 {
  width: 100% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-1\/6 {
  width: 16.6666666667% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-2\/6 {
  width: 33.3333333333% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-3\/6 {
  width: 50% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-4\/6 {
  width: 66.6666666667% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-5\/6 {
  width: 83.3333333333% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-6\/6 {
  width: 100% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-1\/7 {
  width: 14.2857142857% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-2\/7 {
  width: 28.5714285714% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-3\/7 {
  width: 42.8571428571% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-4\/7 {
  width: 57.1428571429% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-5\/7 {
  width: 71.4285714286% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-6\/7 {
  width: 85.7142857143% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-7\/7 {
  width: 100% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-1\/12 {
  width: 8.3333333333% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-2\/12 {
  width: 16.6666666667% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-3\/12 {
  width: 25% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-4\/12 {
  width: 33.3333333333% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-5\/12 {
  width: 41.6666666667% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-6\/12 {
  width: 50% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-7\/12 {
  width: 58.3333333333% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-8\/12 {
  width: 66.6666666667% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-9\/12 {
  width: 75% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-10\/12 {
  width: 83.3333333333% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-11\/12 {
  width: 91.6666666667% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
.u-12\/12 {
  width: 100% !important; }

/**
 * 1. Reset any leftover or conflicting `left`/`right` values.
 */
/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 32.5em) {
  .u-1\/1\@mobile {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/2\@mobile {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/2\@mobile {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/3\@mobile {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/3\@mobile {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/3\@mobile {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/4\@mobile {
    width: 25% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/4\@mobile {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/4\@mobile {
    width: 75% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/4\@mobile {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/5\@mobile {
    width: 20% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/5\@mobile {
    width: 40% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/5\@mobile {
    width: 60% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/5\@mobile {
    width: 80% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/5\@mobile {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/6\@mobile {
    width: 16.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/6\@mobile {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/6\@mobile {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/6\@mobile {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/6\@mobile {
    width: 83.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/6\@mobile {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/7\@mobile {
    width: 14.2857142857% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/7\@mobile {
    width: 28.5714285714% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/7\@mobile {
    width: 42.8571428571% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/7\@mobile {
    width: 57.1428571429% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/7\@mobile {
    width: 71.4285714286% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/7\@mobile {
    width: 85.7142857143% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-7\/7\@mobile {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/12\@mobile {
    width: 8.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/12\@mobile {
    width: 16.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/12\@mobile {
    width: 25% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/12\@mobile {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/12\@mobile {
    width: 41.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/12\@mobile {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-7\/12\@mobile {
    width: 58.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-8\/12\@mobile {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-9\/12\@mobile {
    width: 75% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-10\/12\@mobile {
    width: 83.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-11\/12\@mobile {
    width: 91.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-12\/12\@mobile {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */ }
@media (min-width: 46.25em) {
  .u-1\/1\@tablet {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/2\@tablet {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/2\@tablet {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/3\@tablet {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/3\@tablet {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/3\@tablet {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/4\@tablet {
    width: 25% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/4\@tablet {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/4\@tablet {
    width: 75% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/4\@tablet {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/5\@tablet {
    width: 20% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/5\@tablet {
    width: 40% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/5\@tablet {
    width: 60% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/5\@tablet {
    width: 80% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/5\@tablet {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/6\@tablet {
    width: 16.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/6\@tablet {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/6\@tablet {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/6\@tablet {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/6\@tablet {
    width: 83.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/6\@tablet {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/7\@tablet {
    width: 14.2857142857% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/7\@tablet {
    width: 28.5714285714% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/7\@tablet {
    width: 42.8571428571% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/7\@tablet {
    width: 57.1428571429% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/7\@tablet {
    width: 71.4285714286% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/7\@tablet {
    width: 85.7142857143% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-7\/7\@tablet {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/12\@tablet {
    width: 8.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/12\@tablet {
    width: 16.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/12\@tablet {
    width: 25% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/12\@tablet {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/12\@tablet {
    width: 41.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/12\@tablet {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-7\/12\@tablet {
    width: 58.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-8\/12\@tablet {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-9\/12\@tablet {
    width: 75% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-10\/12\@tablet {
    width: 83.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-11\/12\@tablet {
    width: 91.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-12\/12\@tablet {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */ }
@media (min-width: 61.25em) {
  .u-1\/1\@desktop {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/2\@desktop {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/2\@desktop {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/3\@desktop {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/3\@desktop {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/3\@desktop {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/4\@desktop {
    width: 25% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/4\@desktop {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/4\@desktop {
    width: 75% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/4\@desktop {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/5\@desktop {
    width: 20% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/5\@desktop {
    width: 40% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/5\@desktop {
    width: 60% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/5\@desktop {
    width: 80% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/5\@desktop {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/6\@desktop {
    width: 16.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/6\@desktop {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/6\@desktop {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/6\@desktop {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/6\@desktop {
    width: 83.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/6\@desktop {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/7\@desktop {
    width: 14.2857142857% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/7\@desktop {
    width: 28.5714285714% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/7\@desktop {
    width: 42.8571428571% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/7\@desktop {
    width: 57.1428571429% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/7\@desktop {
    width: 71.4285714286% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/7\@desktop {
    width: 85.7142857143% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-7\/7\@desktop {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/12\@desktop {
    width: 8.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/12\@desktop {
    width: 16.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/12\@desktop {
    width: 25% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/12\@desktop {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/12\@desktop {
    width: 41.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/12\@desktop {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-7\/12\@desktop {
    width: 58.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-8\/12\@desktop {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-9\/12\@desktop {
    width: 75% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-10\/12\@desktop {
    width: 83.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-11\/12\@desktop {
    width: 91.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-12\/12\@desktop {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */ }
@media (min-width: 81.25em) {
  .u-1\/1\@wide {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/2\@wide {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/2\@wide {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/3\@wide {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/3\@wide {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/3\@wide {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/4\@wide {
    width: 25% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/4\@wide {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/4\@wide {
    width: 75% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/4\@wide {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/5\@wide {
    width: 20% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/5\@wide {
    width: 40% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/5\@wide {
    width: 60% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/5\@wide {
    width: 80% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/5\@wide {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/6\@wide {
    width: 16.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/6\@wide {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/6\@wide {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/6\@wide {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/6\@wide {
    width: 83.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/6\@wide {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/7\@wide {
    width: 14.2857142857% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/7\@wide {
    width: 28.5714285714% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/7\@wide {
    width: 42.8571428571% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/7\@wide {
    width: 57.1428571429% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/7\@wide {
    width: 71.4285714286% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/7\@wide {
    width: 85.7142857143% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-7\/7\@wide {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-1\/12\@wide {
    width: 8.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-2\/12\@wide {
    width: 16.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-3\/12\@wide {
    width: 25% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-4\/12\@wide {
    width: 33.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-5\/12\@wide {
    width: 41.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-6\/12\@wide {
    width: 50% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-7\/12\@wide {
    width: 58.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-8\/12\@wide {
    width: 66.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-9\/12\@wide {
    width: 75% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-10\/12\@wide {
    width: 83.3333333333% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-11\/12\@wide {
    width: 91.6666666667% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */
  .u-12\/12\@wide {
    width: 100% !important; }

  /**
   * 1. Reset any leftover or conflicting `left`/`right` values.
   */ }
/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    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; } }
/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important; }

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important; }

