@import url(https://fonts.googleapis.com/css?family=Permanent+Marker|Roboto:400,700,500,500italic|Roboto+Slab:700|Open+Sans:600italic,400,600,700);
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* @import "//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700"; */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. 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.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
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;
}

/*********************
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); */
meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF;
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 0 6px 4px;
  line-height: .9;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}

.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

.alert-box.alert-close {
  opacity: 0;
}

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

.f-dropdown li.radius {
  border-radius: 3px;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}

button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}

button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}

button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008CBA;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 3px;
}

select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.label {
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF;
}

.label.radius {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}

.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}

.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}

.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008CBA;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: #008CBA !important;
  border-bottom: dotted 1px #003f54 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

table thead {
  background: #F5F5F5;
}

table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* @import "kickoff"; */
/*
SMALL (BASE) SIZE
These are the small/base styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.
a
******************************************************************/
/*********************
GENERAL STYLES
*********************/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
a, a:visited {
  /*adds highlight on hover */
  /* on click */
  /* mobile tap color */
}

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

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none;
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1;
}

.off-canvas-list ul {
  margin-left: 0;
}

.off-canvas-list ul li a {
  border-bottom: 0px;
}

.off-canvas-list ul .dropdown {
  margin-left: 20px;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.inner-wrap {
  background-color: #282828;
}

#inner-content {
  background-color: #fff;
}

#content #inner-content {
  padding: 1rem 0rem;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}

/* entry content */
.entry-content {
  /*
		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 dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* 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 */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
  color: black;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}

#respond ul {
  margin-left: 0px;
}

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7;
}

.commentlist li.depth-3 {
  background: #dadada;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  /*	@include button($padding: $button-sml); */
  float: right;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: 0.75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
  display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0;
}

.widget ul li {
  list-style: none;
  /* deep nesting */
}

#sidebar-offcanvas .widgettitle {
  color: #fff;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}

.footer #inner-footer {
  background-color: #ccc;
  border-top: 9px solid #777;
  width: 1024px;
}

/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

.show-for-sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.page-template-page-co-branding header.cyf-header,
.page-template-page-co-branding-thank-you header.cyf-header {
  box-shadow: none;
}

.page-template-page-co-branding #content #inner-content,
.page-template-page-co-branding-thank-you #content #inner-content {
  padding: 0px;
}

.page-template-page-co-branding .container,
.page-template-page-co-branding-thank-you .container {
  margin-bottom: 0px;
}

.page-template-page-co-branding #banner-wrapper,
.page-template-page-co-branding-thank-you #banner-wrapper {
  background-color: #1A5C7B;
}

.page-template-page-co-branding #banner-wrapper #banner,
.page-template-page-co-branding-thank-you #banner-wrapper #banner {
  padding: 0px 25px;
}

.page-template-page-co-branding #banner-wrapper #banner #banner-left h2,
.page-template-page-co-branding-thank-you #banner-wrapper #banner #banner-left h2 {
  color: white;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}

.page-template-page-co-branding #banner-wrapper #banner #banner-right,
.page-template-page-co-branding-thank-you #banner-wrapper #banner #banner-right {
  margin-bottom: -40px;
}

.page-template-page-co-branding #intro-content-wrapper,
.page-template-page-co-branding-thank-you #intro-content-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-template-page-co-branding #intro-content-wrapper #intro-content,
.page-template-page-co-branding-thank-you #intro-content-wrapper #intro-content {
  padding: 0px 25px;
}

.page-template-page-co-branding #intro-content-wrapper #intro-content h1,
.page-template-page-co-branding-thank-you #intro-content-wrapper #intro-content h1 {
  color: #1A5C7B;
  font-size: 27px;
  line-height: 40px;
}

.page-template-page-co-branding #intro-content-wrapper #intro-content p,
.page-template-page-co-branding-thank-you #intro-content-wrapper #intro-content p {
  font-size: 16px;
  line-height: 24px;
}

.page-template-page-co-branding #intro-content-wrapper #intro-right #promo-wrapper,
.page-template-page-co-branding-thank-you #intro-content-wrapper #intro-right #promo-wrapper {
  background-color: #036264;
  border-radius: 30px;
  padding: 20px;
}

.page-template-page-co-branding #intro-content-wrapper #intro-right #promo-wrapper h2,
.page-template-page-co-branding-thank-you #intro-content-wrapper #intro-right #promo-wrapper h2 {
  color: white;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.page-template-page-co-branding #intro-content-wrapper #intro-right #promo-wrapper p,
.page-template-page-co-branding-thank-you #intro-content-wrapper #intro-right #promo-wrapper p {
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.page-template-page-co-branding #intro-content-wrapper #intro-right #promo-wrapper a,
.page-template-page-co-branding-thank-you #intro-content-wrapper #intro-right #promo-wrapper a {
  display: inline-block;
  background-color: #E36C08;
  border-radius: 20px;
  font-family: "Roboto Slab", sans-serif;
  color: white;
  padding: 10px 50px;
  font-size: 24px;
  line-height: 36px;
  margin-top: 10px;
}

.page-template-page-co-branding #intro-content-wrapper #intro-right #promo-wrapper a:hover,
.page-template-page-co-branding-thank-you #intro-content-wrapper #intro-right #promo-wrapper a:hover {
  background-color: #994905;
}

.page-template-page-co-branding #benefits-wrapper,
.page-template-page-co-branding-thank-you #benefits-wrapper {
  background-color: #54772C;
  padding: 30px 20px;
}

.page-template-page-co-branding #benefits-wrapper #benefits #benefits-left,
.page-template-page-co-branding-thank-you #benefits-wrapper #benefits #benefits-left {
  display: none;
}

.page-template-page-co-branding #benefits-wrapper #benefits #benefits-right h2, .page-template-page-co-branding #benefits-wrapper #benefits #benefits-right ul li,
.page-template-page-co-branding-thank-you #benefits-wrapper #benefits #benefits-right h2,
.page-template-page-co-branding-thank-you #benefits-wrapper #benefits #benefits-right ul li {
  color: white;
}

.page-template-page-co-branding #benefits-wrapper #benefits #benefits-right h2,
.page-template-page-co-branding-thank-you #benefits-wrapper #benefits #benefits-right h2 {
  font-size: 24px;
  line-height: 36px;
}

.page-template-page-co-branding #benefits-wrapper #benefits #benefits-right ul,
.page-template-page-co-branding-thank-you #benefits-wrapper #benefits #benefits-right ul {
  padding-left: 20px;
}

.page-template-page-co-branding #benefits-wrapper #benefits #benefits-right ul li,
.page-template-page-co-branding-thank-you #benefits-wrapper #benefits #benefits-right ul li {
  margin-bottom: 10px;
}

.page-template-page-co-branding #faq-section-wrapper,
.page-template-page-co-branding-thank-you #faq-section-wrapper {
  background-color: #F7F7F7;
  padding: 30px 20px;
}

.page-template-page-co-branding #faq-section-wrapper #faq-section h2,
.page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section h2 {
  color: #1A5C7B;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.page-template-page-co-branding #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper,
.page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper {
  border-top: 2px solid rgba(3, 98, 100, 0.3);
  padding: 10px;
}

.page-template-page-co-branding #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper:last-of-type,
.page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper:last-of-type {
  border-bottom: 2px solid rgba(3, 98, 100, 0.3);
}

.page-template-page-co-branding #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-question,
.page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-question {
  color: #036264;
  font-weight: bold;
  position: relative;
  padding-right: 22px;
}

.page-template-page-co-branding #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-question:after,
.page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-question:after {
  content: "+";
  position: absolute;
  right: 0px;
  top: 0px;
}

.page-template-page-co-branding #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-question.open:after,
.page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-question.open:after {
  content: "-";
}

.page-template-page-co-branding #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-question:hover,
.page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-question:hover {
  cursor: pointer;
}

.page-template-page-co-branding #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-answer,
.page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section #faq-inner-wrapper .single-faq-wrapper .single-faq-answer {
  display: none;
}

.page-template-page-co-branding #videopanel_wrapper,
.page-template-page-co-branding-thank-you #videopanel_wrapper {
  overflow: hidden;
}

.page-template-page-co-branding #videopanel_wrapper #video_panel h2,
.page-template-page-co-branding-thank-you #videopanel_wrapper #video_panel h2 {
  color: #54772C;
  text-align: center;
}

.page-template-page-co-branding #videopanel_wrapper #video_panel .embedd-container,
.page-template-page-co-branding-thank-you #videopanel_wrapper #video_panel .embedd-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.page-template-page-co-branding #videopanel_wrapper #video_panel .embedd-container iframe,
.page-template-page-co-branding-thank-you #videopanel_wrapper #video_panel .embedd-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-co-branding #quote-wrapper,
.page-template-page-co-branding-thank-you #quote-wrapper {
  background-color: #E4EDF8;
  padding: 30px 20px;
}

.page-template-page-co-branding #quote-wrapper #quote #quote-content,
.page-template-page-co-branding-thank-you #quote-wrapper #quote #quote-content {
  color: #0070A3;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 15px;
}

.page-template-page-co-branding #quote-wrapper #quote #quote-source,
.page-template-page-co-branding-thank-you #quote-wrapper #quote #quote-source {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.page-template-page-co-branding #contact-form-wrapper,
.page-template-page-co-branding-thank-you #contact-form-wrapper {
  background-color: #1A5C7B;
  padding: 30px 20px;
}

.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_confirmation_wrapper .gform_confirmation_message,
.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_confirmation_wrapper p,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_confirmation_wrapper .gform_confirmation_message,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_confirmation_wrapper p {
  color: white;
  text-align: center;
}

.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper h2,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper h2 {
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  margin-top: 0px;
}

.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper .gform_confirmation_message,
.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper p,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper .gform_confirmation_message,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper p {
  color: white;
  text-align: center;
}

.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li label,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li label {
  color: white;
}

.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li label .gfield_required,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li label .gfield_required {
  color: white;
}

.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_footer,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_footer {
  text-align: center;
}

.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_footer .button,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_footer .button {
  font-family: "Roboto Slab", sans-serif;
  background-color: #009886;
  border-radius: 25px;
  display: inline-block;
  width: auto;
  padding: 10px 45px;
  font-weight: bold;
  font-size: 19px;
}

.page-template-page-co-branding #contact-form-wrapper #contact-form .gform_footer .button:hover,
.page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_footer .button:hover {
  background-color: #994905;
}

.skip-link {
  position: absolute;
  top: -1000px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  transition: top .75s ease-out;
}

/*
MEDIUM
*/
@media only screen and (min-width: 40.063em) {
  /******************************************************************

Stylesheet: Medium Stylesheet

Styles apply to 40.063em and up.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
SIDEBARS & ASIDES
*********************/
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
  /*********************
FOUNDATION STYLES
*********************/
  /*********************
PLUGIN STYLES
*********************/
}

/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 64.063em) {
  /******************************************************************

Stylesheet: Large Stylesheet

Styles apply to 64.063em and up.

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1140px;
  }
  /*********************
HEADER STYLES
*********************/
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
SIDEBARS & ASIDES
*********************/
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/
  }
  /* end .footer-links */
  /*********************
FOUNDATION STYLES
*********************/
  /*********************
PLUGIN STYLES
*********************/
  .page-template-page-co-branding #banner-wrapper #banner,
  .page-template-page-co-branding-thank-you #banner-wrapper #banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-template-page-co-branding #banner-wrapper #banner #banner-left,
  .page-template-page-co-branding-thank-you #banner-wrapper #banner #banner-left {
    max-width: 50%;
  }
  .page-template-page-co-branding #banner-wrapper #banner #banner-left h2,
  .page-template-page-co-branding-thank-you #banner-wrapper #banner #banner-left h2 {
    text-align: left;
    font-size: 42px;
    line-height: 58px;
  }
  .page-template-page-co-branding #banner-wrapper #banner #banner-right,
  .page-template-page-co-branding-thank-you #banner-wrapper #banner #banner-right {
    max-width: 50%;
  }
  .page-template-page-co-branding #intro-content-wrapper #intro-content h1,
  .page-template-page-co-branding-thank-you #intro-content-wrapper #intro-content h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .page-template-page-co-branding #intro-content-wrapper #intro-content #intro-inner-content,
  .page-template-page-co-branding-thank-you #intro-content-wrapper #intro-content #intro-inner-content {
    display: flex;
    justify-content: space-between;
  }
  .page-template-page-co-branding #intro-content-wrapper #intro-content #intro-inner-content #intro-left,
  .page-template-page-co-branding-thank-you #intro-content-wrapper #intro-content #intro-inner-content #intro-left {
    max-width: 500px;
  }
  .page-template-page-co-branding #intro-content-wrapper #intro-content #intro-inner-content #intro-right,
  .page-template-page-co-branding-thank-you #intro-content-wrapper #intro-content #intro-inner-content #intro-right {
    max-width: 400px;
    display: block;
    clear: both;
  }
  .page-template-page-co-branding #benefits-wrapper #benefits,
  .page-template-page-co-branding-thank-you #benefits-wrapper #benefits {
    display: flex;
    justify-content: space-between;
  }
  .page-template-page-co-branding #benefits-wrapper #benefits #benefits-left,
  .page-template-page-co-branding-thank-you #benefits-wrapper #benefits #benefits-left {
    display: inline-block;
    max-width: 45%;
  }
  .page-template-page-co-branding #benefits-wrapper #benefits #benefits-left img,
  .page-template-page-co-branding-thank-you #benefits-wrapper #benefits #benefits-left img {
    position: relative;
    top: -30px;
  }
  .page-template-page-co-branding #benefits-wrapper #benefits #benefits-right,
  .page-template-page-co-branding-thank-you #benefits-wrapper #benefits #benefits-right {
    max-width: 35%;
  }
  .page-template-page-co-branding #faq-section-wrapper,
  .page-template-page-co-branding-thank-you #faq-section-wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .page-template-page-co-branding #faq-section-wrapper #faq-section h2,
  .page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section h2 {
    margin-bottom: 30px;
  }
  .page-template-page-co-branding #faq-section-wrapper #faq-section #faq-inner-wrapper,
  .page-template-page-co-branding-thank-you #faq-section-wrapper #faq-section #faq-inner-wrapper {
    max-width: 875px;
    margin: 0 auto;
  }
  .page-template-page-co-branding #videopanel_wrapper,
  .page-template-page-co-branding-thank-you #videopanel_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-page-co-branding #videopanel_wrapper #video_panel,
  .page-template-page-co-branding-thank-you #videopanel_wrapper #video_panel {
    max-width: 875px;
    margin: 0 auto;
  }
  .page-template-page-co-branding #videopanel_wrapper #video_panel h2 br,
  .page-template-page-co-branding-thank-you #videopanel_wrapper #video_panel h2 br {
    display: none;
  }
  .page-template-page-co-branding #videopanel_wrapper #video_panel .embedd-container,
  .page-template-page-co-branding-thank-you #videopanel_wrapper #video_panel .embedd-container {
    padding-bottom: 55%;
  }
  .page-template-page-co-branding #quote-wrapper,
  .page-template-page-co-branding-thank-you #quote-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-template-page-co-branding #quote-wrapper #quote,
  .page-template-page-co-branding-thank-you #quote-wrapper #quote {
    max-width: 785px;
    margin: 0 auto;
  }
  .page-template-page-co-branding #quote-wrapper #quote #quote-content,
  .page-template-page-co-branding-thank-you #quote-wrapper #quote #quote-content {
    font-size: 24px;
    line-height: 36px;
  }
  .page-template-page-co-branding #contact-form-wrapper,
  .page-template-page-co-branding-thank-you #contact-form-wrapper {
    border-radius: 30px;
    padding: 20px;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper .validation_error,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper .validation_error {
    display: none;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li {
    margin-top: 0;
    width: 51%;
    width: 100%;
    float: left;
    clear: none;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li p,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li p {
    max-width: 785px;
    margin: 0 auto;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li input,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li input {
    width: 95%;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li#field_6_4, .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li#field_7_4,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li#field_6_4,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li#field_7_4 {
    float: right;
    width: 48%;
    width: 100%;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li#field_6_5, .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li#field_7_5,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li#field_6_5,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li#field_7_5 {
    width: 100%;
    margin-bottom: 25px;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li.gfield_error,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li.gfield_error {
    background-color: transparent;
    border-top: 0px;
    border-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li.gfield_error label,
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li.gfield_error .ginput_container,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li.gfield_error label,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li.gfield_error .ginput_container {
    margin-top: 0px;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li.gfield_error .validation_message,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper ul.gform_fields li.gfield_error .validation_message {
    padding-top: 0px;
  }
  .page-template-page-co-branding #contact-form-wrapper #contact-form .gform_wrapper .gform_footer,
  .page-template-page-co-branding-thank-you #contact-form-wrapper #contact-form .gform_wrapper .gform_footer {
    text-align: center;
    /*
					width:48%;
					float:right;
					margin-top:-80px;
*/
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/*
XLARGE
*/
@media only screen and (min-width: 90.063em) {
  /******************************************************************

Stylesheet: X-Large Stylesheet

Styles apply to 90.063em and up.


******************************************************************/
}

/*
XXLARGE
*/
@media only screen and (min-width: 120.063em) {
  /******************************************************************

Stylesheet: XX-Large Stylesheet

Styles apply to 120.063em and up.

******************************************************************/
}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
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;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/***** CYF WEBSITE 2015 04 30 SH  ***/
body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #707070;
  min-height: 100%;
}

body #a-cyf-page {
  overflow-x: hidden;
}

body #a-cyf-game {
  overflow-x: visible;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', sans-serif;
  color: #1A5C7B;
  font-weight: 700;
}

a {
  text-decoration: underline;
  color: #BD491F;
}

a:hover {
  text-decoration: none;
}

header.cyf-header {
  position: relative;
  background: #fff;
  height: 130px;
  clear: both;
  box-shadow: 2px 20px 30px #d4d4d4;
}

header.cyf-header #logo {
  padding: 20px;
  float: left;
  transition: all .4s ease-in-out;
}

header.cyf-header #logo img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  max-height: 90px;
}

header.cyf-header nav {
  position: absolute;
  right: 0;
  top: 50px;
}

header.cyf-header nav ul {
  list-style: none;
}

header.cyf-header nav ul li {
  display: inline-block;
  float: left;
}

header.cyf-header nav ul li .nav-item {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  display: block;
  padding: 15px 10px 20px  10px;
  color: #1A5C7B;
  text-decoration: none;
  font-weight: 700;
  margin-right: 30px;
  /*
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
*/
}

.container {
  min-height: 100%;
  margin-bottom: 30px;
}

body.home .container {
  margin-bottom: 0px;
}

.container em {
  color: #707070;
  font-weight: 600;
}

.content-control {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.container .inner-contents {
  padding: 25px;
}

/*FONT COLORS */
*.about-color {
  color: #77923b !important;
}

*.educator-color {
  color: #375f92 !important;
}

*.contact-color {
  color: #5f497a !important;
}

*.play-color {
  color: #1A5C7B !important;
}

/*** NON ACTIVE NAV ITEMS ****/
header.cyf-header nav ul li .nav-item.about {
  background: url(../images/cyf-nav-about-top-bar.png) no-repeat center top;
}

header.cyf-header nav ul li .nav-item.ed-resources {
  background: url(../images/cyf-nav-ed-resources-top-bar.png) no-repeat center top;
}

header.cyf-header nav ul li .nav-item.contact-us {
  background: url(../images/cyf-nav-contact-top-bar.png) no-repeat center top;
}

header.cyf-header nav ul li .nav-item.play {
  background: url(../images/cyf-nav-play-top-bar.png) no-repeat center top;
}

header.cyf-header nav ul li .nav-item.order {
  background: url(../images/cyf-nav-order-top-bar.png) no-repeat center top;
}

/*** ACTIVE NAV ITEMS ****/
header.cyf-header nav ul li .nav-item.about.active,
header.cyf-header nav ul li .nav-item.about:hover {
  background-color: #5f497a;
}

header.cyf-header nav ul li .nav-item.ed-resources.active,
header.cyf-header nav ul li .nav-item.ed-resources:hover {
  background-color: #375f92;
}

header.cyf-header nav ul li .nav-item.contact-us.active,
header.cyf-header nav ul li .nav-item.contact-us:hover {
  background-color: #993366;
}

header.cyf-header nav ul li .nav-item.play.active,
header.cyf-header nav ul li .nav-item.play:hover {
  background-color: #BD491F;
}

header.cyf-header nav ul li .nav-item.order.active,
header.cyf-header nav ul li .nav-item.order:hover {
  background-color: #54772C;
}

header.cyf-header nav ul li a:hover,
header.cyf-header nav ul li .active {
  color: #fff;
  border-radius: 5px 5px 0 0;
}

header.cyf-header nav .menu-toggle {
  display: none;
}

/** HOME PAGE   ***/
section > .home .banner {
  position: relative;
  background-color: #1A5C7B;
  height: 300px;
  max-height: 334px;
  width: 100%;
}

section > .home .banner .content,
section > .home .banner .ipad {
  box-sizing: border-box;
}

section > .home .banner .content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #fff;
  float: left;
  width: 34%;
  line-height: 1.4em;
  padding: 20px 0px;
}

section > .home .banner .ipad {
  width: 65%;
  float: right;
}

section > .home .banner .ipad img {
  width: 100%;
  max-width: 680px;
}

section > .home .banner .content a, section > .home .banner .content a.active, section > .home .banner .content a.focus, section > .home .banner .content a.visited {
  color: #fff;
  text-decoration: underline;
}

section > .home .inner-contents h1 {
  font-family: 'Roboto Slab', serif;
  color: #1A5C7B;
}

section > .home .banner p {
  margin-bottom: 0px;
}

section > .home .banner .content .button-wrapper {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

section > .home .banner .content a.playTheGameBtn {
  display: inline-block;
  background: #009886;
  font-family: 'Permanent Marker', cursive;
  border-radius: 30px;
  font-size: 1.5em;
  letter-spacing: 2px;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
}

.order-kit-button a {
  display: inline-block;
  background: #54772C;
  font-family: "Roboto Slab", sans-serif;
  border-radius: 30px;
  font-size: 1.2em;
  line-height: 1.1em;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
}

section > .home .banner .content .playTheGameBtn::before {
  content: '';
  margin-top: 10px;
}

section > .home .inner-contents .content {
  float: left;
  width: 50%;
  padding-bottom: 30px;
  margin-top: 60px;
}

section > .inner-contents.about .content {
  width: 60%;
  float: left;
}

section > .home .bottom-contents {
  background-color: #E4EDF8;
  padding-top: 60px;
  padding-bottom: 60px;
}

section > .home .video-intro {
  text-align: center;
}

section > .home .video-intro h2 {
  margin-top: 0px;
  font-size: 24px;
}

section > .home .video-wrapper {
  max-width: 80%;
  margin: 20px auto 0px auto;
}

section > .home .testimonial-wrapper {
  /*
    margin-top:50px;
    border-top:2px solid #cccccc;
*/
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

section > .home .testimonial-copy {
  color: #0070A3;
  font-size: 20px;
  text-align: center;
}

section > .home .testimonial-source {
  text-align: center;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 8px;
}

section > .inner-contents.about .image-right {
  /*
  position: absolute;
  top: 0;
  right: -204px;
  background: url('../images/cyf-inner-about-left-wheel-ipad.png') top right no-repeat;
  padding-bottom: 30px;
  min-height: 523px;
  min-width: 640px;
  float: left;
*/
  position: absolute;
  left: 55%;
  top: 0;
  width: 63%;
}

section > .inner-contents.about .image-right img {
  width: 100%;
}

section > .inner-contents.play,
section > .inner-contents.about {
  padding-top: 0;
}

section > .inner-contents .content.left {
  padding-top: 25px;
}

section > .inner-contents.play .image-right {
  /*
  position: absolute;
  top: 0;
  right: -204px;
  background: url('../images/cyf-inner-play-ipad.png') top right no-repeat;
  padding-bottom: 30px;
  min-height: 453px;
  min-width: 674px;
  float: left;
*/
  position: absolute;
  left: 52%;
  top: 0;
  width: 65%;
}

section > .inner-contents.play .image-right img {
  width: 100%;
}

section > .inner-contents .left {
  width: 50%;
  float: left;
  padding-right: 20px;
}

section > .inner-contents .innerPlayGameBtn {
  display: inline-block;
  background: #009886;
  border-radius: 25px;
  padding: 10px 45px;
  font-family: 'Permanent Marker', cursive;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

section > .inner-contents.play .button-wrapper,
section > .inner-contents.about .button-wrapper {
  margin-top: 20px;
}

section > .inner-contents.play a#instance-chooser.innerPlayGameBtn {
  background: #be7f20;
  padding-right: 70px;
  padding-left: 70px;
  font-size: 19px;
}

p.instance-select-instructions {
  margin-top: 0px;
}

#state-instance-message {
  display: none;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}

#state-instance-message h3 {
  width: 52%;
}

#state-instance-message .logo {
  width: 40%;
  text-align: center;
}

.game-edition-wrapper {
  display: none;
}

.gform_wrapper .subscribe-form {
  margin: 0px !important;
  width: 100% !important;
}

.gform_wrapper .subscribe-form div.gform_body {
  width: 100% !important;
}

.gform_wrapper .subscribe-form input[type="email"] {
  height: 50px;
}

.gform_wrapper .subscribe-form .gform_footer input[type="submit"] {
  display: inline-block;
  background: #0070A3;
  border-radius: 25px;
  padding: 10px 45px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  text-align: center;
}

section > .inner-contents .right {
  width: 50%;
  padding: 2em;
  float: left;
  text-align: center;
  margin-top: -2em;
}

section > .inner-contents .right img {
  width: 100%;
  border-radius: 10px;
}

section > .inner-contents.order .form {
  text-align: center;
  background-color: #ccc;
  border-radius: 25px;
  padding: 2em;
  padding-bottom: 0.5em;
  margin-top: -2em;
  margin-bottom: 2em;
  width: 50%;
  float: left;
}

section > .inner-contents.order .form input,
section > .inner-contents.order .form textarea {
  padding: 10px;
  font-style: italic;
  font-weight: normal;
}

section > .inner-contents.order .form .gform_wrapper .gform_footer {
  text-align: center;
}

section > .inner-contents.order .form input[type='submit'] {
  background: #005f61;
  border-radius: 25px;
  padding: 10px 45px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: .9em;
}

section > .inner-contents .innerPlayGameBtn:hover,
section > .inner-contents.order .form input[type='submit']:hover {
  background: rgba(0, 95, 97, 0.9);
}

section > .home .inner-contents .kid {
  /*
  position: absolute;
  z-index: -9999;
  right: 3em;
  top: 138px;
*/
  float: right;
  margin-top: 138px;
  width: 50%;
  margin-top: 60px;
}

section > .home .inner-contents .kid img {
  width: 100%;
}

section > .home .inner-contents .kid .video-intro {
  text-align: center;
  max-width: 80%;
  margin: 40px auto 0px auto;
}

section > .play a#instance-chooser {
  display: none;
}

section > .inner-contents .right,
section > .inner-contents.order,
section > .inner-contents .left {
  margin-bottom: 30px;
}

footer.cyf-footer {
  width: 100%;
  padding: 25px;
  border-top: 10px solid #707070;
  background: #f4f4fr;
  color: #000;
  font-size: .85em;
  clear: both;
}

footer.cyf-footer * {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

footer ul {
  list-style: none;
  margin: 0;
}

footer ul li {
  float: left;
}

/*
footer.cyf-footer ul li::after {
  content: "|";
  color: #000;
  padding: 0 10px;
  font-size: .75em;
  margin-top: 5px;
}
*/
/*
footer.cyf-footer ul li:last-child::after {
  content: '';
  padding: 0;
}
*/
footer.cyf-footer ul li {
  margin-right: 10px;
  line-height: 2em;
}

footer.cyf-footer ul li:last-child {
  margin-right: 0;
}

footer.cyf-footer ul li a {
  color: #BD491F;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: underline;
  padding: 15px 5px;
}

footer.cyf-footer ul li a:hover {
  text-decoration: none;
}

footer.cyf-footer .contact {
  float: left;
  clear: both;
}

footer.cyf-footer .contact img {
  float: left;
  margin-top: 10px;
  display: table-cell;
  vertical-align: middle;
  max-width: 120px;
}

footer.cyf-footer .contact .fame-address {
  float: left;
  display: table-cell;
  margin-left: 40px;
  vertical-align: middle;
  font-style: none;
}

footer.cyf-footer .nav.item {
  box-sizing: border-box;
}

footer.cyf-footer .contact.item {
  box-sizing: border-box;
  width: 40%;
  float: left;
}

footer.cyf-footer .nav {
  float: right;
  text-align: right;
}

footer.cyf-footer .nav .footer-menu,
footer.cyf-footer .nav .copy {
  display: block;
  width: 100%;
  text-align: right;
  clear: both;
  font-size: .95em;
}

/* Create reponsive embeds/YouTube */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1090px) {
  /*** EXTRA STUFF ***/
  .hide-mobile {
    display: none !important;
  }
  .content-control {
    max-width: 100%;
  }
  section > .home .banner .content {
    width: 100%;
    padding: 10px;
  }
  section > .home .inner-contents .content {
    width: 100%;
  }
  footer.cyf-footer.game {
    min-width: 1024px !important;
  }
  footer.cyf-footer .nav {
    width: 60%;
  }
  footer.cyf-footer .content {
    width: 40%;
  }
  footer.cyf-footer .nav .footer-menu,
  footer.cyf-footer .nav .copy {
    text-align: right;
  }
}

/**** MOBILE SITE ****/
@media screen and (max-width: 1090px) {
  section > .inner-contents .left {
    width: 100%;
  }
  section > .inner-contents .right {
    display: none;
  }
  section > .inner-contents.order .form {
    width: 100%;
    margin-top: 2em;
    margin-left: 0;
  }
  section > .inner-contents.about .image-right {
    display: none;
  }
  section > .inner-contents.play .image-right {
    display: none;
  }
  section > .inner-contents.about .content {
    float: none;
    width: 100%;
  }
  section > .home .testimonial-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  section > .home .inner-contents .content {
    margin-top: 0px;
  }
  header.cyf-header {
    height: 120px;
  }
  header.cyf-header #logo img {
    display: block;
    margin: 0 auto;
    height: 80px;
  }
  header.cyf-header nav {
    top: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
    right: 0;
  }
  header.cyf-header nav .menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    border: 2px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  header.cyf-header .menu-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #cccccc;
    border-radius: 1px;
    margin: 5px;
  }
  header.cyf-header nav ul {
    position: relative;
    height: 0;
    overflow: hidden;
    top: 66px;
    /*
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
*/
  }
  header.cyf-header nav ul.active {
    height: auto;
    width: 100%;
    position: relative;
    background: #efefef;
    top: 66px;
    border-bottom: 1px solid #ccc;
    z-index: 999;
  }
  header.cyf-header nav ul li {
    float: none;
    display: block;
    margin-left: -40px;
  }
  /*** NON ACTIVE NAV ITEMS ****/
  header.cyf-header nav ul li .nav-item,
  header.cyf-header nav ul li .nav-item,
  header.cyf-header nav ul li .nav-item {
    background-image: none !important;
    border-bottom: 1px solid #ccc;
  }
  header.cyf-header nav ul li .nav-item {
    padding: 17px 10px;
    margin: 0;
    margin-left: 0;
  }
  header.cyf-header nav ul li a:hover,
  header.cyf-header nav ul li .active {
    color: #fff;
    border-radius: 0px 0px 0 0;
  }
  .container .inner-contents {
    padding: 25px;
  }
  footer.cyf-footer {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  footer.cyf-footer ul {
    list-style: none;
    display: block;
  }
  footer.cyf-footer ul li {
    float: left;
  }
  footer.cyf-footer ul li:last-child::after {
    content: '';
    padding: 0;
  }
  footer.cyf-footer ul li::after {
    content: "|";
    color: #000;
    padding: 0 10px;
    font-size: .75em;
    margin-top: 5px;
  }
  footer.cyf-footer ul li a {
    font-weight: 700;
    font-size: 1em;
  }
  footer.cyf-footer .contact {
    float: none;
    width: 100%;
  }
  footer.cyf-footer .contact img {
    float: none;
    margin: 10px auto;
  }
  footer.cyf-footer .contact .fame-address {
    float: none;
    display: block;
    font-style: none;
    margin-left: 0;
  }
  footer.cyf-footer .nav {
    float: none;
    text-align: right;
  }
  footer.cyf-footer .nav ul {
    display: inline-block;
    clear: both;
  }
  footer.cyf-footer .nav .copy {
    display: block;
    clear: both;
  }
  footer.cyf-footer .nav.item,
  footer.cyf-footer .contact.item {
    float: none;
    width: 100%;
  }
  footer.cyf-footer .nav {
    text-align: center;
    float: none;
    margin-right: 10px;
    width: 100%;
  }
  footer.cyf-footer .nav .footer-menu,
  footer.cyf-footer .nav .copy {
    text-align: center;
  }
  footer.game {
    min-width: 1024px;
    width: 1024px !important;
    min-height: 100%;
    height: auto;
    padding: 25px;
    border-top: 10px solid #777;
    background: #ccc;
    color: #000;
    font-size: .85em;
    clear: both;
  }
  footer.game * {
    box-sizing: border-box;
  }
  footer.game ul {
    list-style: none;
  }
  footer.game ul li {
    float: left;
  }
  footer.game ul li::after {
    content: "|";
    color: #000;
    padding: 0 10px;
    font-size: .75em;
    margin-top: 5px;
  }
  footer.game ul li:last-child::after {
    content: '';
    padding: 0;
  }
  footer.game ul li a {
    color: #005f61;
    font-weight: 700;
    font-size: 1em;
  }
  footer.game .content {
    width: auto;
  }
  footer.game .contact {
    float: left;
    clear: both;
    width: 424px;
  }
  footer.game .contact img {
    float: left;
    margin-top: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  footer.game .contact .fame-address {
    float: left;
    display: table-cell;
    margin-left: 40px;
    vertical-align: middle;
    font-style: none;
  }
  footer.game .nav.item {
    box-sizing: border-box;
    float: left;
  }
  footer.game .contact.item {
    box-sizing: border-box;
    width: 100%;
    float: left;
  }
  footer.game .nav {
    float: right;
    text-align: right;
  }
  footer.game .nav .footer-menu,
  footer.game .nav .copy {
    display: block;
    width: 100%;
    text-align: right;
    clear: both;
  }
  footer.game .contact {
    width: 360px;
  }
  footer.game .footer-right {
    width: 630px !important;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
footer.game .contact {
  width: 339px !important;
}

footer.game .footer-right {
  width: 630px !important;
}

figure {
  margin: 0px;
}

.woocommerce-checkout .form-row.no-margin {
  margin: 0px !important;
  padding: 0px !important;
  height: 0px !important;
}

.woocommerce-cart .woocommerce-message a.button.wc-forward {
  display: none;
}

.woocommerce table.shop_table tr.cart-discount th, .woocommerce table.shop_table tr.cart-discount td {
  color: #8fae1b;
}

.cart-heading-wrapper {
  background-color: #f7f7f7;
  color: #77923b;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
}

.cart-heading-wrapper a {
  font-family: 'Roboto Slab', sans-serif;
  text-transform: uppercase;
  color: #BD491F;
}

.woocommerce-order-received table.shop_table tfoot td {
  font-weight: normal;
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method.payment_method_paypal img {
  /*     display:none; */
  /* hide the Paypal credit card logos */
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method.payment_method_paypal .about_paypal {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method.payment_method_paypal a.about_paypal {
  /* because we hid the icon, we need to style the paypal link */
  line-height: 21px;
  margin-left: 10px;
}

body.woocommerce-cart .cyf-cart-message {
  width: 100%;
  background-color: #e9a635;
  padding: 6px 50px;
  color: #000;
  font-weight: bold;
}

body.woocommerce-cart .cyf-cart-message p {
  margin: 0;
  padding: 0;
}

body.woocommerce-cart .cyf-cart-message bold, body.woocommerce-cart .cyf-cart-message strong {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
