/*
 * SMACSS + SCSS starter v2.0
 * Inspired by SMACSS http://smacss.com
 * Author: @jonathanpath
 * Date: 11 July 2013
 *
 * https://github.com/jonathanpath/SASS-SMACSS
 * See file structure in http://jonathanpath.com/sass+smacss/scss/style.scss
 * Sass Structure inspired by : https://github.com/sutter/POPY-starter-HTML-SCSS
 *
 * Coding rules : https://github.com/necolas/idiomatic-css
 *
 */
/* Compass */
/* Tools */
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * Image replacement
 */
/* line 9, ../scss/tools/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 17, ../scss/tools/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * positioning
 */
/* line 28, ../scss/tools/_helpers.scss */
.position-relative {
  position: relative; }

/* line 32, ../scss/tools/_helpers.scss */
.position-absolute {
  position: absolute; }

/* line 36, ../scss/tools/_helpers.scss */
.show-for-small {
  display: inherit !important; }

/* line 40, ../scss/tools/_helpers.scss */
.show-for-large {
  display: none !important; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 49, ../scss/tools/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 58, ../scss/tools/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 74, ../scss/tools/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 88, ../scss/tools/_helpers.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 104, ../scss/tools/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 110, ../scss/tools/_helpers.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 119, ../scss/tools/_helpers.scss */
.clearfix {
  *zoom: 1; }

/* =Layout
------------------- */
/* line 127, ../scss/tools/_helpers.scss */
.ul-list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 235, ../scss/tools/_mixins.scss */
  .ul-list-inline li {
    display: inline-block;
    vertical-align: middle; }
    /* line 17, ../scss/tools/_mixins.scss */
    .lt-ie8 .ul-list-inline li {
      display: inline;
      zoom: 1; }

/* line 131, ../scss/tools/_helpers.scss */
ul.list-style-none {
  list-style-type: none;
  padding-left: 0; }

/* line 136, ../scss/tools/_helpers.scss */
.row-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse; }

/* =Fonts
------------------- */
/* Chart Colors */
/* line 146, ../scss/tools/_helpers.scss */
.f-color1 {
  color: #00afec; }

/* line 149, ../scss/tools/_helpers.scss */
.f-color2 {
  color: #8ec549; }

/* =Wordpress alignment
-------------------*/
/* line 157, ../scss/tools/_helpers.scss */
.alignleft {
  display: inline;
  float: left; }

/* line 161, ../scss/tools/_helpers.scss */
.alignright {
  display: inline;
  float: right; }

/* line 165, ../scss/tools/_helpers.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 171, ../scss/tools/_helpers.scss */
.txtleft {
  text-align: left; }

/* line 174, ../scss/tools/_helpers.scss */
.txtright {
  text-align: right; }

@media screen and (min-width: 48.0625em) {
  /* line 180, ../scss/tools/_helpers.scss */
  .show-for-small {
    display: none !important; }

  /* line 183, ../scss/tools/_helpers.scss */
  .show-for-large {
    display: inherit !important; } }
/* Base */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* apply a natural box layout model to all elements, but allowing components to change */
/* line 12, ../scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box; }

/* line 19, ../scss/base/_normalize.scss */
*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Remove default margin.
 */
/* line 28, ../scss/base/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 39, ../scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 59, ../scss/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 72, ../scss/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 82, ../scss/base/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 94, ../scss/base/_normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 102, ../scss/base/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 114, ../scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 122, ../scss/base/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 131, ../scss/base/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 140, ../scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 149, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 158, ../scss/base/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 166, ../scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 174, ../scss/base/_normalize.scss */
sup {
  top: -0.5em; }

/* line 178, ../scss/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 189, ../scss/base/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 197, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 208, ../scss/base/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 216, ../scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 226, ../scss/base/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 234, ../scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 257, ../scss/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 271, ../scss/base/_normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 282, ../scss/base/_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.
 */
/* line 295, ../scss/base/_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 307, ../scss/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 316, ../scss/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 327, ../scss/base/_normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 339, ../scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 351, ../scss/base/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 362, ../scss/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 375, ../scss/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 384, ../scss/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 395, ../scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 404, ../scss/base/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 413, ../scss/base/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 424, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 429, ../scss/base/_normalize.scss */
td,
th {
  padding: 0; }

/* ===========================
   Base
   =========================== */
/* line 5, ../scss/base/_base.scss */
body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3;
  color: #585858; }

/* line 13, ../scss/base/_base.scss */
html {
  min-height: 100%;
  /* make sure it is at least as tall as the viewport */
  position: relative; }

/* line 17, ../scss/base/_base.scss */
body {
  height: 100%; }

/* line 21, ../scss/base/_base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 26, ../scss/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  /* Set font-family to all headings */
  font-family: "Raleway Semibold";
  margin: .4em 0;
  color: #1b75bc; }

/* line 33, ../scss/base/_base.scss */
b, strong, .emphasis {
  font-family: "Raleway Semibold"; }

/* line 37, ../scss/base/_base.scss */
.emphasis {
  color: #1b75bc; }

/* line 41, ../scss/base/_base.scss */
p, a, li {
  font-size: 14px; }

/* line 45, ../scss/base/_base.scss */
p {
  margin: .8em 0; }

/* line 49, ../scss/base/_base.scss */
a {
  color: #1b75bc;
  text-decoration: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  /* line 53, ../scss/base/_base.scss */
  a:hover {
    border-bottom: 1px dotted; }
  /* line 56, ../scss/base/_base.scss */
  a.end-link {
    font-family: "Roboto";
    font-size: 16px;
    -moz-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s; }
    /* line 60, ../scss/base/_base.scss */
    a.end-link:before {
      content: '>';
      margin-right: 5px; }

/* line 67, ../scss/base/_base.scss */
::-moz-selection {
  background: #00afec;
  color: #fff;
  text-shadow: none; }

/* line 72, ../scss/base/_base.scss */
::selection {
  background: #00afec;
  color: #fff;
  text-shadow: none; }

/* line 78, ../scss/base/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 87, ../scss/base/_base.scss */
.box-shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.11) 28px 0px 80px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11) 28px 0px 80px;
  box-shadow: rgba(0, 0, 0, 0.11) 28px 0px 80px; }

/* line 91, ../scss/base/_base.scss */
.slab-header {
  font-weight: normal;
  padding-top: 20px; }
  /* line 94, ../scss/base/_base.scss */
  .slab-header * {
    color: white; }
  /* line 97, ../scss/base/_base.scss */
  .slab-header h1, .slab-header h2, .slab-header h3, .slab-header h4, .slab-header h5, .slab-header h6 {
    font-family: "Roboto", Georgia, serif;
    line-height: 1.1; }
  /* line 101, ../scss/base/_base.scss */
  .slab-header h1 {
    font-size: 1.5em; }

/* line 106, ../scss/base/_base.scss */
.script-header {
  font-family: "Pacifico", Helvetica, Arial, sans-serif;
  font-weight: normal; }

@media screen and (min-width: 48.0625em) {
  /* line 112, ../scss/base/_base.scss */
  p, a, li {
    font-size: 16px; }

  /* line 116, ../scss/base/_base.scss */
  .page-title h1 {
    font-size: 2.25em; } }
/* ==|====================
   Base/Form
   ======================= */
/* line 5, ../scss/base/_form.scss */
label {
  display: block;
  font-family: "Raleway Semibold";
  margin-bottom: 10px; }

/* line 11, ../scss/base/_form.scss */
input[type="text"],
input[type="email"],
a.form-submit,
button.form-submit,
input[type="password"],
input[type="date"],
input[type="search"],
textarea {
  font-size: 0.75em;
  font-family: "Raleway Semibold";
  color: white;
  padding: 1em;
  border: 1px solid #737373;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: url('../img/rgbapng/ffffff33-5.png?1428415765');
  background: rgba(255, 255, 255, 0.2);
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0; }
  /* line 57, ../scss/tools/_mixins.scss */
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  a.form-submit::-webkit-input-placeholder,
  button.form-submit::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #cdcdcd;
    text-transform: uppercase;
    font-family: "Raleway Semibold"; }
  /* line 62, ../scss/tools/_mixins.scss */
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  a.form-submit:-moz-placeholder,
  button.form-submit:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #cdcdcd;
    text-transform: uppercase;
    font-family: "Raleway Semibold"; }
  /* line 68, ../scss/tools/_mixins.scss */
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  a.form-submit:-ms-input-placeholder,
  button.form-submit:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #cdcdcd;
    text-transform: uppercase;
    font-family: "Raleway Semibold"; }
  /* line 29, ../scss/base/_form.scss */
  input[type="text"]:hover,
  input[type="email"]:hover,
  a.form-submit:hover,
  button.form-submit:hover,
  input[type="password"]:hover,
  input[type="date"]:hover,
  input[type="search"]:hover,
  textarea:hover {
    border-color: #a5a5a5; }
  /* line 33, ../scss/base/_form.scss */
  input[type="text"]:focus,
  input[type="email"]:focus,
  a.form-submit:focus,
  button.form-submit:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    border-color: #999; }

/* line 39, ../scss/base/_form.scss */
.form-size textarea, .form-size .search-submit {
  height: 56px; }
/* line 42, ../scss/base/_form.scss */
.form-size textarea {
  resize: none; }

/* line 47, ../scss/base/_form.scss */
a.form-submit, button.form-submit {
  padding: 12px 15px;
  vertical-align: top;
  background-color: #8ec549;
  border: #8ec549;
  box-shadow: inset 3px 2px 14px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  filter: none; }
  /* line 56, ../scss/base/_form.scss */
  a.form-submit:hover, button.form-submit:hover {
    background-color: #74a635;
    border: #74a635; }

@media screen and (min-width: 48.0625em) {
  /* line 67, ../scss/base/_form.scss */
  input[type="text"],
  input[type="email"],
  a.form-submit,
  button.form-submit,
  input[type="password"],
  input[type="date"],
  input[type="search"],
  textarea {
    font-size: 0.875em; }

  /* line 77, ../scss/base/_form.scss */
  .form-size textarea, .form-size .search-submit {
    height: 66px; }
  /* line 80, ../scss/base/_form.scss */
  .form-size textarea {
    resize: none; } }
@media screen and (min-width: 1025px) {
  /* line 90, ../scss/base/_form.scss */
  .flexbox form .flex-flip {
    height: auto; } }
/* ===========================
   Fonts
   =========================== */
@font-face {
  font-family: "Raleway";
  src: url('../fonts/raleway-regular-webfont.eot?1417029738');
  src: url('../fonts/raleway-regular-webfont.eot?&1417029738#iefix') format('embedded-opentype'), url('../fonts/raleway-regular-webfont.woff?1417029738') format('woff'), url('../fonts/raleway-regular-webfont.ttf?1417029738') format('truetype'), url('../fonts/raleway-regular-webfont.svg?1417029738') format('svg'); }
@font-face {
  font-family: "Raleway Semibold";
  src: url('../fonts/raleway-semibold-webfont.eot?1417029738');
  src: url('../fonts/raleway-semibold-webfont.eot?&1417029738#iefix') format('embedded-opentype'), url('../fonts/raleway-semibold-webfont.woff?1417029738') format('woff'), url('../fonts/raleway-semibold-webfont.ttf?1417029738') format('truetype'), url('../fonts/raleway-semibold-webfont.svg?1417029738') format('svg'); }
@font-face {
  font-family: "Oswald";
  src: url('../fonts/Oswald-Regular-webfont.eot?1428414772');
  src: url('../fonts/Oswald-Regular-webfont.eot?&1428414772#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular-webfont.woff?1428414772') format('woff'), url('../fonts/Oswald-Regular-webfont.woff2?1428414772') format('woff2'), url('../fonts/Oswald-Regular-webfont.ttf?1428414772') format('truetype'), url('../fonts/Oswald-Regular-webfont.svg?1428414772') format('svg'); }
@font-face {
  font-family: "Pacifico";
  src: url('../fonts/Pacifico-webfont.eot?1428414772');
  src: url('../fonts/Pacifico-webfont.eot?&1428414772#iefix') format('embedded-opentype'), url('../fonts/Pacifico-webfont.woff?1428414772') format('woff'), url('../fonts/Pacifico-webfont.woff2?1428414772') format('woff2'), url('../fonts/Pacifico-webfont.ttf?1428414772') format('truetype'), url('../fonts/Pacifico-webfont.svg?1428414772') format('svg'); }
@font-face {
  font-family: "Roboto";
  src: url('../fonts/RobotoSlab-Bold-webfont.eot?1428414772');
  src: url('../fonts/RobotoSlab-Bold-webfont.eot?&1428414772#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Bold-webfont.woff?1428414772') format('woff'), url('../fonts/RobotoSlab-Bold-webfont.woff2?1428414772') format('woff2'), url('../fonts/RobotoSlab-Bold-webfont.ttf?1428414772') format('truetype'), url('../fonts/RobotoSlab-Bold-webfont.svg?1428414772') format('svg'); }
/* Fonts */
/* Layout */
/* ==|====================
   Layout/Header
   ======================= */
/* line 5, ../scss/layout/_header.scss */
.l-header {
  padding-top: 15px;
  background: white; }

/* line 10, ../scss/layout/_header.scss */
.SearchDialog input.btn{
    font-family: "FontAwesome";
}
.posna-header {
    background-color: #1b75bc;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 8px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 5px 8px 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 8px 15px;
    z-index: 9;
    display: none;
}
  /* line 15, ../scss/layout/_header.scss */
  .posna-header a {
    margin: 10px 0 10px 20px;
    color: white;
    font: 14px "Raleway", Helvetica, Arial, sans-serif;
    display: inline-block; }
    /* line 20, ../scss/layout/_header.scss */
    .posna-header a img {
      margin: 0px 10px -30px 0; }
  .posna-header form {
        width: 275px;
    }

/* line 26, ../scss/layout/_header.scss */
.logo {
  height: 100px;
  width: 250px;
  display: block;
  background: url(../dest/logo.svg) no-repeat 0 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }
  /* line 32, ../scss/layout/_header.scss */
  .logo:hover {
    border-bottom: none; }

@media screen and (min-width: 48.0625em) {
  /* line 40, ../scss/layout/_header.scss */
  .posna-header form {
    width: 275px;
    float: right;
    background: #8ec549; }
    /* line 44, ../scss/layout/_header.scss */
    .posna-header form input {
      border: 0;
      background-color: #8ec549;
      box-shadow: none; }
      /* line 57, ../scss/tools/_mixins.scss */
      .posna-header form input::-webkit-input-placeholder {
        color: white;
        text-transform: uppercase;
        font-family: "Raleway Semibold"; }
      /* line 62, ../scss/tools/_mixins.scss */
      .posna-header form input:-moz-placeholder {
        color: white;
        text-transform: uppercase;
        font-family: "Raleway Semibold"; }
      /* line 68, ../scss/tools/_mixins.scss */
      .posna-header form input:-ms-input-placeholder {
        color: white;
        text-transform: uppercase;
        font-family: "Raleway Semibold"; }
    /* line 50, ../scss/layout/_header.scss */
    .posna-header form button.form-submit {
      box-shadow: none;
      float: right; }

  /* line 56, ../scss/layout/_header.scss */
  .logo {
    height: 200px;
    width: 265px;
    margin-bottom: 20px;
    display: block;
    background: url(../dest/large-logo.svg) no-repeat 0 0; } }
@media screen and (min-width: 63.75em) {
  /* line 66, ../scss/layout/_header.scss */
  .posna-header {
    display: inherit !important; } }

.pagination-container ul.pagination {
    list-style-type: none;
    margin: 10px 0;
    padding:0;
}
    .pagination-container ul.pagination li{
        display:inline-block;
    }


/* ==|====================
   Layout/Main
   ======================= */
/* line 7, ../scss/layout/_main.scss */
.main-landing {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWZlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiNzViYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00afec), color-stop(100%, #1b75bc));
    background-image: -moz-linear-gradient(#00afec, #1b75bc);
    background-image: -webkit-linear-gradient(#00afec, #1b75bc);
    background-image: linear-gradient(#00afec, #1b75bc);
    overflow: hidden;
}

@media screen and (min-width: 63.75em) {
  /* line 15, ../scss/layout/_main.scss */
  .l-medium-left {
    width: 320px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-right: 1px solid #1b75bc;
    z-index: 2; }

  /* line 26, ../scss/layout/_main.scss */
  .l-medium-right {
    margin-left: 320px; } }
@media screen and (min-width: 91.25em) {
  /* line 33, ../scss/layout/_main.scss */
  .main-landing {
    width: 60%;
    float: left; } }
/* ==|====================
   Layout/Nav
   ======================= */
/* line 8, ../scss/layout/_nav.scss */
.main-nav {
  display: none;
  background: #8ec549; }

/* line 13, ../scss/layout/_nav.scss */
.slicknav_nav a.menu-close {
  padding: 0; }

/* line 17, ../scss/layout/_nav.scss */
nav a {
  color: white;
  display: block; }
  /* line 20, ../scss/layout/_nav.scss */
  nav a:hover {
    border-bottom: none; }

@media screen and (min-width: 63.75em) {
  /* line 28, ../scss/layout/_nav.scss */
  .touch .dropdown-background .menu-close, .touch .dropdown .menu-close {
    display: block; }

  /* line 33, ../scss/layout/_nav.scss */
  .main-nav {
    display: inherit;
    width: 320px; }

  /* line 38, ../scss/layout/_nav.scss */
  .dropdown-background, .dropdown {
    position: absolute;
    height: 100%;
    top: 0;
    left: 320px;
    width: 0px;
    z-index: 11;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    background: #1b75bc;
    overflow: hidden; }
    /* line 48, ../scss/layout/_nav.scss */
    .dropdown-background .menu-close, .dropdown .menu-close {
      height: 30px;
      width: 30px;
      margin-top: 70px;
      padding: 30px;
      float: right;
      background: url(../dest/menu-close.png) no-repeat 0 0;
      display: none; }
    /* line 57, ../scss/layout/_nav.scss */
    .dropdown-background.is-open, .is-open.dropdown {
      width: 350px; }

  /* line 62, ../scss/layout/_nav.scss */
  .top-nav-level {
    width: 100%; }

  /* line 66, ../scss/layout/_nav.scss */
  .dropdown {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    top: 100px;
    height: auto;
    -moz-transition: opacity 0.1s 0.15s;
    -o-transition: opacity 0.1s 0.15s;
    -webkit-transition: opacity 0.1s;
    -webkit-transition-delay: 0.15s;
    transition: opacity 0.1s 0.15s;
    padding: 0 70px 70px;
    background: transparent;
    color: white; }
    /* line 75, ../scss/layout/_nav.scss */
    .dropdown.is-open {
      opacity: 1;
      visibility: visible; }
    /* line 82, ../scss/layout/_nav.scss */
    .dropdown h3 {
      color: #b4f06d;
      font-family: "Roboto";
      margin-bottom: 0; }
    /* line 88, ../scss/layout/_nav.scss */
    .dropdown .dropdown-list a {
      padding: 10px 0;
      color: #b4f06d;
      font: 16px "Raleway Semibold";
      text-transform: capitalize; }
      /* line 89, ../scss/layout/_nav.scss */
      .dropdown .dropdown-list a:hover {
        background: transparent;
        color: #8ec549; }
    /* line 98, ../scss/layout/_nav.scss */
    .dropdown .dropdown-list li {
      border-top-color: #6aa3cc; }
      /* line 100, ../scss/layout/_nav.scss */
      .dropdown .dropdown-list li:last-child a {
        border-bottom: 1px solid #6aa3cc; } }
/* ==|====================
   Layout/Footer
   ======================= */
/* line 5, ../scss/layout/_footer.scss */
.l-footer {
  background: #111111;
  text-align: center;
  color: white;
  padding: 40px 35px;
  position: relative; 
  clear:both;
}
  /* line 11, ../scss/layout/_footer.scss */
  .l-footer a.end-link {
    color: #8ec549;
    font-family: "Raleway Semibold"; }
  /* line 15, ../scss/layout/_footer.scss */
  .l-footer h4, .l-footer label {
    color: #8ec549; }
  /* line 20, ../scss/layout/_footer.scss */
  .l-footer section.last-section {
    text-align: left; }
  /* line 23, ../scss/layout/_footer.scss */
  .l-footer section + section {
    margin-top: 25px; }
  /* line 28, ../scss/layout/_footer.scss */
  .l-footer form {
    margin: 0 auto; }
    /* line 30, ../scss/layout/_footer.scss */
    .l-footer form + form {
      margin: 25px auto; }

@media screen and (min-width: 48.0625em) {
  /* line 40, ../scss/layout/_footer.scss */
  .l-footer .form-size textarea {
    width: 85%; }
  /* line 43, ../scss/layout/_footer.scss */
  .l-footer .form-size textarea, .l-footer .form-size .search-submit {
    height: 50px; } }
@media screen and (min-width: 1025px) {
  /* line 51, ../scss/layout/_footer.scss */
  .l-footer {
    margin-top: 0;
    padding: 0;
    text-align: left; }
    /* line 55, ../scss/layout/_footer.scss */
    .l-footer section {
      padding: 55px 25px;
      float: left;
      min-height: 380px; }
      /* line 59, ../scss/layout/_footer.scss */
      .l-footer section + section {
        border-left: 1px solid #585858;
        margin-top: 0; }
      /* line 63, ../scss/layout/_footer.scss */
      .l-footer section.first-section {
        width: 33%; }
      /* line 66, ../scss/layout/_footer.scss */
      .l-footer section.middle-section {
        width: 39%; }
      /* line 69, ../scss/layout/_footer.scss */
      .l-footer section.last-section {
        width: 28%; }
    /* line 74, ../scss/layout/_footer.scss */
    .l-footer .form-size textarea {
      width: 180px; }
    /* line 77, ../scss/layout/_footer.scss */
    .l-footer .form-size textarea, .l-footer .form-size .search-submit {
      height: 66px; } }
@media screen and (min-width: 1350px) {
  /* line 87, ../scss/layout/_footer.scss */
  .l-footer .form-size textarea {
    width: 85%; }
  /* line 90, ../scss/layout/_footer.scss */
  .l-footer .form-size textarea, .l-footer .form-size .search-submit {
    height: 50px; } }
@media screen and (min-width: 91.25em) {
  /* line 101, ../scss/layout/_footer.scss */
  .l-footer section.first-section {
    width: 28%; }
  /* line 104, ../scss/layout/_footer.scss */
  .l-footer section.middle-section {
    width: 32%; }
  /* line 107, ../scss/layout/_footer.scss */
  .l-footer section.last-section {
    width: 40%; } }
/* ==|====================
   Layout/Constrained
   ======================= */
/* line 5, ../scss/layout/_constrained.scss */
.l-constrained {
  max-width: 71.25em;
  padding: 0 1.25em;
  margin: 0 auto; }

/* Modules */
/* ==|====================
   Module/Button
   ======================= */
/* line 5, ../scss/modules/_btn.scss */
.btn, .btn-color1, .btn-color2 {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF9F9F9', endColorstr='#FFE9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #e9e9e9));
  background-image: -moz-linear-gradient(#f9f9f9, #e9e9e9);
  background-image: -webkit-linear-gradient(#f9f9f9, #e9e9e9);
  background-image: linear-gradient(#f9f9f9, #e9e9e9);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: .2em .7em;
  border: solid 1px #cacaca;
  color: #787878;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  vertical-align: middle;
  cursor: pointer; }
  /* line 18, ../scss/modules/_btn.scss */
  .btn:hover, .btn-color1:hover, .btn-color2:hover {
    background: #f3f3f3; }
  /* line 21, ../scss/modules/_btn.scss */
  .btn:active, .btn-color1:active, .btn-color2:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }

/* line 39, ../scss/modules/_btn.scss */
.btn-color1 {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF00AFEC', endColorstr='#FF0089B9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWZlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODliOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00afec), color-stop(100%, #0089b9));
  background-image: -moz-linear-gradient(#00afec, #0089b9);
  background-image: -webkit-linear-gradient(#00afec, #0089b9);
  background-image: linear-gradient(#00afec, #0089b9);
  color: #fff;
  border-color: #0089b9;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  /* line 34, ../scss/modules/_btn.scss */
  .btn-color1:hover {
    background: #0089b9; }

/* line 42, ../scss/modules/_btn.scss */
.btn-color2 {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8EC549', endColorstr='#FF74A635');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYzU0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc0YTYzNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8ec549), color-stop(100%, #74a635));
  background-image: -moz-linear-gradient(#8ec549, #74a635);
  background-image: -webkit-linear-gradient(#8ec549, #74a635);
  background-image: linear-gradient(#8ec549, #74a635);
  color: #fff;
  border-color: #74a635;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  /* line 34, ../scss/modules/_btn.scss */
  .btn-color2:hover {
    background: #0089b9; }

/* ===========================
   Mobile Nav
   =========================== */
/* line 5, ../scss/modules/_mobile-nav-search.scss */
.mobile-nav-search {
  background: #1b75bc;
  display: -webkit-flex;
  display: flex; }
  /* line 8, ../scss/modules/_mobile-nav-search.scss */
  .mobile-nav-search form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
    /* line 11, ../scss/modules/_mobile-nav-search.scss */
    .mobile-nav-search form input {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
  /* line 15, ../scss/modules/_mobile-nav-search.scss */
  .mobile-nav-search .search-input {
    background: none;
    border: none;
    box-shadow: none;
    line-height: 1;
    font-size: 18px;
    padding: 5px 0 0px 15px; }
    /* line 57, ../scss/tools/_mixins.scss */
    .mobile-nav-search .search-input::-webkit-input-placeholder {
      color: white;
      text-transform: uppercase;
      font-family: "Oswald"; }
    /* line 62, ../scss/tools/_mixins.scss */
    .mobile-nav-search .search-input:-moz-placeholder {
      color: white;
      text-transform: uppercase;
      font-family: "Oswald"; }
    /* line 68, ../scss/tools/_mixins.scss */
    .mobile-nav-search .search-input:-ms-input-placeholder {
      color: white;
      text-transform: uppercase;
      font-family: "Oswald"; }
    /* line 57, ../scss/tools/_mixins.scss */
    .mobile-nav-search .search-input:focus::-webkit-input-placeholder {
      color: #1b75bc;
      text-transform: uppercase;
      font-family: ""; }
    /* line 62, ../scss/tools/_mixins.scss */
    .mobile-nav-search .search-input:focus:-moz-placeholder {
      color: #1b75bc;
      text-transform: uppercase;
      font-family: ""; }
    /* line 68, ../scss/tools/_mixins.scss */
    .mobile-nav-search .search-input:focus:-ms-input-placeholder {
      color: #1b75bc;
      text-transform: uppercase;
      font-family: ""; }
  /* line 27, ../scss/modules/_mobile-nav-search.scss */
  .mobile-nav-search a.form-submit, .mobile-nav-search button.form-submit {
    background: transparent;
    box-shadow: none; }
    /* line 30, ../scss/modules/_mobile-nav-search.scss */
    .mobile-nav-search a.form-submit i, .mobile-nav-search button.form-submit i {
      font-size: 19px; }

/* line 36, ../scss/modules/_mobile-nav-search.scss */
.slicknav_btn, .header-search {
  margin: 0;
  float: left;
  border-radius: 0;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-shadow: none;
  width: 100%;
  font-size: 1.125em;
  padding: 15px; }
  /* line 45, ../scss/modules/_mobile-nav-search.scss */
  .slicknav_btn:hover, .header-search:hover {
    border-bottom: none; }
  /* line 48, ../scss/modules/_mobile-nav-search.scss */
  .slicknav_btn:after, .header-search:after {
    content: 'MENU';
    color: white;
    margin: 5px 0 0 10px;
    display: inline-block; }
  /* line 54, ../scss/modules/_mobile-nav-search.scss */
  .slicknav_btn.slicknav_open, .slicknav_open.header-search {
    background: #d61b71; }

/* line 63, ../scss/modules/_mobile-nav-search.scss */
.slicknav_menu, .slicknav_nav {
  width: 145px;
  position: static;
  background: #00afec; }
  /* line 67, ../scss/modules/_mobile-nav-search.scss */
  .slicknav_menu .slicknav_icon-bar, .slicknav_nav .slicknav_icon-bar {
    width: 30px;
    height: 5px;
    box-shadow: none; }
    /* line 71, ../scss/modules/_mobile-nav-search.scss */
    .slicknav_menu .slicknav_icon-bar + .slicknav_icon-bar, .slicknav_nav .slicknav_icon-bar + .slicknav_icon-bar {
      margin-top: 5px; }

/* line 77, ../scss/modules/_mobile-nav-search.scss */
.slicknav_nav {
  background: #d61b71;
  width: 100%;
  top: 170px;
  position: absolute; }
  /* line 83, ../scss/modules/_mobile-nav-search.scss */
  .slicknav_nav a {
    margin: 0; }

@media screen and (min-width: 63.75em) {
  /* line 89, ../scss/modules/_mobile-nav-search.scss */
  .slicknav_menu, .slicknav_nav {
    display: none; }

  /* line 92, ../scss/modules/_mobile-nav-search.scss */
  .mobile-nav-search form {
    display: none !important; } }
/* ===========================
   Shared nav styling
   =========================== */
/* line 6, ../scss/modules/_shared-nav.scss */
.shared-nav ul, .slicknav_nav ul {
  margin: 0; }
/* line 9, ../scss/modules/_shared-nav.scss */
.shared-nav li, .slicknav_nav li {
  border-top: 1px solid #74a635; }
  /* line 13, ../scss/modules/_shared-nav.scss */
  .shared-nav li.top-level > a:after, .slicknav_nav li.top-level > a:after {
    content: '';
    width: 0;
    top: 0;
    position: absolute;
    right: -25px;
    z-index: 100;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 25px;
    border-color: transparent transparent transparent transparent;
    -moz-transform: scale(0.9999);
    -ms-transform: scale(0.9999);
    -webkit-transform: scale(0.9999);
    transform: scale(0.9999); }
  /* line 27, ../scss/modules/_shared-nav.scss */
  .shared-nav li.top-level.current-page, .slicknav_nav li.top-level.current-page {
    background: #d61b71; }
    /* line 30, ../scss/modules/_shared-nav.scss */
    .shared-nav li.top-level.current-page a:before, .slicknav_nav li.top-level.current-page a:before {
      color: white; }
    /* line 34, ../scss/modules/_shared-nav.scss */
    .shared-nav li.top-level.current-page a:hover:before {
      color: #1b75bc; }
  /* line 40, ../scss/modules/_shared-nav.scss */
  .shared-nav li.top-level:hover, .slicknav_nav li.top-level:hover {
    background: white;
    color: #1b75bc; }
    /* line 43, ../scss/modules/_shared-nav.scss */
    .shared-nav li.top-level:hover a, .slicknav_nav li.top-level:hover a {
      color: #1b75bc; }
    /* line 47, ../scss/modules/_shared-nav.scss */
    .shared-nav li.top-level:hover > a:after, .slicknav_nav li.top-level:hover > a:after {
      border-color: transparent transparent transparent #fff; }
    /* line 52, ../scss/modules/_shared-nav.scss */
    .shared-nav li.top-level:hover li a, .slicknav_nav li.top-level:hover li a {
      color: #8ec549; }
    /* line 56, ../scss/modules/_shared-nav.scss */
    .shared-nav li.top-level:hover li:hover a, .slicknav_nav li.top-level:hover li:hover a {
      color: #74a635; }
/* line 64, ../scss/modules/_shared-nav.scss */
.shared-nav a, .slicknav_nav a {
  position: relative;
  font-size: 1.125em;
  padding: 10px 20px 10px 70px;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif; }
  /* line 70, ../scss/modules/_shared-nav.scss */
  .shared-nav a:before, .slicknav_nav a:before {
    position: absolute;
    left: 30px;
    font-size: 22px;
    font-family: 'icomoon';
    color: #1b75bc; }
  .shared-nav a.box-logo:before, .slicknav_nav a.box-logo:before {
    content: '';
    background: url(/OrthoKids/media/Images/logo.svg) no-repeat 0 0;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }
  /* line 78, ../scss/modules/_shared-nav.scss */
  .shared-nav a.community:before, .slicknav_nav a.community:before {
    content: "\e600";
    font-size: 16px;
    left: 25px; }
  /* line 85, ../scss/modules/_shared-nav.scss */
  .shared-nav a.bandaid:before, .slicknav_nav a.bandaid:before {
    content: "\e601";
    font-size: 32px;
    top: 0;
    left: 33px; }
  /* line 93, ../scss/modules/_shared-nav.scss */
  .shared-nav a.bike:before, .slicknav_nav a.bike:before {
    content: "\e602";
    left: 25px; }
  /* line 99, ../scss/modules/_shared-nav.scss */
  .shared-nav a.briefcase:before, .slicknav_nav a.briefcase:before {
    content: "\e603"; }
  /* line 104, ../scss/modules/_shared-nav.scss */
  .shared-nav a.cross:before, .slicknav_nav a.cross:before {
    content: "\e60d"; }
  /* line 109, ../scss/modules/_shared-nav.scss */
  .shared-nav a.hand:before, .slicknav_nav a.hand:before {
    content: "\e60e"; }
  /* line 114, ../scss/modules/_shared-nav.scss */
  .shared-nav a.lifesaver:before, .slicknav_nav a.lifesaver:before {
    content: "\e60f"; }
  /* line 114, ../scss/modules/_shared-nav.scss */
  .shared-nav a.news:before, .slicknav_nav a.news:before {
    content: "\e900";
    font-size: 30px;
    left: 25px;
    top: 4px; }
  .slicknav_nav a.news:before {
    left: -40px;
    top: -4px;
  }
  /* line 119, ../scss/modules/_shared-nav.scss */
  .shared-nav a.sling:before, .slicknav_nav a.sling:before {
    content: "\e610";
    font-size: 30px;
    top: 0; }
  /* line 126, ../scss/modules/_shared-nav.scss */
  .shared-nav a.stretch:before, .slicknav_nav a.stretch:before {
    content: "\e611";
    font-size: 32px;
    top: 0; }
  /* line 133, ../scss/modules/_shared-nav.scss */
  .shared-nav a.trophy:before, .slicknav_nav a.trophy:before {
    content: "\e612"; }
  /* line 138, ../scss/modules/_shared-nav.scss */
  .shared-nav a.heart:before, .slicknav_nav a.heart:before {
    content: "\e613"; }
  /* line 143, ../scss/modules/_shared-nav.scss */
  .shared-nav a.search:before, .slicknav_nav a.search:before {
    content: "\e614"; }

/* line 150, ../scss/modules/_shared-nav.scss */
.slicknav_nav {
  box-shadow: 0px 4px 5px 0px; }
  /* line 155, ../scss/modules/_shared-nav.scss */
  .slicknav_nav li.top-level:hover {
    background-color: #a91559;
    color: white; }
    /* line 158, ../scss/modules/_shared-nav.scss */
    .slicknav_nav li.top-level:hover a {
      color: white; }
    /* line 162, ../scss/modules/_shared-nav.scss */
    .slicknav_nav li.top-level:hover li a {
      color: white; }
    /* line 166, ../scss/modules/_shared-nav.scss */
    .slicknav_nav li.top-level:hover li:hover a {
      color: white; }
  /* line 174, ../scss/modules/_shared-nav.scss */
  .slicknav_nav h3 {
    color: white; }
  /* line 178, ../scss/modules/_shared-nav.scss */
  .slicknav_nav a:before {
    left: -40px; }
  /* line 182, ../scss/modules/_shared-nav.scss */
  .slicknav_nav a:hover:after {
    border: none; }
  /* line 186, ../scss/modules/_shared-nav.scss */
  .slicknav_nav a.sling:before {
    left: -40px;
    top: -8px; }
  /* line 190, ../scss/modules/_shared-nav.scss */
  .slicknav_nav a.stretch:before {
    left: -40px;
    top: -10px; }
  /* line 194, ../scss/modules/_shared-nav.scss */
  .slicknav_nav a.bike:before {
    left: -45px; }
  /* line 197, ../scss/modules/_shared-nav.scss */
  .slicknav_nav a.community:before {
    left: -45px; }
  /* line 200, ../scss/modules/_shared-nav.scss */
  .slicknav_nav a.bandaid:before {
    left: -36px;
    top: -10px; }
  /* line 205, ../scss/modules/_shared-nav.scss */
  .slicknav_nav .dropdown {
    color: white;
    padding: 0 40px; }
    /* line 208, ../scss/modules/_shared-nav.scss */
    .slicknav_nav .dropdown h3 {
      font-family: "Roboto";
      margin: 0; }
  /* line 213, ../scss/modules/_shared-nav.scss */
  .slicknav_nav .slicknav_arrow {
    margin: 2px 0 0 0.2em;
    vertical-align: top;
    display: inline-block; }
  /* line 218, ../scss/modules/_shared-nav.scss */
  .slicknav_nav .dropdown-list {
    width: 260px;
    margin: 1.2em 0; }
    /* line 221, ../scss/modules/_shared-nav.scss */
    .slicknav_nav .dropdown-list li {
      border-top: 1px solid #e73d8b;
      color: #8ec549; }
    /* line 225, ../scss/modules/_shared-nav.scss */
    .slicknav_nav .dropdown-list a {
      padding: 10px 0;
      font-family: "Raleway Semibold";
      text-transform: none; }
      /* line 230, ../scss/modules/_shared-nav.scss */
      .slicknav_nav .dropdown-list a:hover:after {
        border: 0; }
  /* line 236, ../scss/modules/_shared-nav.scss */
  .slicknav_nav a {
    padding-left: 10px; }
  /* line 239, ../scss/modules/_shared-nav.scss */
  .slicknav_nav li {
    border-top: 1px solid #a91559; }
  /* line 242, ../scss/modules/_shared-nav.scss */
  .slicknav_nav .slicknav_open {
    background-color: #a91559; }
    /* line 244, ../scss/modules/_shared-nav.scss */
    .slicknav_nav .slicknav_open li {
      padding-left: 0; }
  /* line 248, ../scss/modules/_shared-nav.scss */
  .slicknav_nav a, .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 10px 20px 10px 55px; }
    /* line 251, ../scss/modules/_shared-nav.scss */
    .slicknav_nav a:hover, .slicknav_nav a:before, .slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row:before {
      border-radius: 0;
      color: white; }
    /* line 255, ../scss/modules/_shared-nav.scss */
    .slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
      background: #a91559; }

@media screen and (min-width: 48.0625em) {
  /* line 264, ../scss/modules/_shared-nav.scss */
  .slicknav_nav {
    top: 290px; } }
/* ===========================
   aside styles
   =========================== */
/* line 6, ../scss/modules/_aside-styles.scss */
aside section {
  margin-top: 5px; }

/* line 11, ../scss/modules/_aside-styles.scss */
.search-section, .content-section, .community-section {
  padding: 20px 35px;
  background: #00afec; }
  /* line 14, ../scss/modules/_aside-styles.scss */
  .search-section h1, .content-section h1, .community-section h1, .search-section h2, .content-section h2, .community-section h2, .search-section h3, .content-section h3, .community-section h3, .search-section h4, .content-section h4, .community-section h4, .search-section h5, .content-section h5, .community-section h5, .search-section h6, .content-section h6, .community-section h6, .search-section p, .content-section p, .community-section p, .search-section li, .content-section li, .community-section li, .search-section a, .content-section a, .community-section a, .search-section label, .content-section label, .community-section label {
    color: white; }
  /* line 17, ../scss/modules/_aside-styles.scss */
  .search-section input, .content-section input, .community-section input, .search-section textarea, .content-section textarea, .community-section textarea {
    background: white;
    color: #585858; }
    /* line 57, ../scss/tools/_mixins.scss */
    .search-section input::-webkit-input-placeholder, .content-section input::-webkit-input-placeholder, .community-section input::-webkit-input-placeholder, .search-section textarea::-webkit-input-placeholder, .content-section textarea::-webkit-input-placeholder, .community-section textarea::-webkit-input-placeholder {
      color: #585858;
      text-transform: uppercase;
      font-family: "Raleway Semibold"; }
    /* line 62, ../scss/tools/_mixins.scss */
    .search-section input:-moz-placeholder, .content-section input:-moz-placeholder, .community-section input:-moz-placeholder, .search-section textarea:-moz-placeholder, .content-section textarea:-moz-placeholder, .community-section textarea:-moz-placeholder {
      color: #585858;
      text-transform: uppercase;
      font-family: "Raleway Semibold"; }
    /* line 68, ../scss/tools/_mixins.scss */
    .search-section input:-ms-input-placeholder, .content-section input:-ms-input-placeholder, .community-section input:-ms-input-placeholder, .search-section textarea:-ms-input-placeholder, .content-section textarea:-ms-input-placeholder, .community-section textarea:-ms-input-placeholder {
      color: #585858;
      text-transform: uppercase;
      font-family: "Raleway Semibold"; }

/* line 25, ../scss/modules/_aside-styles.scss */
.l-medium-left .connect-section {
  display: none; }

/* line 29, ../scss/modules/_aside-styles.scss */
.content-section, .community-section {
  background: #8ec549; }
  /* line 32, ../scss/modules/_aside-styles.scss */
  .content-section img, .community-section img {
    border: 10px solid white; }

/* line 36, ../scss/modules/_aside-styles.scss */
.connect-section {
  text-align: center; }
  /* line 39, ../scss/modules/_aside-styles.scss */
  .connect-section .slab-header h2 {
    color: #1b75bc; }
  /* line 43, ../scss/modules/_aside-styles.scss */
  .connect-section li {
    margin-right: 10px; }
    /* line 45, ../scss/modules/_aside-styles.scss */
    .connect-section li:last-child {
      margin-right: 0; }

/* line 50, ../scss/modules/_aside-styles.scss */
.community-section {
  background: white;
  padding: 12px 0;
  font-family: Arial; }
  /* line 55, ../scss/modules/_aside-styles.scss */
  .community-section p, .community-section span {
    color: #585858;
    font-size: 12px; }
  /* line 59, ../scss/modules/_aside-styles.scss */
  .community-section p {
    font-size: 13px;
    margin: 5px 0; }
  /* line 63, ../scss/modules/_aside-styles.scss */
  .community-section h5 {
    color: #0056a4;
    font: 14px Arial;
    font-weight: bold;
    margin: 0; }
  /* line 69, ../scss/modules/_aside-styles.scss */
  .community-section header {
    text-align: center;
    background: #d61b71;
    padding: 20px; }
    /* line 73, ../scss/modules/_aside-styles.scss */
    .community-section header h2 {
      margin: 0; }
  /* line 77, ../scss/modules/_aside-styles.scss */
  .community-section .community-col {
    position: relative;
    background: white;
    border: 1px solid #B3B3B3;
    border-top: none;
    padding: 30px 20px; }
    /* line 83, ../scss/modules/_aside-styles.scss */
    .community-section .community-col.facebook-feed {
      padding: 0 0 20px 0; }
    /* line 86, ../scss/modules/_aside-styles.scss */
    .community-section .community-col .tab {
      position: absolute;
      bottom: -35px;
      left: 35%;
      height: 36px;
      width: 65px;
      z-index: 10;
      background: url("../dest/white-tab.png") 0 0 no-repeat;
      left: 45%; }
      /* line 89, ../scss/modules/_aside-styles.scss */
      .community-section .community-col .tab.tab-right {
        background: url("../dest/white-tab-right.png") 0 0 no-repeat; }

@media screen and (min-width: 48.0625em) {
  /* line 98, ../scss/modules/_aside-styles.scss */
  .main-group {
    padding: 30px; }

  /* line 102, ../scss/modules/_aside-styles.scss */
  aside section {
    border-top: none; } }
@media screen and (min-width: 63.75em) {
  /* line 109, ../scss/modules/_aside-styles.scss */
  .l-medium-left .connect-section {
    display: inherit !important; } }
@media screen and (min-width: 768px) {
  /* line 117, ../scss/modules/_aside-styles.scss */
  .flexbox .flex-flip {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }
    /* line 124, ../scss/modules/_aside-styles.scss */
    .flexbox .flex-flip .content-section, .flexbox .flex-flip .community-section {
      margin-right: 15px; }

  /* line 130, ../scss/modules/_aside-styles.scss */
  .search-section, .content-section, .community-section {
    width: 40%;
    padding: 6% 20px; }

  /* line 135, ../scss/modules/_aside-styles.scss */
  .content-section, .community-section {
    padding: 20px;
    width: 58%; }
    /* line 139, ../scss/modules/_aside-styles.scss */
    .content-section img, .community-section img {
      float: left;
      width: 33%;
      min-width: 120px; }
    /* line 144, ../scss/modules/_aside-styles.scss */
    .content-section .content-text, .community-section .content-text {
      float: right;
      width: 62%; }

  /* line 150, ../scss/modules/_aside-styles.scss */
  .community-section {
    float: none;
    margin-top: 30px;
    width: 100%;
    padding: 0; }
    /* line 155, ../scss/modules/_aside-styles.scss */
    .community-section .col-container {
      margin: 30px 0; }
    /* line 159, ../scss/modules/_aside-styles.scss */
    .community-section header .tab {
      position: absolute;
      bottom: -35px;
      left: 35%;
      height: 36px;
      width: 65px;
      z-index: 10;
      background: url("../dest/pink-tab.png") 0 0 no-repeat;
      left: 45%;
      width: 60px; }
    /* line 165, ../scss/modules/_aside-styles.scss */
    .community-section .community-col {
      width: 33%;
      margin-right: 15px;
      background: #E9E9E9;
      border-top: 1px solid #B3B3B3;
      padding: 20px; }
      /* line 171, ../scss/modules/_aside-styles.scss */
      .community-section .community-col .tab {
        background-image: url(../dest/grey-tab.png);
        left: 40%;
        z-index: 1; }
        /* line 175, ../scss/modules/_aside-styles.scss */
        .community-section .community-col .tab.tab-right {
          background-image: url(../dest/grey-tab-right.png); }
      /* line 179, ../scss/modules/_aside-styles.scss */
      .community-section .community-col:last-child {
        margin-right: 0; }
      /* line 182, ../scss/modules/_aside-styles.scss */
      .community-section .community-col.twitter-col {
        padding: 15px 20px; } }
/* line 191, ../scss/modules/_aside-styles.scss */
.no-flexbox .search-section, .no-flexbox .content-section, .no-flexbox .community-section {
  float: right; }
  /* line 193, ../scss/modules/_aside-styles.scss */
  .no-flexbox .search-section .content-section, .no-flexbox .content-section .content-section, .no-flexbox .community-section .content-section, .no-flexbox .search-section .community-section, .no-flexbox .content-section .community-section, .no-flexbox .community-section .community-section {
    float: left !important;
    margin-right: 20px; }
/* line 198, ../scss/modules/_aside-styles.scss */
.no-flexbox .community-col {
  float: left;
  width: 32%; }
/* line 202, ../scss/modules/_aside-styles.scss */
.no-flexbox .community-section {
  float: none; }

@media screen and (min-width: 91.25em) {
  /* line 208, ../scss/modules/_aside-styles.scss */
  aside {
    width: 40%;
    float: right; }

  /* line 212, ../scss/modules/_aside-styles.scss */
  .main-group {
    padding: 0 25px 25px 25px; }

  /* line 218, ../scss/modules/_aside-styles.scss */
  .flexbox .flex-flip {
    display: block; }

  /* line 223, ../scss/modules/_aside-styles.scss */
  .search-section, .content-section, .community-section {
    width: 100%;
    padding: 6% 20px;
    margin-top: 25px; }
    /* line 228, ../scss/modules/_aside-styles.scss */
    .search-section .form-size textarea, .content-section .form-size textarea, .community-section .form-size textarea {
      width: 84%; }
    /* line 231, ../scss/modules/_aside-styles.scss */
    .search-section .form-size textarea, .content-section .form-size textarea, .community-section .form-size textarea, .search-section .form-size .search-submit, .content-section .form-size .search-submit, .community-section .form-size .search-submit {
      height: 50px; }

  /* line 237, ../scss/modules/_aside-styles.scss */
  .content-section, .community-section {
    margin-top: 15px; }

  /* line 241, ../scss/modules/_aside-styles.scss */
  .community-section {
    float: none;
    width: 100%;
    padding: 0; }
    /* line 245, ../scss/modules/_aside-styles.scss */
    .community-section .col-container {
      margin: 15px 0 30px 0; }
    /* line 248, ../scss/modules/_aside-styles.scss */
    .community-section .community-col {
      width: 100%;
      margin-bottom: 10px; } }
/* ===========================
   Home svg/animation module
   =========================== */
/* line 5, ../scss/modules/_home-svg.scss */
.svg-home {
  width: 125px;
  float: right;
  margin-bottom: -130px;
  margin-right: -35px;
  margin-top: -100px;
  z-index: 2;
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg); }
  /* line 13, ../scss/modules/_home-svg.scss */
  .svg-home svg {
    width: 100%; }

@media screen and (min-width: 48.0625em) {
  /* line 20, ../scss/modules/_home-svg.scss */
  .svg-home {
    position: absolute;
    width: 165px;
    bottom: 0;
    right: 0;
    margin-bottom: -60px;
    margin-right: -15px; } }
@media screen and (min-width: 68.75em) {
  /* line 31, ../scss/modules/_home-svg.scss */
  .svg-home {
    width: 200px;
    margin-bottom: -25px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
/* line 38, ../scss/modules/_home-svg.scss */
.arm, .left-arm {
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-animation: swing 3s infinite ease-in-out;
/*  animation: swing 3s infinite ease-in-out;*/ }

/* line 44, ../scss/modules/_home-svg.scss */
.left-arm {
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }

@-moz-keyframes swing {
  0%, 10% {
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  50% {
    -moz-transform: rotate(7deg);
    transform: rotate(7deg); }
  90%, 100% {
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg); } }
@-webkit-keyframes swing {
  0%, 10% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  50% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  90%, 100% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); } }
@keyframes swing {
  0%, 10% {
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  50% {
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  90%, 100% {
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); } }
/* ===========================
   Social Feed override styles
   =========================== */
/* line 5, ../scss/modules/_social-overrides.scss */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

/* line 9, ../scss/modules/_social-overrides.scss */
.facebook-container {
  height: 200px;
  overflow: hidden;
  padding: 10px; }

/* line 15, ../scss/modules/_social-overrides.scss */
#twitter-widget-0 {
  width: 100% !important; }

/* ===========================
   Styles for the home screen tablet & desktop
   =========================== */
/* line 5, ../scss/modules/_home-landing.scss */
.skeleton, .feature-header {
  position: relative;
  z-index: 1; }

/* line 10, ../scss/modules/_home-landing.scss */
.main-landing {
  padding: 25px; }

@media screen and (min-width: 48.0625em) {
  /* line 15, ../scss/modules/_home-landing.scss */
  .main-landing {
    padding: 35px; }
    /* line 18, ../scss/modules/_home-landing.scss */
    .main-landing .slab-header h1 {
      font-size: 2.625em; }
    /* line 21, ../scss/modules/_home-landing.scss */
    .main-landing .slab-header p, .main-landing .slab-header a {
      font-size: 1em; }

  /* line 26, ../scss/modules/_home-landing.scss */
  .skeleton {
    width: 33%;
    max-width: 290px; }
    /* line 30, ../scss/modules/_home-landing.scss */
    .skeleton area:focus, .skeleton area:hover {
      outline: 2px solid #d61b71; }

  /* line 35, ../scss/modules/_home-landing.scss */
  .feature-header {
    margin-left: 20px;
    width: 60%;
    float: left; }

  /* line 40, ../scss/modules/_home-landing.scss */
  .feature-block {
    position: relative;
    width: 60%;
    float: left;
    bottom: 0;
    z-index: 0; }
    /* line 46, ../scss/modules/_home-landing.scss */
    .feature-block .slab-header {
      padding: 30px 60px 50px 90px;
      margin-top: 60px;
      bottom: 110px;
      margin-left: -75px;
      border: 1px solid #C0C0C0;
      z-index: 0;
      background-color: white; }
      /* line 53, ../scss/modules/_home-landing.scss */
      .feature-block .slab-header a {
        color: #8ec549; }
      /* line 56, ../scss/modules/_home-landing.scss */
      .feature-block .slab-header h2 {
        font-size: 2.25em;
        color: #8ec549; }
      /* line 60, ../scss/modules/_home-landing.scss */
      .feature-block .slab-header p {
        color: #585858; }
      /* line 64, ../scss/modules/_home-landing.scss */
      .feature-block .slab-header .tab {
        position: absolute;
        bottom: -35px;
        left: 35%;
        height: 36px;
        width: 65px;
        z-index: 10;
        background: url("../dest/large-white-tab.png") 0 0 no-repeat;
        width: 130px;
        left: 55%;
        bottom: -34px; } }
@media screen and (min-width: 91.25em) {
  /* line 74, ../scss/modules/_home-landing.scss */
  .home-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; } }
/* ===========================
   background image overlay module
   =========================== */
/* line 5, ../scss/modules/_background.scss */
.hand-background {
  background: url(../dest/hand-background.png);
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0; }

/* ===========================
   Game detail
   =========================== */
/* line 5, ../scss/modules/_game-detail.scss */
.game-detail {
  position: absolute;
  background-color: white;
  border: 5px solid #d61b71;
  display: none;
  z-index: 500;
  max-width: 500px; }

/* ===========================
   Interior Header
   =========================== */
/* line 5, ../scss/modules/_interior-styles.scss */
.interior-header {
  background: #00afec url("../dest/hand-background.png");
  text-align: center; }
  /* line 8, ../scss/modules/_interior-styles.scss */
  .interior-header.slab-header {
    padding: 20px 10px; }
    /* line 10, ../scss/modules/_interior-styles.scss */
    .interior-header.slab-header h2 {
      font-size: 0.875em;
      margin-bottom: 1em; }

/* line 18, ../scss/modules/_interior-styles.scss */
.interior-landing article {
  position: relative; }
/* line 22, ../scss/modules/_interior-styles.scss */
.interior-landing ul:not(.r-tabs-nav) {
  padding-left: 0px;
  list-style: none; }
  /* line 25, ../scss/modules/_interior-styles.scss */
  .interior-landing ul:not(.r-tabs-nav) li {
    padding-left: 1em;
    text-indent: -.7em; }
    /* line 28, ../scss/modules/_interior-styles.scss */
    .interior-landing ul:not(.r-tabs-nav) li:before {
      margin: 0 5px 0 0;
      content: "\2022";
      color: #d61b71;
      font-size: 1.75em;
      line-height: 0;
      vertical-align: middle; }
.interior-landing img, .ajax__tab_panel img, .interior-page img {
  margin: 15px;
  border: 5px solid #d61b71;
}
@media screen and (min-width: 48.0625em) {
  /* line 45, ../scss/modules/_interior-styles.scss */
  .interior-header {
    text-align: left; }
    /* line 47, ../scss/modules/_interior-styles.scss */
    .interior-header.slab-header {
      padding: 60px 20px 20px 30px; }
      /* line 49, ../scss/modules/_interior-styles.scss */
      .interior-header.slab-header h1 {
        font-size: 2.25em; }
      /* line 52, ../scss/modules/_interior-styles.scss */
      .interior-header.slab-header h2 {
        font-size: 1.125em; }

  /* line 57, ../scss/modules/_interior-styles.scss */
  .main-img, .main-img-bottom {
    float: right;
    padding: 0 0 40px 40px;
    width: 33%;
    max-width: 280px; }

  /* line 64, ../scss/modules/_interior-styles.scss */
  .main-img-bottom {
    padding-bottom: 0;
    width: auto;
    bottom: 0;
    right: 0; }
    /* line 70, ../scss/modules/_interior-styles.scss */
    .main-img-bottom.snowboard-boy {
      margin: 0 -70px -30px 0px; }
    /* line 73, ../scss/modules/_interior-styles.scss */
    .main-img-bottom.wheelchair, .main-img-bottom.girl {
      margin: 0 40px -30px 0px; }

  /* line 77, ../scss/modules/_interior-styles.scss */
  .text-col {
    width: 60%;
    float: left; } }
/* ===========================
   Interior subnav module
   =========================== */
/* line 6, ../scss/modules/_interior-subnav.scss */
.interior-medium-right .slicknav_menu, .interior-medium-right .slicknav_nav {
  width: 100%; }
  /* line 8, ../scss/modules/_interior-subnav.scss */
  .interior-medium-right .slicknav_menu .slicknav_icon, .interior-medium-right .slicknav_nav .slicknav_icon {
    margin-left: 0; }
  /* line 11, ../scss/modules/_interior-subnav.scss */
  .interior-medium-right .slicknav_menu .slicknav_icon-bar, .interior-medium-right .slicknav_nav .slicknav_icon-bar {
    background: #e26a9f; }
/* line 16, ../scss/modules/_interior-subnav.scss */
.interior-medium-right .slicknav_btn, .interior-medium-right .header-search {
  display: -webkit-flex;
  display: flex;
  background: #d61b71; }
  /* line 19, ../scss/modules/_interior-subnav.scss */
  .interior-medium-right .slicknav_btn:after, .interior-medium-right .header-search:after {
    content: ''; }
  /* line 22, ../scss/modules/_interior-subnav.scss */
  .interior-medium-right .slicknav_btn.slicknav_open, .interior-medium-right .slicknav_open.header-search {
    background: #a91559; }
/* line 26, ../scss/modules/_interior-subnav.scss */
.interior-medium-right .slicknav_menutxt {
  -webkit-order: 2;
  order: 2;
  text-shadow: none;
  text-transform: uppercase;
  margin-top: 3px; }
/* line 32, ../scss/modules/_interior-subnav.scss */
.interior-medium-right .slicknav_nav {
  top: 225px;
  z-index: 1;
  padding: 15px 40px;
  background: #a91559; }
  /* line 38, ../scss/modules/_interior-subnav.scss */
  .interior-medium-right .slicknav_nav a, .interior-medium-right .slicknav_nav p, .interior-medium-right .slicknav_nav h3 {
    color: white; }

@media screen and (min-width: 48.0625em) {
  /* line 46, ../scss/modules/_interior-subnav.scss */
  .interior-medium-right .slicknav_nav {
    top: 345px; } }

/*Custom CSS*/
.cultureSelect {
  display: flow-root;
  position: absolute;
  right: 0;
  z-index: 1;
}
.cultureSelect .langselector li a{
padding: 7px 7px 7px 35px;
background-position-x: 10px;
}
.cultureSelect .langselector li{
width: 275px;
}
@media screen and (min-width: 91.25em) {
.main-group {
  padding: 25px; 
}

}
@media screen and (min-width: 1020px) and (max-width: 1459px) {
.cultureSelect{
  position: relative;
}
#language{
  float: right;
}
}
@media screen and (min-width: 422px) and (max-width: 1019px) {
.cultureSelect{
  position: relative;
  top: -45px;
}
#language{
  float: right;
}
.home-container{
  margin-top: -36px;
}

}
@media screen and (max-width: 422px) {
.cultureSelect{
  position: relative;
}
      .cultureSelect .langselector li, .cultureSelect .langselector li ul{
          width: 100%;
      }

}



.predictiveSearchResults {
    position: absolute;
    z-index: 999999;
    background-color: hsl(0,100%,100%);
    width: 100%;
    border: 1px solid hsl(0,1%,60%)
}

.predictiveSearchHolder {
    position: relative
}

.predictiveSearchCategory {
    background: hsl(47,100%,89%)
}

.predictiveSearchResults .selectedResult {
    text-decoration: underline
}

.predictiveSearchResults a {
    text-decoration: none
}

.predictiveSearchResults > * {
    color: #000;
    padding: 3px 4px
}


/* _Webparts*/
.langselector {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block
}

    .langselector ul {
        margin-top: 0;
        position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        list-style-type: none;
        border: 1px solid #b6cad9;
        border-top: 1px dotted #b6cad9
    }

    .langselector li {
        float: left;
        padding: 0;
        width: 150px;
        white-space: nowrap;
        background-color: #ecf4f9
    }

    .langselector .lifirst {
        background-position: right center
    }

    .langselector li .first {
        border: 1px solid #b6cad9
    }

    .langselector li:hover .first {
        border: 1px solid #b6cad9;
        border-bottom: 1px solid transparent
    }

    .langselector a {
        background-repeat: no-repeat;
        background-position: 3px center;
        padding: 2px;
        text-align: left;
        padding-left: 23px;
        display: block;
        min-height: 16px;
        text-decoration: none
    }

    .langselector ul a:hover {
        background-color: #b6cad9
    }

    .langselector li:hover ul {
        visibility: visible;
        background-color: #ecf4f9;
        padding: 0;
        margin: 0
    }

    .langselector li li {
        float: none;
        border: none;
        padding: 0;
        margin: 0;
        width: 148px
    }

 /*_LagSelector*/
.langselector {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block
}

    .langselector ul {
        margin-top: 0;
        position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        list-style-type: none;
        border: 1px solid #b6cad9;
        border-top: 1px dotted #b6cad9
    }

    .langselector li {
        float: left;
        padding: 0;
        width: 150px;
        white-space: nowrap;
        background-color: #ecf4f9
    }

    .langselector .lifirst {
        background-position: right center
    }

    .langselector li .first {
        border: 1px solid #b6cad9
    }

    .langselector li:hover .first {
        border: 1px solid #b6cad9;
        border-bottom: 1px solid transparent
    }

    .langselector a {
        background-repeat: no-repeat;
        background-position: 3px center;
        padding: 2px;
        text-align: left;
        padding-left: 23px;
        display: block;
        min-height: 16px;
        text-decoration: none
    }

    .langselector ul a:hover {
        background-color: #b6cad9
    }

    .langselector li:hover ul {
        visibility: visible;
        background-color: #ecf4f9;
        padding: 0;
        margin: 0
    }

    .langselector li li {
        float: none;
        border: none;
        padding: 0;
        margin: 0;
        width: 148px
    }
.banner{
    position:relative;
    z-index:1;
}
.banner a:hover{
    text-decoration:none;
    border-bottom:none;
}