/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
  color: black; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
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; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 14px; }

a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.fa:before {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.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%; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #0072bc;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0064a2; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.25rem;
    line-height: 1.6; }
  p aside {
    font-size: 1rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1e1e1e;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 11px;
    color: #6d6d6d;
    line-height: 0; }

h1 {
  font-size: 1.14286rem; }

h2 {
  font-size: 1rem; }

h3 {
  font-size: 1.07143rem; }

h4 {
  font-size: 0.92857rem; }

h5 {
  font-size: 1.14286rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6d6d6d;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857rem 0 1.35714rem;
  height: 0; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 11px;
  line-height: inherit; }

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: bold;
  color: #bd240d; }

/* Lists */
ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul, ul.no-bullet li ol {
      margin-left: 1.42857rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.42857rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul, ol li ol {
    margin-left: 1.42857rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.85714rem; }

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #1e1e1e;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.42857rem;
  padding: 2.85714rem 1.42857rem 1.71429rem 4.28571rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.92857rem;
    color: #525252; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #525252; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #1e1e1e; }

/* Microformats */
.mix-vcard {
  display: inline-block;
  margin: 0 0 1.42857rem 0;
  border: 1px solid #dddddd;
  padding: 0.71429rem 0.85714rem; }
  .mix-vcard li {
    margin: 0;
    display: block; }
  .mix-vcard .fn {
    font-weight: bold;
    font-size: 1.07143rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.07143rem; }

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 1.85714rem; }
  h2 {
    font-size: 1.71429rem; }
  h3 {
    font-size: 1.42857rem; }
  h4 {
    font-size: 1.28571rem; } }

button, .button, input.search-submit {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.42857rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1.14286rem;
  padding-right: 2.28571rem;
  padding-bottom: 1.21429rem;
  padding-left: 2.28571rem;
  font-size: 1.14286rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #0072bc;
  border-color: #007ecc;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.14286rem;
  padding-right: 2.28571rem;
  padding-bottom: 1.21429rem;
  padding-left: 2.28571rem;
  font-size: 1.14286rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button:hover, button:focus, .button:hover, input.search-submit:hover, .button:focus {
    background-color: #007ecc; }
  button:hover, button:focus, .button:hover, input.search-submit:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #777777;
    border-color: #7e7e7e;
    color: white; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #7e7e7e; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: white; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #47b66f;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #47b66f; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #f1492f;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #f1492f; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.28571rem;
    padding-right: 2.57143rem;
    padding-bottom: 1.35714rem;
    padding-left: 2.57143rem;
    font-size: 1.42857rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.07143rem;
    padding-left: 2rem;
    font-size: 0.92857rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.71429rem;
    padding-right: 1.42857rem;
    padding-bottom: 0.78571rem;
    padding-left: 1.42857rem;
    font-size: 0.78571rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.85714rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.85714rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #0072bc;
    border-color: #007ecc;
    color: white;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    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: #007ecc; }
    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: white; }
    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: #0072bc; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #777777;
      border-color: #7e7e7e;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      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: #7e7e7e; }
      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: white; }
      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: #777777; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43ac6a;
      border-color: #47b66f;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      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: #47b66f; }
      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: white; }
      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: #f1492f;
      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      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: #f1492f; }
      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: white; }
      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; }

@media only screen and (min-width:40.063em) {
  button, .button, input.search-submit {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group li {
    margin: 0;
    float: left; }
    .button-group li > button, .button-group li .button, .button-group li input.search-submit {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group li:first-child button, .button-group li:first-child .button, .button-group li:first-child input.search-submit {
      border-left: 0; }
    .button-group li:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * input.search-submit {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child input.search-submit {
    border-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .button-group.radius > *:first-child > input.search-submit {
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .button-group.radius > *:last-child > input.search-submit {
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; }
  .button-group.round > * > button, .button-group.round > * .button, .button-group.round > * input.search-submit {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child input.search-submit {
    border-left: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .button-group.round > *:first-child > input.search-submit {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .button-group.round > *:last-child > input.search-submit {
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li input.search-submit {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child input.search-submit {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li input.search-submit {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li input.search-submit {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child input.search-submit {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li input.search-submit {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li input.search-submit {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child input.search-submit {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li input.search-submit {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li input.search-submit {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child input.search-submit {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li input.search-submit {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li input.search-submit {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child input.search-submit {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li input.search-submit {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li input.search-submit {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child input.search-submit {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li input.search-submit {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li input.search-submit {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child input.search-submit {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li input.search-submit {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.71429rem; }
    .button-bar .button-group div {
      overflow: hidden; }

ul.pagination {
  display: block;
  height: 1.71429rem;
  margin-left: -0.35714rem; }
  ul.pagination li {
    height: 1.71429rem;
    color: #222222;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    ul.pagination li a {
      display: block;
      padding: 0.07143rem 0.71429rem 0.07143rem;
      color: #999999;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    ul.pagination li:hover a, ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #0072bc;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #0072bc; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  margin-bottom: 1.42857rem;
  padding: 1.42857rem;
  background: #eeeeee; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.71429rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6e4ff;
    margin-bottom: 1.42857rem;
    padding: 1.42857rem;
    background: #ecf8ff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.71429rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #0072bc; }
  .panel.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.42857rem;
  position: relative;
  padding: 1rem 1.71429rem 1rem 1rem;
  font-size: 0.85714rem;
  background-color: #0072bc;
  border-color: #0064a2;
  color: white; }
  .alert-box .close {
    font-size: 1.57143rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.78571rem;
    right: 0.28571rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2b0f;
    color: white; }
  .alert-box.secondary {
    background-color: #777777;
    border-color: #666666;
    color: white; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #282828; }

.label {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.28571rem 0.57143rem 0.42857rem;
  font-size: 0.78571rem;
  background-color: #0072bc;
  color: white; }
  .label.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: white; }
  .label.success {
    background-color: #43ac6a;
    color: white; }
  .label.secondary {
    background-color: #777777;
    color: white; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #3db4ff;
  margin-left: 0;
  margin-bottom: 1.42857rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #0072bc;
    padding: 0.71429rem 1.07143rem;
    text-align: center;
    color: #eeeeee;
    font-weight: normal;
    font-size: 1.85714rem;
    font-family: "Open Sans", sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 1.07143rem 1.42857rem;
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 1.28571rem;
    font-family: "Open Sans", sans-serif; }
  .pricing-table .description {
    background-color: white;
    padding: 1.07143rem;
    text-align: center;
    color: #777777;
    font-size: 0.85714rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .bullet-item {
    background-color: white;
    padding: 1.07143rem;
    text-align: center;
    color: #333333;
    font-size: 1rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .cta-button {
    background-color: white;
    text-align: center;
    padding: 1.42857rem 1.42857rem 0; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.42857rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      height: 100vh;
      min-height: 100vh; } }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width:40.063em) {
    dialog, .reveal-modal {
      top: 7.14286rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.85714rem;
    line-height: 1;
    position: absolute;
    top: 0.57143rem;
    right: 0.78571rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width:40.063em) {
  dialog, .reveal-modal {
    padding: 2.14286rem; }
    @media only screen and (min-width:40.063em) {
      dialog, .reveal-modal {
        top: 7.14286rem; } }
    @media only screen and (min-width:40.063em) {
      dialog.tiny, .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%; } }
    @media only screen and (min-width:40.063em) {
      dialog.small, .reveal-modal.small {
        margin-left: -20%;
        width: 40%; } }
    @media only screen and (min-width:40.063em) {
      dialog.medium, .reveal-modal.medium {
        margin-left: -30%;
        width: 60%; } }
    @media only screen and (min-width:40.063em) {
      dialog.large, .reveal-modal.large {
        margin-left: -35%;
        width: 70%; } }
    @media only screen and (min-width:40.063em) {
      dialog.xlarge, .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%; } }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; }
    @media only screen and (min-width:40.063em) {
      dialog.full, .reveal-modal.full {
        margin-left: -50vw;
        width: 100vw; } } }

@media print {
  dialog, .reveal-modal {
    background: white !important; } }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70.71429rem;
  *zoom: 1; }
  .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: -1.07143rem;
    margin-right: -1.07143rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
  .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: 1.07143rem;
    padding-right: 1.07143rem;
    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%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .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, .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }

@media only screen and (min-width:40.063em) {
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .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: 1.07143rem;
    padding-right: 1.07143rem;
    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%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .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, .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    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) {
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .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: 1.07143rem;
    padding-right: 1.07143rem;
    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%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .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, .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    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; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 1.07143rem 2.14286rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .small-block-grid-1 > li:nth-child(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .small-block-grid-2 > li:nth-child(2n+1) {
      padding-left: 0rem;
      padding-right: 1.07143rem; }
    .small-block-grid-2 > li:nth-child(2n) {
      padding-left: 1.07143rem;
      padding-right: 0rem; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .small-block-grid-3 > li:nth-child(3n+1) {
      padding-left: 0rem;
      padding-right: 1.42857rem; }
    .small-block-grid-3 > li:nth-child(3n+2) {
      padding-left: 0.71429rem;
      padding-right: 0.71429rem; }
    .small-block-grid-3 > li:nth-child(3n) {
      padding-left: 1.42857rem;
      padding-right: 0rem; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .small-block-grid-4 > li:nth-child(4n+1) {
      padding-left: 0rem;
      padding-right: 1.60714rem; }
    .small-block-grid-4 > li:nth-child(4n+2) {
      padding-left: 0.53571rem;
      padding-right: 1.07143rem; }
    .small-block-grid-4 > li:nth-child(4n+3) {
      padding-left: 1.07143rem;
      padding-right: 0.53571rem; }
    .small-block-grid-4 > li:nth-child(4n) {
      padding-left: 1.60714rem;
      padding-right: 0rem; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .small-block-grid-5 > li:nth-child(5n+1) {
      padding-left: 0rem;
      padding-right: 1.71429rem; }
    .small-block-grid-5 > li:nth-child(5n+2) {
      padding-left: 0.42857rem;
      padding-right: 1.28571rem; }
    .small-block-grid-5 > li:nth-child(5n+3) {
      padding-left: 0.85714rem;
      padding-right: 0.85714rem; }
    .small-block-grid-5 > li:nth-child(5n+4) {
      padding-left: 1.28571rem;
      padding-right: 0.42857rem; }
    .small-block-grid-5 > li:nth-child(5n) {
      padding-left: 1.71429rem;
      padding-right: 0rem; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .small-block-grid-6 > li:nth-child(6n+1) {
      padding-left: 0rem;
      padding-right: 1.78571rem; }
    .small-block-grid-6 > li:nth-child(6n+2) {
      padding-left: 0.35714rem;
      padding-right: 1.42857rem; }
    .small-block-grid-6 > li:nth-child(6n+3) {
      padding-left: 0.71429rem;
      padding-right: 1.07143rem; }
    .small-block-grid-6 > li:nth-child(6n+4) {
      padding-left: 1.07143rem;
      padding-right: 0.71429rem; }
    .small-block-grid-6 > li:nth-child(6n+5) {
      padding-left: 1.42857rem;
      padding-right: 0.35714rem; }
    .small-block-grid-6 > li:nth-child(6n) {
      padding-left: 1.78571rem;
      padding-right: 0rem; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .small-block-grid-7 > li:nth-child(7n+1) {
      padding-left: 0rem;
      padding-right: 1.83673rem; }
    .small-block-grid-7 > li:nth-child(7n+2) {
      padding-left: 0.30612rem;
      padding-right: 1.53061rem; }
    .small-block-grid-7 > li:nth-child(7n+3) {
      padding-left: 0.61224rem;
      padding-right: 1.22449rem; }
    .small-block-grid-7 > li:nth-child(7n+4) {
      padding-left: 0.91837rem;
      padding-right: 0.91837rem; }
    .small-block-grid-7 > li:nth-child(7n+5) {
      padding-left: 1.22449rem;
      padding-right: 0.61224rem; }
    .small-block-grid-7 > li:nth-child(7n+6) {
      padding-left: 1.53061rem;
      padding-right: 0.30612rem; }
    .small-block-grid-7 > li:nth-child(7n) {
      padding-left: 1.83673rem;
      padding-right: 0rem; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .small-block-grid-8 > li:nth-child(8n+1) {
      padding-left: 0rem;
      padding-right: 1.875rem; }
    .small-block-grid-8 > li:nth-child(8n+2) {
      padding-left: 0.26786rem;
      padding-right: 1.60714rem; }
    .small-block-grid-8 > li:nth-child(8n+3) {
      padding-left: 0.53571rem;
      padding-right: 1.33929rem; }
    .small-block-grid-8 > li:nth-child(8n+4) {
      padding-left: 0.80357rem;
      padding-right: 1.07143rem; }
    .small-block-grid-8 > li:nth-child(8n+5) {
      padding-left: 1.07143rem;
      padding-right: 0.80357rem; }
    .small-block-grid-8 > li:nth-child(8n+6) {
      padding-left: 1.33929rem;
      padding-right: 0.53571rem; }
    .small-block-grid-8 > li:nth-child(8n+7) {
      padding-left: 1.60714rem;
      padding-right: 0.26786rem; }
    .small-block-grid-8 > li:nth-child(8n) {
      padding-left: 1.875rem;
      padding-right: 0rem; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .small-block-grid-9 > li:nth-child(9n+1) {
      padding-left: 0rem;
      padding-right: 1.90476rem; }
    .small-block-grid-9 > li:nth-child(9n+2) {
      padding-left: 0.2381rem;
      padding-right: 1.66667rem; }
    .small-block-grid-9 > li:nth-child(9n+3) {
      padding-left: 0.47619rem;
      padding-right: 1.42857rem; }
    .small-block-grid-9 > li:nth-child(9n+4) {
      padding-left: 0.71429rem;
      padding-right: 1.19048rem; }
    .small-block-grid-9 > li:nth-child(9n+5) {
      padding-left: 0.95238rem;
      padding-right: 0.95238rem; }
    .small-block-grid-9 > li:nth-child(9n+6) {
      padding-left: 1.19048rem;
      padding-right: 0.71429rem; }
    .small-block-grid-9 > li:nth-child(9n+7) {
      padding-left: 1.42857rem;
      padding-right: 0.47619rem; }
    .small-block-grid-9 > li:nth-child(9n+8) {
      padding-left: 1.66667rem;
      padding-right: 0.2381rem; }
    .small-block-grid-9 > li:nth-child(9n) {
      padding-left: 1.90476rem;
      padding-right: 0rem; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .small-block-grid-10 > li:nth-child(10n+1) {
      padding-left: 0rem;
      padding-right: 1.92857rem; }
    .small-block-grid-10 > li:nth-child(10n+2) {
      padding-left: 0.21429rem;
      padding-right: 1.71429rem; }
    .small-block-grid-10 > li:nth-child(10n+3) {
      padding-left: 0.42857rem;
      padding-right: 1.5rem; }
    .small-block-grid-10 > li:nth-child(10n+4) {
      padding-left: 0.64286rem;
      padding-right: 1.28571rem; }
    .small-block-grid-10 > li:nth-child(10n+5) {
      padding-left: 0.85714rem;
      padding-right: 1.07143rem; }
    .small-block-grid-10 > li:nth-child(10n+6) {
      padding-left: 1.07143rem;
      padding-right: 0.85714rem; }
    .small-block-grid-10 > li:nth-child(10n+7) {
      padding-left: 1.28571rem;
      padding-right: 0.64286rem; }
    .small-block-grid-10 > li:nth-child(10n+8) {
      padding-left: 1.5rem;
      padding-right: 0.42857rem; }
    .small-block-grid-10 > li:nth-child(10n+9) {
      padding-left: 1.71429rem;
      padding-right: 0.21429rem; }
    .small-block-grid-10 > li:nth-child(10n) {
      padding-left: 1.92857rem;
      padding-right: 0rem; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .small-block-grid-11 > li:nth-child(11n+1) {
      padding-left: 0rem;
      padding-right: 1.94805rem; }
    .small-block-grid-11 > li:nth-child(11n+2) {
      padding-left: 0.19481rem;
      padding-right: 1.75325rem; }
    .small-block-grid-11 > li:nth-child(11n+3) {
      padding-left: 0.38961rem;
      padding-right: 1.55844rem; }
    .small-block-grid-11 > li:nth-child(11n+4) {
      padding-left: 0.58442rem;
      padding-right: 1.36364rem; }
    .small-block-grid-11 > li:nth-child(11n+5) {
      padding-left: 0.77922rem;
      padding-right: 1.16883rem; }
    .small-block-grid-11 > li:nth-child(11n+6) {
      padding-left: 0.97403rem;
      padding-right: 0.97403rem; }
    .small-block-grid-11 > li:nth-child(11n+7) {
      padding-left: 1.16883rem;
      padding-right: 0.77922rem; }
    .small-block-grid-11 > li:nth-child(11n+8) {
      padding-left: 1.36364rem;
      padding-right: 0.58442rem; }
    .small-block-grid-11 > li:nth-child(11n+9) {
      padding-left: 1.55844rem;
      padding-right: 0.38961rem; }
    .small-block-grid-11 > li:nth-child(11n+10) {
      padding-left: 1.75325rem;
      padding-right: 0.19481rem; }
    .small-block-grid-11 > li:nth-child(11n) {
      padding-left: 1.94805rem;
      padding-right: 0rem; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .small-block-grid-12 > li:nth-child(12n+1) {
      padding-left: 0rem;
      padding-right: 1.96429rem; }
    .small-block-grid-12 > li:nth-child(12n+2) {
      padding-left: 0.17857rem;
      padding-right: 1.78571rem; }
    .small-block-grid-12 > li:nth-child(12n+3) {
      padding-left: 0.35714rem;
      padding-right: 1.60714rem; }
    .small-block-grid-12 > li:nth-child(12n+4) {
      padding-left: 0.53571rem;
      padding-right: 1.42857rem; }
    .small-block-grid-12 > li:nth-child(12n+5) {
      padding-left: 0.71429rem;
      padding-right: 1.25rem; }
    .small-block-grid-12 > li:nth-child(12n+6) {
      padding-left: 0.89286rem;
      padding-right: 1.07143rem; }
    .small-block-grid-12 > li:nth-child(12n+7) {
      padding-left: 1.07143rem;
      padding-right: 0.89286rem; }
    .small-block-grid-12 > li:nth-child(12n+8) {
      padding-left: 1.25rem;
      padding-right: 0.71429rem; }
    .small-block-grid-12 > li:nth-child(12n+9) {
      padding-left: 1.42857rem;
      padding-right: 0.53571rem; }
    .small-block-grid-12 > li:nth-child(12n+10) {
      padding-left: 1.60714rem;
      padding-right: 0.35714rem; }
    .small-block-grid-12 > li:nth-child(12n+11) {
      padding-left: 1.78571rem;
      padding-right: 0.17857rem; }
    .small-block-grid-12 > li:nth-child(12n) {
      padding-left: 1.96429rem;
      padding-right: 0rem; } }

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .medium-block-grid-1 > li:nth-child(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .medium-block-grid-2 > li:nth-child(2n+1) {
      padding-left: 0rem;
      padding-right: 1.07143rem; }
    .medium-block-grid-2 > li:nth-child(2n) {
      padding-left: 1.07143rem;
      padding-right: 0rem; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .medium-block-grid-3 > li:nth-child(3n+1) {
      padding-left: 0rem;
      padding-right: 1.42857rem; }
    .medium-block-grid-3 > li:nth-child(3n+2) {
      padding-left: 0.71429rem;
      padding-right: 0.71429rem; }
    .medium-block-grid-3 > li:nth-child(3n) {
      padding-left: 1.42857rem;
      padding-right: 0rem; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .medium-block-grid-4 > li:nth-child(4n+1) {
      padding-left: 0rem;
      padding-right: 1.60714rem; }
    .medium-block-grid-4 > li:nth-child(4n+2) {
      padding-left: 0.53571rem;
      padding-right: 1.07143rem; }
    .medium-block-grid-4 > li:nth-child(4n+3) {
      padding-left: 1.07143rem;
      padding-right: 0.53571rem; }
    .medium-block-grid-4 > li:nth-child(4n) {
      padding-left: 1.60714rem;
      padding-right: 0rem; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .medium-block-grid-5 > li:nth-child(5n+1) {
      padding-left: 0rem;
      padding-right: 1.71429rem; }
    .medium-block-grid-5 > li:nth-child(5n+2) {
      padding-left: 0.42857rem;
      padding-right: 1.28571rem; }
    .medium-block-grid-5 > li:nth-child(5n+3) {
      padding-left: 0.85714rem;
      padding-right: 0.85714rem; }
    .medium-block-grid-5 > li:nth-child(5n+4) {
      padding-left: 1.28571rem;
      padding-right: 0.42857rem; }
    .medium-block-grid-5 > li:nth-child(5n) {
      padding-left: 1.71429rem;
      padding-right: 0rem; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .medium-block-grid-6 > li:nth-child(6n+1) {
      padding-left: 0rem;
      padding-right: 1.78571rem; }
    .medium-block-grid-6 > li:nth-child(6n+2) {
      padding-left: 0.35714rem;
      padding-right: 1.42857rem; }
    .medium-block-grid-6 > li:nth-child(6n+3) {
      padding-left: 0.71429rem;
      padding-right: 1.07143rem; }
    .medium-block-grid-6 > li:nth-child(6n+4) {
      padding-left: 1.07143rem;
      padding-right: 0.71429rem; }
    .medium-block-grid-6 > li:nth-child(6n+5) {
      padding-left: 1.42857rem;
      padding-right: 0.35714rem; }
    .medium-block-grid-6 > li:nth-child(6n) {
      padding-left: 1.78571rem;
      padding-right: 0rem; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .medium-block-grid-7 > li:nth-child(7n+1) {
      padding-left: 0rem;
      padding-right: 1.83673rem; }
    .medium-block-grid-7 > li:nth-child(7n+2) {
      padding-left: 0.30612rem;
      padding-right: 1.53061rem; }
    .medium-block-grid-7 > li:nth-child(7n+3) {
      padding-left: 0.61224rem;
      padding-right: 1.22449rem; }
    .medium-block-grid-7 > li:nth-child(7n+4) {
      padding-left: 0.91837rem;
      padding-right: 0.91837rem; }
    .medium-block-grid-7 > li:nth-child(7n+5) {
      padding-left: 1.22449rem;
      padding-right: 0.61224rem; }
    .medium-block-grid-7 > li:nth-child(7n+6) {
      padding-left: 1.53061rem;
      padding-right: 0.30612rem; }
    .medium-block-grid-7 > li:nth-child(7n) {
      padding-left: 1.83673rem;
      padding-right: 0rem; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .medium-block-grid-8 > li:nth-child(8n+1) {
      padding-left: 0rem;
      padding-right: 1.875rem; }
    .medium-block-grid-8 > li:nth-child(8n+2) {
      padding-left: 0.26786rem;
      padding-right: 1.60714rem; }
    .medium-block-grid-8 > li:nth-child(8n+3) {
      padding-left: 0.53571rem;
      padding-right: 1.33929rem; }
    .medium-block-grid-8 > li:nth-child(8n+4) {
      padding-left: 0.80357rem;
      padding-right: 1.07143rem; }
    .medium-block-grid-8 > li:nth-child(8n+5) {
      padding-left: 1.07143rem;
      padding-right: 0.80357rem; }
    .medium-block-grid-8 > li:nth-child(8n+6) {
      padding-left: 1.33929rem;
      padding-right: 0.53571rem; }
    .medium-block-grid-8 > li:nth-child(8n+7) {
      padding-left: 1.60714rem;
      padding-right: 0.26786rem; }
    .medium-block-grid-8 > li:nth-child(8n) {
      padding-left: 1.875rem;
      padding-right: 0rem; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .medium-block-grid-9 > li:nth-child(9n+1) {
      padding-left: 0rem;
      padding-right: 1.90476rem; }
    .medium-block-grid-9 > li:nth-child(9n+2) {
      padding-left: 0.2381rem;
      padding-right: 1.66667rem; }
    .medium-block-grid-9 > li:nth-child(9n+3) {
      padding-left: 0.47619rem;
      padding-right: 1.42857rem; }
    .medium-block-grid-9 > li:nth-child(9n+4) {
      padding-left: 0.71429rem;
      padding-right: 1.19048rem; }
    .medium-block-grid-9 > li:nth-child(9n+5) {
      padding-left: 0.95238rem;
      padding-right: 0.95238rem; }
    .medium-block-grid-9 > li:nth-child(9n+6) {
      padding-left: 1.19048rem;
      padding-right: 0.71429rem; }
    .medium-block-grid-9 > li:nth-child(9n+7) {
      padding-left: 1.42857rem;
      padding-right: 0.47619rem; }
    .medium-block-grid-9 > li:nth-child(9n+8) {
      padding-left: 1.66667rem;
      padding-right: 0.2381rem; }
    .medium-block-grid-9 > li:nth-child(9n) {
      padding-left: 1.90476rem;
      padding-right: 0rem; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .medium-block-grid-10 > li:nth-child(10n+1) {
      padding-left: 0rem;
      padding-right: 1.92857rem; }
    .medium-block-grid-10 > li:nth-child(10n+2) {
      padding-left: 0.21429rem;
      padding-right: 1.71429rem; }
    .medium-block-grid-10 > li:nth-child(10n+3) {
      padding-left: 0.42857rem;
      padding-right: 1.5rem; }
    .medium-block-grid-10 > li:nth-child(10n+4) {
      padding-left: 0.64286rem;
      padding-right: 1.28571rem; }
    .medium-block-grid-10 > li:nth-child(10n+5) {
      padding-left: 0.85714rem;
      padding-right: 1.07143rem; }
    .medium-block-grid-10 > li:nth-child(10n+6) {
      padding-left: 1.07143rem;
      padding-right: 0.85714rem; }
    .medium-block-grid-10 > li:nth-child(10n+7) {
      padding-left: 1.28571rem;
      padding-right: 0.64286rem; }
    .medium-block-grid-10 > li:nth-child(10n+8) {
      padding-left: 1.5rem;
      padding-right: 0.42857rem; }
    .medium-block-grid-10 > li:nth-child(10n+9) {
      padding-left: 1.71429rem;
      padding-right: 0.21429rem; }
    .medium-block-grid-10 > li:nth-child(10n) {
      padding-left: 1.92857rem;
      padding-right: 0rem; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .medium-block-grid-11 > li:nth-child(11n+1) {
      padding-left: 0rem;
      padding-right: 1.94805rem; }
    .medium-block-grid-11 > li:nth-child(11n+2) {
      padding-left: 0.19481rem;
      padding-right: 1.75325rem; }
    .medium-block-grid-11 > li:nth-child(11n+3) {
      padding-left: 0.38961rem;
      padding-right: 1.55844rem; }
    .medium-block-grid-11 > li:nth-child(11n+4) {
      padding-left: 0.58442rem;
      padding-right: 1.36364rem; }
    .medium-block-grid-11 > li:nth-child(11n+5) {
      padding-left: 0.77922rem;
      padding-right: 1.16883rem; }
    .medium-block-grid-11 > li:nth-child(11n+6) {
      padding-left: 0.97403rem;
      padding-right: 0.97403rem; }
    .medium-block-grid-11 > li:nth-child(11n+7) {
      padding-left: 1.16883rem;
      padding-right: 0.77922rem; }
    .medium-block-grid-11 > li:nth-child(11n+8) {
      padding-left: 1.36364rem;
      padding-right: 0.58442rem; }
    .medium-block-grid-11 > li:nth-child(11n+9) {
      padding-left: 1.55844rem;
      padding-right: 0.38961rem; }
    .medium-block-grid-11 > li:nth-child(11n+10) {
      padding-left: 1.75325rem;
      padding-right: 0.19481rem; }
    .medium-block-grid-11 > li:nth-child(11n) {
      padding-left: 1.94805rem;
      padding-right: 0rem; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .medium-block-grid-12 > li:nth-child(12n+1) {
      padding-left: 0rem;
      padding-right: 1.96429rem; }
    .medium-block-grid-12 > li:nth-child(12n+2) {
      padding-left: 0.17857rem;
      padding-right: 1.78571rem; }
    .medium-block-grid-12 > li:nth-child(12n+3) {
      padding-left: 0.35714rem;
      padding-right: 1.60714rem; }
    .medium-block-grid-12 > li:nth-child(12n+4) {
      padding-left: 0.53571rem;
      padding-right: 1.42857rem; }
    .medium-block-grid-12 > li:nth-child(12n+5) {
      padding-left: 0.71429rem;
      padding-right: 1.25rem; }
    .medium-block-grid-12 > li:nth-child(12n+6) {
      padding-left: 0.89286rem;
      padding-right: 1.07143rem; }
    .medium-block-grid-12 > li:nth-child(12n+7) {
      padding-left: 1.07143rem;
      padding-right: 0.89286rem; }
    .medium-block-grid-12 > li:nth-child(12n+8) {
      padding-left: 1.25rem;
      padding-right: 0.71429rem; }
    .medium-block-grid-12 > li:nth-child(12n+9) {
      padding-left: 1.42857rem;
      padding-right: 0.53571rem; }
    .medium-block-grid-12 > li:nth-child(12n+10) {
      padding-left: 1.60714rem;
      padding-right: 0.35714rem; }
    .medium-block-grid-12 > li:nth-child(12n+11) {
      padding-left: 1.78571rem;
      padding-right: 0.17857rem; }
    .medium-block-grid-12 > li:nth-child(12n) {
      padding-left: 1.96429rem;
      padding-right: 0rem; } }

@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .large-block-grid-1 > li:nth-child(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .large-block-grid-2 > li:nth-child(2n+1) {
      padding-left: 0rem;
      padding-right: 1.07143rem; }
    .large-block-grid-2 > li:nth-child(2n) {
      padding-left: 1.07143rem;
      padding-right: 0rem; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .large-block-grid-3 > li:nth-child(3n+1) {
      padding-left: 0rem;
      padding-right: 1.42857rem; }
    .large-block-grid-3 > li:nth-child(3n+2) {
      padding-left: 0.71429rem;
      padding-right: 0.71429rem; }
    .large-block-grid-3 > li:nth-child(3n) {
      padding-left: 1.42857rem;
      padding-right: 0rem; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .large-block-grid-4 > li:nth-child(4n+1) {
      padding-left: 0rem;
      padding-right: 1.60714rem; }
    .large-block-grid-4 > li:nth-child(4n+2) {
      padding-left: 0.53571rem;
      padding-right: 1.07143rem; }
    .large-block-grid-4 > li:nth-child(4n+3) {
      padding-left: 1.07143rem;
      padding-right: 0.53571rem; }
    .large-block-grid-4 > li:nth-child(4n) {
      padding-left: 1.60714rem;
      padding-right: 0rem; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .large-block-grid-5 > li:nth-child(5n+1) {
      padding-left: 0rem;
      padding-right: 1.71429rem; }
    .large-block-grid-5 > li:nth-child(5n+2) {
      padding-left: 0.42857rem;
      padding-right: 1.28571rem; }
    .large-block-grid-5 > li:nth-child(5n+3) {
      padding-left: 0.85714rem;
      padding-right: 0.85714rem; }
    .large-block-grid-5 > li:nth-child(5n+4) {
      padding-left: 1.28571rem;
      padding-right: 0.42857rem; }
    .large-block-grid-5 > li:nth-child(5n) {
      padding-left: 1.71429rem;
      padding-right: 0rem; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .large-block-grid-6 > li:nth-child(6n+1) {
      padding-left: 0rem;
      padding-right: 1.78571rem; }
    .large-block-grid-6 > li:nth-child(6n+2) {
      padding-left: 0.35714rem;
      padding-right: 1.42857rem; }
    .large-block-grid-6 > li:nth-child(6n+3) {
      padding-left: 0.71429rem;
      padding-right: 1.07143rem; }
    .large-block-grid-6 > li:nth-child(6n+4) {
      padding-left: 1.07143rem;
      padding-right: 0.71429rem; }
    .large-block-grid-6 > li:nth-child(6n+5) {
      padding-left: 1.42857rem;
      padding-right: 0.35714rem; }
    .large-block-grid-6 > li:nth-child(6n) {
      padding-left: 1.78571rem;
      padding-right: 0rem; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .large-block-grid-7 > li:nth-child(7n+1) {
      padding-left: 0rem;
      padding-right: 1.83673rem; }
    .large-block-grid-7 > li:nth-child(7n+2) {
      padding-left: 0.30612rem;
      padding-right: 1.53061rem; }
    .large-block-grid-7 > li:nth-child(7n+3) {
      padding-left: 0.61224rem;
      padding-right: 1.22449rem; }
    .large-block-grid-7 > li:nth-child(7n+4) {
      padding-left: 0.91837rem;
      padding-right: 0.91837rem; }
    .large-block-grid-7 > li:nth-child(7n+5) {
      padding-left: 1.22449rem;
      padding-right: 0.61224rem; }
    .large-block-grid-7 > li:nth-child(7n+6) {
      padding-left: 1.53061rem;
      padding-right: 0.30612rem; }
    .large-block-grid-7 > li:nth-child(7n) {
      padding-left: 1.83673rem;
      padding-right: 0rem; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .large-block-grid-8 > li:nth-child(8n+1) {
      padding-left: 0rem;
      padding-right: 1.875rem; }
    .large-block-grid-8 > li:nth-child(8n+2) {
      padding-left: 0.26786rem;
      padding-right: 1.60714rem; }
    .large-block-grid-8 > li:nth-child(8n+3) {
      padding-left: 0.53571rem;
      padding-right: 1.33929rem; }
    .large-block-grid-8 > li:nth-child(8n+4) {
      padding-left: 0.80357rem;
      padding-right: 1.07143rem; }
    .large-block-grid-8 > li:nth-child(8n+5) {
      padding-left: 1.07143rem;
      padding-right: 0.80357rem; }
    .large-block-grid-8 > li:nth-child(8n+6) {
      padding-left: 1.33929rem;
      padding-right: 0.53571rem; }
    .large-block-grid-8 > li:nth-child(8n+7) {
      padding-left: 1.60714rem;
      padding-right: 0.26786rem; }
    .large-block-grid-8 > li:nth-child(8n) {
      padding-left: 1.875rem;
      padding-right: 0rem; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .large-block-grid-9 > li:nth-child(9n+1) {
      padding-left: 0rem;
      padding-right: 1.90476rem; }
    .large-block-grid-9 > li:nth-child(9n+2) {
      padding-left: 0.2381rem;
      padding-right: 1.66667rem; }
    .large-block-grid-9 > li:nth-child(9n+3) {
      padding-left: 0.47619rem;
      padding-right: 1.42857rem; }
    .large-block-grid-9 > li:nth-child(9n+4) {
      padding-left: 0.71429rem;
      padding-right: 1.19048rem; }
    .large-block-grid-9 > li:nth-child(9n+5) {
      padding-left: 0.95238rem;
      padding-right: 0.95238rem; }
    .large-block-grid-9 > li:nth-child(9n+6) {
      padding-left: 1.19048rem;
      padding-right: 0.71429rem; }
    .large-block-grid-9 > li:nth-child(9n+7) {
      padding-left: 1.42857rem;
      padding-right: 0.47619rem; }
    .large-block-grid-9 > li:nth-child(9n+8) {
      padding-left: 1.66667rem;
      padding-right: 0.2381rem; }
    .large-block-grid-9 > li:nth-child(9n) {
      padding-left: 1.90476rem;
      padding-right: 0rem; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .large-block-grid-10 > li:nth-child(10n+1) {
      padding-left: 0rem;
      padding-right: 1.92857rem; }
    .large-block-grid-10 > li:nth-child(10n+2) {
      padding-left: 0.21429rem;
      padding-right: 1.71429rem; }
    .large-block-grid-10 > li:nth-child(10n+3) {
      padding-left: 0.42857rem;
      padding-right: 1.5rem; }
    .large-block-grid-10 > li:nth-child(10n+4) {
      padding-left: 0.64286rem;
      padding-right: 1.28571rem; }
    .large-block-grid-10 > li:nth-child(10n+5) {
      padding-left: 0.85714rem;
      padding-right: 1.07143rem; }
    .large-block-grid-10 > li:nth-child(10n+6) {
      padding-left: 1.07143rem;
      padding-right: 0.85714rem; }
    .large-block-grid-10 > li:nth-child(10n+7) {
      padding-left: 1.28571rem;
      padding-right: 0.64286rem; }
    .large-block-grid-10 > li:nth-child(10n+8) {
      padding-left: 1.5rem;
      padding-right: 0.42857rem; }
    .large-block-grid-10 > li:nth-child(10n+9) {
      padding-left: 1.71429rem;
      padding-right: 0.21429rem; }
    .large-block-grid-10 > li:nth-child(10n) {
      padding-left: 1.92857rem;
      padding-right: 0rem; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .large-block-grid-11 > li:nth-child(11n+1) {
      padding-left: 0rem;
      padding-right: 1.94805rem; }
    .large-block-grid-11 > li:nth-child(11n+2) {
      padding-left: 0.19481rem;
      padding-right: 1.75325rem; }
    .large-block-grid-11 > li:nth-child(11n+3) {
      padding-left: 0.38961rem;
      padding-right: 1.55844rem; }
    .large-block-grid-11 > li:nth-child(11n+4) {
      padding-left: 0.58442rem;
      padding-right: 1.36364rem; }
    .large-block-grid-11 > li:nth-child(11n+5) {
      padding-left: 0.77922rem;
      padding-right: 1.16883rem; }
    .large-block-grid-11 > li:nth-child(11n+6) {
      padding-left: 0.97403rem;
      padding-right: 0.97403rem; }
    .large-block-grid-11 > li:nth-child(11n+7) {
      padding-left: 1.16883rem;
      padding-right: 0.77922rem; }
    .large-block-grid-11 > li:nth-child(11n+8) {
      padding-left: 1.36364rem;
      padding-right: 0.58442rem; }
    .large-block-grid-11 > li:nth-child(11n+9) {
      padding-left: 1.55844rem;
      padding-right: 0.38961rem; }
    .large-block-grid-11 > li:nth-child(11n+10) {
      padding-left: 1.75325rem;
      padding-right: 0.19481rem; }
    .large-block-grid-11 > li:nth-child(11n) {
      padding-left: 1.94805rem;
      padding-right: 0rem; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .large-block-grid-12 > li:nth-child(12n+1) {
      padding-left: 0rem;
      padding-right: 1.96429rem; }
    .large-block-grid-12 > li:nth-child(12n+2) {
      padding-left: 0.17857rem;
      padding-right: 1.78571rem; }
    .large-block-grid-12 > li:nth-child(12n+3) {
      padding-left: 0.35714rem;
      padding-right: 1.60714rem; }
    .large-block-grid-12 > li:nth-child(12n+4) {
      padding-left: 0.53571rem;
      padding-right: 1.42857rem; }
    .large-block-grid-12 > li:nth-child(12n+5) {
      padding-left: 0.71429rem;
      padding-right: 1.25rem; }
    .large-block-grid-12 > li:nth-child(12n+6) {
      padding-left: 0.89286rem;
      padding-right: 1.07143rem; }
    .large-block-grid-12 > li:nth-child(12n+7) {
      padding-left: 1.07143rem;
      padding-right: 0.89286rem; }
    .large-block-grid-12 > li:nth-child(12n+8) {
      padding-left: 1.25rem;
      padding-right: 0.71429rem; }
    .large-block-grid-12 > li:nth-child(12n+9) {
      padding-left: 1.42857rem;
      padding-right: 0.53571rem; }
    .large-block-grid-12 > li:nth-child(12n+10) {
      padding-left: 1.60714rem;
      padding-right: 0.35714rem; }
    .large-block-grid-12 > li:nth-child(12n+11) {
      padding-left: 1.78571rem;
      padding-right: 0.17857rem; }
    .large-block-grid-12 > li:nth-child(12n) {
      padding-left: 1.96429rem;
      padding-right: 0rem; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width: 64em)/";
  width: 64em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: black; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  background: black;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 60px; }

.top-bar {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  position: relative;
  margin: 0 auto 0;
  width: 100%;
  max-width: 1200px; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar input.search-submit {
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 60px;
    margin: 0;
    font-size: 14px; }
    .top-bar .name h1 {
      line-height: 60px;
      font-size: 1.21429rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 50%;
        display: block; }
      .top-bar .name h1 img {
        display: inline-block;
        margin: 0 20px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.92857rem;
      font-weight: 400;
      position: relative;
      display: block;
      padding: 0 20px;
      height: 60px;
      line-height: 60px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 20px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: white;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: black; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a::after {
        -webkit-box-shadow: 1px 10px 1px 1px #888888, 1px 16px 1px 1px #888888, 1px 22px 1px 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #282828;
    font-size: 14px;
    margin: 0; }
  .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px black;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
    background: #282828; }
    .top-bar-section ul li > a.button {
      background: #0072bc;
      font-size: 1rem;
      padding-right: 20px;
      padding-left: 20px; }
      .top-bar-section ul li > a.button:hover {
        background: #005589; }
    .top-bar-section ul li > a.button.secondary {
      background: #777777; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #6a6a6a; }
    .top-bar-section ul li > a.button.success {
      background: #43ac6a; }
      .top-bar-section ul li > a.button.success:hover {
        background: #358853; }
    .top-bar-section ul li > a.button.alert {
      background: #f04124; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #d4290f; }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #008cba;
    color: white; }
  .top-bar-section ul li.active > a {
    background: #0072bc;
    color: white; }
    .top-bar-section ul li.active > a:hover {
      background: #0064a2;
      color: white; }
  .top-bar-section .has-form {
    padding: 20px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 20px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 20px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 30px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 20px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li input.search-submit {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 20px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.71429rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 64em) {
  .top-bar {
    background: black;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input, .top-bar .button, .top-bar input.search-submit {
      font-size: 1rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: black; }
  .contain-to-grid .top-bar {
    max-width: 70.71429rem;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #008cba;
      color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      background: black; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #008cba; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 20px;
      line-height: 60px;
      color: white;
      background: #0072bc; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0064a2; }
    .top-bar-section .has-dropdown > a {
      padding-right: 40px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 30px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 20px;
        background: #0072bc; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #212121;
      clear: none;
      height: 60px;
      width: 0; }
    .top-bar-section .has-form {
      background: black;
      padding: 0 20px;
      height: 60px; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background: #008cba;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #0072bc;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.28571rem 0 1.28571rem;
  padding-top: 0.28571rem;
  margin-right: 0;
  margin-left: -0.85714rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1.14286rem;
    margin-bottom: 0.71429rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #282828; }
    .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
      text-decoration: none;
      color: #282828;
      padding: 0.21429rem 1.14286rem; }
      .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
        color: #1e1e1e; }
    .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-weight: normal;
      background: #0072bc;
      padding: 0.21429rem 1.14286rem;
      cursor: default;
      color: white; }
      .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
        background: #0064a2; }

/* Standard Forms */
form {
  margin: 0 0 1.14286rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.57143rem; }
  form .row .row .column, form .row .row .columns {
    padding: 0 0.57143rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.57143rem; }

/* Label Styles */
label {
  font-size: 1rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.57143rem;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1.14286rem 0;
    padding: 0.71429rem 0; }
  label small {
    text-transform: capitalize;
    color: #686868; }

select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.57143rem;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  select.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }

/* 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: hidden;
  font-size: 1rem;
  height: 2.64286rem;
  line-height: 2.64286rem; }

/* 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;
  line-height: 2.42857rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.42857rem;
  border: none; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -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 {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -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.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; }

/* 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"], textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1.14286rem 0;
  padding: 0.57143rem;
  height: 2.64286rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  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, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea {
    background-color: #dddddd; }
  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, textarea.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  height: 2.64286rem; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1.14286rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.57143rem;
  margin-right: 1.14286rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.42857rem;
  margin: 1.28571rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.21429rem;
    margin: 0;
    margin-left: -0.21429rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -1px;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -1px;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error input, .error textarea, .error select {
  margin-bottom: 0; }
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1.14286rem; }
.error label, .error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -1px;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error > label > small {
  color: #686868;
  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 {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

table {
  background: white;
  margin-bottom: 1.42857rem;
  border: solid 1px #dddddd; }
  table thead, table tfoot {
    background: whitesmoke; }
    table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
      padding: 0.57143rem 0.71429rem 0.71429rem;
      font-size: 1rem;
      font-weight: bold;
      color: #222222;
      text-align: left; }
  table tr th, table tr td {
    padding: 0.64286rem 0.71429rem;
    font-size: 1rem;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    line-height: 1.28571rem; }

[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a {
      line-height: 1.8em; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 114, 188, 0.5);
    box-shadow: 0 0 6px 1px rgba(0, 114, 188, 0.5); }
  .th.radius {
    -webkit-border-radius: 0px;
    border-radius: 0px; }

.inline-list {
  margin: 0 auto 1.07143rem auto;
  margin-left: -1.57143rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.57143rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

.flex-video {
  position: relative;
  padding-top: 1.78571rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* #{$current-visibility-breakpoint} displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* #{$current-visibility-breakpoint} displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* #{$current-visibility-breakpoint} displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* #{$current-visibility-breakpoint} displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* #{$current-visibility-breakpoint} displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  /* Specific visibility for tables */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  /* Specific visibility for tables */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }
.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

/* Fix Admin Bar html top margin */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

body.admin-bar #header.fixed {
  margin-top: 2.28571rem; }

@media (max-width: 782px) {
  body.admin-bar #header.fixed {
    margin-top: 3.28571rem; } }

#main {
  padding: 0; }
  #main > .row {
    background-color: white; }

#primary {
  padding-top: 1.42857rem; }

#secondary {
  padding-top: 1.42857rem; }

body.post-template-tmpl-post-no-exit-php {
  padding-top: 4.28571rem;
  background-color: #f4f5ef; }
  body.post-template-tmpl-post-no-exit-php #main {
    background-color: white;
    max-width: 48.57143rem;
    margin: 0 auto; }

body.single-course {
  padding-top: 4.28571rem;
  background-color: #f4f5ef; }
  body.single-course #main {
    max-width: 48.57143rem;
    margin: 0 auto; }
    body.single-course #main > .row {
      background: none; }
  body.single-course #primary {
    background-color: none; }

body.page-template-default {
  padding-top: 4.28571rem; }
  body.page-template-default #main {
    max-width: 48.57143rem;
    margin: 0 auto; }

/* Fixed Modal Adjustments */
/* @see mixergy.js */
html.fixed-modal-open {
  overflow: hidden; }
  html.fixed-modal-open .reveal-modal.full.open {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; }

body.page-template-default {
  padding-top: 60px; }

.widget {
  background: whitesmoke;
  border: 1px solid #d5d5d5;
  margin: 0 0 2em;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#sidebar .widget-title {
  margin: -20px -20px 20px -20px; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

.widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#menu-new-here li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dddddd; }

ul li a .sub {
  color: black; }

.button.twitter-bg {
  background-color: #00bdf1; }

.button.facebook-bg {
  background-color: #006eba; }


#banner-happy-search {
  padding: 1.42857rem; }
  #banner-happy-search .search-form {
    margin: 1.07143rem 0; }

.header-banner.blue {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/1000/bg-hero-blue.jpg') repeat;
  color: white; }
.header-banner.red {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/1000/bg-hero-red.jpg') repeat;
  color: white; }
.header-banner h1, .header-banner h2, .header-banner h3, .header-banner h4, .header-banner h5, .header-banner h6 {
  color: white; }
.header-banner h1 {
  font-size: 2.14286rem;
  font-weight: 300; }
  .header-banner h1 sup {
    font-size: 1.42857rem; }
.header-banner h2 {
  font-size: 1.28571rem; }
  .header-banner h2.label {
    white-space: normal; }
@media only screen and (min-width:40.063em) {
  .header-banner h1 {
    font-size: 4.28571rem; }
    .header-banner h1 sup {
      font-size: 2.28571rem; }
  .header-banner h2 {
    font-size: 1.85714rem; } }
.header-banner a {
  color: white; }
  .header-banner a:link {
    color: white; }
.header-banner p {
  font-size: 1.14286rem;
  color: white;
  text-shadow: black 0 1px 1px; }

.header-banner {
  padding: 20px; }

.header-banner .premium-banner {
  padding: 3em 2em; }

.premium-banner h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: white;
  text-shadow: black 0 2px 1px;
  line-height: 1;
  margin: 0 0 1em 0;
  padding: 0; }

.smiles {
  text-align: center; }
  .smiles li {
    float: none;
    display: inline-block; }
  .smiles .question {
    display: block; }
    .smiles .question p {
      margin-bottom: 0.35714rem; }
  @media only screen and (min-width:40.063em) {
    .smiles .question {
      display: inline-block; } }

.premium-cta img {
  border: 6px solid white;
  -moz-box-shadow: 0 0 5px #888888;
  -webkit-box-shadow: 0 0 5px #888888;
  box-shadow: 0 0 5px #888888;
  margin-bottom: 1.07143rem; }

body > #leadpages-form-wrapper {
  padding-top: 100px; }

#premium-pricing h1 {
  font-size: 3.57143rem; }

.pricing-table.radius {
  border-radius: 0px; }
.pricing-table.medium .title {
  font-size: 1.14286rem; }
.pricing-table .fa-check {
  color: #43ac6a; }

.table-search {
  width: 100%; }

#interview-archive-table_filter {
  float: none;
  width: 50%;
  margin: 0px auto; }

.meta-column {
  text-align: center; }
  @media only screen and (min-width:40.063em) {
    .meta-column {
      border: 1px solid #eeeeee;
      border: 1px solid #d5d5d5;
      border-radius: 5px;
      padding: 0.71429rem; } }
  .meta-column .fa {
    font-size: 0.85714rem; }
    .meta-column .fa:before {
      font-size: 0.85714rem;
      color: #bbbbbb;
      display: inline;
      margin: 0 8px 5px 0; }
    .meta-column .fa:hover {
      color: black; }
      .meta-column .fa:hover:before {
        color: #09a3e3; }
  @media only screen and (min-width:40.063em) {
    .meta-column .fa {
      font-size: 0.85714rem; }
      .meta-column .fa:before {
        font-size: 2.14286rem;
        display: block;
        margin: 0 0 5px 0; } }
  .meta-column .comments-link {
    color: #09a3e3; }
  .meta-column .spacer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #eeeeee;
    height: 1px;
    background: none;
    width: 100%; }
  .meta-column span {
    font-family: "Open Sans", sans-serif; }

#sub-nav-premium > .row {
  background-color: white;
  padding-top: 15px; }

#newUserModal.full.open {
  position: fixed; }
#newUserModal .gform_title {
  font-size: 1.78571rem; }

.label {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }

footer.site-footer {
  background-color: #191721;
  background-size: 16px 16px;
  padding: 0; }
  footer.site-footer a {
    color: #bfbfbf; }
    footer.site-footer a:hover {
      color: white; }
  footer.site-footer .site-footer-bar {
    background: #191721;
    padding: 10px 0;
    color: white; }
  footer.site-footer .row .columns {
    padding-top: 30px;
    padding-bottom: 30px; }
  footer.site-footer .widget {
    background: #333333;
    border: none;
    padding: 20px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    footer.site-footer .widget .widget-title {
      background: #282828;
      padding: 0 0 5px 0;
      margin: -20px -20px 20px -20px;
      color: #008cba;
      text-align: left;
      border: none;
      text-shadow: 1px 1px 0 #111111; }
    footer.site-footer .widget a {
      text-shadow: 1px 1px 0 #333333; }
  footer.site-footer .menu {
    font-size: 0.9em;
    list-style: none;
    margin: 0; }
    footer.site-footer .menu li {
      border-top: 1px dashed #555555;
      padding: 10px 0; }
      footer.site-footer .menu li:first-child {
        border: none;
        padding-top: 0; }
      footer.site-footer .menu li:last-child {
        padding-bottom: 0; }
    footer.site-footer .menu a {
      display: block; }
  footer.site-footer img.footer-logo {
    max-width: 130px; }
  footer.site-footer .design-credit {
    background-color: #191721;
    color: white;
    font-size: 0.71429rem; }
    footer.site-footer .design-credit p {
      padding: 0.35714rem 0;
      margin: 0; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul {
  display: block; }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle, .main-navigation.toggled .nav-menu {
    display: block; }
  .main-navigation ul {
    display: none; } }

.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.premium-nav {
  padding: 0.5em;
  background: #304873; }

.premium-nav h3 {
  color: white;
  margin-bottom: 0; }

ul.menu-premium {
  background: #304873;
  list-style: none;
  margin: 0;
  padding: 0.5em; }

ul.menu-premium li {
  float: left;
  padding: 0 1em;
  margin: 0 0.5em 0 0;
  background: white; }

ul.menu-premium li a {
  color: #304873; }

.stripe-login {
  display: none; }

.stripe-signup-header > p {
  display: none; }

/* Wishlist Form Styling to make text easy to read */
table.wpm_registration tr.required td.label, table.wpm_registration tr.systemFld td.label {
  color: black !important;
  background: white;
  box-shadow: none; }

table.wpm_registration td {
  margin-top: 16px;
  background: white;
  box-shadow: none; }

table.wpm_regform_table.wpm_registration input.fld.button {
  color: white; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: white; }

table.wpm_registration {
  width: 100% !important; }

/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  /* Feeling sorry for IE */ }

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #dddddd;
  text-align: center;
  color: #999999;
  font-size: 14px;
  background-color: white; }

.dataTables_length {
  width: 40%;
  float: left; }

.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right; }

.dataTables_info {
  text-align: center; }

.dataTables_paginate {
  float: right;
  text-align: right; }

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111111 !important; }

.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
  text-decoration: none !important; }

.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
  outline: none; }

.paginate_disabled_previous, .paginate_disabled_next {
  color: #666666 !important; }

.paginate_disabled_previous, .paginate_enabled_previous {
  padding-left: 23px; }

.paginate_disabled_next, .paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px; }

/*.paginate_disabled_previous {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/back_disabled.png') no-repeat top left; }

.paginate_enabled_previous {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/back_enabled.png') no-repeat top left; }

.paginate_enabled_previous:hover {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/back_enabled_hover.png') no-repeat top left; }

.paginate_disabled_next {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/forward_disabled.png') no-repeat top right; }

.paginate_enabled_next {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/forward_enabled.png') no-repeat top right; }

.paginate_enabled_next:hover {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/forward_enabled_hover.png') no-repeat top right; }*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
  margin: 0 auto;
  clear: both;
  width: 100%;
  /* Note Firefox 3.5 and before have a bug with border-collapse
 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
 * border-spacing: 0; is one possible option. Conditional-css.com is
 * useful for this kind of thing
 *
 * Further note IE 6/7 has problems when calculating widths with border width.
 * It subtracts one px relative to the other browsers from the first column, and
 * adds one to the end...
 *
 * If you want that effect I'd suggest setting a border-top/left on th/td's and
 * then filling in the gaps with other borders.
 */ }

table.display thead th {
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer; }

table.display tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold; }

table.display tr.heading2 td {
  border-bottom: 1px solid #aaaaaa; }

table.display td {
  padding: 3px 10px; }

table.display td.center {
  text-align: center; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
/*.sorting_asc {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/sort_asc.png') no-repeat center right; }

.sorting_desc {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/sort_desc.png') no-repeat center right; }

.sorting {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/sort_both.png') no-repeat center right; }

.sorting_asc_disabled {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/sort_asc_disabled.png') no-repeat center right; }

.sorting_desc_disabled {
  background: url('/wp-content/themes/mixergy-2015-v2/assets/img/datatables/sort_desc_disabled.png') no-repeat center right; }*/

table.display thead th:active, table.display thead td:active {
  outline: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
  background-color: #ddffdd; }

table.display tr.even.gradeA {
  background-color: #eeffee; }

table.display tr.odd.gradeC {
  background-color: #ddddff; }

table.display tr.even.gradeC {
  background-color: #eeeeff; }

table.display tr.odd.gradeX {
  background-color: #ffdddd; }

table.display tr.even.gradeX {
  background-color: #ffeeee; }

table.display tr.odd.gradeU {
  background-color: #dddddd; }

table.display tr.even.gradeU {
  background-color: #eeeeee; }

tr.odd {
  background-color: #e2e4ff; }

tr.even {
  background-color: white; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
  clear: both; }

.dataTables_scrollBody {
  margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .top, .dataTables_wrapper .bottom {
  padding: 15px;
  background-color: whitesmoke;
  border: 1px solid #cccccc; }

.top .dataTables_info {
  float: none; }

.clear {
  clear: both; }

.dataTables_empty {
  text-align: center; }

tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444444; }

tfoot input.search_init {
  color: #999999; }

td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #a19b9e;
  border-top: 2px solid #a19b9e; }

td.details {
  background-color: #d1cfd0;
  border: 2px solid #a19b9e; }

.example_alt_pagination div.dataTables_info {
  width: 40%; }

.paging_full_numbers {
  width: 400px;
  height: 22px;
  line-height: 22px; }

.paging_full_numbers a:active {
  outline: none; }

.paging_full_numbers a:hover {
  text-decoration: none; }

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important; }

.paging_full_numbers a.paginate_button {
  background-color: #dddddd; }

.paging_full_numbers a.paginate_button:hover {
  background-color: #cccccc;
  text-decoration: none !important; }

.paging_full_numbers a.paginate_active {
  background-color: #99b3ff; }

table.display tr.even.row_selected td {
  background-color: #b0bed9; }

table.display tr.odd.row_selected td {
  background-color: #9fafd1; }

/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
  background-color: #d3d6ff; }

tr.odd td.sorting_2 {
  background-color: #dadcff; }

tr.odd td.sorting_3 {
  background-color: #e0e2ff; }

tr.even td.sorting_1 {
  background-color: #eaebff; }

tr.even td.sorting_2 {
  background-color: #f2f3ff; }

tr.even td.sorting_3 {
  background-color: #f9f9ff; }

/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
  background-color: #c4ffc4; }

tr.odd.gradeA td.sorting_2 {
  background-color: #d1ffd1; }

tr.odd.gradeA td.sorting_3 {
  background-color: #d1ffd1; }

tr.even.gradeA td.sorting_1 {
  background-color: #d5ffd5; }

tr.even.gradeA td.sorting_2 {
  background-color: #e2ffe2; }

tr.even.gradeA td.sorting_3 {
  background-color: #e2ffe2; }

tr.odd.gradeC td.sorting_1 {
  background-color: #c4c4ff; }

tr.odd.gradeC td.sorting_2 {
  background-color: #d1d1ff; }

tr.odd.gradeC td.sorting_3 {
  background-color: #d1d1ff; }

tr.even.gradeC td.sorting_1 {
  background-color: #d5d5ff; }

tr.even.gradeC td.sorting_2 {
  background-color: #e2e2ff; }

tr.even.gradeC td.sorting_3 {
  background-color: #e2e2ff; }

tr.odd.gradeX td.sorting_1 {
  background-color: #ffc4c4; }

tr.odd.gradeX td.sorting_2 {
  background-color: #ffd1d1; }

tr.odd.gradeX td.sorting_3 {
  background-color: #ffd1d1; }

tr.even.gradeX td.sorting_1 {
  background-color: #ffd5d5; }

tr.even.gradeX td.sorting_2 {
  background-color: #ffe2e2; }

tr.even.gradeX td.sorting_3 {
  background-color: #ffe2e2; }

tr.odd.gradeU td.sorting_1 {
  background-color: #c4c4c4; }

tr.odd.gradeU td.sorting_2 {
  background-color: #d1d1d1; }

tr.odd.gradeU td.sorting_3 {
  background-color: #d1d1d1; }

tr.even.gradeU td.sorting_1 {
  background-color: #d5d5d5; }

tr.even.gradeU td.sorting_2 {
  background-color: #e2e2e2; }

tr.even.gradeU td.sorting_3 {
  background-color: #e2e2e2; }

/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
  background-color: #ecffb3; }

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
  background-color: #e6ff99; }

.ex_highlight_row #example tr.even:hover {
  background-color: #ecffb3; }

.ex_highlight_row #example tr.even:hover td.sorting_1 {
  background-color: #ddff75; }

.ex_highlight_row #example tr.even:hover td.sorting_2 {
  background-color: #e7ff9e; }

.ex_highlight_row #example tr.even:hover td.sorting_3 {
  background-color: #e2ff89; }

.ex_highlight_row #example tr.odd:hover {
  background-color: #e6ff99; }

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
  background-color: #d6ff5c; }

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
  background-color: #e0ff84; }

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
  background-color: #dbff70; }

/*
 * KeyTable
 */
table.KeyTable td {
  border: 3px solid transparent; }

table.KeyTable td.focus {
  border: 3px solid #3366ff; }

table.display tr.gradeA {
  background-color: #eeffee; }

table.display tr.gradeC {
  background-color: #ddddff; }

table.display tr.gradeX {
  background-color: #ffdddd; }

table.display tr.gradeU {
  background-color: #dddddd; }

div.box {
  height: 100px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #8080ff;
  background-color: #e5e5ff; }

.happy-banner {
  height: 145px;
  background: #67a5d2;
  background-image: -webkit-gradient(radial, 50% 10%, 320, 50% 90%, 850, from(#67a5d2), to(#2767a8));
  margin-bottom: 1em; }

.happy-banner .container {
  background: url(http://www.mixergy.com/images/background-rays.png) bottom center no-repeat; }

.happy-banner .container h1 {
  margin-top: 0;
  color: #3b70ae;
  font-size: 60px;
  text-align: center;
  font-family: obliqua;
  font-weight: bold;
  padding-top: 20px;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.5) 0 1px, rgba(0, 0, 0, 0.3) -1px -2px;
  text-shadow: rgba(0, 0, 0, 0.2) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.2) 0 2px, rgba(0, 0, 0, 0.3) -1px -2px; }

ul.menu-premium {
  margin: 0;
  padding: 0; }

.top-bar {
  max-width: 100%; }
  .top-bar .name h1 {
    padding: 0px; }
  .top-bar .top-bar-section ul {
    margin: 0px; }
  .top-bar .top-bar-section li {
    margin: 0px; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

figure {
  margin: 0 auto; }

img.alignright {
  float: right;
  margin: 0 0 18px 18px; }

img.alignleft {
  float: left;
  margin: 0 18px 18px 0; }

img.aligncenter {
  display: block;
  margin: 18px auto; }

.gallery dt, .gallery dl {
  display: inline-block; }
.gallery dl {
  margin-left: 0.64286rem;
  margin-right: 0.64286rem; }

.read-more a .fa {
  margin: 0 0 0 5px;
  color: #cccccc; }
.read-more a:hover .fa {
  color: inherit; }


.hentry {
  border-top: 1px solid #d5d5d5;
  margin: 15px 0;
  padding-top: 20px; }
  .hentry:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0; }

@media only screen and (min-width:40.063em) {
  .hentry {
    margin: 30px 0; } }

.byline, .updated {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

figure.figure {
  margin: 0 auto;
  display: table; }
  figure.figure figcaption {
    font-size: 1rem;
    line-height: 1.4;
    font-style: italic;
    padding: 8px 10px;
    color: #999999;
    margin-bottom: 1.42857rem;
    display: table-caption;
    caption-side: bottom; }

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px; }

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0; }

.footer-widget {
  background-color: #eeeeee; }

.index-card {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 2.28571rem;
  margin-bottom: 2.28571rem; }

span.author, time {
  font-size: 1.07143rem;
  color: #999999; }
  span.author a, time a {
    color: #999999;
    font-weight: bold; }
    span.author a:hover, span.author a:focus, time a:hover, time a:focus {
      color: #1e1e1e; }

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.57143rem 5.71429rem;
  margin: 3.57143rem -1.07143rem; }
  .entry-author .avatar {
    margin-right: 2.85714rem;
    margin-bottom: 1.71429rem; }
  .entry-author h4 a {
    color: #999999; }
    .entry-author h4 a:hover, .entry-author h4 a:focus {
      color: #1e1e1e; }
  .entry-author p {
    color: #bbbbbb; }

.post header, .page header {
  margin-bottom: 0; }

.post-navigation {
  margin-bottom: 1.42857rem; }

.entry-tags {
  color: #999999;
  font-size: 1.07143rem; }
  .entry-tags a {
    color: #999999; }
    .entry-tags a:hover, .entry-tags a:focus {
      color: #1e1e1e; }

.page-numbers {
  color: #999999; }

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block; }


.page-numbers li {
  margin-left: 0.57143rem; }

.avatar {
  float: left; }

.comment-content a {
  word-wrap: break-word; }

ol.commentlist {
  margin-left: 0;
  margin-top: 2em; }
  ol.commentlist p {
    font-size: 1.07143rem;
    line-height: 1.5; }
  ol.commentlist ul.children {
    margin-left: 4.57143rem; }
  ol.commentlist li {
    list-style: none;
    margin-bottom: 2em; }
    ol.commentlist li .comment-author img {
      float: left;
      margin: 0 1em 0 0; }
    ol.commentlist li .author-meta {
      display: inline-block; }
      ol.commentlist li .author-meta cite.fn {
        font-style: normal;
        font-weight: 600;
        margin-right: 0.57143rem; }
      ol.commentlist li .author-meta time a {
        color: #cccccc;
        font-size: 1rem;
        margin-right: 0.57143rem; }
      ol.commentlist li .author-meta .comment-edit-link {
        color: #bbbbbb;
        font-size: 1rem; }
    ol.commentlist li section.comment {
      margin-left: 4.57143rem;
      margin-bottom: 2.28571rem; }
      ol.commentlist li section.comment a.comment-reply-link {
        font-size: 1rem;
        font-weight: 600;
        color: #bbbbbb; }
        ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
          color: #1e1e1e; }

#sidebar .panel, .footer-widget .panel {
  border: none;
  background-color: #eeeeee;
  padding: 1.71429rem 2.14286rem; }
  #sidebar .panel a, .footer-widget .panel a {
    color: #999999;
    font-size: 1.07143rem; }
    #sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
      color: #1e1e1e; }
#sidebar .menu, .footer-widget .menu {
  list-style-type: none;
  margin-left: 0; }
  #sidebar .menu li, .footer-widget .menu li {
    border-top: 1px solid #eeeeee;
    padding: 10px 0; }
    #sidebar .menu li:first-child, .footer-widget .menu li:first-child {
      border: none;
      padding-top: 0; }
    #sidebar .menu li:last-child, .footer-widget .menu li:last-child {
      padding-bottom: 0; }
    #sidebar .menu li a, .footer-widget .menu li a {
      display: block; }
#sidebar .widget, .footer-widget .widget {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  #sidebar .widget .widget-title, .footer-widget .widget .widget-title {
    font-size: 1.14286rem;
    background: #0072bc;
    padding: 10px 0px 10px 20px;
    color: white;
    font-weight: 600;
    text-shadow: none;
    border-bottom: 1px solid #eeeeee;
    margin: -21px -21px 20px -21px;
    border-radius: 3px 3px 0px 0px; }
  #sidebar .widget a, .footer-widget .widget a {
    text-shadow: 0 1px 0 white; }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: '';
  display: table; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

footer.full-width {
  background-color: white;
  border-top: 1px solid #cccccc;
  padding-top: 3.42857rem; }
  footer.full-width p {
    font-size: 1rem; }
  footer.full-width a {
    color: #666666;
    font-size: 1.07143rem; }
    footer.full-width a:hover, footer.full-width a:focus {
      color: #1e1e1e; }
  footer.full-width .love-reverie {
    border-top: 1px solid #cccccc;
    padding-top: 1.71429rem; }

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center;
  font-size: 0.8em;
  font-style: italic; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd, .site-main .gallery figcaption {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
  max-width: 100%; }

  .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 30px 0 15px 0; }
  .entry-content p {
    margin: 0 0 20px 0; }
  .entry-content ul, .entry-content ol {
    margin: 0 0 20px 20px; }
    .entry-content ul li, .entry-content ol li {
      margin: 5px 0 0 0; }
      .entry-content ul li:first-child, .entry-content ol li:first-child {
        margin-top: 0; }
  .entry-content .callout, .entry-content .accent {
    padding: 10px 15px; }

.entry-image {
  margin-bottom: 0.35714rem; }
  .entry-image.left {
    margin-right: 1.07143rem; }
  .entry-image.right {
    margin-left: 1.07143rem; }

@media only screen and (max-width: 40em) {
  h2.entry-title {
    font-size: 1.07143rem;
    font-weight: 300;
    margin-bottom: 0; } }

/*
The Following Styles were imported from the old mixergy theme.
They corresponding html for these is in $post->post_content
*/
#vid-iframe {
  width: 640px;
  margin: 0 auto; }

#info-box h2, #info-box span {
  font-size: 16px;
  color: #333333; }

#info-box {
  width: 45.71429rem;
  margin: 0 auto 1.42857rem auto;
  background: #e5e5df;
  color: #333333;
  padding: 1.07143rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  }
  #info-box button {
    background: none;
    border: none;
    color: #4e72b8;
    color: #4e72b8; }
    #info-box button:hover {
      cursor: pointer;
      color: rgba(78, 114, 184, 0.7); }
  #info-box .bluelinks a {
    color: #0072bc; }
  #info-box .bluelinks a:hover {
    color: #0072bc; }
  #info-box .download-btn {
    -moz-box-shadow: inset 0px -1px 0px 0px #888888;
    -webkit-box-shadow: inset 0px -1px 0px 0px #888888;
    box-shadow: inset 0px -1px 0px 0px #888888;
    background: #333333;
    background-color: #333333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #333333;
    display: inline-block;
    color: white !important;
    font-size: 12px;
    padding: 6px 24px;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: 1px 1px 0px #111111 !important; }
  #info-box .download-btn:hover {
    background: #333333;
    background-color: rgba(51, 51, 51, 0.7);
    -moz-box-shadow: inset 0px -1px 0px 0px #888888;
    -webkit-box-shadow: inset 0px -1px 0px 0px #888888;
    box-shadow: inset 0px -1px 0px 0px #888888; }
  #info-box a:active, #info-box .download-btn:active {
    position: relative;
    top: 1px; }
  #info-box #transcript {
    width: 600px;
    height: 400px;
    background: white;
    overflow-y: scroll;
    scrollbar-arrow-color: #4e72b8;
    scrollbar-face-color: #e7e7e7;
    scrollbar-3dlight-color: #a0a0a0;
    scrollbar-darkshadow-color: #888888;
    border: solid 1px #333333;
    padding: 5px 5px 5px 5px;
    display: none; }

.hentry #info-box span > a > img {
  border: none;
  padding: 0px !important;
  margin-left: 7px; }

#vid-logo {
  width: 236;
  margin: 0 auto;
  padding-top: 10px; }

#disqus_thread {
  margin-bottom: 1.07143rem; }

article.loop-content .entry-header, body.single .hfeed article .entry-header {
  margin-bottom: 1.42857rem;
  padding-right: 1.07143rem; }
article.loop-content .entry-title, body.single .hfeed article .entry-title {
  margin-bottom: 0; }
article.loop-content .entry-excerpt, body.single .hfeed article .entry-excerpt {
  padding-right: 1.07143rem; }
article.loop-content .post-meta, body.single .hfeed article .post-meta {
  font-size: 0.78571rem; }

/*
Extra Utilities
*/
.text-uppercase {
  text-transform: uppercase; }

.text-underline {
  border-bottom: 1px solid white; }

h1, h2 {
  font-weight: 300; }

h1 strong {
  font-size: 2.57143rem;
  font-weight: 300; }

@media only screen and (max-width: 40em) {
  h2 {
    font-size: 1.42857rem; } }

blockquote {
  border: none;
  font-size: 1.14286rem; }
  blockquote:before {
    content: "\201C";
    display: block;
    font-family: 'Georgia', serif;
    font-size: 100px;
    height: 0;
    left: -55px;
    position: relative;
    top: -15px; }
  blockquote cite {
    display: block;
    font-weight: 700;
    font-size: 1.42857rem;
    padding-top: 20px; }
    blockquote cite:before {
      content: ""; }

/** Special Person Panel for the 1000 Interviews Page **/
.panel.person {
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  margin-bottom: 1.42857rem;
  padding: 0.35714rem;
  background: #f0f0f0;
  border: none; }
  .panel.person > :first-child {
    margin-top: 0; }
  .panel.person > :last-child {
    margin-bottom: 0; }
  .panel.person h1, .panel.person h2, .panel.person h3, .panel.person h4, .panel.person h5, .panel.person h6, .panel.person p {
    color: #333333; }
  .panel.person h1, .panel.person h2, .panel.person h3, .panel.person h4, .panel.person h5, .panel.person h6 {
    line-height: 1;
    margin-bottom: 0.71429rem; }
    .panel.person h1.subheader, .panel.person h2.subheader, .panel.person h3.subheader, .panel.person h4.subheader, .panel.person h5.subheader, .panel.person h6.subheader {
      line-height: 1.4; }
  .panel.person h1, .panel.person h2, .panel.person h3, .panel.person h4, .panel.person h5, .panel.person h6, .panel.person p {
    color: white; }
  .panel.person h2 {
    font-size: 1.71429rem; }
  .panel.person .caption {
    background: black;
    color: white;
    padding: 15px; }
    .panel.person .caption p {
      font-size: 14px;
      color: #777777;
      margin-bottom: 0px; }
  .panel.person img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%; }
  .panel.person:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

[class*="block-grid-"] > li > .panel.person {
  margin-bottom: 0;
  margin: 0px auto; }

.panel.blue {
  border-style: solid;
  border-width: 1px;
  border-color: #1aa7ff;
  margin-bottom: 1.42857rem;
  padding: 0.35714rem;
  background: #3db4ff; }
  .panel.blue > :first-child {
    margin-top: 0; }
  .panel.blue > :last-child {
    margin-bottom: 0; }
  .panel.blue h1, .panel.blue h2, .panel.blue h3, .panel.blue h4, .panel.blue h5, .panel.blue h6, .panel.blue p {
    color: #333333; }
  .panel.blue h1, .panel.blue h2, .panel.blue h3, .panel.blue h4, .panel.blue h5, .panel.blue h6 {
    line-height: 1;
    margin-bottom: 0.71429rem; }
    .panel.blue h1.subheader, .panel.blue h2.subheader, .panel.blue h3.subheader, .panel.blue h4.subheader, .panel.blue h5.subheader, .panel.blue h6.subheader {
      line-height: 1.4; }

.gform_wrapper {
  margin: 30px 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .gform_wrapper .gform_fields, .gform_wrapper .gform_fields ul {
    list-style: none; }
  .gform_wrapper form {
    margin: 0; }
  .gform_wrapper .top_label .gfield_error {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important; }
    .gform_wrapper .top_label .gfield_error .ginput_container {
      width: 100%;
      max-width: 100%; }
  .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    border: 1px solid #d4d4d4;
    font-size: 1rem;
    height: 2.85714rem;
    padding: 0.71429rem 1.07143rem;
    width: 100% !important;
    -moz-box-shadow: inset 0px 2px 4px #dddddd;
    -webkit-box-shadow: inset 0px 2px 4px #dddddd;
    box-shadow: inset 0px 2px 4px #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .gform_wrapper .top_label textarea.textarea {
    height: auto; }
    .gform_wrapper .top_label textarea.textarea.small {
      height: 6.42857rem; }
    .gform_wrapper .top_label textarea.textarea.medium {
      height: 11.42857rem; }
    .gform_wrapper .top_label textarea.textarea.large {
      height: 21.42857rem; }
  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 48%; }
  .gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select {
    border: 1px solid #d4d4d4;
    font-size: 1rem;
    height: 2.85714rem;
    padding: 10px 15px !important;
    width: 100% !important;
    -moz-box-shadow: inset 0px 2px 4px #dddddd;
    -webkit-box-shadow: inset 0px 2px 4px #dddddd;
    box-shadow: inset 0px 2px 4px #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .gform_wrapper .gform_heading .gform_title {
    color: white;
    text-shadow: 1px 1px 0 #4b5487; }
  .gform_wrapper div.validation_error, .gform_wrapper div.validation_message {
    text-shadow: 1px 1px 0 #959cc5; }
  .gform_wrapper .gform_body .gform_fields .gfield label {
    color: #1e1e1e; }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex.ginput_container label {
    color: #1e1e1e;
    font-size: 1em; }
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio, .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox {
    padding: 10px 0 0 0; }
    .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li, .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
      margin: 0; }

html body #content .gform_wrapper li.gfield.gfield_error, html body #content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  background: none;
  border: 0;
  padding: 0 !important; }

.af-form-wrapper input.submit {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.42857rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1.14286rem;
  padding-right: 2.28571rem;
  padding-bottom: 1.21429rem;
  padding-left: 2.28571rem;
  font-size: 1.14286rem;
  background-color: #0072bc;
  border-color: #007ecc;
  color: white; }
  .af-form-wrapper input.submit:hover, .af-form-wrapper input.submit:focus {
    background-color: #007ecc; }
  .af-form-wrapper input.submit:hover, .af-form-wrapper input.submit:focus {
    color: white; }

/* Field Specific Styles */
.gform_wrapper .gfield_type_name .ginput_complex.ginput_container {
  margin-bottom: 1.28571rem; }
  .gform_wrapper .gfield_type_name .ginput_complex.ginput_container input {
    margin-bottom: 0; }

/* Styling error messages in gravity form */
div.validation_error {
  text-shadow: none !important;
  color: #d51b1b !important; }

.gfield_description.validation_message {
  color: #d51b1b !important;
  text-shadow: none !important; }

/* Styling Title */
.gform_title {
  color: black !important;
  text-shadow: none !important; }

/* Styling the labels */
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
  margin-bottom: 5px !important;
  margin-top: 5px !important; }

/* adjusting font size*/
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
  font-size: 1rem !important; }

/* adjusting line spacing before options */
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  margin-top: 10px !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-top: 15px !important; }

/* Fixing padding and margin on error messages */
.gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: -16px !important; }

body.page-template-page-1000-php .row {
  max-width: 85.71429rem; }
body.page-template-page-1000-php #main {
  background: none; }

.members-1000 {
  background-color: #e4e4e4; }
  .members-1000 .members-left-side {
    padding: 0px 0px 20px 20px; }

.social-1000 .button.expand {
  border: none; }

.comments-1000 .fb-comments, .comments-1000 .fb-comments span, .comments-1000 .fb-comments.fb_iframe_widget span iframe {
  width: 100% !important; }

.page-template-page-welcome-php .contain-to-grid {
  border-bottom: 10px solid #4e86b2; }

.welcome-banner {
  background: #67a5d2;
  background-image: -webkit-gradient(radial, 50% 10%, 320, 50% 90%, 850, from(#67a5d2), to(#2767a8));
  padding-bottom: 6em; }

.welcome-banner h2, .welcome-banner h3, .welcome-banner p {
  text-align: center;
  line-height: 1;
  color: #3b70ae;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.5) 0 1px, rgba(0, 0, 0, 0.3) -1px -2px;
  text-shadow: rgba(0, 0, 0, 0.2) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px, rgba(255, 255, 255, 0.2) 0 2px, rgba(0, 0, 0, 0.3) -1px -2px; }

.top-bar-section ul.left {
  margin-left: 4em; }

.top-bar-section ul li > a {
  text-transform: uppercase; }

#masthead .logo {
  display: block;
  width: 125px;
  height: 50px;
  background: url('img/logo-new.png') no-repeat top left; }

.content-wrapper {
  padding: 0 2em; }

.content-area.row, .page-content.row {
  padding: 2em;
  background: white; }

.post-first-image {
  float: left;
  margin: 0 1em 1em 0; }

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block; }

.page-title, .entry-title {
  color: #192a4e;
  font-weight: bold;
  margin: 0 0 20px 0; }

.entry-content .transcript {
  max-height: 400px;
  overflow-y: scroll;
  border: 1px solid #eeeeee;
  padding: 20px;
  margin: 20px 0;
  background: #f8f8f8; }

#welcome-top-bar .contain-to-grid {
  height: 70px; }

#welcome-top-bar h1 {
  text-align: center;
  margin-bottom: 0; }

.pop-up {
  border: 1px solid gray;
  width: 520px;
  background: white;
  z-index: 20;
  position: relative;
  margin: -50px auto 0 auto;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 0 40px 25px 40px;
  color: #909fac; }

.pop-up p {
  color: #909fac;
  text-align: left;
  font-size: 1rem;
  letter-spacing: none;
  font-weight: 600;
  padding: 0;
  text-shadow: none;
  margin-bottom: 20px; }

.pop-up span {
  font-size: 1rem;
  color: #667b8d;
  margin-bottom: 5px; }

.welcome-footer {
  background-color: black; }

.search-form {
  padding: 0;
  overflow: hidden;
  text-align: center;
  margin: 0; }

label {
  line-height: 1;
  margin-bottom: 0; }

input.search-field {
  width: 77%;
  margin-right: 0.5em;
  margin-bottom: 0;
  height: 35px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

input.search-submit {
  float: right;
  width: 20%;
  height: 35px;
  padding: 0;
  font-size: 0.8em;
  margin: 0; }

.social-icons {
  text-align: center; }

.social-icons h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0; }

.social-icons ul {
  margin: 0;
  padding: 0; }

.social-icons ul li {
  display: inline;
  list-style: none; }
  .social-icons ul li img {
    margin: 0 0 10px 10px; }
  .social-icons ul li:first-child img {
    margin-left: 0; }

.wistia_embed {
  margin-top: 1em;
  padding-right: 1em; }

.archive-search {
  margin: 0 0 30px 0; }
  .archive-search input {
    margin: 0;
    border: 2px solid #dddddd;
    border-bottom-color: #cccccc;
    border-right-color: #cccccc; }

#content table thead tr th, #content table thead tr td, #content table tfoot tr th, #content table tfoot tr td {
  padding: 10px;
  text-shadow: 1px 1px 0 white; }

#content table thead tr th {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

#content table tbody tr td {
  padding: 15px 10px; }

#content table tr.even, #content table tr.alt, #content table tr:nth-of-type(even) {
  background: #f9f9f9; }

#content table tr {
  border-top: 1px solid #f1f1f1; }

#content table tr:first-child {
  border: none; }