/* Minification failed. Returning unminified contents.
(2854,40): run-time error CSS1030: Expected identifier, found '.'
(2854,46): run-time error CSS1031: Expected selector, found ')'
(2854,46): run-time error CSS1025: Expected comma or open brace, found ')'
(2859,40): run-time error CSS1030: Expected identifier, found '.'
(2859,46): run-time error CSS1031: Expected selector, found ')'
(2859,46): run-time error CSS1025: Expected comma or open brace, found ')'
(2864,40): run-time error CSS1030: Expected identifier, found '.'
(2864,46): run-time error CSS1031: Expected selector, found ')'
(2864,46): run-time error CSS1025: Expected comma or open brace, found ')'
(2869,40): run-time error CSS1030: Expected identifier, found '.'
(2869,46): run-time error CSS1031: Expected selector, found ')'
(2869,46): run-time error CSS1025: Expected comma or open brace, found ')'
(2874,40): run-time error CSS1030: Expected identifier, found '.'
(2874,46): run-time error CSS1031: Expected selector, found ')'
(2874,46): run-time error CSS1025: Expected comma or open brace, found ')'
(2879,40): run-time error CSS1030: Expected identifier, found '.'
(2879,46): run-time error CSS1031: Expected selector, found ')'
(2879,46): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Volte font added 07.01.2022*/
@font-face {
    font-family: "Volte";
    font-style: normal;
    font-display: swap;
    src: url("/Styles/fonts/Volte.otf");
}
@font-face {
    font-family: "Volte";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("/Styles/fonts/Volte Bold.otf");
}
@font-face {
    font-family: "Volte";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/Styles/fonts/Volte Semibold.otf");
}
@font-face {
    font-family: "Volte";
    font-style: italic;
    font-display: swap;
    src: url("/Styles/fonts/Volte Regular Italic.otf");
}
@font-face {
    font-family: "Volte";
    font-style: italic;
    font-weight: bold;
    font-display: swap;
    src: url("/Styles/fonts/Volte Bold Italic.otf");
}

/* STRUCTURE */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #fff;
    font-family: Volte, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

    body.frontpage {
        /*background: #efedec !important;*/
    }


p {
    font-family: Volte, Arial, Helvetica, sans-serif;
}

#wrap {
    width: 100% !important;
    margin: 0;
}

#application {
    min-height: 100%;
    position: relative;
}

#mainframe {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 200px 0;
}

.atClear {
    display: none !important;
}

/* FORMATTING */

.content {
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    color: #890005;
}

a {
    color: #216093; /*#e81902;*/
    text-decoration: underline;
}

    a:hover {
        text-decoration: underline;
    }
/*
a:visited {
    color: #b35c1d;
}
*/

input, textarea {
    font-family: Volte, Arial, Helvetica, sans-serif;
}

    input:focus {
        outline: none;
    }

.mobile {
    display: none;
}

.print {
    display:none;
}

.buttonLink {
    background: #4d4d4d;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
}

    .buttonLink::after {
        content: '\f105';
        font-family: 'FontAwesome';
        padding-left: 8px;
        font-size: 1.1em;
        vertical-align: baseline;
    }

    .buttonLink:hover, .buttonLink:focus {
        background: #6d6d6d;
        text-decoration: none;
    }

    .buttonLink:visited {
        color: #fff;
    }

#header {
    background: #890005 /*url("../img/colorbar.png") repeat-x center top;*/;
    padding-top: 10px;
    height: 90px;
    /*border-top: 10px solid #67904b;*/
    position: relative;
    z-index: 999;
}

    #header .content {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 1px 0;
        position: relative;
    }

    #header .tools {
        float: right;
        margin: 6px;
    }

        #header .tools ul li {
            display: inline;
        }

        #header .tools form {
            display: inline;
        }

    #header #fontResize {
        width: 25px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCg0KPCEtLSBMaWNlbnNlIEFncmVlbWVudCBhdCBodHRwOi8vaWNvbm1vbnN0ci5jb20vbGljZW5zZS8gLS0+DQoNCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggaWQ9ImZvbnQtc2l6ZS1pY29uIiBkPSJNNTEyLDQzMC42NzN2MTguNDQ0aC03NC4yNjV2LTE4LjQ0NGg2Ljc1NWM1LjUwMywwLDkuMzc2LTUuNDMsNy41ODktMTAuNjM5bC0xMC44NDctMzEuNjA0aC00Ny41OTUNCglsLTEyLjI3MS0zMy45MzRoNDguOThsLTI5LjA3NS04Ni45NjZsLTI0LjYwOCw3My42MWwtMTguNzY5LTUzLjI3N2wxOS42OC01NS44NjdoNDcuMzk2bDY2LjA0MiwxODcuNDY5DQoJYzIuMzYyLDYuNzEzLDguNzA3LDExLjIwOCwxNS44MjMsMTEuMjA4SDUxMkw1MTIsNDMwLjY3M3ogTTM4NC43Niw0MTYuMzA4aDkuMTg3djMyLjgxSDI1NS4zMjN2LTMyLjgxaDEyLjAxNg0KCWM5Ljc4OSwwLDE2LjY3Ny05LjY2MSwxMy41LTE4LjkyM2wtMTcuMzkzLTUwLjg2OEgxMzAuNWwtMTcuMzk1LDUwLjg2OGMtMy4xNzksOS4yNjIsMy43MTEsMTguOTIzLDEzLjUsMTguOTIzaDEyLjAxNnYzMi44MUgwDQoJdi0zMi44MWg5LjE4NWMxMi42NiwwLDIzLjk0NC03Ljk5MywyOC4xNDktMTkuOTM5TDE1NC44MTYsNjIuODgzaDg0LjMxMmwxMTcuNDgsMzMzLjQ4NQ0KCUMzNjAuODE3LDQwOC4zMTQsMzcyLjEwMiw0MTYuMzA4LDM4NC43Niw0MTYuMzA4eiBNMTUxLjc2NiwyODAuNzk1aDkwLjQxMmwtNDUuMjA1LTEzNS43MTRMMTUxLjc2NiwyODAuNzk1eiIvPg0KPC9zdmc+DQo=);*/
        /*background-image: url('../img/font-size.svg');*/
        /*background-size: 100% 100%;*/
        height: 26px;
        vertical-align: middle;
    }

        #header #fontResize .tooltip {
            display: none;
            position: absolute;
            z-index: 9999;
            top: 40px;
            right: -90px;
            width: 400px;
            padding: 1px 1em;
            font-size: 2em;
            background: #fff;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
        }

        #header #fontResize:hover .tooltip, #header #fontResize:focus .tooltip {
            display: block;
        }

        #header #fontResize img {
            width: 100%;
            height: auto;
            color: #ccc;
        }

    #header .logo {
        position: absolute;
        top: 5px;
        left: 10px;
        /*min-width: 130px;*/
        max-width: 250px;
        width: 250px;
    }

        #header .logo img {
            width: 100%;
            height: auto;
        }

    #header i.fa.fa-sitemap.fa-lg {
        margin-right: 10px;
        color: #fff;
    }

#search {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 8px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0.5em;
    margin-left: 10px;
    background:#fff;
}

    #search .searchField {
        border: none;
        padding: 0;
        margin: 0;
        background: none;
        width: 100px;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        #search .searchField:focus {
            width: 200px;
        }

    #search .searchButton {
        background: none;
        border: none;
        padding: 4px;
        color: #444;
    }

#menutoggle {
    display: none;
    text-decoration: none;
}

#nav {
    /*background: #fff;*/
    /*border-bottom: 5px solid #67904b;*/
    /*position: relative;*/
    /*top: -50px;*/
    /*height: 50px;*/
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    float: right;
    width:inherit;
}

    #nav .content {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        text-align: right;
        display: block;
        float:right;
    }

    #nav ul li {
        display: inline;
    }

        #nav ul li a {
            display: inline-block;
            padding: 10px 5px;
            margin: 0 10px;
            text-decoration: none;
            font-size: 1em;
            color: #fff;
            border-bottom: 6px solid transparent;
            -webkit-transition: border 0.3s, color 0.3s;
            -moz-transition: border 0.3s, color 0.3s;
            transition: border 0.3s, color 0.3s;
            
        }

            #nav ul li a:hover, #nav ul li.active a, #nav ul li a:focus {
                border-color: inherit;
            }

.white {
    border-color: #fff;
}
.grey {
    border-color: #7b7c7f;
}

.blue {
    border-color: #00a99d;
}

.green {
    border-color: #890005;
}

.orange {
    border-color: #f9a51a;
}

.purple {
    border-color: #441864;
}

.yellow {
    border-color: #cabc0e;
}


#panels {
}

    #panels .icon {
        min-width: 90px;
        max-width: 90px;
        min-height: 90px;
        max-height: 90px;
        display: inline-flex;
        /*margin-bottom: 10px;*/
    }

        #panels .icon img {
            width: 100%;
            height: auto;
        }

    #panels .panel {
        background: #f3ece9;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

        #panels .panel .content a {
            display: block;
            padding: 20px 30px;
            height: 150px;
            text-align: center;
            text-decoration: none;
            color: #000;
            border: 1px solid transparent;
        }

            #panels .panel .content a:hover, #panels .panel .content a:focus {
                border-color: #890005;
            }

        #panels .panel .content h2 {
            margin: 0;
        }


/* ==========================================================================
   News Frontpage
   ========================================================================== */


#news .highlight {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

    #news .highlight .frontpageimage {
        width: 100%;
        height: auto;
        position: relative;
    }

        #news .highlight .frontpageimage img {
            width: 100%;
            height: auto;
        }

    #news .highlight .content {
        padding: 1px 20px 10px 20px;
        background: rgba(255,255,255,0.9);
    }

    #news .highlight h3 {
        margin: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 20px 1px 20px;
        font-size: 1.6em;
        text-shadow: 0 0 3px rgba(255,255,255,0.8);
    }

        #news .highlight h3.gradient {
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(85%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
        }




#news .current {
    background: #f3ece9;
    padding: 20px 20px 1px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

    #news .current .news-item {
        position: relative;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

        #news .current .news-item:last-of-type {
            border-bottom: none;
        }

#news .datetime, .date {
    margin: 0;
    font-size: 0.75em;
    /*color: #333;*/
    color: #545454;
}

#news .news-item h3 {
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: normal;
    font-size: 1.2em;
}




#news_alt .highlight {
    background: #f3ece9;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

    #news_alt .highlight .frontimage {
        width: 49.2%;
        float: left;
        height: auto;
    }

    #news_alt .highlight img {
        width: 100%;
        height: auto;
    }

    #news_alt .highlight .content {
        margin-left: 49.2%;
        padding: 20px 20px 1px 20px;
    }

    #news_alt .highlight h3 {
        font-size: 1.3em;
        padding: 0;
        margin: 0 0 5px 0;
        color: #890005;
    }



#news_alt .current {
    background: #f3ece9;
    padding: 15px 20px 1px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

    #news_alt .current .news-item {
        position: relative;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

        #news_alt .current .news-item:last-of-type {
            border-bottom: none;
        }

#news_alt .datetime {
    margin: 0;
    font-size: 0.75em;
    /*color: #999;*/
    color: #545454;
}

#news_alt .news-item h3 {
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: normal;
    font-size: 1.1em;
}

#news_alt .news-item h3 a {
    color: #890005;
}



/* ==========================================================================
   Footer
   ========================================================================== */


#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-color:#f3ece9;
}

    #footer h4 {
        margin: 0;
    }

    #footer .section {
    }

    #footer .more_info {
        background: #890005;
        padding: 10px;
    }

    #footer .social {
        padding: 15px 10px;
    }

        #footer .more_info ul, #footer .social ul {
            text-align: center;
        }

            #footer .more_info ul li, #footer .social ul li {
                display: inline;
            }

                #footer .more_info ul li a {
                    color: #fff;
                    margin: 0 15px;
                    text-decoration:none;
                }

                    #footer .more_info ul li a.selected {
                        display: none;
                    }

                #footer .social ul li a {
                    font-size: 3.5em;
                    margin: 0 0 0 5px;
                    color: #7b7c7f;
                    -webkit-transition: color 0.5s;
                    -moz-transition: color 0.5s;
                    transition: color 0.5s;
                }

                    #footer .social ul li a:hover, #footer .social ul li a:focus {
                        color: #890005;
                    }

                    #footer .social ul li a.linkedin:hover, #footer .social ul li a.linkedin:focus {
                        color: #0077b5;
                    }

                    #footer .social ul li a.twitter:hover, #footer .social ul li a.twitter:focus {
                        color: #55acee;
                    }

    #footer .copyright {
        font-style: italic;
        font-size: 0.8em;
        margin: 0;
    }




/* ==========================================================================
   Helper classes
   ========================================================================== */


.blankul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clr {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    .print {
        display:block;
    }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   wrapper
   ========================================================================== */

#main {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 100px 0;
    background: none !important;
}

    #main:before, #main:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    #main:after {
        clear: both;
    }

    #main .content input[type=text] {
        border: 1px solid #ccc;
        /*height: 16px;*/
        padding: 5px;
        font-size: 1.4em;
    }

    #main .content label, #main .content input, #main .content select, #main .content textarea {
        margin: 0 5px 0 0 !important;
        /*font-size: 100%;*/
        vertical-align: middle;
    }

    #main .button {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
        padding: 4px 14px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        *line-height: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        color: #fff;
        background-color: #61615f;
        *background-color: #61615f;
        border: 0px solid #bbbbbb;
        *border: 0;
        border-bottom-color: #a2a2a2;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *margin-left: .3em;
    }

    #main .content div.articleshare {
        width: 320px;
        display: none;
    }


/* ==========================================================================
   Sidebar
   ========================================================================== */

.left-sidebar {
    float: left;
    width: 25%;
    background: #fff;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
    box-sizing: border-box;
    margin-top: 1%;
}


    .left-sidebar .submenu {
        list-style: none;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

#main .left-sidebar ul.submenu li.submenuheading {
    border-bottom: 1px dotted #b3b1af;
}


.orange .left-sidebar ul.submenu li.submenuheading {
    border-bottom-color: #f9a51a !important;
}

#main .left-sidebar ul.submenu li h2 {
    font-size: 1.6em;
    line-height: 1.1em;
    color: #333;
    padding: 10px 0 10px;
    margin: 0;
}

#main.orange .left-sidebar ul.submenu li.submenuheading h2 a {
    color: black;
    background: none !important;
}

#main .left-sidebar ul.submenu li a {
    display: block;
    padding: 10px 15px;
    background: url("/styles/gfx/submenu_arrow.png") no-repeat 0px 50%;
    color: #333;
    border-bottom: 1px dotted #bbb;
}

.orange .left-sidebar li a {
    background: url("/styles/gfx/submenu_arrow_orange.png") no-repeat 0px 50% !important;
}

.green .left-sidebar li a {
    background: url("/styles/gfx/submenu_arrow_green.png") no-repeat 0px 50% !important;
}

.purple .left-sidebar li a {
    background: url("/styles/gfx/submenu_arrow_purple.png") no-repeat 0px 50% !important;
}

.blue .left-sidebar li a {
    background: url("/styles/gfx/submenu_arrow_blue.png") no-repeat 0px 50% !important;
}

.green .left-sidebar li a {
    background: url("/styles/gfx/submenu_arrow_green.png") no-repeat 0px 50% !important;
}



#main .left-sidebar ul.submenu li a:hover {
    text-decoration: none;
}

#main .left-sidebar ul.submenu li.submenuheading a {
    border: none;
    background: none !important;
}

.orange .left-sidebar ul.submenu li a:hover, .orange .left-sidebar ul.submenu li a.selected:hover {
    color: black !important;
}



.orange .left-sidebar ul.submenu li a.selected {
    background: url("/styles/gfx/submenu_arrow_down_orange.png") no-repeat 0 50% !important;
    /*color:#f9a51a !important;*/
}


#main .left-sidebar li.expanded.active > a {
    font-weight: bold;
}

#main.orange .left-sidebar li.expanded.active > a {
    color: black !important;
}

#main.purple .left-sidebar li.expanded.active > a {
    color: black !important;
}

#main.green .left-sidebar li.expanded.active > a {
    color: black !important;
}

#main.blue .left-sidebar li.expanded.active > a {
    color: black !important;
}


.expanded.haschildren .level2 {
    padding: 0;
    list-style: none;
    margin: 0;
}

.expanded.haschildren .level3 {
    list-style: none;
    padding-left: 0;
    margin: 0;
}


#main .left-sidebar ul.submenu li.active .level3 li a, #main .left-sidebar ul.submenu li .level3 li a {
    padding-left: 60px;
    background-position: 40px 50% !important;
}

#main .left-sidebar ul.submenu li.active ul li a, #main .left-sidebar ul.submenu li ul li a {
    padding-left: 30px;
    background-position: 15px 50% !important;
}

#main .submenu.level1 li:last-child a {
    border: none !important;
}

  .orange .left-sidebar ul.submenu li a:hover, /*.orange .left-sidebar ul.submenu li a.selected,*/ .orange .left-sidebar ul.submenu li a.selected:hover {
    color: #f9a51a !important;
}

  .purple .left-sidebar ul.submenu li a:hover, /*.purple .left-sidebar ul.submenu li a.selected,*/ .purple .left-sidebar ul.submenu li a.selected:hover {
    color: #441864 !important;
}

  .green .left-sidebar ul.submenu li a:hover, /*.green .left-sidebar ul.submenu li a.selected,*/ .green .left-sidebar ul.submenu li a.selected:hover {
    color: #890005 !important;
}

  .blue .left-sidebar ul.submenu li a:hover, /*.blue .left-sidebar ul.submenu li a.selected,*/ .blue .left-sidebar ul.submenu li a.selected:hover {
    color: #00a99d !important;
}

/* ==========================================================================
   Main content
   ========================================================================== */

.content.right-aligned {
    background: #fff;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
    padding: 20px;
/*    float: right;
    width: 73%;*/
    box-sizing: border-box;
    margin-top: 1%;
}


    .content.right-aligned h1 {
        font-size: 2.2em;
        margin: 20px 0;
    }

#main .content p.ingress {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 24px;
    color: #333;
}

#main .content div.ingress {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 27px;
    color: #333;
}

    #main .content div.ingress p {
        font-size: 1em;
        line-height: 1.4em;
        margin-bottom: 27px;
        color: #333;
    }

#main .content img.ingressimage {
    width: 100%;
    height: auto;
}


#main .content .image {
    clear: both;
    float: right;
    width: 40%;
    margin: 0 0 30px 5%;
    border-radius: .5rem;
}


#main .content ul {
    margin-bottom: 15px;
    /*margin-left:30px;*/
}

/*Right floated quote*/

#main .content .quote {
    clear: both;
    /*float: right;*/
    font-family: Volte, Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0 40px 40px;
    /*width: 32.26%;*/
    font-size: 1.3em;
    color: #890005;
}

    #main .content .quote span {
        color: #efedec;
        font-size: 3.0em;
        display: block;
        margin-bottom: -25px;
        line-height: 1.1em;
    }

    #main .content .quote p {
        margin-bottom: 0px;
    }


#main .content .quoteblock {
    clear: both;
    float: right;
    font-family: Volte, Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    line-height: 1.1em;
    /*margin: 0 0 40px 40px;*/
    /*width: 32.26%;*/
    font-size: 1.3em;
    color: #890005;
}

    #main .content .quoteblock span {
        color: #efedec;
        font-size: 3.0em;
        display: block;
        margin-bottom: -25px;
        line-height: 1.1em;
    }

    #main .content .quoteblock p {
        margin-bottom: 0px;
    }

/*Right floated images*/

#main .content aside .image {
    clear: both;
    /*float: right;
   
    margin: 0 0 30px 40px;*/
    width: 100%;
    border-radius: .5rem;
}



#main .content p.imagecaption {
    /*float: right;*/
    clear: both;
    /*margin: 0 0 30px 40px;*/
    font-size: 0.8em;
    line-height: 1.3em;
    /*width: 32.26%;*/
}

    #main .content p.imagecaption img {
        width: 100%;
        padding-bottom: 5px;
        margin: 0 0 10px 40px;
    }

/* ==========================================================================
   rightbox
   ========================================================================== */

#main .content .rightbox {
    
    clear: both;
    margin: 0 0 30px 0;
    background-color: #efedec;
    width: 100%;
    border-radius: 0.5em;
}

#main .content .bodytext h2, #main .content .bodytext h3 {
    margin-bottom: 0;
}

#main .content .bodytext p {
    margin-top: 0;
}


#main .content .bodytext img {
    height: auto;
    max-width: 100%;
    border-radius: .5rem;
    /* object-fit: scale-down; */ 
}



.orange .content .rightbox {
    background-color: #efedec;
}

#main .content .rightbox h2 {   
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    padding: 13px 15px 12px 15px;
    margin: 0;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}



 .rightbox h2 {
    background: none !important;
    background: #890005 !important;
    font-weight: 600;
}



 .rightbox .boxcontent {
    font-size: 0.9em;
    color: #890005;
    padding: 15px;
    overflow: hidden;
    line-height: 1.5em;
}

     .rightbox .boxcontent ul {
        margin: 10px;
        padding: 0;
    }

         .rightbox .boxcontent ul li {
            padding: 0;
            list-style-type: inherit;
            background-image: none;
        }

             .rightbox .boxcontent ul li a {
                font-weight: normal;
                color: #890005;
                background: transparent url("/styles/gfx/submenu_arrow.png") no-repeat 0 50%;
                padding-left: 10px;
            }

#main .blockArea.span_2_of_6 .rightbox {
    width: 100%;
}

#main .blockArea.span_2_of_6 .mediaImg img {
    width: 100%;
}
/*#main .content .mediaImg img {
	width:100%;
}*/



/* ==========================================================================
   Breadcrums
   ========================================================================== */

#main .breadcrumbs {
    font-size: 0.9em;
    color: #807e7d;
    padding-top: 20px;
    overflow: hidden;
    width: 100%;
    clear: both;
}

    #main .breadcrumbs a, #main .breadcrumbs a:visited {
        color: #555353;
    }

    #main .breadcrumbs img, #main .breadcrumbs a, #main .breadcrumbs span {
        vertical-align: middle;
    }

        #main .breadcrumbs a:hover {
            color: #333;
        }

    #main .breadcrumbs img {
        padding: 0 10px 0 7px;
    }





/* ==========================================================================
   Toolbox
   ========================================================================== */

#main .content .articletools-wide, #main .content .articletools {
    border-top: 1px solid #b3b1af;
    border-bottom: 1px solid #b3b1af;
    padding: 5px 0;
    margin-bottom: 10px;
}


#main .content .articletools-wide {
    width: 100%;
}

#main .content .articletools {
    width: 55%;
}

    #main .content .articletools p, #main .content .articletools-wide p {
        font-size: 12px;
        line-height: 12px;
        color: #555353;
        padding: 5px 0;
        margin: 0;
    }

    #main .content .articletools a.print, #main .content .articletools-wide a.print {
        color: #555353;
        background: transparent url("/styles/gfx/icon_arttool_print.png") no-repeat 0 50%;
        padding-left: 21px;
        margin-right: 15px
    }

    #main .content .articletools-wide .addthis_button,
    #main .content .articletools .addthis_button,
    #main .content .articletools-wide a.share,
    #main .content .articletools a.share {
        color: #555353;
        background: transparent url("/styles/gfx/icon_arttool_share.png") no-repeat 0 50%;
        padding-left: 16px;
        margin-right: 15px;
        display: none;
    }


/*Hide clear class from addthis*/
.atclear {
    display: none !important;
}

/*Share box*/

#main .content div.articleshare {
    width: 320px;
    display: none;
}

    #main .content div.articleshare textarea#inputarticleshare {
        width: 90%;
        height: 50px;
    }

/* ==========================================================================
   Searchpage
   ========================================================================== */

.green .left-sidebar ul.submenu li h2, .green .content h1 {
    color: #890005;
}

#main .content .search-area input {
    text-align: left;
    float: left;
}

#main .content .search-area {
    margin-bottom: 20px;
}

    #main .content .search-area input.searchfield {
        border-top: 1px solid #b3b1af;
        border-right: 1px solid transparent;
        border-left: 1px solid #b3b1af;
        border-bottom: 1px solid #b3b1af;
        /*background: transparent url("/styles/gfx/searchfield_bg.png") no-repeat 0 0;*/
        width: 40%;
        padding: 2px 10px;
        font-size: 1.3em;
        margin: 0 !important;
    }

    #main .content .search-area input.searchbutton {
        background: transparent url("/styles/gfx/search_btn.png") no-repeat 0 0;
        width: 34px;
        height: 28px;
        cursor: pointer;
        border: 0;
        padding: 0;
    }

#main .content .search-options {
    margin-bottom: 20px;
    clear: both;
}

#main .content .search-msg {
    clear: both;
    border-top: 1px solid #b3b1af;
    border-bottom: 1px solid #b3b1af;
}

#main .content .page-list {
    padding-bottom: 30px;
    clear: both;
}

    #main .content .page-list h2 {
        margin-bottom: 5px;
    }

    #main .content .page-list .list-item {
        border-bottom: 1px dotted #666;
        margin: 0;
        padding: 0;
    }

        #main .content .page-list .list-item:before, #main .content .page-list .list-item:after {
            content: " ";
            /* 1 */
            display: table;
            /* 2 */
        }

        #main .content .page-list .list-item:after {
            clear: both;
        }



        #main .content .page-list .list-item .date {
            float: left;
            width: 10%;
            margin-top: 17.92799949645996px;
        }

        #main .content .page-list .list-item .item-content {
            /*width: 95%;*/
            margin: 0 2% 0 2%;
        }

#main .content .list-footer {
    text-align: right;
}



/* ==========================================================================
   newssection
   ========================================================================== */

#main .content .news-section {
    border-top: 1px solid #b3b1af;
    padding-bottom: 30px;
    clear: both;
}

    #main .content .news-section .news-item {
        margin: 20px 0;
        border-bottom: 1px dotted #b3b1af;
    }

        #main .content .news-section .news-item .item-content {
            float: left;
            width: 100%;
        }

            #main .content .news-section .news-item .item-content h2 {
                padding-top: 0px;
                font-size: 1.4em;
                line-height: 1.4em;
                padding-bottom: 0px;
                margin-top: 0;
                margin-bottom: 5px;
            }


                #main .content .news-section .news-item .item-content h2 a,
                #main .content .news-section .news-item .item-content h2 a:visited {
                    color: #4c4a48;
                }

                    #main .content .news-section .news-item .item-content h2 a:hover {
                        text-decoration: underline;
                    }

            #main .content .news-section .news-item .item-content span {
                font-size: 0.8em;
                line-height: 0.8em;
                color: #767676;
                margin-bottom: 5px;
                display: block;
            }

            #main .content .news-section .news-item .item-content img {
                border: none;
                float: left;
                margin: 0px 15px 15px 0;
                width: 160px;
                border-radius: .5rem;
            }


/* ==========================================================================
   sitemap
   ========================================================================== */

#main .content #sitemap ul {
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
}


    #main .content #sitemap ul li {
        list-style-type: square;
    }


/* ==========================================================================
   Vacant positions
   ========================================================================== */

#main .content table {
    width: 100%;
}

#main .content table, th, td {
    /*border: 1px solid #666;*/
    text-align: left;
    vertical-align: top;
    padding: 8px;
}

    #main .content table thead td {
        background-color: #fff;
        font-weight: bold;
    }

    #main .content table.gray, table.gray th, table.gray td {
        border: 1px solid #b3b1af !important;
    }

        #main .content table.gray thead td {
            background-color: #f0efed;
        }


/* ==========================================================================
   Section-page
   ========================================================================== */

#main .content .section-row {
    width: 100%;
}

    #main .content .section-row .focus-box {
        background: #f3ece9;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        width: 32.26%;
        overflow: hidden;
        display: block;
        float: left;
        margin: 1% 0 1% 1.6%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        border: 1px solid #fff;
    }

        #main .content .section-row .focus-box:hover {
            border: 1px solid #666;
        }

        #main .content .section-row .focus-box .box-content p {
            margin: 0;
        }

        #main .content .section-row .focus-box h2 {
            margin-top: 0;
            color: #333;
        }

            #main .content .section-row .focus-box h2 a {
                color: #333;
            }

        #main .content .section-row .focus-box:first-child, #main .content .section-row .focus-box:nth-child(3n+1) {
            margin-left: 0;
        }

    #main .content .section-row img {
        width: 100%;
        height: auto;
        max-height: 156px;
    }



/* BLOCK CSS
-------------------------------------------------- */


.blockArea.span_2_of_6 {
    clear: both;
    float: right;
    margin: 0;
    margin: 0px 0px 30px 5%;
}

.blockArea .border {
    padding: 0 14px;
    border: 1px solid #b3b1af;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.blockArea::before {
    display: table;
    content: " ";
}

.blockArea::after {
    display: table;
    content: " ";
}

.blockArea::after {
    clear: both;
}

.blockArea .block:first-child {
    margin-left: 0;
}

.blockArea .block:last-child {
    margin-right: 0;
}

.blockArea .mediaimg img {
    width: 100%;
}

.block {
    float: none;
    margin-bottom: 10px;
}


    .block.span_1_of_6, .block.span_2_of_6, .block.span_3_of_6, .block.span_4_of_6, .block.span_5_of_6 {
        float: left;
        margin: 1% 0 1% 1.6%;
    }

.blockArea.span_6_of_6, block.span_6_of_6 {
    width: 100% !important;
}


.block h2 {
    margin-top: 14px;
    color: #222;
    font-size: 1.3em;
}

.block a, .block a:hover {
    text-decoration: none;
}

/*TEASER BLOCK*/

.teaser-block {
    width: 100%;
    overflow: hidden;
}

    .teaser-block .mediaImg {
        max-height: 250px;
        overflow: hidden;
        float: none;
    }

        .teaser-block .mediaImg img {
            width: 100%;
        }

    .teaser-block .mediaText {
        text-decoration: none;
    }

        .teaser-block .mediaText p:hover {
            text-decoration: underline;
        }

.link-block ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

    .link-block ul li a {
        padding: 8px 10px;
        color: rgb(51, 51, 51);
        border-bottom-color: rgb(187, 187, 187);
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        display: block;
    }

        .link-block ul li a:hover {
            text-decoration: underline;
        }

    .link-block ul li:last-child a {
        border: none;
    }


.captionOrange, .captionBlack {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange {
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
    /*font-size:16px;*/
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
    color: #ffffff;
    text-decoration: none;
}

    a.captionOrange:hover {
        color: #eb5100;
        text-decoration: underline;
        background-color: #eeeeee;
        background-color: rgba(238, 238, 238, 0.7);
    }

@media screen and (max-width: 680px) {
    .block.span_1_of_6, .block.span_2_of_6, .block.span_3_of_6, .block.span_4_of_6, .block.span_5_of_6 {
        margin: 10px 0 !important;
        float: none;
    }
}

#search .searchButton {
    background: url("/images/search-icon.png") 50% 50% no-repeat;
    height: 18px;
    width: 15px;
    margin-right: 3px;
}







/* Page listings filesearch
--------------------------------------------------------------------------------------- */
#main .content .page-list-search {
    border-top: 1px solid #b3b1af;
    padding-bottom: 10px;
    clear: both;
}

    #main .content .page-list-search .list-item {
        width: 680px;
        border-bottom: 1px dotted #666;
        margin: 0;
        padding: 0;
    }

        #main .content .page-list-search .list-item .date {
            float: left;
            width: 80px;
            padding-top: 10px;
            font-size: 85%;
        }

        #main .content .page-list-search .list-item .item-content {
            float: left;
            width: 580px;
            margin-left: 20px;
            padding-top: 0;
        }

            #main .content .page-list-search .list-item .item-content h2 {
                padding-top: 10px;
                /*padding-top: 13px;*/
                font-size: 1.7em;
                line-height: 1.1em;
                padding-bottom: 7px;
            }

                #main .content .page-list-search .list-item .item-content h2 a,
                #main .content .page-list .list-item .item-content h2 a:visited {
                    color: #4c4a48;
                }

                    #main .content .page-list-search .list-item .item-content h2 a:hover {
                        text-decoration: underline;
                    }

            #main .content .page-list-search .list-item .item-content img {
                float: right;
                margin: 20px 0 20px 20px;
                width: 160px;
            }

            #main .content .page-list-search .list-item .item-content p {
                font-size: 1.3em;
                line-height: 1.4em;
                margin: 0 0 10px 0;
            }


    #main .content .page-list-search table, th, td {
        /*border: 0px;*/
    }


    #main .content .page-list-search table, th, td {
        padding: 15px;
        /*border-bottom: 1px dotted lightgrey;*/
    }

        #main .content .page-list-search table th {
            background-color: whitesmoke;
        }


/* find search adaptaitions*/
div.search-scope {
    border: 0px solid #ccc;
    background-color: whitesmoke;
    font-size: 15px;
    padding: 10px;
}

    div.search-scope a {
        color: black;
    }


.item-content em {
    background-color: #f8ed8e;
    font-weight: bold;
    font-style: normal
}


.scopeBtnSelected {
    border-style: solid;
    font-weight: bold;
    background-color: whitesmoke;
    border-bottom: thick solid grey;
}

div.search_page_browse_right {
    float: right;
    font-size: 16px;
    margin-top: 2px;
}

div.search_page_browse_center {
    align-content: center;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}




/*---------------------------------------- 
  Link List
----------------------------------------*/

ul.link-list {
    margin: 0 0 15px 0;
    padding: 0;
}

    ul.link-list li {
        padding: 7px 0;
        list-style-type: none;
        background-image: none !important;
        /*border-top: 1px dotted #b6b6ba;*/
    }
        /*ul.link-list li:first-child {      
    border-top: none;
    padding-top: 0;
    }*/
        ul.link-list li a {
            display: inline-block;
            background: transparent url("gfx/link_arrow.png") no-repeat 0 5px;
            padding-left: 10px;
            line-height: 16px;
        }
/*Context specific module-cnt*/
.module-cnt ul.link-list li {
    border: none;
    padding: 0 0 5px 0;
}

/*Context specific .content*/
.content ul.link-list {
    margin: 0 0 20px 0 !important;
}

    .content ul.link-list li {
        padding-left: 0 !important;
    }

/*---------------------------------------- 
  Link Styles
----------------------------------------*/

a.generic {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -700px;
    padding-left: 30px;
    line-height: 25px;
}

a.doc,
a.rtf,
a.dot,
a.dotx,
a.docx {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -1px;
    padding-left: 30px;
    line-height: 25px;
}

a.xls,
a.xlsm,
a.csv,
a.xlsx {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -50px;
    padding-left: 30px;
    line-height: 25px;
}


a.ppt,
a.pptx,
a.potx {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -100px;
    padding-left: 30px;
    line-height: 25px;
}


a.msg {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -150px;
    padding-left: 30px;
    line-height: 25px;
}

a.cal,
a.calendar {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -200px;
    padding-left: 30px;
    line-height: 25px;
}

a.htm,
a.html {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -250px;
    padding-left: 30px;
    line-height: 25px;
}

a.folder,
a.lnk {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -300px;
    padding-left: 30px;
    line-height: 25px;
}

a.zip,
a.rar {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -350px;
    padding-left: 30px;
    line-height: 25px;
}


a.jpg,
a.jpeg,
a.png,
a.tif,
a.tiff,
a.gif {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -400px;
    padding-left: 30px;
    line-height: 25px;
}

a.mov,
a.avi,
a.mp4,
a.mpg,
a.mpeg,
a.wmv,
a.swf {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -450px;
    padding-left: 30px;
    line-height: 25px;
}

a.pdf {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -500px;
    padding-left: 30px;
    line-height: 25px;
}

a.psd {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -550px;
    padding-left: 30px;
    line-height: 25px;
}


a.indd {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -600px;
    padding-left: 30px;
    line-height: 25px;
}

a.ai {
    display: inline-block;
    background: transparent url("gfx/ikoner_varden.png") no-repeat 0 -650px;
    padding-left: 30px;
    line-height: 25px;
}


a.link {
    display: inline-block;
    background: transparent url("gfx/link_arrow.png") no-repeat 0 center;
    padding-left: 10px;
    line-height: 16px;
}

a span.date {
    font-size: 0.846em;
    color: #333;
    font-weight: normal;
}

a span.source {
    font-size: 0.846em;
    color: #333;
    display: block;
    font-weight: normal;
}


div .content a {
    text-decoration: underline;
}

div .rightbox a {
    text-decoration: underline;
}


div .left-sidebar a {
    text-decoration: none;
}


div .news-item a {
    text-decoration: none;
}

div .news-section a {
    text-decoration: underline;
}


.Form__Element .FormChoice label {
    display: block;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.contentfloat {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.content figcaption {
    font-size: 0.8em;
    color: #555353;
    padding: 5px 0;
    margin: 0;
}

.floatleft {
    float: left;
    padding: 0 10px 10px 0;
}

.floatright {
    float: right;
    padding: 0 0 10px 10px;
}

#main .bodycontainer figure {
    width: auto!important;
    float: none!important;
    margin: 0!important;
}

    #main .bodycontainer figure:has(img.w30-l), p > img.w30-l {
        max-width: 30% !important;
        float: left !important;
        margin: 0 20px 10px 0 !important;
    }
    #main .bodycontainer figure:has(img.w30-h), p > img.w30-h {
        max-width: 30% !important;
        float: right !important;
        margin: 0 0 10px 20px !important;
    }
    #main .bodycontainer figure:has(img.w40-l), p > img.w40-l {
        max-width: 40% !important;
        float: left !important;
        margin: 0 20px 10px 0 !important;
    }
    #main .bodycontainer figure:has(img.w40-h), p > img.w40-h {
        max-width: 40% !important;
        float: right !important;
        margin: 0 0 10px 20px !important;
    }
    #main .bodycontainer figure:has(img.w50-l), p > img.w50-l {
        max-width: 50% !important;
        float: left !important;
        margin: 0 20px 10px 0 !important;
    }
    #main .bodycontainer figure:has(img.w50-h), p > img.w50-h {
        max-width: 50% !important;
        float: right !important;
        margin: 0 0 10px 20px !important;
    }

/* ==========================================================================
   CallToAction block
   ========================================================================== */

.MiniCardV2_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-align-items: inherit;
    align-items: center;
    padding: .75rem 1.25rem;
    border-width: 1px;
    border-radius: .5rem;
    border-style: solid;
    border-color: #cbcfd5;
    text-decoration: none!important;
    margin-bottom: 15px;
}

.MiniCardV2_container:hover {
    background-color: #ecf3fe;
    border-color: #cbd4e1;
}

.MiniCardV2_container:hover .MiniCardV2_linktext {
    text-decoration: underline;
}

.MiniCardV2_textContainer {
    display: flex;
    flex-direction: column;
    color: #0056b4;
}

.MiniCardV2_linktext {
    font-weight: 600;
    font-size: 1.25rem;
}

.MiniCardV2_tagline {
    color: #010b18ad;
    margin-top: 0.7rem;
    letter-spacing: .075rem;
}

.MiniCardV2_tagline p {
    margin: 0;
}

/*  SECTIONS  ============================================================================= */

.section {
    clear: both;
    padding: 0;
    margin: 0;
}

/*  GROUPING  ============================================================================= */


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

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child, .col:nth-child(3n+1) {
        margin-left: 0;
    }
/* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 680px) {
    .col {
        margin: 1% 0 1% 0;
    }
}

/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
    width: 100%;
}

.span_5_of_6 {
    width: 83.06%;
}

.span_4_of_6 {
    width: 66.13%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.26%;
}

.span_1_of_6 {
    width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN  PIXELS */

@media only screen and (max-width: 768px) {
    .span_6_of_6 {
        width: 49.2%;
    }

    .span_5_of_6 {
        width: 49.2%;
    }

    .span_4_of_6 {
        width: 49.2%;
    }

    .span_3_of_6 {
        width: 49.2%;
    }

    .span_2_of_6 {
        width: 49.2%;
    }

    .span_1_of_6 {
        width: 49.2%;
    }

    .col:nth-child(3n+1) {
        margin-left: 1.6%;
    }

    .col:nth-child(2n+1) {
        margin-left: 0;
    }
}




article div.bodycontainer {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    article div.bodycontainer {
        flex-wrap: nowrap;
        flex-direction: row;
    }

        article div.bodycontainer aside {
            margin-left: 10px;
        }
}

article div.bodycontainer aside {
    flex: 1 1 250px;
}

@media only screen and (max-width: 680px) {
    article div.bodycontainer aside {
        flex: auto;
    }
}

/*  GO FULL WIDTH AT LESS THAN  PIXELS */
@media only screen and (max-width: 680px) {
    .span_6_of_6 {
        width: 100%;
    }

    .span_5_of_6 {
        width: 100%;
    }

    .span_4_of_6 {
        width: 100%;
    }

    .span_3_of_6 {
        width: 100%;
    }

    .span_2_of_6 {
        width: 100%;
    }

    .span_1_of_6 {
        width: 100%;
    }

    .col:nth-child(3n+1) {
        margin-left: 0;
    }
}




@media only screen and (max-width: 1024px) {

    #mainframe, #header .content {
        width: 95%;
    }

    #nav .content {
        width: 100%;
        margin: 4px 3%;
    }

    #main {
        width: 100%;
    }

    #header {
        height: 50px;
    }
    .mobile {
        display: inline;
    }
    .desktop {
        display: none;
    }

    #header .logo {
        width: 130px;
        top: 8px;
    }

    #news .highlight h3 {
        font-size: 1.4em;
    }

    #nav {
        /*float: none;*/
        width: auto;
        /*padding-top: 50px;*/
    }

    #nav ul li a {
        /*color: #444;*/
        margin:0 3px;
        font-size:0.9em;
    }
}

@media only screen and (max-width: 950px) {

    #panels .panel .content h2 {
        font-size: 1.25em;
    }

    #nav {
        width: auto;
        /*padding-top: 50px;
        float: none;*/
    }

    #nav ul li a {
        margin: 0 1px;
        font-size: 0.7em;
        padding: 10px 3px;
    }
}

@media only screen and (max-width: 768px) {

    #panels .panel .content {
        position: relative;
        height: 100px;

    }

    #panels .panel .content a {
        padding: 0;
        position: relative;
        height: 100px;
        line-height: 100px;
        width: 100%;
        vertical-align: middle;
        text-align: left;


    }
    #panels .panel .content h2 {
        display: inline-block;
        margin-left: 90px;
        margin-right: 10px;
        vertical-align: middle;
        line-height: 1.25em;
    }

    #panels .icon {
        position: absolute;
        left: 15px;
        width: 60px;
        min-width: auto;
        height: auto;
        margin: 0;

    }

    #nav {
        width: auto;
        /*padding-top: 50px;
        float: none;*/
    }

        #nav ul li a {
            margin: 0 1px;
            font-size: 0.54em;
            display: inline-block;
            padding: 10px 2px;
            text-decoration: none;
            /*font-size: 1.1em;
            color: #444;
            -webkit-transition: background 0.3s, color 0.3s;
            -moz-transition: background 0.3s, color 0.3s;
            transition: background 0.3s, color 0.3s;*/
        }


    #news {
        margin-top: 20px;
    }
    #news .highlight h3 {
        font-size: 1.2em;
    }

    #news .highlight .image {

    }
    #news .highlight .content {
        position: static;
    }


    #news_alt .highlight .frontimage {
        width: 100%;
        float: none;
    }
    #news_alt .highlight .content {
        margin-left: 0;
        width:100%;
        padding: 20px 20px 1px 20px;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    #main .content p.imagecaption, #main .content .quote {
        float:none;
        width:100%;
        margin:0;
    }

 

    
	/* ==========================================================================
	Sidebar
	========================================================================== */
	
	#main .left-sidebar {
		display:none;
	}
	
	/* ==========================================================================
	Main-content
	========================================================================== */
	.content.right-aligned {
		width:100%;
		margin-lefT:0;
		float:none;
	}
	
	#main .content .section-row .focus-box {
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:20px;	
	}
	
	#main .content .section-row .focus-box img {
		height:auto;
		max-height:400px;
	}
	
	
	

}




@media only screen and (max-width: 680px) {

    h2 {
        font-size: 1.2em;
    }

    #header .logo {
        width: 80px;
        top: 12px;
    }
    #header {
        height: 65px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    #header #fontResize {
        display: none;
    }

    #search {
        margin-right: 8px;
    }
    #search {
        font-size: 16px;
    }
    #search .searchField {
        width: 80px;
    }

    #main {
        width: 100%;
    }


    #menutoggle {
        display: inline-block;
        font-size: 1em;
        font-weight: bold;
        color: #fff;
        background: #4d4d4d;
        border-radius: 1em;
        padding: 3px 8px;
        border: 1px solid #444;
    }
    #nav {
        padding: 0;
        border-top: 1px solid #eee;
        margin-top: 22px;
        width: 95%;
        font-size: 200%;
    }
    #nav .content {
        text-align: left;
        display: none;
        padding: 1px 0;
    }

    #nav ul li {
        display: block;
        border-bottom: 1px solid #efedec;
        padding-top:10px;
    }

    #nav ul li a {
        color:#444;
    }

    #nav ul li:last-child {
        border-bottom: none;

    }
    #nav ul li a {
        display: block;
        margin: 8px 0;
        padding: 8px;
        border-left: 6px solid;
        border-color: inherit;
        border-bottom: none;

    }

    #nav ul li a::after {
        content: '\f105';
        font-family: 'FontAwesome';
        padding-left: 10px;
        font-size: 1.2em;
        vertical-align: baseline;
        float: right;
        padding-right: 3px;
        margin-top: -2px;
    }
    #nav ul li.active a, #nav ul li a:hover  {
        background: none;
        color: #000;
    }

    #news .col {
        width: 100%;
        margin-left : 0;
    }
    /* ==========================================================================
	searchpage
	========================================================================== */
	
	#main .content .page-list .list-item .date, #main .content .page-list .list-item .item-content{
		float:none !important;
		width:100% !important;
		margin-left:0;
	}
	
	
	/* ==========================================================================
	Main content
	========================================================================== */
	#main .content .image, #main .content .rightbox, #main .content .articletools {
		width:100%;
		float:none;
		margin:10px 0 !important;
	}
	
	#main .content #sitemap ul {
		margin-left:10px;
		padding-left:10px;
	}
	


}

@media only screen and (max-width: 480px) {

    #panels .panel .content {
        height: 80px;
    }

    #panels .panel .content a {
        height: 80px;
        line-height: 80px;
    }
    #panels .panel .content h2 {
        font-size: 1.1em;
        line-height: 1.1em;
        margin-left: 70px;
    }

    #panels .icon {
        width: 45px;
    }



    #search .searchField:focus {
        width: 80px;
    }

	/* ==========================================================================
	Wrapper
	========================================================================== */

	#main {
		width:100%;
	}
	
	
	/* ==========================================================================
	Main content
	========================================================================== */
	
	#main .content .news-section .news-item .item-content img {
		float:none;
		width:100%;
		height:auto;
		margin:0;
		
	}
	


}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/Styles/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('/Styles/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('/Styles/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('/Styles/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('/Styles/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-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)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
