/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus,
.select-field-container a.active,
:focus,
.select-field-container .active {
   /* outline-width: thin;
    outline-style: dashed;
    outline-offset: 1px; */
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

    /**
 * Address `quotes` property not supported in Safari 4.
 */

    q:before,
    q:after {
        content: '';
        content: none;
    }

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus,
    .select-field-container .slick-list.active {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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;
}

.row,
.row-small,
.row-normal,
.row-medium {
    clear: both;
}

    .row:after,
    .row-small:after,
    .row-normal:after,
    .row-medium:after {
        content: "";
        clear: both;
        display: table;
    }

.col {
    float: left;
}

.row-small {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-small > .col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row-small.row-inset {
        padding-left: 5px;
        padding-right: 5px;
    }

.row-normal {
    margin-left: -10px;
    margin-right: -10px;
}

    .row-normal > .col {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-normal.row-inset {
        padding-left: 10px;
        padding-right: 10px;
    }

.row-medium {
    margin-left: -20px;
    margin-right: -20px;
}

    .row-medium > .col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row-medium.row-inset {
        padding-left: 20px;
        padding-right: 20px;
    }

.row-inset {
    margin-left: 0;
    margin-right: 0;
}

.ml-span-1,
.t-span-1,
.span-1 {
    width: 100%;
}

.ml-span-2,
.t-span-2,
.span-2 {
    width: 100%;
}

.ml-span-3,
.t-span-3,
.span-3 {
    width: 100%;
}

.ml-span-4,
.t-span-4,
.span-4 {
    width: 100%;
}

.ml-span-5,
.t-span-5,
.span-5 {
    width: 100%;
}

.ml-span-6,
.t-span-6,
.span-6 {
    width: 100%;
}

.ml-span-7,
.t-span-7,
.span-7 {
    width: 100%;
}

.ml-span-8,
.t-span-8,
.span-8 {
    width: 100%;
}

.ml-span-9,
.t-span-9,
.span-9 {
    width: 100%;
}

.ml-span-10,
.t-span-10,
.span-10 {
    width: 100%;
}

.ml-span-11,
.t-span-11,
.span-11 {
    width: 100%;
}

.ml-span-12,
.t-span-12,
.span-12 {
    width: 100%;
}

.wrapper {
    width: 100%;
}

.m-span-1 {
    width: 8.33333%;
}

.m-span-2 {
    width: 16.66667%;
}

.m-span-3 {
    width: 25%;
}

.m-span-4 {
    width: 33.33333%;
}

.m-span-5 {
    width: 41.66667%;
}

.m-span-6 {
    width: 50%;
}

.m-span-7 {
    width: 58.33333%;
}

.m-span-8 {
    width: 66.66667%;
}

.m-span-9 {
    width: 75%;
}

.m-span-10 {
    width: 83.33333%;
}

.m-span-11 {
    width: 91.66667%;
}

.m-span-12 {
    width: 100%;
}

@media screen and (min-width: 480px) {
    .ml-span-1 {
        width: 8.33333%;
    }

    .ml-span-2 {
        width: 16.66667%;
    }

    .ml-span-3 {
        width: 25%;
    }

    .ml-span-4 {
        width: 33.33333%;
    }

    .ml-span-5 {
        width: 41.66667%;
    }

    .ml-span-6 {
        width: 50%;
    }

    .ml-span-7 {
        width: 58.33333%;
    }

    .ml-span-8 {
        width: 66.66667%;
    }

    .ml-span-9 {
        width: 75%;
    }

    .ml-span-10 {
        width: 83.33333%;
    }

    .ml-span-11 {
        width: 91.66667%;
    }

    .ml-span-12 {
        width: 100%;
    }

    .ml-cols-x2 > *:nth-child(2n+3) {
        clear: left;
    }
}

@media screen and (min-width: 768px) {
    .t-span-1 {
        width: 8.33333%;
    }

    .t-span-2 {
        width: 16.66667%;
    }

    .t-span-3 {
        width: 25%;
    }

    .t-span-4 {
        width: 33.33333%;
    }

    .t-span-5 {
        width: 41.66667%;
    }

    .t-span-6 {
        width: 50%;
    }

    .t-span-7 {
        width: 58.33333%;
    }

    .t-span-8 {
        width: 66.66667%;
    }

    .t-span-9 {
        width: 75%;
    }

    .t-span-10 {
        width: 83.33333%;
    }

    .t-span-11 {
        width: 91.66667%;
    }

    .t-span-12 {
        width: 100%;
    }

    .ml-cols-x2 > *:nth-child(2n+3) {
        clear: none;
    }

    .t-cols-x2 > *:nth-child(2n+3),
    .t-cols-x3 > *:nth-child(3n+4) {
        clear: left;
    }
}

@media screen and (min-width: 992px) {
    .span-1 {
        width: 8.33333%;
    }

    .span-2 {
        width: 16.66667%;
    }

    .span-3 {
        width: 25%;
    }

    .span-4 {
        width: 33.33333%;
    }

    .span-5 {
        width: 41.66667%;
    }

    .span-6 {
        width: 50%;
    }

    .span-7 {
        width: 58.33333%;
    }

    .span-8 {
        width: 66.66667%;
    }

    .span-9 {
        width: 75%;
    }

    .span-10 {
        width: 83.33333%;
    }

    .span-11 {
        width: 91.66667%;
    }

    .span-12 {
        width: 100%;
    }

    .wrapper {
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
    }

    .ml-cols-x2 > *:nth-child(2n+3),
    .t-cols-x2 > *:nth-child(2n+3),
    .t-cols-x3 > *:nth-child(3n+4) {
        clear: none;
    }

    .cols-x2 > *:nth-child(2n+3),
    .cols-x3 > *:nth-child(3n+4),
    .cols-x4 > *:nth-child(4n+5) {
        clear: left;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .wrapper {
        max-width: 100%;
    }
}

.btn,
a.btn {
    -webkit-appearance: none;
    background-color: #3d3d3d;
    color: white;
    font-weight: 600;
    padding: 8px 40px;
    border: none;
    border-radius: 3px;
    font-size: 18.3px;
    font-size: 1.14286rem;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

    .btn:hover,
    a.btn:hover {
        background-color: black;
        text-decoration: none;
    }

.btn-small,
a.btn-small {
    padding: 8px 15px;
}

.btn-primary,
a.btn-primary {
    background-color: #cb060e;
}

    .btn-primary:hover,
    a.btn-primary:hover {
        background-color: #f80c16;
    }

.btn-border-white {
    padding: 7px 40px;
    border: 1px solid white;
}

.btn-black,
a.btn-black {
    background-color: black;
}

    .btn-black:hover,
    a.btn-black:hover {
        background-color: #1a1a1a;
    }

.btn-white,
a.btn-white {
    border: 1px solid #dad5d5;
    background: white;
    color: #cb060e;
}

    .btn-white:hover,
    .btn-white.active,
    a.btn-white:hover,
    a.btn-white.active {
        background-color: #cb060e;
        border-color: #cb060e;
        color: white;
    }

.field-area {
    position: relative;
}

.field-label {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 1;
}

.no-js .field-label,
.no-cssanimations .field-label {
    position: static;
}

.field,
.field[type=search],
.select-field {
    padding: 8px 10px;
    border: 1px solid #c2baba;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    margin: 0;
}

    .field[type=search],
    [type=search].select-field {
        -webkit-appearance: none;
    }

.cssanimations .field-area {
    -webkit-transition: -webkit-transform .3s, margin-bottom .3s;
    transition: transform .3s, margin-bottom .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .cssanimations .field-area .field-label {
        -webkit-transition: -webkit-transform .3s, opacity .3s, height .3s;
        transition: transform .3s, opacity .3s, height .3s;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        line-height: 1.2em;
    }

.cssanimations .field-completed {
    margin-bottom: 25px;
}

.cssanimations .field-completed,
.cssanimations .field-focused {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

    .cssanimations .field-completed .field-label,
    .cssanimations .field-focused .field-label {
        opacity: .75;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-transform: translate3d(-10px, -25px, 0);
        -ms-transform: translate3d(-10px, -25px, 0);
        transform: translate3d(-10px, -25px, 0);
        height: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

.select-field {
    -webkit-appearance: none;
    background: white;
}

.select-field-container {
    position: relative;
}

    .select-field-container select.replaced {
        position: relative;
        z-index: 1;
        width: 100%;
        filter: alpha(opacity=0);
        opacity: 0;
    }

        .select-field-container select.replaced:disabled + span {
            opacity: .5;
            background: #ececec;
        }

    .select-field-container .select-field {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .select-field-container .select-field:after {
            content: "";
            width: 14px;
            height: 14px;
            margin-top: -7px;
            position: absolute;
            top: 50%;
            right: 5px;
            background: url(../images/sprites.svg) no-repeat;
            background-position: 87.95181% 63.15789%;
        }

    .select-field-container > span {
        display: block;
        line-height: 22.4px;
        line-height: 1.4rem;
    }

    .select-field-container span span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

/* javascript generated wrappers for styling select boxes */

.custom-select-container {
    position: relative;
    height: 52px;
}

    .custom-select-container select.replaced {
        position: relative;
        z-index: 1;
        width: 100%;
        filter: alpha(opacity=0);
        opacity: 0;
    }

        .custom-select-container select.replaced:disabled + span {
            opacity: .5;
            background: #ececec;
        }

    .custom-select-container .custom-select {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .custom-select-container .custom-select:after {
            content: "";
            width: 46px;
            height: 46px;
            position: absolute;
            top: 2px;
            right: 0;
            background: url(../images/sprites.svg) no-repeat;
            background-position: -375px -256px;
        }

        .custom-select-container .custom-select > span {
            display: block;
        }

        .custom-select-container .custom-select span span {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: left;
        }

    .custom-select-container .active {
        -webkit-box-shadow: 0 0 10px rgba(0, 100, 200, 0.7);
        box-shadow: 0 0 10px rgba(0, 100, 200, 0.7);
        outline: none;
    }

textarea {
    min-height: 7em;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
    z-index: 0;
}

input[type=radio],
input[type=checkbox] {
    vertical-align: middle;
}

.invalid-field {
    border: 2px solid #cb060e;
}

.invalid-field-message {
    color: white;
    background-color: #cb060e;
    padding: 1px 3px;
    border-radius: 3px;
    line-height: 1.2em;
    display: block;
    overflow: hidden;
    -webkit-animation: slideDown .5s;
    animation: slideDown .5s;
    font-size: 13.7px;
    font-size: 0.85714rem;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: -10px;
    right: 0;
    z-index: 1;
}

@-webkit-keyframes slideDown {
    from {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.icn {
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
}

    .icn:after {
        content: "";
        background: url(../images/sprites.svg) no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

.icn-after-inline,
.accordion dt {
    position: relative;
}

    .icn-after-inline:after,
    .accordion dt:after {
        content: "";
        background: url(../images/sprites.svg) no-repeat;
    }

.icn-search-white {
    width: 34px;
    height: 34px;
}

    .icn-search-white:after {
        background-position: 61.90476% 0;
    }

.icn-chevron-right-small-primary:after,
.accordion dt:after {
    width: 14px;
    height: 14px;
    background-position: 61.44578% 51.31579%;
}

@media screen and (max-width: 992px) {
    .icn-burger-menu {
        width: 39px;
        height: 39px;
        background: none;
        border: none;
    }

        .icn-burger-menu:after {
            background-position: 0 0;
        }

    .icn-search-white {
        width: 27px;
        height: 27px;
    }

        .icn-search-white:after {
            background-position: 0 61.90476%;
        }
}

@media screen and (max-width: 767px) {
    .icn-search-white {
        width: 34px;
        height: 34px;
    }

        .icn-search-white:after {
            background-position: 61.90476% 0;
        }
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

svg:not(:root) {
    overflow: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 25.2px;
    line-height: 1.8rem;
    background-color: #f1f1f1;
    width: 100%;
    overflow-x: hidden;
    color: #3d3d3d;
}

.wrapper {
    background-color: #FFF;
}

a {
    text-decoration: none;
    color: #3d3d3d;
}

    a:hover {
        text-decoration: underline;
    }

.list-reset {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .list-reset li,
    .list-reset dd {
        margin: 0;
        padding: 0;
    }

.list-inline li {
    display: inline;
}

.list-piped li:before {
    content: " | ";
    padding-left: 5px;
    padding-right: 5px;
}

.list-piped li:first-child:before {
    display: none;
}

.list-simple li {
    line-height: 25.2px;
    line-height: 1.8rem;
    padding: 0 0 1em 0;
}

.video-16x9 {
    width: 100%;
    height: 0;
    overflow: visible;
    padding-bottom: 56.25%;
    position: relative;
}

    .video-16x9 iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

/* text sizes */

h1,
.text-size-h1 {
    font-size: 36.7px;
    font-size: 2.6179rem;
    font-weight: 600;
    line-height: 1em;
}

h2,
.text-size-h2 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
}

.text-size-medium {
    font-size: 22.7px;
    font-size: 1.618rem;
}

p,
.text-size-normal {
    font-size: 14px;
    font-size: 1rem;
    font-weight: normal;
}

small,
.text-size-small,
.text-size-small * {
    font-size: 12px;
    font-size: 0.85714rem;
}

.text-face-secondary {
    font-family: "Oswald", sans-serif;
}

/* text colors */

.text-color-white,
.text-color-white * {
    color: #fff;
}

.text-color-dark,
.text-color-dark * {
    color: #3d3d3d;
}

.text-color-primary {
    color: #cb060e;
}

/* background colors */

.bg-primary {
    background-color: #cb060e;
}

.bg-primary-light {
    background-color: #fca1a4;
}

.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: #3d3d3d;
}

.bg-medium {
    background-color: #c2baba;
}

.bg-light {
    background-color: #ebebeb;
}

.border-bottom {
    border-bottom: 1px solid #c2baba;
}

.border-primary {
    border: 1px solid #cb060e;
}

blockquote {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
    line-height: 25.2px;
    line-height: 1.8rem;
}

    blockquote cite {
        font-size: 14px;
        font-size: 1rem;
    }

    blockquote:before,
    blockquote:after {
        position: absolute;
        left: 0;
        font-size: 120px;
        line-height: 0;
        font-family: 'Archivo Narrow', sans-serif;
        font-weight: normal;
    }

    blockquote:before {
        content: "\201C";
        bottom: 100%;
        margin-bottom: -50px;
    }

    blockquote:after {
        top: 100%;
        margin-bottom: 50px;
        content: "\201D";
    }

    blockquote.end-quote-right:after {
        right: 0;
        left: auto;
    }

.hover-image img {
    display: block;
}

.hover-image h2 {
    margin-top: 0;
}

.hover-image .hover-image-container {
    position: relative;
}

    .hover-image .hover-image-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        background-color: rgba(255, 255, 255, 0);
    }

.hover-image:hover {
    text-decoration: none;
}

    .hover-image:hover .hover-image-container:after {
        background-color: rgba(255, 255, 255, 0.3);
    }

/*
====================
  MAIN HEADER AREA
====================
*/

.main-header {
    min-height: 105px;
    position: fixed;
    -webkit-transition: top .5s, left .5s, right .5s, -webkit-transform .5s;
    transition: top .5s, left .5s, right .5s, transform .5s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

body {
    padding-top: 105px;
}

@media screen and (max-width: 767px) {
    .main-header {
        border-bottom: 5px solid #cb060e;
        min-height: 90px;
    }

    body {
        padding-top: 90px;
    }
}

.mobile-menu-trigger {
    display: none;
    border: none;
    background: none;
}

@media screen and (max-width: 767px) {
    .mobile-menu-trigger {
        display: block;
        float: left;
        width: 25%;
        padding-top: 5px;
    }
}

.logo-container {
    width: 12%;
    float: left;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .logo-container {
        text-align: center;
        width: 50%;
    }
}

.main-logo, .logo-container figure{
    max-width: 80px;
}

@media (max-width: 992px) {
    .main-logo, .logo-container figure {
        max-width: 60px;
    }
}

.middle-container {
    float: left;
    position: relative;
    z-index: 1;
}

.menu-mask {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-navigation ul {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
}

.main-navigation li {
    display: inline-block;
    padding: 10px 0;
    margin: 0 15px;
}

    .main-navigation li.active {
        border-bottom: 1px solid white;
    }

@media (max-width: 992px) {
    .main-navigation li {
        display: inline-block;
        padding: 10px 5px;
        margin: 0;
    }

        .main-navigation li.active {
            border-bottom: none;
        }

            .main-navigation li.active a {
                color: #cb060e;
            }
}

.main-navigation a {
    color: white;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.main-navigation a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.main-navigation li:hover{
	border-bottom: 1px solid white;
}    

@media (max-width: 767px) {
    .main-navigation {
        position: fixed;
        top: 90px;
        bottom: 0;
        left: 0;
        width: 250px;
        overflow-y: auto;
        background: #3d3d3d;
        -webkit-transition: -webkit-transform .5s;
        transition: transform .5s;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -webkit-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
        -webkit-overflow-scrolling: touch;
    }

        .main-navigation ul {
            padding: 0;
        }

        .main-navigation li {
            display: block;
            padding: 0;
        }

        .main-navigation a {
            display: block;
            width: 100%;
            padding: 15px 20px;
            border-bottom: 1px solid white;
            position: relative;
        }

            .main-navigation a:after {
                content: "";
                background-image: url(../images/sprites.svg);
                width: 24px;
                height: 24px;
                background-position: 100% 36.36364%;
                position: absolute;
                top: 1em;
                right: 10px;
            }

    .main-wrapper {
        -webkit-transition: -webkit-transform .5s;
        transition: transform .5s;
        position: relative;
    }

    .mobile-menu-open .menu-mask {
        position: fixed;
        top: 90px;
        left: 0;
        -webkit-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }

    .mobile-menu-open .main-header {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .mobile-menu-open .main-wrapper {
        overflow: hidden;
        width: 100%;
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
        transform: translateX(250px);
    }

    .mobile-menu-open .main-navigation {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 9999;
    }
}

.right-container {
    padding-top: 20px;
    text-align: right;
    position: relative;
}

@media screen and (max-width: 767px) {
    .right-container {
        float: left;
        width: 25%;
        padding-top: 10px;
    }
}

.icn-search-white {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

    .icn-search-white.static:hover {
        -webkit-animation: none;
        animation: none;
    }

    .icn-search-white:hover,
    .icn-search-white:focus,
    .select-field-container .icn-search-white.active {
        -webkit-animation: magnifier .75s linear infinite;
        animation: magnifier .75s linear infinite;
        cursor: pointer;
    }

.main-search {
    position: absolute;
    left: 0;
    right: 180px;
    top: 10px;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #3d3d3d;
    height: 80px;
    overflow: hidden;
    z-index: -1;
}

    .main-search:focus,
    .select-field-container .main-search.active,
    .main-search.visible {
        padding: 20px;
        opacity: 1;
        z-index: 2;
        left: 120px;
    }

    .main-search .search-bar {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .search-open .main-header {
        position: absolute;
    }
}

@media (max-width: 992px) {
    .main-search:focus,
    .select-field-container .main-search.active,
    .main-search.visible {
        left: 90px;
        right: 140px;
    }
}

@media (max-width: 767px) {
    .main-search {
        position: static;
        width: 100%;
        clear: both;
        height: 0;
        padding: 0;
    }

        .main-search:focus,
        .select-field-container .main-search.active,
        .main-search.visible {
            height: 60px;
            padding: 20px 0;
            left: 90px;
        }
}

.social-header {
    display: inline-block;
}

    .social-header img {
        width: 100%;
        height: auto;
        display: block;
    }

    .social-header a {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
    }

        .social-header a:after {
            content: "";
            position: absolute;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: 2px dotted white;
            left: -2px;
            top: -2px;
            z-index: 1;
            opacity: 0;
        }

        .social-header a:focus,
        .social-header .select-field-container a.active,
        .select-field-container .social-header a.active {
            outline: none;
        }

            .social-header a:hover:after,
            .social-header a:focus:after,
            .social-header .select-field-container a.active:after,
            .select-field-container .social-header a.active:after {
                -webkit-animation: spinner 1s;
                animation: spinner 1s;
            }

@media screen and (max-width: 992px) {
    .social-header a {
        width: 23px;
        height: 23px;
    }

        .social-header a:after {
            width: 27px;
            height: 27px;
            top: 1px;
        }
}

@media screen and (max-width: 767px) {
    .social-header {
        display: none;
    }
}

/*
====================
  MAIN CONTENT AREA
====================
*/

.main-content:focus,
.select-field-container .main-content.active {
    outline: none;
    border: none;
}

.main-slider article {
    position: relative;
}

.main-slider img {
    width: 100%;
    height: auto;
}

.main-slider a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    color: white;
    text-transform: uppercase;
    padding: 0 60px;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
}

    .main-slider a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

.main-slider h1 {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
}

.main-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

    .main-slider .slick-dots li {
        float: left;
        margin: 5px;
        padding: 0;
        list-style-type: none;
        display: block;
        width: 15px;
        height: 15px;
    }

        .main-slider .slick-dots li button {
            background: #ebebeb;
            width: 15px;
            height: 15px;
            display: block;
            border-radius: 100%;
            border: 0;
            overflow: hidden;
            text-indent: 20px;
            padding: 0;
        }

        .main-slider .slick-dots li.slick-active button {
            background-color: black;
        }

@media screen and (max-width: 992px) {
    .main-slider a {
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .main-slider a {
        padding: 0 20px;
    }

    .main-slider h1 {
        font-size: 1.14286rem;
    }
}

.partners-carousel a {
    display: block;
    height: 100px;
    text-align: center;
}
.partners-carousel a:hover { text-decoration: none;}
.partners-carousel a figure {
	vertical-align: middle;
    display: inline;
	}
	.partners-carousel a figure img
	{
		height: auto;
		width: auto !important;
	}

    .partners-carousel a:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.partners-carousel img {
    display: inline-block;
    vertical-align: middle;
    max-height: 80px;
    max-width: 100px;
}

.pagination li {
    margin-left: -4px;
}

.pagination a {
    border-radius: 0;
}

.pagination li:first-child a {
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    border-radius: 0 3px 3px 0;
}

.tabpanel {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    -webkit-transition: height .3s;
    transition: height .3s;
}

    .tabpanel ul {
        list-style-type: none;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .tabpanel li {
        background-color: rgba(255, 255, 255, 0);
    }

        .tabpanel li:hover {
            cursor: pointer;
        }

        .tabpanel li:focus,
        .tabpanel .select-field-container li.active,
        .select-field-container .tabpanel li.active {
            outline: none;
            border: none;
            background-color: rgba(255, 255, 255, 0.1);
        }

    .tabpanel .tabindicator {
        position: absolute;
        top: 45px;
        left: 0;
        width: 25%;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        border-bottom: 5px solid #cb060e;
    }

    .tabpanel .panel {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .3s, display .3s;
        transition: transform .3s, display .3s;
        position: absolute;
        top: 50px;
        width: 100%;
    }

        .tabpanel .panel:focus,
        .tabpanel .select-field-container .panel.active,
        .select-field-container .tabpanel .panel.active {
            outline: none;
        }

    .tabpanel .show {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .tabpanel .hide-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .tabpanel .hide-right {
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

.lt-ie10 .tabpanel .hide-left,
.lt-ie10 .tabpanel .hide-right {
    display: none;
}

.accordion dt:hover {
    cursor: pointer;
}

.accordion dt:after {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-bottom: -2px;
}

.lt-ie9 .accordion dt:after {
    background-position: 87.95181% 63.15789%;
}

.accordion dt.open:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    .tabpanel {
        height: auto;
    }

        .tabpanel .panel {
            position: static;
        }

        .tabpanel .acc-panel {
            border-bottom: 1px solid white;
        }

        .tabpanel .tabindicator {
            display: none;
        }

        .tabpanel .show,
        .tabpanel .hide-left,
        .tabpanel .hide-right {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .tabpanel .acc-tab {
            border-bottom: 1px solid white;
            margin: 0;
            padding: 10px;
        }

            .tabpanel .acc-tab.selected {
                border-bottom: 5px solid #cb060e;
            }

                .tabpanel .acc-tab.selected:before {
                    background-position: 36.9863% 59.09091%;
                    width: 24px;
                    height: 24px;
                }

            .tabpanel .acc-tab:before {
                content: "";
                display: block;
                float: right;
                background: url(../images/sprites.svg) no-repeat;
                background-position: 0 100%;
                width: 24px;
                height: 24px;
            }
    .lt-ie10 .tabpanel .hide-left,
    .lt-ie10 .tabpanel .hide-right {
        display: block;
    }
}

.carousel-gallery figure {
    position: relative;
}

.carousel-gallery figcaption {
    position: absolute;
    background: rgba(61, 61, 61, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    padding: 5px 10px;
}

.carousel-gallery .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    background: none;
    border: none;
    -webkit-appearance: none;
    text-indent: -500px;
    overflow: hidden;
}

    .carousel-gallery .slick-arrow:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: white;
        font-size: 50px;
        line-height: 50px;
        text-indent: 0;
        font-family: "Source Sans Pro";
        font-weight: bold;
        text-align: center;
    }

.carousel-gallery .slick-next {
    right: 0;
}

    .carousel-gallery .slick-next:after {
        content: "\003e";
    }

.carousel-gallery .slick-prev {
    left: 0;
}

    .carousel-gallery .slick-prev:after {
        content: "\003c";
    }

.has-tooltip {
    margin-right: 40px;
    position: relative;
}

.tooltip {
    position: absolute;
    top: 5px;
    right: -115px;
    width: 200px;
    height: auto;
    top: 40px;
    z-index: 1;
    background-color: #ebebeb;
    padding: 10px;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    display: block;
}

    .tooltip:before {
        content: "";
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #b8b8b8;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -5px;
    }

.tooltip-trigger {
    width: 22px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: -30px;
    margin: 0;
    padding: 20px 0 0;
    background: none;
    border: none;
}

    .tooltip-trigger:before {
        content: "?";
        width: 20px;
        height: 20px;
        top: 1px;
        left: 1px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background-color: #cb060e;
        border-radius: 100%;
        position: absolute;
    }

    .tooltip-trigger:focus,
    .select-field-container .tooltip-trigger.active {
        z-index: 2;
    }

        .tooltip-trigger:focus + .tooltip,
        .select-field-container .tooltip-trigger.active + .tooltip {
            display: block;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

.no-opacity .tooltip {
    display: none;
}

@media screen and (max-width: 991px) {
    .tooltip {
        right: -40px;
    }

        .tooltip:before {
            right: 10px;
            left: auto;
        }
}

@media print {
    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 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 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus,
    .select-field-container .visuallyhidden.focusable.active {
        clip: auto;
        height: auto;
        overflow: visible;
        position: static;
        width: auto;
    }

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.display-table-row {
    display: table-row;
}

.full-width {
    width: 100%;
}

.auto-height {
    height: auto;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.pad-small-around {
    padding: 5px;
}

.pad-small-sides {
    padding-left: 5px;
    padding-right: 5px;
}

.pad-small-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pad-small-top {
    padding-top: 5px;
}

.pad-small-bottom {
    padding-bottom: 5px;
}

.pad-around {
    padding: 10px;
}

.pad-sides {
    padding-left: 10px;
    padding-right: 10px;
}

.pad-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad-top {
    padding-top: 10px;
}

.pad-bottom {
    padding-bottom: 10px;
}

.pad-medium-around {
    padding: 20px;
}

.pad-medium-sides {
    padding-left: 20px;
    padding-right: 20px;
}

.pad-medium-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad-medium-top {
    padding-top: 20px;
}

.pad-medium-bottom {
    padding-bottom: 20px;
}

.pad-medium-right {
    padding-right: 20px;
}

.pad-large-around {
    padding: 30px;
}

.pad-large-sides {
    padding-left: 30px;
    padding-right: 30px;
}

.pad-large-row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pad-large-top {
    padding-top: 30px;
}

.pad-large-bottom {
    padding-bottom: 30px;
}

.pad-xlarge-around {
    padding: 40px;
}

.pad-xlarge-sides {
    padding-left: 40px;
    padding-right: 40px;
}

.pad-xlarge-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pad-xlarge-top {
    padding-top: 40px;
}

.pad-xlarge-bottom {
    padding-bottom: 40px;
}

.pad-xxlarge-around {
    padding: 80px;
}

.pad-xxlarge-sides {
    padding-left: 80px;
    padding-right: 80px;
}

.pad-xxlarge-row {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pad-xxlarge-top {
    padding-top: 80px;
}

.pad-xxlarge-bottom {
    padding-bottom: 80px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-none {
    margin: 0;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-weight-semibold {
    font-weight: 600;
}

.text-weight-bold {
    font-weight: 700;
}

.max-rows-x5 {
    max-height: 127.4px;
    max-height: 9.1rem;
    overflow: hidden;
}

.max-rows-x1 {
    overflow: hidden;
    white-space: nowrap;
    height: 1em;
    text-overflow: ellipsis;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 9999;
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
    display: none;
}

    .mask.remove {
        -webkit-animation: fadeout .5s;
        animation: fadeout .5s;
    }

.mobile-only {
    display: none;
}

@media screen and (max-width: 991px) {
    .m-pad-large-sides {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {

    .mask {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .m-full-width {
        width: 100%;
    }

    .m-display-block {
        display: block;
    }

    .m-text-align-center {
        text-align: center;
    }
}

/*
==============
  ANIMATIONS
==============
*/

/* spinning dots with fade in/out around social media icons */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0;
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0;
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0;
    }
}

@-webkit-keyframes magnifier {
    from {
        -webkit-transform: rotate(1deg) translateX(2px) rotate(-1deg);
        -ms-transform: rotate(1deg) translateX(2px) rotate(-1deg);
        transform: rotate(1deg) translateX(2px) rotate(-1deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(2px) rotate(-360deg);
        -ms-transform: rotate(360deg) translateX(2px) rotate(-360deg);
        transform: rotate(360deg) translateX(2px) rotate(-360deg);
    }
}

@keyframes magnifier {
    from {
        -webkit-transform: rotate(1deg) translateX(2px) rotate(-1deg);
        -ms-transform: rotate(1deg) translateX(2px) rotate(-1deg);
        transform: rotate(1deg) translateX(2px) rotate(-1deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(2px) rotate(-360deg);
        -ms-transform: rotate(360deg) translateX(2px) rotate(-360deg);
        transform: rotate(360deg) translateX(2px) rotate(-360deg);
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
.submit-loading {position:relative;}
.submit-loading span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(/Assets/MUFoundation/images/submit-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99;
	/* display:none; */
}
#captchaMessage {
    color: #F00;
	display:none;
}
.row-normal.row-inset#searchHolder {
	padding:0;
}
.row-normal.row-inset#searchHolder #search-list {
	float: left;
	clear: both;
	width:100%;
}
#no-result {border-top: 20px solid #ebebeb;
    border-bottom: 20px solid #ebebeb;
padding: 20px 10px;}

.pagination-next.hide, .pagination-prev.hide {display:none !important;}
