@charset "UTF-8";
/**
 * #SETTINGS
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/* Landscape phones and smaller | @media (max-width: 479px) */
/* Landscape phones and smaller | @media @media (min-width: 480px) and (max-width: 767px) */
/* Portrait tablets and small desktops | @media (min-width: 768px) and (max-width: 991px) */
/* Portrait tablets and medium desktops | @media (min-width: 992px) and (max-width: 1199px)  */
/* Large desktops and laptops | @media (min-width: 1200px)  */
/**
 * #TOOLS
 */
/*------------------------------------*\
    #ALIASES
\*------------------------------------*/
/**
 * #GENERIC
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem;
}

/**
 * #BASE
 */
/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em; /* [1] */
  line-height: 1.5; /* [1] */
  background-color: #FFFFFF;
  color: #444;
  overflow-y: scroll; /* [2] */
  min-height: 100%; /* [3] */
  -webkit-text-size-adjust: 100%; /* [4] */
  -ms-text-size-adjust: 100%; /* [4] */
  -moz-osx-font-smoothing: grayscale; /* [5] */
  -webkit-font-smoothing: antialiased; /* [5] */
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

/*------------------------------------*\
    #PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger: en.wikipedia.org/wiki/Lede_(news)
 */
.lede {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
html {
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.div {
  display: flex;
  flex-flow: row wrap;
}

/*------------------------------------*\
    #LINKS
\*------------------------------------*/
a {
  text-decoration: none;
  color: #302E93;
  transition: all 0.5s ease;
}
a:hover {
  cursor: pointer;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none;
}

figure {
  margin: 0;
}

/*------------------------------------*\
    #TYPO
\*------------------------------------*/
body {
  font-family: "proxima-nova";
  font-weight: 400;
  line-height: 27px;
}

h1 {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #302e93;
}

h2 {
  font-size: 18px;
  font-weight: 600;
  color: #302e93;
  margin-bottom: 13px;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #8BBB1E;
  text-align: center;
}

/*------------------------------------*\
    #KEYFRAMES
\*------------------------------------*/
/*------------------------------------*\
    #FONT-FACE
\*------------------------------------*/
/**
 * #OBJECTS
 */
/*** WRAPPERS ***/
/*------------------------------------*\
    #WRAPPERS
\*------------------------------------*/
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
}

.wrapper__content-block {
  margin-top: 76px;
  margin-bottom: 100px;
}

.wrapper__background--blue {
  background-color: #302E93;
  width: 100%;
  color: white;
}
.wrapper__background--blue h1 {
  color: white;
}

.wrapper__background--light-blue {
  background-color: #E8E8F3;
  width: 100%;
  color: #302E93;
}

.wrapper__background--grey {
  background-color: #F2F2F2;
  width: 100%;
  padding-top: 20px;
}
@media all and (min-width: 48.0625em) {
  .wrapper__background--grey {
    padding: 42px 0px;
  }
}

.wrapper__background--green {
  background-color: #8BBB1E;
  width: 100%;
}

/** BUTTONS ***/
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn {
  display: inline-block; /* [1] */
  vertical-align: middle; /* [2] */
  font: inherit; /* [3] */
  text-align: center; /* [4] */
  margin: 0; /* [4] */
  cursor: pointer; /* [5] */
  overflow: visible; /* [6] */
  padding: 12px 24px; /* [7] */
  background-color: #302E93;
  border: 0px solid #302E93;
  border-radius: 0px;
}
.btn, .btn:hover, .btn:active, .btn:focus {
  text-decoration: none; /* [4] */
  color: #fff;
}

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Small buttons.
 */
.btn--small {
  padding: 6px 12px; /* [7] */
}

/**
 * Full-width buttons.
 */
.btn--full {
  width: 100%;
}

/*------------------------------------*\
    #LIST-BARE
\*------------------------------------*/
/**
 * The list-bare object simply removes any indents and bullet points from lists.
 */
.list-bare, .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.media {
  display: block;
}

.media__img {
  float: left;
  margin-right: 24px;
}
.media__img > img {
  display: block;
}

.media__body {
  overflow: hidden;
  display: block;
}
.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/*** TABLES **/
/*------------------------------------*\
    #TABLES
\*------------------------------------*/
.table {
  width: 100%;
}

/**
 * Add borders only to `table`’s rows.
 */
.table--rows,
.table--rows th,
.table--rows td {
  border: 0 solid #ccc;
}

.table--rows {
  border-top-width: 1px;
}
.table--rows th,
.table--rows td {
  border-bottom-width: 1px;
}

/**
 * #COMPONENTS
 */
/*------------------------------------*\
    #PAGE-HEAD
\*------------------------------------*/
/**
 * The site’s main page-head can have two different states:
 *
 * 1) Regular page-head with no backgrounds or extra treatments; it just
 *    contains the logo and nav.
 * 2) A masthead that has a fluid-height (becoming fixed after a certain point)
 *    which has a large background image, and some supporting text.
 *
 * The regular page-head is incredibly simple, but the masthead version has some
 * slightly intermingled dependency with the wrapper that lives inside it.
 */
/**
 * 1. A slightly smaller padding on smaller viewports.
 * 2. Grow to full-sized padding on large enough viewports.
 */
.page-head {
  width: 100%;
  padding-top: 25px;
  border-bottom: #302E93;
  border-bottom-width: 2px;
}

.separator {
  width: 100%;
  height: 2px;
  background-color: #302E93;
}

/*------------------------------------*\
    #PAGE-FOOT
\*------------------------------------*/
.page-foot {
  padding: 58px 0px 123px;
}

.about {
  padding: 52px 0px;
}

.about__image {
  margin: 0 auto 20px;
}

.about__image-alt-text {
  text-align: center;
}

/*------------------------------------*\
    #NAV
\*------------------------------------*/
/*
    1) .site-nav
    2) .user-nav
    */
.site-nav {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-transform: uppercase;
  list-style-type: none;
  display: block;
  width: 100%;
  margin-left: 0px;
}
@media all and (min-width: 48em) {
  .site-nav {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 20px auto 0px;
    width: 350px;
  }
}

.site-nav__item {
  display: inline-block;
  padding: 0px 10px;
  text-transform: uppercase;
}
.site-nav__item a {
  color: #302e93;
}

.subnav {
  list-style-type: none;
  margin: 0px;
}

.subnav__item {
  display: inline-block;
  padding: 10px;
}
.subnav__item a {
  color: #302e93;
}
.subnav__item:hover {
  background-color: white;
  transition-duration: 300ms;
  cursor: pointer;
}
.subnav__item:hover a {
  color: #8BBB1E;
}

.subnav__item--active {
  background-color: white;
  transition-duration: 300ms;
  cursor: pointer;
}
.subnav__item--active a {
  color: #8BBB1E;
}

.nav__dropdown_arrow {
  width: 15px;
  display: inline-block;
  margin-left: 10px;
}
@media all and (min-width: 48.0625em) {
  .nav__dropdown_arrow {
    display: none;
  }
}

/*------------------------------------*\
    #LOGO
\*------------------------------------*/
.site-logo {
  margin: 0;
  padding: 0;
  width: 50%;
}
@media all and (min-width: 48em) {
  .site-logo {
    float: left;
    width: 174px;
    height: 77px;
  }
}

/*------------------------------------*\
    #HOME
\*------------------------------------*/
/**
 * Used for landing
 */
/*------------------------------------*\
    #BANDS
\*------------------------------------*/
/*------------------------------------*\
    #masthead
\*------------------------------------*/
/***


1) .is-logged-in state (body) is used for defining height of fixed menu

***/
.masthead {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/*------------------------------------*\
    #ICONS
\*------------------------------------*/
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
input[type=text], textarea {
  background-color: #DADAEC;
  border: none;
  width: 100%;
}
input[type=text]:focus, textarea:focus {
  box-shadow: none;
  -webkit-focus-ring-color: auto 0px;
}

label {
  color: #302e93;
}

input[type=file] {
  color: #302e93;
}

input[type=submit] {
  color: white;
  background-color: #302e93;
  border-radius: 25px;
  border: none;
  padding: 8px 60px;
  margin: 80px auto;
  display: block;
}

.nope {
  display: none;
}

.form-separator {
  margin-top: 40px;
}

.form-title {
  color: #302e93;
}

@media only screen and (max-width: 768px) {
  .label {
    margin-bottom: 0%;
  }
}

@media only screen and (max-width: 768px) {
  .form-field {
    width: 98% !important;
    clear: both;
    margin-left: 0;
  }
}

.col--underlined {
  border-bottom: 1px solid #8BBB1E;
  margin-top: 53px;
}

/*------------------------------------*\
    #CONTENT
\*------------------------------------*/
.brands {
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.brands a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #302E93;
}
@media all and (min-width: 48em) {
  .brands img {
    width: auto;
  }
}

.product {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #302e93;
}
.product a {
  color: #8BBB1E;
}

.product-category {
  display: none;
}

/*------------------------------------*\
    #BLOCKS
\*------------------------------------*/
/**
 *  Blocks are used for banners and content blocks
 *
 **/
.bordered {
  border: 1px solid #C8C8C8;
}

.bordered--active {
  border-color: #8BBB1E;
}

.brand-container {
  padding: 10%;
  background-color: white;
  min-height: 100px;
  cursor: pointer;
}
.brand-container img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 80%;
  max-height: 80%;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn--slider {
  background-color: #302e93;
  border-radius: 10px;
  margin: 15px 0px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #302e93;
}
.btn--slider:hover {
  background-color: white;
  color: #302e93;
  transition-duration: 300ms;
}

.category-btn {
  background-color: rgba(255, 255, 255, 0);
}

.social-media {
  display: none;
}
@media all and (min-width: 48em) {
  .social-media {
    display: block;
    position: absolute;
    top: 25px;
    right: 12px;
  }
}

.social-media__icon {
  display: inline-block;
  margin: 5px 5px 0px 0px;
  width: 25px;
}

.translate {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
}
@media all and (min-width: 48em) {
  .translate {
    position: absolute;
    top: 30px;
    right: 160px;
  }
}

.suppliers-mobile--button:hover {
  cursor: pointer;
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
.list li {
  padding: 12px 0;
}
.list li a {
  color: #000;
}

.list--bordered {
  border-top: solid 1px #c0c0c0;
}
.list--bordered li {
  border-bottom: solid 1px #c0c0c0;
}

/*------------------------------------*\
    #DROPDOWNS
\*------------------------------------*/
/*------------------------------------*\
    #BREADCRUMBS
\*------------------------------------*/
/**
 *  Breadcrumbs
 *
 **/
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * Layouts are content spacers
 */
.matchHeight {
  position: relative;
}

.logo-container {
  min-height: 120px;
  background-color: white;
}
.logo-container img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.logo-container:hover {
  cursor: pointer;
}

.suppliers-mobile {
  display: none;
}
@media all and (min-width: 48.0625em) {
  .suppliers-mobile {
    display: block !important;
  }
}

/*------------------------------------*\
    #SIDEBAR
\*------------------------------------*/
.sidebar--tint {
  background: #f2f2f2;
}

.sidebar--padding {
  padding: 24px;
}

/*------------------------------------*\
    #SLIDER
\*------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------*\
    #SLIDER THEME
\*------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(/images/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
  src: url(/fonts/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format("embedded-opentype"), url(/fonts/slick.woff?295183786cd8a138986521d9f388a286) format("woff"), url(/fonts/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format("truetype"), url(/fonts/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: grey;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
@media all and (min-width: 48em) {
  .slick-prev {
    left: -50px;
  }
}

[dir=rtl] .slick-prev {
  right: 0px;
  left: auto;
}
@media all and (min-width: 48em) {
  [dir=rtl] .slick-prev {
    right: -50px;
  }
}

.slick-prev:before {
  content: url(/images/slider_left.svg?83059db073d0ec472dcd051d58886126);
}

[dir=rtl] .slick-prev:before {
  content: url(/images/slider_right.svg?b25011098649e148f225b8d62cd610e6);
}

.slick-next {
  right: 0px;
}
@media all and (min-width: 48em) {
  .slick-next {
    right: -50px;
  }
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0px;
}
@media all and (min-width: 48em) {
  [dir=rtl] .slick-next {
    left: -50px;
  }
}

.slick-next:before {
  content: url(/images/slider_right.svg?b25011098649e148f225b8d62cd610e6);
}

[dir=rtl] .slick-next:before {
  content: url(/images/slider_left.svg?83059db073d0ec472dcd051d58886126);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #8BBB1E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #0076FF;
}

/*------------------------------------*\
    #OWN ADJUSTMENTS
\*------------------------------------*/
.home-slider__slide {
  text-align: center;
}

/**
 * #TRUMPS
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after, .wrapper:after,
.media:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Margin helper classes.
 *
 * Add margins.
 */
.u-m {
  margin: 24px !important;
}

.u-mt {
  margin-top: 24px !important;
}

.u-mr {
  margin-right: 24px !important;
}

.u-mb {
  margin-bottom: 24px !important;
}

.u-ml {
  margin-left: 24px !important;
}

.u-mh {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.u-mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/**
 * Add huge margins.
 */
.u-m\+\+ {
  margin: 96px !important;
}

.u-mt\+\+ {
  margin-top: 96px !important;
}

.u-mr\+\+ {
  margin-right: 96px !important;
}

.u-mb\+\+ {
  margin-bottom: 96px !important;
}

.u-ml\+\+ {
  margin-left: 96px !important;
}

.u-mh\+\+ {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.u-mv\+\+ {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/**
 * Remove margins.
 */
.u-m0 {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.u-mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*------------------------------------*\
    #SPACING-RESPONSIVE
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/*------------------------------------*\
    #SHOW-HIDE
\*------------------------------------*/
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/*

@include media-query(palm) {
    .hide-palm { @include hide(); }
}

@include media-query(lap) {
    .hide-lap { @include hide(); }
}

@include media-query(lap-and-up) {
    .hide-lap-and-up { @include hide(); }
}

@include media-query(portable) {
    .hide-portable { @include hide(); }
}

@include media-query(desk) {
    .hide-desk { @include hide(); }
}

*/
/*------------------------------------*\
    #HELPERS
\*------------------------------------*/
.hovered {
  cursor: pointer;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.text--centered {
  text-align: center;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.caps {
  text-transform: uppercase;
}

.is-hidden {
  display: none;
}

.float--right {
  float: right;
}

.float--left {
  float: left;
}

iframe, object, embed {
  max-width: 100%;
}

/*------------------------------------*\
    #GRIDS
\*------------------------------------*/
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 0.833%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 */
}

/*  GRID OF EIGHT  */
.span_8_of_8 {
  width: 100%;
}

.span_7_of_8 {
  width: 87.39%;
}

.span_6_of_8 {
  width: 74.79%;
}

.span_5_of_8 {
  width: 62.18%;
}

.span_4_of_8 {
  width: 49.58%;
}

.span_3_of_8 {
  width: 36.97%;
}

.span_2_of_8 {
  width: 24.37%;
}

.span_1_of_8 {
  width: 11.77%;
}

/*  GO FULL WIDTH BELOW 768 PIXELS */
@media only screen and (max-width: 768px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 {
    width: 100%;
  }
  .span_1_of_8 {
    width: 49%;
  }
  .span_1_of_8:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
.push {
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .push {
    display: none;
  }
}
/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%;
}

.span_5_of_6 {
  width: 83.19%;
}

.span_4_of_6 {
  width: 66.38%;
}

.span_3_of_6 {
  width: 49.58%;
}

.span_2_of_6 {
  width: 32.77%;
}

.span_1_of_6 {
  width: 15.97%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
  .col_half {
    margin: 1% 0 6% 1%;
  }
  .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%;
  }
  .span_1_of_6, .span_2_of_6 {
    width: 48%;
  }
  .span_2_of_6:nth-child(2n+1), .span_1_of_6:nth-child(2n+1) {
    clear: both;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 769px) {
  .span_2_of_6:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
