@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: Madden Media Generic
Author: Madden Media

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
}

sup {
  top: 0;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding-left: 1em;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li {
  margin-bottom: 1em;
}
li.menu-item {
  margin-bottom: inherit;
  line-height: 1em;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
ONE IDAHO COLORS
*********************/
/*********************
BASE COLORS
*********************/
/******************************************************************
Stylesheet: Typography

******************************************************************/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

/******************************************************************
Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Stylesheet: Universal CSS

CSS styles that can be generically reused across elements.

******************************************************************/
/*********************
LAYOUT STYLES
*********************/
.minH100 {
  min-height: 100px;
}

.minW100 {
  min-width: 100px;
}

.maxW100 {
  max-width: 100px;
}

.fixedW100 {
  width: 100px;
}

.minH125 {
  min-height: 125px;
}

.minW125 {
  min-width: 125px;
}

.maxW125 {
  max-width: 125px;
}

.fixedW125 {
  width: 125px;
}

.minH150 {
  min-height: 150px;
}

.minW150 {
  min-width: 150px;
}

.maxW150 {
  max-width: 150px;
}

.fixedW150 {
  width: 150px;
}

.minH175 {
  min-height: 175px;
}

.minW175 {
  min-width: 175px;
}

.maxW175 {
  max-width: 175px;
}

.fixedW175 {
  width: 175px;
}

.minH200 {
  min-height: 200px;
}

.minW200 {
  min-width: 200px;
}

.maxW200 {
  max-width: 200px;
}

.fixedW200 {
  width: 200px;
}

.minH225 {
  min-height: 225px;
}

.minW225 {
  min-width: 225px;
}

.maxW225 {
  max-width: 225px;
}

.fixedW225 {
  width: 225px;
}

.minH250 {
  min-height: 250px;
}

.minW250 {
  min-width: 250px;
}

.maxW250 {
  max-width: 250px;
}

.fixedW250 {
  width: 250px;
}

.minH275 {
  min-height: 275px;
}

.minW275 {
  min-width: 275px;
}

.maxW275 {
  max-width: 275px;
}

.fixedW275 {
  width: 275px;
}

.minH300 {
  min-height: 300px;
}

.minW300 {
  min-width: 300px;
}

.maxW300 {
  max-width: 300px;
}

.fixedW300 {
  width: 300px;
}

.minH325 {
  min-height: 325px;
}

.minW325 {
  min-width: 325px;
}

.maxW325 {
  max-width: 325px;
}

.fixedW325 {
  width: 325px;
}

.minH350 {
  min-height: 350px;
}

.minW350 {
  min-width: 350px;
}

.maxW350 {
  max-width: 350px;
}

.fixedW350 {
  width: 350px;
}

.minH375 {
  min-height: 375px;
}

.minW375 {
  min-width: 375px;
}

.maxW375 {
  max-width: 375px;
}

.fixedW375 {
  width: 375px;
}

.minH400 {
  min-height: 400px;
}

.minW400 {
  min-width: 400px;
}

.maxW400 {
  max-width: 400px;
}

.fixedW400 {
  width: 400px;
}

.minH425 {
  min-height: 425px;
}

.minW425 {
  min-width: 425px;
}

.maxW425 {
  max-width: 425px;
}

.fixedW425 {
  width: 425px;
}

.minH450 {
  min-height: 450px;
}

.minW450 {
  min-width: 450px;
}

.maxW450 {
  max-width: 450px;
}

.fixedW450 {
  width: 450px;
}

.minH475 {
  min-height: 475px;
}

.minW475 {
  min-width: 475px;
}

.maxW475 {
  max-width: 475px;
}

.fixedW475 {
  width: 475px;
}

.minH500 {
  min-height: 500px;
}

.minW500 {
  min-width: 500px;
}

.maxW500 {
  max-width: 500px;
}

.fixedW500 {
  width: 500px;
}

.minH525 {
  min-height: 525px;
}

.minW525 {
  min-width: 525px;
}

.maxW525 {
  max-width: 525px;
}

.fixedW525 {
  width: 525px;
}

.minH550 {
  min-height: 550px;
}

.minW550 {
  min-width: 550px;
}

.maxW550 {
  max-width: 550px;
}

.fixedW550 {
  width: 550px;
}

.minH575 {
  min-height: 575px;
}

.minW575 {
  min-width: 575px;
}

.maxW575 {
  max-width: 575px;
}

.fixedW575 {
  width: 575px;
}

.minH600 {
  min-height: 600px;
}

.minW600 {
  min-width: 600px;
}

.maxW600 {
  max-width: 600px;
}

.fixedW600 {
  width: 600px;
}

.minH625 {
  min-height: 625px;
}

.minW625 {
  min-width: 625px;
}

.maxW625 {
  max-width: 625px;
}

.fixedW625 {
  width: 625px;
}

.minH650 {
  min-height: 650px;
}

.minW650 {
  min-width: 650px;
}

.maxW650 {
  max-width: 650px;
}

.fixedW650 {
  width: 650px;
}

.minH675 {
  min-height: 675px;
}

.minW675 {
  min-width: 675px;
}

.maxW675 {
  max-width: 675px;
}

.fixedW675 {
  width: 675px;
}

.minH700 {
  min-height: 700px;
}

.minW700 {
  min-width: 700px;
}

.maxW700 {
  max-width: 700px;
}

.fixedW700 {
  width: 700px;
}

.minH725 {
  min-height: 725px;
}

.minW725 {
  min-width: 725px;
}

.maxW725 {
  max-width: 725px;
}

.fixedW725 {
  width: 725px;
}

.minH750 {
  min-height: 750px;
}

.minW750 {
  min-width: 750px;
}

.maxW750 {
  max-width: 750px;
}

.fixedW750 {
  width: 750px;
}

.minH775 {
  min-height: 775px;
}

.minW775 {
  min-width: 775px;
}

.maxW775 {
  max-width: 775px;
}

.fixedW775 {
  width: 775px;
}

.minH800 {
  min-height: 800px;
}

.minW800 {
  min-width: 800px;
}

.maxW800 {
  max-width: 800px;
}

.fixedW800 {
  width: 800px;
}

.minH825 {
  min-height: 825px;
}

.minW825 {
  min-width: 825px;
}

.maxW825 {
  max-width: 825px;
}

.fixedW825 {
  width: 825px;
}

.minH850 {
  min-height: 850px;
}

.minW850 {
  min-width: 850px;
}

.maxW850 {
  max-width: 850px;
}

.fixedW850 {
  width: 850px;
}

.minH875 {
  min-height: 875px;
}

.minW875 {
  min-width: 875px;
}

.maxW875 {
  max-width: 875px;
}

.fixedW875 {
  width: 875px;
}

.minH900 {
  min-height: 900px;
}

.minW900 {
  min-width: 900px;
}

.maxW900 {
  max-width: 900px;
}

.fixedW900 {
  width: 900px;
}

.minH925 {
  min-height: 925px;
}

.minW925 {
  min-width: 925px;
}

.maxW925 {
  max-width: 925px;
}

.fixedW925 {
  width: 925px;
}

.minH950 {
  min-height: 950px;
}

.minW950 {
  min-width: 950px;
}

.maxW950 {
  max-width: 950px;
}

.fixedW950 {
  width: 950px;
}

.minH975 {
  min-height: 975px;
}

.minW975 {
  min-width: 975px;
}

.maxW975 {
  max-width: 975px;
}

.fixedW975 {
  width: 975px;
}

.minH1000 {
  min-height: 1000px;
}

.minW1000 {
  min-width: 1000px;
}

.maxW1000 {
  max-width: 1000px;
}

.fixedW1000 {
  width: 1000px;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

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

.aLeft {
  text-align: left !important;
}

.aRight {
  text-align: right !important;
}

.hCenter {
  margin-left: auto;
  margin-right: auto;
}

.dispTable {
  display: table;
}

.uc {
  text-transform: uppercase;
}

.padSm {
  padding: 2.5em 0;
}

.padMd {
  padding: 5em 0;
}

.padLg {
  padding: 7.5em 0;
}

.cBlack {
  color: #000;
}

.cWhite {
  color: #fff;
}

.cDarkGrey {
  color: #252525;
}

.f85 {
  font-size: 85%;
  line-height: 180%;
}

.f90 {
  font-size: 90%;
  line-height: 180%;
}

.nb {
  white-space: nowrap;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: zeitung, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #4BA7D5;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #3a9fd1;
}
.blue-btn:active {
  background-color: #369dd0;
}

/******************************************************************
Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #333333;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  background-color: #eaedf2;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #dd0000;
  border-color: #dd0000;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #dd0000;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #00dd00;
  border-color: #00dd00;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #00dd00;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #eaedf2;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #0000dd;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

.page-template-page-map #tooltip {
  background: black;
  border: 1px solid black;
  border-radius: 5px;
  padding: 15px 15px;
  color: white;
  position: absolute;
  display: none;
  max-width: 90%;
}
.page-template-page-map #tooltip:after {
  border-bottom: solid transparent 10px;
  border-top: solid transparent 10px;
  border-left: solid black 10px;
  right: -10px;
  content: " ";
  height: 0;
  top: 30%;
  margin-left: -13px;
  position: absolute;
  width: 0;
  border-bottom: 0px;
  border-top: 0px;
  border-left: 0px;
}
@media only screen and (max-width: 767px) {
  .page-template-page-map #tooltip:after {
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
  }
}
.page-template-page-map #tooltip ul {
  list-style-type: none;
  padding-left: 0;
}
.page-template-page-map #tooltip ul li {
  margin-bottom: 0;
}
.page-template-page-map #tooltip ul li a {
  color: white;
}
.page-template-page-map .defaultContentWrapper {
  min-height: auto;
}
.page-template-page-map .defaultContentWrapper h2 {
  line-height: 1em;
}
.page-template-page-map .defaultContentWrapper.map-nav {
  position: relative;
  padding: 0 5%;
}
.page-template-page-map .defaultContentWrapper.map-nav ul.navigation {
  display: none;
  list-style-type: none;
  background-color: #f89406;
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-left: 0;
  margin-block-start: 0;
  padding-inline-start: 0;
  margin-right: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.page-template-page-map .defaultContentWrapper.map-nav ul.navigation li {
  padding: 4px;
  margin-bottom: 0;
}
.page-template-page-map .defaultContentWrapper.map-nav ul.navigation li a {
  text-decoration: none;
  color: black;
}
.page-template-page-map .defaultContentWrapper.map-nav ul.navigation li a img {
  margin-left: 3px;
  height: 25px;
  width: 25px;
  margin-top: -6px;
  margin-right: 3px;
}
.page-template-page-map .defaultContentWrapper.map-nav ul.navigation li a span {
  margin-top: -25px;
  margin-right: 7px;
}

.block-map {
  width: 100%;
  display: inline-block;
  padding-bottom: 60px;
}
.block-map .defaultContentWrapper {
  padding-top: 0;
}
.block-map .map-legend {
  width: 60%;
  float: right;
  position: absolute;
  top: 50px;
  left: 400px;
}
.block-map .map-legend .stage {
  display: inline-block;
  width: 100%;
}
.block-map .map-legend .stage h4 {
  width: calc(100% - 60px);
  font-size: 14px;
  line-height: 1.2em;
  font-weight: normal;
  margin-top: 10px;
  margin-left: 12px;
  display: inline-block;
  color: #333;
}
@media only screen and (max-width: 760px) {
  .block-map .map-legend .stage h4 {
    width: calc(100% - 90px);
    font-size: 12px;
    line-height: 1em;
  }
}
@media only screen and (max-width: 460px) {
  .block-map .map-legend .stage h4 {
    width: calc(100% - 60px);
  }
}
.block-map .map-legend .stage .color {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 7px;
}
.block-map .map-legend .restrictions, .block-map .county-name.restrictions {
  background-color: #b0092a;
}
.block-map .map-legend .no-restrictions, .block-map .county-name.no-restrictions {
  background-color: #f6f0e6;
}
.block-map .list-wrapper {
  height: 100%;
  display: inline-block;
  display: none;
  width: 30%;
  float: left;
}
.block-map .list-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}
.block-map .list-wrapper ul li {
  margin-bottom: 0;
}
.block-map .list-wrapper ul li.county-name {
  padding-left: 7px;
  display: inline-block;
  width: 100%;
}
.block-map .list-wrapper ul li.county-name a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  width: 100%;
}
.block-map .list-wrapper ul li.county-name a:focus, .block-map .list-wrapper ul li.county-name a:active, .block-map .list-wrapper ul li.county-name a:visited {
  outline: none;
}
.block-map .list-wrapper ul li.county-name.stage-four a {
  color: black;
}
.block-map .list-wrapper ul li:nth-child(odd) {
  background-color: #EFF6FB;
}
.block-map .list-wrapper ul li:nth-child(even) {
  background-color: transparent;
}
.block-map .list-wrapper ul li:hover {
  cursor: pointer;
  background-color: #d8d8d8;
}
.block-map .list-wrapper ul li.hover-from-map {
  background-color: #d8d8d8;
}
.block-map .list-wrapper ul li.active-in-map {
  background-color: #d8d8d8;
}
.block-map .list-wrapper ul li.no-restrictions:hover {
  cursor: default;
}
.block-map .map-wrapper {
  margin-top: 75px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.block-map .map-wrapper .map-section {
  text-align: left;
  display: inline-block;
  margin: auto;
  position: relative;
  min-width: 70%;
}
.block-map .map-wrapper #reopening-map-wrapper {
  margin-left: 50%;
  display: inline-block;
  width: 70%;
  text-align: center;
}
.block-map .map-wrapper #reopening-map-wrapper #highway-map {
  height: 90vh;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map {
  height: 90vh;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map text {
  font-size: 0.2em;
  font-weight: bold;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .restrictions .county {
  fill: #b0092a;
  opacity: 0.6;
  pointer-events: all;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .restrictions .county:hover {
  opacity: 0.9;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .no-restrictions .county {
  pointer-events: all;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .no-restrictions .county:hover {
  opacity: 0.6;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .county {
  stroke: #868e96;
  stroke-width: 0.5px;
  outline: none !important;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .county:hover, .block-map .map-wrapper #reopening-map-wrapper #reopening-map .county-svg:hover {
  fill: #e5d3b7;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .county:focus, .block-map .map-wrapper #reopening-map-wrapper #reopening-map .county-svg:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .county-svg.active-from-list.restrictions path {
  fill: #7e061e;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .county-svg.hover-from-list path {
  fill: #e5d3b7;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .county-svg.hover-from-list.restrictions path {
  fill: #7e061e;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .no-restrictions .county:hover {
  cursor: default;
}
.block-map .map-wrapper #reopening-map-wrapper #reopening-map .restrictions .county:hover {
  fill: #7e061e;
}
.block-map .half-col {
  display: inline-block;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .block-map .map-legend {
    width: 50%;
    left: 300px;
  }
}
@media only screen and (min-width: 740px) and (max-width: 850px) {
  .block-map .map-wrapper #reopening-map-wrapper {
    margin-left: 0;
  }
  .block-map .map-wrapper #reopening-map-wrapper #reopening-map, .block-map .map-wrapper #reopening-map-wrapper #highway-map {
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .block-map .list-wrapper, .block-map .map-wrapper {
    width: 100%;
  }
  .block-map .map-wrapper {
    position: relative;
  }
  .block-map .map-wrapper .map-legend {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
  .block-map .map-wrapper #reopening-map-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .block-map .map-legend {
    width: 90%;
    left: 80px !important;
    display: block;
    font-size: 14px;
  }
  .block-map .map-legend .stage h4 {
    font-size: 14px;
    margin-top: 0;
  }
  .block-map .map-legend .stage .color {
    height: 20px;
    width: 20px;
  }
  .block-map #reopening-map-wrapper {
    transform: translateX(-2em);
  }
  .block-map #reopening-map-wrapper #reopening-map, .block-map #reopening-map-wrapper #highway-map {
    height: 70vh !important;
  }
}

.masonContentWrapper {
  margin: 0;
  padding: 0 10%;
  width: 100%;
  min-height: auto;
  overflow: visible;
  box-sizing: border-box;
  height: auto;
  position: relative;
  font-size: 1.15em;
  line-height: 1.5em;
  display: inline-block;
}
.masonContentWrapper.cream {
  background-color: #f6f0e6;
}

html {
  scroll-behavior: smooth;
}

.block-generic_content {
  text-align: center;
}
.block-generic_content .gc-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  display: inline-block;
  color: black;
}
.block-generic_content .gc-wrap h2 {
  color: black;
  text-align: left;
}
.block-generic_content .gc-wrap article {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.block-generic_content .gc-wrap article.two-column {
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .block-generic_content .gc-wrap article.two-column {
    column-count: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .block-generic_content .gc-wrap {
    vertical-align: top;
    width: 100%;
    max-width: 800px;
    display: inline-block;
  }
}

/*********************
SIZES
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: zeitung, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F8F3EA;
  padding: 0;
  margin: 0;
}
body.noScroll {
  overflow: hidden;
  position: fixed;
}

.noMobile {
  display: inline-block;
}

.mobileOnly {
  display: none;
}

.large {
  font-size: 130%;
}

.narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
}

ol, ul {
  padding-left: 2.5em;
}

#gtranslate_wrapper {
  background: #f89406;
  bottom: 0 !important;
  left: 3% !important;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#gtranslate_wrapper a:link, #gtranslate_wrapper a:visited, #gtranslate_wrapper a:active {
  color: #fff;
}
#gtranslate_wrapper a:link:first-of-type, #gtranslate_wrapper a:visited:first-of-type, #gtranslate_wrapper a:active:first-of-type {
  margin-right: 10px;
}
#gtranslate_wrapper a:hover {
  color: #ddd;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  /* on hover */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #0000ff;
  text-decoration: none;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a:link.external:after, a:visited:link.external:after {
  content: url("../images/external-link-black.png");
}

a:link {
  color: #4BA7D5;
}

a:visited {
  color: #000;
}

a.rev {
  color: #cdcdcd;
  text-decoration: none;
}
a.rev:hover {
  text-decoration: underline;
}

a.block {
  display: inline-block;
  background: #4BA7D5;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
a.block.bWhite {
  background: #fff;
  color: #4BA7D5;
}
a.block img {
  display: inline-block;
  width: 14px;
  height: auto;
  transform: translate(5px, 1px);
}
a.block:hover {
  text-decoration: underline;
  color: #c3d5ef;
}
a.block.bWhite:hover {
  text-decoration: underline;
  color: #0066a0;
}

/*********************
INPUT STYLES
*********************/
input[type=text], input[type=email], textarea, select {
  max-width: 400px;
  border: 1px solid #ccc;
  color: #888;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 5px 0px 5px 5px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

select {
  background: #fff url("../images/down-arrow.png") no-repeat right;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

textarea {
  width: 70%;
  height: 100px;
  padding: 5px 0px 0px 5px;
}

.button, button, input[type=submit] {
  font-family: zeitung, sans-serif;
  font-weight: 700;
  font-size: 1.15em;
  text-transform: uppercase;
  background-color: #4BA7D5;
  padding: 0.5em 2.5em;
  margin: 10px;
  border: 0;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.button:link, button:link, input[type=submit]:link {
  color: white;
}
.button:link:hover, button:link:hover, input[type=submit]:link:hover {
  color: white;
}
.button:hover, .button:visited, .button:active, button:hover, button:visited, button:active, input[type=submit]:hover, input[type=submit]:visited, input[type=submit]:active {
  color: #fff;
}

/*********************
H1, H2, H3, H4, H5 STYLES
********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h1.black, .h1.black, h2.black, .h2.black, h3.black, .h3.black, h4.black, .h4.black, h5.black, .h5.black {
  color: #000;
}
h1.blue, .h1.blue, h2.blue, .h2.blue, h3.blue, .h3.blue, h4.blue, .h4.blue, h5.blue, .h5.blue {
  color: #4BA7D5;
}

h1, .h1 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: normal;
  font-size: 4em;
  line-height: 1.333em;
}

h2, .h2 {
  font-size: 4.5em;
  letter-spacing: 2px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

h3, .h3 {
  font-size: 2.75em;
  font-weight: 700;
  font-family: "Yanone Kaffeesatz", sans-serif;
  line-height: 1.1em;
  margin: 0.5em 0;
  color: #252525;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
.header {
  z-index: 1000;
  height: 65px;
  background-color: #F8F3EA;
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.header h1 {
  display: none;
}
.header .topLogo {
  position: absolute;
  top: 15px;
  left: 25px;
  height: 40px;
}
.header .searchform {
  position: absolute;
  right: 20px;
  top: 50%;
  overflow: hidden;
  height: 24px;
}
.header .searchform label, .header .searchform button {
  display: none;
}
.header .searchform input[type=search] {
  border: 1px solid #252525;
  width: 116px;
  height: 18px;
  border-radius: 0;
  padding: 2px 2px 2px 20px;
  background: #fff url(../images/icon-search.png) no-repeat 4px 5px;
  background-size: auto 12px;
  font-size: 10px;
  color: #000;
}

/*********************
HERO STYLES
*********************/
.hero {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 75vh;
  max-height: 800px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #4BA7D5;
  width: 100%;
  overflow: hidden;
}
.hero.short {
  height: 66vh;
}
.hero .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  z-index: 1;
}
.hero .video iframe {
  z-index: 0;
  position: absolute;
  top: -12%;
  left: -10%;
  width: 120%;
  height: 120%;
}
.hero .featureText {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.hero .featureText h2 {
  text-align: center;
}
.hero .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 40, 40, 0.5);
  z-index: 1;
}

/*********************
LAYOUT STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
}
.wrap.cf {
  background-color: white;
}

#main {
  margin: 1em auto;
  text-align: center;
}

article {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#container {
  position: relative;
}

.defaultContentWrapper {
  margin: 0;
  padding: 3em 10%;
  width: 100%;
  min-height: 400px;
  font-size: 1.15em;
  line-height: 1.5em;
  overflow: visible;
  box-sizing: border-box;
  height: auto;
  position: relative;
}
.defaultContentWrapper.gold {
  background-color: #E2A523;
  background: #E2A523 url("https://www.transparenttextures.com/patterns/debut-light.png") center center;
  background-repeat: repeat;
}
.defaultContentWrapper.blue {
  background-color: #4BA7D5;
  background: #4BA7D5 url("https://www.transparenttextures.com/patterns/debut-light.png") center center;
  background-repeat: repeat;
}
.defaultContentWrapper.blue .contentBlock {
  width: calc(50% - 5px);
  display: inline-block;
}
.defaultContentWrapper.cream {
  background-color: #f8f3ea;
  background: #F8F3EA url("https://www.transparenttextures.com/patterns/groovepaper.png") center center;
  background-repeat: repeat;
}
.defaultContentWrapper.one-bg {
  background-image: url(/wp-content/themes/oneidahogov/library/images/c1-logo-overlay.png);
  background-position: bottom left;
  background-size: 90vw;
  background-repeat: no-repeat;
}
.defaultContentWrapper.center {
  text-align: center;
}
.defaultContentWrapper h1, .defaultContentWrapper h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.defaultContentWrapper .contentBlock {
  width: calc(60% - 2em);
  position: relative;
  display: block;
  padding: 1em;
  margin: auto auto;
}
.defaultContentWrapper .contentBlock.smaller {
  width: 40%;
  margin: 0;
  display: inline-block;
}
.defaultContentWrapper .contentBlock.center {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.defaultContentWrapper .contentBlock.four-up {
  width: 100%;
}
.defaultContentWrapper .contentBlock .c1title1 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #4BA7D5;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.07em;
}
.defaultContentWrapper .contentBlock .c1title2 {
  font-family: "Satisfy", cursive;
  color: #213939;
  text-align: center;
  font-size: 4em;
  font-weight: 400;
  margin: 5% 0 0 0;
  line-height: 1.5em;
}
.defaultContentWrapper .contentBlock .c1title2 span {
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: block;
  font-size: 1.5em;
}
.defaultContentWrapper .contentBlock .c2title1 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #F8F3EA;
  font-size: 2.5em;
  text-align: left;
  line-height: 1em;
  margin: 0.5em 0;
}
.defaultContentWrapper .contentBlock .c2text {
  font-size: 1.05em;
  text-align: left;
  color: #F8F3EA;
  line-height: 1.25em;
  font-weight: 400;
}
.defaultContentWrapper .contentBlock .c3title1 {
  font-family: "Crimson Pro", serif;
  margin: 0.5em;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.defaultContentWrapper .contentBlock .c3title2 {
  font-family: zeitung, sans-serif;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.defaultContentWrapper .contentBlock p {
  text-align: center;
  color: #213939;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
}
.defaultContentWrapper .contentBlock .buttonWrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.defaultContentWrapper .contentBlock .statTable {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 2em 0;
}
.defaultContentWrapper .contentBlock .statTable .statTableRow {
  display: flex;
  width: 100%;
  flex-wrap: none;
}
.defaultContentWrapper .contentBlock .statTable .statTableRow.toprow {
  border-bottom: 1px solid #ccc;
}
.defaultContentWrapper .contentBlock .statTable .statTableRow .container {
  padding: 1em;
}
@media only screen and (min-width: 767px) {
  .defaultContentWrapper .contentBlock .statTable .statTableRow .container.three-up {
    width: calc(100% / 3);
  }
  .defaultContentWrapper .contentBlock .statTable .statTableRow .container.four-up {
    width: calc(100% / 4);
  }
}
.defaultContentWrapper .contentBlock .statTable .statTableRow .container.borderright {
  border-right: 1px solid #ccc;
}
.defaultContentWrapper .contentBlock .statTable .statTableRow .container .num {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #4BA7D5;
  font-size: 4em;
  text-align: center;
  display: block;
  position: relative;
  margin: 0px;
  line-height: 1em;
}
.defaultContentWrapper .contentBlock .statTable .statTableRow .container .icon img {
  max-width: 180px;
  width: 100%;
}
.defaultContentWrapper .contentBlock .statTable .statTableRow .container .stat {
  font-family: zeitung, sans-serif;
  text-align: center;
  color: #213939;
  font-weight: 700;
  line-height: 1em;
}
.defaultContentWrapper .contentBlock .statTable .statTableRow .container .stat span {
  font-family: "Crimson Pro", serif;
  color: #4BA7D5;
  display: block;
  line-height: 1.5em;
}
.defaultContentWrapper .contentBlock.four-up .statTable .statTableRow.toprow {
  border-bottom: none;
}
.defaultContentWrapper .contentBlock.four-up .statTable .statTableRow.toprow .container .stat {
  line-height: 1.3em;
}
.defaultContentWrapper .model {
  position: absolute;
  bottom: 0;
  right: 100px;
  height: 90%;
  width: auto;
}
.defaultContentWrapper .model img {
  height: 100%;
  width: auto;
  display: block;
}
.defaultContentWrapper .inlineVideo {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px #6c6c6cc7;
}
.defaultContentWrapper .inlineVideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.stageBanner {
  padding: 1em;
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: center;
  background-image: linear-gradient(to right, #4BA7D5, #0B325B);
  box-sizing: border-box;
  color: white;
  font-size: 1.75em;
  font-weight: 400;
  color: #F8F3EA;
}
.stageBanner .bannerlink {
  display: inline-block;
  font-family: zeitung, sans-serif;
  font-size: 0.5em;
  text-transform: uppercase;
  color: #F8F3EA;
  margin: 0 1em;
  font-weight: 700;
}

.mobileFull {
  width: 100%;
  float: none;
}
.mobileFull #recaptcha div {
  margin-left: 0;
}

.mobmenu-push-wrap {
  overflow: hidden;
}

.vCenter {
  position: relative;
  top: 50%;
}

.small {
  font-size: 90%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.inlineImage {
  width: 100%;
  position: relative;
  text-align: center;
}
.inlineImage img {
  max-width: 100%;
  margin: 0 auto;
}

#noItal {
  font-style: normal;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
nav .menu-btn {
  display: none;
}
nav .mobile-footer {
  display: none;
}
nav .logo-white {
  display: none;
}

.nav {
  border-bottom: 0;
  margin: 0;
  position: absolute;
  right: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  display: inline-block;
  padding-top: 10px;
  margin-right: 1em;
}
.nav li a {
  display: inline-block;
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #0B325B;
  text-decoration: none;
  padding: 0.75em 0.5em 0 0;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
.nav li a:hover, .nav li a:focus {
  text-decoration: none;
  color: #4BA7D5;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
/* end .nav */
#menu-main-nav {
  position: absolute;
  top: 50%;
  right: 300px;
  font-size: 12px;
  text-transform: uppercase;
}
#menu-main-nav li {
  margin-right: 20px;
  display: inline-block;
}
#menu-main-nav li a {
  color: #cdcdcd;
}
#menu-main-nav li a:hover {
  color: #fff;
  text-decoration: underline;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.hentry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 1.5em;
}
.hentry header {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 0.5em 0;
}
.hentry footer {
  padding: 1em 0;
}
.hentry footer p {
  font-weight: bold;
  padding-left: 20px;
  background: transparent url(/wp-content/themes/oneidahogov/library/images/icon-related.png) no-repeat 0 4px;
  background-size: 14px auto;
  margin: 0 0 1em 0;
}
.hentry footer p a {
  font-weight: normal;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* post meta */
.byline {
  color: #eaedf2;
  font-style: italic;
  margin: 0;
}
/* entry content */
.entry-content {
  padding: 1.5em 0 0 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #eaedf2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
  background-color: #cdcdcd;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #cdcdcd;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 1.5em 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #252525;
  font-style: italic;
  font-size: 1.5em;
  color: #252525;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000;
  color: #cdcdcd;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/*********************
PAGE NAVI STYLES
*********************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #4BA7D5;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #4BA7D5;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #333333;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #333333;
}

/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/*********************
CUSTOM BITS STYLES
*********************/
.gridPhotoHeader .wp-block-column {
  background: rgba(75, 167, 213, 0.1);
}
.gridPhotoHeader .wp-block-column figure img {
  border-bottom: 6px solid #4BA7D5;
}
.gridPhotoHeader .wp-block-column h3, .gridPhotoHeader .wp-block-column ul {
  width: calc(100% - 1.6em);
  margin: 0.5em 0.8em;
}
.gridPhotoHeader .wp-block-column h3 {
  color: #4BA7D5;
  margin-bottom: 1.2em;
  font-size: 1.1em;
  font-family: zeitung, sans-serif;
}
.gridPhotoHeader .wp-block-column ul {
  padding-left: 1.5em;
}

.wp-block-columns.condensed {
  text-align: center;
  display: block;
}
.wp-block-columns.condensed .wp-block-column {
  flex: none;
  display: inline-block;
  margin: 1em;
}

.inlineShare {
  text-align: right;
  margin: 10px 0;
}
.inlineShare.left {
  text-align: left;
}
.inlineShare span {
  position: relative;
  display: inline-block;
  transform: translateY(-4px);
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
.inlineShare a {
  text-decoration: none !important;
  background: none !important;
}
.inlineShare a img {
  width: 20px;
  height: auto;
  margin-left: 8px;
}
.inlineShare a:hover {
  background: none !important;
  text-decoration: none !important;
}

div[id^=app-cr-embed-] {
  width: 33%;
  float: right;
  margin: 2em 0 2em 2em;
}

.infiniteSeparator {
  position: relative;
  width: 100%;
  height: 2px;
  background: #cdcdcd;
  margin: 50px 0;
}

.articleCallout {
  width: calc(100% - 4.0em);
  margin: 2em 2em;
  font-size: 0.9em;
  border-width: 1px 0;
  border-style: solid;
  border-color: #252525;
  padding: 0.5em 0;
}
.articleCallout span {
  display: block;
  line-height: 1em;
}
.articleCallout span.title {
  font-size: 0.6em;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}
.articleCallout span.date {
  font-size: 0.6em;
  margin: 0 0 0.5em 0;
}
.articleCallout h3 {
  font-size: 0.9em;
  margin: 0.25em 0 0 0;
}
.articleCallout p {
  font-size: 0.7em;
  line-height: 1.1em;
  margin-bottom: 0;
}

.socialWrapCTA {
  position: relative;
  height: 30px;
  display: block;
  padding: 0;
}
.socialWrapCTA .social {
  width: 32px;
  height: 30px;
  margin: 0 7px;
  font-size: 0;
  display: inline-block;
  padding: 0;
}
.socialWrapCTA .social.facebook {
  background: transparent url(/wp-content/themes/oneidahogov/library/images/social-sprite.png) no-repeat 0px 0px;
  background-size: auto 100%;
}
.socialWrapCTA .social.twitter {
  background: transparent url(/wp-content/themes/oneidahogov/library/images/social-sprite.png) no-repeat -32px 0px;
  background-size: auto 100%;
}
.socialWrapCTA .social.instagram {
  background: transparent url(/wp-content/themes/oneidahogov/library/images/social-sprite.png) no-repeat -64px 0px;
  background-size: auto 100%;
}
.socialWrapCTA .social.linkedin {
  background: transparent url(/wp-content/themes/oneidahogov/library/images/social-sprite.png) no-repeat -128px 0px;
  background-size: auto 100%;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  display: none;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #213939;
  color: #fff;
  padding: 3em 1em;
  overflow: hidden;
}
.footer .footerTagline {
  display: block;
  margin: 1em auto 2em auto;
  width: 50%;
  padding: 1em;
  text-align: center;
  font-family: zeitung, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.35em;
  font-weight: 700;
}
.footer .footerwrap {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.footer .footerwrap .footerlogo {
  width: 350px;
  height: auto;
  display: inline-block;
  margin: 0 20px;
  flex-grow: 1;
}
.footer .footerwrap .footerlogo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer .footerwrap .footernav {
  font-size: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer .footerwrap .footernav nav {
  width: 100%;
}
.footer .footerwrap .footernav .footer-nav {
  flex-wrap: wrap;
  position: relative;
  display: flex;
  margin-top: -0.25em;
  padding-left: 0;
  justify-content: space-between;
}
.footer .footerwrap .footernav .footer-nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer .footerwrap .footernav .footer-nav li a:active, .footer .footerwrap .footernav .footer-nav li a:visited, .footer .footerwrap .footernav .footer-nav li a:link {
  color: #F8F3EA;
  text-decoration: none;
}
.footer .footerwrap .footernav .footer-nav li a:active:hover, .footer .footerwrap .footernav .footer-nav li a:visited:hover, .footer .footerwrap .footernav .footer-nav li a:link:hover {
  color: #4BA7D5;
}
.footer .fCenter {
  position: relative;
  display: flex;
  margin: 50px auto 0 auto;
  overflow: hidden;
  min-width: 480px;
  max-width: 620px;
  height: auto;
  align-items: center;
  justify-content: center;
}
.footer .fCenter .social {
  width: 32px;
  height: 30px;
  margin: 0 7px;
  font-size: 0;
  display: inline-block;
  padding: 0;
}
.footer .fCenter .social.twitter {
  background: transparent url(/wp-content/themes/oneidahogov/library/images/social-sprite.png) no-repeat -32px 0px;
  background-size: auto 100%;
}
.footer .fCenter .social.instagram {
  background: transparent url(/wp-content/themes/oneidahogov/library/images/social-sprite.png) no-repeat -64px 0px;
  background-size: auto 100%;
}
.footer .fCenter .social.linkedin {
  background: transparent url(/wp-content/themes/oneidahogov/library/images/social-sprite.png) no-repeat -168px 0px;
  background-size: auto 100%;
}
.footer .fRight {
  float: right;
  text-align: right;
  margin: 0 20px 0 0;
  width: 180px;
}
.footer .fRight p {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0;
}
.footer .footer-nav {
  justify-content: center;
}
.footer .footer-nav li a {
  font-size: 0.7em;
  padding: 0.75em 0.5em 0 0;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
}
.footer .footer-nav li a:hover {
  text-decoration: none;
  color: #fff;
}

.commerce-footer {
  color: #fff;
  background: #b3b3b6;
  min-height: 72px;
}
.commerce-footer > nav {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding-top: 24px;
  padding-bottom: 18px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.commerce-footer #menu-commerce-footer a {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}
.commerce-footer #menu-commerce-footer a:hover, .commerce-footer #menu-commerce-footer a:focus {
  color: #f3f3f3;
}
.commerce-footer .footer-links {
  width: auto;
  flex-grow: 2;
}
.commerce-footer .commerce-logo {
  float: left;
  flex-shrink: 1;
  margin-top: -12px;
  margin-right: 24px;
}
.commerce-footer .commerce-logo img {
  width: 71px;
  height: 45px;
}
.commerce-footer .menu-footer-primary-container a {
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
}
.commerce-footer .menu-footer-secondary-container {
  float: right;
}
.commerce-footer h1,
.commerce-footer h2,
.commerce-footer h3,
.commerce-footer h4,
.commerce-footer h5,
.commerce-footer h6 {
  color: #98989c;
  text-transform: uppercase;
  font-weight: 100;
}
.commerce-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commerce-footer ul li {
  float: left;
  margin-right: 24px;
}
.commerce-footer ul li:last-of-type {
  margin-right: 0;
}
.commerce-footer .footer-links-2 {
  float: right;
  flex-grow: 1;
}
.commerce-footer .footer-links-2 a {
  font-size: 10px !important;
  color: #fff !important;
}

.copyright {
  width: 50%;
  margin: 3em auto 0 auto;
  font-size: 0.7em;
  text-align: center;
  color: #fff;
}
.copyright a:link, .copyright a:active, .copyright a:visited {
  color: #fff;
  text-decoration: underline;
}
.copyright a:hover {
  text-decoration: none;
}

.page-id-10 .hero {
  background-position: top center;
}

@media only screen and (min-width: 1025px) {
  /******************************************************************
  Stylesheet: Tablet Stylsheet

  ******************************************************************/
  /*********************
  MEDIA QUERY CONTROLLERS
  *********************/
  #isSmall {
    visibility: hidden;
    float: none;
  }

  #isMedium {
    visibility: hidden;
    float: none;
  }

  #isLarge {
    visibility: hidden;
    float: left;
  }

  /*********************
  GENERAL STYLES
  *********************/
  .mobmenu-push-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  HERO STYLES
  *********************/

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /******************************************************************
  INPUT STYLES
  ******************************************************************/

  /*********************
  FOOTER STYLES
  *********************/
}
@media only screen and (min-width: 1025px) and (min-width: 769px) and (max-width: 960px) {
  .header .searchform {
    display: none;
  }
  .header #menu-main-nav {
    right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  input[type=text], input[type=email], textarea, select {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 769px) and (max-width: 920px) {
  .footer .fCenter {
    width: 80vw;
    margin: 30px 10vw 0 10vw;
  }
}
@media only screen and (min-width: 1025px) {
  .footer .fCenter .footer-nav {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet

  ******************************************************************/
  /*********************
  MEDIA QUERY CONTROLLERS
  *********************/
  #isSmall {
    visibility: hidden;
    float: none;
  }

  #isMedium {
    visibility: hidden;
    float: left;
  }

  #isLarge {
    visibility: hidden;
    float: none;
  }

  /*********************
  GENERAL STYLES
  *********************/
  .noMobile {
    display: none;
  }

  .mobileOnly {
    display: inline-block;
  }

  /*********************
  HEADER STYLES
  *********************/
  .mob-menu-header-holder {
    border-bottom: 8px solid #eaedf2;
  }

  /*********************
  HERO STYLES
  *********************/
  .hero {
    background-attachment: scroll;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .defaultContentWrapper .model {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 50%;
  }

  .inlineImage img {
    max-width: 90vw;
  }

  /******************************************************************
  INPUT STYLES
  ******************************************************************/
  input[type=text], input[type=email], textarea, select {
    max-width: 250px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    margin-top: 0;
  }
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
  }
  .nav li a:hover, .nav li a:focus {
    color: #fff;
    text-decoration: underline;
  }
  .nav li ul.sub-menu,
.nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
.nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  /*********************
  CUSTOM BITS STYLES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 768px) {
  .gridPhotoHeader .wp-block-column {
    flex-basis: 100%;
    margin: 1em;
  }

  .wp-block-columns.condensed .wp-block-column {
    width: calc(100% - 2.0em);
    margin: 0 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footerwrap .footerlogo {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 768px) {
  .footer .footerwrap .footernav .footer-links ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footerwrap .footernav ul {
    margin-top: -0.45em !important;
  }
  .footer .footerwrap .footernav ul li a {
    white-space: nowrap;
    font-size: 0.7em;
    padding: 0 0.5em 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .commerce-footer .commerce-logo {
    padding: 0 0 30px 20px;
  }
  .commerce-footer .commerce-logo img {
    width: 71px;
    height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 768px) {
  .commerce-footer .footer-links-2 ul {
    float: right;
    margin: -30px 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /******************************************************************
  Stylesheet: Phone Stylesheet

  ******************************************************************/
  /*********************
  MEDIA QUERY CONTROLLERS
  *********************/
  #isSmall {
    visibility: hidden;
    float: left;
  }

  #isMedium {
    visibility: hidden;
    float: none;
  }

  #isLarge {
    visibility: hidden;
    float: none;
  }

  /*********************
  GENERAL STYLES
  *********************/
  .mobileFull {
    width: 96vw !important;
    margin-left: 2vw;
  }

  .narrow {
    margin-left: inherit;
    margin-right: inherit;
    max-width: 100%;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  header nav {
    width: 100%;
    z-index: 3;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  header nav li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
  }
  header nav .menu {
    clear: both;
    max-height: 0;
    height: 0;
    margin: 0;
    transition: height 0.2s ease-out, max-height 0.2s ease-out;
    background-color: #4BA7D5;
    min-width: 100vw;
  }
  header nav .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    -webkit-user-select: none;
            user-select: none;
    z-index: 1;
  }
  header nav .menu-icon .navicon {
    background: #0B325B;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
  }
  header nav .menu-icon .navicon:before, header nav .menu-icon .navicon:after {
    background: #0B325B;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  header nav .menu-icon .navicon:before {
    top: 5px;
  }
  header nav .menu-icon .navicon:after {
    top: -5px;
  }
  header nav .mobile-footer {
    opacity: 0;
    display: block;
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: -90vh;
    z-index: 5;
    height: auto;
    text-align: center;
    color: white;
    letter-spacing: 0.1em;
    transition: opacity 1s ease-out;
  }
  header nav .menu-btn {
    display: none;
  }
  header nav .menu-btn:checked ~ .logo-white {
    display: block !important;
  }
  header nav .menu-btn:checked ~ .menu {
    max-height: 100vh;
    height: 100vh;
    width: 100vw;
    padding: 20vh 0;
    position: absolute;
  }
  header nav .menu-btn:checked ~ .mobile-footer {
    opacity: 1;
  }
  header nav .menu-btn:checked ~ .navicon {
    background: #4BA7D5;
  }
  header nav .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  header nav .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
    background-color: #fff;
  }
  header nav .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
    background-color: #fff;
  }
  header nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, header nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  .footer-nav a {
    padding: 10px;
  }

  .nav li {
    display: block;
    font-size: 2em;
    padding: 25px 0px;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    width: 75vw;
    border-bottom: 2px solid white;
  }
  .nav li:last-child {
    border-bottom: none;
  }
  .nav a {
    font-size: 0.9em !important;
    font-weight: 100;
    letter-spacing: 4px;
    color: #fff !important;
  }

  /* 48em = 768px */
  /*********************
  HEADER STYLES
  *********************/

  /*********************
  HERO STYLES
  *********************/

  /*********************
  LAYOUT & GRID STYLES
  *********************/

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /*********************
  CUSTOM BITS STYLES
  *********************/

  /*********************
  INPUT STYLES
  *********************/

  /*********************
  FOOTER STYLES
  *********************/
}
@media only screen and (max-width: 767px) and (min-width: 48em) {
  header nav li a {
    padding: 20px 30px;
  }
  header nav .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  header nav .menu-icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .topLogo {
    height: 40px !important;
    z-index: 5;
    left: 15px;
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  nav .searchform, nav .searchform {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    background-attachment: scroll;
    height: 65vh;
  }
  .hero .video {
    display: none;
  }
  .hero .video iframe {
    display: none;
  }
  .hero .featureText h2 {
    padding: 10%;
    font-size: 14vw;
  }
}
@media only screen and (max-width: 767px) {
  .inlineImage img {
    max-width: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .defaultContentWrapper {
    margin: 0;
    padding: 1.5em 0;
    width: 100%;
    min-height: 400px;
    font-size: 1.15em;
    line-height: 1.5em;
    overflow: visible;
    box-sizing: border-box;
    height: auto;
    position: relative;
  }
  .defaultContentWrapper h1, .defaultContentWrapper h2, .defaultContentWrapper h3, .defaultContentWrapper h4, .defaultContentWrapper h5, .defaultContentWrapper h6, .defaultContentWrapper h7, .defaultContentWrapper ul, .defaultContentWrapper ol, .defaultContentWrapper p {
    margin-left: 10%;
    margin-right: 10%;
  }
  .defaultContentWrapper.gold {
    background-color: #E2A523;
    background: #E2A523 url("https://www.transparenttextures.com/patterns/debut-light.png") center center;
    background-repeat: repeat;
  }
  .defaultContentWrapper.cream {
    background-color: #f8f3ea;
    background: #F8F3EA url("https://www.transparenttextures.com/patterns/groovepaper.png") center center;
    background-repeat: repeat;
  }
  .defaultContentWrapper.center {
    text-align: center;
  }
  .defaultContentWrapper h1, .defaultContentWrapper h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
  }
  .defaultContentWrapper .contentBlock {
    width: 100%;
    position: relative;
    left: 0;
    padding: 0;
    display: inline-block;
  }
  .defaultContentWrapper .contentBlock.smaller {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .defaultContentWrapper .contentBlock.center {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .defaultContentWrapper .contentBlock .c1title1 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #4BA7D5;
    text-align: center;
    font-size: 3em;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
  }
  .defaultContentWrapper .contentBlock .c1title2 {
    font-size: 3em;
  }
  .defaultContentWrapper .contentBlock .c1title2 span {
    font-family: "Yanone Kaffeesatz", sans-serif;
    display: block;
    font-size: 0.9em;
  }
  .defaultContentWrapper .contentBlock .c2title1 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #F8F3EA;
    font-size: 2.5em;
    text-align: left;
    line-height: 1em;
    margin: 0.5em 0;
  }
  .defaultContentWrapper .contentBlock .c2text {
    font-size: 1.05em;
    text-align: left;
    color: #F8F3EA;
    line-height: 1.25em;
    font-weight: 400;
  }
  .defaultContentWrapper .contentBlock .c3title1 {
    font-family: "Crimson Pro", serif;
    margin: 0.5em;
    line-height: 1em;
  }
  .defaultContentWrapper .contentBlock .c3title2 {
    font-family: zeitung, sans-serif;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em;
  }
  .defaultContentWrapper .contentBlock p {
    text-align: center;
    color: #213939;
    font-size: 0.8em;
    line-height: 1.5em;
    font-weight: 700;
  }
  .defaultContentWrapper .contentBlock .buttonWrapper a {
    width: calc(50% - 5px);
    font-size: 0.66em;
  }
  .defaultContentWrapper .contentBlock .statTable {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2em 0;
  }
  .defaultContentWrapper .contentBlock .statTable .statTableRow {
    display: flex;
    flex-wrap: wrap;
  }
  .defaultContentWrapper .contentBlock .statTable .statTableRow.toprow {
    border-bottom: none;
  }
  .defaultContentWrapper .contentBlock .statTable .statTableRow .container {
    padding: 1em;
    width: 100%;
  }
  .defaultContentWrapper .contentBlock .statTable .statTableRow .container.borderright {
    border-right: none;
  }
  .defaultContentWrapper .contentBlock .statTable .statTableRow .container .num {
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #4BA7D5;
    font-size: 4em;
    text-align: center;
    display: block;
    position: relative;
    margin: 0px;
    line-height: 1em;
  }
  .defaultContentWrapper .contentBlock .statTable .statTableRow .container .stat {
    font-family: zeitung, sans-serif;
    text-align: center;
    color: #213939;
    font-weight: 700;
    line-height: 1em;
  }
  .defaultContentWrapper .contentBlock .statTable .statTableRow .container .stat span {
    font-family: "Crimson Pro", serif;
    color: #4BA7D5;
    display: block;
    line-height: 1.5em;
  }
  .defaultContentWrapper .contentBlock h2 {
    display: none;
  }
  .defaultContentWrapper .contentBlock h3:nth-child(4) {
    display: none !important;
  }
  .defaultContentWrapper .model {
    position: relative;
    bottom: 0;
    right: 0;
    height: auto;
    width: 60%;
    margin: 15px auto;
  }
  .defaultContentWrapper .model img {
    height: auto;
    width: 100%;
    display: block;
  }
  .defaultContentWrapper .inlineVideo {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #6c6c6cc7;
  }
  .defaultContentWrapper .inlineVideo iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-columns.condensed .wp-block-column {
    width: calc(100% - 2.0em);
    margin: 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .sfb {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #gtranslate_wrapper {
    z-index: 1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footerTagline {
    width: 100%;
    font-size: 0.9em;
  }
  .footer .fCenter {
    min-width: 90vw;
    max-width: 90vw;
    margin: 20px auto;
  }
  .footer .footerwrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .footerwrap .footerlogo {
    width: 75vw;
    max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto 50px auto;
  }
  .footer .footerwrap .footernav {
    width: 100%;
  }
  .footer .footerwrap .footernav .footer-nav li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
  }
  .footer .footerwrap .footernav .footer-nav li a:active, .footer .footerwrap .footernav .footer-nav li a:visited, .footer .footerwrap .footernav .footer-nav li a:link {
    color: #F8F3EA;
    text-decoration: none;
    padding: 0.25em 0;
  }
  .footer .footerwrap .footernav .footer-nav li a:active:hover, .footer .footerwrap .footernav .footer-nav li a:visited:hover, .footer .footerwrap .footernav .footer-nav li a:link:hover {
    color: #4BA7D5;
  }
}
@media only screen and (max-width: 767px) {
  .commerce-footer {
    padding-bottom: 10px;
  }
  .commerce-footer .commerce-logo {
    padding: 0;
    margin-right: 0;
  }
  .commerce-footer .commerce-logo img {
    width: 71px;
    height: 45px;
  }
  .commerce-footer #menu-commerce-footer li, .commerce-footer #menu-commerce-footer-2 li {
    margin-right: 0;
    margin-bottom: 5px;
    width: 50%;
    text-align: center;
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

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

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}