@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/base/_normalize.scss */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../sass/base/_normalize.scss */
a:focus {
    outline: thin dotted;
}

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

/* line 99, ../sass/base/_normalize.scss */
button::-moz-focus-inner {
    outline: 0 !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 113, ../sass/base/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 147, ../sass/base/_normalize.scss */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 166, ../sass/base/_normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

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

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

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

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

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 226, ../sass/base/_normalize.scss */
img {
    border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 258, ../sass/base/_normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 280, ../sass/base/_normalize.scss */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 306, ../sass/base/_normalize.scss */
button,
select {
    text-transform: none;
}

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 331, ../sass/base/_normalize.scss */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 341, ../sass/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 398, ../sass/base/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 Project Settings
 */
/**
 Project Mixins
 */
/* line 20, ../sass/base/_mixins.scss */
.clearfix, .group {
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
.clearfix:before, .clearfix:after, .group:before, .group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
.clearfix:after, .group:after {
    clear: both;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("../Fonts/opensans400.ttf") format("truetype");
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../Fonts/opensans700.ttf") format("truetype");
}
/**
 12 Column Responsive Grid
 */
/* line 5, ../sass/base/_grid.scss */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

/* line 12, ../sass/base/_grid.scss */
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    display: block;
    margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
    /* line 26, ../sass/base/_grid.scss */
    .container {
        zoom: 1;
        margin: 0 5% 30px 5%;
    }
    /* line 8, ../sass/base/_mixins.scss */
    .container:before, .container:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }
    /* line 14, ../sass/base/_mixins.scss */
    .container:after {
        clear: both;
    }

    /* line 32, ../sass/base/_grid.scss */
    .group {
        margin-left: -2.1277%;
    }

    /* line 36, ../sass/base/_grid.scss */
    .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
        float: left;
        margin-left: 2.1277%;
        margin-bottom: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span1 {
        width: 6.20563%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span1.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset1 {
        margin-left: 10.46103%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span2 {
        width: 14.53897%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span2.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset2 {
        margin-left: 18.79437%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span3 {
        width: 22.8723%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span3.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset3 {
        margin-left: 27.1277%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span4 {
        width: 31.20563%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span4.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset4 {
        margin-left: 35.46103%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span5 {
        width: 39.53897%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span5.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset5 {
        margin-left: 43.79437%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span6 {
        width: 47.8723%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span6.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset6 {
        margin-left: 52.1277%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span7 {
        width: 56.20563%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span7.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset7 {
        margin-left: 60.46103%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span8 {
        width: 64.53897%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span8.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset8 {
        margin-left: 68.79437%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span9 {
        width: 72.8723%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span9.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset9 {
        margin-left: 77.1277%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span10 {
        width: 81.20563%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span10.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset10 {
        margin-left: 85.46103%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span11 {
        width: 89.53897%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span11.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset11 {
        margin-left: 93.79437%;
    }

    /* line 44, ../sass/base/_grid.scss */
    .span12 {
        width: 97.8723%;
    }
    /* line 47, ../sass/base/_grid.scss */
    .span12.break {
        float: none;
    }

    /* line 51, ../sass/base/_grid.scss */
    .offset12 {
        margin-left: 102.1277%;
    }
}
/**
 Typography
 */
/* line 5, ../sass/base/_type.scss */
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    line-height: 1.6;
}

/* line 13, ../sass/base/_type.scss */
h1, h2, h3, h4, h5 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* line 17, ../sass/base/_type.scss */
h1, h2, h3 {
    text-transform: uppercase;
}

/* line 21, ../sass/base/_type.scss */
h1 {
    font-size: 18pt;
    font-weight: 400;
    font-style: normal;
}

/* line 28, ../sass/base/_type.scss */
h2 {
    font-size: 12pt;
    font-weight: 400;
    font-style: normal;
}

/* line 35, ../sass/base/_type.scss */
h3 {
    font-size: 18pt;
    font-weight: 400;
    font-style: normal;
}

/* line 42, ../sass/base/_type.scss */
h4 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}

/* line 49, ../sass/base/_type.scss */
h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

/* line 56, ../sass/base/_type.scss */
p {
    margin: 0 0 20px;
}

/* line 60, ../sass/base/_type.scss */
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    margin: 0 0 20px;
    padding: 10px;
    background: #222;
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
}

/* line 73, ../sass/base/_type.scss */
code {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    padding: 2px 10px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
}

/* line 85, ../sass/base/_type.scss */
a {
    color: #009fe3;
}
/* line 87, ../sass/base/_type.scss */
a:hover, a:focus {
    text-decoration: none;
}

/* line 92, ../sass/base/_type.scss */
.align-left {
    text-align: left;
}

/* line 95, ../sass/base/_type.scss */
.align-right {
    text-align: right;
}

/* line 98, ../sass/base/_type.scss */
.align-justify {
    text-align: justify;
}

@media screen and (max-width: 480px) {
    /* line 108, ../sass/base/_type.scss */
    body {
        font-size: 14px;
    }

    /* line 111, ../sass/base/_type.scss */
    h1, h2, h3, h4, h5 {
        margin-bottom: 10px;
    }

    /* line 114, ../sass/base/_type.scss */
    h1 {
        font-size: 26px;
    }

    /* line 117, ../sass/base/_type.scss */
    h2 {
        font-size: 18px;
    }

    /* line 120, ../sass/base/_type.scss */
    h3 {
        font-size: 16px;
    }

    /* line 123, ../sass/base/_type.scss */
    h4, h5, p, ul, ol {
        font-size: 14px;
    }
}
/**
 Media
 */
/* line 5, ../sass/modules/_media.scss */
img, video, audio, iframe, object {
    max-width: 100%;
}

/**
 Buttons
 */
/* line 6, ../sass/modules/_buttons.scss */
.btn {
    height: 30px;
    background: #009fe3;
    color: white;
    border: 1px solid #009fe3;
    text-decoration: none !important;
    line-height: 1.75;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* line 14, ../sass/modules/_buttons.scss */
.btn:hover, .btn:focus, .btn:active {
    background: #006b98;
    border-color: #006b98;
}
/* line 19, ../sass/modules/_buttons.scss */
.btn a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    /* line 101, ../sass/modules/_buttons.scss */
    .btn {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}
/**
 Tables
 */
/* line 5, ../sass/modules/_tables.scss */
table {
    width: 100%;
}
/* line 7, ../sass/modules/_tables.scss */
table th, table td {
    text-align: left;
    padding: 5px;
}
/* line 11, ../sass/modules/_tables.scss */
table th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/**
 Form Elements
 */
/* line 5, ../sass/modules/_forms.scss */
label {
    display: block;
    margin-bottom: 5px;
}

/* line 10, ../sass/modules/_forms.scss */
input[type=text], input[type=email], input[type=phone], input[type=password], input[type=number], input[type=search], textarea {
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    outline: none;
    width: 300px;
}
/* line 18, ../sass/modules/_forms.scss */
input[type=text]:focus, input[type=email]:focus, input[type=phone]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
    border-color: #009fe3;
}
/* line 21, ../sass/modules/_forms.scss */
input[type=text].full-width, input[type=email].full-width, input[type=phone].full-width, input[type=password].full-width, input[type=number].full-width, input[type=search].full-width, textarea.full-width {
    width: 100%;
}

/* line 25, ../sass/modules/_forms.scss */
textarea {
    height: 132px;
}

/* line 29, ../sass/modules/_forms.scss */
form {
    margin-bottom: 40px;
}
/* line 33, ../sass/modules/_forms.scss */
form .field {
    margin-bottom: 20px;
}
/* line 38, ../sass/modules/_forms.scss */
form .hint {
    margin-top: 5px;
    color: #aaa;
}
/* line 44, ../sass/modules/_forms.scss */
form .is-required {
    font-style: italic;
}
/* line 52, ../sass/modules/_forms.scss */
form .has-error .error-description {
    margin-top: 5px;
    color: #FF4136;
}
/* line 56, ../sass/modules/_forms.scss */
form .has-error input[type=text], form .has-error input[type=email], form .has-error input[type=phone], form .has-error input[type=password], form .has-error input[type=number], form .has-error input[type=search], form .has-error textarea {
    border-color: #FF4136;
}

/* line 62, ../sass/modules/_forms.scss */
#search {
    position: relative;
    width: 100%;
    margin: 15px auto 15px;
}
/* line 67, ../sass/modules/_forms.scss */
#search input {
    width: 100%;
    height: 30px;
}
/* line 71, ../sass/modules/_forms.scss */
#search button, #search a.btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 40px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
#search button:before, #search button:after, #search a.btn:before, #search a.btn:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
#search button:after, #search a.btn:after {
    clear: both;
}
/* line 81, ../sass/modules/_forms.scss */
#search a {
    font-size: 10pt;
    float: right;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
/* line 85, ../sass/modules/_forms.scss */
#search a:hover, #search a:focus, #search a:active {
    color: #006b98;
}

/* line 91, ../sass/modules/_forms.scss */
.input-group {
    position: relative;
    border-collapse: separate;
    width: 100%;
}
/* line 96, ../sass/modules/_forms.scss */
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}
/* line 116, ../sass/modules/_forms.scss */
.input-group .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 0;
    white-space: nowrap;
    z-index: 2;
}
/* line 130, ../sass/modules/_forms.scss */
.input-group .input-group-btn > .btn {
    height: 30px;
    background: #009fe3;
    color: white;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* line 137, ../sass/modules/_forms.scss */
.input-group .input-group-btn > .btn + .btn {
    margin-left: -1px;
}
/* line 141, ../sass/modules/_forms.scss */
.input-group .input-group-btn > .btn:hover, .input-group .input-group-btn > .btn:focus, .input-group .input-group-btn > .btn:active {
    z-index: 2;
}

/**
 Alerts & Notifications
 */
/* line 5, ../sass/modules/_alerts.scss */
.alert {
    border-left: 3px solid;
    padding: 10px;
    margin-bottom: 40px;
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
.alert:before, .alert:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
.alert:after {
    clear: both;
}
/* line 10, ../sass/modules/_alerts.scss */
.alert.alert-danger {
    border-color: #FF4136;
    color: #e90d00;
    background: #ffeae9;
}
/* line 15, ../sass/modules/_alerts.scss */
.alert.alert-success {
    border-color: #2ECC40;
    color: #25a233;
    background: #e6f9e8;
}
/* line 20, ../sass/modules/_alerts.scss */
.alert.alert-warning {
    border-color: #FF851B;
    color: #e76b00;
    background: #fff2e7;
}
/* line 25, ../sass/modules/_alerts.scss */
.alert.alert-info {
    border-color: #0074D9;
    color: #0059a6;
    background: #cfe9ff;
}
/* line 30, ../sass/modules/_alerts.scss */
.alert.alert-empty {
    text-align: center;
    background: #f4f4f4;
    border: 1px dashed #ddd;
}
/* line 35, ../sass/modules/_alerts.scss */
.alert p:last-child {
    margin-bottom: 0;
}

/**
 Navigation
 */
/* line 4, ../sass/modules/_nav.scss */
#navcontainer {
    min-height: 90px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
}
/* line 9, ../sass/modules/_nav.scss */
#navcontainer nav {
    text-align: right;
    margin-bottom: 30px;
    position: relative;
    top: -50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
#navcontainer nav:before, #navcontainer nav:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
#navcontainer nav:after {
    clear: both;
}
/* line 20, ../sass/modules/_nav.scss */
#navcontainer nav a.active {
    color: #009fe3;
}
/* line 23, ../sass/modules/_nav.scss */
#navcontainer nav a {
    vertical-align: top;
    display: inline-block;
    padding: 10px 1.6%;
    opacity: 1;
    color: #484848;
    text-transform: uppercase;
    text-decoration: none;
}
/* line 31, ../sass/modules/_nav.scss */
#navcontainer nav a:hover, #navcontainer nav a:focus, #navcontainer nav a:hover {
    opacity: 1;
    text-decoration: none;
    color: #009fe3;
}
/* line 37, ../sass/modules/_nav.scss */
#navcontainer nav a.icn {
    padding: 0;
    height: 45px;
}
/* line 40, ../sass/modules/_nav.scss */
#navcontainer nav a.icn span {
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 1;
    height: 45px;
}
/* line 46, ../sass/modules/_nav.scss */
#navcontainer nav a.icn:hover, #navcontainer nav a.icn:active, #navcontainer nav a.icn:focus {
    transition: none;
}
/* line 50, ../sass/modules/_nav.scss */
#navcontainer nav a.icn#btn-rap span {
    display: inline-block;
    width: 160px;
    background: url("../Icons/btn-rap.png") no-repeat;
    padding: 10px 0;
    margin-left: 3.2%;
    height: 26px;
    position: relative;
    top: 33%;
    -webkit-transform: translateY(-33%);
    -ms-transform: translateY(-33%);
    transform: translateY(-33%);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    /* line 50, ../sass/modules/_nav.scss */
    #navcontainer nav a.icn#btn-rap span {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../Icons/btn-rap@2x.png");
        background-size: 320px 26px;
    }
}
/* line 61, ../sass/modules/_nav.scss */
#navcontainer nav a.icn#btn-rap:hover span, #navcontainer nav a.icn#btn-rap:active span, #navcontainer nav a.icn#btn-rap:focus span {
    background-position: 100% center;
}
/* line 65, ../sass/modules/_nav.scss */
#navcontainer nav a.icn#btn-rap.active {
    position: relative;
}
/* line 66, ../sass/modules/_nav.scss */
#navcontainer nav a.icn#btn-rap.active span {
    background-position: 100% center;
}
/* line 70, ../sass/modules/_nav.scss */
#navcontainer nav a.icn#btn-rap.active:after {
    content: "";
    position: absolute;
    border: 7px transparent solid;
    z-index: 2;
    border-bottom-color: #595959;
    bottom: -18px;
    left: 50%;
}
/* line 82, ../sass/modules/_nav.scss */
#navcontainer nav a.icn#logo-onscreen {
    float: left;
}
/* line 85, ../sass/modules/_nav.scss */
#navcontainer nav a.icn#logo-onscreen span {
    display: inline-block;
    width: 153px;
    background: url("../Icons/logo-onscreen.png") no-repeat;
    background-size: 306px 36px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    /* line 85, ../sass/modules/_nav.scss */
    #navcontainer nav a.icn#logo-onscreen span {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../Icons/logo-onscreen@2x.png");
        background-size: 306px 36px;
    }
}
/* line 92, ../sass/modules/_nav.scss */
#navcontainer nav a.icn#logo-onscreen:hover span, #navcontainer nav a.icn#logo-onscreen:active span, #navcontainer nav a.icn#logo-onscreen:focus span {
    background-position: -153px top;
}

/* line 100, ../sass/modules/_nav.scss */
#subnav {
    background: #595959;
    position: absolute;
    top: -30px;
    right: 10px;
    height: 60px;
    padding: 0 15px;
    margin-top: 0;
}
/* line 108, ../sass/modules/_nav.scss */
#subnav .social {
    display: inline-block;
}
/* line 120, ../sass/modules/_nav.scss */
#subnav a {
    color: white;
    text-decoration: none;
    font-size: 10pt;
    text-transform: uppercase;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
    position: relative;
    font-weight: 600;
    text-align: center;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
/* line 133, ../sass/modules/_nav.scss */
#subnav a:hover, #subnav a:active, #subnav a:focus {
    color: #009fe3;
}
/* line 136, ../sass/modules/_nav.scss */
#subnav a.active {
    color: #009fe3;
}
/* line 140, ../sass/modules/_nav.scss */
#subnav .radioshow {
    white-space: nowrap;
}
/* line 145, ../sass/modules/_nav.scss */
#subnav .icnlink a {
    padding: 0 8px;
    display: inline-block;
    height: 60px;
    position: relative;
    z-index: 1;
}
/* line 151, ../sass/modules/_nav.scss */
#subnav .icnlink a:after {
    content: "";
    position: absolute;
    border: 6px transparent solid;
    z-index: -1;
    border-bottom-color: #009fe3;
    top: 50%;
    right: 50%;
    opacity: 0;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
/* line 164, ../sass/modules/_nav.scss */
#subnav .icnlink a:hover:after, #subnav .icnlink a:active:after, #subnav .icnlink a:focus:after {
    top: 7px;
    right: 0;
    opacity: 1;
}
/* line 169, ../sass/modules/_nav.scss */
#subnav .icnlink a:hover .icn, #subnav .icnlink a:active .icn, #subnav .icnlink a:focus .icn {
    background-color: #009fe3;
}
/* line 174, ../sass/modules/_nav.scss */
#subnav .icnlink .icn {
    background-position: center center;
    display: inline-block;
    background-color: white;
    height: 30px;
    width: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    top: 33%;
    -webkit-transform: translateY(-33%);
    -ms-transform: translateY(-33%);
    transform: translateY(-33%);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
/* line 186, ../sass/modules/_nav.scss */
#subnav .icnlink .icn-twitter {
    background-image: url("../Icons/twitter@2x.png");
}
/* line 189, ../sass/modules/_nav.scss */
#subnav .icnlink .icn-facebook {
    background-image: url("../Icons/facebook@2x.png");
}
/* line 192, ../sass/modules/_nav.scss */
#subnav .icnlink .icn-youtube {
    background-image: url("../Icons/youtube@2x.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    /* line 196, ../sass/modules/_nav.scss */
    #subnav .icnlink .icn-twitter {
        background-image: url("../Icons/twitter@2x.png");
    }
    /* line 199, ../sass/modules/_nav.scss */
    #subnav .icnlink .icn-facebook {
        background-image: url("../Icons/facebook@2x.png");
    }
    /* line 202, ../sass/modules/_nav.scss */
    #subnav .icnlink .icn-youtube {
        background-image: url("../Icons/youtube@2x.png");
    }
}

/**
 Other Useful Reusable Styles
 */
/* line 5, ../sass/modules/_other.scss */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 9, ../sass/modules/_other.scss */
.text-center {
    text-align: center;
}

/* line 13, ../sass/modules/_other.scss */
.text-right {
    text-align: right;
}

/* line 17, ../sass/modules/_other.scss */
.text-left {
    text-align: left;
}

/* line 21, ../sass/modules/_other.scss */
.clear {
    clear: both;
}

/* line 25, ../sass/modules/_other.scss */
.right {
    float: right;
}

/* line 29, ../sass/modules/_other.scss */
.left {
    float: left;
}

/* line 33, ../sass/modules/_other.scss */
.list-unstyled {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* line 39, ../sass/modules/_other.scss */
.valign {
    vertical-align: middle;
}

/* line 43, ../sass/modules/_other.scss */
hr {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
}

/* line 49, ../sass/modules/_other.scss */
.subtle {
    color: #aaa;
}

/* line 53, ../sass/modules/_other.scss */
.relative {
    position: relative;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../Fonts/fontawesome-webfont.eot?v=3.2.0");
    src: url("../Fonts/fontawesome-webfont.eot?#iefix&v=3.2.0") format("embedded-opentype"), url("../Fonts/fontawesome-webfont.woff?v=3.2.0") format("woff"), url("../Fonts/fontawesome-webfont.ttf?v=3.2.0") format("truetype"), url("../Fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
/* line 38, ../sass/base/_icons.scss */
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

/* line 47, ../sass/base/_icons.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    cursor: default;
    speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 55, ../sass/base/_icons.scss */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* line 60, ../sass/base/_icons.scss */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline;
}

/* increased font size for icon-large */
/* line 65, ../sass/base/_icons.scss */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

/* line 72, ../sass/base/_icons.scss */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}

/* line 76, ../sass/base/_icons.scss */
.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

/* line 80, ../sass/base/_icons.scss */
.icons-ul > li {
    position: relative;
}

/* line 83, ../sass/base/_icons.scss */
.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}

/* line 90, ../sass/base/_icons.scss */
[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}

/* line 94, ../sass/base/_icons.scss */
.icon-muted {
    color: #eeeeee;
}

/* line 97, ../sass/base/_icons.scss */
.icon-light {
    color: #ffffff;
}

/* line 100, ../sass/base/_icons.scss */
.icon-dark {
    color: #333333;
}

/* line 103, ../sass/base/_icons.scss */
.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 110, ../sass/base/_icons.scss */
.icon-2x {
    font-size: 2em;
}

/* line 113, ../sass/base/_icons.scss */
.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* line 119, ../sass/base/_icons.scss */
.icon-3x {
    font-size: 3em;
}

/* line 122, ../sass/base/_icons.scss */
.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 128, ../sass/base/_icons.scss */
.icon-4x {
    font-size: 4em;
}

/* line 131, ../sass/base/_icons.scss */
.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* line 137, ../sass/base/_icons.scss */
.icon-5x {
    font-size: 5em;
}

/* line 140, ../sass/base/_icons.scss */
.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* line 146, ../sass/base/_icons.scss */
.pull-right {
    float: right;
}

/* line 149, ../sass/base/_icons.scss */
.pull-left {
    float: left;
}

/* line 152, ../sass/base/_icons.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}

/* line 156, ../sass/base/_icons.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 163, ../sass/base/_icons.scss */
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

/* more sprites.less reset */
/* line 176, ../sass/base/_icons.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 192, ../sass/base/_icons.scss */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

/* line 198, ../sass/base/_icons.scss */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

/* line 204, ../sass/base/_icons.scss */
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

/* line 214, ../sass/base/_icons.scss */
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

/* line 220, ../sass/base/_icons.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

/* line 224, ../sass/base/_icons.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

/* line 230, ../sass/base/_icons.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

/* line 234, ../sass/base/_icons.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em;
}

/* line 240, ../sass/base/_icons.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em;
}

/* line 244, ../sass/base/_icons.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 251, ../sass/base/_icons.scss */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

/* line 259, ../sass/base/_icons.scss */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}

/* line 270, ../sass/base/_icons.scss */
.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

/* Animated rotating icon */
/* line 275, ../sass/base/_icons.scss */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* line 282, ../sass/base/_icons.scss */
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
/* Icon rotations and mirroring */
/* line 327, ../sass/base/_icons.scss */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 335, ../sass/base/_icons.scss */
.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 343, ../sass/base/_icons.scss */
.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 351, ../sass/base/_icons.scss */
.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* line 358, ../sass/base/_icons.scss */
.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 366, ../sass/base/_icons.scss */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 375, ../sass/base/_icons.scss */
.icon-glass:before {
    content: "\f000";
}

/* line 378, ../sass/base/_icons.scss */
.icon-music:before {
    content: "\f001";
}

/* line 381, ../sass/base/_icons.scss */
.icon-search:before {
    content: "\f002";
}

/* line 384, ../sass/base/_icons.scss */
.icon-envelope-alt:before {
    content: "\f003";
}

/* line 387, ../sass/base/_icons.scss */
.icon-heart:before {
    content: "\f004";
}

/* line 390, ../sass/base/_icons.scss */
.icon-star:before {
    content: "\f005";
}

/* line 393, ../sass/base/_icons.scss */
.icon-star-empty:before {
    content: "\f006";
}

/* line 396, ../sass/base/_icons.scss */
.icon-user:before {
    content: "\f007";
}

/* line 399, ../sass/base/_icons.scss */
.icon-film:before {
    content: "\f008";
}

/* line 402, ../sass/base/_icons.scss */
.icon-th-large:before {
    content: "\f009";
}

/* line 405, ../sass/base/_icons.scss */
.icon-th:before {
    content: "\f00a";
}

/* line 408, ../sass/base/_icons.scss */
.icon-th-list:before {
    content: "\f00b";
}

/* line 411, ../sass/base/_icons.scss */
.icon-ok:before {
    content: "\f00c";
}

/* line 414, ../sass/base/_icons.scss */
.icon-remove:before {
    content: "\f00d";
}

/* line 417, ../sass/base/_icons.scss */
.icon-zoom-in:before {
    content: "\f00e";
}

/* line 420, ../sass/base/_icons.scss */
.icon-zoom-out:before {
    content: "\f010";
}

/* line 423, ../sass/base/_icons.scss */
.icon-power-off:before,
.icon-off:before {
    content: "\f011";
}

/* line 427, ../sass/base/_icons.scss */
.icon-signal:before {
    content: "\f012";
}

/* line 430, ../sass/base/_icons.scss */
.icon-cog:before {
    content: "\f013";
}

/* line 433, ../sass/base/_icons.scss */
.icon-trash:before {
    content: "\f014";
}

/* line 436, ../sass/base/_icons.scss */
.icon-home:before {
    content: "\f015";
}

/* line 439, ../sass/base/_icons.scss */
.icon-file-alt:before {
    content: "\f016";
}

/* line 442, ../sass/base/_icons.scss */
.icon-time:before {
    content: "\f017";
}

/* line 445, ../sass/base/_icons.scss */
.icon-road:before {
    content: "\f018";
}

/* line 448, ../sass/base/_icons.scss */
.icon-download-alt:before {
    content: "\f019";
}

/* line 451, ../sass/base/_icons.scss */
.icon-download:before {
    content: "\f01a";
}

/* line 454, ../sass/base/_icons.scss */
.icon-upload:before {
    content: "\f01b";
}

/* line 457, ../sass/base/_icons.scss */
.icon-inbox:before {
    content: "\f01c";
}

/* line 460, ../sass/base/_icons.scss */
.icon-play-circle:before {
    content: "\f01d";
}

/* line 463, ../sass/base/_icons.scss */
.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e";
}

/* line 467, ../sass/base/_icons.scss */
.icon-refresh:before {
    content: "\f021";
}

/* line 470, ../sass/base/_icons.scss */
.icon-list-alt:before {
    content: "\f022";
}

/* line 473, ../sass/base/_icons.scss */
.icon-lock:before {
    content: "\f023";
}

/* line 476, ../sass/base/_icons.scss */
.icon-flag:before {
    content: "\f024";
}

/* line 479, ../sass/base/_icons.scss */
.icon-headphones:before {
    content: "\f025";
}

/* line 482, ../sass/base/_icons.scss */
.icon-volume-off:before {
    content: "\f026";
}

/* line 485, ../sass/base/_icons.scss */
.icon-volume-down:before {
    content: "\f027";
}

/* line 488, ../sass/base/_icons.scss */
.icon-volume-up:before {
    content: "\f028";
}

/* line 491, ../sass/base/_icons.scss */
.icon-qrcode:before {
    content: "\f029";
}

/* line 494, ../sass/base/_icons.scss */
.icon-barcode:before {
    content: "\f02a";
}

/* line 497, ../sass/base/_icons.scss */
.icon-tag:before {
    content: "\f02b";
}

/* line 500, ../sass/base/_icons.scss */
.icon-tags:before {
    content: "\f02c";
}

/* line 503, ../sass/base/_icons.scss */
.icon-book:before {
    content: "\f02d";
}

/* line 506, ../sass/base/_icons.scss */
.icon-bookmark:before {
    content: "\f02e";
}

/* line 509, ../sass/base/_icons.scss */
.icon-print:before {
    content: "\f02f";
}

/* line 512, ../sass/base/_icons.scss */
.icon-camera:before {
    content: "\f030";
}

/* line 515, ../sass/base/_icons.scss */
.icon-font:before {
    content: "\f031";
}

/* line 518, ../sass/base/_icons.scss */
.icon-bold:before {
    content: "\f032";
}

/* line 521, ../sass/base/_icons.scss */
.icon-italic:before {
    content: "\f033";
}

/* line 524, ../sass/base/_icons.scss */
.icon-text-height:before {
    content: "\f034";
}

/* line 527, ../sass/base/_icons.scss */
.icon-text-width:before {
    content: "\f035";
}

/* line 530, ../sass/base/_icons.scss */
.icon-align-left:before {
    content: "\f036";
}

/* line 533, ../sass/base/_icons.scss */
.icon-align-center:before {
    content: "\f037";
}

/* line 536, ../sass/base/_icons.scss */
.icon-align-right:before {
    content: "\f038";
}

/* line 539, ../sass/base/_icons.scss */
.icon-align-justify:before {
    content: "\f039";
}

/* line 542, ../sass/base/_icons.scss */
.icon-list:before {
    content: "\f03a";
}

/* line 545, ../sass/base/_icons.scss */
.icon-indent-left:before {
    content: "\f03b";
}

/* line 548, ../sass/base/_icons.scss */
.icon-indent-right:before {
    content: "\f03c";
}

/* line 551, ../sass/base/_icons.scss */
.icon-facetime-video:before {
    content: "\f03d";
}

/* line 554, ../sass/base/_icons.scss */
.icon-picture:before {
    content: "\f03e";
}

/* line 557, ../sass/base/_icons.scss */
.icon-pencil:before {
    content: "\f040";
}

/* line 560, ../sass/base/_icons.scss */
.icon-map-marker:before {
    content: "\f041";
}

/* line 563, ../sass/base/_icons.scss */
.icon-adjust:before {
    content: "\f042";
}

/* line 566, ../sass/base/_icons.scss */
.icon-tint:before {
    content: "\f043";
}

/* line 569, ../sass/base/_icons.scss */
.icon-edit:before {
    content: "\f044";
}

/* line 572, ../sass/base/_icons.scss */
.icon-share:before {
    content: "\f045";
}

/* line 575, ../sass/base/_icons.scss */
.icon-check:before {
    content: "\f046";
}

/* line 578, ../sass/base/_icons.scss */
.icon-move:before {
    content: "\f047";
}

/* line 581, ../sass/base/_icons.scss */
.icon-step-backward:before {
    content: "\f048";
}

/* line 584, ../sass/base/_icons.scss */
.icon-fast-backward:before {
    content: "\f049";
}

/* line 587, ../sass/base/_icons.scss */
.icon-backward:before {
    content: "\f04a";
}

/* line 590, ../sass/base/_icons.scss */
.icon-play:before {
    content: "\f04b";
}

/* line 593, ../sass/base/_icons.scss */
.icon-pause:before {
    content: "\f04c";
}

/* line 596, ../sass/base/_icons.scss */
.icon-stop:before {
    content: "\f04d";
}

/* line 599, ../sass/base/_icons.scss */
.icon-forward:before {
    content: "\f04e";
}

/* line 602, ../sass/base/_icons.scss */
.icon-fast-forward:before {
    content: "\f050";
}

/* line 605, ../sass/base/_icons.scss */
.icon-step-forward:before {
    content: "\f051";
}

/* line 608, ../sass/base/_icons.scss */
.icon-eject:before {
    content: "\f052";
}

/* line 611, ../sass/base/_icons.scss */
.icon-chevron-left:before {
    content: "\f053";
}

/* line 614, ../sass/base/_icons.scss */
.icon-chevron-right:before {
    content: "\f054";
}

/* line 617, ../sass/base/_icons.scss */
.icon-plus-sign:before {
    content: "\f055";
}

/* line 620, ../sass/base/_icons.scss */
.icon-minus-sign:before {
    content: "\f056";
}

/* line 623, ../sass/base/_icons.scss */
.icon-remove-sign:before {
    content: "\f057";
}

/* line 626, ../sass/base/_icons.scss */
.icon-ok-sign:before {
    content: "\f058";
}

/* line 629, ../sass/base/_icons.scss */
.icon-question-sign:before {
    content: "\f059";
}

/* line 632, ../sass/base/_icons.scss */
.icon-info-sign:before {
    content: "\f05a";
}

/* line 635, ../sass/base/_icons.scss */
.icon-screenshot:before {
    content: "\f05b";
}

/* line 638, ../sass/base/_icons.scss */
.icon-remove-circle:before {
    content: "\f05c";
}

/* line 641, ../sass/base/_icons.scss */
.icon-ok-circle:before {
    content: "\f05d";
}

/* line 644, ../sass/base/_icons.scss */
.icon-ban-circle:before {
    content: "\f05e";
}

/* line 647, ../sass/base/_icons.scss */
.icon-arrow-left:before {
    content: "\f060";
}

/* line 650, ../sass/base/_icons.scss */
.icon-arrow-right:before {
    content: "\f061";
}

/* line 653, ../sass/base/_icons.scss */
.icon-arrow-up:before {
    content: "\f062";
}

/* line 656, ../sass/base/_icons.scss */
.icon-arrow-down:before {
    content: "\f063";
}

/* line 659, ../sass/base/_icons.scss */
.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064";
}

/* line 663, ../sass/base/_icons.scss */
.icon-resize-full:before {
    content: "\f065";
}

/* line 666, ../sass/base/_icons.scss */
.icon-resize-small:before {
    content: "\f066";
}

/* line 669, ../sass/base/_icons.scss */
.icon-plus:before {
    content: "\f067";
}

/* line 672, ../sass/base/_icons.scss */
.icon-minus:before {
    content: "\f068";
}

/* line 675, ../sass/base/_icons.scss */
.icon-asterisk:before {
    content: "\f069";
}

/* line 678, ../sass/base/_icons.scss */
.icon-exclamation-sign:before {
    content: "\f06a";
}

/* line 681, ../sass/base/_icons.scss */
.icon-gift:before {
    content: "\f06b";
}

/* line 684, ../sass/base/_icons.scss */
.icon-leaf:before {
    content: "\f06c";
}

/* line 687, ../sass/base/_icons.scss */
.icon-fire:before {
    content: "\f06d";
}

/* line 690, ../sass/base/_icons.scss */
.icon-eye-open:before {
    content: "\f06e";
}

/* line 693, ../sass/base/_icons.scss */
.icon-eye-close:before {
    content: "\f070";
}

/* line 696, ../sass/base/_icons.scss */
.icon-warning-sign:before {
    content: "\f071";
}

/* line 699, ../sass/base/_icons.scss */
.icon-plane:before {
    content: "\f072";
}

/* line 702, ../sass/base/_icons.scss */
.icon-calendar:before {
    content: "\f073";
}

/* line 705, ../sass/base/_icons.scss */
.icon-random:before {
    content: "\f074";
}

/* line 708, ../sass/base/_icons.scss */
.icon-comment:before {
    content: "\f075";
}

/* line 711, ../sass/base/_icons.scss */
.icon-magnet:before {
    content: "\f076";
}

/* line 714, ../sass/base/_icons.scss */
.icon-chevron-up:before {
    content: "\f077";
}

/* line 717, ../sass/base/_icons.scss */
.icon-chevron-down:before {
    content: "\f078";
}

/* line 720, ../sass/base/_icons.scss */
.icon-retweet:before {
    content: "\f079";
}

/* line 723, ../sass/base/_icons.scss */
.icon-shopping-cart:before {
    content: "\f07a";
}

/* line 726, ../sass/base/_icons.scss */
.icon-folder-close:before {
    content: "\f07b";
}

/* line 729, ../sass/base/_icons.scss */
.icon-folder-open:before {
    content: "\f07c";
}

/* line 732, ../sass/base/_icons.scss */
.icon-resize-vertical:before {
    content: "\f07d";
}

/* line 735, ../sass/base/_icons.scss */
.icon-resize-horizontal:before {
    content: "\f07e";
}

/* line 738, ../sass/base/_icons.scss */
.icon-bar-chart:before {
    content: "\f080";
}

/* line 741, ../sass/base/_icons.scss */
.icon-twitter-sign:before {
    content: "\f081";
}

/* line 744, ../sass/base/_icons.scss */
.icon-facebook-sign:before {
    content: "\f082";
}

/* line 747, ../sass/base/_icons.scss */
.icon-camera-retro:before {
    content: "\f083";
}

/* line 750, ../sass/base/_icons.scss */
.icon-key:before {
    content: "\f084";
}

/* line 753, ../sass/base/_icons.scss */
.icon-cogs:before {
    content: "\f085";
}

/* line 756, ../sass/base/_icons.scss */
.icon-comments:before {
    content: "\f086";
}

/* line 759, ../sass/base/_icons.scss */
.icon-thumbs-up-alt:before {
    content: "\f087";
}

/* line 762, ../sass/base/_icons.scss */
.icon-thumbs-down-alt:before {
    content: "\f088";
}

/* line 765, ../sass/base/_icons.scss */
.icon-star-half:before {
    content: "\f089";
}

/* line 768, ../sass/base/_icons.scss */
.icon-heart-empty:before {
    content: "\f08a";
}

/* line 771, ../sass/base/_icons.scss */
.icon-signout:before {
    content: "\f08b";
}

/* line 774, ../sass/base/_icons.scss */
.icon-linkedin-sign:before {
    content: "\f08c";
}

/* line 777, ../sass/base/_icons.scss */
.icon-pushpin:before {
    content: "\f08d";
}

/* line 780, ../sass/base/_icons.scss */
.icon-external-link:before {
    content: "\f08e";
}

/* line 783, ../sass/base/_icons.scss */
.icon-signin:before {
    content: "\f090";
}

/* line 786, ../sass/base/_icons.scss */
.icon-trophy:before {
    content: "\f091";
}

/* line 789, ../sass/base/_icons.scss */
.icon-github-sign:before {
    content: "\f092";
}

/* line 792, ../sass/base/_icons.scss */
.icon-upload-alt:before {
    content: "\f093";
}

/* line 795, ../sass/base/_icons.scss */
.icon-lemon:before {
    content: "\f094";
}

/* line 798, ../sass/base/_icons.scss */
.icon-phone:before {
    content: "\f095";
}

/* line 801, ../sass/base/_icons.scss */
.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096";
}

/* line 805, ../sass/base/_icons.scss */
.icon-bookmark-empty:before {
    content: "\f097";
}

/* line 808, ../sass/base/_icons.scss */
.icon-phone-sign:before {
    content: "\f098";
}

/* line 811, ../sass/base/_icons.scss */
.icon-twitter:before {
    content: "\f099";
}

/* line 814, ../sass/base/_icons.scss */
.icon-facebook:before {
    content: "\f09a";
}

/* line 817, ../sass/base/_icons.scss */
.icon-github:before {
    content: "\f09b";
}

/* line 820, ../sass/base/_icons.scss */
.icon-unlock:before {
    content: "\f09c";
}

/* line 823, ../sass/base/_icons.scss */
.icon-credit-card:before {
    content: "\f09d";
}

/* line 826, ../sass/base/_icons.scss */
.icon-rss:before {
    content: "\f09e";
}

/* line 829, ../sass/base/_icons.scss */
.icon-hdd:before {
    content: "\f0a0";
}

/* line 832, ../sass/base/_icons.scss */
.icon-bullhorn:before {
    content: "\f0a1";
}

/* line 835, ../sass/base/_icons.scss */
.icon-bell:before {
    content: "\f0a2";
}

/* line 838, ../sass/base/_icons.scss */
.icon-certificate:before {
    content: "\f0a3";
}

/* line 841, ../sass/base/_icons.scss */
.icon-hand-right:before {
    content: "\f0a4";
}

/* line 844, ../sass/base/_icons.scss */
.icon-hand-left:before {
    content: "\f0a5";
}

/* line 847, ../sass/base/_icons.scss */
.icon-hand-up:before {
    content: "\f0a6";
}

/* line 850, ../sass/base/_icons.scss */
.icon-hand-down:before {
    content: "\f0a7";
}

/* line 853, ../sass/base/_icons.scss */
.icon-circle-arrow-left:before {
    content: "\f0a8";
}

/* line 856, ../sass/base/_icons.scss */
.icon-circle-arrow-right:before {
    content: "\f0a9";
}

/* line 859, ../sass/base/_icons.scss */
.icon-circle-arrow-up:before {
    content: "\f0aa";
}

/* line 862, ../sass/base/_icons.scss */
.icon-circle-arrow-down:before {
    content: "\f0ab";
}

/* line 865, ../sass/base/_icons.scss */
.icon-globe:before {
    content: "\f0ac";
}

/* line 868, ../sass/base/_icons.scss */
.icon-wrench:before {
    content: "\f0ad";
}

/* line 871, ../sass/base/_icons.scss */
.icon-tasks:before {
    content: "\f0ae";
}

/* line 874, ../sass/base/_icons.scss */
.icon-filter:before {
    content: "\f0b0";
}

/* line 877, ../sass/base/_icons.scss */
.icon-briefcase:before {
    content: "\f0b1";
}

/* line 880, ../sass/base/_icons.scss */
.icon-fullscreen:before {
    content: "\f0b2";
}

/* line 883, ../sass/base/_icons.scss */
.icon-group:before {
    content: "\f0c0";
}

/* line 886, ../sass/base/_icons.scss */
.icon-link:before {
    content: "\f0c1";
}

/* line 889, ../sass/base/_icons.scss */
.icon-cloud:before {
    content: "\f0c2";
}

/* line 892, ../sass/base/_icons.scss */
.icon-beaker:before {
    content: "\f0c3";
}

/* line 895, ../sass/base/_icons.scss */
.icon-cut:before {
    content: "\f0c4";
}

/* line 898, ../sass/base/_icons.scss */
.icon-copy:before {
    content: "\f0c5";
}

/* line 901, ../sass/base/_icons.scss */
.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6";
}

/* line 905, ../sass/base/_icons.scss */
.icon-save:before {
    content: "\f0c7";
}

/* line 908, ../sass/base/_icons.scss */
.icon-sign-blank:before {
    content: "\f0c8";
}

/* line 911, ../sass/base/_icons.scss */
.icon-reorder:before {
    content: "\f0c9";
}

/* line 914, ../sass/base/_icons.scss */
.icon-list-ul:before {
    content: "\f0ca";
}

/* line 917, ../sass/base/_icons.scss */
.icon-list-ol:before {
    content: "\f0cb";
}

/* line 920, ../sass/base/_icons.scss */
.icon-strikethrough:before {
    content: "\f0cc";
}

/* line 923, ../sass/base/_icons.scss */
.icon-underline:before {
    content: "\f0cd";
}

/* line 926, ../sass/base/_icons.scss */
.icon-table:before {
    content: "\f0ce";
}

/* line 929, ../sass/base/_icons.scss */
.icon-magic:before {
    content: "\f0d0";
}

/* line 932, ../sass/base/_icons.scss */
.icon-truck:before {
    content: "\f0d1";
}

/* line 935, ../sass/base/_icons.scss */
.icon-pinterest:before {
    content: "\f0d2";
}

/* line 938, ../sass/base/_icons.scss */
.icon-pinterest-sign:before {
    content: "\f0d3";
}

/* line 941, ../sass/base/_icons.scss */
.icon-google-plus-sign:before {
    content: "\f0d4";
}

/* line 944, ../sass/base/_icons.scss */
.icon-google-plus:before {
    content: "\f0d5";
}

/* line 947, ../sass/base/_icons.scss */
.icon-money:before {
    content: "\f0d6";
}

/* line 950, ../sass/base/_icons.scss */
.icon-caret-down:before {
    content: "\f0d7";
}

/* line 953, ../sass/base/_icons.scss */
.icon-caret-up:before {
    content: "\f0d8";
}

/* line 956, ../sass/base/_icons.scss */
.icon-caret-left:before {
    content: "\f0d9";
}

/* line 959, ../sass/base/_icons.scss */
.icon-caret-right:before {
    content: "\f0da";
}

/* line 962, ../sass/base/_icons.scss */
.icon-columns:before {
    content: "\f0db";
}

/* line 965, ../sass/base/_icons.scss */
.icon-sort:before {
    content: "\f0dc";
}

/* line 968, ../sass/base/_icons.scss */
.icon-sort-down:before {
    content: "\f0dd";
}

/* line 971, ../sass/base/_icons.scss */
.icon-sort-up:before {
    content: "\f0de";
}

/* line 974, ../sass/base/_icons.scss */
.icon-envelope:before {
    content: "\f0e0";
}

/* line 977, ../sass/base/_icons.scss */
.icon-linkedin:before {
    content: "\f0e1";
}

/* line 980, ../sass/base/_icons.scss */
.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2";
}

/* line 984, ../sass/base/_icons.scss */
.icon-legal:before {
    content: "\f0e3";
}

/* line 987, ../sass/base/_icons.scss */
.icon-dashboard:before {
    content: "\f0e4";
}

/* line 990, ../sass/base/_icons.scss */
.icon-comment-alt:before {
    content: "\f0e5";
}

/* line 993, ../sass/base/_icons.scss */
.icon-comments-alt:before {
    content: "\f0e6";
}

/* line 996, ../sass/base/_icons.scss */
.icon-bolt:before {
    content: "\f0e7";
}

/* line 999, ../sass/base/_icons.scss */
.icon-sitemap:before {
    content: "\f0e8";
}

/* line 1002, ../sass/base/_icons.scss */
.icon-umbrella:before {
    content: "\f0e9";
}

/* line 1005, ../sass/base/_icons.scss */
.icon-paste:before {
    content: "\f0ea";
}

/* line 1008, ../sass/base/_icons.scss */
.icon-lightbulb:before {
    content: "\f0eb";
}

/* line 1011, ../sass/base/_icons.scss */
.icon-exchange:before {
    content: "\f0ec";
}

/* line 1014, ../sass/base/_icons.scss */
.icon-cloud-download:before {
    content: "\f0ed";
}

/* line 1017, ../sass/base/_icons.scss */
.icon-cloud-upload:before {
    content: "\f0ee";
}

/* line 1020, ../sass/base/_icons.scss */
.icon-user-md:before {
    content: "\f0f0";
}

/* line 1023, ../sass/base/_icons.scss */
.icon-stethoscope:before {
    content: "\f0f1";
}

/* line 1026, ../sass/base/_icons.scss */
.icon-suitcase:before {
    content: "\f0f2";
}

/* line 1029, ../sass/base/_icons.scss */
.icon-bell-alt:before {
    content: "\f0f3";
}

/* line 1032, ../sass/base/_icons.scss */
.icon-coffee:before {
    content: "\f0f4";
}

/* line 1035, ../sass/base/_icons.scss */
.icon-food:before {
    content: "\f0f5";
}

/* line 1038, ../sass/base/_icons.scss */
.icon-file-text-alt:before {
    content: "\f0f6";
}

/* line 1041, ../sass/base/_icons.scss */
.icon-building:before {
    content: "\f0f7";
}

/* line 1044, ../sass/base/_icons.scss */
.icon-hospital:before {
    content: "\f0f8";
}

/* line 1047, ../sass/base/_icons.scss */
.icon-ambulance:before {
    content: "\f0f9";
}

/* line 1050, ../sass/base/_icons.scss */
.icon-medkit:before {
    content: "\f0fa";
}

/* line 1053, ../sass/base/_icons.scss */
.icon-fighter-jet:before {
    content: "\f0fb";
}

/* line 1056, ../sass/base/_icons.scss */
.icon-beer:before {
    content: "\f0fc";
}

/* line 1059, ../sass/base/_icons.scss */
.icon-h-sign:before {
    content: "\f0fd";
}

/* line 1062, ../sass/base/_icons.scss */
.icon-plus-sign-alt:before {
    content: "\f0fe";
}

/* line 1065, ../sass/base/_icons.scss */
.icon-double-angle-left:before {
    content: "\f100";
}

/* line 1068, ../sass/base/_icons.scss */
.icon-double-angle-right:before {
    content: "\f101";
}

/* line 1071, ../sass/base/_icons.scss */
.icon-double-angle-up:before {
    content: "\f102";
}

/* line 1074, ../sass/base/_icons.scss */
.icon-double-angle-down:before {
    content: "\f103";
}

/* line 1077, ../sass/base/_icons.scss */
.icon-angle-left:before {
    content: "\f104";
}

/* line 1080, ../sass/base/_icons.scss */
.icon-angle-right:before {
    content: "\f105";
}

/* line 1083, ../sass/base/_icons.scss */
.icon-angle-up:before {
    content: "\f106";
}

/* line 1086, ../sass/base/_icons.scss */
.icon-angle-down:before {
    content: "\f107";
}

/* line 1089, ../sass/base/_icons.scss */
.icon-desktop:before {
    content: "\f108";
}

/* line 1092, ../sass/base/_icons.scss */
.icon-laptop:before {
    content: "\f109";
}

/* line 1095, ../sass/base/_icons.scss */
.icon-tablet:before {
    content: "\f10a";
}

/* line 1098, ../sass/base/_icons.scss */
.icon-mobile-phone:before {
    content: "\f10b";
}

/* line 1101, ../sass/base/_icons.scss */
.icon-circle-blank:before {
    content: "\f10c";
}

/* line 1104, ../sass/base/_icons.scss */
.icon-quote-left:before {
    content: "\f10d";
}

/* line 1107, ../sass/base/_icons.scss */
.icon-quote-right:before {
    content: "\f10e";
}

/* line 1110, ../sass/base/_icons.scss */
.icon-spinner:before {
    content: "\f110";
}

/* line 1113, ../sass/base/_icons.scss */
.icon-circle:before {
    content: "\f111";
}

/* line 1116, ../sass/base/_icons.scss */
.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112";
}

/* line 1120, ../sass/base/_icons.scss */
.icon-github-alt:before {
    content: "\f113";
}

/* line 1123, ../sass/base/_icons.scss */
.icon-folder-close-alt:before {
    content: "\f114";
}

/* line 1126, ../sass/base/_icons.scss */
.icon-folder-open-alt:before {
    content: "\f115";
}

/* line 1129, ../sass/base/_icons.scss */
.icon-expand-alt:before {
    content: "\f116";
}

/* line 1132, ../sass/base/_icons.scss */
.icon-collapse-alt:before {
    content: "\f117";
}

/* line 1135, ../sass/base/_icons.scss */
.icon-smile:before {
    content: "\f118";
}

/* line 1138, ../sass/base/_icons.scss */
.icon-frown:before {
    content: "\f119";
}

/* line 1141, ../sass/base/_icons.scss */
.icon-meh:before {
    content: "\f11a";
}

/* line 1144, ../sass/base/_icons.scss */
.icon-gamepad:before {
    content: "\f11b";
}

/* line 1147, ../sass/base/_icons.scss */
.icon-keyboard:before {
    content: "\f11c";
}

/* line 1150, ../sass/base/_icons.scss */
.icon-flag-alt:before {
    content: "\f11d";
}

/* line 1153, ../sass/base/_icons.scss */
.icon-flag-checkered:before {
    content: "\f11e";
}

/* line 1156, ../sass/base/_icons.scss */
.icon-terminal:before {
    content: "\f120";
}

/* line 1159, ../sass/base/_icons.scss */
.icon-code:before {
    content: "\f121";
}

/* line 1162, ../sass/base/_icons.scss */
.icon-reply-all:before {
    content: "\f122";
}

/* line 1165, ../sass/base/_icons.scss */
.icon-mail-reply-all:before {
    content: "\f122";
}

/* line 1168, ../sass/base/_icons.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}

/* line 1172, ../sass/base/_icons.scss */
.icon-location-arrow:before {
    content: "\f124";
}

/* line 1175, ../sass/base/_icons.scss */
.icon-crop:before {
    content: "\f125";
}

/* line 1178, ../sass/base/_icons.scss */
.icon-code-fork:before {
    content: "\f126";
}

/* line 1181, ../sass/base/_icons.scss */
.icon-unlink:before {
    content: "\f127";
}

/* line 1184, ../sass/base/_icons.scss */
.icon-question:before {
    content: "\f128";
}

/* line 1187, ../sass/base/_icons.scss */
.icon-info:before {
    content: "\f129";
}

/* line 1190, ../sass/base/_icons.scss */
.icon-exclamation:before {
    content: "\f12a";
}

/* line 1193, ../sass/base/_icons.scss */
.icon-superscript:before {
    content: "\f12b";
}

/* line 1196, ../sass/base/_icons.scss */
.icon-subscript:before {
    content: "\f12c";
}

/* line 1199, ../sass/base/_icons.scss */
.icon-eraser:before {
    content: "\f12d";
}

/* line 1202, ../sass/base/_icons.scss */
.icon-puzzle-piece:before {
    content: "\f12e";
}

/* line 1205, ../sass/base/_icons.scss */
.icon-microphone:before {
    content: "\f130";
}

/* line 1208, ../sass/base/_icons.scss */
.icon-microphone-off:before {
    content: "\f131";
}

/* line 1211, ../sass/base/_icons.scss */
.icon-shield:before {
    content: "\f132";
}

/* line 1214, ../sass/base/_icons.scss */
.icon-calendar-empty:before {
    content: "\f133";
}

/* line 1217, ../sass/base/_icons.scss */
.icon-fire-extinguisher:before {
    content: "\f134";
}

/* line 1220, ../sass/base/_icons.scss */
.icon-rocket:before {
    content: "\f135";
}

/* line 1223, ../sass/base/_icons.scss */
.icon-maxcdn:before {
    content: "\f136";
}

/* line 1226, ../sass/base/_icons.scss */
.icon-chevron-sign-left:before {
    content: "\f137";
}

/* line 1229, ../sass/base/_icons.scss */
.icon-chevron-sign-right:before {
    content: "\f138";
}

/* line 1232, ../sass/base/_icons.scss */
.icon-chevron-sign-up:before {
    content: "\f139";
}

/* line 1235, ../sass/base/_icons.scss */
.icon-chevron-sign-down:before {
    content: "\f13a";
}

/* line 1238, ../sass/base/_icons.scss */
.icon-html5:before {
    content: "\f13b";
}

/* line 1241, ../sass/base/_icons.scss */
.icon-css3:before {
    content: "\f13c";
}

/* line 1244, ../sass/base/_icons.scss */
.icon-anchor:before {
    content: "\f13d";
}

/* line 1247, ../sass/base/_icons.scss */
.icon-unlock-alt:before {
    content: "\f13e";
}

/* line 1250, ../sass/base/_icons.scss */
.icon-bullseye:before {
    content: "\f140";
}

/* line 1253, ../sass/base/_icons.scss */
.icon-ellipsis-horizontal:before {
    content: "\f141";
}

/* line 1256, ../sass/base/_icons.scss */
.icon-ellipsis-vertical:before {
    content: "\f142";
}

/* line 1259, ../sass/base/_icons.scss */
.icon-rss-sign:before {
    content: "\f143";
}

/* line 1262, ../sass/base/_icons.scss */
.icon-play-sign:before {
    content: "\f144";
}

/* line 1265, ../sass/base/_icons.scss */
.icon-ticket:before {
    content: "\f145";
}

/* line 1268, ../sass/base/_icons.scss */
.icon-minus-sign-alt:before {
    content: "\f146";
}

/* line 1271, ../sass/base/_icons.scss */
.icon-check-minus:before {
    content: "\f147";
}

/* line 1274, ../sass/base/_icons.scss */
.icon-level-up:before {
    content: "\f148";
}

/* line 1277, ../sass/base/_icons.scss */
.icon-level-down:before {
    content: "\f149";
}

/* line 1280, ../sass/base/_icons.scss */
.icon-check-sign:before {
    content: "\f14a";
}

/* line 1283, ../sass/base/_icons.scss */
.icon-edit-sign:before {
    content: "\f14b";
}

/* line 1286, ../sass/base/_icons.scss */
.icon-external-link-sign:before {
    content: "\f14c";
}

/* line 1289, ../sass/base/_icons.scss */
.icon-share-sign:before {
    content: "\f14d";
}

/* line 1292, ../sass/base/_icons.scss */
.icon-compass:before {
    content: "\f14e";
}

/* line 1295, ../sass/base/_icons.scss */
.icon-collapse:before {
    content: "\f150";
}

/* line 1298, ../sass/base/_icons.scss */
.icon-collapse-top:before {
    content: "\f151";
}

/* line 1301, ../sass/base/_icons.scss */
.icon-expand:before {
    content: "\f152";
}

/* line 1304, ../sass/base/_icons.scss */
.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}

/* line 1308, ../sass/base/_icons.scss */
.icon-gbp:before {
    content: "\f154";
}

/* line 1311, ../sass/base/_icons.scss */
.icon-dollar:before,
.icon-usd:before {
    content: "\f155";
}

/* line 1315, ../sass/base/_icons.scss */
.icon-rupee:before,
.icon-inr:before {
    content: "\f156";
}

/* line 1319, ../sass/base/_icons.scss */
.icon-yen:before,
.icon-jpy:before {
    content: "\f157";
}

/* line 1323, ../sass/base/_icons.scss */
.icon-renminbi:before,
.icon-cny:before {
    content: "\f158";
}

/* line 1327, ../sass/base/_icons.scss */
.icon-won:before,
.icon-krw:before {
    content: "\f159";
}

/* line 1331, ../sass/base/_icons.scss */
.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a";
}

/* line 1335, ../sass/base/_icons.scss */
.icon-file:before {
    content: "\f15b";
}

/* line 1338, ../sass/base/_icons.scss */
.icon-file-text:before {
    content: "\f15c";
}

/* line 1341, ../sass/base/_icons.scss */
.icon-sort-by-alphabet:before {
    content: "\f15d";
}

/* line 1344, ../sass/base/_icons.scss */
.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

/* line 1347, ../sass/base/_icons.scss */
.icon-sort-by-attributes:before {
    content: "\f160";
}

/* line 1350, ../sass/base/_icons.scss */
.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

/* line 1353, ../sass/base/_icons.scss */
.icon-sort-by-order:before {
    content: "\f162";
}

/* line 1356, ../sass/base/_icons.scss */
.icon-sort-by-order-alt:before {
    content: "\f163";
}

/* line 1359, ../sass/base/_icons.scss */
.icon-thumbs-up:before {
    content: "\f164";
}

/* line 1362, ../sass/base/_icons.scss */
.icon-thumbs-down:before {
    content: "\f165";
}

/* line 1365, ../sass/base/_icons.scss */
.icon-youtube-sign:before {
    content: "\f166";
}

/* line 1368, ../sass/base/_icons.scss */
.icon-youtube:before {
    content: "\f167";
}

/* line 1371, ../sass/base/_icons.scss */
.icon-xing:before {
    content: "\f168";
}

/* line 1374, ../sass/base/_icons.scss */
.icon-xing-sign:before {
    content: "\f169";
}

/* line 1377, ../sass/base/_icons.scss */
.icon-youtube-play:before {
    content: "\f16a";
}

/* line 1380, ../sass/base/_icons.scss */
.icon-dropbox:before {
    content: "\f16b";
}

/* line 1383, ../sass/base/_icons.scss */
.icon-stackexchange:before {
    content: "\f16c";
}

/* line 1386, ../sass/base/_icons.scss */
.icon-instagram:before {
    content: "\f16d";
}

/* line 1389, ../sass/base/_icons.scss */
.icon-flickr:before {
    content: "\f16e";
}

/* line 1392, ../sass/base/_icons.scss */
.icon-adn:before {
    content: "\f170";
}

/* line 1395, ../sass/base/_icons.scss */
.icon-bitbucket:before {
    content: "\f171";
}

/* line 1398, ../sass/base/_icons.scss */
.icon-bitbucket-sign:before {
    content: "\f172";
}

/* line 1401, ../sass/base/_icons.scss */
.icon-tumblr:before {
    content: "\f173";
}

/* line 1404, ../sass/base/_icons.scss */
.icon-tumblr-sign:before {
    content: "\f174";
}

/* line 1407, ../sass/base/_icons.scss */
.icon-long-arrow-down:before {
    content: "\f175";
}

/* line 1410, ../sass/base/_icons.scss */
.icon-long-arrow-up:before {
    content: "\f176";
}

/* line 1413, ../sass/base/_icons.scss */
.icon-long-arrow-left:before {
    content: "\f177";
}

/* line 1416, ../sass/base/_icons.scss */
.icon-long-arrow-right:before {
    content: "\f178";
}

/* line 1419, ../sass/base/_icons.scss */
.icon-apple:before {
    content: "\f179";
}

/* line 1422, ../sass/base/_icons.scss */
.icon-windows:before {
    content: "\f17a";
}

/* line 1425, ../sass/base/_icons.scss */
.icon-android:before {
    content: "\f17b";
}

/* line 1428, ../sass/base/_icons.scss */
.icon-linux:before {
    content: "\f17c";
}

/* line 1431, ../sass/base/_icons.scss */
.icon-dribble:before {
    content: "\f17d";
}

/* line 1434, ../sass/base/_icons.scss */
.icon-skype:before {
    content: "\f17e";
}

/* line 1437, ../sass/base/_icons.scss */
.icon-foursquare:before {
    content: "\f180";
}

/* line 1440, ../sass/base/_icons.scss */
.icon-trello:before {
    content: "\f181";
}

/* line 1443, ../sass/base/_icons.scss */
.icon-female:before {
    content: "\f182";
}

/* line 1446, ../sass/base/_icons.scss */
.icon-male:before {
    content: "\f183";
}

/* line 1449, ../sass/base/_icons.scss */
.icon-gittip:before {
    content: "\f184";
}

/* line 1452, ../sass/base/_icons.scss */
.icon-sun:before {
    content: "\f185";
}

/* line 1455, ../sass/base/_icons.scss */
.icon-moon:before {
    content: "\f186";
}

/* line 1458, ../sass/base/_icons.scss */
.icon-archive:before {
    content: "\f187";
}

/* line 1461, ../sass/base/_icons.scss */
.icon-bug:before {
    content: "\f188";
}

/* line 1464, ../sass/base/_icons.scss */
.icon-vk:before {
    content: "\f189";
}

/* line 1467, ../sass/base/_icons.scss */
.icon-weibo:before {
    content: "\f18a";
}

/* line 1470, ../sass/base/_icons.scss */
.icon-renren:before {
    content: "\f18b";
}

/**
 Main Layout Styles
 */
/* line 4, ../sass/pages/_layout.scss */
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* line 9, ../sass/pages/_layout.scss */
body {
    background-color: #2a2a2a;
    color: #2a2a2a;
}

/* line 14, ../sass/pages/_layout.scss */
.container {
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
.container:before, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
.container:after {
    clear: both;
}

/* line 19, ../sass/pages/_layout.scss */
.leftcolumn {
    float: left;
    margin-right: 9.5%;
    width: 63.5%;
}

/* line 25, ../sass/pages/_layout.scss */
.rightcolumn {
    float: left;
    width: 27%;
}
/* line 29, ../sass/pages/_layout.scss */
.rightcolumn ul {
    padding-left: 0;
}
/* line 33, ../sass/pages/_layout.scss */
.rightcolumn .tile h2 {
    margin-bottom: 0;
    font-weight: 600;
}
/* line 37, ../sass/pages/_layout.scss */
.rightcolumn .tile p {
    line-height: 1.25;
    margin-bottom: 8px;
}
/* line 42, ../sass/pages/_layout.scss */
.rightcolumn .tile div {
    display: block;
    margin-bottom: 35px;
}
/* line 45, ../sass/pages/_layout.scss */
.rightcolumn .tile div.buttoncontainer {
    width: 100%;
    text-align: right;
    margin-top: -30px;
}
/* line 49, ../sass/pages/_layout.scss */
.rightcolumn .tile div.buttoncontainer button, .rightcolumn .tile div.buttoncontainer a {
    min-width: 50%;
}
/* line 52, ../sass/pages/_layout.scss */
.tile div.buttoncontainer a {
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    text-decoration: none;
}
/* line 60, ../sass/pages/_layout.scss */
.rightcolumn .tile div:last-child {
    margin-bottom: 0;
}
/* line 65, ../sass/pages/_layout.scss */
.rightcolumn .tile ul li {
    margin-bottom: 10px;
    display: block;
}
/* line 69, ../sass/pages/_layout.scss */
.rightcolumn .tile ul li:last-child {
    margin-bottom: 0;
}
/* line 72, ../sass/pages/_layout.scss */
.rightcolumn .tile ul a {
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
.rightcolumn .tile ul a:before, .rightcolumn .tile ul a:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
.rightcolumn .tile ul a:after {
    clear: both;
}
/* line 76, ../sass/pages/_layout.scss */
.rightcolumn .tile ul a:hover h1, .rightcolumn .tile ul a:focus h1, .rightcolumn .tile ul a:active h1 {
    color: #009fe3;
}
/* line 79, ../sass/pages/_layout.scss */
.rightcolumn .tile ul a:hover img, .rightcolumn .tile ul a:focus img, .rightcolumn .tile ul a:active img {
    opacity: .8;
}
/* line 82, ../sass/pages/_layout.scss */
.rightcolumn .tile ul a:hover h1:after, .rightcolumn .tile ul a:focus h1:after, .rightcolumn .tile ul a:active h1:after {
    margin-left: .5em;
}
/* line 86, ../sass/pages/_layout.scss */
.rightcolumn .tile ul img, .rightcolumn .tile ul audio, .rightcolumn .tile ul div {
    float: left;
}
/* line 89, ../sass/pages/_layout.scss */
.rightcolumn .tile ul h1, .rightcolumn .tile ul p {
    color: #2a2a2a;
    font-size: 9pt;
    line-height: 1;
}
/* line 94, ../sass/pages/_layout.scss */
.rightcolumn .tile ul p {
    text-align: left;
}
/* line 97, ../sass/pages/_layout.scss */
.rightcolumn .tile ul img, .rightcolumn .tile ul audio {
    width: 25%;
    height: auto;
}
/* line 100, ../sass/pages/_layout.scss */
.rightcolumn .tile ul div {
    width: 75%;
    padding-left: 5%;
}
/* line 104, ../sass/pages/_layout.scss */
.rightcolumn .tile ul h1 {
    font-weight: bold;
    text-transform: none;
}
/* line 107, ../sass/pages/_layout.scss */
.rightcolumn .tile ul h1:after {
    content: '>';
    margin-left: .25em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/* line 117, ../sass/pages/_layout.scss */
.tile {
    background-color: #fff;
    margin: 30px auto;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 6px 12px 12px;
}
/* line 122, ../sass/pages/_layout.scss */
.tile h1 {
    color: #2a2a2a;
    margin: 0;
}
/* line 126, ../sass/pages/_layout.scss */
.tile .pic {
    position: relative;
    margin-top: 15px;
}
/* line 129, ../sass/pages/_layout.scss */
.tile .pic img {
    display: block;
    width: 100%;
}
/* line 133, ../sass/pages/_layout.scss */
.tile .pic .caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 6px 12px 6px;
}
/* line 141, ../sass/pages/_layout.scss */
.tile .pic .caption h2 {
    font-size: 12pt;
    color: #009fe3;
    opacity: 1;
}
/* line 146, ../sass/pages/_layout.scss */
.tile .pic .caption p, .tile .pic .caption span {
    opacity: .8;
}
/* line 149, ../sass/pages/_layout.scss */
.tile .pic .caption h2, .tile .pic .caption p {
    margin: 0;
}
/* line 152, ../sass/pages/_layout.scss */
.tile .pic .caption span {
    margin-left: .5em;
    font-weight: 200;
}
/* line 158, ../sass/pages/_layout.scss */
.tile.fullarticle {
    zoom: 1;
}
/* line 159, ../sass/pages/_layout.scss */
.tile.fullarticle h1, .tile.fullarticle h2 {
    text-transform: none;
}
/* line 162, ../sass/pages/_layout.scss */
.tile.fullarticle h2 {
    font-size: 12pt;
    margin-top: 0;
}
/* line 166, ../sass/pages/_layout.scss */
.tile.fullarticle .csc-textpic-caption, .tile.fullarticle .detail, .ce-gallery figcaption {
    background: none;
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-bottom: 12px;
}
/* line 172, ../sass/pages/_layout.scss */
.tile.fullarticle .csc-textpic-caption, .tile.fullarticle .csc-textpic-caption p, .tile.fullarticle .detail, .tile.fullarticle .detail p, .ce-gallery figcaption {
    font-size: 10pt;
    color: #2a2a2a;
}
/* line 177, ../sass/pages/_layout.scss */
.tile.fullarticle p {
    line-height: 1.3;
    margin-bottom: 16px;
    color: #2a2a2a;
}
/* line 8, ../sass/base/_mixins.scss */
.tile.fullarticle:before, .tile.fullarticle:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
.tile.fullarticle:after {
    clear: both;
}
/* line 184, ../sass/pages/_layout.scss */
.tile.fullarticle .players {
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
.tile.fullarticle .players:before, .tile.fullarticle .players:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
.tile.fullarticle .players:after {
    clear: both;
}
/* line 186, ../sass/pages/_layout.scss */
.tile.fullarticle .players, .tile.fullarticle .players .playercontainer {
    margin-top: 30px;
}
/* line 189, ../sass/pages/_layout.scss */
.tile.fullarticle .players .playercontainer {
    width: 50%;
    float: left;
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
.tile.fullarticle .players .playercontainer:before, .tile.fullarticle .players .playercontainer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
.tile.fullarticle .players .playercontainer:after {
    clear: both;
}
/* line 193, ../sass/pages/_layout.scss */
.tile.fullarticle .players .playercontainer h1, .tile.fullarticle .players .playercontainer span {
    text-align: center;
}
/* line 196, ../sass/pages/_layout.scss */
.tile.fullarticle .players .playercontainer h1 {
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
}
/* line 201, ../sass/pages/_layout.scss */
.tile.fullarticle .players .playercontainer span, .tile.fullarticle .players .playercontainer .player {
    margin: 0 auto;
}
/* line 204, ../sass/pages/_layout.scss */
.tile.fullarticle .players .playercontainer span {
    font-size: 10pt;
    width: 100%;
    padding: 0 3px;
    display: inline-block;
}
/* line 210, ../sass/pages/_layout.scss */
.tile.fullarticle .players .playercontainer .player {
    width: 80%;
    height: 160px;
    min-width: 90px;
    background-color: #2a2a2a;
    color: white;
    text-align: center;
}
/* line 218, ../sass/pages/_layout.scss */
.tile.fullarticle .players .playercontainer:last-child {
    margin-bottom: 30px;
}

/* line 225, ../sass/pages/_layout.scss */
.recommended {
    width: 100%;
    background: none;
    margin-bottom: 120px;
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
.recommended:before, .recommended:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
.recommended:after {
    clear: both;
}
/* line 230, ../sass/pages/_layout.scss */
.recommended h1 {
    color: white;
    line-height: 1;
    margin-top: 0;
}
/* line 235, ../sass/pages/_layout.scss */
.recommended .item {
    display: inline-block;
    width: 27%;
    margin-right: 9.5%;
    float: left;
}
/* line 240, ../sass/pages/_layout.scss */
.recommended .item:last-child {
    margin-right: 0;
}
/* line 243, ../sass/pages/_layout.scss */
.recommended .item h3 {
    text-transform: none;
    font-size: 12pt;
    color: white;
}
/* line 248, ../sass/pages/_layout.scss */
.recommended .item img {
    width: 100%;
}
/* line 251, ../sass/pages/_layout.scss */
.recommended .item a {
    text-decoration: none;
}
/* line 253, ../sass/pages/_layout.scss */
.recommended .item a h2 {
    color: #009fe3;
    font-size: 18pt;
    margin: 0;
    padding-bottom: 5px;
}
/* line 258, ../sass/pages/_layout.scss */
.recommended .item a h2:after {
    content: '>';
    margin-left: .25em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
/* line 264, ../sass/pages/_layout.scss */
.recommended .item a:hover h2, .recommended .item a:focus h2, .recommended .item a:active h2 {
    color: #006b98;
}
/* line 266, ../sass/pages/_layout.scss */
.recommended .item a:hover h2:after, .recommended .item a:focus h2:after, .recommended .item a:active h2:after {
    margin-left: .5em;
}
/* line 274, ../sass/pages/_layout.scss */
.recommended .item a:hover h3, .recommended .item a:hover span, .recommended .item a:hover img, .recommended .item a:focus h3, .recommended .item a:focus span, .recommended .item a:focus img, .recommended .item a:active h3, .recommended .item a:active span, .recommended .item a:active img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    opacity: .7;
}
/* line 279, ../sass/pages/_layout.scss */
.recommended .item a h3 {
    color: #009fe3;
}
/* line 283, ../sass/pages/_layout.scss */
.recommended .item h3, .recommended .item span {
    margin: 0;
    line-height: 1;
}
/* line 287, ../sass/pages/_layout.scss */
.recommended .item span {
    color: white;
}

/* line 293, ../sass/pages/_layout.scss */
#medienpool {
    padding: 0;
}

/* line 296, ../sass/pages/_layout.scss */
#medienpool .formcontainer, #medienpool .resultscontainer {
    padding: 6px 12px 12px;
}

/* line 299, ../sass/pages/_layout.scss */
#medienpool .resultscontainer {
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.33);
    padding-top: 30px;
}

/* line 305, ../sass/pages/_layout.scss */
#medienpool #search {
    text-align: center;
}
/* line 307, ../sass/pages/_layout.scss */
#medienpool #search ul.genres.visible {
    display: inline-block;
}

/* line 312, ../sass/pages/_layout.scss */
.emptyinput {
    cursor: pointer;
    color: white;
    height: 20px;
    width: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 17px;
    padding-left: 1px;
    text-align: center;
}

/* line 327, ../sass/pages/_layout.scss */
#medienpool ul {
    list-style: none;
    padding-left: .5em;
}
/* line 330, ../sass/pages/_layout.scss */
#medienpool ul li, #medienpool ul input[type="checkbox"], #medienpool ul label {
    display: inline;
    padding: 0;
    width: auto;
    height: auto;
    color: #2a2a2a;
}
/* line 337, ../sass/pages/_layout.scss */
#medienpool ul li {
    white-space: nowrap;
}
/* line 339, ../sass/pages/_layout.scss */
#medienpool ul li label {
    margin-right: 1em;
    font-size: 10pt;
    cursor: pointer;
}
/* line 344, ../sass/pages/_layout.scss */
#medienpool ul li label:hover, #medienpool ul li label:active, #medienpool ul li label:focus {
    color: #009fe3;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
/* line 349, ../sass/pages/_layout.scss */
#medienpool ul li input[type="checkbox"] {
    margin-right: 6px;
}
/* line 359, ../sass/pages/_layout.scss */
#medienpool ul label#label_rap {
    position: relative;
}
/* line 361, ../sass/pages/_layout.scss */
#medienpool ul label#label_rap input:checked:after {
    content: "";
    position: absolute;
    border: 6px transparent solid;
    z-index: 2;
    border-bottom-color: #595959;
    bottom: -13px;
    left: 50%;
}
/* line 371, ../sass/pages/_layout.scss */
#medienpool ul.genres {
    display: none;
    text-align: center;
    padding: 6px 0 6px 12px;
    margin-top: -12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #595959;
}
/* line 383, ../sass/pages/_layout.scss */
#medienpool ul.genres label {
    color: white;
}
/* line 385, ../sass/pages/_layout.scss */
#medienpool ul.genres label:hover, #medienpool ul.genres label:active, #medienpool ul.genres label:focus {
    color: #ccc;
}

/* line 393, ../sass/pages/_layout.scss */
#medienpool table {
    color: #2a2a2a;
}
/* line 396, ../sass/pages/_layout.scss */
#medienpool table th {
    border-top: none;
    color: #595959;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}
/* line 402, ../sass/pages/_layout.scss */
#medienpool table th:hover, #medienpool table th:active, #medienpool table th:focus {
    color: #009fe3;
}
/* line 405, ../sass/pages/_layout.scss */
#medienpool table th.headerSortUp, #medienpool table th.headerSortDown {
    color: #009fe3;
}
/* line 408, ../sass/pages/_layout.scss */
#medienpool table th.headerSortUp:after, #medienpool table th.headerSortDown:after {
    content: "";
    border: 6px transparent solid;
    z-index: 2;
    line-height: 0;
    margin-left: 6px;
}
/* line 415, ../sass/pages/_layout.scss */
#medienpool table th.headerSortUp:after {
    border-bottom-color: #009fe3;
    vertical-align: 14px;
}
/* line 419, ../sass/pages/_layout.scss */
#medienpool table th.headerSortDown:after {
    border-top-color: #009fe3;
    vertical-align: -14px;
}
/* line 424, ../sass/pages/_layout.scss */
#medienpool table tbody, #medienpool table td {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* line 428, ../sass/pages/_layout.scss */
#medienpool table td {
    vertical-align: top;
}
/* line 431, ../sass/pages/_layout.scss */
#medienpool table h1 {
    text-transform: none;
    font-size: 11pt;
    text-decoration: underline;
}
/* line 435, ../sass/pages/_layout.scss */
#medienpool table h1 a {
    cursor: pointer;
}
/* line 437, ../sass/pages/_layout.scss */
#medienpool table h1 a:after {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    content: '>';
    margin-left: .25em;
}
/* line 444, ../sass/pages/_layout.scss */
#medienpool table h1 a:hover:after, #medienpool table h1 a:focus:after, #medienpool table h1 a:active:after {
    margin-left: .5em;
    cursor: pointer;
}
/* line 450, ../sass/pages/_layout.scss */
#medienpool table span, #medienpool table td {
    font-size: 10pt;
}
/* line 453, ../sass/pages/_layout.scss */
#medienpool table span {
    line-height: 1;
}
/* line 456, ../sass/pages/_layout.scss */
#medienpool table img {
    width: 110px;
    height: auto;
    padding-top: 6px;
}
/* line 461, ../sass/pages/_layout.scss */
#medienpool table .download {
    text-align: center;
}
/* line 464, ../sass/pages/_layout.scss */
#medienpool table .bild {
    min-width: 50px;
}
/* line 467, ../sass/pages/_layout.scss */
#medienpool table .dl {
    display: inline-block;
    width: 22px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 44px 25px;
    background-image: url("../Icons/download.png");
    background-position: left center;
}
/* line 475, ../sass/pages/_layout.scss */
#medienpool table .dl:hover {
    background-position: right center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    /* line 480, ../sass/pages/_layout.scss */
    #medienpool table .dl {
        background-image: url("../Icons/download@2x.png");
    }
}

/* line 486, ../sass/pages/_layout.scss */
.fullcolumn {
    width: 100%;
    float: left;
}
/* line 489, ../sass/pages/_layout.scss */
.fullcolumn .buttoncontainer {
    text-align: right;
}

/* line 495, ../sass/pages/_layout.scss */
#filmwelten .leftcolumn, #filmwelten .rightcolumn {
    width: 100%;
}
/* line 498, ../sass/pages/_layout.scss */
#filmwelten .fullarticle {
    margin-bottom: 0;
}
/* line 500, ../sass/pages/_layout.scss */
#filmwelten .fullarticle p:last-child {
    margin-bottom: 0;
}
/* line 504, ../sass/pages/_layout.scss */
#filmwelten .rightcolumn .tilecontainer {
    width: 45%;
    display: block;
    float: left;
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
#filmwelten .rightcolumn .tilecontainer:before, #filmwelten .rightcolumn .tilecontainer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
#filmwelten .rightcolumn .tilecontainer:after {
    clear: both;
}
/* line 509, ../sass/pages/_layout.scss */
#filmwelten .rightcolumn .tilecontainer#recommendedlist {
    float: right;
}
/* line 513, ../sass/pages/_layout.scss */
#filmwelten .videoplayer {
    margin-bottom: 30px;
}
/* line 514, ../sass/pages/_layout.scss */
#filmwelten .videoplayer img {
    display: block;
    width: 100%;
}

/* line 523, ../sass/pages/_layout.scss */
#akustischekunst img {
    margin-bottom: 15px;
}
/* line 526, ../sass/pages/_layout.scss */
#akustischekunst .player {
    display: inline-block;
    background-color: #2a2a2a;
    height: 90px;
    width: 100%;
    color: white;
}
/* line 533, ../sass/pages/_layout.scss */
#akustischekunst .metadata {
    margin-bottom: 30px;
    color: #2a2a2a;
}

/* line 539, ../sass/pages/_layout.scss */
.metadata {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 10pt;
}

/* line 546, ../sass/pages/_layout.scss */
.container.rap {
    padding-top: 30px;
}

/* line 552, ../sass/pages/_layout.scss */
#rap_uebersicht .fullarticle .pic {
    margin-top: 6px;
    margin-bottom: 12px;
}
/* line 556, ../sass/pages/_layout.scss */
#rap_uebersicht .fullarticle p:last-child {
    margin-bottom: 0;
}

/* line 563, ../sass/pages/_layout.scss */
.rap #ueber {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 15px;
    line-height: 1.25;
}
/* line 570, ../sass/pages/_layout.scss */
.rap #ueber p span {
    text-transform: uppercase;
}
/* line 574, ../sass/pages/_layout.scss */
.rap #ueber span.aktuellimpool {
    font-size: 9pt;
}
/* line 576, ../sass/pages/_layout.scss */
.rap #ueber span.aktuellimpool .nummer {
    color: #009fe3;
}
/* line 580, ../sass/pages/_layout.scss */
.rap #ueber .btn {
    display: block;
    margin: 4px auto 0;
}
/* line 586, ../sass/pages/_layout.scss */
.rap .leftcolumn .list ul {
    padding-left: 0;
    list-style: none;
}
/* line 589, ../sass/pages/_layout.scss */
.rap .leftcolumn .list ul li {
    margin-top: 15px;
}
/* line 592, ../sass/pages/_layout.scss */
.rap .leftcolumn .list ul .meta {
    padding-left: 0 !important;
}
/* line 596, ../sass/pages/_layout.scss */
.rap .leftcolumn .list .btn {
    margin-top: 15px;
}
/* line 601, ../sass/pages/_layout.scss */
.rap .list h1 {
    font-size: 12pt;
    font-weight: 600;
    text-transform: none;
    margin-top: 3.75px;
    margin-bottom: 15px;
}
/* line 609, ../sass/pages/_layout.scss */
.rap .list ul li {
    zoom: 1;
}
/* line 8, ../sass/base/_mixins.scss */
.rap .list ul li:before, .rap .list ul li:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
.rap .list ul li:after {
    clear: both;
}

/* line 616, ../sass/pages/_layout.scss */
.player, .rap .list .player, .seekbar {
    width: 16%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block !important;
    float: left;
    min-width: 50px;
}
/* line 624, ../sass/pages/_layout.scss */
.player a, .rap .list .player a, .seekbar a {
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #009fe3;
    background-repeat: no-repeat;
    background-size: 80px 40px;
    background-image: url("../Icons/playpause.png");
    background-position: right center;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
/* line 637, ../sass/pages/_layout.scss */
.player a:hover, .player a:active, .rap .list .player a:hover, .rap .list .player a:active, .seekbar a:hover, .seekbar a:active {
    background-position: 94% center;
}
/* line 640, ../sass/pages/_layout.scss */
.player a.playing, .rap .list .player a.playing, .seekbar a.playing {
    background-position: left center;
}
/* line 642, ../sass/pages/_layout.scss */
.player a.playing:hover, .player a.playing:active, .rap .list .player a.playing:hover, .rap .list .player a.playing:active, .seekbar a.playing:hover, .seekbar a.playing:active {
    background-position: 6% center;
}

/* line 648, ../sass/pages/_layout.scss */
.timedisplay {
    font-size: 9pt;
    display: block;
}

/* line 652, ../sass/pages/_layout.scss */
.seekbar {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    height: 4px;
    color: #009fe3;
    border: 0;
}
/* line 660, ../sass/pages/_layout.scss */
.seekbar::-webkit-progress-bar {
    background-color: #ccc;
}
/* line 663, ../sass/pages/_layout.scss */
.seekbar::-webkit-progress-value {
    background-color: #009fe3;
}
/* line 666, ../sass/pages/_layout.scss */
.seekbar::-moz-progress-bar {
    background-color: #009fe3;
}

/* line 670, ../sass/pages/_layout.scss */
.hidden {
    display: none !important;
}

/* line 674, ../sass/pages/_layout.scss */
.meta {
    width: 84%;
    padding-left: 5%;
    padding-right: 2.5%;
    float: left;
}
/* line 679, ../sass/pages/_layout.scss */
.meta a, .meta span, .meta p {
    display: block;
    font-size: 10pt;
    line-height: 1.1;
}
/* line 684, ../sass/pages/_layout.scss */
.meta a {
    font-weight: 600;
}
/* line 687, ../sass/pages/_layout.scss */
.meta p {
    margin-top: 15px;
}

/* line 692, ../sass/pages/_layout.scss */
h2, h3, h4 {
    font-size: 10pt;
    line-height: 1.1;
    text-transform: none;
    margin: 0;
}

/* line 698, ../sass/pages/_layout.scss */
h2, h3 {
    font-weight: 600;
}

/* line 701, ../sass/pages/_layout.scss */
h4 {
    font-weight: 400;
}

/* line 707, ../sass/pages/_layout.scss */
#rap_kontakt .leftcolumn .tile {
    line-height: 1.1;
}
/* line 710, ../sass/pages/_layout.scss */
#rap_kontakt .leftcolumn .tile h1, #rap_kontakt .leftcolumn .tile h2 {
    text-transform: none;
    font-weight: 600;
}
/* line 714, ../sass/pages/_layout.scss */
#rap_kontakt .leftcolumn .tile h1 {
    font-size: 16pt;
    margin-top: 30px;
}
/* line 717, ../sass/pages/_layout.scss */
#rap_kontakt .leftcolumn .tile h1:first-child {
    margin-top: 0;
}
/* line 721, ../sass/pages/_layout.scss */
#rap_kontakt .leftcolumn .tile h2 {
    font-size: 14pt;
    margin-bottom: 0;
}
/* line 726, ../sass/pages/_layout.scss */
#rap_kontakt .adresse {
    padding: 0 10%;
    font-weight: 600;
}
/* line 730, ../sass/pages/_layout.scss */
#rap_kontakt #disclaimer {
    font-size: 10pt;
    margin-top: 30px;
}
/* line 734, ../sass/pages/_layout.scss */
#rap_kontakt #disclaimer p {
    margin: 0;
}

/* line 741, ../sass/pages/_layout.scss */
footer {
    background-color: white;
    padding: 30px 0 60px;
    color: #666;
}
/* line 749, ../sass/pages/_layout.scss */
footer a {
    color: #666;
    text-decoration: underline;
    display: block;
    line-height: 1.45;
    font-size: 90%;
}
/* line 755, ../sass/pages/_layout.scss */
footer a:hover, footer a:focus, footer a:active {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: underline;
    color: #ccc;
}
/* line 761, ../sass/pages/_layout.scss */
footer .container div {
    display: inline-block;
    width: 27%;
    margin-right: 9.5%;
    float: left;
    zoom: 1;
    text-align: center;
}
/* line 8, ../sass/base/_mixins.scss */
footer .container div:before, footer .container div:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
/* line 14, ../sass/base/_mixins.scss */
footer .container div:after {
    clear: both;
}
/* line 767, ../sass/pages/_layout.scss */
footer .container div:last-child {
    margin-right: 0;
}
/* line 772, ../sass/pages/_layout.scss */
footer .container div#footer_left {
    text-align: left;
}
/* line 774, ../sass/pages/_layout.scss */
footer .container div#footer_left img {
    display: inline-block;
    margin-top: -31px;
}
/* line 781, ../sass/pages/_layout.scss */
footer .container div#footer_center img {
    width: 90%;
    margin-top: 14px;
}
@font-face {
    font-family: "Karla";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('//www.uni-paderborn.de/typo3conf/ext/upb_base/Resources/Public/Dist/Fonts/karla/karla-v23-latin-regular.eot');
    src: local(""), url('//www.uni-paderborn.de/typo3conf/ext/upb_base/Resources/Public/Dist/Fonts/karla/karla-v23-latin-regular.eot?#iefix') format("embedded-opentype"), url('//www.uni-paderborn.de/typo3conf/ext/upb_base/Resources/Public/Dist/Fonts/karla/karla-v23-latin-regular.woff2') format("woff2"), url('//www.uni-paderborn.de/typo3conf/ext/upb_base/Resources/Public/Dist/Fonts/karla/karla-v23-latin-regular.woff') format("woff"), url('//www.uni-paderborn.de/typo3conf/ext/upb_base/Resources/Public/Dist/Fonts/karla/karla-v23-latin-regular.ttf') format("truetype"), url('//www.uni-paderborn.de/typo3conf/ext/upb_base/Resources/Public/Dist/Fonts/karla/karla-v23-latin-regular.svg#Karla') format("svg")
}
footer .container div#footer_center a {
    color: rgb(0, 37, 170);
    font-family: Karla, "Helvetica Neue", Arial, sans-serif;
    font-size: 19px;
    padding-top: 14px;
    text-decoration: none;
}

/* line 786, ../sass/pages/_layout.scss */
footer .container div#footer_right {
    padding-top: 14px;
    text-align: right !important;
}
/* line 790, ../sass/pages/_layout.scss */
footer .container div img {
    height: auto;
}

/*
//Fixes für Wraps durch Typo3
.rightcolumn .tile h2 {
	margin-top:0px;
	padding-top:0;
}
.rightcolumn p {
	margin-top:0px;
	padding-top:0;
}

.rightcolumn div {
	margin-top:0px;
	padding-top:0;
}

#navcontainer nav.container span a {
	color:#009fe3;
}

.csc-textpic img {
	height:auto;
	width: 100%;
}

//TYPO3-Fixes
//Folgende Regel greifen, falls Typo3 HTML anders ausgibt (etwa mit einem zusätzlichen <div> als wrapper), als es in den Templates geschrieben wurde
.rightcolumn .tile h2 {
	margin-top:0px;
	padding-top:0;
}
.rightcolumn p {
	margin-top:0px;
	padding-top:0;
}

.rightcolumn div {
	margin-top:0px;
	padding-top:0;
}

#navcontainer nav.container span a {
	color:#009fe3;
}

.csc-textpic img {
	height:auto;
}
.vjs-no-video{
	margin-bottom: 0 !important;
}

//Video-Styling
video {
	width:100% !important; //Javascript adds the property "max-width" and sets its value to the width of the video file.
	height:auto !important;
}
//Container for video elements
.video-js-box{
	text-align: center;
	.bodytext{
		text-align: left;
	}
}

//Umschalter der Video-Qualität zwischen High und Low
.video_res {
	float:right;
	font-size:11px;
	margin-bottom:3px;
}
.video_lq {
	display:none;
}
.btn_vres {
	cursor:pointer;
	float:left;
	padding-right:10px;
}
.btn_vres.active {
	color:#009fe3;
}

//fancybox (Lightbox-plugin)
#fancybox-inner {
	top:0 !important;
	left:0 !important;
}

#fancybox-close {
	right:-32px !important;
}
//Maske, die bei geöffneter Lightbox den Rest der Seite verdeckt
#fancybox-overlay{
	opacity: 0.9; //Alpha-Wert. Default ist 0.3 (Stand Fancybox Version 1.3.1)
	filter: alpha(opacity=90)
}
*/
/**
 Homepage
 */
/**
 Responsive Styles
 */
@media screen and (max-width: 480px) {
    /* line 15, ../sass/base/_responsive.scss */
    body {
        overflow-x: hidden;
    }
}
@media screen and (max-width: 1100px) {
    /* line 28, ../sass/base/_responsive.scss */
    #navcontainer nav a {
        padding: 10px 1%;
    }
    /* line 31, ../sass/base/_responsive.scss */
    #navcontainer nav #logo-rap {
        margin-left: 2%;
    }
}
@media screen and (max-width: 750px) {
    /* line 40, ../sass/base/_responsive.scss */
    #navcontainer {
        margin-bottom: 0;
    }
    /* line 42, ../sass/base/_responsive.scss */
    #navcontainer nav a {
        padding: 10px 1%;
    }
    /* line 45, ../sass/base/_responsive.scss */
    #navcontainer nav #logo-rap {
        margin-left: 2%;
    }

    /* line 55, ../sass/base/_responsive.scss */
    .item {
        margin: 0;
    }

    /* line 58, ../sass/base/_responsive.scss */
    .leftcolumn, .rightcolumn, .recommended .item, #search button {
        display: block;
        width: 100%;
    }

    /* line 62, ../sass/base/_responsive.scss */
    #searchcontainer {
        margin-top: 60px;
    }

    /* line 65, ../sass/base/_responsive.scss */
    button, a.btn {
        height: 45px !important;
        line-height: 42px !important;
    }

    /* line 70, ../sass/base/_responsive.scss */
    .rightcolumn .buttoncontainer {
        zoom: 1;
    }
    /* line 8, ../sass/base/_mixins.scss */
    .rightcolumn .buttoncontainer:before, .rightcolumn .buttoncontainer:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }
    /* line 14, ../sass/base/_mixins.scss */
    .rightcolumn .buttoncontainer:after {
        clear: both;
    }
    /* line 72, ../sass/base/_responsive.scss */
    .rightcolumn .buttoncontainer button, .rightcolumn .buttoncontainer a.btn {
        float: right;
        height: 37.5px !important;
        line-height: 30px !important;
    }

    /* line 79, ../sass/base/_responsive.scss */
    #search {
        padding-bottom: 15px;
    }
    /* line 81, ../sass/base/_responsive.scss */
    #search input[type="text"] {
        height: 37.5px !important;
        line-height: 30px !important;
    }
    /* line 85, ../sass/base/_responsive.scss */
    #search button, #search a.btn {
        margin-top: 15px;
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    /* line 91, ../sass/base/_responsive.scss */
    #search a {
        padding-top: 8px;
    }

    /* line 95, ../sass/base/_responsive.scss */
    .recommended {
        margin-top: 45px !important;
    }
    /* line 97, ../sass/base/_responsive.scss */
    .recommended .item {
        margin: 15px 0;
    }

    /* line 103, ../sass/base/_responsive.scss */
    footer .container p, footer .container a {
        width: 100%;
    }
    /* line 106, ../sass/base/_responsive.scss */
    footer .container a {
        text-align: center;
    }
    /* line 110, ../sass/base/_responsive.scss */
    footer .container div {
        text-align: center !important;
        margin: 1em auto !important;
        display: block;
        float: none;
    }
    /* line 115, ../sass/base/_responsive.scss */
    footer .container div, footer .container div img {
        width: 80% !important;
    }
    /* line 118, ../sass/base/_responsive.scss */
    footer .container div img {
        margin: 0 auto;
    }

    /* line 124, ../sass/base/_responsive.scss */
    #navcontainer {
        margin-bottom: 0;
    }
    /* line 128, ../sass/base/_responsive.scss */
    #navcontainer nav.container {
        margin-bottom: 0;
    }

    /* line 133, ../sass/base/_responsive.scss */
    #searchcontainer {
        margin-top: 30px;
    }

    /* line 136, ../sass/base/_responsive.scss */
    .rightcolumn .tile, .fullarticle {
        margin-top: 0;
    }
}
@media screen and (min-width: 965px) {
    /* line 143, ../sass/base/_responsive.scss */
    #navcontainer {
        padding-top: 5px;
    }
    /* line 145, ../sass/base/_responsive.scss */
    #navcontainer nav {
        position: relative;
        top: -50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
    /* line 147, ../sass/base/_responsive.scss */
    #navcontainer nav a {
        width: auto;
        float: none;
    }
    /* line 151, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn span {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    /* line 154, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#logo-onscreen span {
        float: left;
    }
    /* line 157, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#btn-rap span {
        margin-left: 3.2%;
    }
}
@media screen and (min-width: 751px) and (max-width: 799px) {
    /* line 167, ../sass/base/_responsive.scss */
    .fullarticle, .rightcolumn .tile {
        margin-top: 0;
    }

    /* line 170, ../sass/base/_responsive.scss */
    .container {
        padding-top: 0 !important;
    }

    /* line 174, ../sass/base/_responsive.scss */
    li .player {
        width: 30% !important;
    }
    /* line 177, ../sass/base/_responsive.scss */
    li .meta {
        width: 70% !important;
    }

    /* line 181, ../sass/base/_responsive.scss */
    .rap #ueber .btn {
        font-size: 10pt !important;
    }
}
@media screen and (min-width: 800px) and (max-width: 964px) {
    /* line 188, ../sass/base/_responsive.scss */
    #navcontainer nav {
        text-align: center;
        padding: 30px 0 10px;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    /* line 192, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#logo-onscreen {
        width: 100%;
        float: none !important;
        zoom: 1;
    }
    /* line 8, ../sass/base/_mixins.scss */
    #navcontainer nav a.icn#logo-onscreen:before, #navcontainer nav a.icn#logo-onscreen:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }
    /* line 14, ../sass/base/_mixins.scss */
    #navcontainer nav a.icn#logo-onscreen:after {
        clear: both;
    }
    /* line 199, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#btn-rap span {
        height: 26px;
        margin: 0 1%;
        position: relative;
        top: 33%;
        -webkit-transform: translateY(-33%);
        -ms-transform: translateY(-33%);
        transform: translateY(-33%);
    }
    /* line 204, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#btn-rap:after {
        bottom: -11px;
    }

    /* line 214, ../sass/base/_responsive.scss */
    #medienpool table .laenge, #medienpool table .datum {
        display: none;
    }

    /* line 218, ../sass/base/_responsive.scss */
    #filmwelten #search .btn {
        padding: 0 20px;
    }

    /* line 221, ../sass/base/_responsive.scss */
    #subnav a {
        padding: 0 15px;
    }

    /* line 225, ../sass/base/_responsive.scss */
    li .player {
        width: 30% !important;
    }
    /* line 228, ../sass/base/_responsive.scss */
    li .meta {
        width: 70% !important;
    }
}
@media screen and (min-width: 321px) and (max-width: 799px) {
    /* line 238, ../sass/base/_responsive.scss */
    #navcontainer nav {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 15px 10px 7.5px;
    }
    /* line 241, ../sass/base/_responsive.scss */
    #navcontainer nav #btn-rap.active span {
        background-position: 100% center !important;
    }
    /* line 244, ../sass/base/_responsive.scss */
    #navcontainer nav a {
        width: 50%;
        display: inline-block;
        text-align: center;
        float: left;
        height: 45px;
    }
    /* line 252, ../sass/base/_responsive.scss */
    #navcontainer nav a#btn-rap span {
        background-position: 0 center !important;
    }
    /* line 255, ../sass/base/_responsive.scss */
    #navcontainer nav a#btn-rap:hover span, #navcontainer nav a#btn-rap:active span, #navcontainer nav a#btn-rap:focus span {
        background-position: 100% center !important;
    }

    /* line 262, ../sass/base/_responsive.scss */
    #subnav {
        height: auto;
        position: relative;
        margin-top: 0;
        right: 0;
        text-align: center;
        padding: 0;
    }
    /* line 269, ../sass/base/_responsive.scss */
    #subnav > a {
        width: 50%;
        display: inline-block;
        float: left;
    }

    /* line 275, ../sass/base/_responsive.scss */
    #medienpool ul.genres {
        margin-top: -7px;
    }

    /* line 279, ../sass/base/_responsive.scss */
    #medienpool table .laenge, #medienpool table .datum, #medienpool table .typ, #medienpool table .genre {
        display: none;
    }

    /* line 284, ../sass/base/_responsive.scss */
    #filmwelten #recommendedlist
    #search .btn {
        padding: 0 20px;
    }
}
@media screen and (max-width: 799px) {
    /* line 293, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn span {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* line 296, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#logo-onscreen {
        float: left;
    }
    /* line 298, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#logo-onscreen span {
        background-size: 204px 24px;
        width: 102px;
        height: 24px;
    }
    /* line 303, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#logo-onscreen:hover span, #navcontainer nav a.icn#logo-onscreen:focus span, #navcontainer nav a.icn#logo-onscreen:active span {
        background-position: -102px center;
    }
    /* line 308, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#btn-rap span {
        margin-left: 0;
        background-size: 214px 18px;
        width: 107px;
        height: 17px;
    }
    /* line 314, ../sass/base/_responsive.scss */
    #navcontainer nav a.icn#btn-rap:hover span, #navcontainer nav a.icn#btn-rap:focus span, #navcontainer nav a.icn#btn-rap:active span {
        background-position: -107px center;
    }

    /* line 320, ../sass/base/_responsive.scss */
    #btn-rap:after {
        bottom: -9px !important;
    }

    /* line 324, ../sass/base/_responsive.scss */
    .active #btn-rap span {
        background-position: 100% center !important;
    }

    /* line 327, ../sass/base/_responsive.scss */
    .tilecontainer {
        float: none !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 750px) {
    /* line 333, ../sass/base/_responsive.scss */
    .rap #ueber .btn {
        font-size: 12pt !important;
    }
}
@media screen and (max-width: 500px) {
    /* line 339, ../sass/base/_responsive.scss */
    .rap .leftcolumn .list ul .meta {
        padding-left: 5% !important;
    }
}
@media screen and (max-width: 320px) {
    /* line 345, ../sass/base/_responsive.scss */
    #navcontainer {
        margin-bottom: 0;
    }
    /* line 348, ../sass/base/_responsive.scss */
    #navcontainer nav {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 10px;
    }
    /* line 349, ../sass/base/_responsive.scss */
    #navcontainer nav.container {
        margin-bottom: 0;
    }
    /* line 354, ../sass/base/_responsive.scss */
    #navcontainer nav a {
        width: 100%;
        text-align: center;
        float: none;
    }

    /* line 361, ../sass/base/_responsive.scss */
    #searchcontainer {
        margin-top: 30px;
    }

    /* line 364, ../sass/base/_responsive.scss */
    .rightcolumn .tile, .fullarticle {
        margin-top: 0;
    }

    /* line 368, ../sass/base/_responsive.scss */
    #medienpool table .laenge, #medienpool table .datum, #medienpool table .typ, #medienpool table .genre, #medienpool table .download {
        display: none;
    }

    /* line 372, ../sass/base/_responsive.scss */
    #subnav {
        height: auto;
        position: relative;
        margin-top: 0;
        right: 0;
        text-align: center;
        padding: 15px 0;
    }
    /* line 379, ../sass/base/_responsive.scss */
    #subnav > a {
        width: 100%;
        display: inline-block;
        float: left;
    }

    /* line 386, ../sass/base/_responsive.scss */
    #btn-rap:after {
        bottom: 0 !important;
    }
}
@media screen and (max-width: 1000px) {
    /* line 393, ../sass/base/_responsive.scss */
    .playercontainer {
        width: 100% !important;
    }

    /* line 398, ../sass/base/_responsive.scss */
    .rap #ueber .btn {
        font-size: 10pt;
        padding-left: 1px;
        padding-right: 1px;
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    /* line 407, ../sass/base/_responsive.scss */
    .container {
        margin: 0 auto !important;
    }
}
/**
 Print Stylesheet
 */
@media print {
    /* line 6, ../sass/base/_print.scss */
    header, nav, footer {
        display: none;
    }

    /* line 9, ../sass/base/_print.scss */
    img {
        max-width: 500px;
    }

    /* line 12, ../sass/base/_print.scss */
    body {
        font: 14pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }
}
/**
 IE Fixes If Required
 */
/**
 Shameful Quick Fixes (Tidy Later)
 */
/* lightbox */
.lb-cancel {
    background-image: url(EXT:onscreen_package/Resources/Public/Images/loading.gif) !important;
}
.lb-nav a.lb-prev {
    background-image: url(EXT:onscreen_package/Resources/Public/Images/prev.png) !important;;
}

.lb-nav a.lb-next {
    background-image: url(EXT:onscreen_package/Resources/Public/Images/next.png) !important;;
}

.lb-data .lb-close {
    background-image: url(EXT:onscreen_package/Resources/Public/Images/close.png) !important;;
}
/* misc */
.buttonblock .btn {
    display: block;
}

.buttonblock {
    margin-top: 0 !important;
    text-align: center !important;
}

#akustische-kunst figcaption {
    display: block;
}

.home .caption {
    overflow: hidden;
    max-height: 100%;
}

.rap-band-image {
    margin: 0 auto;
    display: block;
}

.leftcolumn section ul.radical-on-air-list li:first-child {
    display: none;
}

.radical-on-air-list .download {
    background-image: url('../Icons/download.png');
    background-size: 22px 13px;
    display: inline-block !important;
    height: 13px;
    width: 11px;
}

.radical-on-air-list .download:hover {
    background-position-x: 11px;
}

:root {
    --plyr-color-main: #009fe3;
}

.rightcolumn .tile ul div.audio {
    width: 25%;
    padding-left: 0;
    margin: 0;
}

.rightcolumn .plyr, .list .plyr {
    line-height: 1;
    min-width: initial;
    width: 77px !important;
}

.rightcolumn .plyr div, .list .plyr div {
    float: initial !important;
    margin-bottom: initial !important;
    max-width: 77px;
    width: auto !important;
}

.list .plyr__controls {
    display: block;
}


.search-list-thumbnail {
    width: 70px;
}

@media screen and (min-width: 1000px) {
    .search-list-thumbnail {
        width: 200px;
    }
}
