@charset "UTF-8";
/*!
Theme Name: IASTATE Theme
Theme URI: https://wordpress.theme.iastate.edu
Author: IASTATE Theme <theme@iastate.edu>
Author URI: https://www.theme.iastate.edu
Description: Iowa State University unified style
Version: 3.0.0
Tested up to: 5.6
Requires PHP: 5.6
License: Iowa State University of Science and Technology
License URI: https://www.policy.iastate.edu/softwarecopyright
Tags: one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, threaded-comments, custom-logo, custom-background
Text Domain: iastate-theme

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  /* iastate */
  --iastate-red: #c8102e;
  --iastate-gold: #f1be48;
  --iastate-dark-khaki: #524727;
  --iastate-khaki: #9b945f;
  --iastate-light-khaki: #cac7a7;
  --iastate-dark-green: #3e4827;
  --iastate-green: #76881d;
  --iastate-light-green: #a2a569;
  --iastate-dark-blue: #003d4c;
  --iastate-blue: #006ba6;
  --iastate-light-blue: #7a99ac;
  --iastate-maroon: #7c2529;
  --iastate-dark-red: #7c2529;
  --iastate-dark-orange: #9a3324;
  --iastate-orange: #be531c;
  --iastate-brown: #8b5b29;
  --iastate-tan: #b9975b;
  --iastate-light-gold: #eed484;
  --iastate-dark-warm-grey: #6e6259;
  --iastate-grey: #707372;
  --iastate-light-warm-grey: #aca39a;
  /* athletics */
  --athletics-dark-red: #822433;
  --athletics-red: #a71930;
  --athletics-gold: #fdc82f;
  --athletics-light-gold: #fada63;
  /* neutral */
  --black: #000000;
  --white: #ffffff;
  /* DEPRECATED */
  --red: #c8102e;
  --gold: #f1be48;
  --dark-khaki: #524727;
  --khaki: #9b945f;
  --light-khaki: #cac7a7;
  --dark-green: #3e4827;
  --green: #76881d;
  --light-green: #a2a569;
  --dark-blue: #003d4c;
  --blue: #006ba6;
  --light-blue: #7a99ac;
  --maroon: #7c2529;
  --dark-red: #7c2529;
  --dark-orange: #9a3324;
  --orange: #be531c;
  --brown: #8b5b29;
  --tan: #b9975b;
  --light-gold: #eed484;
  --dark-warm-grey: #6e6259;
  --grey: #707372;
  --light-warm-grey: #aca39a;
  /* adventure, DEPRECATED */
  --extra-light-blue: #9ac4dc;
  --light-grey: #f3f3f3;
  --grey: #808080;
  --grey-c: #cccccc;
  --grey-9: #999999;
  --grey-6: #666666;
  --grey-3: #333333;
}

/* iastate-red */
.iastate-red,
.text-iastate-red,
.text-iastate-red :is(h1, h2, h3, h4, h5, h6),
.link-iastate-red a,
.link-hover-iastate-red a:focus,
.link-hover-iastate-red a:hover,
a.link-iastate-red,
a.link-hover-iastate-red:focus,
a.link-hover-iastate-red:hover {
  color: #c8102e !important;
}

.bg-iastate-red,
.bg-hover-iastate-red:focus,
.bg-hover-iastate-red:hover {
  background-color: #c8102e !important;
}

.bg-iastate-red-75 {
  background-color: rgba(200, 16, 46, 0.75) !important;
}

.bg-iastate-red-50 {
  background-color: rgba(200, 16, 46, 0.5) !important;
}

.bg-iastate-red-25 {
  background-color: rgba(200, 16, 46, 0.25) !important;
}

.fill-iastate-red {
  fill: #c8102e !important;
}

.fill-iastate-red-75 {
  fill: rgba(200, 16, 46, 0.75) !important;
}

.fill-iastate-red-50 {
  fill: rgba(200, 16, 46, 0.5) !important;
}

.fill-iastate-red-25 {
  fill: rgba(200, 16, 46, 0.25) !important;
}

.border-iastate-red {
  border-color: #c8102e !important;
}

.border-iastate-red-75 {
  border-color: rgba(200, 16, 46, 0.75) !important;
}

.border-iastate-red-50 {
  border-color: rgba(200, 16, 46, 0.5) !important;
}

.border-iastate-red-25 {
  border-color: rgba(200, 16, 46, 0.25) !important;
}

.stroke-iastate-red {
  stroke: #c8102e !important;
}

.stroke-iastate-red-75 {
  stroke: rgba(200, 16, 46, 0.75) !important;
}

.stroke-iastate-red-50 {
  stroke: rgba(200, 16, 46, 0.5) !important;
}

.stroke-iastate-red-25 {
  stroke: rgba(200, 16, 46, 0.25) !important;
}

.shadow-iastate-red {
  --c: drop-shadow(10px 10px #c8102e);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-gold */
.iastate-gold,
.text-iastate-gold,
.text-iastate-gold :is(h1, h2, h3, h4, h5, h6),
.link-iastate-gold a,
.link-hover-iastate-gold a:focus,
.link-hover-iastate-gold a:hover,
a.link-iastate-gold,
a.link-hover-iastate-gold:focus,
a.link-hover-iastate-gold:hover {
  color: #f1be48 !important;
}

.bg-iastate-gold,
.bg-hover-iastate-gold:focus,
.bg-hover-iastate-gold:hover {
  background-color: #f1be48 !important;
}

.bg-iastate-gold-75 {
  background-color: rgba(241, 190, 72, 0.75) !important;
}

.bg-iastate-gold-50 {
  background-color: rgba(241, 190, 72, 0.5) !important;
}

.bg-iastate-gold-25 {
  background-color: rgba(241, 190, 72, 0.25) !important;
}

.fill-iastate-gold {
  fill: #f1be48 !important;
}

.fill-iastate-gold-75 {
  fill: rgba(241, 190, 72, 0.75) !important;
}

.fill-iastate-gold-50 {
  fill: rgba(241, 190, 72, 0.5) !important;
}

.fill-iastate-gold-25 {
  fill: rgba(241, 190, 72, 0.25) !important;
}

.border-iastate-gold {
  border-color: #f1be48 !important;
}

.border-iastate-gold-75 {
  border-color: rgba(241, 190, 72, 0.75) !important;
}

.border-iastate-gold-50 {
  border-color: rgba(241, 190, 72, 0.5) !important;
}

.border-iastate-gold-25 {
  border-color: rgba(241, 190, 72, 0.25) !important;
}

.stroke-iastate-gold {
  stroke: #f1be48 !important;
}

.stroke-iastate-gold-75 {
  stroke: rgba(241, 190, 72, 0.75) !important;
}

.stroke-iastate-gold-50 {
  stroke: rgba(241, 190, 72, 0.5) !important;
}

.stroke-iastate-gold-25 {
  stroke: rgba(241, 190, 72, 0.25) !important;
}

.shadow-iastate-gold {
  --c: drop-shadow(10px 10px #f1be48);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-dark-khaki */
.iastate-dark-khaki,
.text-iastate-dark-khaki,
.text-iastate-dark-khaki :is(h1, h2, h3, h4, h5, h6),
.link-iastate-dark-khaki a,
.link-hover-iastate-dark-khaki a:focus,
.link-hover-iastate-dark-khaki a:hover,
a.link-iastate-dark-khaki,
a.link-hover-iastate-dark-khaki:focus,
a.link-hover-iastate-dark-khaki:hover {
  color: #524727 !important;
}

.bg-iastate-dark-khaki,
.bg-hover-iastate-dark-khaki:focus,
.bg-hover-iastate-dark-khaki:hover {
  background-color: #524727 !important;
}

.bg-iastate-dark-khaki-75 {
  background-color: rgba(82, 71, 39, 0.75) !important;
}

.bg-iastate-dark-khaki-50 {
  background-color: rgba(82, 71, 39, 0.5) !important;
}

.bg-iastate-dark-khaki-25 {
  background-color: rgba(82, 71, 39, 0.25) !important;
}

.fill-iastate-dark-khaki {
  fill: #524727 !important;
}

.fill-iastate-dark-khaki-75 {
  fill: rgba(82, 71, 39, 0.75) !important;
}

.fill-iastate-dark-khaki-50 {
  fill: rgba(82, 71, 39, 0.5) !important;
}

.fill-iastate-dark-khaki-25 {
  fill: rgba(82, 71, 39, 0.25) !important;
}

.border-iastate-dark-khaki {
  border-color: #524727 !important;
}

.border-iastate-dark-khaki-75 {
  border-color: rgba(82, 71, 39, 0.75) !important;
}

.border-iastate-dark-khaki-50 {
  border-color: rgba(82, 71, 39, 0.5) !important;
}

.border-iastate-dark-khaki-25 {
  border-color: rgba(82, 71, 39, 0.25) !important;
}

.stroke-iastate-dark-khaki {
  stroke: #524727 !important;
}

.stroke-iastate-dark-khaki-75 {
  stroke: rgba(82, 71, 39, 0.75) !important;
}

.stroke-iastate-dark-khaki-50 {
  stroke: rgba(82, 71, 39, 0.5) !important;
}

.stroke-iastate-dark-khaki-25 {
  stroke: rgba(82, 71, 39, 0.25) !important;
}

.shadow-iastate-dark-khaki {
  --c: drop-shadow(10px 10px #524727);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-khaki */
.iastate-khaki,
.text-iastate-khaki,
.text-iastate-khaki :is(h1, h2, h3, h4, h5, h6),
.link-iastate-khaki a,
.link-hover-iastate-khaki a:focus,
.link-hover-iastate-khaki a:hover,
a.link-iastate-khaki,
a.link-hover-iastate-khaki:focus,
a.link-hover-iastate-khaki:hover {
  color: #9b945f !important;
}

.bg-iastate-khaki,
.bg-hover-iastate-khaki:focus,
.bg-hover-iastate-khaki:hover {
  background-color: #9b945f !important;
}

.bg-iastate-khaki-75 {
  background-color: rgba(155, 148, 95, 0.75) !important;
}

.bg-iastate-khaki-50 {
  background-color: rgba(155, 148, 95, 0.5) !important;
}

.bg-iastate-khaki-25 {
  background-color: rgba(155, 148, 95, 0.25) !important;
}

.fill-iastate-khaki {
  fill: #9b945f !important;
}

.fill-iastate-khaki-75 {
  fill: rgba(155, 148, 95, 0.75) !important;
}

.fill-iastate-khaki-50 {
  fill: rgba(155, 148, 95, 0.5) !important;
}

.fill-iastate-khaki-25 {
  fill: rgba(155, 148, 95, 0.25) !important;
}

.border-iastate-khaki {
  border-color: #9b945f !important;
}

.border-iastate-khaki-75 {
  border-color: rgba(155, 148, 95, 0.75) !important;
}

.border-iastate-khaki-50 {
  border-color: rgba(155, 148, 95, 0.5) !important;
}

.border-iastate-khaki-25 {
  border-color: rgba(155, 148, 95, 0.25) !important;
}

.stroke-iastate-khaki {
  stroke: #9b945f !important;
}

.stroke-iastate-khaki-75 {
  stroke: rgba(155, 148, 95, 0.75) !important;
}

.stroke-iastate-khaki-50 {
  stroke: rgba(155, 148, 95, 0.5) !important;
}

.stroke-iastate-khaki-25 {
  stroke: rgba(155, 148, 95, 0.25) !important;
}

.shadow-iastate-khaki {
  --c: drop-shadow(10px 10px #9b945f);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-light-khaki */
.iastate-light-khaki,
.text-iastate-light-khaki,
.text-iastate-light-khaki :is(h1, h2, h3, h4, h5, h6),
.link-iastate-light-khaki a,
.link-hover-iastate-light-khaki a:focus,
.link-hover-iastate-light-khaki a:hover,
a.link-iastate-light-khaki,
a.link-hover-iastate-light-khaki:focus,
a.link-hover-iastate-light-khaki:hover {
  color: #cac7a7 !important;
}

.bg-iastate-light-khaki,
.bg-hover-iastate-light-khaki:focus,
.bg-hover-iastate-light-khaki:hover {
  background-color: #cac7a7 !important;
}

.bg-iastate-light-khaki-75 {
  background-color: rgba(202, 199, 167, 0.75) !important;
}

.bg-iastate-light-khaki-50 {
  background-color: rgba(202, 199, 167, 0.5) !important;
}

.bg-iastate-light-khaki-25 {
  background-color: rgba(202, 199, 167, 0.25) !important;
}

.fill-iastate-light-khaki {
  fill: #cac7a7 !important;
}

.fill-iastate-light-khaki-75 {
  fill: rgba(202, 199, 167, 0.75) !important;
}

.fill-iastate-light-khaki-50 {
  fill: rgba(202, 199, 167, 0.5) !important;
}

.fill-iastate-light-khaki-25 {
  fill: rgba(202, 199, 167, 0.25) !important;
}

.border-iastate-light-khaki {
  border-color: #cac7a7 !important;
}

.border-iastate-light-khaki-75 {
  border-color: rgba(202, 199, 167, 0.75) !important;
}

.border-iastate-light-khaki-50 {
  border-color: rgba(202, 199, 167, 0.5) !important;
}

.border-iastate-light-khaki-25 {
  border-color: rgba(202, 199, 167, 0.25) !important;
}

.stroke-iastate-light-khaki {
  stroke: #cac7a7 !important;
}

.stroke-iastate-light-khaki-75 {
  stroke: rgba(202, 199, 167, 0.75) !important;
}

.stroke-iastate-light-khaki-50 {
  stroke: rgba(202, 199, 167, 0.5) !important;
}

.stroke-iastate-light-khaki-25 {
  stroke: rgba(202, 199, 167, 0.25) !important;
}

.shadow-iastate-light-khaki {
  --c: drop-shadow(10px 10px #cac7a7);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-dark-green */
.iastate-dark-green,
.text-iastate-dark-green,
.text-iastate-dark-green :is(h1, h2, h3, h4, h5, h6),
.link-iastate-dark-green a,
.link-hover-iastate-dark-green a:focus,
.link-hover-iastate-dark-green a:hover,
a.link-iastate-dark-green,
a.link-hover-iastate-dark-green:focus,
a.link-hover-iastate-dark-green:hover {
  color: #3e4827 !important;
}

.bg-iastate-dark-green,
.bg-hover-iastate-dark-green:focus,
.bg-hover-iastate-dark-green:hover {
  background-color: #3e4827 !important;
}

.bg-iastate-dark-green-75 {
  background-color: rgba(62, 72, 39, 0.75) !important;
}

.bg-iastate-dark-green-50 {
  background-color: rgba(62, 72, 39, 0.5) !important;
}

.bg-iastate-dark-green-25 {
  background-color: rgba(62, 72, 39, 0.25) !important;
}

.fill-iastate-dark-green {
  fill: #3e4827 !important;
}

.fill-iastate-dark-green-75 {
  fill: rgba(62, 72, 39, 0.75) !important;
}

.fill-iastate-dark-green-50 {
  fill: rgba(62, 72, 39, 0.5) !important;
}

.fill-iastate-dark-green-25 {
  fill: rgba(62, 72, 39, 0.25) !important;
}

.border-iastate-dark-green {
  border-color: #3e4827 !important;
}

.border-iastate-dark-green-75 {
  border-color: rgba(62, 72, 39, 0.75) !important;
}

.border-iastate-dark-green-50 {
  border-color: rgba(62, 72, 39, 0.5) !important;
}

.border-iastate-dark-green-25 {
  border-color: rgba(62, 72, 39, 0.25) !important;
}

.stroke-iastate-dark-green {
  stroke: #3e4827 !important;
}

.stroke-iastate-dark-green-75 {
  stroke: rgba(62, 72, 39, 0.75) !important;
}

.stroke-iastate-dark-green-50 {
  stroke: rgba(62, 72, 39, 0.5) !important;
}

.stroke-iastate-dark-green-25 {
  stroke: rgba(62, 72, 39, 0.25) !important;
}

.shadow-iastate-dark-green {
  --c: drop-shadow(10px 10px #3e4827);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-green */
.iastate-green,
.text-iastate-green,
.text-iastate-green :is(h1, h2, h3, h4, h5, h6),
.link-iastate-green a,
.link-hover-iastate-green a:focus,
.link-hover-iastate-green a:hover,
a.link-iastate-green,
a.link-hover-iastate-green:focus,
a.link-hover-iastate-green:hover {
  color: #76881d !important;
}

.bg-iastate-green,
.bg-hover-iastate-green:focus,
.bg-hover-iastate-green:hover {
  background-color: #76881d !important;
}

.bg-iastate-green-75 {
  background-color: rgba(118, 136, 29, 0.75) !important;
}

.bg-iastate-green-50 {
  background-color: rgba(118, 136, 29, 0.5) !important;
}

.bg-iastate-green-25 {
  background-color: rgba(118, 136, 29, 0.25) !important;
}

.fill-iastate-green {
  fill: #76881d !important;
}

.fill-iastate-green-75 {
  fill: rgba(118, 136, 29, 0.75) !important;
}

.fill-iastate-green-50 {
  fill: rgba(118, 136, 29, 0.5) !important;
}

.fill-iastate-green-25 {
  fill: rgba(118, 136, 29, 0.25) !important;
}

.border-iastate-green {
  border-color: #76881d !important;
}

.border-iastate-green-75 {
  border-color: rgba(118, 136, 29, 0.75) !important;
}

.border-iastate-green-50 {
  border-color: rgba(118, 136, 29, 0.5) !important;
}

.border-iastate-green-25 {
  border-color: rgba(118, 136, 29, 0.25) !important;
}

.stroke-iastate-green {
  stroke: #76881d !important;
}

.stroke-iastate-green-75 {
  stroke: rgba(118, 136, 29, 0.75) !important;
}

.stroke-iastate-green-50 {
  stroke: rgba(118, 136, 29, 0.5) !important;
}

.stroke-iastate-green-25 {
  stroke: rgba(118, 136, 29, 0.25) !important;
}

.shadow-iastate-green {
  --c: drop-shadow(10px 10px #76881d);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-light-green */
.iastate-light-green,
.text-iastate-light-green,
.text-iastate-light-green :is(h1, h2, h3, h4, h5, h6),
.link-iastate-light-green a,
.link-hover-iastate-light-green a:focus,
.link-hover-iastate-light-green a:hover,
a.link-iastate-light-green,
a.link-hover-iastate-light-green:focus,
a.link-hover-iastate-light-green:hover {
  color: #a2a569 !important;
}

.bg-iastate-light-green,
.bg-hover-iastate-light-green:focus,
.bg-hover-iastate-light-green:hover {
  background-color: #a2a569 !important;
}

.bg-iastate-light-green-75 {
  background-color: rgba(162, 165, 105, 0.75) !important;
}

.bg-iastate-light-green-50 {
  background-color: rgba(162, 165, 105, 0.5) !important;
}

.bg-iastate-light-green-25 {
  background-color: rgba(162, 165, 105, 0.25) !important;
}

.fill-iastate-light-green {
  fill: #a2a569 !important;
}

.fill-iastate-light-green-75 {
  fill: rgba(162, 165, 105, 0.75) !important;
}

.fill-iastate-light-green-50 {
  fill: rgba(162, 165, 105, 0.5) !important;
}

.fill-iastate-light-green-25 {
  fill: rgba(162, 165, 105, 0.25) !important;
}

.border-iastate-light-green {
  border-color: #a2a569 !important;
}

.border-iastate-light-green-75 {
  border-color: rgba(162, 165, 105, 0.75) !important;
}

.border-iastate-light-green-50 {
  border-color: rgba(162, 165, 105, 0.5) !important;
}

.border-iastate-light-green-25 {
  border-color: rgba(162, 165, 105, 0.25) !important;
}

.stroke-iastate-light-green {
  stroke: #a2a569 !important;
}

.stroke-iastate-light-green-75 {
  stroke: rgba(162, 165, 105, 0.75) !important;
}

.stroke-iastate-light-green-50 {
  stroke: rgba(162, 165, 105, 0.5) !important;
}

.stroke-iastate-light-green-25 {
  stroke: rgba(162, 165, 105, 0.25) !important;
}

.shadow-iastate-light-green {
  --c: drop-shadow(10px 10px #a2a569);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-dark-blue */
.iastate-dark-blue,
.text-iastate-dark-blue,
.text-iastate-dark-blue :is(h1, h2, h3, h4, h5, h6),
.link-iastate-dark-blue a,
.link-hover-iastate-dark-blue a:focus,
.link-hover-iastate-dark-blue a:hover,
a.link-iastate-dark-blue,
a.link-hover-iastate-dark-blue:focus,
a.link-hover-iastate-dark-blue:hover {
  color: #003d4c !important;
}

.bg-iastate-dark-blue,
.bg-hover-iastate-dark-blue:focus,
.bg-hover-iastate-dark-blue:hover {
  background-color: #003d4c !important;
}

.bg-iastate-dark-blue-75 {
  background-color: rgba(0, 61, 76, 0.75) !important;
}

.bg-iastate-dark-blue-50 {
  background-color: rgba(0, 61, 76, 0.5) !important;
}

.bg-iastate-dark-blue-25 {
  background-color: rgba(0, 61, 76, 0.25) !important;
}

.fill-iastate-dark-blue {
  fill: #003d4c !important;
}

.fill-iastate-dark-blue-75 {
  fill: rgba(0, 61, 76, 0.75) !important;
}

.fill-iastate-dark-blue-50 {
  fill: rgba(0, 61, 76, 0.5) !important;
}

.fill-iastate-dark-blue-25 {
  fill: rgba(0, 61, 76, 0.25) !important;
}

.border-iastate-dark-blue {
  border-color: #003d4c !important;
}

.border-iastate-dark-blue-75 {
  border-color: rgba(0, 61, 76, 0.75) !important;
}

.border-iastate-dark-blue-50 {
  border-color: rgba(0, 61, 76, 0.5) !important;
}

.border-iastate-dark-blue-25 {
  border-color: rgba(0, 61, 76, 0.25) !important;
}

.stroke-iastate-dark-blue {
  stroke: #003d4c !important;
}

.stroke-iastate-dark-blue-75 {
  stroke: rgba(0, 61, 76, 0.75) !important;
}

.stroke-iastate-dark-blue-50 {
  stroke: rgba(0, 61, 76, 0.5) !important;
}

.stroke-iastate-dark-blue-25 {
  stroke: rgba(0, 61, 76, 0.25) !important;
}

.shadow-iastate-dark-blue {
  --c: drop-shadow(10px 10px #003d4c);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-blue */
.iastate-blue,
.text-iastate-blue,
.text-iastate-blue :is(h1, h2, h3, h4, h5, h6),
.link-iastate-blue a,
.link-hover-iastate-blue a:focus,
.link-hover-iastate-blue a:hover,
a.link-iastate-blue,
a.link-hover-iastate-blue:focus,
a.link-hover-iastate-blue:hover {
  color: #006ba6 !important;
}

.bg-iastate-blue,
.bg-hover-iastate-blue:focus,
.bg-hover-iastate-blue:hover {
  background-color: #006ba6 !important;
}

.bg-iastate-blue-75 {
  background-color: rgba(0, 107, 166, 0.75) !important;
}

.bg-iastate-blue-50 {
  background-color: rgba(0, 107, 166, 0.5) !important;
}

.bg-iastate-blue-25 {
  background-color: rgba(0, 107, 166, 0.25) !important;
}

.fill-iastate-blue {
  fill: #006ba6 !important;
}

.fill-iastate-blue-75 {
  fill: rgba(0, 107, 166, 0.75) !important;
}

.fill-iastate-blue-50 {
  fill: rgba(0, 107, 166, 0.5) !important;
}

.fill-iastate-blue-25 {
  fill: rgba(0, 107, 166, 0.25) !important;
}

.border-iastate-blue {
  border-color: #006ba6 !important;
}

.border-iastate-blue-75 {
  border-color: rgba(0, 107, 166, 0.75) !important;
}

.border-iastate-blue-50 {
  border-color: rgba(0, 107, 166, 0.5) !important;
}

.border-iastate-blue-25 {
  border-color: rgba(0, 107, 166, 0.25) !important;
}

.stroke-iastate-blue {
  stroke: #006ba6 !important;
}

.stroke-iastate-blue-75 {
  stroke: rgba(0, 107, 166, 0.75) !important;
}

.stroke-iastate-blue-50 {
  stroke: rgba(0, 107, 166, 0.5) !important;
}

.stroke-iastate-blue-25 {
  stroke: rgba(0, 107, 166, 0.25) !important;
}

.shadow-iastate-blue {
  --c: drop-shadow(10px 10px #006ba6);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-light-blue */
.iastate-light-blue,
.text-iastate-light-blue,
.text-iastate-light-blue :is(h1, h2, h3, h4, h5, h6),
.link-iastate-light-blue a,
.link-hover-iastate-light-blue a:focus,
.link-hover-iastate-light-blue a:hover,
a.link-iastate-light-blue,
a.link-hover-iastate-light-blue:focus,
a.link-hover-iastate-light-blue:hover {
  color: #7a99ac !important;
}

.bg-iastate-light-blue,
.bg-hover-iastate-light-blue:focus,
.bg-hover-iastate-light-blue:hover {
  background-color: #7a99ac !important;
}

.bg-iastate-light-blue-75 {
  background-color: rgba(122, 153, 172, 0.75) !important;
}

.bg-iastate-light-blue-50 {
  background-color: rgba(122, 153, 172, 0.5) !important;
}

.bg-iastate-light-blue-25 {
  background-color: rgba(122, 153, 172, 0.25) !important;
}

.fill-iastate-light-blue {
  fill: #7a99ac !important;
}

.fill-iastate-light-blue-75 {
  fill: rgba(122, 153, 172, 0.75) !important;
}

.fill-iastate-light-blue-50 {
  fill: rgba(122, 153, 172, 0.5) !important;
}

.fill-iastate-light-blue-25 {
  fill: rgba(122, 153, 172, 0.25) !important;
}

.border-iastate-light-blue {
  border-color: #7a99ac !important;
}

.border-iastate-light-blue-75 {
  border-color: rgba(122, 153, 172, 0.75) !important;
}

.border-iastate-light-blue-50 {
  border-color: rgba(122, 153, 172, 0.5) !important;
}

.border-iastate-light-blue-25 {
  border-color: rgba(122, 153, 172, 0.25) !important;
}

.stroke-iastate-light-blue {
  stroke: #7a99ac !important;
}

.stroke-iastate-light-blue-75 {
  stroke: rgba(122, 153, 172, 0.75) !important;
}

.stroke-iastate-light-blue-50 {
  stroke: rgba(122, 153, 172, 0.5) !important;
}

.stroke-iastate-light-blue-25 {
  stroke: rgba(122, 153, 172, 0.25) !important;
}

.shadow-iastate-light-blue {
  --c: drop-shadow(10px 10px #7a99ac);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-maroon */
.iastate-maroon,
.text-iastate-maroon,
.text-iastate-maroon :is(h1, h2, h3, h4, h5, h6),
.link-iastate-maroon a,
.link-hover-iastate-maroon a:focus,
.link-hover-iastate-maroon a:hover,
a.link-iastate-maroon,
a.link-hover-iastate-maroon:focus,
a.link-hover-iastate-maroon:hover {
  color: #7c2529 !important;
}

.bg-iastate-maroon,
.bg-hover-iastate-maroon:focus,
.bg-hover-iastate-maroon:hover {
  background-color: #7c2529 !important;
}

.bg-iastate-maroon-75 {
  background-color: rgba(124, 37, 41, 0.75) !important;
}

.bg-iastate-maroon-50 {
  background-color: rgba(124, 37, 41, 0.5) !important;
}

.bg-iastate-maroon-25 {
  background-color: rgba(124, 37, 41, 0.25) !important;
}

.fill-iastate-maroon {
  fill: #7c2529 !important;
}

.fill-iastate-maroon-75 {
  fill: rgba(124, 37, 41, 0.75) !important;
}

.fill-iastate-maroon-50 {
  fill: rgba(124, 37, 41, 0.5) !important;
}

.fill-iastate-maroon-25 {
  fill: rgba(124, 37, 41, 0.25) !important;
}

.border-iastate-maroon {
  border-color: #7c2529 !important;
}

.border-iastate-maroon-75 {
  border-color: rgba(124, 37, 41, 0.75) !important;
}

.border-iastate-maroon-50 {
  border-color: rgba(124, 37, 41, 0.5) !important;
}

.border-iastate-maroon-25 {
  border-color: rgba(124, 37, 41, 0.25) !important;
}

.stroke-iastate-maroon {
  stroke: #7c2529 !important;
}

.stroke-iastate-maroon-75 {
  stroke: rgba(124, 37, 41, 0.75) !important;
}

.stroke-iastate-maroon-50 {
  stroke: rgba(124, 37, 41, 0.5) !important;
}

.stroke-iastate-maroon-25 {
  stroke: rgba(124, 37, 41, 0.25) !important;
}

.shadow-iastate-maroon {
  --c: drop-shadow(10px 10px #7c2529);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-dark-red */
.iastate-dark-red,
.text-iastate-dark-red,
.text-iastate-dark-red :is(h1, h2, h3, h4, h5, h6),
.link-iastate-dark-red a,
.link-hover-iastate-dark-red a:focus,
.link-hover-iastate-dark-red a:hover,
a.link-iastate-dark-red,
a.link-hover-iastate-dark-red:focus,
a.link-hover-iastate-dark-red:hover {
  color: #7c2529 !important;
}

.bg-iastate-dark-red,
.bg-hover-iastate-dark-red:focus,
.bg-hover-iastate-dark-red:hover {
  background-color: #7c2529 !important;
}

.bg-iastate-dark-red-75 {
  background-color: rgba(124, 37, 41, 0.75) !important;
}

.bg-iastate-dark-red-50 {
  background-color: rgba(124, 37, 41, 0.5) !important;
}

.bg-iastate-dark-red-25 {
  background-color: rgba(124, 37, 41, 0.25) !important;
}

.fill-iastate-dark-red {
  fill: #7c2529 !important;
}

.fill-iastate-dark-red-75 {
  fill: rgba(124, 37, 41, 0.75) !important;
}

.fill-iastate-dark-red-50 {
  fill: rgba(124, 37, 41, 0.5) !important;
}

.fill-iastate-dark-red-25 {
  fill: rgba(124, 37, 41, 0.25) !important;
}

.border-iastate-dark-red {
  border-color: #7c2529 !important;
}

.border-iastate-dark-red-75 {
  border-color: rgba(124, 37, 41, 0.75) !important;
}

.border-iastate-dark-red-50 {
  border-color: rgba(124, 37, 41, 0.5) !important;
}

.border-iastate-dark-red-25 {
  border-color: rgba(124, 37, 41, 0.25) !important;
}

.stroke-iastate-dark-red {
  stroke: #7c2529 !important;
}

.stroke-iastate-dark-red-75 {
  stroke: rgba(124, 37, 41, 0.75) !important;
}

.stroke-iastate-dark-red-50 {
  stroke: rgba(124, 37, 41, 0.5) !important;
}

.stroke-iastate-dark-red-25 {
  stroke: rgba(124, 37, 41, 0.25) !important;
}

.shadow-iastate-dark-red {
  --c: drop-shadow(10px 10px #7c2529);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-dark-orange */
.iastate-dark-orange,
.text-iastate-dark-orange,
.text-iastate-dark-orange :is(h1, h2, h3, h4, h5, h6),
.link-iastate-dark-orange a,
.link-hover-iastate-dark-orange a:focus,
.link-hover-iastate-dark-orange a:hover,
a.link-iastate-dark-orange,
a.link-hover-iastate-dark-orange:focus,
a.link-hover-iastate-dark-orange:hover {
  color: #9a3324 !important;
}

.bg-iastate-dark-orange,
.bg-hover-iastate-dark-orange:focus,
.bg-hover-iastate-dark-orange:hover {
  background-color: #9a3324 !important;
}

.bg-iastate-dark-orange-75 {
  background-color: rgba(154, 51, 36, 0.75) !important;
}

.bg-iastate-dark-orange-50 {
  background-color: rgba(154, 51, 36, 0.5) !important;
}

.bg-iastate-dark-orange-25 {
  background-color: rgba(154, 51, 36, 0.25) !important;
}

.fill-iastate-dark-orange {
  fill: #9a3324 !important;
}

.fill-iastate-dark-orange-75 {
  fill: rgba(154, 51, 36, 0.75) !important;
}

.fill-iastate-dark-orange-50 {
  fill: rgba(154, 51, 36, 0.5) !important;
}

.fill-iastate-dark-orange-25 {
  fill: rgba(154, 51, 36, 0.25) !important;
}

.border-iastate-dark-orange {
  border-color: #9a3324 !important;
}

.border-iastate-dark-orange-75 {
  border-color: rgba(154, 51, 36, 0.75) !important;
}

.border-iastate-dark-orange-50 {
  border-color: rgba(154, 51, 36, 0.5) !important;
}

.border-iastate-dark-orange-25 {
  border-color: rgba(154, 51, 36, 0.25) !important;
}

.stroke-iastate-dark-orange {
  stroke: #9a3324 !important;
}

.stroke-iastate-dark-orange-75 {
  stroke: rgba(154, 51, 36, 0.75) !important;
}

.stroke-iastate-dark-orange-50 {
  stroke: rgba(154, 51, 36, 0.5) !important;
}

.stroke-iastate-dark-orange-25 {
  stroke: rgba(154, 51, 36, 0.25) !important;
}

.shadow-iastate-dark-orange {
  --c: drop-shadow(10px 10px #9a3324);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-orange */
.iastate-orange,
.text-iastate-orange,
.text-iastate-orange :is(h1, h2, h3, h4, h5, h6),
.link-iastate-orange a,
.link-hover-iastate-orange a:focus,
.link-hover-iastate-orange a:hover,
a.link-iastate-orange,
a.link-hover-iastate-orange:focus,
a.link-hover-iastate-orange:hover {
  color: #be531c !important;
}

.bg-iastate-orange,
.bg-hover-iastate-orange:focus,
.bg-hover-iastate-orange:hover {
  background-color: #be531c !important;
}

.bg-iastate-orange-75 {
  background-color: rgba(190, 83, 28, 0.75) !important;
}

.bg-iastate-orange-50 {
  background-color: rgba(190, 83, 28, 0.5) !important;
}

.bg-iastate-orange-25 {
  background-color: rgba(190, 83, 28, 0.25) !important;
}

.fill-iastate-orange {
  fill: #be531c !important;
}

.fill-iastate-orange-75 {
  fill: rgba(190, 83, 28, 0.75) !important;
}

.fill-iastate-orange-50 {
  fill: rgba(190, 83, 28, 0.5) !important;
}

.fill-iastate-orange-25 {
  fill: rgba(190, 83, 28, 0.25) !important;
}

.border-iastate-orange {
  border-color: #be531c !important;
}

.border-iastate-orange-75 {
  border-color: rgba(190, 83, 28, 0.75) !important;
}

.border-iastate-orange-50 {
  border-color: rgba(190, 83, 28, 0.5) !important;
}

.border-iastate-orange-25 {
  border-color: rgba(190, 83, 28, 0.25) !important;
}

.stroke-iastate-orange {
  stroke: #be531c !important;
}

.stroke-iastate-orange-75 {
  stroke: rgba(190, 83, 28, 0.75) !important;
}

.stroke-iastate-orange-50 {
  stroke: rgba(190, 83, 28, 0.5) !important;
}

.stroke-iastate-orange-25 {
  stroke: rgba(190, 83, 28, 0.25) !important;
}

.shadow-iastate-orange {
  --c: drop-shadow(10px 10px #be531c);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-brown */
.iastate-brown,
.text-iastate-brown,
.text-iastate-brown :is(h1, h2, h3, h4, h5, h6),
.link-iastate-brown a,
.link-hover-iastate-brown a:focus,
.link-hover-iastate-brown a:hover,
a.link-iastate-brown,
a.link-hover-iastate-brown:focus,
a.link-hover-iastate-brown:hover {
  color: #8b5b29 !important;
}

.bg-iastate-brown,
.bg-hover-iastate-brown:focus,
.bg-hover-iastate-brown:hover {
  background-color: #8b5b29 !important;
}

.bg-iastate-brown-75 {
  background-color: rgba(139, 91, 41, 0.75) !important;
}

.bg-iastate-brown-50 {
  background-color: rgba(139, 91, 41, 0.5) !important;
}

.bg-iastate-brown-25 {
  background-color: rgba(139, 91, 41, 0.25) !important;
}

.fill-iastate-brown {
  fill: #8b5b29 !important;
}

.fill-iastate-brown-75 {
  fill: rgba(139, 91, 41, 0.75) !important;
}

.fill-iastate-brown-50 {
  fill: rgba(139, 91, 41, 0.5) !important;
}

.fill-iastate-brown-25 {
  fill: rgba(139, 91, 41, 0.25) !important;
}

.border-iastate-brown {
  border-color: #8b5b29 !important;
}

.border-iastate-brown-75 {
  border-color: rgba(139, 91, 41, 0.75) !important;
}

.border-iastate-brown-50 {
  border-color: rgba(139, 91, 41, 0.5) !important;
}

.border-iastate-brown-25 {
  border-color: rgba(139, 91, 41, 0.25) !important;
}

.stroke-iastate-brown {
  stroke: #8b5b29 !important;
}

.stroke-iastate-brown-75 {
  stroke: rgba(139, 91, 41, 0.75) !important;
}

.stroke-iastate-brown-50 {
  stroke: rgba(139, 91, 41, 0.5) !important;
}

.stroke-iastate-brown-25 {
  stroke: rgba(139, 91, 41, 0.25) !important;
}

.shadow-iastate-brown {
  --c: drop-shadow(10px 10px #8b5b29);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-tan */
.iastate-tan,
.text-iastate-tan,
.text-iastate-tan :is(h1, h2, h3, h4, h5, h6),
.link-iastate-tan a,
.link-hover-iastate-tan a:focus,
.link-hover-iastate-tan a:hover,
a.link-iastate-tan,
a.link-hover-iastate-tan:focus,
a.link-hover-iastate-tan:hover {
  color: #b9975b !important;
}

.bg-iastate-tan,
.bg-hover-iastate-tan:focus,
.bg-hover-iastate-tan:hover {
  background-color: #b9975b !important;
}

.bg-iastate-tan-75 {
  background-color: rgba(185, 151, 91, 0.75) !important;
}

.bg-iastate-tan-50 {
  background-color: rgba(185, 151, 91, 0.5) !important;
}

.bg-iastate-tan-25 {
  background-color: rgba(185, 151, 91, 0.25) !important;
}

.fill-iastate-tan {
  fill: #b9975b !important;
}

.fill-iastate-tan-75 {
  fill: rgba(185, 151, 91, 0.75) !important;
}

.fill-iastate-tan-50 {
  fill: rgba(185, 151, 91, 0.5) !important;
}

.fill-iastate-tan-25 {
  fill: rgba(185, 151, 91, 0.25) !important;
}

.border-iastate-tan {
  border-color: #b9975b !important;
}

.border-iastate-tan-75 {
  border-color: rgba(185, 151, 91, 0.75) !important;
}

.border-iastate-tan-50 {
  border-color: rgba(185, 151, 91, 0.5) !important;
}

.border-iastate-tan-25 {
  border-color: rgba(185, 151, 91, 0.25) !important;
}

.stroke-iastate-tan {
  stroke: #b9975b !important;
}

.stroke-iastate-tan-75 {
  stroke: rgba(185, 151, 91, 0.75) !important;
}

.stroke-iastate-tan-50 {
  stroke: rgba(185, 151, 91, 0.5) !important;
}

.stroke-iastate-tan-25 {
  stroke: rgba(185, 151, 91, 0.25) !important;
}

.shadow-iastate-tan {
  --c: drop-shadow(10px 10px #b9975b);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-light-gold */
.iastate-light-gold,
.text-iastate-light-gold,
.text-iastate-light-gold :is(h1, h2, h3, h4, h5, h6),
.link-iastate-light-gold a,
.link-hover-iastate-light-gold a:focus,
.link-hover-iastate-light-gold a:hover,
a.link-iastate-light-gold,
a.link-hover-iastate-light-gold:focus,
a.link-hover-iastate-light-gold:hover {
  color: #eed484 !important;
}

.bg-iastate-light-gold,
.bg-hover-iastate-light-gold:focus,
.bg-hover-iastate-light-gold:hover {
  background-color: #eed484 !important;
}

.bg-iastate-light-gold-75 {
  background-color: rgba(238, 212, 132, 0.75) !important;
}

.bg-iastate-light-gold-50 {
  background-color: rgba(238, 212, 132, 0.5) !important;
}

.bg-iastate-light-gold-25 {
  background-color: rgba(238, 212, 132, 0.25) !important;
}

.fill-iastate-light-gold {
  fill: #eed484 !important;
}

.fill-iastate-light-gold-75 {
  fill: rgba(238, 212, 132, 0.75) !important;
}

.fill-iastate-light-gold-50 {
  fill: rgba(238, 212, 132, 0.5) !important;
}

.fill-iastate-light-gold-25 {
  fill: rgba(238, 212, 132, 0.25) !important;
}

.border-iastate-light-gold {
  border-color: #eed484 !important;
}

.border-iastate-light-gold-75 {
  border-color: rgba(238, 212, 132, 0.75) !important;
}

.border-iastate-light-gold-50 {
  border-color: rgba(238, 212, 132, 0.5) !important;
}

.border-iastate-light-gold-25 {
  border-color: rgba(238, 212, 132, 0.25) !important;
}

.stroke-iastate-light-gold {
  stroke: #eed484 !important;
}

.stroke-iastate-light-gold-75 {
  stroke: rgba(238, 212, 132, 0.75) !important;
}

.stroke-iastate-light-gold-50 {
  stroke: rgba(238, 212, 132, 0.5) !important;
}

.stroke-iastate-light-gold-25 {
  stroke: rgba(238, 212, 132, 0.25) !important;
}

.shadow-iastate-light-gold {
  --c: drop-shadow(10px 10px #eed484);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-dark-warm-grey */
.iastate-dark-warm-grey,
.text-iastate-dark-warm-grey,
.text-iastate-dark-warm-grey :is(h1, h2, h3, h4, h5, h6),
.link-iastate-dark-warm-grey a,
.link-hover-iastate-dark-warm-grey a:focus,
.link-hover-iastate-dark-warm-grey a:hover,
a.link-iastate-dark-warm-grey,
a.link-hover-iastate-dark-warm-grey:focus,
a.link-hover-iastate-dark-warm-grey:hover {
  color: #6e6259 !important;
}

.bg-iastate-dark-warm-grey,
.bg-hover-iastate-dark-warm-grey:focus,
.bg-hover-iastate-dark-warm-grey:hover {
  background-color: #6e6259 !important;
}

.bg-iastate-dark-warm-grey-75 {
  background-color: rgba(110, 98, 89, 0.75) !important;
}

.bg-iastate-dark-warm-grey-50 {
  background-color: rgba(110, 98, 89, 0.5) !important;
}

.bg-iastate-dark-warm-grey-25 {
  background-color: rgba(110, 98, 89, 0.25) !important;
}

.fill-iastate-dark-warm-grey {
  fill: #6e6259 !important;
}

.fill-iastate-dark-warm-grey-75 {
  fill: rgba(110, 98, 89, 0.75) !important;
}

.fill-iastate-dark-warm-grey-50 {
  fill: rgba(110, 98, 89, 0.5) !important;
}

.fill-iastate-dark-warm-grey-25 {
  fill: rgba(110, 98, 89, 0.25) !important;
}

.border-iastate-dark-warm-grey {
  border-color: #6e6259 !important;
}

.border-iastate-dark-warm-grey-75 {
  border-color: rgba(110, 98, 89, 0.75) !important;
}

.border-iastate-dark-warm-grey-50 {
  border-color: rgba(110, 98, 89, 0.5) !important;
}

.border-iastate-dark-warm-grey-25 {
  border-color: rgba(110, 98, 89, 0.25) !important;
}

.stroke-iastate-dark-warm-grey {
  stroke: #6e6259 !important;
}

.stroke-iastate-dark-warm-grey-75 {
  stroke: rgba(110, 98, 89, 0.75) !important;
}

.stroke-iastate-dark-warm-grey-50 {
  stroke: rgba(110, 98, 89, 0.5) !important;
}

.stroke-iastate-dark-warm-grey-25 {
  stroke: rgba(110, 98, 89, 0.25) !important;
}

.shadow-iastate-dark-warm-grey {
  --c: drop-shadow(10px 10px #6e6259);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-grey */
.iastate-grey,
.text-iastate-grey,
.text-iastate-grey :is(h1, h2, h3, h4, h5, h6),
.link-iastate-grey a,
.link-hover-iastate-grey a:focus,
.link-hover-iastate-grey a:hover,
a.link-iastate-grey,
a.link-hover-iastate-grey:focus,
a.link-hover-iastate-grey:hover {
  color: #707372 !important;
}

.bg-iastate-grey,
.bg-hover-iastate-grey:focus,
.bg-hover-iastate-grey:hover {
  background-color: #707372 !important;
}

.bg-iastate-grey-75 {
  background-color: rgba(112, 115, 114, 0.75) !important;
}

.bg-iastate-grey-50 {
  background-color: rgba(112, 115, 114, 0.5) !important;
}

.bg-iastate-grey-25 {
  background-color: rgba(112, 115, 114, 0.25) !important;
}

.fill-iastate-grey {
  fill: #707372 !important;
}

.fill-iastate-grey-75 {
  fill: rgba(112, 115, 114, 0.75) !important;
}

.fill-iastate-grey-50 {
  fill: rgba(112, 115, 114, 0.5) !important;
}

.fill-iastate-grey-25 {
  fill: rgba(112, 115, 114, 0.25) !important;
}

.border-iastate-grey {
  border-color: #707372 !important;
}

.border-iastate-grey-75 {
  border-color: rgba(112, 115, 114, 0.75) !important;
}

.border-iastate-grey-50 {
  border-color: rgba(112, 115, 114, 0.5) !important;
}

.border-iastate-grey-25 {
  border-color: rgba(112, 115, 114, 0.25) !important;
}

.stroke-iastate-grey {
  stroke: #707372 !important;
}

.stroke-iastate-grey-75 {
  stroke: rgba(112, 115, 114, 0.75) !important;
}

.stroke-iastate-grey-50 {
  stroke: rgba(112, 115, 114, 0.5) !important;
}

.stroke-iastate-grey-25 {
  stroke: rgba(112, 115, 114, 0.25) !important;
}

.shadow-iastate-grey {
  --c: drop-shadow(10px 10px #707372);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* iastate-light-warm-grey */
.iastate-light-warm-grey,
.text-iastate-light-warm-grey,
.text-iastate-light-warm-grey :is(h1, h2, h3, h4, h5, h6),
.link-iastate-light-warm-grey a,
.link-hover-iastate-light-warm-grey a:focus,
.link-hover-iastate-light-warm-grey a:hover,
a.link-iastate-light-warm-grey,
a.link-hover-iastate-light-warm-grey:focus,
a.link-hover-iastate-light-warm-grey:hover {
  color: #aca39a !important;
}

.bg-iastate-light-warm-grey,
.bg-hover-iastate-light-warm-grey:focus,
.bg-hover-iastate-light-warm-grey:hover {
  background-color: #aca39a !important;
}

.bg-iastate-light-warm-grey-75 {
  background-color: rgba(172, 163, 154, 0.75) !important;
}

.bg-iastate-light-warm-grey-50 {
  background-color: rgba(172, 163, 154, 0.5) !important;
}

.bg-iastate-light-warm-grey-25 {
  background-color: rgba(172, 163, 154, 0.25) !important;
}

.fill-iastate-light-warm-grey {
  fill: #aca39a !important;
}

.fill-iastate-light-warm-grey-75 {
  fill: rgba(172, 163, 154, 0.75) !important;
}

.fill-iastate-light-warm-grey-50 {
  fill: rgba(172, 163, 154, 0.5) !important;
}

.fill-iastate-light-warm-grey-25 {
  fill: rgba(172, 163, 154, 0.25) !important;
}

.border-iastate-light-warm-grey {
  border-color: #aca39a !important;
}

.border-iastate-light-warm-grey-75 {
  border-color: rgba(172, 163, 154, 0.75) !important;
}

.border-iastate-light-warm-grey-50 {
  border-color: rgba(172, 163, 154, 0.5) !important;
}

.border-iastate-light-warm-grey-25 {
  border-color: rgba(172, 163, 154, 0.25) !important;
}

.stroke-iastate-light-warm-grey {
  stroke: #aca39a !important;
}

.stroke-iastate-light-warm-grey-75 {
  stroke: rgba(172, 163, 154, 0.75) !important;
}

.stroke-iastate-light-warm-grey-50 {
  stroke: rgba(172, 163, 154, 0.5) !important;
}

.stroke-iastate-light-warm-grey-25 {
  stroke: rgba(172, 163, 154, 0.25) !important;
}

.shadow-iastate-light-warm-grey {
  --c: drop-shadow(10px 10px #aca39a);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* athletics-dark-red */
.athletics-dark-red,
.text-athletics-dark-red,
.text-athletics-dark-red :is(h1, h2, h3, h4, h5, h6),
.link-athletics-dark-red a,
.link-hover-athletics-dark-red a:focus,
.link-hover-athletics-dark-red a:hover,
a.link-athletics-dark-red,
a.link-hover-athletics-dark-red:focus,
a.link-hover-athletics-dark-red:hover {
  color: #822433 !important;
}

.bg-athletics-dark-red,
.bg-hover-athletics-dark-red:focus,
.bg-hover-athletics-dark-red:hover {
  background-color: #822433 !important;
}

.bg-athletics-dark-red-75 {
  background-color: rgba(130, 36, 51, 0.75) !important;
}

.bg-athletics-dark-red-50 {
  background-color: rgba(130, 36, 51, 0.5) !important;
}

.bg-athletics-dark-red-25 {
  background-color: rgba(130, 36, 51, 0.25) !important;
}

.fill-athletics-dark-red {
  fill: #822433 !important;
}

.fill-athletics-dark-red-75 {
  fill: rgba(130, 36, 51, 0.75) !important;
}

.fill-athletics-dark-red-50 {
  fill: rgba(130, 36, 51, 0.5) !important;
}

.fill-athletics-dark-red-25 {
  fill: rgba(130, 36, 51, 0.25) !important;
}

.border-athletics-dark-red {
  border-color: #822433 !important;
}

.border-athletics-dark-red-75 {
  border-color: rgba(130, 36, 51, 0.75) !important;
}

.border-athletics-dark-red-50 {
  border-color: rgba(130, 36, 51, 0.5) !important;
}

.border-athletics-dark-red-25 {
  border-color: rgba(130, 36, 51, 0.25) !important;
}

.stroke-athletics-dark-red {
  stroke: #822433 !important;
}

.stroke-athletics-dark-red-75 {
  stroke: rgba(130, 36, 51, 0.75) !important;
}

.stroke-athletics-dark-red-50 {
  stroke: rgba(130, 36, 51, 0.5) !important;
}

.stroke-athletics-dark-red-25 {
  stroke: rgba(130, 36, 51, 0.25) !important;
}

.shadow-athletics-dark-red {
  --c: drop-shadow(10px 10px #822433);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* athletics-red */
.athletics-red,
.text-athletics-red,
.text-athletics-red :is(h1, h2, h3, h4, h5, h6),
.link-athletics-red a,
.link-hover-athletics-red a:focus,
.link-hover-athletics-red a:hover,
a.link-athletics-red,
a.link-hover-athletics-red:focus,
a.link-hover-athletics-red:hover {
  color: #a71930 !important;
}

.bg-athletics-red,
.bg-hover-athletics-red:focus,
.bg-hover-athletics-red:hover {
  background-color: #a71930 !important;
}

.bg-athletics-red-75 {
  background-color: rgba(167, 25, 48, 0.75) !important;
}

.bg-athletics-red-50 {
  background-color: rgba(167, 25, 48, 0.5) !important;
}

.bg-athletics-red-25 {
  background-color: rgba(167, 25, 48, 0.25) !important;
}

.fill-athletics-red {
  fill: #a71930 !important;
}

.fill-athletics-red-75 {
  fill: rgba(167, 25, 48, 0.75) !important;
}

.fill-athletics-red-50 {
  fill: rgba(167, 25, 48, 0.5) !important;
}

.fill-athletics-red-25 {
  fill: rgba(167, 25, 48, 0.25) !important;
}

.border-athletics-red {
  border-color: #a71930 !important;
}

.border-athletics-red-75 {
  border-color: rgba(167, 25, 48, 0.75) !important;
}

.border-athletics-red-50 {
  border-color: rgba(167, 25, 48, 0.5) !important;
}

.border-athletics-red-25 {
  border-color: rgba(167, 25, 48, 0.25) !important;
}

.stroke-athletics-red {
  stroke: #a71930 !important;
}

.stroke-athletics-red-75 {
  stroke: rgba(167, 25, 48, 0.75) !important;
}

.stroke-athletics-red-50 {
  stroke: rgba(167, 25, 48, 0.5) !important;
}

.stroke-athletics-red-25 {
  stroke: rgba(167, 25, 48, 0.25) !important;
}

.shadow-athletics-red {
  --c: drop-shadow(10px 10px #a71930);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* athletics-gold */
.athletics-gold,
.text-athletics-gold,
.text-athletics-gold :is(h1, h2, h3, h4, h5, h6),
.link-athletics-gold a,
.link-hover-athletics-gold a:focus,
.link-hover-athletics-gold a:hover,
a.link-athletics-gold,
a.link-hover-athletics-gold:focus,
a.link-hover-athletics-gold:hover {
  color: #fdc82f !important;
}

.bg-athletics-gold,
.bg-hover-athletics-gold:focus,
.bg-hover-athletics-gold:hover {
  background-color: #fdc82f !important;
}

.bg-athletics-gold-75 {
  background-color: rgba(253, 200, 47, 0.75) !important;
}

.bg-athletics-gold-50 {
  background-color: rgba(253, 200, 47, 0.5) !important;
}

.bg-athletics-gold-25 {
  background-color: rgba(253, 200, 47, 0.25) !important;
}

.fill-athletics-gold {
  fill: #fdc82f !important;
}

.fill-athletics-gold-75 {
  fill: rgba(253, 200, 47, 0.75) !important;
}

.fill-athletics-gold-50 {
  fill: rgba(253, 200, 47, 0.5) !important;
}

.fill-athletics-gold-25 {
  fill: rgba(253, 200, 47, 0.25) !important;
}

.border-athletics-gold {
  border-color: #fdc82f !important;
}

.border-athletics-gold-75 {
  border-color: rgba(253, 200, 47, 0.75) !important;
}

.border-athletics-gold-50 {
  border-color: rgba(253, 200, 47, 0.5) !important;
}

.border-athletics-gold-25 {
  border-color: rgba(253, 200, 47, 0.25) !important;
}

.stroke-athletics-gold {
  stroke: #fdc82f !important;
}

.stroke-athletics-gold-75 {
  stroke: rgba(253, 200, 47, 0.75) !important;
}

.stroke-athletics-gold-50 {
  stroke: rgba(253, 200, 47, 0.5) !important;
}

.stroke-athletics-gold-25 {
  stroke: rgba(253, 200, 47, 0.25) !important;
}

.shadow-athletics-gold {
  --c: drop-shadow(10px 10px #fdc82f);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* athletics-light-gold */
.athletics-light-gold,
.text-athletics-light-gold,
.text-athletics-light-gold :is(h1, h2, h3, h4, h5, h6),
.link-athletics-light-gold a,
.link-hover-athletics-light-gold a:focus,
.link-hover-athletics-light-gold a:hover,
a.link-athletics-light-gold,
a.link-hover-athletics-light-gold:focus,
a.link-hover-athletics-light-gold:hover {
  color: #fada63 !important;
}

.bg-athletics-light-gold,
.bg-hover-athletics-light-gold:focus,
.bg-hover-athletics-light-gold:hover {
  background-color: #fada63 !important;
}

.bg-athletics-light-gold-75 {
  background-color: rgba(250, 218, 99, 0.75) !important;
}

.bg-athletics-light-gold-50 {
  background-color: rgba(250, 218, 99, 0.5) !important;
}

.bg-athletics-light-gold-25 {
  background-color: rgba(250, 218, 99, 0.25) !important;
}

.fill-athletics-light-gold {
  fill: #fada63 !important;
}

.fill-athletics-light-gold-75 {
  fill: rgba(250, 218, 99, 0.75) !important;
}

.fill-athletics-light-gold-50 {
  fill: rgba(250, 218, 99, 0.5) !important;
}

.fill-athletics-light-gold-25 {
  fill: rgba(250, 218, 99, 0.25) !important;
}

.border-athletics-light-gold {
  border-color: #fada63 !important;
}

.border-athletics-light-gold-75 {
  border-color: rgba(250, 218, 99, 0.75) !important;
}

.border-athletics-light-gold-50 {
  border-color: rgba(250, 218, 99, 0.5) !important;
}

.border-athletics-light-gold-25 {
  border-color: rgba(250, 218, 99, 0.25) !important;
}

.stroke-athletics-light-gold {
  stroke: #fada63 !important;
}

.stroke-athletics-light-gold-75 {
  stroke: rgba(250, 218, 99, 0.75) !important;
}

.stroke-athletics-light-gold-50 {
  stroke: rgba(250, 218, 99, 0.5) !important;
}

.stroke-athletics-light-gold-25 {
  stroke: rgba(250, 218, 99, 0.25) !important;
}

.shadow-athletics-light-gold {
  --c: drop-shadow(10px 10px #fada63);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* black */
.black,
.color-black,
.color-black :is(h1, h2, h3, h4, h5, h6),
.text-black,
.text-black :is(h1, h2, h3, h4, h5, h6),
.link-black a,
.link-hover-black a:focus,
.link-hover-black a:hover,
a.link-black,
a.link-hover-black:focus,
a.link-hover-black:hover {
  color: #000000 !important;
}

.bg-black,
.bg-hover-black:focus,
.bg-hover-black:hover {
  background-color: #000000 !important;
}

.bg-black-75 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.fill-black {
  fill: #000000 !important;
}

.fill-black-75 {
  fill: rgba(0, 0, 0, 0.75) !important;
}

.fill-black-50 {
  fill: rgba(0, 0, 0, 0.5) !important;
}

.fill-black-25 {
  fill: rgba(0, 0, 0, 0.25) !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-black-75 {
  border-color: rgba(0, 0, 0, 0.75) !important;
}

.border-black-50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.border-black-25 {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.stroke-black {
  stroke: #000000 !important;
}

.stroke-black-75 {
  stroke: rgba(0, 0, 0, 0.75) !important;
}

.stroke-black-50 {
  stroke: rgba(0, 0, 0, 0.5) !important;
}

.stroke-black-25 {
  stroke: rgba(0, 0, 0, 0.25) !important;
}

.shadow-black {
  --c: drop-shadow(10px 10px #000000);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* white */
.white,
.color-white,
.color-white :is(h1, h2, h3, h4, h5, h6),
.text-white,
.text-white :is(h1, h2, h3, h4, h5, h6),
.link-white a,
.link-hover-white a:focus,
.link-hover-white a:hover,
a.link-white,
a.link-hover-white:focus,
a.link-hover-white:hover {
  color: #ffffff !important;
}

.bg-white,
.bg-hover-white:focus,
.bg-hover-white:hover {
  background-color: #ffffff !important;
}

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.fill-white {
  fill: #ffffff !important;
}

.fill-white-75 {
  fill: rgba(255, 255, 255, 0.75) !important;
}

.fill-white-50 {
  fill: rgba(255, 255, 255, 0.5) !important;
}

.fill-white-25 {
  fill: rgba(255, 255, 255, 0.25) !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-white-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}

.border-white-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-white-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.stroke-white {
  stroke: #ffffff !important;
}

.stroke-white-75 {
  stroke: rgba(255, 255, 255, 0.75) !important;
}

.stroke-white-50 {
  stroke: rgba(255, 255, 255, 0.5) !important;
}

.stroke-white-25 {
  stroke: rgba(255, 255, 255, 0.25) !important;
}

.shadow-white {
  --c: drop-shadow(10px 10px #ffffff);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* extra-light-blue */
.extra-light-blue,
.color-extra-light-blue,
.color-extra-light-blue :is(h1, h2, h3, h4, h5, h6),
.text-extra-light-blue,
.text-extra-light-blue :is(h1, h2, h3, h4, h5, h6),
.link-extra-light-blue a,
.link-hover-extra-light-blue a:focus,
.link-hover-extra-light-blue a:hover,
a.link-extra-light-blue,
a.link-hover-extra-light-blue:focus,
a.link-hover-extra-light-blue:hover {
  color: #9ac4dc !important;
}

.bg-extra-light-blue,
.bg-hover-extra-light-blue:focus,
.bg-hover-extra-light-blue:hover {
  background-color: #9ac4dc !important;
}

.bg-extra-light-blue-75 {
  background-color: rgba(154, 196, 220, 0.75) !important;
}

.bg-extra-light-blue-50 {
  background-color: rgba(154, 196, 220, 0.5) !important;
}

.bg-extra-light-blue-25 {
  background-color: rgba(154, 196, 220, 0.25) !important;
}

.fill-extra-light-blue {
  fill: #9ac4dc !important;
}

.fill-extra-light-blue-75 {
  fill: rgba(154, 196, 220, 0.75) !important;
}

.fill-extra-light-blue-50 {
  fill: rgba(154, 196, 220, 0.5) !important;
}

.fill-extra-light-blue-25 {
  fill: rgba(154, 196, 220, 0.25) !important;
}

.border-extra-light-blue {
  border-color: #9ac4dc !important;
}

.border-extra-light-blue-75 {
  border-color: rgba(154, 196, 220, 0.75) !important;
}

.border-extra-light-blue-50 {
  border-color: rgba(154, 196, 220, 0.5) !important;
}

.border-extra-light-blue-25 {
  border-color: rgba(154, 196, 220, 0.25) !important;
}

.stroke-extra-light-blue {
  stroke: #9ac4dc !important;
}

.stroke-extra-light-blue-75 {
  stroke: rgba(154, 196, 220, 0.75) !important;
}

.stroke-extra-light-blue-50 {
  stroke: rgba(154, 196, 220, 0.5) !important;
}

.stroke-extra-light-blue-25 {
  stroke: rgba(154, 196, 220, 0.25) !important;
}

.shadow-extra-light-blue {
  --c: drop-shadow(10px 10px #9ac4dc);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* light-grey */
.light-grey,
.color-light-grey,
.color-light-grey :is(h1, h2, h3, h4, h5, h6),
.text-light-grey,
.text-light-grey :is(h1, h2, h3, h4, h5, h6),
.link-light-grey a,
.link-hover-light-grey a:focus,
.link-hover-light-grey a:hover,
a.link-light-grey,
a.link-hover-light-grey:focus,
a.link-hover-light-grey:hover {
  color: #f3f3f3 !important;
}

.bg-light-grey,
.bg-hover-light-grey:focus,
.bg-hover-light-grey:hover {
  background-color: #f3f3f3 !important;
}

.bg-light-grey-75 {
  background-color: rgba(243, 243, 243, 0.75) !important;
}

.bg-light-grey-50 {
  background-color: rgba(243, 243, 243, 0.5) !important;
}

.bg-light-grey-25 {
  background-color: rgba(243, 243, 243, 0.25) !important;
}

.fill-light-grey {
  fill: #f3f3f3 !important;
}

.fill-light-grey-75 {
  fill: rgba(243, 243, 243, 0.75) !important;
}

.fill-light-grey-50 {
  fill: rgba(243, 243, 243, 0.5) !important;
}

.fill-light-grey-25 {
  fill: rgba(243, 243, 243, 0.25) !important;
}

.border-light-grey {
  border-color: #f3f3f3 !important;
}

.border-light-grey-75 {
  border-color: rgba(243, 243, 243, 0.75) !important;
}

.border-light-grey-50 {
  border-color: rgba(243, 243, 243, 0.5) !important;
}

.border-light-grey-25 {
  border-color: rgba(243, 243, 243, 0.25) !important;
}

.stroke-light-grey {
  stroke: #f3f3f3 !important;
}

.stroke-light-grey-75 {
  stroke: rgba(243, 243, 243, 0.75) !important;
}

.stroke-light-grey-50 {
  stroke: rgba(243, 243, 243, 0.5) !important;
}

.stroke-light-grey-25 {
  stroke: rgba(243, 243, 243, 0.25) !important;
}

.shadow-light-grey {
  --c: drop-shadow(10px 10px #f3f3f3);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* grey */
.grey,
.color-grey,
.color-grey :is(h1, h2, h3, h4, h5, h6),
.text-grey,
.text-grey :is(h1, h2, h3, h4, h5, h6),
.link-grey a,
.link-hover-grey a:focus,
.link-hover-grey a:hover,
a.link-grey,
a.link-hover-grey:focus,
a.link-hover-grey:hover {
  color: #808080 !important;
}

.bg-grey,
.bg-hover-grey:focus,
.bg-hover-grey:hover {
  background-color: #808080 !important;
}

.bg-grey-75 {
  background-color: rgba(128, 128, 128, 0.75) !important;
}

.bg-grey-50 {
  background-color: rgba(128, 128, 128, 0.5) !important;
}

.bg-grey-25 {
  background-color: rgba(128, 128, 128, 0.25) !important;
}

.fill-grey {
  fill: #808080 !important;
}

.fill-grey-75 {
  fill: rgba(128, 128, 128, 0.75) !important;
}

.fill-grey-50 {
  fill: rgba(128, 128, 128, 0.5) !important;
}

.fill-grey-25 {
  fill: rgba(128, 128, 128, 0.25) !important;
}

.border-grey {
  border-color: #808080 !important;
}

.border-grey-75 {
  border-color: rgba(128, 128, 128, 0.75) !important;
}

.border-grey-50 {
  border-color: rgba(128, 128, 128, 0.5) !important;
}

.border-grey-25 {
  border-color: rgba(128, 128, 128, 0.25) !important;
}

.stroke-grey {
  stroke: #808080 !important;
}

.stroke-grey-75 {
  stroke: rgba(128, 128, 128, 0.75) !important;
}

.stroke-grey-50 {
  stroke: rgba(128, 128, 128, 0.5) !important;
}

.stroke-grey-25 {
  stroke: rgba(128, 128, 128, 0.25) !important;
}

.shadow-grey {
  --c: drop-shadow(10px 10px #808080);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* grey-c */
.grey-c,
.color-grey-c,
.color-grey-c :is(h1, h2, h3, h4, h5, h6),
.text-grey-c,
.text-grey-c :is(h1, h2, h3, h4, h5, h6),
.link-grey-c a,
.link-hover-grey-c a:focus,
.link-hover-grey-c a:hover,
a.link-grey-c,
a.link-hover-grey-c:focus,
a.link-hover-grey-c:hover {
  color: #cccccc !important;
}

.bg-grey-c,
.bg-hover-grey-c:focus,
.bg-hover-grey-c:hover {
  background-color: #cccccc !important;
}

.bg-grey-c-75 {
  background-color: rgba(204, 204, 204, 0.75) !important;
}

.bg-grey-c-50 {
  background-color: rgba(204, 204, 204, 0.5) !important;
}

.bg-grey-c-25 {
  background-color: rgba(204, 204, 204, 0.25) !important;
}

.fill-grey-c {
  fill: #cccccc !important;
}

.fill-grey-c-75 {
  fill: rgba(204, 204, 204, 0.75) !important;
}

.fill-grey-c-50 {
  fill: rgba(204, 204, 204, 0.5) !important;
}

.fill-grey-c-25 {
  fill: rgba(204, 204, 204, 0.25) !important;
}

.border-grey-c {
  border-color: #cccccc !important;
}

.border-grey-c-75 {
  border-color: rgba(204, 204, 204, 0.75) !important;
}

.border-grey-c-50 {
  border-color: rgba(204, 204, 204, 0.5) !important;
}

.border-grey-c-25 {
  border-color: rgba(204, 204, 204, 0.25) !important;
}

.stroke-grey-c {
  stroke: #cccccc !important;
}

.stroke-grey-c-75 {
  stroke: rgba(204, 204, 204, 0.75) !important;
}

.stroke-grey-c-50 {
  stroke: rgba(204, 204, 204, 0.5) !important;
}

.stroke-grey-c-25 {
  stroke: rgba(204, 204, 204, 0.25) !important;
}

.shadow-grey-c {
  --c: drop-shadow(10px 10px #cccccc);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* grey-9 */
.grey-9,
.color-grey-9,
.color-grey-9 :is(h1, h2, h3, h4, h5, h6),
.text-grey-9,
.text-grey-9 :is(h1, h2, h3, h4, h5, h6),
.link-grey-9 a,
.link-hover-grey-9 a:focus,
.link-hover-grey-9 a:hover,
a.link-grey-9,
a.link-hover-grey-9:focus,
a.link-hover-grey-9:hover {
  color: #999999 !important;
}

.bg-grey-9,
.bg-hover-grey-9:focus,
.bg-hover-grey-9:hover {
  background-color: #999999 !important;
}

.bg-grey-9-75 {
  background-color: rgba(153, 153, 153, 0.75) !important;
}

.bg-grey-9-50 {
  background-color: rgba(153, 153, 153, 0.5) !important;
}

.bg-grey-9-25 {
  background-color: rgba(153, 153, 153, 0.25) !important;
}

.fill-grey-9 {
  fill: #999999 !important;
}

.fill-grey-9-75 {
  fill: rgba(153, 153, 153, 0.75) !important;
}

.fill-grey-9-50 {
  fill: rgba(153, 153, 153, 0.5) !important;
}

.fill-grey-9-25 {
  fill: rgba(153, 153, 153, 0.25) !important;
}

.border-grey-9 {
  border-color: #999999 !important;
}

.border-grey-9-75 {
  border-color: rgba(153, 153, 153, 0.75) !important;
}

.border-grey-9-50 {
  border-color: rgba(153, 153, 153, 0.5) !important;
}

.border-grey-9-25 {
  border-color: rgba(153, 153, 153, 0.25) !important;
}

.stroke-grey-9 {
  stroke: #999999 !important;
}

.stroke-grey-9-75 {
  stroke: rgba(153, 153, 153, 0.75) !important;
}

.stroke-grey-9-50 {
  stroke: rgba(153, 153, 153, 0.5) !important;
}

.stroke-grey-9-25 {
  stroke: rgba(153, 153, 153, 0.25) !important;
}

.shadow-grey-9 {
  --c: drop-shadow(10px 10px #999999);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* grey-6 */
.grey-6,
.color-grey-6,
.color-grey-6 :is(h1, h2, h3, h4, h5, h6),
.text-grey-6,
.text-grey-6 :is(h1, h2, h3, h4, h5, h6),
.link-grey-6 a,
.link-hover-grey-6 a:focus,
.link-hover-grey-6 a:hover,
a.link-grey-6,
a.link-hover-grey-6:focus,
a.link-hover-grey-6:hover {
  color: #666666 !important;
}

.bg-grey-6,
.bg-hover-grey-6:focus,
.bg-hover-grey-6:hover {
  background-color: #666666 !important;
}

.bg-grey-6-75 {
  background-color: rgba(102, 102, 102, 0.75) !important;
}

.bg-grey-6-50 {
  background-color: rgba(102, 102, 102, 0.5) !important;
}

.bg-grey-6-25 {
  background-color: rgba(102, 102, 102, 0.25) !important;
}

.fill-grey-6 {
  fill: #666666 !important;
}

.fill-grey-6-75 {
  fill: rgba(102, 102, 102, 0.75) !important;
}

.fill-grey-6-50 {
  fill: rgba(102, 102, 102, 0.5) !important;
}

.fill-grey-6-25 {
  fill: rgba(102, 102, 102, 0.25) !important;
}

.border-grey-6 {
  border-color: #666666 !important;
}

.border-grey-6-75 {
  border-color: rgba(102, 102, 102, 0.75) !important;
}

.border-grey-6-50 {
  border-color: rgba(102, 102, 102, 0.5) !important;
}

.border-grey-6-25 {
  border-color: rgba(102, 102, 102, 0.25) !important;
}

.stroke-grey-6 {
  stroke: #666666 !important;
}

.stroke-grey-6-75 {
  stroke: rgba(102, 102, 102, 0.75) !important;
}

.stroke-grey-6-50 {
  stroke: rgba(102, 102, 102, 0.5) !important;
}

.stroke-grey-6-25 {
  stroke: rgba(102, 102, 102, 0.25) !important;
}

.shadow-grey-6 {
  --c: drop-shadow(10px 10px #666666);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* grey-3 */
.grey-3,
.color-grey-3,
.color-grey-3 :is(h1, h2, h3, h4, h5, h6),
.text-grey-3,
.text-grey-3 :is(h1, h2, h3, h4, h5, h6),
.link-grey-3 a,
.link-hover-grey-3 a:focus,
.link-hover-grey-3 a:hover,
a.link-grey-3,
a.link-hover-grey-3:focus,
a.link-hover-grey-3:hover {
  color: #333333 !important;
}

.bg-grey-3,
.bg-hover-grey-3:focus,
.bg-hover-grey-3:hover {
  background-color: #333333 !important;
}

.bg-grey-3-75 {
  background-color: rgba(51, 51, 51, 0.75) !important;
}

.bg-grey-3-50 {
  background-color: rgba(51, 51, 51, 0.5) !important;
}

.bg-grey-3-25 {
  background-color: rgba(51, 51, 51, 0.25) !important;
}

.fill-grey-3 {
  fill: #333333 !important;
}

.fill-grey-3-75 {
  fill: rgba(51, 51, 51, 0.75) !important;
}

.fill-grey-3-50 {
  fill: rgba(51, 51, 51, 0.5) !important;
}

.fill-grey-3-25 {
  fill: rgba(51, 51, 51, 0.25) !important;
}

.border-grey-3 {
  border-color: #333333 !important;
}

.border-grey-3-75 {
  border-color: rgba(51, 51, 51, 0.75) !important;
}

.border-grey-3-50 {
  border-color: rgba(51, 51, 51, 0.5) !important;
}

.border-grey-3-25 {
  border-color: rgba(51, 51, 51, 0.25) !important;
}

.stroke-grey-3 {
  stroke: #333333 !important;
}

.stroke-grey-3-75 {
  stroke: rgba(51, 51, 51, 0.75) !important;
}

.stroke-grey-3-50 {
  stroke: rgba(51, 51, 51, 0.5) !important;
}

.stroke-grey-3-25 {
  stroke: rgba(51, 51, 51, 0.25) !important;
}

.shadow-grey-3 {
  --c: drop-shadow(10px 10px #333333);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* transparent */
.transparent,
.text-transparent {
  color: rgba(0, 0, 0, 0) !important;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.fill-transparent {
  fill: rgba(0, 0, 0, 0) !important;
}

.border-transparent {
  border-color: rgba(0, 0, 0, 0) !important;
}

.stroke-transparent {
  stroke: rgba(0, 0, 0, 0) !important;
}

/* trans */
.trans,
.text-trans {
  color: rgba(0, 0, 0, 0) !important;
}

.bg-trans {
  background-color: rgba(0, 0, 0, 0) !important;
}

.fill-trans {
  fill: rgba(0, 0, 0, 0) !important;
}

.border-trans {
  border-color: rgba(0, 0, 0, 0) !important;
}

.stroke-trans {
  stroke: rgba(0, 0, 0, 0) !important;
}

/* red (DEPRECATED) */
.red,
.color-red,
.color-red :is(h1, h2, h3, h4, h5, h6),
.text-red {
  color: #c8102e !important;
}

.bg-red {
  background-color: #c8102e !important;
}

.fill-red {
  fill: #c8102e !important;
}

.border-red {
  border-color: #c8102e !important;
}

.stroke-red {
  stroke: #c8102e !important;
}

.shadow-red {
  --c: drop-shadow(10px 10px #c8102e);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* gold (DEPRECATED) */
.gold,
.color-gold,
.color-gold :is(h1, h2, h3, h4, h5, h6),
.text-gold {
  color: #f1be48 !important;
}

.bg-gold {
  background-color: #f1be48 !important;
}

.fill-gold {
  fill: #f1be48 !important;
}

.border-gold {
  border-color: #f1be48 !important;
}

.stroke-gold {
  stroke: #f1be48 !important;
}

.shadow-gold {
  --c: drop-shadow(10px 10px #f1be48);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* dark-khaki (DEPRECATED) */
.dark-khaki,
.color-dark-khaki,
.color-dark-khaki :is(h1, h2, h3, h4, h5, h6),
.text-dark-khaki {
  color: #524727 !important;
}

.bg-dark-khaki {
  background-color: #524727 !important;
}

.fill-dark-khaki {
  fill: #524727 !important;
}

.border-dark-khaki {
  border-color: #524727 !important;
}

.stroke-dark-khaki {
  stroke: #524727 !important;
}

.shadow-dark-khaki {
  --c: drop-shadow(10px 10px #524727);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* khaki (DEPRECATED) */
.khaki,
.color-khaki,
.color-khaki :is(h1, h2, h3, h4, h5, h6),
.text-khaki {
  color: #9b945f !important;
}

.bg-khaki {
  background-color: #9b945f !important;
}

.fill-khaki {
  fill: #9b945f !important;
}

.border-khaki {
  border-color: #9b945f !important;
}

.stroke-khaki {
  stroke: #9b945f !important;
}

.shadow-khaki {
  --c: drop-shadow(10px 10px #9b945f);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* light-khaki (DEPRECATED) */
.light-khaki,
.color-light-khaki,
.color-light-khaki :is(h1, h2, h3, h4, h5, h6),
.text-light-khaki {
  color: #cac7a7 !important;
}

.bg-light-khaki {
  background-color: #cac7a7 !important;
}

.fill-light-khaki {
  fill: #cac7a7 !important;
}

.border-light-khaki {
  border-color: #cac7a7 !important;
}

.stroke-light-khaki {
  stroke: #cac7a7 !important;
}

.shadow-light-khaki {
  --c: drop-shadow(10px 10px #cac7a7);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* dark-green (DEPRECATED) */
.dark-green,
.color-dark-green,
.color-dark-green :is(h1, h2, h3, h4, h5, h6),
.text-dark-green {
  color: #3e4827 !important;
}

.bg-dark-green {
  background-color: #3e4827 !important;
}

.fill-dark-green {
  fill: #3e4827 !important;
}

.border-dark-green {
  border-color: #3e4827 !important;
}

.stroke-dark-green {
  stroke: #3e4827 !important;
}

.shadow-dark-green {
  --c: drop-shadow(10px 10px #3e4827);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* green (DEPRECATED) */
.green,
.color-green,
.color-green :is(h1, h2, h3, h4, h5, h6),
.text-green {
  color: #76881d !important;
}

.bg-green {
  background-color: #76881d !important;
}

.fill-green {
  fill: #76881d !important;
}

.border-green {
  border-color: #76881d !important;
}

.stroke-green {
  stroke: #76881d !important;
}

.shadow-green {
  --c: drop-shadow(10px 10px #76881d);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* light-green (DEPRECATED) */
.light-green,
.color-light-green,
.color-light-green :is(h1, h2, h3, h4, h5, h6),
.text-light-green {
  color: #a2a569 !important;
}

.bg-light-green {
  background-color: #a2a569 !important;
}

.fill-light-green {
  fill: #a2a569 !important;
}

.border-light-green {
  border-color: #a2a569 !important;
}

.stroke-light-green {
  stroke: #a2a569 !important;
}

.shadow-light-green {
  --c: drop-shadow(10px 10px #a2a569);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* dark-blue (DEPRECATED) */
.dark-blue,
.color-dark-blue,
.color-dark-blue :is(h1, h2, h3, h4, h5, h6),
.text-dark-blue {
  color: #003d4c !important;
}

.bg-dark-blue {
  background-color: #003d4c !important;
}

.fill-dark-blue {
  fill: #003d4c !important;
}

.border-dark-blue {
  border-color: #003d4c !important;
}

.stroke-dark-blue {
  stroke: #003d4c !important;
}

.shadow-dark-blue {
  --c: drop-shadow(10px 10px #003d4c);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* blue (DEPRECATED) */
.blue,
.color-blue,
.color-blue :is(h1, h2, h3, h4, h5, h6),
.text-blue {
  color: #006ba6 !important;
}

.bg-blue {
  background-color: #006ba6 !important;
}

.fill-blue {
  fill: #006ba6 !important;
}

.border-blue {
  border-color: #006ba6 !important;
}

.stroke-blue {
  stroke: #006ba6 !important;
}

.shadow-blue {
  --c: drop-shadow(10px 10px #006ba6);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* light-blue (DEPRECATED) */
.light-blue,
.color-light-blue,
.color-light-blue :is(h1, h2, h3, h4, h5, h6),
.text-light-blue {
  color: #7a99ac !important;
}

.bg-light-blue {
  background-color: #7a99ac !important;
}

.fill-light-blue {
  fill: #7a99ac !important;
}

.border-light-blue {
  border-color: #7a99ac !important;
}

.stroke-light-blue {
  stroke: #7a99ac !important;
}

.shadow-light-blue {
  --c: drop-shadow(10px 10px #7a99ac);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* maroon (DEPRECATED) */
.maroon,
.color-maroon,
.color-maroon :is(h1, h2, h3, h4, h5, h6),
.text-maroon {
  color: #7c2529 !important;
}

.bg-maroon {
  background-color: #7c2529 !important;
}

.fill-maroon {
  fill: #7c2529 !important;
}

.border-maroon {
  border-color: #7c2529 !important;
}

.stroke-maroon {
  stroke: #7c2529 !important;
}

.shadow-maroon {
  --c: drop-shadow(10px 10px #7c2529);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* dark-red (DEPRECATED) */
.dark-red,
.color-dark-red,
.color-dark-red :is(h1, h2, h3, h4, h5, h6),
.text-dark-red {
  color: #7c2529 !important;
}

.bg-dark-red {
  background-color: #7c2529 !important;
}

.fill-dark-red {
  fill: #7c2529 !important;
}

.border-dark-red {
  border-color: #7c2529 !important;
}

.stroke-dark-red {
  stroke: #7c2529 !important;
}

.shadow-dark-red {
  --c: drop-shadow(10px 10px #7c2529);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* dark-orange (DEPRECATED) */
.dark-orange,
.color-dark-orange,
.color-dark-orange :is(h1, h2, h3, h4, h5, h6),
.text-dark-orange {
  color: #9a3324 !important;
}

.bg-dark-orange {
  background-color: #9a3324 !important;
}

.fill-dark-orange {
  fill: #9a3324 !important;
}

.border-dark-orange {
  border-color: #9a3324 !important;
}

.stroke-dark-orange {
  stroke: #9a3324 !important;
}

.shadow-dark-orange {
  --c: drop-shadow(10px 10px #9a3324);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* orange (DEPRECATED) */
.orange,
.color-orange,
.color-orange :is(h1, h2, h3, h4, h5, h6),
.text-orange {
  color: #be531c !important;
}

.bg-orange {
  background-color: #be531c !important;
}

.fill-orange {
  fill: #be531c !important;
}

.border-orange {
  border-color: #be531c !important;
}

.stroke-orange {
  stroke: #be531c !important;
}

.shadow-orange {
  --c: drop-shadow(10px 10px #be531c);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* brown (DEPRECATED) */
.brown,
.color-brown,
.color-brown :is(h1, h2, h3, h4, h5, h6),
.text-brown {
  color: #8b5b29 !important;
}

.bg-brown {
  background-color: #8b5b29 !important;
}

.fill-brown {
  fill: #8b5b29 !important;
}

.border-brown {
  border-color: #8b5b29 !important;
}

.stroke-brown {
  stroke: #8b5b29 !important;
}

.shadow-brown {
  --c: drop-shadow(10px 10px #8b5b29);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* tan (DEPRECATED) */
.tan,
.color-tan,
.color-tan :is(h1, h2, h3, h4, h5, h6),
.text-tan {
  color: #b9975b !important;
}

.bg-tan {
  background-color: #b9975b !important;
}

.fill-tan {
  fill: #b9975b !important;
}

.border-tan {
  border-color: #b9975b !important;
}

.stroke-tan {
  stroke: #b9975b !important;
}

.shadow-tan {
  --c: drop-shadow(10px 10px #b9975b);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* light-gold (DEPRECATED) */
.light-gold,
.color-light-gold,
.color-light-gold :is(h1, h2, h3, h4, h5, h6),
.text-light-gold {
  color: #eed484 !important;
}

.bg-light-gold {
  background-color: #eed484 !important;
}

.fill-light-gold {
  fill: #eed484 !important;
}

.border-light-gold {
  border-color: #eed484 !important;
}

.stroke-light-gold {
  stroke: #eed484 !important;
}

.shadow-light-gold {
  --c: drop-shadow(10px 10px #eed484);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* dark-warm-grey (DEPRECATED) */
.dark-warm-grey,
.color-dark-warm-grey,
.color-dark-warm-grey :is(h1, h2, h3, h4, h5, h6),
.text-dark-warm-grey {
  color: #6e6259 !important;
}

.bg-dark-warm-grey {
  background-color: #6e6259 !important;
}

.fill-dark-warm-grey {
  fill: #6e6259 !important;
}

.border-dark-warm-grey {
  border-color: #6e6259 !important;
}

.stroke-dark-warm-grey {
  stroke: #6e6259 !important;
}

.shadow-dark-warm-grey {
  --c: drop-shadow(10px 10px #6e6259);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* grey (DEPRECATED) */
.grey,
.color-grey,
.color-grey :is(h1, h2, h3, h4, h5, h6),
.text-grey {
  color: #707372 !important;
}

.bg-grey {
  background-color: #707372 !important;
}

.fill-grey {
  fill: #707372 !important;
}

.border-grey {
  border-color: #707372 !important;
}

.stroke-grey {
  stroke: #707372 !important;
}

.shadow-grey {
  --c: drop-shadow(10px 10px #707372);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/* light-warm-grey (DEPRECATED) */
.light-warm-grey,
.color-light-warm-grey,
.color-light-warm-grey :is(h1, h2, h3, h4, h5, h6),
.text-light-warm-grey {
  color: #aca39a !important;
}

.bg-light-warm-grey {
  background-color: #aca39a !important;
}

.fill-light-warm-grey {
  fill: #aca39a !important;
}

.border-light-warm-grey {
  border-color: #aca39a !important;
}

.stroke-light-warm-grey {
  stroke: #aca39a !important;
}

.shadow-light-warm-grey {
  --c: drop-shadow(10px 10px #aca39a);
  -webkit-filter: var(--c);
  filter: var(--c);
}

/*!
 * The Nimbus Sans font family is licensed from URW++ (//www.urwpp.de/en/) for use on all websites owned and managed by or on behalf of Iowa State University.
 * For information about the university's use of Nimbus Sans, please visit //www.theme.iastate.edu/.
 * This font is licensed to be hosted on cdn.theme.iastate.edu and may not be copied to other servers.
 */
@font-face {
  font-family: "Nimbus Sans";
  src: url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-Lig.woff2") format("woff2"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-Lig.woff") format("woff"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-Lig.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Nimbus Sans";
  src: url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-Reg.woff2") format("woff2"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-Reg.woff") format("woff"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-Reg.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Nimbus Sans";
  src: url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-RegIta.woff2") format("woff2"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-RegIta.woff") format("woff"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-RegIta.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Nimbus Sans";
  src: url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-Bol.woff2") format("woff2"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-Bol.woff") format("woff"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-Bol.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Nimbus Sans";
  src: url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-BolIta.woff2") format("woff2"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-BolIta.woff") format("woff"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanL-BolIta.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Nimbus Sans Condensed";
  src: url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanConL-Reg.woff2") format("woff2"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanConL-Reg.woff") format("woff"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanConL-Reg.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Nimbus Sans Condensed Bold";
  src: url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanCon-Bol.woff2") format("woff2"), url("https://cdn.theme.iastate.edu/nimbus-sans/fonts/NimbusSanCon-Bol.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
/*!
 * Nimbus Sans Utility Classes
 * --------------------------------------------------
 * The following classes are provided as a method for quickly applying specific variants of Nimbus Sans to any element.
 * These classes are not required to use Nimbus Sans in your project.
 * The above @font-face declarations are required to use all of the licensed Nimbus Sans variants.
 */
/* Nimbus Sans Light
-------------------------------------------------- */
.nimbus-sans-light {
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: 300;
}

.nimbus-sans-light-italic {
  font-family: "Nimbus Sans";
  font-style: italic;
  font-weight: 300;
}

/* Nimbus Sans Regular
-------------------------------------------------- */
.nimbus-sans,
.nimbus-sans-regular {
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: 400;
}

.nimbus-sans-italic,
.nimbus-sans-regular-italic {
  font-family: "Nimbus Sans";
  font-style: italic;
  font-weight: 400;
}

/* Nimbus Sans Bold
-------------------------------------------------- */
.nimbus-sans-bold {
  font-family: "Nimbus Sans";
  font-style: normal;
  font-weight: 700;
}

.nimbus-sans-bold-italic {
  font-family: "Nimbus Sans";
  font-style: italic;
  font-weight: 700;
}

/* Nimbus Sans Condensed
-------------------------------------------------- */
.nimbus-sans-condensed {
  font-family: "Nimbus Sans Condensed";
  font-style: normal;
  font-weight: 400;
}

.nimbus-sans-condensed-italic {
  font-family: "Nimbus Sans Condensed";
  font-style: italic;
  font-weight: 400;
}

/* Nimbus Sans Condensed Bold
-------------------------------------------------- */
.nimbus-sans-condensed-bold {
  font-family: "Nimbus Sans Condensed Bold";
  font-style: normal;
  font-weight: 700;
}

.nimbus-sans-condensed-bold-italic {
  font-family: "Nimbus Sans Condensed Bold";
  font-style: italic;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Bootstrap
--------------------------------------------- */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  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;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
.table th,
table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Nimbus Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #c8102e;
  text-decoration: none;
}
a:hover, a:focus {
  color: #810a1e;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 0;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #006ba6;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #004a73;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #006ba6;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004a73;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container .wp-block-cover-image .wp-block-cover__inner-container,
.container .wp-block-cover .wp-block-cover__inner-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container .wp-block-cover-image .wp-block-cover__inner-container:before,
.container .wp-block-cover .wp-block-cover__inner-container:before, .container:after, .container .wp-block-cover-image .wp-block-cover__inner-container:after,
.container .wp-block-cover .wp-block-cover__inner-container:after {
  display: table;
  content: " ";
}
.container:after, .container .wp-block-cover-image .wp-block-cover__inner-container:after,
.container .wp-block-cover .wp-block-cover__inner-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .container .wp-block-cover-image .wp-block-cover__inner-container,
.container .wp-block-cover .wp-block-cover__inner-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .container .wp-block-cover-image .wp-block-cover__inner-container,
.container .wp-block-cover .wp-block-cover__inner-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .container .wp-block-cover-image .wp-block-cover__inner-container,
.container .wp-block-cover .wp-block-cover__inner-container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table, table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, table > thead > tr > th,
.table > thead > tr > td,
table > thead > tr > td,
.table > tbody > tr > th,
table > tbody > tr > th,
.table > tbody > tr > td,
table > tbody > tr > td,
.table > tfoot > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, table .table, .table table, table table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active, table > thead > tr > td.active,
.table > thead > tr > th.active,
table > thead > tr > th.active, .table > thead > tr.active > td, table > thead > tr.active > td, .table > thead > tr.active > th, table > thead > tr.active > th,
.table > tbody > tr > td.active,
table > tbody > tr > td.active,
.table > tbody > tr > th.active,
table > tbody > tr > th.active,
.table > tbody > tr.active > td,
table > tbody > tr.active > td,
.table > tbody > tr.active > th,
table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, table > thead > tr > td.success,
.table > thead > tr > th.success,
table > thead > tr > th.success, .table > thead > tr.success > td, table > thead > tr.success > td, .table > thead > tr.success > th, table > thead > tr.success > th,
.table > tbody > tr > td.success,
table > tbody > tr > td.success,
.table > tbody > tr > th.success,
table > tbody > tr > th.success,
.table > tbody > tr.success > td,
table > tbody > tr.success > td,
.table > tbody > tr.success > th,
table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, table > thead > tr > td.info,
.table > thead > tr > th.info,
table > thead > tr > th.info, .table > thead > tr.info > td, table > thead > tr.info > td, .table > thead > tr.info > th, table > thead > tr.info > th,
.table > tbody > tr > td.info,
table > tbody > tr > td.info,
.table > tbody > tr > th.info,
table > tbody > tr > th.info,
.table > tbody > tr.info > td,
table > tbody > tr.info > td,
.table > tbody > tr.info > th,
table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, table > thead > tr > td.warning,
.table > thead > tr > th.warning,
table > thead > tr > th.warning, .table > thead > tr.warning > td, table > thead > tr.warning > td, .table > thead > tr.warning > th, table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, table > thead > tr > td.danger,
.table > thead > tr > th.danger,
table > thead > tr > th.danger, .table > thead > tr.danger > td, table > thead > tr.danger > td, .table > thead > tr.danger > th, table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .form-grid .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-grid .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static, .form-grid .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group, .form-grid .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-grid .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-grid .input-group .input-group-btn,
.form-inline .input-group .form-control,
.form-grid .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-grid .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .form-grid .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-grid .radio,
.form-inline .checkbox,
.form-grid .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-grid .radio label,
.form-inline .checkbox label,
.form-grid .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-grid .radio input[type=radio],
.form-inline .checkbox input[type=checkbox],
.form-grid .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .form-grid .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #006ba6;
  border-color: #005b8d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #004a73;
  border-color: #00080d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004a73;
  border-color: #00334f;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004a73;
  background-image: none;
  border-color: #00334f;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #00334f;
  border-color: #00080d;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #006ba6;
  border-color: #005b8d;
}
.btn-primary .badge {
  color: #006ba6;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #339933;
  border-color: #2d862d;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #267326;
  border-color: #0d260d;
}
.btn-success:hover {
  color: #fff;
  background-color: #267326;
  border-color: #1d581d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #267326;
  background-image: none;
  border-color: #1d581d;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #1d581d;
  border-color: #0d260d;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #339933;
  border-color: #2d862d;
}
.btn-success .badge {
  color: #339933;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #7a99ac;
  border-color: #6a8da2;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #5d8096;
  border-color: #364a57;
}
.btn-info:hover {
  color: #fff;
  background-color: #5d8096;
  border-color: #506d80;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #5d8096;
  background-image: none;
  border-color: #506d80;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #506d80;
  border-color: #364a57;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #7a99ac;
  border-color: #6a8da2;
}
.btn-info .badge {
  color: #7a99ac;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f1be48;
  border-color: #efb630;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #edad19;
  border-color: #956b0b;
}
.btn-warning:hover {
  color: #fff;
  background-color: #edad19;
  border-color: #d29810;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #edad19;
  background-image: none;
  border-color: #d29810;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d29810;
  border-color: #956b0b;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f1be48;
  border-color: #efb630;
}
.btn-warning .badge {
  color: #f1be48;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #cc0000;
  border-color: #b30000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #990000;
  border-color: #330000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #990000;
  border-color: #750000;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #990000;
  background-image: none;
  border-color: #750000;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #750000;
  border-color: #330000;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #cc0000;
  border-color: #b30000;
}
.btn-danger .badge {
  color: #cc0000;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #c8102e;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #810a1e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccc;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c8102e;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #c8102e;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #c8102e;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header, .container .wp-block-cover-image .wp-block-cover__inner-container > .navbar-header,
.container .wp-block-cover .wp-block-cover__inner-container > .navbar-header, .container .wp-block-cover-image .wp-block-cover__inner-container .wp-block-cover-image .wp-block-cover__inner-container > .navbar-header,
.container .wp-block-cover .wp-block-cover__inner-container .wp-block-cover .wp-block-cover__inner-container > .navbar-header,
.container > .navbar-collapse,
.container .wp-block-cover-image .wp-block-cover__inner-container > .navbar-collapse,
.container .wp-block-cover .wp-block-cover__inner-container > .navbar-collapse,
.container .wp-block-cover-image .wp-block-cover__inner-container .wp-block-cover-image .wp-block-cover__inner-container > .navbar-collapse,
.container .wp-block-cover .wp-block-cover__inner-container .wp-block-cover .wp-block-cover__inner-container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .container .wp-block-cover-image .wp-block-cover__inner-container > .navbar-header,
.container .wp-block-cover .wp-block-cover__inner-container > .navbar-header, .container .wp-block-cover-image .wp-block-cover__inner-container .wp-block-cover-image .wp-block-cover__inner-container > .navbar-header,
.container .wp-block-cover .wp-block-cover__inner-container .wp-block-cover .wp-block-cover__inner-container > .navbar-header,
.container > .navbar-collapse,
.container .wp-block-cover-image .wp-block-cover__inner-container > .navbar-collapse,
.container .wp-block-cover .wp-block-cover__inner-container > .navbar-collapse,
.container .wp-block-cover-image .wp-block-cover__inner-container .wp-block-cover-image .wp-block-cover__inner-container > .navbar-collapse,
.container .wp-block-cover .wp-block-cover__inner-container .wp-block-cover .wp-block-cover__inner-container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .container .wp-block-cover-image .navbar > .wp-block-cover__inner-container .navbar-brand,
.container .wp-block-cover .navbar > .wp-block-cover__inner-container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #e7e7e7;
  border-color: #d6d6d6;
}
.navbar-default .navbar-brand {
  color: #666;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #4d4d4d;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #666;
}
.navbar-default .navbar-nav > li > a {
  color: #666;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #444;
  background-color: #d6d6d6;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #444;
  background-color: #d6d6d6;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #444;
    background-color: #d6d6d6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d6d6d6;
}
.navbar-default .navbar-link {
  color: #666;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #666;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #c8102e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #810a1e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #333333;
  border-color: #333333;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  cursor: not-allowed;
  background-color: #e3e3e3;
  border-color: #ccc;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #006ba6;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #004a73;
}

.label-success {
  background-color: #339933;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #267326;
}

.label-info {
  background-color: #7a99ac;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #5d8096;
}

.label-warning {
  background-color: #f1be48;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #edad19;
}

.label-danger {
  background-color: #cc0000;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #990000;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #c8102e;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container .wp-block-cover-image .wp-block-cover__inner-container .jumbotron,
.container .wp-block-cover .wp-block-cover__inner-container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container, .jumbotron .container .wp-block-cover-image .wp-block-cover__inner-container, .container .wp-block-cover-image .jumbotron .wp-block-cover__inner-container,
.jumbotron .container .wp-block-cover .wp-block-cover__inner-container,
.container .wp-block-cover .jumbotron .wp-block-cover__inner-container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container .wp-block-cover-image .wp-block-cover__inner-container .jumbotron,
.container .wp-block-cover .wp-block-cover__inner-container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c8102e;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #006ba6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #339933;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #7a99ac;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f1be48;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #cc0000;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #c8102e;
  border-color: #c8102e;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #f8acb8;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > table,
.panel > .table-responsive > .table,
.panel > .table-responsive > table,
.panel > .panel-collapse > .table,
.panel > .panel-collapse > table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child, .panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #006ba6;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #006ba6;
  border-color: #006ba6;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #006ba6;
}
.panel-primary > .panel-heading .badge {
  color: #006ba6;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #006ba6;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive .wp-embed-responsive .wp-block-embed, .wp-embed-responsive .embed-responsive .wp-block-embed,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3, .wp-embed-aspect-4-3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 2070;
  display: block;
  font-family: "Nimbus Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Nimbus Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*@import "generic/bootstrap-4";*/
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: "Nimbus Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
/* === Global === */
html {
  overflow-x: hidden;
}

body {
  font-family: "Nimbus Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

#loading {
  display: none;
}

body {
  background: #fff;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

/* was shifting the breadcrumbs. can override breadcrumbs if needed.
ul,
ol {
	margin: 0 0 1.5em 3em;
}
*/
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

body > {
  /* === Footer === */
  /* footer-social */
}
body > footer {
  background: #fff;
  color: #686868;
  font-size: 14px;
  line-height: 24px;
  padding-top: 60px;
  padding-bottom: 30px;
  vertical-align: top;
}
body > footer section {
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
}
body > footer section h2 {
  color: #c8102e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px 0;
}
body > footer p {
  line-height: 21px;
}
body > footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body > footer a {
  color: #1f1f1f;
}
body > footer a:active,
body > footer a:focus,
body > footer a:hover {
  color: #1f1f1f;
  text-decoration: underline;
}
body > footer section.contact h1 {
  display: none;
}
body > footer ul.menu {
  margin: 0;
}
body > footer .wordmark-isu {
  fill: #c8102e;
  width: 180px;
  margin-bottom: 10px;
}
body > footer a.footer-wordmark {
  color: #c8102e;
  fill: #c8102e;
  display: block;
  font-family: "Univers Black", "Univers", "Arial Black", "San Francisco", "Nimbus Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  margin: 0 0 10px 0;
  max-width: 300px;
}
body > footer a.footer-wordmark:hover,
body > footer .footer-iastate a:hover {
  color: #c8102e;
  fill: #c8102e;
  text-decoration: none;
}
body > .footer-social {
  text-align: center;
}
body > .footer-social ul {
  display: inline-flex;
  flex-wrap: wrap;
}
body > .footer-social a {
  color: #c8102e;
  display: block;
  height: auto;
  line-height: normal;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  vertical-align: middle;
}
body > .footer-social a:hover,
body > .footer-social a:hover .footer-social-icon {
  color: #f1be48;
  text-decoration: none;
}
body > .footer-social .fa-lg {
  font-size: 1.75em;
}

/* === Header === */
/* Links
--------------------------------------------- */
a {
  color: #c8102e;
  /*
  &:visited {
  	color: $color__link-visited;
  }
  */
}
a:hover, a:focus, a:active {
  color: #810a1e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #555555;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* === Badges === */
.badge {
  vertical-align: text-top;
}

.badge.badge-primary {
  background-color: #006ba6;
  color: #fff;
}

.badge.badge-success {
  background-color: #339933;
  color: #fff;
}

.badge.badge-info {
  background-color: #7a99ac;
  color: #fff;
}

.badge.badge-warning {
  background-color: #f1be48;
  color: #fff;
}

.badge.badge-danger {
  background-color: #cc0000;
  color: #fff;
}

/* === Buttons === */
.btn-wrap {
  white-space: normal;
}

.btn .label-icon {
  font-size: 16px;
}

/* === Carousel === */
.carousel {
  background: #333;
}

@media (max-width: 767px) {
  .carousel {
    margin: 0 -15px;
  }
}
main .carousel {
  margin-top: -20px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
}

.carousel-control [class*=fa-] {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-play .carousel-pause-icon,
.carousel-pause .carousel-play-icon {
  display: none;
}

.carousel-play .carousel-play-icon,
.carousel-pause .carousel-pause-icon {
  display: inline-block;
}

.carousel-indicators {
  display: flex;
  position: relative;
  margin: auto;
  left: auto;
  right: 0;
  width: auto;
  bottom: 0;
}

.carousel-player button,
.carousel-indicators li {
  text-indent: 0;
  font-weight: 600 !important;
  height: 36px;
  width: 36px;
  margin: 0;
}

.carousel-indicators .active {
  height: 36px;
  width: 36px;
  color: #333;
  background-color: #fff !important;
  box-shadow: none;
}

.carousel-player {
  position: relative;
}

.carousel-controls {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.carousel-player {
  position: relative;
  margin: auto;
  left: auto;
  width: auto;
  bottom: 0;
}

.carousel-controls .btn {
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #fff;
  border-radius: 0;
  border-width: 0;
  color: #333;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

.carousel-controls .btn:hover,
.carousel-controls .btn:active,
.carousel-controls .btn:focus {
  color: #333;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  text-align: left;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 36px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.carousel-caption > .carousel-caption-title {
  font-size: 30px;
  line-height: 36px;
  margin-top: 10px;
}

.carousel-caption > .carousel-caption-description {
  font-size: 21px;
  line-height: 27px;
}

@media screen and (max-width: 642px) {
  .carousel-caption > .carousel-caption-title {
    font-size: 20px;
  }

  .carousel-caption > .carousel-caption-description {
    font-size: 12px;
  }

  .btn-group > .btn-carousel:hover,
.btn-group > .btn-carousel:active,
.btn-group > .btn-carousel:visited {
    color: #fff;
    border-color: #fff;
    background-color: #000;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
/* === Forms === */
fieldset {
  background: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
}

legend {
  background: #f3f3f3;
  border-radius: 5px;
  border-width: 0;
  font-size: 1em;
  margin-bottom: 0;
  padding: 0 10px;
  width: auto;
}

.control-label.required:after {
  color: #cc0000;
  content: " *";
}

.form-grid .form-group {
  float: left;
  margin-bottom: 10px;
  margin-left: 0;
  padding-right: 15px;
  vertical-align: top;
}

.form-grid .control-label,
.form-grid .form-group > label:not(.checkbox-inline):not(.radio-inline) {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 2px;
  padding-top: 0;
  padding-left: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .form-grid .radio,
.form-grid .checkbox {
    display: block;
  }

  .form-grid .radio input[type=radio],
.form-grid .checkbox input[type=checkbox] {
    margin-right: 8px;
  }

  .form-grid .input-group {
    display: flex;
  }
}
.form-grid [class*=col-] .form-control {
  width: 100%;
}

.form-grid .form-group [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .form-inline .radio, .form-grid .radio,
.form-inline .checkbox,
.form-grid .checkbox {
    display: block;
  }

  .form-inline .radio input[type=radio], .form-grid .radio input[type=radio],
.form-inline .checkbox input[type=checkbox],
.form-grid .checkbox input[type=checkbox] {
    margin-right: 8px;
  }
}
.help-block {
  font-size: 0.9em;
}

.help-block + div > .has-error.help-block {
  margin-top: -10px;
}

.form-control.readonly,
.form-control.readonly[disabled],
.form-control.readonly[readonly] {
  background-color: transparent;
  border: transparent;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.inline-text {
  background-color: transparent;
  border: transparent;
  color: #333;
  display: inline;
  font-size: 1em;
  height: auto;
  margin: 0;
  opacity: 1;
  padding: 0;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* input-group */
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-left: 0;
}

.input-group select:not([multiple]).form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

.input-group select:not([multiple]) ::-ms-expand {
  display: none;
}

/* input-group-vertical */
.input-group-vertical .input-group:first-child {
  padding-bottom: 0;
}

.input-group-vertical .input-group:first-child * {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-vertical .input-group:last-child {
  margin-top: -1px;
  padding-top: 0;
}

.input-group-vertical .input-group:last-child * {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-group-vertical .input-group:not(:last-child):not(:first-child) {
  padding-top: 0;
  padding-bottom: 0;
}

.input-group-vertical .input-group:not(:last-child):not(:first-child) * {
  border-radius: 0;
}

/* input-tags */
ul.input-tags {
  margin-bottom: 0;
}

/* datepicker */
.datepicker input[type=text]:not(.solo) {
  border-right: none;
}

.datepicker input[type=text].solo {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.datepicker .input-group-addon {
  background-color: #f7f7f7;
  text-align: right;
}

.datepicker .input-group-addon.empty {
  padding: 0;
  width: 1px;
  border: 0;
}

/* x-team ui-datepicker skin
	https://github.com/xwp/wp-jquery-ui-datepicker-skins */
.ui-datepicker {
  padding: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 1200 !important;
}
.ui-datepicker * {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker table {
  font-size: 13px;
  margin: 0;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #e5e5e5;
  color: #fff;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #e5e5e5;
  border-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker thead {
  background: #e5e5e5;
  color: #fff;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
  color: #555;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  height: 1em;
  top: 0.9em;
  border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMUIxRjI2RjhCODYxMUUzQTEyNERCMDU1QzdBQ0EyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMUIxRjI3MDhCODYxMUUzQTEyNERCMDU1QzdBQ0EyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjExQjFGMjZEOEI4NjExRTNBMTI0REIwNTVDN0FDQTIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjExQjFGMjZFOEI4NjExRTNBMTI0REIwNTVDN0FDQTIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kKfR4AAAHcRJREFUeNrsXWuMXsdZnuMu4CUN2S0t0a6o4sQqAaooTncrKGrUNbe2qSC2uQqpqtexbCqI0xaQEBclKUL8qts6stqNkuwWiYqbajtqS9oAuyEISrubrLmUFnBSfmRXFa12KT+cKk2GM9mZ7ng858w7l3PmnO88jzQ633e+8565vs+8M9+8MwXnnAEAMEzsQREAAAgAAIABYkx9OHXqFEoDMDFVho0yTJdhE8UxOjhz5gwsAICk/Exep1AkGAK0DY6G93L+eUblnw4gATPNqMceEsBURMVxSwhFbO8TEj838j4V8B6eQHF1RWyzDnTl3zRIIDTNsCJ6RABdMf+mM6XBjNfsDXP1wm2hkEGN+ze1eyFpngYJ9IcAYs0/vQEVkenz7X1SwRZv2xNhqeJNVRcxac5Vj0AAAcSYf13pBVMMPfS8xyhhaFpy9pqhQ6CqNOe0ZgBPAgg1/7rcC8aQQJEx7lzkGzoEqkpz7noEPOcAmhhPxjTGzcA42zR/m0jDZkSPGZPvmCFQVZqh/B3EWMfTV6CKvm2F5LJAQhYCmWlGPYIAAJAPMMQhAAAAIAAAAEAAAACAAAAAAAEAAAACAAAABAAAAAhAA/zI8+wHoMcL772BEkBsA0i1J0CsM0yIAvGa0CZ55doPIIU7uF7uIJKeEUCKBpDS6yumEW4kTPt0S+mOVf7YtG84voekHXsB9IQAUlXeZgMk0JYC2dIe6swS2vBTK79P2mMdmTZayBPQEAGkrLyUJDDdkvLb0h7ryRZCAtOZlD/F8G264TwBDRJAURNYJhLwbcSpepqU+wFs9KDcqhR1OkHa4Q7cQbTlDRjjVRa6H0BuFInKbTqQ0IpE8YYqrl7n8CgcOAHkVKK+I+d+ACj/AQ4BAAAAAQAAAAIAAAAEAAAACAAAABAAAAAgAAAAeg1sCw64IJYBFwPNt4li1Mp/DJUPBSAoQUwZ8AwKlCLOQdT5HmLlh1ZCikM6eUsyOXqUJvMRW/660hcRaUlBHDyjEqdsuzxTW+O+BJCi8lOdyRcSf5GoAaWqhJAelCcsvyKB8sQocmzeU7SBWAuorbabmjxqy3+spcrnERkPbUhFR8z3UAVIMQ7NVQbcEneRIO/UvBSW/PuWAw+U54naQJFgCFZVlgV1DiDH2LlI/K5UzNlmL55ScYtEaQ9VoFTpbbsNhHaCqdKdoh045fe0pPxFBiKJnXtIwcAx6SgSpD+VCR3bA8XmPdUkZB+sv9TzGLV135QFUHTgXTl7z5Tx5yzH0PynznvRkTJscx4lZvhHjnesw4XXFRTIP/I/qvFiJSAADBggAAAAAQAAAAIAAAAEAAAACAAAABAAAABDIwB1suvQT3WNXU3YZ6RqA6m8QtuML/Zk6N60P8rhoBs9bABdJZO2G05omadsA0Vg/DZvuKkW4lZyKY7GM9Ocwx14inm6A28Q7zVdCSGVzztKAr7pmkqYh5DyT9kGeIDy1x1QO9Vg3E1YQDmPRXceklt3OGjV91w9H6Ugiw5aAr6706Q42Ti2/FO1gZCdeTYqLBkfIoptBzEWUGia60z/UEvOVZaNTwKGNIC6sVdo5fNMSp9SAXwbQS4yrMt7G+vbiwTtILUV7Itp4r1G5gCaVP62HCtiG38KBs6xFx5FCbpo9VQ1dNv4e7qFdhBjAcWmWcA8Xj3FMe/WuYw9HWwAdZMvoZWfk4FTKUCKrb24R/2lMEFD0rtZU9Z9PCo+9nj1IlDeVZaNEkATPb5vQcb0eKkYOCQdmyy9uedbH6kIkEeUv82nfbPFNKQq981Ew+DQ4V/tMe9jDTJnFzazYJEkkGszkk2WvucqPOOf1sa9PgTYtf0D+riZSGvx4mAQoE0SAjoGLAUGABAAAAAgAAAAQAAAAIAAAAAAAQBAVnAUQfsEkMobLdSjKlWl6/GjIYUpX+6yCz0hCfUeSACpvNFCPapSnYmnxy/eN83SHFLat14s9njwgsUf8JpCgXlLaR88AVR5o/n6NKf2KQ+NX5GJz8KWlCfqhnok8kRxhypwEdgTV3kDxigwi6w7kECCOQDfjQ1iPKpsCt/WxgrcQn4pThj2aYS2k3lTmNJNPEvNrw+BxJ7KDEQQQJ0LYRs+0dNaXLEbK8QoSpHAjCwSKVauHoxnym/Kd6QYjgyKAKq80dpi4VhvuBSurLlNxqLCAuEtNvqu9cQ8sO5SHfM+qCGAbbzssyXSlFFpIRsihO4HkMqVNbbx8wQkEDoOjm30tmGQ7xCCB86rxMjWkQCD8l8NH2/AjcAKjPGlZwHviXFlTWmG6uWQwowtAuOPSXusK23oxjAxsk0ORwZNAG1MIqV6X1dcWYvM70mhwLn86aGwGYcAAAAlBAEAAAACAAAABAAAAAgAAAAQAAAAIIDRxwTD8lFgoASQ0g871LGGJ5T1fYdQ/i02On+HxZ50CwyIAGIP1kzpCDOZqXy2LEQyEamAOWR1bIAEAAoBxKyfjlnPbfbUqhee9FAUcxmpz9l6usk/aXnHlmf85r0YQk1lPW2g6QNVBMAjeyCbPzj3JBSlbLryb0dYH769vpLflnGHnCxr5t0n/3V7ErjSkmo7N2AAGCOY/TygF09hRTCL8ucYi2+zdA41VOWvKjdX+ZvbsBUV9TuNpg/YCMBstFWffUzQWK+0WMSOu32tj7q8u8qhqpenluFGTb4LTfk30fQBGwHUKV0R0fCLSDLIRSCFQQKcMBfBa4ZCrrzUlU8XdtcBBjAH4OqNQhXWd0+8mP34YuQnLbJbWh62CUpW1NwriKQTgqrt3KD4gDcBxI7fQ7elKioCi5APGfPrsqn+hiwSP2cidjs1AEOA6IZYJG7UOREzB5ALmww9PpCIAIYOKBIw2CEAAAAgAAAAQAAAAIAAAAAAAQDNYoZdvZZhpkfpF5PLe42ACeeOE8Aho8Ety3tt4/0szoc/FiKuBVa9l8BMC8q/arm/6hH3TEbyEIr+rTLcXIbLMtws740Fpj8kHzcZsjd55iNEPjZOgV9whJg8XKVLeoWcK8P7yvC0/D4h79lg+3vskOX5w2U475no32dXH8t1kvktB64jDNc75svwL2U4UfH7LWVY81ReHbMR8qsOef250KPNRKO5VPP7/jI84yCA15dhvQzj8p4ggQNl+LIkAuaZfp98VNX9JY82wCxlcIkgFyJj4s/l9aTsiFLWY1FHAExTfoEV5rcCjkog4r0HA5jRlwTGLfcuE+QWy/BgYO+3qhW0uSJPnXa8WpMHpeCrNeSxyppdn3Cpouz0MnTFr5T/Go3Y1h3vrStPlXcKmjiVqm+Hy1aROLextVlxOrY8C1kp/5dlQwldQrvX+L4Q8I7vCIzbZQG4cLiCqLj87ZxDfq2CBCg9P69ogL7nFIqy+4bl/vd4lMM18nkR33cHluUdEcO4GIIIdYcviGkpWlT+nyjD39SZa4yo9FQo5Xe9pyASwGRg2sYD0x9jAQh83kICSvk/T3yHSQIU5dcx4fhOKbvrI8pUmPtfK8Pb5fe/kveYR/6ZhYR8ymDWsKhmCcOzvsNU/l+UdVZJAqlnZqnK76O8oeaU3us826IFYJIA81R+G0n6TuLtd3ynWGD/bdy7waPnvygVfl0jBHHve8vwPLH3rduZqs0l2inM+dh3/EoZPu45b3FSG4J9Urt/xfC7ib8Btzwadp3yqjCuffbBd2nBpwdbjFR+gSmNBJTy+2zEKRReOPUckmGTtTuTL8rpB40wTig/kcfvl439G1LxD8h2xuVvoRuSznoq/r6Ka+xwNMc7/iSA+MWw+TvZ7qSiUv6VJi2AVJM04wni+VLgO2MtgCm2u+OO3utvEhv/TI08lQRe6/juakSXDHNenx+qsya+T3vO9k/BunxfyI5Eucz3y5nf4bMvxzNG/S3UKX8oAcxGmDkU5f8DqYBVv6UimSbmACjjzNkG5XVFrPvuakT63MWYTJPr7z+dJFzPuCbSeIK6/cuKK7UTWKy43+Y7QvCMhcStyv9yYXK+U9anTp1iwBXj7VsqfhfktDaQsuBar/9MT9OeqmPoG9SEoFX5z5w5k20I0HWsGdcho0Dae4tnKGUAXwAAGDBAAAAAAgAAAAQAAAAIAACATuAPZchCAOqU3NgjsUNg+i23vSeADcpHnbIYZ5bZ/bAp/+EfYtV7EXDm3qPhhEOeusCpypf8pp7IK/xRZPuZk6FtXFuG35Hh2sh3HdXCFRirUf4trcFST+gVm4gIBxB95dP9bMcD7kZ5pfhzi4U4a1qlndQUsKiRUygaUH61QMfljivK7AtGWlTaxP03svrFPue0PJtYIJShy3NygdEWOqmFJLoTzzqj+7jnllf4baNNCCVYIij9smzzy/LepNSDykU1hu6oOnxQku6C9h7KOROfNj7fHqH85oIkkf6vvFwoloVAuvLr3mirhMSLlwk/+Lrz50M3dPCRV0r3a2U4q13FfgWnPRvQjCQjteGJyzOv6mBPah4oPVVByP/nyvCjbMdF+7Yy/EMZfozRnWk423XiUTK3MvdKPpu8Qoi8+D/7BbbjonyTh7zZ+NUKvMWG26Ape9JCykWN9eYi8JOMvlJVtVmR9/NSr8XnpbqFQKbyq15vVv7WxgKLqn0EfLwM3ySJ6D/L8O9sx7tNrOJ71lP5Rd7Vzka+brm58Ndl+JEyPCaV6DFZHn8bOBzTFTJUXuCWAHmh/M8HyJk936Jn+9vybJuhFpmOGxI9o3CPluZDhpWybZsDWGDV69EVCSy00IC3ZdiSYZv5H8/1j2X4uTJ8VjaGT0r2PBeg/Oc0S6AP+Em2s/b9bdJ8FFfhTkrdYONmS2/lQ/ymvAqvCJAXPf9e5rfBy9EahXetxZ8zlN88X3KrwTmB3y3DB2p+/4B8xoV9Mqh0npblMS+HP9tVcwAnLeNZphHCWsXYtItQFsBXy/BP0pQU138LUP6Ynp+zMH/wSW3uxdcCEi6gP1+GP5VKL66/xGhuqcJj8UvamFu59CrzPUReKP6LEfL6HICv8psK/2QL1utWgHWr8Jtl+I2a30LIr5K8Xb4AIY1+SzOZ9xkm98EWFH+WoGwfb0n5Y0nAtIqo+C22sxmEmNi5Xl7Ffgq/V4YjNXJi/uY5456pdPs7LG9T/iXPcl4xlJhbFHjbUU9VJECZANT/cft7eX2zabo78q+P+VfqImvCGeh5trsT8Fci5wxC9hRci4xTWTuhyi9m+b9QMxZ+Y8PKr8qdSetHv/6MQ+45Y7z+r57x5pZf1Ig2RPkplhZlHsxGAtTZf9E+XirDu9nuZJ+YHPyI/O1xot6oMf9hXwKo2hBR78maxMmantJn+GGm1TftoT3/ag0JuP4CVD3cJa3xbHn0gLp83e8uiJ54M6IOc8nPJ1B+ZakuG0qs/w1IJW19GEclcTHp+ctl+Avt3oPyPS8Q33FaK4/aeFPvByDGiRcZAIwO5rShQR9wVPtcSYJN7QcA5QdGDSs9S6+X5QNfAAAYMEAAAAACAAAABAAAAAgAGCno7sVzRJk5drUb7s2J0uPzV2wX3MAHSQC3WhrArRnSxwfYCNQ+DI8Y9x9h/nsz3Meu9H1YJpDAj8vnjsjwOhnE8twfIsSpt533Vih/YQQdwnPxHVL+TTJwee82QvwzlrZLPVDFtReDaz8GinzsOw556g2v0yPbOgC15nulDB+W9xZlwzPdOykJ8WV9m3zMO3LgqCwzVV6qTCkLVPQ8i3cck8o/71kWKg0KYj+GZwnyIv5rLPe/VYZvMporrYj3UUk+qgz09NT51KdwBzdXkFK9WDmju5tT47Zhy/EOtZpR30BmVbtfEPJvi+Pb7thqHYDNAlDKLypJLOn9Wba7BnmdARQsamV5VCu3RQ9ZJpXeVH6qW+s+47uPG/TzUtkvy/BNSQBUPMp2l4NPsqv98ldaqIP9bNeblHlaA+buT75W6LbMp+7J6uPRyo20zBDJ0YQ4i3FaC/9DHQJ8WDM71RFH8y0pT5W50sZwgBODCwcqFJbiT3+MVXuzKYuAMoy4N7IcXtK+v8Toh2t+SPb8qpzuNZR/ifCO8Yrgg1XP+wp72ZW7P+3V4qce8inK/7Rm0jPmdzhpETF/UkjiEW3tNWzHGew1WrgCdSsBdeU/Rhx7VLFUm6Z8ivMJY3GRXX023LzH8OlYpPLbNnVhmvldhz+TCm/6DFySyu2CGPdfsMw5+KzPF77/L7A8uMby/Wvy86uJ73iP9lmQofIsvZFoBfAKsqJ0Pspa+LpG3nuk8j/Fdrboq50D4DKRE0ajU5XZxpZeLOIdvEFZah6qfOepcyh/XIZ3Wu4L99DbA5WfqoAi7fdU/PZ+tutp6Jt3KoHp4+gXtfsvyOEIdQ6gapztGsPfWPM8Z/UernrcVcO797UwB/AG+fmr2v3n9LZbNwdwQBvzPyp7fqX8B4jKYc7uVs34UuV93lE4QowsNQ/rFSb8eoDy61aE8At/0jG5pCv/QdkgC4/eVxDUAzLdeqAov8qjauhM63HUfAZ1DC3C/7GdM+5f4WF+zzK/reNMvFKGZ+X1WuNzDKjD6Ng5gBukbl+vBSaJgbuGABeloq+zK/9C8v0HYMhQ5r8qs6fZ7r8ALrzT6PFFr/k6trspxJuJY1/X7rV1eFqm/3Py+w8QlV8nsRU5Dl6RQ4ctLf/HPN71dc+0rzH75itiQ1HXCcfCVNePprd9PkwYgt3o+J3SCXKP+za8lmTKNnw8+FD/BoyBMuNNc/9Jqfx1vuVc6wXXEtWdb/nr/1psa+NefbvsPTUNWd2/qwxfZDubuW4GtCVlKt9kmcsoHJOAr2e7e2Ay7bPYTq5ug9JDjLbnpNoxK+QddbKUoewVQ4CmjwcvMsv3EdsV+b695fJ6tWa++/yjIHr3v5NEtaiRldog43/LcB1hMuzhyPRXbQ3nOpzleXb1rlLUcj2foA7Ot6k3YwwAqk3vXw+UXaohN+ZQ/lQktsaG2YF4Ab4AAAACAAAABAAAAAhAwyFGXwGocIccA5rLZ5cY/WQaAAAyE8A5I1Bwdxk+VYZ3WX57l/ztbhQ7AHSbAN5m9PyH5D1Xz3/GuGdbOXfGwxJYldbDakDenjUskLkE5TWHJuNVb2ZYRdH0gwDUARyTbHddtutQjiMe8VKfnTGuPthnfF9OoPzLRBI4ajT8owHxxb4jVl4p7IxFuV2Y9bwPdIgA9N5f92F2WQF3VTQiTnw2NZT1MZngXXMagbhIQCia6bO/6KmAse9Q8qK+xuV1MYAEZiy9+QzUZrQJQO/pJ9iVa5dPBiphKE4GxqunXy0/XQk08+cM68G1xn7R837ds/OSwOY936GU/zNsZ2XbZzQS8MUa1GQ4BDBnjP31HVWUFdDmOPg/jKsvVNqFI85hovLrPbyv8qfGeWmBnQ+QfcLxndVYbLGbrsxo5LGmkQish44TwDKhB19uMX0rMv5YpTvI3GvPbWZ+TuVXhDvB/P+KFXiL43udxRa7hHZBU3jdnXUBKtddApirMKEnCGaywFmPeKnPzrG4GXzVmCm7sKywK3fLCVX+ec/7dc8uSitm0fMd4rnHyvBWtuPd9lb5PWRbt5mEMrAAOkwAyxUmtG1zBduzF2pMSsqzrCaeUKvD15w1SSCk51+yKJrvcdWx71jSSOCypvxLnuUnTPdZwzKgzAmYlkQqywJokADWPBuGicfLcJwge1w+SzXdGaOfyZ5q2HEw0uxfMhr9UoZ3xMoXzL6vAP7KGyGMJa5Y4cP9X3LM+h7jN7ErjJjMesJTGWN6jSKCBNBbAYMigFR4Qob3ongBEGl/hgAAAIAAAAAAAQAAAAIAAAAEAAAACAAYIOZYuG9AjCyQkQBEpVF931nNO3jNd6B5LLC49fdzLHwVZows0AELQFVgLBH4koYZ30RAGlTaJyz3eEAaFE4Q5U/UpIl7lIXvseRmfCdkmOuI8nOGXZV6NwRomwjM+IQjz0FNeeYIJucy2/UADEl/yjznIFJmKKCPInOtDEOtvirZAlZBf+cAVEM+0eLYc1lrMIXWmHlNz20+G6N4ZhpClLBtxWc15ZMTGP71nABWZK/6YEtpU/EdNBrQQWZfXlpUPBvjx2+mwRex8Y8SsCS4pwSw0nJDNuOb0Ex61+YgKxoRqDmAkPSnzPNKBiIoKoKP7MGIeA/WWAEHoXYdYuWK48G5bKz3RzRa8zjn2KPCgXhz27fs5yzDqjZkgYbhOh48RYUVMAF7b26vaNZUm7JAB+cAgGFihWFfBRAAAAAgAAAAQAAAAIAAAAAAAQAAMJoEEHqyLQAAPSUAsXruHu37DTJMeLxX92C7z1MWAIBMBKBO0zXPortR3qcq8gG2swhEnAVwr5S9NUF6XQ4lJ5jdjVaFEyMuDwBeMFcCnpbXfzbur2i/HyO896ImJ5YTn2M7J/Qe0H5rAmLzi8JBIPpptaMmDwDBFoDo3eeloqohgDDf1Uk+6/J3ihWgeqxH5PPKEWY9cDjg40oqDsO8Vl71z+I6XoZVh/y1Mj79HSr4yvMI+b2WK0UeAIIsgP3yqh/ceb/2+YLswfcTeiDx3G1s51TbeTmEOCyHAuL7BxvM06sqCKQgEskrjWthvIMRFFi/vsqTxFS8k4b8JMOyWqBBC+CSvN5Z8eydxnOuIcCS1ogFEWzL6+mGen6F6yxhQl43mPsMRPHsD7Pdo9H1dzxHkL9OyutXJe8bv/4eavwAEGQBbEszfY7t/PW3pP12VPbqK/I5quIWsucXcwD7yvAoCzujnoqTZfii4/e1EZYHAC+Y+wHcKsfpasx/Qfb8BzTT/qInAajvaiOIZYIpq5vstisAABGo2g/golTy+9jOX4FK8c/Le9QZ/Lq9AAoP+aorAACJhwA6CRxG0QDA6AO+AAAAAgAAAAQAAAAIAACA4RLAHWxnDYDpiLIkf3Mht/xb2M5KQ1P+g/K3UZfve/0NXb5VmOsA7i7DGYeMePCBit9yy99Vhocc8sfL8PCIyve9/oYu3xrUOgCdAAQ7fYoo/44yfNrCfDnlf6oMnyXK/3QZHh8x+b7X39DlsxCAPgQ4YrMQmH3xzRHivSq45I+zqxcPHXfI31mRfkZ89k6P9PvIFy3Ff8Qjfmr9FQnkWab411j1sWi+8RcJ2n8RqCutDQF4TaI5oXJ9HXfq5AvNJGaaycs948+V/lTxp0h/1Tuajr8gposFps8n/iKg/Yjff1X7/tGA9mc+Kzxkn3KQY6sWAPVosMJTSaoyR5XnxliXMjZ2pYdHKHcIScRWcJE4/b7vSJl2lqD9hKSfW0jABx8xCMAHb5DKblP+zmCMdRcvVnxuAzyBhZBKgXIrcEgHkKL8U8Qb60D27kA5ofxPd1356wggtgJ4ogZ4VF6X2O5fKzENKpQEeCISaav8eKTyxhIgz0AaLgskxIL6aGD+n9JIoLPKL6BPAp71kDtLvBcqr8b+izLo96rkH/ZQpoeJ93gCeRYhzzzkz3oQCqX+eEL5ttuPWX88g/xTNcp/tosEcMFDAS4Q71XBJf+QpQE+5JD/hIcCfoJ4jyWQ5y3Ff8Ejfmr98QTyLEP83EFATcvrJMAidaU1AhD/Kx8nyBxnV/8H3QV58b/qKYL8KWb/D7bv8n2vv6HLZycAZVrOsZ39/E18SP72sMM0zSkvVliJRRYfs/z2MfnbAyMs3/f6G7p8+5MlxlJgAAAGANtKQAAABgYQAACAAAAAAAEAAAACAAAABAAAwIjD5QtgA2V9O+Tj5AEgKwEIjFvuXfZ4d255AAASDAFyKt3lBGnI2ePiSDOg1wQQq4CXtRCCcSk7nkkBq7aEokI/1BQAekcA4zXmOFWBxyPkL2skEKqAjMXtI8BZvg0pACD7EGA8Y/rGE6QhZ+/LO5AGAKjEWINj/9zyAAAEEkDKDS0hDwA9HgIAAAACAAAABAAAAAgAAAAQAAAAIAAAAEAAAAVTDAuDgB4QQBdWsYm4Z7TrKCj/Rhmm0fSArhPAtHFFzx1Hhrryb6I4ga4TwIZxHbryx/TcUH5gEBYA13rKumvTwwZXCFXejQTKjzkAoDMYc1gAhXaloCBem8RsQz1/iAVgU37MAQC9IIBQC2DaojTmtUkzeNWDqHyV34cM65QfwwAAFkCHLQAoPwALIMAC6ALWEryjSeWf8nwfAPTGAhgVhFouVOXHHAAACyBAEbsO08x3fQeAvD0d5/hHCgCGCvgCAMCA8f8CDABatG6NN+gY2wAAAABJRU5ErkJggg==");
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
.ui-datepicker th {
  padding: 0.75em 0;
  color: #555;
  font-weight: normal;
  border: none;
  border-top: 1px solid #fff;
}
.ui-datepicker td {
  background: #fff;
  border: none;
  padding: 0;
}
.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  color: #555;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background: #999;
  color: #fff;
}
.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 1;
  color: #ccc;
}

/* timepicker */
.ui-timepicker-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  height: 150px;
  margin: -1px 0 0 0;
  outline: none;
  overflow-y: auto;
  width: 6.5em;
  z-index: 10001;
}

.ui-timepicker-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-list li {
  color: #333;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 3px 0 3px 5px;
  white-space: nowrap;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #333;
  color: #fff;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #999;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f3f3f3;
}

/* === iFrames === */
/* iframe-responsive */
[class*=iframe-responsive] {
  overflow: hidden;
  position: relative;
  height: 0;
}

.iframe-responsive-16x9 {
  padding-bottom: 56.25%;
}

.iframe-responsive-4x3 {
  padding-bottom: 75%;
}

.iframe-responsive-3x2 {
  padding-bottom: 66.67%;
}

[class*=iframe-responsive] iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* deprecated */
.responsive-yt,
.youtube-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.responsive-yt iframe,
.youtube-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* === Images === */
/* iastate-image */
.iastate-image {
  display: block;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.iastate-image:hover,
.iastate-image a:hover {
  text-decoration: none;
}

.iastate-image-img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  display: block;
  overflow: hidden;
}

.iastate-image-img > img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  width: 100%;
  z-index: -1;
}

.iastate-image .iastate-image-caption {
  display: block;
  padding: 20px;
  width: 100%;
}

.iastate-image .iastate-image-caption :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
}

.iastate-image .iastate-image-caption-inside-top {
  position: absolute;
  top: 0;
}

.iastate-image .iastate-image-caption-inside-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iastate-image .iastate-image-caption-inside-bottom {
  position: absolute;
  bottom: 0;
}

/* image-effects */
.image-effect-zoom:hover img,
img.image-effect-zoom:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.image-effect-fade:hover img,
img.image-effect-fade:hover {
  opacity: 0.65;
}

.image-effect-brighten:hover img,
img.image-effect-brighten:hover {
  filter: brightness(1.2);
}

/* === tables === */
table > thead > tr > td,
.table > thead > tr > td {
  background: #e7e7e7;
  vertical-align: bottom;
}

/* sort */
a[class*=sort-] [class*=-sort] {
  color: #e7e7e7;
  display: none;
  margin-left: 6px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}

a[class*=sort-].active [class*=-sort],
a[class*=sort-]:hover [class*=-sort] {
  color: #333;
  transition: all 0.2s ease-in-out;
}

a.sort-asc:not(.active):hover .fa-sort,
a.sort-asc.active:hover .fa-sort-up,
a.sort-desc:not(.active):hover .fa-sort,
a.sort-desc.active:hover .fa-sort-down {
  display: none;
}

a.sort-asc:not(.active) .fa-sort,
a.sort-asc:not(.active):hover .fa-sort-up,
a.sort-asc.active .fa-sort-up,
a.sort-asc.active:hover .fa-sort-down,
a.sort-desc:not(.active) .fa-sort,
a.sort-desc:not(.active):hover .fa-sort-down,
a.sort-desc.active .fa-sort-down,
a.sort-desc.active:hover .fa-sort-up {
  display: inline-block;
}

/* pagination */
[class^=pagination] {
  color: #555555;
  float: left;
  margin: 10px;
}

.pagination-text,
.pagination-select .form-control,
.pagination-select span {
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

/* === Text === */
.text-shadow {
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.text-shadow-blur-dark {
  text-shadow: 0 0 10px black;
}

.text-shadow-blur-light {
  text-shadow: 0 0 10px white;
}

.text-shadow-block-dark {
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.text-shadow-block-light {
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
}

/* === Typeahead === */
.tt-hint {
  color: #999;
}

.tt-menu {
  width: 100%;
  margin-top: -4px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #666;
}

.tt-suggestion p {
  margin: 0;
}

/* Navigation
--------------------------------------------- */
/* === Navs === */
#navs {
  background-color: #fff;
}

/* navbar collapse breakpoint */
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,
.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-nav > li {
    float: none;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
}
/* --- Skip Nav --- */
.skip-nav a {
  background: #ccc;
  color: #333;
  display: block;
  font-size: 24px;
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: auto;
  width: 1px;
  transition: all 0.5s ease;
}

.skip-nav a:focus {
  position: static;
  height: auto;
  width: auto;
}

.skip-nav a:hover {
  color: #fff;
  background-color: #333;
}

/* === navbar === */
.navbar {
  border: none;
}

.navbar a,
.navbar a:hover,
.navbar a:focus {
  text-decoration: none;
}

.navbar label {
  font-weight: 400;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
}
/* --- nav last navbar --- */
/* --- navbar + navbar z-index --- */
.navbar {
  z-index: 1100;
}

.navbar ~ .navbar {
  z-index: 1090;
}

.navbar ~ .navbar ~ .navbar {
  z-index: 1080;
}

.navbar ~ .navbar ~ .navbar ~ .navbar {
  z-index: 1070;
}

.navbar ~ .navbar ~ .navbar ~ .navbar ~ .navbar {
  z-index: 1060;
}

.navbar ~ .navbar ~ .navbar ~ .navbar ~ .navbar ~ .navbar {
  z-index: 1050;
}

.navbar ~ .navbar ~ .navbar ~ .navbar ~ .navbar ~ .navbar ~ .navbar {
  z-index: 1040;
}

/* --- navbars wd legacy --- */
.wd-l-Header-inner .navbar {
  margin-bottom: 0;
}

.wd-l-Content .navbar-static-top {
  margin: -20px -20px 20px -20px;
}

.wd-l-Content .navbar-static-top:first-child {
  margin-top: -20px;
}

@media screen and (max-width: 719px) {
  .wd-l-Content .navbar-static-top,
.wd-l-Content .navbar-static-top:first-child {
    margin: -10px -10px 10px -10px;
  }
}
@media screen and (max-width: 767px) {
  .wd-l-Content .navbar-static-top .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .wd-l-Content .navbar-static-top .navbar-right {
    margin-right: 0;
  }
}
/* --- navbar-form --- */
.navbar-form {
  border: 0;
}

.navbar-form .checkbox,
.navbar-form .radio {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navbar-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form .input-group > .form-control {
    width: auto;
  }
}
/* --- navbar-nav --- */
.navbar-nav > li > a {
  white-space: nowrap;
}

/* --- navbar-right --- */
@media (min-width: 992px) {
  .navbar-right {
    margin-left: 15px;
  }

  .navbar-nav:not(.navbar-right) {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .navbar-nav,
.navbar-right,
.navbar-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* --- navbar-header --- */
.navbar-header h1,
.navbar-header h2,
.navbar-header h3 {
  float: left;
  min-height: 50px;
  padding: 0 10px 0 0;
  margin: 0;
  line-height: 50px;
}

@media (max-width: 991px) {
  .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* --- navbar-text --- */
/* --- navbar-auth --- */
/* --- navbar-sm --- */
.navbar-sm {
  font-size: 14px;
  min-height: 36px;
}

.navbar-sm .navbar-nav > li > a {
  padding: 8px 6px;
  line-height: 20px;
}

/* --- navbar-nav btn-group dropdown-menu --- */
@media (max-width: 767px) and (max-width: 991px) {
  .navbar-nav .btn-group.open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
/* navbar-iastate
-------------------------------------------------- */
.navbar-iastate {
  background: #333;
  color: #ccc;
  display: block;
  z-index: 1050;
}

@media only screen and (max-width: 991px) {
  .navbar-iastate > .container > ul.nav.navbar-nav, .container .wp-block-cover-image .navbar-iastate > .wp-block-cover__inner-container > ul.nav.navbar-nav,
.container .wp-block-cover .navbar-iastate > .wp-block-cover__inner-container > ul.nav.navbar-nav,
.navbar-iastate > .container-fluid > ul.nav.navbar-nav,
.navbar-iastate ul.nav > li,
.navbar-iastate ul.nav:not(.navbar-right) > li > a {
    float: left !important;
  }

  .navbar-iastate > .container > ul.nav.navbar-nav.navbar-right, .container .wp-block-cover-image .navbar-iastate > .wp-block-cover__inner-container > ul.nav.navbar-nav.navbar-right,
.container .wp-block-cover .navbar-iastate > .wp-block-cover__inner-container > ul.nav.navbar-nav.navbar-right,
.navbar-iastate > .container-fluid > ul.nav.navbar-nav.navbar-right,
.navbar-iastate ul.nav.navbar-right > li > a {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .navbar-iastate .navbar-right {
    margin-right: 0;
  }
}
.navbar-iastate .nav > li > a {
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 4px 8px;
  transition: all 0.25s ease;
}

.navbar-iastate .nav > li > a > .fa {
  color: #ccc;
  font-size: 14px;
}

.navbar-iastate .nav > li > a:focus,
.navbar-iastate .nav > li > a:hover {
  background-color: #555;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.navbar-iastate .dropdown:hover {
  background-color: #555;
}

.navbar-iastate .dropdown-menu {
  background-color: #555;
  border: 0 none;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
  font-size: 16px;
  padding: 0;
  z-index: 9999;
}

@media (max-width: 991px) {
  .navbar-iastate .navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-iastate .isu-index .dropdown-menu {
  min-width: 528px;
}

.navbar-iastate .isu-index .dropdown-menu > li {
  float: left;
}

.navbar-iastate .dropdown-menu > li > a {
  color: #ccc;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 4px 10px;
  min-width: 20px;
  transition: all 0.25s ease;
}

.navbar-iastate .isu-index .dropdown-menu > li > a {
  padding: 4px 3px;
  text-align: center;
}

.navbar-iastate .dropdown-menu > li > a:focus,
.navbar-iastate .dropdown-menu > li > a:hover {
  background-color: #777;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.navbar-iastate .isu-index .dropdown-menu > li:first-of-type > a {
  min-width: 24px;
  padding-left: 6px;
}

.navbar-iastate .isu-index .dropdown-menu > li:last-of-type > a {
  min-width: 24px;
  padding-right: 6px;
}

/* --- navbar-site --- */
.navbar-site {
  background-color: #c8102e;
  color: #fff;
  font-size: 20px;
  padding: 0;
  position: relative;
  right: 0;
  left: 0;
  height: auto;
  z-index: 1030;
}

.navbar-site .navbar-collapse {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .navbar-site .navbar-header,
.navbar-site .navbar-right {
    padding-left: 0;
    padding-right: 0;
  }
}
/* navbar-site-wordmark */
.navbar-site-wordmark {
  float: left;
}

@media only screen and (min-width: 992px) {
  .navbar-site-wordmark {
    max-width: 59%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-site-wordmark {
    float: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.navbar-site .wordmark-unit {
  color: #fff;
  font-family: Arial;
  height: 57px;
  margin: 36px 0 57px;
  /* pre-2.1.0
  	margin: 31px 0 32px;
  */
  padding: 0;
  text-align: left;
  width: auto;
}

@media only screen and (max-width: 991px) {
  .navbar-site .wordmark-unit {
    height: 42px;
    margin: 9px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 543px) {
  .navbar-site .wordmark-unit {
    height: 42px;
    margin: 10px auto 8px;
    width: 240px;
  }
}
.navbar-site a.wordmark-unit {
  display: inline-block;
}

.navbar-site a.wordmark-unit:focus,
.navbar-site a.wordmark-unit:hover {
  text-decoration: none;
}

.navbar-site .wordmark-isu {
  background-image: url("https://cdn.theme.iastate.edu/img/isu.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  color: transparent;
  display: block;
  font-size: 2.4rem;
  height: 27px;
  width: 360px;
}

@media only screen and (max-width: 991px) {
  .navbar-site .wordmark-isu {
    font-size: 1.2rem;
    height: 18px;
    margin: 0 auto;
    width: 240px;
  }
}
@media only screen and (max-width: 543px) {
  .navbar-site .wordmark-isu {
    height: 15px;
    width: 200px;
  }
}
.navbar-site .wordmark-unit-title {
  display: block;
  font-family: "Univers Black", "Univers", "Arial Black", "San Francisco", "Nimbus Sans", "Arial", sans-serif;
  font-weight: 900;
  font-size: 18px;
  height: 21px;
  line-height: 21px;
  margin-top: 9px;
}

@media only screen and (max-width: 991px) {
  .navbar-site .wordmark-unit-title {
    font-size: 14px;
    height: 24px;
    line-height: 16px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 543px) {
  .navbar-site .wordmark-unit-title {
    font-size: 12px;
    height: 26px;
    line-height: 13px;
    margin-top: 3px;
  }
}
/* navbar-site-info */
.navbar-site .navbar-site-info {
  float: right;
  text-align: right;
}

@media only screen and (min-width: 992px) {
  .navbar-site-info {
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-site-info {
    float: none !important;
  }

  .navbar-site-info {
    box-shadow: none;
  }
}
.navbar-site .navbar-site-info .navbar-nav {
  clear: both;
  margin: 0 0 0 auto;
  min-height: 50px;
}

@media (max-width: 991px) {
  .navbar-site .navbar-site-info .navbar-nav {
    float: right !important;
  }
}
.navbar-site .navbar-site-info .navbar-nav > li {
  float: left;
}

.navbar-site .navbar-site-info .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 10px;
  transition: all 0.25s ease;
}

.navbar-site .navbar-site-info .navbar-nav > li > a:focus,
.navbar-site .navbar-site-info .navbar-nav > li > a:hover {
  /* pre-2.1
  	background-color: rgba(0,0,0,0.15);
  */
  background: #fff;
  color: #c8102e;
  transition: all 0.25s ease;
}

/* navbar-site-search */
.navbar-site .navbar-site-search {
  position: relative;
}

.navbar-site .navbar-site-search .form-control {
  /* pre-2.1
  	background: #fff;
  	background: rgba(0,0,0,0.15);

  */
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  float: right;
  font-size: 14px;
  height: 34px;
  margin: 36px 0 0 0;
  opacity: 1;
  transition: all 0.5s ease;
  width: 34px;
}

.navbar-site .navbar-site-search .form-control:active,
.navbar-site .navbar-site-search .form-control:focus,
.navbar-site .navbar-site-search .form-control:hover {
  background: #fff;
  color: #333;
  min-width: 300px;
  opacity: 1;
  width: 100%;
}

.navbar-site .navbar-site-search .form-control::-webkit-input-placeholder {
  color: #fff;
}

.navbar-site .navbar-site-search .form-control:-moz-placeholder {
  color: #fff;
}

.navbar-site .navbar-site-search .form-control::-moz-placeholder {
  color: #fff;
}

.navbar-site .navbar-site-search .form-control:-ms-input-placeholder {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .navbar-site .navbar-site-search {
    padding: 0 0 10px;
    width: 100%;
  }

  .navbar-site .navbar-site-search .form-control {
    width: 100%;
    float: none;
    font-size: 24px;
    height: 48px;
    margin: 0;
  }

  .navbar-site .navbar-site-search .form-control:active,
.navbar-site .navbar-site-search .form-control:focus,
.navbar-site .navbar-site-search .form-control:hover {
    background: #f7f7f7;
  }

  .navbar-site .navbar-site-search .form-control::-webkit-input-placeholder {
    color: #e7e7e7;
  }

  .navbar-site .navbar-site-search .form-control:-moz-placeholder {
    color: #e7e7e7;
  }

  .navbar-site .navbar-site-search .form-control::-moz-placeholder {
    color: #e7e7e7;
  }

  .navbar-site .navbar-site-search .form-control:-ms-input-placeholder {
    color: #e7e7e7;
  }
}
.navbar-site .navbar-site-search .search-icon {
  display: block;
  height: 34px;
  width: 34px;
  padding: 10px;
}

/* navbar-toggle */
.navbar-site .navbar-toggle {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.navbar-site .navbar-toggle:hover,
.navbar-site .navbar-toggle:focus {
  background: transparent;
}

.navbar-site .navbar-toggle.navbar-toggle-left {
  float: left;
}

.navbar-site .navbar-toggle.navbar-toggle-right {
  float: right;
}

.navbar-site .navbar-toggle-label {
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  margin: 0 auto;
  text-transform: uppercase;
}

.navbar-site .navbar-toggle-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

/* menu-icon */
.navbar-site .menu-icon .icon-bar {
  background-color: #fff;
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.navbar-site .menu-icon > .icon-bar + .icon-bar {
  margin-top: 0;
}

.navbar-site .navbar-toggle.collapsed .menu-icon .icon-bar:nth-child(1) {
  top: 4px;
}

.navbar-site .navbar-toggle.collapsed .menu-icon .icon-bar:nth-child(2) {
  top: 10px;
}

.navbar-site .navbar-toggle.collapsed .menu-icon .icon-bar:nth-child(3) {
  top: 16px;
}

.navbar-site .navbar-toggle.collapsed:hover .menu-icon .icon-bar:nth-child(1) {
  top: 1px;
}

.navbar-site .navbar-toggle.collapsed:hover .menu-icon .icon-bar:nth-child(3) {
  top: 19px;
}

.navbar-site .navbar-toggle:not(.collapsed) .menu-icon .icon-bar:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.navbar-site .navbar-toggle:not(.collapsed) .menu-icon .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-site .navbar-toggle:not(.collapsed) .menu-icon .icon-bar:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

/* search-icon */
.navbar-site .search-icon:before,
.navbar-site .search-icon:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}

.navbar-site .navbar-toggle.collapsed .search-icon:before,
.navbar-site .search-icon:before {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 16px;
  border-width: 2px;
  transform: rotate(45deg);
  transition: all 0.25s, background-color 0s linear 0s;
}

@media (max-width: 991px) {
  .navbar-site .search-icon:before {
    top: 0;
  }
}
.navbar-site .navbar-toggle.collapsed .search-icon:after,
.navbar-site .search-icon:after {
  border-width: 1px;
  width: 0;
  height: 8px;
  left: 16px;
  top: 16px;
  margin-left: 0;
  margin-top: 0;
  background-color: #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.25s;
}

.navbar-site .navbar-toggle.collapsed:hover .search-icon:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}

.navbar-site .navbar-toggle.collapsed:hover .search-icon:after {
  height: 10px;
  left: 18px;
  top: 18px;
}

.navbar-site .navbar-toggle:not(.collapsed) .search-icon:before {
  width: 0;
  height: 100%;
  border-radius: 0;
  border-width: 1px;
  left: 50%;
  background-color: #ffffff;
  transition: all 0.25s, background-color 0s linear 0.3s;
  transform: translateX(-1px) rotate(45deg);
}

.navbar-site .navbar-toggle:not(.collapsed) .search-icon:after {
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar-site .navbar-site-search .search-icon {
  position: absolute;
  right: -6px;
  top: 42px;
  pointer-events: none;
}

@media (max-width: 991px) {
  .navbar-site .navbar-site-search .search-icon {
    display: none;
  }
}
/* --- navbar-menu --- */
.navbar-menu,
.navbar-menu-wrapper {
  min-height: 50px;
  z-index: 1110;
}

@media (max-width: 991px) {
  .navbar-menu,
.navbar-menu-wrapper {
    min-height: 0;
  }
}
.navbar-menu {
  background-color: #e7e7e7;
  border: none;
  /* pre-2.1
  	box-shadow: rgba(0,0,0,.25) 0 1px 1px;
  */
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
}

.navbar-menu.navbar {
  margin-bottom: 0;
}

.navbar-menu.affix {
  top: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .navbar-menu.affix {
    position: static;
  }
}
.navbar-menu .navbar-nav > li > a {
  border-color: transparent;
  border-style: solid;
  /* pre-2.1
  	border-width: 0 0 0 6px;
  	color: #444;
  	line-height: 30px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  */
  border-width: 0 0 0 6px;
  color: #7b7474;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0;
  padding: 18px 16px 24px 16px;
}

@media (min-width: 992px) {
  .navbar-menu .navbar-nav > li > a {
    border-width: 6px 0 0 0;
  }
}
.navbar-caps .navbar-nav > li > a {
  text-transform: uppercase;
}

/* pre-2.1
.navbar-menu.navbar-default .navbar-nav li > a:focus, 
.navbar-menu.navbar-default .dropdown-menu li > a:focus, 
.navbar-menu.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
.navbar-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 
*/
.navbar-menu.navbar-default .navbar-nav li > a:hover,
.navbar-menu.navbar-default .dropdown-menu li > a:hover,
.navbar-menu.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-menu.navbar-default .nav .open > a,
.navbar-menu.navbar-default .navbar-nav .open > a,
.navbar-menu.navbar-default .navbar-nav .active > a,
.navbar-menu.navbar-default .dropdown-menu .active > a,
.navbar-menu.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: transparent;
  border-color: #f1be48;
  color: #c8102e;
}

.navbar-menu.navbar-default .nav .open > a,
.navbar-menu.navbar-default .navbar-nav .open > a {
  /*
  	background-color: #e7e7e7;
  */
  color: #c8102e;
}

.navbar-menu .navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-menu .navbar-text,
.navbar-menu label {
  color: #333;
}

.navbar-menu .navbar-brand {
  font-size: 21px;
  height: 50px;
  line-height: 30px;
  padding: 10px 15px;
}

.navbar-menu .navbar-btn,
.navbar-menu .navbar-form {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* dropdown menus */
.navbar-menu .dropdown-menu {
  background-color: #e7e7e7;
  border: 0 none;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
  font-size: 16px;
  padding: 0;
}

@media (min-width: 768px) {
  .dropdown-submenu .dropdown-menu {
    margin-top: 0;
  }
}
.navbar-menu .nav.navbar-nav > .dropdown > .dropdown-menu > .dropdown.dropdown-submenu a:after {
  content: "";
  display: none;
}

/* dropdown-header */
.dropdown-header {
  padding: 20px 20px 10px;
}

/* dropdown-toggle */
.dropdown-menu li > a,
.dropdown-menu li > a.dropdown-toggle {
  padding: 10px 20px;
}

.label-dropdown-toggle {
  margin-left: 4px;
}

@media (max-width: 991px) {
  .label-dropdown-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-menu .navbar-nav .open .dropdown-menu > li > a {
    line-height: 32px;
    padding: 9px 20px;
  }

  .navbar-menu .navbar-nav .open .dropdown-menu > li > a.dropdown-toggle-mobile {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-menu.navbar .navbar-collapse .navbar-nav > li:first-of-type {
    border-top-width: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
  }

  .dropdown > .dropdown-toggle-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-menu .dropdown-submenu > a:not(.dropdown-toggle-mobile) {
    display: flex;
    align-items: center;
  }

  .navbar-menu .dropdown-submenu > a > .label-text {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
  }

  .navbar-menu .dropdown-submenu > a > .label-dropdown-toggle {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .navbar-menu .dropdown > .dropdown-toggle-mobile {
    border: 0;
    display: inline-block;
    height: 50px;
    line-height: 32px;
    overflow: hidden;
    padding: 9px 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 50px;
  }

  .navbar-menu .dropdown.open > .dropdown-toggle-mobile {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .navbar-menu .navbar-nav > .dropdown > .dropdown-menu > li > a:not(.dropdown-toggle-mobile) {
    padding-left: 30px;
  }

  .navbar-menu .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a:not(.dropdown-toggle-mobile) {
    padding-left: 50px;
  }

  .navbar-menu .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a:not(.dropdown-toggle-mobile) {
    padding-left: 70px;
  }

  .navbar-menu .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a:not(.dropdown-toggle-mobile) {
    padding-left: 90px;
  }

  .navbar-menu .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu a.dropdown-toggle-mobile {
    padding-left: 0;
  }
}
/* === megamenu === */
@media (min-width: 992px) {
  .nav > .megamenu {
    position: static;
  }
}
.megamenu .dropdown-menu {
  right: 0;
}

.megamenu .dropdown-menu.container, .megamenu .container .wp-block-cover-image .dropdown-menu.wp-block-cover__inner-container, .container .wp-block-cover-image .megamenu .dropdown-menu.wp-block-cover__inner-container,
.megamenu .container .wp-block-cover .dropdown-menu.wp-block-cover__inner-container,
.container .wp-block-cover .megamenu .dropdown-menu.wp-block-cover__inner-container {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  top: initial;
}

@media (min-width: 768px) {
  .megamenu .dropdown-menu.container, .megamenu .container .wp-block-cover-image .dropdown-menu.wp-block-cover__inner-container, .container .wp-block-cover-image .megamenu .dropdown-menu.wp-block-cover__inner-container,
.megamenu .container .wp-block-cover .dropdown-menu.wp-block-cover__inner-container,
.container .wp-block-cover .megamenu .dropdown-menu.wp-block-cover__inner-container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .megamenu .dropdown-menu.container, .megamenu .container .wp-block-cover-image .dropdown-menu.wp-block-cover__inner-container, .container .wp-block-cover-image .megamenu .dropdown-menu.wp-block-cover__inner-container,
.megamenu .container .wp-block-cover .dropdown-menu.wp-block-cover__inner-container,
.container .wp-block-cover .megamenu .dropdown-menu.wp-block-cover__inner-container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .megamenu .dropdown-menu.container, .megamenu .container .wp-block-cover-image .dropdown-menu.wp-block-cover__inner-container, .container .wp-block-cover-image .megamenu .dropdown-menu.wp-block-cover__inner-container,
.megamenu .container .wp-block-cover .dropdown-menu.wp-block-cover__inner-container,
.container .wp-block-cover .megamenu .dropdown-menu.wp-block-cover__inner-container {
    width: 1140px;
  }
}
/* --- navbar-app --- */
.navbar-app,
.navbar-inverse {
  background-color: #444;
  border-color: #333;
}

.navbar-app .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  color: #e7e7e7;
}

.navbar-app .navbar-nav > li > a:focus,
.navbar-app .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-app .navbar-nav > .active > a,
.navbar-app .navbar-nav > .active > a:focus,
.navbar-app .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #333;
}

.navbar-app .navbar-text,
.navbar-app label,
.navbar-inverse .navbar-text,
.navbar-inverse label {
  color: #e7e7e7;
}

.navbar-app .fa-inverse,
.navbar-inverse .fa-inverse {
  color: #444;
}

/* --- navbar-nav-tabs --- */
.navbar-nav-tabs {
  background-color: transparent;
}

.navbar-nav-tabs > li > a {
  background-color: #f3f3f3;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .navbar-nav-tabs > li > a {
    border-radius: 4px 4px 0 0;
    height: 44px;
    margin-top: 6px;
    margin-right: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav-tabs {
    margin-top: 5px;
  }

  .navbar-nav-tabs > li {
    float: left;
  }

  .navbar-nav-tabs > li > a {
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.navbar-default .navbar-nav-tabs > li > a:focus,
.navbar-default .navbar-nav-tabs > li > a:hover {
  background-color: #d8d8d8;
}

.navbar-default .navbar-nav-tabs > li.active > a,
.navbar-default .navbar-nav-tabs > li.active > a:focus,
.navbar-default .navbar-nav-tabs > li.active > a:hover {
  background-color: #fff;
  color: #333;
}

.navbar-nav > li > a > .badge {
  position: absolute;
  top: -5px;
  right: -2px;
  z-index: 100;
}

/*
navbar-nav-compact
*/
.navbar-nav-compact > li {
  text-align: center;
}

.navbar-nav-compact.navbar-nav-tabs > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  padding: 5px 10px;
  white-space: nowrap;
}

.navbar-nav-compact > li > a > .label-icon {
  display: inline-block;
  font-size: 16px;
  height: 16px;
  width: 16px;
}

.navbar-nav-compact > li > a > .label-text {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 2px;
  min-width: 60px;
}

/* === navbar-breadcrumbs === */
.navbar-nav-breadcrumbs {
  background-color: transparent;
}

.navbar-nav-breadcrumbs > li {
  display: inline-block;
  line-height: 20px;
  padding: 15px 0;
}

.navbar-nav-breadcrumbs > li.active {
  font-weight: 600;
}

.navbar-nav-breadcrumbs > li > a {
  display: inline-block;
  padding: 0;
}

.navbar-nav-breadcrumbs > li + li:before {
  padding: 15px 10px;
  color: #ccc;
  color: rgba(0, 0, 0, 0.5);
  content: "/ ";
}

/* === breadcrumb === */
.breadcrumb-wrapper {
  background-color: #f5f5f5;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

/* --- Post Nav --- */
#post-nav {
  background: #fff;
}

/* === Right Nav (deprecated in favor of side-nav) === */
@media (min-width: 768px) {
  .right-nav {
    padding-left: 20px;
  }
}
nav.right-nav.affix {
  top: 20px;
  margin-top: 0;
}

nav.right-nav.affix.nav-menu-affixed {
  top: 70px;
}

.right-nav.right-nav-collapse#right-nav-scroll-spy > ul li:not(.active) ul {
  display: none;
}

.right-nav ul {
  padding-bottom: 5px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.right-nav ul > li > a {
  color: #333;
  margin-bottom: 3px;
  padding: 0;
  transition: color 0.1s ease;
}

.right-nav ul > li > a:hover,
.right-nav ul > li > a:focus {
  background: none;
}

.right-nav ul > li > a:hover {
  color: #c8102e;
  text-decoration: none;
}

.right-nav ul > li.active > a {
  font-weight: 700;
}

.right-nav ul > li > a > .indicator {
  display: none;
  position: absolute;
  left: -1em;
  width: 1em;
  top: 50%;
  transform: translate(0, -50%);
}

.right-nav ul > li > a:hover > .indicator,
.right-nav ul > li.active > a > .indicator {
  display: inline-block;
}

.right-nav ul ul {
  padding-left: 20px;
}

.right-nav ul ul > li > a {
  color: #555;
  font-size: 0.9em;
}

/* === Side Nav === */
.side-nav {
  margin-bottom: 20px;
  padding: 20px 0;
}

.side-nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.side-nav-title {
  display: block;
  padding: 0 30px;
  font-size: 1.5em;
  font-weight: 600;
}

.side-nav a {
  color: rgba(0, 0, 0, 0.75);
  display: block;
  padding: 5px 30px;
  text-decoration: none;
}

.side-nav a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #c8102e;
}

.side-nav a.active,
.side-nav a.is-active {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}

.side-nav ul ul {
  margin-bottom: 5px;
}

.side-nav ul ul a {
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.95em;
  padding: 3px 30px 3px 60px;
}

/* --- themes --- */
.navbar-clear,
.navbar-clean,
.navbar-glass,
.navbar-transparent {
  background-color: transparent;
}

/*
navbar-black
*/
.navbar-black {
  background-color: #000000;
  border-color: #222222;
}

.navbar-black .navbar-brand,
.navbar-black .navbar-header h1,
.navbar-black .navbar-header h2,
.navbar-black .navbar-header h3 {
  color: #ffffff;
}

.navbar-black .navbar-brand:hover,
.navbar-black .navbar-brand:focus {
  color: #cccccc;
}

.navbar-black .navbar-text {
  color: #ffffff;
}

.navbar-black .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-black .navbar-nav > li > a:hover,
.navbar-black .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #cccccc;
}

.navbar-black .navbar-nav > .active > a,
.navbar-black .navbar-nav > .active > a:hover,
.navbar-black .navbar-nav > .active > a:focus,
.navbar-black .navbar-nav > .open > a,
.navbar-black .navbar-nav > .open > a:hover,
.navbar-black .navbar-nav > .open > a:focus {
  background-color: #222222;
  color: #cccccc;
}

.navbar-black .navbar-nav-tabs > li > a {
  background-color: #222222;
  color: #dddddd;
}

.navbar-black .navbar-nav-tabs > li > a:hover,
.navbar-black .navbar-nav-tabs > li > a:focus {
  background-color: #444444;
  color: #ffffff;
}

.navbar-black .navbar-nav-tabs > li.active > a,
.navbar-black .navbar-nav-tabs > li.active > a:hover,
.navbar-black .navbar-nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  color: #222222;
}

.navbar-black .navbar-toggle {
  border-color: #222222;
}

.navbar-black .navbar-toggle:hover,
.navbar-black .navbar-toggle:focus {
  background-color: #222222;
}

.navbar-black .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-black .navbar-collapse,
.navbar-black .navbar-form {
  border-color: #ffffff;
}

.navbar-black .navbar-link {
  color: #ffffff;
}

.navbar-black .navbar-link:hover {
  color: #cccccc;
}

@media (max-width: 767px) {
  .navbar-black .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }

  .navbar-black .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-black .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #cccccc;
  }

  .navbar-black .navbar-nav .open .dropdown-menu > .active > a,
.navbar-black .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-black .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #cccccc;
    background-color: #222222;
  }
}
/*
navbar-light-gray
*/
.navbar-light-gray {
  background-color: #ddd;
  border-color: #999;
}

.navbar-light-gray .navbar-brand,
.navbar-light-gray .navbar-header h1,
.navbar-light-gray .navbar-header h2,
.navbar-light-gray .navbar-header h3 {
  color: #000;
}

.navbar-light-gray .navbar-brand:hover,
.navbar-light-gray .navbar-brand:focus {
  color: #000;
}

.navbar-light-gray .navbar-text {
  color: #000;
}

.navbar-light-gray .navbar-nav > li > a {
  color: #666;
}

.navbar-light-gray .navbar-nav > li > a:hover,
.navbar-light-gray .navbar-nav > li > a:focus {
  background-color: #ddd;
  color: #333;
}

.navbar-light-gray .navbar-nav > .active > a,
.navbar-light-gray .navbar-nav > .active > a:hover,
.navbar-light-gray .navbar-nav > .active > a:focus,
.navbar-light-gray .navbar-nav > .open > a,
.navbar-light-gray .navbar-nav > .open > a:hover,
.navbar-light-gray .navbar-nav > .open > a:focus {
  background-color: #ddd;
  color: #444;
}

.navbar-light-gray .navbar-nav-tabs > li > a {
  background-color: #eee;
  color: #444;
}

.navbar-light-gray .navbar-nav-tabs > li > a:hover,
.navbar-light-gray .navbar-nav-tabs > li > a:focus {
  background-color: #e7e7e7;
  color: #333;
}

.navbar-light-gray .navbar-nav-tabs > li.active > a,
.navbar-light-gray .navbar-nav-tabs > li.active > a:hover,
.navbar-light-gray .navbar-nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  color: #333;
}

.navbar-light-gray .navbar-toggle {
  border-color: #333;
}

.navbar-light-gray .navbar-toggle:hover,
.navbar-light-gray .navbar-toggle:focus {
  background-color: #333;
}

.navbar-light-gray .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-light-gray .navbar-collapse,
.navbar-light-gray .navbar-form {
  border-color: #fff;
}

.navbar-light-gray .navbar-link {
  color: #333;
}

.navbar-light-gray .navbar-link:hover {
  color: #444;
}

@media (max-width: 767px) {
  .navbar-light-gray .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }

  .navbar-light-gray .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-light-gray .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #444;
  }

  .navbar-light-gray .navbar-nav .open .dropdown-menu > .active > a,
.navbar-light-gray .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-light-gray .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333;
    background-color: #000;
  }
}
.navbar-menu .navbar-nav > li > a {
  color: #6c6666;
}

.admin-bar .navbar-menu.affix {
  top: 32px;
}
.admin-bar nav.right-nav.affix {
  top: 40px;
}
.admin-bar nav.right-nav.nav-menu-affixed.affix {
  top: 100px;
}

.pager div {
  display: inline;
}
.pager div > a,
.pager div > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager div > a:hover,
.pager div > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .nav-next > a,
.pager .nav-next > span {
  float: right;
}
.pager .nav-previous > a,
.pager .nav-previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fff;
}

.entry-content > .page-links {
  margin: 10px 5px;
}

.page-links {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.page-links > .page-links-label {
  float: left;
}
.page-links > .page-links-elements {
  display: inline;
}
.page-links > .page-links-elements > a,
.page-links > .page-links-elements > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #c8102e;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-links > .page-links-elements > a:hover, .page-links > .page-links-elements > a:focus,
.page-links > .page-links-elements > span:hover,
.page-links > .page-links-elements > span:focus {
  z-index: 2;
  color: #810a1e;
  background-color: #eeeeee;
  border-color: #ddd;
}
.page-links > .page-links-elements > a:first-child,
.page-links > .page-links-elements > span:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-links > .page-links-elements > a:last-child,
.page-links > .page-links-elements > span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-links > .page-links-elements > a.current, .page-links > .page-links-elements > a.current:hover, .page-links > .page-links-elements > a.current:focus,
.page-links > .page-links-elements > span.current,
.page-links > .page-links-elements > span.current:hover,
.page-links > .page-links-elements > span.current:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #333333;
  border-color: #333333;
}
.page-links > .page-links-elements > .disabled > span,
.page-links > .page-links-elements > .disabled > span:hover,
.page-links > .page-links-elements > .disabled > span:focus,
.page-links > .page-links-elements > .disabled > a,
.page-links > .page-links-elements > .disabled > a:hover,
.page-links > .page-links-elements > .disabled > a:focus {
  color: #ccc;
  cursor: not-allowed;
  background-color: #e3e3e3;
  border-color: #ccc;
}

.dropdown-submenu.dropright .dropdown-menu {
  margin-left: 1px;
}

.dropdown-submenu.dropleft .dropdown-menu {
  margin-right: 1px;
}

[x-placement^=bottom-] .dropdown-submenu .dropdown-menu,
.navbar .dropdown-submenu .dropdown-menu {
  bottom: auto;
  margin-top: calc(-0.5rem - 1px);
}

[x-placement^=top-] .dropdown-submenu .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-bottom: calc(-0.5rem - 1px);
}

.dropdown-submenu.dropright > .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-submenu.dropright > .dropdown-toggle::after {
  margin-right: -12px;
}

/* Posts and pages
--------------------------------------------- */
/* === Main === */
main {
  margin: 0;
  padding: 0;
}

main.flush-top {
  padding-top: 0;
}

.container-break, .container .alignfull, .container .wp-block-cover-image .wp-block-cover__inner-container .alignfull,
.container .wp-block-cover .wp-block-cover__inner-container .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.sticky {
  display: block;
  background-color: rgba(238, 212, 132, 0.5);
  border-radius: 6px;
}

body .post,
body .page {
  margin: 0 0 1.5em;
}

article.post {
  padding: 0 1em;
}

.updated:not(.published) {
  display: none;
}

.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

main.flush-top .page-content,
main.flush-top .entry-content,
main.flush-top .entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-meta {
  margin-bottom: 10px;
}

.entry-footer {
  margin: 34px 0;
  clear: both;
}

.media-footer {
  margin: 5px 0;
}

article.media {
  margin-bottom: 10px;
}

.page-header {
  margin: 0;
}

.label-taxonomy {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
  color: #333333;
  background-color: #fff;
}

.label-taxonomy[href]:hover,
.label-taxonomy[href]:focus {
  background-color: #707372;
}

.isu-feature-header {
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 36px;
  margin: 0 0 10px 0;
  padding: 0 5px;
  text-shadow: 0 1px 2px #fff;
}

.isu-feature {
  background-color: transparent;
  background-image: none;
  color: #333;
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 180px;
  padding: 0 10px;
  overflow: hidden;
}

/*
// Accessibility?
.site-main a{
	text-decoration: underline;
}
 */
/* footer-social */
.footer-social {
  text-align: center;
}

.footer-social ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.footer-social a {
  color: #c8102e;
  display: block;
  height: auto;
  line-height: normal;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  vertical-align: middle;
}

.footer-social a:hover,
.footer-social a:hover .footer-social-icon {
  color: #f1be48;
  text-decoration: none;
}

.footer-social .fa-lg {
  font-size: 1.75em;
}

/* === Backgrounds === */
.bg-placeholder {
  background-color: lightgrey;
  background-image: linear-gradient(to right bottom, transparent calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% + 0.5px), transparent calc(50% + 0.5px)), linear-gradient(to left bottom, transparent calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

.bg-no {
  background-image: linear-gradient(to top right, transparent 0%, transparent 49%, red 49%, red 51%, transparent 51%);
}

.bg-checkerboard {
  background-color: white;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2)), linear-gradient(45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));
  background-size: 24px 24px;
  background-position: 0 0, 12px 12px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body {
  border-bottom: 0;
}

.comment-author.vcard {
  font-size: 17px;
}

h2.comments-title {
  margin-top: 40px;
}

h3.comment-reply-title {
  margin-top: 40px;
}

ol.comment-list article {
  margin-bottom: 0;
}
ol.comment-list li.comment {
  position: relative;
  padding-left: 60px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
ol.comment-list li.comment .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
ol.comment-list li.comment:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
ol.comment-list ol.children {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-left: 50px;
  padding-top: 30px;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}

.alignfull img {
  width: 100vw;
}

/* Responsive Embed
--------------------------------------------- */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive .wp-embed-responsive .wp-block-embed, .wp-embed-responsive .embed-responsive .wp-block-embed,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3, .wp-embed-aspect-4-3 {
  padding-bottom: 75%;
}

/*
.wp-embed-aspect-16-9{
	@extend .embed-responsive-16by9;
}
*/
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Color Palette
--------------------------------------------- */
/* === Themes === */
/* anchor states */
a[class*=color-]:not([class*=bg-hover]):hover,
a[class*=color-]:not([class*=bg-hover]):focus,
a[class*=color-]:not([class*=bg-hover]):active,
a:not([class*=bg-hover]):hover [class*=color-],
a:not([class*=bg-hover]):focus [class*=color-],
a:not([class*=bg-hover]):active [class*=color-] {
  filter: brightness(0.8);
}

/* gradients */
.gradient-fill-gold-white {
  fill: url(#gradient-fill-gold-white) var(--iastate-gold);
}

.gradient-fill-white-light-blue {
  fill: url(#gradient-fill-white-light-blue) var(--iastate-light-blue);
}

.gradient-fill-red-gold {
  fill: url(#gradient-fill-red-gold) var(--iastate-red);
}

.bg-gradient-orange-red {
  background: linear-gradient(90deg, #be531c 0%, #c8102e 50%);
}

/* backgrounds */
.bg-image {
  background-color: lightgrey;
  background-image: linear-gradient(to right bottom, transparent calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% + 0.5px), transparent calc(50% + 0.5px)), linear-gradient(to left bottom, transparent calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% + 0.5px), transparent calc(50% + 0.5px));
  background-position: center center;
  background-size: cover;
}

[class*=bg-cloud] {
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-cloud-1 {
  background-image: url("https://cdn.theme.iastate.edu/img/adventure/cloud-1.jpg");
}

.bg-cloud-1-45 {
  background-image: url("https://cdn.theme.iastate.edu/img/adventure/cloud-1-45.jpg");
}

.bg-cloud-1-tr-bl {
  background-image: url("https://cdn.theme.iastate.edu/img/adventure/cloud-1-tr-bl.jpg");
}

.bg-cloud-1-l {
  background-image: url("https://cdn.theme.iastate.edu/img/adventure/cloud-1-l.jpg");
}

.bg-cloud-2 {
  background-image: url("https://cdn.theme.iastate.edu/img/adventure/cloud-2.jpg");
}

/* adventure-borders */
.adventure-border-left {
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-width: 0 0 0 2px;
}

/* clip shapes */
.clip-circle {
  -webkit-clip-path: circle(50% at center);
  clip-path: circle(50% at center);
}

.clip-triangle {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.clip-diamond {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.clip-square {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.clip-rounded {
  -webkit-clip-path: inset(0 0 0 0 round 10px);
  clip-path: inset(0 0 0 0 round 10px);
}

.clip-pentagon {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

/* adventure-megamenu */
.navbar-menu .adventure-megamenu .dropdown-menu {
  box-shadow: none;
}

.dropdown-hover.megamenu a > .label-arrow {
  display: none;
}

@media (min-width: 992px) {
  .dropdown-hover.megamenu:hover .dropdown-menu {
    background-color: transparent;
    display: block;
  }

  .dropdown-hover.megamenu:hover a > .label-arrow {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%);
    color: #e7e7e7;
    z-index: 2000;
  }

  .megamenu.adventure-megamenu .dropdown-menu.container, .megamenu.adventure-megamenu .container .wp-block-cover-image .dropdown-menu.wp-block-cover__inner-container, .container .wp-block-cover-image .megamenu.adventure-megamenu .dropdown-menu.wp-block-cover__inner-container,
.megamenu.adventure-megamenu .container .wp-block-cover .dropdown-menu.wp-block-cover__inner-container,
.container .wp-block-cover .megamenu.adventure-megamenu .dropdown-menu.wp-block-cover__inner-container,
.adventure-megamenu .megamenu-liner {
    background-color: #ffffff;
    display: flex;
    margin-top: 0;
    padding: 48px 48px 72px 48px;
    --p: polygon(0 0%, 100% 0%, 100% 90%, 0 100%);
    -webkit-clip-path: var(--p);
    clip-path: var(--p);
    transform: translate3d(0, 0, 0);
  }

  .adventure-megamenu .dropdown-menu > .megamenu-wrapper {
    filter: drop-shadow(12px 10px 0 rgba(0, 0, 0, 0.25));
    transform: translate3d(0, 0, 0);
  }
}
/* adventure-carousel */
@media (max-width: 767px) {
  .carousel.adventure-carousel {
    margin: 0;
  }
}
.adventure-carousel .carousel-inner > .item > img,
.adventure-carousel .carousel-inner > .item > a > img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.adventure-carousel .carousel-player button,
.adventure-carousel .carousel-indicators li {
  text-indent: 0;
  height: 18px;
  width: 18px;
  margin: 0;
}

.adventure-carousel .carousel-indicators .btn.active {
  height: 18px;
  width: 18px;
  background-color: #f1be48 !important;
  border: none;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.25);
}

.adventure-carousel .carousel-controls {
  right: 30px;
  top: 60px;
  bottom: unset;
}

.adventure-carousel .carousel-controls .btn {
  background: none;
  border-color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 3px;
  color: #fff;
  line-height: 12px;
  margin: 8px;
  padding: 0;
}

.adventure-carousel .carousel-controls .carousel-player .btn {
  border: none;
}

/* adventure-btn */
.btn-adventure,
.adventure-btn {
  border: 0;
  border-radius: 0;
  touch-action: manipulation;
  cursor: pointer;
  display: inline-block;
  font-family: "Nimbus Sans Condensed Bold";
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 0.25em 0.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.adventure-btn:hover,
a.adventure-btn:focus,
a.adventure-btn:active,
a .adventure-btn:hover,
a .adventure-btn:focus,
a .adventure-btn:active,
adventure-btn:hover,
adventure-btn:focus,
adventure-btn:active {
  text-decoration: none;
}

.btn-shape {
  position: relative;
}

.btn-circle,
.btn-circle-shadow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.btn-circle-shadow {
  border-width: 2px;
}

.btn-circle {
  border-width: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -8px;
  right: -8px;
}

/* adventure-btn-grid */
.adventure-btn-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.adventure-btn-grid .adventure-btn {
  margin-bottom: 1%;
}

.adventure-btn-grid-1 .adventure-btn {
  width: 100%;
}

.adventure-btn-grid-2 .adventure-btn {
  width: 49.5%;
}

.adventure-btn-grid-3 .adventure-btn {
  width: 32.65%;
}

.adventure-btn-grid-4 .adventure-btn {
  width: 24.25%;
}

.adventure-btn-grid-5 .adventure-btn {
  width: 19.2%;
}

/* adventure-page-header */
.adventure-page-header,
.adventure-block-page-header {
  background-color: #cccccc;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .adventure-page-header,
.adventure-block-page-header {
    min-height: 300px;
  }
}
.adventure-page-header h1,
.adventure-block-page-header h1 {
  color: #ffffff;
  font-family: "Nimbus Sans Condensed Bold";
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  z-index: 20;
}

/* adventure-heading */
.adventure-heading,
.adventure-block-heading {
  font-family: "Nimbus Sans";
  font-size: 48px;
  font-weight: 700;
  margin: 60px 0;
  position: relative;
  text-align: center;
  text-transform: none;
  z-index: 20;
}

.adventure-heading > em,
.adventure-block-heading > em {
  font-family: "Merriweather";
  font-weight: 300;
}

.adventure-heading.red > em,
.adventure-block-heading.red > em {
  color: #7c2529;
  box-shadow: inset 0 -0.5em 0 0 #f1be48;
}

.adventure-heading.white > em,
.adventure-block-heading.white > em {
  color: #f1be48;
  box-shadow: inset 0 -0.5em 0 0 #c8102e;
}

.adventure-heading.black > em,
.adventure-block-heading.black > em {
  color: #c8102e;
  box-shadow: inset 0 -0.5em 0 0 #cde0ee;
}

/* adventure-stat */
.adventure-stat,
.adventure-block-stat {
  position: absolute;
  text-align: center;
  z-index: 20;
}

@media only screen and (max-width: 991px) {
  .adventure-stat,
.adventure-block-stat {
    position: unset;
    z-index: 20;
  }
}
.adventure-stat-value,
.adventure-block-stat-value {
  font-family: "Nimbus Sans Condensed Bold";
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: -8px 4px rgba(0, 0, 0, 0.25);
}

.adventure-stat-label,
.adventure-block-stat-label {
  font-family: "Merriweather";
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0;
}

/* adventure-photo-button */
.adventure-photo-button,
.adventure-block-photo-button {
  display: block;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 20;
}

.adventure-photo-button img,
.adventure-block-photo-button img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  width: 100%;
}

.adventure-photo-button:hover img,
.adventure-block-photo-button:hover img {
  opacity: 1;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.adventure-photo-button .shadow-black-trans,
.adventure-block-photo-button .shadow-black-trans {
  filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.25));
}

.adventure-photo-button .shadow-gold,
.adventure-block-photo-button .shadow-gold {
  filter: drop-shadow(10px 10px 0 #f1be48);
}

.adventure-photo-button-title.above,
.adventure-block-photo-button-title.above {
  margin-bottom: 20px;
}

.adventure-photo-button-title.middle,
.adventure-block-photo-button-title.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.adventure-photo-button-title.below,
.adventure-block-photo-button-title.below {
  margin-top: 20px;
}

/* adventure-basic */
.adventure-basic,
.adventure-block-basic {
  position: relative;
  z-index: 20;
}

.adventure-basic-title,
.adventure-block-basic-title {
  font-family: "Nimbus Sans Condensed Bold";
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.adventure-basic p,
.adventure-block-basic p {
  margin-bottom: 30px;
}

.adventure-basic-divider,
.adventure-block-basic-divider {
  border-color: rgba(0, 0, 0, 0.25);
  border-style: solid;
  border-width: 0 0 0 2px;
  padding: 0 0 0 60px;
}

@media only screen and (max-width: 991px) {
  .adventure-basic-divider,
.adventure-block-basic-divider {
    border-width: 2px 0 0 0;
    padding: 60px 0 0 0;
  }
}
/* adventure-subhead */
.adventure-subhead {
  font-family: "Nimbus Sans Condensed Bold";
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0.1em 0.5em;
  text-transform: uppercase;
}

.adventure-subhead > em {
  font-style: normal;
}

.adventure-subhead.red > em {
  color: var(--iastate-dark-red);
}

.adventure-subhead-block,
.adventure-block-subhead {
  margin: 0 0 60px 0;
  position: relative;
  z-index: 20;
}

.adventure-subhead-block-header,
.adventure-block-subhead-header {
  position: absolute;
  font-family: "Nimbus Sans Condensed Bold";
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: -3px 3px #7c2529;
  text-transform: uppercase;
  top: -85px;
  left: 40px;
  z-index: 25;
}

.adventure-subhead-block-header > em,
.adventure-block-subhead-header > em {
  color: #ffffff;
  font-size: 96px;
  font-style: normal;
}

.adventure-subhead-block-title,
.adventure-block-subhead-title {
  margin: 20px 0 20px -40px;
  z-index: 25;
}

.adventure-subhead-block-link,
.adventure-block-subhead-link {
  text-align: right;
  width: 100%;
}

.adventure-subhead-block-shadow,
.adventure-block-subhead-shadow {
  filter: drop-shadow(12px 10px 0 rgba(0, 0, 0, 0.25));
  position: relative;
  transform: translate3d(0, 0, 0);
}

.adventure-subhead-block-bg,
.adventure-block-subhead-bg {
  margin: 20px;
  padding: 20px;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 991px) {
  .adventure-subhead-block,
.adventure-block-subhead {
    margin-bottom: 90px;
  }

  .adventure-subhead-block-date,
.adventure-block-subhead-date {
    top: -90px;
  }

  .adventure-subhead-block-title,
.adventure-block-subhead-title {
    top: 30px;
  }
}
/* adventure-subhead-photo */
.adventure-subhead-photo,
.adventure-block-photo-subhead {
  margin: 60px 0;
  position: relative;
  z-index: 20;
}

.adventure-subhead-photo-title,
.adventure-block-photo-subhead-title {
  position: absolute;
  top: 30px;
  left: -20px;
}

.adventure-subhead-photo-image,
.adventure-block-photo-subhead-image {
  box-shadow: 10px 10px 0 #f1be48;
  z-index: 21;
}

/* adventure-photo-1 */
.adventure-photo-1,
.adventure-block-photo-1 {
  margin: 60px 0 120px 0;
  min-height: 120px;
  padding: 30px 0;
  position: relative;
  z-index: 20;
}

.adventure-photo-1-title,
.adventure-block-photo-1-title {
  font-family: "Nimbus Sans Condensed Bold";
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}

.adventure-photo-1-by-line,
.adventure-block-photo-1-by-line {
  font-family: "Merriweather";
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  margin-bottom: 20px;
}

.adventure-photo-1-shadow,
.adventure-block-photo-1-shadow {
  filter: drop-shadow(12px 10px 0 #f0be48);
  position: relative;
  transform: translate3d(0, 0, 0);
  z-index: 22;
}

.adventure-photo-1-bg,
.adventure-block-photo-1-bg {
  margin: 0 35% 30px 0;
  padding: 30px;
  --p: polygon(0 0%, 100% 2%, 96% 100%, 2% 95%);
  -webkit-clip-path: var(--p);
  clip-path: var(--p);
  transform: translate3d(0, 0, 0);
  z-index: 23;
}

.adventure-photo-1-photo,
.adventure-block-photo-1-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  z-index: 21;
}

.adventure-photo-1 p,
.adventure-block-photo-1 p {
  font-size: 0.9em;
  margin-right: 20%;
}

.adventure-photo-1 .btn-shape,
.adventure-block-photo-1 .btn-shape {
  position: absolute;
  top: 50%;
  right: 33%;
  z-index: 24;
}

/* adventure-photo-2 */
.adventure-photo-2,
.adventure-block-photo-2 {
  align-items: center;
  display: flex;
  margin: 60px 0 120px 0;
  min-height: 120px;
  padding: 30px 0;
  position: relative;
  z-index: 20;
}

.adventure-photo-2-text,
.adventure-block-photo-2-text {
  margin: 30px;
  padding: 0 20px;
  width: 40%;
}

.adventure-photo-2-title,
.adventure-block-photo-2-title {
  font-family: "Nimbus Sans Condensed Bold";
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.adventure-photo-2 p,
.adventure-block-photo-2 p {
  font-size: 0.9em;
}

.adventure-photo-2 .btn-shape,
.adventure-block-photo-2 .btn-shape {
  position: absolute;
  top: 60%;
  right: -50px;
  z-index: 24;
}

.adventure-photo-2-photo,
.adventure-block-photo-2-photo {
  box-shadow: 10px 10px 0 #be531c;
  transform: rotate(-9deg);
  width: 60%;
  z-index: 21;
}

.adventure-photo-2-divider,
.adventure-block-photo-2-divider {
  border-style: solid;
  border-width: 0 0 0 2px;
}

@media only screen and (max-width: 991px) {
  .adventure-photo-2,
.adventure-block-photo-2 {
    flex-direction: column;
  }

  .adventure-photo-2-text,
.adventure-block-photo-2-text {
    width: 100%;
  }

  .adventure-photo-2-photo,
.adventure-block-photo-2-photo {
    width: 80%;
  }

  .adventure-photo-2-divider,
.adventure-block-photo-2-divider {
    border-width: 2px 0 0 0;
  }
}
/* adventure-shape */
.adventure-shape,
.adventure-block-shape {
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 5;
}

.adventure-shape-shadow,
.adventure-block-shape-shadow {
  -webkit-filter: drop-shadow(-10px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-10px 10px rgba(0, 0, 0, 0.2));
  transform: translate3d(0, 0, 0);
}

/* adventure-shape-button */
.adventure-shape-button-block,
.adventure-block-shape-button {
  font-family: "Nimbus Sans Condensed Bold";
  font-size: 24px;
  font-weight: 500;
  margin: 60px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 20;
}

.adventure-shape-button {
  display: inline-block;
  position: relative;
}

.adventure-shape-button svg:not(:root) {
  overflow: visible;
}

.adventure-shape-button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 27px;
  padding: 20px;
  position: absolute;
  z-index: 25;
}

.adventure-shape-button-block-divider,
.adventure-block-shape-button-divider {
  display: inline-block;
  position: relative;
  height: 180px;
}

/* adventure-divider-vertical */
.adventure-divider-vertical {
  display: table;
  text-align: center;
  height: 180px;
  width: 120px;
}

.adventure-divider-vertical .adventure-divider-vertical-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.adventure-divider-vertical .adventure-divider-vertical-text:before,
.adventure-divider-vertical .adventure-divider-vertical-text:after {
  position: absolute;
  content: "";
  width: 1px;
  left: 50%;
  border-left: 2px solid rgba(0, 0, 0, 0.25);
}

.adventure-divider-vertical .adventure-divider-vertical-text:before {
  bottom: 50%;
  top: 20px;
  margin-bottom: 30px;
}

.adventure-divider-vertical .adventure-divider-vertical-text:after {
  top: 50%;
  bottom: 20px;
  margin-top: 30px;
}

/* adventure-block-list */
.adventure-block-list {
  margin: -30px 0 0 0;
  position: relative;
  z-index: 20;
}

.adventure-block-list-shadow {
  filter: drop-shadow(12px 10px 0 rgba(0, 0, 0, 0.25));
  position: relative;
}

.adventure-block-list-bg {
  padding: 30px 30px 40px 30px;
  --p: polygon(0 0%, 100% 0%, 100% 96%, 0 100%);
  -webkit-clip-path: var(--p);
  clip-path: var(--p);
  transform: translate3d(0, 0, 0);
}

/* adventure-list */
.adventure-list {
  z-index: 20;
}

.adventure-list-heading {
  font-family: "Nimbus Sans Condensed Bold";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.adventure-list ul,
ul.adventure-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.adventure-list ul ul,
ul.adventure-list ul {
  margin-left: 20px;
}

.adventure-list.adventure-links li {
  margin: 0 0 10px 0;
}

.adventure-list li > a,
.adventure-list > li > a {
  text-decoration: none;
}

.adventure-list li > a,
.adventure-list li > a:hover,
.adventure-list li > a:focus,
.adventure-list li > a:active,
.adventure-list > li > a,
.adventure-list > li > a:hover,
.adventure-list > li > a:focus,
.adventure-list > li > a:active,
.dropdown-menu .adventure-list li > a {
  margin: 0;
  padding: 0;
}

/* adventure-link */
a.adventure-link,
a.adventure-link:visited,
.adventure-links a,
.adventure-links a:visited {
  color: var(--iastate-red);
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

a.adventure-link:hover,
a.adventure-link:focus,
a.adventure-link:active,
.adventure-links a:hover,
.adventure-links a:focus,
.adventure-links a:active {
  box-shadow: inset 0 -0.5em 0 0 #f1be48;
  text-decoration: none;
}

/* adventure-expand */
.adventure-expand .panel-group .panel,
.adventure-block-expand .panel-group .panel {
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 36px;
}

.adventure-expand .panel,
.adventure-block-expand .panel {
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.adventure-block-expand .panel-group .panel-heading + .panel-collapse > .panel-body,
.adventure-block-expand .panel-group .panel-heading + .panel-collapse > .list-group {
  border: 0 none;
}

.adventure-expand .panel-heading,
.adventure-block-expand .panel-heading {
  padding: 0;
  position: relative;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus,
.panel-heading small {
  text-decoration: none;
}

.adventure-expand .panel-heading a > .toggle-icon,
.adventure-block-expand .panel-heading a > .toggle-icon {
  cursor: pointer;
  display: block;
  position: absolute;
  left: -36px;
  top: 0.2em;
  width: 0.6em;
  height: 0.6em;
}

.adventure-expand .panel-heading a > .toggle-icon:before,
.adventure-expand .panel-heading a > .toggle-icon:after,
.adventure-block-expand .panel-heading a > .toggle-icon:before,
.adventure-block-expand .panel-heading a > .toggle-icon:after {
  background: var(--iastate-gold);
  content: "";
  height: 2px;
  left: 0;
  top: 0.3em;
  position: absolute;
  width: 0.6em;
  transition: transform 500ms ease;
}

.adventure-expand .panel-heading a > .toggle-icon:after,
.adventure-block-expand .panel-heading a > .toggle-icon:after {
  transform-origin: center;
}

.adventure-expand .panel-heading a.collapsed > .toggle-icon:after,
.adventure-block-expand .panel-heading a.collapsed > .toggle-icon:after {
  transform: rotate(90deg);
}

.adventure-expand .panel-heading a.collapsed > .toggle-icon:before,
.adventure-block-expand .panel-heading a.collapsed > .toggle-icon:before {
  transform: rotate(180deg);
}

.adventure-expand .panel-body,
.adventure-block-expand .panel-body {
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

@media (min-width: 1200px) {
  .has-sidebar .container .col-md-9 .alignwide, .container .wp-block-cover-image .has-sidebar .wp-block-cover__inner-container .col-md-9 .alignwide,
.container .wp-block-cover .has-sidebar .wp-block-cover__inner-container .col-md-9 .alignwide {
    margin-left: calc(-37.5vw + 65%);
    width: 75vw;
  }
}
@media (min-width: 992px) {
  .has-sidebar .container .col-md-9 .alignfull, .container .wp-block-cover-image .has-sidebar .wp-block-cover__inner-container .col-md-9 .alignfull,
.container .wp-block-cover .has-sidebar .wp-block-cover__inner-container .col-md-9 .alignfull {
    margin-left: calc(-50vw + 68.5%);
  }
}
@media (min-width: 1200px) {
  .has-sidebar .container .col-lg-9 .alignfull, .container .wp-block-cover-image .has-sidebar .wp-block-cover__inner-container .col-lg-9 .alignfull,
.container .wp-block-cover .has-sidebar .wp-block-cover__inner-container .col-lg-9 .alignfull {
    margin-left: calc(-50vw + 68.5%);
  }
}

/* === Utility === */
.overflow-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* thumbnail */
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}

.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}

.thumbnail .caption {
  font-size: 85%;
  margin: 0;
}

/* widths by percent */
/* useful for lining up columns in tables, etc. */
.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

/* Print
--------------------------------------------- */
/* === @media print === */
@media print {
  a[href]:after {
    content: none !important;
  }

  header,
footer,
.navbar-menu-wrapper,
.navbar-nav,
.navbar-form {
    display: none;
  }

  .navbar {
    display: block;
    min-height: 0;
  }
}

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