/* Components */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Sections
 ========================================================================== */

/**
* Render the `main` element consistently in IE.
*/

.layout main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

.layout h1 {
    font-size: 2em;
}

[dir] .layout h1 {
    margin: 0.67em 0;
}

/* Grouping content
 ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

.layout hr {
    height: 0; /* 1 */
    box-sizing: content-box; /* 1 */
    overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

.layout pre {
    font-family: monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
 ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

[dir] .layout a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

.layout abbr[title] {
    -webkit-text-decoration: underline;
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted; /* 2 */ /* 1 */
}

[dir] .layout abbr[title] {
    border-bottom: none;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

.layout b,
.layout strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

.layout code,
.layout kbd,
.layout samp {
    font-family: monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

.layout small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

.layout sub {
    bottom: -0.25em;
}

.layout sup {
    top: -0.5em;
}

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

/**
* Remove the border on images inside links in IE 10.
*/

[dir] .layout img {
    border-style: none;
}

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

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

.layout button,
.layout input,
.layout optgroup,
.layout select,
.layout textarea {
    /* 2 */
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
}

[dir] .layout button,
[dir] .layout input,
[dir] .layout optgroup,
[dir] .layout select,
[dir] .layout textarea {
    margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

.layout button,
.layout input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

.layout button,
.layout select {
    /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

.layout button,
.layout [type='button'],
.layout [type='reset'],
.layout [type='submit'] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

[dir] .layout button::-moz-focus-inner,
[dir] .layout [type='button']::-moz-focus-inner,
[dir] .layout [type='reset']::-moz-focus-inner,
[dir] .layout [type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/

.layout button:-moz-focusring,
.layout [type='button']:-moz-focusring,
.layout [type='reset']:-moz-focusring,
.layout [type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

[dir] .layout fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

.layout legend {
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    box-sizing: border-box; /* 1 */ /* 3 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

[dir] .layout legend {
    padding: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

.layout progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

.layout textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

.layout [type='checkbox'],
.layout [type='radio'] {
    box-sizing: border-box; /* 1 */ /* 2 */
}

[dir] .layout [type='checkbox'],
[dir] .layout [type='radio'] {
    padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

.layout [type='number']::-webkit-inner-spin-button,
.layout [type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

.layout [type='search'] {
    outline-offset: -2px; /* 2 */
    -webkit-appearance: textfield; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

.layout input[type='text']::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.layout input[type='text']::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.layout input[type='search']::-webkit-search-decoration,
.layout input[type='search']::-webkit-search-cancel-button,
.layout input[type='search']::-webkit-search-results-button,
.layout
    input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
    display: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

.layout ::-webkit-file-upload-button {
    font: inherit; /* 2 */
    -webkit-appearance: button; /* 1 */
}

/* Interactive
 ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

.layout details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

.layout summary {
    display: list-item;
}

/* Misc
 ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}

/* Reset the box-sizing */

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

/* Body reset */

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(51, 62, 72, 1);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

[dir] body {
    background-color: #fff;
}

/* Reset fonts for relevant elements */

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Links */

.layout a {
    color: rgba(0, 103, 185, 1);
    -webkit-text-decoration: none;
    text-decoration: none;
}

.layout a:hover,
.layout a:focus {
    /*     color: #003c6d; */
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.layout a.disabled {
    color: #818a91;
}

[dir] .layout a.disabled {
    cursor: default;
}

[dir] .layout figure {
    margin: 0;
}

.layout img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.layout hr {
    display: block;
    height: 1px;
}

[dir] .layout hr {
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #eee;
}

/*
Remove the gap between audio, canvas, iframes,
images, videos and the bottom of their containers:
https://github.com/h5bp/html5-boilerplate/issues/440
*/

.layout audio,
.layout canvas,
.layout iframe,
.layout img,
.layout svg,
.layout video {
    vertical-align: middle;
}

/* Headings */

.layout h1,
.layout h2,
.layout h3,
.layout h4,
.layout h5,
.layout h6,
.layout .h1,
.layout .h2,
.layout .h3,
.layout .h4,
.layout .h5,
.layout .h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2;
    color: inherit;
}

[dir] .layout h1 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout h2 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout h3 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout h4 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout h5 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout h6 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout .h1 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout .h2 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout .h3 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout .h4 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout .h5 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout .h6 {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout p {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout ul {
    margin: 0 0 calc(18px * 1.5);
}

[dir] .layout ol {
    margin: 0 0 calc(18px * 1.5);
}

.layout h1 {
    font-size: calc(18px * 2.5);
}

.layout .h1 {
    font-size: calc(18px * 2.5);
}

.layout h2 {
    font-size: calc(18px * 1.75 - 2px);
}

.layout .h2 {
    font-size: calc(18px * 1.75 - 2px);
}

.layout h3 {
    font-size: calc(18px * 1.5 - 5px);
}

.layout .h3 {
    font-size: calc(18px * 1.5 - 5px);
}

.layout h4 {
    font-size: calc(18px * 1.25);
}

.layout .h4 {
    font-size: calc(18px * 1.25);
}

.layout h5 {
    font-size: calc(18px * 1.1);
}

.layout .h5 {
    font-size: calc(18px * 1.1);
}

.layout h6 {
    font-size: calc(18px * 1);
}

.layout .h6 {
    font-size: calc(18px * 1);
}

.layout b {
    font-weight: 600;
}

.layout strong {
    font-weight: 600;
}

.layout small,
.layout .small {
    font-size: 80%;
    font-weight: normal;
    line-height: 1;
}

/* Description Lists */

[dir] .layout dl {
    margin-top: 0;
    margin-bottom: calc(18px * 1.5);
}

.layout dt {
    line-height: 1.5;
}

[dir] .layout dt {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout dd {
    line-height: 1.5;
}

[dir] .layout dd {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout dt {
    font-weight: bold;
}

.layout dd {
    /* Undo browser default */
}

[dir='ltr'] .layout dd {
    margin-left: 0;
}

[dir='rtl'] .layout dd {
    margin-right: 0;
}

.layout .dl-horizontal:before,
.layout .dl-horizontal:after {
    display: table;
    content: '';
}

[dir] .layout .dl-horizontal:after {
    clear: both;
}

.layout .dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .layout .dl-horizontal dt {
        width: 30%;
    }
    [dir] .layout .dl-horizontal dt {
        clear: both;
    }
    [dir='ltr'] .layout .dl-horizontal dt {
        float: left;
        padding-right: 15px;
    }
    [dir='rtl'] .layout .dl-horizontal dt {
        float: right;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .layout .dl-horizontal dd {
        width: 70%;
    }
    [dir='ltr'] .layout .dl-horizontal dd {
        float: right;
    }
    [dir='rtl'] .layout .dl-horizontal dd {
        float: left;
    }
}

/* Abbreviations and acronyms */

[dir] .layout abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

[dir] .layout abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

/* Blockquotes */

.layout blockquote {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}

[dir] .layout blockquote {
    padding: calc(18px * 1.5 / 2)
        calc(18px * 1.5);
    margin: 0 0 calc(18px * 1.5);
    background-color: #f6f7f8;
}

[dir='ltr'] .layout blockquote {
    border-left: 5px solid #eee;
}

[dir='rtl'] .layout blockquote {
    border-right: 5px solid #eee;
}

[dir='ltr'] .layout blockquote.is-colored {
    border-left: 5px solid rgba(0, 103, 185, 1);
}

[dir='rtl'] .layout blockquote.is-colored {
    border-right: 5px solid rgba(0, 103, 185, 1);
}

[dir] .layout blockquote p:last-child,
[dir] .layout blockquote ul:last-child,
[dir] .layout blockquote ol:last-child {
    margin-bottom: 0;
}

/* Code */

[dir] .layout code {
    padding: 20px !important;
    border-radius: 4px !important;
}

/* Addresses */

.layout address {
    font-style: normal;
    line-height: 1.5;
}

[dir] .layout address {
    margin-bottom: calc(18px * 1.5);
}

.layout .clearfix:before,
.layout .clearfix:after {
    display: table;
    content: '';
}

[dir] .layout .clearfix:after {
    clear: both;
}

.layout .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

[dir] .layout .sr-only {
    padding: 0;
    margin: -1px;
    border: 0;
}

.layout .list-unstyled {
    list-style: none;
}

[dir='ltr'] .layout .list-unstyled {
    padding-left: 0;
}

[dir='rtl'] .layout .list-unstyled {
    padding-right: 0;
}

.layout .is-hidden,
.layout .hidden {
    display: none !important;
}

.layout .powered-by-zendesk {
    display: none;
}

.layout .visibility-hidden,
.layout .recent-activity-accessibility-label,
.layout .pagination-first-text,
.layout .pagination-last-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}

[dir] .layout .visibility-hidden,
[dir] .layout .recent-activity-accessibility-label,
[dir] .layout .pagination-first-text,
[dir] .layout .pagination-last-text {
    padding: 0;
    margin: -1px;
    border: 0;
}

/********
Forms
--------------------------------------------------
Normalize non-controls

Restyle and baseline non-control form elements.
*********/

.layout fieldset {
    min-width: 0;
}

[dir] .layout fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.layout legend {
    display: block;
    width: 100%;
    font-size: calc(18px * 1.5);
    line-height: inherit;
    color: #373a3c;
}

[dir] .layout legend {
    padding: 0;
    margin-bottom: calc(18px * 1.5);
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.layout label {
    display: inline-block;
    max-width: 100%;
    font-weight: 600;
}

[dir] .layout label {
    margin-bottom: calc(18px * 1.5 / 2);
}

/********
Normalize form controls

While most of our form styles require extra classes, some basic normalization
is required to ensure optimum display with or without those classes to better
address browser inconsistencies.
*********/

/* Override content-box in Normalize (* isn't specific enough) */

.layout input[type='search'] {
    box-sizing: border-box;
}

/* Position radios and checkboxes better */

.layout input[type='radio'],
.layout input[type='checkbox'] {
    line-height: normal;
}

[dir] .layout input[type='radio'],
[dir] .layout input[type='checkbox'] {
    margin: 4px 0 0;
    margin-top: 1px;
}

/* Set the height of file controls to match text inputs */

.layout input[type='file'] {
    display: block;
}

/* Make range inputs behave like textual form controls */

.layout input[type='range'] {
    display: block;
    width: 100%;
}

/* Make multiple select elements height not fixed */

.layout select[multiple],
.layout select[size] {
    height: auto;
}

/* Focus for file, radio, and checkbox */

.layout input[type='file']:focus,
.layout input[type='radio']:focus,
.layout input[type='checkbox']:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* Adjust output element */

.layout output {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}

[dir] .layout output {
    padding-top: 7px;
}

/********
Common form controls

Shared size and type resets for form controls. Apply `.form-control` to any
of the following form controls:
********/

.layout select {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout select {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout textarea {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout textarea {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='text'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='text'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='password'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='password'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='datetime'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='datetime'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='datetime-local'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='datetime-local'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='date'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='date'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='month'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='month'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='time'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='time'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='week'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='week'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='number'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='number'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='email'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='email'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='url'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='url'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='search'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: calc(18px - 2px);
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='search'] {
    padding: calc(12px / 2) 12px;
    padding-left: 39px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c1c5c8;
    border-radius: 4px;
}

.layout input[type='tel'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='tel'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout input[type='color'] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout input[type='color'] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout .nesty-input {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout .nesty-input {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout ul[data-hc-pills-container] {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .layout ul[data-hc-pills-container] {
    padding: calc(12px / 2) 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdc2c5;
    border-radius: 4px;
}

.layout select:focus {
    outline: 0;
}

[dir] .layout select:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout textarea:focus {
    outline: 0;
}

[dir] .layout textarea:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='text']:focus {
    outline: 0;
}

[dir] .layout input[type='text']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='password']:focus {
    outline: 0;
}

[dir] .layout input[type='password']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='datetime']:focus {
    outline: 0;
}

[dir] .layout input[type='datetime']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='datetime-local']:focus {
    outline: 0;
}

[dir] .layout input[type='datetime-local']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='date']:focus {
    outline: 0;
}

[dir] .layout input[type='date']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='month']:focus {
    outline: 0;
}

[dir] .layout input[type='month']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='time']:focus {
    outline: 0;
}

[dir] .layout input[type='time']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='week']:focus {
    outline: 0;
}

[dir] .layout input[type='week']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='number']:focus {
    outline: 0;
}

[dir] .layout input[type='number']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='email']:focus {
    outline: 0;
}

[dir] .layout input[type='email']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='url']:focus {
    outline: 0;
}

[dir] .layout input[type='url']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='search']:focus {
    outline: 0;
}

[dir] .layout input[type='search']:focus {
    border-color: #333e48;
}

.layout input[type='tel']:focus {
    outline: 0;
}

[dir] .layout input[type='tel']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout input[type='color']:focus {
    outline: 0;
}

[dir] .layout input[type='color']:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout .nesty-input:focus {
    outline: 0;
}

[dir] .layout .nesty-input:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout ul[data-hc-pills-container]:focus {
    outline: 0;
}

[dir] .layout ul[data-hc-pills-container]:focus {
    border-color: rgba(0, 103, 185, 1);
}

.layout select::-moz-placeholder,
.layout textarea::-moz-placeholder,
.layout input[type='text']::-moz-placeholder,
.layout input[type='password']::-moz-placeholder,
.layout input[type='datetime']::-moz-placeholder,
.layout input[type='datetime-local']::-moz-placeholder,
.layout input[type='date']::-moz-placeholder,
.layout input[type='month']::-moz-placeholder,
.layout input[type='time']::-moz-placeholder,
.layout input[type='week']::-moz-placeholder,
.layout input[type='number']::-moz-placeholder,
.layout input[type='email']::-moz-placeholder,
.layout input[type='url']::-moz-placeholder,
.layout input[type='search']::-moz-placeholder,
.layout input[type='tel']::-moz-placeholder,
.layout input[type='color']::-moz-placeholder,
.layout .nesty-input::-moz-placeholder,
.layout ul[data-hc-pills-container]::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.layout select:-ms-input-placeholder,
.layout textarea:-ms-input-placeholder,
.layout input[type='text']:-ms-input-placeholder,
.layout input[type='password']:-ms-input-placeholder,
.layout input[type='datetime']:-ms-input-placeholder,
.layout input[type='datetime-local']:-ms-input-placeholder,
.layout input[type='date']:-ms-input-placeholder,
.layout input[type='month']:-ms-input-placeholder,
.layout input[type='time']:-ms-input-placeholder,
.layout input[type='week']:-ms-input-placeholder,
.layout input[type='number']:-ms-input-placeholder,
.layout input[type='email']:-ms-input-placeholder,
.layout input[type='url']:-ms-input-placeholder,
.layout input[type='search']:-ms-input-placeholder,
.layout input[type='tel']:-ms-input-placeholder,
.layout input[type='color']:-ms-input-placeholder,
.layout .nesty-input:-ms-input-placeholder,
.layout ul[data-hc-pills-container]:-ms-input-placeholder {
    color: #999;
}

.layout select::-webkit-input-placeholder,
.layout textarea::-webkit-input-placeholder,
.layout input[type='text']::-webkit-input-placeholder,
.layout input[type='password']::-webkit-input-placeholder,
.layout input[type='datetime']::-webkit-input-placeholder,
.layout
    input[type='datetime-local']::-webkit-input-placeholder,
.layout input[type='date']::-webkit-input-placeholder,
.layout input[type='month']::-webkit-input-placeholder,
.layout input[type='time']::-webkit-input-placeholder,
.layout input[type='week']::-webkit-input-placeholder,
.layout input[type='number']::-webkit-input-placeholder,
.layout input[type='email']::-webkit-input-placeholder,
.layout input[type='url']::-webkit-input-placeholder,
.layout input[type='search']::-webkit-input-placeholder,
.layout input[type='tel']::-webkit-input-placeholder,
.layout input[type='color']::-webkit-input-placeholder,
.layout .nesty-input::-webkit-input-placeholder,
.layout
    ul[data-hc-pills-container]::-webkit-input-placeholder {
    color: #999;
}

[dir]
    .layout
    ul[data-hc-pills-container][data-hc-focus='true'] {
    border-color: rgba(0, 103, 185, 1);
}

.layout select {
    height: calc(18px * 1.5 + 14px);
}

.layout textarea {
    height: 102px;
    resize: vertical;
}

/********
Search inputs in iOS

This overrides the extra rounded corners on search inputs in iOS so that our
`.form-control` class can properly style them. Note that this cannot simply
be added to `.form-control` as it's not specific enough. For details, see
https://github.com/twbs/bootstrap/issues/11586.
*******/

.layout input[type='search'] {
    -webkit-appearance: none;
}

/********
Special styles for iOS temporal inputs

In Mobile Safari, setting `display: block` on temporal inputs causes the
text within the input to become vertically misaligned. As a workaround, we
set a pixel line-height that matches the given height of the input, but only
for Safari.
*******/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .layout input[type='date'] {
        line-height: calc(18px * 1.5 + 14px);
    }
    .layout input[type='time'] {
        line-height: calc(18px * 1.5 + 14px);
    }
    .layout input[type='datetime-local'] {
        line-height: calc(18px * 1.5 + 14px);
    }
    .layout input[type='month'] {
        line-height: calc(18px * 1.5 + 14px);
    }
}

/********
Form groups

Designed to help with the organization and spacing of vertical forms. For
horizontal forms, use the predefined grid classes.
*******/

[dir] .layout .form-field {
    margin-bottom: calc(18px * 1.5);
}

.layout .form-field p {
    display: block;
    font-size: 90%;
    color: #687e93;
}

[dir] .layout .form-field p {
    margin-top: 10px;
    margin-bottom: 15px;
}

.layout .form-field .optional {
    color: #5d7184;
}

[dir='ltr'] .layout .form-field .optional {
    margin-left: 4px;
}

[dir='rtl'] .layout .form-field .optional {
    margin-right: 4px;
}

.layout .form-field.boolean {
    position: relative;
}

[dir='ltr'] .layout .form-field.boolean {
    padding-left: 20px;
}

[dir='rtl'] .layout .form-field.boolean {
    padding-right: 20px;
}

.layout .form-field.boolean input[type='checkbox'] {
    position: absolute;
}

[dir='ltr']
    .layout
    .form-field.boolean
    input[type='checkbox'] {
    left: 0;
}

[dir='rtl']
    .layout
    .form-field.boolean
    input[type='checkbox'] {
    right: 0;
}

.layout .form-field.boolean label {
    min-height: calc(18px * 1.5);
}

[dir] .layout .form-field.boolean label {
    margin-bottom: 0;
    cursor: pointer;
}

/********
Apply same disabled cursor tweak as for inputs
Some special care is needed because <label>s don't inherit their parent's `cursor`.

Note: Neither radios nor checkboxes can be readonly.
*******/

[dir] .layout input[type='radio'][disabled],
[dir] .layout input.disabled[type='radio'],
[dir] .layout fieldset[disabled] input[type='radio'],
[dir] .layout input[type='checkbox'][disabled],
[dir] .layout input.disabled[type='checkbox'],
[dir] .layout fieldset[disabled] input[type='checkbox'] {
    cursor: not-allowed;
}

/********
Help text

Apply to any element you wish to create light text for placement immediately
below a form control. Use for general help, formatting, or instructional text.
********/

.layout .help-block {
    display: block;
    font-size: 90%;
    color: #687e93;
}

[dir] .layout .help-block {
    margin-top: 10px;
    margin-bottom: 15px;
}

.layout .btn,
.layout input[type='submit'],
.layout .section-subscribe button,
.layout .article-subscribe button,
.layout .community-follow button,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button,
.layout .subscriptions-subscribe button,
.layout .edit-profile-button a,
.layout .pagination-next-link,
.layout .pagination-prev-link,
.layout .pagination-first-link,
.layout .pagination-last-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    touch-action: manipulation;
}

[dir] .layout .btn,
[dir] .layout input[type='submit'],
[dir] .layout .section-subscribe button,
[dir] .layout .article-subscribe button,
[dir] .layout .community-follow button,
[dir]
    .layout
    .requests-table-toolbar
    .organization-subscribe
    button,
[dir] .layout .subscriptions-subscribe button,
[dir] .layout .edit-profile-button a,
[dir] .layout .pagination-next-link,
[dir] .layout .pagination-prev-link,
[dir] .layout .pagination-first-link,
[dir] .layout .pagination-last-link {
    padding: 8px 16px;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.layout .btn:focus,
.layout .btn:active:focus,
.layout input[type='submit']:focus,
.layout input[type='submit']:active:focus,
.layout .section-subscribe button:focus,
.layout .section-subscribe button:active:focus,
.layout .article-subscribe button:focus,
.layout .article-subscribe button:active:focus,
.layout .community-follow button:focus,
.layout .community-follow button:active:focus,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button:focus,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button:active:focus,
.layout .subscriptions-subscribe button:focus,
.layout .subscriptions-subscribe button:active:focus,
.layout .edit-profile-button a:focus,
.layout .edit-profile-button a:active:focus,
.layout .pagination-next-link:focus,
.layout .pagination-next-link:active:focus,
.layout .pagination-prev-link:focus,
.layout .pagination-prev-link:active:focus,
.layout .pagination-first-link:focus,
.layout .pagination-first-link:active:focus,
.layout .pagination-last-link:focus,
.layout .pagination-last-link:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.layout .btn:hover,
.layout .btn:focus,
.layout input[type='submit']:hover,
.layout input[type='submit']:focus,
.layout .section-subscribe button:hover,
.layout .section-subscribe button:focus,
.layout .article-subscribe button:hover,
.layout .article-subscribe button:focus,
.layout .community-follow button:hover,
.layout .community-follow button:focus,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button:hover,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button:focus,
.layout .subscriptions-subscribe button:hover,
.layout .subscriptions-subscribe button:focus,
.layout .edit-profile-button a:hover,
.layout .edit-profile-button a:focus,
.layout .pagination-next-link:hover,
.layout .pagination-next-link:focus,
.layout .pagination-prev-link:hover,
.layout .pagination-prev-link:focus,
.layout .pagination-first-link:hover,
.layout .pagination-first-link:focus,
.layout .pagination-last-link:hover,
.layout .pagination-last-link:focus {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.layout .btn:active,
.layout input[type='submit']:active,
.layout .section-subscribe button:active,
.layout .article-subscribe button:active,
.layout .community-follow button:active,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button:active,
.layout .subscriptions-subscribe button:active,
.layout .edit-profile-button a:active,
.layout .pagination-next-link:active,
.layout .pagination-prev-link:active,
.layout .pagination-first-link:active,
.layout .pagination-last-link:active {
    outline: none;
}

[dir] .layout .btn:active,
[dir] .layout input[type='submit']:active,
[dir] .layout .section-subscribe button:active,
[dir] .layout .article-subscribe button:active,
[dir] .layout .community-follow button:active,
.layout
    [dir]
    .requests-table-toolbar
    .organization-subscribe
    button:active,
[dir] .layout .subscriptions-subscribe button:active,
[dir] .layout .edit-profile-button a:active,
[dir] .layout .pagination-next-link:active,
[dir] .layout .pagination-prev-link:active,
[dir] .layout .pagination-first-link:active,
[dir] .layout .pagination-last-link:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.layout .btn--default,
.layout .section-subscribe button,
.layout .article-subscribe button,
.layout .community-follow button,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button,
.layout .subscriptions-subscribe button,
.layout .edit-profile-button a,
.layout .pagination-next-link,
.layout .pagination-prev-link,
.layout .pagination-first-link,
.layout .pagination-last-link {
    color: rgba(0, 103, 185, 1);
}

[dir] .layout .btn--default,
[dir] .layout .section-subscribe button,
[dir] .layout .article-subscribe button,
[dir] .layout .community-follow button,
[dir]
    .layout
    .requests-table-toolbar
    .organization-subscribe
    button,
[dir] .layout .subscriptions-subscribe button,
[dir] .layout .edit-profile-button a,
[dir] .layout .pagination-next-link,
[dir] .layout .pagination-prev-link,
[dir] .layout .pagination-first-link,
[dir] .layout .pagination-last-link {
    border-color: rgba(0, 103, 185, 1);
}

.layout .btn--default:hover,
.layout .btn--default:focus,
.layout .btn--default:active,
.layout .section-subscribe button:hover,
.layout .section-subscribe button:focus,
.layout .section-subscribe button:active,
.layout .article-subscribe button:hover,
.layout .article-subscribe button:focus,
.layout .article-subscribe button:active,
.layout .community-follow button:hover,
.layout .community-follow button:focus,
.layout .community-follow button:active,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button:hover,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button:focus,
.layout
    .requests-table-toolbar
    .organization-subscribe
    button:active,
.layout .subscriptions-subscribe button:hover,
.layout .subscriptions-subscribe button:focus,
.layout .subscriptions-subscribe button:active,
.layout .edit-profile-button a:hover,
.layout .edit-profile-button a:focus,
.layout .edit-profile-button a:active,
.layout .pagination-next-link:hover,
.layout .pagination-next-link:focus,
.layout .pagination-next-link:active,
.layout .pagination-prev-link:hover,
.layout .pagination-prev-link:focus,
.layout .pagination-prev-link:active,
.layout .pagination-first-link:hover,
.layout .pagination-first-link:focus,
.layout .pagination-first-link:active,
.layout .pagination-last-link:hover,
.layout .pagination-last-link:focus,
.layout .pagination-last-link:active {
    color: #fff;
}

[dir] .layout .btn--default:hover,
[dir] .layout .btn--default:focus,
[dir] .layout .btn--default:active,
[dir] .layout .section-subscribe button:hover,
[dir] .layout .section-subscribe button:focus,
[dir] .layout .section-subscribe button:active,
[dir] .layout .article-subscribe button:hover,
[dir] .layout .article-subscribe button:focus,
[dir] .layout .article-subscribe button:active,
[dir] .layout .community-follow button:hover,
[dir] .layout .community-follow button:focus,
[dir] .layout .community-follow button:active,
.layout
    [dir]
    .requests-table-toolbar
    .organization-subscribe
    button:hover,
.layout
    [dir]
    .requests-table-toolbar
    .organization-subscribe
    button:focus,
.layout
    [dir]
    .requests-table-toolbar
    .organization-subscribe
    button:active,
[dir] .layout .subscriptions-subscribe button:hover,
[dir] .layout .subscriptions-subscribe button:focus,
[dir] .layout .subscriptions-subscribe button:active,
[dir] .layout .edit-profile-button a:hover,
[dir] .layout .edit-profile-button a:focus,
[dir] .layout .edit-profile-button a:active,
[dir] .layout .pagination-next-link:hover,
[dir] .layout .pagination-next-link:focus,
[dir] .layout .pagination-next-link:active,
[dir] .layout .pagination-prev-link:hover,
[dir] .layout .pagination-prev-link:focus,
[dir] .layout .pagination-prev-link:active,
[dir] .layout .pagination-first-link:hover,
[dir] .layout .pagination-first-link:focus,
[dir] .layout .pagination-first-link:active,
[dir] .layout .pagination-last-link:hover,
[dir] .layout .pagination-last-link:focus,
[dir] .layout .pagination-last-link:active {
    background-color: #00457c;
    border-color: #00457c;
}

.layout .btn--primary,
.layout input[type='submit'],
.layout .edit-profile-button a {
    color: #fff;
}

[dir] .layout .btn--primary,
[dir] .layout input[type='submit'],
[dir] .layout .edit-profile-button a {
    background-color: rgba(0, 103, 185, 1);
    border-color: rgba(0, 103, 185, 1);
}

.layout .btn--primary:hover,
.layout .btn--primary:focus,
.layout .btn--primary:active,
.layout input[type='submit']:hover,
.layout input[type='submit']:focus,
.layout input[type='submit']:active,
.layout .edit-profile-button a:hover,
.layout .edit-profile-button a:focus,
.layout .edit-profile-button a:active {
    color: #e0e0e0;
}

[dir] .layout .btn--primary:hover,
[dir] .layout .btn--primary:focus,
[dir] .layout .btn--primary:active,
[dir] .layout input[type='submit']:hover,
[dir] .layout input[type='submit']:focus,
[dir] .layout input[type='submit']:active,
[dir] .layout .edit-profile-button a:hover,
[dir] .layout .edit-profile-button a:focus,
[dir] .layout .edit-profile-button a:active {
    background-color: #004b86;
    border-color: #003762;
}

[dir] .layout .btn--topbar {
    border: 1px solid currentColor;
    border-radius: 100px;
}

.layout .btn--topbar:hover {
    opacity: 1;
}

[dir] .layout .btn--topbar:active {
    box-shadow: none;
}

@media (min-width: 768px) {
    .layout .btn--topbar {
        display: inline-block;
        vertical-align: top;
    }
    [dir] .layout .btn--topbar {
        margin-bottom: 0;
    }
}

.layout .topbar--small .btn--topbar {
    color: #fff;
}

[dir] .layout .topbar--small .btn--topbar {
    background-color: transparent;
    border-color: #fff;
}

.layout .topbar--small .btn--topbar:hover,
.layout .topbar--small .btn--topbar:focus,
.layout .topbar--small .btn--topbar:active {
    color: #e0e0e0;
}

[dir] .layout .topbar--small .btn--topbar:hover,
[dir] .layout .topbar--small .btn--topbar:focus,
[dir] .layout .topbar--small .btn--topbar:active {
    background-color: darken(transparent, 10%);
    border-color: #e0e0e0;
}

@media (max-width: 767px) {
    .layout .btn--topbar {
        display: block;
        width: 100%;
    }
    [dir] .layout .btn--topbar {
        margin-bottom: calc(18px * 1.5 / 2);
    }
}

[dir] .layout .btn--sidebar-toggle {
    margin-bottom: calc(18px * 1.5);
}

[dir] .layout .my-activities-items__body button {
    padding: calc(12px / 2) 12px;
}

[dir='ltr'] .layout .btn .fa {
    margin-right: 4px;
}

[dir='rtl'] .layout .btn .fa {
    margin-left: 4px;
}

[dir='ltr'] .layout .container {
    padding-right: 15px;
    padding-left: 15px;
}

[dir='rtl'] .layout .container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .container {
        padding-right: calc(15px * 2);
        padding-left: calc(15px * 2);
    }
    [dir='rtl'] .layout .container {
        padding-left: calc(15px * 2);
        padding-right: calc(15px * 2);
    }
}

[dir] .layout .container--grey {
    background-color: #f6f7f8;
}

.layout .container-inner {
    max-width: 1180px;
}

[dir] .layout .container-inner {
    margin: 0 auto;
}

/* Tables */

[dir] .layout table {
    background-color: transparent;
}

.layout caption {
    color: #818a91;
}

[dir] .layout caption {
    padding-top: 12px;
    padding-bottom: 12px;
}

[dir='ltr'] .layout caption {
    text-align: left;
}

[dir='rtl'] .layout caption {
    text-align: right;
}

[dir='ltr'] .layout th {
    text-align: left;
}

[dir='rtl'] .layout th {
    text-align: right;
}

/* Baseline styles */

.layout .table {
    width: 100%;
    max-width: 100%;
}

[dir] .layout .table {
    margin-bottom: calc(18px * 1.5);
}

.layout .table th,
.layout .table td {
    vertical-align: top;
}

[dir] .layout .table th,
[dir] .layout .table td {
    padding: 12px;
}

[dir] .layout .table td {
    border-top: 1px solid #ddd;
}

.layout .table thead th {
    vertical-align: bottom;
}

[dir] .layout .table tbody + tbody {
    border-top: 1px solid #ddd;
}

[dir] .layout .table .table {
    background-color: #fff;
}

.layout .table--color-header th {
    color: #fff;
}

[dir] .layout .table--color-header th {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .table--striped th,
[dir] .layout .table--striped td,
[dir] .layout .table--striped thead th {
    border-color: #fff;
}

.layout .table--striped tbody tr:nth-child(odd) {
    color: inherit;
}

[dir] .layout .table--striped tbody tr:nth-child(odd) {
    background-color: #eee;
}

.layout .table--hover tbody tr:hover {
    color: inherit;
}

[dir] .layout .table--hover tbody tr:hover {
    background-color: #eee;
}

[dir] .layout .table--bordered {
    border: 1px solid #d3d6d8;
}

[dir='ltr'] .layout .table--bordered td {
    border-left: 1px solid #d3d6d8;
}

[dir='rtl'] .layout .table--bordered td {
    border-right: 1px solid #d3d6d8;
}

[dir='ltr'] .layout .table--bordered th {
    border-left: 1px solid #d3d6d8;
}

[dir='rtl'] .layout .table--bordered th {
    border-right: 1px solid #d3d6d8;
}

/***********
Responsive tables

Wrap your tables in `.table-responsive` and we'll make them mobile friendly
by enabling horizontal scrolling. Only applies <768px. Everything above that
will display normally.
************/

.layout .table-responsive {
    min-height: 0.01%; /* Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) */
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .layout .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    [dir] .layout .table-responsive {
        margin-bottom: calc(18px * 1.5 * 0.75);
        border: 1px solid #ddd;
    }

    [dir] .layout .table-responsive > .table {
        margin-bottom: 0;
    }
    .layout .table-responsive > .table > thead > tr > th,
    .layout .table-responsive > .table > thead > tr > td,
    .layout .table-responsive > .table > tbody > tr > th,
    .layout .table-responsive > .table > tbody > tr > td,
    .layout .table-responsive > .table > tfoot > tr > th,
    .layout .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
}

[dir='ltr'] .layout .row {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1);
}

[dir='rtl'] .layout .row {
    margin-left: calc(15px * -1);
    margin-right: calc(15px * -1);
}

.layout .column {
    position: relative;
    width: 100%;
    min-height: 1px;
}

[dir='ltr'] .layout .column {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

[dir='rtl'] .layout .column {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.layout .column--xs-1 {
    width: 8.33333%;
}

.layout .column--xs-2 {
    width: 16.66667%;
}

.layout .column--xs-3 {
    width: 25%;
}

.layout .column--xs-4 {
    width: 33.33333%;
}

.layout .column--xs-5 {
    width: 41.66667%;
}

.layout .column--xs-6 {
    width: 50%;
}

.layout .column--xs-7 {
    width: 58.33333%;
}

.layout .column--xs-8 {
    width: 66.66667%;
}

.layout .column--xs-9 {
    width: 75%;
}

.layout .column--xs-10 {
    width: 83.33333%;
}

.layout .column--xs-11 {
    width: 91.66667%;
}

.layout .column--xs-12 {
    width: 100%;
}

[dir='ltr'] .layout .column--xs-offset-0 {
    margin-left: 0%;
}

[dir='rtl'] .layout .column--xs-offset-0 {
    margin-right: 0%;
}

[dir='ltr'] .layout .column--xs-offset-1 {
    margin-left: 8.33333%;
}

[dir='rtl'] .layout .column--xs-offset-1 {
    margin-right: 8.33333%;
}

[dir='ltr'] .layout .column--xs-offset-2 {
    margin-left: 16.66667%;
}

[dir='rtl'] .layout .column--xs-offset-2 {
    margin-right: 16.66667%;
}

[dir='ltr'] .layout .column--xs-offset-3 {
    margin-left: 25%;
}

[dir='rtl'] .layout .column--xs-offset-3 {
    margin-right: 25%;
}

[dir='ltr'] .layout .column--xs-offset-4 {
    margin-left: 33.33333%;
}

[dir='rtl'] .layout .column--xs-offset-4 {
    margin-right: 33.33333%;
}

[dir='ltr'] .layout .column--xs-offset-5 {
    margin-left: 41.66667%;
}

[dir='rtl'] .layout .column--xs-offset-5 {
    margin-right: 41.66667%;
}

[dir='ltr'] .layout .column--xs-offset-6 {
    margin-left: 50%;
}

[dir='rtl'] .layout .column--xs-offset-6 {
    margin-right: 50%;
}

[dir='ltr'] .layout .column--xs-offset-7 {
    margin-left: 58.33333%;
}

[dir='rtl'] .layout .column--xs-offset-7 {
    margin-right: 58.33333%;
}

[dir='ltr'] .layout .column--xs-offset-8 {
    margin-left: 66.66667%;
}

[dir='rtl'] .layout .column--xs-offset-8 {
    margin-right: 66.66667%;
}

[dir='ltr'] .layout .column--xs-offset-9 {
    margin-left: 75%;
}

[dir='rtl'] .layout .column--xs-offset-9 {
    margin-right: 75%;
}

[dir='ltr'] .layout .column--xs-offset-10 {
    margin-left: 83.33333%;
}

[dir='rtl'] .layout .column--xs-offset-10 {
    margin-right: 83.33333%;
}

[dir='ltr'] .layout .column--xs-offset-11 {
    margin-left: 91.66667%;
}

[dir='rtl'] .layout .column--xs-offset-11 {
    margin-right: 91.66667%;
}

[dir='ltr'] .layout .column--xs-offset-12 {
    margin-left: 100%;
}

[dir='rtl'] .layout .column--xs-offset-12 {
    margin-right: 100%;
}

@media (min-width: 768px) {
    .layout .column--sm-1 {
        width: 8.33333%;
    }

    .layout .column--sm-2 {
        width: 16.66667%;
    }

    .layout .column--sm-3 {
        width: 25%;
    }

    .layout .column--sm-4 {
        width: 33.33333%;
    }

    .layout .column--sm-5 {
        width: 41.66667%;
    }

    .layout .column--sm-6 {
        width: 50%;
    }

    .layout .column--sm-7 {
        width: 58.33333%;
    }

    .layout .column--sm-8 {
        width: 66.66667%;
    }

    .layout .column--sm-9 {
        width: 75%;
    }

    .layout .column--sm-10 {
        width: 83.33333%;
    }

    .layout .column--sm-11 {
        width: 91.66667%;
    }

    .layout .column--sm-12 {
        width: 100%;
    }

    [dir='ltr'] .layout .column--sm-offset-0 {
        margin-left: 0%;
    }

    [dir='rtl'] .layout .column--sm-offset-0 {
        margin-right: 0%;
    }

    [dir='ltr'] .layout .column--sm-offset-1 {
        margin-left: 8.33333%;
    }

    [dir='rtl'] .layout .column--sm-offset-1 {
        margin-right: 8.33333%;
    }

    [dir='ltr'] .layout .column--sm-offset-2 {
        margin-left: 16.66667%;
    }

    [dir='rtl'] .layout .column--sm-offset-2 {
        margin-right: 16.66667%;
    }

    [dir='ltr'] .layout .column--sm-offset-3 {
        margin-left: 25%;
    }

    [dir='rtl'] .layout .column--sm-offset-3 {
        margin-right: 25%;
    }

    [dir='ltr'] .layout .column--sm-offset-4 {
        margin-left: 33.33333%;
    }

    [dir='rtl'] .layout .column--sm-offset-4 {
        margin-right: 33.33333%;
    }

    [dir='ltr'] .layout .column--sm-offset-5 {
        margin-left: 41.66667%;
    }

    [dir='rtl'] .layout .column--sm-offset-5 {
        margin-right: 41.66667%;
    }

    [dir='ltr'] .layout .column--sm-offset-6 {
        margin-left: 50%;
    }

    [dir='rtl'] .layout .column--sm-offset-6 {
        margin-right: 50%;
    }

    [dir='ltr'] .layout .column--sm-offset-7 {
        margin-left: 58.33333%;
    }

    [dir='rtl'] .layout .column--sm-offset-7 {
        margin-right: 58.33333%;
    }

    [dir='ltr'] .layout .column--sm-offset-8 {
        margin-left: 66.66667%;
    }

    [dir='rtl'] .layout .column--sm-offset-8 {
        margin-right: 66.66667%;
    }

    [dir='ltr'] .layout .column--sm-offset-9 {
        margin-left: 75%;
    }

    [dir='rtl'] .layout .column--sm-offset-9 {
        margin-right: 75%;
    }

    [dir='ltr'] .layout .column--sm-offset-10 {
        margin-left: 83.33333%;
    }

    [dir='rtl'] .layout .column--sm-offset-10 {
        margin-right: 83.33333%;
    }

    [dir='ltr'] .layout .column--sm-offset-11 {
        margin-left: 91.66667%;
    }

    [dir='rtl'] .layout .column--sm-offset-11 {
        margin-right: 91.66667%;
    }

    [dir='ltr'] .layout .column--sm-offset-12 {
        margin-left: 100%;
    }

    [dir='rtl'] .layout .column--sm-offset-12 {
        margin-right: 100%;
    }
}

@media (min-width: 992px) {
    .layout .column--md-1 {
        width: 8.33333%;
    }

    .layout .column--md-2 {
        width: 16.66667%;
    }

    .layout .column--md-3 {
        width: 25%;
    }

    .layout .column--md-4 {
        width: 33.33333%;
    }

    .layout .column--md-5 {
        width: 41.66667%;
    }

    .layout .column--md-6 {
        width: 50%;
    }

    .layout .column--md-7 {
        width: 58.33333%;
    }

    .layout .column--md-8 {
        width: 66.66667%;
    }

    .layout .column--md-9 {
        width: 75%;
    }

    .layout .column--md-10 {
        width: 83.33333%;
    }

    .layout .column--md-11 {
        width: 91.66667%;
    }

    .layout .column--md-12 {
        width: 100%;
    }

    [dir='ltr'] .layout .column--md-offset-1 {
        margin-left: 8.33333%;
    }

    [dir='rtl'] .layout .column--md-offset-1 {
        margin-right: 8.33333%;
    }

    [dir='ltr'] .layout .column--md-offset-2 {
        margin-left: 16.66667%;
    }

    [dir='rtl'] .layout .column--md-offset-2 {
        margin-right: 16.66667%;
    }

    [dir='ltr'] .layout .column--md-offset-3 {
        margin-left: 25%;
    }

    [dir='rtl'] .layout .column--md-offset-3 {
        margin-right: 25%;
    }

    [dir='ltr'] .layout .column--md-offset-4 {
        margin-left: 33.33333%;
    }

    [dir='rtl'] .layout .column--md-offset-4 {
        margin-right: 33.33333%;
    }

    [dir='ltr'] .layout .column--md-offset-5 {
        margin-left: 41.66667%;
    }

    [dir='rtl'] .layout .column--md-offset-5 {
        margin-right: 41.66667%;
    }

    [dir='ltr'] .layout .column--md-offset-6 {
        margin-left: 50%;
    }

    [dir='rtl'] .layout .column--md-offset-6 {
        margin-right: 50%;
    }

    [dir='ltr'] .layout .column--md-offset-7 {
        margin-left: 58.33333%;
    }

    [dir='rtl'] .layout .column--md-offset-7 {
        margin-right: 58.33333%;
    }

    [dir='ltr'] .layout .column--md-offset-8 {
        margin-left: 66.66667%;
    }

    [dir='rtl'] .layout .column--md-offset-8 {
        margin-right: 66.66667%;
    }

    [dir='ltr'] .layout .column--md-offset-9 {
        margin-left: 75%;
    }

    [dir='rtl'] .layout .column--md-offset-9 {
        margin-right: 75%;
    }

    [dir='ltr'] .layout .column--md-offset-10 {
        margin-left: 83.33333%;
    }

    [dir='rtl'] .layout .column--md-offset-10 {
        margin-right: 83.33333%;
    }

    [dir='ltr'] .layout .column--md-offset-11 {
        margin-left: 91.66667%;
    }

    [dir='rtl'] .layout .column--md-offset-11 {
        margin-right: 91.66667%;
    }

    [dir='ltr'] .layout .column--md-offset-12 {
        margin-left: 100%;
    }

    [dir='rtl'] .layout .column--md-offset-12 {
        margin-right: 100%;
    }
}

@media (min-width: 1200px) {
    .layout .column--lg-1 {
        width: 8.33333%;
    }

    .layout .column--lg-2 {
        width: 16.66667%;
    }

    .layout .column--lg-3 {
        width: 25%;
    }

    .layout .column--lg-4 {
        width: 33.33333%;
    }

    .layout .column--lg-5 {
        width: 41.66667%;
    }

    .layout .column--lg-6 {
        width: 50%;
    }

    .layout .column--lg-7 {
        width: 58.33333%;
    }

    .layout .column--lg-8 {
        width: 66.66667%;
    }

    .layout .column--lg-9 {
        width: 75%;
    }

    .layout .column--lg-10 {
        width: 83.33333%;
    }

    .layout .column--lg-11 {
        width: 91.66667%;
    }

    .layout .column--lg-12 {
        width: 100%;
    }

    [dir='ltr'] .layout .column--lg-pull-0 {
        right: auto;
    }

    [dir='rtl'] .layout .column--lg-pull-0 {
        left: auto;
    }

    [dir='ltr'] .layout .column--lg-pull-1 {
        right: 8.33333%;
    }

    [dir='rtl'] .layout .column--lg-pull-1 {
        left: 8.33333%;
    }

    [dir='ltr'] .layout .column--lg-pull-2 {
        right: 16.66667%;
    }

    [dir='rtl'] .layout .column--lg-pull-2 {
        left: 16.66667%;
    }

    [dir='ltr'] .layout .column--lg-pull-3 {
        right: 25%;
    }

    [dir='rtl'] .layout .column--lg-pull-3 {
        left: 25%;
    }

    [dir='ltr'] .layout .column--lg-pull-4 {
        right: 33.33333%;
    }

    [dir='rtl'] .layout .column--lg-pull-4 {
        left: 33.33333%;
    }

    [dir='ltr'] .layout .column--lg-pull-5 {
        right: 41.66667%;
    }

    [dir='rtl'] .layout .column--lg-pull-5 {
        left: 41.66667%;
    }

    [dir='ltr'] .layout .column--lg-pull-6 {
        right: 50%;
    }

    [dir='rtl'] .layout .column--lg-pull-6 {
        left: 50%;
    }

    [dir='ltr'] .layout .column--lg-pull-7 {
        right: 58.33333%;
    }

    [dir='rtl'] .layout .column--lg-pull-7 {
        left: 58.33333%;
    }

    [dir='ltr'] .layout .column--lg-pull-8 {
        right: 66.66667%;
    }

    [dir='rtl'] .layout .column--lg-pull-8 {
        left: 66.66667%;
    }

    [dir='ltr'] .layout .column--lg-pull-9 {
        right: 75%;
    }

    [dir='rtl'] .layout .column--lg-pull-9 {
        left: 75%;
    }

    [dir='ltr'] .layout .column--lg-pull-10 {
        right: 83.33333%;
    }

    [dir='rtl'] .layout .column--lg-pull-10 {
        left: 83.33333%;
    }

    [dir='ltr'] .layout .column--lg-pull-11 {
        right: 91.66667%;
    }

    [dir='rtl'] .layout .column--lg-pull-11 {
        left: 91.66667%;
    }

    [dir='ltr'] .layout .column--lg-pull-12 {
        right: 100%;
    }

    [dir='rtl'] .layout .column--lg-pull-12 {
        left: 100%;
    }

    [dir='ltr'] .layout .column--lg-push-0 {
        left: auto;
    }

    [dir='rtl'] .layout .column--lg-push-0 {
        right: auto;
    }

    [dir='ltr'] .layout .column--lg-push-1 {
        left: 8.33333%;
    }

    [dir='rtl'] .layout .column--lg-push-1 {
        right: 8.33333%;
    }

    [dir='ltr'] .layout .column--lg-push-2 {
        left: 16.66667%;
    }

    [dir='rtl'] .layout .column--lg-push-2 {
        right: 16.66667%;
    }

    [dir='ltr'] .layout .column--lg-push-3 {
        left: 25%;
    }

    [dir='rtl'] .layout .column--lg-push-3 {
        right: 25%;
    }

    [dir='ltr'] .layout .column--lg-push-4 {
        left: 33.33333%;
    }

    [dir='rtl'] .layout .column--lg-push-4 {
        right: 33.33333%;
    }

    [dir='ltr'] .layout .column--lg-push-5 {
        left: 41.66667%;
    }

    [dir='rtl'] .layout .column--lg-push-5 {
        right: 41.66667%;
    }

    [dir='ltr'] .layout .column--lg-push-6 {
        left: 50%;
    }

    [dir='rtl'] .layout .column--lg-push-6 {
        right: 50%;
    }

    [dir='ltr'] .layout .column--lg-push-7 {
        left: 58.33333%;
    }

    [dir='rtl'] .layout .column--lg-push-7 {
        right: 58.33333%;
    }

    [dir='ltr'] .layout .column--lg-push-8 {
        left: 66.66667%;
    }

    [dir='rtl'] .layout .column--lg-push-8 {
        right: 66.66667%;
    }

    [dir='ltr'] .layout .column--lg-push-9 {
        left: 75%;
    }

    [dir='rtl'] .layout .column--lg-push-9 {
        right: 75%;
    }

    [dir='ltr'] .layout .column--lg-push-10 {
        left: 83.33333%;
    }

    [dir='rtl'] .layout .column--lg-push-10 {
        right: 83.33333%;
    }

    [dir='ltr'] .layout .column--lg-push-11 {
        left: 91.66667%;
    }

    [dir='rtl'] .layout .column--lg-push-11 {
        right: 91.66667%;
    }

    [dir='ltr'] .layout .column--lg-push-12 {
        left: 100%;
    }

    [dir='rtl'] .layout .column--lg-push-12 {
        right: 100%;
    }

    [dir='ltr'] .layout .column--lg-offset-0 {
        margin-left: 0%;
    }

    [dir='rtl'] .layout .column--lg-offset-0 {
        margin-right: 0%;
    }

    [dir='ltr'] .layout .column--lg-offset-1 {
        margin-left: 8.33333%;
    }

    [dir='rtl'] .layout .column--lg-offset-1 {
        margin-right: 8.33333%;
    }

    [dir='ltr'] .layout .column--lg-offset-2 {
        margin-left: 16.66667%;
    }

    [dir='rtl'] .layout .column--lg-offset-2 {
        margin-right: 16.66667%;
    }

    [dir='ltr'] .layout .column--lg-offset-3 {
        margin-left: 25%;
    }

    [dir='rtl'] .layout .column--lg-offset-3 {
        margin-right: 25%;
    }

    [dir='ltr'] .layout .column--lg-offset-4 {
        margin-left: 33.33333%;
    }

    [dir='rtl'] .layout .column--lg-offset-4 {
        margin-right: 33.33333%;
    }

    [dir='ltr'] .layout .column--lg-offset-5 {
        margin-left: 41.66667%;
    }

    [dir='rtl'] .layout .column--lg-offset-5 {
        margin-right: 41.66667%;
    }

    [dir='ltr'] .layout .column--lg-offset-6 {
        margin-left: 50%;
    }

    [dir='rtl'] .layout .column--lg-offset-6 {
        margin-right: 50%;
    }

    [dir='ltr'] .layout .column--lg-offset-7 {
        margin-left: 58.33333%;
    }

    [dir='rtl'] .layout .column--lg-offset-7 {
        margin-right: 58.33333%;
    }

    [dir='ltr'] .layout .column--lg-offset-8 {
        margin-left: 66.66667%;
    }

    [dir='rtl'] .layout .column--lg-offset-8 {
        margin-right: 66.66667%;
    }

    [dir='ltr'] .layout .column--lg-offset-9 {
        margin-left: 75%;
    }

    [dir='rtl'] .layout .column--lg-offset-9 {
        margin-right: 75%;
    }

    [dir='ltr'] .layout .column--lg-offset-10 {
        margin-left: 83.33333%;
    }

    [dir='rtl'] .layout .column--lg-offset-10 {
        margin-right: 83.33333%;
    }

    [dir='ltr'] .layout .column--lg-offset-11 {
        margin-left: 91.66667%;
    }

    [dir='rtl'] .layout .column--lg-offset-11 {
        margin-right: 91.66667%;
    }

    [dir='ltr'] .layout .column--lg-offset-12 {
        margin-left: 100%;
    }

    [dir='rtl'] .layout .column--lg-offset-12 {
        margin-right: 100%;
    }
}

.layout .layout {
    min-height: 100%;
}

[dir] .layout .layout {
    background-color: #fff;
}

.layout .layout__content {
    width: 100%;
}

[dir] .layout .layout__content {
    padding-top: 48px;
}

.layout .layout__content:after {
    display: block;
    height: 0;
    font-weight: 900;
    visibility: hidden;
    content: '\00a0';
}

.layout .layout__header,
.layout .layout__footer {
    flex: none;
}

.layout .meta {
    font-size: 14px;
    color: #808488;
}

.layout .meta__item {
    display: inline-block;
}

[dir='ltr'] .layout .meta__item {
    margin-right: calc(12px / 2);
}

[dir='rtl'] .layout .meta__item {
    margin-left: calc(12px / 2);
}

.layout .meta__item + .meta__item:before {
    position: relative;
    top: -2px;
    font-size: 8px;
    font-weight: 900;
    content: '\2022';
}

[dir='ltr'] .layout .meta__item + .meta__item:before {
    margin-right: calc(12px / 1.75);
}

[dir='rtl'] .layout .meta__item + .meta__item:before {
    margin-left: calc(12px / 1.75);
}

[dir] .layout .meta--profile {
    margin-bottom: 0;
}

.layout .lines-button {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: calc(18px - 5px);
    font-weight: 700;
    line-height: 1.5;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    touch-action: manipulation;
}

[dir] .layout .lines-button {
    padding: 7.5px;
    margin-top: 4px;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent !important;
    border: 0;
    border-radius: 4px;
}

.layout .lines-button:focus,
.layout .lines-button:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.layout .lines-button:hover,
.layout .lines-button:focus {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.layout .lines-button:active {
    outline: none;
}

[dir] .layout .lines-button:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media (max-width: 767px) {
    [dir='ltr'] .layout .lines-button {
        float: right;
    }
    [dir='rtl'] .layout .lines-button {
        float: left;
    }
}

@media (min-width: 768px) {
    .layout .lines-button {
        display: none;
    }
}

.layout .lines-button:hover {
    opacity: 1;
}

.layout .lines-button:active {
    outline: 0;
    transition: none;
}

[dir] .layout .lines-button:active {
    box-shadow: none;
}

.layout .lines-button:focus {
    outline: 0;
}

[dir] .layout .lines-button.is-active .lines {
    background-color: transparent !important;
}

/* common to all three-liners */

.layout .lines {
    position: absolute;
    top: calc(50% - 1px);
    display: inline-block;
    width: 30px;
    height: 2px;
    transition: 0.3s;
}

[dir] .layout .lines {
    background: rgba(51, 62, 72, 1);
    border-radius: 2px;
}

[dir='ltr'] .layout .lines {
    left: calc(50% - 15px);
}

[dir='rtl'] .layout .lines {
    right: calc(50% - 15px);
}

.layout .lines:before,
.layout .lines:after {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    content: '';
    transition: 0.3s;
}

[dir] .layout .lines:before,
[dir] .layout .lines:after {
    background: rgba(51, 62, 72, 1);
    border-radius: 2px;
    transform-origin: 2px center;
}

[dir='ltr'] .layout .lines:before,
[dir='ltr'] .layout .lines:after {
    left: 0;
}

[dir='rtl'] .layout .lines:before,
[dir='rtl'] .layout .lines:after {
    right: 0;
}

.layout .lines:before {
    top: 8px;
}

.layout .lines:after {
    top: -8px;
}

.layout .lines--sidebar {
    position: relative;
    top: -5px;
}

[dir='ltr'] .layout .lines--sidebar {
    left: 0;
    margin: 0 calc(18px * 1.5 / 3) 0 0;
}

[dir='rtl'] .layout .lines--sidebar {
    right: 0;
    margin: 0 0 0 calc(18px * 1.5 / 3);
}

.layout .lines--sidebar,
.layout .lines--sidebar:before,
.layout .lines--sidebar:after {
    width: 16px;
    height: 1px;
}

.layout .lines--sidebar:before {
    top: -5px;
}

.layout .lines--sidebar:after {
    top: 5px;
}

[dir] .layout .topbar--small .lines {
    background-color: rgba(51, 62, 72, 1);
}

[dir] .layout .topbar--small .lines:before,
[dir] .layout .topbar--small .lines:after {
    background-color: rgba(51, 62, 72, 1);
}

[dir] .layout .lines-button.is-active {
    transform: scale3d(0.8, 0.8, 0.8);
}

[dir] .layout .lines-button.is-active .lines {
    background: transparent;
}

.layout .lines-button.is-active .lines:before,
.layout .lines-button.is-active .lines:after {
    top: 0;
    width: 30px;
}

[dir] .layout .lines-button.is-active .lines:before,
[dir] .layout .lines-button.is-active .lines:after {
    transform-origin: 50% 50%;
}

[dir='ltr'] .layout .lines-button.is-active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
}

[dir='rtl'] .layout .lines-button.is-active .lines:before {
    transform: rotate3d(0, 0, 1, -45deg);
}

[dir='ltr'] .layout .lines-button.is-active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
}

[dir='rtl'] .layout .lines-button.is-active .lines:after {
    transform: rotate3d(0, 0, 1, 45deg);
}

.layout .logo-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.layout .logo img {
    max-height: 36px !important;
}

.layout .logo svg {
    width: auto;
    height: 36px;
}

.layout .logo__secondary {
    display: none;
}

.layout .topbar__nav--white .logo__main,
.layout .topbar__nav--filled .logo__main,
.layout .topbar--small .logo__main {
    display: none;
}

.layout .topbar__nav--white .logo__secondary,
.layout .topbar__nav--filled .logo__secondary,
.layout .topbar--small .logo__secondary {
    display: block;
}

.layout .breadcrumbs {
    list-style: none;
}

[dir] .layout .breadcrumbs {
    padding: 8px 0;
    margin-bottom: 0;
    background-color: transparent;
    font-size: 15px;
}

.layout .breadcrumbs > li {
    display: inline-block;
    color: #818a91;
}

.layout .breadcrumbs > li + li:before {
    font-weight: 900;
    color: #ccc;
    content: '›\00a0';
}

[dir] .layout .breadcrumbs > li + li:before {
    padding: 0 5px;
}

.layout .breadcrumbs > li a {
    color: rgba(0, 103, 185, 1);
}

.layout .breadcrumbs > li:last-child a {
    color: rgba(0, 103, 185, 1);
}

.layout .breadcrumbs--search-results {
    font-size: calc(18px * 0.85);
}

[dir] .layout .breadcrumbs--search-results {
    padding: 0;
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .help-center-name {
    display: inline-block;
    vertical-align: middle;
}

[dir='ltr'] .layout .help-center-name {
    margin: 0 0 0 15px;
}

[dir='rtl'] .layout .help-center-name {
    margin: 0 15px 0 0;
}

.layout .help-center-name a {
    color: rgba(51, 62, 72, 1);
}

@media (max-width: 767px) {
    .layout .help-center-name {
        display: none;
    }
}

.layout .hero-unit {
    position: relative;
    z-index: 3;
    overflow: hidden;
}

[dir] .layout .hero-unit {
    padding: calc(140px + 2%) 15px 8%;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
    [dir] .layout .hero-unit {
        padding-top: 120px;
    }
}

[dir] .layout .home-page {
    margin-top: calc(18px * 1.5 * -5);
}

[dir] .layout .home-page__section {
    padding-top: calc(18px * 1.5 * 2);
    padding-bottom: calc(18px * 1.5 * 2);
}

@media (min-width: 768px) {
    [dir] .layout .home-page__section {
        padding-top: calc(18px * 1.5 * 4);
        padding-bottom: calc(18px * 1.5 * 4);
    }
}

.layout .avatar {
    position: relative;
    display: inline-block;
}

.layout .avatar--agent:before {
    position: absolute;
    bottom: -4px;
    display: flex;
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome 5 Free';
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    content: '\f007';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    justify-content: center;
}

[dir] .layout .avatar--agent:before {
    background-color: rgba(108, 179, 226, 1);
    border: 2px solid #fff;
    border-radius: 100%;
}

[dir='ltr'] .layout .avatar--agent:before {
    right: -4px;
}

[dir='rtl'] .layout .avatar--agent:before {
    left: -4px;
}

[dir] .layout .user-avatar {
    border-radius: 100%;
}

.layout .user-avatar--default {
    width: 56px;
    height: 56px;
}

.layout .user-avatar--topbar {
    width: 30px;
    height: 30px;
}

.layout .search {
    position: relative;
}

.layout .search:before {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    content: '';
}

[dir] .layout .search:before {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ccircle%20cx%3D%2210.14%22%20cy%3D%2210.14%22%20r%3D%227.14%22%20fill%3D%22none%22%20stroke%3D%22%23BDBDBD%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2215.19%22%20y2%3D%2215.19%22%20stroke%3D%22%23BDBDBD%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E')
        no-repeat;
    transform: translateY(-50%);
}

[dir] .layout .topbar--small .search:before {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ccircle%20cx%3D%2210.55%22%20cy%3D%2210.55%22%20r%3D%225.55%22%20fill%3D%22none%22%20stroke%3D%22%23BDBDBD%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222px%22%2F%3E%3Cline%20x1%3D%2219%22%20y1%3D%2219%22%20x2%3D%2214.48%22%20y2%3D%2214.48%22%20fill%3D%22none%22%20stroke%3D%22%23BDBDBD%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222px%22%2F%3E%3C%2Fsvg%3E')
        no-repeat;
    transform: translateY(-50%);
}

[dir='ltr'] .layout .search:before {
    left: 10px;
}

[dir='rtl'] .layout .search:before {
    right: 10px;
}

.layout .searchbox-suggestions ul {
    list-style: none;
}

[dir] .layout .searchbox-suggestions ul {
    margin-bottom: calc(18px * 1.5);
}

[dir='ltr'] .layout .searchbox-suggestions ul {
    padding-left: 0;
}

[dir='rtl'] .layout .searchbox-suggestions ul {
    padding-right: 0;
}

[dir] .layout .searchbox-suggestions li {
    margin-bottom: calc(18px * 1.5 / 3);
}

.layout .search-results-column a {
    color: rgba(0, 103, 185, 1);
}

.layout .search-box {
    position: relative;
}

.layout .search-box #query {
    transition: border 0.3s ease;
}

[dir='ltr'] .layout .search-box #query {
    padding: 10px 12px 10px 35px;
}

[dir='rtl'] .layout .search-box #query {
    padding: 10px 35px 10px 12px;
}

.layout .search-box--hero-unit {
    z-index: 2;
    max-width: 720px;
    transition: top 0.3s ease;
}

[dir] .layout .search-box--hero-unit {
    margin: 0 auto;
}

.layout .search-box--hero-unit .search {
    display: flex;
}

[dir='ltr'] .layout .search-box--hero-unit .search:before {
    left: 20px;
}

[dir='rtl'] .layout .search-box--hero-unit .search:before {
    right: 20px;
}

.layout .search-box--hero-unit #query {
    height: 50px;
    transition: border 0.3s ease, background-color 0.3s ease;
}

[dir] .layout .search-box--hero-unit #query {
    padding: 0 55px;
    background-color: #fff;
    border-color: #c1c5c8;
}

[dir] .layout .search-box--hero-unit #query:focus {
    background-color: #fff;
    border-color: #333e48;
}

.layout .search-box--hero-unit input[type='submit'] {
    display: inline-block;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    flex-shrink: 0;
}

[dir] .layout .search-box--hero-unit input[type='submit'] {
    background-color: rgba(0, 103, 185, 1);
    border-color: rgba(0, 103, 185, 1);
    border-radius: 4px;
}

[dir='ltr']
    .layout
    .search-box--hero-unit
    input[type='submit'] {
    padding-right: calc(12px + 4);
    padding-left: calc(12px + 4);
    margin-left: 20px;
}

[dir='rtl']
    .layout
    .search-box--hero-unit
    input[type='submit'] {
    padding-left: calc(12px + 4);
    padding-right: calc(12px + 4);
    margin-right: 20px;
}

.layout .search-box--hero-unit input[type='submit']:hover,
.layout .search-box--hero-unit input[type='submit']:focus,
.layout .search-box--hero-unit input[type='submit']:active {
    color: #e0e0e0;
}

[dir]
    .layout
    .search-box--hero-unit
    input[type='submit']:hover,
[dir]
    .layout
    .search-box--hero-unit
    input[type='submit']:focus,
[dir]
    .layout
    .search-box--hero-unit
    input[type='submit']:active {
    background-color: #00457c;
    border-color: #00457c;
}

[dir]
    .layout
    .search-box--hero-unit
    input[type='submit']:active {
    background-image: none;
}

.layout .search-box--hero-unit input[type='submit']:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .layout .search-box--hero-unit input[type='submit'] {
        display: none;
    }
}

@media (min-width: 768px) {
    [dir='ltr']
        body
        :not(.fastmail-theme)
        .search-box--hero-unit
        input[type='submit'] {
        padding-right: 38px;
        padding-left: 38px;
    }
    [dir='rtl']
        body
        :not(.fastmail-theme)
        .search-box--hero-unit
        input[type='submit'] {
        padding-left: 38px;
        padding-right: 38px;
    }
}

[dir] .layout .search-box--small {
    margin-bottom: calc(18px * 1.5 * 2);
}

[dir] .layout .search-box--small #query {
    padding: 10px 12px;
}

@media (max-width: 767px) {
    [dir] .layout .search-box--small {
        margin-bottom: calc(18px * 1.5);
    }
}

[dir] .layout .search-results-page {
    margin-bottom: calc(18px * 1.5 * 2);
}

@media (max-width: 767px) {
    [dir] .layout .search-results-page {
        margin-bottom: calc(18px * 1.5);
    }
}

.layout .search-results-count {
    font-size: calc(18px * 1.25);
}

[dir] .layout .search-result {
    margin-bottom: calc(18px * 1.5);
    border-bottom: 1px solid #eee;
}

.layout .search-result__title {
    font-weight: 600;
}

[dir] .layout .search-result__title {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .search-result__description {
    font-size: calc(18px * 0.85);
}

[dir] .layout .search-result__description {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .search-result__description:empty {
    display: none;
}

.layout .search-result__description em {
    font-style: normal;
    font-weight: 600;
}

[dir] .layout .search-result__description em {
    padding: 0 3px;
    background-color: #fff3ca;
    border-radius: 3px;
}

[dir] .layout .search-result__meta {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .search-result-votes {
    display: inline-block;
    font-size: calc(18px * 0.85);
    color: #fff;
}

[dir] .layout .search-result-votes {
    padding: 2px 4px;
    background-color: rgba(0, 103, 185, 1);
    border-radius: 4px;
}

/* ==========================================================================
Search Results Filters
 ========================================================================== */

.layout .search-results-filters {
    font-size: calc(18px - 2px);
}

[dir] .layout .search-results-filters {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
}

@media (max-width: 767px) {
    [dir] .layout .search-results-filters {
        margin-bottom: calc(18px * 1.5 * 2);
    }
}

[dir]
    .layout
    .search-results-filter
    + .search-results-filter {
    margin-top: 24px;
}

@media (min-width: 768px) {
    [dir]
        body
        :not(.fastmail-theme)
        .search-results-filter
        + .search-results-filter {
        margin-top: 32px;
    }
}

.layout .search-results-filter__title {
    font-weight: 600;
}

[dir] .layout .search-results-filter__title {
    margin-bottom: 0;
}

[dir='ltr'] .layout .search-results-filter__title {
    margin-left: 8px;
}

[dir='rtl'] .layout .search-results-filter__title {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .layout .search-results-filter__title {
        position: relative;
        font-size: calc(18px * 1);
    }
    [dir] .layout .search-results-filter__title {
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .layout .search-results-filter__title:after {
        position: absolute;
        top: 50%;
        display: block;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        line-height: 1.5;
        color: inherit;
        content: '\f107';
        transition: all 0.3s ease;
    }
    [dir] .layout .search-results-filter__title:after {
        transform: translateY(-50%);
    }
    [dir='ltr'] .layout .search-results-filter__title:after {
        right: 0;
        margin-left: 5px;
    }
    [dir='rtl'] .layout .search-results-filter__title:after {
        left: 0;
        margin-right: 5px;
    }

    [dir='ltr']
        body
        :not(.fastmail-theme)
        .search-results-filter__title.is-active:after {
        transform: translateY(-50%) rotate(-180deg);
    }

    [dir='rtl']
        body
        :not(.fastmail-theme)
        .search-results-filter__title.is-active:after {
        transform: translateY(-50%) rotate(180deg);
    }
}

[dir] .layout .search-results-filter__list {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 16px;
}

@media (max-width: 767px) {
    .layout .search-results-filter__list {
        display: none;
    }
}

@media (min-width: 768px) {
    .layout .search-results-filter__list {
        display: block !important;
    }
}

.layout .search-results-filter__item {
    display: flex;
    align-items: center;
}

[dir] .layout .search-results-filter__item {
    margin-bottom: 12px;
}

.layout .search-results-filter__item.is-active {
    margin-left: -16px;
}

.layout .search-results-filter__item.is-active:before {
    background: rgba(0, 103, 185, 1);
    content: '';
    display: block;
    margin-right: 12px;
    height: 20px;
    width: 4px;
}

.layout
    .search-results-filter__item--subfilter:nth-child(n + 7) {
    display: none;
}

.layout
    .search-result__subfilters--all
    .search-results-filter__item:nth-child(n + 7) {
    display: block;
}

.layout
    .search-result__subfilters--all
    .search-result__show-more {
    display: none !important;
}

.layout .search-results-filter__link {
    display: block;
    color: rgba(51, 62, 72, 1);
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all 0.3s ease;
}

.layout
    .search-results-filter__item.is-active
    .search-results-filter__link {
    color: rgba(0, 103, 185, 1);
}

.layout .search-results-filter__link:active {
    outline: none;
}

[dir] .layout .search-results-filter__link:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.layout .search-results-filter__count {
    opacity: 0.6;
}

.layout .search-result__show-more {
    color: rgba(0, 103, 185, 1);
}

[dir] .layout .search-result__show-more {
    padding: 0;
    background-color: transparent;
    border: 0;
}

[dir='ltr'] .layout .search-result__show-more {
    margin-left: 8px;
}

[dir='rtl'] .layout .search-result__show-more {
    margin-right: 8px;
}

[dir] .layout .block-list-title {
    text-align: center;
}

@media (min-width: 768px) {
    [dir] .layout .block-list-title {
        margin-bottom: calc(18px * 1.5 * 1.5);
    }
}

.layout .block-list {
    list-style: none;
}

[dir] .layout .block-list {
    margin-bottom: 0;
}

[dir='ltr'] .layout .block-list {
    padding-left: 0;
}

[dir='rtl'] .layout .block-list {
    padding-right: 0;
}

@media (min-width: 768px) {
    .layout .block-list {
        display: flex;
        flex-wrap: wrap;
    }
}

.layout .block-list-title {
    font-size: 41px;
}

@media (max-width: 767px) {
    .layout .block-list-title {
        font-size: 28px;
    }
}

.layout .block-list-item {
    position: relative;
}

[dir] .layout .block-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.layout .block-list-item__link {
    position: relative;
    display: block;
    font-weight: 400;
    color: rgba(0, 103, 185, 1);
    vertical-align: middle;
    transition: all 0.3s ease;
}

[dir] .layout .block-list-item__link {
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
}

[dir='ltr'] .layout .block-list-item__link {
    /*padding-left: calc(16px * 1.5 * 3.5);*/
    text-align: left;
}

[dir='rtl'] .layout .block-list-item__link {
    /*padding-left: calc(16px * 1.5 * 3.5);*/
    text-align: left;
}

.layout .block-list-item__link .meta {
    font-size: 18px;
}

.layout .block-list-item__link:active,
.layout .block-list-item__link:focus,
.layout .block-list-item__link:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

[dir] .layout .block-list-item__link:active,
[dir] .layout .block-list-item__link:focus,
[dir] .layout .block-list-item__link:hover {
    background-color: #e8eaed;
}

@media (min-width: 768px) {
    .layout .block-list-item__link {
        height: 100%;
    }
}

[dir] .layout .block-list-item__link .meta {
    margin-bottom: 0;
}

.layout .block-list-item__title {
    font-size: 18px;
    font-weight: 600;
    color: rgba(51, 62, 72, 1);
    text-transform: uppercase;
}

[dir] .layout .block-list-item__title {
    margin-bottom: 8px;
}

.layout .block-list-item__icon {
    position: absolute;
    height: 40px;
}

[dir='ltr'] .layout .block-list-item__icon {
    left: 24px;
}

[dir='rtl'] .layout .block-list-item__icon {
    right: 24px;
}

.layout .block-list-item__icon img,
.layout .block-list-item__icon svg {
    width: auto;
    height: 100%;
}

@media (min-width: 768px) {
    [dir] .layout .category-page {
        margin-bottom: calc(18px * 1.5 * 2);
    }
}

.layout .category-description:empty {
    display: none;
}

[dir] .layout .category-tree-item {
    padding-top: calc(18px * 1.5);
    border-top: 1px solid #eee;
}

[dir] .layout .category-tree-item:nth-child(odd) {
    background-color: #f6f7f8;
}

[dir] .layout .category-tree-item:last-child {
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    [dir] .layout .category-tree-item {
        padding-top: calc(18px * 1.5 * 3);
        padding-bottom: calc(18px * 1.5 * 2);
    }
}

.layout .category-tree-item__title {
    font-size: 41px;
}

[dir] .layout .category-tree-item__title {
    text-align: center;
}

@media (min-width: 768px) {
    [dir] .layout .category-tree-item__title {
        margin-bottom: calc(18px * 1.5 * 1.5);
    }
}

[dir='ltr'] .layout .category-tree-item__sections {
    margin-right: 0;
    margin-left: 0;
}

[dir='rtl'] .layout .category-tree-item__sections {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    body
        :not(.fastmail-theme)
        [dir='ltr']
        .category-tree-item__sections
        .section:nth-child(2n + 1) {
        clear: left;
    }
    body
        :not(.fastmail-theme)
        [dir='rtl']
        .category-tree-item__sections
        .section:nth-child(2n + 1) {
        clear: right;
    }
}

@media (min-width: 768px) {
    body
        :not(.fastmail-theme)
        [dir]
        .category-tree-item__sections
        .section:nth-child(2n + 1) {
        clear: none;
    }

    body
        :not(.fastmail-theme)
        [dir='ltr']
        .category-tree-item__sections
        .section:nth-child(3n + 1) {
        clear: left;
    }

    body
        :not(.fastmail-theme)
        [dir='rtl']
        .category-tree-item__sections
        .section:nth-child(3n + 1) {
        clear: right;
    }
}

.layout .category-tree-item__title-link {
    color: inherit;
}

[dir] .layout .section-page {
    margin-bottom: calc(18px * 1.5 * 2);
}

[dir] .layout .section {
    margin-bottom: calc(18px * 1.5);
}

.layout .section__title {
    font-size: 18px;
    font-weight: 600;
}

[dir] .layout .section__title {
    margin-bottom: calc(18px * 1.5 / 1.5);
}

.layout .section__title-link {
    color: #666;
}

.layout .section-header {
    position: relative;
}

[dir] .layout .section-subscribe .dropdown-toggle {
    margin-top: calc(18px * 1.5);
}

.layout .section-subscribe .dropdown-toggle:after {
    display: none;
}

[dir='ltr'] .layout .section-subscribe .dropdown-menu {
    right: 0;
    left: initial;
}

[dir='rtl'] .layout .section-subscribe .dropdown-menu {
    left: 0;
    right: initial;
}

[dir] .layout .section-title {
    text-align: center;
}

@media (min-width: 768px) {
    [dir='ltr']
        body
        :not(.fastmail-theme)
        .section-tree
        .section:nth-child(2n + 1) {
        clear: left;
    }
    [dir='rtl']
        body
        :not(.fastmail-theme)
        .section-tree
        .section:nth-child(2n + 1) {
        clear: right;
    }
}

@media (min-width: 992px) {
    [dir] .layout .section-tree .section:nth-child(2n + 1) {
        clear: none;
    }

    [dir='ltr']
        body
        :not(.fastmail-theme)
        .section-tree
        .section:nth-child(3n + 1) {
        clear: left;
    }

    [dir='rtl']
        body
        :not(.fastmail-theme)
        .section-tree
        .section:nth-child(3n + 1) {
        clear: right;
    }
}

.layout .section-list {
    list-style: none;
}

[dir] .layout .section-list {
    margin-bottom: calc(18px * 1.5);
}

[dir='ltr'] .layout .section-list {
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

[dir='rtl'] .layout .section-list {
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .layout .section-list {
        display: flex;
        flex-wrap: wrap;
    }
    [dir] .layout .section-list {
        margin-bottom: 76px;
    }
    [dir='ltr'] .layout .section-list {
        margin-right: calc(15px * -2);
        margin-left: calc(15px * -2);
    }
    [dir='rtl'] .layout .section-list {
        margin-left: calc(15px * -2);
        margin-right: calc(15px * -2);
    }
}

.layout .section-list-item {
    position: relative;
}

[dir] .layout .section-list-item {
    margin-bottom: calc(18px * 1.5);
}

@media (min-width: 768px) {
    .layout .section-list-item {
        min-height: 120px;
    }
}

.layout .section-list-item__link {
    display: block;
    font-weight: 400;
    color: rgba(0, 103, 185, 1);
    vertical-align: middle;
    transition: all 0.3s ease;
}

[dir] .layout .section-list-item__link {
    padding: 22px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px 5px rgba(62, 60, 98, 0.08);
}

[dir='ltr'] .layout .section-list-item__link {
    text-align: left;
}

[dir='rtl'] .layout .section-list-item__link {
    text-align: right;
}

.layout .section-list-item__link:active,
.layout .section-list-item__link:focus,
.layout .section-list-item__link:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

[dir] .layout .section-list-item__link:active,
[dir] .layout .section-list-item__link:focus,
[dir] .layout .section-list-item__link:hover {
    background-color: rgba(0, 103, 185, 1);
}

.layout
    .section-list-item__link:active
    .section-list-item__title,
.layout
    .section-list-item__link:focus
    .section-list-item__title,
.layout
    .section-list-item__link:hover
    .section-list-item__title {
    color: #fff;
}

.layout .section-list-item__link:active .meta,
.layout .section-list-item__link:focus .meta,
.layout .section-list-item__link:hover .meta {
    color: #fff;
}

@media (min-width: 768px) {
    .layout .section-list-item__link {
        height: 100%;
    }
}

.layout .section-list-item__title {
    font-weight: 600;
}

[dir] .layout .section-list-item__title {
    margin-bottom: 8px;
}

.layout .section-list-compact {
    list-style: none;
}

[dir] .layout .section-list-compact {
    margin-bottom: 0;
}

[dir='ltr'] .layout .section-list-compact {
    padding-left: 0;
}

[dir='rtl'] .layout .section-list-compact {
    padding-right: 0;
}

.layout .section-list-compact__item {
    position: relative;
}

[dir] .layout .section-list-compact__item {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir='ltr'] .layout .section-list-compact__item {
    padding-left: 20px;
}

[dir='rtl'] .layout .section-list-compact__item {
    padding-right: 20px;
}

.layout .section-list-compact__item span {
    position: absolute;
    top: 8px;
    font-size: 10px;
    color: rgba(51, 62, 72, 1);
    vertical-align: middle;
}

[dir='ltr'] .layout .section-list-compact__item span {
    left: -3px;
}

[dir='rtl'] .layout .section-list-compact__item span {
    right: -3px;
}

[dir] .layout .article-page {
    margin-bottom: calc(18px * 1.5 * 2);
}

.layout .article {
    position: relative;
}

.layout .article__title {
    font-size: calc(18px * 1.5);
}

@media (min-width: 768px) {
    .layout .article__title {
        font-size: calc(18px * 2.5);
    }
}

@media (min-width: 1200px) {
    .layout .article__title {
        width: 80%;
    }
    [dir='ltr'] .layout .article__title {
        float: left;
    }
    [dir='rtl'] .layout .article__title {
        float: right;
    }
}

.layout .article-header:before,
.layout .article-header:after {
    display: table;
    content: '';
}

[dir] .layout .article-header:after {
    clear: both;
}

[dir] .layout .article-header__button {
    margin-bottom: calc(18px * 1.5);
}

@media (min-width: 1200px) {
    .layout .article-header__button {
        width: 20%;
        vertical-align: top;
    }
    [dir='ltr'] .layout .article-header__button {
        float: right;
        text-align: right;
    }
    [dir='rtl'] .layout .article-header__button {
        float: left;
        text-align: left;
    }
}

.layout .article-meta {
    display: table;
    width: 100%;
}

[dir] .layout .article-meta {
    margin-bottom: calc(18px * 1.5);
}

.layout .article-meta__col {
    display: table-cell;
    vertical-align: top;
}

.layout .article-meta__col--main {
    width: 100%;
}

[dir='ltr'] .layout .article-meta__col--main {
    padding-right: 12px;
}

[dir='rtl'] .layout .article-meta__col--main {
    padding-left: 12px;
}

.layout .article__body {
    word-break: break-word;
}

[dir] .layout .article__body {
    margin-bottom: calc(18px * 1.5);
}

.layout .article__body h2 {
    font-size: calc(18px * 1.75 - 2px);
    line-height: 1.2;
}

.layout .article__body .wysiwyg-font-size-x-large {
    font-size: calc(18px * 1.75 - 2px);
    font-weight: 400;
    line-height: 1.2;
}

.layout .article__body .wysiwyg-font-size-large {
    font-size: calc(18px * 1.5);
    font-weight: 600;
    line-height: 1.2;
}

.layout .article__body .wysiwyg-font-size-medium {
    font-size: calc(18px * 1.25);
    font-weight: 600;
    line-height: 1.2;
}

.layout .article__body .wysiwyg-font-size-small {
    font-size: calc(18px * 0.85);
}

[dir='ltr'] .layout .article__body ul,
[dir='ltr'] .layout .article__body ol {
    padding-left: 20px;
}

[dir='rtl'] .layout .article__body ul,
[dir='rtl'] .layout .article__body ol {
    padding-right: 20px;
}

[dir] .layout .article__body ul ul {
    margin-top: calc(18px * 1.5 / 2);
}

[dir] .layout .article__body ul ol {
    margin-top: calc(18px * 1.5 / 2);
}

[dir] .layout .article__body ol ul {
    margin-top: calc(18px * 1.5 / 2);
}

[dir] .layout .article__body ol ol {
    margin-top: calc(18px * 1.5 / 2);
}

[dir] .layout .article__body ul li {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir] .layout .article__body ol li {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .article-vote {
    position: relative;
}

[dir] .layout .article-vote {
    padding: calc(18px * 1.5) 12px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

.layout .article-vote-controls__item {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .article-vote-controls__item {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.layout .article-vote-controls__item {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .article-vote-controls__item {
    background-color: #f1f1f1;
}

.layout .article-vote-controls__item:hover {
    color: #1a1f24;
}

[dir] .layout .article-vote-controls__item:hover {
    background-color: #b9b9b9;
}

.layout .article-vote-controls__item:focus {
    color: #1a1f24;
}

[dir] .layout .article-vote-controls__item:focus {
    background-color: #b9b9b9;
}

.layout .article-vote-controls__item:active {
    color: #1a1f24;
}

[dir] .layout .article-vote-controls__item:active {
    background-color: #b9b9b9;
}

.layout .article-vote-controls__item--voted,
.layout .article-vote-controls__item--voted:active,
.layout .article-vote-controls__item--voted:focus {
    color: #fff;
}

[dir] .layout .article-vote-controls__item--voted,
[dir] .layout .article-vote-controls__item--voted:active,
[dir] .layout .article-vote-controls__item--voted:focus {
    background-color: rgba(0, 103, 185, 1);
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .article-vote-question {
        float: left;
        margin-right: 12px;
    }
    [dir='rtl'] .layout .article-vote-question {
        float: right;
        margin-left: 12px;
    }
}

.layout .article-vote-controls {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .layout .article-vote-question {
        display: block;
    }
    [dir] .layout .article-vote-question {
        margin-bottom: calc(18px * 1.5 / 2);
    }

    .layout .article-vote-controls {
        display: block;
    }

    [dir] .layout .article-vote-controls {
        margin-bottom: calc(18px * 1.5 / 2);
    }
}

.layout .article-vote-count {
    display: block;
    font-size: calc((18px * 0.75) - 2);
    color: #979797;
}

[dir] .layout .article__share {
    margin-bottom: calc(18px * 1.5);
}

[dir] .layout .article__share ul {
    margin-top: 0;
}

[dir] .layout .article-footer {
    margin-bottom: calc(18px * 1.5);
}

[dir] .layout .article__attachments {
    margin-bottom: calc(18px * 1.5);
}

[dir] .layout .article-more-questions {
    margin-bottom: calc(18px * 1.5);
    clear: both;
}

.layout .article-more-questions:empty {
    display: none;
}

.layout .article-more-questions a {
    white-space: nowrap;
}

@media (max-width: 767px) {
    [dir] .layout .article-sidebar {
        padding-top: calc(18px * 1.5);
        border-top: 1px solid #eee;
    }
}

.layout .article-list {
    list-style: none;
}

[dir='ltr'] .layout .article-list {
    padding-left: 0;
}

[dir='rtl'] .layout .article-list {
    padding-right: 0;
}

.layout .article-list-item {
    page-break-inside: avoid;
    break-inside: avoid;
    position: relative;
}

[dir] .layout .article-list-item {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir='ltr'] .layout .article-list-item {
    padding-left: 20px;
}

[dir='rtl'] .layout .article-list-item {
    padding-right: 20px;
}

.layout .article-list-item:before {
    position: absolute;
    top: 8px;
    width: 0;
    height: 0;
    content: '';
}

[dir] .layout .article-list-item:before {
    border-style: solid;
}

[dir='ltr'] .layout .article-list-item:before {
    left: 0;
    border-color: transparent transparent transparent rgba(51, 62, 72, 1);
    border-width: 5px 0 5px 6px;
}

[dir='rtl'] .layout .article-list-item:before {
    right: 0;
    border-color: transparent rgba(51, 62, 72, 1) transparent transparent;
    border-width: 5px 6px 5px 0;
}

.layout .article-list-item__link {
    font-size: 18px;
    color: rgba(0, 103, 185, 1);
}

.layout .article-list-item--is-promoted span {
    position: absolute;
    top: 8px;
    font-size: 10px;
    color: rgba(51, 62, 72, 1);
    vertical-align: middle;
}

[dir='ltr'] .layout .article-list-item--is-promoted span {
    left: -3px;
}

[dir='rtl'] .layout .article-list-item--is-promoted span {
    right: -3px;
}

.layout .article-list-item--is-promoted:before {
    display: none;
}

@media (min-width: 768px) {
    .layout .article-list--section {
        column-count: 3;
        column-gap: calc(15px * 3);
    }
}

/* ==========================================================================
Comment Form
========================================================================== */

.layout .comment-form {
    position: relative;
}

[dir] .layout .comment-form {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .comment-form {
        padding-left: 72px;
    }
    [dir='rtl'] .layout .comment-form {
        padding-right: 72px;
    }
}

.layout .comment-form__avatar {
    position: absolute;
    top: 0;
}

[dir='ltr'] .layout .comment-form__avatar {
    left: 0;
}

[dir='rtl'] .layout .comment-form__avatar {
    right: 0;
}

@media (max-width: 767px) {
    .layout .comment-form__avatar {
        display: none;
    }
}

[dir] .layout .comment-form__attachments {
    margin-bottom: 24px;
}

.layout .comment-form__mark-as-solved {
    position: relative;
}

[dir] .layout .comment-form__ccs {
    margin-bottom: 0;
}

[dir] .layout .comment-form__ccs + textarea {
    margin-top: 0;
}

[dir='ltr'] .layout .comment-form__ccs + textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

[dir='rtl'] .layout .comment-form__ccs + textarea {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.layout
    .comment-form__ccs
    ul[data-hc-pills-container][data-hc-focus='true'] {
    position: relative;
    z-index: 2;
}

[dir] .layout .comment-form__body {
    margin-bottom: 16px;
}

/* ==========================================================================
Comment Sorter
========================================================================== */

[dir] .layout .comment-sorter {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    .layout .comment-sorter {
        display: table;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .layout .comment-sorter__col {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    [dir] .layout .comment-sorter__col--main {
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .comment-sorter__col--main {
        padding-right: 16px;
    }
    [dir='rtl'] .layout .comment-sorter__col--main {
        padding-left: 16px;
    }
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .comment-sorter__col--filters {
        text-align: right;
    }
    [dir='rtl'] .layout .comment-sorter__col--filters {
        text-align: left;
    }
}

.layout .comment-sorter__item.is-active {
    font-weight: 600;
}

.layout
    .comment-sorter__item
    + .comment-sorter__item:before {
    font-size: 10px;
    font-weight: 900;
    content: '\2022';
}

[dir]
    .layout
    .comment-sorter__item
    + .comment-sorter__item:before {
    margin: 0 6px;
}

/* ==========================================================================
Comment
========================================================================== */

[dir] .layout .comment {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.layout .comment__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.layout .comment__header {
    position: relative;
}

[dir] .layout .comment__header {
    margin-bottom: 24px;
}

.layout .comment__content {
    flex-grow: 1;
}

.layout .comment__voting-and-actions {
    flex-shrink: 0;
}

[dir='ltr'] .layout .comment__voting-and-actions {
    margin-left: 16px;
}

[dir='rtl'] .layout .comment__voting-and-actions {
    margin-right: 16px;
}

.layout .comment__official-heading {
    position: absolute;
    top: 0;
    width: auto;
    font-size: calc(18px * 0.85);
    color: #fff;
}

[dir] .layout .comment__official-heading {
    padding: 2px 8px;
    background-color: rgba(0, 103, 185, 1);
    border-radius: 0 0 4px 4px;
}

[dir='ltr'] .layout .comment__official-heading {
    right: 36px;
}

[dir='rtl'] .layout .comment__official-heading {
    left: 36px;
}

.layout .comment--official .comment__inner {
    position: relative;
}

[dir] .layout .comment--official .comment__inner {
    padding: 24px;
    border: 1px solid rgba(0, 103, 185, 1);
    border-radius: 4px;
}

.layout .comment__body {
    word-break: break-word;
}

[dir] .layout .comment__body {
    margin-bottom: 24px;
}

.layout .comment__body ul {
    list-style: disc;
}

[dir='ltr'] .layout .comment__body ul,
[dir='ltr'] .layout .comment__body ol {
    padding-left: 20px;
}

[dir='rtl'] .layout .comment__body ul,
[dir='rtl'] .layout .comment__body ol {
    padding-right: 20px;
}

[dir] .layout .comment__body ul ul,
[dir] .layout .comment__body ul ol,
[dir] .layout .comment__body ol ul,
[dir] .layout .comment__body ol ol {
    margin-top: 12px;
}

[dir] .layout .comment__body ul li,
[dir] .layout .comment__body ol li {
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .layout .comment__body [dir='auto'] {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    [dir] .layout .comment__body {
        margin-bottom: 0;
    }
}

[dir] .layout .comment__actions {
    padding-top: 8px;
}

.layout .comment__actions button {
    display: flex;
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: center;
}

[dir] .layout .comment__actions button {
    cursor: pointer;
    background-color: transparent;
    border: none;
}

[dir='ltr'] .layout .comment__actions button {
    margin-right: auto;
    margin-left: auto;
}

[dir='rtl'] .layout .comment__actions button {
    margin-left: auto;
    margin-right: auto;
}

/* Comment List */

[dir] .layout .comments {
    margin-bottom: 48px;
}

.layout .comments__callout {
    font-size: calc(18px * 0.85);
    color: #808488;
}

.layout .comments__callout:empty {
    display: none;
}

.layout .comments__list {
    list-style: none;
}

[dir='ltr'] .layout .comments__list {
    padding-left: 0;
}

[dir='rtl'] .layout .comments__list {
    padding-right: 0;
}

[dir] .layout .comment-list-header {
    padding-bottom: calc(18px * 1.5 / 2);
    margin-bottom: calc(18px * 1.5);
    border-bottom: 1px solid #eee;
}

.layout .comment-list-heading {
    font-size: calc(18px * 1.1);
    font-weight: 600;
}

[dir] .layout .comment-list-heading {
    margin-bottom: 0;
}

.layout .share {
    white-space: nowrap;
    list-style: none;
}

[dir='ltr'] .layout .share {
    padding-left: 0;
}

[dir='rtl'] .layout .share {
    padding-right: 0;
}

.layout .share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

[dir] .layout .share li {
    margin-bottom: 5px;
}

.layout .share a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    touch-action: manipulation;
}

[dir] .layout .share a {
    background-color: #eee;
    border-color: #eee;
    border-radius: 4px;
}

.layout .share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'Font Awesome 5 Brands';
}

[dir] .layout .share a:before {
    text-align: center;
}

.layout .share-facebook {
    color: #3d5b95;
}

[dir] .layout .share-facebook {
    background-color: #eee;
    border-color: #eee;
}

.layout .share-facebook:hover {
    color: #2b406a;
}

[dir] .layout .share-facebook:hover {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

.layout .share-facebook:focus {
    color: #2b406a;
}

[dir] .layout .share-facebook:focus {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

.layout .share-facebook:active {
    color: #2b406a;
}

[dir] .layout .share-facebook:active {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

[dir] .layout .share-facebook:active {
    background-image: none;
}

.layout .share-facebook:before {
    font-weight: 900;
    content: '\f09a';
}

.layout .share-twitter {
    color: #24aadd;
}

[dir] .layout .share-twitter {
    background-color: #eee;
    border-color: #eee;
}

.layout .share-twitter:hover {
    color: #1a82a9;
}

[dir] .layout .share-twitter:hover {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

.layout .share-twitter:focus {
    color: #1a82a9;
}

[dir] .layout .share-twitter:focus {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

.layout .share-twitter:active {
    color: #1a82a9;
}

[dir] .layout .share-twitter:active {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

[dir] .layout .share-twitter:active {
    background-image: none;
}

.layout .share-twitter:before {
    font-weight: 900;
    content: '\f099';
}

.layout .share-linkedin {
    color: #0976b4;
}

[dir] .layout .share-linkedin {
    background-color: #eee;
    border-color: #eee;
}

.layout .share-linkedin:hover {
    color: #06507a;
}

[dir] .layout .share-linkedin:hover {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

.layout .share-linkedin:focus {
    color: #06507a;
}

[dir] .layout .share-linkedin:focus {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

.layout .share-linkedin:active {
    color: #06507a;
}

[dir] .layout .share-linkedin:active {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

[dir] .layout .share-linkedin:active {
    background-image: none;
}

.layout .share-linkedin:before {
    font-weight: 900;
    content: '\f0e1';
}

.layout .share-googleplus {
    color: #d23e30;
}

[dir] .layout .share-googleplus {
    background-color: #eee;
    border-color: #eee;
}

.layout .share-googleplus:hover {
    color: #a22e23;
}

[dir] .layout .share-googleplus:hover {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

.layout .share-googleplus:focus {
    color: #a22e23;
}

[dir] .layout .share-googleplus:focus {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

.layout .share-googleplus:active {
    color: #a22e23;
}

[dir] .layout .share-googleplus:active {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
}

[dir] .layout .share-googleplus:active {
    background-image: none;
}

.layout .share-googleplus:before {
    font-weight: 900;
    content: '\f0d5';
}

[dir] .layout .my-activities-header {
    margin-bottom: calc(18px * 1.5);
}

.layout .my-activities-items {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

[dir] .layout .my-activities-items {
    margin-bottom: calc(18px * 1.5 * 2);
}

@media (min-width: 768px) {
    .layout .my-activities-items {
        table-layout: auto;
    }
}

.layout .my-activities-items__head {
    display: none;
    color: #808488;
}

@media (min-width: 768px) {
    .layout .my-activities-items__head {
        display: table-header-group;
        font-size: calc(18px * 0.85);
        font-weight: 600;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .layout .my-activities-items__body {
        display: table-row-group;
    }
}

.layout .my-activities-items__row {
    display: block;
}

@media (min-width: 768px) {
    .layout .my-activities-items__row {
        display: table-row;
    }
}

.layout .my-activities-items__col {
    display: block;
}

@media (min-width: 768px) {
    .layout .my-activities-items__col {
        display: table-cell;
    }
    [dir] .layout .my-activities-items__col {
        padding-top: calc(18px * 1.5 / 2);
        padding-bottom: calc(18px * 1.5 / 2);
        border-bottom: 1px solid #eee;
    }

    body
        :not(.fastmail-theme)
        [dir='ltr']
        .my-activities-items__col
        + .my-activities-items__col {
        padding-left: 12px;
    }

    body
        :not(.fastmail-theme)
        [dir='rtl']
        .my-activities-items__col
        + .my-activities-items__col {
        padding-right: 12px;
    }
}

@media (max-width: 767px) {
    .layout .my-activities-items__request-id {
        display: inline;
    }
}

@media (min-width: 768px) {
    .layout .my-activities-items__request-id {
        display: none;
    }
}

.layout .my-activities-menu ul {
    list-style: none;
}

[dir='ltr'] .layout .my-activities-menu ul {
    padding-left: 0;
}

[dir='rtl'] .layout .my-activities-menu ul {
    padding-right: 0;
}

[dir] .layout .my-activities-menu__items {
    margin-bottom: 0;
}

[dir] .layout .my-activities-menu__item {
    margin-bottom: 0;
}

.layout .my-activities-menu__item a {
    display: block;
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .my-activities-menu__item {
        float: left;
    }
    [dir='rtl'] .layout .my-activities-menu__item {
        float: right;
    }
}

@media (min-width: 768px) {
    body
        :not(.fastmail-theme)
        [dir='ltr']
        .my-activities-menu__item
        + .my-activities-menu__item {
        margin-left: 12px;
    }
    body
        :not(.fastmail-theme)
        [dir='rtl']
        .my-activities-menu__item
        + .my-activities-menu__item {
        margin-right: 12px;
    }
}

[dir] .layout .my-activities-menu--main {
    padding-bottom: calc(18px * 1.5);
    margin-bottom: calc(18px * 1.5);
    border-bottom: 1px solid #eee;
}

[dir]
    .layout
    .my-activities-menu--main
    .my-activities-menu__item {
    padding: calc(12px / 2) 12px;
    background-color: #eee;
    border-radius: 4px;
}

@media (max-width: 767px) {
    [dir]
        body
        :not(.fastmail-theme)
        .my-activities-menu--main
        .my-activities-menu__item {
        margin-bottom: calc(18px * 1.5 / 3);
    }
}

.layout
    .my-activities-menu--main
    .my-activities-menu__item.is-active {
    font-weight: 600;
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .my-activities-menu--sub {
    margin-bottom: calc(18px * 1.5);
}

.layout
    .my-activities-menu--sub
    .my-activities-menu__item.is-active {
    font-weight: 600;
}

.layout
    .my-activities-menu--sub
    .my-activities-menu__item
    a {
    display: inline-block;
}

@media (min-width: 768px) {
    body
        :not(.fastmail-theme)
        .my-activities-menu--sub
        .my-activities-menu__item
        + .my-activities-menu__item:before {
        font-size: 10px;
        content: '\2022';
    }
    body
        :not(.fastmail-theme)
        [dir='ltr']
        .my-activities-menu--sub
        .my-activities-menu__item
        + .my-activities-menu__item:before {
        margin-right: calc(12px / 2);
    }
    body
        :not(.fastmail-theme)
        [dir='rtl']
        .my-activities-menu--sub
        .my-activities-menu__item
        + .my-activities-menu__item:before {
        margin-left: calc(12px / 2);
    }
}

@media (max-width: 767px) {
    [dir] .layout .my-activities-item {
        padding: calc(18px * 1.5 / 2) 12px;
        margin-bottom: calc(18px * 1.5);
        border: 1px solid #eee;
        border-radius: 4px;
    }
}

.layout .my-activities-item__meta {
    font-size: 14px;
    color: #808488;
}

@media (max-width: 767px) {
    .layout .my-activities-item__meta {
        display: inline-block;
    }
    [dir='ltr'] .layout .my-activities-item__meta {
        margin-right: calc(12px / 2);
    }
    [dir='rtl'] .layout .my-activities-item__meta {
        margin-left: calc(12px / 2);
    }

    body
        :not(.fastmail-theme)
        .my-activities-item__meta
        + .my-activities-item__meta:before {
        content: '\2022';
    }

    body
        :not(.fastmail-theme)
        [dir='ltr']
        .my-activities-item__meta
        + .my-activities-item__meta:before {
        margin-right: calc(12px / 2);
    }

    body
        :not(.fastmail-theme)
        [dir='rtl']
        .my-activities-item__meta
        + .my-activities-item__meta:before {
        margin-left: calc(12px / 2);
    }
}

.layout .my-activities-item__title {
    font-weight: 400;
}

@media (max-width: 767px) {
    .layout .my-activities-item__title {
        font-size: calc(18px * 1.25);
    }
}

@media (max-width: 767px) {
    .layout .my-activities-item__icon {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .layout .my-activities-item__icon {
        display: none;
    }
}

.layout .subscriptions-subscribe div {
    display: inline-block;
}

[dir] .layout .request-table-toolbar {
    padding-top: 12px;
    padding-bottom: calc(12px / 2);
    margin-bottom: calc(18px * 1.5);
    background-color: #f9f9f9;
    border-radius: 4px;
}

@media (min-width: 768px) {
    [dir] .layout .request-table-toolbar {
        padding-top: calc(12px / 2);
        padding-bottom: 12px;
    }
}

.layout .request-table-toolbar label {
    font-size: calc(18px * 0.85);
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .layout .request-table-filters {
        display: table;
        width: 100%;
    }
}

[dir='ltr'] .layout .request-table-filters__item {
    padding-right: 12px;
    padding-left: 12px;
}

[dir='rtl'] .layout .request-table-filters__item {
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 767px) {
    [dir] .layout .request-table-filters__item {
        margin-bottom: calc(18px * 1.5 / 2);
    }
}

@media (min-width: 768px) {
    .layout .request-table-filters__item {
        display: table-cell;
        width: 33%;
        vertical-align: bottom;
    }
}

.layout .request-table-organization {
    display: table;
    width: 100%;
}

.layout .request-table-organization__col {
    display: table-cell;
    vertical-align: middle;
}

.layout .request-table-organization__col--main {
    width: 100%;
}

[dir='ltr']
    .layout
    .request-table-organization__col--button {
    padding-left: calc(12px / 2);
}

[dir='rtl']
    .layout
    .request-table-organization__col--button {
    padding-right: calc(12px / 2);
}

.layout
    .request-table-organization__col--button
    [role='button'] {
    height: calc(18px * 1.5 + 14);
    line-height: calc(18px * 1.5 + 14);
}

[dir]
    .layout
    .request-table-organization__col--button
    [role='button'] {
    padding-top: 0;
    padding-bottom: 0;
}

.layout .requests-sort-symbol {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.layout .requests-sort-symbol:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    color: #808488;
    content: '\f0d7';
}

[dir] .layout .requests-sort-symbol:after {
    margin-bottom: 2px;
}

[dir='ltr'] .layout .requests-sort-symbol:after {
    margin-left: 5px;
}

[dir='rtl'] .layout .requests-sort-symbol:after {
    margin-right: 5px;
}

.layout .requests-link {
    color: #808488;
    white-space: nowrap;
}

.layout
    .requests-link[href*='asc']
    .requests-sort-symbol:after {
    font-weight: 900;
    content: '\f0d8';
}

[dir] .layout .request-page {
    margin-bottom: calc(18px * 1.5 * 2);
}

@media (max-width: 767px) {
    [dir] .layout .request-page {
        margin-bottom: calc(18px * 1.5);
    }
}

.layout .request {
    position: relative;
}

.layout .request-id {
    font-weight: 600;
}

[dir] .layout .request-id {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .request-subject {
    font-size: calc(18px * 1.5);
}

@media (min-width: 992px) {
    .layout .request-subject {
        font-size: calc(18px * 1.75 - 2px);
    }
}

@media (min-width: 1200px) {
    .layout .request-subject {
        font-size: calc(18px * 2.5);
    }
}

.layout .request-follow-up:empty {
    display: none;
}

.layout .request-sidebar {
    font-size: 14px;
}

[dir] .layout .request-sidebar {
    padding: calc(18px * 1.5) 12px 0;
    margin-bottom: calc(18px * 1.5);
    border: 1px solid #eee;
    border-radius: 4px;
}

[dir] .layout .request-sidebar dd {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .request-status {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

[dir] .layout .request-status {
    padding: 1px calc(12px / 2);
    border-radius: 4px;
}

[dir] .layout .request-status--solved,
[dir] .layout .request-status--closed {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .request-status--new,
[dir] .layout .request-status--open {
    background-color: #ff5252;
}

[dir] .layout .request-status--answered {
    background-color: rgba(51, 62, 72, 1);
}

[dir] .layout .new-request-page {
    padding-top: calc(18px * 1.5);
    margin-bottom: calc(18px * 1.5 * 2);
}

@media (max-width: 767px) {
    [dir] .layout .new-request-page {
        padding-top: 0;
        margin-bottom: calc(18px * 1.5);
    }
}

.layout .new-request-title {
    font-size: calc(18px * 1.5);
}

@media (min-width: 768px) {
    .layout .new-request-title {
        font-size: calc(18px * 1.75 - 2px);
    }
}

@media (min-width: 992px) {
    .layout .new-request-title {
        font-size: calc(18px * 2.5);
    }
}

[dir] .layout .new-request-form {
    margin-bottom: calc(18px * 1.5);
}

[dir] .layout .upload-dropzone {
    padding: calc(18px * 1.5) calc(12px + 4px);
    border-color: #bdc2c5;
    border-radius: 4px;
}

.layout .upload-dropzone {
    font-size: calc(18px * 0.85);
}

.layout .upload-dropzone a {
    font-size: calc(18px * 0.85);
}

@media (max-width: 767px) {
    [dir] .layout .upload-dropzone {
        padding: calc(18px * 1.5 / 1.5)
            calc(12px + 4px);
    }

    [dir] .layout .upload-dropzone span {
        padding: 0;
    }
}

.layout .intro-title {
    font-size: calc(18px * 1.5);
    font-weight: 600;
    line-height: 1.1;
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .intro-title {
    margin-bottom: calc(18px * 1.5);
    text-align: center;
}

@media (min-width: 768px) {
    .layout .intro-title {
        font-size: calc(18px * 1.75 - 2px);
    }
}

@media (min-width: 992px) {
    .layout .intro-title {
        font-size: calc(18px * 2.5);
    }
    [dir] .layout .intro-title {
        margin-bottom: calc(18px * 1.5 * 1.4);
    }
}

[dir] .layout .custom-blocks {
    margin-top: calc(18px * 1.5 * 1);
}

@media (min-width: 768px) {
    .layout .custom-blocks__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

[dir] .layout .custom-block {
    float: none;
    margin-bottom: calc(18px * 1.5);
    text-align: center;
}

.layout .custom-block__link {
    display: block;
    height: 100%;
    transition: all 220ms;
}

.layout a.custom-block__link:active,
.layout a.custom-block__link:focus,
.layout a.custom-block__link:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.layout a.custom-block__link:active .custom-block__title,
.layout a.custom-block__link:focus .custom-block__title,
.layout a.custom-block__link:hover .custom-block__title {
    color: #3f5db2;
}

[dir] .layout .custom-block__link {
    padding: 24px 16px 30px;
    background-color: #fff;
    border-radius: calc(4px * 2);
    box-shadow: 0 0 15px 5px rgba(62, 60, 98, 0.08);
}

@media (min-width: 768px) {
    [dir] .layout .custom-block__link:active,
    [dir] .layout .custom-block__link:focus,
    [dir] .layout .custom-block__link:hover {
        transform: scale(1.045);
    }
}

.layout .custom-block__icon {
    display: inline-block;
}

.layout .custom-block__icon svg {
    width: 98px;
    height: 98px;
}

@media (min-width: 480px) {
    [dir] .layout .custom-block__icon {
        margin-bottom: calc(18px * 1.5);
    }
}

.layout .custom-block__title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: rgba(51, 62, 72, 1);
}

.layout .custom-block__description {
    font-size: 14px;
    color: #808488;
}

[dir] .layout .custom-block__description {
    margin-bottom: 0;
}

.layout .icon-color-stroke-primary {
    stroke: rgba(0, 103, 185, 1);
}

.layout .icon-color-stroke-secondary {
    stroke: rgba(108, 179, 226, 1);
}

.layout .icon-color-fill-primary {
    fill: rgba(0, 103, 185, 1);
}

.layout .icon-color-fill-secondary {
    fill: rgba(108, 179, 226, 1);
}

.layout .icon-color-fill {
    fill: #f8f8f8;
}

.layout .dropdown {
    position: relative;
    display: inline-block;
}

.layout .dropdown.is-active .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

[dir='ltr'] .layout .dropdown--right .dropdown-menu {
    right: 0;
    left: auto;
}

[dir='rtl'] .layout .dropdown--right .dropdown-menu {
    left: 0;
    right: auto;
}

[dir] .layout .dropdown-toggle {
    cursor: pointer;
}

.layout .dropdown-toggle:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: calc(18px - 4px);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: inherit;
    content: '\f107';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[dir='ltr'] .layout .dropdown-toggle:after {
    margin-left: 8px;
}

[dir='rtl'] .layout .dropdown-toggle:after {
    margin-right: 8px;
}

.layout .dropdown-toggle:focus {
    outline: none;
}

[dir] .layout .dropdown-toggle--user {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.layout .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 99;
    display: none;
    min-width: 170px !important;
    overflow: hidden;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

[dir] .layout .dropdown-menu {
    padding: calc(12px / 2) 0;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

[dir='ltr'] .layout .dropdown-menu {
    left: 0;
}

[dir='rtl'] .layout .dropdown-menu {
    right: 0;
}

.layout .dropdown-menu [role='menuitem'] {
    position: relative;
    display: block;
    width: 100%;
    color: rgba(51, 62, 72, 1);
    white-space: normal;
    transition: background-color 0.3s ease;
}

[dir] .layout .dropdown-menu [role='menuitem'] {
    cursor: pointer;
    background-color: #fff;
    border: none;
}

[dir='ltr'] .layout .dropdown-menu [role='menuitem'] {
    padding: calc(18px * 1.5 / 2) 26px
        calc(18px * 1.5 / 2) 12px;
    text-align: left;
}

[dir='rtl'] .layout .dropdown-menu [role='menuitem'] {
    padding: calc(18px * 1.5 / 2) 12px
        calc(18px * 1.5 / 2) 26px;
    text-align: right;
}

[dir] .layout .dropdown-menu [role='menuitem']:hover {
    background-color: #eee;
}

[dir] .layout .dropdown-menu [role='menuitem']:active {
    background-color: #eee;
}

[dir] .layout .dropdown-menu [role='menuitem']:focus {
    background-color: #eee;
}

.layout
    .dropdown-menu
    [role='menuitem'][aria-selected='true']:after {
    position: absolute;
    top: 16px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: '\f00c';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout
    [dir='ltr']
    .dropdown-menu
    [role='menuitem'][aria-selected='true']:after {
    right: 12px;
    margin-left: 10px !important;
}

.layout
    [dir='rtl']
    .dropdown-menu
    [role='menuitem'][aria-selected='true']:after {
    left: 12px;
    margin-right: 10px !important;
}

.layout .dropdown-menu[aria-expanded='true'] {
    display: block;
}

[dir] .layout .error-page {
    padding: 10% 0;
    text-align: center;
}

@media (max-width: 767px) {
    [dir] .layout .error-page {
        padding: 0 15px calc(18px * 1.5 / 2);
    }
}

.layout .error-page__title {
    text-transform: capitalize;
}

.layout #footer-image {
    height: 642px;
    margin-top: -300px;
    background: url(/hc/theming_assets/01HZH481M8SV17077Y2HW5Z001);
    background-position: top;
    background-size: auto 642px;
}

.layout #ticket-footer {
    background-color: #333e48;
    color: #ffffff;
    text-align: left;
}

.layout #ticket-footer .ticket-footer--center {
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
}

.layout #ticket-footer .ticket-footer--full {
    padding-top: 50px;
    padding-bottom: 50px;
}

.layout #ticket-footer .u-nowrap {
    white-space: nowrap;
}

.layout #ticket-footer div {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.layout #ticket-footer p {
    max-width: 400px;
    margin: 0;
    padding: 0 20px 15px;
}

.layout #ticket-footer a {
    color: #59acef;
}

@media (max-width: 600px) {
    .layout #ticket-footer div {
        flex-direction: column;
        align-content: center;
    }

    .layout #ticket-footer p {
        max-width: none;
    }
}

.layout .footer-submit-ticket {
    position: relative;
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .footer-submit-ticket {
    padding: 0 calc(12px + 4px) calc(18px * 1.5 * 2);
    text-align: center;
    border-radius: 4px;
}

@media (max-width: 767px) {
    [dir] .layout .footer-submit-ticket {
        padding-bottom: calc(18px * 1.5);
    }
}

.layout .footer-submit-ticket__title {
    font-size: calc(18px * 1.75 - 2px);
}

@media (min-width: 768px) {
    .layout .footer-submit-ticket__title {
        font-size: calc(18px * 2.5);
    }
}

.layout .footer-submit-ticket__subtitle {
    font-size: calc(18px * 1.5);
    color: rgba(51, 62, 72, 1);
    opacity: 0.8;
}

.layout .note {
    position: relative;
    color: #5d7184;
}

[dir] .layout .note {
    margin: calc(18px * 1.5) 0;
}

[dir='ltr'] .layout .note {
    padding-left: 12px;
    border-left: calc(1px * 4) solid transparent;
}

[dir='rtl'] .layout .note {
    padding-right: 12px;
    border-right: calc(1px * 4) solid transparent;
}

[dir] .layout .note p:last-child {
    margin-bottom: 0;
}

.layout .note-title {
    font-weight: 600;
}

[dir] .layout .note-title {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir] .layout .note-default {
    border-color: #818a91;
}

[dir] .layout .note--default {
    border-color: #818a91;
}

.layout .note-default .note-title {
    color: #818a91;
}

.layout .note--default .note-title {
    color: #818a91;
}

[dir] .layout .note-info,
[dir] .layout .note--info {
    border-color: rgba(0, 103, 185, 1);
}

.layout .note-info .note-title,
.layout .note--info .note-title {
    color: rgba(0, 103, 185, 1);
}

[dir] .layout .note-warning,
[dir] .layout .note--warning {
    border-color: rgba(51, 62, 72, 1);
}

.layout .note-warning .note-title,
.layout .note--warning .note-title {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .note-success,
[dir] .layout .note--success {
    border-color: rgba(0, 103, 185, 1);
}

.layout .note-success .note-title,
.layout .note--success .note-title {
    color: rgba(0, 103, 185, 1);
}

[dir] .layout .note-danger,
[dir] .layout .note--danger {
    border-color: #ff5252;
}

.layout .note-danger .note-title,
.layout .note--danger .note-title {
    color: #ff5252;
}

.layout .pagination-list {
    list-style: none;
}

[dir='ltr'] .layout .pagination-list {
    padding-left: 0;
    margin-left: 0;
}

[dir='rtl'] .layout .pagination-list {
    padding-right: 0;
    margin-right: 0;
}

.layout .pagination-next,
.layout .pagination-prev,
.layout .pagination-first,
.layout .pagination-last {
    display: inline-block;
}

[dir='ltr'] .layout .pagination-next-text {
    margin-right: 16px;
}

[dir='rtl'] .layout .pagination-next-text {
    margin-left: 16px;
}

[dir='rtl'] .layout .pagination-next-text {
    margin-left: 16px;
}

[dir='ltr'] .layout .pagination-prev-text {
    margin-left: 16px;
}

[dir='rtl'] .layout .pagination-prev-text {
    margin-right: 16px;
}

[dir='rtl'] .layout .pagination-prev-text {
    margin-right: 16px;
}

[dir] .layout .satisfaction-box {
    padding: calc(18px * 1.5) 15px;
    margin: 0 0 20px;
    margin-top: 0;
    border-color: #eee;
    border-radius: 4px;
}

[dir] .layout .satisfaction-box h4:last-child {
    margin-bottom: 0;
}

.layout .satisfaction-box input[type='radio'] ~ label {
    display: inline-block;
    font-size: calc(18px - 5);
    font-weight: 700;
    line-height: calc(18px * 1.5);
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    touch-action: manipulation;
}

[dir] .layout .satisfaction-box input[type='radio'] ~ label {
    padding: 6px calc(12px + 12px / 2);
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 0;
    border-radius: 4px;
}

[dir='ltr']
    .layout
    .satisfaction-box
    input[type='radio']
    ~ label {
    margin-right: 10px;
}

[dir='rtl']
    .layout
    .satisfaction-box
    input[type='radio']
    ~ label {
    margin-left: 10px;
}

.layout .satisfaction-box input[type='radio'] ~ label:focus,
.layout
    .satisfaction-box
    input[type='radio']
    ~ label:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.layout .satisfaction-box input[type='radio'] ~ label:hover,
.layout .satisfaction-box input[type='radio'] ~ label:focus {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.layout
    .satisfaction-box
    input[type='radio']
    ~ label:active {
    outline: none;
}

[dir]
    .layout
    .satisfaction-box
    input[type='radio']
    ~ label:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.layout
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_good'] {
    color: #fff;
}

.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_good'] {
    background-color: rgba(0, 103, 185, 1);
    border-color: rgba(0, 103, 185, 1);
}

.layout
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_good']:hover,
.layout
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_good']:focus,
.layout
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_good']:active {
    color: #e0e0e0;
}

.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_good']:hover,
.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_good']:focus,
.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_good']:active {
    background-color: #004b86;
    border-color: #00457c;
}

.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_good']:active {
    background-image: none;
}

.layout
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_bad'] {
    color: #fff;
}

.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_bad'] {
    background-color: #ff5252;
    border-color: #ff3939;
}

.layout
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_bad']:hover,
.layout
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_bad']:focus,
.layout
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_bad']:active {
    color: #e0e0e0;
}

.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_bad']:hover,
.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_bad']:focus,
.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_bad']:active {
    background-color: #ff1f1f;
    border-color: #fa0000;
}

.layout
    [dir]
    .satisfaction-box
    input[type='radio']
    ~ label[for='satisfaction_rating_score_bad']:active {
    background-image: none;
}

.layout
    .satisfaction-box
    input[type='radio'][checked='checked'][value='good']
    + label {
    color: #fff !important;
}

.layout
    [dir]
    .satisfaction-box
    input[type='radio'][checked='checked'][value='good']
    + label {
    background-color: #00457c !important;
    border-color: darken($brand-success, 12%) !important;
}

.layout
    .satisfaction-box
    input[type='radio'][checked='checked'][value='bad']
    + label {
    color: #fff !important;
}

.layout
    [dir]
    .satisfaction-box
    input[type='radio'][checked='checked'][value='bad']
    + label {
    background-color: #ff1515 !important;
    border-color: #fa0000 !important;
}

[dir] .layout .satisfaction-box label.disabled {
    margin-bottom: calc(18px * 1.5) !important;
}

.layout
    .satisfaction-box
    label.disabled[for='satisfaction_rating_score_good'] {
    color: rgba(0, 103, 185, 1) !important;
}

.layout
    .satisfaction-box
    label.disabled[for='satisfaction_rating_score_bad'] {
    color: #ff5252 !important;
}

[dir] .layout .satisfaction-comment {
    margin-top: 15px;
}

.layout .satisfaction-box .satisfaction-submit {
    font-size: calc(18px - 5) !important;
    color: #fff;
}

[dir] .layout .satisfaction-box .satisfaction-submit {
    background-color: rgba(0, 103, 185, 1);
    border-color: #0059a0;
}

[dir='ltr'] .layout .satisfaction-box .satisfaction-submit {
    margin-left: 10px !important;
}

[dir='rtl'] .layout .satisfaction-box .satisfaction-submit {
    margin-right: 10px !important;
}

.layout .satisfaction-box .satisfaction-submit:hover,
.layout .satisfaction-box .satisfaction-submit:focus,
.layout .satisfaction-box .satisfaction-submit:active {
    color: #e0e0e0;
}

[dir] .layout .satisfaction-box .satisfaction-submit:hover,
[dir] .layout .satisfaction-box .satisfaction-submit:focus,
[dir] .layout .satisfaction-box .satisfaction-submit:active {
    background-color: #004b86;
    border-color: #003762;
}

[dir] .layout .satisfaction-box .satisfaction-submit:active {
    background-image: none;
}

[dir] .layout .satisfaction-reason {
    padding-top: calc(18px * 1.5);
}

.layout .satisfaction-box .satisfaction-cancel {
    font-size: calc(18px - 5) !important;
    line-height: 1.5 !important;
}

.layout .topbar {
    position: relative;
    width: 100%;
    font-size: calc(18px - 2px);
    font-weight: 600;
}

.layout .topbar__container-inner {
    position: relative;
    z-index: 4;
}

.layout .topbar__inner {
    width: 100%;
}

[dir] .layout .topbar__inner {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .layout .topbar__inner {
        display: table;
    }
}

.layout .topbar__nav {
    position: fixed;
    z-index: 5;
    width: 100%;
    transition: background-color ease 0.5s;
}

@media print {
    .layout .topbar__nav {
        display: none !important;
    }
}

.layout
    [dir]
    .topbar--image.topbar--small
    .topbar__nav:not(.topbar__nav--white) {
    background: url(/hc/theming_assets/01HZH4836TA3RHJGSEEVSJAEZF) no-repeat center top;
    background-color: rgba(226, 240, 249, 1);
    background-size: cover;
}

[dir] .layout .topbar__nav--white {
    background: none;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

[dir] .layout .topbar__nav--filled {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.layout .topbar__nav--white .topbar__link,
.layout .topbar--small .topbar__nav .topbar__link,
.layout .topbar__nav--filled .topbar__link {
    color: rgba(51, 62, 72, 1);
}

.layout
    .topbar__nav--white
    .topbar__link:hover:not(.btn--primary),
.layout .topbar--small .topbar__nav .topbar__link:hover,
.layout .topbar__nav--filled .topbar__link:hover {
    color: #1a1f24;
}

[dir] .layout .topbar__nav--white .lines,
[dir] .layout .topbar__nav--white .lines:before,
[dir] .layout .topbar__nav--white .lines:after,
[dir] .layout .topbar--small .topbar__nav .lines,
[dir] .layout .topbar--small .topbar__nav .lines:before,
[dir] .layout .topbar--small .topbar__nav .lines:after,
[dir] .layout .topbar__nav--filled .lines,
[dir] .layout .topbar__nav--filled .lines:before,
[dir] .layout .topbar__nav--filled .lines:after {
    background-color: rgba(51, 62, 72, 1);
}

.layout .topbar__nav--white .help-center-name,
.layout .topbar--small .topbar__nav .help-center-name,
.layout .topbar__nav--filled .help-center-name {
    color: rgba(51, 62, 72, 1);
}

.layout .topbar__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 17.5px 30px;
}

.layout .topbar__nav .logo__main,
.layout .topbar__nav .logo__secondary {
    height: 36px;
    margin-right: 6px;
}

.layout .topbar__nav .topbar__link__home {
    color: inherit;
    line-height: 20px;
    padding: 6px 12px;
}

.layout .topbar__nav .topbar__menu__button {
    cursor: pointer;
    height: 45px;
    width: 45px;
    margin: 0;
    padding: 7.5px;
}

.layout #show-nav ~ .topbar__nav .topbar__menu__button {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewbox%3D'0%200%2030%2030'%3E%3Cpath%20d%3D'M0%2C6h30m0%2C8h-30m0%2C8h30'%20stroke%3D'currentColor'%20stroke-width%3D'2'%2F%3E%3C%2Fsvg%3E");
}

.layout
    #show-nav:checked
    ~ .topbar__nav
    .topbar__menu__button {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M6%2C6l18%2C18m0%2C-18l-18%2C18'%20stroke%3D'currentColor'%20stroke-width%3D'2'%2F%3E%3C%2Fsvg%3E");
}

/* Mobile */

@media only screen and (max-width: 979px) {
    .layout .topbar__nav .topbar__menu__button {
        margin-left: auto;
    }

    .layout .topbar__nav .topbar__menu {
        flex-basis: 100%;
        display: none;
        flex-direction: column;
        padding-top: 27px;
        padding-bottom: 9.5px;
    }

    .layout .topbar__nav .topbar__menu > * + * {
        margin-top: 16px;
    }

    .layout #show-nav:checked ~ .topbar__nav {
        background: #fff;
        border-bottom: 1px solid #eee;
    }
    .layout #show-nav:checked ~ .topbar__nav .topbar__menu {
        display: flex;
    }
}

/* Desktop */

@media only screen and (min-width: 980px) {
    .layout .topbar__nav .topbar__menu__button {
        display: none;
    }

    .layout .topbar__nav .topbar__menu {
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    body
        :not(.fastmail-theme)
        .topbar__nav
        .topbar__menu
        > .topbar__link__home:first-child {
        border-left: 1px solid currentColor;
        padding: 0;
        padding-left: 16px;
        margin-right: auto;
    }
    .layout .topbar__nav .topbar__menu > :not(:last-child) {
        margin-right: 32px;
    }
}

.layout .topbar__link.btn--primary,
.layout
    .topbar--small
    .topbar__nav
    .topbar__link.btn--primary {
    color: #fff;
    font-weight: 400;
}

.layout .topbar__col {
    position: relative;
}

[dir] .layout .topbar__col {
    padding: 17.5px 0;
}

@media (min-width: 768px) {
    .layout .topbar__col {
        display: table-cell;
        vertical-align: middle;
    }
}

.layout .topbar__controls {
    display: flex;
    flex-direction: column;
}

.layout .topbar__controls > * + * {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .layout .topbar__controls {
        flex-direction: row;
        align-items: center;
    }
    [dir='ltr'] .layout .topbar__controls {
        float: right;
    }
    [dir='rtl'] .layout .topbar__controls {
        float: left;
    }
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .topbar__controls > * + * {
        margin-left: 32px;
        margin-top: 0;
    }
    [dir='rtl'] .layout .topbar__controls > * + * {
        margin-right: 32px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .layout .topbar__collapse {
        display: none;
    }
    [dir] .layout .topbar__collapse {
        padding-top: calc(18px * 1.5 / 2);
        padding-bottom: calc(18px * 1.5);
    }
}

@media (min-width: 768px) {
    .layout .topbar__collapse {
        display: block !important;
    }
}

@media (max-width: 767px) {
    [dir] .layout .topbar__menu {
        padding: 0;
    }
}

.layout .topbar__link {
    font-weight: inherit;
    color: rgba(51, 62, 72, 1);
}

.layout a.topbar__link {
    padding: calc(12px / 2) 12px;
}

.layout a.topbar__link:hover {
    opacity: 0.7;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.layout a.topbar__link.btn--primary {
    padding: 15px 27px;
    border-radius: 30px;
    font-weight: bold;
    max-width: -webkit-max-content;
    max-width: max-content;
}

.layout .topbar__external-link {
    align-items: baseline;
    display: flex;
    font-weight: inherit;
    color: rgba(51, 62, 72, 1);
}

.layout a.topbar__external-link:hover {
    opacity: 0.7;
}

.layout .topbar__external-link svg {
    align-self: center;
}

.layout .topbar--small {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .topbar--small {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout a.topbbar__link {
    padding: 2px calc(1em + 2px);
    border: 1px solid #333e48;
    border-radius: 0.3em;
}

.layout .topbar--large {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .topbar--large {
    background: rgba(226, 240, 249, 1);
}

.layout .topbar--image {
    position: relative;
    z-index: 2;
}

[dir] .layout .topbar--image {
    background: url(/hc/theming_assets/01HZH4836TA3RHJGSEEVSJAEZF) no-repeat center;
    background-position: center top;
    background-size: cover;
}

/* .topbar--image:before {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: $hero_unit_mask_opacity;
}
[dir] .topbar--image:before {
  background: rgba(226, 240, 249, 1);
}
[dir=ltr] .topbar--image:before {
left: 0;
}
[dir=rtl] .topbar--image:before {
  right: 0;
} */

.layout .scroll-to-top {
    position: fixed;
    bottom: -50px;
    z-index: 3;
    width: 50px;
    height: 50px;
    font-size: 32px !important;
    line-height: 45px !important;
    transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[dir] .layout .scroll-to-top {
    text-align: center;
    border: 1px solid rgba(0, 103, 185, 1);
    border-radius: 4px;
}

[dir='ltr'] .layout .scroll-to-top {
    right: 30px;
}

[dir='rtl'] .layout .scroll-to-top {
    left: 30px;
}

.layout .scroll-to-top:focus,
.layout .scroll-to-top:active {
    outline: 0;
}

.layout .scroll-to-top.is-active {
    bottom: 30px;
}

.layout .scroll-to-top:hover {
    color: #003c6d;
}

[dir] .layout .scroll-to-top:hover {
    border-color: #003c6d;
}

@media (max-width: 767px) {
    .layout .scroll-to-top {
        display: none;
    }
}

/* Embeds responsive */

.layout .embed,
.layout .embed-responsive {
    position: relative;
    z-index: 1;
    display: block;
    height: 0;
    overflow: hidden;
}

[dir] .layout .embed,
[dir] .layout .embed-responsive {
    padding: 0 0 56.25%;
    margin-bottom: 30px;
}

.layout .embed img,
.layout .embed-responsive img {
    width: 100%;
}

.layout .embed iframe,
.layout .embed embed,
.layout .embed object,
.layout .embed video,
.layout .embed-responsive iframe,
.layout .embed-responsive embed,
.layout .embed-responsive object,
.layout .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

[dir] .layout .embed iframe,
[dir] .layout .embed embed,
[dir] .layout .embed object,
[dir] .layout .embed video,
[dir] .layout .embed-responsive iframe,
[dir] .layout .embed-responsive embed,
[dir] .layout .embed-responsive object,
[dir] .layout .embed-responsive video {
    border: 0;
}

[dir='ltr'] .layout .embed iframe,
[dir='ltr'] .layout .embed embed,
[dir='ltr'] .layout .embed object,
[dir='ltr'] .layout .embed video,
[dir='ltr'] .layout .embed-responsive iframe,
[dir='ltr'] .layout .embed-responsive embed,
[dir='ltr'] .layout .embed-responsive object,
[dir='ltr'] .layout .embed-responsive video {
    left: 0;
}

[dir='rtl'] .layout .embed iframe,
[dir='rtl'] .layout .embed embed,
[dir='rtl'] .layout .embed object,
[dir='rtl'] .layout .embed video,
[dir='rtl'] .layout .embed-responsive iframe,
[dir='rtl'] .layout .embed-responsive embed,
[dir='rtl'] .layout .embed-responsive object,
[dir='rtl'] .layout .embed-responsive video {
    right: 0;
}

.layout .embed:focus,
.layout .embed-responsive:focus {
    outline: none !important;
}

/* Modifier class for 16:9 aspect ratio */

[dir] .layout .embed-responsive--16by9 {
    padding-bottom: 56.25%;
}

/* Modifier class for 4:3 aspect ratio */

[dir] .layout .embed-responsive--4by3 {
    padding-bottom: 75%;
}

.layout {
}

.layout .visible-xs,
.layout .visible-sm,
.layout .visible-md,
.layout .visible-lg {
    display: block !important;
}

@media (max-width: 767px) {
    .layout .visible-xs {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .layout .visible-sm {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .layout .visible-md {
        display: block;
    }
}

@media (min-width: --screen-lg) {
    .layout .visible-lg {
        display: block;
    }
}

@media (max-width: 767px) {
    .layout .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .layout .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .layout .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .layout .hidden-lg {
        display: none !important;
    }
}

.layout .visible-print {
    display: none !important;
}

@media print {
    .layout .visible-print {
        display: block;
    }
}

.layout .visible-print-block {
    display: none !important;
}

@media print {
    .layout .visible-print-block {
        display: block !important;
    }
}

.layout .visible-print-inline {
    display: none !important;
}

@media print {
    .layout .visible-print-inline {
        display: inline !important;
    }
}

.layout .visible-print-inline-block {
    display: none !important;
}

@media print {
    .layout .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .layout .hidden-print {
        display: none !important;
    }
}

[dir] .layout .page-header {
    margin-bottom: calc(18px * 1.5 * 2);
}

.layout .page-header h2 {
    font-size: 41px;
}

@media (max-width: 767px) {
    .layout .page-header h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    [dir] .layout .page-header {
        margin-top: calc(18px * 1.5);
    }
}

[dir] .layout .page-header--with-border {
    border-bottom: 1px solid #eee;
}

[dir] .layout .page-header--center {
    text-align: center;
}

.layout .page-description {
    max-width: 600px;
    color: #818a91;
}

[dir] .layout .page-description {
    margin: auto;
    margin-bottom: 24px;
}

[dir] .layout .recent-articles h3 {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir] .layout .related-articles h3 {
    margin-bottom: calc(18px * 1.5 / 2);
}

@media (min-width: 768px) {
    [dir] .layout .recent-articles h3 {
        margin-top: calc(18px * 1.5 / 2);
    }
    [dir] .layout .related-articles h3 {
        margin-top: calc(18px * 1.5 / 2);
    }
}

.layout .recent-articles ul,
.layout .related-articles ul {
    list-style: none;
}

[dir='ltr'] .layout .recent-articles ul,
[dir='ltr'] .layout .related-articles ul {
    padding-left: 0;
}

[dir='rtl'] .layout .recent-articles ul,
[dir='rtl'] .layout .related-articles ul {
    padding-right: 0;
}

[dir] .layout .recent-articles ul > li {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir] .layout .related-articles ul > li {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .recent-articles ul > li a {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .recent-articles ul > li a {
    padding-bottom: 1px;
    border-bottom: 1px solid #eee;
}

.layout .related-articles ul > li a {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .related-articles ul > li a {
    padding-bottom: 1px;
    border-bottom: 1px solid #eee;
}

.layout .recent-articles h3 {
    font-size: calc(18px * 1.25);
}

[dir] .layout .section-articles {
    margin-bottom: calc(18px * 1.5 * 2);
}

@media (min-width: 768px) {
    [dir] .layout .section-articles {
        margin-bottom: calc(18px * 1.5);
    }
}

.layout .section-articles__title {
    font-size: calc(18px * 1.25);
    font-weight: 600;
}

[dir] .layout .section-articles__title {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .section-articles__list {
    list-style: none;
}

[dir='ltr'] .layout .section-articles__list {
    padding-left: 0;
}

[dir='rtl'] .layout .section-articles__list {
    padding-right: 0;
}

[dir] .layout .section-articles__item {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .section-articles__link {
    position: relative;
}

[dir] .layout .section-articles__link {
    padding-bottom: 1px;
}

[dir='ltr'] .layout .section-articles__link {
    padding-left: 20px;
}

[dir='rtl'] .layout .section-articles__link {
    padding-right: 20px;
}

.layout .section-articles__link:before {
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
    content: '';
}

[dir] .layout .section-articles__link:before {
    border-style: solid;
}

[dir='ltr'] .layout .section-articles__link:before {
    left: 0;
    border-color: transparent transparent transparent rgba(108, 179, 226, 1);
    border-width: 5px 0 5px 6px;
}

[dir='rtl'] .layout .section-articles__link:before {
    right: 0;
    border-color: transparent rgba(108, 179, 226, 1) transparent transparent;
    border-width: 5px 6px 5px 0;
}

[dir] .layout .community-section {
    background-color: #f6f7f8;
}

[dir] .layout .community-recent-activity {
    padding: 90px 0;
    margin-bottom: 0;
    text-align: center;
}

.layout .community-recent-activity h2 {
    font-size: 41px;
    font-weight: 400;
}

[dir] .layout .community-recent-activity h2 {
    text-align: center;
}

.layout .community-recent-activity .recent-activity-header {
    display: none;
}

.layout .community-recent-activity .recent-activity-list {
    list-style: none;
}

[dir]
    .layout
    .community-recent-activity
    .recent-activity-list {
    margin-bottom: calc(18px * 1.5);
}

[dir='ltr']
    .layout
    .community-recent-activity
    .recent-activity-list {
    padding-left: 0;
}

[dir='rtl']
    .layout
    .community-recent-activity
    .recent-activity-list {
    padding-right: 0;
}

@media (min-width: 768px) {
    body
        :not(.fastmail-theme)
        .community-recent-activity
        .recent-activity-list {
        display: flex;
    }
    [dir]
        body
        :not(.fastmail-theme)
        .community-recent-activity
        .recent-activity-list {
        margin-bottom: 16px;
    }
}

.layout .community-recent-activity .recent-activity-item {
    width: 100%;
}

[dir]
    .layout
    .community-recent-activity
    .recent-activity-item {
    padding: 20px 20px 15px;
    margin-bottom: calc(18px * 1.5);
    border-radius: 8px;
    box-shadow: 0 0 20px 5px rgba(62, 60, 98, 0.08);
}

@media (min-width: 768px) {
    body
        :not(.fastmail-theme)
        .community-recent-activity
        .recent-activity-item {
        vertical-align: top;
    }
    body
        :not(.fastmail-theme)
        [dir='ltr']
        .community-recent-activity
        .recent-activity-item {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 30px;
    }
    body
        :not(.fastmail-theme)
        [dir='rtl']
        .community-recent-activity
        .recent-activity-item {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 30px;
    }

    body
        :not(.fastmail-theme)
        [dir='ltr']
        .community-recent-activity
        .recent-activity-item:last-child {
        margin-right: 0;
    }

    body
        :not(.fastmail-theme)
        [dir='rtl']
        .community-recent-activity
        .recent-activity-item:last-child {
        margin-left: 0;
    }
}

.layout
    .community-recent-activity
    .recent-activity-item-meta {
    font-size: calc(18px * 0.85);
    color: #808488;
}

.layout
    .community-recent-activity
    .recent-activity-item-comment
    span:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: '\f075';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout
    [dir='ltr']
    .community-recent-activity
    .recent-activity-item-comment
    span:before {
    margin-right: calc(12px / 4);
}

.layout
    [dir='rtl']
    .community-recent-activity
    .recent-activity-item-comment
    span:before {
    margin-left: calc(12px / 4);
}

.layout
    .community-recent-activity
    .recent-activity-item-parent {
    display: none;
    font-weight: 600;
    color: rgba(51, 62, 72, 1);
}

.layout
    .community-recent-activity
    .recent-activity-controls
    a {
    display: inline-block;
    font-size: calc(18px - 5);
    font-weight: 700;
    line-height: calc(18px * 1.5);
    color: #fff;
    text-transform: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    touch-action: manipulation;
}

[dir]
    .layout
    .community-recent-activity
    .recent-activity-controls
    a {
    padding: 6px calc(12px + 12px / 2);
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}

.layout
    .community-recent-activity
    .recent-activity-controls
    a:focus,
.layout
    .community-recent-activity
    .recent-activity-controls
    a:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.layout
    .community-recent-activity
    .recent-activity-controls
    a:hover,
.layout
    .community-recent-activity
    .recent-activity-controls
    a:focus {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.layout
    .community-recent-activity
    .recent-activity-controls
    a:active {
    outline: none;
}

.layout
    [dir]
    .community-recent-activity
    .recent-activity-controls
    a:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.layout
    .community-recent-activity
    .recent-activity-controls
    a:hover,
.layout
    .community-recent-activity
    .recent-activity-controls
    a:focus,
.layout
    .community-recent-activity
    .recent-activity-controls
    a:active {
    color: #e0e0e0;
}

.layout
    [dir]
    .community-recent-activity
    .recent-activity-controls
    a:hover,
.layout
    [dir]
    .community-recent-activity
    .recent-activity-controls
    a:focus,
.layout
    [dir]
    .community-recent-activity
    .recent-activity-controls
    a:active {
    background-color: transparent;
    border-color: transparent;
}

.layout
    [dir]
    .community-recent-activity
    .recent-activity-controls
    a:active {
    background-image: none;
}

.layout .recent-activity-item-link {
    display: block;
    font-size: 18px;
}

[dir] .layout .recent-activity-item-link {
    margin-bottom: 7px;
}

[dir] .layout .recent-activity-no-activities {
    margin-bottom: calc(18px * 1.5);
}

/* User Profiles */

[dir] .layout .profile-header {
    padding: calc(18px * 1.5) 15px;
    margin-bottom: calc(18px * 1.5);
    text-align: center;
    border-radius: 4px;
}

.layout .profile-header__avatar {
    display: inline-block;
}

.layout .profile-header__name {
    font-size: calc(18px * 1.5);
}

@media (min-width: 768px) {
    .layout .profile-header__name {
        font-size: calc(18px * 1.75 - 2px);
    }
}

.layout .profile-header__private-badge {
    display: inline-block;
}

[dir] .layout .profile-header__private-badge {
    margin-bottom: calc(18px * 1.5);
    background-color: rgba(0, 103, 185, 1);
}

.layout .profile-header__description {
    word-break: break-all;
}

/* Profile Stats */

.layout .profile-stats {
    font-size: calc(18px * 0.85);
    list-style: none;
}

[dir] .layout .profile-stats {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir='ltr'] .layout .profile-stats {
    padding-left: 0;
}

[dir='rtl'] .layout .profile-stats {
    padding-right: 0;
}

[dir] .layout .profile-stats__stat {
    margin-bottom: calc(18px * 1.5 / 4);
}

[dir='ltr'] .layout .profile-stats__stat {
    margin-right: 12px;
}

[dir='rtl'] .layout .profile-stats__stat {
    margin-left: 12px;
}

@media (max-width: 767px) {
    .layout .profile-stats__stat {
        display: block;
    }

    .layout .profile-stats__stat:before {
        display: none;
    }
}

[dir='ltr'] .layout .profile-stats__label {
    margin-right: calc(12px / 2);
}

[dir='rtl'] .layout .profile-stats__label {
    margin-left: calc(12px / 2);
}

.layout .profile-stats__value {
    color: rgba(51, 62, 72, 1);
}

/* Profile Nav */

.layout .profile-nav {
    overflow: hidden;
    font-size: calc(calc(18px * 0.85));
    font-weight: 600;
}

[dir] .layout .profile-nav {
    margin-bottom: calc(18px * 1.5);
    background-color: #eee;
    border-radius: 4px;
}

.layout .profile-nav__items {
    list-style: none;
}

[dir] .layout .profile-nav__items {
    margin: 0;
}

[dir='ltr'] .layout .profile-nav__items {
    padding-left: 0;
}

[dir='rtl'] .layout .profile-nav__items {
    padding-right: 0;
}

[dir] .layout .profile-nav__item {
    margin-bottom: 0;
}

@media (min-width: 480px) {
    .layout .profile-nav__item {
        display: inline-block;
        vertical-align: middle;
    }
}

.layout .profile-nav__item a {
    display: block;
    color: rgba(51, 62, 72, 1);
}

.layout .profile-nav__item.is-active {
    color: #fff;
}

[dir] .layout .profile-nav__item.is-active {
    background-color: rgba(0, 103, 185, 1);
}

.layout .profile-nav__item.is-active {
    line-height: 1;
}

[dir] .layout .profile-nav__item.is-active {
    padding: calc(18px * 1.5 / 1.5) 12px;
}

.layout .profile-nav__item a {
    line-height: 1;
}

[dir] .layout .profile-nav__item a {
    padding: calc(18px * 1.5 / 1.5) 12px;
}

[dir='ltr'] .layout .profile-nav__item:after {
    right: 12px !important;
}

[dir='rtl'] .layout .profile-nav__item:after {
    left: 12px !important;
}

/* Profile Section */

.layout .profile-section {
    width: 100%;
}

[dir] .layout .profile-section__header {
    margin-bottom: calc(18px * 1.5);
}

.layout .profile-section__title {
    font-size: calc(18px * 1.5);
}

[dir] .layout .profile-section__title {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .profile-section__description {
    font-size: calc(18px * 0.85);
    color: #818a91;
}

@media (min-width: 768px) {
    [dir] .layout .profile-section__description {
        padding-bottom: 0;
    }
}

/* Profile Section Sorter */

.layout .profile-section-sorter {
    font-size: calc(18px * 0.85);
}

.layout .profile-section-sorter .dropdown {
    display: inline-block;
}

@media (min-width: 768px) {
    .layout .profile-section-sorter {
        display: table;
        width: 100%;
    }
}

@media (min-width: 768px) {
    [dir] .layout .profile-section-sorter {
        padding-top: 0;
        border-top: 0;
    }
}

@media (min-width: 768px) {
    .layout .profile-section-sorter__col {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    [dir] .layout .profile-section-sorter__col--main {
        margin-bottom: calc(18px * 1.5 / 2);
    }
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .profile-section-sorter__col--main {
        padding-right: calc(12px);
    }
    [dir='rtl'] .layout .profile-section-sorter__col--main {
        padding-left: calc(12px);
    }
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .profile-section-sorter__col--btn {
        text-align: right;
    }
    [dir='rtl'] .layout .profile-section-sorter__col--btn {
        text-align: left;
    }
}

/* Profile Contribution */

.layout .profile-contribution {
    position: relative;
    word-wrap: break-word;
}

[dir] .layout .profile-contribution {
    padding: calc(18px * 1.5 / 2) 15px;
    background-color: #f6f6f6;
    border-radius: 4px;
}

[dir] .layout .profile-contribution__header {
    margin-bottom: calc(18px * 1.5 / 4);
}

[dir] .layout .profile-contribution__status {
    margin-bottom: calc(18px * 1.5 / 4);
}

.layout .profile-contribution__title {
    font-size: 18px;
    font-weight: 600;
}

[dir] .layout .profile-contribution__title {
    margin-bottom: calc(18px * 1.5 / 4);
}

[dir] .layout .profile-contribution__body {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout
    .profile-contribution--list
    .profile-contribution__title:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout
    [dir='ltr']
    .profile-contribution--list
    .profile-contribution__title:before {
    margin-right: 2px;
}

.layout
    [dir='rtl']
    .profile-contribution--list
    .profile-contribution__title:before {
    margin-left: 2px;
}

.layout .profile-contribution__breadcrumbs {
    font-size: calc(18px * 0.85);
}

[dir] .layout .profile-contribution__breadcrumbs {
    padding: 0;
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .profile__no-activity {
    color: #808488;
}

[dir] .layout .profile__no-activity {
    text-align: center;
}

.layout .profile__private-activity {
    color: #808488;
}

[dir] .layout .profile__private-activity {
    text-align: center;
}

/* Profile Activity */

.layout .profile-activity-list {
    list-style: none;
}

[dir='ltr'] .layout .profile-activity-list {
    padding-left: 0;
}

[dir='rtl'] .layout .profile-activity-list {
    padding-right: 0;
}

.layout .profile-activity {
    position: relative;
}

[dir] .layout .profile-activity {
    margin-bottom: calc(18px * 1.5 * 1.5);
}

.layout .profile-activity__header {
    font-size: calc(18px * 0.85);
    font-weight: 600;
}

[dir] .layout .profile-activity__header {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .profile-activity__header:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[dir='ltr'] .layout .profile-activity__header:before {
    margin-right: 2px;
}

[dir='rtl'] .layout .profile-activity__header:before {
    margin-left: 2px;
}

.layout .profile-activity__avatar {
    width: 30px;
    height: 30px;
}

[dir='ltr'] .layout .profile-activity__avatar {
    margin-right: calc(12px / 2);
}

[dir='rtl'] .layout .profile-activity__avatar {
    margin-left: calc(12px / 2);
}

.layout
    .profile-activity-list--articles
    .profile-contribution__title:before,
.layout
    .profile-activity[class$='-article']
    .profile-activity__header:before {
    font-weight: 400;
    content: '\f15c';
}

.layout
    .profile-activity-list--posts
    .profile-contribution__title:before,
.layout
    .profile-activity[class$='-post']
    .profile-activity__header:before {
    font-weight: 400;
    content: '\f086';
}

.layout
    .profile-activity-list--comments
    .profile-contribution__title:before,
.layout
    .profile-activity[class$='-comment']
    .profile-activity__header:before {
    font-weight: 400;
    content: '\f075';
}

.layout .user-subscribe {
    display: inline-block;
}

.layout .entry-info {
    display: flex;
    font-size: calc(18px * 0.85);
    align-items: center;
}

.layout .entry-info__avatar {
    flex-shrink: 0;
}

[dir='ltr'] .layout .entry-info__avatar {
    padding-right: 12px;
}

[dir='rtl'] .layout .entry-info__avatar {
    padding-left: 12px;
}

.layout .status-label {
    font-size: 12px;
    color: #fff;
}

[dir] .layout .status-label {
    padding: 2px calc(12px / 2);
    border-radius: 4px;
}

[dir] .layout .status-label--pending {
    background-color: rgba(51, 62, 72, 1);
}

[dir] .layout .status-label--with-ticket {
    background-color: rgba(0, 103, 185, 1);
}

.layout .status-label--with-ticket:hover,
.layout .status-label--with-ticket:focus,
.layout .status-label--with-ticket:active {
    color: #fff;
}

[dir] .layout .status-label--solved,
[dir] .layout .status-label--closed {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .status-label--new,
[dir] .layout .status-label--open {
    background-color: #ff5252;
}

[dir] .layout .status-label--answered {
    background-color: rgba(51, 62, 72, 1);
}

[dir] .layout .status-label--official {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .status-label--completed,
[dir] .layout .status-label--answered {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .status-label--planned {
    background-color: rgba(108, 179, 226, 1);
}

.layout .status-label--not-planned {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .status-label--not-planned {
    background-color: #eee;
}

.layout .attachment-list {
    font-size: calc(18px * 0.85);
    list-style: none;
}

[dir] .layout .attachment-list {
    margin: 0;
}

[dir='ltr'] .layout .attachment-list {
    padding-left: 0;
}

[dir='rtl'] .layout .attachment-list {
    padding-right: 0;
}

.layout .attachment-list__item {
    position: relative;
}

[dir] .layout .attachment-list__item {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir='ltr'] .layout .attachment-list__item {
    padding-left: calc(12px + 12px / 2);
}

[dir='rtl'] .layout .attachment-list__item {
    padding-right: calc(12px + 12px / 2);
}

[dir] .layout .attachment-list__item:last-child {
    margin-bottom: 0;
}

.layout .attachment-list__icon {
    position: absolute;
    top: 4px;
}

[dir='ltr'] .layout .attachment-list__icon {
    left: 0;
}

[dir='rtl'] .layout .attachment-list__icon {
    right: 0;
}

.layout .promoted-articles__list {
    display: flex;
    list-style: none;
    flex-flow: row wrap;
}

[dir] .layout .promoted-articles__list {
    margin-bottom: 0;
}

[dir='ltr'] .layout .promoted-articles__list {
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

[dir='rtl'] .layout .promoted-articles__list {
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .promoted-articles__list {
        margin-right: -15px;
        margin-left: -15px;
    }
    [dir='rtl'] .layout .promoted-articles__list {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.layout .promoted-articles-item {
    display: flex;
    flex-flow: row nowrap;
}

.layout .promoted-articles-item .fa-star {
    font-size: calc(18px - 2px);
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .promoted-articles-item .fa-star {
    padding-top: 6px;
}

[dir='ltr'] .layout .promoted-articles-item .fa-star {
    margin-right: 12px;
}

[dir='rtl'] .layout .promoted-articles-item .fa-star {
    margin-left: 12px;
}

.layout .promoted-articles-item__content {
    display: inline-block;
    vertical-align: top;
}

.layout .promoted-articles__title {
    font-size: 41px;
}

[dir] .layout .promoted-articles__title {
    text-align: center;
}

@media (min-width: 768px) {
    [dir] .layout .promoted-articles__title {
        margin-bottom: calc(18px * 1.5 * 1.5);
    }
}

@media (max-width: 767px) {
    .layout .promoted-articles__title {
        font-size: 28px;
    }
}

.layout .promoted-articles-item__title {
    display: block;
    max-width: 360px;
    font-size: 18px;
}

[dir] .layout .promoted-articles-item__title {
    margin-bottom: calc(18px * 1.5 / 4);
}

[dir] .layout .custom-blocks + .promoted-articles-section {
    padding-top: 0;
}

[dir] .layout .callout {
    padding: calc(18px * 1.5) 20px;
    margin-bottom: calc(18px * 1.5);
    background-color: #eee;
}

[dir='ltr'] .layout .callout {
    border-left: 5px solid;
}

[dir='rtl'] .layout .callout {
    border-right: 5px solid;
}

[dir] .layout .callout p:last-child {
    margin-bottom: 0;
}

[dir] .layout .callout--transparent {
    background-color: transparent;
    border: 1px #dedede;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.layout .callout--success {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .callout--success {
    background-color: #c3e4ff;
    border-color: rgba(0, 103, 185, 1);
}

.layout .callout--success .callout__title {
    color: rgba(0, 103, 185, 1);
}

.layout .callout--info {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .callout--info {
    background-color: #5db7ff;
    border-color: rgba(0, 103, 185, 1);
}

.layout .callout--info .callout__title {
    color: rgba(0, 103, 185, 1);
}

.layout .callout--warning {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .callout--warning {
    background-color: #5f7487;
    border-color: rgba(51, 62, 72, 1);
}

.layout .callout--warning .callout__title {
    color: rgba(51, 62, 72, 1);
}

.layout .callout--danger {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .callout--danger {
    background-color: #ffebeb;
    border-color: #ff5252;
}

.layout .callout--danger .callout__title {
    color: #ff5252;
}

.layout .callout--primary {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .callout--primary {
    background-color: #c3e4ff;
    border-color: rgba(0, 103, 185, 1);
}

.layout .callout--primary .callout__title {
    color: rgba(0, 103, 185, 1);
}

[dir] .layout .callout--dashed {
    border-style: dashed;
    border-width: 1px;
}

[dir] .layout .image-with-border {
    padding: calc(12px - 2px);
    border: 1px solid #d3d6d8;
    border-radius: 4px;
}

[dir] .layout .image-with-shadow {
    box-shadow: 0 5px 15px 2px #666;
}

[dir] .layout .image-with-lightbox {
    cursor: pointer;
}

.layout .image-overlay {
    position: relative;
}

.layout .image-overlay:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
}

[dir] .layout .image-overlay:before {
    background-color: rgba(255, 255, 255, 0.3);
}

[dir='ltr'] .layout .image-overlay:before {
    right: 0;
    left: 0;
}

[dir='rtl'] .layout .image-overlay:before {
    left: 0;
    right: 0;
}

.layout .image-with-video-icon {
    position: relative;
    display: block;
}

.layout .image-with-video-icon img {
    width: 100%;
}

.layout .image-with-video-icon:before {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 0;
    height: 0;
    font-size: 0;
    content: '';
    transition: transform 0.6s ease;
}

[dir] .layout .image-with-video-icon:before {
    border-style: solid;
}

[dir='ltr'] .layout .image-with-video-icon:before {
    left: 50%;
    border-color: transparent transparent transparent #fff;
    border-width: 30px 0 30px 60px;
    transform: translate(-50%, -50%);
}

[dir='rtl'] .layout .image-with-video-icon:before {
    right: 50%;
    border-color: transparent #fff transparent transparent;
    border-width: 30px 60px 30px 0;
    transform: translate(50%, -50%);
}

.layout .image-with-video-icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    content: '';
}

[dir] .layout .image-with-video-icon:after {
    background-color: rgba(0, 0, 0, 0.3);
}

[dir='ltr'] .layout .image-with-video-icon:after {
    right: 0;
    left: 0;
}

[dir='rtl'] .layout .image-with-video-icon:after {
    left: 0;
    right: 0;
}

[dir='ltr'] .layout .image-with-video-icon:active:before,
[dir='ltr'] .layout .image-with-video-icon:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
}

[dir='rtl'] .layout .image-with-video-icon:active:before,
[dir='rtl'] .layout .image-with-video-icon:hover:before {
    transform: translate(50%, -50%) scale(1.1);
}

.layout .list-colored,
.layout .list-bullet {
    list-style-type: none;
    counter-reset: list;
}

[dir='ltr'] .layout .list-colored,
[dir='ltr'] .layout .list-bullet {
    padding-left: 0 !important;
}

[dir='rtl'] .layout .list-colored,
[dir='rtl'] .layout .list-bullet {
    padding-right: 0 !important;
}

.layout .list-colored > ul,
.layout .list-bullet > ul {
    list-style: none;
}

[dir] .layout .list-colored > ul,
[dir] .layout .list-bullet > ul {
    margin-bottom: 14px;
}

.layout .list-colored > ol,
.layout .list-bullet > ol {
    list-style-type: none;
    counter-reset: list;
}

[dir] .layout .list-colored > ol,
[dir] .layout .list-bullet > ol {
    margin-bottom: 14px;
}

.layout .list-colored > li {
    position: relative;
    counter-increment: list;
}

[dir] .layout .list-colored > li {
    margin-bottom: calc(18px * 1.5 / 1.5) !important;
}

[dir='ltr'] .layout .list-colored > li {
    padding-left: calc(12px + 30px);
}

[dir='rtl'] .layout .list-colored > li {
    padding-right: calc(12px + 30px);
}

.layout .list-colored > li:before {
    position: absolute;
    top: -3px;
    z-index: 1;
    width: 30px;
    height: 30px;
    font-size: calc(18px * 0.85);
    line-height: 30px;
    color: #fff;
    content: counter(list);
}

[dir] .layout .list-colored > li:before {
    text-align: center;
    background-color: rgba(0, 103, 185, 1);
    border-radius: 50%;
}

[dir='ltr'] .layout .list-colored > li:before {
    left: 0;
}

[dir='rtl'] .layout .list-colored > li:before {
    right: 0;
}

.layout .list-bullet > li {
    position: relative;
}

[dir] .layout .list-bullet > li {
    margin-bottom: 10px;
}

[dir='ltr'] .layout .list-bullet > li {
    padding-left: 30px;
}

[dir='rtl'] .layout .list-bullet > li {
    padding-right: 30px;
}

.layout .list-bullet > li:before {
    position: absolute;
    top: -2px;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 103, 185, 1);
    content: '\f058';
}

[dir='ltr'] .layout .list-bullet > li:before {
    left: 0;
}

[dir='rtl'] .layout .list-bullet > li:before {
    right: 0;
}

[dir='ltr'] .layout .text-left {
    text-align: left;
}

[dir='rtl'] .layout .text-left {
    text-align: right;
}

[dir] .layout .text-center {
    text-align: center;
}

[dir='ltr'] .layout .text-right {
    text-align: right;
}

[dir='rtl'] .layout .text-right {
    text-align: left;
}

[dir] .layout .text-primary {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .text-info {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .text-warning {
    background-color: rgba(51, 62, 72, 1);
}

[dir] .layout .text-danger {
    background-color: #ff5252;
}

[dir] .layout .text-success {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .accordion {
    padding-top: 0;
    margin-bottom: calc(18px * 1.5);
    border: 1px solid #ddd;
    border-radius: 4px;
}

.layout .accordion__item-title {
    position: relative;
    font-size: calc(18px * 1.25);
}

[dir] .layout .accordion__item-title {
    cursor: pointer;
}

[dir='ltr'] .layout .accordion__item-title {
    padding: 15px 20px 15px 52px;
}

[dir='rtl'] .layout .accordion__item-title {
    padding: 15px 52px 15px 20px;
}

.layout
    [dir]
    .accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
}

.layout .accordion__item-title:before {
    position: absolute;
    content: '';
}

.layout .accordion__item-content {
    display: none;
}

[dir] .layout .accordion__item-content {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

[dir] .layout .accordion__item-content p:last-child {
    margin-bottom: 0;
}

[dir]
    .layout
    .accordion__item:last-child
    .accordion__item-title {
    border-bottom: none;
}

.layout .accordion--default .accordion__item-title:before {
    top: 50%;
    width: 8px;
    height: 8px;
    transition: transform 0.3s;
}

[dir]
    .layout
    .accordion--default
    .accordion__item-title:before {
    margin-top: -4px;
    border-bottom: 2px solid rgba(0, 103, 185, 1);
}

[dir='ltr']
    .layout
    .accordion--default
    .accordion__item-title:before {
    left: 22px;
    border-left: 2px solid rgba(0, 103, 185, 1);
    transform: rotate(-45deg);
}

[dir='rtl']
    .layout
    .accordion--default
    .accordion__item-title:before {
    right: 22px;
    border-right: 2px solid rgba(0, 103, 185, 1);
    transform: rotate(45deg);
}

[dir]
    .layout
    .accordion--default
    .accordion__item-title--active {
    background-color: #f0f0f0;
}

.layout
    .accordion--default
    .accordion__item-title--active:before {
    transition: transform 0.3s;
}

[dir='ltr']
    .layout
    .accordion--default
    .accordion__item-title--active:before {
    transform: rotate(135deg);
}

[dir='rtl']
    .layout
    .accordion--default
    .accordion__item-title--active:before {
    transform: rotate(-135deg);
}

.layout .accordion--colored .accordion__item-title {
    transition: background-color 0.3s;
}

.layout .accordion--colored .accordion__item-title:before,
.layout .accordion--colored .accordion__item-title:after {
    top: 50%;
}

.layout .accordion--colored .accordion__item-title:before {
    width: 10px;
    height: 2px;
}

[dir]
    .layout
    .accordion--colored
    .accordion__item-title:before {
    margin-top: -1px;
    background-color: #818a91;
}

[dir='ltr']
    .layout
    .accordion--colored
    .accordion__item-title:before {
    left: 20px;
}

[dir='rtl']
    .layout
    .accordion--colored
    .accordion__item-title:before {
    right: 20px;
}

.layout .accordion--colored .accordion__item-title:after {
    position: absolute;
    width: 2px;
    height: 10px;
    content: '';
}

[dir]
    .layout
    .accordion--colored
    .accordion__item-title:after {
    margin-top: -5px;
    background-color: #818a91;
}

[dir='ltr']
    .layout
    .accordion--colored
    .accordion__item-title:after {
    left: 24px;
}

[dir='rtl']
    .layout
    .accordion--colored
    .accordion__item-title:after {
    right: 24px;
}

.layout .accordion--colored .accordion__item-title--active {
    color: #fff;
    transition: background-color 0.3s;
}

[dir]
    .layout
    .accordion--colored
    .accordion__item-title--active {
    background-color: rgba(0, 103, 185, 1);
}

[dir]
    .layout
    .accordion--colored
    .accordion__item-title--active:before {
    background-color: #fff;
}

.layout
    .accordion--colored
    .accordion__item-title--active:after {
    display: none;
}

[dir] .layout .tabs {
    margin-bottom: calc(18px * 1.5);
}

.layout .tab {
    display: block;
}

[dir] .layout .tab {
    padding: 30px;
    margin-top: -1px;
    border: 1px solid #ddd;
}

[dir='ltr'] .layout .tab {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

[dir='rtl'] .layout .tab {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

[dir] .layout .tab p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .tab {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    [dir='rtl'] .layout .tab {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
}

[dir='ltr'] .layout .tab:nth-child(2) {
    border-top-left-radius: 0;
}

[dir='rtl'] .layout .tab:nth-child(2) {
    border-top-right-radius: 0;
}

.layout .tabs-link {
    display: block;
    font-weight: 600;
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .tabs-link {
    padding: 8px 30px;
    margin: 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom-width: 0;
}

.layout .tabs-link:hover {
    color: rgba(0, 103, 185, 1);
}

@media (max-width: 767px) {
    [dir] .layout .tabs-link {
        border-top-color: #ddd;
    }
    [dir='ltr'] .layout .tabs-link {
        border-right-color: #ddd;
        border-left-color: #ddd;
    }
    [dir='rtl'] .layout .tabs-link {
        border-left-color: #ddd;
        border-right-color: #ddd;
    }

    [dir='ltr'] .layout .tabs-link:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    [dir='rtl'] .layout .tabs-link:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
}

@media (min-width: 768px) {
    .layout .tabs-link {
        display: inline-block;
    }
}

.layout .tabs-link.is-active {
    color: rgba(0, 103, 185, 1);
}

[dir] .layout .tabs-link.is-active {
    cursor: pointer;
    border-color: #ddd;
}

.layout .tabs-link.is-active:hover {
    color: rgba(0, 103, 185, 1);
}

[dir] .layout .tabs-link.is-active:hover {
    cursor: default;
}

@media (min-width: 768px) {
    [dir] .layout .tabs-link.is-active {
        border-bottom: 1px solid #fff;
    }
    [dir='ltr'] .layout .tabs-link.is-active {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    [dir='rtl'] .layout .tabs-link.is-active {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }
}

[dir] .layout .tabs--colored-1 .tab {
    background-color: #f6f7f8 !important;
}

[dir] .layout .tabs--colored-1 .tabs-link.is-active {
    background-color: #f6f7f8;
    border-bottom-color: #f6f7f8;
}

.layout .tabs--colored-2 .tabs-link:hover {
    color: rgba(0, 103, 185, 1);
}

.layout .tabs--colored-2 .tabs-link.is-active {
    color: #fff;
}

[dir] .layout .tabs--colored-2 .tabs-link.is-active {
    background-color: rgba(0, 103, 185, 1);
    border-color: rgba(0, 103, 185, 1);
}

.layout .tabs--colored-2 .tabs-link.is-active:hover {
    color: #fff;
}

[dir] .layout .tabs--colored-2 .tab {
    background-color: #f6f7f8 !important;
}

.skip-navigation {
    position: absolute;
    top: auto;
    z-index: -999;
    display: flex;
    overflow: hidden;
    font-size: 14px;
    color: white;
    align-items: center;
    justify-content: center;
}

[dir] .skip-navigation {
    padding: 20px;
    margin: 20px;
    background-color: black;
}

[dir='ltr'] .skip-navigation {
    left: -999px;
}

[dir='rtl'] .skip-navigation {
    right: -999px;
}

.skip-navigation:focus,
.skip-navigation:active {
    top: auto;
    z-index: 999;
    overflow: auto;
    -webkit-text-decoration: none;
    text-decoration: none;
}

[dir] .skip-navigation:focus,
[dir] .skip-navigation:active {
    text-align: center;
}

[dir='ltr'] .skip-navigation:focus,
[dir='ltr'] .skip-navigation:active {
    left: auto;
}

[dir='rtl'] .skip-navigation:focus,
[dir='rtl'] .skip-navigation:active {
    right: auto;
}

/* ==========================================================================
Notification
========================================================================== */

.layout .notification {
    display: table;
    width: 100%;
    font-family: sans-serif;
    font-size: 12px;
    color: #555;
    transition: height 0.2s;
}

[dir] .layout .notification {
    padding: 13px 15px;
    border: 1px solid;
}

.layout .notification a {
    color: #158ec2;
}

.layout .notification-inner {
    max-width: 980px;
}

[dir] .layout .notification-inner {
    padding: 0 20px;
    margin: 0 auto;
}

.layout .notification-icon,
.layout .notification-text,
.layout .notification-dismiss {
    display: table-cell;
    vertical-align: middle;
}

.layout .notification-text {
    width: 100%;
}

[dir] .layout .notification-text {
    padding: 0 15px;
}

.layout .notification + .notification {
    position: relative;
    top: -1px;
}

[dir] .layout .notification + .notification {
    margin-bottom: -1px;
}

/* Error */

[dir] .layout .notification-error {
    background: #ffeded;
    border-color: #f7cbcb;
}

[dir] .layout .notification-error .notification-icon:before,
.layout
    [dir]
    .notification-error
    .notification-inline.notification-error:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */

[dir] .layout .notification-notice {
    background: #dbf3ff;
    border-color: #b5e0f5;
}

[dir] .layout .notification-notice .notification-icon:before,
.layout
    [dir]
    .notification-notice
    .notification-inline.notification-error:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */

.layout .notification-alert {
    color: #ad5e18;
}

[dir] .layout .notification-alert {
    background: #fff8ed;
    border-color: #fcdba9;
}

[dir] .layout .notification-alert .notification-icon:before,
.layout
    [dir]
    .notification-alert
    .notification-inline.notification-error:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.layout .notification-icon:before,
.layout .notification-inline.notification-error:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    content: '';
}

[dir] .layout .notification-icon:before,
[dir]
    .layout
    .notification-inline.notification-error:before {
    background-size: cover;
}

/* Dismiss button */

.layout .notification-dismiss,
.layout a.notification-dismiss {
    color: #555;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    opacity: 0.6;
    transition: opacity 100ms ease;
}

[dir] .layout .notification-dismiss,
[dir] .layout a.notification-dismiss {
    cursor: pointer;
}

.layout .notification-dismiss:hover {
    opacity: 1;
}

/* Inline notifications */

.layout .notification-inline {
    position: relative;
    line-height: 14px;
    vertical-align: middle;
}

[dir] .layout .notification-inline {
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
}

[dir='ltr'] .layout .notification-inline {
    text-align: left;
}

[dir='rtl'] .layout .notification-inline {
    text-align: right;
}

[dir='rtl'] .layout .notification-inline {
    text-align: right;
}

.layout .notification-inline[aria-hidden='true'] {
    display: none;
}

[dir]
    .layout
    .notification-inline.notification-error:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
}

[dir='ltr']
    .layout
    .notification-inline.notification-error:before {
    margin: -2px 5px 0 0;
}

[dir='rtl']
    .layout
    .notification-inline.notification-error:before {
    margin: -2px 0 0 5px;
}

[dir='rtl']
    .layout
    .notification-inline.notification-error:before {
    margin: 0 0 0 5px;
}

.layout .notification-inline.notification-error {
    color: #cc3340;
}

[dir] .layout .notification-inline.notification-error {
    background-color: #fff0f1;
    border: 1px solid #e35b66;
}

[dir] .layout .notification-inline.notification-large {
    padding: 13px 15px;
    margin-bottom: 25px;
}

[dir='ltr'] .layout .notification-left-aligned {
    padding-left: 0;
    text-align: left;
}

[dir='rtl'] .layout .notification-left-aligned {
    padding-right: 0;
    text-align: right;
}

/* Extensions */

[dir] .layout .sidenav li.sidenav__category.sidenav__home {
    display: none;
}

[dir] .layout .sidenav li.sidenav__category {
    font-size: 16px;
    padding-bottom: calc(18px * 1.5 / 2);
    margin-bottom: calc(18px * 1.5 / 1.5);
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

[dir] .layout .sidenav li.sidenav__category:last-of-type {
    border: 0;
}

.layout .sidenav__category-name {
    font-size: 18px;
    font-weight: 600;
}

[dir] .layout .sidenav__category-name {
    margin-bottom: calc(18px * 1.5 / 2);
}

@media (max-width: 767px) {
    [dir] .layout .sidenav-container {
        margin-bottom: 24px;
        border-bottom: 1px solid #dee2e6;
    }
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .sidenav-container {
        padding-left: 30px;
        border-left: 1px solid #dee2e6;
    }
    [dir='rtl'] .layout .sidenav-container {
        padding-left: 15px;
        border-left: 1px solid #dee2e6;
    }
}

.layout .sidenav__section-name:after,
.layout span.sidenav__category-name:after {
    display: none !important;
}

.layout .sidenav__category-name,
.layout .sidenav__category-name:hover {
    color: rgba(51, 62, 72, 1);
}

.layout .sidenav__article.is-active .sidenav__article-name {
    font-weight: normal;
    /*   color: rgba(51, 62, 72, 1); */
}

.layout .sidenav li.sidenav__article {
    display: flex;
    align-items: center;
}

.layout .sidenav__article.is-active {
    margin-left: -16px;
}

.layout .sidenav__article.is-active::before {
    align-self: stretch;
    background: rgba(0, 103, 185, 1);
    content: '';
    display: block;
    margin: 8px 12px 8px 0;
    margin-right: 12px;
    width: 4px;
}

.layout .sidenav a {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.layout .sidenav a:focus,
.layout .sidenav a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.layout span.sidenav__section-name {
    font-weight: 600;
}

.layout .prevnext {
    display: block;
}

[dir] .layout .prevnext {
    margin-bottom: calc(18px * 1.5);
}

.layout .prevnext__block {
    display: inline-flex;
    -ms-flex-align: center;
    flex-flow: row nowrap;
    align-items: center;
}

[dir] .layout .prevnext__block {
    margin-bottom: calc(18px * 1.5);
}

[dir='ltr'] .layout .prevnext__block--prev {
    float: left;
}

[dir='rtl'] .layout .prevnext__block--prev {
    float: right;
}

[dir='ltr'] .layout .prevnext__block--next {
    float: right;
}

[dir='rtl'] .layout .prevnext__block--next {
    float: left;
}

[dir='ltr'] .layout .prevnext__arrow-left {
    margin-right: 12px;
}

[dir='rtl'] .layout .prevnext__arrow-left {
    margin-left: 12px;
}

[dir='ltr'] .layout .prevnext__arrow-right {
    margin-left: 12px;
}

[dir='rtl'] .layout .prevnext__arrow-right {
    margin-right: 12px;
}

[dir] .layout .prevnext__title {
    padding: 0 calc(18px * 1.5 / 2);
}

@media (max-width: 767px) {
    .layout .prevnext__title {
        display: none;
    }
}

.layout .prevnext__link {
    min-width: 90px;
}

.layout .prevnext span.prevnext__btn {
    color: #eee;
    opacity: 0.6;
}

[dir] .layout .prevnext span.prevnext__btn {
    cursor: pointer;
    background-color: transparent !important;
    border-color: #eee;
}

/* Community */

[dir='ltr'] .layout .community-nav__item {
    float: left;
}

[dir='rtl'] .layout .community-nav__item {
    float: right;
}

[dir='ltr']
    .layout
    .community-nav__item
    + .community-nav__item {
    margin-left: 12px;
}

[dir='rtl']
    .layout
    .community-nav__item
    + .community-nav__item {
    margin-right: 12px;
}

.layout .community-nav__item.is-active {
    font-weight: 600;
}

[dir='ltr'] .layout .community-nav__item--button {
    float: right;
}

[dir='rtl'] .layout .community-nav__item--button {
    float: left;
}

.layout .vote {
    width: 100%;
}

.layout .vote--post {
    display: flex;
    width: 100%;
    max-width: calc(18px * 1.5 * 2.3333333);
    flex-flow: row wrap;
    align-items: center;
}

@media (max-width: 767px) {
    .layout .vote--post {
        flex-flow: row nowrap;
    }
}

.layout .vote-sum {
    display: block;
    width: 100%;
    font-weight: 600;
}

[dir] .layout .vote-sum {
    padding: calc(18px * 1.5 / 4)
        calc(18px * 1.5 / 2);
    text-align: center;
}

.layout .vote-control {
    display: block !important;
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .vote-control {
    background-color: transparent;
    border: 1px solid rgba(0, 103, 185, 1);
}

[dir='ltr'] .layout .vote-control {
    margin-right: auto;
    margin-left: auto;
}

[dir='rtl'] .layout .vote-control {
    margin-left: auto;
    margin-right: auto;
}

.layout .vote-control:hover,
.layout .vote-control:active,
.layout .vote-control:focus,
.layout .vote-control--voted {
    color: #fff;
}

[dir] .layout .vote-control:hover,
[dir] .layout .vote-control:active,
[dir] .layout .vote-control:focus,
[dir] .layout .vote-control--voted {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .vote-control--active {
    border-color: #474747;
}

@media (min-width: 768px) {
    [dir] .layout .topic-list-page {
        margin-bottom: calc(18px * 1.5);
    }
}

[dir='ltr'] .layout .topic-list-item:nth-child(2n + 1) {
    clear: left;
}

[dir='rtl'] .layout .topic-list-item:nth-child(2n + 1) {
    clear: right;
}

[dir] .layout .topic-list-item__box {
    padding: calc(18px * 1.5) 12px;
    margin-bottom: calc(18px * 1.5);
    border: 1px solid #eee;
    border-radius: 4px;
}

[dir] .layout .topic-list-item__title {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir] .layout .topic-page {
    margin-bottom: calc(18px * 1.5 * 2);
}

@media (max-width: 767px) {
    [dir] .layout .topic-page {
        margin-bottom: calc(18px * 1.5 / 2);
    }
}

.layout .topic {
    display: table;
    width: 100%;
}

[dir] .layout .topic {
    padding-bottom: calc(18px * 1.5 / 2);
    margin-bottom: calc(18px * 1.5);
    border-bottom: 1px solid #eee;
}

.layout .topic__col {
    display: table-cell;
    vertical-align: inherit;
}

@media (min-width: 480px) {
    .layout .topic__col {
        vertical-align: top;
    }
}

[dir='ltr'] .layout .topic__col--new-post {
    text-align: right;
}

[dir='rtl'] .layout .topic__col--new-post {
    text-align: left;
}

.layout .topic__title {
    width: 100%;
    font-size: calc(18px * 1.75 - 2px);
}

[dir] .layout .topic__title {
    margin-top: calc(18px * 1.5 / 2);
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir='ltr'] .layout .topic-filters__item {
    float: left;
    margin-right: calc(12px / 2);
}

[dir='rtl'] .layout .topic-filters__item {
    float: right;
    margin-left: calc(12px / 2);
}

@media (max-width: 767px) {
    [dir] .layout .topic-filters__item {
        margin-bottom: calc(18px * 1.5 / 2);
    }
}

[dir] .layout .topic-controls {
    margin-bottom: calc(18px * 1.5);
}

@media (min-width: 768px) {
    .layout .topic-controls {
        display: flex;
        justify-content: space-between;
    }
    [dir] .layout .topic-controls {
        margin-bottom: calc(18px * 1.5 * 2);
    }
}

.layout .topic-controls__item {
    display: flex;
    align-items: center;
}

[dir='ltr'] .layout .topic-followers {
    margin-right: calc(12px / 2);
}

[dir='rtl'] .layout .topic-followers {
    margin-left: calc(12px / 2);
}

@media (min-width: 768px) {
    [dir] .layout .post-page {
        margin-bottom: calc(18px * 1.5 * 2);
    }
}

[dir='ltr'] .layout .post-page .comment__official-heading {
    right: 64px;
}

[dir='rtl'] .layout .post-page .comment__official-heading {
    left: 64px;
}

.layout .post-page .comment {
    min-height: 160px;
}

[dir] .layout .post-page .comment__header {
    margin-bottom: calc(18px * 1.5);
}

.layout .post {
    position: relative;
}

[dir] .layout .post {
    margin-bottom: calc(18px * 1.5);
}

.layout .post__title {
    font-size: calc(18px * 1.5);
    font-weight: 600;
}

[dir='ltr'] .layout .post__title {
    padding-right: calc(12px * 1.5);
}

[dir='rtl'] .layout .post__title {
    padding-left: calc(12px * 1.5);
}

@media (min-width: 768px) {
    .layout .post__title {
        font-size: calc(18px * 1.75 - 2px);
    }
}

@media (min-width: 992px) {
    .layout .post__title {
        font-size: 41px;
    }
}

.layout .post-meta {
    display: table;
    width: 100%;
}

[dir] .layout .post-meta {
    margin-bottom: calc(18px * 1.5);
}

.layout .post-meta__col {
    display: table-cell;
    vertical-align: top;
}

.layout .post-meta__col--main {
    width: 100%;
}

[dir='ltr'] .layout .post-meta__col--main {
    padding-right: 12px;
}

[dir='rtl'] .layout .post-meta__col--main {
    padding-left: 12px;
}

.layout .post__text {
    word-wrap: break-word;
}

.layout .post__body {
    word-break: break-word;
}

.layout .post__body ul {
    list-style: disc;
}

[dir='ltr'] .layout .post__body ul,
[dir='ltr'] .layout .post__body ol {
    padding-left: 20px;
}

[dir='rtl'] .layout .post__body ul,
[dir='rtl'] .layout .post__body ol {
    padding-right: 20px;
}

[dir] .layout .post__body ul ul {
    margin-top: calc(18px * 1.5 / 2);
}

[dir] .layout .post__body ul ol {
    margin-top: calc(18px * 1.5 / 2);
}

[dir] .layout .post__body ol ul {
    margin-top: calc(18px * 1.5 / 2);
}

[dir] .layout .post__body ol ol {
    margin-top: calc(18px * 1.5 / 2);
}

[dir] .layout .post__body ul li {
    margin-bottom: calc(18px * 1.5 / 2);
}

[dir] .layout .post__body ol li {
    margin-bottom: calc(18px * 1.5 / 2);
}

@media (min-width: 768px) {
    [dir='ltr'] .layout .post__body {
        padding-right: calc(18px * 1.5 * 3.5833333);
    }
    [dir='rtl'] .layout .post__body {
        padding-left: calc(18px * 1.5 * 3.5833333);
    }
}

.layout .post__voting-and-actions {
    position: relative;
}

[dir] .layout .post__voting-and-actions {
    padding-bottom: calc(18px * 1.5);
    margin-bottom: calc(18px * 1.5);
    text-align: center;
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    .layout .post__voting-and-actions {
        position: absolute;
        top: 0;
    }
    [dir] .layout .post__voting-and-actions {
        border: 0;
    }
    [dir='ltr'] .layout .post__voting-and-actions {
        right: 0;
    }
    [dir='rtl'] .layout .post__voting-and-actions {
        left: 0;
    }
}

.layout .post__actions {
    width: 100%;
}

[dir] .layout .post__actions {
    padding: 10px 12px;
    text-align: center;
}

.layout .post__actions button {
    display: flex;
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
    justify-content: center;
}

[dir] .layout .post__actions button {
    cursor: pointer;
    background-color: transparent;
    border: none;
}

[dir='ltr'] .layout .post__actions button {
    margin-right: auto;
    margin-left: auto;
}

[dir='rtl'] .layout .post__actions button {
    margin-left: auto;
    margin-right: auto;
}

[dir] .layout .post-callout {
    padding: calc(18px * 1.5 / 2) 15px;
    margin-bottom: 55px;
    background-color: #eee;
}

.layout .post-callout__title {
    font-size: calc(18px * 1.1);
    font-weight: 600;
}

@media (min-width: 768px) {
    [dir] .layout .post-list-page {
        margin-bottom: calc(18px * 1.5 * 2);
    }
}

[dir] .layout .post-list-item {
    padding-bottom: calc(18px * 1.5);
    margin-bottom: calc(18px * 1.5);
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    .layout .post-list-item {
        display: table;
        width: 100%;
    }
}

[dir] .layout .post-list-item:last-of-type {
    border-bottom: 0;
}

.layout .post-list-item__title {
    font-size: calc(18px * 1.5);
}

[dir] .layout .post-list-item__title {
    margin-bottom: calc(18px * 1.5 / 2);
}

.layout .post-list-item__title .fa-star {
    position: relative;
    top: -4px;
    font-size: 50%;
}

@media (min-width: 768px) {
    .layout .post-list-item__col {
        display: table-cell;
        vertical-align: top;
    }
}

@media (min-width: 768px) {
    .layout .post-list-item__col--main {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .layout .post-list-item__col--side {
        width: 40%;
    }
    [dir='ltr'] .layout .post-list-item__col--side {
        text-align: right;
    }
    [dir='rtl'] .layout .post-list-item__col--side {
        text-align: left;
    }
}

.layout .post-info {
    font-size: 14px;
    color: #808488;
}

@media (min-width: 768px) {
    .layout .post-info {
        min-width: 90px;
    }
    [dir] .layout .post-info {
        padding: calc(12px / 2) 12px;
        text-align: center;
        background-color: #f9f9f9;
        border-radius: 4px;
    }
    [dir='ltr'] .layout .post-info {
        float: right;
    }
    [dir='rtl'] .layout .post-info {
        float: left;
    }
}

@media (min-width: 768px) {
    .layout .post-info__count {
        display: block;
        font-weight: 600;
        color: rgba(51, 62, 72, 1);
    }
}

[dir='ltr'] .layout .post-info + .post-info {
    margin-right: 12px;
}

[dir='rtl'] .layout .post-info + .post-info {
    margin-left: 12px;
}

@media (max-width: 767px) {
    .layout .post-info + .post-info:before {
        font-size: 10px;
        font-weight: 900;
        content: '\2022';
    }
    [dir='ltr'] .layout .post-info + .post-info:before {
        margin-right: calc(12px / 2);
    }
    [dir='rtl'] .layout .post-info + .post-info:before {
        margin-left: calc(12px / 2);
    }
}

.layout .post-status {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

[dir] .layout .post-status {
    padding: 1px calc(12px / 2);
    border-radius: 4px;
}

[dir] .layout .post-status--completed,
[dir] .layout .post-status--answered {
    background-color: rgba(0, 103, 185, 1);
}

[dir] .layout .post-status--planned {
    background-color: rgba(108, 179, 226, 1);
}

.layout .post-status--not-planned {
    color: rgba(51, 62, 72, 1);
}

[dir] .layout .post-status--not-planned {
    background-color: #eee;
}

@media (min-width: 768px) {
    [dir] .layout .new-post-page {
        margin-bottom: calc(18px * 1.5 * 2);
    }
}

.layout .new-post-title {
    font-size: calc(18px * 1.5);
}

@media (min-width: 768px) {
    .layout .new-post-title {
        font-size: calc(18px * 1.75 - 2px);
    }
}

@media (min-width: 992px) {
    .layout .new-post-title {
        font-size: calc(18px * 2.5);
    }
}

[dir] .layout .new-post-form {
    margin-bottom: calc(18px * 1.5);
}

[dir] .layout .new-community-post-page {
    padding-top: calc(18px * 1.5);
    margin-bottom: calc(18px * 1.5);
}

@media (max-width: 767px) {
    [dir] .layout .new-community-post-page {
        padding-top: 0;
        margin-bottom: 0;
    }
}

.layout {
    /* UI Links */
    @font-face {
        font-family: 'icomoon';
        src: url(/hc/theming_assets/01HZH482CX5CEDA4CF0D3RP611) format('woff');
        font-weight: normal;
        font-style: normal;
    }
}

[dir] .layout .ui-link {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 2px 5px;
    background-color: #edeef2;
    color: #0050a3;
    font-size: 93.33%;
    -webkit-text-decoration: none;
    text-decoration: none;
    white-space: nowrap;
}

.layout .ui-link:hover {
    border-color: #c5c5c5;
}

/* Keyboard shortcuts */

.layout kbd {
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 0.3em 0.55em;
    line-height: 1em;
    font: inherit;
    font-size: 81.25%;
}

/* Don't want to print the background shading */

@media screen {
    .layout .article kbd {
        box-shadow: 0 1px 0 #ddd, inset 0 1px 1px #fff, inset 0 -1px 3px #ccc;
        background-color: #f7f7f7;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0)
        );
        background-clip: padding-box;
        text-shadow: 0 1px 0 #fff;
    }
}

/* Code */

.layout .article code,
.layout .article pre {
    font-family: Monaco, Andale Mono, Courier New, monospace;
}

.layout .article code {
    border-radius: 3px;
    padding: 1px 3px !important;
    background-color: #fee9cc;
    color: #3f3a33;
    font-size: 12px;
}

.layout .article pre {
    display: block;
    padding: 14px;
    margin: 0 0 18px;
    line-height: 16px;
    font-size: 11px;
    background: #fff;
    border: 1px solid #d9d9d9;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.layout .article pre code {
    background-color: #fff;
    color: #737373;
    font-size: 11px;
    padding: 0 !important;
}

/* Table styles */

.layout .article table {
    margin: 10px 0 15px 0;
    border-collapse: collapse;
}

.layout .article th,
.layout .article td {
    border: 1px solid #ddd;
    padding: 3px 10px;
    word-break: normal;
    white-space: break-spaces;
}

.layout .article th {
    padding: 5px 10px;
}

/* Note styles */

.layout .article .info {
    border: 1px solid #e3dfcc;
    border-radius: 5px;
    padding: 10px 20px;
    background: #fcf8e3;
}

/* Fastmail header/footer reset */

/* Remove all default margins and padding */

.fastmail-theme dl,
.fastmail-theme dt,
.fastmail-theme dd,
.fastmail-theme ul,
.fastmail-theme ol,
.fastmail-theme li,
.fastmail-theme h1,
.fastmail-theme h2,
.fastmail-theme h3,
.fastmail-theme h4,
.fastmail-theme h5,
.fastmail-theme h6,
.fastmail-theme pre,
.fastmail-theme code,
.fastmail-theme form,
.fastmail-theme fieldset,
.fastmail-theme legend,
.fastmail-theme input,
.fastmail-theme select,
.fastmail-theme button,
.fastmail-theme textarea,
.fastmail-theme p,
.fastmail-theme blockquote {
    margin: 0;
    padding: 0;
}

/* Remove all default borders and outlines */

.fastmail-theme fieldset,
.fastmail-theme img {
    border: 0;
}

.fastmail-theme button {
    border-radius: 0;
}

/* Remove FF dotted borders */
.fastmail-theme button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove blue glow */
.fastmail-theme :focus {
    outline: none;
}

/* Remove default "invalid" input styles */
.fastmail-theme :invalid {
    box-shadow: none;
}
.fastmail-theme :-moz-submit-invalid {
    box-shadow: none;
}
.fastmail-theme :-moz-ui-invalid {
    box-shadow: none;
}

/* Remove default list styling */

.fastmail-theme ul,
.fastmail-theme ol {
    list-style: none;
}

/* Remove WebKit user-resize widget */
.fastmail-theme textarea {
    resize: none;
}

/* Colors and fonts */

.fastmail-theme {
    color: #000;
    background: #fff;
}

.fastmail-theme {
    line-height: 1.35;
}

.fastmail-theme a,
.fastmail-theme button,
.fastmail-theme span,
.fastmail-theme div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fastmail-theme h1,
.fastmail-theme h2,
.fastmail-theme h3,
.fastmail-theme h4,
.fastmail-theme h5,
.fastmail-theme h6,
.fastmail-theme address,
.fastmail-theme caption,
.fastmail-theme cite,
.fastmail-theme code,
.fastmail-theme em,
.fastmail-theme strong,
.fastmail-theme table,
.fastmail-theme th,
.fastmail-theme input,
.fastmail-theme select,
.fastmail-theme button,
.fastmail-theme textarea,
.fastmail-theme pre {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-align: inherit;
}

/* Pre */

.fastmail-theme pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Remove default icon from summary element */
/* Remove default icon from summary element */
.fastmail-theme summary::marker,
.fastmail-theme summary::-webkit-details-marker {
    content: '';
    display: none;
}

/* Fastmail header/footer */

.fastmail-theme {
    --theme-fg: #1b1e20;
    --theme-fg-alt: #333e48;
    --theme-page-bg: #fff;
    --theme-page-bg-alt: #f4f5f5;
    --theme-border-medium: #d6d8da;
    --theme-accent: #0067b9;
    --theme-button-standard-bg: rgba(51, 62, 72, 0.1);
    --theme-button-standard-bg-hover: rgba(51, 62, 72, 0.15);
    --theme-button-standard-bg-active: rgba(51, 62, 72, 0.2);
    --theme-button-standard-fg: #296b9f;
    --theme-button-cta-bg: #0067b9;
    --theme-button-cta-bg-hover: #176bad;
    --theme-button-cta-bg-active: #296b9f;
    --theme-button-cta-bg-disabled: #c1c5c8;
    --theme-button-cta-fg: #f4f5f5;
    --theme-button-cta-border-focus: #a5d1f0;
    --theme-button-cta-outline: #69b3e7;
    --theme-button-subtle-hover: #f4f5f7;
    --theme-button-subtle-alt-hover: #e9ebee;
}

.fastmail-theme {
    position: relative;
    z-index: 999;
    font-size: 0.875rem;
}

.fastmail-theme .link {
    text-decoration: none;
}
.fastmail-theme .link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fastmail-theme #header {
    align-items: center;
    color: var(--theme-fg);
    display: flex;
    height: 66px;
    margin: 0 auto;
    max-width: 83.25rem;
    padding: 0 32px;
    padding: 0 clamp(1.25rem, 0.9741rem + 1.3793vi, 2.25rem);
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}

.fastmail-theme #header a,
.fastmail-theme #header a:hover {
    color: currentColor;
    text-decoration: none;
}

.fastmail-theme #header .i-fm-wordmark-logo {
    height: auto;
    margin-top: 3px;
    transition: fill 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 130px;
}

.fastmail-theme .top-level-wrapper > details summary {
    cursor: pointer;
    position: relative;
}

.fastmail-theme .header-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.fastmail-theme .header-container:after {
    background-color: transparent;
    content: '';
}

.fastmail-theme .header-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.fastmail-theme .header-background--stuck {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: hsla(0, 0%, 100%, 0.9);
    border-bottom: 1px solid var(--theme-border-medium);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.fastmail-theme .product-nav {
    align-self: stretch;
    column-gap: 8px;
    display: flex;
    flex: 1 1 0%;
    flex-flow: row-reverse wrap;
    overflow: hidden;
    row-gap: 40px;
}

.fastmail-theme .product-nav-wrapper {
    color: #1b1e20;
}

.fastmail-theme .product-nav--item {
    align-items: center;
    display: flex;
    min-height: 66px;
}

@media (max-width: 22.499rem) {
    .fastmail-theme .product-nav--item {
        display: none;
    }
}

.fastmail-theme .expandable--summary {
    grid-column-gap: 8px;
    align-items: center;
    column-gap: 8px;
    display: grid;
    grid-template-columns: 1fr 24px;
    grid-template-rows: 11px;
}

.fastmail-theme .expandable--summary .i-chevron {
    height: 20px;
    width: 20px;
}

.fastmail-theme details[open] .expandable--summary > .i-chevron {
    transform: rotate(180deg);
}

.fastmail-theme .top-level-nav-item:not(summary) {
    display: block;
}

.fastmail-theme .top-level-nav-item > .label-wrapper {
    position: relative;
}

.fastmail-theme .top-level-nav-item > .label-wrapper:after {
    background-color: #0067b9;
    bottom: -12px;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
}

.fastmail-theme .top-level-nav-item--noHamburger:hover > .label-wrapper:after {
    width: 100%;
}

.fastmail-theme .navigation-wrapper {
    z-index: 0;
}

.fastmail-theme .header-link--content {
    padding-bottom: 16px;
    padding-top: 16px;
    white-space: nowrap;
}

.fastmail-theme .header-link--text {
    white-space: normal;
}

.fastmail-theme .header-link--icon {
    display: inline;
    height: 24px;
    vertical-align: text-bottom;
    width: 24px;
}

.fastmail-theme .button--signup {
    text-wrap: nowrap;
    align-items: center;
    background: transparent;
    border: 1px solid #1b1e20;
    border-radius: 6px;
    color: #1b1e20;
    display: flex;
    padding: 10.5px 20px;
}

.fastmail-theme .button--signup:hover {
    background: rgba(51, 62, 72, 0.025);
}

.fastmail-theme .button--signup:active {
    background: rgba(51, 62, 72, 0.05);
}

.fastmail-theme .button--standard {
    background: var(--theme-button-standard-bg);
    color: var(--theme-button-standard-fg);
}

.fastmail-theme .button--standard:hover {
    background: var(--theme-button-standard-bg-hover);
}

.fastmail-theme .button--standard:active {
    background: var(--theme-button-standard-bg-active);
}

.fastmail-theme .button--cta {
    background: var(--theme-button-cta-bg);
    color: var(--theme-button-cta-fg);
    font-weight: 600;
}

.fastmail-theme .button--cta:hover {
    background: var(--theme-button-cta-bg-hover);
}

.fastmail-theme .button--cta:active {
    background: var(--theme-button-cta-bg-active);
}

.fastmail-theme .navigation-spacer {
    flex-grow: 1;
}

.fastmail-theme .current-page {
    position: relative;
}

.fastmail-theme .current-page:before {
    background: var(--theme-accent);
    content: '';
    height: 100%;
    left: -8px;
    position: absolute;
    top: 0;
    width: 2px;
}

@media (max-width: 63.999rem) {
    .fastmail-theme .navigation-wrapper {
        order: 2;
        position: relative;
        z-index: 9999;
    }
    .fastmail-theme .mobile-header-gap {
        background-color: var(--theme-page-bg);
        height: 100%;
        left: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .fastmail-theme #menu-toggle {
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 9999;
    }
    .fastmail-theme label[for='menu-toggle'] {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 0.5em;
        min-width: 2em;
        padding-left: 12px;
        position: relative;
        z-index: 9999;
    }
    .fastmail-theme #primary-navigation {
        background: var(--theme-page-bg);
        border-left: 1px solid var(--theme-border-medium);
        bottom: 0;
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        max-width: 83.25rem;
        overflow-x: hidden;
        position: fixed;
        right: 0;
        top: 0;
        transform: translate(100%);
        width: min(20rem, 100%);
        z-index: -1;
    }
    .fastmail-theme #primary-navigation > :nth-child(n + 3) {
        margin-top: 8px;
    }
    .fastmail-theme #primary-navigation > :first-child {
        height: 66px;
        min-height: 66px;
    }
    .fastmail-theme #side-nav-overlay {
        background-color: rgba(0, 0, 0, 0.3);
        height: 100vh;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        width: 100vw;
        z-index: -1;
    }
    .fastmail-theme #menu-toggle:not(:checked) ~ #side-nav-overlay {
        pointer-events: none;
    }
    .fastmail-theme #menu-toggle:checked ~ #side-nav-overlay {
        opacity: 1;
    }

    .fastmail-theme {
        @keyframes fade-in {
            0% {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        @keyframes fade-out {
            0% {
                opacity: 1;
            }
            to {
                opacity: 0;
            }
        }
    }
    .fastmail-theme .fade-in {
        animation: fade-in 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .fastmail-theme .fade-out {
        animation: fade-out 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .fastmail-theme {
        @keyframes slide-in {
            0% {
                transform: translateX(100%);
            }
            to {
                transform: translateX(0);
            }
        }
        @keyframes slide-out {
            0% {
                transform: translateX(0);
            }
            to {
                transform: translateX(100%);
            }
        }
    }
    .fastmail-theme #primary-navigation.slide-in {
        animation-duration: 0.6s;
        animation-name: slide-in;
        animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
        transform: translateX(0);
    }
    .fastmail-theme #primary-navigation.slide-out {
        animation-duration: 0.6s;
        animation-name: slide-out;
        animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    }
    .fastmail-theme #menu-toggle:checked ~ #primary-navigation {
        transform: translate(0);
    }
    .fastmail-theme body:has(#menu-toggle:checked) {
        overflow: hidden;
    }
    .fastmail-theme .i-hamburger {
        stroke: #1b1e20;
        stroke-width: 2.25;
        height: 32px;
        width: 32px;
    }
    .fastmail-theme
        #menu-toggle:checked
        ~ label[for='menu-toggle']
        .i-hamburger {
        stroke: var(--theme-fg);
    }
    .fastmail-theme label[for='menu-toggle'] .i-hamburger > * {
        transition: transform 0.6s, opacity 0.2s, stroke 0.5s;
        transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    }
    .fastmail-theme label[for='menu-toggle'] .i-hamburger :first-child {
        transform-origin: calc(100% - 6px) 12px;
    }
    .fastmail-theme
        #menu-toggle:checked
        ~ label[for='menu-toggle']
        .i-hamburger
        :first-child {
        transform: rotate(-45deg) scaleX(0.85);
    }
    .fastmail-theme label[for='menu-toggle'] .i-hamburger :nth-child(2) {
        opacity: 1;
        transform-origin: center;
    }
    .fastmail-theme
        #menu-toggle:checked
        ~ label[for='menu-toggle']
        .i-hamburger
        :nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }
    .fastmail-theme label[for='menu-toggle'] .i-hamburger :last-child {
        transform-origin: calc(100% - 6px) calc(100% - 12px);
    }
    .fastmail-theme
        #menu-toggle:checked
        ~ label[for='menu-toggle']
        .i-hamburger
        :last-child {
        transform: rotate(45deg) scaleX(0.85);
    }
    .fastmail-theme #menu-toggle:checked ~ label > .collapsed-text,
    .fastmail-theme #menu-toggle:not(:checked) ~ label > .expanded-text {
        display: none;
    }
    .fastmail-theme #primary-navigation .top-level-nav-item {
        margin-left: 8px;
        margin-right: 8px;
        padding: 16px;
    }
    .fastmail-theme #primary-navigation .top-level-nav-item:hover {
        background: var(--theme-button-subtle-hover);
        border-radius: 4px;
    }
    .fastmail-theme .second-level-wrapper {
        background: var(--theme-page-bg-alt);
        color: var(--theme-fg-alt);
        margin-top: 8px;
        padding: 4px 0;
    }
    .fastmail-theme .second-level-wrapper a:hover p {
        background: var(--theme-button-subtle-alt-hover);
        border-radius: 4px;
    }
    .fastmail-theme .second-level-wrapper > li {
        display: flex;
        flex-direction: column;
        margin: 8px 0;
    }
    .fastmail-theme .second-level-wrapper p {
        margin-left: 8px;
        margin-right: 8px;
        padding: 16px;
    }
    .fastmail-theme .third-level-wrapper p {
        padding: 16px;
    }
    .fastmail-theme .current-page:before {
        --left-inset: -10px;
    }
    .fastmail-theme .product-nav--touch {
        background-color: #fff;
        bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        left: 0;
        padding: 8px 16px 24px;
        position: -webkit-sticky;
        position: sticky;
        right: 0;
        text-align: center;
    }
    .fastmail-theme .button--touch {
        border-radius: 6px;
        padding-bottom: 16px;
        padding-top: 16px;
        width: 100%;
    }
}

@media (min-width: 64rem) {
    .fastmail-theme #menu-toggle,
    .fastmail-theme label[for='menu-toggle'] {
        display: none;
    }
    .fastmail-theme #primary-navigation {
        align-items: center;
        display: flex;
        gap: 32px;
        padding-left: 32px;
        position: relative;
    }
    .fastmail-theme #side-nav-overlay,
    .fastmail-theme .mobile-header-gap {
        display: none;
    }
    .fastmail-theme .top-level-wrapper > a,
    .fastmail-theme .top-level-wrapper > details > summary {
        color: #1b1e20;
    }
    .fastmail-theme .top-level-nav-item {
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .fastmail-theme .top-level-nav-item:hover > .label-wrapper:after,
    .fastmail-theme details[open] .top-level-nav-item > .label-wrapper:after {
        width: 100%;
    }
    .fastmail-theme .second-level-wrapper {
        background: var(--theme-page-bg);
        border-radius: 0.875rem;
        box-shadow: 0 15px 17px -3px rgba(27, 30, 32, 0.08),
            0 6px 10px -2px rgba(27, 30, 32, 0.1),
            0 3px 6px -1px rgba(27, 30, 32, 0.12),
            0 0 2px 0 rgba(27, 30, 32, 0.14);
        display: flex;
        left: -130px;
        max-height: calc(100vh - 102px);
        max-height: calc(100dvh - 102px);
        min-width: 13rem;
        overflow-y: auto;
        position: absolute;
        row-gap: 24px;
        top: calc(100% + 36px);
        width: -webkit-max-content;
        width: max-content;
    }
    .fastmail-theme .second-level-wrapper > li {
        display: flex;
        flex-direction: column;
        gap: 16px;
        min-width: 13rem;
        padding-bottom: 36px;
        padding-top: 32px;
    }
    .fastmail-theme .second-level-wrapper > :is(li + li:not(.does-not-exist)) {
        padding-left: 28px;
    }
    .fastmail-theme .second-level-wrapper > li:first-child {
        padding-left: 28px;
    }
    .fastmail-theme .second-level-wrapper > li:last-child,
    .fastmail-theme .second-level-wrapper > li:nth-last-child(2) {
        min-width: 14.75rem;
        padding-right: 28px;
    }
    .fastmail-theme .second-level-wrapper > li:last-child {
        background: var(--theme-page-bg-alt);
    }
    .fastmail-theme .second-level-wrapper > li > * {
        margin-left: 8px;
    }
    .fastmail-theme .header-link:hover .header-link--text {
        -webkit-text-decoration: underline;
        -webkit-text-decoration: underline;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .fastmail-theme .header-link--content {
        max-width: -webkit-max-content;
        max-width: max-content;
    }
    .fastmail-theme .navigation-spacer,
    .fastmail-theme .product-nav--touch {
        display: none;
    }
}

.fastmail-theme footer .extra-info .text {
    align-items: center;
    display: flex;
}

.fastmail-theme footer .extra-info .logo svg {
    margin-right: 20px;
    margin-top: 3px;
}

.fastmail-theme footer,
.fastmail-theme footer a {
    background: #243959;
    color: #f4f5f7;
}

.fastmail-theme footer nav {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 83.25rem;
    padding: 56px 32px;
    padding: 56px clamp(1.25rem, 0.9741rem + 1.3793vi, 2.25rem);
    row-gap: 56px;
    width: 100%;
}

.fastmail-theme .footer-gradient {
    background: linear-gradient(
        90deg,
        #ffa0c3 1.4865%,
        #0067b9 0,
        #0067b9 77.2973%,
        #69b3e7 0,
        #69b3e7 83.1081%,
        #ffc107 0
    );
    height: 4px;
    width: 100%;
}

.fastmail-theme .footer-brand {
    flex: 1 0 33.33333%;
    min-width: min(18rem, 100%);
}

.fastmail-theme .footer-links {
    flex: 1 0 66.66667%;
    gap: 36px;
}

.fastmail-theme .footer-link-col {
    flex: 1 0 11.25rem;
}

.fastmail-theme footer .i-fastmail-icon {
    height: 40px;
    width: 40px;
}

.fastmail-theme .footer-bottom {
    align-items: center;
    border-top: 1px solid #999ea3;
    display: flex;
    gap: 32px;
    justify-content: center;
    padding-top: 32px;
}

@media (max-width: 66rem) {
    .fastmail-theme .footer-bottom {
        flex-direction: column;
    }
    .fastmail-theme .footer-bottom ul {
        justify-content: center;
    }
}

.fastmail-theme .u-sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.fastmail-theme .u-font-semibold {
    font-weight: 600;
}

.fastmail-theme .u-text-base {
    font-size: 100%;
    line-height: 1.25rem;
}

.fastmail-theme .u-text-lg {
    font-size: 112.5%;
    line-height: 1.375rem;
}

.fastmail-theme .u-trim:after,
.fastmail-theme .u-trim:before {
    content: '';
    display: table;
}

.fastmail-theme .u-trim:before {
    margin-bottom: -4px;
}

.fastmail-theme .u-trim:after {
    margin-top: -6px;
}

.fastmail-theme .u-trim.u-text-lg:before {
    margin-bottom: -5px;
}

.fastmail-theme .u-trim.u-text-lg:after {
    margin-top: -6px;
}

.fastmail-theme .u-relative {
    position: relative;
}

.fastmail-theme .u-block {
    display: block;
}

.fastmail-theme .u-inline-block {
    display: inline-block;
}

.fastmail-theme .u-flex {
    display: flex;
}

.fastmail-theme .u-flex-wrap {
    flex-wrap: wrap;
}

.fastmail-theme .u-flex-none {
    flex: none;
}

.fastmail-theme .u-flex-grow {
    flex-grow: 1;
}

.fastmail-theme .u-items-center {
    align-items: center;
}

.fastmail-theme .u-justify-center {
    justify-content: center;
}

.fastmail-theme .u-h-full {
    height: 100%;
}

.fastmail-theme .u-sq-24 {
    height: 24px;
    width: 24px;
}

.fastmail-theme .u-space-y-4 > * + * {
    margin-top: 16px;
}

.fastmail-theme .u-mt-n2 {
    margin-top: -8px;
}

.fastmail-theme .u-mt-4 {
    margin-top: 16px;
}

.fastmail-theme .u-mx-5 {
    margin-left: 20px;
    margin-right: 20px;
}

.fastmail-theme .u-py-3 {
    padding-bottom: 12px;
    padding-top: 12px;
}

.fastmail-theme .u-py-4 {
    padding-bottom: 16px;
    padding-top: 16px;
}

.fastmail-theme .u-gap-4 {
    gap: 16px;
}

.fastmail-theme .u-gap-6 {
    gap: 24px;
}

.fastmail-theme .u-gap-8 {
    gap: 32px;
}

.fastmail-theme .u-gap-y-10 {
    row-gap: 40px;
}

@media print {
    .header-container.fastmail-theme,
    .fastmail-theme footer,
    .article-vote,
    [data-prevnext],
    #ticket-footer {
        display: none;
    }
}
