@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 170, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

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

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

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 253, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 304, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 311, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
}

/* Address paddings set differently in IE 6/7. */
/* line 323, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.9125em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 416, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 444, ../sass/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 460, ../sass/_normalize.scss */
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.
 */
/* line 472, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 483, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 34, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 46, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 60, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 65, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 86, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 88, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 93, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 103, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 108, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 116, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 118, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 134, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 138, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 147, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 164, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 179, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 186, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 194, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 196, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  /* line 206, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 22, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 66, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 106, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 112, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 151, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 190, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 245, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 250, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 255, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 352, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 457, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 512, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 556, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 562, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 565, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 572, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 582, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 587, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 594, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 601, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 624, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 630, ../sass/components/_misc.scss */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
/* line 636, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 641, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 653, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 660, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 664, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
}

/* line 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 676, ../sass/components/_misc.scss */
form th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
/* line 681, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 689, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 694, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 709, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 715, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 731, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  background-repeat: no-repeat;
  padding-left: 15px;
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  background-position: 5px 50%;
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 770, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 773, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 776, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 785, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1398863088');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 16, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 35, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 57, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 77, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
@-webkit-keyframes bounce {
  /* line 2, ../sass/partials/_attention-seekers/_bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_bounce.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_bounce.scss */
  60% {
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  /* line 2, ../sass/partials/_attention-seekers/_bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_bounce.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_bounce.scss */
  60% {
    transform: translateY(-15px);
  }
}

@-ms-keyframes bounce {
  /* line 2, ../sass/partials/_attention-seekers/_bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_bounce.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_bounce.scss */
  60% {
    transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  /* line 2, ../sass/partials/_attention-seekers/_bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_bounce.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_bounce.scss */
  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  /* line 2, ../sass/partials/_attention-seekers/_bounce.scss */
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_bounce.scss */
  40% {
    transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_bounce.scss */
  60% {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes flash {
  /* line 2, ../sass/partials/_attention-seekers/_flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_attention-seekers/_flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@-moz-keyframes flash {
  /* line 2, ../sass/partials/_attention-seekers/_flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_attention-seekers/_flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@-ms-keyframes flash {
  /* line 2, ../sass/partials/_attention-seekers/_flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_attention-seekers/_flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@-o-keyframes flash {
  /* line 2, ../sass/partials/_attention-seekers/_flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_attention-seekers/_flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  /* line 2, ../sass/partials/_attention-seekers/_flash.scss */
  0%, 50%, 100% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_attention-seekers/_flash.scss */
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  /* line 4, ../sass/partials/_attention-seekers/_pulse.scss */
  0% {
    transform: scale(1);
  }

  /* line 5, ../sass/partials/_attention-seekers/_pulse.scss */
  50% {
    transform: scale(1.1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_pulse.scss */
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  /* line 4, ../sass/partials/_attention-seekers/_pulse.scss */
  0% {
    transform: scale(1);
  }

  /* line 5, ../sass/partials/_attention-seekers/_pulse.scss */
  50% {
    transform: scale(1.1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_pulse.scss */
  100% {
    transform: scale(1);
  }
}

@-ms-keyframes pulse {
  /* line 4, ../sass/partials/_attention-seekers/_pulse.scss */
  0% {
    transform: scale(1);
  }

  /* line 5, ../sass/partials/_attention-seekers/_pulse.scss */
  50% {
    transform: scale(1.1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_pulse.scss */
  100% {
    transform: scale(1);
  }
}

@-o-keyframes pulse {
  /* line 4, ../sass/partials/_attention-seekers/_pulse.scss */
  0% {
    transform: scale(1);
  }

  /* line 5, ../sass/partials/_attention-seekers/_pulse.scss */
  50% {
    transform: scale(1.1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_pulse.scss */
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  /* line 4, ../sass/partials/_attention-seekers/_pulse.scss */
  0% {
    transform: scale(1);
  }

  /* line 5, ../sass/partials/_attention-seekers/_pulse.scss */
  50% {
    transform: scale(1.1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_pulse.scss */
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rubberBand {
  /* line 2, ../sass/partials/_attention-seekers/_rubberBand.scss */
  0% {
    transform: scale3d(1, 1, 1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_rubberBand.scss */
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 10, ../sass/partials/_attention-seekers/_rubberBand.scss */
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 14, ../sass/partials/_attention-seekers/_rubberBand.scss */
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 18, ../sass/partials/_attention-seekers/_rubberBand.scss */
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 22, ../sass/partials/_attention-seekers/_rubberBand.scss */
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 26, ../sass/partials/_attention-seekers/_rubberBand.scss */
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes rubberBand {
  /* line 2, ../sass/partials/_attention-seekers/_rubberBand.scss */
  0% {
    transform: scale3d(1, 1, 1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_rubberBand.scss */
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 10, ../sass/partials/_attention-seekers/_rubberBand.scss */
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 14, ../sass/partials/_attention-seekers/_rubberBand.scss */
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 18, ../sass/partials/_attention-seekers/_rubberBand.scss */
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 22, ../sass/partials/_attention-seekers/_rubberBand.scss */
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 26, ../sass/partials/_attention-seekers/_rubberBand.scss */
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@-ms-keyframes rubberBand {
  /* line 2, ../sass/partials/_attention-seekers/_rubberBand.scss */
  0% {
    transform: scale3d(1, 1, 1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_rubberBand.scss */
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 10, ../sass/partials/_attention-seekers/_rubberBand.scss */
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 14, ../sass/partials/_attention-seekers/_rubberBand.scss */
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 18, ../sass/partials/_attention-seekers/_rubberBand.scss */
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 22, ../sass/partials/_attention-seekers/_rubberBand.scss */
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 26, ../sass/partials/_attention-seekers/_rubberBand.scss */
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes rubberBand {
  /* line 2, ../sass/partials/_attention-seekers/_rubberBand.scss */
  0% {
    transform: scale3d(1, 1, 1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_rubberBand.scss */
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 10, ../sass/partials/_attention-seekers/_rubberBand.scss */
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 14, ../sass/partials/_attention-seekers/_rubberBand.scss */
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 18, ../sass/partials/_attention-seekers/_rubberBand.scss */
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 22, ../sass/partials/_attention-seekers/_rubberBand.scss */
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 26, ../sass/partials/_attention-seekers/_rubberBand.scss */
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  /* line 2, ../sass/partials/_attention-seekers/_rubberBand.scss */
  0% {
    transform: scale3d(1, 1, 1);
  }

  /* line 6, ../sass/partials/_attention-seekers/_rubberBand.scss */
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  /* line 10, ../sass/partials/_attention-seekers/_rubberBand.scss */
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  /* line 14, ../sass/partials/_attention-seekers/_rubberBand.scss */
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  /* line 18, ../sass/partials/_attention-seekers/_rubberBand.scss */
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  /* line 22, ../sass/partials/_attention-seekers/_rubberBand.scss */
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  /* line 26, ../sass/partials/_attention-seekers/_rubberBand.scss */
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  /* line 2, ../sass/partials/_attention-seekers/_shake.scss */
  0%, 100% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_shake.scss */
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_shake.scss */
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  /* line 2, ../sass/partials/_attention-seekers/_shake.scss */
  0%, 100% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_shake.scss */
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_shake.scss */
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

@-ms-keyframes shake {
  /* line 2, ../sass/partials/_attention-seekers/_shake.scss */
  0%, 100% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_shake.scss */
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_shake.scss */
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

@-o-keyframes shake {
  /* line 2, ../sass/partials/_attention-seekers/_shake.scss */
  0%, 100% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_shake.scss */
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_shake.scss */
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

@keyframes shake {
  /* line 2, ../sass/partials/_attention-seekers/_shake.scss */
  0%, 100% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_attention-seekers/_shake.scss */
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  /* line 4, ../sass/partials/_attention-seekers/_shake.scss */
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

@-webkit-keyframes swing {
  /* line 2, ../sass/partials/_attention-seekers/_swing.scss */
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  /* line 3, ../sass/partials/_attention-seekers/_swing.scss */
  20% {
    -webkit-transform: rotate(15deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_swing.scss */
  40% {
    -webkit-transform: rotate(-10deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_swing.scss */
  60% {
    -webkit-transform: rotate(5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_swing.scss */
  80% {
    -webkit-transform: rotate(-5deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_swing.scss */
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes swing {
  /* line 2, ../sass/partials/_attention-seekers/_swing.scss */
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  /* line 3, ../sass/partials/_attention-seekers/_swing.scss */
  20% {
    -webkit-transform: rotate(15deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_swing.scss */
  40% {
    -webkit-transform: rotate(-10deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_swing.scss */
  60% {
    -webkit-transform: rotate(5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_swing.scss */
  80% {
    -webkit-transform: rotate(-5deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_swing.scss */
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-ms-keyframes swing {
  /* line 2, ../sass/partials/_attention-seekers/_swing.scss */
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  /* line 3, ../sass/partials/_attention-seekers/_swing.scss */
  20% {
    -webkit-transform: rotate(15deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_swing.scss */
  40% {
    -webkit-transform: rotate(-10deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_swing.scss */
  60% {
    -webkit-transform: rotate(5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_swing.scss */
  80% {
    -webkit-transform: rotate(-5deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_swing.scss */
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  /* line 2, ../sass/partials/_attention-seekers/_swing.scss */
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  /* line 3, ../sass/partials/_attention-seekers/_swing.scss */
  20% {
    -webkit-transform: rotate(15deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_swing.scss */
  40% {
    -webkit-transform: rotate(-10deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_swing.scss */
  60% {
    -webkit-transform: rotate(5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_swing.scss */
  80% {
    -webkit-transform: rotate(-5deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_swing.scss */
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes swing {
  /* line 2, ../sass/partials/_attention-seekers/_swing.scss */
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  /* line 3, ../sass/partials/_attention-seekers/_swing.scss */
  20% {
    -webkit-transform: rotate(15deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_swing.scss */
  40% {
    -webkit-transform: rotate(-10deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_swing.scss */
  60% {
    -webkit-transform: rotate(5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_swing.scss */
  80% {
    -webkit-transform: rotate(-5deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_swing.scss */
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes tada {
  /* line 2, ../sass/partials/_attention-seekers/_tada.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_attention-seekers/_tada.scss */
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_tada.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_tada.scss */
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_tada.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  /* line 2, ../sass/partials/_attention-seekers/_tada.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_attention-seekers/_tada.scss */
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_tada.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_tada.scss */
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_tada.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-ms-keyframes tada {
  /* line 2, ../sass/partials/_attention-seekers/_tada.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_attention-seekers/_tada.scss */
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_tada.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_tada.scss */
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_tada.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  /* line 2, ../sass/partials/_attention-seekers/_tada.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_attention-seekers/_tada.scss */
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_tada.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_tada.scss */
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_tada.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  /* line 2, ../sass/partials/_attention-seekers/_tada.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_attention-seekers/_tada.scss */
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  /* line 4, ../sass/partials/_attention-seekers/_tada.scss */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 5, ../sass/partials/_attention-seekers/_tada.scss */
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_tada.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes wobble {
  /* line 4, ../sass/partials/_attention-seekers/_wobble.scss */
  0% {
    -webkit-transform: translateX(0%);
  }

  /* line 5, ../sass/partials/_attention-seekers/_wobble.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_wobble.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_wobble.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  /* line 8, ../sass/partials/_attention-seekers/_wobble.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  /* line 9, ../sass/partials/_attention-seekers/_wobble.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  /* line 10, ../sass/partials/_attention-seekers/_wobble.scss */
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes wobble {
  /* line 4, ../sass/partials/_attention-seekers/_wobble.scss */
  0% {
    -webkit-transform: translateX(0%);
  }

  /* line 5, ../sass/partials/_attention-seekers/_wobble.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_wobble.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_wobble.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  /* line 8, ../sass/partials/_attention-seekers/_wobble.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  /* line 9, ../sass/partials/_attention-seekers/_wobble.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  /* line 10, ../sass/partials/_attention-seekers/_wobble.scss */
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-ms-keyframes wobble {
  /* line 4, ../sass/partials/_attention-seekers/_wobble.scss */
  0% {
    -webkit-transform: translateX(0%);
  }

  /* line 5, ../sass/partials/_attention-seekers/_wobble.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_wobble.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_wobble.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  /* line 8, ../sass/partials/_attention-seekers/_wobble.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  /* line 9, ../sass/partials/_attention-seekers/_wobble.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  /* line 10, ../sass/partials/_attention-seekers/_wobble.scss */
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  /* line 4, ../sass/partials/_attention-seekers/_wobble.scss */
  0% {
    -webkit-transform: translateX(0%);
  }

  /* line 5, ../sass/partials/_attention-seekers/_wobble.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_wobble.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_wobble.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  /* line 8, ../sass/partials/_attention-seekers/_wobble.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  /* line 9, ../sass/partials/_attention-seekers/_wobble.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  /* line 10, ../sass/partials/_attention-seekers/_wobble.scss */
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes wobble {
  /* line 4, ../sass/partials/_attention-seekers/_wobble.scss */
  0% {
    -webkit-transform: translateX(0%);
  }

  /* line 5, ../sass/partials/_attention-seekers/_wobble.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  /* line 6, ../sass/partials/_attention-seekers/_wobble.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  /* line 7, ../sass/partials/_attention-seekers/_wobble.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  /* line 8, ../sass/partials/_attention-seekers/_wobble.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  /* line 9, ../sass/partials/_attention-seekers/_wobble.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  /* line 10, ../sass/partials/_attention-seekers/_wobble.scss */
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes bounceIn {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  70% {
    -webkit-transform: scale(0.9);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  70% {
    -webkit-transform: scale(0.9);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

@-ms-keyframes bounceIn {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  70% {
    -webkit-transform: scale(0.9);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  70% {
    -webkit-transform: scale(0.9);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  70% {
    -webkit-transform: scale(0.9);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceIn.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes bounceInDown {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  80% {
    -webkit-transform: translateY(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  80% {
    -webkit-transform: translateY(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-ms-keyframes bounceInDown {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  80% {
    -webkit-transform: translateY(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  80% {
    -webkit-transform: translateY(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  80% {
    -webkit-transform: translateY(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInDown.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes bounceInLeft {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  80% {
    -webkit-transform: translateX(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  80% {
    -webkit-transform: translateX(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-ms-keyframes bounceInLeft {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  80% {
    -webkit-transform: translateX(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  80% {
    -webkit-transform: translateX(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  80% {
    -webkit-transform: translateX(-10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInLeft.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  80% {
    -webkit-transform: translateX(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  80% {
    -webkit-transform: translateX(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-ms-keyframes bounceInRight {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  80% {
    -webkit-transform: translateX(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  80% {
    -webkit-transform: translateX(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  80% {
    -webkit-transform: translateX(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInRight.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes bounceInUp {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  80% {
    -webkit-transform: translateY(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  80% {
    -webkit-transform: translateY(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-ms-keyframes bounceInUp {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  80% {
    -webkit-transform: translateY(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  80% {
    -webkit-transform: translateY(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  /* line 2, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  /* line 4, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  80% {
    -webkit-transform: translateY(10px);
  }

  /* line 5, ../sass/partials/_bouncing-entrances/_bounceInUp.scss */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes bounceOut {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  25% {
    -webkit-transform: scale(0.95);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  /* line 5, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  25% {
    -webkit-transform: scale(0.95);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  /* line 5, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-ms-keyframes bounceOut {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  25% {
    -webkit-transform: scale(0.95);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  /* line 5, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  25% {
    -webkit-transform: scale(0.95);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  /* line 5, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  25% {
    -webkit-transform: scale(0.95);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  /* line 5, ../sass/partials/_bouncing-exits/_bounceOut.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-ms-keyframes bounceOutDown {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutDown.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-ms-keyframes bounceOutLeft {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutLeft.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-ms-keyframes bounceOutRight {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutRight.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceOutUp {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-ms-keyframes bounceOutUp {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  /* line 2, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 3, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  /* line 4, ../sass/partials/_bouncing-exits/_bounceOutUp.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-webkit-keyframes fadeIn {
  /* line 2, ../sass/partials/_fading-entrances/_fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  /* line 2, ../sass/partials/_fading-entrances/_fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  /* line 2, ../sass/partials/_fading-entrances/_fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  /* line 2, ../sass/partials/_fading-entrances/_fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 2, ../sass/partials/_fading-entrances/_fadeIn.scss */
  0% {
    opacity: 0;
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeIn.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-ms-keyframes fadeInDown {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDown.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInDownBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInDownBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeft {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeft.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeftBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInLeftBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRight {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRight.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRightBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInRightBig.scss */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUp.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInUpBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  /* line 2, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_fading-entrances/_fadeInUpBig.scss */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  /* line 2, ../sass/partials/_fading-exits/_fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  /* line 2, ../sass/partials/_fading-exits/_fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  /* line 2, ../sass/partials/_fading-exits/_fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  /* line 2, ../sass/partials/_fading-exits/_fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 2, ../sass/partials/_fading-exits/_fadeOut.scss */
  0% {
    opacity: 1;
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOut.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@-ms-keyframes fadeOutDown {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-ms-keyframes fadeOutDownBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutDownBig.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutLeft {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@-ms-keyframes fadeOutLeft {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-ms-keyframes fadeOutLeftBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutLeftBig.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@-ms-keyframes fadeOutRight {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-ms-keyframes fadeOutRightBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutRightBig.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutUp {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@-ms-keyframes fadeOutUp {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutUpBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-ms-keyframes fadeOutUpBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  /* line 2, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_fading-exits/_fadeOutUpBig.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes flip {
  /* line 2, ../sass/partials/_flippers/_flip.scss */
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  /* line 3, ../sass/partials/_flippers/_flip.scss */
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  /* line 4, ../sass/partials/_flippers/_flip.scss */
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  /* line 5, ../sass/partials/_flippers/_flip.scss */
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  /* line 6, ../sass/partials/_flippers/_flip.scss */
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@-moz-keyframes flip {
  /* line 2, ../sass/partials/_flippers/_flip.scss */
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  /* line 3, ../sass/partials/_flippers/_flip.scss */
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  /* line 4, ../sass/partials/_flippers/_flip.scss */
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  /* line 5, ../sass/partials/_flippers/_flip.scss */
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  /* line 6, ../sass/partials/_flippers/_flip.scss */
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@-ms-keyframes flip {
  /* line 2, ../sass/partials/_flippers/_flip.scss */
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  /* line 3, ../sass/partials/_flippers/_flip.scss */
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  /* line 4, ../sass/partials/_flippers/_flip.scss */
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  /* line 5, ../sass/partials/_flippers/_flip.scss */
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  /* line 6, ../sass/partials/_flippers/_flip.scss */
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  /* line 2, ../sass/partials/_flippers/_flip.scss */
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  /* line 3, ../sass/partials/_flippers/_flip.scss */
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  /* line 4, ../sass/partials/_flippers/_flip.scss */
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  /* line 5, ../sass/partials/_flippers/_flip.scss */
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  /* line 6, ../sass/partials/_flippers/_flip.scss */
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  /* line 2, ../sass/partials/_flippers/_flip.scss */
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  /* line 3, ../sass/partials/_flippers/_flip.scss */
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  /* line 4, ../sass/partials/_flippers/_flip.scss */
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  /* line 5, ../sass/partials/_flippers/_flip.scss */
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  /* line 6, ../sass/partials/_flippers/_flip.scss */
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  /* line 2, ../sass/partials/_flippers/_flipInX.scss */
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInX.scss */
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInX.scss */
  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInX.scss */
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInX {
  /* line 2, ../sass/partials/_flippers/_flipInX.scss */
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInX.scss */
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInX.scss */
  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInX.scss */
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-ms-keyframes flipInX {
  /* line 2, ../sass/partials/_flippers/_flipInX.scss */
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInX.scss */
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInX.scss */
  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInX.scss */
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  /* line 2, ../sass/partials/_flippers/_flipInX.scss */
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInX.scss */
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInX.scss */
  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInX.scss */
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  /* line 2, ../sass/partials/_flippers/_flipInX.scss */
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInX.scss */
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInX.scss */
  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInX.scss */
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipInY {
  /* line 2, ../sass/partials/_flippers/_flipInY.scss */
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInY.scss */
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInY.scss */
  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInY.scss */
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInY {
  /* line 2, ../sass/partials/_flippers/_flipInY.scss */
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInY.scss */
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInY.scss */
  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInY.scss */
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-ms-keyframes flipInY {
  /* line 2, ../sass/partials/_flippers/_flipInY.scss */
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInY.scss */
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInY.scss */
  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInY.scss */
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInY {
  /* line 2, ../sass/partials/_flippers/_flipInY.scss */
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInY.scss */
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInY.scss */
  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInY.scss */
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  /* line 2, ../sass/partials/_flippers/_flipInY.scss */
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_flippers/_flipInY.scss */
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 4, ../sass/partials/_flippers/_flipInY.scss */
  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 5, ../sass/partials/_flippers/_flipInY.scss */
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipOutX {
  /* line 2, ../sass/partials/_flippers/_flipOutX.scss */
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutX.scss */
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutX {
  /* line 2, ../sass/partials/_flippers/_flipOutX.scss */
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutX.scss */
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-ms-keyframes flipOutX {
  /* line 2, ../sass/partials/_flippers/_flipOutX.scss */
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutX.scss */
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  /* line 2, ../sass/partials/_flippers/_flipOutX.scss */
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutX.scss */
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  /* line 2, ../sass/partials/_flippers/_flipOutX.scss */
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutX.scss */
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  /* line 2, ../sass/partials/_flippers/_flipOutY.scss */
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutY.scss */
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutY {
  /* line 2, ../sass/partials/_flippers/_flipOutY.scss */
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutY.scss */
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-ms-keyframes flipOutY {
  /* line 2, ../sass/partials/_flippers/_flipOutY.scss */
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutY.scss */
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  /* line 2, ../sass/partials/_flippers/_flipOutY.scss */
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutY.scss */
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  /* line 2, ../sass/partials/_flippers/_flipOutY.scss */
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_flippers/_flipOutY.scss */
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 4, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 5, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes lightSpeedIn {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 4, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 5, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-ms-keyframes lightSpeedIn {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 4, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 5, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 4, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 5, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 4, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 5, ../sass/partials/_lightspeed/_lightSpeedIn.scss */
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-moz-keyframes lightSpeedOut {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-ms-keyframes lightSpeedOut {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  /* line 2, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_lightspeed/_lightSpeedOut.scss */
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateIn {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateIn {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateIn.scss */
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInDownLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInDownRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  /* line 2, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 3, ../sass/partials/_rotating-entrances/_rotateInUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOut.scss */
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOut.scss */
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOut {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOut.scss */
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOut.scss */
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOut {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOut.scss */
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOut.scss */
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOut.scss */
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOut.scss */
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOut.scss */
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOut.scss */
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutDownLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutDownRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutDownRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpLeft.scss */
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  /* line 2, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 3, ../sass/partials/_rotating-exits/_rotateOutUpRight.scss */
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes slideInDown {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes slideInDown {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes slideInDown {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes slideInDown {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  100% {
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInDown.scss */
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  100% {
    transform: translateX(0);
  }
}

@-ms-keyframes slideInLeft {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  100% {
    transform: translateX(0);
  }
}

@-o-keyframes slideInLeft {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInLeft.scss */
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes slideInRight {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  100% {
    transform: translateX(0);
  }
}

@-ms-keyframes slideInRight {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  100% {
    transform: translateX(0);
  }
}

@-o-keyframes slideInRight {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInRight.scss */
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes slideInUp {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  100% {
    transform: translateY(0);
  }
}

@-ms-keyframes slideInUp {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes slideInUp {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  100% {
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  /* line 2, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 3, ../sass/partials/_sliding-entrances/_slideInUp.scss */
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideOutDown {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-moz-keyframes slideOutDown {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-ms-keyframes slideOutDown {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-o-keyframes slideOutDown {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutDown.scss */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-webkit-keyframes slideOutLeft {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-moz-keyframes slideOutLeft {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-ms-keyframes slideOutLeft {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-o-keyframes slideOutLeft {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutLeft.scss */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes slideOutRight {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-moz-keyframes slideOutRight {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-ms-keyframes slideOutRight {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-o-keyframes slideOutRight {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  0% {
    transform: translateX(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutRight.scss */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@-webkit-keyframes slideOutUp {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-moz-keyframes slideOutUp {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-ms-keyframes slideOutUp {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-o-keyframes slideOutUp {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  /* line 2, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  0% {
    transform: translateY(0);
  }

  /* line 3, ../sass/partials/_sliding-exits/_slideOutUp.scss */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes hinge {
  /* line 2, ../sass/partials/_specials/_hinge.scss */
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../sass/partials/_specials/_hinge.scss */
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 12, ../sass/partials/_specials/_hinge.scss */
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 17, ../sass/partials/_specials/_hinge.scss */
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 23, ../sass/partials/_specials/_hinge.scss */
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

@-moz-keyframes hinge {
  /* line 2, ../sass/partials/_specials/_hinge.scss */
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../sass/partials/_specials/_hinge.scss */
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 12, ../sass/partials/_specials/_hinge.scss */
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 17, ../sass/partials/_specials/_hinge.scss */
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 23, ../sass/partials/_specials/_hinge.scss */
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

@-ms-keyframes hinge {
  /* line 2, ../sass/partials/_specials/_hinge.scss */
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../sass/partials/_specials/_hinge.scss */
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 12, ../sass/partials/_specials/_hinge.scss */
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 17, ../sass/partials/_specials/_hinge.scss */
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 23, ../sass/partials/_specials/_hinge.scss */
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  /* line 2, ../sass/partials/_specials/_hinge.scss */
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../sass/partials/_specials/_hinge.scss */
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 12, ../sass/partials/_specials/_hinge.scss */
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 17, ../sass/partials/_specials/_hinge.scss */
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 23, ../sass/partials/_specials/_hinge.scss */
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  /* line 2, ../sass/partials/_specials/_hinge.scss */
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 7, ../sass/partials/_specials/_hinge.scss */
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 12, ../sass/partials/_specials/_hinge.scss */
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 17, ../sass/partials/_specials/_hinge.scss */
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  /* line 23, ../sass/partials/_specials/_hinge.scss */
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

@-webkit-keyframes rollIn {
  /* line 2, ../sass/partials/_specials/_rollIn.scss */
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 6, ../sass/partials/_specials/_rollIn.scss */
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@-moz-keyframes rollIn {
  /* line 2, ../sass/partials/_specials/_rollIn.scss */
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 6, ../sass/partials/_specials/_rollIn.scss */
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@-ms-keyframes rollIn {
  /* line 2, ../sass/partials/_specials/_rollIn.scss */
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 6, ../sass/partials/_specials/_rollIn.scss */
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  /* line 2, ../sass/partials/_specials/_rollIn.scss */
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 6, ../sass/partials/_specials/_rollIn.scss */
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  /* line 2, ../sass/partials/_specials/_rollIn.scss */
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 6, ../sass/partials/_specials/_rollIn.scss */
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes rollOut {
  /* line 4, ../sass/partials/_specials/_rollOut.scss */
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  /* line 8, ../sass/partials/_specials/_rollOut.scss */
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

@-moz-keyframes rollOut {
  /* line 4, ../sass/partials/_specials/_rollOut.scss */
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  /* line 8, ../sass/partials/_specials/_rollOut.scss */
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

@-ms-keyframes rollOut {
  /* line 4, ../sass/partials/_specials/_rollOut.scss */
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  /* line 8, ../sass/partials/_specials/_rollOut.scss */
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

@-o-keyframes rollOut {
  /* line 4, ../sass/partials/_specials/_rollOut.scss */
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  /* line 8, ../sass/partials/_specials/_rollOut.scss */
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  /* line 4, ../sass/partials/_specials/_rollOut.scss */
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  /* line 8, ../sass/partials/_specials/_rollOut.scss */
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

@-webkit-keyframes zoomIn {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 6, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 6, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@-ms-keyframes zoomIn {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 6, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 6, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 6, ../sass/partials/_zooming-entrances/_zoomIn.scss */
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInDown {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomInDown {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInDown {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInDown.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInLeft {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInLeft {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomInLeft {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInLeft {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInLeft.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInRight {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInRight {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomInRight {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInRight {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInRight.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInUp {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomInUp {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInUp {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  /* line 2, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-entrances/_zoomInUp.scss */
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOut {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../sass/partials/_zooming-exits/_zoomOut.scss */
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 9, ../sass/partials/_zooming-exits/_zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes zoomOut {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../sass/partials/_zooming-exits/_zoomOut.scss */
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 9, ../sass/partials/_zooming-exits/_zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@-ms-keyframes zoomOut {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../sass/partials/_zooming-exits/_zoomOut.scss */
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 9, ../sass/partials/_zooming-exits/_zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@-o-keyframes zoomOut {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../sass/partials/_zooming-exits/_zoomOut.scss */
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 9, ../sass/partials/_zooming-exits/_zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOut.scss */
  0% {
    opacity: 1;
  }

  /* line 5, ../sass/partials/_zooming-exits/_zoomOut.scss */
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  /* line 9, ../sass/partials/_zooming-exits/_zoomOut.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomOutDown {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomOutDown {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutDown {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutDown.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomOutLeft {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@-moz-keyframes zoomOutLeft {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@-ms-keyframes zoomOutLeft {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@-o-keyframes zoomOutLeft {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutLeft.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@-moz-keyframes zoomOutRight {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@-ms-keyframes zoomOutRight {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@-o-keyframes zoomOutRight {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  /* line 6, ../sass/partials/_zooming-exits/_zoomOutRight.scss */
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomOutUp {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-ms-keyframes zoomOutUp {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutUp {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  /* line 2, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* line 7, ../sass/partials/_zooming-exits/_zoomOutUp.scss */
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 58, callstoaction/*.png */
.callstoaction-sprite, .callstoaction-get-help, .callstoaction-join-us, .callstoaction-request-training {
  background: url('../images/callstoaction-s2bf9c5590f.png') no-repeat;
}

/* line 60, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.callstoaction-get-help {
  background-position: 0 -125px;
}

/* line 60, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.callstoaction-join-us {
  background-position: 0 0;
}

/* line 60, ../../../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.callstoaction-request-training {
  background-position: 0 -250px;
}

/* line 26, ../sass/dlc.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/sites/all/themes/dlc2015/boxsizing.htc)");
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
}

@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAzAAAAC8AAAAYGNtYXAaVcxdAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZvnCkb0AAAFwAAAEwGhlYWQE6OelAAAGMAAAADZoaGVhB8IDzAAABmgAAAAkaG10eB23ABkAAAaMAAAALGxvY2EEogXoAAAGuAAAABhtYXhwABAARQAABtAAAAAgbmFtZVcZpu4AAAbwAAABRXBvc3QAAwAAAAAIOAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYG//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAAAEkEAAMlABEAQgAAATQnJSYHBhURFBcWMzI3JTY1IRQHFAcGBwYHBgcGISAnJicmJyYnJjUmNTQ3NDc2NzY3Njc2ISAXFhcWFxYXFhUWFQLbEf7cEhMTEwkIDAgBJBEBJQEEBQgJHx4pfv7//v9+KR8eCQgFBAEBBAUICR8eKX4BAQEBfikfHgkIBQQBAbcVCrcLCgsV/pIWCgUGtwoVNx8fLy8lKhwdBQ4OBR0cKiUvLx8fNzcfHjAvJSocHQQPDwQdHColLzAeHzcAAAIAAP/JA/cDwAAnAEAAACUWFA8BBiInAS4BJw4BIyImJy4BNTQ2Nz4BMzIWFx4BFRQGBx4BFwEBIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjA/cJCSwJGgr+ywIEATBzP1CLNTQ8PDQ1i1BQizU0PCcjAwYDATX9iTVdIyMoKCMjXTU1XSMjKCgjI101IgoaCSwJCQE1AwYDIyc8NDWLUFCLNTQ8PDQ1i1A/czABBAL+ywMeKCMjXTU1XSMjKCgjI101NV0jIygAAgAA/8AEAAPAABgAJgAANy4BNTQ2Nz4BMzIWFx4BFRQGBw4BIyImJwkBHgEzMjY3PgE1NCYnlktLS0tLvWJivUtLS0tLS71iYr1LAnr94DmNSkqNOTg4ODhWS71iYr1LS0tLS0u9YmK9S0tLS0sCev3gODg4ODmNSkqNOQAAAAABABkASQOeAyUAOwAAAQYHFhUUBwYHBgcGBwYjIicWMzI3JicmJxYzMjcmJyY9ARYXJicmNTQ3FhcWFyY1NDc2MzIXNjcGBzY3A54nNgEWFiwsPT5WVmKbgRQZgGU8MC8SExAZGEAqKicsJhYWGUVjY3IFNjZNUDY/NxY8NjUCzjgoCBBKSkpERDQ1Hx9TAk8BIyQ4AwYNMzJDAhUCGSkoMDIrVTM0BRUVTTY2OwwhQiQGFwABAAAAAANuA24AKwAAJRQHBisBETM3IzU0NzYzNzUmIyIHBh0BIxUzESEiJyY1ETQ3NjMhMhcWFREDbjEwRG50EoYQECdMNzBOLy+AgP7KRDEwMDFEAiREMDGlRDEwAVuAUh8REAF2BS4uU1+A/qUwMUQCJEQwMTEwRP3cAAAAAAQAAABABAADQAAQABUAGgAkAAABISIGFREUFjMhMjY1ETQmIwEnARcBIQE3AQclFSM1ATcJARcBA6D8wCg4OCgDQCg4OCj8uBgBCBj++ANQ/vgYAQgY/nhA/mApAZcBlyn+YANAOCj9wCg4OCgCQCg4/UAYAQgY/vgBCBj++BjWFhYBgSn+hgF6Kf5/AAAAAAMAAP/ABAADwAAYADEANAAAASIGBw4BFRQWFx4BMzI2Nz4BNTQmJy4BIxEiJicuATU0Njc+ATMyFhceARUUBgcOASMDDQECAGq7RUZQUEZFu2pqu0VGUFBGRbtqVpg4OUFBOTiYVlaYODlBQTk4mFaAAYD+gAPAUEZFu2pqu0VGUFBGRbtqartFRlD8YEE5OJhWVpg4OUFBOTiYVlaYODlBAoDg4AAAAAEAAAABAADrgAmSXw889QALBAAAAAAA0OTRlAAAAADQ5NGUAAD/wAQAA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAsAAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAAA7cAGQQAAAAEAAAABAAAAAAAAAAACgAUAB4AhgDqASoBhAHEAgwCYAABAAAACwBDAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAikAAsAAAAACFgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIDMGNtYXAAAAFoAAAATAAAAEwaVcxdZ2FzcAAAAbQAAAAIAAAACAAAABBnbHlmAAABvAAABMAAAATA+cKRvWhlYWQAAAZ8AAAANgAAADYE6OelaGhlYQAABrQAAAAkAAAAJAfCA8xobXR4AAAG2AAAACwAAAAsHbcAGWxvY2EAAAcEAAAAGAAAABgEogXobWF4cAAABxwAAAAgAAAAIAAQAEVuYW1lAAAHPAAAAUUAAAFFVxmm7nBvc3QAAAiEAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gYDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmBv/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAABJBAADJQARAEIAAAE0JyUmBwYVERQXFjMyNyU2NSEUBxQHBgcGBwYHBiEgJyYnJicmJyY1JjU0NzQ3Njc2NzY3NiEgFxYXFhcWFxYVFhUC2xH+3BITExMJCAwIASQRASUBBAUICR8eKX7+//7/fikfHgkIBQQBAQQFCAkfHil+AQEBAX4pHx4JCAUEAQG3FQq3CwoLFf6SFgoFBrcKFTcfHy8vJSocHQUODgUdHColLy8fHzc3Hx4wLyUqHB0EDw8EHRwqJS8wHh83AAACAAD/yQP3A8AAJwBAAAAlFhQPAQYiJwEuAScOASMiJicuATU0Njc+ATMyFhceARUUBgceARcBASIGBw4BFRQWFx4BMzI2Nz4BNTQmJy4BIwP3CQksCRoK/ssCBAEwcz9QizU0PDw0NYtQUIs1NDwnIwMGAwE1/Yk1XSMjKCgjI101NV0jIygoIyNdNSIKGgksCQkBNQMGAyMnPDQ1i1BQizU0PDw0NYtQP3MwAQQC/ssDHigjI101NV0jIygoIyNdNTVdIyMoAAIAAP/ABAADwAAYACYAADcuATU0Njc+ATMyFhceARUUBgcOASMiJicJAR4BMzI2Nz4BNTQmJ5ZLS0tLS71iYr1LS0tLS0u9YmK9SwJ6/eA5jUpKjTk4ODg4Vku9YmK9S0tLS0tLvWJivUtLS0tLAnr94Dg4ODg5jUpKjTkAAAAAAQAZAEkDngMlADsAAAEGBxYVFAcGBwYHBgcGIyInFjMyNyYnJicWMzI3JicmPQEWFyYnJjU0NxYXFhcmNTQ3NjMyFzY3Bgc2NwOeJzYBFhYsLD0+VlZim4EUGYBlPDAvEhMQGRhAKionLCYWFhlFY2NyBTY2TVA2PzcWPDY1As44KAgQSkpKREQ0NR8fUwJPASMkOAMGDTMyQwIVAhkpKDAyK1UzNAUVFU02NjsMIUIkBhcAAQAAAAADbgNuACsAACUUBwYrAREzNyM1NDc2Mzc1JiMiBwYdASMVMxEhIicmNRE0NzYzITIXFhURA24xMERudBKGEBAnTDcwTi8vgID+ykQxMDAxRAIkRDAxpUQxMAFbgFIfERABdgUuLlNfgP6lMDFEAiREMDExMET93AAAAAAEAAAAQAQAA0AAEAAVABoAJAAAASEiBhURFBYzITI2NRE0JiMBJwEXASEBNwEHJRUjNQE3CQEXAQOg/MAoODgoA0AoODgo/LgYAQgY/vgDUP74GAEIGP54QP5gKQGXAZcp/mADQDgo/cAoODgoAkAoOP1AGAEIGP74AQgY/vgY1hYWAYEp/oYBein+fwAAAAADAAD/wAQAA8AAGAAxADQAAAEiBgcOARUUFhceATMyNjc+ATU0JicuASMRIiYnLgE1NDY3PgEzMhYXHgEVFAYHDgEjAw0BAgBqu0VGUFBGRbtqartFRlBQRkW7alaYODlBQTk4mFZWmDg5QUE5OJhWgAGA/oADwFBGRbtqartFRlBQRkW7amq7RUZQ/GBBOTiYVlaYODlBQTk4mFZWmDg5QQKA4OAAAAABAAAAAQAA64AJkl8PPPUACwQAAAAAANDk0ZQAAAAA0OTRlAAA/8AEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAALAAAAAAAAAAAAAAAAAgAAAAQAAAAEAAAABAAAAAO3ABkEAAAABAAAAAQAAAAAAAAAAAoAFAAeAIYA6gEqAYQBxAIMAmAAAQAAAAsAQwAEAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKADQAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKADQAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 174, ../sass/dlc.scss */
body {
  background: #dceefe;
  font-size: 1em;
  font-family: "ff-basic-gothic-web-pro",sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* line 179, ../sass/dlc.scss */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading p, .wf-loading a {
  visibility: hidden;
}

/* line 185, ../sass/dlc.scss */
#page {
  background: white;
}

/* line 188, ../sass/dlc.scss */
.crm-container select, #crm-container.crm-public select {
  border: inherit;
  font-size: inherit;
  border-radius: inherit;
  -moz-border-radius: inherit;
  -webkit-border-radius: inherit;
  padding: 0;
  appearance: normal;
  -moz-appearance: normal;
  -webkit-appearance: normal;
}

/* line 199, ../sass/dlc.scss */
#page-title, article, .region-help, .webform-confirmation {
  padding: 0 20px;
}
/* line 201, ../sass/dlc.scss */
#page-title .field, article .field, .region-help .field, .webform-confirmation .field {
  max-width: 640px;
  margin: 0 auto;
}

/* line 206, ../sass/dlc.scss */
.node-event {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
/* line 211, ../sass/dlc.scss */
.node-event fieldset legend {
  padding: 10px 0;
}
/* line 216, ../sass/dlc.scss */
.node-event .field-name-field-where p {
  margin: 0;
}

/* line 221, ../sass/dlc.scss */
#content #block-facebook-comments-box-facebook-comments-box, #content .view-header {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}

/* line 226, ../sass/dlc.scss */
.field-item a {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 240, ../sass/dlc.scss */
.webform-confirmation p {
  max-width: 640px;
  margin: 0.5em auto 1em;
  text-align: center;
}
/* line 245, ../sass/dlc.scss */
.webform-confirmation h2 {
  text-align: center;
}

/* line 249, ../sass/dlc.scss */
address {
  font-style: normal;
}

/* line 252, ../sass/dlc.scss */
input, textarea, .crm-container input, .crm-container textarea {
  max-width: 100%;
}

/* line 255, ../sass/dlc.scss */
article, #content .block, .view, #crm-container, .webform-confirmation {
  padding: 20px;
}
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
article:before, article:after, #content .block:before, #content .block:after, .view:before, .view:after, #crm-container:before, #crm-container:after, .webform-confirmation:before, .webform-confirmation:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
article:after, #content .block:after, .view:after, #crm-container:after, .webform-confirmation:after {
  clear: both;
}

/* line 259, ../sass/dlc.scss */
#content .block {
  margin: 20px 0;
}
/* line 261, ../sass/dlc.scss */
#content .block p, #content .block ul, #content .block ol {
  max-width: 640px;
  margin: 10px auto;
}

/* line 266, ../sass/dlc.scss */
#content .block-views {
  padding: 0;
  margin: 0 auto;
  max-width: 640px;
}
/* line 270, ../sass/dlc.scss */
#content .block-views .block-title {
  font-size: 1.8em;
}
/* line 273, ../sass/dlc.scss */
#content .block-views .view {
  padding: 0;
}
/* line 278, ../sass/dlc.scss */
#content .block-views h3 {
  margin: 0;
}
/* line 280, ../sass/dlc.scss */
#content .block-views h3 a, #content .block-views h3 a:link, #content .block-views h3 a:visited, #content .block-views h3 a:hover {
  color: #65a5e1;
  text-decoration: none;
}
/* line 284, ../sass/dlc.scss */
#content .block-views h3 a:hover {
  color: #0087c3;
}
/* line 288, ../sass/dlc.scss */
#content .block-views .more-link {
  border-top: 1px solid #dddddd;
  padding: 10px 0 30px;
  text-align: center;
}
/* line 292, ../sass/dlc.scss */
#content .block-views .more-link a, #content .block-views .more-link a:link, #content .block-views .more-link a:visited, #content .block-views .more-link a:hover {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
/* line 118, ../sass/dlc.scss */
#content .block-views .more-link a:hover, #content .block-views .more-link a:link:hover, #content .block-views .more-link a:visited:hover, #content .block-views .more-link a:hover:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 298, ../sass/dlc.scss */
#content #block-block-16 {
  position: relative;
  text-align: center;
  padding: 0;
}
/* line 302, ../sass/dlc.scss */
#content #block-block-16 .addthis_toolbox {
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
}
/* line 306, ../sass/dlc.scss */
#content #block-block-16 .addthis_toolbox .addthis_internal_container {
  width: 100%;
}
/* line 309, ../sass/dlc.scss */
#content #block-block-16 .addthis_toolbox a, #content #block-block-16 .addthis_toolbox a:link, #content #block-block-16 .addthis_toolbox a:visited, #content #block-block-16 .addthis_toolbox a:hover, #content #block-block-16 .addthis_toolbox .addthis_separator, #content #block-block-16 .addthis_toolbox .at300b, #content #block-block-16 .addthis_toolbox .at4-icon, #content #block-block-16 .addthis_toolbox .at300bo, #content #block-block-16 .addthis_toolbox .at300m, #content #block-block-16 .addthis_toolbox .at300bs {
  display: inline-block;
}

/* line 316, ../sass/dlc.scss */
.page-node-390 .page__title, .page-node-390 .node, .page-node-390 .tabs-primary {
  display: none;
}
/* line 319, ../sass/dlc.scss */
.page-node-390 #content .block p {
  max-width: 100%;
}
/* line 322, ../sass/dlc.scss */
.page-node-390 #footer {
  text-align: center;
  padding-bottom: 30px !important;
}

/* line 327, ../sass/dlc.scss */
.webform-client-form {
  padding: 20px;
  background: #f3f3f3;
  max-width: 640px;
  margin: 0 auto;
}
/* line 332, ../sass/dlc.scss */
.webform-client-form input[type="text"], .webform-client-form input[type="email"], .webform-client-form input[type="phone"] {
  height: 40px;
  line-height: 40px;
  border: 1px solid #dddddd;
  padding-left: 5px;
}
/* line 338, ../sass/dlc.scss */
.webform-client-form textarea {
  border: 1px solid #dddddd;
  padding: 5px;
}
/* line 342, ../sass/dlc.scss */
.webform-client-form fieldset {
  margin: 40px 0 0;
  padding: 0;
  border: none;
}
/* line 346, ../sass/dlc.scss */
.webform-client-form fieldset legend {
  font-size: 1.5em;
  padding: 0;
  color: #333333;
  width: 100%;
  display: block;
}
/* line 354, ../sass/dlc.scss */
.webform-client-form .form-actions {
  text-align: center;
}

/* line 359, ../sass/dlc.scss */
article fieldset {
  margin: 40px 0 0;
  padding: 0;
  border: none;
}
/* line 363, ../sass/dlc.scss */
article fieldset legend {
  font-size: 2em;
  padding: 0;
  color: #80b53b;
  width: 100%;
  display: block;
}

/* line 372, ../sass/dlc.scss */
#content #block-block-10 {
  padding: 0;
  margin: 0;
}
/* line 375, ../sass/dlc.scss */
#content #block-block-10 iframe#tdbIframe {
  width: 100%;
  display: block;
  max-width: 640px;
  margin: 0 auto;
  height: 1600px;
  border: none;
}

/* line 384, ../sass/dlc.scss */
.submitted {
  text-align: center;
}

/* line 388, ../sass/dlc.scss */
.page-search #content, .page-directory-community-services #content {
  padding: 0;
}

/* line 392, ../sass/dlc.scss */
#content #block-views-resources-block-1 {
  margin-top: 0;
  padding-top: 0;
}
/* line 395, ../sass/dlc.scss */
#content #block-views-resources-block-1 .block-title {
  max-width: 640px;
  margin: 0 auto;
}

/* line 400, ../sass/dlc.scss */
.view-search, .view-directory-of-community-services, .resources-feed {
  padding: 0;
}
/* line 402, ../sass/dlc.scss */
.view-search .view-content, .view-directory-of-community-services .view-content, .resources-feed .view-content {
  max-width: 640px;
  margin: 0 auto;
}
/* line 405, ../sass/dlc.scss */
.view-search .view-content .views-row, .view-directory-of-community-services .view-content .views-row, .resources-feed .view-content .views-row {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
/* line 409, ../sass/dlc.scss */
.view-search .view-content .views-row-last, .view-directory-of-community-services .view-content .views-row-last, .resources-feed .view-content .views-row-last {
  border: none;
}
/* line 412, ../sass/dlc.scss */
.view-search .view-content h2, .view-directory-of-community-services .view-content h2, .resources-feed .view-content h2 {
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 415, ../sass/dlc.scss */
.view-search .view-content h2 a, .view-search .view-content h2 a:link, .view-search .view-content h2 a:visited, .view-search .view-content h2 a:hover, .view-directory-of-community-services .view-content h2 a, .view-directory-of-community-services .view-content h2 a:link, .view-directory-of-community-services .view-content h2 a:visited, .view-directory-of-community-services .view-content h2 a:hover, .resources-feed .view-content h2 a, .resources-feed .view-content h2 a:link, .resources-feed .view-content h2 a:visited, .resources-feed .view-content h2 a:hover {
  color: #80b53b;
  text-decoration: none;
}
/* line 419, ../sass/dlc.scss */
.view-search .view-content h2 a:hover, .view-directory-of-community-services .view-content h2 a:hover, .resources-feed .view-content h2 a:hover {
  color: #0087c3;
}
/* line 423, ../sass/dlc.scss */
.view-search .view-content h3, .view-directory-of-community-services .view-content h3, .resources-feed .view-content h3 {
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 426, ../sass/dlc.scss */
.view-search .view-content h3 a, .view-search .view-content h3 a:link, .view-search .view-content h3 a:visited, .view-search .view-content h3 a:hover, .view-directory-of-community-services .view-content h3 a, .view-directory-of-community-services .view-content h3 a:link, .view-directory-of-community-services .view-content h3 a:visited, .view-directory-of-community-services .view-content h3 a:hover, .resources-feed .view-content h3 a, .resources-feed .view-content h3 a:link, .resources-feed .view-content h3 a:visited, .resources-feed .view-content h3 a:hover {
  color: #65a5e1;
  text-decoration: none;
}
/* line 430, ../sass/dlc.scss */
.view-search .view-content h3 a:hover, .view-directory-of-community-services .view-content h3 a:hover, .resources-feed .view-content h3 a:hover {
  color: #0087c3;
}
/* line 435, ../sass/dlc.scss */
.view-search .region, .view-directory-of-community-services .region, .resources-feed .region {
  font-weight: 700;
}
/* line 438, ../sass/dlc.scss */
.view-search .views-exposed-form, .view-directory-of-community-services .views-exposed-form, .resources-feed .views-exposed-form {
  background: #f3f3f3;
  padding: 30px 0;
  text-align: center;
}
/* line 442, ../sass/dlc.scss */
.view-search .views-exposed-form #edit-field-cs-region-value-wrapper, .view-directory-of-community-services .views-exposed-form #edit-field-cs-region-value-wrapper, .resources-feed .views-exposed-form #edit-field-cs-region-value-wrapper {
  margin: 0 10px;
}
/* line 445, ../sass/dlc.scss */
.view-search .views-exposed-form #edit-keys-wrapper, .view-directory-of-community-services .views-exposed-form #edit-keys-wrapper, .resources-feed .views-exposed-form #edit-keys-wrapper {
  width: 100%;
  max-width: 500px;
}
/* line 449, ../sass/dlc.scss */
.view-search .views-exposed-form .views-exposed-widgets, .view-directory-of-community-services .views-exposed-form .views-exposed-widgets, .resources-feed .views-exposed-form .views-exposed-widgets {
  text-align: center;
  margin: 0;
}
/* line 453, ../sass/dlc.scss */
.view-search .views-exposed-form .views-exposed-widget, .view-directory-of-community-services .views-exposed-form .views-exposed-widget, .resources-feed .views-exposed-form .views-exposed-widget {
  float: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 459, ../sass/dlc.scss */
.view-search .views-exposed-form .form-text, .view-directory-of-community-services .views-exposed-form .form-text, .resources-feed .views-exposed-form .form-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  max-width: 500px;
  padding-left: 5px;
  text-align: left;
}
/* line 467, ../sass/dlc.scss */
.view-search .views-exposed-form .form-submit, .view-directory-of-community-services .views-exposed-form .form-submit, .resources-feed .views-exposed-form .form-submit {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  margin: 0;
  margin-left: -10px;
}
/* line 118, ../sass/dlc.scss */
.view-search .views-exposed-form .form-submit:hover, .view-directory-of-community-services .views-exposed-form .form-submit:hover, .resources-feed .views-exposed-form .form-submit:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 476, ../sass/dlc.scss */
.view-search .view-header, .view-directory-of-community-services .view-header, .resources-feed .view-header {
  text-align: center;
}

/* line 480, ../sass/dlc.scss */
.resources-feed {
  padding: 0 10px;
}

/* line 487, ../sass/dlc.scss */
article {
  position: relative;
}
/* line 489, ../sass/dlc.scss */
article ul.links {
  text-align: center;
  width: 100%;
  display: block;
}
/* line 495, ../sass/dlc.scss */
article ul.links a {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
/* line 118, ../sass/dlc.scss */
article ul.links a:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 500, ../sass/dlc.scss */
#content .links {
  text-align: center;
}
/* line 502, ../sass/dlc.scss */
#content .links a {
  text-align: center;
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
/* line 118, ../sass/dlc.scss */
#content .links a:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 507, ../sass/dlc.scss */
.field {
  margin-bottom: 10px;
}

/* line 510, ../sass/dlc.scss */
.field .field-label {
  font-weight: 700;
  padding-right: 20px;
}

/* line 514, ../sass/dlc.scss */
html.js input.form-autocomplete {
  background-size: 20px 53px;
  background-position: 100% 5px;
}

/* line 518, ../sass/dlc.scss */
html.js input.throbbing {
  background-position: 100% -22px;
}

/* line 523, ../sass/dlc.scss */
.page-node-add fieldset input[type="submit"], .crm-container fieldset input[type="submit"] {
  background: #0087c3;
}

/* line 529, ../sass/dlc.scss */
.node-type-board-staff .node {
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 0;
}
/* line 534, ../sass/dlc.scss */
.node-type-board-staff .field-type-image {
  float: left;
  margin: 0 20px 0 0;
}
/* line 537, ../sass/dlc.scss */
.node-type-board-staff .field-type-image img {
  margin: 0 auto;
  width: 200px;
  height: auto;
}

/* line 545, ../sass/dlc.scss */
.page-node #page-title:before {
  font-size: 16px;
  color: #bbb;
  display: block;
  text-transform: none;
  line-height: 16px;
}

/* line 554, ../sass/dlc.scss */
.section-services #page-title:before {
  content: "Service";
}

/* line 560, ../sass/dlc.scss */
.node-type-ability-law-blog-post #page-title:before {
  content: "Ability Law Blog";
}

/* line 565, ../sass/dlc.scss */
.node-type-event #page-title:before {
  content: "Event";
}

/* line 570, ../sass/dlc.scss */
.node-type-resource #page-title:before {
  content: "Resource";
}

/* line 575, ../sass/dlc.scss */
.node-type-success-story #page-title:before {
  content: "Success Story";
}

/* line 580, ../sass/dlc.scss */
.node-type-spanish-page #page-title:before {
  content: "Español";
}

/* line 585, ../sass/dlc.scss */
.node-type-resource-landing-page #page-title:before {
  content: "Issue";
}

/* line 590, ../sass/dlc.scss */
.node-type-article #page-title:before {
  content: "What's New";
}

/* line 595, ../sass/dlc.scss */
.node-type-community-service #page-title:before {
  content: "Community Service";
}

/* line 599, ../sass/dlc.scss */
.page-node .field-name-body img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

/* line 604, ../sass/dlc.scss */
.tabs-primary {
  background: none;
  border: none;
  margin: 0 auto 10px;
  min-height: 30px;
  clear: both;
  -webkit-border-radius: 5px 0;
  -moz-border-radius: 5px / 0;
  border-radius: 5px / 0;
  padding: 0;
  display: block;
  float: none;
  border-collapse: collapse;
  text-align: center;
  white-space: normal;
}
/* line 617, ../sass/dlc.scss */
.tabs-primary li.tabs-primary__tab {
  background: none;
  display: inline-block;
  float: none;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 624, ../sass/dlc.scss */
.tabs-primary li.tabs-primary__tab a.tabs-primary__tab-link, .tabs-primary li.tabs-primary__tab a.is-active, .tabs-primary li.tabs-primary__tab a.active {
  background: none;
  border: none;
  letter-spacing: 0;
  transition: none;
  text-shadow: rgba(255, 255, 255, 0) 0px 0px 0px;
  line-height: 2em;
  height: 2em;
  font-weight: inherit;
  font-size: 0.875em;
  -webkit-border-radius: 0 0;
  -moz-border-radius: 0 / 0;
  border-radius: 0 / 0;
}
/* line 635, ../sass/dlc.scss */
.tabs-primary li.tabs-primary__tab a.tabs-primary__tab-link:hover, .tabs-primary li.tabs-primary__tab a.is-active:hover, .tabs-primary li.tabs-primary__tab a.active:hover {
  color: white;
  background: #0087c3;
  font-weight: inherit;
  text-shadow: rgba(255, 255, 255, 0) 0px 0px 0px;
  text-decoration: none;
}
/* line 643, ../sass/dlc.scss */
.tabs-primary li.tabs-primary__tab a.is-active {
  color: #ccc;
}

/* line 648, ../sass/dlc.scss */
#page-title {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.5em;
}

/* line 655, ../sass/dlc.scss */
.breadcrumb {
  display: none;
  background: #f3f3f3;
  line-height: 1.3em;
  font-size: 0.875em;
  color: #0087c3;
  padding: 0 20px;
  min-height: 20px;
  padding: 8px 0 0 0;
}
/* line 664, ../sass/dlc.scss */
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
  color: #0087c3;
  padding: 8px 5px;
  text-decoration: none;
}
/* line 669, ../sass/dlc.scss */
.breadcrumb a:hover {
  color: white;
  background: #0087c3;
  text-decoration: none;
}

/* line 675, ../sass/dlc.scss */
.front .breadcrumb {
  display: none;
}

/* line 678, ../sass/dlc.scss */
.page-views .views-row h2 {
  font-weight: 700;
  font-size: 1.8em;
}

/* line 682, ../sass/dlc.scss */
hr {
  border: none;
  height: 1px;
  background: #f3f3f3;
  margin: 1.5em;
}

/* line 688, ../sass/dlc.scss */
.front #page-title {
  display: none;
}

/* line 691, ../sass/dlc.scss */
#main {
  padding-top: 90px;
}

/* line 694, ../sass/dlc.scss */
#navigation {
  height: 90px;
  position: absolute;
  top: 35px;
  width: 100%;
}
/* line 699, ../sass/dlc.scss */
#navigation .region-navigation {
  height: 100%;
}

/* line 703, ../sass/dlc.scss */
#block-block-3 {
  float: left;
  width: 71.42857%;
  margin-left: 0%;
  margin-right: -71.42857%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 20px 0 10px;
  height: 90px;
}
/* line 707, ../sass/dlc.scss */
#block-block-3 #dlclogo {
  display: block;
  height: 60px;
}
/* line 710, ../sass/dlc.scss */
#block-block-3 #dlclogo img {
  width: 236px;
  display: block;
  height: auto;
}

/* line 717, ../sass/dlc.scss */
#block-views-mobile-menu-block, #block-views-mobile-menu-block-1 {
  float: left;
  width: 28.57143%;
  margin-left: 71.42857%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding: 25px 10px 15px 20px;
}
/* line 720, ../sass/dlc.scss */
#block-views-mobile-menu-block .view, #block-views-mobile-menu-block-1 .view {
  padding: 0;
}
/* line 722, ../sass/dlc.scss */
#block-views-mobile-menu-block .view .form-item, #block-views-mobile-menu-block-1 .view .form-item {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background: #65a5e1;
}
/* line 728, ../sass/dlc.scss */
#block-views-mobile-menu-block .view .form-item .form-select, #block-views-mobile-menu-block-1 .view .form-item .form-select {
  display: block;
  border: none;
  height: 40px;
  width: 48px;
  padding: 0;
  margin: 0 auto;
  color: white;
  background: white;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 0;
  -moz-border-radius: 0 / 0;
  border-radius: 0 / 0;
  background: #65a5e1;
  text-transform: uppercase;
  font-size: 0.875em;
  text-align: center;
}
/* line 744, ../sass/dlc.scss */
#block-views-mobile-menu-block .view .form-item .form-select option, #block-views-mobile-menu-block-1 .view .form-item .form-select option {
  color: black;
  padding: 0;
  background: white;
  text-transform: none;
  font-size: 1em;
  display: block;
  text-align: center;
}
/* line 757, ../sass/dlc.scss */
#block-views-mobile-menu-block #edit-go, #block-views-mobile-menu-block-1 #edit-go {
  display: none;
}

/* line 761, ../sass/dlc.scss */
#block-system-main-menu, #block-menu-block-2 {
  float: left;
  width: 57.14286%;
  margin-left: 42.85714%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  display: none;
  height: 100%;
}
/* line 765, ../sass/dlc.scss */
#block-system-main-menu .menu, #block-menu-block-2 .menu {
  text-align: justify;
  float: none;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 771, ../sass/dlc.scss */
#block-system-main-menu .menu:after, #block-menu-block-2 .menu:after {
  content: '';
  display: inline-block;
  width: 100%;
}
/* line 776, ../sass/dlc.scss */
#block-system-main-menu .menu:before, #block-menu-block-2 .menu:before {
  content: '';
  display: block;
}
/* line 780, ../sass/dlc.scss */
#block-system-main-menu .menu li, #block-menu-block-2 .menu li {
  display: inline-block;
  position: relative;
  float: none;
  height: 100%;
  line-height: 100%;
  padding: 0;
  text-align: left;
}
/* line 788, ../sass/dlc.scss */
#block-system-main-menu .menu li a, #block-system-main-menu .menu li a:link, #block-system-main-menu .menu li a:visited, #block-system-main-menu .menu li a:hover, #block-menu-block-2 .menu li a, #block-menu-block-2 .menu li a:link, #block-menu-block-2 .menu li a:visited, #block-menu-block-2 .menu li a:hover {
  height: 100%;
  vertical-align: middle;
  line-height: 80px;
  padding: 0 10px;
  color: black;
  text-decoration: none;
  display: inline-block;
}
/* line 797, ../sass/dlc.scss */
#block-system-main-menu .menu li .menu, #block-menu-block-2 .menu li .menu {
  display: none;
  float: none;
  border-top: 2px solid #65a5e1;
}
/* line 805, ../sass/dlc.scss */
#block-system-main-menu .menu li .menu:before, #block-system-main-menu .menu li .menu:after, #block-menu-block-2 .menu li .menu:before, #block-menu-block-2 .menu li .menu:after {
  display: none;
}
/* line 809, ../sass/dlc.scss */
#block-system-main-menu .menu li:hover, #block-menu-block-2 .menu li:hover {
  background: #dceefe;
}
/* line 811, ../sass/dlc.scss */
#block-system-main-menu .menu li:hover .menu, #block-menu-block-2 .menu li:hover .menu {
  position: absolute;
  background: #dceefe;
  top: 75px;
  height: auto;
  display: block;
  padding: 0;
  left: 0;
  width: auto;
  z-index: 100;
}
/* line 821, ../sass/dlc.scss */
#block-system-main-menu .menu li:hover .menu li, #block-menu-block-2 .menu li:hover .menu li {
  height: 2em;
  line-height: 2em;
  width: 100%;
  float: none;
}
/* line 826, ../sass/dlc.scss */
#block-system-main-menu .menu li:hover .menu li a, #block-system-main-menu .menu li:hover .menu li a:link, #block-system-main-menu .menu li:hover .menu li a:visited, #block-system-main-menu .menu li:hover .menu li a:hover, #block-menu-block-2 .menu li:hover .menu li a, #block-menu-block-2 .menu li:hover .menu li a:link, #block-menu-block-2 .menu li:hover .menu li a:visited, #block-menu-block-2 .menu li:hover .menu li a:hover {
  display: block;
  line-height: 2em;
  height: 2em;
  white-space: nowrap;
  font-size: 0.875em;
  padding: 0 40px 0 20px;
}
/* line 834, ../sass/dlc.scss */
#block-system-main-menu .menu li:hover .menu li a:hover, #block-menu-block-2 .menu li:hover .menu li a:hover {
  background: #65a5e1;
  color: white;
}

/* line 844, ../sass/dlc.scss */
#navigation #block-system-main-menu ul.menu li.is-expanded.last:hover ul.menu, #navigation #block-menu-block-2 ul.menu li.is-expanded.last:hover ul.menu {
  left: -70%;
}

/* line 847, ../sass/dlc.scss */
h1, h2, h3, h4 {
  margin: 1em 0 0.3em;
  font-family: "ratio",sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2em;
}

/* line 854, ../sass/dlc.scss */
h1, h2 {
  color: black;
  font-weight: 100;
}

/* line 858, ../sass/dlc.scss */
h1 {
  font-size: 2.5em;
  font-weight: 300;
}

/* line 862, ../sass/dlc.scss */
h2 {
  font-size: 1.8em;
  color: #80b53b;
  font-weight: 300;
}
/* line 866, ../sass/dlc.scss */
h2 a, h2 a:link, h2 a:visited {
  color: #80b53b;
  text-decoration: none;
}
/* line 870, ../sass/dlc.scss */
h2 a:hover {
  color: #0087c3;
}

/* line 874, ../sass/dlc.scss */
h3 {
  font-size: 1.3em;
  font-weight: 700;
}

/* line 878, ../sass/dlc.scss */
h4 {
  font-weight: 700;
  color: #80b53b;
}

/* line 882, ../sass/dlc.scss */
strong, b {
  font-weight: 700;
}

/* line 885, ../sass/dlc.scss */
p {
  margin: 0 0 1.5em;
}

/* line 888, ../sass/dlc.scss */
.node .field-name-field-thumbnail {
  padding-bottom: 30px;
}
/* line 890, ../sass/dlc.scss */
.node .field-name-field-thumbnail img {
  outline: 1px solid #f3f3f3 inset;
}

/* line 894, ../sass/dlc.scss */
.block-title {
  font-size: 2.2em;
}

/* line 897, ../sass/dlc.scss */
article li {
  margin: 5px 0;
}

/* line 902, ../sass/dlc.scss */
article a, article a:link, article a:visited, .view-header a, .view-header a:link, .view-header a:visited {
  color: #0087c3;
  text-decoration: underline;
}
/* line 906, ../sass/dlc.scss */
article a:hover, .view-header a:hover {
  text-decoration: none;
  background: #0087c3;
  color: white;
}

/* line 912, ../sass/dlc.scss */
a.fieldset-title, .crm-container a.fieldset-title {
  color: white;
}

/* line 915, ../sass/dlc.scss */
a.button, a.button:link, a.button:visited, a.button:hover, .webform-submit {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
/* line 118, ../sass/dlc.scss */
a.button:hover, a.button:link:hover, a.button:visited:hover, a.button:hover:hover, .webform-submit:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 919, ../sass/dlc.scss */
a.pdf:before, a.pdf:link:before, a.pdf:visited:before, a.pdf:hover:before {
  content: "\f019";
  font-family: "FontAwesome";
  padding-right: 10px;
}

/* line 925, ../sass/dlc.scss */
blockquote {
  padding: 30px;
  background: #f3f3f3;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-family: "ratio",sans-serif;
  line-height: 1.7em;
  margin: 1.5em auto;
  max-width: 500px;
  text-indent: 40px;
  position: relative;
  -moz-border-radius-topleft: 25px;
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
/* line 937, ../sass/dlc.scss */
blockquote p {
  display: inline;
  font-style: italic;
  font-size: 1.3em;
}
/* line 942, ../sass/dlc.scss */
blockquote:before {
  content: open-quote;
  font-family: "ratio",sans-serif;
  color: #bfe48f;
  font-size: 10em;
  line-height: 0.1em;
  position: absolute;
  top: 70px;
  left: -20px;
}

/* line 953, ../sass/dlc.scss */
.image-widget .form-submit {
  margin-left: 10px;
}

/* line 956, ../sass/dlc.scss */
#header {
  background: #65a5e1;
}
/* line 958, ../sass/dlc.scss */
#header .region-header {
  margin: 0 auto;
  max-width: 1200px;
  overflow: visible;
}
/* line 962, ../sass/dlc.scss */
#header .region-header .block {
  float: left;
  margin: 0;
  padding: 0;
  color: white;
}

/* line 970, ../sass/dlc.scss */
#header .region-header #block-text-resize-0 {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  display: block;
  height: 35px;
}
/* line 976, ../sass/dlc.scss */
#header .region-header #block-text-resize-0 a, #header .region-header #block-text-resize-0 a:link, #header .region-header #block-text-resize-0 a:visited, #header .region-header #block-text-resize-0 a:hover {
  background: none;
  color: white;
  text-indent: 0;
  float: right;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0;
  height: 35px;
  line-height: 35px;
  padding: 5px;
}
/* line 988, ../sass/dlc.scss */
#header .region-header #block-text-resize-0 a sup, #header .region-header #block-text-resize-0 a:link sup, #header .region-header #block-text-resize-0 a:visited sup, #header .region-header #block-text-resize-0 a:hover sup {
  display: none;
}
/* line 992, ../sass/dlc.scss */
#header .region-header #block-text-resize-0 a:hover, #header .region-header #block-text-resize-0 a:active, #header .region-header #block-text-resize-0 a:focus {
  background: white;
  width: auto;
  color: #0087c3;
  padding: 0px 5px;
  margin: 0;
}
/* line 999, ../sass/dlc.scss */
#header .region-header #block-text-resize-0 a#text_resize_decrease, #header .region-header #block-text-resize-0 a#text_resize_decrease2 {
  font-size: 0.8em;
  width: auto;
  padding: 0px 2px;
  padding: 0px 5px;
  margin: 0;
}
/* line 1006, ../sass/dlc.scss */
#header .region-header #block-text-resize-0 a#text_resize_reset, #header .region-header #block-text-resize-0 #text_resize_reset2 {
  font-size: 1em;
  width: auto;
  padding: 0px 5px;
  margin: 0;
}
/* line 1012, ../sass/dlc.scss */
#header .region-header #block-text-resize-0 a#text_resize_increase, #header .region-header #block-text-resize-0 a#text_resize_increase2 {
  font-size: 1.5em;
  width: auto;
  padding: 0px 5px;
  margin: 0;
}

/* line 1021, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form, .contrast {
  float: left;
  position: relative;
  background: none;
  display: block;
  margin: 0 10px 0 0;
  padding: 0;
  overflow: visible;
}
/* line 1029, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form:before, .contrast:before {
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: white;
  display: block;
  width: 50px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* line 1042, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form #pagestyle_current_list, #header .region-header #block-pagestyle-form #pagestyle_current_list2, .contrast #pagestyle_current_list, .contrast #pagestyle_current_list2 {
  z-index: 100;
  background: white;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity, 1s, ease;
  -moz-transition: opacity, 1s, ease;
  -o-transition: opacity, 1s, ease;
  transition: opacity, 1s, ease;
}
/* line 1058, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form #pagestyle_current_list li, #header .region-header #block-pagestyle-form #pagestyle_current_list2 li, .contrast #pagestyle_current_list li, .contrast #pagestyle_current_list2 li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity, 1s, ease, 3s;
  -moz-transition: opacity, 1s, ease, 3s;
  -o-transition: opacity, 1s, ease, 3s;
  transition: opacity, 1s, ease, 3s;
  overflow: hidden;
}
/* line 1063, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form #pagestyle_current_list a, #header .region-header #block-pagestyle-form #pagestyle_current_list a:link, #header .region-header #block-pagestyle-form #pagestyle_current_list a:visited, #header .region-header #block-pagestyle-form #pagestyle_current_list a:hover, #header .region-header #block-pagestyle-form #pagestyle_current_list2 a, #header .region-header #block-pagestyle-form #pagestyle_current_list2 a:link, #header .region-header #block-pagestyle-form #pagestyle_current_list2 a:visited, #header .region-header #block-pagestyle-form #pagestyle_current_list2 a:hover, .contrast #pagestyle_current_list a, .contrast #pagestyle_current_list a:link, .contrast #pagestyle_current_list a:visited, .contrast #pagestyle_current_list a:hover, .contrast #pagestyle_current_list2 a, .contrast #pagestyle_current_list2 a:link, .contrast #pagestyle_current_list2 a:visited, .contrast #pagestyle_current_list2 a:hover {
  text-decoration: none;
  margin: 5px 0;
  font-size: 1em;
  color: black;
}
/* line 1069, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form #pagestyle_current_list a:hover, #header .region-header #block-pagestyle-form #pagestyle_current_list2 a:hover, .contrast #pagestyle_current_list a:hover, .contrast #pagestyle_current_list2 a:hover {
  color: #0087c3;
}
/* line 1072, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form #pagestyle_current_list:before, #header .region-header #block-pagestyle-form #pagestyle_current_list2:before, .contrast #pagestyle_current_list:before, .contrast #pagestyle_current_list2:before {
  display: block;
  position: absolute;
  width: 0px;
  text-align: center;
  top: 0px;
  left: -1px;
  height: 30px;
  line-height: 30px;
  content: "Change Contrast";
  text-align: center;
  z-index: 150;
  color: white;
  background: black;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity, 1s, ease;
  -moz-transition: opacity, 1s, ease;
  -o-transition: opacity, 1s, ease;
  transition: opacity, 1s, ease;
}
/* line 1091, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form:hover, #header .region-header #block-pagestyle-form:active, #header .region-header #block-pagestyle-form:focus, .contrast:hover, .contrast:active, .contrast:focus {
  width: auto;
  height: auto;
}
/* line 1094, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form:hover #pagestyle_current_list, #header .region-header #block-pagestyle-form:hover #pagestyle_current_list2, #header .region-header #block-pagestyle-form:active #pagestyle_current_list, #header .region-header #block-pagestyle-form:active #pagestyle_current_list2, #header .region-header #block-pagestyle-form:focus #pagestyle_current_list, #header .region-header #block-pagestyle-form:focus #pagestyle_current_list2, .contrast:hover #pagestyle_current_list, .contrast:hover #pagestyle_current_list2, .contrast:active #pagestyle_current_list, .contrast:active #pagestyle_current_list2, .contrast:focus #pagestyle_current_list, .contrast:focus #pagestyle_current_list2 {
  display: block;
  overflow: visible;
  clip: auto;
  height: auto;
  width: 200px;
  margin: 0px;
  padding: 40px 20px 20px;
  -webkit-border-radius: 7px 7px;
  -moz-border-radius: 7px / 7px;
  border-radius: 7px / 7px;
  border: 1px solid black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 1105, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form:hover #pagestyle_current_list li, #header .region-header #block-pagestyle-form:hover #pagestyle_current_list2 li, #header .region-header #block-pagestyle-form:active #pagestyle_current_list li, #header .region-header #block-pagestyle-form:active #pagestyle_current_list2 li, #header .region-header #block-pagestyle-form:focus #pagestyle_current_list li, #header .region-header #block-pagestyle-form:focus #pagestyle_current_list2 li, .contrast:hover #pagestyle_current_list li, .contrast:hover #pagestyle_current_list2 li, .contrast:active #pagestyle_current_list li, .contrast:active #pagestyle_current_list2 li, .contrast:focus #pagestyle_current_list li, .contrast:focus #pagestyle_current_list2 li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 1108, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form:hover #pagestyle_current_list:before, #header .region-header #block-pagestyle-form:hover #pagestyle_current_list2:before, #header .region-header #block-pagestyle-form:active #pagestyle_current_list:before, #header .region-header #block-pagestyle-form:active #pagestyle_current_list2:before, #header .region-header #block-pagestyle-form:focus #pagestyle_current_list:before, #header .region-header #block-pagestyle-form:focus #pagestyle_current_list2:before, .contrast:hover #pagestyle_current_list:before, .contrast:hover #pagestyle_current_list2:before, .contrast:active #pagestyle_current_list:before, .contrast:active #pagestyle_current_list2:before, .contrast:focus #pagestyle_current_list:before, .contrast:focus #pagestyle_current_list2:before {
  width: 200px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 1114, ../sass/dlc.scss */
#header .region-header #block-pagestyle-form .current_text_display, .contrast .current_text_display {
  display: none;
}

/* line 1118, ../sass/dlc.scss */
#header .region-header #block-block-9 {
  float: left;
  padding: 0;
  position: relative;
  width: 35px;
  display: block;
  height: 35px;
}
/* line 1125, ../sass/dlc.scss */
#header .region-header #block-block-9 .container-inline {
  border: 0;
  -webkit-transition: border, 1s, ease;
  -moz-transition: border, 1s, ease;
  -o-transition: border, 1s, ease;
  transition: border, 1s, ease;
}
/* line 1129, ../sass/dlc.scss */
#header .region-header #block-block-9 .form-item {
  margin: 0;
  padding: 0;
  display: none;
}
/* line 1133, ../sass/dlc.scss */
#header .region-header #block-block-9 .form-item .form-text {
  background: none;
}
/* line 1137, ../sass/dlc.scss */
#header .region-header #block-block-9 #search-block-form-custom {
  position: relative;
}
/* line 1141, ../sass/dlc.scss */
#header .region-header #block-block-9:hover .container-inline, #header .region-header #block-block-9:focus .container-inline {
  z-index: 100;
  background: white;
  position: absolute;
  border: 1px solid black;
  top: 5px;
  -webkit-border-radius: 7px 7px;
  -moz-border-radius: 7px / 7px;
  border-radius: 7px / 7px;
  width: 290px;
}
/* line 1150, ../sass/dlc.scss */
#header .region-header #block-block-9:hover .form-item, #header .region-header #block-block-9:focus .form-item {
  display: block;
  float: left;
  padding: 10px 0 10px 20px;
}
/* line 1154, ../sass/dlc.scss */
#header .region-header #block-block-9:hover .form-item .form-text, #header .region-header #block-block-9:focus .form-item .form-text {
  height: 35px;
  line-height: 35px;
  width: 230px;
  border: 0;
}
/* line 1161, ../sass/dlc.scss */
#header .region-header #block-block-9:hover .form-actions, #header .region-header #block-block-9:focus .form-actions {
  float: left;
  padding-top: 10px;
  padding-right: 20px;
  margin-right: 0px;
}
/* line 1166, ../sass/dlc.scss */
#header .region-header #block-block-9:hover .form-actions:before, #header .region-header #block-block-9:focus .form-actions:before {
  color: black;
}
/* line 1171, ../sass/dlc.scss */
#header .region-header #block-block-9 .form-actions {
  position: relative;
  width: 0;
  display: block;
  padding-right: 20px;
}
/* line 1176, ../sass/dlc.scss */
#header .region-header #block-block-9 .form-actions:before {
  width: 30px;
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e601";
  display: block;
  line-height: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  z-index: 0;
}
/* line 1188, ../sass/dlc.scss */
#header .region-header #block-block-9 .form-submit {
  position: absolute;
  z-index: 1;
  background: none;
  text-indent: -9999em;
  color: white;
  -webkit-appearance: none;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 2em;
  width: 30px;
}

/* line 1204, ../sass/dlc.scss */
#block-block-1, #block-block-2, #block-block-19, #block-block-23 {
  color: white;
  line-height: 35px;
  height: 35px;
}
/* line 1208, ../sass/dlc.scss */
#block-block-1 a, #block-block-1 a:link, #block-block-1 a:visited, #block-block-1 a:hover, #block-block-1 a:active, #block-block-1 a:focus, #block-block-2 a, #block-block-2 a:link, #block-block-2 a:visited, #block-block-2 a:hover, #block-block-2 a:active, #block-block-2 a:focus, #block-block-19 a, #block-block-19 a:link, #block-block-19 a:visited, #block-block-19 a:hover, #block-block-19 a:active, #block-block-19 a:focus, #block-block-23 a, #block-block-23 a:link, #block-block-23 a:visited, #block-block-23 a:hover, #block-block-23 a:active, #block-block-23 a:focus {
  color: white;
  text-decoration: none;
  display: inline-block;
}

/* line 1214, ../sass/dlc.scss */
#block-block-1, #block-block-19 {
  display: none;
}
/* line 1216, ../sass/dlc.scss */
#block-block-1 #donate, #block-block-1 #donate:link, #block-block-1 #donate:visited, #block-block-1 #donate:hover, #block-block-1 #donate:active, #block-block-1 #donate:focus, #block-block-19 #donate, #block-block-19 #donate:link, #block-block-19 #donate:visited, #block-block-19 #donate:hover, #block-block-19 #donate:active, #block-block-19 #donate:focus {
  background: #b0d3f3;
  color: black;
  text-transform: uppercase;
  padding: 0 20px;
}
/* line 1224, ../sass/dlc.scss */
#block-block-1 #espanol:before, #block-block-19 #espanol:before {
  content: "|";
  padding: 0 5px 0 0;
}
/* line 1228, ../sass/dlc.scss */
#block-block-1 #contact, #block-block-19 #contact {
  padding-left: 5px;
}

/* line 1233, ../sass/dlc.scss */
#block-block-23 {
  display: none;
}

/* line 1236, ../sass/dlc.scss */
#block-block-2 {
  display: none;
}
/* line 58, ../sass/dlc.scss */
#block-block-2 #email:before {
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 30px;
  text-align: center;
}
/* line 81, ../sass/dlc.scss */
#block-block-2 #email:before {
  content: "\e605";
}
/* line 58, ../sass/dlc.scss */
#block-block-2 #facebook:before {
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 30px;
  text-align: center;
}
/* line 92, ../sass/dlc.scss */
#block-block-2 #facebook:before {
  content: "\e604";
}
/* line 58, ../sass/dlc.scss */
#block-block-2 #twitter:before {
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 30px;
  text-align: center;
}
/* line 97, ../sass/dlc.scss */
#block-block-2 #twitter:before {
  content: "\e603";
}
/* line 58, ../sass/dlc.scss */
#block-block-2 #youtube:before {
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 30px;
  text-align: center;
}
/* line 102, ../sass/dlc.scss */
#block-block-2 #youtube:before {
  content: "\e600";
}
/* line 1254, ../sass/dlc.scss */
#block-block-2 #youtube, #block-block-2 #twitter, #block-block-2 #facebook, #block-block-2 #email {
  margin: 0;
  padding: 0;
}
/* line 1257, ../sass/dlc.scss */
#block-block-2 #youtube:before, #block-block-2 #twitter:before, #block-block-2 #facebook:before, #block-block-2 #email:before {
  height: 35px;
  line-height: 35px;
}
/* line 1262, ../sass/dlc.scss */
#block-block-2 #youtube:hover:before, #block-block-2 #twitter:hover:before, #block-block-2 #facebook:hover:before, #block-block-2 #email:hover:before {
  color: #65a5e1;
  background: white;
}

/* line 1269, ../sass/dlc.scss */
.front #content {
  padding: 0;
}
/* line 1271, ../sass/dlc.scss */
.front #content #block-views-hompage-hero-block {
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
}
/* line 1275, ../sass/dlc.scss */
.front #content #block-views-hompage-hero-block img {
  display: block;
}
/* line 1278, ../sass/dlc.scss */
.front #content #block-views-hompage-hero-block .view {
  padding: 0;
}
/* line 1280, ../sass/dlc.scss */
.front #content #block-views-hompage-hero-block .view .desktop-hero {
  display: none;
}

/* line 1286, ../sass/dlc.scss */
#content #block-block-4 {
  margin: 0 auto;
  max-width: 1100px;
  background: #dceefe;
  text-align: center;
  padding: 20px;
}

/* line 1293, ../sass/dlc.scss */
.not-front .region-footer {
  border-top: 1px solid #dddddd;
}

/* line 1296, ../sass/dlc.scss */
#page .region-footer {
  padding: 0;
}
/* line 1298, ../sass/dlc.scss */
#page .region-footer a, #page .region-footer a:link, #page .region-footer a:visited, #page .region-footer a:hover {
  color: black;
  text-decoration: none;
  white-space: normal;
}
/* line 1303, ../sass/dlc.scss */
#page .region-footer a:hover {
  color: #65a5e1;
}
/* line 1306, ../sass/dlc.scss */
#page .region-footer #block-block-5 {
  max-width: 1100px;
  margin: 0 auto;
  border: none;
  text-align: center;
}
/* line 1311, ../sass/dlc.scss */
#page .region-footer #block-block-5 span {
  margin: 0;
  padding: 0;
}
/* line 1315, ../sass/dlc.scss */
#page .region-footer #block-block-5 a, #page .region-footer #block-block-5 a:link, #page .region-footer #block-block-5 a:visited, #page .region-footer #block-block-5 a:hover {
  width: 100%;
  max-width: 363px;
  display: inline-block;
  border: none;
  margin: 0 auto;
  padding: 18px;
}
/* line 1322, ../sass/dlc.scss */
#page .region-footer #block-block-5 a span, #page .region-footer #block-block-5 a:link span, #page .region-footer #block-block-5 a:visited span, #page .region-footer #block-block-5 a:hover span {
  text-align: center;
  white-space: wrap;
}
/* line 1326, ../sass/dlc.scss */
#page .region-footer #block-block-5 a .button, #page .region-footer #block-block-5 a:link .button, #page .region-footer #block-block-5 a:visited .button, #page .region-footer #block-block-5 a:hover .button {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 200px;
  margin-top: 30px;
}
/* line 118, ../sass/dlc.scss */
#page .region-footer #block-block-5 a .button:hover, #page .region-footer #block-block-5 a:link .button:hover, #page .region-footer #block-block-5 a:visited .button:hover, #page .region-footer #block-block-5 a:hover .button:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 1333, ../sass/dlc.scss */
#page .region-footer #block-block-5 a .icon, #page .region-footer #block-block-5 a:link .icon, #page .region-footer #block-block-5 a:visited .icon, #page .region-footer #block-block-5 a:hover .icon {
  width: 125px;
  height: 125px;
  display: block;
  background-image: url(../images/callstoaction-s2bf9c5590f.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 30px auto 0;
}
/* line 1343, ../sass/dlc.scss */
#page .region-footer #block-block-5 #get-help .icon {
  background-position: 0 -125px;
}
/* line 1346, ../sass/dlc.scss */
#page .region-footer #block-block-5 #request-training .icon {
  background-position: 0 -250px;
}

/* line 1351, ../sass/dlc.scss */
#block-views-resources-block {
  margin: 30px 0 0;
  padding: 30px 0 0;
  background: #bfe48f;
}
/* line 1355, ../sass/dlc.scss */
#block-views-resources-block .block-title {
  text-align: center;
  color: #333333;
}
/* line 1359, ../sass/dlc.scss */
#block-views-resources-block .resources-carousel {
  margin: 0 auto;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  max-width: 1100px;
  padding: 30px 0 10px;
}
/* line 1365, ../sass/dlc.scss */
#block-views-resources-block .resources-carousel .views-row {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 275px;
}
/* line 1371, ../sass/dlc.scss */
#block-views-resources-block .resources-carousel .views-row .resource {
  display: block;
  width: 225px;
  margin: 0 auto;
  text-align: center;
}
/* line 1376, ../sass/dlc.scss */
#block-views-resources-block .resources-carousel .views-row .resource span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

/* line 1385, ../sass/dlc.scss */
#block-block-7 {
  background: #bfe48f;
  margin: 0 0 30px;
  padding: 0 0 40px;
}
/* line 1389, ../sass/dlc.scss */
#block-block-7 .customsearch {
  width: 270px;
  margin: 0 auto;
  background: white;
  padding: 10px 0 10px 10px;
}
/* line 149, ../sass/dlc.scss */
#block-block-7 .customsearch .form-text {
  background: none;
  border: none;
  height: 30px;
  line-height: 30px;
  width: 200px;
  padding: 0;
  margin: 0 0 0 20px;
}
/* line 158, ../sass/dlc.scss */
#block-block-7 .customsearch .form-submit {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  background: none;
  position: relative;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
/* line 168, ../sass/dlc.scss */
#block-block-7 .customsearch .form-submit .fa-search {
  color: #333333;
  font-size: 1.3em;
}

/* line 1393, ../sass/dlc.scss */
.resources-page {
  text-align: center;
}
/* line 1395, ../sass/dlc.scss */
.resources-page .view-header {
  text-align: left;
}
/* line 1398, ../sass/dlc.scss */
.resources-page .views-row {
  display: inline-block;
  width: 231px;
  padding: 3px;
  vertical-align: top;
}
/* line 1404, ../sass/dlc.scss */
.resources-page .resource, .resources-page .resource:link, .resources-page .resource:visited, .resources-page .resource:hover {
  display: block;
  width: 225px;
  margin: 0 auto;
  text-align: center;
  color: black;
  text-decoration: none;
}
/* line 1411, ../sass/dlc.scss */
.resources-page .resource span, .resources-page .resource:link span, .resources-page .resource:visited span, .resources-page .resource:hover span {
  display: block;
  text-align: center;
  margin: 5px 0 0;
}
/* line 1418, ../sass/dlc.scss */
.resources-page .attachment .views-row {
  display: block;
  width: auto;
  border-bottom: 1px solid #dddddd;
}
/* line 1422, ../sass/dlc.scss */
.resources-page .attachment .views-row .resource, .resources-page .attachment .views-row .resource:link, .resources-page .attachment .views-row .resource:visited, .resources-page .attachment .views-row .resource:hover {
  width: auto;
  text-align: left;
}

/* line 1429, ../sass/dlc.scss */
.view-board-staff {
  max-width: 800px;
  margin: 0 auto;
}
/* line 1432, ../sass/dlc.scss */
.view-board-staff .views-row {
  margin: 30px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
/* line 1437, ../sass/dlc.scss */
.view-board-staff .views-row-last {
  border: none;
}
/* line 1440, ../sass/dlc.scss */
.view-board-staff img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* line 1446, ../sass/dlc.scss */
.view-board-staff h2 {
  text-align: center;
  margin: 10px 0 0;
}
/* line 1450, ../sass/dlc.scss */
.view-board-staff .role {
  text-align: center;
  font-weight: 700;
  color: #333333;
}

/* line 1456, ../sass/dlc.scss */
#content .view-ability-law-blog.view-display-id-page {
  margin: 0 auto;
  max-width: 640px;
}
/* line 1459, ../sass/dlc.scss */
#content .view-ability-law-blog.view-display-id-page .view-header {
  background: #f3f3f3;
  padding: 20px 10px 5px;
}
/* line 1462, ../sass/dlc.scss */
#content .view-ability-law-blog.view-display-id-page .view-header img {
  width: 200px;
  display: block;
  height: auto;
  margin: 0 auto 20px;
}
/* line 1469, ../sass/dlc.scss */
#content .view-ability-law-blog.view-display-id-page .view-filters {
  padding: 10px;
  text-align: center;
}
/* line 1472, ../sass/dlc.scss */
#content .view-ability-law-blog.view-display-id-page .view-filters .form-submit {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
/* line 118, ../sass/dlc.scss */
#content .view-ability-law-blog.view-display-id-page .view-filters .form-submit:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 1476, ../sass/dlc.scss */
#content .view-ability-law-blog.view-display-id-page .views-row {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
/* line 1481, ../sass/dlc.scss */
#content .view-ability-law-blog.view-display-id-page .views-row-last {
  border: none;
}

/* line 1488, ../sass/dlc.scss */
#block-views-ability-law-blog-block, #block-views-what-s-new-block-1 {
  max-width: 700px;
  margin: 0 auto 40px;
  display: block;
  vertical-align: top;
  width: 100%;
}
/* line 1494, ../sass/dlc.scss */
#block-views-ability-law-blog-block .block-title, #block-views-what-s-new-block-1 .block-title {
  color: #333333;
  text-align: center;
  padding-bottom: 5px;
}
/* line 1499, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view, #block-views-what-s-new-block-1 .view {
  padding: 0 10px;
}
/* line 1501, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view .view-content, #block-views-what-s-new-block-1 .view .view-content {
  border-top: 3px solid #dddddd;
  border-bottom: 3px solid #dddddd;
  padding: 20px;
}
/* line 1505, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view .view-content .views-row, #block-views-what-s-new-block-1 .view .view-content .views-row {
  margin: 10px 0;
}
/* line 1507, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view .view-content .views-row a, #block-views-ability-law-blog-block .view .view-content .views-row a:link, #block-views-ability-law-blog-block .view .view-content .views-row a:visited, #block-views-what-s-new-block-1 .view .view-content .views-row a, #block-views-what-s-new-block-1 .view .view-content .views-row a:link, #block-views-what-s-new-block-1 .view .view-content .views-row a:visited {
  padding: 10px;
  display: block;
  padding-left: 30px;
}
/* line 1511, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view .view-content .views-row a:before, #block-views-ability-law-blog-block .view .view-content .views-row a:link:before, #block-views-ability-law-blog-block .view .view-content .views-row a:visited:before, #block-views-what-s-new-block-1 .view .view-content .views-row a:before, #block-views-what-s-new-block-1 .view .view-content .views-row a:link:before, #block-views-what-s-new-block-1 .view .view-content .views-row a:visited:before {
  content: "\f0e3";
  font-family: "FontAwesome";
  color: #dddddd;
  padding-right: 5px;
  margin-left: -20px;
}
/* line 1519, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view .view-content .views-row a:hover, #block-views-what-s-new-block-1 .view .view-content .views-row a:hover {
  color: white;
  background: #0087c3;
}
/* line 1522, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view .view-content .views-row a:hover:before, #block-views-what-s-new-block-1 .view .view-content .views-row a:hover:before {
  color: white;
}
/* line 1528, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view .more-link, #block-views-what-s-new-block-1 .view .more-link {
  text-align: center;
}
/* line 1530, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view .more-link a, #block-views-ability-law-blog-block .view .more-link a:link, #block-views-ability-law-blog-block .view .more-link a:visited, #block-views-ability-law-blog-block .view .more-link a:hover, #block-views-what-s-new-block-1 .view .more-link a, #block-views-what-s-new-block-1 .view .more-link a:link, #block-views-what-s-new-block-1 .view .more-link a:visited, #block-views-what-s-new-block-1 .view .more-link a:hover {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
/* line 118, ../sass/dlc.scss */
#block-views-ability-law-blog-block .view .more-link a:hover, #block-views-ability-law-blog-block .view .more-link a:link:hover, #block-views-ability-law-blog-block .view .more-link a:visited:hover, #block-views-ability-law-blog-block .view .more-link a:hover:hover, #block-views-what-s-new-block-1 .view .more-link a:hover, #block-views-what-s-new-block-1 .view .more-link a:link:hover, #block-views-what-s-new-block-1 .view .more-link a:visited:hover, #block-views-what-s-new-block-1 .view .more-link a:hover:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1536, ../sass/dlc.scss */
#block-views-what-s-new-block-1 {
  margin-top: 40px;
}
/* line 1538, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view {
  padding: 0;
  position: relative;
}
/* line 1541, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view .view-content {
  border: none;
  z-index: 1;
  padding: 0;
}
/* line 1545, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view .view-content a, #block-views-what-s-new-block-1 .view .view-content a:link, #block-views-what-s-new-block-1 .view .view-content a:visited, #block-views-what-s-new-block-1 .view .view-content a:hover {
  color: black;
}
/* line 1548, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view .view-content .featured-article {
  display: block;
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
/* line 1556, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view .view-content .featured-article img {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
}
/* line 1564, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view .attachment {
  display: block;
  z-index: 0;
}
/* line 1567, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view .attachment .view {
  padding: 0 20px 20px;
}
/* line 1570, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view .attachment .view .view-content {
  border-top: 3px solid #0087c3;
  border-bottom: 3px solid #0087c3;
  padding-top: 280px;
  min-height: 280px;
}
/* line 1576, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view .attachment .view .view-content .views-row a, #block-views-what-s-new-block-1 .view .attachment .view .view-content .views-row a:link, #block-views-what-s-new-block-1 .view .attachment .view .view-content .views-row a:visited, #block-views-what-s-new-block-1 .view .attachment .view .view-content .views-row a:hover {
  padding-left: 10px;
}
/* line 1578, ../sass/dlc.scss */
#block-views-what-s-new-block-1 .view .attachment .view .view-content .views-row a:before, #block-views-what-s-new-block-1 .view .attachment .view .view-content .views-row a:link:before, #block-views-what-s-new-block-1 .view .attachment .view .view-content .views-row a:visited:before, #block-views-what-s-new-block-1 .view .attachment .view .view-content .views-row a:hover:before {
  content: "";
  margin: 0;
  padding: 0;
}

/* line 1590, ../sass/dlc.scss */
.webform-component--empty {
  display: none;
}

/* line 1593, ../sass/dlc.scss */
#block-commerce-cart-cart {
  margin: 0;
}
/* line 1595, ../sass/dlc.scss */
#block-commerce-cart-cart .cart-empty-block, #block-commerce-cart-cart block-title {
  display: none;
}
/* line 1599, ../sass/dlc.scss */
#block-commerce-cart-cart .cart-contents .view-footer {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 1603, ../sass/dlc.scss */
#block-commerce-cart-cart .cart-contents:before {
  display: block;
  font-size: 2em;
  width: 100%;
  padding: 20px;
  text-align: center;
  content: "Your Shopping Cart";
}

/* line 1613, ../sass/dlc.scss */
.cart-empty-page {
  padding: 20px;
  background: #f3f3f3;
}

/* line 1618, ../sass/dlc.scss */
.node-type-product .form-submit, .node-type-other-products .form-submit {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
/* line 118, ../sass/dlc.scss */
.node-type-product .form-submit:hover, .node-type-other-products .form-submit:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 1621, ../sass/dlc.scss */
.node-type-product article, .node-type-other-products article {
  padding: 0;
}
/* line 1623, ../sass/dlc.scss */
.node-type-product article .field, .node-type-other-products article .field {
  width: 100%;
  max-width: 100%;
}
/* line 1626, ../sass/dlc.scss */
.node-type-product article .field img, .node-type-other-products article .field img {
  max-width: 100%;
  height: auto;
}
/* line 1632, ../sass/dlc.scss */
.node-type-product #photo, .node-type-product #key-info, .node-type-product #long-text, .node-type-product #more-details, .node-type-other-products #photo, .node-type-other-products #key-info, .node-type-other-products #long-text, .node-type-other-products #more-details {
  float: none;
  vertical-align: top;
  width: auto;
  padding: 20px;
  margin: 10px;
}
/* line 1639, ../sass/dlc.scss */
.node-type-product #photo, .node-type-other-products #photo {
  padding: 0;
  margin: 0 auto;
  padding-left: 0;
  max-width: 400px;
  width: 100%;
}
/* line 1647, ../sass/dlc.scss */
.node-type-product #key-info, .node-type-product #more-details, .node-type-other-products #key-info, .node-type-other-products #more-details {
  width: 100%;
  background: #f3f3f3;
  min-width: 200px;
  margin: 5px 0;
}
/* line 1653, ../sass/dlc.scss */
.node-type-product #key-info .commerce-add-to-cart .form-item-quantity, .node-type-product #key-info .commerce-add-to-cart .form-submit, .node-type-product #more-details .commerce-add-to-cart .form-item-quantity, .node-type-product #more-details .commerce-add-to-cart .form-submit, .node-type-other-products #key-info .commerce-add-to-cart .form-item-quantity, .node-type-other-products #key-info .commerce-add-to-cart .form-submit, .node-type-other-products #more-details .commerce-add-to-cart .form-item-quantity, .node-type-other-products #more-details .commerce-add-to-cart .form-submit {
  display: inline-block;
}

/* line 1659, ../sass/dlc.scss */
#block-views-mighty-rights-press-block, .view-mighty-rights-press.view-display-id-page {
  max-width: 1100px;
  margin: 0 auto;
}
/* line 1660, ../sass/dlc.scss */
#block-views-mighty-rights-press-block .view-header h2, .view-mighty-rights-press.view-display-id-page .view-header h2 {
  color: #333333;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  font-size: 2.2em;
}
/* line 1666, ../sass/dlc.scss */
#block-views-mighty-rights-press-block .view-header h2:before, .view-mighty-rights-press.view-display-id-page .view-header h2:before {
  background-image: url(../images/mighty-rights-press-black-logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  content: " ";
  width: 121px;
  height: 99px;
  display: block;
  margin: 0 auto 30px;
}
/* line 1679, ../sass/dlc.scss */
#block-views-mighty-rights-press-block .view-content, .view-mighty-rights-press.view-display-id-page .view-content {
  text-align: center;
  width: 100%;
}
/* line 1683, ../sass/dlc.scss */
#block-views-mighty-rights-press-block .views-row, .view-mighty-rights-press.view-display-id-page .views-row {
  display: inline-block;
  margin: 5px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 260px;
}
/* line 1689, ../sass/dlc.scss */
#block-views-mighty-rights-press-block .views-row a, .view-mighty-rights-press.view-display-id-page .views-row a {
  display: block;
  text-align: center;
}
/* line 1692, ../sass/dlc.scss */
#block-views-mighty-rights-press-block .views-row a img, .view-mighty-rights-press.view-display-id-page .views-row a img {
  width: 140px;
  margin: 0 auto 10px;
  height: auto;
  display: block;
}
/* line 1700, ../sass/dlc.scss */
#block-views-mighty-rights-press-block .view-footer, .view-mighty-rights-press.view-display-id-page .view-footer {
  padding-top: 50px;
  text-align: center;
}
/* line 1703, ../sass/dlc.scss */
#block-views-mighty-rights-press-block .view-footer .button, #block-views-mighty-rights-press-block .view-footer .button:link, #block-views-mighty-rights-press-block .view-footer .button:visited, #block-views-mighty-rights-press-block .view-footer .button:hover, .view-mighty-rights-press.view-display-id-page .view-footer .button, .view-mighty-rights-press.view-display-id-page .view-footer .button:link, .view-mighty-rights-press.view-display-id-page .view-footer .button:visited, .view-mighty-rights-press.view-display-id-page .view-footer .button:hover {
  color: white;
}

/* line 1709, ../sass/dlc.scss */
.page-resources-mighty-rights-press #content, .page-node-176 #content {
  padding: 0;
}
/* line 1712, ../sass/dlc.scss */
.page-resources-mighty-rights-press #page-title, .page-node-176 #page-title {
  padding: 0;
  margin-top: 0;
  background-image: url(../images/mighty-rights-press-white-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
  height: 150px;
  text-indent: -9999em;
  width: 100%;
  position: relative;
}
/* line 1723, ../sass/dlc.scss */
.page-resources-mighty-rights-press #page-title:before, .page-node-176 #page-title:before {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  content: " ";
  background-image: url(../images/mrp-left.png);
  height: 150px;
  width: 200px;
  display: block;
  background-size: contain;
}
/* line 1736, ../sass/dlc.scss */
.page-resources-mighty-rights-press #page-title:after, .page-node-176 #page-title:after {
  background-repeat: no-repeat;
  background-color: transparent;
  content: " ";
  background-image: url(../images/mrp-right.png);
  height: 150px;
  width: 124px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

/* line 1752, ../sass/dlc.scss */
.node-type-product #content, .node-type-other-products #content {
  padding: 0;
}
/* line 1754, ../sass/dlc.scss */
.node-type-product #content #block-block-16, .node-type-product #content article, .node-type-other-products #content #block-block-16, .node-type-other-products #content article {
  padding: 0 10px;
}

/* line 1759, ../sass/dlc.scss */
#content #block-block-18 {
  padding: 0;
  margin-top: 0;
}
/* line 1762, ../sass/dlc.scss */
#content #block-block-18 a, #content #block-block-18 a:link, #content #block-block-18 a:visited, #content #block-block-18 a:hover {
  padding: 0;
  display: block;
  margin-top: 0;
  background-image: url(../images/mighty-rights-press-white-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
  height: 150px;
  text-indent: -9999em;
  width: 100%;
  position: relative;
}
/* line 1774, ../sass/dlc.scss */
#content #block-block-18 a:before, #content #block-block-18 a:link:before, #content #block-block-18 a:visited:before, #content #block-block-18 a:hover:before {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  content: " ";
  background-image: url(../images/mrp-left.png);
  height: 150px;
  width: 200px;
  display: block;
  background-size: contain;
}
/* line 1787, ../sass/dlc.scss */
#content #block-block-18 a:after, #content #block-block-18 a:link:after, #content #block-block-18 a:visited:after, #content #block-block-18 a:hover:after {
  background-repeat: no-repeat;
  background-color: transparent;
  content: " ";
  background-image: url(../images/mrp-right.png);
  height: 150px;
  width: 124px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

/* line 1803, ../sass/dlc.scss */
.view-mighty-rights-press.view-display-id-page .view-header h2:before {
  content: "";
  visibility: hidden;
  height: auto;
  line-height: 1.2em;
}
/* line 1812, ../sass/dlc.scss */
.view-mighty-rights-press.view-display-id-page .views-row {
  max-width: 280px;
  margin: 20px 10px;
}
/* line 1815, ../sass/dlc.scss */
.view-mighty-rights-press.view-display-id-page .views-row .price, .view-mighty-rights-press.view-display-id-page .views-row .title {
  display: block;
}
/* line 1818, ../sass/dlc.scss */
.view-mighty-rights-press.view-display-id-page .views-row .fivestar-widget {
  max-width: 80px;
  margin: 0 auto;
}
/* line 1822, ../sass/dlc.scss */
.view-mighty-rights-press.view-display-id-page .views-row a, .view-mighty-rights-press.view-display-id-page .views-row a:link, .view-mighty-rights-press.view-display-id-page .views-row a:visited, .view-mighty-rights-press.view-display-id-page .views-row a:hover {
  display: block;
  color: black;
  text-decoration: none;
}
/* line 1826, ../sass/dlc.scss */
.view-mighty-rights-press.view-display-id-page .views-row a img, .view-mighty-rights-press.view-display-id-page .views-row a:link img, .view-mighty-rights-press.view-display-id-page .views-row a:visited img, .view-mighty-rights-press.view-display-id-page .views-row a:hover img {
  width: 280px;
}

/* line 1832, ../sass/dlc.scss */
#block-block-11 {
  margin-bottom: 5px;
}
/* line 1834, ../sass/dlc.scss */
#block-block-11 h2 {
  color: white;
  top: 20px;
  left: 20px;
  margin: 0;
}
/* line 1840, ../sass/dlc.scss */
#block-block-11 p {
  top: 40%;
  left: 5%;
  max-width: 90%;
  text-align: center;
}
/* line 1846, ../sass/dlc.scss */
#block-block-11 span.button {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 200px;
  top: 65%;
  left: 50%;
  margin-left: -100px;
}
/* line 118, ../sass/dlc.scss */
#block-block-11 span.button:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 1853, ../sass/dlc.scss */
#block-block-11 img {
  width: 100%;
  height: auto;
  z-index: 0;
  display: block;
}
/* line 1859, ../sass/dlc.scss */
#block-block-11 a, #block-block-11 a:link, #block-block-11 a:visited, #block-block-11 a:hover {
  display: block;
  position: relative;
  text-align: center;
  color: white;
}
/* line 1864, ../sass/dlc.scss */
#block-block-11 a h2, #block-block-11 a p, #block-block-11 a span, #block-block-11 a:link h2, #block-block-11 a:link p, #block-block-11 a:link span, #block-block-11 a:visited h2, #block-block-11 a:visited p, #block-block-11 a:visited span, #block-block-11 a:hover h2, #block-block-11 a:hover p, #block-block-11 a:hover span {
  position: absolute;
  color: white;
  z-index: 1;
}

/* line 1871, ../sass/dlc.scss */
#block-block-12 {
  margin: 0;
}
/* line 1873, ../sass/dlc.scss */
#block-block-12 h2 {
  color: white;
  top: 20px;
  left: 20px;
  margin: 0;
}
/* line 1879, ../sass/dlc.scss */
#block-block-12 .screenshot {
  width: 100%;
  height: auto;
  z-index: 0;
  display: block;
}
/* line 1885, ../sass/dlc.scss */
#block-block-12 a, #block-block-12 a:link, #block-block-12 a:visited, #block-block-12 a:hover {
  display: block;
  position: relative;
  text-align: center;
  color: white;
}
/* line 1890, ../sass/dlc.scss */
#block-block-12 a h2, #block-block-12 a .playbutton, #block-block-12 a:link h2, #block-block-12 a:link .playbutton, #block-block-12 a:visited h2, #block-block-12 a:visited .playbutton, #block-block-12 a:hover h2, #block-block-12 a:hover .playbutton {
  position: absolute;
  color: white;
  z-index: 1;
}
/* line 1895, ../sass/dlc.scss */
#block-block-12 a .playbutton, #block-block-12 a:link .playbutton, #block-block-12 a:visited .playbutton, #block-block-12 a:hover .playbutton {
  top: 50%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: -50px;
  height: auto;
  font-family: "FontAwesome";
}

/* line 1906, ../sass/dlc.scss */
#block-block-13, #block-block-21 {
  text-align: center;
  color: black;
}
/* line 1909, ../sass/dlc.scss */
#block-block-13 h2, #block-block-21 h2 {
  color: black;
}
/* line 1912, ../sass/dlc.scss */
#block-block-13 a, #block-block-13 a:link, #block-block-13 a:visited, #block-block-13 a:hover, #block-block-21 a, #block-block-21 a:link, #block-block-21 a:visited, #block-block-21 a:hover {
  color: black;
}
/* line 1915, ../sass/dlc.scss */
#block-block-13 .text-resize, #block-block-21 .text-resize {
  width: 80px;
}
/* line 1917, ../sass/dlc.scss */
#block-block-13 .text-resize a, #block-block-13 .text-resize a:link, #block-block-13 .text-resize a:visited, #block-block-13 .text-resize a:hover, #block-block-21 .text-resize a, #block-block-21 .text-resize a:link, #block-block-21 .text-resize a:visited, #block-block-21 .text-resize a:hover {
  background: none;
  color: black;
  text-indent: 0;
  float: right;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0;
  height: 35px;
  line-height: 35px;
  padding: 5px;
}
/* line 1929, ../sass/dlc.scss */
#block-block-13 .text-resize a sup, #block-block-13 .text-resize a:link sup, #block-block-13 .text-resize a:visited sup, #block-block-13 .text-resize a:hover sup, #block-block-21 .text-resize a sup, #block-block-21 .text-resize a:link sup, #block-block-21 .text-resize a:visited sup, #block-block-21 .text-resize a:hover sup {
  display: none;
}
/* line 1933, ../sass/dlc.scss */
#block-block-13 .text-resize a:hover, #block-block-13 .text-resize a:active, #block-block-13 .text-resize a:focus, #block-block-21 .text-resize a:hover, #block-block-21 .text-resize a:active, #block-block-21 .text-resize a:focus {
  background: #0087c3;
  width: auto;
  color: white;
  padding: 0px 5px;
  margin: 0;
}
/* line 1940, ../sass/dlc.scss */
#block-block-13 .text-resize a#text_resize_decrease, #block-block-13 .text-resize a#text_resize_decrease2, #block-block-21 .text-resize a#text_resize_decrease, #block-block-21 .text-resize a#text_resize_decrease2 {
  font-size: 0.8em;
  width: auto;
  padding: 0px 2px;
  padding: 0px 5px;
  margin: 0;
}
/* line 1947, ../sass/dlc.scss */
#block-block-13 .text-resize a#text_resize_reset, #block-block-13 .text-resize a#text_resize_reset2, #block-block-21 .text-resize a#text_resize_reset, #block-block-21 .text-resize a#text_resize_reset2 {
  font-size: 1em;
  width: auto;
  padding: 0px 5px;
  margin: 0;
}
/* line 1953, ../sass/dlc.scss */
#block-block-13 .text-resize a#text_resize_increase, #block-block-13 .text-resize a#text_resize_increase2, #block-block-21 .text-resize a#text_resize_increase, #block-block-21 .text-resize a#text_resize_increase2 {
  font-size: 1.5em;
  width: auto;
  padding: 0px 5px;
  margin: 0;
}
/* line 1960, ../sass/dlc.scss */
#block-block-13 .social-media, #block-block-21 .social-media {
  margin: 20px auto;
}
/* line 1961, ../sass/dlc.scss */
#block-block-13 .social-media a, #block-block-13 .social-media a:link, #block-block-13 .social-media a:visited, #block-block-13 .social-media a:hover, #block-block-21 .social-media a, #block-block-21 .social-media a:link, #block-block-21 .social-media a:visited, #block-block-21 .social-media a:hover {
  color: black;
  display: inline-block;
  text-decoration: none;
}
/* line 1965, ../sass/dlc.scss */
#block-block-13 .social-media a:before, #block-block-13 .social-media a:link:before, #block-block-13 .social-media a:visited:before, #block-block-13 .social-media a:hover:before, #block-block-21 .social-media a:before, #block-block-21 .social-media a:link:before, #block-block-21 .social-media a:visited:before, #block-block-21 .social-media a:hover:before {
  color: black !important;
}
/* line 58, ../sass/dlc.scss */
#block-block-13 .social-media #email2:before, #block-block-21 .social-media #email2:before {
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 30px;
  text-align: center;
}
/* line 81, ../sass/dlc.scss */
#block-block-13 .social-media #email2:before, #block-block-21 .social-media #email2:before {
  content: "\e605";
}
/* line 58, ../sass/dlc.scss */
#block-block-13 .social-media #facebook2:before, #block-block-21 .social-media #facebook2:before {
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 30px;
  text-align: center;
}
/* line 92, ../sass/dlc.scss */
#block-block-13 .social-media #facebook2:before, #block-block-21 .social-media #facebook2:before {
  content: "\e604";
}
/* line 58, ../sass/dlc.scss */
#block-block-13 .social-media #twitter2:before, #block-block-21 .social-media #twitter2:before {
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 30px;
  text-align: center;
}
/* line 97, ../sass/dlc.scss */
#block-block-13 .social-media #twitter2:before, #block-block-21 .social-media #twitter2:before {
  content: "\e603";
}
/* line 58, ../sass/dlc.scss */
#block-block-13 .social-media #youtube2:before, #block-block-21 .social-media #youtube2:before {
  font-family: 'icomoon';
  color: white;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 30px;
  text-align: center;
}
/* line 102, ../sass/dlc.scss */
#block-block-13 .social-media #youtube2:before, #block-block-21 .social-media #youtube2:before {
  content: "\e600";
}
/* line 1986, ../sass/dlc.scss */
#block-block-13 .social-media #youtube2, #block-block-13 .social-media #twitter2, #block-block-13 .social-media #facebook2, #block-block-13 .social-media #email2, #block-block-21 .social-media #youtube2, #block-block-21 .social-media #twitter2, #block-block-21 .social-media #facebook2, #block-block-21 .social-media #email2 {
  margin: 0;
  padding: 0;
}
/* line 1989, ../sass/dlc.scss */
#block-block-13 .social-media #youtube2:before, #block-block-13 .social-media #twitter2:before, #block-block-13 .social-media #facebook2:before, #block-block-13 .social-media #email2:before, #block-block-21 .social-media #youtube2:before, #block-block-21 .social-media #twitter2:before, #block-block-21 .social-media #facebook2:before, #block-block-21 .social-media #email2:before {
  height: 35px;
  line-height: 35px;
}
/* line 1994, ../sass/dlc.scss */
#block-block-13 .social-media #youtube2:hover:before, #block-block-13 .social-media #twitter2:hover:before, #block-block-13 .social-media #facebook2:hover:before, #block-block-13 .social-media #email2:hover:before, #block-block-21 .social-media #youtube2:hover:before, #block-block-21 .social-media #twitter2:hover:before, #block-block-21 .social-media #facebook2:hover:before, #block-block-21 .social-media #email2:hover:before {
  color: #65a5e1;
  background: white;
}
/* line 2001, ../sass/dlc.scss */
#block-block-13 #upleaf, #block-block-21 #upleaf {
  background: url("/sites/all/themes/dlc2015/images/upleaf-signature-black.png") no-repeat left top;
  display: block;
  height: 30px;
  margin: 30px auto;
  width: 150px;
}

/* line 2009, ../sass/dlc.scss */
.accessible {
  width: 155px;
  margin: 20px auto 0;
}

/* line 2013, ../sass/dlc.scss */
.text-resize {
  margin: 0;
  display: inline-block;
}

/* line 2017, ../sass/dlc.scss */
.contrast {
  margin: 0;
  display: inline-block;
}
/* line 2020, ../sass/dlc.scss */
.contrast:before {
  color: black;
}

/* line 2024, ../sass/dlc.scss */
.bottom-links {
  margin-top: 30px;
}

/* line 2027, ../sass/dlc.scss */
.view-commerce-cart-form, #commerce-checkout-form-checkout, #commerce-checkout-form-shipping, #commerce-checkout-form-review, .section-checkout #content form {
  max-width: 900px;
  margin: 0 auto 30px;
  background: #f3f3f3;
  padding: 20px;
}
/* line 2032, ../sass/dlc.scss */
.view-commerce-cart-form a, .view-commerce-cart-form a:link, .view-commerce-cart-form a:visited, .view-commerce-cart-form a:hover, #commerce-checkout-form-checkout a, #commerce-checkout-form-checkout a:link, #commerce-checkout-form-checkout a:visited, #commerce-checkout-form-checkout a:hover, #commerce-checkout-form-shipping a, #commerce-checkout-form-shipping a:link, #commerce-checkout-form-shipping a:visited, #commerce-checkout-form-shipping a:hover, #commerce-checkout-form-review a, #commerce-checkout-form-review a:link, #commerce-checkout-form-review a:visited, #commerce-checkout-form-review a:hover, .section-checkout #content form a, .section-checkout #content form a:link, .section-checkout #content form a:visited, .section-checkout #content form a:hover {
  color: #0087c3;
}
/* line 2035, ../sass/dlc.scss */
.view-commerce-cart-form .form-submit, #commerce-checkout-form-checkout .form-submit, #commerce-checkout-form-shipping .form-submit, #commerce-checkout-form-review .form-submit, .section-checkout #content form .form-submit {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  color: white;
}
/* line 118, ../sass/dlc.scss */
.view-commerce-cart-form .form-submit:hover, #commerce-checkout-form-checkout .form-submit:hover, #commerce-checkout-form-shipping .form-submit:hover, #commerce-checkout-form-review .form-submit:hover, .section-checkout #content form .form-submit:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 2039, ../sass/dlc.scss */
.view-commerce-cart-form .views-field, #commerce-checkout-form-checkout .views-field, #commerce-checkout-form-shipping .views-field, #commerce-checkout-form-review .views-field, .section-checkout #content form .views-field {
  padding: 10px;
}
/* line 2042, ../sass/dlc.scss */
.view-commerce-cart-form fieldset, #commerce-checkout-form-checkout fieldset, #commerce-checkout-form-shipping fieldset, #commerce-checkout-form-review fieldset, .section-checkout #content form fieldset {
  border: none;
}
/* line 2044, ../sass/dlc.scss */
.view-commerce-cart-form fieldset legend, #commerce-checkout-form-checkout fieldset legend, #commerce-checkout-form-shipping fieldset legend, #commerce-checkout-form-review fieldset legend, .section-checkout #content form fieldset legend {
  font-size: 1.5em;
  color: black;
}

/* line 2050, ../sass/dlc.scss */
.view-what-s-new.view-display-id-page, .view-success-stories.view-display-id-page, #content .block-views, .view-taxonomy-term, .view-upcoming-events.view-display-id-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
/* line 2054, ../sass/dlc.scss */
.view-what-s-new.view-display-id-page .thumbnail, .view-success-stories.view-display-id-page .thumbnail, #content .block-views .thumbnail, .view-taxonomy-term .thumbnail, .view-upcoming-events.view-display-id-page .thumbnail {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}
/* line 2059, ../sass/dlc.scss */
.view-what-s-new.view-display-id-page .views-row, .view-success-stories.view-display-id-page .views-row, #content .block-views .views-row, .view-taxonomy-term .views-row, .view-upcoming-events.view-display-id-page .views-row {
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin: 20px 0;
  padding-bottom: 20px;
}
/* line 2064, ../sass/dlc.scss */
.view-what-s-new.view-display-id-page .views-row h2, .view-success-stories.view-display-id-page .views-row h2, #content .block-views .views-row h2, .view-taxonomy-term .views-row h2, .view-upcoming-events.view-display-id-page .views-row h2 {
  margin: 0;
}
/* line 2068, ../sass/dlc.scss */
.view-what-s-new.view-display-id-page .views-row-last, .view-success-stories.view-display-id-page .views-row-last, #content .block-views .views-row-last, .view-taxonomy-term .views-row-last, .view-upcoming-events.view-display-id-page .views-row-last {
  border: none;
}

/* line 2076, ../sass/dlc.scss */
.page-node-595 {
  text-align: center;
}

/* line 2079, ../sass/dlc.scss */
#block-block-14, #block-block-15 {
  max-width: 310px;
  vertical-align: top;
  display: inline-block;
  background: #f3f3f3;
  padding: 30px 0;
}
/* line 2080, ../sass/dlc.scss */
#block-block-14 .block-title, #block-block-15 .block-title {
  color: black;
  font-size: 1.5em;
  line-height: 1.2em;
  padding-bottom: 20px;
}
/* line 2091, ../sass/dlc.scss */
#block-block-14 iframe, #block-block-15 iframe {
  height: 430px;
  width: 270px;
  margin: 0 auto;
}

/* line 2098, ../sass/dlc.scss */
#block-block-14 iframe {
  height: 458px;
}

/* line 2102, ../sass/dlc.scss */
#content #block-menu-block-1 {
  width: 100%;
  margin: 30px auto 0;
  padding: 0;
  display: block;
  background: #f3f3f3;
  max-width: 640px;
}
/* line 2109, ../sass/dlc.scss */
#content #block-menu-block-1 .block-title {
  background: #65a5e1;
  text-align: center;
  color: white;
  padding: 0;
}
/* line 2114, ../sass/dlc.scss */
#content #block-menu-block-1 .block-title a, #content #block-menu-block-1 .block-title a:link, #content #block-menu-block-1 .block-title a:visited, #content #block-menu-block-1 .block-title a:hover {
  color: white;
  padding: 0;
  display: block;
  text-align: center;
}
/* line 2124, ../sass/dlc.scss */
#content #block-menu-block-1 .menu-block-wrapper {
  text-align: center;
}
/* line 2127, ../sass/dlc.scss */
#content #block-menu-block-1 li, #content #block-menu-block-1 ul {
  list-style: none;
  padding: 0;
}
/* line 2132, ../sass/dlc.scss */
#content #block-menu-block-1 a, #content #block-menu-block-1 a:link, #content #block-menu-block-1 a:visited, #content #block-menu-block-1 a:hover {
  color: black;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}
/* line 2138, ../sass/dlc.scss */
#content #block-menu-block-1 a:hover {
  background: #333333;
  color: white;
}
/* line 2142, ../sass/dlc.scss */
#content #block-menu-block-1 a.active:hover {
  color: white;
}
/* line 2145, ../sass/dlc.scss */
#content #block-menu-block-1 a:active, #content #block-menu-block-1 a.active {
  background: #333333;
  color: white;
}

/* line 2150, ../sass/dlc.scss */
.field-name-field-call-to-action {
  text-align: center;
}

/* line 2153, ../sass/dlc.scss */
.node-event {
  margin-bottom: 30px;
}

/* line 2156, ../sass/dlc.scss */
#content #block-block-17 {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
/* line 2160, ../sass/dlc.scss */
#content #block-block-17 a, #content #block-block-17 a:link, #content #block-block-17 a:visited, #content #block-block-17 a:hover {
  text-decoration: none;
  display: inline-block;
  width: 250px;
  line-height: 1.2em;
  margin: 5px;
  height: 150px;
  border: 1px solid #f3f3f3;
  color: black;
  padding-bottom: 10px;
  vertical-align: top;
}
/* line 2171, ../sass/dlc.scss */
#content #block-block-17 a:before, #content #block-block-17 a:link:before, #content #block-block-17 a:visited:before, #content #block-block-17 a:hover:before {
  font-family: "FontAwesome";
  font-size: 4em;
  line-height: 100px;
  display: block;
  text-align: center;
  height: 100px;
  width: 250px;
  margin: 0 auto 0;
  vertical-align: bottom;
}
/* line 2183, ../sass/dlc.scss */
#content #block-block-17 a:hover {
  border-color: #65a5e1;
}
/* line 2186, ../sass/dlc.scss */
#content #block-block-17 #join-email:before {
  content: "\f003";
  color: #80b53b;
}
/* line 2190, ../sass/dlc.scss */
#content #block-block-17 #join-printmail:before {
  content: "\f016";
  color: #333333;
}
/* line 2194, ../sass/dlc.scss */
#content #block-block-17 #join-facebook:before {
  content: "\f082";
  color: #0087c3;
}
/* line 2198, ../sass/dlc.scss */
#content #block-block-17 #join-twitter:before {
  content: "\f099";
  color: #65a5e1;
}

/* line 2203, ../sass/dlc.scss */
#block-views-sponsor-block {
  float: left;
  margin: 30px 0 0;
  width: 100%;
  display: block;
  text-align: center;
}
/* line 2209, ../sass/dlc.scss */
#block-views-sponsor-block .block-title {
  color: black;
  text-align: center;
}
/* line 2213, ../sass/dlc.scss */
#block-views-sponsor-block .views-row {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  text-align: center;
  width: 100%;
  max-width: 353px;
}
/* line 2220, ../sass/dlc.scss */
#block-views-sponsor-block .views-row a, #block-views-sponsor-block .views-row a:link, #block-views-sponsor-block .views-row a:visited, #block-views-sponsor-block .views-row a:hover {
  display: block;
  text-align: center;
}
/* line 2223, ../sass/dlc.scss */
#block-views-sponsor-block .views-row a img, #block-views-sponsor-block .views-row a:link img, #block-views-sponsor-block .views-row a:visited img, #block-views-sponsor-block .views-row a:hover img {
  display: block;
  margin: 0 auto;
}

/* line 2230, ../sass/dlc.scss */
#block-commerce-cart-cart {
  float: left;
  width: 100%;
  background: #f3f3f3;
}
/* line 2234, ../sass/dlc.scss */
#block-commerce-cart-cart .view {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 2237, ../sass/dlc.scss */
#block-commerce-cart-cart .view .views-table {
  border: 1px solid #dddddd;
}
/* line 2239, ../sass/dlc.scss */
#block-commerce-cart-cart .view .views-table td {
  padding: 10px;
}
/* line 2244, ../sass/dlc.scss */
#block-commerce-cart-cart .block-title {
  padding-top: 30px;
  color: black;
  text-align: center;
}
/* line 2252, ../sass/dlc.scss */
#block-commerce-cart-cart .view-footer .links a, #block-commerce-cart-cart .view-footer .links a:link, #block-commerce-cart-cart .view-footer .links a:visited, #block-commerce-cart-cart .view-footer .links a:hover {
  background: #0087c3;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  margin: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-appearance: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
/* line 118, ../sass/dlc.scss */
#block-commerce-cart-cart .view-footer .links a:hover, #block-commerce-cart-cart .view-footer .links a:link:hover, #block-commerce-cart-cart .view-footer .links a:visited:hover, #block-commerce-cart-cart .view-footer .links a:hover:hover {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 2258, ../sass/dlc.scss */
table.checkout-review, .view-commerce-cart-summary .view-content table.views-table, .view-commerce-cart-form .commerce-line-item-views-form table.views-table {
  width: 100%;
}

/* line 2261, ../sass/dlc.scss */
#block-block-22 {
  padding-bottom: 30px;
}
/* line 2263, ../sass/dlc.scss */
#block-block-22 .desktop-hero {
  display: none;
}
/* line 2266, ../sass/dlc.scss */
#block-block-22 .mobile-hero {
  display: block;
}
/* line 2269, ../sass/dlc.scss */
#block-block-22 img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 2274, ../sass/dlc.scss */
#block-block-22 a {
  display: block;
}

/* line 2278, ../sass/dlc.scss */
#block-block-20, #block-views-mighty-rights-press-block-1 {
  text-align: left;
  margin: 0 auto;
  padding: 0 20px 30px;
  text-align: center;
}
/* line 2283, ../sass/dlc.scss */
#block-block-20 .block-title, #block-views-mighty-rights-press-block-1 .block-title {
  text-align: center;
}
/* line 2286, ../sass/dlc.scss */
#block-block-20 img, #block-block-20 span, #block-views-mighty-rights-press-block-1 img, #block-views-mighty-rights-press-block-1 span {
  display: block;
  margin: 0 auto;
}
/* line 2290, ../sass/dlc.scss */
#block-block-20 .view, #block-views-mighty-rights-press-block-1 .view {
  margin: 20px 0;
  padding: 0;
}

@media all and (max-width: 1100px) {
  /* line 2296, ../sass/dlc.scss */
  body .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    opacity: 1 !important;
  }
}
@media all and (min-width: 300px) {
  /* line 2301, ../sass/dlc.scss */
  #header .region-header {
    position: relative;
  }
  /* line 2303, ../sass/dlc.scss */
  #header .region-header #block-block-1, #header .region-header #block-block-19 {
    float: right;
    display: block;
  }
  /* line 2306, ../sass/dlc.scss */
  #header .region-header #block-block-1 #donate, #header .region-header #block-block-19 #donate {
    display: none;
  }
}
@media all and (max-width: 350px) {
  /* line 2313, ../sass/dlc.scss */
  #block-block-1 {
    font-size: 0.8em;
  }
}
@media all and (min-width: 430px) {
  /* line 2318, ../sass/dlc.scss */
  #header .region-header {
    position: relative;
  }
  /* line 2320, ../sass/dlc.scss */
  #header .region-header #block-block-1, #header .region-header #block-block-19 {
    float: right;
    display: block;
  }
  /* line 2323, ../sass/dlc.scss */
  #header .region-header #block-block-1 #donate, #header .region-header #block-block-1 #espanol, #header .region-header #block-block-19 #donate, #header .region-header #block-block-19 #espanol {
    display: inline-block;
  }

  /* line 2329, ../sass/dlc.scss */
  .view-what-s-new.view-display-id-page .thumbnail, .view-success-stories.view-display-id-page .thumbnail, #content .block-views .thumbnail, .view-taxonomy-term .thumbnail, .view-upcoming-events.view-display-id-page .thumbnail {
    float: left;
    margin: 0 20px 0 0;
  }
}
@media all and (min-width: 480px) {
  /* line 2336, ../sass/dlc.scss */
  #page-title {
    font-size: 1.5em;
  }

  /* line 2339, ../sass/dlc.scss */
  #navigation {
    top: 0;
  }

  /* line 2345, ../sass/dlc.scss */
  .front #content #block-views-hompage-hero-block .view .desktop-hero {
    display: block;
  }
  /* line 2348, ../sass/dlc.scss */
  .front #content #block-views-hompage-hero-block .view .mobile-hero {
    display: none;
  }

  /* line 2354, ../sass/dlc.scss */
  .page-node .field-name-body img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }

  /* line 2360, ../sass/dlc.scss */
  #block-block-22 .desktop-hero {
    display: block;
  }
  /* line 2363, ../sass/dlc.scss */
  #block-block-22 .mobile-hero {
    display: none;
  }
}
@media all and (min-width: 580px) {
  /* line 2369, ../sass/dlc.scss */
  #page-title {
    font-size: 1.8em;
  }

  /* line 2372, ../sass/dlc.scss */
  #header .region-header {
    position: relative;
  }
  /* line 2374, ../sass/dlc.scss */
  #header .region-header #block-block-2 {
    display: block;
    float: right;
  }
  /* line 2378, ../sass/dlc.scss */
  #header .region-header #block-block-1, #header .region-header #block-block-19 {
    display: block;
    position: absolute;
    float: none;
    left: 50%;
    margin-left: -120px;
  }
  /* line 2385, ../sass/dlc.scss */
  #header .region-header #block-block-9 {
    display: block;
    position: absolute;
    float: none;
    left: 50%;
    margin-left: -160px;
  }

  /* line 2394, ../sass/dlc.scss */
  #content .view-ability-law-blog.view-display-id-page .view-header {
    padding: 20px 20px 10px;
  }
  /* line 2396, ../sass/dlc.scss */
  #content .view-ability-law-blog.view-display-id-page .view-header img {
    float: left;
    margin: 0 20px 0 0;
  }

  /* line 2402, ../sass/dlc.scss */
  #block-block-20 {
    float: left;
    max-width: 60%;
    padding: 0 10% 0 5%;
    margin: 0;
    text-align: left;
  }
  /* line 2408, ../sass/dlc.scss */
  #block-block-20 .block-title {
    margin-bottom: 20px;
  }

  /* line 2412, ../sass/dlc.scss */
  #block-views-mighty-rights-press-block-1 {
    max-width: 39%;
    text-align: center;
    margin: 0 auto;
    padding: 0 5% 0 0;
    float: right;
  }
  /* line 2418, ../sass/dlc.scss */
  #block-views-mighty-rights-press-block-1 img, #block-views-mighty-rights-press-block-1 span {
    display: block;
  }
  /* line 2421, ../sass/dlc.scss */
  #block-views-mighty-rights-press-block-1 .view {
    margin: 20px 0;
    padding: 0;
  }
}
@media all and (min-width: 650px) {
  /* line 2428, ../sass/dlc.scss */
  #block-views-what-s-new-block-1 {
    max-width: 100%;
  }
  /* line 2432, ../sass/dlc.scss */
  #block-views-what-s-new-block-1 .view .view-content .featured-article {
    width: 300px;
  }
  /* line 2440, ../sass/dlc.scss */
  #block-views-what-s-new-block-1 .view .attachment .view .view-content {
    padding: 20px 20px 20px 300px;
  }

  /* line 2447, ../sass/dlc.scss */
  #block-block-11 {
    margin-bottom: 0;
    max-width: 49.5%;
    float: left;
  }

  /* line 2452, ../sass/dlc.scss */
  #block-block-12 {
    float: right;
    max-width: 49.5%;
  }
}
@media all and (min-width: 660px) {
  /* line 2459, ../sass/dlc.scss */
  .node-type-product #key-info, .node-type-other-products #key-info {
    display: inline-block;
    width: 50%;
    margin-right: 10px;
  }
  /* line 2464, ../sass/dlc.scss */
  .node-type-product #more-details, .node-type-other-products #more-details {
    width: calc(50% - 10px);
    display: inline-block;
    clear: right;
  }
}
@media all and (min-width: 750px) {
  /* line 2473, ../sass/dlc.scss */
  #navigation #block-system-main-menu, #navigation #block-menu-block-2 {
    float: left;
    width: 71.42857%;
    margin-left: 28.57143%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    display: inline-block;
  }
  /* line 2477, ../sass/dlc.scss */
  #navigation #block-views-mobile-menu-block, #navigation #block-views-mobile-menu-block-1 {
    display: none;
  }
  /* line 2480, ../sass/dlc.scss */
  #navigation #block-block-3 {
    float: left;
    width: 28.57143%;
    margin-left: 0%;
    margin-right: -28.57143%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 20px 0;
  }

  /* line 2485, ../sass/dlc.scss */
  #content #block-menu-block-1 {
    display: none;
  }

  /* line 2488, ../sass/dlc.scss */
  #block-block-20 {
    max-width: 70%;
  }

  /* line 2491, ../sass/dlc.scss */
  #block-views-mighty-rights-press-block-1 {
    max-width: 29%;
  }
}
@media all and (min-width: 825px) {
  /* line 2496, ../sass/dlc.scss */
  #page-title {
    font-size: 2em;
  }

  /* line 2500, ../sass/dlc.scss */
  .view-board-staff img {
    margin: 0 20px 20px 0;
    float: left;
  }
  /* line 2504, ../sass/dlc.scss */
  .view-board-staff h2, .view-board-staff .role {
    text-align: left;
  }

  /* line 2508, ../sass/dlc.scss */
  #block-block-11 {
    max-width: 49.7%;
  }
  /* line 2510, ../sass/dlc.scss */
  #block-block-11 p {
    top: 45%;
    left: 0;
    font-size: 1.2em;
    margin-left: 20%;
    max-width: 60%;
  }
  /* line 2517, ../sass/dlc.scss */
  #block-block-11 span.button {
    top: 78%;
  }

  /* line 2521, ../sass/dlc.scss */
  #block-block-12 {
    max-width: 49.7%;
  }
}
@media all and (min-width: 900px) {
  /* line 2526, ../sass/dlc.scss */
  #header .region-header #block-block-23 {
    display: block;
    float: right;
    padding: 0 20px;
    text-decoration: none;
    background-color: #0087c3;
    margin-right: 40px;
  }

  /* line 2535, ../sass/dlc.scss */
  .node-type-product .node, .node-type-other-products .node {
    max-width: 880px;
    margin: 0 auto;
  }
  /* line 2539, ../sass/dlc.scss */
  .node-type-product #photo, .node-type-product #key-info, .node-type-product #long-text, .node-type-product #more-details, .node-type-other-products #photo, .node-type-other-products #key-info, .node-type-other-products #long-text, .node-type-other-products #more-details {
    float: left;
    width: auto;
  }
  /* line 2543, ../sass/dlc.scss */
  .node-type-product #key-info, .node-type-other-products #key-info {
    margin: 0 10px 10px 10px;
    width: auto;
  }
  /* line 2547, ../sass/dlc.scss */
  .node-type-product #more-details, .node-type-other-products #more-details {
    margin: 0 0 0 10px;
    width: auto;
  }
  /* line 2551, ../sass/dlc.scss */
  .node-type-product #photo, .node-type-other-products #photo {
    margin-left: 30px;
  }
}
@media all and (min-width: 964px) {
  /* line 2557, ../sass/dlc.scss */
  #page-title {
    font-size: 2.2em;
  }

  /* line 2560, ../sass/dlc.scss */
  #main {
    padding-top: 120px;
  }

  /* line 2563, ../sass/dlc.scss */
  #navigation {
    height: 120px;
  }
  /* line 2565, ../sass/dlc.scss */
  #navigation #block-block-3 {
    padding: 20px 0 20px 20px;
  }
  /* line 2567, ../sass/dlc.scss */
  #navigation #block-block-3 #dlclogo {
    height: 80px;
  }
  /* line 2569, ../sass/dlc.scss */
  #navigation #block-block-3 #dlclogo img {
    width: 315px;
  }
  /* line 2575, ../sass/dlc.scss */
  #navigation #block-system-main-menu, #navigation #block-menu-block-2 {
    float: left;
    width: 57.14286%;
    margin-left: 42.85714%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 2579, ../sass/dlc.scss */
  #navigation #block-system-main-menu .menu li a, #navigation #block-system-main-menu .menu li a:link, #navigation #block-system-main-menu .menu li a:visited, #navigation #block-system-main-menu .menu li a:hover, #navigation #block-menu-block-2 .menu li a, #navigation #block-menu-block-2 .menu li a:link, #navigation #block-menu-block-2 .menu li a:visited, #navigation #block-menu-block-2 .menu li a:hover {
    line-height: 120px;
  }
  /* line 2585, ../sass/dlc.scss */
  #navigation #block-system-main-menu .menu li:hover .menu li a, #navigation #block-system-main-menu .menu li:hover .menu li a:link, #navigation #block-system-main-menu .menu li:hover .menu li a:visited, #navigation #block-system-main-menu .menu li:hover .menu li a:hover, #navigation #block-menu-block-2 .menu li:hover .menu li a, #navigation #block-menu-block-2 .menu li:hover .menu li a:link, #navigation #block-menu-block-2 .menu li:hover .menu li a:visited, #navigation #block-menu-block-2 .menu li:hover .menu li a:hover {
    line-height: 2em;
  }

  /* line 2595, ../sass/dlc.scss */
  #block-views-ability-law-blog-block {
    display: inline-block;
    max-width: 40%;
  }
  /* line 2598, ../sass/dlc.scss */
  #block-views-ability-law-blog-block .view {
    padding: 0 30px;
  }

  /* line 2602, ../sass/dlc.scss */
  #block-views-what-s-new-block-1 {
    display: inline-block;
    margin-top: 0;
  }

  #block-views-what-s-new-block-1 .view .view-content .featured-article img {
    width: 250px;
  }
  /* line 2615, ../sass/dlc.scss */
  #block-views-what-s-new-block-1 .view .attachment .view {
    padding: 0 30px;
  }
  /* line 2618, ../sass/dlc.scss */
  #block-views-what-s-new-block-1 .view .attachment .view .view-content {
    min-height: 250px;
    padding: 20px 20px 20px 300px;
  }

  /* line 2627, ../sass/dlc.scss */
  #block-block-11 p {
    top: 55%;
  }
}
@media all and (min-width: 1200px) {
  /* line 2639, ../sass/dlc.scss */
  #page-title {
    font-size: 2.5em;
  }

  /* line 2642, ../sass/dlc.scss */
  #navigation {
    padding: 0 50px;
  }
}
