@charset "UTF-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
  background: #D3D3D3;
  padding: 20px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

html,
body {
    height: 100%;
}

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

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 29px;
    color: #002a4d;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: #23afe6;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23afe6;
    text-decoration: none;
}

a.disabled {
    color: #818a91;
    cursor: default;
}

figure {
    margin: 0;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eceeef;
    margin: 1em 0;
    padding: 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
ul,
ol {
    margin: 0 0 24px;
}

h1,
.h1 {
  color: #002a4d;  
  font-size: 32px;
}

h2,
.h2 {
    font-size: 32px;
    color: #23afe6;
    padding-top: 40px;
}

h3,
.h3 {
    font-size: 20px;
  color: #002a4d;
  
}

h4,
.h4 {
    font-size: 16px;
		color: #002a4d;
  text-decoration: underline;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

.h7 {
    font-size: 16px;
    line-height: 25px;
    color: #5b6167;
    font-weight: bold;
}

.h8 {
    font-size: 16px;
    line-height: 25px;
    color: #5b6167;
}
.custom-block__item-description{
    font-size: 16px;
    line-height: 25px;
    color: #002a4d;
}
a.custom-block__item-description{
 color: #002a4d;
}

b,
strong {
    font-weight: 600;
}

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

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    line-height: 1.5;
    margin-bottom: 12px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

.dl-horizontal:after {
    clear: both;
}

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

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 30%;
        float: left;
        clear: both;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .dl-horizontal dd {
        width: 70%;
        float: right;
    }
}

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

blockquote {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color: #f7f7f9;
    padding: 12px 24px;
    margin: 0 0 24px;
    border-left: 5px solid #eceeef;
}

blockquote.is-colored {
    border-left: 5px solid #44b598;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

code {
    border-radius: 80px !important;
    padding: 5px 10px 5px 10px !important;
  background: #ccdde3;
}

address {
    margin-bottom: 24px;
    font-style: normal;
    line-height: 1.5;
}

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

.clearfix:after {
    clear: both;
}

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

.list-unstyled {
    list-style: none;
    padding-left: 0;
}

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    border: 2px solid #eceeef;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.nesty-input:focus {
    border-color: #9ed5e7;
    outline: 0;
}

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

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

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #373a3c;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    max-width: 100%;
    margin-bottom: 12px;
    font-weight: 600;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {

  outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #55595c;
}

select {
    height: 38px;
}

textarea {
    resize: vertical;
    height: 114px;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 38px;
    }
}

.form-field {
    margin-bottom: 24px;
}

.form-field.required > label:after {
    content: "*";
    color: #ff5252;
    margin-left: 2px;
}

.form-field.boolean {
    position: relative;
    padding-left: 20px;
}

.form-field.boolean input[type="checkbox"] {
    position: absolute;
    left: 0;
}

.form-field.boolean label {
    min-height: 24px;
    margin-bottom: 0;
    cursor: pointer;
}

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

.help-block, .form-field p {
    font-size: 90%;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #8c94a6;
}

.btn, input[type="submit"], [role="button"], .lines-button, .satisfaction-box input[type=radio] ~ label, .topbar .login, .community-recent-activity .recent-activity-controls a {
    padding: 6px 30px 6px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.btn:focus, input[type="submit"]:focus, [role="button"]:focus, .lines-button:focus, .satisfaction-box input[type=radio] ~ label:focus, .topbar .login:focus, .community-recent-activity .recent-activity-controls a:focus, .btn:active:focus, input[type="submit"]:active:focus, [role="button"]:active:focus, .lines-button:active:focus, .satisfaction-box input[type=radio] ~ label:active:focus, .topbar .login:active:focus, .community-recent-activity .recent-activity-controls a:active:focus {
outline-offset: -2px;
}

.btn:hover, input[type="submit"]:hover, [role="button"]:hover, .lines-button:hover, .satisfaction-box input[type=radio] ~ label:hover, .topbar .login:hover, .community-recent-activity .recent-activity-controls a:hover, .btn:focus, input[type="submit"]:focus, [role="button"]:focus, .lines-button:focus, .satisfaction-box input[type=radio] ~ label:focus, .topbar .login:focus, .community-recent-activity .recent-activity-controls a:focus {
    color: #419CCD;
    text-decoration: none;
}

.btn:active, input[type="submit"]:active, [role="button"]:active, .lines-button:active, .satisfaction-box input[type=radio] ~ label:active, .topbar .login:active, .community-recent-activity .recent-activity-controls a:active {
    outline: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn--default {
    color: #ffffff;
    background-color: #23afe6;
    border-color: #23afe6;
}

.btn--default:hover, .btn--default:focus, .btn--default:active {
    color: #ffffff;
    background-color: #0083E1;
    border-color: #0083E1;
}

.btn--default:active {
    background-image: none;
}

.category-page .btn--default {
    color: #ffffff;
    background-color: #23afe6;
    border-color: #23afe6;
    border-radius: 40px;
}

.btn--primary {
    color: #fff;
    background-color: #419CCD;
    border-color: #419CCD;
}

.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
    color: #e0e0e0;
    background-color: #002a4d;
    border-color: #002a4d;
}

.btn--primary:active {
    background-image: none;
}

.btn--success {
    color: #fff;
    background-color: #44b598;
    border-color: #44b598;
}

.btn--success:hover, .btn--success:focus, .btn--success:active {
    color: #e0e0e0;
    background-color: #009973;
    border-color: #00A77E;
}

.btn--success:active {
    background-image: none;
}

.btn--warning {
    color: #fad782;
    background-color: transparent;
    border-color: #f9cf69;
}

.btn--warning:hover, .btn--warning:focus, .btn--warning:active {
    color: #f8c447;
    background-color: transparent;
    border-color: #f7bc2f;
}

.btn--warning:active {
    background-image: none;
}

.btn--danger {
    color: #fff;
    background-color: #ff5252;
    border-color: #ff3939;
}

.btn--danger:hover, .btn--danger:focus, .btn--danger:active {
    color: #e0e0e0;
    background-color: #ff1f1f;
    border-color: #fa0000;
}

.btn--danger:active {
    background-image: none;
}

.btn--topbar {
    color: #44b598;
    background-color: transparent;
    border-color: #44b598;
    font-size: 14px;
    border-radius: 20px;
}

.btn--topbar:hover, .btn--topbar:focus, .btn--topbar:active {
    color: #00A77E;
    background-color: transparent;
    border-color: #00A77E;
    font-size: 14px;
}

.btn--topbar:active {
    background-image: none;
}

input[type="submit"] {
    color: #fff;
    background-color: #419CCD;
    border-color: #419CCD;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    color: #ffffff;
    background-color: #002a4d;
    border-color: #002a4d;
}

input[type="submit"]:active {
    background-image: none;
}

[role="button"] {
    color: #419CCD;
    background-color: transparent;
    border-color: #44b598;
}

[role="button"]:hover, [role="button"]:focus, [role="button"]:active {
    color: #00A77E;
    background-color: transparent;
    border-color: #00A77E;
}

[role="button"]:active {
    background-image: none;
}

[role="button"]:active:focus {
    outline: none;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.container-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.table_bordertop td {
  border-top: 0px;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #818a91;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}

.table th,
.table td {
    padding: 12px;
    vertical-align: top;
}

.table td {
    border-top: 1px solid #ddd;
}

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

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

.table .table {
    background-color: #fff;
}

.table--color-header th {
    background-color: #44b598;
    color: #fff;
}

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

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

.table--hover tbody tr:hover {
    background-color: #eceeef;
    color: inherit;
}

.table--bordered {
    border: 1px solid #d3d6d8;
}

.table--bordered td,
.table--bordered th, .table--streep {
    border-left: 1px solid #d3d6d8;
}



.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

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

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.column {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}
.column--xs-1 {
    width: 8.33333%;
}

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

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

.column--xs-4 {
    width: 24%;
}

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

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

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

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

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

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

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

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

.column--xs-pull-0 {
    right: auto;
}

.column--xs-pull-1 {
    right: 8.33333%;

}

.column--xs-pull-2 {
    right: 16.66667%;
}

.column--xs-pull-3 {
    right: 25%;
}

.column--xs-pull-4 {
    right: 25%;
}

.column--xs-pull-5 {
    right: 41.66667%;
}

.column--xs-pull-6 {
    right: 50%;
}

.column--xs-pull-7 {
    right: 58.33333%;
}

.column--xs-pull-8 {
    right: 66.66667%;
}

.column--xs-pull-9 {
    right: 75%;
}

.column--xs-pull-10 {
    right: 83.33333%;
}

.column--xs-pull-11 {
    right: 91.66667%;
}

.column--xs-pull-12 {
    right: 100%;
}

.column--xs-push-0 {
    left: auto;
}

.column--xs-push-1 {
    left: 8.33333%;
}

.column--xs-push-2 {
    left: 16.66667%;
}

.column--xs-push-3 {
    left: 25%;
}

.column--xs-push-4 {
    left: 25%;
}

.column--xs-push-5 {
    left: 41.66667%;
}

.column--xs-push-6 {
    left: 50%;
}

.column--xs-push-7 {
    left: 58.33333%;
}

.column--xs-push-8 {
    left: 66.66667%;
}

.column--xs-push-9 {
    left: 75%;
}

.column--xs-push-10 {
    left: 83.33333%;
}

.column--xs-push-11 {
    left: 91.66667%;
}

.column--xs-push-12 {
    left: 100%;
}

.column--xs-offset-0 {
    margin-left: 0;
}

.column--xs-offset-1 {
    margin-left: 8.33333%;
}

.column--xs-offset-2 {
    margin-left: 16.66667%;
}

.column--xs-offset-3 {
    margin-left: 25%;
}

.column--xs-offset-4 {
    margin-left: 25%;
}

.column--xs-offset-5 {
    margin-left: 41.66667%;
}

.column--xs-offset-6 {
    margin-left: 50%;
}

.column--xs-offset-7 {
    margin-left: 58.33333%;
}

.column--xs-offset-8 {
    margin-left: 66.66667%;
}

.column--xs-offset-9 {
    margin-left: 75%;
}

.column--xs-offset-10 {
    margin-left: 83.33333%;
}

.column--xs-offset-11 {
    margin-left: 91.66667%;
}

.column--xs-offset-12 {
    margin-left: 100%;
}

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

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

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

    .column--sm-4 {
        width: 33.33332%;
    }

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

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

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

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

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

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

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

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

    .column--sm-pull-0 {
        right: auto;
    }

    .column--sm-pull-1 {
        right: 8.33333%;
    }

    .column--sm-pull-2 {
        right: 16.66667%;
    }

    .column--sm-pull-3 {
        right: 25%;
    }

    .column--sm-pull-4 {
        right: 25%;
    }

    .column--sm-pull-5 {
        right: 41.66667%;
    }

    .column--sm-pull-6 {
        right: 50%;
    }

    .column--sm-pull-7 {
        right: 58.33333%;
    }

    .column--sm-pull-8 {
        right: 66.66667%;
    }

    .column--sm-pull-9 {
        right: 75%;
    }

    .column--sm-pull-10 {
        right: 83.33333%;
    }

    .column--sm-pull-11 {
        right: 91.66667%;
    }

    .column--sm-pull-12 {
        right: 100%;
    }

    .column--sm-push-0 {
        left: auto;
    }

    .column--sm-push-1 {
        left: 8.33333%;
    }

    .column--sm-push-2 {
        left: 16.66667%;
    }

    .column--sm-push-3 {
        left: 25%;
    }

    .column--sm-push-4 {
        left: 25%;
    }

    .column--sm-push-5 {
        left: 41.66667%;
    }

    .column--sm-push-6 {
        left: 50%;
    }

    .column--sm-push-7 {
        left: 58.33333%;
    }

    .column--sm-push-8 {
        left: 66.66667%;
    }

    .column--sm-push-9 {
        left: 75%;
    }

    .column--sm-push-10 {
        left: 83.33333%;
    }

    .column--sm-push-11 {
        left: 91.66667%;
    }

    .column--sm-push-12 {
        left: 100%;
    }

    .column--sm-offset-0 {
        margin-left: 0;
    }

    .column--sm-offset-1 {
        margin-left: 8.33333%;
    }

    .column--sm-offset-2 {
        margin-left: 16.66667%;
    }

    .column--sm-offset-3 {
        margin-left: 25%;
    }

    .column--sm-offset-4 {
        margin-left: 25%;
    }

    .column--sm-offset-5 {
        margin-left: 41.66667%;
    }

    .column--sm-offset-6 {
        margin-left: 50%;
    }

    .column--sm-offset-7 {
        margin-left: 58.33333%;
    }

    .column--sm-offset-8 {
        margin-left: 66.66667%;
    }

    .column--sm-offset-9 {
        margin-left: 75%;
    }

    .column--sm-offset-10 {
        margin-left: 83.33333%;
    }

    .column--sm-offset-11 {
        margin-left: 91.66667%;
    }

    .column--sm-offset-12 {
        margin-left: 100%;
    }
}

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

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

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

    .column--md-4 {
        width: 33.33332%;
    }

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

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

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

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

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

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

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

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

    .column--md-pull-0 {
        right: auto;
    }

    .column--md-pull-1 {
        right: 8.33333%;
    }

    .column--md-pull-2 {
        right: 16.66667%;
    }

    .column--md-pull-3 {
        right: 25%;
    }

    .column--md-pull-4 {
        right: 25%;
    }

    .column--md-pull-5 {
        right: 41.66667%;
    }

    .column--md-pull-6 {
        right: 50%;
    }

    .column--md-pull-7 {
        right: 58.33333%;
    }

    .column--md-pull-8 {
        right: 66.66667%;
    }

    .column--md-pull-9 {
        right: 75%;
    }

    .column--md-pull-10 {
        right: 83.33333%;
    }

    .column--md-pull-11 {
        right: 91.66667%;
    }

    .column--md-pull-12 {
        right: 100%;
    }

    .column--md-push-0 {
        left: auto;
    }

    .column--md-push-1 {
        left: 8.33333%;
    }

    .column--md-push-2 {
        left: 16.66667%;
    }

    .column--md-push-3 {
        left: 25%;
    }

    .column--md-push-4 {
        left: 25%;
    }

    .column--md-push-5 {
        left: 41.66667%;
    }

    .column--md-push-6 {
        left: 50%;
    }

    .column--md-push-7 {
        left: 58.33333%;
    }

    .column--md-push-8 {
        left: 66.66667%;
    }

    .column--md-push-9 {
        left: 75%;
    }

    .column--md-push-10 {
        left: 83.33333%;
    }

    .column--md-push-11 {
        left: 91.66667%;
    }

    .column--md-push-12 {
        left: 100%;
    }

    .column--md-offset-0 {
        margin-left: 0;
    }

    .column--md-offset-1 {
        margin-left: 8.33333%;
    }

    .column--md-offset-2 {
        margin-left: 16.66667%;
    }

    .column--md-offset-3 {
        margin-left: 25%;
    }

    .column--md-offset-4 {
        margin-left: 25%;
    }

    .column--md-offset-5 {
        margin-left: 41.66667%;
    }

    .column--md-offset-6 {
        margin-left: 50%;
    }

    .column--md-offset-7 {
        margin-left: 58.33333%;
    }

    .column--md-offset-8 {
        margin-left: 66.66667%;
    }

    .column--md-offset-9 {
        margin-left: 75%;
    }

    .column--md-offset-10 {
        margin-left: 83.33333%;
    }

    .column--md-offset-11 {
        margin-left: 91.66667%;
    }

    .column--md-offset-12 {
        margin-left: 100%;
    }
}

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

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


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

    .column--lg-4 {
        width: 33.33332%;
    }

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

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

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

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

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

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

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

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

    .column--lg-pull-0 {
        right: auto;
    }

    .column--lg-pull-1 {
        right: 8.33333%;
    }

    .column--lg-pull-2 {
        right: 16.66667%;
    }

    .column--lg-pull-3 {
        right: 25%;
    }

    .column--lg-pull-4 {
        right: 25%;
    }

    .column--lg-pull-5 {
        right: 41.66667%;
    }

    .column--lg-pull-6 {
        right: 50%;
    }

    .column--lg-pull-7 {
        right: 58.33333%;
    }

    .column--lg-pull-8 {
        right: 66.66667%;
    }

    .column--lg-pull-9 {
        right: 75%;
    }

    .column--lg-pull-10 {
        right: 83.33333%;
    }

    .column--lg-pull-11 {
        right: 91.66667%;
    }

    .column--lg-pull-12 {
        right: 100%;
    }

    .column--lg-push-0 {
        left: auto;
    }

    .column--lg-push-1 {
        left: 8.33333%;
    }

    .column--lg-push-2 {
        left: 16.66667%;
    }

    .column--lg-push-3 {
        left: 25%;
    }

    .column--lg-push-4 {
        left: 25%;
    }

    .column--lg-push-5 {
        left: 41.66667%;
    }

    .column--lg-push-6 {
        left: 50%;
    }

    .column--lg-push-7 {
        left: 58.33333%;
    }

    .column--lg-push-8 {
        left: 66.66667%;
    }

    .column--lg-push-9 {
        left: 75%;
    }

    .column--lg-push-10 {
        left: 83.33333%;
    }

    .column--lg-push-11 {
        left: 91.66667%;
    }

    .column--lg-push-12 {
        left: 100%;
    }

    .column--lg-offset-0 {
        margin-left: 0;
    }

    .column--lg-offset-1 {
        margin-left: 8.33333%;
    }

    .column--lg-offset-2 {
        margin-left: 16.66667%;
    }

    .column--lg-offset-3 {
        margin-left: 25%;
    }

    .column--lg-offset-4 {
        margin-left: 25%;
    }

    .column--lg-offset-5 {
        margin-left: 41.66667%;
    }

    .column--lg-offset-6 {
        margin-left: 50%;
    }

    .column--lg-offset-7 {
        margin-left: 58.33333%;
    }

    .column--lg-offset-8 {
        margin-left: 66.66667%;
    }

    .column--lg-offset-9 {
        margin-left: 75%;
    }

    .column--lg-offset-10 {
        margin-left: 83.33333%;
    }

    .column--lg-offset-11 {
        margin-left: 91.66667%;
    }

    .column--lg-offset-12 {
        margin-left: 100%;
    }
}

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

.meta__item {
    display: inline-block;
    margin-right: 6px;
}

.meta__item + .meta__item:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022";
}

.meta--profile {
    margin-bottom: 0;
}

.lines-button {
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

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

.lines-button:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

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

.lines {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 4px;
}

.lines:before, .lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 2px center;
    transform-origin: 2px center;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.lines:before {
    top: 8px;
}

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

.lines-button.is-active {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.is-active .lines {
    background: transparent;
}

.lines-button.is-active .lines:before, .lines-button.is-active .lines:after {
    top: 0;
    width: 30px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.lines-button.is-active .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.is-active .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

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

.logo img {
    display: block;
    max-height: 50px !important;
}

.logo img_2 {
    display: block;
    max-height: 50px !important;
    text-align: center;
}

.logo_2 {
    padding: 0 0 45px 0;
}

#user-menu {
    margin: 0 !important;
    border: 0 !important;
}

#user-menu [role="menuitem"] {
    white-space: nowrap;
}

#user > .btn {
    padding-right: 0;
    padding-left: 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 767px) {
    #user-dropdown {
        position: static;
        display: inline;
        float: none;
        background: transparent !important;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1 !important;
    }

    #user-dropdown:before, #user-dropdown:after {
        display: none;
    }
}

#user-dropdown [role="menuitem"] {
    padding: 10px 0;
}

@media (max-width: 767px) {
    #user-dropdown [role="menuitem"] {
        color: #fff;
    }

    #user-dropdown [role="menuitem"]:hover {
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    #user-dropdown [role="menuitem"] {
        padding-right: 16px;
        padding-left: 16px;
    }
}

#user-dropdown [role="separator"] {
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    #user-dropdown [role="separator"] {
        border-color: rgba(255, 255, 255, 0.15);
    }
}

@media (min-width: 768px) {
    #user-dropdown[aria-expanded="true"] {
        -webkit-animation: bounce 0.6s ease-out;
        animation: bounce 0.6s ease-out;
    }
}

#user-dropdown:before, #user-dropdown:after {
    color: inherit;
}

#user {
    display: block;
}

@media (min-width: 768px) {
    #user {
        display: inline-block;
        vertical-align: middle;
    }
}

#user .dropdown-toggle {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    color: inherit;
}

#user .dropdown-toggle, #user .dropdown-toggle:active, #user .dropdown-toggle:hover {
    border-color: transparent;
}

#user .dropdown-toggle:before, #user .dropdown-toggle:after {
    color: #fff;
}

@media (max-width: 767px) {
    #user .dropdown-toggle:before, #user .dropdown-toggle:after {
        display: none;
    }
}

#user-password,
#user-profile {
    color: #002a4d;
}

@media (max-width: 767px) {
    #user-password,
    #user-profile {
        min-width: 1px !important;
        padding: 6px 12px !important;
        margin-top: 6px;
        background-color: #fff;
        border-radius: 4px;
    }
}

#user-password [role="separator"],
#user-profile [role="separator"] {
    padding: 6px 12px !important;
}

#user-password form,
#user-profile form {
    padding: 6px 12px !important;
}

#user-profile {
    font-size: 14px !important;
}

#user-profile dt {
    padding: 8px 4px !important;
}

#user-profile dt label {
    margin-bottom: 0 !important;
}

#user-profile input[type="text"] {
    font-size: 14px !important;
}

#password-form label {
    font-size: 14px !important;
}

#password-submit {
    float: none !important;
    margin: 0 !important;
}

.breadcrumbs {
    padding: 20px 0 0;
    margin-bottom: 24px;
font-size: 14px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.breadcrumbs > li {
    display: inline-block;
}

.breadcrumbs > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "› ";
}

.breadcrumbs > li a {
    color: #002a4d;
}

.breadcrumbs--search-results {
    padding: 0;
    margin-bottom: 12px;
    font-size: 12px;
}

.help-center-name {
    display: inline-block;
    margin: 0;
    padding-bottom: 3px;
    padding-left: 3px;
    vertical-align: bottom;
    font-size: 14px;
}

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

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
/*     background: url(/hc/theming_assets/01J0N8QYVR183C5KXF413G5DS6) no-repeat 30% 98% #23afe6; */
    background-color: #23AFE6;
    background-image: url(/hc/theming_assets/01J58NJP62P4EAE661JA8RVQFA);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.hero-unit {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 6% 10%;
  	margin-bottom: 70px;
    background-color: #040e43;
    overflow: hidden;
}

.hero-unit:after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    content: '';
}

.hero-bg-subpage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #e0f4fb;
    /*background-color: #23afe6;*/
    /*background-image: url(/hc/theming_assets/01J0N8R0EQGNY4ED4RR75WC98V);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 0;*/
    width: 100%;
    height: 100%;
}

.hero-unit-subpage {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 40px 15px 20px;
    overflow: hidden;
}

.hero-unit-subpage .search-box--hero-unit #query {
  border: 1px solid #eceeef;
}

.hero-unit-subpage .search-box--hero-unit .intro-title {
  color: #002a4d;
  font-size: 18px;
  text-align: left;
}

.hero-unit-subpage:after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    content: '';
}

.language-selector {
    display: inline-block;
    vertical-align: middle;
}

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

.avatar--agent:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -4px;
    margin-bottom: -4px;
    font-size: 14px;
    color: #0c0f16;
    content: "\f19d";
}

.user-avatar {
    border-radius: 100%;
}

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

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

.search {
    position: relative;
}

.search:before {
    position: absolute;
    left: 10px;
    font-size: 18px;
    color: #002a4d;
    content: "\f002";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.searchbox {
    margin-top: 24px;
}

.searchbox-suggestions ul {
    padding-left: 0;
    margin-bottom: 24px;
    list-style: none;
}

.searchbox-suggestions li {
    margin-bottom: 8px;
}

.search-box {
    position: relative;
}

.search-box #query {
    padding-left: 35px;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.search-box--hero-unit, .search-box--hero-unit-subpage {
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.search-box--hero-unit .search, .search-box--hero-unit-subpage .search {
}

.search-box--hero-unit .search:before, .search-box--hero-unit-subpage .search:before {
    left: 20px;
    font-size: 16px;
    margin-top: 11px;
}

.search-box--hero-unit #query, .search-box--hero-unit-subpage #query {
    height: 40px;
    padding: 0 50px;
    font-size: 16px;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
}

.search-box--hero-unit #query:focus, .search-box--hero-unit-subpage #query:focus {
    background-color: #fff;
}

@media (min-width: 992px) {
    .search-box--hero-unit #query, .search-box--hero-unit-subpage #query {
        height: 40px;
    }
}

.search-box--hero-unit input[type="submit"] {
    display: block;
    height: 40px;
    position: relative;
    margin: 16px 0 20px;
    color: #fff;
    background-color: #002a4d;
    border-color: #002a4d;
    border-radius: 40px;
    float: left;
}

@media (max-width: 480px) {
    .search-box--hero-unit input[type="submit"] {
        width: 100%;
    }
}

.search-box--hero-unit input[type="submit"]:hover, .search-box--hero-unit input[type="submit"]:focus, .search-box--hero-unit input[type="submit"]:active, .search-box--hero-unit-subpage input[type="submit"]:hover, .search-box--hero-unit-subpage input[type="submit"]:focus, .search-box--hero-unit-subpage input[type="submit"]:active {
    color: #ffffff;
    background-color: #001d34;
    border-color: #001d34;
}

.search-box--hero-unit-subpage input[type="submit"] {
    display: inline-block;
    height: 40px;
    position: absolute;
    margin-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
    background-color: #44b598;
    border-color: #ffffff;
    border-radius: 40px;
    border-width: 1px;
}

.search-box--hero-unit input[type="submit"]:active, .search-box--hero-unit-subpage input[type="submit"]:active {
    background-image: none;
}

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

.search-box--small {
    margin-bottom: 48px;
}

.search-results-page {
    margin-bottom: 48px;
}

.search-results-count {
    font-size: 20px;
  padding-top: 20px;
}

.search-result {
    margin-bottom: 24px;
    border-bottom: 2px solid #eceeef;
}

.search-result__title {
    margin-bottom: 12px;
    font-weight: 600;
}

.search-result__description {
    margin-bottom: 12px;
    font-size: 14px;
}

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

.search-result__description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: 600;
    background-color: #fff3ca;
    border-radius: 3px;
}

.search-result__meta {
    margin-bottom: 12px;
}

.search-result-votes {
    display: inline-block;
    padding: 2px 4px;
    font-size: 14px;
    color: #fff;
    background-color: #44b598;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .category-page {
        margin-bottom: 48px;
    }
}

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

.category-tree-item__title {
    padding-bottom: 12px;
    border-bottom: 2px solid #eceeef;
}

.category-tree-item__sections {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .category-tree-item__sections .section:nth-child(2n+1) {
        clear: left;
    }
}

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

    .category-tree-item__sections .section:nth-child(3n+1) {
        clear: left;
    }
}

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

.category-list {
    padding-left: 0;
    margin-bottom: 24px;
    list-style: none;
}

.category-list-item {
    position: relative;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .category-list-item {
        display: table;
        height: 150px;
    }
}

.category-list-item__link {
    display: block;
    padding: 24px 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #0c0f16;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-list-item__link:active, .category-list-item__link:focus, .category-list-item__link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #44b598;
}

@media (min-width: 768px) {
    .category-list-item__link {
        display: table-cell;
    }
}

.category-list-item__title {
    margin-bottom: 0;
    font-weight: 600;
}

.section-page {
    margin-bottom: 48px;
}

.section {
    margin-bottom: 60px;
}

.section__title {
  color: #23afe6;  
  font-weight: 600;
  padding-top: 30px; 
}

.section__title-link {
    color: inherit;
}

.section-header {
    position: relative;
}

.section-subscribe {
    position: absolute;
    top: 0;
    right: 0;
}

.section-subscribe .dropdown-toggle {
    color: #44b598;
    background-color: transparent;
    border-color: #44b598;
}

.section-subscribe .dropdown-toggle:hover, .section-subscribe .dropdown-toggle:focus, .section-subscribe .dropdown-toggle:active {
    color: #00A77E;
    background-color: transparent;
    border-color: #00A77E;
}

.section-subscribe .dropdown-toggle:active {
    background-image: none;
}

.section-subscribe .dropdown-menu {
    right: 0;
    left: initial;
}

.section-title {
    padding-right: 120px;
}

@media (min-width: 768px) {
    .section-tree .section:nth-child(2n+1) {
        clear: left;
    }
}

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

    .section-tree .section:nth-child(3n+1) {
        clear: left;
    }
}

.article-page {
    margin-bottom: 48px;
}

.article {
    position: relative;
}

.article__title {
    font-size: 36px;
    color: #002a4d;
}

@media (min-width: 768px) {
    .article__title {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .article__title {
        font-size: 36px;
    }
}

.article-meta {
    display: table;
    width: 100%;
    margin-bottom: 24px;
}

.article-meta__col {
    display: table-cell;
    vertical-align: top;
}

.article-meta__col--main {
    width: 100%;
    padding-right: 12px;
}

.article-subscribe,
.article-unsubscribe {
    color: #44b598;
    background-color: transparent;
    border-color: #44b598;
}

.article-subscribe:hover, .article-subscribe:focus, .article-subscribe:active,
.article-unsubscribe:hover,
.article-unsubscribe:focus,
.article-unsubscribe:active {
    color: #00A77E;
    background-color: transparent;
    border-color: #00A77E;
}

.article-subscribe:active,
.article-unsubscribe:active {
    background-image: none;
}

.article__body {
    margin-bottom: 24px;
}

.article__body p > img {
  border: 1px solid #d6d6d6;
  padding: 4px;
  cursor: zoom-in;
}

.article__body h2,
.article__body .wysiwyg-font-size-x-large {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.article__body .wysiwyg-font-size-large {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.article__body .wysiwyg-font-size-medium {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.article__body .wysiwyg-font-size-small {
    font-size: 14px;
}

.article__body ul,
.article__body ol {
    padding-left: 20px;
}

.article__body ul ul,
.article__body ul ol,
.article__body ol ul,
.article__body ol ol {
    margin-top: 12px;
}

.article__body ul li,
.article__body ol li {
    margin-bottom: 12px;
}

.article-vote {
    position: relative;
    padding: 24px 12px;
    border: 2px solid #eceeef;
    border-radius: 4px;
}

.article-vote-controls__item {
    color: #002a4d;
    background-color: #eceeef;
    border-color: #eceeef;
}

.article-vote-controls__item:hover, .article-vote-controls__item:focus, .article-vote-controls__item:active {
    color: #333842;
    background-color: #d0d5d8;
    border-color: #cbd0d3;
}

.article-vote-controls__item:active {
    background-image: none;
}

.article-vote-controls__item--voted {
    color: #383d48;
    border-color: #383d48;
}

@media (max-width: 767px) {
    .article-vote-question {
        display: block;
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .article-vote-question {
        float: left;
        margin-right: 12px;
    }
}

.article-vote-controls {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .article-vote-controls {
        display: block;
        margin-bottom: 12px;
    }
}

.article-vote-count {
    display: block;
    font-size: 12px;
    color: #979797;
  padding-top: 10px; 
}

.article__share {
    margin-bottom: 24px;
}

.article__share ul {
    margin-top: 0;
}

.article-footer {
    margin-bottom: 24px;
}

.article__attachments {
    margin-bottom: 24px;
}

.article-more-questions {
    margin-bottom: 24px;
    clear: both;
}

.article-more-questions:empty {
    display: none;
}

.article-more-questions a {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .article-sidebar {
        padding-top: 24px;
        border-top: 2px solid #eceeef;
    }
}

.comment-form__body {
    margin-bottom: 24px;
}

.article-list {
    list-style: none;
    padding-left: 0;
}

.article-list-item {
    margin-bottom: 25px;
}

.article-list-item__link {
    color: #002a4d
;
}
.article-list-item__link a {
    color: #23afe6;
}

.article-list-item--is-promoted span {
    font-size: 10px;
    color: #0083E1;
    vertical-align: middle;
}

.comments__callout {
    font-size: 14px;
    color: #979797;
}

.comments__callout:empty {
    display: none;
}

.comments__list {
    padding-left: 0;
    list-style: none;
}

.comment-list-header {
    margin-bottom: 24px;
    border-bottom: 2px solid #eceeef;
    padding-bottom: 12px;
}

.comment-list-heading {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.comment-sorter {
    margin-bottom: 24px;
    border-bottom: 2px solid #eceeef;
    padding-bottom: 24px;
}

@media (min-width: 768px) {
    .comment-sorter {
        display: table;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .comment-sorter__col {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .comment-sorter__col--main {
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .comment-sorter__col--main {
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    .comment-sorter__col--filters {
        text-align: right;
    }
}

.comment-sorter__item.is-active {
    font-weight: 600;
}

.comment-sorter__item + .comment-sorter__item:before {
    margin: 0 6px;
    font-size: 10px;
    content: '\2022';
}

.comment {
    margin-bottom: 24px;
    border-bottom: 2px solid #eceeef;
    padding-bottom: 24px;
}

.comment__inner {
    position: relative;
    padding-right: 52px;
}

.comments__content {
    position: relative;
    padding-right: 12px;
}

.comment__header {
    position: relative;
    margin-bottom: 24px;
}

.comment__voting-and-actions {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
}

.comment__voting-and-actions .dropdown-toggle:after {
    margin-left: 0;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f013';
}

.comment__official-heading {
    position: absolute;
    right: 36px;
    top: 0;
    width: auto;
    padding: 1px 6px;
    font-size: 14px;
    color: #fff;
    background-color: #44b598;
    border-radius: 0 0 4px 4px;
}

.comment--official .comment__inner {
    position: relative;
    border: 2px solid #44b598;
    border-radius: 4px;
    background-color: #e9fbf7;
    padding: 24px;
}

.comment-form {
    position: relative;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .comment-form {
        padding-left: 52px;
    }
}

.comment-form__avatar {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .comment-form__avatar {
        display: none;
    }
}

.comment__body {
    margin-bottom: 24px;
}

.comment__body ul {
    list-style: disc;
}

.comment__body ul,
.comment__body ol {
    padding-left: 20px;
}

.comment__body ul ul,
.comment__body ul ol,
.comment__body ol ul,
.comment__body ol ol {
    margin-top: 12px;
}

.comment__body ul li,
.comment__body ol li {
    margin-bottom: 12px;
}

.comment-form__attachments {
    margin-bottom: 24px;
}

.comment-form__mark-as-solved {
    position: relative;
}

.comment-form__comment-ccs ul {
    margin-bottom: 0;
}

.share {
    padding-left: 0;
    white-space: nowrap;
    list-style: none;
}

.share li {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
}

.share a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-color: #eceeef;
    border-color: #eceeef;
    border-radius: 4px;
}

.share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'FontAwesome';
    text-align: center;
}

.share-facebook {
    color: #3d5b95;
    background-color: #eceeef;
    border-color: #eceeef;
}

.share-facebook:hover, .share-facebook:focus, .share-facebook:active {
    color: #2b406a;
    background-color: #d0d5d8;
    border-color: #cbd0d3;
}

.share-facebook:active {
    background-image: none;
}

.share-facebook:before {
    content: "\f09a";
}

.share-twitter {
    color: #24aadd;
    background-color: #eceeef;
    border-color: #eceeef;
}

.share-twitter:hover, .share-twitter:focus, .share-twitter:active {
    color: #1a82a9;
    background-color: #d0d5d8;
    border-color: #cbd0d3;
}

.share-twitter:active {
    background-image: none;
}

.share-twitter:before {
    content: "\f099";
}

.share-linkedin {
    color: #0976b4;
    background-color: #eceeef;
    border-color: #eceeef;
}

.share-linkedin:hover, .share-linkedin:focus, .share-linkedin:active {
    color: #06507a;
    background-color: #d0d5d8;
    border-color: #cbd0d3;
}

.share-linkedin:active {
    background-image: none;
}

.share-linkedin:before {
    content: "\f0e1";
}

.share-googleplus {
    color: #d23e30;
    background-color: #eceeef;
    border-color: #eceeef;
}

.share-googleplus:hover, .share-googleplus:focus, .share-googleplus:active {
    color: #a22e23;
    background-color: #d0d5d8;

    border-color: #cbd0d3;
}

.share-googleplus:active {
    background-image: none;
}

.share-googleplus:before {
    content: "\f0d5";
}

.my-activities-header {
    margin-bottom: 24px;
}

.my-activities-items {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .my-activities-items {
        display: table;
        width: 100%;
    }
}

.my-activities-items__head {
    display: none;
    color: #979797;
}

@media (min-width: 768px) {
    .my-activities-items__head {
        display: table-header-group;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .my-activities-items__body {
        display: table-row-group;
    }
}

@media (min-width: 768px) {
    .my-activities-items__row {
        display: table-row;
    }
}

@media (min-width: 768px) {
    .my-activities-items__col {
        display: table-cell;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eceeef;
    }

    .my-activities-items__col + .my-activities-items__col {
        padding-left: 12px;
    }
}

@media (max-width: 767px) {
    .my-activities-items__request-id {
        display: inline;
    }
}

@media (min-width: 768px) {
    .my-activities-items__request-id {
        display: none;
    }
}

.my-activities-menu ul {
    list-style: none;
    padding-left: 0;
}

.my-activities-menu__items {
    margin-bottom: 0;
}

.my-activities-menu__item {
    margin-bottom: 0;
}

.my-activities-menu__item a {
    display: block;
}

@media (min-width: 768px) {
    .my-activities-menu__item {
        float: left;
    }
}

@media (min-width: 768px) {
    .my-activities-menu__item + .my-activities-menu__item {
        margin-left: 12px;
    }
}

.my-activities-menu--main {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #eceeef;
}

.my-activities-menu--main .my-activities-menu__item {
    padding: 6px 12px;
    background-color: #eceeef;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .my-activities-menu--main .my-activities-menu__item {
        margin-bottom: 8px;
    }
}

.my-activities-menu--main .my-activities-menu__item.is-active {
    font-weight: 600;
    color: #002a4d;
}

.my-activities-menu--sub {
    margin-bottom: 24px;
}

.my-activities-menu--sub .my-activities-menu__item.is-active {
    font-weight: 600;
}

.my-activities-menu--sub .my-activities-menu__item a {
    display: inline-block;
}

@media (min-width: 768px) {
    .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
        margin-right: 6px;
        font-size: 10px;
        content: "\2022";
    }
}

@media (max-width: 767px) {
    .my-activities-item {
        padding: 12px 12px;
        margin-bottom: 24px;
        border: 2px solid #eceeef;
        border-radius: 4px;
    }
}

.my-activities-item__meta {
    font-size: 14px;
    color: #979797;
}

@media (max-width: 767px) {
    .my-activities-item__meta {
        display: inline-block;
        margin-right: 6px;
    }

    .my-activities-item__meta + .my-activities-item__meta:before {
        margin-right: 6px;
        content: "\2022";
    }
}

.my-activities-item__title {
    font-weight: 400;
}

@media (max-width: 767px) {
    .my-activities-item__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .my-activities-item__icon {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .my-activities-item__icon {
        display: none;
    }
}

.request-table-toolbar {
    padding-top: 12px;
    padding-bottom: 6px;
    margin-bottom: 24px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .request-table-toolbar {
        padding-top: 6px;
        padding-bottom: 12px;
    }
}

.request-table-toolbar label {
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .request-table-filters {
        display: table;
        width: 100%;
    }
}

.request-table-filters__item {
    padding-right: 12px;
    padding-left: 12px;
}

@media (max-width: 767px) {
    .request-table-filters__item {
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .request-table-filters__item {
        display: table-cell;
        width: 33%;
        vertical-align: bottom;
    }
}

.request-table-organization {
    display: table;
    width: 100%;
}

.request-table-organization__col {
    display: table-cell;
    vertical-align: middle;
}

.request-table-organization__col--main {
    width: 100%;
}

.request-table-organization__col--button {
    padding-left: 6px;
}

.request-table-organization__col--button [role="button"] {
    height: 38px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
}

.requests-sort-symbol {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.requests-sort-symbol:after {
    font-family: 'FontAwesome';
    content: '\f0d7';
    display: inline-block;
    color: #979797;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 2px;
}

.requests-link {
    white-space: nowrap;
    color: #979797;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
    content: '\f0d8';
}

.request-page {
    margin-bottom: 48px;
}

.request {
    position: relative;
}

.request-id {
    margin-bottom: 12px;
    font-weight: 600;
}

.request-subject {
    font-size: 24px;
}

@media (min-width: 992px) {
    .request-subject {
        font-size: 28px;
        font-weight: 300;
    }
}

.request-follow-up:empty {
    display: none;
}

.request-sidebar {
    padding: 24px 12px 0;
    margin-bottom: 24px;
    font-size: 14px;
    border: 2px solid #eceeef;
    border-radius: 4px;
}

.request-sidebar dd {
    margin-bottom: 12px;
}

.request-status {
    display: inline-block;
    padding: 1px 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
}

.request-status--solved,
.request-status--closed {
    background-color: #44b598;
}

.request-status--new,
.request-status--open {
    background-color: #ff5252;
}

.request-status--answered {
    background-color: #fad782;
}

.new-request-page {
    margin-bottom: 48px;
}

.new-request-title {
    font-size: 24px;
}

@media (min-width: 768px) {
    .new-request-title {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .new-request-title {
        font-size: 40px;
    }
}

.new-request-form {
    margin-bottom: 24px;
}

.upload-dropzone {
    padding: 24px 16px;
    border-color: #eceeef;
    border-radius: 4px;
}

.upload-dropzone,
.upload-dropzone a {
    font-size: 14px;
}

.intro-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
}

.hero-bg-subpage.intro-title {
  color: #23afe6 !important;
}

.intro-title-sub {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
}

@media (min-width: 768px) {
    .intro-title {
        font-size: 28px;
    }

    .intro-title-sub {
        margin-bottom: 36px;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .intro-title {
        margin-bottom: 16px;
        font-size: 32px;
    }

    .intro-title-sub {
        margin-bottom: 36px;
        font-size: 16px;
    }
}

.custom-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 479px) {
    .custom-blocks {
        margin-bottom: 24px;
    }
}

.custom-block {
    margin-bottom: 105px;
}

@media (max-width: 479px) {
    .custom-block {
        margin-bottom: 25px;
        float: none;
        width: 100%;
        padding: 0 16px;
    }
}

@media (min-width: 480px) {
    .custom-block {
        margin-bottom: 25px;
        padding: 0 16px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .custom-block {
       width: 33.33333%;
        margin-bottom: 105px;
    }
}

.custom-block__link {
    display: block;
}

@media (max-width: 479px) {
    .custom-block__link {
    	display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
    }
}

.custom-block__link:active .custom-block__icon i, .custom-block__link:focus .custom-block__icon i, .custom-block__link:hover .custom-block__icon i {
    color: #002a4d;
}

/*.custom-block__icon {*/
    /*display: inline-block;*/
/*}*/

@media (min-width: 480px) {
    .custom-block__icon {
        margin-bottom: 24px;
      padding-left: 12px;
    }
}

.custom-block__icon svg {
    width: 56px;
    height: 56px;
}

@media (min-width: 480px) {
    .custom-block__icon svg {
        width: 66px;
        height: 66px;
    }
}

.custom-block__icon circle,
.custom-block__icon path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.custom-block__icon path {
    fill: #00cc9a;
}

.custom-block__icon circle {
    stroke: #00cc9a;
}

.custom-block__icon i {
    font-size: 66px;
    color: #23afe6;
}

@media (max-width: 480px) {
    .custom-block__icon i {
        font-size: 52px;
    }
}

.custom-block__subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #002a4d;
    text-transform: uppercase;
}

.custom-block__title {
    font-size: 16px;
    font-weight: 600;
    color: #002a4d;
}

@media (min-width: 480px) {
    .custom-block__title {
        display: block;
    }
}

.title__description {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
}

.dropdown-toggle:after {
    display: inline-block;
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
    color: inherit;
    content: '\f107';
}

.dropdown-menu {
    min-width: 170px !important;
    font-size: 14px;
    overflow: hidden;
}

.dropdown-menu [role=menuitem] {
  color: #002a4d;  
  padding: 12px 26px 12px 12px;
    white-space: normal;
    position: relative;
}

.dropdown-menu [role=menuitem][aria-selected=true]:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '#002c';
    position: absolute;
    right: 12px;
    top: 16px;
    margin-left: 10px !important;
}

.error-page {
    padding: 10% 0 10%;
    text-align: center;
}

.error-page__title {
    text-transform: capitalize;
}

.footer-submit-ticket {
    padding: 48px 16px 24px;
    margin-bottom: 48px;
    text-align: center;
    background-color: #eceeef;
    border-radius: 4px;
}

.footer-submit-ticket__title {
    font-size: 24px;
}

.footer-submit-ticket__subtitle {
    font-size: 24px;
    color: #7e879b;
}

.footer-submit-ticket__btn:empty {
    display: none;
}

.footer-submit-ticket__btn .btn {
    padding: 9px 18px;
}

.note {
    position: relative;
    padding-left: 12px;
    margin: 24px 0;
    color: #7e879b;
    border-left: 4px solid transparent;
}

.note p:last-child {
    margin-bottom: 0;
}

.note-title {
    margin-bottom: 12px;
    font-weight: 600;
}

.note-default,
.note--default {
    border-color: #818a91;
}

.note-default .note-title,
.note--default .note-title {
    color: #818a91;
}

.note-info,
.note--info {
    border-color: #5bc0de;
}

.note-info .note-title,
.note--info .note-title {
    color: #5bc0de;
}

.note-warning,
.note--warning {
    border-color: #fad782;
}

.note-warning .note-title,
.note--warning .note-title {
    color: #fad782;
}

.note-success,
.note--success {
    border-color: #44b598;
}

.note-success .note-title,
.note--success .note-title {
    color: #44b598;
}

.note-danger,
.note--danger {
    border-color: #ff5252;
}

.note-danger .note-title,
.note--danger .note-title {
    color: #ff5252;
}

/* Footer */
.footer {
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    background-color: #002a4d;
    border: 0 solid transparent;
    text-align: center;
}

.footer__inner {
    width: 100%;
    margin: 0 auto;
    padding: 45px 15px;
}

.footer__col {
    position: relative;
    text-align: center;
}

.footer__col--social-links {
  padding: 0 0 20px 0;
}
.footer__col--social-links a {
  color: #ccc;
}
.footer__col--social-links a:hover {
    color: #ccc;
}

.footer-social-link, .footer-social-link a {
    font-size: 17px;
    padding: 0 10px;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
}

.footer-social-link + .footer-social-link {
    margin-left: 5px;
}

@media (min-width: 768px) {
    .footer__inner {
        display: table;
        padding: 45px 30px 0 30px;
    }

    .footer__col {
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }

}

@media (max-width: 480px) {
    .footer__d-sm-none {
        display: none;
    }
}

/* Copyright */
.copyright {
    color: #fff;
}

.copyright a {
    color: #fff;
    text-align: center;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
    text-align: center;
}

.footer__col--copyright {
    background-color: #002a4d;
    padding: 0 15px 25px 15px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
  	color: #ffffff;
}

div.footer__col--copyright.copyright a {
  color: #ffffff;
}

.footer__col--menu {
    background-color: #002a4d;
    padding: 0 15px 50px 15px;
}

@media (max-width: 480px) {
    .copyright a:not(:last-child) {
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
}

.layout:after {
    display: block;
    content: "";
}

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 12px;
}

.pagination ul > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 12px;
}

.pagination ul > li > a,
.pagination ul > li > span {
    position: relative;
    display: block;
    padding: 6px 16px;
    line-height: 1.5;
    color: #002a4d;
    text-decoration: none;
    background-color: #e0f4fb;
    border-radius: 4px;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus,
.pagination ul > li > span:hover,
.pagination ul > li > span:focus {
    color: #002a4d;
    background-color: #eceeef;
    border-color: #e0f4fb;
}

.pagination ul > .pagination-current > span, .pagination ul > .pagination-current > span:hover, .pagination ul > .pagination-current > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #23afe6;
    border-color: #23afe6;
}

.satisfaction-box {
    padding: 24px 15px;
    margin: 0 0 20px 0;
    border-color: #eceeef;
    border-radius: 4px;
}

.satisfaction-box h4:last-child {
    margin-bottom: 0;
}

.satisfaction-box input[type=radio] ~ label {
    letter-spacing: normal;
    margin-right: 10px;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"] {
    color: #fff;
    background-color: #44b598;
    border-color: #44b598;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    color: #e0e0e0;
    background-color: #009973;
    border-color: #00A77E;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    background-image: none;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"] {
    color: #fff;
    background-color: #ff5252;
    border-color: #ff3939;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    color: #e0e0e0;
    background-color: #ff1f1f;
    border-color: #fa0000;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    background-image: none;
}

.satisfaction-box input[type=radio][checked=checked][value=good] + label {
    background-color: #00A77E !important;
    color: #fff !important;
    border-color: #00A77E !important;
}

.satisfaction-box input[type=radio][checked=checked][value=bad] + label {
    background-color: #ff1515 !important;
    color: #fff !important;
    border-color: #fa0000 !important;
}

.satisfaction-box label.disabled {
    margin-bottom: 24px !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
    color: #44b598 !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
    color: #ff5252 !important;
}

.satisfaction-comment {
    margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
    color: #fff;
    background-color: #44b598;
    border-color: #44b598;
    margin-left: 10px !important;
    font-size: 11px !important;
}

.satisfaction-box .satisfaction-submit:hover, .satisfaction-box .satisfaction-submit:focus, .satisfaction-box .satisfaction-submit:active {
    color: #e0e0e0;
    background-color: #009973;
    border-color: #00A77E;
}

.satisfaction-box .satisfaction-submit:active {
    background-image: none;
}

.satisfaction-reason {
    padding-top: 24px;
}

.satisfaction-box .satisfaction-cancel {
    font-size: 11px !important;
    line-height: 1.5 !important;
}

.topbar {
    width: 100%;
    color: #fff;
    background-color: #002a4d;
    border: none;
    margin: 0;
}

.topbar .login {
    color: #44b598;
    background-color: transparent;
    border-color: #44b598;
}

.topbar .login:hover, .topbar .login:focus, .topbar .login:active {
    color: #00A77E;
    background-color: transparent;
    border-color: #00A77E;
}

.topbar .login:active {
    background-image: none;
}

@media (max-width: 767px) {
    .topbar .submit-a-request,
    .topbar .login,
    .topbar .language-selector {
        margin-bottom: 5px;
    }
}

.topbar__inner {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .topbar__inner {
        display: table;
    }
}

.topbar__col {
    position: relative;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 768px) {
    .topbar__col {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .topbar__controls {
        float: right;
    }
}

@media (max-width: 767px) {
    .topbar__collapse {
        display: none;
        padding-top: 12px;
        padding-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .topbar__collapse {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .topbar__menu {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .topbar__col {
        padding: 20px 0;
    }
}

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: -50px;
    z-index: 3;
    font-size: 32px !important;
    line-height: 45px !important;
    text-align: center;
    border: 2px solid #2d7ccc;
    border-radius: 4px;
    -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 50px;
    height: 50px;
}

.scroll-to-top:focus, .scroll-to-top:active {
    outline: 0;
}

.scroll-to-top.is-active {
    bottom: 30px;
}

.scroll-to-top:hover {
    color: #0083E1;
    border-color: #0083E1;
}

@media (max-width: 767px) {
    .scroll-to-top {

        display: none;
    }
}

.embed,
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25% 0;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.embed img,
.embed-responsive img {
    width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed:focus,
.embed-responsive:focus {
    outline: none !important;
}

.embed-responsive--16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
    padding-bottom: 75%;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.page-header {
    margin-bottom: 24px;
}

.page-header--with-border {
  /*  margin-top: 60px;*/
}

.recent-articles h3,
.related-articles h3 {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .recent-articles h3,
    .related-articles h3 {
        margin-top: 12px;
    }
}

.recent-articles ul,
.related-articles ul {
    list-style: none;
    padding-left: 0;
}

.recent-articles ul > li,
.related-articles ul > li {
    margin-bottom: 12px;
}

.recent-articles ul > li a,
.related-articles ul > li a {
    color: #002a4d;
    border-bottom: 1px solid #eceeef;
    padding-bottom: 1px;
}

.recent-articles h3 {
    font-size: 20px;
}

.section-articles {
    margin-bottom: 24px;
}

.section-articles__title {
    font-size: 24px;
  font-weight: 300;
    margin-bottom: 12px;
  color: #002a4d;
}

.section-articles__list {
    padding-left: 0;
    list-style: none;
}

.section-articles__item {
    margin-bottom: 12px;
}

.section-articles__link {
    font-size: 16px;
    color: #23afe6;
    padding-bottom: 1px;
}

.community-recent-activity {
    padding: 24px 15px;
    margin-bottom: 48px;
    border: 2px solid #eceeef;
    border-radius: 4px;
}

.community-recent-activity h4 {
    font-weight: 600;
    font-size: 28px;
}

.community-recent-activity .recent-activity-header {
    display: none;
}

.community-recent-activity .recent-activity-list {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

@media (min-width: 768px) {
    .community-recent-activity .recent-activity-list {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .community-recent-activity .recent-activity-item {
        display: inline-block;
        width: 33.3333%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 24px;
        vertical-align: top;
    }
}

.community-recent-activity .recent-activity-item-meta {
    font-size: 14px;
    color: #979797;
}

.community-recent-activity .recent-activity-item-comment span:before {
    margin-right: 3px;
    content: "\f0e5";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.community-recent-activity .recent-activity-item-parent {
    font-weight: 600;
    color: #002a4d;
}

.community-recent-activity .recent-activity-controls a {
    color: #44b598;
    background-color: transparent;
    border-color: #44b598;
}

.community-recent-activity .recent-activity-controls a:hover, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active {
    color: #00A77E;
    background-color: transparent;
    border-color: #00A77E;
}

.community-recent-activity .recent-activity-controls a:active {
    background-image: none;
}

.profile-header {
    margin-bottom: 24px;
    border-radius: 4px;
    background-color: #0c0f16;
    padding: 24px 15px;
    text-align: center;
    color: #fff;
}

.profile-header__avatar {
    display: inline-block;
}

.profile-header__name {
    margin-bottom: 12px;
    font-size: 24px;
}

.profile-header__name a {
    color: #fff;
}

@media (min-width: 768px) {
    .profile-header__name {
        font-size: 28px;
        font-weight: 300;
    }
}

.profile-header__options [data-action="edit-profile"] {
    color: #44b598;
    background-color: transparent;
    border-color: #44b598;
}

.profile-header__options [data-action="edit-profile"]:hover, .profile-header__options [data-action="edit-profile"]:focus, .profile-header__options [data-action="edit-profile"]:active {
    color: #00A77E;
    background-color: transparent;
    border-color: #00A77E;
}

.profile-header__options [data-action="edit-profile"]:active {
    background-image: none;
}

.profile-header__options [data-action="edit-profile"]:hover {
    border-color: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
}

.profile-header__private-badge {
    display: inline-block;
    margin-bottom: 24px;
    background-color: #44b598;
}

.profile-header__description {
    word-break: break-all;
}

.profile-stats {
    margin-bottom: 12px;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    color: #979797;
}

.profile-stats__stat {
    margin-right: 12px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .profile-stats__stat {
        display: block;
    }

    .profile-stats__stat:before {
        display: none;
    }
}

.profile-stats__label {
    margin-right: 6px;
}

.profile-stats__value {
    color: #fff;
}

.profile-nav {
    margin-bottom: 24px;
    border-radius: 4px;
    background-color: #eceeef;
    overflow: hidden;
    font-size: 14px;

    font-weight: 600;
}

.profile-nav__items {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.profile-nav__item {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .profile-nav__item {
        display: inline-block;
        vertical-align: middle;
    }
}

.profile-nav__item a {
    display: block;
    color: #002a4d;
}

.profile-nav__item.is-active {
    background-color: #44b598;
    color: #fff;
}

.profile-nav__item.is-active,
.profile-nav__item a {
    padding: 16px 12px;
    line-height: 1;
}

.profile-nav__item:after {
    right: 12px !important;
}

.profile-section {
    width: 100%;
}

.profile-section__header {
    margin-bottom: 24px;
}

.profile-section__title {
    margin-bottom: 12px;
    font-size: 24px;
}

.profile-section__description {
    color: #979797;
    font-size: 14px;
}

@media (min-width: 768px) {
    .profile-section__description {
        padding-bottom: 0;
    }
}

.profile-section-sorter {
    font-size: 14px;
}

.profile-section-sorter .dropdown {
    display: inline-block;
}

@media (min-width: 768px) {
    .profile-section-sorter {
        display: table;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter {
        border-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter__col {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .profile-section-sorter__col--main {
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter__col--main {
        padding-right: 12px;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter__col--btn {
        text-align: right;
    }
}

.profile-contribution {
    position: relative;
    border-radius: 4px;
    background-color: #f4f5f6;
    padding: 12px 15px;
    word-wrap: break-word;
}

.profile-contribution__header {
    margin-bottom: 6px;
}

.profile-contribution__status {
    margin-bottom: 6px;
}

.profile-contribution__title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
}

.profile-contribution__body {
    margin-bottom: 12px;
}

.profile-contribution--list .profile-contribution__title:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
}

.profile-contribution__breadcrumbs {
    margin-bottom: 12px;
    padding: 0;
    font-size: 14px;
}

.profile__no-activity,
.profile__private-activity {
    text-align: center;
    color: #979797;
}

.profile-activity-list {
    padding-left: 0;
    list-style: none;
}

.profile-activity {
    position: relative;
    margin-bottom: 36px;
}

.profile-activity__header {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
}

.profile-activity__header:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
}

.profile-activity__avatar {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
    content: '\f0f6';
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
    content: '\f0e6';
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
    content: '\f0e5';
}

.user-subscribe {
    display: inline-block;
}

.entry-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.entry-info__avatar {
    padding-right: 12px;
}

.status-label {
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.status-label--pending {
    background-color: #fad782;
}

.status-label--with-ticket {
    background-color: #44b598;
}

.status-label--with-ticket:hover, .status-label--with-ticket:focus, .status-label--with-ticket:active {
    color: #fff;
}

.status-label--solved,
.status-label--closed {
    background-color: #44b598;
}

.status-label--new,
.status-label--open {
    background-color: #ff5252;
}

.status-label--answered {
    background-color: #fad782;
}

.status-label--official {
    background-color: #44b598;
}

.status-label--completed,
.status-label--answered {
    background-color: #44b598;
}

.status-label--planned {
    background-color: #0c0f16;
}

.status-label--not-planned {
    color: #002a4d;
    background-color: #eceeef;
}

.attachment-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 14px;
}

.attachment-list__item {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
}

.attachment-list__item:last-child {
    margin-bottom: 0;
}

.attachment-list__icon {
    position: absolute;
    left: 0;
    top: 4px;
}

.promoted-articles__list {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.promoted-articles__title {
    font-weight: 600;
}

.promoted-articles-item__title {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.callout {
    padding: 24px 20px;
    margin-bottom: 24px;
    background-color: #eceeef;
    border-left-width: 5px;
    border-left-style: solid;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout--transparent {
    background-color: transparent;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
    background-color: rgba(0, 202, 26, 0.23);
    color: #002a4d;
    border-color: #5cb85c;
}

.callout--success .callout__title {
    color: #5cb85c;
}

.callout--info {
    color: #002a4d;
    background-color: #daf1f8;
    border-color: #5bc0de;
}

.callout--info .callout__title {
    color: #5bc0de;
}

.callout--warning {
    color: #002a4d;
    background-color: #fceedb;
    border-color: #f0ad4e;
}

.callout--warning .callout__title {
    color: #f0ad4e;
}

.callout--danger {
    color: #002a4d;
    background-color: #f4cecd;
    border-color: #d9534f;
}

.callout--danger .callout__title {
    color: #ff1515;
}

.callout--primary {
    color: #fff;
    background-color: #44b598;
    border-color: #00A77E;
}

.callout--primary .callout__title {
    color: #fff;
}

.callout--dashed {
    border-width: 1px;
    border-style: dashed;
}

.image-with-border {
    padding: 10px;
    border: 1px solid #d3d6d8;
    border-radius: 4px;
}

.image-with-shadow {
    -webkit-box-shadow: 0 5px 15px 2px #55595c;
    box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
    cursor: pointer;
}

.image-overlay {
    position: relative;
}

.image-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.image-with-video-icon {
    position: relative;
    display: block;
}

.image-with-video-icon img {
    width: 100%;
}

.image-with-video-icon:before {
    content: '';
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    z-index: 3;
}

.image-with-video-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.image-with-video-icon:active:before, .image-with-video-icon:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.list-colored,
.list-bullet {
    counter-reset: list;
    list-style-type: none;
    padding-left: 0 !important;
}

.list-colored li {
    position: relative;
    padding-left: 42px;
    counter-increment: list;
    margin-bottom: 16px !important;
}

.list-colored li:before {
    position: absolute;
    top: -3px;
    left: 0;
    content: counter(list);
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background-color: #44b598;
    border-radius: 50%;
    z-index: 1;
    color: #fff;
    line-height: 30px;
}

.list-colored ol {
    counter-reset: list;
    list-style-type: none;
    margin-bottom: 14px;
}

.list-bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.list-bullet li:before {
    position: absolute;
    left: 0;
    top: -3px;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    content: "";
    color: #44b598;
    background-color: transparent;
    width: auto;
    height: auto;
}

.list-bullet ul {
    list-style: none;
    margin-bottom: 14px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-primary {
    background-color: #66ffd9;
}

.text-info {
    background-color: #5bc0de;
}

.text-warning {
    background-color: #fad782;
}

.text-danger {
    background-color: #ff5252;
}

.text-success {
    background-color: #44b598;
}

.accordion {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-top: 0;
    margin-bottom: 24px;
}

.accordion__item-title {
    position: relative;
    font-size: 20px;
    padding: 15px 20px 15px 52px;
    cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
}

.accordion__item-title:before {
    content: '';
    position: absolute;
}

.accordion__item-content {
    display: none;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.accordion__item-content p:last-child {
    margin-bottom: 0;
}

.accordion__item:last-child .accordion__item-title {
    border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    left: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid #44b598;
    border-left: 2px solid #44b598;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
}

.accordion--default .accordion__item-title--active:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.accordion--colored .accordion__item-title {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title:before, .accordion--colored .accordion__item-title:after {
    top: 50%;
}

.accordion--colored .accordion__item-title:before {
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background-color: #818a91;
    left: 20px;
}

.accordion--colored .accordion__item-title:after {
    content: '';
    position: absolute;
    left: 24px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    background-color: #818a91;
}

.accordion--colored .accordion__item-title--active {
    background-color: #44b598;
    color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title--active:before {
    background-color: #fff;
}

.accordion--colored .accordion__item-title--active:after {
    display: none;
}

.tabs {
    margin-bottom: 24px;
}

.tab {
    display: block;
    padding: 30px;
    margin-top: -1px;
    border: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tab p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .tab {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}

.tab:nth-child(2) {
    border-top-left-radius: 0;
}

.tabs-link {
    display: block;
    padding: 8px 30px;
    margin: 0;
    font-weight: 600;
    color: #002a4d;
    cursor: pointer;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: #44b598;
}

@media (max-width: 767px) {
    .tabs-link {
        border-top-color: #ddd;
        border-right-color: #ddd;
        border-left-color: #ddd;
    }

    .tabs-link:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}

@media (min-width: 768px) {
    .tabs-link {
        display: inline-block;
    }
}

.is-hidden {
    display: none;
}

.tabs-link.is-active {
    color: #44b598;
    cursor: pointer;
    border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: #44b598;
    cursor: default;
}

@media (min-width: 768px) {
    .tabs-link.is-active {
        border-bottom: 1px solid #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}

.tabs--colored-1 .tab {
    background-color: #f7f7f9 !important;
}

.tabs--colored-1 .tabs-link.is-active {
    background-color: #f7f7f9;
    border-bottom-color: #f7f7f9;
}

.tabs--colored-2 .tabs-link:hover {
    color: #44b598;
}

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
    background-color: #44b598;
    border-color: #44b598;
}

.tabs--colored-2 .tabs-link.is-active:hover {
    color: #fff;
}

.tabs--colored-2 .tab {
    background-color: #f7f7f9 !important;
}

.community-nav__item {
    float: left;
}

.community-nav__item + .community-nav__item {
    margin-left: 12px;
}

.community-nav__item.is-active {
    font-weight: 600;
}

.community-nav__item--button {
    float: right;
}

.vote {
    max-width: 40px;
    width: 100%;
}

.vote [aria-selected=true] {
    z-index: 2;
}

.vote-sum {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
    text-align: center;
}

.vote-control {
    position: relative;
    z-index: 1;
    display: block !important;
    padding: 4px 0 !important;
    font-size: 16px !important;
    color: #002a4d;
    border-color: #eceeef;
    line-height: 1.5 !important;
}

.vote-control:hover, .vote-control:active {
    z-index: 2;
}

.vote-control--active {
    border-color: #474747;
}

@media (min-width: 768px) {
    .topic-list-page {
        margin-bottom: 24px;
    }
}

.topic-list-item:nth-child(2n+1) {
    clear: left;
}

.topic-list-item__box {
    padding: 24px 12px;
    margin-bottom: 24px;
    border: 2px solid #eceeef;
    border-radius: 4px;
}

.topic-list-item__title {
    margin-bottom: 12px;
}

.topic-page {
    margin-bottom: 48px;
}

.topic {
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 2px solid #eceeef;
    display: table;
    width: 100%;
}

.topic__col {
    display: table-cell;
    vertical-align: inherit;
}

@media (min-width: 480px) {
    .topic__col {
        vertical-align: top;
    }
}

.topic__col--new-post {
    text-align: right;
}

.topic__title {
    width: 100%;
    font-size: 28px;
    margin-bottom: 12px;
}

.topic-filters__item {
    float: left;
    margin-right: 6px;
}

@media (max-width: 767px) {
    .topic-filters__item {
        margin-bottom: 12px;
    }
}

.topic-controls {
    margin-bottom: 48px;
}

.topic-controls__item {
    float: left;
}

.topic-followers {
    margin-right: 6px;
}

@media (min-width: 768px) {
    .topic-controls__item--subscribe {
        float: right;
        white-space: nowrap;
    }
}

.topic-controls__item--subscribe .dropdown {
    display: inline-block;
    vertical-align: middle;
}

.topic-controls__item--subscribe .dropdown-menu {
    left: initial;
    right: 0;
}

.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
    color: #44b598;
    background-color: transparent;
    border-color: #44b598;
}

.topic-controls__item--subscribe .dropdown-toggle:hover, .topic-controls__item--subscribe .dropdown-toggle:focus, .topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:hover,
.topic-controls__item--subscribe .topic-unsubscribe:focus,
.topic-controls__item--subscribe .topic-unsubscribe:active {
    color: #00A77E;
    background-color: transparent;
    border-color: #00A77E;
}

.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:active {
    background-image: none;
}

@media (min-width: 768px) {
    .post-page {
        margin-bottom: 48px;
    }
}

.post {
    position: relative;
    margin-bottom: 24px;
}

.post__title {
    font-size: 24px;
    padding-right: 18px;
}

@media (min-width: 768px) {
    .post__title {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .post__title {
        font-size: 40px;
    }
}

.post-follow .post-subscribe,
.post-follow .post-unsubscribe {
    color: #44b598;
    background-color: transparent;
    border-color: #44b598;
}

.post-follow .post-subscribe:hover, .post-follow .post-subscribe:focus, .post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:hover,
.post-follow .post-unsubscribe:focus,
.post-follow .post-unsubscribe:active {
    color: #00A77E;
    background-color: transparent;
    border-color: #00A77E;
}

.post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:active {
    background-image: none;
}

.post-meta {
    display: table;
    margin-bottom: 24px;
    width: 100%;
}

.post-meta__col {
    display: table-cell;
    vertical-align: top;
}

.post-meta__col--main {
    padding-right: 12px;
    width: 100%;
}

.post__text {
    word-wrap: break-word;
}

.post__body {
    padding-right: 52px;
}

.post__body ul {
    list-style: disc;
}

.post__body ul,
.post__body ol {
    padding-left: 20px;
}

.post__body ul ul,
.post__body ul ol,
.post__body ol ul,
.post__body ol ol {
    margin-top: 12px;
}

.post__body ul li,
.post__body ol li {
    margin-bottom: 12px;
}

.post__voting-and-actions {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 40px;
}

.post__voting-and-actions .dropdown-toggle {
    font-size: 0;
}

.post__voting-and-actions .dropdown-toggle:after {
    content: '\f013';
    margin-left: 0;
    font-size: 16px;
}

.post__actions .dropdown-menu {
    width: auto;
}

.post__actions .dropdown-menu [role=menuitem] {
    white-space: nowrap;
}

.post-callout {
    background-color: #eceeef;
    padding: 12px 15px;
}

@media (max-width: 768px) {
    .post-callout {
        margin-bottom: 25px;
    }
}

.post-callout__title {
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .post-list-page {
        margin-bottom: 48px;
    }
}

.post-list-item {
    border-bottom: 2px solid #eceeef;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

@media (min-width: 768px) {
    .post-list-item {
        display: table;
        width: 100%;
    }
}

.post-list-item__title {
    font-size: 24px;
    margin-bottom: 12px;
}

.post-list-item__title .fa-star {
    position: relative;
    font-size: 50%;
    top: -4px;
}

@media (min-width: 768px) {
    .post-list-item__col {
        display: table-cell;
        vertical-align: top;
    }
}

@media (min-width: 768px) {
    .post-list-item__col--main {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .post-list-item__col--side {
        width: 40%;
        text-align: right;
    }
}

.post-info {
    color: #979797;
    font-size: 14px;
}

@media (min-width: 768px) {
    .post-info {
        float: right;
        text-align: center;
        min-width: 90px;
        background-color: #f9f9f9;
        border-radius: 4px;
        padding: 6px 12px;
    }
}

@media (min-width: 768px) {
    .post-info__count {
        display: block;
        color: #002a4d;
        font-weight: 600;
    }
}

.post-info + .post-info {
    margin-right: 12px;
}

@media (max-width: 767px) {
    .post-info + .post-info:before {
        margin-right: 6px;
        font-size: 10px;
        content: "\2022";
    }
}

.post-status {
    display: inline-block;
    padding: 1px 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.post-status--completed,
.post-status--answered {
    background-color: #44b598;
}

.post-status--planned {
    background-color: #0c0f16;
}

.post-status--not-planned {
    color: #002a4d;
    background-color: #eceeef;
}

@media (min-width: 768px) {
    .new-post-page {
        margin-bottom: 48px;
    }
}

.new-post-title {
    font-size: 24px;
}

@media (min-width: 768px) {
    .new-post-title {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .new-post-title {
        font-size: 40px;
    }
}

.new-post-form {
    margin-bottom: 24px;
}
.language-selector .btn--topbar {
  display: none;
  padding: 6px 7px;
  font-weight: 400;
  color: #fff;
  background-color: #002a4d;
  border: 1px solid #f0e306;
  border-radius: 50%;
}

.language-selector .dropdown-toggle:after {
  display: none;
}

.language-selector .dropdown-menu,
.dropdown--categories .dropdown-menu {
  margin-top: 10px;
  border-radius: 10px;
}

.dropdown--categories {
  margin-right: 10px;
  margin-left: 10px;
}

.dropdown--categories .dropdown-toggle {
  padding: 4px 20px;
  color: #002a4d;
  background-color: #f0e306;
  border-radius: 50px;
}

.dropdown--categories .dropdown-toggle:hover {
  color: #333333;
}

.dropdown--categories .dropdown-toggle:after {
  margin-top: -2px;
  margin-left: 10px;
  content: "\f0d7";
}

.dropdown--user .dropdown-menu {
  margin-top: 10px;
  border-radius: 10px;
}
.dropdown--user {
  margin-right: 10px;
  margin-left: 10px;
}

.dropdown--user .dropdown-toggle {
  padding: 4px 20px;
  color: #002a4d;
  background-color: #FFFFFF;
  border-radius: 50px;
}

.dropdown--user .dropdown-toggle:hover {
  color: #333333;
}

.dropdown--user .dropdown-toggle:after {
  margin-top: -2px;
  margin-left: 10px;
  content: "\f0d7";
}

.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.article-tabs {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  text-align: center;
}

.article-tabs li {
  display: inline-block;
  margin: 0 5px;
  padding: 7px 30px;
  font-weight: 700;
  border-radius: 2em;
  font-size: 16px;
  cursor: pointer;
}

.article-tabs li.is-active,
.article-tabs li:hover {
	background-color: #23afe6;
  color: #fff;
}

[data-content-tab] {
  margin-bottom: 30px;
}

[data-content-tab] img {
  width: 100%;
  height: auto;
}

[data-content-tab] a:hover {
  opacity: 0.8;
}
/* Form CSS MailPlus (only for the webtemplate) */ .mpFormResultLabel { font-weight: bold} .mpFormResultLabel { padding-right: 10px} .mpFormField textarea { vertical-align: top; width: 60%} .mpFormField .sublabel { font-size: 12px; line-height: 20px; font-style: italic} .mpFormField ul { height: auto; list-style-type: none; padding-left: 0px; margin: 0px} .mpFormField li { clear: both; height: auto; overflow: hidden; width: 100%; margin-bottom: 5px} .mpFormField textarea, .mpFormField input { margin: 0; width: 100%} .mpFormText { cursor: text; font-weight: normal !important; vertical-align: top} .mpSpacerCell { cursor: text; font-weight: bold; vertical-align: top; width: 50%} .submitCell { width: 60%} .submitCellSpacer { width: 40%} .mpDateField { width: 34px !important} .mpFormField ul li input, .mpFormField input.submitButton { width: auto} .mpradioButtonTable { width: 100%} .mpradioButtonTable .mpFormAnswer { text-align: center} .mandatorySign { color: #ED3032} .mpFormDescription { font-size: 8px; margin: 0 3px 0 0; text-align: center; font-weight: normal} .mpFormLabel { width: 40%; font-weight: bold; padding-right: 5px; padding-left: 5px} .mpFormTable th { font-size: 9px; vertical-align: bottom} .mpQuestionTable, .mpFormTable, .mpFormResult { width: 100%; border-collapse: collapse} .mpQuestionTable.error.inlineValidated .mpFormField, .mpQuestionTable.error.inlineValidated .mpMatrix { background: transparent url(https://static.mailplus.nl/icons/delete.png) no-repeat scroll 100% 10%; padding-right: 10px} .mpQuestionTable.inlineValidated .mpFormField, .mpQuestionTable.inlineValidated .mpMatrix { background: transparent url(https://static.mailplus.nl/icons/check.png) no-repeat scroll 100% 10%; padding-right: 10px} .mpFormResultChildLabel { text-indent: 20px} .mpQuestionTable td, .mpFormTable td { border: 0 none; vertical-align: top; padding-bottom: 5px; padding-top: 5px} .mpQuestionTable { margin-bottom: 3px} .mpErrorSummary { color: #ED3032; font-weight: bold; text-align: left; padding-top:20px} .mpErrorSummary ul { margin-bottom: 12px; margin-top: 12px} .mpErrorRow td { color: #ED3032; font-size: 12px} table.error { background-color: #FFDEDF; border: 1px solid #ED3032} .mpTwoColumnLayout .mpErrorRow td { padding-left: 5px} .mpOneColumnLayout .mpFormField, .mpOneColumnLayout .mpErrorRow td { padding-left: 5px} .mpMatrixTable { width: 100%; border-collapse: collapse} .mpMatrixTable .mpFormLabel { padding-left: 10px} .mpMatrixTable td { padding-bottom: 3px} .mpMatrixHeader .mpFormDescription4 { width: 15%} .mpMatrixHeader .mpFormDescription5 { width: 12%} .mpMatrixHeader .mpFormDescription10 { width: auto} .mpTwoColumnLayout .mpMatrixTable .mpErrorRow td { padding-left: 5px} .mpMatrixTable .mpFormAnswer { text-align: center} .mpMatrixLabel { font-weight: bold} .formHelpText { background-image: url("https://static.mailplus.nl/icons/icon_about.png"); border: medium none; display: inline-block; height: 16px; width: 16px} .ui-datepicker-trigger { background: url("https://static.mailplus.nl/icons/calendar.png") repeat scroll left top transparent; display: inline-block; height: 16px; width: 16px;font-size:0px; line-height:0px;vertical-align:top} .mpFormField li {display: flex !important; align-items: flex-start;} .mpFormField li input[type=radio] {margin: 7px 7px 0 0 !important; flex-shrink: 0;} .mpFormField li input[type=checkbox] {margin-top:5px !important; margin-right:10px; flex-shrink:0} .mpAnswersInline li:not(.mpMultipleLiOther) {display: inline-block;width: auto} .mpFormField.mpAnswersInline LABEL {width: auto} /* Form submit button and highlight styling */ .mpHighlight { background-color: #ffffff !important} .submitCell input, .submitCellSpacer input { border: none; font-family: Arial, Helvetica, 'Helvetica Neue', sans-serif; font-size: 16px; color: #ffffff; cursor: pointer; background-color: #002a4d; -webkit-appearance: none; padding: 10px 29px; -webkit-border-radius: 30px;-moz-border-radius: 30px; border-radius: 30px; line-height: 1; } /* nieuwe code digitoegankelijkheid */ ul.mpFormTable.mpTwoColumnLayout li.mpQuestionTable.mpMatrixQuestion{flex-direction: column; display:block} ul.mpFormTable.mpTwoColumnLayout li.mpQuestionTable, div.mpLabelRow {display:flex; flex-wrap: wrap;} ul.mpFormTable.mpOneColumnLayout li.mpQuestionTable {display:flex; flex-wrap: wrap; flex-direction: column} ul.mpFormTable.mpTwoColumnLayout li.mpQuestionTable {padding-right:0; margin-right:0} .mpFormTable {padding-left:0} .mpLabelRow, .mpMatrix {width:100%} .mpErrorRow {flex-basis:100%} .mpFormField, .submitCell {flex-basis:58%} .mpFormLabel, .submitCellSpacer {flex-basis:38%} .mpOneColumnLayout .mpFormLabel, .mpOneColumnLayout .mpFormField {width:100%} /* Aangepast code voor digitoegankelijkheid*/ .mpQuestionTable div, .mpFormTable div { border: 0 none; vertical-align: top; padding-bottom: 5px; padding-top: 5px } .mpErrorRow label { color: #003344; font-size: 12px } li.error { background-color: #ffffff; border: 1px solid #ED3032 } .mpTwoColumnLayout .mpErrorRow { padding-left: 5px } .mpOneColumnLayout .mpFormField, .mpOneColumnLayout .mpErrorRow { padding-left: 5px } .mpFormText { cursor: text; font-weight: normal !important; vertical-align: top; width:100%;} .mpRadioButtonTable, .mpMultipleLabel {margin:0 !important}



@media only screen and (max-width:650px) {
.mpFormResultLabel, .mpFormResultValue, .formResultLabel, .formResultValue { width:100% !important; float:left !important}
.pollItem {display:none !important}
.pollAnswer, .pollAnswerHighLight {font-weight:normal !important; width:100% !important; float:left !important}
.pollVisual {width:200px !important; float:left !important; padding-bottom:20px !important; text-align:left !important}
.pollVisualTable {height:15px !important}
.pollPercentage {padding-top:20px !important}
.mpFormField, .mpFormLabel {width:100% !important; float:left !important}
.mpFormField input {padding-left:5px !important}
.descriptionLabel, .formResultLabel, .mpFormResultLabel, .pollAnswer, .pollItem, .pollPercentage, .pollQuestion {font-size:16px !important}
.mpFormField textarea, .mpFormField input {font-size:16px !important}
.mpFormField input[type=text] {height:30px !important}
.mpFormField input[type=radio], .mpFormField input[type=checkbox] {vertical-align:top !important; width:22px !important; height:22px !important}
.mpFormField li {margin-bottom:25px !important}
select, option { width:100%; display:block}
td.submitCell input, td.submitCellSpacer input {width:100% !important; height:40px !important}
.submitCellSpacer, .submitCell {width:auto !important}
.mpFormResultValue { padding-left:0px !important; padding-bottom:15px !important}
.mpQuestionTable.error.inlineValidated .mpFormField, .mpQuestionTable.error.inlineValidated .mpMatrix {padding-right:12px}
table.error {border:0px !important}
.mpOtherCustomInput {width:95% !important; margin-top:10px !important}
.mpFormField, .submitCell, .mpFormLabel, .submitCellSpacer {flex-basis:100% !important}
.spotler-mobile {display:block !important;width:100% !important;height:auto !important}
.spotler-padding {padding-bottom:25px !important}
.spotler-paddingtop {padding-top:25px !important}
}