<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Fonts
 */

 @font-face {
    font-family: 'Bebas Neue Regular';
    src: url('./BebasNeue-Regular.ttf');
}

@font-face {
    font-family: 'Marope Regular';
    src: url('./Manrope-Regular.ttf');
}


/**
 * Core Greens
 */
@property --gpew-fair-green {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(0, 168, 90);
}

@property --gpew-forest-green {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(0, 100, 59);
}

/**
 * Secondary Greens
 */
@property --gpew-strong-green {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(40, 170, 30);
}

@property --gpew-apple-green {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(106, 176, 35);
}

@property --gpew-highlighter-green {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(39, 230, 99);
}

@property --gpew-olive-green {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(56, 94, 44);
}

@property --gpew-lime-green {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(151, 215, 0);
}

/**
 * Supporting Colours
 */
 @property --gpew-midnight {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(0, 31, 78);
}

@property --gpew-sky {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(65, 182, 230);
}

@property --gpew-red {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(223, 19, 23);
}

@property --gpew-blush {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(255, 138, 140);
}

@property --gpew-orange {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(255, 91, 15);
}

@property --gpew-teal {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(0, 96, 106);
}

@property --gpew-violet {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(65, 0, 118);
}

@property --gpew-morello {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(188, 12, 41);
}

@property --gpew-peach {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(255, 195, 153);
}

@property --gpew-brown {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(113, 52, 0);
}


@property --gpew-turquoise {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(0, 164, 153);
}

@property --gpew-purple {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(130, 78, 228);
}

@property --gpew-pink {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(232, 62, 106);
}

@property --gpew-yellow {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(250, 225, 0);
}

/**
 * Neutrals
 */
@property --gpew-dark-grey {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(51, 51, 51);
}

@property --gpew-black {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(35, 31, 32);
}

@property --gpew-mid-grey {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(153, 153, 153);
}

@property --gpew-white {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgb(255, 255, 255);
}

@property --transparent {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: rgba(0, 0, 0, 0);
}

/**
 * Semantics
 */

 @property --page-background {
    syntax: "&lt;color&gt;";
    inherits: false;
    initial-value: var(--gpew-forest-green);
 }

/**
 * Elements
 */

html {
    font-family: "Manrope Regular";
}

h1, h2, h3, h4, h5 {
    font-family: "Bebas Neue Regular"
}

/**
 * Dump from main site
 */
 @font-face{
    font-family:"VeraMono";
    src:url("../../fonts/BitstreamVeraSansMono/VeraMono-webfont.woff") format("woff");
    font-weight:normal;
    font-style:normal
}
 
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:"Manrope Regular", sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:var(--transparent)}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:var(--gpew-yellow);color:var(--gpew-black)}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid var(--gpew-olive-green); margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print{
    *,*:before,
    *:after{
        color:var(--gpew-black) !important;
        text-shadow:none !important;
        background:var(--transparent) !important;
        box-shadow:none !important
    }
    a,a:visited{text-decoration:underline}
    a[href]:after{content:" (" attr(href) ")"}
    abbr[title]:after{content:" (" attr(title) ")"}
    a[href^="#"]:after,a[href^="javascript:"]:after{content:""}
    pre,blockquote{border:1px solid var(--gpew-mid-grey); page-break-inside:avoid}
    thead{display:table-header-group}
    tr,img{page-break-inside:avoid}
    img{max-width:100% !important}
    p,h2,h3{orphans:3;widows:3}
    h2,h3{page-break-after:avoid}
    .navbar{display:none}
    .btn&gt;.caret,.dropup&gt;.btn&gt;.caret{border-top-color:var(--gpew-black) !important}
    .label{border:1px solid var(--gpew-black)}
    .table{border-collapse:collapse !important}
    .table td,.table th{background-color:var(--gpew-white) !important}
    .table-bordered th,.table-bordered td{border:1px solid var(--gpew-mid-grey) !important}
}
@font-face{
    font-family:"Glyphicons Halflings";
    src:url("../../fonts/glyphicons-halflings-regular.eot");
    src:url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
        url("../../fonts/glyphicons-halflings-regular.woff") format("woff"),
        url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
        url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.glyphicon-asterisk:before { content: "\002a"; }
.glyphicon-plus:before { content: "\002b"; }
.glyphicon-euro, .glyphicon-euro.abstract { content: "\20ac"; }
.glyphicon-minus:before { content: "\2212"; }
.glyphicon-cloud:before { content: "\2601"; }
.glyphicon-envelope:before { content: "\2709"; }
.glyphicon-pencil:before { content: "\270f"; }
.glyphicon-glass:before { content: "\e001"; }
.glyphicon-music:before { content: "\e002"; }
.glyphicon-search:before { content: "\e003"; }
.glyphicon-heart:before { content: "\e005"; }
.glyphicon-star:before { content: "\e006"; }
.glyphicon-star-empty:before { content: "\e007"; }
.glyphicon-user:before { content: "\e008"; }
.glyphicon-film:before { content: "\e009"; }
.glyphicon-th-large:before { content: "\e010"; }
.glyphicon-th:before { content: "\e011"; }
.glyphicon-th-list:before { content: "\e012"; }
.glyphicon-ok:before { content: "\e013"; }
.glyphicon-remove:before { content: "\e014"; }
.glyphicon-zoom-in:before { content: "\e015"; }
.glyphicon-zoom-out:before { content: "\e016"; }
.glyphicon-off:before { content: "\e017"; }
.glyphicon-signal:before { content: "\e018"; }
.glyphicon-cog:before { content: "\e019"; }
.glyphicon-trash:before { content: "\e020"; }
.glyphicon-home:before { content: "\e021"; }
.glyphicon-file:before { content: "\e022"; }
.glyphicon-time:before { content: "\e023"; }
.glyphicon-road:before { content: "\e024"; }
.glyphicon-download-alt:before { content: "\e025"; }
.glyphicon-download:before { content: "\e026"; }
.glyphicon-upload:before { content: "\e027"; }
.glyphicon-inbox:before { content: "\e028"; }
.glyphicon-play-circle:before { content: "\e029"; }
.glyphicon-repeat:before { content: "\e030"; }
.glyphicon-refresh:before { content: "\e031"; }
.glyphicon-list-alt:before { content: "\e032"; }
.glyphicon-lock:before { content: "\e033"; }
.glyphicon-flag:before { content: "\e034"; }
.glyphicon-headphones:before { content: "\e035"; }
.glyphicon-volume-off:before { content: "\e036"; }
.glyphicon-volume-down:before { content: "\e037"; }
.glyphicon-volume-up:before { content: "\e038"; }
.glyphicon-qrcode:before { content: "\e039"; }
.glyphicon-barcode:before { content: "\e040"; }
.glyphicon-tag:before { content: "\e041"; }
.glyphicon-tags:before { content: "\e042"; }
.glyphicon-book:before { content: "\e043"; }
.glyphicon-bookmark:before { content: "\e044"; }
.glyphicon-print:before { content: "\e045"; }
.glyphicon-camera:before { content: "\e046"; }
.glyphicon-font:before { content: "\e047"; }
.glyphicon-bold:before { content: "\e048"; }
.glyphicon-italic:before { content: "\e049"; }
.glyphicon-text-height:before { content: "\e050"; }
.glyphicon-text-width:before { content: "\e051"; }
.glyphicon-align-left:before { content: "\e052"; }
.glyphicon-align-center:before { content: "\e053"; }
.glyphicon-align-right:before { content: "\e054"; }
.glyphicon-align-justify:before { content: "\e055"; }
.glyphicon-list:before { content: "\e056"; }
.glyphicon-indent-left:before { content: "\e057"; }
.glyphicon-indent-right:before { content: "\e058"; }
.glyphicon-facetime-video:before { content: "\e059"; }
.glyphicon-picture:before { content: "\e060"; }
.glyphicon-map-marker:before { content: "\e062"; }
.glyphicon-adjust:before { content: "\e063"; }
.glyphicon-tint:before { content: "\e064"; }
.glyphicon-edit:before { content: "\e065"; }
.glyphicon-share:before { content: "\e066"; }
.glyphicon-check:before { content: "\e067"; }
.glyphicon-move:before { content: "\e068"; }
.glyphicon-step-backward:before { content: "\e069"; }
.glyphicon-fast-backward:before { content: "\e070"; }
.glyphicon-backward:before { content: "\e071"; }
.glyphicon-play:before { content: "\e072"; }
.glyphicon-pause:before { content: "\e073"; }
.glyphicon-stop:before { content: "\e074"; }
.glyphicon-forward:before { content: "\e075"; }
.glyphicon-fast-forward:before { content: "\e076"; }
.glyphicon-step-forward:before { content: "\e077"; }
.glyphicon-eject:before { content: "\e078"; }
.glyphicon-chevron-left:before { content: "\e079"; }
.glyphicon-chevron-right:before { content: "\e080"; }
.glyphicon-plus-sign:before { content: "\e081"; }
.glyphicon-minus-sign:before { content: "\e082"; }
.glyphicon-remove-sign:before { content: "\e083"; }
.glyphicon-ok-sign:before { content: "\e084"; }
.glyphicon-question-sign:before { content: "\e085"; }
.glyphicon-info-sign:before { content: "\e086"; }
.glyphicon-screenshot:before { content: "\e087"; }
.glyphicon-remove-circle:before { content: "\e088"; }
.glyphicon-ok-circle:before { content: "\e089"; }
.glyphicon-ban-circle:before { content: "\e090"; }
.glyphicon-arrow-left:before { content: "\e091"; }
.glyphicon-arrow-right:before { content: "\e092"; }
.glyphicon-arrow-up:before { content: "\e093"; }
.glyphicon-arrow-down:before { content: "\e094"; }
.glyphicon-share-alt:before { content: "\e095"; }
.glyphicon-resize-full:before { content: "\e096"; }
.glyphicon-resize-small:before { content: "\e097"; }
.glyphicon-exclamation-sign:before { content: "\e101"; }
.glyphicon-gift:before { content: "\e102"; }
.glyphicon-leaf:before { content: "\e103"; }
.glyphicon-fire:before { content: "\e104"; }
.glyphicon-eye-open:before { content: "\e105"; }
.glyphicon-eye-close:before { content: "\e106"; }
.glyphicon-warning-sign:before { content: "\e107"; }
.glyphicon-plane:before { content: "\e108"; }
.glyphicon-calendar:before { content: "\e109"; }
.glyphicon-random:before { content: "\e110"; }
.glyphicon-comment:before { content: "\e111"; }
.glyphicon-magnet:before { content: "\e112"; }
.glyphicon-chevron-up:before { content: "\e113"; }
.glyphicon-chevron-down:before { content: "\e114"; }
.glyphicon-retweet:before { content: "\e115"; }
.glyphicon-shopping-cart:before { content: "\e116"; }
.glyphicon-folder-close:before { content: "\e117"; }
.glyphicon-folder-open:before { content: "\e118"; }
.glyphicon-resize-vertical:before { content: "\e119"; }
.glyphicon-resize-horizontal:before { content: "\e120"; }
.glyphicon-hdd:before { content: "\e121"; }
.glyphicon-bullhorn:before { content: "\e122"; }
.glyphicon-bell:before { content: "\e123"; }
.glyphicon-certificate:before { content: "\e124"; }
.glyphicon-thumbs-up:before { content: "\e125"; }
.glyphicon-thumbs-down:before { content: "\e126"; }
.glyphicon-hand-right:before { content: "\e127"; }
.glyphicon-hand-left:before { content: "\e128"; }
.glyphicon-hand-up:before { content: "\e129"; }
.glyphicon-hand-down:before { content: "\e130"; }
.glyphicon-circle-arrow-right:before { content: "\e131"; }
.glyphicon-circle-arrow-left:before { content: "\e132"; }
.glyphicon-circle-arrow-up:before { content: "\e133"; }
.glyphicon-circle-arrow-down:before { content: "\e134"; }
.glyphicon-globe:before { content: "\e135"; }
.glyphicon-wrench:before { content: "\e136"; }
.glyphicon-tasks:before { content: "\e137"; }
.glyphicon-filter:before { content: "\e138"; }
.glyphicon-briefcase:before { content: "\e139"; }
.glyphicon-fullscreen:before { content: "\e140"; }
.glyphicon-dashboard:before { content: "\e141"; }
.glyphicon-paperclip:before { content: "\e142"; }
.glyphicon-heart-empty:before { content: "\e143"; }
.glyphicon-link:before { content: "\e144"; }
.glyphicon-phone:before { content: "\e145"; }
.glyphicon-pushpin:before { content: "\e146"; }
.glyphicon-usd:before { content: "\e148"; }
.glyphicon-gbp:before { content: "\e149"; }
.glyphicon-sort:before { content: "\e150"; }
.glyphicon-sort-by-alphabet:before { content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before { content: "\e152"; }
.glyphicon-sort-by-order:before { content: "\e153"; }
.glyphicon-sort-by-order-alt:before { content: "\e154"; }
.glyphicon-sort-by-attributes:before { content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before { content: "\e156"; }
.glyphicon-unchecked:before { content: "\e157"; }
.glyphicon-expand:before { content: "\e158"; }
.glyphicon-collapse-down:before { content: "\e159"; }
.glyphicon-collapse-up:before { content: "\e160"; }
.glyphicon-log-in:before { content: "\e161"; }
.glyphicon-flash:before { content: "\e162"; }
.glyphicon-log-out:before { content: "\e163"; }
.glyphicon-new-window:before { content: "\e164"; }
.glyphicon-record:before { content: "\e165"; }
.glyphicon-save:before { content: "\e166"; }
.glyphicon-open:before { content: "\e167"; }
.glyphicon-saved:before { content: "\e168"; }
.glyphicon-import:before { content: "\e169"; }
.glyphicon-export:before { content: "\e170"; }
.glyphicon-send:before { content: "\e171"; }
.glyphicon-floppy-disk:before { content: "\e172"; }
.glyphicon-floppy-saved:before { content: "\e173"; }
.glyphicon-floppy-remove:before { content: "\e174"; }
.glyphicon-floppy-save:before { content: "\e175"; }
.glyphicon-floppy-open:before { content: "\e176"; }
.glyphicon-credit-card:before { content: "\e177"; }
.glyphicon-transfer:before { content: "\e178"; }
.glyphicon-cutlery:before { content: "\e179"; }
.glyphicon-header:before { content: "\e180"; }
.glyphicon-compressed:before { content: "\e181"; }
.glyphicon-earphone:before { content: "\e182"; }
.glyphicon-phone-alt:before { content: "\e183"; }
.glyphicon-tower:before { content: "\e184"; }
.glyphicon-stats:before { content: "\e185"; }
.glyphicon-sd-video:before { content: "\e186"; }
.glyphicon-hd-video:before { content: "\e187"; }
.glyphicon-subtitles:before { content: "\e188"; }
.glyphicon-sound-stereo:before { content: "\e189"; }
.glyphicon-sound-dolby:before { content: "\e190"; }
.glyphicon-sound-5-1:before { content: "\e191"; }
.glyphicon-sound-6-1:before { content: "\e192"; }
.glyphicon-sound-7-1:before { content: "\e193"; }
.glyphicon-copyright-mark:before { content: "\e194"; }
.glyphicon-registration-mark:before { content: "\e195"; }
.glyphicon-cloud-download:before { content: "\e197"; }
.glyphicon-cloud-upload:before { content: "\e198"; }
.glyphicon-tree-conifer:before { content: "\e199"; }
.glyphicon-tree-deciduous:before { content: "\e200"; }
.glyphicon-cd:before { content: "\e201"; }
.glyphicon-save-file:before { content: "\e202"; }
.glyphicon-open-file:before { content: "\e203"; }
.glyphicon-level-up:before { content: "\e204"; }
.glyphicon-copy:before { content: "\e205"; }
.glyphicon-paste:before { content: "\e206"; }
.glyphicon-alert:before { content: "\e209"; }
.glyphicon-equalizer:before { content: "\e210"; }
.glyphicon-king:before { content: "\e211"; }
.glyphicon-queen:before { content: "\e212"; }
.glyphicon-pawn:before { content: "\e213"; }
.glyphicon-bishop:before { content: "\e214"; }
.glyphicon-knight:before { content: "\e215"; }
.glyphicon-baby-formula:before { content: "\e216"; }
.glyphicon-tent:before { content: "\26fa"; }
.glyphicon-blackboard:before { content: "\e218"; }
.glyphicon-bed:before { content: "\e219"; }
.glyphicon-apple:before { content: "\f8ff"; }
.glyphicon-erase:before { content: "\e221"; }
.glyphicon-hourglass:before { content: "\231b"; }
.glyphicon-lamp:before { content: "\e223"; }
.glyphicon-duplicate:before { content: "\e224"; }
.glyphicon-piggy-bank:before { content: "\e225"; }
.glyphicon-scissors:before { content: "\e226"; }
.glyphicon-bitcoin:before { content: "\e227"; }
.glyphicon-btc:before { content: "\e227"; }
.glyphicon-xbt:before { content: "\e227"; }
.glyphicon-yen:before { content: "\00a5"; }
.glyphicon-jpy:before { content: "\00a5"; }
.glyphicon-ruble:before { content: "\20bd"; }
.glyphicon-rub:before { content: "\20bd"; }
.glyphicon-scale:before { content: "\e230"; }
.glyphicon-ice-lolly:before { content: "\e231"; }
.glyphicon-ice-lolly-tasted:before { content: "\e232"; }
.glyphicon-education:before { content: "\e233"; }
.glyphicon-option-horizontal:before { content: "\e234"; }
.glyphicon-option-vertical:before { content: "\e235"; }
.glyphicon-menu-hamburger:before { content: "\e236"; }
.glyphicon-modal-window:before { content: "\e237"; }
.glyphicon-oil:before { content: "\e238"; }
.glyphicon-grain:before { content: "\e239"; }
.glyphicon-sunglasses:before { content: "\e240"; }
.glyphicon-text-size:before { content: "\e241"; }
.glyphicon-text-color:before { content: "\e242"; }
.glyphicon-text-background:before { content: "\e243"; }
.glyphicon-object-align-top:before { content: "\e244"; }
.glyphicon-object-align-bottom:before { content: "\e245"; }
.glyphicon-object-align-horizontal:before { content: "\e246"; }
.glyphicon-object-align-left:before { content: "\e247"; }
.glyphicon-object-align-vertical:before { content: "\e248"; }
.glyphicon-object-align-right:before { content: "\e249"; }
.glyphicon-triangle-right:before { content: "\e250"; }
.glyphicon-triangle-left:before { content: "\e251"; }
.glyphicon-triangle-bottom:before { content: "\e252"; }
.glyphicon-triangle-top:before { content: "\e253"; }
.glyphicon-console:before { content: "\e254"; }
.glyphicon-superscript:before { content: "\e255"; }
.glyphicon-subscript:before { content: "\e256"; }
.glyphicon-menu-left:before { content: "\e257"; }
.glyphicon-menu-right:before { content: "\e258"; }
.glyphicon-menu-down:before { content: "\e259"; }
.glyphicon-menu-up:before { content: "\e260"; }
*{box-sizing:border-box}
*:before,*:after{box-sizing:border-box}

html{
    font-size:10px;
    -webkit-tap-highlight-color:var(--transparent)
}

body{
    font-family:"Manrope Regular", "Helvetica Neue", Helvetica, Arial,sans-serif;
    font-size:14px;
    line-height:1.5;
    color:var(--gpew-dark-grey);
    background-color: var(--gpew-white)
}

input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:var(--gpew-olive-green);text-decoration:none}
a:hover,a:focus{color:var(--gpew-highlight-green);text-decoration:none}
a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
figure{margin:0}
img{vertical-align:middle}
.img-responsive{display:block;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail{
    padding:4px;
    line-height:1.5;
    background-color:var(--gpew-white);
    border:1px solid var(--gpew-mid-grey);
    border-radius:4px;
    transition:all .2s ease-in-out;
    display:inline-block;
    max-width:100%;
    height:auto
}
.img-circle{border-radius:50%}
hr{margin-top:21px;margin-bottom:21px;border:0;border-top:1px solid var(--gpew-mid-grey)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
[role=button]{cursor:pointer}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,
.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{
    font-weight:400;
    line-height:1;
    color:var(--gpew-mid-grey)
}
h1,.h1,h2,.h2,h3,.h3{margin-top:21px;margin-bottom:10.5px}
h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}
h4,.h4,h5,.h5,h6,.h6{margin-top:10.5px;margin-bottom:10.5px}
h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}
h1,.h1{font-size:36px}
h2,.h2{font-size:30px}
h3,.h3{font-size:24px}
h4,.h4{font-size:18px}
h5,.h5{font-size:14px}
h6,.h6{font-size:12px}
p{margin:0 0 10.5px}
.lead{margin-bottom:21px;font-size:16px;font-weight:300;line-height:1.4}
@media(min-width: 768px){.lead{font-size:21px}
}
small,.small{font-size:85%}
mark,.mark{padding:.2em;background-color:var(--gpew-yellow)}
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}
.text-justify{text-align:justify}
.text-nowrap{white-space:nowrap}
.text-lowercase{text-transform:lowercase}
.text-uppercase,.initialism{text-transform:uppercase}
.text-capitalize{text-transform:capitalize}
.text-muted{color:var(--gpew-mid-grey)}
.text-primary{color:var(--gpew-forest-green)}
a.text-primary:hover,a.text-primary:focus{color:rgb(161,0,88.0943396226)}
.text-success{color:#3c763d}
a.text-success:hover,a.text-success:focus{color:rgb(42.808988764,84.191011236,43.5224719101)}
.text-info{color:#31708f}
a.text-info:hover,a.text-info:focus{color:rgb(35.984375,82.25,105.015625)}
.text-warning{color:#8a6d3b}
a.text-warning:hover,a.text-warning:focus{color:rgb(102.2741116751,80.7817258883,43.7258883249)}
.text-danger{color:#a94442}
a.text-danger:hover,a.text-danger:focus{color:hsl(1.1650485437,43.829787234%,36.0784313725%)}
.bg-primary{color:#fff}
.bg-primary{background-color:var(--gpew-forest-green)}
a.bg-primary:hover,a.bg-primary:focus{background-color:rgb(161,0,88.0943396226)}
.bg-success{background-color:#dff0d8}
a.bg-success:hover,a.bg-success:focus{background-color:hsl(102.5,44.4444444444%,79.4117647059%)}
.bg-info{background-color:#d9edf7}
a.bg-info:hover,a.bg-info:focus{background-color:hsl(200,65.2173913043%,80.9803921569%)}
.bg-warning{background-color:#fcf8e3}
a.bg-warning:hover,a.bg-warning:focus{background-color:hsl(50.4,80.6451612903%,83.9215686275%)}
.bg-danger{background-color:#f2dede}
a.bg-danger:hover,a.bg-danger:focus{background-color:hsl(0,43.4782608696%,80.9803921569%)}
.page-header{padding-bottom:9.5px;margin:42px 0 21px;border-bottom:1px solid hsl(0,0%,93.5%)}
ul,ol{margin-top:0;margin-bottom:10.5px}
ul ul,ul ol,ol ul,ol ol{margin-bottom:0}
.list-unstyled{padding-left:0;list-style:none}
.list-inline{padding-left:0;list-style:none;margin-left:-5px}
.list-inline&gt;li{display:inline-block;padding-right:5px;padding-left:5px}
dl{margin-top:0;margin-bottom:21px}
dt,dd{line-height:1.5}
dt{font-weight:700}
dd{margin-left:0}
.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}
.dl-horizontal dd:after{clear:both}
@media(min-width: 1114px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dl-horizontal dd{margin-left:180px}
}
abbr[title],abbr[data-original-title]{cursor:help}
.initialism{font-size:90%}
blockquote{padding:10.5px 21px;margin:0 0 21px;font-size:14px;border-left:5px solid hsl(0,0%,93.5%)}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}
blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.5;color:hsl(0,0%,46.7%)}
blockquote footer:before,blockquote small:before,blockquote .small:before{content:"â€”Â&nbsp;"}
.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid hsl(0,0%,93.5%);border-left:0}
.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:""}
.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:"Â&nbsp;â€”"}
address{margin-bottom:21px;font-style:normal;line-height:1.5}
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}
kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}
kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}
pre{display:block;padding:10px;margin:0 0 10.5px;font-size:13px;line-height:1.5;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}
pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:rgba(0,0,0,0);border-radius:0}
.pre-scrollable{max-height:340px;overflow-y:scroll}
table{background-color:rgba(0,0,0,0)}
table col[class*=col-]{position:static;display:table-column;float:none}
table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}
caption{padding-top:8px;padding-bottom:8px;color:hsl(0,0%,46.7%);text-align:left}
th{text-align:left}
.table{width:100%;max-width:100%;margin-bottom:21px}
.table&gt;thead&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;th,.table&gt;tbody&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;td{padding:8px;line-height:1.5;vertical-align:top;border-top:1px solid #afcb08}
.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #afcb08}
.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;td{border-top:0}
.table&gt;tbody+tbody{border-top:2px solid #afcb08}
.table .table{background-color:#fff}
.table-condensed&gt;thead&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;td{padding:5px}
.table-bordered{border:1px solid #afcb08}
.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;td{border:1px solid #afcb08}
.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td{border-bottom-width:2px}
.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}
.table-hover&gt;tbody&gt;tr:hover{background-color:#f5f5f5}
.table&gt;thead&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;th{background-color:#f5f5f5}
.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover,.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr.active:hover&gt;th{background-color:hsl(0,0%,91.0784313725%)}
.table&gt;thead&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;th{background-color:#dff0d8}
.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover,.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr.success:hover&gt;th{background-color:hsl(102.5,44.4444444444%,84.4117647059%)}
.table&gt;thead&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;th{background-color:#d9edf7}
.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover,.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr.info:hover&gt;th{background-color:hsl(200,65.2173913043%,85.9803921569%)}
.table&gt;thead&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;th{background-color:#fcf8e3}
.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover,.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th{background-color:hsl(50.4,80.6451612903%,88.9215686275%)}
.table&gt;thead&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;th{background-color:#f2dede}
.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover,.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th{background-color:hsl(0,43.4782608696%,85.9803921569%)}
.table-responsive{min-height:.01%;overflow-x:auto}
@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #afcb08}
.table-responsive&gt;.table{margin-bottom:0}
.table-responsive&gt;.table&gt;thead&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td{white-space:nowrap}
.table-responsive&gt;.table-bordered{border:0}
.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child{border-left:0}
.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child{border-right:0}
.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td{border-bottom:0}
}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{display:block;width:100%;padding:0;margin-bottom:21px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}
label,.label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}
input[type=search]{box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}
input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9 ;line-height:normal}
input[type=radio][disabled],input[type=radio].disabled,fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=checkbox].disabled,fieldset[disabled] input[type=checkbox]{cursor:not-allowed}
input[type=file]{display:block}
input[type=range]{display:block;width:100%}
select[multiple],select[size]{height:auto}
input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
output{display:block;padding-top:7px;font-size:14px;line-height:1.5;color:hsl(0,0%,33.5%)}
.form-control{display:block;width:100%;height:35px;padding:6px 12px;font-size:14px;line-height:1.5;color:hsl(0,0%,33.5%);background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.form-control::-moz-placeholder{color:#999;opacity:1}
.form-control:-ms-input-placeholder{color:#999}
.form-control::-webkit-input-placeholder{color:#999}
.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:hsl(0,0%,93.5%);opacity:1}
.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}
textarea.form-control{height:auto}
@media screen and (-webkit-min-device-pixel-ratio: 0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:35px}
input[type=date].input-sm,.input-group-sm&gt;.input-group-btn&gt;input[type=date].btn,.input-group-sm input[type=date],input[type=time].input-sm,.input-group-sm&gt;.input-group-btn&gt;input[type=time].btn,.input-group-sm input[type=time],input[type=datetime-local].input-sm,.input-group-sm&gt;.input-group-btn&gt;input[type=datetime-local].btn,.input-group-sm input[type=datetime-local],input[type=month].input-sm,.input-group-sm&gt;.input-group-btn&gt;input[type=month].btn,.input-group-sm input[type=month]{line-height:30px}
input[type=date].input-lg,.input-group-lg&gt;.input-group-btn&gt;input[type=date].btn,.input-group-lg input[type=date],input[type=time].input-lg,.input-group-lg&gt;.input-group-btn&gt;input[type=time].btn,.input-group-lg input[type=time],input[type=datetime-local].input-lg,.input-group-lg&gt;.input-group-btn&gt;input[type=datetime-local].btn,.input-group-lg input[type=datetime-local],input[type=month].input-lg,.input-group-lg&gt;.input-group-btn&gt;input[type=month].btn,.input-group-lg input[type=month]{line-height:46px}
}
.form-group{margin-bottom:15px}
.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}
.radio.disabled label,.radio.disabled .label,fieldset[disabled] .radio label,fieldset[disabled] .radio .label,.checkbox.disabled label,.checkbox.disabled .label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox .label{cursor:not-allowed}
.radio label,.radio .label,.checkbox label,.checkbox .label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}
.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9 ;margin-left:-20px}
.radio+.radio,.checkbox+.checkbox{margin-top:-5px}
.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}
.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}
.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}
.form-control-static{min-height:35px;padding-top:7px;padding-bottom:7px;margin-bottom:0}
.form-control-static.input-lg,.input-group-lg&gt;.form-control-static.form-control,.input-group-lg&gt;.form-control-static.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.form-control-static.btn,.form-control-static.input-sm,.input-group-sm&gt;.form-control-static.form-control,.input-group-sm&gt;.form-control-static.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.form-control-static.btn{padding-right:0;padding-left:0}
.input-sm,.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
select.input-sm,.input-group-sm&gt;select.form-control,.input-group-sm&gt;select.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;select.btn{height:30px;line-height:30px}
textarea.input-sm,.input-group-sm&gt;textarea.form-control,.input-group-sm&gt;textarea.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;textarea.btn,select[multiple].input-sm,.input-group-sm&gt;select[multiple].form-control,.input-group-sm&gt;select[multiple].input-group-addon,.input-group-sm&gt;.input-group-btn&gt;select[multiple].btn{height:auto}
.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.form-group-sm select.form-control{height:30px;line-height:30px}
.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}
.form-group-sm .form-control-static{height:30px;min-height:33px;padding:6px 10px;font-size:12px;line-height:1.5}
.input-lg,.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
select.input-lg,.input-group-lg&gt;select.form-control,.input-group-lg&gt;select.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;select.btn{height:46px;line-height:46px}
textarea.input-lg,.input-group-lg&gt;textarea.form-control,.input-group-lg&gt;textarea.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;textarea.btn,select[multiple].input-lg,.input-group-lg&gt;select[multiple].form-control,.input-group-lg&gt;select[multiple].input-group-addon,.input-group-lg&gt;.input-group-btn&gt;select[multiple].btn{height:auto}
.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.form-group-lg select.form-control{height:46px;line-height:46px}
.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}
.form-group-lg .form-control-static{height:46px;min-height:39px;padding:11px 16px;font-size:18px;line-height:1.3333333}
.has-feedback{position:relative}
.has-feedback .form-control{padding-right:43.75px}
.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:35px;height:35px;line-height:35px;text-align:center;pointer-events:none}
.input-lg+.form-control-feedback,.input-group-lg&gt;.form-control+.form-control-feedback,.input-group-lg&gt;.input-group-addon+.form-control-feedback,.input-group-lg&gt;.input-group-btn&gt;.btn+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}
.input-sm+.form-control-feedback,.input-group-sm&gt;.form-control+.form-control-feedback,.input-group-sm&gt;.input-group-addon+.form-control-feedback,.input-group-sm&gt;.input-group-btn&gt;.btn+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.radio .label,.has-success.checkbox label,.has-success.checkbox .label,.has-success.radio-inline label,.has-success.radio-inline .label,.has-success.checkbox-inline label,.has-success.checkbox-inline .label{color:#3c763d}
.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-success .form-control:focus{border-color:rgb(42.808988764,84.191011236,43.5224719101);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgb(102.5280898876,177.4719101124,103.8202247191)}
.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}
.has-success .form-control-feedback{color:#3c763d}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.radio .label,.has-warning.checkbox label,.has-warning.checkbox .label,.has-warning.radio-inline label,.has-warning.radio-inline .label,.has-warning.checkbox-inline label,.has-warning.checkbox-inline .label{color:#8a6d3b}
.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-warning .form-control:focus{border-color:rgb(102.2741116751,80.7817258883,43.7258883249);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgb(191.807106599,160.7461928934,107.192893401)}
.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}
.has-warning .form-control-feedback{color:#8a6d3b}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.radio .label,.has-error.checkbox label,.has-error.checkbox .label,.has-error.radio-inline label,.has-error.radio-inline .label,.has-error.checkbox-inline label,.has-error.checkbox-inline .label{color:#a94442}
.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.has-error .form-control:focus{border-color:hsl(1.1650485437,43.829787234%,36.0784313725%);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px hsl(1.1650485437,43.829787234%,66.0784313725%)}
.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}
.has-error .form-control-feedback{color:#a94442}
.has-feedback label~.form-control-feedback,.has-feedback .label~.form-control-feedback{top:26px}
.has-feedback label.sr-only~.form-control-feedback,.has-feedback .sr-only.label~.form-control-feedback{top:0}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:hsl(280,2.0979020979%,53.0392156863%)}
@media(min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.form-inline .form-control-static{display:inline-block}
.form-inline .input-group{display:inline-table;vertical-align:middle}
.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}
.form-inline .input-group&gt;.form-control{width:100%}
.form-inline .control-label{margin-bottom:0;vertical-align:middle}
.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.form-inline .radio label,.form-inline .radio .label,.form-inline .checkbox label,.form-inline .checkbox .label{padding-left:0}
.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}
.form-inline .has-feedback .form-control-feedback{top:0}
}
.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}
.form-horizontal .radio,.form-horizontal .checkbox{min-height:28px}
.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}
.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}
.form-horizontal .form-group:after{clear:both}
@media(min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}
}
.form-horizontal .has-feedback .form-control-feedback{right:15px}
@media(min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}
}
@media(min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}
}
.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid rgba(0,0,0,0);padding:6px 12px;font-size:14px;line-height:1.5;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}
.btn:active,.btn.active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;box-shadow:none}
a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default:focus,.btn-default.focus{color:#333;background-color:hsl(0,0%,90%);border-color:hsl(0,0%,55%)}
.btn-default:hover{color:#333;background-color:hsl(0,0%,90%);border-color:hsl(0,0%,68%)}
.btn-default:active,.btn-default.active,.open&gt;.btn-default.dropdown-toggle{color:#333;background-color:hsl(0,0%,90%);background-image:none;border-color:hsl(0,0%,68%)}
.btn-default:active:hover,.btn-default:active:focus,.btn-default:active.focus,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open&gt;.btn-default.dropdown-toggle:hover,.open&gt;.btn-default.dropdown-toggle:focus,.open&gt;.btn-default.dropdown-toggle.focus{color:#333;background-color:hsl(0,0%,83%);border-color:hsl(0,0%,55%)}
.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}
.btn-primary{color:#fff;background-color:var(--gpew-forest-green);border-color:var(--gpew-fair-green)}
.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:var(--gpew-forest-green);border-color:var(--gpew-olive-green)}
.btn-primary:hover{color:#fff;background-color:var(--gpew-fair-green);border-color:var(--gpew-olive-green)}
.btn-primary:active,.btn-primary.active,.open&gt;.btn-primary.dropdown-toggle{color:#fff;background-color:var(--gpew-forest-green);background-image:none;border-color:var(--gpew-fair-green)}
.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open&gt;.btn-primary.dropdown-toggle:hover,.open&gt;.btn-primary.dropdown-toggle:focus,.open&gt;.btn-primary.dropdown-toggle.focus{color:#fff;background-color:rgb(125.3,0,68.5603773585);border-color:rgb(59,0,32.2830188679)}
.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus{background-color:var(--gpew-forest-green);border-color:var(--gpew-fair-green)}
.btn-primary .badge{color:var(--gpew-forest-green);background-color:#fff}
.btn-success{color:#fff;background-color:#2c882c;border-color:hsl(120,51.1111111111%,30.2941176471%)}
.btn-success:focus,.btn-success.focus{color:#fff;background-color:hsl(120,51.1111111111%,25.2941176471%);border-color:rgb(6.6,20.4,6.6)}
.btn-success:hover{color:#fff;background-color:hsl(120,51.1111111111%,25.2941176471%);border-color:hsl(120,51.1111111111%,18.2941176471%)}
.btn-success:active,.btn-success.active,.open&gt;.btn-success.dropdown-toggle{color:#fff;background-color:hsl(120,51.1111111111%,25.2941176471%);background-image:none;border-color:hsl(120,51.1111111111%,18.2941176471%)}
.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open&gt;.btn-success.dropdown-toggle:hover,.open&gt;.btn-success.dropdown-toggle:focus,.open&gt;.btn-success.dropdown-toggle.focus{color:#fff;background-color:hsl(120,51.1111111111%,18.2941176471%);border-color:rgb(6.6,20.4,6.6)}
.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus{background-color:#2c882c;border-color:hsl(120,51.1111111111%,30.2941176471%)}
.btn-success .badge{color:#2c882c;background-color:#fff}
.btn-info{color:#fff;background-color:#5bc0de;border-color:rgb(69.7715736041,183.845177665,217.7284263959)}
.btn-info:focus,.btn-info.focus{color:#fff;background-color:rgb(48.5431472081,175.6903553299,213.4568527919);border-color:rgb(26.8020304569,108.8324873096,133.1979695431)}
.btn-info:hover{color:#fff;background-color:rgb(48.5431472081,175.6903553299,213.4568527919);border-color:rgb(37.9081218274,153.9299492386,188.3918781726)}
.btn-info:active,.btn-info.active,.open&gt;.btn-info.dropdown-toggle{color:#fff;background-color:rgb(48.5431472081,175.6903553299,213.4568527919);background-image:none;border-color:rgb(37.9081218274,153.9299492386,188.3918781726)}
.btn-info:active:hover,.btn-info:active:focus,.btn-info:active.focus,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open&gt;.btn-info.dropdown-toggle:hover,.open&gt;.btn-info.dropdown-toggle:focus,.open&gt;.btn-info.dropdown-toggle.focus{color:#fff;background-color:rgb(37.9081218274,153.9299492386,188.3918781726);border-color:rgb(26.8020304569,108.8324873096,133.1979695431)}
.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:rgb(69.7715736041,183.845177665,217.7284263959)}
.btn-info .badge{color:#5bc0de;background-color:#fff}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:rgb(238.0078125,162.109375,54.4921875)}
.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:rgb(236.015625,151.21875,30.984375);border-color:rgb(152.109375,94.53125,12.890625)}
.btn-warning:hover{color:#fff;background-color:rgb(236.015625,151.21875,30.984375);border-color:rgb(213.2296875,132.515625,18.0703125)}
.btn-warning:active,.btn-warning.active,.open&gt;.btn-warning.dropdown-toggle{color:#fff;background-color:rgb(236.015625,151.21875,30.984375);background-image:none;border-color:rgb(213.2296875,132.515625,18.0703125)}
.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning:active.focus,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open&gt;.btn-warning.dropdown-toggle:hover,.open&gt;.btn-warning.dropdown-toggle:focus,.open&gt;.btn-warning.dropdown-toggle.focus{color:#fff;background-color:rgb(213.2296875,132.515625,18.0703125);border-color:rgb(152.109375,94.53125,12.890625)}
.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:rgb(238.0078125,162.109375,54.4921875)}
.btn-warning .badge{color:#f0ad4e;background-color:#fff}
.btn-danger{color:#fff;background-color:#d9534f;border-color:rgb(212.4719626168,62.5046728972,58.0280373832)}
.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:rgb(201.4953271028,48.0841121495,43.5046728972);border-color:rgb(117.6074766355,28.0654205607,25.3925233645)}
.btn-danger:hover{color:#fff;background-color:rgb(201.4953271028,48.0841121495,43.5046728972);border-color:rgb(172.1345794393,41.0775700935,37.1654205607)}
.btn-danger:active,.btn-danger.active,.open&gt;.btn-danger.dropdown-toggle{color:#fff;background-color:rgb(201.4953271028,48.0841121495,43.5046728972);background-image:none;border-color:rgb(172.1345794393,41.0775700935,37.1654205607)}
.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger:active.focus,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open&gt;.btn-danger.dropdown-toggle:hover,.open&gt;.btn-danger.dropdown-toggle:focus,.open&gt;.btn-danger.dropdown-toggle.focus{color:#fff;background-color:rgb(172.1345794393,41.0775700935,37.1654205607);border-color:rgb(117.6074766355,28.0654205607,25.3925233645)}
.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:rgb(212.4719626168,62.5046728972,58.0280373832)}
.btn-danger .badge{color:#d9534f;background-color:#fff}
.btn-link{font-weight:400;color:#6d7e00;border-radius:0}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:rgba(0,0,0,0);box-shadow:none}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:rgba(0,0,0,0)}
.btn-link:hover,.btn-link:focus{color:rgb(153.119047619,177,0);text-decoration:none;background-color:rgba(0,0,0,0)}
.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:hsl(0,0%,46.7%);text-decoration:none}
.btn-lg,.btn-group-lg&gt;.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.btn-sm,.btn-group-sm&gt;.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-xs,.btn-group-xs&gt;.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:5px}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}
.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}
.btn-group&gt;.btn,.btn-group-vertical&gt;.btn{position:relative;float:left}
.btn-group&gt;.btn:hover,.btn-group&gt;.btn:focus,.btn-group&gt;.btn:active,.btn-group&gt;.btn.active,.btn-group-vertical&gt;.btn:hover,.btn-group-vertical&gt;.btn:focus,.btn-group-vertical&gt;.btn:active,.btn-group-vertical&gt;.btn.active{z-index:2}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}
.btn-toolbar{margin-left:-5px}
.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}
.btn-toolbar:after{clear:both}
.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}
.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}
.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
.btn-group&gt;.btn:first-child{margin-left:0}
.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.btn-group&gt;.btn-group{float:left}
.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}
.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}
.btn-group&gt;.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}
.btn-group&gt;.btn-lg+.dropdown-toggle,.btn-group.btn-group-lg&gt;.btn+.dropdown-toggle{padding-right:12px;padding-left:12px}
.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}
.btn .caret{margin-left:0}
.btn-lg .caret,.btn-group-lg&gt;.btn .caret{border-width:5px 5px 0;border-bottom-width:0}
.dropup .btn-lg .caret,.dropup .btn-group-lg&gt;.btn .caret{border-width:0 5px 5px}
.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}
.btn-group-vertical&gt;.btn-group:before,.btn-group-vertical&gt;.btn-group:after{display:table;content:" "}
.btn-group-vertical&gt;.btn-group:after{clear:both}
.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}
.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}
.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}
.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}
.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}
.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}
.btn-group-justified&gt;.btn,.btn-group-justified&gt;.btn-group{display:table-cell;float:none;width:1%}
.btn-group-justified&gt;.btn-group .btn{width:100%}
.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}
[data-toggle=buttons]&gt;.btn input[type=radio],[data-toggle=buttons]&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=radio],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}
.fade{opacity:0;transition:opacity .15s linear}
.fade.in{opacity:1}
.collapse{display:none}
.collapse.in{display:block}
tr.collapse.in{display:table-row}
tbody.collapse.in{display:table-row-group}
.collapsing{position:relative;height:0;overflow:hidden;transition-property:height,visibility;transition-duration:.35s;transition-timing-function:ease}
.input-group{position:relative;display:table;border-collapse:separate}
.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.input-group .form-control:focus{z-index:3}
.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}
.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:hsl(0,0%,33.5%);text-align:center;background-color:hsl(0,0%,93.5%);border:1px solid #ccc;border-radius:4px}
.input-group-addon.input-sm,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px}
.input-group-addon.input-lg,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.input-group-addon.btn{padding:10px 16px;font-size:18px;border-radius:6px}
.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group-addon:first-child{border-right:0}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn{border-top-left-radius:0;border-bottom-left-radius:0}
.input-group-addon:last-child{border-left:0}
.input-group-btn{position:relative;font-size:0;white-space:nowrap}
.input-group-btn&gt;.btn{position:relative}
.input-group-btn&gt;.btn+.btn{margin-left:-1px}
.input-group-btn&gt;.btn:hover,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:active{z-index:2}
.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}
.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{z-index:2;margin-left:-1px}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9 ;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}
.dropup,.dropdown{position:relative}
.dropdown-toggle:focus{outline:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}
.dropdown-menu.pull-right{right:0;left:auto}
.dropdown-menu .divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}
.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.5;color:#333;white-space:nowrap}
.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus{color:hsl(0,0%,15%);text-decoration:none;background-color:#f5f5f5}
.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:hover,.dropdown-menu&gt;.active&gt;a:focus{color:#fff;text-decoration:none;background-color:var(--gpew-forest-green);outline:0}
.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{color:hsl(0,0%,46.7%)}
.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0);background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}
.open&gt;.dropdown-menu{display:block}
.open&gt;a{outline:0}
.dropdown-menu-right{right:0;left:auto}
.dropdown-menu-left{right:auto;left:0}
.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.5;color:hsl(0,0%,46.7%);white-space:nowrap}
.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}
.pull-right&gt;.dropdown-menu{right:0;left:auto}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9 }
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}
@media(min-width: 1114px){.navbar-right .dropdown-menu{right:0;left:auto}
.navbar-right .dropdown-menu-left{left:0;right:auto}
}
.nav{padding-left:0;margin-bottom:0;list-style:none}
.nav:before,.nav:after{display:table;content:" "}
.nav:after{clear:both}
.nav&gt;li{position:relative;display:block}
.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}
.nav&gt;li&gt;a:hover,.nav&gt;li&gt;a:focus{text-decoration:none;background-color:hsl(0,0%,93.5%)}
.nav&gt;li.disabled&gt;a{color:hsl(0,0%,46.7%)}
.nav&gt;li.disabled&gt;a:hover,.nav&gt;li.disabled&gt;a:focus{color:hsl(0,0%,46.7%);text-decoration:none;cursor:not-allowed;background-color:rgba(0,0,0,0)}
.nav .open&gt;a,.nav .open&gt;a:hover,.nav .open&gt;a:focus{background-color:hsl(0,0%,93.5%);border-color:#6d7e00}
.nav .nav-divider{height:1px;margin:9.5px 0;overflow:hidden;background-color:#e5e5e5}
.nav&gt;li&gt;a&gt;img{max-width:none}
.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs&gt;li{float:left;margin-bottom:-1px}
.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.5;border:1px solid rgba(0,0,0,0);border-radius:4px 4px 0 0}
.nav-tabs&gt;li&gt;a:hover{border-color:hsl(0,0%,93.5%) hsl(0,0%,93.5%) #ddd}
.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:hover,.nav-tabs&gt;li.active&gt;a:focus{color:hsl(0,0%,33.5%);cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:rgba(0,0,0,0)}
.nav-pills&gt;li{float:left}
.nav-pills&gt;li&gt;a{border-radius:4px}
.nav-pills&gt;li+li{margin-left:2px}
.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:hover,.nav-pills&gt;li.active&gt;a:focus{color:#fff;background-color:var(--gpew-forest-green)}
.nav-stacked&gt;li{float:none}
.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}
.nav-justified,.nav-tabs.nav-justified{width:100%}
.nav-justified&gt;li,.nav-tabs.nav-justified&gt;li{float:none}
.nav-justified&gt;li&gt;a,.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}
.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}
@media(min-width: 768px){.nav-justified&gt;li,.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}
.nav-justified&gt;li&gt;a,.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}
}
.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}
.nav-tabs-justified&gt;li&gt;a,.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}
.nav-tabs-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border:1px solid #ddd}
@media(min-width: 768px){.nav-tabs-justified&gt;li&gt;a,.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border-bottom-color:#fff}
}
.tab-content&gt;.tab-pane{display:none}
.tab-content&gt;.active{display:block}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
.navbar{position:relative;min-height:50px;margin-bottom:21px;border:1px solid rgba(0,0,0,0)}
.navbar:before,.navbar:after{display:table;content:" "}
.navbar:after{clear:both}
@media(min-width: 1114px){.navbar{border-radius:4px}
}
.navbar-header:before,.navbar-header:after{display:table;content:" "}
.navbar-header:after{clear:both}
@media(min-width: 1114px){.navbar-header{float:left}
}
.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid rgba(0,0,0,0);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);-webkit-overflow-scrolling:touch}
.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}
.navbar-collapse:after{clear:both}
.navbar-collapse.in{overflow-y:auto}
@media(min-width: 1114px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}
.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}
.navbar-collapse.in{overflow-y:visible}
.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}
}
.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}
@media(max-device-width: 480px)and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}
}
@media(min-width: 1114px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}
}
.navbar-fixed-top{top:0;border-width:0 0 1px}
.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}
.container&gt;.navbar-header,.container&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container-fluid&gt;.navbar-collapse{margin-right:-15px;margin-left:-15px}
@media(min-width: 1114px){.container&gt;.navbar-header,.container&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container-fluid&gt;.navbar-collapse{margin-right:0;margin-left:0}
}
.navbar-static-top{z-index:1000;border-width:0 0 1px}
@media(min-width: 1114px){.navbar-static-top{border-radius:0}
}
.navbar-brand{float:left;height:50px;padding:14.5px 15px;font-size:18px;line-height:21px}
.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}
.navbar-brand&gt;img{display:block}
@media(min-width: 1114px){.navbar&gt;.container .navbar-brand,.navbar&gt;.container-fluid .navbar-brand{margin-left:-15px}
}
.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:rgba(0,0,0,0);background-image:none;border:1px solid rgba(0,0,0,0);border-radius:4px}
.navbar-toggle:focus{outline:0}
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
@media(min-width: 1114px){.navbar-toggle{display:none}
}
.navbar-nav{margin:7.25px -15px}
.navbar-nav&gt;li&gt;a{padding-top:10px;padding-bottom:10px;line-height:21px}
@media(max-width: 1113px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:rgba(0,0,0,0);border:0;box-shadow:none}
.navbar-nav .open .dropdown-menu&gt;li&gt;a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}
.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:21px}
.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{background-image:none}
}
@media(min-width: 1114px){.navbar-nav{float:left;margin:0}
.navbar-nav&gt;li{float:left}
.navbar-nav&gt;li&gt;a{padding-top:14.5px;padding-bottom:14.5px}
}
.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);margin-top:7.5px;margin-bottom:7.5px}
@media(min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}
.navbar-form .form-control-static{display:inline-block}
.navbar-form .input-group{display:inline-table;vertical-align:middle}
.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}
.navbar-form .input-group&gt;.form-control{width:100%}
.navbar-form .control-label{margin-bottom:0;vertical-align:middle}
.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.navbar-form .radio label,.navbar-form .radio .label,.navbar-form .checkbox label,.navbar-form .checkbox .label{padding-left:0}
.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}
.navbar-form .has-feedback .form-control-feedback{top:0}
}
@media(max-width: 1113px){.navbar-form .form-group{margin-bottom:5px}
.navbar-form .form-group:last-child{margin-bottom:0}
}
@media(min-width: 1114px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}
}
.navbar-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}
.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.navbar-btn{margin-top:7.5px;margin-bottom:7.5px}
.navbar-btn.btn-sm,.btn-group-sm&gt;.navbar-btn.btn{margin-top:10px;margin-bottom:10px}
.navbar-btn.btn-xs,.btn-group-xs&gt;.navbar-btn.btn{margin-top:14px;margin-bottom:14px}
.navbar-text{margin-top:14.5px;margin-bottom:14.5px}
@media(min-width: 1114px){.navbar-text{float:left;margin-right:15px;margin-left:15px}
}
@media(min-width: 1114px){.navbar-left{float:left !important}
.navbar-right{float:right !important;margin-right:-15px}
.navbar-right~.navbar-right{margin-right:0}
}
.navbar-default{background-color:#f8f8f8;border-color:hsl(0,0%,90.7549019608%)}
.navbar-default .navbar-brand{color:#777}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:rgb(93.5,93.5,93.5);background-color:rgba(0,0,0,0)}
.navbar-default .navbar-text{color:#777}
.navbar-default .navbar-nav&gt;li&gt;a{color:#777}
.navbar-default .navbar-nav&gt;li&gt;a:hover,.navbar-default .navbar-nav&gt;li&gt;a:focus{color:#333;background-color:rgba(0,0,0,0)}
.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:hover,.navbar-default .navbar-nav&gt;.active&gt;a:focus{color:#555;background-color:hsl(0,0%,90.7549019608%)}
.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus{color:#ccc;background-color:rgba(0,0,0,0)}
.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:hover,.navbar-default .navbar-nav&gt;.open&gt;a:focus{color:#555;background-color:hsl(0,0%,90.7549019608%)}
@media(max-width: 1113px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}
.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#333;background-color:rgba(0,0,0,0)}
.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#555;background-color:hsl(0,0%,90.7549019608%)}
.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#ccc;background-color:rgba(0,0,0,0)}
}
.navbar-default .navbar-toggle{border-color:#ddd}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}
.navbar-default .navbar-toggle .icon-bar{background-color:#888}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:hsl(0,0%,90.7549019608%)}
.navbar-default .navbar-link{color:#777}
.navbar-default .navbar-link:hover{color:#333}
.navbar-default .btn-link{color:#777}
.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}
.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}
.navbar-inverse{background-color:#222;border-color:rgb(8.5,8.5,8.5)}
.navbar-inverse .navbar-brand{color:hsl(0,0%,61.7%)}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:rgba(0,0,0,0)}
.navbar-inverse .navbar-text{color:hsl(0,0%,61.7%)}
.navbar-inverse .navbar-nav&gt;li&gt;a{color:hsl(0,0%,61.7%)}
.navbar-inverse .navbar-nav&gt;li&gt;a:hover,.navbar-inverse .navbar-nav&gt;li&gt;a:focus{color:#fff;background-color:rgba(0,0,0,0)}
.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus{color:#fff;background-color:rgb(8.5,8.5,8.5)}
.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus{color:#444;background-color:rgba(0,0,0,0)}
.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus{color:#fff;background-color:rgb(8.5,8.5,8.5)}
@media(max-width: 1113px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:rgb(8.5,8.5,8.5)}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:rgb(8.5,8.5,8.5)}
.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:hsl(0,0%,61.7%)}
.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#fff;background-color:rgba(0,0,0,0)}
.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#fff;background-color:rgb(8.5,8.5,8.5)}
.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#444;background-color:rgba(0,0,0,0)}
}
.navbar-inverse .navbar-toggle{border-color:#333}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}
.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:rgb(16.15,16.15,16.15)}
.navbar-inverse .navbar-link{color:hsl(0,0%,61.7%)}
.navbar-inverse .navbar-link:hover{color:#fff}
.navbar-inverse .btn-link{color:hsl(0,0%,61.7%)}
.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}
.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}
.alert{padding:15px;margin-bottom:21px;border:1px solid rgba(0,0,0,0);border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:bold}
.alert&gt;p,.alert&gt;ul{margin-bottom:0}
.alert&gt;p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:hsl(92.5,44.4444444444%,84.4117647059%)}
.alert-success hr{border-top-color:hsl(92.5,44.4444444444%,79.4117647059%)}
.alert-success .alert-link{color:rgb(42.808988764,84.191011236,43.5224719101)}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:hsl(190,65.2173913043%,83.9803921569%)}
.alert-info hr{border-top-color:hsl(190,65.2173913043%,78.9803921569%)}
.alert-info .alert-link{color:rgb(35.984375,82.25,105.015625)}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:hsl(40.4,80.6451612903%,88.9215686275%)}
.alert-warning hr{border-top-color:hsl(40.4,80.6451612903%,83.9215686275%)}
.alert-warning .alert-link{color:rgb(102.2741116751,80.7817258883,43.7258883249)}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:hsl(350,43.4782608696%,85.9803921569%)}
.alert-danger hr{border-top-color:hsl(350,43.4782608696%,80.9803921569%)}
.alert-danger .alert-link{color:hsl(1.1650485437,43.829787234%,36.0784313725%)}
.list-group{padding-left:0;margin-bottom:20px}
.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}
.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:hsl(0,0%,46.7%);cursor:not-allowed;background-color:hsl(0,0%,93.5%)}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:hsl(0,0%,46.7%)}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:var(--gpew-forest-green);border-color:var(--gpew-forest-green)}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading&gt;.small{color:inherit}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:rgb(255,161,212.4339622642)}
a.list-group-item,button.list-group-item{color:#555}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}
a.list-group-item:hover,a.list-group-item:focus,button.list-group-item:hover,button.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}
button.list-group-item{width:100%;text-align:left}
.list-group-item-success{color:#3c763d;background-color:#dff0d8}
a.list-group-item-success,button.list-group-item-success{color:#3c763d}
a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}
a.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:hover,button.list-group-item-success:focus{color:#3c763d;background-color:hsl(102.5,44.4444444444%,84.4117647059%)}
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}
.list-group-item-info{color:#31708f;background-color:#d9edf7}
a.list-group-item-info,button.list-group-item-info{color:#31708f}
a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}
a.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:hover,button.list-group-item-info:focus{color:#31708f;background-color:hsl(200,65.2173913043%,85.9803921569%)}
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}
.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}
a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}
a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}
a.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus{color:#8a6d3b;background-color:hsl(50.4,80.6451612903%,88.9215686275%)}
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}
.list-group-item-danger{color:#a94442;background-color:#f2dede}
a.list-group-item-danger,button.list-group-item-danger{color:#a94442}
a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}
a.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus{color:#a94442;background-color:hsl(0,43.4782608696%,85.9803921569%)}
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}
.list-group-item-heading{margin-top:0;margin-bottom:5px}
.list-group-item-text{margin-bottom:0;line-height:1.3}
.pagination{display:inline-block;padding-left:0;margin:21px 0;border-radius:4px}
.pagination&gt;li{display:inline}
.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.5;color:#6d7e00;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;span:hover,.pagination&gt;li&gt;span:focus{z-index:2;color:rgb(153.119047619,177,0);background-color:hsl(0,0%,93.5%);border-color:#ddd}
.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:hover,.pagination&gt;.active&gt;span:focus{z-index:3;color:#fff;cursor:default;background-color:var(--gpew-forest-green);border-color:var(--gpew-forest-green)}
.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:hover,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;a:focus{color:hsl(0,0%,46.7%);cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-top-right-radius:3px;border-bottom-right-radius:3px}
.breadcrumb{padding:8px 15px;margin-bottom:21px;list-style:none;background-color:#f5f5f5;border-radius:4px}
.breadcrumb&gt;li{display:inline-block}
.breadcrumb&gt;li+li:before{padding:0 5px;color:#ccc;content:"/Â&nbsp;"}
.breadcrumb&gt;.active{color:hsl(0,0%,46.7%)}
.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}
.label:empty{display:none}
.btn .label{position:relative;top:-1px}
a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}
.label-default{background-color:hsl(0,0%,46.7%)}
.label-default[href]:hover,.label-default[href]:focus{background-color:hsl(0,0%,36.7%)}
.label-primary{background-color:var(--gpew-forest-green)}
.label-primary[href]:hover,.label-primary[href]:focus{background-color:rgb(161,0,88.0943396226)}
.label-success{background-color:#2c882c}
.label-success[href]:hover,.label-success[href]:focus{background-color:hsl(120,51.1111111111%,25.2941176471%)}
.label-info{background-color:#5bc0de}
.label-info[href]:hover,.label-info[href]:focus{background-color:rgb(48.5431472081,175.6903553299,213.4568527919)}
.label-warning{background-color:#f0ad4e}
.label-warning[href]:hover,.label-warning[href]:focus{background-color:rgb(236.015625,151.21875,30.984375)}
.label-danger{background-color:#d9534f}
.label-danger[href]:hover,.label-danger[href]:focus{background-color:rgb(201.4953271028,48.0841121495,43.5046728972)}
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid hsl(0,0%,89.0784313725%);border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}
.well-lg{padding:24px;border-radius:6px}
.well-sm{padding:9px;border-radius:3px}
.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
button.close{padding:0;cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.modal-open{overflow:hidden}
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog{transform:translate(0, -25%);transition:transform .3s ease-out}
.modal.in .modal-dialog{transform:translate(0, 0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto;margin:10px}
.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}
.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}
.modal-header:before,.modal-header:after{display:table;content:" "}
.modal-header:after{clear:both}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.5}
.modal-body{position:relative;padding:15px}
.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer:before,.modal-footer:after{display:table;content:" "}
.modal-footer:after{clear:both}
.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media(min-width: 768px){.modal-dialog{width:600px;margin:30px auto}
.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}
.modal-sm{width:300px}
}
@media(min-width: 1114px){.modal-lg{width:900px}
}
.popover{position:absolute;top:0;left:0;z-index:11000;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2)}
.popover.top{margin-top:-10px}
.popover.right{margin-left:10px}
.popover.bottom{margin-top:10px}
.popover.left{margin-left:-10px}
.popover&gt;.arrow{border-width:11px}
.popover&gt;.arrow,.popover&gt;.arrow:after{position:absolute;display:block;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}
.popover&gt;.arrow:after{content:"";border-width:10px}
.popover.top&gt;.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}
.popover.top&gt;.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}
.popover.right&gt;.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}
.popover.right&gt;.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}
.popover.bottom&gt;.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}
.popover.bottom&gt;.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}
.popover.left&gt;.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
.popover.left&gt;.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}
.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:hsl(0,0%,97%);border-bottom:1px solid hsl(0,0%,92%);border-radius:5px 5px 0 0}
.popover-content{padding:9px 14px}
.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}
.tooltip.in{filter:alpha(opacity=90);opacity:.9}
.tooltip.top{padding:5px 0;margin-top:-3px}
.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}
.tooltip.left{padding:0 5px;margin-left:-3px}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid}
.clearfix:before,.clearfix:after{display:table;content:" "}
.clearfix:after{clear:both}
.center-block{display:block;margin-right:auto;margin-left:auto}
.pull-right{float:right !important}
.pull-left{float:left !important}
.hide{display:none !important}
.show{display:block !important}
.invisible{visibility:hidden}
.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}
.hidden{display:none !important}
.affix{position:fixed}
.visible-xs{display:none !important}
.visible-sm{display:none !important}
.visible-md{display:none !important}
.visible-lg{display:none !important}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}
@media(max-width: 767px){.visible-xs{display:block !important}
table.visible-xs{display:table !important}
tr.visible-xs{display:table-row !important}
th.visible-xs,td.visible-xs{display:table-cell !important}
}
@media(max-width: 767px){.visible-xs-block{display:block !important}
}
@media(max-width: 767px){.visible-xs-inline{display:inline !important}
}
@media(max-width: 767px){.visible-xs-inline-block{display:inline-block !important}
}
@media(min-width: 768px)and (max-width: 1113px){.visible-sm{display:block !important}
table.visible-sm{display:table !important}
tr.visible-sm{display:table-row !important}
th.visible-sm,td.visible-sm{display:table-cell !important}
}
@media(min-width: 768px)and (max-width: 1113px){.visible-sm-block{display:block !important}
}
@media(min-width: 768px)and (max-width: 1113px){.visible-sm-inline{display:inline !important}
}
@media(min-width: 768px)and (max-width: 1113px){.visible-sm-inline-block{display:inline-block !important}
}
@media(min-width: 1114px)and (max-width: 9999px){.visible-md{display:block !important}
table.visible-md{display:table !important}
tr.visible-md{display:table-row !important}
th.visible-md,td.visible-md{display:table-cell !important}
}
@media(min-width: 1114px)and (max-width: 9999px){.visible-md-block{display:block !important}
}
@media(min-width: 1114px)and (max-width: 9999px){.visible-md-inline{display:inline !important}
}
@media(min-width: 1114px)and (max-width: 9999px){.visible-md-inline-block{display:inline-block !important}
}
@media(min-width: 10000px){.visible-lg{display:block !important}
table.visible-lg{display:table !important}
tr.visible-lg{display:table-row !important}
th.visible-lg,td.visible-lg{display:table-cell !important}
}
@media(min-width: 10000px){.visible-lg-block{display:block !important}
}
@media(min-width: 10000px){.visible-lg-inline{display:inline !important}
}
@media(min-width: 10000px){.visible-lg-inline-block{display:inline-block !important}
}
@media(max-width: 767px){.hidden-xs{display:none !important}
}
@media(min-width: 768px)and (max-width: 1113px){.hidden-sm{display:none !important}
}
@media(min-width: 1114px)and (max-width: 9999px){.hidden-md{display:none !important}
}
@media(min-width: 10000px){.hidden-lg{display:none !important}
}
.visible-print{display:none !important}
@media print{.visible-print{display:block !important}
table.visible-print{display:table !important}
tr.visible-print{display:table-row !important}
th.visible-print,td.visible-print{display:table-cell !important}
}
.visible-print-block{display:none !important}
@media print{.visible-print-block{display:block !important}
}
.visible-print-inline{display:none !important}
@media print{.visible-print-inline{display:inline !important}
}
.visible-print-inline-block{display:none !important}
@media print{.visible-print-inline-block{display:inline-block !important}
}
@media print{.hidden-print{display:none !important}
}
@font-face{
    font-family:"fontello";
    src:url("../../fonts/fontello.woff2") format("woff2"),
        url("../../fonts/fontello.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}
[class^=fontello-]:before,[class*=" fontello-"]:before{
    font-family:"fontello";
    font-style:normal;
    font-weight:normal;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fontello-facebook:before{content:"\e800"}
.fontello-twitter:before{content:"\e801"}
.fontello-globe:before{content:"\e802"}
.fontello-rss-squared:before{content:"\e803"}
.wizardWidget{border-bottom:1px solid #d4d4d4;*zoom:1;border-radius:0;margin-left:-1px;margin-right:-1px;overflow:hidden}
.wizardWidget:before,.wizardWidget:after{display:table;line-height:0;content:""}
.wizardWidget:after{clear:both}
.wizardWidget ul.steps{padding:0;margin:0;list-style:none outside none}
.wizardWidget ul.steps li{position:relative;float:left;padding:0 15px 0 30px;margin:0 0 0 1px;font-size:16px;color:#999;cursor:default;background:#ededed}
.wizardWidget ul.steps li:before{width:0;height:0;position:absolute;content:"";top:-1px;left:-1px;transform:scale(1, 1.5);transform-origin:top}
.wizardWidget ul.steps li:after{width:0;height:0;position:absolute;content:"";top:-1px;z-index:2;transform:scale(1, 1.5);transform-origin:top}
.wizardWidget ul.steps li:first-child:before{border:none}
.wizardWidget ul.steps li.complete{color:#468847;background:#f3f4f5}
.wizardWidget ul.steps li.complete:hover{cursor:pointer;background:#e7eff8}
.wizardWidget ul.steps li.complete:hover .chevron:before{border-left:14px solid #e7eff8}
.wizardWidget ul.steps li.complete .chevron:before{border-left:14px solid #f3f4f5}
.wizardWidget ul.steps li.active{color:#afcb08;background:#f1f6fc}
.wizardWidget ul.steps li.active:after{border-left-color:#f1f6fc}
.wizardWidget ul.steps li .badge{margin-right:8px}
.wizardWidget ul.steps li:nth-child(1){z-index:10;padding-left:15px}
.wizardWidget ul.steps li:nth-child(2){z-index:9}
.wizardWidget ul.steps li:nth-child(3){z-index:8}
.wizardWidget ul.steps li:nth-child(4){z-index:7}
.wizardWidget ul.steps li:nth-child(5){z-index:6}
.wizardWidget ul.steps li:nth-child(6){z-index:5}
.wizardWidget ul.steps li:nth-child(7){z-index:4}
.wizardWidget ul.steps li:nth-child(8){z-index:3}
.wizardWidget ul.steps li:nth-child(9){z-index:2}
.wizardWidget ul.steps li:nth-child(10){z-index:1}
.wizardWidget .actions{float:right;padding-right:15px;line-height:44px;vertical-align:middle}
.wizardWidget .actions a{margin-right:8px;font-size:12px;line-height:45px}
.wizardWidget .actions .btn-prev i{margin-right:5px}
.wizardWidget .actions .btn-next i{margin-left:5px}
.wizardWidget ul li{height:46px;line-height:46px}
.wizardWidget ul li:before{border-top:16.3333333333px inset rgba(0,0,0,0);border-bottom:16.3333333333px inset rgba(0,0,0,0);border-left:16.3333333333px solid #d4d4d4}
.wizardWidget ul li:after{border-top:16.3333333333px inset rgba(0,0,0,0);border-bottom:16.3333333333px inset rgba(0,0,0,0);border-left:16.3333333333px solid #ededed;right:-15.3333333333px}
.hideIfEmpty:empty{display:none}
@media(hover: hover){.hoverHolder .hoverElement{display:none}
.hoverHolder:hover .hoverElement{display:inherit}
}
html{height:100%}
blockquote{margin:3px 3px 3px 15px;border-left:dotted 2px gray;padding:5px}
p,ul{margin-bottom:10px}
a{text-decoration:none;color:#6d7e00}
a:hover{text-decoration:none;color:rgb(175.1785714286,202.5,0)}
a.btn{text-decoration:none}
del,ul.deleted,ol.deleted,li.deleted,blockquote.deleted,pre.deleted,div.deleted,p.deleted,h1.deleted,h2.deleted,h3.deleted,h4.deleted,h5.deleted{color:#800;text-decoration:line-through;font-weight:bold}
ins,ul.inserted,ol.inserted,li.inserted,blockquote.inserted,pre.inserted,div.inserted,p.inserted,h1.inserted,h2.inserted,h3.inserted,h4.inserted,h5.inserted{color:#080;text-decoration:underline;font-weight:bold}
del.space,ins.space,del.formatting,ins.formatting{font-style:italic;font-size:.8em;display:inline-block;margin-left:5px;margin-right:5px}
label input,.label input,label textarea,.label textarea{font-weight:normal}
button.link{background:rgba(0,0,0,0);border:none;align-items:normal;cursor:pointer;display:inline-block;font:inherit;height:auto;padding:0;perspective-origin:0 0;text-align:start;transform-origin:0 0;width:auto;-moz-appearance:none;-webkit-logical-height:1em;-webkit-logical-width:auto;box-sizing:content-box}
@supports(-moz-appearance: none){button.link::-moz-focus-inner{border:none;padding:0}
button.link:focus{outline-style:dotted;outline-width:1px}
}
.stdDropdown{display:block;width:100%;padding:6px 30px 6px 12px;margin:0;font-family:inherit;-moz-padding-start:calc(.75rem - 3px);font-size:inherit;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;word-wrap:normal;text-transform:none;transition:border ease-in-out .15s,box-shadow ease-in-out .15s}
.stdDropdown:focus{box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
.stdDropdown.stdDropdownSmall{width:auto;display:inline;font-size:.8em;padding:3px 18px 3px 3px}
.stdEqualCols{display:flex;width:100%}
.stdEqualCols&gt;*{flex-grow:1;flex-basis:10%}
.stdEqualCols.stdPadding&gt;*{padding-left:15px;padding-right:15px}
.stdEqualCols.stdPadding&gt;*:first-child{padding-left:0}
.stdEqualCols.stdPadding&gt;*:last-child{padding-right:0}
.stdTwoCols{display:block;width:100%}
.stdTwoCols .leftColumn,.stdTwoCols .leftColumnUnstyled,.stdTwoCols .rightColumn{text-align:left;display:block}
.stdTwoCols .leftColumn{font-weight:bold}
@media screen and (max-width: 799px){.stdTwoCols .leftColumn,.stdTwoCols .leftColumnUnstyled{padding-top:7px}
.stdTwoCols .rightColumn{padding-bottom:7px}
.stdTwoCols:first-child .leftColumn,.stdTwoCols:first-child .leftColumnUnstyled{padding-top:0}
.stdTwoCols:last-child .rightColumn{padding-bottom:0}
}
@media screen and (min-width: 800px){.stdTwoCols{display:flex;flex-direction:row;width:100%}
.stdTwoCols .leftColumn,.stdTwoCols .leftColumnUnstyled,.stdTwoCols .rightColumn,.stdTwoCols .middleColumn{flex-grow:0;min-height:40px;padding-top:12px}
.stdTwoCols .leftColumn{flex-basis:30%;text-align:right;padding-right:15px}
.stdTwoCols .leftColumnUnstyled{flex-basis:30%;padding-right:15px}
.stdTwoCols .middleColumn{flex-basis:40%;padding-left:15px}
.stdTwoCols .rightColumn{flex-basis:70%;padding-left:15px}
.stdTwoCols .middleColumn+.rightColumn{flex-basis:30%}
.stdTwoCols .halfColumn{flex-basis:50%;padding-left:15px}
.modal-body .stdTwoCols .leftColumn,.modal-body .stdTwoCols .leftColumnUnstyled{flex-basis:35%}
.modal-body .stdTwoCols .middleColumn{flex-basis:35%}
.modal-body .stdTwoCols .rightColumn{flex-basis:65%;padding-left:15px}
}
.alertNonPublicSection{margin:-10px 20px 20px 20px}
.saveRow{text-align:center}
.stdSortingWidget .list-group-item{cursor:move}
.stdSortingWidget .list-group-item .sortIndicator{float:right}
.stdSortingWidget .list-group-item.sortable-ghost{background-color:#eee}
.stdSortingWidget .saveRow{margin-top:20px}
.stdNonFormattedList{list-style-type:none;margin:0;padding:0}
.stdNonFormattedList&gt;li{margin:0;padding:0}
.saveholder{clear:both;padding:10px;text-align:center}
.alert-info a{color:rgb(86.9404761905,100.5,0)}
.alert-info a:hover{color:rgb(153.119047619,177,0)}
.alert-info a.btn.btn-primary{color:#fff}
.alert-info a.btn.btn-primary:hover{color:#fff}
.well{padding:0;position:relative;box-shadow:0 0 15px rgba(0,0,0,.4);background-color:#fff;border-radius:10px}
.well&gt;:first-child{border-top-left-radius:10px;border-top-right-radius:10px}
.well&gt;:first-child .nav-header{border-top-left-radius:10px;border-top-right-radius:10px}
.well&gt;:last-child{border-bottom-right-radius:10px;border-bottom-left-radius:10px}
.well h1,.well .primaryHeader{
    margin:0;color:#fff;
    background: var(--gpew-forest-green);
    padding:5px 20px 5px;
    font-family:"Bebas Neue Regular",sans-serif;
    font-size:18px;
    line-height:18px;
    letter-spacing: +1px;
    text-shadow:0 1px 0 rgba(0,0,0,.5);
    font-weight:bold;
    text-transform:uppercase;
    margin:-1px;
    overflow-wrap:break-word
}
.well h1 small,.well .primaryHeader small{color:#fff;font-size:12px}
.well h1&gt;h1,.well .primaryHeader&gt;h1{margin:0;padding:0;background:rgba(0,0,0,0)}
.well h1.stickyHeader,.well .primaryHeader.stickyHeader{position:sticky;position:-webkit-sticky;top:-5px;background:#285f19;z-index:5}
.well h1 .btnFullscreen,.well .primaryHeader .btnFullscreen{padding:0;float:right;margin-right:-10px;margin-top:-20px;color:hsla(0,0%,100%,.5)}
.well h1 .btnFullscreen:hover,.well h1 .btnFullscreen.active,.well .primaryHeader .btnFullscreen:hover,.well .primaryHeader .btnFullscreen.active{color:hsla(0,0%,100%,.8)}
.well h1 .btnFullscreen:active,.well h1 .btnFullscreen.active,.well .primaryHeader .btnFullscreen:active,.well .primaryHeader .btnFullscreen.active{color:#fff}
.well h2.green,.well h3.green,.well .nav-header,.well legend.green,.well .greenHeader{
    margin:0;
    color: var(--gpew-dark-grey);
    background: var(--gpew-lime-green);
    padding:5px 20px 5px;
    font-family:"Bebas Neue Regular",sans-serif;
    font-size:18px;
    line-height:18px;
    letter-spacing: +1px;
    text-shadow:0 1px 0 hsla(0,0%,100%,.5);
    font-weight:bold;
    text-transform:uppercase;
    margin:-1px
}
.well h2.lightgreen,.well h3.lightgreen,.well .lightGreenHeader{
    margin:-1px;
    background:rgb(248.8709677419,253.599078341,218.400921659);
    background:linear-gradient(90deg, rgb(248.8709677419, 253.599078341, 218.400921659) 0%, rgb(250.7629032258, 254.0315207373, 229.6984792627) 100%);
    padding:5px 20px 5px;
    font-family:"Bebas Neue Regular",sans-serif;
    font-size:15px;
    line-height:18px;
    letter-spacing: +1px;
    font-weight:bold;
    text-transform:uppercase
}
.well h2.darkgreen,.well h3.darkgreen,.well .darkGreenHeader{
    margin:0;
    color: #fff;
    background: #285f19;
    background: linear-gradient(90deg, rgb(40, 95, 25) 0%, rgb(43.91, 104.28625, 27.44375) 100%);
    padding:5px 20px 5px;
    font-family:"Bebas Neue Regular",sans-serif;
    font-size:15px;
    line-height:18px;
    letter-spacing: +1px;
    text-shadow:0 1px 0 rgba(0,0,0,.5);
    font-weight:bold;
    text-transform:uppercase;
    margin:-1px
}
.well .greenHeaderDropDown{float:right;margin-right:-10px}
.well .greenHeaderDropDown .btn-link,.well .greenHeaderDropDown .btn-link:link{color:#444;font-weight:normal}
.well .greenHeaderDropDown:focus,.well .greenHeaderDropDown:hover{background-color:hsla(0,0%,100%,.2)}
.well .greenHeaderDropDown .dropdown-menu&gt;li&gt;a{text-transform:none;text-shadow:none;font-weight:normal}
.well .greenHeaderDropDown li.selected a::before{content:"âœ“";display:block;float:left;width:16px;margin-left:-16px;text-align:center}
.well .greenHeaderExtraLink{float:right;text-decoration:none;font-size:12px;text-transform:none;font-weight:normal;color:rgb(64.880952381,75,0)}
.well .greenHeader h2,.well .greenHeader h3{font-size:inherit;margin:0;font-weight:bold;display:inline-block}
.well .content{padding:15px 20px 30px;overflow:visible}
.well&gt;.alert{margin:20px}
.navbar{margin-bottom:0}
.navbar .navbar-inner{background:none 0 0 rgba(0,0,0,0);filter:none;border:none;box-shadow:none;min-height:0;padding:0;text-align:right;margin-top:10px;border-radius:0}
.navbar .nav{margin:0;float:right}
.navbar .nav li a{
    display:inline;
    padding:0;
    margin-left:40px;
    color:#4b7000;
    font-family:"Manrope Regular",sans-serif;
    font-style:normal;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    font-size:18px;
    text-shadow:none
}
.navbar .nav li.active a,.navbar .nav li a:hover,.navbar .nav li a:focus,.navbar .nav li.active a:hover,.navbar .nav li.active a:focus{background:none;filter:none;color:#646464 !important;text-decoration:none}
.navbar-toggle{box-sizing:border-box;box-shadow:none;transition:border ease-in-out .15s,box-shadow ease-in-out .15s}
.navbar-toggle:focus{box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
body.usingMouse .navbar-toggle:focus{box-shadow:none}
.btn{
    font-family:"Manrope Regular",sans-serif;
    font-weight:bold;
    box-sizing:border-box;
    box-shadow:none;
    transition:border ease-in-out .15s,box-shadow ease-in-out .15s
}
.btn:focus{box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
body.usingMouse .btn:focus{box-shadow:none}
.span9 .btn{margin:10px 0 0 200px}
.btn-primary{
    text-transform:uppercase;
    color:#fff;
    background:var(--gpew-forest-green);
}
.btn-link{border:solid 1px rgba(102,175,233,0);box-sizing:border-box;box-shadow:none;transition:border ease-in-out .15s,box-shadow ease-in-out .15s}
.btn-link:focus{border:solid 1px #66afe9;box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
body.usingMouse .btn-link:focus{border:solid 1px rgba(0,0,0,0);box-shadow:none}
.table&gt;thead&gt;tr&gt;th{border-bottom:none}
.form-control[type=file]{padding-top:0;padding-bottom:0}
.breadcrumb{background:none;filter:none;border-radius:0;margin:30px 0 5px;padding:0 15px}
.breadcrumb,.breadcrumb .active{
    font-family:"Manrope Regular",sans-serif;
    font-style:normal;
    font-weight:bold;
    text-transform:uppercase;
    font-size:15px;
    color: #646464
}
.breadcrumb li{text-shadow:none}
.breadcrumb li&gt;span{display:inline-block}
.breadcrumb a{color:#4b7000}
.breadcrumb .pseudoLink{color:#4b7000;cursor:pointer}
legend,.legend{font-size:14px;border:none;font-weight:normal;margin:0;padding:0}
.toggle .toggle-group .btn{border:none}
.btn-link.btn-danger{color:#d9534f;font-weight:normal;border:none}
.btn-link.btn-danger:hover{background:rgba(0,0,0,0);color:rgb(159.5514018692,38.0747663551,34.4485981308);border:none}
.dropdown-menu li.checkbox label,.dropdown-menu li.checkbox .label{font-weight:normal;padding:0 0 0 30px}
.dropdown-menu li.link span.icon{margin-left:-10px}
.dropdown-menu li.link a{color:#6d7e00}
.v-select .vs__open-indicator{cursor:pointer}
@font-face{
    font-family:FontAwesome;
    src:url("../../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../../fonts/fontawesome-webfont.woff") format("woff");
    font-weight:400;
    font-style:normal
}
#gotoMainContent{color:rgba(0,0,0,0);position:absolute;left:10px;top:35px;border:solid 1px rgba(102,175,233,0);box-sizing:border-box;box-shadow:none;transition:border ease-in-out .15s,box-shadow ease-in-out .15s}
#gotoMainContent:focus{border:solid 1px #66afe9;box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
body.usingMouse #gotoMainContent:focus{border:solid 1px rgba(0,0,0,0);box-shadow:none}
#gotoMainContent:link,#gotoMainContent:visited{color:rgba(0,0,0,0)}
#gotoMainContent:focus{color:#6d7e00}
body{font-family:"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu sans","Helvetica Neue",Helvetica,Arial,sans-serif;height:100%}
#page{margin-left:auto;margin-right:auto}
@media(min-width: 768px){#page{width:750px}
}
@media(min-width: 1114px){#page{width:1024px}
}
@media(min-width: 10000px){#page{width:1170px}
}
body.fullscreen #page{width:auto;margin-left:10px;margin-right:10px}
.logoRow{display:flex;margin:14px 0 40px}
.logoRow .homeLinkLogo{min-width:20%}
.logoRow .homeLinkLogo&gt;img{max-width:50%;max-height:200px}
@media screen and (max-width: 480px){.logoRow .homeLinkLogo{text-align:center}
.logoRow .homeLinkLogo&gt;img{max-width:90%}
}
.over_footer_wrapper{min-height:100%;height:auto !important;height:100%;margin:0 auto -1.6em}
#userLoginPanel{height:35px;background-color:#d3d3d3;display:flex;flex-direction:row}
#userLoginPanel .username{flex-basis:50%;text-align:left;padding:5px 10px}
#userLoginPanel .groups{flex-basis:50%;text-align:right;padding:5px 10px}
a{border:solid 1px rgba(102,175,233,0);box-sizing:border-box;box-shadow:none;transition:border ease-in-out .15s,box-shadow ease-in-out .15s}
a:focus{border:solid 1px #66afe9;box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
body.usingMouse a:focus{border:solid 1px rgba(0,0,0,0);box-shadow:none}
body&gt;footer{height:1.6em;max-width:1024px;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}
body&gt;footer p{height:1.6em;line-height:1.5em;margin-bottom:0;margin-top:0;white-space:nowrap}
body&gt;footer a:link,body&gt;footer a:visited{color:rgb(86.9404761905,100.5,0)}
body&gt;footer .version{display:inline-block;margin-left:30px;font-size:.8em}
@media print{body&gt;footer{display:none}
}
.footer_spacer{height:1.6em}
.labelSubInfo{font-weight:normal;font-size:.8em}
.antragsgruen-content&gt;#sidebar{max-width:241px;float:left;padding-right:0;padding-left:15px}
.antragsgruen-content .sidebar-box{min-width:200px}
.antragsgruen-content .sidebar-box .box-header{
    margin:0;
    color: var(--gpew-dark-grey);
    background: var(--gpew-lime-green);
    padding:5px 20px 5px;
    font-family:"Bebas Neue Regular",sans-serif;
    font-size:18px;
    line-height:18px;
    letter-spacing: +1px;
    text-shadow:0 1px 0 hsla(0,0%,100%,.5);
    font-weight:bold;
    text-transform:uppercase;
    padding:5px 5px 5px 15px;
    margin:-1px;
    margin-bottom:12px
}
.antragsgruen-content .sidebar-box .box-content{padding:0 15px 15px 15px}
.antragsgruen-content .sidebar-box:first-child .box-header{border-top-left-radius:10px;border-top-right-radius:10px}
.antragsgruen-content&gt;.antragsgruen-width-main{width:100%;max-width:783px;float:left}
.antragsgruen-content&gt;.antragsgruen-width-full{width:100%;float:left}
.antragsgruen-content&gt;*{position:relative;min-height:2px}
.goBackLink{display:inline-block;margin-bottom:20px}
.saveCancelRow{overflow:auto}
.well .saveCancelRow.content{overflow:auto}
.saveCancelRow .saveCol{float:right}
.saveCancelRow .cancelCol{float:left}
.toolbarBelowTitle,.toolbarAtBottom{padding:10px 19px;background:#f7f7f7;display:table;margin-left:-1px;margin-right:-1px;width:calc(100% + 2px)}
.toolbarBelowTitle&gt;*,.toolbarAtBottom&gt;*{display:table-cell}
.toolbarBelowTitle{border-bottom:solid 1px #aaa}
.toolbarAtBottom{border-top:solid 1px #aaa}
.motionPrevNextLinks{padding:5px 10px}
.motionPrevNextLinks .prev{width:50%;text-align:left}
.motionPrevNextLinks .next{width:50%;text-align:right}
.stickyAdminDebugFooter{position:fixed;bottom:0;right:0;left:0;z-index:10;padding:0;background:#fff;border-top:solid 1px #ccc;box-shadow:0 0 3px rgba(0,0,0,.4);display:table;width:100%}
.stickyAdminDebugFooter&gt;*{display:table-cell;padding:5px;vertical-align:top}
.stickyAdminDebugFooter .adminHint{font-size:.8em;display:block}
.stickyAdminDebugFooter .setterCol{width:100%}
.stickyAdminDebugFooter #simulateAdminTime{width:200px;float:left;margin-right:10px}
.stickyAdminDebugFooter h2{white-space:nowrap;margin:0;font-size:1.1em}
.stickyAdminDebugFooter label,.stickyAdminDebugFooter .label{margin:0}
*:fullscreen{overflow-x:hidden;overflow-y:auto}
*:-webkit-full-screen{overflow-x:hidden;overflow-y:auto}
*:-moz-full-screen{overflow-x:hidden;overflow-y:auto}
*:-ms-fullscreen{overflow-x:hidden;overflow-y:auto}
.contentPage{margin-left:-1px;margin-right:-1px}
.contentPage .editCaller{float:right;font-weight:normal}
.contentPage .textHolder&gt;h1,.contentPage .textHolder&gt;h2.green,.contentPage .textHolder h2.darkgreen{margin-left:-20px;margin-right:-20px}
.contentPage img{max-width:100%;height:auto}
.contentPageWelcome{overflow:auto}
.contentPageWelcome.hasDeadline{min-height:135px}
.contentPageWelcome .editCaller{float:right;margin-left:10px;font-weight:normal}
.contentPageFeeds .editCaller{float:right}
.contentSettingsToolbar input[type=text]{max-width:160px;display:inline-block}
.contentSettingsToolbar .options{padding-top:5px}
.contentSettingsToolbar .options label,.contentSettingsToolbar .options .label{font-weight:normal}
.policyToolbarBelowTitle{border-bottom:solid 1px #aaa;padding:7px 19px;background:#f7f7f7;display:flex;flex-direction:row}
.policyToolbarBelowTitle&gt;.title{flex-basis:15%;padding-top:7px}
.policyToolbarBelowTitle&gt;.policySelectHolder{flex-basis:35%;width:auto;padding-right:10px}
.policyToolbarBelowTitle&gt;.policySelectHolder .stdDropdown{padding-bottom:10px}
.policyToolbarBelowTitle #policyReadPageGroups{flex-basis:50%}
.deadlineCircle{
    float:right;
    width:105px;
    height:105px;
    padding-top:20px;
    background:var(--gpew-forest-green);
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
    font-family:"Bebas Neue Regular",sans-serif;
    font-weight:bold;
    font-size:15px;
    line-height:17px;
    letter-spacing: +1px;
    text-transform:uppercase;
    color:#fff;
    margin-left:30px;
    border-radius:90px
}
.downloadableFiles h2{font-size:1.2em}
.downloadableFiles .deleteFile{color:#f77}
.downloadableFiles .fileList{list-style-type:none}
@media(hover: hover){.downloadableFiles .fileList li .deleteFile{opacity:.1}
.downloadableFiles .fileList li:hover .deleteFile{opacity:1}
.downloadableFiles .fileList li .deleteFile:focus{opacity:1}
}
.downloadableFiles .downloadableFilesUpload{display:flex}
.downloadableFiles .downloadableFilesUpload&gt;*{flex:0}
.downloadableFiles .downloadableFilesUpload h3{margin:8px 0 0 0;flex-basis:150px;font-size:1em}
.downloadableFiles .downloadableFilesUpload label,.downloadableFiles .downloadableFilesUpload .label{font-weight:normal}
.downloadableFiles .downloadableFilesUpload .uploadCol{flex-basis:200px}
.downloadableFiles .downloadableFilesUpload .titleCol{flex:1;max-width:300px}
.documentsPage .editCaller{float:right;margin-left:10px;font-weight:normal}
.documentsPage .downloadAndActions{text-align:right}
.documentsPage .deleteGroupForm{display:inline;float:right;margin-right:15px}
.documentsPage .deleteGroupForm .deleteGroupBtn{color:#f77;opacity:0}
.documentsPage .deleteGroupForm .deleteGroupBtn:active,.documentsPage .deleteGroupForm .deleteGroupBtn:focus{opacity:1}
.documentsPage .greenHeader:hover .deleteGroupForm .deleteGroupBtn{opacity:1}
.documentsPage .deleteFileBtn{display:inline;margin-left:15px;color:#f77;opacity:0}
.documentsPage .deleteFileBtn:active,.documentsPage .deleteFileBtn:focus{opacity:1}
.documentsPage .motion .title:hover .deleteFileBtn{opacity:1}
.documentsPage .btn.btn-link{padding:0;font-weight:normal}
.documentsPage .fileAddForm{display:flex;flex-direction:row;margin-left:32px;margin-top:-25px;margin-bottom:40px}
.documentsPage .fileAddForm .uploadCol label,.documentsPage .fileAddForm .uploadCol .label{font-weight:normal;color:#6d7e00}
.consultationIndex{overflow-wrap:break-word}
.consultationIndex .myImotionList .widthdrawn .firstLine{text-decoration:line-through}
.consultationIndex .myImotionList .initiator .firstLine a{font-weight:bold}
.consultationIndex .translateWidget{float:right;margin-left:20px}
.motionList .date{color:#757676;display:block;position:absolute;margin:0}
@media(min-width: 800px){.motionList .date{margin-left:20px}
}
@media(max-width: 799px){.motionList .date{margin-left:12px}
}
@media(max-width: 1113px){.motionList .date{position:relative;top:0;right:0;float:right}
}
.motionList .date .edited{font-size:.8em;display:inline-block;padding-right:10px}
.motionList .motion{position:relative;width:100%;overflow-wrap:break-word}
.motionList .motion:last-child{padding-bottom:0}
.motionList .motion&gt;.date{top:12px;right:12px}
@media(max-width: 1113px){.motionList .motion&gt;.date{top:0;right:-8px}
}
.motionList .motion&gt;.title{margin-bottom:3px}
.motionList .motion&gt;.title .motionIcon{width:21px;margin-left:-24px;color:#6d7e00}
.motionList .motion&gt;.title a{color:#6d7e00;display:inline-block}
.motionList .motion&gt;.title a:hover,.motionList .motion&gt;.title a:focus{color:rgb(20.7619047619,24,0)}
.motionList .motion&gt;.title a,.motionList .motion&gt;.title .motionLink{font-weight:bold;text-indent:0;font-size:16px;line-height:18px;-webkit-hyphens:auto;hyphens:auto}
.motionList .motion&gt;.title .pdfLink{font-size:13px;color:#6d7e00;margin-left:10px;display:inline-block;font-weight:normal}
.motionList .motion&gt;.title .pdfLink a:hover{text-decoration:none;color:rgb(20.7619047619,24,0)}
.motionList .motion.withdrawn .motionTitle,.motionList .motion.withdrawn .motionPrefix{text-decoration:line-through}
.motionList .amendment.withdrawn .amendmentTitle{text-decoration:line-through}
.motionList .motion.modified&gt;.title a *,.motionList .motion.withdrawn&gt;.title a *,.motionList .motion.moved&gt;.title a *{opacity:.4}
.motionList .motion.modified .amendment&gt;a,.motionList .motion.withdrawn .amendment&gt;a,.motionList .motion.moved .amendment&gt;a{opacity:.4}
.motionList .motion.modified h4.amendments,.motionList .motion.withdrawn h4.amendments,.motionList .motion.moved h4.amendments{opacity:.65}
.motionList .amendment.modified&gt;.title a,.motionList .amendment.withdrawn&gt;.title a{opacity:.4}
.motionList h4.amendments.amendmentsToggler{margin-top:-5px}
.motionList h4.amendments.amendmentsToggler button{padding-left:0}
.motionList h4.amendments.amendmentsToggler.closed .glyphicon-chevron-up{display:none}
.motionList h4.amendments.amendmentsToggler.opened .glyphicon-chevron-down{display:none}
.motionList ul.amendments.closed{display:none}
.motionList ul.amendments{list-style-type:none;margin:10px 0 20px 0;padding:0}
.motionList ul.amendments&gt;li{margin-bottom:3px;position:relative}
.motionList ul.amendments&gt;li .motionIcon{margin-right:10px}
.motionList ul.amendments&gt;li&gt;a{font-weight:bold;margin-right:5px}
.motionList ul.amendments&gt;li&gt;.date{top:0;right:-8px}
.motionList .status{font-style:italic;color:#484649}
.motionList .womenQuota{font-size:.8em;margin-left:10px;display:inline-block}
.motionListStd,.motionListFilterTags{list-style-type:none;margin:0 0 40px;padding:0}
.motionListWithoutAgenda .motion{padding:12px 20px 17px 50px}
.motionListWithoutAgenda .motion&gt;.date{display:block}
.motionListWithoutAgenda .motion&gt;.title{padding-right:65px}
.motionListWithoutAgenda .motion&gt;.title .motionPrefix{display:inline-block}
.motionListWithoutAgenda .motion&gt;.title .motionPrefix:after{content:":"}
.motionListWithoutAgenda .motion .info{font-style:italic;color:#737373}
.motionListWithoutAgenda .motion .clearfix{display:none}
.motionListWithoutAgenda h4.amendments{display:none}
.motionListWithoutAgenda ul.amendments&gt;li&gt;.date{display:block}
.motionListWithoutAgenda .privateCommentsIndicator{float:left;margin-left:-45px;margin-top:1px}
.motionListBelowAgenda .motion{padding:12px 30px 17px 30px}
.motionListBelowAgenda .motion&gt;.date{display:none}
.motionListBelowAgenda .motion&gt;.title{
    font-family:"Bebas Neue Regular", sans-serif;
    letter-spacing: +1px;
}
.motionListBelowAgenda .motion&gt;.title .motionIcon{display:none}
.motionListBelowAgenda .motion&gt;.title .motionPrefix{word-break:break-all;word-wrap:break-word;width:90px;float:left;left:30px;top:13px}
.motionListBelowAgenda .motion&gt;.title .motionTitle{display:block;margin-left:95px}
.motionListBelowAgenda .motion&gt;.title .pdfLink{display:none}
.motionListBelowAgenda .motion .info{display:block;margin-left:95px}
.motionListBelowAgenda .motion .clearfix{clear:both}
.motionListBelowAgenda ul.amendments{margin-bottom:10px}
@media screen and (min-width: 600px){.motionListBelowAgenda ul.amendments{margin-left:95px}
}
.motionListBelowAgenda ul.amendments&gt;li&gt;.amendmentTitle{float:left;width:90px;left:0;top:0}
.motionListBelowAgenda ul.amendments&gt;li&gt;.date{display:none}
.motionListBelowAgenda h4.amendments{
    margin-top:10px;
    margin-bottom:5px;
    font-family:"Bebas Neue Regular",sans-serif;
    font-weight:bold;
    letter-spacing: +1px;
    color:#afcb08;
    font-size:14px
}
@media screen and (min-width: 600px){.motionListBelowAgenda h4.amendments{margin-left:95px}
}
.motionListBelowAgenda .privateCommentsIndicator{float:left;margin-left:-25px;margin-top:3px}
.motionListPetitions .status{font-weight:bold;font-style:normal}
.noMotionsYet{font-style:italic}
.motionListWithinAgenda{list-style-type:none;margin:15px 0 0;padding:0;position:relative}
.motionListWithinAgenda .motion&gt;.title a{font-size:14px;line-height:16px}
.motionListWithinAgenda ol{list-style-type:none;margin:0 0 0 30px;padding:0;clear:both}
.motionListWithinAgenda ul.motions{list-style-type:none;padding:0}
@media(min-width: 800px){.motionListWithinAgenda ul.motions{margin:0 0 0 50px}
}
@media(max-width: 799px){.motionListWithinAgenda ul.motions{margin:0 0 0 26px}
}
.motionListWithinAgenda ul.amendments&gt;li&gt;.date{right:3px}
.motionListWithinAgenda .agendaItemAdder{padding-left:35px;margin-bottom:0;margin-top:-4px;display:flex;flex-direction:row;height:20px;overflow:hidden}
.motionListWithinAgenda .agendaItemAdder .addEntry{flex:0;flex-basis:25%}
.motionListWithinAgenda .agendaItemAdder .addDate{flex:0;flex-basis:25%}
.motionListWithinAgenda .agendaItemAdder .spacer{flex:1}
.motionListWithinAgenda .agendaItemAdder .showTimes{flex:0;flex-basis:25%;font-weight:normal}
@media(hover: hover){.motionListWithinAgenda .agendaItemAdder&gt;*{opacity:0}
.motionListWithinAgenda .agendaItemAdder&gt;*:focus-within{opacity:1}
.motionListWithinAgenda:hover&gt;.agendaItemAdder&gt;*{opacity:1}
.motionListWithinAgenda ol.agenda:hover&gt;.agendaItemAdder&gt;*{opacity:1}
}
.motionListWithinAgenda li.agendaItem{border:solid 1px rgba(0,0,0,0);position:relative}
@media(min-width: 800px){.motionListWithinAgenda li.agendaItem{padding-left:20px}
}
@media(max-width: 799px){.motionListWithinAgenda li.agendaItem{padding-left:16px}
}
.motionListWithinAgenda li.agendaItem .delAgendaItem,.motionListWithinAgenda li.agendaItem .delAgendaItem:link,.motionListWithinAgenda li.agendaItem .delAgendaItem:visited{color:#f77;position:absolute;top:5px;right:10px}
.motionListWithinAgenda li.agendaItem.agendaItemDate .delAgendaItem{top:30px}
.motionListWithinAgenda li.agendaItem&gt;div{margin-bottom:5px}
@media(min-width: 800px){.motionListWithinAgenda li.agendaItem&gt;div{padding:5px 10px 10px}
}
@media(max-width: 799px){.motionListWithinAgenda li.agendaItem&gt;div{padding:5px 10px 10px 0}
}
.motionListWithinAgenda li.agendaItem&gt;div&gt;h3{overflow:visible;padding:3px;font-weight:normal}
@media(hover: hover){.motionListWithinAgenda li.agendaItem&gt;div&gt;h3 .delAgendaItem{opacity:0}
.motionListWithinAgenda li.agendaItem&gt;div&gt;h3:hover .delAgendaItem{opacity:1}
.motionListWithinAgenda li.agendaItem&gt;div&gt;h3 .delAgendaItem:focus{opacity:1}
}
.motionListWithinAgenda li.agendaItem&gt;div&gt;h3 .editAgendaItem{font-size:.7em;margin-left:10px}
@media(hover: hover){.motionListWithinAgenda li.agendaItem&gt;div&gt;h3 .editAgendaItem{opacity:0}
.motionListWithinAgenda li.agendaItem&gt;div&gt;h3:hover .editAgendaItem{opacity:1}
.motionListWithinAgenda li.agendaItem&gt;div&gt;h3 .editAgendaItem:focus{opacity:1}
}
.motionListWithinAgenda li.agendaItem&gt;div .motionCreateLink{float:right;text-align:left;margin-bottom:7px;text-indent:-7px;padding-left:18px;display:block}
.motionListWithinAgenda li.agendaItem.editing&gt;div&gt;h3{display:none}
.motionListWithinAgenda li.agendaItem.editing&gt;div&gt;.agendaItemEditForm{display:flex}
.motionListWithinAgenda li.agendaItem.editing&gt;div&gt;.agendaDateEditForm{display:flex}
.motionListWithinAgenda li.agendaItem.editing&gt;ol&gt;.agendaItemAdder{visibility:hidden !important}
.motionListWithinAgenda li.agendaItem .motion&gt;.date{top:0;right:3px}
.motionListWithinAgenda li.agendaItem .motion&gt;.title{margin-right:75px}
.motionListWithinAgenda li.agendaItem .motion h4.amendments{font-size:16px}
.motionListWithinAgenda li.agendaItem.agendaItemDate&gt;div{padding-top:30px}
.motionListWithinAgenda li.agendaItem.agendaItemDate h3{text-decoration:underline;margin-bottom:8px;font-weight:bold}
.motionListWithinAgenda.agendaListEditing{padding-top:20px;padding-bottom:20px}
.motionListWithinAgenda.agendaListEditing li.agendaItem&gt;div{margin-bottom:0;padding-bottom:0;padding-top:0}
.motionListWithinAgenda.agendaListEditing li.agendaItem.agendaItemDate&gt;div{padding-top:30px}
.motionListWithinAgenda .agendaItemEditForm{display:none;width:100%;flex-direction:row;padding-bottom:6px}
.motionListWithinAgenda .agendaItemEditForm .code{margin-right:10px;flex-grow:0}
.motionListWithinAgenda .agendaItemEditForm .time{margin-right:10px;flex-grow:0;flex-basis:80px;width:80px}
.motionListWithinAgenda .agendaItemEditForm .time input{padding-left:7px;padding-right:7px}
.motionListWithinAgenda .agendaItemEditForm .time .input-group-addon{cursor:pointer;padding-left:7px;padding-right:7px}
.motionListWithinAgenda .agendaItemEditForm .title{margin-right:10px;flex-grow:1}
.motionListWithinAgenda .agendaItemEditForm .extraSettings .dropdown-toggle{margin-right:10px}
.motionListWithinAgenda .agendaItemEditForm .extraSettings .dropdown-toggle .glyphicon-wrench{position:absolute;top:6px;left:10px}
.motionListWithinAgenda .agendaItemEditForm .extraSettings .dropdown-toggle .caret{margin-top:13px}
.motionListWithinAgenda .agendaItemEditForm .extraSettings .dropdown-menu{min-width:240px}
.motionListWithinAgenda .agendaItemEditForm .delete{flex-basis:30px;flex-grow:0}
.motionListWithinAgenda .agendaItemEditForm .agendaMotionsRow{padding-top:5px;font-size:.8em;color:gray}
.motionListWithinAgenda .agendaItemEditForm .motionType{white-space:nowrap;text-overflow:ellipsis;padding-right:0}
.motionListWithinAgenda.noShowTimes h3 .time{display:none}
.motionListWithinAgenda.noShowTimes .agendaItemEditForm .time{display:none}
.motionListWithinAgenda.noShowTimes .agendaItemEditForm .code{width:80px;flex-basis:80px}
.motionListWithinAgenda.noShowTimes .agendaItemEditForm .motionType{max-width:170px;flex-basis:170px}
.motionListWithinAgenda.showTimes&gt;li{padding-left:50px}
.motionListWithinAgenda.showTimes h3 .time{float:left;color:gray;font-size:.8em;padding-top:3px}
.motionListWithinAgenda.showTimes li.agendaItem h3 .time{margin-left:-50px}
.motionListWithinAgenda.showTimes li.agendaItem li.agendaItem h3 .time{margin-left:-100px}
.motionListWithinAgenda.showTimes li.agendaItem li.agendaItem li.agendaItem h3 .time{margin-left:-150px}
.motionListWithinAgenda.showTimes .agendaItemEditForm .code{flex-basis:50px}
.motionListWithinAgenda.showTimes .agendaItemEditForm .motionType{flex-basis:140px}
.motionListWithinAgenda .agendaDateEditForm{display:none;width:100%;flex-direction:row}
.motionListWithinAgenda .agendaDateEditForm .dateSelector{width:285px;flex-basis:285px;flex-grow:0;margin-right:10px}
.motionListWithinAgenda .agendaDateEditForm .dateSelector .input-group-addon{cursor:pointer}
.motionListWithinAgenda .agendaDateEditForm .title{flex-grow:1;margin-right:10px}
.motionListWithinAgenda .agendaDateEditForm .delete{flex-basis:30px;flex-grow:0}
.motionListWithinAgenda h2,.motionListWithinAgenda h3{margin:0 0 5px;font-size:18px}
.motionListWithinAgenda .moveHandle{float:left;font-size:1.5em;color:#d3d3d3;margin-left:-27px;cursor:move}
.motionListWithinAgenda.showTimes&gt;li&gt;div .moveHandle{margin-left:-67px}
@media(hover: hover){.motionListWithinAgenda li.agendaItem&gt;div&gt;.moveHandle{display:none}
.motionListWithinAgenda li.agendaItem:hover&gt;div&gt;.moveHandle{display:block}
}
.motionListWithinAgenda .movePlaceholder{border:dotted 1px gray}
.motionListFilterTags{margin:0}
.motionListFilterTags .sortitem.motion{margin-bottom:20px}
.motionListFilterTags .info{margin:0}
.motionListFilterTags .abstract{margin-left:0;color:gray}
.motionListFilterTags .stats{float:right}
.motionListFilterTags .stats .comments{background-color:#e2007a}
.motionListFilterTags .stats .amendments{background-color:#afcb08}
.motionListFilterTags .stats .comments,.motionListFilterTags .stats .amendments{display:inline-block;padding:3px 6px;margin-left:10px;color:#fff;border-radius:3px}
.motionListFilter .tagList{text-align:center;margin-bottom:15px}
.motionListFilter .tagList .btn{margin:2px 4px}
.motionListFilter .searchBar{margin-bottom:15px}
.expandableRecentComments{margin-bottom:15px}
.expandableRecentComments .commentList{display:flex;flex-direction:row;flex-wrap:wrap}
.expandableRecentComments .commentListHolder{position:relative}
.expandableRecentComments .showAllComments{display:none;text-align:center}
.expandableRecentComments .showAllComments button{font-weight:normal}
.expandableRecentComments.shortened .showAllComments{display:block;position:absolute;bottom:0;left:0;right:0;z-index:11}
.expandableRecentComments.shortened .commentListHolder{overflow:hidden;max-height:340px}
.expandableRecentComments.shortened .commentListHolder:after{content:"";display:block;position:absolute;bottom:0;height:70px;left:0;right:0;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);z-index:10}
.expandableRecentComments .motionCommentHolder{flex-basis:50%;flex-grow:0;max-width:50%}
.expandableRecentComments .motionCommentHolder:nth-child(even) .motionComment{margin-right:0}
.expandableRecentComments .motionCommentHolder:nth-child(odd) .motionComment{margin-left:0}
.expandableRecentComments .motionComment{margin-bottom:5px;font-size:.9em}
.expandableRecentComments .motionComment .commentHeader{padding:5px}
.expandableRecentComments .motionComment .date{padding:5px 5px 0 0}
.expandableRecentComments .motionComment .commentText{padding:0 5px 5px 5px;min-height:59px}
.expandableRecentComments .motionComment .commentText .glyphicon{font-size:.8em}
.expandableRecentComments .motionComment .motionLink{padding:0 5px 5px 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.motionListTags #tagList{display:block;list-style-type:none;margin:0;padding-top:30px;padding-bottom:30px;text-align:center}
.motionListTags #tagList&gt;li{display:inline-block;padding:10px;background-color:#e2007a;border-radius:3px;font-size:16px;margin:10px}
.motionListTags #tagList&gt;li&gt;a:link,.motionListTags #tagList&gt;li #tag_list&gt;li&gt;a:visited{color:#fff}
.motionListTags .motionTable{width:100%;margin:0 10px}
.motionListTags .motionTable th{border-bottom:solid 1px #afcb08;font-size:.8em;line-height:2.5em;font-weight:600}
.motionListTags .motionTable td{vertical-align:top;padding:.75em 0em .75em 0em}
.motionListTags .motionTable tr.motion{border-top:solid 1px #afcb08}
.motionListTags .motionTable tr.motion:first-child{border-top:none}
.motionListTags .motionTable tr.amendment .titleCol .pdfLink{font-weight:400}
.motionListTags .motionTable tr.amendment .titleCol .titleLink{font-weight:400}
.motionListTags .motionTable .prefixCol{width:15%}
.motionListTags .motionTable .titleCol{width:45%}
.motionListTags .motionTable .titleCol .pdfLink{font-weight:600;font-size:.8em;float:right;margin-right:20px}
.motionListTags .motionTable .titleCol .titleLink{font-weight:600}
.motionListTags .motionTable .titleCol .titleLink a:link,.motionListTags .motionTable .titleCol .titleLink a:visited{color:#000}
.motionListTags .motionTable .initiatorCol{width:35%}
.motionListTags .motionTable .dateCol{width:15%}
.motionListTags .motionTable .unscreened .titleCol .pdfLink{display:none}
.motionListTags .motionTable .unscreened .titleCol .titleLink a:link,.motionListTags .motionTable .unscreened .titleCol .titleLink a:visited{font-weight:400;color:gray}
.motionListTags .motionTable .privateCommentsIndicator{float:left;margin-left:-25px;margin-top:3px}
.homeTagList ol{list-style:none;margin:15px 0;padding:0}
.homeTagList ol&gt;li{margin:0 0 15px 0;padding:0;clear:both}
.homeTagList .tagLink{font-size:1.3em}
.homeTagList .info{padding-left:24px;color:gray;float:right}
.tagSelectToolbar{margin-bottom:20px}
.tagSelectToolbar .selectHolder{text-align:right}
.tagSelectToolbar select{display:inline-block;width:auto}
.consultationPhasesWizard{margin-bottom:40px}
.consultationPhasesWizard .wizard{border-bottom:none}
.consultationPhasesWizard .wizard ul li{height:70px;line-height:70px}
.consultationPhasesWizard .wizard ul li:before{border-top:24.3333333333px inset rgba(0,0,0,0);border-bottom:24.3333333333px inset rgba(0,0,0,0);border-left:24.3333333333px solid #d4d4d4}
.consultationPhasesWizard .wizard ul li:after{border-top:24.3333333333px inset rgba(0,0,0,0);border-bottom:24.3333333333px inset rgba(0,0,0,0);border-left:24.3333333333px solid #ededed;right:-23.3333333333px}
.consultationPhasesWizard .title{line-height:20px;font-weight:bold;margin-top:3px}
.consultationPhasesWizard .permissions{line-height:14px;font-size:12px}
#sidebar #sidebarOtherQueues{padding-right:15px}
#sidebar .otherQueues .active{position:relative}
#sidebar .otherQueues .active .glyphicon{position:absolute;left:15px;top:3px}
#sidebar .otherQueues .activeLabel{font-size:.9em;font-style:italic}
.speechAdmin .settings{display:flex;flex-direction:row;padding-bottom:5px}
.speechAdmin .settings&gt;*{flex:1}
.speechAdmin .settings .settingsActive{line-height:35px;font-weight:normal;margin-bottom:0}
.speechAdmin .settings .settingOpen{display:block;font-weight:normal;margin-bottom:0}
.speechAdmin .settings .inactive{font-weight:bold;color:red}
.speechAdmin .settings .settingsPolicy{text-align:right}
.speechAdmin .settings .speakingTime{padding-left:30px;padding-right:25px}
.speechAdmin .settings .deactivateOthers{font-size:.8em;font-style:italic}
.speechAdmin .previousSpeakers{margin:0 auto;width:400px;border:dotted 1px #bdbdbd}
.speechAdmin .previousSpeakers.invisible{visibility:hidden}
.speechAdmin .previousSpeakers&gt;header{padding:5px;position:relative}
.speechAdmin .previousSpeakers&gt;header .btn{position:absolute;right:0;top:0;font-weight:normal}
.speechAdmin .previousSpeakers.previousShown&gt;header{background-color:hsl(0,0%,89.1176470588%)}
.speechAdmin .previousSpeakers.previousShown&gt;header .btn-link{color:rgb(64.880952381,75,0)}
.speechAdmin .previousSpeakers .previousLists{display:flex;flex-direction:row;width:100%}
.speechAdmin .previousSpeakers .previousList{flex:1}
.speechAdmin .previousSpeakers .previousList header{text-align:center}
.speechAdmin .previousSpeakers .previousList header span{border-bottom:solid 1px gray}
.speechAdmin .previousSpeakers .previousList ol{text-align:left}
.speechAdmin .slots,.speechAdmin .previousList{list-style-type:none;margin:0 auto;padding:0;width:300px}
.speechAdmin .slotEntry{margin:15px 0 0 0;border:solid 1px #bdbdbd;border-radius:3px;background-color:#f0f0f0;min-height:85px;padding:10px;position:relative;text-align:center;z-index:1}
.speechAdmin .slotEntry .statusActive{font-style:italic}
.speechAdmin .slotEntry .statusUpcoming{font-style:italic}
.speechAdmin .slotEntry .start,.speechAdmin .slotEntry .stop{position:absolute;top:23px;right:5px}
.speechAdmin .slotEntry.slotActive{background-color:#afa;box-shadow:0 3px 3px rgba(0,0,0,.25)}
.speechAdmin .slotEntry .operations{left:0;border-right:solid 1px #bdbdbd;border-top:solid 1px #bdbdbd;border-top-right-radius:3px}
.speechAdmin .operationStart,.speechAdmin .operationDelete{position:absolute;bottom:0;padding:0 5px;background-color:hsla(0,0%,100%,.5);font-size:12px;opacity:0;cursor:pointer;box-sizing:border-box;box-shadow:none;transition:border ease-in-out .15s,box-shadow ease-in-out .15s}
.speechAdmin .operationStart:focus,.speechAdmin .operationDelete:focus{box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
body.usingMouse .speechAdmin .operationStart:focus,body.usingMouse .speechAdmin .operationDelete:focus{box-shadow:none}
.speechAdmin .operationStart:focus,.speechAdmin .operationDelete:focus{opacity:1}
.speechAdmin .slotPlaceholder:hover .operationStart,.speechAdmin .slotPlaceholder:hover .operationDelete,.speechAdmin .subqueueItem:hover .operationStart,.speechAdmin .subqueueItem:hover .operationDelete{opacity:1}
.speechAdmin .operationStart{right:0;border-left:solid 1px #bdbdbd;border-top-left-radius:3px;border-top:solid 1px #bdbdbd;color:green}
.speechAdmin .operationDelete{left:0;border-top:solid 1px #bdbdbd;border-right:solid 1px #bdbdbd;border-top-right-radius:3px;color:red}
.speechAdmin .slotPlaceholder{position:relative;margin:0 15px 0 15px;border:dotted 1px #bdbdbd;background-color:#f0f0f0;min-height:85px;padding:10px;text-align:center}
.speechAdmin .slotPlaceholder:nth-child(2){margin-top:-5px}
.speechAdmin .slotPlaceholder:last-of-type{border-bottom-left-radius:3px;border-bottom-right-radius:3px}
.speechAdmin .slotPlaceholder .title{font-style:italic}
.speechAdmin .slotPlaceholder.active{cursor:pointer;box-sizing:border-box;box-shadow:none;transition:border ease-in-out .15s,box-shadow ease-in-out .15s}
.speechAdmin .slotPlaceholder.active:focus{box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
body.usingMouse .speechAdmin .slotPlaceholder.active:focus{box-shadow:none}
.speechAdmin .slotPlaceholder.active:hover,.speechAdmin .slotPlaceholder.active:focus{background-color:hsl(0,0%,89.1176470588%);z-index:1;border-radius:3px;box-shadow:0 0 4px rgba(0,0,0,.25)}
.speechAdmin .name{font-weight:bold;font-size:16px;line-height:1.5em}
.speechAdmin .nameNobody{font-style:italic;font-size:16px;line-height:1.5em}
.speechAdmin .iconBackground{position:absolute;left:15px;top:15px;font-size:50px;opacity:.15}
.speechAdmin .isUpcoming:before{content:"";position:absolute;height:1px;width:500px;top:-6px;left:-100px;border-bottom:dotted 1px gray}
.speechAdmin .subqueues{display:flex;flex-direction:row;justify-content:space-evenly;margin-top:50px}
.speechAdmin .subqueue{width:230px}
.speechAdmin .subqueue&gt;header{text-align:center;font-weight:bold;text-transform:uppercase;border-bottom:solid 3px #d3d3d3;padding-bottom:5px;margin-bottom:10px}
.speechAdmin .subqueue .empty{margin:5px 0 25px 0;font-style:italic;text-align:center}
.speechAdmin .subqueue .subqueueAdder{margin-top:10px;text-align:center}
.speechAdmin .subqueueItems{list-style-type:none;margin:0 auto;padding:0 15px}
.speechAdmin .subqueueItem{margin:0;border:solid 1px #bdbdbd;border-radius:3px;min-height:60px;cursor:move;position:relative}
.speechAdmin .subqueueItem .starter{position:absolute;left:0;right:0;top:0;bottom:0;padding:10px;background-color:#f0f0f0}
.speechAdmin .operations{position:absolute;bottom:0}
.speechAdmin .operations .moveSubqueue,.speechAdmin .operations .removeSlot{padding:0 5px;background-color:hsla(0,0%,100%,.5);box-sizing:border-box;box-shadow:none;transition:border ease-in-out .15s,box-shadow ease-in-out .15s}
.speechAdmin .operations .moveSubqueue:focus,.speechAdmin .operations .removeSlot:focus{box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
body.usingMouse .speechAdmin .operations .moveSubqueue:focus,body.usingMouse .speechAdmin .operations .removeSlot:focus{box-shadow:none}
.speechAdmin .operations .moveSubqueue:hover,.speechAdmin .operations .moveSubqueue:focus,.speechAdmin .operations .removeSlot:hover,.speechAdmin .operations .removeSlot:focus{background-color:hsl(0,0%,89.1176470588%)}
.speechAdmin .operations .removeSlot{color:#f77}
.speechAdmin .queueResetSection{text-align:right}
.speechAdmin .dropPlaceholder{margin:3px 0;border:dotted 1px rgba(0,0,0,0);border-radius:3px;position:relative}
.speechAdmin .dropPlaceholder .dropAdditionalSpace{position:absolute;left:0;right:0;top:-20px;bottom:-20px;z-index:100;display:none}
.speechAdmin .dropPlaceholder .hoveredIndicator{visibility:hidden;text-align:center;font-size:12px;line-height:18px;font-weight:bold}
.speechAdmin .dropPlaceholder.hoverable.hovered{background-color:hsl(0,0%,89.1176470588%)}
.speechAdmin .dropPlaceholder.hoverable.hovered .hoveredIndicator{visibility:visible}
.speechAdmin.dragging .dropPlaceholder.hoverable{border:dotted 1px #bdbdbd}
.speechAdmin.dragging .dropPlaceholder.hoverable .dropAdditionalSpace{display:block}
.currentSpeechPageWidth .speechAdminLink{float:right}
.currentSpeechPageWidth .leftIcon{top:4px;font-size:18px;margin-right:4px}
.currentSpeechPageWidth .activeSpeaker{font-size:16px;line-height:1.5em}
.currentSpeechPageWidth .activeSpeaker .name{font-weight:bold}
.currentSpeechPageWidth .remainingTime{font-size:16px;line-height:1.5em}
.currentSpeechPageWidth .remainingTime .time{font-weight:bold}
.currentSpeechPageWidth .remainingTime .over{color:red}
.currentSpeechPageWidth .upcomingSpeaker{margin-top:20px;font-size:16px;line-height:1.5em}
.currentSpeechPageWidth .upcomingSpeakerList{list-style-type:none;display:inline-block;margin:0;padding:0}
.currentSpeechPageWidth .upcomingSpeakerList&gt;*{display:inline}
.currentSpeechPageWidth .upcomingSpeakerList&gt;*:before{content:", ";display:inline}
.currentSpeechPageWidth .upcomingSpeakerList&gt;*:first-child:before{content:""}
.currentSpeechPageWidth .upcomingSpeakerList .label{margin-left:5px}
.currentSpeechPageWidth .appliedMe{display:inline-block;vertical-align:middle}
.currentSpeechPageWidth .appliedMe .btnWithdraw{font-weight:normal;padding:0 5px;font-size:75%}
.currentSpeechFullPage .speechAdminLink{margin-top:15px;margin-right:20px}
.currentSpeechFullPage .activeSpeaker .name{margin-top:20px;margin-bottom:20px;text-align:center}
.currentSpeechFullPage .remainingTime{text-align:center}
.currentSpeechFullPage .waitingMultiple .name{vertical-align:top}
.currentSpeechFullPage .waitingMultiple .applyOpenerPoo{font-weight:normal}
.currentSpeechFullPage .waitingMultiple .notPossible{margin-top:27px;font-style:italic;font-size:.8em}
.currentSpeechFullPage .waitingSubqueues{margin-left:26px;display:flex;flex-direction:row;justify-content:center;width:100%}
.currentSpeechFullPage .waitingSubqueues&gt;*{flex:1;display:flex;flex-direction:column}
.currentSpeechFullPage .waitingSubqueues .header .name{vertical-align:middle;font-size:1.2em;font-weight:bold;display:inline-block;padding-right:10px}
.currentSpeechFullPage .waitingSubqueues .applied{line-height:35px;vertical-align:middle}
.currentSpeechFullPage .waitingSubqueues .applied .number{display:inline-block;margin-right:7px}
.currentSpeechFullPage .waitingSubqueues .applyHolder{align-self:flex-start;margin-top:auto}
.currentSpeechFullPage .waitingSubqueues .applyHolder form{display:inline-block;vertical-align:middle}
.currentSpeechFullPage .waitingSubqueues .applyHolder button{margin-right:15px}
.currentSpeechFullPage .waitingSubqueues .appliedMe{display:inline-block}
.currentSpeechFullPage .waitingSubqueues .loginWarning{display:inline-block;margin-left:-15px;font-size:.8em;margin-right:15px;white-space:nowrap}
.currentSpeechFullPage .nameList{display:block;margin-top:30px;margin-bottom:50px;padding-left:1.4em}
.currentSpeechFullPage .nameList&gt;li{font-size:14px;line-height:1.5em;font-size:16px}
.currentSpeechFullPage .nameList&gt;li .leftIcon{float:left;margin-left:-50px}
.currentSpeechFullPage .waitingSingle .nameList{padding-left:50px}
.currentSpeechFullPage .waitingSingle .nameList&gt;li{margin-top:20px;margin-bottom:20px;font-weight:bold}
.currentSpeechFullPage .waitingSingle .applyOpenerPoo{font-weight:normal;margin-top:20px}
.currentSpeechFullPage .apply{max-width:300px}
.currentSpeechInline .remainingTime{padding-left:26px;margin-top:10px}
.currentSpeechInline .waitingMultiple{margin-top:20px}
.currentSpeechInline .waitingMultiple header{font-size:16px;line-height:1.5em}
.currentSpeechInline .waitingMultiple .notPossible{line-height:35px;vertical-align:middle;margin-left:27px;font-style:italic;font-size:.8em}
.currentSpeechInline .waitingSubqueues{margin-left:26px;display:table}
.currentSpeechInline .waitingSubqueues&gt;*{display:table-row}
.currentSpeechInline .waitingSubqueues .name{display:table-cell;width:200px;line-height:35px;vertical-align:middle}
.currentSpeechInline .waitingSubqueues .applied{display:table-cell;line-height:35px;vertical-align:middle}
.currentSpeechInline .waitingSubqueues .applied button{margin-right:15px}
.currentSpeechInline .waitingSubqueues .applied .number{display:inline-block;margin-right:7px}
.currentSpeechInline .waitingSubqueues .applied form{display:inline-block;vertical-align:middle}
.currentSpeechInline .waitingSubqueues .appliedMe{display:inline-block}
.currentSpeechInline .waitingSubqueues .loginWarning{display:inline-block;margin-left:-15px;font-size:.8em;margin-right:15px;white-space:nowrap}
.currentSpeechInline .waitingSingle{margin-top:30px}
.currentSpeechInline .waitingSingle header{font-size:16px;line-height:1.5em}
.currentSpeechInline .waitingSingle .apply{margin-left:25px}
.currentSpeechInline .waitingSingle .apply .notPossible{font-style:italic;font-size:.8em}
.currentSpeechInline .waitingSingle .applyOpener,.currentSpeechInline .waitingSingle .applyOpenerPoo{margin-top:10px}
.currentSpeechInline .waitingSingle .loginWarning{display:inline-block;font-size:.8em;white-space:nowrap}
.currentSpeechInline .waitingSingle form{margin-top:10px;display:inline-block;vertical-align:middle}
.currentSpeechInline .nameList{display:inline-block;list-style:none;margin:0 10px 0 5px;padding:0;font-size:0}
.currentSpeechInline .nameList:before{display:inline-block;content:"(";font-size:12px}
.currentSpeechInline .nameList:after{display:inline-block;content:")";font-size:12px}
.currentSpeechInline .nameList&gt;li{font-size:12px;display:inline-block}
.currentSpeechInline .nameList&gt;li:not(:first-child):before{display:inline-block;content:",";padding-right:5px}
.currentSpeechInline .applyOpenerPoo{font-weight:normal;margin-left:20px}
.currentSpeechFooter{position:fixed;bottom:0;right:0;left:0;width:100%;z-index:10;padding:0;background:#fff;border:solid 1px #ccc;box-shadow:0 0 3px rgba(0,0,0,.4)}
*:fullscreen .currentSpeechFooter{display:none}
*:-webkit-full-screen .currentSpeechFooter{display:none}
*:-moz-full-screen .currentSpeechFooter{display:none}
*:-ms-fullscreen .currentSpeechFooter{display:none}
body.fullscreen .currentSpeechFooter{display:none}
.currentSpeechFooter .speechUser{display:flex;flex-direction:row}
.currentSpeechFooter .widgetTitle{flex-basis:160px;font-size:16px;line-height:35px;vertical-align:middle;margin:0;padding:5px 10px;background-color:#eee}
.currentSpeechFooter .widgetTitle .speechAdminLink{float:right}
.currentSpeechFooter .activeSpeaker{flex-grow:1;flex-basis:30%;padding:5px 10px;font-size:16px;line-height:35px}
.currentSpeechFooter .activeSpeaker .label{vertical-align:middle}
.currentSpeechFooter .activeSpeaker .title{font-weight:bold}
.currentSpeechFooter .activeSpeaker .remainingTime{float:right}
.currentSpeechFooter .activeSpeaker .over{color:red}
.currentSpeechFooter .waitingMultiple{display:flex;flex-grow:1;flex-basis:50%;flex-direction:row;padding:5px 10px}
.currentSpeechFooter .waitingMultiple header{font-size:16px;line-height:35px}

@media(max-width: 799px){
    .currentSpeechFooter .speechUser.multiple-queues .widgetTitle{display:none}
    .currentSpeechFooter .speechUser.multiple-queues .activeSpeaker{flex-basis:33%}
    .currentSpeechFooter .speechUser.multiple-queues .waitingMultiple{flex-basis:66%}
    .currentSpeechFooter .speechUser.multiple-queues .waitingMultiple.isApplying .notApplyingHere{display:none}
    .currentSpeechFooter .speechUser.multiple-queues .subqueue{line-height:25px}
    .currentSpeechFooter .speechUser.multiple-queues .name .glyphicon{display:none}
    .currentSpeechFooter .speechUser.multiple-queues .applyOpenerPoo{display:none}
    .currentSpeechFooter .speechUser.multiple-queues .applyBtn{margin-top:0}
}

.currentSpeechFooter .waitingSingle{padding:5px 10px;flex-basis:50%;flex-grow:1}
.currentSpeechFooter .waitingSingle .btnApply{margin-top:7px}
.currentSpeechFooter .waitingSingle .appliedMe{margin-top:5px}
.currentSpeechFooter .waitingSingle form{display:inline-block;vertical-align:middle}
.currentSpeechFooter .waitingSingle .subqueue{display:flex;flex-direction:row}
.currentSpeechFooter .subqueue{margin:0 10px;padding:0 0 0 10px;background-color:#eee;border-radius:3px;line-height:33px;vertical-align:middle}
.currentSpeechFooter .subqueue .nameNumber{white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.currentSpeechFooter .subqueue .name{font-weight:bold;margin-right:7px}
.currentSpeechFooter .subqueue .number{font-size:.8em}
.currentSpeechFooter .subqueue .number:before{content:"(";display:inline-block}
.currentSpeechFooter .subqueue .number:after{content:")";display:inline-block;margin-right:10px}
.currentSpeechFooter .subqueue .applyBtn{line-height:20px;height:23px;margin-top:5px;margin-right:10px}
.currentSpeechFooter .subqueue form{max-width:200px}
.currentSpeechFooter .appliedMe{display:inline-block;vertical-align:middle}
.currentSpeechFooter .appliedMe .btnWithdraw{font-weight:normal;padding:0 5px;font-size:75%}
.currentSpeechFooter .applyOpenerPoo{font-weight:normal;margin-left:10px}
.currentSpeechFooter .notPossible{font-style:italic;font-size:.8em;margin-top:10px}
.currentSpeechFooter .loginWarning{display:inline-block;font-size:.8em;margin-right:15px;white-space:nowrap}
.votingCommon .remainingTime{font-size:16px;line-height:1.5em}
.votingCommon .remainingTime .time{font-weight:bold}
.votingCommon .remainingTime .over{color:red}
.votingCommon .votingListCommon{display:block;margin:0;padding:0;clear:both}
.votingCommon .votingListCommon&gt;li{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;padding-top:10px;padding-bottom:10px;border-bottom:solid 1px #ccc}
.votingCommon .votingListCommon&gt;li.voteListShown{border-bottom:none;padding-bottom:0}
.votingCommon .votingListCommon&gt;li.abstentions&gt;div{width:100%;font-style:italic;font-weight:bold;text-align:right}
.votingCommon .votingListCommon&gt;li .titleLink{flex-grow:1;flex-basis:40%}
.votingCommon .votingListCommon&gt;li .titleGroupName{font-weight:bold}
.votingCommon .votingListCommon&gt;li .votesDetailed{flex-grow:1;flex-basis:40%}
.votingCommon .votingListCommon&gt;li .result{flex-grow:0;flex-basis:20%}
.votingCommon .votingListCommon&gt;li .votingOptions,.votingCommon .votingListCommon&gt;li .voted{flex-basis:230px;flex-grow:0;text-align:right}
.votingCommon .votingListCommon&gt;li.answer_template_2 .votesDetailed{flex-basis:20%;flex-grow:0}
.votingCommon .votingListCommon&gt;li:last-child{border-bottom:none}
.votingCommon .votingListCommon&gt;li .btnShowVotes{font-weight:normal}
.votingCommon .votingListCommon&gt;li .quorumCounter{font-weight:normal}
.votingCommon .votingListAdmin .voteResults{display:block}
.votingCommon .votesDetailed table{width:100%;table-layout:fixed}
.votingCommon .votesDetailed thead th{text-align:center}
.votingCommon .votesDetailed th{text-align:center}
.votingCommon .votesDetailed td{text-align:center}
.votingCommon .titleLink{line-height:16px;overflow:hidden;font-weight:bold}
.votingCommon .titleLink&gt;div{margin-bottom:7px}
.votingCommon .amendmentBy{font-size:.8em;color:#888}
.votingCommon .noVotingsYet{padding-top:10px;padding-bottom:10px;border-bottom:solid 1px #ccc}
.votingCommon .noVotingsYet .alert{margin-bottom:0}
.votingCommon .votingOptions button{margin-left:5px}
.votingCommon .result{text-align:right;white-space:nowrap}
.votingCommon .result .accepted{color:#afcb08}
.votingCommon .result .rejected{color:#f77}
.votingCommon .votingFooter{padding-top:10px;border-top:solid 1px #ccc}
.votingCommon .downloadResults{text-align:right;margin-bottom:10px}
.votingCommon .downloadResults .btn{font-weight:normal}
.votingCommon .votingExplanation .glyphicon{margin-right:3px}
.votingCommon .publicHint{padding-left:16px}
.currentVotingWidget .votingsAdminLink{float:right}
.currentVotingWidget .remainingTime{float:right}
.currentVotingWidget .votingsAdminLink+.voteList{border-top:solid 1px #ccc}
.currentVotingWidget .votingExplanation{margin-top:15px;font-size:.9em;color:#555}
.currentVotingWidget .votingFooter{display:flex;flex-direction:row;width:100%}
.currentVotingWidget .votingFooter .votedCounter{flex:1}
.currentVotingWidget .votingFooter .showAll{flex:1;text-align:right}
.manageVotings .settingsToggleGroup .btn-link{color:#484649}
.manageVotings .settingsToggleGroup .btn-link:hover{color:hsl(280,2.0979020979%,38.0392156863%)}
.manageVotings .settingsToggleGroup .btn{padding-top:0;padding-bottom:0}
.manageVotings .btnRemove{float:right;color:#f77}
.manageVotings .activateHeader{font-weight:bold;float:right;color:#444;text-transform:none;text-shadow:none;font-size:14px}
.manageVotings .votingSettingsSummary{padding-bottom:10px;margin-bottom:10px;border-bottom:solid 1px #ccc}
.manageVotings .votingVisibility span{margin-left:5px;display:inline-block}
.manageVotings .prepActions .removeBtn{color:#f77}
.manageVotings .addingItemsForm{padding-top:10px;padding-bottom:10px}
.manageVotings .addingItemsForm button{font-weight:normal}
.manageVotings .addingItemsForm .addingMotions select{max-width:450px;display:inline-block}
.manageVotings .activityLog{display:block;list-style-type:none;margin:0;padding:0}
.manageVotings .activityLog.closed{max-height:45px;overflow:hidden;position:relative}
.manageVotings .activityLog.closed:before{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:45px;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);pointer-events:none}
.manageVotings .activityOpener,.manageVotings .activityCloser{float:right}
.manageVotings .activityOpener .btn,.manageVotings .activityCloser .btn{font-weight:normal}
.manageVotings .votingOperations{float:right}
.manageVotings .votingSettings label,.manageVotings .votingSettings .label{display:block;margin-bottom:15px}
.manageVotings .votingSettings .btnDelete{float:right;color:#f77}
.manageVotings .votingSettings fieldset{margin-bottom:15px}
.manageVotings .votingSettings fieldset legend{font-weight:700}
.manageVotings .votingSettings fieldset .hint{font-size:.8em}
.manageVotings .votingSettings fieldset label,.manageVotings .votingSettings fieldset .label{display:inline-block;font-weight:normal;margin-right:15px;margin-bottom:0}
.manageVotings .votingSettings fieldset.inputWithLabelHolder label,.manageVotings .votingSettings fieldset.inputWithLabelHolder .label{display:table;max-width:200px}
.manageVotings .votingSettings fieldset.inputWithLabelHolder label input,.manageVotings .votingSettings fieldset.inputWithLabelHolder .label input{min-width:80px}
.votingResultTable{table-layout:fixed;width:100%}
.votingResultTable th{text-align:center;vertical-align:bottom}
.votingResultTable td{text-align:center}
.votingResultTable .total{font-weight:bold}
.votingAdderForm .btnAddOpener{color:#afcb08;font-weight:normal}
.votingDataActions{display:flex;flex-direction:row;width:100%;border-bottom:solid 1px #ccc;padding-bottom:10px}
.votingDataActions .votingDetails ul{display:inline;list-style-type:none;margin:0;padding:0}
.votingDataActions .votingDetails ul&gt;li{display:inline;margin:0;padding:0}
.votingDataActions .votingDetails ul&gt;li:before{content:", "}
.votingDataActions .votingDetails ul&gt;li:first-child:before{content:""}
.votingDataActions .data{flex-grow:1;flex-direction:row;flex-wrap:wrap}
.votingDataActions .actions{flex-basis:360px;flex-grow:1;text-align:right}
.votingDataActions .actions&gt;.btn,.votingDataActions .actions&gt;.btn-group{margin-left:5px}
.v-vote-list{display:flex;flex-direction:row;width:100%;margin-top:20px}
.v-vote-list .regularVoteList{flex-basis:25%;flex-grow:1}
.v-vote-list .regularVoteList.notVotedList{color:gray}
.v-vote-list .regularVoteList .voteWeight{font-weight:bold;white-space:nowrap}
.v-vote-list .regularVoteList ul{display:block;list-style-type:none;padding:0;margin:0}
.v-vote-list .regularVoteList ul li{display:block;padding:0;margin:0}
.v-vote-list .regularVoteList .userGroupName{margin-top:10px;text-decoration:underline}
.v-vote-list .regularVoteList .none{font-style:italic}
.v-vote-list .userGroupSetterOpener{white-space:normal}
.v-vote-list .userGroupSetter{display:flex;flex-direction:row}
@media(hover: hover){.v-vote-list .userGroupSetter{opacity:0}
.v-vote-list .showingSelector .userGroupSetter{opacity:1}
}
.v-vote-list .voteListHolder:hover .userGroupSetter{opacity:1}
.v-vote-list .userGroupSetter .btn{font-weight:normal}
.contentVotingResult{display:flex;width:100%}
.contentVotingResult&gt;*{flex-basis:25%;padding-left:15px;padding-right:15px}
.contentVotingResult&gt;*:first-child{padding-left:0}
.contentVotingResult&gt;*:last-child{padding-right:0}
.motionTextFormattings{position:relative;margin-left:0;text-rendering:optimizeLegibility;font-size:14px;-webkit-hyphens:auto;hyphens:auto}
.motionTextFormattings span.underline{border-bottom:solid 1px #000}
.motionTextFormattings span.strike{text-decoration:line-through}
.motionTextFormattings h1,.well .motionTextFormattings h1{background:none;color:#000;text-transform:none;font-weight:bold;text-shadow:none;padding:0;font-family:"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.5em}
.motionTextFormattings h2{margin:0;font-size:1.4em}
.motionTextFormattings h3{margin:0;font-size:1.3em}
.motionTextFormattings h4{margin:0;font-size:1.2em}
.motionTextFormattings ol{counter-reset:antragsgruen-counter;list-style:none}
.motionTextFormattings ol[start="1"]{counter-reset:antragsgruen-counter 0}
.motionTextFormattings ol[start="2"]{counter-reset:antragsgruen-counter 1}
.motionTextFormattings ol[start="3"]{counter-reset:antragsgruen-counter 2}
.motionTextFormattings ol[start="4"]{counter-reset:antragsgruen-counter 3}
.motionTextFormattings ol[start="5"]{counter-reset:antragsgruen-counter 4}
.motionTextFormattings ol[start="6"]{counter-reset:antragsgruen-counter 5}
.motionTextFormattings ol[start="7"]{counter-reset:antragsgruen-counter 6}
.motionTextFormattings ol[start="8"]{counter-reset:antragsgruen-counter 7}
.motionTextFormattings ol[start="9"]{counter-reset:antragsgruen-counter 8}
.motionTextFormattings ol[start="10"]{counter-reset:antragsgruen-counter 9}
.motionTextFormattings ol[start="11"]{counter-reset:antragsgruen-counter 10}
.motionTextFormattings ol[start="12"]{counter-reset:antragsgruen-counter 11}
.motionTextFormattings ol[start="13"]{counter-reset:antragsgruen-counter 12}
.motionTextFormattings ol[start="14"]{counter-reset:antragsgruen-counter 13}
.motionTextFormattings ol[start="15"]{counter-reset:antragsgruen-counter 14}
.motionTextFormattings ol[start="16"]{counter-reset:antragsgruen-counter 15}
.motionTextFormattings ol[start="17"]{counter-reset:antragsgruen-counter 16}
.motionTextFormattings ol[start="18"]{counter-reset:antragsgruen-counter 17}
.motionTextFormattings ol[start="19"]{counter-reset:antragsgruen-counter 18}
.motionTextFormattings ol[start="20"]{counter-reset:antragsgruen-counter 19}
.motionTextFormattings ol[start="21"]{counter-reset:antragsgruen-counter 20}
.motionTextFormattings ol[start="22"]{counter-reset:antragsgruen-counter 21}
.motionTextFormattings ol[start="23"]{counter-reset:antragsgruen-counter 22}
.motionTextFormattings ol[start="24"]{counter-reset:antragsgruen-counter 23}
.motionTextFormattings ol[start="25"]{counter-reset:antragsgruen-counter 24}
.motionTextFormattings ol[start="26"]{counter-reset:antragsgruen-counter 25}
.motionTextFormattings ol[start="27"]{counter-reset:antragsgruen-counter 26}
.motionTextFormattings ol[start="28"]{counter-reset:antragsgruen-counter 27}
.motionTextFormattings ol[start="29"]{counter-reset:antragsgruen-counter 28}
.motionTextFormattings ol[start="30"]{counter-reset:antragsgruen-counter 29}
.motionTextFormattings ol[start="31"]{counter-reset:antragsgruen-counter 30}
.motionTextFormattings ol[start="32"]{counter-reset:antragsgruen-counter 31}
.motionTextFormattings ol[start="33"]{counter-reset:antragsgruen-counter 32}
.motionTextFormattings ol[start="34"]{counter-reset:antragsgruen-counter 33}
.motionTextFormattings ol[start="35"]{counter-reset:antragsgruen-counter 34}
.motionTextFormattings ol[start="36"]{counter-reset:antragsgruen-counter 35}
.motionTextFormattings ol[start="37"]{counter-reset:antragsgruen-counter 36}
.motionTextFormattings ol[start="38"]{counter-reset:antragsgruen-counter 37}
.motionTextFormattings ol[start="39"]{counter-reset:antragsgruen-counter 38}
.motionTextFormattings ol[start="40"]{counter-reset:antragsgruen-counter 39}
.motionTextFormattings ol[start="41"]{counter-reset:antragsgruen-counter 40}
.motionTextFormattings ol[start="42"]{counter-reset:antragsgruen-counter 41}
.motionTextFormattings ol[start="43"]{counter-reset:antragsgruen-counter 42}
.motionTextFormattings ol[start="44"]{counter-reset:antragsgruen-counter 43}
.motionTextFormattings ol[start="45"]{counter-reset:antragsgruen-counter 44}
.motionTextFormattings ol[start="46"]{counter-reset:antragsgruen-counter 45}
.motionTextFormattings ol[start="47"]{counter-reset:antragsgruen-counter 46}
.motionTextFormattings ol[start="48"]{counter-reset:antragsgruen-counter 47}
.motionTextFormattings ol[start="49"]{counter-reset:antragsgruen-counter 48}
.motionTextFormattings ol[start="50"]{counter-reset:antragsgruen-counter 49}
.motionTextFormattings ol[start="51"]{counter-reset:antragsgruen-counter 50}
.motionTextFormattings ol[start="52"]{counter-reset:antragsgruen-counter 51}
.motionTextFormattings ol[start="53"]{counter-reset:antragsgruen-counter 52}
.motionTextFormattings ol[start="54"]{counter-reset:antragsgruen-counter 53}
.motionTextFormattings ol[start="55"]{counter-reset:antragsgruen-counter 54}
.motionTextFormattings ol[start="56"]{counter-reset:antragsgruen-counter 55}
.motionTextFormattings ol[start="57"]{counter-reset:antragsgruen-counter 56}
.motionTextFormattings ol[start="58"]{counter-reset:antragsgruen-counter 57}
.motionTextFormattings ol[start="59"]{counter-reset:antragsgruen-counter 58}
.motionTextFormattings ol[start="60"]{counter-reset:antragsgruen-counter 59}
.motionTextFormattings ol[start="61"]{counter-reset:antragsgruen-counter 60}
.motionTextFormattings ol[start="62"]{counter-reset:antragsgruen-counter 61}
.motionTextFormattings ol[start="63"]{counter-reset:antragsgruen-counter 62}
.motionTextFormattings ol[start="64"]{counter-reset:antragsgruen-counter 63}
.motionTextFormattings ol[start="65"]{counter-reset:antragsgruen-counter 64}
.motionTextFormattings ol[start="66"]{counter-reset:antragsgruen-counter 65}
.motionTextFormattings ol[start="67"]{counter-reset:antragsgruen-counter 66}
.motionTextFormattings ol[start="68"]{counter-reset:antragsgruen-counter 67}
.motionTextFormattings ol[start="69"]{counter-reset:antragsgruen-counter 68}
.motionTextFormattings ol[start="70"]{counter-reset:antragsgruen-counter 69}
.motionTextFormattings ol[start="71"]{counter-reset:antragsgruen-counter 70}
.motionTextFormattings ol[start="72"]{counter-reset:antragsgruen-counter 71}
.motionTextFormattings ol[start="73"]{counter-reset:antragsgruen-counter 72}
.motionTextFormattings ol[start="74"]{counter-reset:antragsgruen-counter 73}
.motionTextFormattings ol[start="75"]{counter-reset:antragsgruen-counter 74}
.motionTextFormattings ol[start="76"]{counter-reset:antragsgruen-counter 75}
.motionTextFormattings ol[start="77"]{counter-reset:antragsgruen-counter 76}
.motionTextFormattings ol[start="78"]{counter-reset:antragsgruen-counter 77}
.motionTextFormattings ol[start="79"]{counter-reset:antragsgruen-counter 78}
.motionTextFormattings ol[start="80"]{counter-reset:antragsgruen-counter 79}
.motionTextFormattings ol[start="81"]{counter-reset:antragsgruen-counter 80}
.motionTextFormattings ol[start="82"]{counter-reset:antragsgruen-counter 81}
.motionTextFormattings ol[start="83"]{counter-reset:antragsgruen-counter 82}
.motionTextFormattings ol[start="84"]{counter-reset:antragsgruen-counter 83}
.motionTextFormattings ol[start="85"]{counter-reset:antragsgruen-counter 84}
.motionTextFormattings ol[start="86"]{counter-reset:antragsgruen-counter 85}
.motionTextFormattings ol[start="87"]{counter-reset:antragsgruen-counter 86}
.motionTextFormattings ol[start="88"]{counter-reset:antragsgruen-counter 87}
.motionTextFormattings ol[start="89"]{counter-reset:antragsgruen-counter 88}
.motionTextFormattings ol[start="90"]{counter-reset:antragsgruen-counter 89}
.motionTextFormattings ol[start="91"]{counter-reset:antragsgruen-counter 90}
.motionTextFormattings ol[start="92"]{counter-reset:antragsgruen-counter 91}
.motionTextFormattings ol[start="93"]{counter-reset:antragsgruen-counter 92}
.motionTextFormattings ol[start="94"]{counter-reset:antragsgruen-counter 93}
.motionTextFormattings ol[start="95"]{counter-reset:antragsgruen-counter 94}
.motionTextFormattings ol[start="96"]{counter-reset:antragsgruen-counter 95}
.motionTextFormattings ol[start="97"]{counter-reset:antragsgruen-counter 96}
.motionTextFormattings ol[start="98"]{counter-reset:antragsgruen-counter 97}
.motionTextFormattings ol[start="99"]{counter-reset:antragsgruen-counter 98}
.motionTextFormattings ol[start="100"]{counter-reset:antragsgruen-counter 99}
.motionTextFormattings ol&gt;li{counter-increment:antragsgruen-counter;position:relative}
.motionTextFormattings ol&gt;li::before{content:counter(antragsgruen-counter) ".";position:absolute;left:-40px;top:0}
.motionTextFormattings ol&gt;li[value]::before{content:attr(value) "."}
.motionTextFormattings ol&gt;li[value="1"]{counter-reset:antragsgruen-counter 0}
.motionTextFormattings ol&gt;li[value="2"]{counter-reset:antragsgruen-counter 1}
.motionTextFormattings ol&gt;li[value="3"]{counter-reset:antragsgruen-counter 2}
.motionTextFormattings ol&gt;li[value="4"]{counter-reset:antragsgruen-counter 3}
.motionTextFormattings ol&gt;li[value="5"]{counter-reset:antragsgruen-counter 4}
.motionTextFormattings ol&gt;li[value="6"]{counter-reset:antragsgruen-counter 5}
.motionTextFormattings ol&gt;li[value="7"]{counter-reset:antragsgruen-counter 6}
.motionTextFormattings ol&gt;li[value="8"]{counter-reset:antragsgruen-counter 7}
.motionTextFormattings ol&gt;li[value="9"]{counter-reset:antragsgruen-counter 8}
.motionTextFormattings ol&gt;li[value="10"]{counter-reset:antragsgruen-counter 9}
.motionTextFormattings ol&gt;li[value="11"]{counter-reset:antragsgruen-counter 10}
.motionTextFormattings ol&gt;li[value="12"]{counter-reset:antragsgruen-counter 11}
.motionTextFormattings ol&gt;li[value="13"]{counter-reset:antragsgruen-counter 12}
.motionTextFormattings ol&gt;li[value="14"]{counter-reset:antragsgruen-counter 13}
.motionTextFormattings ol&gt;li[value="15"]{counter-reset:antragsgruen-counter 14}
.motionTextFormattings ol&gt;li[value="16"]{counter-reset:antragsgruen-counter 15}
.motionTextFormattings ol&gt;li[value="17"]{counter-reset:antragsgruen-counter 16}
.motionTextFormattings ol&gt;li[value="18"]{counter-reset:antragsgruen-counter 17}
.motionTextFormattings ol&gt;li[value="19"]{counter-reset:antragsgruen-counter 18}
.motionTextFormattings ol&gt;li[value="20"]{counter-reset:antragsgruen-counter 19}
.motionTextFormattings ol&gt;li[value="21"]{counter-reset:antragsgruen-counter 20}
.motionTextFormattings ol&gt;li[value="22"]{counter-reset:antragsgruen-counter 21}
.motionTextFormattings ol&gt;li[value="23"]{counter-reset:antragsgruen-counter 22}
.motionTextFormattings ol&gt;li[value="24"]{counter-reset:antragsgruen-counter 23}
.motionTextFormattings ol&gt;li[value="25"]{counter-reset:antragsgruen-counter 24}
.motionTextFormattings ol&gt;li[value="26"]{counter-reset:antragsgruen-counter 25}
.motionTextFormattings ol&gt;li[value="27"]{counter-reset:antragsgruen-counter 26}
.motionTextFormattings ol&gt;li[value="28"]{counter-reset:antragsgruen-counter 27}
.motionTextFormattings ol&gt;li[value="29"]{counter-reset:antragsgruen-counter 28}
.motionTextFormattings ol&gt;li[value="30"]{counter-reset:antragsgruen-counter 29}
.motionTextFormattings ol&gt;li[value="31"]{counter-reset:antragsgruen-counter 30}
.motionTextFormattings ol&gt;li[value="32"]{counter-reset:antragsgruen-counter 31}
.motionTextFormattings ol&gt;li[value="33"]{counter-reset:antragsgruen-counter 32}
.motionTextFormattings ol&gt;li[value="34"]{counter-reset:antragsgruen-counter 33}
.motionTextFormattings ol&gt;li[value="35"]{counter-reset:antragsgruen-counter 34}
.motionTextFormattings ol&gt;li[value="36"]{counter-reset:antragsgruen-counter 35}
.motionTextFormattings ol&gt;li[value="37"]{counter-reset:antragsgruen-counter 36}
.motionTextFormattings ol&gt;li[value="38"]{counter-reset:antragsgruen-counter 37}
.motionTextFormattings ol&gt;li[value="39"]{counter-reset:antragsgruen-counter 38}
.motionTextFormattings ol&gt;li[value="40"]{counter-reset:antragsgruen-counter 39}
.motionTextFormattings ol&gt;li[value="41"]{counter-reset:antragsgruen-counter 40}
.motionTextFormattings ol&gt;li[value="42"]{counter-reset:antragsgruen-counter 41}
.motionTextFormattings ol&gt;li[value="43"]{counter-reset:antragsgruen-counter 42}
.motionTextFormattings ol&gt;li[value="44"]{counter-reset:antragsgruen-counter 43}
.motionTextFormattings ol&gt;li[value="45"]{counter-reset:antragsgruen-counter 44}
.motionTextFormattings ol&gt;li[value="46"]{counter-reset:antragsgruen-counter 45}
.motionTextFormattings ol&gt;li[value="47"]{counter-reset:antragsgruen-counter 46}
.motionTextFormattings ol&gt;li[value="48"]{counter-reset:antragsgruen-counter 47}
.motionTextFormattings ol&gt;li[value="49"]{counter-reset:antragsgruen-counter 48}
.motionTextFormattings ol&gt;li[value="50"]{counter-reset:antragsgruen-counter 49}
.motionTextFormattings ol&gt;li[value="51"]{counter-reset:antragsgruen-counter 50}
.motionTextFormattings ol&gt;li[value="52"]{counter-reset:antragsgruen-counter 51}
.motionTextFormattings ol&gt;li[value="53"]{counter-reset:antragsgruen-counter 52}
.motionTextFormattings ol&gt;li[value="54"]{counter-reset:antragsgruen-counter 53}
.motionTextFormattings ol&gt;li[value="55"]{counter-reset:antragsgruen-counter 54}
.motionTextFormattings ol&gt;li[value="56"]{counter-reset:antragsgruen-counter 55}
.motionTextFormattings ol&gt;li[value="57"]{counter-reset:antragsgruen-counter 56}
.motionTextFormattings ol&gt;li[value="58"]{counter-reset:antragsgruen-counter 57}
.motionTextFormattings ol&gt;li[value="59"]{counter-reset:antragsgruen-counter 58}
.motionTextFormattings ol&gt;li[value="60"]{counter-reset:antragsgruen-counter 59}
.motionTextFormattings ol&gt;li[value="61"]{counter-reset:antragsgruen-counter 60}
.motionTextFormattings ol&gt;li[value="62"]{counter-reset:antragsgruen-counter 61}
.motionTextFormattings ol&gt;li[value="63"]{counter-reset:antragsgruen-counter 62}
.motionTextFormattings ol&gt;li[value="64"]{counter-reset:antragsgruen-counter 63}
.motionTextFormattings ol&gt;li[value="65"]{counter-reset:antragsgruen-counter 64}
.motionTextFormattings ol&gt;li[value="66"]{counter-reset:antragsgruen-counter 65}
.motionTextFormattings ol&gt;li[value="67"]{counter-reset:antragsgruen-counter 66}
.motionTextFormattings ol&gt;li[value="68"]{counter-reset:antragsgruen-counter 67}
.motionTextFormattings ol&gt;li[value="69"]{counter-reset:antragsgruen-counter 68}
.motionTextFormattings ol&gt;li[value="70"]{counter-reset:antragsgruen-counter 69}
.motionTextFormattings ol&gt;li[value="71"]{counter-reset:antragsgruen-counter 70}
.motionTextFormattings ol&gt;li[value="72"]{counter-reset:antragsgruen-counter 71}
.motionTextFormattings ol&gt;li[value="73"]{counter-reset:antragsgruen-counter 72}
.motionTextFormattings ol&gt;li[value="74"]{counter-reset:antragsgruen-counter 73}
.motionTextFormattings ol&gt;li[value="75"]{counter-reset:antragsgruen-counter 74}
.motionTextFormattings ol&gt;li[value="76"]{counter-reset:antragsgruen-counter 75}
.motionTextFormattings ol&gt;li[value="77"]{counter-reset:antragsgruen-counter 76}
.motionTextFormattings ol&gt;li[value="78"]{counter-reset:antragsgruen-counter 77}
.motionTextFormattings ol&gt;li[value="79"]{counter-reset:antragsgruen-counter 78}
.motionTextFormattings ol&gt;li[value="80"]{counter-reset:antragsgruen-counter 79}
.motionTextFormattings ol&gt;li[value="81"]{counter-reset:antragsgruen-counter 80}
.motionTextFormattings ol&gt;li[value="82"]{counter-reset:antragsgruen-counter 81}
.motionTextFormattings ol&gt;li[value="83"]{counter-reset:antragsgruen-counter 82}
.motionTextFormattings ol&gt;li[value="84"]{counter-reset:antragsgruen-counter 83}
.motionTextFormattings ol&gt;li[value="85"]{counter-reset:antragsgruen-counter 84}
.motionTextFormattings ol&gt;li[value="86"]{counter-reset:antragsgruen-counter 85}
.motionTextFormattings ol&gt;li[value="87"]{counter-reset:antragsgruen-counter 86}
.motionTextFormattings ol&gt;li[value="88"]{counter-reset:antragsgruen-counter 87}
.motionTextFormattings ol&gt;li[value="89"]{counter-reset:antragsgruen-counter 88}
.motionTextFormattings ol&gt;li[value="90"]{counter-reset:antragsgruen-counter 89}
.motionTextFormattings ol&gt;li[value="91"]{counter-reset:antragsgruen-counter 90}
.motionTextFormattings ol&gt;li[value="92"]{counter-reset:antragsgruen-counter 91}
.motionTextFormattings ol&gt;li[value="93"]{counter-reset:antragsgruen-counter 92}
.motionTextFormattings ol&gt;li[value="94"]{counter-reset:antragsgruen-counter 93}
.motionTextFormattings ol&gt;li[value="95"]{counter-reset:antragsgruen-counter 94}
.motionTextFormattings ol&gt;li[value="96"]{counter-reset:antragsgruen-counter 95}
.motionTextFormattings ol&gt;li[value="97"]{counter-reset:antragsgruen-counter 96}
.motionTextFormattings ol&gt;li[value="98"]{counter-reset:antragsgruen-counter 97}
.motionTextFormattings ol&gt;li[value="99"]{counter-reset:antragsgruen-counter 98}
.motionTextFormattings ol&gt;li[value="100"]{counter-reset:antragsgruen-counter 99}
.motionTextFormattings ol&gt;li[value=A]{counter-reset:antragsgruen-counter 0}
.motionTextFormattings ol&gt;li[value=a]{counter-reset:antragsgruen-counter 0}
.motionTextFormattings ol&gt;li[value=B]{counter-reset:antragsgruen-counter 1}
.motionTextFormattings ol&gt;li[value=b]{counter-reset:antragsgruen-counter 1}
.motionTextFormattings ol&gt;li[value=C]{counter-reset:antragsgruen-counter 2}
.motionTextFormattings ol&gt;li[value=c]{counter-reset:antragsgruen-counter 2}
.motionTextFormattings ol&gt;li[value=D]{counter-reset:antragsgruen-counter 3}
.motionTextFormattings ol&gt;li[value=d]{counter-reset:antragsgruen-counter 3}
.motionTextFormattings ol&gt;li[value=E]{counter-reset:antragsgruen-counter 4}
.motionTextFormattings ol&gt;li[value=e]{counter-reset:antragsgruen-counter 4}
.motionTextFormattings ol&gt;li[value=F]{counter-reset:antragsgruen-counter 5}
.motionTextFormattings ol&gt;li[value=f]{counter-reset:antragsgruen-counter 5}
.motionTextFormattings ol&gt;li[value=G]{counter-reset:antragsgruen-counter 6}
.motionTextFormattings ol&gt;li[value=g]{counter-reset:antragsgruen-counter 6}
.motionTextFormattings ol&gt;li[value=H]{counter-reset:antragsgruen-counter 7}
.motionTextFormattings ol&gt;li[value=h]{counter-reset:antragsgruen-counter 7}
.motionTextFormattings ol&gt;li[value=I]{counter-reset:antragsgruen-counter 8}
.motionTextFormattings ol&gt;li[value=i]{counter-reset:antragsgruen-counter 8}
.motionTextFormattings ol&gt;li[value=J]{counter-reset:antragsgruen-counter 9}
.motionTextFormattings ol&gt;li[value=j]{counter-reset:antragsgruen-counter 9}
.motionTextFormattings ol&gt;li[value=K]{counter-reset:antragsgruen-counter 10}
.motionTextFormattings ol&gt;li[value=k]{counter-reset:antragsgruen-counter 10}
.motionTextFormattings ol&gt;li[value=L]{counter-reset:antragsgruen-counter 11}
.motionTextFormattings ol&gt;li[value=l]{counter-reset:antragsgruen-counter 11}
.motionTextFormattings ol&gt;li[value=M]{counter-reset:antragsgruen-counter 12}
.motionTextFormattings ol&gt;li[value=m]{counter-reset:antragsgruen-counter 12}
.motionTextFormattings ol&gt;li[value=N]{counter-reset:antragsgruen-counter 13}
.motionTextFormattings ol&gt;li[value=n]{counter-reset:antragsgruen-counter 13}
.motionTextFormattings ol&gt;li[value=O]{counter-reset:antragsgruen-counter 14}
.motionTextFormattings ol&gt;li[value=o]{counter-reset:antragsgruen-counter 14}
.motionTextFormattings ol&gt;li[value=P]{counter-reset:antragsgruen-counter 15}
.motionTextFormattings ol&gt;li[value=p]{counter-reset:antragsgruen-counter 15}
.motionTextFormattings ol&gt;li[value=Q]{counter-reset:antragsgruen-counter 16}
.motionTextFormattings ol&gt;li[value=q]{counter-reset:antragsgruen-counter 16}
.motionTextFormattings ol&gt;li[value=R]{counter-reset:antragsgruen-counter 17}
.motionTextFormattings ol&gt;li[value=r]{counter-reset:antragsgruen-counter 17}
.motionTextFormattings ol&gt;li[value=S]{counter-reset:antragsgruen-counter 18}
.motionTextFormattings ol&gt;li[value=s]{counter-reset:antragsgruen-counter 18}
.motionTextFormattings ol&gt;li[value=T]{counter-reset:antragsgruen-counter 19}
.motionTextFormattings ol&gt;li[value=t]{counter-reset:antragsgruen-counter 19}
.motionTextFormattings ol&gt;li[value=U]{counter-reset:antragsgruen-counter 20}
.motionTextFormattings ol&gt;li[value=u]{counter-reset:antragsgruen-counter 20}
.motionTextFormattings ol&gt;li[value=V]{counter-reset:antragsgruen-counter 21}
.motionTextFormattings ol&gt;li[value=v]{counter-reset:antragsgruen-counter 21}
.motionTextFormattings ol&gt;li[value=W]{counter-reset:antragsgruen-counter 22}
.motionTextFormattings ol&gt;li[value=w]{counter-reset:antragsgruen-counter 22}
.motionTextFormattings ol&gt;li[value=X]{counter-reset:antragsgruen-counter 23}
.motionTextFormattings ol&gt;li[value=x]{counter-reset:antragsgruen-counter 23}
.motionTextFormattings ol&gt;li[value=Y]{counter-reset:antragsgruen-counter 24}
.motionTextFormattings ol&gt;li[value=y]{counter-reset:antragsgruen-counter 24}
.motionTextFormattings ol&gt;li[value=Z]{counter-reset:antragsgruen-counter 25}
.motionTextFormattings ol&gt;li[value=z]{counter-reset:antragsgruen-counter 25}
.motionTextFormattings ol.decimalCircle&gt;li::before{content:"(" counter(antragsgruen-counter) ")"}
.motionTextFormattings ol.decimalCircle&gt;li[value]::before{content:"(" attr(value) ")"}
.motionTextFormattings ol.lowerAlpha&gt;li::before{content:counter(antragsgruen-counter, lower-alpha) "."}
.motionTextFormattings ol.lowerAlpha&gt;li[value]::before{content:attr(value) "."}
.motionTextFormattings ol.upperAlpha&gt;li::before{content:counter(antragsgruen-counter, upper-alpha) "."}
.motionTextFormattings ol.upperAlpha&gt;li[value]::before{content:attr(value) "."}
.motionTextFormattings .amendmentRef{font-size:.8em;opacity:.7}
.motionTextFormattings.fixedWidthFont{font-family:"VeraMono",Consolas,Courier,sans-serif;color:#222;-webkit-hyphens:none;hyphens:none}

@media(min-width: 800px){
    .motionTextFormattings .lineNumber{position:relative;left:-42px;width:0;display:inline-block;float:left}
}

.motionTextFormattings .lineNumber:after{content:attr(data-line-number);color:#c3c3c3;font-size:14px;font-style:normal;font-weight:normal;text-decoration:none}

@media screen and (max-width: 799px){
    .motionTextFormattings br{display:none}
    .motionTextFormattings .lineNumber{position:relative;bottom:-3px;left:-2px}
    .motionTextFormattings .lineNumber:first-of-type{position:relative;left:-27px;width:0;bottom:auto;display:inline-block;float:left;z-index:-1}
    .motionTextFormattings .lineNumber:after{font-size:10px}
    .motionTextFormattings .lineNumber:first-of-type:after{font-size:12px}
}

@media(min-width: 800px){
    .motionTextFormattings&gt;ul,.motionTextFormattings&gt;ol{padding-left:40px}
    .motionTextFormattings&gt;ul .lineNumber,.motionTextFormattings&gt;ol .lineNumber{left:-82px}
    .motionTextFormattings&gt;ul ul,.motionTextFormattings&gt;ul ol,.motionTextFormattings&gt;ol ul,.motionTextFormattings&gt;ol ol{padding-left:40px}
    .motionTextFormattings&gt;ul ul .lineNumber,.motionTextFormattings&gt;ul ol .lineNumber,.motionTextFormattings&gt;ol ul .lineNumber,.motionTextFormattings&gt;ol ol .lineNumber{left:-122px}
    .motionTextFormattings&gt;ul ul ul .lineNumber,.motionTextFormattings&gt;ul ul ol .lineNumber,.motionTextFormattings&gt;ul ol ul .lineNumber,.motionTextFormattings&gt;ul ol ol .lineNumber,.motionTextFormattings&gt;ol ul ul .lineNumber,.motionTextFormattings&gt;ol ul ol .lineNumber,.motionTextFormattings&gt;ol ol ul .lineNumber,.motionTextFormattings&gt;ol ol ol .lineNumber{left:-162px}
    .motionTextFormattings&gt;ul ul ul ul .lineNumber,.motionTextFormattings&gt;ul ul ul ol .lineNumber,.motionTextFormattings&gt;ul ul ol ul .lineNumber,.motionTextFormattings&gt;ul ul ol ol .lineNumber,.motionTextFormattings&gt;ul ol ul ul .lineNumber,.motionTextFormattings&gt;ul ol ul ol .lineNumber,.motionTextFormattings&gt;ul ol ol ul .lineNumber,.motionTextFormattings&gt;ul ol ol ol .lineNumber,.motionTextFormattings&gt;ol ul ul ul .lineNumber,.motionTextFormattings&gt;ol ul ul ol .lineNumber,.motionTextFormattings&gt;ol ul ol ul .lineNumber,.motionTextFormattings&gt;ol ul ol ol .lineNumber,.motionTextFormattings&gt;ol ol ul ul .lineNumber,.motionTextFormattings&gt;ol ol ul ol .lineNumber,.motionTextFormattings&gt;ol ol ol ul .lineNumber,.motionTextFormattings&gt;ol ol ol ol .lineNumber{left:-202px}
    .fourdigitsLineNumbers .motionTextFormattings .lineNumber{left:-52px}
    .fourdigitsLineNumbers .motionTextFormattings&gt;ul .lineNumber,.fourdigitsLineNumbers .motionTextFormattings&gt;ol .lineNumber{left:-92px}
    .fourdigitsLineNumbers .motionTextFormattings&gt;blockquote .lineNumber{left:-107px}
    .motionTextFormattings&gt;blockquote{font-size:inherit;padding-left:15px;border-left-width:2px;margin-left:38px}
    .motionTextFormattings&gt;blockquote .lineNumber{left:-97px}
}

@media screen and (max-width: 799px){
    .motionTextFormattings&gt;ul,.motionTextFormattings&gt;ol{padding-left:40px}
    .motionTextFormattings&gt;ul .lineNumber:first-of-type,.motionTextFormattings&gt;ol .lineNumber:first-of-type{left:-67px}
    .motionTextFormattings&gt;ul ul,.motionTextFormattings&gt;ul ol,.motionTextFormattings&gt;ol ul,.motionTextFormattings&gt;ol ol{padding-left:15px}
    .motionTextFormattings&gt;ul ul .lineNumber:first-of-type,.motionTextFormattings&gt;ul ol .lineNumber:first-of-type,.motionTextFormattings&gt;ol ul .lineNumber:first-of-type,.motionTextFormattings&gt;ol ol .lineNumber:first-of-type{left:-107px}
    .motionTextFormattings&gt;ul ul ul .lineNumber:first-of-type,.motionTextFormattings&gt;ul ul ol .lineNumber:first-of-type,.motionTextFormattings&gt;ul ol ul .lineNumber:first-of-type,.motionTextFormattings&gt;ul ol ol .lineNumber:first-of-type,.motionTextFormattings&gt;ol ul ul .lineNumber:first-of-type,.motionTextFormattings&gt;ol ul ol .lineNumber:first-of-type,.motionTextFormattings&gt;ol ol ul .lineNumber:first-of-type,.motionTextFormattings&gt;ol ol ol .lineNumber:first-of-type{left:-147px}
    .motionTextFormattings&gt;ul ul ul ul .lineNumber:first-of-type,.motionTextFormattings&gt;ul ul ul ol .lineNumber:first-of-type,.motionTextFormattings&gt;ul ul ol ul .lineNumber:first-of-type,.motionTextFormattings&gt;ul ul ol ol .lineNumber:first-of-type,.motionTextFormattings&gt;ul ol ul ul .lineNumber:first-of-type,.motionTextFormattings&gt;ul ol ul ol .lineNumber:first-of-type,.motionTextFormattings&gt;ul ol ol ul .lineNumber:first-of-type,.motionTextFormattings&gt;ul ol ol ol .lineNumber:first-of-type,.motionTextFormattings&gt;ol ul ul ul .lineNumber:first-of-type,.motionTextFormattings&gt;ol ul ul ol .lineNumber:first-of-type,.motionTextFormattings&gt;ol ul ol ul .lineNumber:first-of-type,.motionTextFormattings&gt;ol ul ol ol .lineNumber:first-of-type,.motionTextFormattings&gt;ol ol ul ul .lineNumber:first-of-type,.motionTextFormattings&gt;ol ol ul ol .lineNumber:first-of-type,.motionTextFormattings&gt;ol ol ol ul .lineNumber:first-of-type,.motionTextFormattings&gt;ol ol ol ol .lineNumber:first-of-type{left:-187px}
    .fourdigitsLineNumbers .motionTextFormattings .lineNumber:first-of-type{left:-42px}
    .fourdigitsLineNumbers .motionTextFormattings&gt;ul .lineNumber:first-of-type,.fourdigitsLineNumbers .motionTextFormattings&gt;ol .lineNumber:first-of-type{left:-72px}
    .fourdigitsLineNumbers .motionTextFormattings&gt;blockquote .lineNumber:first-of-type{left:-67px}
    .motionTextFormattings&gt;blockquote{font-size:inherit;padding-left:15px;border-left-width:2px;margin-left:18px}
    .motionTextFormattings&gt;blockquote .lineNumber:first-of-type{left:-62px}
}

.motionTextFormattings .lineNumber.highlighted:before{content:"";display:block;position:absolute;left:-8px;height:1.5em;margin-top:-1px;width:100vw;max-width:781px;z-index:0;background-color:rgba(255,255,0,0);transition:background-color .5s ease}
.motionTextFormattings .lineNumber.highlighted-active:before{background-color:rgba(255,255,0,.3)}
.motionTextFormattings.smallFont{font-size:12px}
.well .motionTextHolder{padding-bottom:22px}
.well .motionTextHolder&gt;h3.green{margin-bottom:22px}

@media screen and (min-width: 800px){
    .motionTextHolder .stdPadding{padding:15px 10px 15px 50px}
}

@media(max-width: 799px){
    .motionTextHolder .stdPadding{padding:15px 10px 15px 30px}
}

.motionTextHolder .amendmentTextModeSelector{float:right}
.motionTextHolder .paragraph{font-size:14px;clear:both;position:relative}
.motionTextHolder .paragraph.smallFont{font-size:12px}

@media(min-width: 800px){
    .motionTextHolder .paragraph .text{padding:15px 50px 15px 50px}
}

@media(max-width: 799px){
    .motionTextHolder .paragraph .text{padding:15px 30px 15px 30px}
}

.motionTextHolder .paragraph .text.collidingAmendment{margin-top:-20px}
.motionTextHolder .paragraph .text.collidingAmendment&gt;h3{font-size:1.2em;margin-top:0}

@media screen and (min-width: 800px){
    .motionTextHolder .paragraph.lineNumbers .text{padding:15px 10px 15px 50px}
}

@media(max-width: 799px){
    .motionTextHolder .paragraph.lineNumbers .text{padding:15px 10px 15px 30px}
}
.motionTextHolder .paragraph h4.lineSummary{font-size:inherit;font-weight:bold;margin:0}
.motionTextHolder .paragraph h4.lineSummary .linkedMotion{font-weight:normal}
.motionTextHolder .textAmendment{position:relative}

@media(min-width: 800px){
    .motionTextHolder .textAmendment{width:740px}
}

.motionTextHolder .textAmendment del,.motionTextHolder .textAmendment ul.deleted,.motionTextHolder .textAmendment ol.deleted,.motionTextHolder .textAmendment li.deleted,.motionTextHolder .textAmendment blockquote.deleted,.motionTextHolder .textAmendment pre.deleted{color:red;text-decoration:line-through}
.motionTextHolder .textAmendment ins,.motionTextHolder .textAmendment ul.inserted,.motionTextHolder .textAmendment ol.inserted,.motionTextHolder .textAmendment li.inserted,.motionTextHolder .textAmendment blockquote.inserted,.motionTextHolder .textAmendment pre.inserted{text-decoration:underline}
.motionTextHolder .textAmendment .preamble{position:absolute;top:-25px;height:35px}

@media(min-width: 800px){
    .motionTextHolder .textAmendment .preamble{width:100%}
}

@media(max-width: 799px){
    .motionTextHolder .textAmendment .preamble{width:calc(100% - 30px - 10px)}
}

.motionTextHolder .textAmendment .preamble&gt;a{position:absolute;bottom:0;left:0;max-height:35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;color:var(--gpew-forest-green)}
.motionTextHolder .textAmendment .preamble&gt;a:link,.motionTextHolder .textAmendment .preamble&gt;a:visited{color:var(--gpew-forest-green)}
.motionTextHolder .textAmendment .preamble&gt;a h3{font-size:14px;display:inline-block;margin:0;font-weight:bold}
.motionTextHolder .textAmendment .preamble&gt;a .moreAffected{font-style:italic;font-size:.8em;margin-top:-3px;color:#bcb}

@media screen and (max-width: 799px){
    .motionTextHolder .textAmendment .preamble .amendment{display:none}
}

.motionTextHolder .textAmendment .movedParagraphHint{font-style:italic;font-size:.8em;margin-top:3px;color:#bcb}
.motionTextHolder .tabularData&gt;tbody&gt;tr:first-child&gt;td,.motionTextHolder .tabularData&gt;tbody&gt;tr:first-child&gt;th{border-top:none}
.motionTextHolder .onlyOneSupporter{list-style-type:none;margin:0}

@media screen and (min-width: 800px){
    .motionTextHolder .onlyOneSupporter{padding:15px 10px 15px 50px}
}

@media(max-width: 799px){
    .motionTextHolder .onlyOneSupporter{padding:15px 10px 15px 30px}
}

.motionTextHolder .onlyOneSupporter&gt;li{padding:0;margin:0}
.motionTextHolder .amendmentParaLink{position:absolute;display:none;top:50%;right:5px;margin-top:-30px}
.motionTextHolder .amendmentParaLink img{width:35px}
.motionTextHolder .paragraph:hover .amendmentParaLink{display:block}
.motionTextHolder .paragraph.hover .amendmentParaLink{display:block}
.bookmarks{float:right;width:1px;list-style-type:none;padding:0;margin-top:5px}
.bookmarks&gt;li{width:1px;height:38px;position:relative;margin-bottom:7px;z-index:1}
.bookmarks&gt;li&gt;a{display:block;position:absolute;white-space:nowrap;padding:10px;top:0;left:2px;color:#fff;min-width:40px;border-top-right-radius:10px;border-bottom-right-radius:10px;font-weight:bold}

@media screen and (max-width: 799px){
    .bookmarks&gt;li&gt;a:before{content:"";display:block;position:absolute;top:0;left:-3px;width:3px;height:100%}
    .bookmarks&gt;li&gt;a:after{content:" ";position:absolute;left:-2px;top:50%;height:0;width:0;border-width:2px;margin-top:-2px;border-style:solid;border-color:hsla(0,0%,100%,0);border-left-color:#fff}
}

.bookmarks&gt;li.comment&gt;a{background:var(--gpew-forest-green)}
.bookmarks&gt;li.comment&gt;a:before{background:var(--gpew-forest-green)}
.bookmarks&gt;li.comment&gt;a.active{background:var(--gpew-highlight-green);}
.bookmarks&gt;li.comment&gt;a.active:before{ var(--gpew-highlight-green); }
.bookmarks&gt;li.comment&gt;a.zero{opacity:.3}
.bookmarks&gt;li.comment&gt;a .count:after{content:attr(data-count);padding-left:4px}
.bookmarks&gt;li.amendment&gt;a{background:#afcb08;background:linear-gradient(90deg, rgb(175, 203, 8) 0%, rgb(189.8045023697, 220.1732227488, 8.6767772512) 100%)}
.bookmarks&gt;li.amendment&gt;a:before{background:#afcb08}
.bookmarks&gt;li.amendment&gt;a.active{background:rgb(160.1954976303,185.8267772512,7.3232227488);background:linear-gradient(90deg, rgb(160.1954976303, 185.8267772512, 7.3232227488) 0%, rgb(175, 203, 8) 100%)}
.bookmarks&gt;li.amendment&gt;a.active:before{background:rgb(160.1954976303,185.8267772512,7.3232227488)}
.bookmarks&gt;li .hider{background:#b4b4b4;background:linear-gradient(90deg, rgb(180, 180, 180) 0%, rgb(220, 220, 220) 100%)}
.commentScreeningQueue{margin-left:50px;color:#a9a9a9}
.motionTwoCols{margin-top:2px}

@media screen and (min-width: 800px){
    .motionTwoCols{display:flex;width:100%}
    .motionTwoCols .motionMainCol{flex-basis:66.6%}
    .motionTwoCols .motionRightCol{flex-basis:33.4%}
}

.motionComment{border:solid 1px #d3d3d3;background:#fafafa;border-radius:3px;margin:15px 20px 30px;padding:10px}
.motionComment.replyComment{margin-top:-15px}
.motionComment .commentHeader{background:none;color:rgb(86.9404761905,100.5,0);font-family:"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1em;font-weight:bold;line-height:18px;margin:0;text-transform:none}

@media(min-width: 800px){
    .motionComment .commentName{float:right}
}

.motionComment .commentWriteHeader{border-bottom:solid 1px #fafafa;font-size:1.2em}
.motionComment .date{color:#757676;float:right;margin-left:20px}
.motionComment .commentBottom{height:23px;position:relative;margin:10px -10px -10px -10px}
.motionComment .commentBottom .entry{position:absolute;bottom:-1px;height:24px;font-size:12px;border-top:solid 1px #d3d3d3;text-align:center;font-weight:normal}
.motionComment .commentBottom .link{left:-1px;padding:2px;width:24px;border-right:solid 1px #d3d3d3;border-top-right-radius:3px}
.motionComment .commentBottom .replyButton{right:-1px;padding:2px 5px;border-left:solid 1px #d3d3d3;border-top-left-radius:3px}
.motionComment .commentBottom .delLink{color:#f77;left:3px;width:24px;border-right:solid 1px #d3d3d3;border-top-right-radius:3px}
.motionComment .commentBottom .delLink .link{border-right:0;padding:4px}
.motionComment .commentBottom .delLink+.link{border-top-right-radius:0}
.motionComment .delLink{float:right;margin-left:20px}
.motionComment .delLink a:link,.motionComment .delLink a:visited{color:#ccc}
.motionComment .delLink a:link:hover,.motionComment .delLink a:link:focus,.motionComment .delLink a:visited:hover,.motionComment .delLink a:visited:focus{color:#bbb}
.motionComment .screening&gt;*{display:inline-block;width:49%;text-align:center}
.motionComment&gt;label,.motionComment&gt;.label{display:block;text-align:center}
.motionComment.form-horizontal .form-group{margin-right:10px;margin-left:10px}
.motionComment.form-horizontal .form-group&gt;*{padding-right:0}
.motionComment .commentNotifications{padding:10px;overflow:visible}
.motionComment .commentNotifications label,.motionComment .commentNotifications .label{font-weight:normal;font-size:13px}
.motionComment .commentNotifications select{float:right}
.motionComment .submitrow{padding-top:10px;text-align:center}

@media screen and (min-width: 1000px){
    .motionCommentReplies{padding-left:100px}
}

.motionCommentReplies .motionComment{margin-top:-20px}
.withdrawForm{text-align:center}
.withdrawForm .ask{font-size:16px;margin-bottom:15px;margin-top:15px}
.motionSupportFinishForm,.amendmentSupportFinishForm{text-align:center;margin-bottom:20px}
.sectionType0+.motionTextHolder{clear:both}
.sectionType3{padding:10px}
.sectionType3 img{max-height:200px;max-width:100%}
.motionRightCol{padding-top:0;font-size:14px}
.motionRightCol .motionTextFormattings{font-size:14px}
.motionRightCol&gt;section{padding:0 30px 20px 0}
iframe.pdfViewer{width:100%;height:600px;border:none}
.sectionType5{margin-left:-1px;margin-right:-1px}
.sectionType7{margin-left:-1px;margin-right:-1px}
.sectionType7 .videoHolder{padding:15px 50px 15px 50px}
.sectionType7 .videoSizer{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}
.sectionType7 iframe{left:0;top:0;height:100%;width:100%;position:absolute;border:none}
.sectionType8 .editCaller{float:right;font-weight:normal}
.sectionType8 .textHolder{clear:both}
.sectionType8 .toolbarBelowTitle{margin-top:-22px}
.sectionType8 .editorialHeader{padding-top:5px;padding-bottom:5px;height:47px;overflow:auto}
.sectionType8 .metadataView{vertical-align:middle;font-style:italic}
.sectionType8 .metadataEdit{display:flex;width:100%}
.sectionType8 .metadataEdit label&gt;*,.sectionType8 .metadataEdit .label&gt;*{display:inline-block;width:auto}
.sectionType8 .metadataEdit label,.sectionType8 .metadataEdit .label{margin:0;flex-grow:1;font-weight:normal}
.sectionType8 .metadataEdit label:last-child,.sectionType8 .metadataEdit .label:last-child{text-align:right}
.gotoLineNumerPanel{position:fixed;bottom:0;left:0;width:100%;right:0;z-index:10;background:#fff;border-top:solid 1px #ccc;box-shadow:0 0 3px rgba(0,0,0,.4);display:none;padding:10px}
.gotoLineNumerPanel.active{display:block}
.gotoLineNumerPanel .lineNumberNotFound{color:#ee0101}
.gotoLineNumerPanel .input-group{max-width:300px}
.gotoLineNumerPanel .form-group{margin-bottom:0}
#amendmentMergeForm #motionTitlePrefix,#amendmentMergeForm #motionVersion,#amendmentMergeForm .dropdown-toggle{max-width:230px}
#amendmentMergeForm .checkButtonRow{text-align:center;margin:20px 0}
#amendmentMergeForm .otherAmendmentStatus .row{margin-bottom:15px}
#amendmentMergeForm .otherAmendmentStatus .by{display:block;font-size:.8em}
#amendmentMergeForm .otherAmendmentStatus .amendmentAjaxTooltip{float:right;color:gray;margin-right:-15px;margin-top:7px}
#amendmentMergeForm .affectedParagraphs .paragraph.originalVersion .modifiedVersion{display:none}
#amendmentMergeForm .affectedParagraphs .paragraph.modifiedVersion .originalVersion{display:none}
#amendmentMergeForm .affectedParagraphs .paragraph.changed .motionTextHolder{display:none}
#amendmentMergeForm .affectedParagraphs .paragraph.unchanged .modifyText{display:none}
#amendmentMergeForm .modifiedText{display:none}
#amendmentMergeForm .modifyText{margin-top:20px}
#amendmentMergeForm .selectorToolbar{margin-top:15px;display:flex;flex-direction:row}
#amendmentMergeForm .selectorToolbar label,#amendmentMergeForm .selectorToolbar .label{margin-right:20px;font-weight:normal}
#amendmentMergeForm .selectorToolbar .modifySelector{text-align:right;flex:1}
#amendmentMergeForm .selectorToolbar .versionSelector{flex:1}
#amendmentMergeForm .save-row{text-align:center}
#amendmentMergeForm .saveholder .checkAmendmentCollisions{display:none}
.amendmentCollisionsHolder .amendmentBy{color:gray}
.amendmentCollisionsHolder .amendmentOverrideBlock{background-color:#f5f5f5;margin:15px -10px;padding:10px;border:solid 1px #ddd;border-radius:4px}
.amendmentCollisionsHolder .amendmentOverrideBlock&gt;h3{font-size:18px;margin-top:0}
.amendmentCollisionsHolder .amendmentOverrideBlock&gt;textarea{display:none}

@media(min-width: 800px){
    .motionData .translateWidget{float:right;margin-bottom:-25px}
}

.motionData .privateNotes th{padding-top:25px}
.motionData .privateNotes td{padding-top:20px}
.motionData .privateNotes blockquote{margin-left:0;cursor:pointer;font-style:italic;color:#666}
.motionData .privateNotes textarea{line-height:1.1;height:50px;width:100%}

@media(min-width: 800px){
    .motionData .privateNotes textarea{width:calc(100% - 110px)}
}

.motionData .privateNotes .btn{margin-top:2px;margin-left:5px}
.motionData .privateNotes .btnEdit{margin-left:-30px;margin-top:-1px;float:left}
.privateNoteOpener{margin-top:-20px;margin-bottom:10px;padding-left:10px;width:30%}
.privateNoteOpener .btn{font-weight:normal}
.privateNoteOpener+.proposedChangesOpener .btn{margin-top:-30px}
.privateParagraphNoteHolder{font-family:"Segoe UI",Frutiger,"Frutiger Linotype","Dejavu sans","Helvetica Neue",Helvetica,Arial,sans-serif}
.privateParagraphNoteHolder .privateParagraphNoteOpener{position:absolute;bottom:0;left:40px;opacity:.5}
.privateParagraphNoteHolder .privateParagraphNoteOpener .btn{font-weight:normal}
.privateParagraphNoteHolder label,.privateParagraphNoteHolder .label{width:100%}

@media(min-width: 800px){
    .privateParagraphNoteHolder label,.privateParagraphNoteHolder .label{width:calc(100% - 110px)}
}

.privateParagraphNoteHolder textarea.form-control{line-height:1.1;height:50px;width:100%}
.privateParagraphNoteHolder .btn{margin-top:2px;margin-left:0}
.privateParagraphNoteHolder .btnEdit{margin-left:-30px;margin-top:-1px;float:left}
.privateParagraphNoteHolder blockquote{color:#666;font-style:italic;cursor:pointer}
ul+.privateParagraphNoteHolder .privateParagraphNoteOpener,ol+.privateParagraphNoteHolder .privateParagraphNoteOpener{left:85px}
ul+.privateParagraphNoteHolder blockquote,ol+.privateParagraphNoteHolder blockquote{margin-left:45px}
ul+.privateParagraphNoteHolder form,ol+.privateParagraphNoteHolder form{margin-left:40px}
blockquote+.privateParagraphNoteHolder .privateParagraphNoteOpener{left:100px}
blockquote+.privateParagraphNoteHolder blockquote{margin-left:60px}
blockquote+.privateParagraphNoteHolder form{margin-left:55px}
.motionChangeView .notDisplayable{color:#ee0101}
.motionChangeView .noChanges{color:gray}
.motionChangeView .motionDataTable{margin-bottom:25px}
.motionSupportForm .supportQuestion{margin-top:10px}
.motionSupportForm .supportBlock{display:flex;flex-direction:row}
.motionSupportForm .supportBlock .colName,.motionSupportForm .supportBlock .colGender,.motionSupportForm .supportBlock .colOrga{flex:1;padding:0 10px}
.motionSupportForm .supportBlock .colSubmit{flex:0}
.motionSupportForm .supportBlock&gt;*{padding:0 10px}
.motionSupportForm .supportBlock&gt;*:first-child{padding-left:0}
.motionSupportForm .supportBlock&gt;*:last-child{padding-right:0}
.motionSupportForm .nonPublicBlock label,.motionSupportForm .nonPublicBlock .label{margin-top:10px;font-weight:normal}
.motionSupportForm .loggedOutWarning{font-size:.8em;margin-top:6px;padding:0 15px}
.likes .expandableList .btnShowAll,.supporters .expandableList .btnShowAll{padding:0;margin-left:10px;font-weight:normal}
.likes .expandableList .halfVisible,.supporters .expandableList .halfVisible{opacity:.5}
.likes .nonPublic,.supporters .nonPublic{display:inline-block;margin-left:15px;font-size:.8em;font-style:italic}
.likeDislikeHolder{text-align:center;margin-bottom:20px}
.likeDislikeHolder .likeNameHolder{display:inline-block;max-width:250px;vertical-align:top;margin-right:20px}

@media screen and (max-width: 650px){
    .likeDislikeHolder .likeNameHolder{display:block}
}

.likeDislikeHolder .btn{margin-left:10px;margin-right:10px}
.proposedChangesOpener{padding-left:calc(30% + 8px);margin-top:-20px;margin-bottom:20px}
#proposedChanges{background-color:#f8faf8;border:solid 1px #eee;border-radius:4px;margin:0 20px 30px}
#proposedChanges h2{margin:0;font-size:18px;padding:5px 10px;background-color:#ded}
#proposedChanges .closeBtn{margin-right:-10px;margin-top:-2px}
#proposedChanges .holder{display:flex}
#proposedChanges .holder&gt;*{flex:1;padding:10px}
#proposedChanges .statusForm{width:40%}
#proposedChanges .proposalCommentForm{width:40%;display:flex;flex-direction:column;border-left:solid 1px #eee}
#proposedChanges .middleCol{width:20%;display:flex;flex-direction:column}
#proposedChanges .votingBlockSettings{padding-bottom:10px}
#proposedChanges .votingBlockSettings select{display:inline-block;width:calc(100% - 20px)}
#proposedChanges .visibilitySettings label,#proposedChanges .visibilitySettings .label{display:block}
#proposedChanges .notificationStatus{font-size:12px}
#proposedChanges .notificationStatus .accepted{color:green;margin-right:5px}
#proposedChanges .notificationStatus .rejected{color:red;margin-right:5px}
#proposedChanges .notificationStatus .notSavedHint{font-style:italic;color:#777}
#proposedChanges .notificationStatus .notifyProposer{white-space:normal;text-align:left;font-weight:normal}
#proposedChanges .notificationStatus .setConfirmationStatus{overflow:auto}
#proposedChanges .notificationStatus .setConfirmation{float:right;font-weight:normal}
#proposedChanges .notificationStatus .sendAgain{float:left;font-weight:normal}
#proposedChanges h3,#proposedChanges .headingLabel{font-size:14px;margin:3px 0 8px 0;font-weight:bold}
#proposedChanges label,#proposedChanges .label{font-size:12px;font-weight:normal}
#proposedChanges .newBlock .control-label,#proposedChanges .votingItemBlockRow .control-label,#proposedChanges .votingItemBlockNameRow .control-label{font-size:14px;font-weight:bold}
#proposedChanges .proposalTags{display:flex;flex-direction:row;border-top:solid 1px #eee}
#proposedChanges .proposalTags&gt;label,#proposedChanges .proposalTags&gt;.label{flex-grow:0;padding:10px;font-size:14px;white-space:nowrap;margin:0}
#proposedChanges .proposalTags&gt;div{padding:5px 10px 0;flex-grow:1}
#proposedChanges .commentList{flex:1;margin:0;padding:0;list-style-type:none;display:block;max-height:130px;overflow-y:auto;background-color:#fbfdfb;border:solid 1px #dfd}
#proposedChanges .commentList&gt;li{margin:0;padding:0;display:block}
#proposedChanges .commentList .header{background-color:#eee;overflow:auto;margin-top:10px}
#proposedChanges .commentList .date{float:right}
#proposedChanges .commentList .delComment{float:right;color:#f77;width:auto}
#proposedChanges .commentList .overv{text-align:right;font-style:italic}
#proposedChanges .proposalCommentForm{font-size:12px}
#proposedChanges .proposalCommentForm textarea{border-radius:0;border:solid 1px #eee;border-bottom:none;box-shadow:none;font-size:12px}
#proposedChanges .proposalCommentForm button{margin-top:-1px;width:100%}
#proposedChanges .statusDetails,#proposedChanges .collisions,#proposedChanges .publicExplanation,#proposedChanges .notifyProposerSection{border-top:solid 1px #eee;padding:10px}
#proposedChanges .notifyProposerSection .proposalFrom{margin-bottom:15px;display:flex;gap:10px;width:100%}
#proposedChanges .notifyProposerSection .proposalFrom&gt;*{flex:1}
#proposedChanges .notifyProposerSection .submitRow{text-align:center;margin-top:10px}
#proposedChanges .saving,#proposedChanges .saved{border-top:solid 1px #eee;height:40px;text-align:center;line-height:38px;vertical-align:middle;display:none}
#proposedChanges .showIfChanged{display:none}
#proposedChanges.isChanged .showIfChanged{display:block}
#proposedChanges.isChanged .hideIfChanged{display:none}
#proposedChanges.showSaved .saved{display:block}
#proposedChanges.noStatus .showIfStatusSet{display:none}
#proposedChangeTextForm h2{font-size:24px}
#proposedChangeTextForm .motionTextHolder{margin-top:20px}
#proposedChangeTextForm .motionTextHolder .title{font-weight:bold}
#proposedChangeTextForm .motionTextHolder .paragraph .text{padding:5px 10px 10px 0}
#proposedChangeTextForm .motionTextHolder .paragraph .text&gt;*{padding-bottom:5px;padding-top:5px;margin-bottom:5px}
#proposedChangeTextForm .originalVersion ins.ice-del,#proposedChangeTextForm .originalVersion del.ice-del{display:inline}
#proposedChangeTextForm .save-row{text-align:center;margin:0 0 40px 0}
#proposedChangeTextForm #collisionIndicator{position:fixed;bottom:0;right:0;left:0;width:100%;z-index:10;background:#fff;border-top:1px solid #ccc;box-shadow:0 0 3px rgba(0,0,0,.4);padding:5px}
#proposedChangeTextForm #collisionIndicator h2{display:inline-block;margin:0;padding:0;font-size:inherit;font-weight:bold}
#proposedChangeTextForm #collisionIndicator .collisionList{display:inline-block;margin:0;padding:0;list-style-type:none}
#proposedChangeTextForm #collisionIndicator .collisionList&gt;li{display:inline-block;margin:0 20px}
.proposedProcedureToolbar .right&gt;*{float:right;margin-left:15px}
.proposedProcedureToolbar .left{line-height:40px;vertical-align:middle}
.proposedProcedureToolbar .currentDate{font-size:.8em;color:gray}
.proposedProcedureOverview.openable{margin-bottom:20px}
.proposedProcedureOverview h2 a,.proposedProcedureOverview h2 a:link,.proposedProcedureOverview h2 a:hover,.proposedProcedureOverview h2 a:active{color:#fff}
.proposedProcedureOverview table{table-layout:fixed;margin-top:25px}
.proposedProcedureOverview table:first-of-type{margin-top:0}
.proposedProcedureOverview caption{font-weight:bold;background-color:#eee;color:#000;text-align:center}
.proposedProcedureOverview .procedure h3{margin:7px 0 0 0;font-size:0;line-height:0;color:rgba(0,0,0,0);border-top:solid 1px #d3d3d3}
.proposedProcedureOverview .procedure p{margin:0;font-size:inherit}
.proposedProcedureOverview .procedure h4{margin:10px 0 5px 0;font-size:inherit;font-weight:bold}
.proposedProcedureOverview .visible{width:5%;text-align:center}
.proposedProcedureOverview .prefix .amendmentAjaxTooltip{float:right;opacity:.5}

@media screen and (min-width: 700px){
    .proposedProcedureOverview .prefix{width:125px}
    .proposedProcedureOverview .initiator{width:270px}
}

@media screen and (min-width: 1400px){
    .proposedProcedureOverview .comment{max-width:350px}
}

@media screen and (max-width: 500px){
    .proposedProcedureOverview{display:block}
    .proposedProcedureOverview tr,.proposedProcedureOverview td,.proposedProcedureOverview th,.proposedProcedureOverview tbody,.proposedProcedureOverview thead,.proposedProcedureOverview caption{display:block}
    .proposedProcedureOverview .prefix{display:inline-block;border-top:none}
    .proposedProcedureOverview .initiator{display:inline-block;border-top:none}
    .proposedProcedureOverview .initiator:before{content:"("}
    .proposedProcedureOverview .initiator:after{content:")"}
    .proposedProcedureOverview .procedure{border-top:none;border-bottom:solid 1px #ddd}
}

.proposedProcedureOverview .explanation{font-size:.8em;margin-top:5px;color:#888}
.proposedProcedureOverview .notVisible{font-size:.8em;color:#ee0101;font-style:italic}
.proposedProcedureOverview tr.withdrawn .prefix,.proposedProcedureOverview tr.withdrawn .initiator{text-decoration:line-through}
.proposedProcedureOverview tr.moved .prefix,.proposedProcedureOverview tr.moved .initiator,.proposedProcedureOverview tr.moved .procedure{opacity:.4}
.proposedProcedureOverview tr.accepted{background-color:#dfd}
.proposedProcedureOverview tr.vote{background-color:#ffe0cc}
.proposedProcedureOverview h2 .withdrawn{font-size:.8em;color:#eee}
.proposedProcedureOverview .contactShow{display:block;font-size:.7em}
.proposedProcedureOverview .contactDetails{font-size:.8em}
.proposedProcedureOverview .contactDetails *[title]{cursor:help}
.proposedProcedureOverview .comments .writing{display:none}
.proposedProcedureOverview .comments.writing .writing{display:block}
.proposedProcedureOverview .comments.writing .notWriting{display:none}
.proposedProcedureOverview .comments .cancelWriting{color:gray}
.proposedProcedureOverview .comments .commentList.hasContent{max-height:200px;overflow:auto}
.proposedProcedureOverview .comments .comment{overflow:hidden}
.proposedProcedureOverview .comments .comment.template{display:none}
.proposedProcedureOverview .comments .comment .name{font-weight:bold}
.proposedProcedureOverview .tagNames{color:gray;font-size:.8em}
.proposedProcedureOverview .tagNames .btn{opacity:.5}
.proposedProcedureOverview .noTags{opacity:0}
.proposedProcedureOverview .noTags:hover{opacity:.5}
.proposedProcedureOverview .noTags .btn{font-weight:normal}
.proposedProcedureOverview .tagsSelector{display:flex;width:100%}
.proposedProcedureOverview .tagsSelector .proposalTagsSelect{flex-grow:1}
.agreeToProposal{background-color:#f8faf8;border:solid 1px #eee;border-radius:4px;margin:0 20px 30px}
.agreeToProposal h2{margin:0;font-size:18px;padding:5px 10px;background-color:#ded}
.agreeToProposal .holder{display:flex}
.agreeToProposal .holder&gt;*{flex:1;padding:10px}
.agreeToProposal .hint{border-top:solid 1px #eee;padding:5px 10px;font-style:italic}
.agreeToProposal .status .head{font-weight:bold}
.agreeToProposal .agreement .agreed{color:green}
.texteditorBox,.texteditor.boxed{min-height:100px;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.texteditor{background-color:#fff}
.texteditor.fixedWidthFont{font-family:"VeraMono",Consolas,Courier,sans-serif;color:#222}
.texteditor&gt;*{padding-bottom:5px;padding-top:5px;padding-left:10px;margin-bottom:5px}
.texteditor&gt;span:first-child{padding:0}
.texteditor .collidingParagraph.hovered{background-color:#eee}
.texteditor&gt;ul,.texteditor ol{padding-left:50px}
.texteditor&gt;blockquote{font-size:inherit;padding-left:15px;border-left-width:2px;margin-left:48px}
.texteditor span.underline{border-bottom:solid 1px #000}
.texteditor span.strike{text-decoration:line-through}
#mainmenu{max-width:1024px}
#mainmenu .nav&gt;li{display:inline-block}
#mainmenu li.addPage{width:0;position:relative}
#mainmenu li.addPage a{position:absolute;z-index:10;top:0;left:10px;margin:0}
#mainmenu li.addPage a .glyphicon{opacity:.3}

@media screen and (max-width: 767px){
    #mainmenu .container{padding-left:0;padding-right:0}
    #mainmenu .navbar .nav li a{margin-left:20px}
}

.motionDataTable{width:100%;overflow-wrap:break-word;table-layout:fixed}
.motionDataTable&gt;caption{display:none}
.motionDataTable&gt;tbody&gt;tr&gt;th{width:30%;vertical-align:top;padding-right:10px}
.motionDataTable .mergingDraft&gt;*{padding-top:15px}
.motionData .tagAdderHolder:link,.motionData .tagAdderHolder:visited{color:green}
.motionData .delTagForm{display:inline}
.motionData .delTagForm button{background:rgba(0,0,0,0);border:none;color:#f77;font-style:italic;padding:0 6px 0 3px;border:solid 1px rgba(102,175,233,0);box-sizing:border-box;box-shadow:none;transition:border ease-in-out .15s,box-shadow ease-in-out .15s}
.motionData .delTagForm button:focus{border:solid 1px #66afe9;box-shadow:0 0 3px 2px rgba(102,175,233,.6);transition:border ease-in-out .15s,box-shadow ease-in-out .15s;outline:none}
body.usingMouse .motionData .delTagForm button:focus{border:solid 1px rgba(0,0,0,0);box-shadow:none}
.motionData&gt;.content&gt;.alert{margin-top:20px}
.motionData .motionHistory .fullHistory .currVersion{font-weight:bold}
.motionData .motionHistory .date{font-size:.8em;display:inline-block;padding-left:5px}
.motionData .motionHistory .changesLink{font-size:.8em}
.motionData .motionHistory .btnHistoryOpener{font-weight:normal;font-size:.8em;padding:0 0 0 15px}
.motionData .motionProtocol button{font-weight:normal;padding:0;font-size:.8em}
.motionData .motionReplayedBy a{font-weight:bold}
.motionData .contactShow{font-size:.8em;font-weight:normal;margin-left:15px;padding:0}
.motionData .explanation{font-size:.8em;margin-left:2px}
.motionData .notVisible{font-size:.8em;color:#ee0101;font-style:italic}
.wysiwyg-textarea .alert{margin-bottom:8px}
.wysiwyg-textarea textarea{display:none}
.search-form label,.search-form .label{display:inline-block;width:220px;vertical-align:top}
.labeledCheckbox{cursor:pointer}
.labeledCheckbox span{font-weight:normal}
.cke_skin_kama{border:none !important}
.motionEditForm .maxLenHint{float:right;margin-top:7px;font-size:.8em;margin-right:3px}
.motionEditForm .maxLenHint span.icon{color:gray}
.motionEditForm .maxLenHint span.counter{display:inline-block;width:23px;text-align:right}
.motionEditForm .legend{font-weight:bold}
.motionEditForm label.optional:after,.motionEditForm .optional.label:after{content:"(" attr(data-optional-str) ")";font-weight:normal;font-style:italic;display:inline-block;margin-left:10px;font-size:.9em}
.motionEditForm .submitHolder{text-align:right}
.motionEditForm .editorialGlobalBar{background-color:#f7f7f7;border-bottom:solid 1px #ccc;padding:0 20px;font-size:13px;display:flex;flex-direction:row}
.motionEditForm .editorialGlobalBar label,.motionEditForm .editorialGlobalBar .label{flex:1;padding:5px 0;margin:0;font-weight:normal;color:#777}
.motionEditForm .editorialGlobalBar label:last-child,.motionEditForm .editorialGlobalBar .label:last-child{text-align:right}
.motionEditForm .editorialGlobalBar input{margin-right:5px}
.motionEditForm .modifiedActions{text-align:right}
.motionEditForm .modifiedActions .btn{font-weight:normal;padding:0}
.motionEditForm .single-paragraph .modifiedActions{display:none}
.motionEditForm .single-paragraph.modified{background-color:#eee}
.motionEditForm .single-paragraph.modified .modifiedActions{display:block}
.motionEditForm .single-paragraph.modifyable{cursor:pointer}
.motionEditForm .single-paragraph.modifyable:hover{background-color:#f4f4f4}
.motionEditForm .single-paragraph.modifyable:hover&gt;.texteditor{background-color:rgba(0,0,0,0)}
.motionEditForm .single-paragraph .oneChangeHint{background-color:#fff;padding:5px 15px;margin-top:-5px}
.motionEditForm .single-paragraph .oneChangeHint .alert{margin-bottom:0}
.motionEditForm .type3{overflow:auto}
.motionEditForm .type3 .currentImage{float:right;max-width:100px;max-height:100px;margin-left:20px}
.motionEditForm .type3 .form-group{overflow:auto}
.motionEditForm .type3 .deleteImage{font-weight:normal}
.motionEditForm .type5{overflow:auto}
.motionEditForm .type5 .currentPdf{float:right}
.motionEditForm .type5 .form-group{overflow:auto}
.motionEditForm .type5 .deletePdf{font-weight:normal}
#supporterFullTextHolder{margin-top:30px;display:flex;width:100%}
#supporterFullTextHolder .textHolder{width:70%}
#supporterFullTextHolder .btnHolder{width:30%;text-align:right}
.supporterFormStd .supporterData .fullTextAdder{float:right}
.supporterFormStd .supporterData .fullTextAdder button{font-weight:normal}
.supporterFormStd .adderLink{font-weight:normal;padding:0}
.supporterFormStd .initiatorData .control-label{font-weight:bold}
.supporterFormStd .initiatorData .leftColumn{padding-top:18px}
.supporterFormStd .initiatorData .contactHead{margin-top:20px;margin-bottom:10px}

@media screen and (min-width: 800px){
    .supporterFormStd .initiatorData .contactHead{width:70%;text-align:center}
}

.supporterFormStd .initiatorData .contactHead h3{font-size:18px;margin:0}
.supporterFormStd .initiatorData .contactHead .hint{font-size:12px}
.supporterFormStd .initiatorData .only-person,.supporterFormStd .initiatorData .only-organization{display:none}
.supporterFormStd .initiatorData.type-person .only-person{display:inherit}
.supporterFormStd .initiatorData.type-organization .only-organization{display:inherit}
.supporterFormStd .initiatorData .initiatorCurrentUsername .username{padding-top:7px}
.supporterFormStd .initiatorData .initiatorCurrentUsername .btnEdit{display:inline}
.supporterFormStd .initiatorData .initiatorSetUsername .btn{text-align:left}
.supporterFormStd .supporterRow .adderRow button,.supporterFormStd .initiatorRow .adderRow button{font-weight:normal}
.supporterFormStd .supporterRow .rowDeleter,.supporterFormStd .supporterRow .rowDeleter:link,.supporterFormStd .supporterRow .rowDeleter:visited,.supporterFormStd .initiatorRow .rowDeleter,.supporterFormStd .initiatorRow .rowDeleter:link,.supporterFormStd .initiatorRow .rowDeleter:visited{color:#f77;display:inline-block}

@media(hover: hover){
    .supporterFormStd .supporterRow .rowDeleter,.supporterFormStd .initiatorRow .rowDeleter{opacity:0}
    .supporterFormStd .supporterRow:hover .rowDeleter,.supporterFormStd .supporterRow:focus-within .rowDeleter,.supporterFormStd .initiatorRow:hover .rowDeleter,.supporterFormStd .initiatorRow:focus-within .rowDeleter{opacity:1}
}

.supporterFormStd .supporterRow{margin-bottom:10px}
.supporterFormStd .initiatorRow .rightColumn,.supporterFormStd .supporterRow{display:flex;width:100%}
.supporterFormStd .initiatorRow .rightColumn .nameCol,.supporterFormStd .supporterRow .nameCol{flex-basis:65%;flex-grow:0;padding-right:10px}
.supporterFormStd .initiatorRow .rightColumn .orgaCal,.supporterFormStd .supporterRow .orgaCal{flex-grow:1}
.supporterFormStd .initiatorRow .rightColumn .delCol,.supporterFormStd .supporterRow .delCol{flex-basis:20px;flex-grow:0}
.supporterFormStd .moreInitiatorsAdder{text-align:right}
.supporterFormStd .moreInitiatorsAdder .adderBtn{padding:0;font-size:.8em;font-weight:normal}
#motionConfirmedForm .promoUrl input[type=text]{font-weight:bold;font-family:"VeraMono",Consolas,Courier,sans-serif}
#motionConfirmedForm .promoUrl .clipboard-done{text-align:center;font-size:.8em;color:green;font-weight:normal;margin-top:-13px}
#motionConfirmedForm .promoUrl button.btn{padding-bottom:7px}
#motionConfirmedForm .btnRow{padding:15px;text-align:center}
#motionConfirmForm,#amendmentConfirmForm{margin-bottom:20px}
.motionUpdateWidget{text-align:right;padding-top:10px}
.motionUpdateWidget .updated{text-align:center;padding-top:5px;font-size:.8em;color:green;opacity:0;transition:opacity .1s}
.motionUpdateWidget .updated.active{opacity:1;transition:opacity .1s}
span.twitter-typeahead .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:250px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}
span.twitter-typeahead .tt-suggestion{display:block;padding:3px 10px 3px 20px;margin:5px 0;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap;font-size:14px}
span.twitter-typeahead .tt-suggestion:hover,span.twitter-typeahead .tt-suggestion:focus{color:#fff;text-decoration:none;outline:0;background-color:#88a4a0}
span.twitter-typeahead .tt-suggestion.tt-cursor{color:#fff;background-color:#88a4a0}
.input-group span.twitter-typeahead{display:block !important}
.input-group span.twitter-typeahead .tt-dropdown-menu{top:32px !important}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu{top:44px !important}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu{top:28px !important}
ul.searchResults{list-style-type:none;margin:0;padding:0}
ul.searchResults&gt;li{margin:0;padding:10px}
ul.searchResults&gt;li .type{display:block;float:left;width:120px;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}
.activityLogPage .date{float:right;color:gray}
.activityLogPage .motion,.activityLogPage .voting{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.activityLogPage .description{margin-top:10px}
.activityLogPage .deleted{color:gray;font-style:italic}
.activityLogPage .quote{color:gray}
.activityLogPage .quote:before{content:"â€ž";display:inline}
.activityLogPage .quote:after{content:"â€œ";display:inline}
.createSelectStatutes .statute{font-weight:bold;font-size:16px;line-height:18px;margin-top:20px;margin-bottom:20px}
.createConfirmPage .sectionType3,.createConfirmPage .sectionType4{padding-left:50px}
.amendmentAjaxTooltip{cursor:pointer}
h2.green .amendmentAjaxTooltip,h3.green .amendmentAjaxTooltip{float:right;color:gray;margin-right:-10px}
.popover-amendment-ajax{width:250px;max-width:none;color:#000}

@media(min-width: 800px){
    .popover-amendment-ajax{width:400px}
}

@media(min-width: 1200px){
    .popover-amendment-ajax{width:600px}
}

.popover-amendment-ajax .popover-content{padding-right:0}
.popover-amendment-ajax.fixedBottom{left:25.7969px;display:block;bottom:37px;position:fixed;top:initial !important}
.ajaxAmendment{max-height:250px;overflow:auto}
.ajaxAmendment&gt;h3{display:none}
.ajaxAmendment h4{font-size:16px;margin:5px 0}
.ajaxAmendment ul{padding-left:20px}
.ajaxAmendment .amendmentLink{float:right;margin-right:10px}
.countries{border:none !important}
.uploadCol{position:relative;max-width:200px;display:inline-block}
.uploadCol label,.uploadCol .label{cursor:pointer;position:absolute;top:7px;right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.uploadCol input{opacity:0;width:100%;pointer-events:none}
.uploadCol:focus-within label,.uploadCol:focus-within .label{outline:solid 2px gray;outline-offset:0}
body.usingMouse .uploadCol:focus-within label,body.usingMouse .uploadCol:focus-within .label{outline:none}
.motionMergeConfirmForm .newMotionStatus label,.motionMergeConfirmForm .newMotionStatus .label,.motionMergeConfirmForm .newMotionInitiator label,.motionMergeConfirmForm .newMotionInitiator .label,.motionMergeConfirmForm .newMotionSubstatus label,.motionMergeConfirmForm .newMotionSubstatus .label{font-weight:normal;display:block}
.motionMergeConfirmForm .contentMotionStatus{padding-bottom:0}

@media screen and (min-width: 800px){
    .motionMergeConfirmForm .contentMotionStatus{display:flex;width:100%}
    .motionMergeConfirmForm .contentMotionStatus&gt;*{flex-basis:50%}
}

.motionMergeConfirmForm .newMotionSubstatus .title{font-weight:bold}
.motionMergeConfirmForm .contentVotingResult,.motionMergeConfirmForm .contentVotingResultComment{padding-bottom:0;padding-top:10px}
.motionMergeConfirmForm .contentVotingResultCaller{padding-bottom:0}
.motionMergeConfirmForm .contentVotingResultCaller button{padding-left:0}
.motionMergeConfirmForm .motionTextHolder{padding-top:22px}
.motionMergeConfirmForm .newAmendments .amendmentStatus{display:flex;flex-direction:row;width:100%}
.motionMergeConfirmForm .newAmendments .amendmentStatus&gt;*{padding:5px}
.motionMergeConfirmForm .newAmendments .titleHolder{flex-basis:15%}
.motionMergeConfirmForm .newAmendments .amendmentStatus&gt;.statusHolder{padding-left:30px;flex-basis:25%}
.motionMergeConfirmForm .newAmendments .commentHolder{flex-basis:25%}
.motionMergeConfirmForm .newAmendments .votesHolder{flex-basis:8%}
.motionMergeConfirmForm .newAmendments .amendmentAjaxTooltip{float:left;margin-left:-24px;margin-top:24px}
.motionMergeConfirmForm .newAmendments .amendmentName{padding-top:22px;font-weight:bold;text-align:right}
.motionMergeConfirmForm .newAmendments .amendSubtitle{text-align:right;overflow:hidden;text-overflow:ellipsis;max-width:150px;white-space:nowrap;font-size:12px}
.motionMergeConfirmForm .newAmendments label,.motionMergeConfirmForm .newAmendments .label{font-weight:normal;font-size:.9em}
.motionMergeConfirmForm .newAmendments input::-webkit-outer-spin-button,.motionMergeConfirmForm .newAmendments input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.motionMergeConfirmForm .newAmendments input[type=number]{-moz-appearance:textfield}
.mergeConfirmToolbar{margin-bottom:30px}
.mergeConfirmToolbar&gt;.export{text-align:right}
.mergeConfirmToolbar&gt;.export&gt;*{display:inline-block}
.motionMergeInit h2.green{margin-bottom:10px;margin-top:20px}
.motionMergeInit .explanation{margin-top:20px;margin-bottom:20px}
.motionMergeInit .alert-info a.btn{margin-top:-7px}
.motionMergeInit .draftExistsAlert{margin-bottom:50px}
.motionMergeInit .mergeTable{width:100%;margin-bottom:20px}
.motionMergeInit .mergeTable tr{border-bottom:solid 1px #afcb08}
.motionMergeInit .mergeTable tfoot tr{border-bottom:none}
.motionMergeInit .mergeTable th{font-size:.8em;line-height:2.5em;font-weight:600}
.motionMergeInit .mergeTable td{padding:.75em 0em .75em 0em}
.motionMergeInit .mergeTable .colCheck{text-align:center;width:100px}
.motionMergeInit .mergeTable td.colText{padding:0}
.motionMergeInit .mergeTable td.colText label,.motionMergeInit .mergeTable td.colText .label{display:block;font-size:.8em}
.motionMergeInit .mergeTable label,.motionMergeInit .mergeTable .label{padding:0}
.motionMergeInit label,.motionMergeInit .label{font-weight:normal}
.motionMergeInit .mergeSingle{list-style-type:none;margin:0;padding:0}
.motionMergeInit .mergeSingle&gt;li{clear:both;margin:15px 0;padding:0}
.motionMergeInit .mergeSingle&gt;li .title{font-weight:bold}
.motionMergeInit .mergeSingle&gt;li .initiator{font-size:.8em;color:gray}
.motionMergeInit .mergeSingle .amendmentAjaxTooltip{float:left;margin-right:10px}
.motionMergeInit .exportHolder{margin:5px 0 0 42px}
.motionMergeStyles .ICE-Tracking .ice-del,.motionMergeStyles .ICE-Tracking .ice-del p{text-decoration:line-through;color:#800;background-color:rgba(255,100,100,.2)}
.motionMergeStyles .ICE-Tracking .ice-del.hover,.motionMergeStyles .ICE-Tracking .ice-del.hover p{background-color:rgba(255,49,49,.5)}
.motionMergeStyles .ICE-Tracking .ice-ins,.motionMergeStyles .ICE-Tracking .ice-ins p{text-decoration:underline;color:#080;background-color:rgba(100,255,100,.2)}
.motionMergeStyles .ICE-Tracking .ice-ins.hover,.motionMergeStyles .ICE-Tracking .ice-ins.hover p{background-color:rgba(49,255,49,.6)}
.motionMergeStyles .adminTyped1{background-color:#eef;color:blue}
.motionMergeStyles .adminTyped2{background-color:#ffeefd;color:#a300ff}
.motionMergeStyles .texteditorBox,.motionMergeStyles .texteditor.boxed{min-height:15px}
.motionMergeStyles .paragraphWrapper{position:relative;clear:both}
.motionMergeStyles .paragraphWrapper p,.motionMergeStyles .paragraphWrapper ul,.motionMergeStyles .paragraphWrapper ol{margin-bottom:0}
.motionMergeStyles .paragraphWrapper .texteditor&gt;*{margin-bottom:0}
.motionMergeStyles .paragraphWrapper .leftToolbar{width:0;position:absolute;left:-22px;top:0;bottom:0}
.motionMergeStyles .paragraphWrapper .leftToolbar .lineNumbers{font-size:12px;color:#c3c3c3}
.motionMergeStyles .paragraphWrapper .leftToolbar .firstLineNumber{position:absolute;top:7px;width:16px;text-align:center}
.motionMergeStyles .paragraphWrapper .leftToolbar .lastLineNumber{position:absolute;bottom:7px;width:16px;text-align:center}
.motionMergeStyles .paragraphWrapper .leftToolbar .inbetweenLineNumbers{position:absolute;width:1px;top:25px;bottom:25px;left:8px;background-image:linear-gradient(#C3C3FF 33%, rgba(255, 255, 255, 0) 0%);background-position:right;background-size:1px 3px;background-repeat:repeat-y}
.motionMergeStyles .paragraphWrapper .changeToolbar{float:right;width:0;padding-top:3px;margin-right:-24px}
.motionMergeStyles .paragraphWrapper .changeToolbar .btn-group{white-space:nowrap;font-size:0;margin-bottom:5px}
.motionMergeStyles .paragraphWrapper .changeToolbar .btn{float:none}
.motionMergeStyles .paragraphWrapper .changeToolbar .dropdownAll{border-radius:0;border-left:none;border-bottom-right-radius:5px !important;border-top-right-radius:5px !important;font-weight:normal}
.motionMergeStyles .paragraphWrapper .changeToolbar .dropdownAmendment{border:none;border-left:solid 1px #fff;border-radius:0}
.motionMergeStyles .paragraphWrapper .changeToolbar .dropdownAmendment.toggleActive{padding:10px;color:#fff;background:#afcb08}
.motionMergeStyles .paragraphWrapper .changeToolbar .dropdownAmendment.btn-default{padding:9px;border:solid 1px #ccc}
.motionMergeStyles .paragraphWrapper .changeToolbar .toggleAmendment{border:none;border-bottom-right-radius:10px !important;border-top-right-radius:10px !important}
.motionMergeStyles .paragraphWrapper .changeToolbar .toggleAmendment.toggleActive{padding:10px;color:#fff;background:#afcb08;background:linear-gradient(90deg, rgb(175, 203, 8) 0%, rgb(189.8045023697, 220.1732227488, 8.6767772512) 100%);border-left:solid 1px rgb(189.8045023697,220.1732227488,8.6767772512)}
.motionMergeStyles .paragraphWrapper .changeToolbar .toggleAmendment.btn-default{padding:9px;border:solid 1px #ccc}
.motionMergeStyles .actions{text-align:left;white-space:nowrap;vertical-align:top}
.motionMergeStyles .actions&gt;*{display:block;vertical-align:top}
.motionMergeStyles .changedIndicator{color:gray;margin-right:10px;font-size:.8em;margin-top:7px;margin-left:-19px;font-weight:bold;visibility:visible}
.motionMergeStyles .changedIndicator.unchanged{visibility:hidden}
.motionMergeStyles .amendmentStatus .selected a:before{content:"âœ“";display:block;float:left;width:16px;margin-left:-16px;text-align:center}
.motionMergeStyles .amendmentStatus .votingResult{padding-left:8px;padding-right:8px;padding-bottom:8px}
.motionMergeStyles .amendmentStatus .votingResult label,.motionMergeStyles .amendmentStatus .votingResult .label{font-weight:normal;margin-bottom:0;font-size:12px}
.motionMergeStyles .amendmentStatus .votingResult .form-control{padding:3px 6px;font-size:12px;height:24px}
.motionMergeStyles .amendmentStatus .votingData{display:flex;flex-direction:row;width:100%}
.motionMergeStyles .amendmentStatus .votingData input::-webkit-outer-spin-button,.motionMergeStyles .amendmentStatus .votingData input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.motionMergeStyles .amendmentStatus .votingData input[type=number]{-moz-appearance:textfield}
.motionMergeStyles .amendmentStatus .votingData label,.motionMergeStyles .amendmentStatus .votingData .label{font-weight:normal;margin-bottom:0;font-size:12px}
.motionMergeStyles .amendmentStatus .votingData .form-control{padding:3px 6px;font-size:12px;height:24px}
.motionMergeStyles .amendmentStatus .votingData&gt;*{flex:0;flex-basis:25%;padding-left:8px}
.motionMergeStyles .amendmentStatus .votingData&gt;*:last-child{padding-right:8px}
.motionMergeStyles .hasCollisions .texteditor{position:relative}
.motionMergeStyles .hasCollisions .texteditor:before{content:attr(data-collision-start-msg);position:absolute;top:-13px;text-align:center;font-size:.7em;color:gray;width:100%}
.motionMergeStyles .hasCollisions .collisionsHolder{padding-bottom:5px;padding-top:5px;padding-left:10px;background-color:#f5f5f5}
.motionMergeStyles .hasCollisions .hideCollision{font-weight:normal}
.motionMergeStyles .hasCollisions+.hasCollisions{margin-top:45px}
.motionMergeStyles .moved{margin-top:15px;position:relative}
.motionMergeStyles .moved:before{display:block;content:attr(data-moving-msg);position:absolute;top:-15px;left:0;width:100%;text-align:center;text-decoration:none;font-size:.8em;color:gray}
.motionMergeStyles .appendHint:after{content:attr(data-append-hint);display:inline-block;font-size:.75em;bottom:-3px;position:relative}
.motionMergeStyles .appendedCollision:before{content:"âš&nbsp;ï¸";display:inline-block;font-size:.85em;padding-right:3px;padding-left:5px;position:relative}
.mergingPopoverCollisionHint{font-size:.8em}
.motionMergeForm .twoColsHolder{display:flex;flex-direction:row;width:100%}
.motionMergeForm .twoColsHolder .twoColsLeft{flex-basis:50%;flex-grow:0}
.motionMergeForm .twoColsHolder .twoColsRight{flex-basis:50%;flex-grow:0}
.motionMergeForm .sectionType1 .twoColsLeft{padding-left:calc(50px - 25px);padding-right:10px;padding-top:5px}
.motionMergeForm .sectionType1 .twoColsRight{padding-left:10px;border-left:1px solid #ccc;border-right:1px solid #ccc}
.motionMergeForm .sectionType1 .twoColsRight.first{border-top:1px solid #ccc;border-top-left-radius:4px;border-top-right-radius:4px}
.motionMergeForm .sectionType1 .twoColsRight.last{border-bottom:1px solid #ccc;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.motionMergeForm .removeSection{font-weight:normal;margin-bottom:15px}
.motionMergeForm .removeSection input{margin-right:5px}
.motionMergeForm .submitHolder{text-align:right}
.motionMergeForm .newAmendments .amendSubtitle{font-weight:normal;font-size:.9em}
.motionMergeForm .newAmendments .control-label{margin-top:-3px;padding-top:0}
.motionMergeForm .sectionHolder{padding:3px}
.motionMergeForm .boxed{border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.motionMergeForm .titleChanges .title{font-weight:bold}
.motionMergeForm .titleChanges .change{margin-top:10px;margin-bottom:10px;margin-left:11px}
.motionMergeForm .titleChanges .change:last-child{margin-bottom:25px}
.motionMergeForm .titleChanges .prefix{font-weight:bold}
.motionMergeForm .titleChanges .text{font-family:"VeraMono",Consolas,Courier,sans-serif;color:#222}
.motionMergeForm .editorialAmendments h3{font-size:1em;font-weight:bold}
.motionMergeForm .editorialAmendments .content{border-bottom:solid 1px #b6d108}
.motionMergeForm .editorialAmendments .content:first-child{border-bottom:none}
.motionMergeForm .dividerLabeled{position:relative;overflow:visible}
.motionMergeForm .dividerLabeled:after{content:attr(data-label);position:absolute;display:block;top:-8px;left:20px;background-color:#fff;font-size:.8em;padding-left:0;padding-right:10px;color:gray}
.motionMergeForm .amendmentLink{color:#6d7e00}
.motionMergeForm #draftSavingPanel{position:fixed;bottom:0;right:30px;width:250px;z-index:10;padding:0;background:#fff;border:solid 1px #ccc;border-top-right-radius:3px;border-top-left-radius:3px;border-bottom:none;box-shadow:0 0 3px rgba(0,0,0,.4)}
.motionMergeForm #draftSavingPanel label,.motionMergeForm #draftSavingPanel .label{font-weight:normal}
.motionMergeForm #draftSavingPanel header{background-color:#eee;position:relative}
.motionMergeForm #draftSavingPanel h2{font-size:16px;margin:0 35px 0 0;padding:5px}
.motionMergeForm #draftSavingPanel .pdfLink{font-size:12px;position:absolute;right:5px;top:3px}
.motionMergeForm #draftSavingPanel .public{padding:5px}
.motionMergeForm #draftSavingPanel .autosave{padding:5px}
.motionMergeForm #draftSavingPanel .publicLink{float:right;margin-right:5px}
.motionMergeForm #draftSavingPanel .savingError{padding:5px;margin-top:-5px;border-bottom:solid 1px #ccc;background-color:#f44;color:#000}
.motionMergeForm #draftSavingPanel .save{padding:5px;overflow:auto}
.motionMergeForm #draftSavingPanel .save .lastSaved{float:left}
.motionMergeForm #draftSavingPanel .save .saveDraft{float:right}
.motionMergeForm #draftSavingPanel .save .none{font-size:.9em;color:gray;font-style:italic}

@media screen and (min-width: 1125px){
    .motionMergeForm #draftSavingPanel h2{border-bottom:solid 1px #ccc}
    .motionMergeForm #draftSavingPanel .save{padding:0 5px 5px 5px}
    .motionMergeForm #draftSavingPanel .public{display:block;padding-bottom:0}
    .motionMergeForm #draftSavingPanel .autosave{border-bottom:solid 1px #ccc;display:block;padding-top:0}
    .motionMergeForm #draftSavingPanel .lastSaved{margin-top:2px}
}
@media screen and (max-width: 1124px){
    .motionMergeForm #draftSavingPanel{right:0;left:0;width:100%;display:table}
    .motionMergeForm #draftSavingPanel .hideSmall{display:none}
    .motionMergeForm #draftSavingPanel&gt;*{display:table-cell;vertical-align:middle;line-height:25px}
    .motionMergeForm #draftSavingPanel&gt;h2{width:20%;border-right:solid 1px #ccc}
    .motionMergeForm #draftSavingPanel&gt;.public{width:20%;border-right:solid 1px #ccc}
    .motionMergeForm #draftSavingPanel .autosave{width:20%;border-right:solid 1px #ccc}
    .motionMergeForm #draftSavingPanel&gt;.save{width:40%}
}

.motionMergeForm #newAmendmentAlert{position:fixed;bottom:0;right:0;left:0;height:30px;z-index:11;padding:0;background:#fff;border-top:solid 1px #ccc;box-shadow:0 0 3px rgba(0,0,0,.4);transition:transform ease-in-out .3s;transform:translate3d(0, 35px, 0)}
.motionMergeForm #newAmendmentAlert.revealed{transform:translate3d(0, 0, 0)}

@media(min-width: 1114px){
    .motionMergeForm #newAmendmentAlert .holder{width:1024px;margin:0 auto}
}

.motionMergeForm #newAmendmentAlert .closeLink{float:left}
.motionMergeForm #newAmendmentAlert .message{float:left;font-size:16px;line-height:30px;vertical-align:middle;font-weight:bold}
.motionMergeForm #newAmendmentAlert .buttons button{line-height:26px}
.mergingProtocol label,.mergingProtocol .label{font-weight:normal;margin-right:20px}
.mergePublicDraft .header{width:100%;display:flex}
.mergePublicDraft .motionUpdateInfo{flex-basis:66%}
.mergePublicDraft .motionUpdateWidget{flex-basis:34%}
#sidebarSmallContent{font-size:18px}
#sidebarSmallContent&gt;div{float:right}
#sidebarSmallContent h2{font-size:18px;margin:0;padding:4px}
#sidebarSmallContent ul{list-style-type:none;margin:0 0 0 15px;padding:0}
#sidebarSmallContent ul&gt;li{padding:4px;margin:0}
#sidebar #sidebarSearch .searchContent{text-align:center;padding-left:7px;padding-right:7px}
#sidebar .nav-list{padding:0;margin-bottom:20px}
#sidebar .nav-list&gt;li{padding:0 10px 10px 38px}
#sidebar .nav-list&gt;li a{color:#6d7e00;padding:0;background:none;filter:none;margin:0;text-shadow:none;display:inline}
#sidebar .nav-list&gt;li a:link,#sidebar .nav-list&gt;li a:visited{color:#6d7e00}
#sidebar .nav-list&gt;li a .glyphicon,#sidebar .nav-list&gt;li a .fontello{position:absolute;left:-25px}
#sidebar .nav-list&gt;li.nav-header{padding:5px 0 5px 15px}
#sidebar .nav-list&gt;li.notifications a span{font-size:18px}
#sidebar .nav-list .nav-header{margin-bottom:12px}
#sidebar .antragsgruenAd{margin-top:30px}
#sidebar .antragsgruenAd .content&gt;div{text-align:center;margin-top:15px}
#sidebar .createMotionHolder1{position:absolute;top:0px;right:-1px}
#sidebar .createMotionHolder2{position:absolute;left:0;top:0;white-space:nowrap;transform:rotate(270deg) translateX(-100%);transform-origin:0% 0%;display:inline-block;overflow:hidden;padding:0 10px 10px}
#sidebar .createMotion{
    background:var(--gpew-forest-green);
    padding:10px 30px;
    margin-left:15px;
    color:var(--gpew-white);
    text-decoration:none;
    font-family:"Bebas Neue Regular",sans-serif;
    font-weight:bold;
    font-size:14px;
    letter-spacing: +1px;
    border-radius:0 0 10px 10px;
    border:solid 1px var(--gpew-dark-grey);
    transition:border ease-in-out .15s,background-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-transform:uppercase;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    box-shadow:0 0 10px rgba(0,0,0,.3);
    display:inline-block;
    white-space:nowrap
}
#sidebar .createMotion&gt;span{padding-right:10px;font-size:15px}
#sidebar .createMotion:focus{border:solid 1px #66afe9;background:linear-gradient(to bottom, rgb(223.73, 0, 122.4183018868) 0%, rgb(235.46, 0, 128.8366037736) 100%);box-shadow:0 0 10px #5088b3}
#sidebar .search-query{width:140px}
ul.sidebarActions{
    background:var(--gpew-teal);
    padding:7px 0 1px 21px;
    list-style-type:none;
    margin:-1px;
    position:relative;
    border-radius:10px;
    box-shadow:0 0 15px rgba(0,0,0,.4);
    font-family:"Manrope Regular",sans-serif;
    font-style:normal;
    font-weight:bold
}
ul.sidebarActions li a,ul.sidebarActions li&gt;span,ul.sidebarActions button{
    display:block;
    text-transform:uppercase;
    font-size:14px;
    line-height:18px;
    color:#fff;padding-bottom:10px;text-indent:-12px;margin:7px 0 7px 15px}
ul.sidebarActions li a:hover,ul.sidebarActions li&gt;span:hover,ul.sidebarActions button:hover{color:hsl(0,0%,90%)}
ul.sidebarActions .icon{color:#fff;margin-right:10px}
ul.sidebarActions .icon-placeholder{display:inline-block;width:2px}
ul.sidebarActions .fontello{margin-left:-10px}
ul.sidebarActions .onlyAdmins{font-size:.7em}
ul.sidebarActions .deactivated{font-style:italic}
ul.sidebarActions .deactivatedMsg{font-size:13px;color:#dbdbdb;text-transform:none}
.fullscreenMainHolder{background-color:#fff;width:100vw;height:100vh;position:absolute}
.fullscreenMainHolder&gt;header{
    margin:0;
    color: var(--gpew-white);
    background: var(--gpew-dark-grey);
    padding:5px 20px 5px;
    font-family:"Bebas Neue Regular",sans-serif;
    font-size:18px;
    line-height:18px;
    letter-spacing: +1px;
    text-shadow:0 1px 0 rgba(0,0,0,.5);
    font-weight:bold;
    text-transform:uppercase;
    flex-grow:0;
    height:36px
}
.fullscreenMainHolder&gt;header .closeBtn{position:absolute;z-index:1;top:1px;right:10px;color:#fff}
.fullscreenMainHolder&gt;header .splitscreenBtn{position:absolute;z-index:1;top:1px;right:40px;color:#fff}
.fullscreenMainHolder .projectorWidget{position:absolute;width:100vw;top:0}
.fullscreenMainHolder .projectorWidget.primary{left:0}
.fullscreenMainHolder .projectorWidget.secondary{left:50vw}
.fullscreenMainHolder.splitscreen .projectorWidget{width:50vw}
.projectorWidget{height:100vh;display:flex;flex-direction:column;position:relative}
.projectorWidget&gt;header{flex-grow:0;height:36px;z-index:0}
.projectorWidget&gt;header .imotionSelector{padding-top:5px}
.projectorWidget&gt;header .stdDropdown{
    display:inline-block;
    width:auto;
    min-width:50vw;
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFF2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat left;
    padding:1px 6px 1px 30px;
    border:solid 1px rgba(0,0,0,0);
    color:#fff;
    font-family:"Bebas Neue Regular",sans-serif;
    font-size:18px;
    line-height:22px;
    letter-spacing: +1px;
    cursor:pointer;
    text-shadow:0 1px 0 rgba(0,0,0,.5);
    font-weight:bold;
    text-transform:uppercase
}
.projectorWidget&gt;header .stdDropdown:hover{background-color:hsla(0,0%,100%,.1)}
.projectorWidget&gt;header .stdDropdown:active{border:solid 1px #fff}
.projectorWidget&gt;header .stdDropdown option{text-shadow:none;font-weight:normal;text-transform:none;font-style:normal}
.projectorWidget&gt;main{flex-grow:1;overflow:auto;padding:0 3vw 0 3vw}
.projectorWidget.splitscreen&gt;main{padding:0 1.5vw 0 1.5vw}
.projectorWidget h1{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}
.projectorWidget .motionTextFormattings{font-size:1.6vw}
.projectorWidget .motionTextHolder h1{font-size:2.1vw}
.projectorWidget .motionTextHolder h2{font-size:2vw}
.projectorWidget .motionTextHolder h3{font-size:1.9vw}
.projectorWidget .motionTextHolder h4{font-size:1.8vw}
.projectorWidget .motionTextHolder h5{font-size:1.7vw}
.projectorWidget .motionTextHolder h6{font-size:1.6vw}
.projectorWidget .motionTextHolder .motionTextFormattings ol,.projectorWidget .motionTextHolder .motionTextFormattings ul{padding-left:3.5vw}
.projectorWidget .motionTextHolder .motionTextFormattings ol&gt;li::before,.projectorWidget .motionTextHolder .motionTextFormattings ul&gt;li::before{left:-3.5vw}
.projectorWidget .motionTextHolder .Image img{max-width:100%}
.projectorWidget .motionTextHolder .Image .text{padding:15px}
.projectorWidget .motionTextHolder .TabularData .dl-horizontal dt{text-align:left}
.projectorWidget.splitscreen .motionTextHolder .paragraph.lineNumbers .text{padding-left:20px}
.projectorWidget.splitscreen .motionTextHolder.isAmendment .paragraph.lineNumbers .text{padding-left:0}
.projectorWidget .motionDataTable{margin-top:21px;margin-bottom:30px;font-size:1.6vw}
.projectorWidget .motionDataTable&gt;tbody&gt;tr&gt;th{width:17vw;padding-top:7px}
.projectorWidget .motionDataTable&gt;tbody&gt;tr&gt;td{padding-top:7px}
.projectorWidget .speechLists .activeSpeaker,.projectorWidget .speechLists .remainingTime{text-align:center;font-size:2.5vw}
.projectorWidget .speechLists .activeSpeaker{margin-top:5vh}
.projectorWidget .speechLists .remainingTime{margin-top:3vh}
.projectorWidget .speechLists .leftIcon{font-size:2vw}
.projectorWidget .speechLists h2.green{
    margin:0;
    color: var(--gpew-dark-grey);
    background: var(--gpew-lime-green);
    padding:5px 20px 5px;
    font-family:"Bebas Neue Regular",sans-serif;
    font-size:18px;
    line-height:18px;
    letter-spacing: +1px;
    text-shadow:0 1px 0 hsla(0,0%,100%,.5);
    font-weight:bold;
    text-transform:uppercase;
    margin:3vh 0;
    padding-left:24vw
}
.projectorWidget .speechLists .waitingSingle .nameList{display:block;margin-left:25vw}
.projectorWidget .speechLists .waitingSingle .nameList&gt;li{margin-top:20px;margin-bottom:20px;font-size:2vw;line-height:3vw}
.projectorWidget .speechLists .waitingSingle .nameList&gt;li .leftIcon{float:left;margin-left:-5vw}
.projectorWidget .speechLists .waitingSubqueues{margin-left:3vw;margin-right:3vw;width:auto;display:flex;flex-direction:row;justify-content:center}
.projectorWidget .speechLists .waitingSubqueues&gt;*{flex:1;display:flex;flex-direction:column}
.projectorWidget .speechLists .waitingSubqueues .nameList{margin-top:1.5vw;padding-left:1.5vw}
.projectorWidget .speechLists .waitingSubqueues .header .name{vertical-align:middle;font-size:2vw;font-weight:bold;display:inline-block;padding-right:10px}
.projectorWidget .speechLists .waitingSubqueues .header .number{font-size:1vw;vertical-align:middle}
.projectorWidget .speechLists .waitingSubqueues .applied{line-height:2.3vw;font-size:1.2vw;vertical-align:middle}
.projectorWidget .speechLists .waitingSubqueues .applied .number{display:inline-block;margin-right:7px}
.projectorWidget .contentPage{margin-top:21px;font-size:1.6vw}
.projectorWidget .contentPage h1{font-size:2.1vw}
.projectorWidget .contentPage h2{font-size:2vw}
.projectorWidget .contentPage h3{font-size:1.9vw}
.projectorWidget .contentPage h4{font-size:1.8vw}
.projectorWidget .contentPage h5{font-size:1.7vw}
.projectorWidget .contentPage h6{font-size:1.6vw}
.projectorWidget .contentPage p{font-size:1.6vw}
.projectorWidget .contentPage .motionList .motion&gt;.title a,.projectorWidget .contentPage .motionList .motion&gt;.title .motionLink{font-size:1.6vw}
#loginSamlHint,.login_saml .privacyHint{border-left:solid 1px gray;padding-left:10px;margin-left:20px;margin-top:10px;font-size:.8em;overflow:auto}
.login_saml .privacyHint{border-left:solid 1px gray;padding-left:10px;margin-left:20px;margin-top:0;font-size:.8em;overflow:auto}
.login_saml .btn{float:left;margin-right:30px}
.secondFactorAdderBody .setFaField{margin-left:30px;margin-bottom:50px}
.secondFactorAdderBody .captchaForm{margin-left:30px;margin-bottom:50px;margin-top:-20px}
.captchaHolder input.form-control{display:inline-block;width:200px}
@media(min-width: 800px){
    #usernamePasswordForm,#confirmAccountForm{width:400px}
}
#confirmAccountForm .inputHolder{margin-bottom:15px}
#confirmAccountForm .saveResetRow{overflow:auto}
#confirmAccountForm .saveResetRow .save{float:left}
#confirmAccountForm .saveResetRow .resend{float:right}
#confirmAccountForm .saveResetRow .resend button{font-weight:normal;font-size:.8em;font-style:italic}
@media(min-width: 800px){
    #conPwdForm{width:400px}
}
#conPwdForm .consultationName{margin-bottom:30px}
#conPwdForm .usernameLoginOpener button{margin-top:20px;font-weight:normal}
.loginUsername .passwordRecovery{float:right;font-size:.8em}
.loginUsername #regConfirmation{font-size:11px}
.accountDeleteForm .submit{display:flex;width:100%}
.accountDeleteForm .submit label,.accountDeleteForm .submit .label{font-weight:normal;flex-basis:50%}
.accountDeleteForm .submit&gt;div{flex-basis:50%;text-align:right}
.userAccountForm .requestEmailChange{display:inline-block;margin-left:10px;font-style:italic;font-size:.8em}
.userAccountForm .changeRequested{display:block;font-size:.8em;margin-top:5px;margin-bottom:5px}
.userAccountForm .resendButton{color:#6d7e00;font-style:italic}
.userAccountForm .btn2FaRemoveOpen{padding:0;font-weight:normal;font-style:italic;font-size:.8em;margin-left:16px}
.userAccountForm .secondFactorRemoveBody{margin-top:10px}
.notificationForm label,.notificationForm .label{cursor:pointer}
.notificationForm input[type=checkbox]{margin-right:10px}
.notificationForm .notificationRow{margin-top:10px;margin-bottom:20px}
.notificationForm .radioList&gt;div{padding-left:27px}
.notificationForm .radioList label,.notificationForm .radioList .label{display:block;font-weight:normal;margin-bottom:10px}
.userDataExport .exportRow{margin-top:20px;text-align:center}
.askPermissionForm{text-align:center;margin-top:50px;margin-bottom:30px}

.logoImg{
    display:block;
    width:377px;
    height:55px;
    background-image:url("green-party-wide-logo-forest-rgb.png");
    background-repeat:no-repeat;
    background-size: contain;
}

@media screen and (max-width: 479px){
    .logoImg{
        width:300px;
        height:44px;
        background-size: contain;
    }
}
</pre></body></html>