﻿/* General */

html {
    font-size: 16px;

    line-height: 1.625em;
}

body {
    overflow-x: hidden;

    font-family: "Open Sans";
    font-weight: 400;

    color: #555;

    background: fixed center top;

    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: "Open Sans";
    font-weight: 300;

    text-rendering: optimizelegibility;

    line-height: 1.15538em;

    word-wrap: break-word;
}

h1 {
    padding-bottom: 25px;

    font-size: 42px;
}

h2,
legend {
    padding-bottom: 20px;

    font-size: 30px;
}

h3 {
    padding-bottom: 15px;

    font-size: 26px;
}

h4 {
    padding-bottom: 25px;

    font-size: 20px;
}

h5 {
    padding-bottom: 25px;

    font-size: 18px;
}

h6 {
    padding-bottom: 25px;

    font-size: 16px;
}

p {
    margin-bottom: 20px;

    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;

    line-height: 1.625em;
}

p.help {
    margin-bottom: 40px;
}

label ~ p.help {
    clear: both;
    color: #767676;
    margin-bottom: 15px;
}

.webGuidelines p.help a {
    text-decoration: underline;
}

p.italic {
    font-style: italic;
}

figure.quote {
    margin-bottom: 25px;
    width: 100%;
}
blockquote {
    border-top: 5px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    line-height: 50px;
    margin: 25px auto;
    padding: 20px 0 30px 0;
    quotes: "\201c""\201d";
    text-align: center;
}
figure.quote blockquote {
    margin-bottom: 0;
}
blockquote p {
    color: #999;
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 75%;
}
blockquote p:first-of-type::before {
    content: open-quote;
    display: block;
    font-family: serif;
    font-size: 55px;
    font-weight: 700;
    height: 30px;
}
.webGuidelines blockquote {
    border-top: 5px solid #777766;
    border-bottom: 1px solid #777766;
}
.webGuidelines blockquote p {
    color: #555;
}
figure.quote figcaption {
    border-bottom: 0;
    text-align: center;
}

.editorContent.userConditions h2 {
    font-weight: 600;
}

hr {
    margin: 0 0 20px 0;

    color: #e9e9e9;

    background: #e9e9e9;

    border: 0;
}

em {
    font-style: italic;
}

strong,
.strong,
.intro {
    font-weight: 600;
}

ul {
    margin: 0 0 20px 0;
}

ol {
    margin: 0 0 20px 40px;
}

ul ul {
    margin: 4px 0 5px 35px;
}

ol {
    margin: 0;
    padding: 0;
}
ol:not([start]) {
    counter-reset: item;
    list-style-type: none;
}
ol > li {
    counter-increment: item;
    display: table;
    margin-bottom: 0.6em;
}

ol > li::before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}
li ol > li {
    margin: 0;
}
li ol > li::before {
    content: counters(item, ".") " ";
}

.editorContent.userConditions ol > li::before {
    content: "";
}
.editorContent.userConditions ol > li .counter {
    margin-right: 10px;
}

sub {
    font-size: smaller;

    vertical-align: sub;
}

sup {
    font-size: smaller;

    vertical-align: super;
}

pre {
    display: block;
    overflow: auto;
    max-width: 100%;
    padding: 10px;
    font-family: monospace;
    background-color: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-left: 3px solid;
    page-break-inside: avoid;
    word-wrap: break-word;
}

pre.css {
    border-left: 3px solid #f6b83f;
}

pre.js {
    border-left: 3px solid #9d2a2a;
}

details {
    padding: 0.5em 0.5em 0;
}
summary {
    cursor: pointer;
    display: list-item;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}
details[open] {
    padding: 0.5em;
}
summary::-webkit-details-marker {
    display: inline-block;
}

ul.square,
ul.circle,
ul.disc {
    margin-left: 35px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

.folderDescription ul,
ul.disc {
    list-style: disc outside;
}

ul.noLayout {
    list-style: none;

    padding: 0;
    margin: 0;
}

li {
    padding-bottom: 5px;
}

/* Total */

#total {
    position: relative;

    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;

    -webkit-overflow-scrolling: touch;
}

#total.fullscreen {
    height: 100% !important;
}

/* Top */

#top {
    z-index: 999;

    position: fixed;

    display: block;

    width: 100vw;
    min-height: 60px;
}

.MettAppBrowser #top {
    position: absolute;
}

#top .title {
    display: inline-block;

    padding: 0;
    margin: 5px 0 0 15px;

    font-weight: 300;
    font-size: 26px;

    line-height: 1.15538em;
}

#top .title.small {
    margin: 10px 0 0 15px;

    font-size: 18px;
}

#top .title.extraSmall {
    margin: 10px 0 0 15px;

    font-size: 14px;
}

#top .title a {
    display: block;

    padding: 10px 0 10px 0;
}

#top .columns.four a {
    display: block;
    margin-left: -15px;
}

#top .logo {
    max-height: 100px;

    margin: 10px 0 3px 0;
    padding-left: 15px;

    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

#top .logo.small {
    max-height: 40px;
}

#top .hamburger {
    z-index: 999;

    display: none;

    float: right;

    width: 50px;
    height: 44px;

    margin: 10px 15px 10px 0;

    text-align: center;

    font-size: 34px;

    line-height: 42px;
}

.webGuidelines #top .hamburger {
    width: auto;

    padding: 0 10px 0 10px;
}

.no-touch #top .hamburger:hover,
#top .hamburger.active {
    color: #fff;
}

#top .badge {
    z-index: 1;
    position: absolute;
    opacity: 0;
    left: 16px;
    cursor: pointer;
    padding: 0 6px 0 6px;
    white-space: nowrap;
}

#top .badge span {
    display: inline-block;

    position: relative;

    top: -1px;

    font-size: 13px;
}

#spacerTop {
    width: 100%;
    min-height: 60px;
}

#googleTranslatePlugin {
    clear: both;
    margin-bottom: 10px;
    text-align: center;
}
.shortcut.translate::before {
    content: "\e8ca";
    font-family: entypo;
    margin-right: 6px;
}
.goog-te-gadget-simple {
    border-color: #949494 !important;
    border-radius: 4px;
    padding: 3px 5px !important;
}
.goog-te-gadget {
    font-family: "Open Sans" !important;
}
.desktop .translateOverlay .overlayContent {
    max-width: 58%;
    min-width: 58%;
}
.translateOverlay .toolbarBottom {
    margin-bottom: 0;
    margin-top: 40px;
}

/* Shortcuts */
#top .row .eight.columns {
    text-align: right;
}

#shortcuts {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#shortcuts > li {
    display: inline-block;

    float: left;

    padding-bottom: 0;
    margin: 8px 0 8px 0;
}

#shortcuts > li > a {
    display: block;

    white-space: nowrap;
}

#shortcuts a {
    display: block;

    padding: 10px;

    font-size: 14px;
}

#shortcuts > li ul.dropDown {
    margin: 0 0 20px 0;
}
#shortcuts > li .dropDown li {
    padding-bottom: 0;
}

.no-touch #shortcuts a:hover,
.no-touch #shortcuts a.active,
.no-touch #shortcuts li:hover > a,
.no-touch #shortcuts li:hover > span,
#shortcuts li > a:focus {
    color: #fff;
}

#shortcuts li {
    position: relative;
}

#shortcuts .avatar {
    position: absolute;

    cursor: pointer;

    margin: 7px -40px 0 10px;

    left: 0;
}

#shortcuts .profile {
    padding-left: 50px;
}

#shortcuts .profile:after {
    margin-left: 10px;
}

#top .field.search {
    float: right;
    margin: 12px 0 0 10px;
    overflow: visible;
}

#top .field.search input[type="text"] {
    padding-right: 40px;
}

.no-touch #top .field.search:hover {
    background: transparent;
}

#top .field.search .button.icon-search,
#searchContainer .field .button {
    position: absolute;

    top: 0;
    right: 0;

    font-size: 22px;

    color: #555;

    background: transparent;

    border-color: transparent;
}

#top .field.search .button input[type="button"],
#searchContainer .field .button input[type="button"] {
    padding: 0 10px 8px 25px;
    margin: -10px 0 0 -25px;

    text-indent: -999px;
}

#top #mobileSlideOut .field.search {
    float: none;
    margin: 15px;
}

.searchInfoContainer {
    position: absolute;
    z-index: 100;
    top: calc(100%);
    right: 0;
    min-width: 200px;
    padding: 3px 10px;
    transition: opacity 0.2s;
    opacity: 0;
    background-color: #f2f2f2;
    border-radius: 3px;
    color: #000;
    font-size: 11px;
    text-align: left;
}

.searchInfoContainer .closeButton {
    margin-left: 5px;
}

.searchLoader {
    animation: flash 0.5s ease-out infinite alternate;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 8px 0 #fff, -8px 0 #fff;
    display: inline-block;
    height: 6px;
    position: absolute;
    width: 6px;
}
#top .searchLoader {
    right: 22px;
    top: 15px;
}

@keyframes flash {
    0% {
        background-color: #8f96a0;
        box-shadow: 8px 0 #8f96a0, -8px 0 #fff;
    }
    50% {
        background-color: #fff;
        box-shadow: 8px 0 #8f96a0, -8px 0 #8f96a0;
    }
    100% {
        background-color: #8f96a0;
        box-shadow: 8px 0 #fff, -8px 0 #8f96a0;
    }
}

#top .field .button:before {
    padding: 0;
}

.no-touch #shortcuts > li:first-child:hover {
    background: none;
}

#shortcuts .usersOnline {
    display: inline-block;

    padding: 10px 10px 5px 10px;

    text-align: center;

    line-height: 16px;

    font-size: 12px;
}

#shortcuts .usersOnline:before {
    padding-top: 4px;

    font-size: 20px;
}

#shortcuts .portalSettings:before {
    position: relative;
    top: -2px;
}

#shortcuts .iconOnly {
    font-size: 20px;
}

#shortcuts.dropDownMenu .dropDown {
    font-size: 14px;
}

#shortcuts.dropDownMenu .dropDown a {
    color: #555;
}

.no-touch #shortcuts.dropDownMenu li:hover .profile,
.no-touch #shortcuts.dropDownMenu .dropDown a:hover,
.no-touch #shortcuts.dropDownMenu .dropDown a:focus {
    color: #fff;
}

#shortcuts.dropDownMenu .dropDown.favoritesContent {
    width: 250px;
}

#shortcuts.dropDownMenu .dropDown.notificationsContent {
    width: 350px;
}

#shortcuts.dropDownMenu .dropDown.portalSettingsContent {
    width: 170px;
}

#shortcuts.dropDownMenu .dropDown.favoritesContent .widget,
#shortcuts.dropDownMenu .dropDown.favoritesContent ul,
#shortcuts.dropDownMenu .dropDown.notificationsContent .widget,
#shortcuts.dropDownMenu .dropDown.notificationsContent ul {
    margin: 0;
}

#shortcuts.dropDownMenu .dropDown.notificationsContent ul li {
    width: 100%;

    padding: 0 15px 10px 45px;
    margin: 0;

    text-align: left;

    border-bottom: solid 1px #ccc;
}

#shortcuts.dropDownMenu .dropDown.notificationsContent ul li a {
    display: inline-block;

    padding: 0;

    border: none;
}

.no-touch #shortcuts.dropDownMenu .dropDown.notificationsContent ul li:hover,
.no-touch #shortcuts.dropDownMenu .dropDown.notificationsContent ul li:hover a,
.no-touch #shortcuts.dropDownMenu .dropDown.notificationsContent ul li:hover .date {
    color: #fff;
}

#shortcuts.dropDownMenu .dropDown.notificationsContent .update {
    padding: 10px 10px 5px 5px;

    line-height: 20px;
}

#shortcuts.dropDownMenu .dropDown.notificationsContent .date {
    padding: 0 0 5px 5px;

    line-height: 20px;
}

#shortcuts.dropDownMenu .dropDown.favoritesContent .editFavorites,
#shortcuts.dropDownMenu .dropDown.notificationsContent .moreUpdates,
#shortcuts.dropDownMenu .dropDown .moreSettings {
    text-align: center;
}

.shortcutsContainer {
    background-color: #f3f3f3;
}
.shortcutsContainer::after {
    clear: both;
    content: "";
    display: table;
}
.shortcutsContainer .languagePicker {
    float: right;
    margin-right: 25px;
}
.languagePicker {
    display: inline-block;
    vertical-align: top;
}
.languagePicker > li {
    list-style: none;
}
.shortcutsContainer .languagePicker > li {
    padding-top: 5px;
}
#shortcuts > li.flag a span {
    left: -9999em;
    position: absolute;
}
.languagePicker > li.active > a span {
    display: inline-block;
    text-indent: -9999em;
}
.shortcutsContainer .flagsWrapper > li > a.flag span {
    left: -9999em;
    position: absolute;
}
.shortcutsContainer .flagsWrapper {
    display: block;
    padding-right: 15px;
    text-align: right;
    width: 100%;
}
.shortcutsContainer .flagsWrapper > li.flag {
    display: inline-block;
    list-style: none;
    padding: 5px 0;
}
.shortcutsContainer .flagsWrapper > li.flag a {
    padding: 5px 8px;
}
.languagePicker > li.active > a::after {
    content: "\e8af";
    font-family: awesome;
    padding-left: 5px;
}
.languagePicker .dropDown {
    margin: 0;
}
.shortcutsContainer .languagePicker .dropDown {
    right: 25px;
    z-index: 1000;
}
#shortcuts .languagePicker .dropDown li,
.languagePicker .dropDown li {
    display: block;
    float: none;
    margin: 0;
}
.shortcutsContainer .languagePicker .dropDown li {
    border-bottom: 1px solid #dedede;
    padding: 0;
}
.shortcutsContainer .languagePicker .dropDown li a {
    border-bottom: 0;
    padding: 7px 10px;
}
.shortcutsContainer .languagePicker .dropDown li a span {
    font-size: 14px;
}
.languagePicker .dropDown li a img {
    padding-right: 10px;
}
.languagePicker .dropDown li a span {
    text-transform: capitalize;
}

/* Path & options */

.pathRow {
    background: #fff;
}

#pathOptions {
    z-index: 911;

    position: relative;

    width: 100%;
}

#path span {
    display: block;

    padding: 15px 15px 15px 0;

    font-weight: 300;
    font-size: 15px;
}

.pageType37 #path span {
    padding-left: 0;
}

#path a {
    color: #555;
}
.webGuidelines #path a {
    text-decoration: underline;
}

#path.buttons {
    padding: 15px 15px 5px 15px;
}

#path .button {
    margin: 0 4px 10px 0;
}

#path .button.transparent a {
    color: #555;
}

.no-touch #path .button.transparent:hover a {
    color: #fff;
}

/* Content */

.contentRow {
    padding-bottom: 100px;

    background: #fff;
}

#content {
    padding-top: 20px;
}

#content.fullscreen {
    width: 100%;
    height: 100%;

    padding: 0;
}

#content.fullscreen .row {
    max-width: 100%;
}

.content img {
    max-width: 100%;
    vertical-align: top;
}

img[data-type="mave_preview"] {
    display: none;
}

.mobile .editorContent div,
.touch .editorContent div,
.mobile .editorContent p,
.touch .editorContent p,
.mobile .sectionContent div,
.touch .sectionContent div {
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;

    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;

    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;

    hyphens: auto;
    -webkit-hyphenate-character: "-";
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

#eParticipation.item .itemImage .photo,
.editorContent figure,
.item figure {
    display: inline-table !important;
}

html.firefox #eParticipation.item .itemImage .photo,
html.firefox .editorContent figure,
html.firefox .item figure {
    display: inline-block !important;
}

.editorContent figure[style*="float:left"],
.editorContent figure[style*="float: left"] .item figure[style*="float:left"],
.item figure[style*="float: left"] {
    margin-right: 20px;
}

.editorContent figure[style*="float:right"],
.editorContent figure[style*="float: right"] .item figure[style*="float:right"],
.item figure[style*="float: right"] {
    margin-left: 20px;
}

.editorContent figure img,
.item figure img {
    vertical-align: top;
}

.internetexplorer .editorContent figure img,
.internetexplorer .item figure img {
    width: 100%;
}

.editorContent figure,
.editorContent figure img,
.item .figure,
.item .figure img {
    max-width: 100%;
}

figcaption,
.caption {
    border-bottom: 1px solid #efefef;
    color: #555;
    display: block;
    font-size: 0.8em;
    font-style: italic;
    line-height: 20px;
    min-height: 20px;
    padding: 5px;
    text-align: left;
    width: 100%;
}
.fotoramaCaption .caption {
    color: #fff;
}

figcaption,
#eParticipation.item .itemImage .caption {
    caption-side: bottom;
    display: table-caption;
}

#left .content {
    padding-left: 15px;
}

#center,
#right {
    padding-left: 20px;
}

.twelve.columns #center {
    padding-left: 0;
}

#center .content.left,
#center .content.right {
    float: left;

    width: 50%;

    margin-bottom: 20px;
}

.editorContent {
    display: block;
}

.editorContent a {
    word-break: break-word;
}

.editorContent a .after.icon-awesome-link-ext:after,
#bottom a .after.icon-awesome-link-ext:after {
    display: inline-block;
    content: " \e832";
    font-size: 90%;
    margin: 0 5px;
    text-decoration: none;
}

.webGuidelines .editorContent a,
.webGuidelines .overlayItemContent a,
.webGuidelines p a {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-decoration: underline;
}
.webGuidelines .editorButton a {
    text-decoration: none;
}

.editorContent ul,
.commentContent ul {
    margin-left: 35px;

    list-style: disc outside;
}
.commentContent .toolbar ul {
    margin-left: 0;
    list-style: none;
}
.editorContent ul ul,
.commentContent ul ul {
    list-style: circle outside;
}
.editorContent ul ul ul,
.commentContent ul ul ul {
    list-style: square outside;
}

.editorContent ol .commentContent ol {
    margin-left: 35px;
}

.nestedComments .comment {
    transition: box-shadow 0.3s ease-in-out;
    opacity: 1;
    display: block;
    font-size: 1rem;
    height: auto;
    margin-left: 0;
    border: 1px solid #d7dfe8;
    overflow: hidden;
    background-color: #f7f8fb;
    padding: 24px;
}

.nestedComments .commentFile:before {
    margin-right: 8px;
}

.nestedComments .sorting {
    margin-bottom: 10px;
}

.nestedComments .toolbar .button.iconOnly:before {
    padding-left: 0;
}

.childComments {
    clear: both;
    padding-top: 30px;
}

.childComments .comment {
    border-width: 1px 0 0 0;
    border-radius: 0;
    box-shadow: none;
    padding: 32px 0;
    margin-bottom: 0;
}

.childComments .comment:last-child {
    padding-bottom: 0;
}

.nestedComments .comment .toolbarWrapper {
    margin-top: 0;
}

.nestedComments .comment .toolbarWrapper button.iconOnly:before {
    display: block;
    margin: auto;
}

.nestedComments .toolbar .dropDown {
    margin-top: 0;
}

.comment .toolbarWrapper ul {
    margin-left: 0;
}

.comment .like:before {
    font-size: 13px;
    margin-right: 5px;
}

.comment .textButton {
    color: #6d7783;
    margin-top: -4px;
    display: inline-block;
    margin-right: 24px;
}

.comment .textButton:before {
    margin-right: 7px;
}

.comment:not(.bestAnswer) .bestAnswerText,
.comment[data-best-answer="true"] .markBestAnswer,
.comment[data-best-answer="true"] .childComments .bestAnswerText {
    display: none;
}

.comment[data-best-answer="true"] .childComments .markBestAnswer,
.comment[data-best-answer="true"] .bestAnswerText {
    display: inline-block;
}

.comment.bestAnswer .commentFileList {
    margin-bottom: 20px;
}

.comment.bestAnswer .toolbar {
    text-align: right;
}

.comment .commentMention:before {
    content: "@";
    font-size: 14px;
    margin-right: 2px;
    vertical-align: bottom;
}

.comment .commentFile a,
.comment .commentMention a {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

.comment.editMode .commentFile a {
    padding-top: 10px;
    display: inline-block;
}

.comment .author .icon-check:before,
.comment .removeBestAnswer:before,
.comment .markBestAnswer:before {
    background-color: #6d7783;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    color: #fff;
    font-size: 8px;
    line-height: 15px;
    padding: 0;
    margin: 7px 7px 7px 0;
    display: block;
    float: left;
}

.comment .removeBestAnswer.icon-cancel:before,
.comment .markBestAnswer.icon-cancel:before {
    font-size: 10px;
    line-height: 13px;
}
.comment > .commentContent > .commentFileList .deleteFile,
.comment.editMode > .commentContent > :not(.commentFileList):not(.commentEditorContainer):not(.childComments) {
    display: none !important;
}

.comment.editMode > .commentContent > .commentFileList .deleteFile {
    display: block !important;
    margin-top: 2px;
    float: right;
}

.comment.editMode > .commentContent > .commentFileList .commentFile {
    min-height: 36px;
}

.loadMoreCommentsContainer:first-child {
    border: none;
    padding-top: 0;
}

.nestedComments .toolbar.addCommentToolbar {
    padding-top: 12px;
    text-align: right;
}
.nestedComments .itemOptions .toolbar.right ul {
    margin: 0;
}

.comment .author,
.comment .fullDate {
    color: inherit;
}

.comment .author .icon-check:before {
    margin-top: 5px;
    background-color: #62b865;
}

.comment .avatar:before {
    display: block;
    margin: 4px auto auto;
}

.comment .commentText p:last-child {
    margin-bottom: 0;
}

.commentFileList {
    margin-top: 20px;
}

.commentEditorContainer ~ .commentFileList {
    margin-top: 40px;
}

.addCommentToolbar .button:before {
    padding-left: 14px !important;
}

.addCommentToolbar .button {
    margin-left: 16px;
}

.addCommentToolbar .button button {
    padding: 0 16px 0 36px !important;
}

.nestedComments .sorting {
    text-align: right;
}

.nestedComments .comment .toolbar.commentOptions {
    float: left;
    margin-top: 20px;
    padding-left: 2px;
}

.nestedComments .itemOptions {
    float: right;
    margin-top: 10px;
}

.nestedComments .dropDownMenu {
    float: left;
}

.editorContent ul li a {
    vertical-align: top;
}

.editorContent img[style*="float:left"],
.editorContent img[style*="float: left"] {
    margin: 5px 20px 20px 0;
}

.editorContent img[style*="float:right"],
.editorContent img[style*="float: right"] {
    margin: 5px 0 20px 20px;
}

.editorContent table thead td,
.editorContent table th {
    background-color: #efefef;
    color: #666;
    font-size: 15px;
    font-weight: 600;
}
.editorContent table th,
.editorContent table td {
    border: 1px solid #bcbcbc;
    padding: 4px 8px;
}
.webGuidelines .editorContent table thead td,
.webGuidelines .editorContent table th {
    color: #555;
}
.editorContent table tbody td::before {
    display: none;
}

.item-nav-container {
    margin-bottom: 50px;
    margin-top: 75px;
}
.item-nav-container::after {
    clear: both;
    content: "";
    display: table;
}
.item-nav {
    max-width: 50%;
}
.item-nav {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    min-height: 50px;
    max-width: 50%;
    padding-top: 12px;
    position: relative;
    text-transform: uppercase;
}
.item-nav.previous {
    padding-left: 60px;
}
.item-nav.next {
    float: right;
    text-align: right;
    padding-right: 60px;
}
.item-nav.previous .icon-previous::before,
.item-nav.next .icon-next::after {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    padding: 11px 0 19px;
    position: absolute;
    text-align: center;
    width: 50px;
}
.item-nav.previous .icon-previous::before {
    content: "\00AB";
    top: 0;
    left: 0;
}
.item-nav.next .icon-next::after {
    content: "\00BB";
    top: 0;
    right: 0;
}
.item-nav .title {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 16px;
    text-transform: none;
}

.related-content-container li {
    padding: 0;
    padding: 0 0 10px;
}

.related-content-container li a {
    color: #475162;
    font-weight: 600;
}

.related-content-container li a:before {
    margin-right: 10px;
    color: #c2d0de;
}

/* Bottom */
#spacerBottom {
    clear: both;

    width: 100%;
    min-height: 64px;
}

#bottom {
    position: absolute;
    bottom: 0;

    width: 100%;
    min-height: 64px;

    font-size: 14px;
}

#bottom a {
    display: inline-block;
}

#bottom p,
#bottom p a {
    font-size: 14px;

    line-height: 26px;
}

#bottom ul,
#bottom ul li {
    padding: 0;
    margin: 0;

    line-height: 26px;
}

#bottom ul li div {
    display: inline-block;
}

#bottom > .row,
#footer > .row {
    padding-left: 15px;
}

#bottom .editorContent {
    padding-top: 15px;
}

#footer {
    bottom: 0;

    width: 100%;

    padding: 15px 0 10px 0;

    font-size: 12px;
}

#bottom .app-store-links {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

#bottom .app-store-links .app-description {
    display: block;
    line-height: 18px;
}

#bottom .app-store-links .app-store-link {
    padding: 10px 8px;
    vertical-align: middle;
}

#bottom .app-store-link img {
    max-height: 40px;
}

#footer ul li {
    display: inline-block;
    padding-top: 7px;
}

#footer a.shortcut,
#footer .shortcut a {
    margin-right: 20px;
}
.webGuidelines #footer a {
    text-decoration: underline;
}

#footer .logo {
    float: right;
}

#footer .mett {
    display: none;
}

.MettAppBrowser .shortcut.logoff,
.MettAppBrowser .shortcut.logon {
    display: none !important;
}

/* Skip links */

.skipLink {
    z-index: 9999999;

    position: absolute;

    top: 10px;
    left: -2000px;

    padding: 10px 15px 10px 15px;

    color: #000;

    text-decoration: underline;

    background: #fff;

    border: solid 1px #333;
}

.skipLink:focus {
    left: 20px;
}

#skipMainContent,
#skipFooter {
    float: left;

    width: 0;
    height: 0;

    margin-top: -170px;
}

/* Various */

.hide {
    display: none !important;
    pointer-events: none;
    -moz-user-focus: none;
    -webkit-user-focus: none;
    -ms-user-focus: none;
    user-focus: none;
    -moz-user-modify: read-only;
    -webkit-user-modify: read-only;
    -ms-user-modify: read-only;
    user-modify: read-only;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.displayNone,
.printContent {
    display: none;
}

.displayBlock {
    display: block;
}

.displayInline {
    display: inline-block;
}

.hide.active,
.show {
    display: block !important;
}

.invisible {
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

.float.left {
    float: left;
}

.float.right {
    float: right;
}

.float.none {
    float: none;
}

.right:not(.button) {
    overflow: hidden;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.relative {
    position: relative;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.auto,
.auto:before,
.auto:after {
    width: auto !important;
    height: auto !important;
}

.noScroll,
.overlayOpen {
    overflow: hidden;
}

.divider {
    clear: both;

    width: 100%;
    height: 1px;

    font-size: 0;

    background: #e5e5e5;

    line-height: 0;
}

.noPadding {
    padding: 0 !important;
}

.noMargin {
    margin: 0 !important;
}

.button.vote.loading .loader,
.button.voted.loading .loader,
.loader {
    animation: shadowRolling 2s linear infinite;
    border-radius: 50%;
    box-sizing: border-box;
    color: #545654;
    display: none;
    height: 6px;
    left: -100px;
    margin: 15px auto;
    position: relative;
    width: 6px;
}
.button.vote.loading .loader,
.button.voted.loading .loader {
    animation: shadowRollingButton 2s linear infinite;
    display: block;
    left: -50px;
    margin: 0 auto;
}
.button.vote.loading span,
.button.voted.loading span,
.loader span {
    display: block;
    font-size: 16px;
    left: 50px;
    position: absolute;
    top: 15px;
    width: 150px;
}
.button.vote.loading span,
.button.voted.loading span {
    left: 25px;
    width: 75px;
}

#toolbarOverlay .loader {
    top: -15px;
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0);
    }
    12% {
        box-shadow: 100px 0 #545654, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0);
    }
    25% {
        box-shadow: 110px 0 #545654, 100px 0 #545654, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }
    36% {
        box-shadow: 120px 0 #545654, 110px 0 #545654, 100px 0 #545654, 0px 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 130px 0 #545654, 120px 0 #545654, 110px 0 #545654, 100px 0 #545654;
    }
    62% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 #545654, 120px 0 #545654, 110px 0 #545654;
    }
    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #545654, 120px 0 #545654;
    }
    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            130px 0 #545654;
    }
    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
            200px 0 rgba(255, 255, 255, 0);
    }
}

@keyframes shadowRollingButton {
    0% {
        box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0);
    }
    12% {
        box-shadow: 50px 0 #545654, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
            0px 0 rgba(255, 255, 255, 0);
    }
    25% {
        box-shadow: 55px 0 #545654, 50px 0 #545654, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }
    36% {
        box-shadow: 60px 0 #545654, 55px 0 #545654, 50px 0 #545654, 0px 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 65px 0 #545654, 60px 0 #545654, 55px 0 #545654, 50px 0 #545654;
    }
    62% {
        box-shadow: 100px 0 rgba(255, 255, 255, 0), 65px 0 #545654, 60px 0 #545654, 55px 0 #545654;
    }
    75% {
        box-shadow: 100px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0), 65px 0 #545654, 60px 0 #545654;
    }
    87% {
        box-shadow: 100px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0),
            65px 0 #545654;
    }
    100% {
        box-shadow: 100px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0), 100px 0 rgba(255, 255, 255, 0),
            100px 0 rgba(255, 255, 255, 0);
    }
}

.shortDate {
    display: block;

    float: left;

    min-width: 45px;
    height: 45px;

    padding-top: 2px;

    text-align: center;

    color: #fff;

    line-height: 20px;
}

.day {
    display: block;

    width: 100%;

    font-weight: 600;
}

.month,
.year {
    display: block;

    width: 100%;
}

.author,
.fullDate,
.tag,
.commentCount,
.viewCount,
.extraInfo,
.like.inline {
    float: left;

    margin-right: 15px;

    color: #767676;
}

.author a,
.fullData a,
.tag a,
.commentCount a,
.ItemCommentCount,
.extraInfo a,
.like.inline a {
    color: #767676;
}

.webGuidelines .author,
.webGuidelines .author a,
.webGuidelines .fullDate,
.webGuidelines .fullDate a,
.webGuidelines .tag,
.webGuidelines .tag a,
.webGuidelines .commentCount,
.webGuidelines .commentCount a,
.webGuidelines .viewCount,
.webGuidelines .viewCount a,
.webGuidelines .extraInfo,
.webGuidelines .extraInfo a,
.webGuidelines .like,
.webGuidelines .like a {
    color: #000;
}
.webGuidelines .readMore a {
    text-decoration: underline;
}

.author:before,
.fullDate:before,
.tag:before,
.commentCount:before,
.ItemCommentCount:before,
.viewCount:before,
.extraInfo:before,
.like.inline:before {
    padding-right: 5px;
}

.comment h3.author {
    padding-bottom: 0;
}
.comment h3.author,
.comment h3.author a {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.authorInfo {
    display: block;
    margin: 6px 0;
}
#timeline .authorInfo {
    display: inline-block;
}
.authorInfo .avatar {
    float: left;
    margin-right: 6px;
}
.authorInfo .author {
    position: relative;
    top: 2px;
}

.no-touch .like.inline:not(.liked):hover:before {
    content: "\e806";
}

.no-touch .liked.inline:hover:before {
    content: "\e807";
}

html[class*="itemPageType"] .tags {
    margin: 20px 0 20px 0;
}

html[class*="itemPageType"] .tags .tag {
    padding: 5px 15px 5px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #ebebeb;
    border-radius: 12px;
}

html[class*="itemPageType"] .tags .tag a {
    color: #555;
}

.like.inline.liked {
    color: #0e8a2d;
}

.like.inline.liked:hover {
    color: #ca3838;
}

.like.inline span:not(.screenReaderContent) {
    display: inline;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.extraInfo div {
    display: inline-block;
}

.addCommentCount {
    float: left;
}

.readMore {
    white-space: nowrap;
}

.readMore:after,
.showMore:after {
    position: relative;

    top: 1px;

    padding-left: 5px;
}

.charactersLeft {
    float: right;
}

.more {
    overflow: hidden;

    height: 0;
}

.screenReaderContent,
.error {
    left: -9999em !important;
    position: absolute;
}
.button input.screenReaderContent {
    left: inherit !important;
    text-indent: -9999em;
}

.indent {
    padding-left: 25px;
}

.noIndent {
    padding-left: 0 !important;
}

.touchLabel {
    display: none;

    float: left;

    font-weight: 600;
}

.highlight {
    background: yellow;
}

.wordBreak {
    word-break: break-all;
}

.itemTitle.wordBreak {
    word-break: break-word;
}

.box {
    display: block;

    padding: 20px;

    background: #f2f2f2;
}

.deleted,
.delted a,
.deleted label,
.deleted span,
.done,
.done a,
.done label,
.done span {
    color: #767676;

    text-decoration: line-through;
}

.deletedFeedback {
    display: none;
}

.deleted .deletedFeedback {
    display: block;

    text-decoration: none;
}

.overflowVisible {
    overflow: visible !important;
}

.overflowHidden {
    overflow: hidden !important;
}

.overflowAuto {
    overflow: auto !important;
}

.tooltip {
    display: none;
    position: absolute;
    padding: 5px 10px 5px 10px;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

.conditions {
    float: left;
    margin: 2px 0 0 4px;
}

/* Images */

.image {
    display: block;

    margin-bottom: 20px;

    line-height: 0;
}

.image.circle {
    overflow: hidden;

    width: auto;

    border-radius: 50% !important;
}

.image.rounded {
    overflow: hidden;

    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
}

.image.photo {
    border: solid 5px #fff;

    box-shadow: 0 0 1px #555;
}

.image.photo.polaroid {
    padding-bottom: 50px;

    background: #fff;
}

.avatar {
    overflow: hidden;

    width: 30px;
    height: 30px;

    border-radius: 50%;
}

.noAvatar {
    overflow: hidden;

    width: 30px;
    height: 30px;

    text-align: center;

    font-size: 22px;

    color: #555;

    background: #e9e9e9;

    border-radius: 50%;
}

.primaryImageLabel {
    background-color: #58c026;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #255a32;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    right: 10px;
    position: absolute;
    text-align: center;
    top: 0;
}

.primaryImageLabel a {
    color: #000;
}

/* Tables */

.table {
    display: table;

    width: 100%;

    margin-bottom: 20px;

    border: solid 1px #e5e5e5;
    border-collapse: collapse;
    border-spacing: 0;
}

.table thead,
.table .header {
    color: #fff;
}

.table thead tr th {
    display: table-cell;

    padding: 5px 10px 5px 10px;

    text-align: left;

    border-top: solid 1px #e5e5e5;
}

.table tr {
    display: table-row;
}

.table tr.alternate {
    background: #eff7fc;
}

.no-touch .table tr:hover,
.no-touch .table tr.alternate:hover {
    background: #edf4fe;
}

.table tr td {
    display: table-cell;

    padding: 10px;

    vertical-align: top;
    text-align: left;

    border-top: solid 1px #e5e5e5;
}

.webGuidelines #users.edit .field.gender table tr th,
.webGuidelines #users.edit .field.gender table tr td {
    border: 0;
    padding: 0;
}

.webGuidelines #events.section .fc-view table tr th,
.webGuidelines #events.section .fc-view table tr td {
    border-color: #ddd;
}

/* Lists */

.list {
    margin-bottom: 40px;

    border: solid 1px #e5e5e5;
    border-collapse: collapse;
    border-spacing: 0;
}
.webGuidelines .list {
    border: 1px solid #cdcdcd;
}

.six.columns .list {
    font-size: 15px;
}

.list thead,
.list .header,
.list .header a,
.no-touch .list .header a:hover {
    color: #fff;
}

.list .row {
    padding: 10px;
}

.list .row.alternate,
.no-touch .list .row.alternate.noHover:hover {
    background: #eff7fc;
}
.webGuidelines .list .row.alternate,
.webGuidelines.no-touch .list .row.alternate.noHover:hover {
    background: #fff;
}
.webGuidelines .list > .row:not(.hiddenSection) {
    border-top: 1px solid #cdcdcd;
}
.webGuidelines .list > .row:not(.hiddenSection):first-child {
    border-top: 0;
}

.no-touch .list .row:hover,
.no-touch .list .row.alternate:hover {
    background: #edf4fe;
}
.webGuidelines.no-touch .list .row:not(.header):hover,
.webGuidelines.no-touch .list .row.alternate:hover {
    background: #fff;
}

.no-touch .list .row.noHover:hover {
    background: none;
}

.list .row span:before {
    width: 16px;

    padding-right: 5px;

    text-align: left;
}

.list .row .image {
    margin-bottom: 0;
}

.list .attention {
    color: #ca3838;
}

.list .row span.attention:before {
    display: block;

    float: left;

    padding-right: 10px;

    color: #ca3838;
}

table.list {
    width: 100%;
}
table.list thead tr {
    border-width: 1px;
    border-style: solid;
}

table.list .column,
table.list .columns {
    padding: 10px 0px 10px 0;
}
table.list.alternative .eventItem .three.columns.date .columns {
    padding: 0;
}

table.list .column:first-child,
table.list .columns:first-child {
    padding-left: 10px;
}

table.list .column:last-child,
table.list .columns:last-child {
    padding-right: 10px;
}
table.list.alternative .columns.date .columns.time {
    padding-right: 0;
}

/* Ugly Firefox fix */

.firefox .list .row .image {
    width: 100%;
}

.list .row .buttons {
    text-align: right;
}

.list .row .toolbar {
    padding: 0;
}

.list .row .toolbar .button.toggleDropDown {
    margin-bottom: 0;
}

.list .row .toolbar .dropDown {
    margin: 0 0 0 -110px;
}

.list .avatar {
    float: left;

    overflow: hidden;

    margin-right: 10px;

    border-radius: 50%;
}

.list .author,
.list .author a {
    color: #555;
}

/* Tabs */

.tabs {
    display: block;
}

.tabs ul:first-child {
    padding: 0;
    margin: 0;
}

.tab {
    position: relative;
    top: 1px;

    display: inline-block;

    cursor: default;

    width: auto;

    padding: 0;
    margin: 0;
}

.tab > a {
    display: block;

    cursor: pointer;

    width: auto;

    padding: 0 15px 0 15px;
    margin: 0;

    height: 42px;

    line-height: 40px;

    font-family: "Open Sans";
    font-weight: 600;

    color: #555;

    background: #f2f2f2;

    border: solid 1px #e5e5e5;
    border-width: 1px 1px 0 1px;

    text-shadow: 0 1px 1px #fff;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.no-touch .tab > a:hover {
    text-decoration: none;

    color: #555 !important;

    background: whitesmoke;
}

.tab > a:active {
    background: #ededed;
}

.tab.active > a {
    height: 43px;

    line-height: 41px;

    background: #fff;
}

.no-touch .tab.active > a:hover {
    background: #fff;
}

.tab > li:last-child {
    margin-right: 0;
}

.tabContent {
    display: none;

    min-height: 100px;

    padding: 20px 15px 20px 15px;

    background: #fff;

    border: solid 1px #e5e5e5;
}

.tabContent.active {
    display: block;
}

.tabContent h2,
.tabContent legend {
    padding: 20px 0 20px 0;
}

.tabContent .field legend {
    padding: 0;
}

.tabContent .field legend label {
    max-width: none;
}

.tabContent h2.lessMargin,
.tabContent legend.lessMargin {
    padding: 0 0 20px 0;
}

#customContactForm > legend,
#defaultContactForm > legend {
    font-size: 20px;
}

/* Overlays */

.overlay {
    z-index: 1000;
    cursor: pointer;

    position: fixed;

    top: 0;
    left: 0;

    height: 100%;
    width: 100%;

    text-align: center;

    background: rgba(0, 0, 0, 0.5);
}

.alertOverlay {
    z-index: 100000;
}

.alertOverlay .overlayContent {
    top: 25%;
    min-width: 60%;
    max-width: 60%;
}

.overlayContent {
    z-index: 1001;
    cursor: default;

    display: inline-block;

    position: relative;

    overflow: auto;

    min-width: 80%;
    max-width: 80%;
    max-height: 80%;

    margin: 5% auto 20px 0;
    padding: 20px;

    text-align: left;

    background: #fff;
}

.overlayAttendAllOrSingle .overlayContent {
    min-width: 65%;
    max-width: 65%;

    margin: 10% auto 20px 0;
}

.overlayOpen .daterangepicker.show-calendar {
    z-index: 2000;
}

.overlayContent::-webkit-scrollbar {
    -webkit-appearance: none;
}

.overlayContent::-webkit-scrollbar:vertical {
    width: 11px;
}

.overlayContent::-webkit-scrollbar:horizontal {
    height: 11px;
}

.overlayContent::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    border-radius: 8px;
}

.overlayContent.fullscreen {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 100%;

    margin: 0;
}

#previewContent img {
    image-orientation: from-image;
}

.overlayContent.compact {
    max-width: 50%;
    min-width: 50%;
}

.overlayContent .field {
    overflow: visible;

    min-height: 36px;
}

.overlayContent > h2 {
    margin-left: 48px;
    margin-right: 48px;
}

.overlayContent .list .row {
    max-width: 100%;
}

.overlayContent ul {
    list-style: disc;
    margin-left: 20px;
}
.overlayItemContent ul li {
    padding-left: 5px;
}
.passwordRequirementsSummary ul {
    list-style: none;
}
ul.plupload_filelist {
    list-style: none;
    margin-left: 0;
}

.overlay .privacyStatement a,
.overlay .userConditions a {
    font-weight: 700;
}
.overlay .privacyStatement a:hover,
.overlay .userConditions a:hover {
    text-decoration: underline;
}

.message {
    z-index: 10000;

    position: fixed;

    padding: 15px 0 15px 0;

    width: 100%;

    text-align: center;
}

.ios .message {
    top: 60px;
}

.message a {
    font-weight: 600;

    color: #644405;
}

.messageButtons {
    padding-top: 15px;
}

.messageButtons .button:first-child {
    margin-right: 5px;
}

.messageButtons .button.ghost,
.no-touch .messageButtons .button.ghost:hover {
    color: #644405;
    border-color: #644405;
    background-color: transparent;
}

.messageButtons .button.ghost input {
    color: #644405;
}

/* Progress bars */

.progress {
    overflow: hidden;

    position: relative;

    width: 100%;
    height: 50px;
}

.progressBar {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 50px;

    color: #fff;

    background: #ddd;
}

.progressPercentage {
    position: absolute;

    top: 12px;
    left: -60px;
}

/* Toolbars */

.toolbar {
    display: none;

    padding: 10px 0 0 0;

    clear: both;
}

.toolbar.right {
    text-align: right;
}

.toolbar ul {
    float: left;

    padding: 0;
    margin: 0 4px 0 0;
}

.toolbar.right ul {
    display: inline-block;

    vertical-align: bottom;

    float: none;

    margin: 0 0 0 4px;
}

.toolbar ul li {
    padding: 0;
    margin: 0;
}

.toolbar .button {
    margin-bottom: 10px;
}
.maps .toolbar .button,
.itemOptions .toolbar .button {
    margin-bottom: 0;
}

#toolbarTop {
    margin-bottom: 10px;
}
#toolbarTop .button {
    margin-bottom: 0;
    min-height: 37px;
    vertical-align: bottom;
    border-radius: 4px;
}
#toolbarTop .button.follow,
#toolbarTop .button.following {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#toolbarTop .button.followers {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#toolbarTop .toolbarWrapper {
    display: inline-block;
    vertical-align: bottom;
}
#toolbarTop .toolbarWrapper ul a {
    font-size: 15px;
}

#toolbarTop .toolbarWrapper:nth-child(2) .button.security.float.right {
    float: none;
}

.toolbar .dropDown {
    margin-top: -10px;
}
#toolbarTop .dropDown,
.itemOptions .toolbar .dropDown {
    margin-top: 0;
}

.toolbar.right .dropDown {
    margin-left: -110px;
}

.toolbar .dropDown a {
    padding: 10px;
}

#toolbarTop {
    font-size: 0;
    padding: 15px 0 5px 0;
}

#toolbarTop .button.security.iconOnly a {
    height: 33px;
}

.toolbarBottom {
    margin-bottom: 40px;

    text-align: center;

    background: #e9e9e9;
}
#toolbarOverlay.toolbarBottom {
    margin-bottom: 0;
    min-height: 50px;
}
.shareToolbarBottom {
    margin-left: -48px;
    margin-right: -48px;
}

#toolbarShare {
    margin-bottom: 20px;
}

#toolbarShare h2 {
    margin-bottom: 10px;

    border-bottom: solid 1px #e5e5e5;
}

#toolbarShare .button {
    margin-right: 4px;
}

#toolbarShare .button.twitter a,
.toolbar.share .button.twitter a {
    margin-left: 0;
}

#toolbarShare .button.twitter svg,
.toolbar.share .button.twitter svg {
    width: 18px;
    height: 18px;
    margin-bottom: -4px;
    fill: #555;
}

.no-touch #toolbarShare .button.twitter:hover svg {
    fill: #fff;
}

/* Portal selector */

.portalSelector {
    display: inline-block;

    padding: 0;
    margin-left: 15px;
}

.portalSelector li {
    display: inline-block;

    padding-bottom: 0;
}

.portalSelector.toolbar a {
    padding: 10px 15px;
}

.portalSelector.toolbar a:before {
    padding-right: 7px;
}

.portalSelector.dropDownMenu .button {
    margin-bottom: 0;
}

.portalSelector.dropDownMenu:hover .button button {
    color: #fff;
}

.portalSelector.dropDownMenu .dropDown {
    width: auto;

    margin-top: 0;
}

/* Errors */

.errorMessage {
    visibility: hidden;

    padding: 20px;
    margin-bottom: 20px;

    color: #9d2a2a;

    background: #f0c5c5;

    border: solid 1px #9d2a2a;
}

.errorMessage p {
    color: #9d2a2a;
}

.errorMessage h2 {
    margin: 0;

    color: #9d2a2a;
}

.errorMessage ul {
    margin-left: 45px;

    list-style: disc outside;
}

.pageType.danger {
    overflow: auto;
}

/* Warnings */

.warningMessage,
.inlineWarningMessage {
    padding: 20px;
    margin-bottom: 20px;

    color: #644405;

    background: #fbdca0;

    border: solid 1px #f6b83f;
}

.warningMessage h2 {
    margin: 0;

    color: #f6b83f;
}

.warningMessage ul {
    margin-left: 45px;

    list-style: disc outside;
}

.inlineWarningMessage p {
    margin-bottom: 0;
}

/* Success Message */
.successMessage {
    visibility: hidden;
    padding: 20px;
    margin-bottom: 20px;
    color: #1f9938;
    background: #c5f0ce;
    border: solid 1px #1f9938;
}

.successMessage p {
    color: #1f9938;
}

.successMessage h2 {
    margin: 0;
    color: #1f9938;
}

.successMessage ul {
    margin-left: 45px;
    list-style: disc outside;
}

/* Paging */

.pageNext,
.pageBack {
    display: none;
}

.paging {
    min-height: 40px;

    margin-bottom: 40px;
}

.pageNumber,
.paging > li {
    float: left;

    width: 40px;
    height: 40px;

    line-height: 40px;

    margin: 0 10px 20px 0;

    text-align: center;

    color: #555;

    background: #e9e9e9;
}

.pageNumber a,
span.pageNumber,
a.pageNumber {
    display: block;

    width: 40px;
    height: 40px;

    color: #555;
}

.pageNumber strong a,
.pageNumber .strong a,
.no-touch .pageNumber a:hover,
.no-touch a.pageNumber:hover {
    color: #fff !important;
}

.currentPageNumber {
    font-weight: bold;

    color: #fff;
}

/* Comments */

#comments {
    padding: 20px 0 20px 0;
}

#addComment .avatar,
#addUpdate .avatar {
    float: left;

    overflow: hidden;

    width: auto;
    height: auto;

    border-radius: 50%;
}

#addComment .field,
#addUpdate .field,
.field.addItemComment {
    overflow: visible;
}

#addComment .field textarea,
#addUpdate .field textarea {
    min-height: 80px;
    height: 80px;

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.webGuidelines #addComment label[for="txtBody"] {
    display: block !important;
}

.field.addItemComment textarea {
    min-height: 36px;
}

.commentField {
    padding-left: 100px;
}

.commentField:first-child {
    padding-left: 0;
}

.no-touch .commentField .toolbar .button.showMore:hover {
    background: none;

    border-color: transparent;
}

#commentsList {
    margin-top: 50px;
}

.comment {
    width: 100%;

    margin-bottom: 40px;
}

.comment .toolbar {
    padding: 20px 0 0 100px;
}

.comment .toolbar .button.like,
.comment .toolbar .button.liked {
    float: left;

    margin-right: 4px;
}

.commentImage {
    position: relative;

    overflow: hidden;

    float: left;

    width: 80px;
    height: 80px;

    margin-right: 20px;

    background: #e9e9e9;

    border-radius: 50%;
}

.commentImage.hasAvatar {
    background: none;
}

.commentImage .avatar {
    z-index: 1;

    position: relative;

    width: auto;
    height: auto;
}

.commentImage .noAvatar {
    z-index: 0;

    position: absolute;

    top: 30%;

    overflow: visible;

    width: 100%;
    height: auto;

    text-align: center;

    font-size: 40px;
}

.commentContent {
    overflow: hidden;

    min-height: 80px;
}

.commentContent .field {
    margin-bottom: 0;
}

.commentInformation {
    padding-bottom: 5px;

    font-weight: 300;
}

.commentFile {
    display: block;

    margin-bottom: 5px;
}

.comment.edit .toolbar {
    padding: 10px 0 0 0;
}

/* Polls */
.poll .question {
    margin-bottom: 25px;
}

.poll .choice {
    display: table-row;
}

.poll .choice input {
    display: table-cell;

    float: none;

    margin: 7px 10px 20px 0;

    vertical-align: top;
}

.poll .choice label {
    display: table-cell;

    float: none;

    vertical-align: top;
}

.poll .result {
    padding-bottom: 10px;
}

.poll .result .columns,
.poll .result .column {
    display: inline-block;

    float: none;

    vertical-align: middle;
}

.poll .barContainer {
    background: #e9e9e9;
}

.poll .bar {
    height: 20px;
}

.poll .button {
    margin-top: 7px;
}

/* Statistics */

.statisticsChart {
    margin-top: 12px;
}

.statisticsChart .bar {
    display: inline-block;

    color: #fff;

    text-align: center;
    vertical-align: bottom;

    margin: 0px 0.5%;

    cursor: pointer;
}

.statisticsChart .barContainer {
    position: relative;

    height: 150px;

    border: 1px solid #e5e5e5;

    margin-left: 14px;
}

.statisticsChart .xScale {
    margin-left: 14px;
}

.statisticsChart .xScale div {
    display: inline-block;

    text-align: center;
}

.statisticsChart .yScale {
    position: absolute;

    top: -13px;
    left: 0;
}

.statisticsChart .yScale div {
    position: absolute;

    top: 0;
    right: 5px;
}

.barTooltip {
    position: absolute;

    padding: 5px 7px;

    color: #fff;

    font-size: 12px;
    text-align: center;

    border: 1px solid #fff;
    border-radius: 5px;

    z-index: 1000;
}

.range-slider {
    height: 40px;
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    border: 1px solid white;
    border-radius: 5px;
    margin: -4px 0;
    outline: none;
    padding: 0;
    width: calc(100% - (60px));
}
.range-slider__range::-webkit-slider-runnable-track {
    background-color: #d7dcdf;
    border: 1px solid #d7dcdf;
    border-radius: 5px;
    height: 7px;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #2c3e50;
    border: none;
    border-radius: 50%;
    height: 16px;
    margin-top: -5px;
    width: 16px;
}
.range-slider__range::-webkit-slider-thumb:hover,
.range-slider__range:active::-webkit-slider-thumb {
    background-color: #1abc9c;
}
.range-slider__range:focus {
    outline: none;
}
.range-slider__range:focus::-webkit-slider-runnable-track {
    background-color: #ccc;
}
.range-slider__range::-webkit-progress-value {
    background-color: #888;
    border-radius: 5px;
    height: 7px;
}

.range-slider__range::-moz-range-track {
    background-color: #d7dcdf;
    border: 1px solid #d7dcdf;
    border-radius: 5px;
    height: 7px;
}
.range-slider__range::-moz-range-thumb {
    background-color: #2c3e50;
    border: none;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
.range-slider__range:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}
.range-slider__range::-moz-focus-inner,
.range-slider__range::-moz-focus-outer {
    border: 0;
}
.range-slider__range::-moz-range-thumb:hover,
.range-slider__range:active::-moz-range-thumb {
    background-color: #1abc9c;
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}
.range-slider__range::-moz-range-track {
    background-color: #d7dcdf;
    border: 0;
}

.range-slider__range::-moz-focus-inner,
.range-slider__range::-moz-focus-outer {
    border: 0;
}
.range-slider__range::-moz-range-progress {
    background-color: #888;
    border-radius: 5px;
    height: 7px;
}

.range-slider__range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    height: 7px;
}
.range-slider__range::-ms-fill-lower {
    background-color: #777;
    border-radius: 10px;
}
.range-slider__range::-ms-fill-upper {
    background-color: #d7dcdf;
    border-radius: 10px;
}
.range-slider__range::-ms-thumb {
    background-color: #2c3e50;
    border: none;
    border-radius: 50%;
    height: 16px;
    width: 16px;
}
.range-slider__range:focus::-ms-fill-lower {
    background-color: #888;
}
.range-slider__range:focus::-ms-fill-upper {
    background-color: #ccc;
}
.range-slider__range::-ms-tooltip {
    display: none;
}

.range-slider__value {
    background-color: #2c3e50;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 15px;
    margin-left: 8px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    width: 45px;
}
.range-slider__value::after {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #2c3e50;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    top: 7px;
    width: 0;
}

/* Updates */

.four.columns .updateDescription.seven.columns,
.four.columns .updateImage.seven.columns,
.three.columns .updateDescription.seven.columns,
.three.columns .updateImage.seven.columns,
.two.columns .updateDescription.seven.columns,
.two.columns .updateImage.seven.columns,
.one.columns .updateDescription.seven.columns,
.one.columns .updateImage.seven.columns {
    min-width: 100%;
}

.webGuidelines a.readMore {
    text-decoration: underline;
}
.webGuidelines a.readMore::before,
.webGuidelines a.readMore::after {
    text-decoration: none;
}
.webGuidelines .readMore a.icon-forward.after::after {
    margin-left: 5px;
    text-decoration: none;
}

/* Cookie settings */
#cookieSettingsOverlayToggle {
    z-index: 999;
    position: fixed;
    bottom: -1px;
    right: 50px;
    min-width: 260px;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    white-space: nowrap;
}

#cookieSettingsOverlayToggle svg {
    float: left;
    width: 30px;
    margin-right: 10px;
}

#cookieSettingsOverlay .toolbarBottom .button input {
    text-transform: none;
}

#cookieSettingsOverlay .overlayContent .button.iconOnly.close:before {
    padding-left: 0;
}

#cookieSettingsOverlay .overlayItemContent .indent {
    padding-left: 67px;
}

.webGuidelines #cookieSettingsOverlay .overlayItemContent .indent {
    padding-left: 20px;
}

.cookieWarningMessage {
    position: relative;
    z-index: 999;
    padding: 20px;
    margin: 0 auto 20px auto;
    text-align: center;
    color: #555;
    background-color: #f2f2f2;
}

.cookieWarningMessage h3 {
    color: #555;
    font-weight: 600;
}

.cookieWarningMessage a {
    color: #555;
    text-decoration: underline;
}

#cookieSettingsOverlay .toolbarBottom {
    background-color: #fff;
    text-align: left;
}

#cookieSettingsOverlay .field,
#cookieSettingsOverlay p {
    margin-bottom: 10px;
}

/* Followers / followerspopup */
#followersOverlay .noAvatar,
#followersOverlay .avatar {
    float: left;
    margin-right: 10px;
}
#followersOverlay .overlayItemContent .disabledUser {
    color: #888;
    font-weight: 400;
    text-decoration-line: line-through;
}

/* CKEditor mention settings */
.cke_autocomplete_panel .mention-avatar {
    background-color: #efefef;
    border: 0;
    border-radius: 50%;
    height: 25px;
    margin-right: 5px;
    max-height: 25px;
    max-width: 25px;
    vertical-align: middle;
    width: 25px;
}
.cke_autocomplete_panel .mention-user {
    padding: 5px;
}

/* CKEditor Youtube plugin styles */
.advancedOptionsLink {
    display: block;
    font-weight: 700 !important;
    margin: 20px 0 !important;
    text-decoration: underline;
}
.advancedOptionsLink:hover {
    cursor: pointer;
}
.advancedOptionsLink::before {
    display: inline-block;
    font-size: 16px;
    height: 15px;
    padding-left: 5px;
    position: relative;
    width: 15px;
}
.advancedOptionsLink.closed::before {
    content: "+";
    top: 1px;
}
.advancedOptionsLink.open::before {
    content: "-";
    top: 0;
}

.cke_top,
.cke_bottom {
    background: #e9e9e9 !important;
}

* {
    outline: none;
}

.keyboard-user *:focus {
    box-shadow: 0 0 0 2px #000, 0 0 2px 2px #000 !important;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.disabled,
*:disabled {
    cursor: not-allowed;
}

/* Mobiles */
@media only screen and (max-width: 1000px) {
    .desktop #top {
        position: relative;
    }
    #top .row .eight.columns {
        padding-right: 20px;
    }

    .desktop #spacerTop {
        display: none;
    }

    table.list tr .column {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 768px) {
    body.noScroll {
        overflow: hidden;
    }

    h1 {
        font-size: 36px;
    }

    #top {
        min-height: 60px;
    }

    #top .title {
        float: left;

        width: auto;

        margin: 10px 0 0 10px;

        font-size: 22px;
    }

    #top .title a {
        padding: 8px 10px 12px 10px;
    }

    #top .title.small,
    #top .title.extraSmall,
    #top .logo {
        max-height: 50px;
        max-width: 200px;
        margin-left: 15px;
    }

    #top .hamburger {
        display: inline-block;
    }

    .webGuidelines #top .hamburger span {
        display: block;

        float: right;

        margin: 13px 0 0 10px;

        font-size: 18px;

        color: #000;

        line-height: 18px;
    }
    .webGuidelines #top .hamburger.active span {
        color: #fff;
    }

    #toolbarTop {
        text-align: left;
    }

    #toolbarTop .button.back {
        display: none;
    }

    #toolbarTop .button.follow input,
    #toolbarTop .button.following input,
    #toolbarTop .button.followers input {
        font-size: 14px;
    }

    .pathRow {
        padding: 0 15px;
    }

    #content {
        overflow-x: hidden;
        padding: 20px 15px 0 15px;
    }

    .ios body.overlayOpen #content {
        overflow-x: unset;
    }

    #content.fullscreen {
        padding: 0;
    }

    #left .content,
    #left .widget,
    #center,
    .twelve.columns #center,
    #right {
        padding-left: 0;
    }

    #bottom h3 {
        font-size: 22px;
    }

    #footer .logo {
        margin: 15px 15px 0 0;
    }

    .touchLabel {
        display: block;

        min-width: 130px;
    }

    .list .header {
        display: none;
    }

    .list .row .toolbar .dropDown {
        margin-left: 0;
    }

    .list .row .column,
    .list .row .columns {
        padding: 5px 0 5px 0;
    }

    .widget {
        width: 100%;
    }

    .charactersLeft {
        display: block;

        float: none;

        clear: both;

        margin-bottom: 10px;
    }

    .overlayContent.compact {
        min-width: 80%;
        max-width: 80%;
    }

    .twelve.columns .poll {
        float: none;

        width: 100%;

        margin: 0;
    }

    table.list,
    .webGuidelines table.list {
        border: 0;
    }

    table.list,
    table.list thead,
    table.list tbody,
    table.list th,
    table.list tr,
    table.list td {
        display: block;
    }

    table.list thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }

    table.list tr {
        border: 1px solid #cdcdcd;
        margin-bottom: 10px;
    }

    table.list td {
        /* Behave  like a "row" */
        border: none;
        padding-left: 50%;
        position: relative;
    }

    table.list td:before {
        /* Now like a table header */
        left: 6px;
        padding-right: 10px;
        position: absolute;
        top: 6px;
        white-space: nowrap;
        width: 45%;
    }

    table.list td .touchLabel {
        display: inline-block;
        float: none;
    }

    table.list.alternative .eventItem .three.columns.date .columns {
        padding: 5px 10px 5px 0;
    }

    table.list.alternative .eventItem td .touchLabel {
        width: 130px !important;
    }

    table.list .column:first-child,
    table.list .columns:first-child {
        padding-left: 0;
    }

    .editorContent table {
        max-width: 100%;
    }
    .editorContent table th {
        display: none;
    }
    .editorContent table td {
        border-bottom: 0;
        display: block;
        word-break: break-word;
    }
    .editorContent table tr td:first-child {
        background-color: #f1f4f7;
    }
    .editorContent table tbody td::before {
        content: attr(data-th-label) ": ";
        display: inline-block;
        font-weight: 700;
        min-width: 6.5em;
    }
    .editorContent table tbody tr:last-child {
        border-bottom: 1px solid #bcbcbc;
    }

    .overlay:not(#cookieSettingsOverlay) .button.iconOnly.close {
        margin-left: calc(90% - 55px);
        margin-top: -15px;
        position: fixed;
        right: auto;
        top: auto;
        z-index: 999;
    }
    .overlay h1 {
        padding: 40px 15px 15px;
    }
    .desktop .overlay h1 {
        padding-top: 25px;
    }
    .overlay .overlayContent {
        max-height: 90%;
        max-width: 90%;
        position: absolute;
        padding: 15px;
        left: 20px;
        top: 20px;
    }
    .desktop .overlay .overlayContent {
        top: 10px;
    }
    #cookieSettingsOverlay .overlayContent {
        padding: 0;
    }
    #cookieSettingsOverlay .overlayItemContent {
        height: auto;
        max-height: calc(100vh - 200px);
        overflow: auto;
        padding: 15px;
    }
    .desktop #cookieSettingsOverlay .overlayItemContent {
        max-height: calc(100vh - 170px);
        padding-bottom: 100px;
    }
    #cookieSettingsOverlay .overlayContent h1.scrollable {
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    }
    #cookieSettingsOverlay .overlayContent .toolbarBottom.scrollable {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    }
    #cookieSettingsOverlay .overlayContent .toolbarBottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        padding: 20px 15px 5px;
    }
    .desktop #cookieSettingsOverlay .overlayContent .toolbarBottom {
        padding: 20px 15px 10px;
    }
    .desktop .overlayContent > .button.close {
        height: 38px;
        padding-top: 0;
        width: 38px;
    }
    .desktop .overlayItemTitle {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .mobile #newsletter.item .editorContent table {
        white-space: normal;
    }
}

@media only screen and (max-width: 580px) {
    .item-nav-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .item-nav {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .item-nav.previous {
        margin-bottom: 25px;
    }
    .item-nav.next {
        float: none;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .editorContent table,
    .webGuidelines .editorContent table {
        overflow-wrap: break-word;
        width: 100%;
    }

    table.list tr .column {
        margin-left: 1%;
    }

    .comment .like.inline,
    .comment:not(.bestAnswer) .textButton {
        display: block;
        float: none;
        margin-top: 7px;
    }

    .comment.bestAnswer .textButton {
        display: block;
        float: left;
        margin-top: 20px;
    }

    .nestedComments .itemOptions {
        display: block;
        margin-top: 26px;
        clear: both;
    }

    .nestedComments .editMode > .commentImage {
        display: none;
    }
    table.list tr .column {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 480px) {
    .touchLabel {
        width: 100% !important;
    }

    .tabs ul > div,
    .tab {
        width: 100%;

        text-align: center;
    }

    .tab a {
        font-weight: normal;
    }

    .tab.active a {
        font-weight: 600;
    }

    .tab:last-child a {
        border-width: 1px;
    }

    .tab .tabContent {
        text-align: left;
    }

    .tabs.vertical .tab a:before,
    .tabs.vertical .tab a br {
        display: none;
    }

    .tabs.vertical .tab .badge {
        position: absolute;

        top: 10px;
        right: 20px;
    }

    .tabs.vertical .tabContent {
        text-align: left;
    }

    .tabs.vertical .tabContent h3,
    .tabs.vertical .tabContent fieldset legend {
        font-size: 22px;
    }
}

@media only screen and (max-width: 420px) and (max-height: 320px) {
    #cookieSettingsOverlay.overlay .overlayContent {
        bottom: 10px;
        left: 10px;
        margin-bottom: 0;
        margin-top: 0;
        max-height: 95%;
        max-width: 95%;
        right: 10px;
        top: 10px;
    }
    #cookieSettingsOverlay .overlayContent .toolbarBottom {
        position: initial;
    }
}

/* Tablets & desktops */

@media only screen and (min-width: 481px) {
    .tabs.vertical {
        border: solid 1px #e5e5e5;
    }

    .tabs.vertical > ul {
        float: left;

        width: 120px;

        margin-right: 15px;
    }

    .tabs.vertical .tab {
        top: 0;

        width: 120px;

        text-align: center;
    }

    .tabs.vertical .tab a {
        height: auto;

        padding: 15px 0 15px 0;

        line-height: 20px;

        font-weight: 400;
        font-size: 14px;

        border: none;
        border-radius: 0;
    }

    .tabs.vertical .tab a:before {
        font-size: 16px;
    }

    .tabs.vertical .tab .badge {
        position: absolute;

        top: 5px;
    }

    .tabs.vertical .tabContent {
        min-height: 500px;

        border: none;
        border-left: solid 120px #f2f2f2;
    }

    .tabs.vertical .tabContent h3,
    .tabs.vertical .tabContent fieldset legend {
        font-size: 24px;
    }
}

@media only screen and (max-width: 440px) {
    html.desktop #top .field.search {
        margin: 12px;
    }
}

@media only screen and (max-width: 320px) {
    #shortcuts.dropDownMenu .dropDown.notificationsContent {
        width: 200px;
    }

    .editorContent * {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

/* Print */
@media print {
    html,
    body,
    form,
    #total {
        height: auto;
    }

    #top,
    #royalSlider,
    #pathOptions,
    .toolbar,
    .button,
    #bottom,
    #cookieSettingsOverlayToggle {
        display: none !important;
    }

    .printContent {
        display: block;
    }

    sup,
    sub {
        line-height: 1.625em;
    }
    #spacerTop {
        display: none;
    }
    .three.columns {
        display: none;
        width: 0%;
    }
    .nine.columns {
        float: none;
        width: 95%;
    }
    h1 {
        font-size: 34px;
    }
    h4 {
        font-size: 16px;
    }
    p,
    ul {
        font-size: 14px;
    }
    .editorContent .row .columns.twelve {
        float: none;
        position: relative;
    }
    .readMoreContent.displayNone {
        display: block !important;
    }
    .collapsible-item .readMore {
        display: none;
    }
}
