/* Reset the box-sizing */

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

html, body {
  letter-spacing: 0.25px;
  height: 100%;
  position: relative;
}

/* Body reset */

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: rgba(255, 255, 255, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Reset fonts for relevant elements */

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

button:focus:active:hover {
  outline: 0;
}

/* Links */

a {
  color: rgba(0, 58, 130, 1);
  text-decoration: none;
  transition: all 0.4s;
}

a:hover, a:focus {
  color: rgba(242, 169, 0, 1);
  text-decoration: none !important;
}

figure {
  margin: 0;
}

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

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

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

/* Headings */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin: 0 0 calc(16px * 1.5);
}

h3 {
  margin: 0 0 calc(16px * 1.5);
}

h4 {
  margin: 0 0 calc(16px * 1.5);
}

h5 {
  margin: 0 0 calc(16px * 1.5);
}

h6 {
  margin: 0 0 calc(16px * 1.5);
}

.h1 {
  margin: 0 0 calc(16px * 1.5);
}

.h2 {
  margin: 0 0 calc(16px * 1.5);
}

.h3 {
  margin: 0 0 calc(16px * 1.5);
}

.h4 {
  margin: 0 0 calc(16px * 1.5);
}

.h5 {
  margin: 0 0 calc(16px * 1.5);
}

.h6 {
  margin: 0 0 calc(16px * 1.5);
}

p {
  margin: 0 0 calc(16px * 1.5);
}

ul {
  padding-inline-start: 0;
  margin: 0 0 calc(16px * 1.5);
}

ol {
  padding-inline-start: 5px;
  margin: 0 0 calc(16px * 1.5);
}

h1 {
  font-size: 48px;
  color: #434F61;
}

h2 {
  font-size: 32px;
}

.h2 {
  font-size: calc(16px * 1.75);
}

h3, .h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

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

h5 {
  font-size: calc(16px * 1.1);
}

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

h6 {
  font-size: calc(16px * 1);
}

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

b, strong {
  font-weight: 600;
}

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

/* Description Lists */

dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.5);
}

dt {
  margin-bottom: calc(16px * 1.5 / 2);
  line-height: 1.5;
}

dd {
  margin-bottom: calc(16px * 1.5 / 2);
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
  /* Undo browser default */
}

.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 {
    float: left;
    width: 30%;
    padding-right: 15px;
    clear: both;
  }
}

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

/* Abbreviations and acronyms */

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #434F61;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #434F61;
}

/* Blockquotes */

blockquote {
  padding: 40px 20px;
  margin: 0 0 calc(16px * 1.5);
  font-family: 'Lato', sans-serif;
  font-style: italic;
  background-color: rgba(245, 244, 240, 1);
  border-left: 5px solid #434F61;
}

blockquote.is-colored {
  border-left: 5px solid $brand_primary;
}

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

/* Code */

code {
  padding: 0 10px !important;
  border-radius: 8px !important;
  font-size: calc(16px - 2px);
}

/*  Addresses */

address {
  margin-bottom: calc(16px * 1.5);
  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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

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

/* 
Normalize non-controls

Restyle and baseline non-control form elements. 
*/

fieldset {
  /*  
  Chrome and Firefox set a `min-width: min-content;` on fieldsets, 
  so we reset that to ensure it behaves more like a standard block element
  See https:github.com/twbs/bootstrap/issues/12359. 
  */
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(16px * 1.5);
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #434F61;
  border: 0;
  border-bottom: 1px solid #434F61;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600;
}

/* 
 Normalize form controls

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

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

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

/*  Position radios and checkboxes better */

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

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

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

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

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

/*  Make multiple select elements height not fixed */

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

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

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

/*  Adjust output element */

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

/* 
 Common form controls

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

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #434F61;
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #434F61;
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px 6px 35px;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(64, 126, 201, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="search"]:active {
  border-color: white;
}

.searchbar-top input[type="search"] {
  color: #434F61;
  background-color: #ffffff;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #434F61;
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(242, 169, 0, 1);
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #434F61;
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #434F61;
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*  Customize the `:focus` state to imitate native WebKit styles. */

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 {
  outline: 0;
}

/*  Placeholder */

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: #434F61;
  opacity: 1;
}

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: #434F61;
  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: #434F61;
  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: #434F61;
  opacity: 1;
}

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

.searchbar-top input::-webkit-input-placeholder {
  /* Edge */
  color: #434F61;
  opacity: 0.5;
}

.searchbar-top input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #434F61;
  opacity: 0.5;
}

.searchbar-top input::placeholder {
  color: #434F61;
  opacity: 0.5;
}

.searchbar-top input:focus::-webkit-input-placeholder {
  /* Edge */
  color: #434F61;
  opacity: 1;
}

.searchbar-top input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #434F61;
  opacity: 1;
}

.searchbar-top input:focus::placeholder {
  color: #434F61;
  opacity: 1;
}

select {
  height: calc( 16px * 1.5 + 12px + 2px);
}

/*  Reset height for `textarea`s */

textarea {
  height: auto;
  height: calc( (16px * 1.5 + 12px + 2px) * 3);
  resize: vertical;
}

/*  Search inputs in iOS */

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

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

/*  Special styles for iOS temporal inputs

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

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

/*  Form groups

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

.form-field {
  margin-bottom: calc(16px * 1.5);
}

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

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

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

.form-field.boolean label {
  min-height: calc(16px * 1.5);
  /* Ensure the input doesn't jump when there is no text */
  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;
}

/* END OF FORM GROUPS */

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn, input[type="submit"], a[role="button"], button, .topbar .login, .lines-button, .community-recent-activity .recent-activity-controls a, .satisfaction-box input[type="radio"]~label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  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: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

.btn--topbar {
  font-size: calc(16px - 5px);
}

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

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

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

a[role="button"], button, .btn--default, .section-subscribe .dropdown-toggle, .community-recent-activity .recent-activity-controls a, button, .article-subscribe, .article-unsubscribe, .post-subscribe, .post-unsubscribe, .topic-controls__item--subscribe .dropdown-toggle, .topic-controls__item--subscribe .topic-unsubscribe {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
  border-radius: 8px;
}

a[role="button"]:hover, button:hover, aa[role="button"]:focus, button:focus, a[role="button"]:active, button:active, .btn--default:hover, .btn--default:focus, .btn--default:active, .section-subscribe .dropdown-toggle:hover, .section-subscribe .dropdown-toggle:focus, .section-subscribe .dropdown-toggle:active, .community-recent-activity .recent-activity-controls a:hover, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active, .article-subscribe:hover, .article-subscribe:focus, .article-subscribe:active, .article-unsubscribe:hover, .article-unsubscribe:focus, .article-unsubscribe:active, .post-subscribe:hover, .post-subscribe:focus, .post-subscribe:active, .post-unsubscribe:hover, .post-unsubscribe:focus, .post-unsubscribe:active, .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: rgba(242, 169, 0, 1);
  background-color: rgba(255, 255, 255, 1);
  border-color: #b57e00;
  box-shadow: 0px 8px 16px 0 rgba(0, 62, 59, 0.12);
  border-radius: 8px;
  outline: 0;
}

input[type="submit"], .btn--primary {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  color: rgba(242, 169, 0, 1);
  background-color: rgba(255, 255, 255, 1);
}

.btn--topbar, .topbar .login {
  color: rgba(64, 126, 201, 1);
  background-color: transparent;
  border-color: rgba(64, 126, 201, 1);
}

.btn--footer {
  color: rgba(64, 126, 201, 1);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  font-size: calc(16px - 2px);
  padding: 6px 51px;
}

.btn--footer span {
  padding: 10px 49px;
}

.btn--topbar:hover, .btn--topbar:focus, .btn--topbar:active, .topbar .login:hover, .topbar .login:focus, .topbar .login:active {
  color: #2d609f;
  background-color: transparent;
  border-color: rgba(242, 169, 0, 1)
}

.profile-header__options [data-action="edit-profile"] {
  color: rgba(242, 169, 0, 1);
  background-color: transparent;
  border-color: rgba(242, 169, 0, 1);
}

.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: #b57e00;
  background-color: darken(transparent, 12%);
  border-color: #b57e00;
}

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

.profile-header__options [data-action="edit-profile"]:hover {
  opacity: 0.8;
}

/* SPLIT BUTTON */

.split-button {
  display: flex;
  justify-content: center;
}

.split-button button {
  height: 32px;
  line-height: 16px;
}

.split-button button:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
  box-shadow: 0px 8px 16px 0 $shadow_color;
  outline: 0;
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(242, 169, 0, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(242, 169, 0, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-left: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-left: 0;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/* END OF SPLIT BUTTON */

/* Community Badges */

.community-badge {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.community-badge-titles {
  background-color: rgba(242, 169, 0, 1);
  border-radius: 4px;
  color: #434F61;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  line-height: 20px;
  margin: 5px 2px;
}

.community-badge-container-achievements {
  padding-top: 5px;
}

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 5px 5px;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 3px;
}

.community-badge-achievements img {
  width: 40px;
  height: 40px;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements img {
  width: 40px;
  height: 40px;
}

.community-badge.comment-badge {
  margin-top: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}

.community-badge-titles.comment-badge {
  margin-left: 5px;
}

/* End of Community Badge */

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

.my-activities-page {
  padding-top: 60px;
}

.request-page {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .container {
    padding-right: calc(15px * 2);
    padding-left: calc(15px * 2)
  }
}

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

.row {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

/* COLUMN CUSTOMIZATION */

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

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

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

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

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

.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-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: 33.33333%;
}

.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: 769px) {
  .column--sm-1 {
    width: 8.33333%;
  }
  .column--sm-2 {
    width: 16.66667%;
  }
  .column--sm-3 {
    width: 25%;
  }
  .column--sm-4 {
    width: 33.33333%;
  }
  .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-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: 33.33333%;
  }
  .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.33333%;
  }
  .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-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: 33.33333%;
  }
  .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.33333%;
  }
  .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: 33.33333%;
  }
  .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: 33.33333%;
  }
  .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: 33.33333%;
  }
  .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%;
  }
}

/* END OF COLUMN CUSTOMIZATION */

/* HEADER LOGO */

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

.logo img {
  display: block;
  max-width: 200px !important;
  width: calc(66 * 1px);
  max-height: 60px;
  object-fit: cover;
}

@media (max-width: 479px) {
  .logo img {
    max-width: 120px !important;
  }
}

/* END OF HEADER LOGO */

.layout {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 1);
  min-height: 100vh;
  position: relative;
  padding-bottom: 200px;
}
@media(max-width: 768px) {
  .layout__main {
    padding-bottom: 0;
  }
}

.layout__main:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\00a0";
}

.layout__header, .layout__footer {
  -webkit-box-flex: 0;
  flex: none;
}

.topbar {
  width: 100%;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(241, 169, 30, 1);
  border-color: rgba(64, 126, 201, 1);
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 99;
}

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

.topbar--bordered {
  border-color: $topbar_border_color transparent #eee transparent;
  border-style: solid;
  border-width: 1px;
}

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

@media (min-width: 768px) {
  .topbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.topbar__col {
  padding: calc(16px * 1.5 / 2) 0;
}

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

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

@media (max-width: 768px) {
  .topbar__collapse {
    display: none;
    padding-top: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5)
  }
}

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

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

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

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

/* stylelint-disable */

#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;
    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: rgba(255, 255, 255, 1);
  }
  #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: #434F61;
  }
}

@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: calc(16px - 2px);
  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: rgba(255, 255, 255, 1);
}

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

#user-password, #user-profile {
  color: #434F61;
}

@media (max-width: 767px) {
  #user-password {
    min-width: 1px !important;
    padding: calc(16px * 1.5 / 4) 12px !important;
    margin-top: calc(16px * 1.5 / 4);
    background-color: #fff;
    border-radius: 8px
  }
  #user-profile {
    min-width: 1px !important;
    padding: calc(16px * 1.5 / 4) 12px !important;
    margin-top: calc(16px * 1.5 / 4);
    background-color: #fff;
    border-radius: 8px
  }
}

#user-password [role="separator"] {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-profile [role="separator"] {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-password form {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-profile form {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-profile {
  font-size: calc(16px - 2px) !important;
}

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

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

#user-profile input[type="text"] {
  font-size: calc(16px - 2px) !important;
}

#password-form label {
  font-size: calc(16px - 2px) !important;
}

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

.avatar {
  position: relative;
  display: inline-block;
}
.avatar .icon-agent {
  color: #0072EF;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}
.avatar--agent:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -4px;
  font-family: "Font Awesome 5 Free";
  font-size: calc(16px * 0.75);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: $brand_primary;
  content: "\f19d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

/* LINES BUTTON */

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

@media (max-width: 768px) {
  .lines-button {
    float: right
  }
}

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

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

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

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

.lines, .lines:before, .lines:after {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines {
  position: relative;
}

.lines:before, .lines:after {
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: calc(30px / 14) center;
  transform-origin: calc(30px / 14) center;
}

.lines:before {
  top: 7.5px;
}

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

.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);
}

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

/* END LINES BUTTON */

/* HERO */

.hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150%;
  background-image: url(/hc/theming_assets/01HZPCWVAE7BC7AW54X06P3JPG);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 80%;
}

.hero-unit {
  position: relative;
  padding: calc(150 * 0.5px) 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 480px) {
  .hero-unit {
    padding: calc(150 * 1px) 32px;
  }
}

.hero-unit:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(148, 148, 148, 0.6);
  opacity: 0.3;
}

.intro-title {
  margin-bottom: calc(16px * 1.5);
  font-size: 48px;
  line-height: 1.1;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

@media (min-width: 768px) {
  .intro-title {
    font-size: calc(40px * 0.9);
    font-weight: 700;
  }
}

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

/* END OF HERO */

/* SEARCHBOX */

.search {
  position: relative;
}

.transparent input[type="search"] {
  background-color: transparent;
}

.searchbar-top .search:before {
  color: #808285;
}

.search:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  margin-top: -9px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #434F61;
  content: "\f002";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

@media (max-width: 768px) {
  .search:before {
    display: none;
  }
}

.hero-unit .search:before {
  width: 30px;
  height: 30px;
  left: 20px;
}

.searchbox {
  margin-top: calc(16px * 1.5);
}

.searchbox-suggestions ul {
  padding-left: 0;
  margin-bottom: calc(16px * 1.5);
  list-style: none;
}

.searchbox-suggestions li {
  margin-bottom: calc(16px * 1.5 / 3);
}

.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 {
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

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

.search-box--hero-unit .search:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  left: 15px;
  margin-top: -15px;
  font-size: 30px;
  color: #434F61;
  opacity: 0.5;
}

.search-box--hero-unit #query {
  height: 50px;
  padding: 0 55px;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #434F61;
  -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 {
  background-color: #ffffff;
}

.search-box--hero-unit input[type="submit"] {
  display: inline-block;
  height: 60px;
  padding-right: calc(12px * 2);
  padding-left: calc(12px * 2);
  margin-left: 16px;
  flex-shrink: 0;
  display: none;
}

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

.search-box--small {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media(max-width: 768px) {
  .search-box--small {
    display: none;
  }
}

/* END OF SEARCHBOX */

/* CUSTOM BLOCKS */

.custom-blocks {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 479px) {
  .custom-blocks {
    margin-bottom: calc(16px * 1.5)
  }
}

.custom-block {
  display: -webkit-box;
  display: flex;
  float: none;
  margin-bottom: calc(16px * 1.5);
}

@media (max-width: 479px) {
  .custom-block {
    width: 100%;
    padding: 0 calc(12px * 2)
  }
}

@media (min-width: 480px) {
  .collapse-button {
    display: none;
  }
  .custom-block {
    padding: 0 calc(12px * 2);
    text-align: center
  }
}

@media (min-width: 768px) {
  .custom-block {
    margin-bottom: calc(16px * 1.5)
  }
}

.custom-block__link {
  display: block;
  width: 100%;
}

@media (max-width: 479px) {
  .custom-block__link {
    display: table
  }
}

.custom-block__link:active .custom-block__icon path, .custom-block__link:focus .custom-block__icon path, .custom-block__link:hover .custom-block__icon path {
  fill: $brand_secondary;
}

.custom-block__link:active .custom-block__icon circle, .custom-block__link:focus .custom-block__icon circle, .custom-block__link:hover .custom-block__icon circle {
  stroke: $brand_secondary;
}

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

@media (min-width: 480px) {
  .custom-block__icon {
    margin-bottom: calc(16px * 1.5)
  }
}

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

@media (min-width: 480px) {
  .custom-block__icon svg {
    width: calc(45px + 10px);
    height: calc(45px + 10px)
  }
}

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

.custom-block__icon path {
  fill: $icon_color;
}

.custom-block__icon circle {
  stroke: $icon_color;
}

.custom-block__title {
  font-size: 16px;
  font-weight: 600;
  color: #434F61;
  text-transform: uppercase;
}

@media (max-width: 479px) {
  .custom-block__title {
    display: table-cell;
    width: 100%;
    padding-left: 12px;
  }
}

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

/* END OF CUSTOM BLOCK */

.section {
  margin-bottom: calc(16px * 1.5);
}

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

.footer {
  padding-top: calc(16px * 1.5 * 1);
  padding-bottom: calc(16px * 1.5 * 1);
  font-size: calc(16px - 2px);
  line-height: 1.1;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 769px) {
  footer {
    bottom: 0;
  }
}

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

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

.footer__col {
  position: relative;
}

@media (min-width: 769px) {
  .footer__col {
    display: table-cell;
    vertical-align: top;
    width: 40%;
  }
}

.footer-social-link:hover {
  color: #fff;
  background: rgba(242, 169, 0, 1);
}

.footer-social-link {
  display: block;
  padding: 0;
  font-size: calc(16 * 1px) !important;
  color: #fff;
  width: calc(16 * 2px);
  height: calc(16 * 2px);
  background: rgba(165, 223, 211, 1);
  border-radius: 50%;
  text-align: center;
  line-height: calc(16 * 2px) !important;
  margin-right: 5px;
}

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

.copyright a {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 769px) {
  .copyright-column {
    display: flex;
    flex-direction: row;
  }
}

.copyright p:last-of-type {
  margin-bottom: 5px;
  margin-top: 10px;
}

table {
  background-color: transparent;
}

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

.meta__item {
  display: inline-block;
  margin-right: calc(12px / 2);
}

.meta__item+.meta__item:before {
  margin-right: calc(12px / 2);
  font-size: 10px;
  content: "\2022";
}

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

.breadcrumbs {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: transparent;
  border-radius: 8px;
}

.breadcrumbs>li {
  display: inline-block;
  color: #434F61;
}

.breadcrumbs>li+li:before {
  padding: 0 5px;
  color: lighten(#434F61. 20%);
  content: "\00a0";
  content: "› ";
  font-size: 20px;
}

.breadcrumbs li a, .breadcrumbs>li a {
  color: #434F61;
}

.breadcrumbs li a:hover, .breadcrumbs>li a:hover {
  text-decoration: underline;
  color: rgba(242, 169, 0, 1);
}

.breadcrumbs--search-results {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 0.75);
}

.language-selector {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}

.dropdown.language-selector > a {
  color: #F2A900;
	border-color: #F2A900;
}

.search-results-page {
  margin-bottom: 0;
  padding: 60px 0;
}

.search-results-count {
  font-size: 30px;
  font-weight: 600;
}

.search-result {
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #434F61;
}

.search-result__title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600;
}

.search-result__description {
  margin-bottom: calc(16px * 1.5 / 2);
}

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

.search-result__description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: rgba(245, 244, 240, 1);
  border-radius: 3px;
}

.search-result__meta {
  margin-bottom: calc(16px * 1.5 / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: 16px;
  color: rgba(242, 169, 0, 1);
  background-color: rgba(0, 58, 130, 1);
  border-radius: 8px;
}

.search-results a:hover {
  text-decoration: underline;
}

/* Search Results Filters */

.search-results-filters {
  padding: 16px;
  font-size: calc(16px - 2px);
  border: 1px solid #434F61;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .search-results-filters {
    margin-bottom: calc(16px * 1.5 * 2)
  }
}

.search-results-filter+.search-results-filter {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .search-results-filter+.search-results-filter {
    margin-top: 32px
  }
}

.search-results-filter__title {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 600;
  font-size: 18px;
}

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

@media (max-width: 767px) {
  .search-results-filter__title:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-results-filter__title.is-active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
}

.search-results-filter__list {
  margin-top: 24px;
  margin-bottom: 0;
}

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

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

.search-results-filter__item {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.search-results-filter__item.is-active .search-results-filter__link {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
}

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

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

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

.search-results-filter__link {
  display: block;
  padding: 6px 8px;
  color: #434F61;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

.search-result__show-more {
  padding: 0;
  margin-left: 8px;
  color: rgba(242, 169, 0, 1);
  background-color: transparent;
  border: 0;
}

/* End of Search Result */

.article-page {
  margin-bottom: calc(16px * 1.5 * 2);
}

.article {
  position: relative;
}

@mixin focus-ring {
  outline: 0;
  box-shadow: 0 0 0 3px #434F61;
}

.article__title {
  font-size: calc(16px * 1.5);
  font-weight: 300;
}

@media (min-width: 768px) {
  .article__title {
    font-size: calc(16px * 1.75)
  }
}

@media (min-width: 992px) {
  .article__title {
    font-size: calc(16px * 2.5)
  }
}

.article-meta {
  display: table;
  width: 100%;
}

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

.article-container {
  display: -webkit-box;
  display: flex;
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
  flex-wrap: wrap;
}

.article-container__column {
  padding-right: 15px;
  padding-left: 15px;
}

.article-container__sidenav, .article-container__toc {
  display: none;
}

.sidenav-enabled .article-container__sidenav, .toc-enabled .article-container__toc {
  display: block;
}

.sidenav-enabled .article-container__sidenav {
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .article-container__article {
    width: calc(100% / 12 * 8);
  }
  .article-container__sidebar {
    width: calc(100% / 12 * 4);
  }
  .toc-enabled .article-container__toc {
    width: calc(100% / 12 * 4);
  }
  .sidenav-enabled .article-container__sidenav {
    width: calc(100% / 12 * 4);
  }
  .sidenav-enabled .article-container__sidebar {
    margin-left: calc(100% / 12 * 4);
  }
  .sidenav-enabled.toc-enabled .article-container__sidenav, .sidenav-enabled.toc-enabled .article-container__toc {
    width: calc(100% / 12 * 3);
  }
  .sidenav-enabled.toc-enabled .article-container__article {
    width: calc(100% / 12 * 6);
  }
  .sidenav-enabled.toc-enabled .article-container__sidebar {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .sidenav-enabled.toc-enabled .article-container__article {
    width: calc(100% / 12 * 7);
  }
  .sidenav-enabled.toc-enabled .article-container__toc {
    width: calc(100% / 12 * 2);
  }
}

.comments__callout {
  font-size: calc(16px * 0.75);
  color: #979797;
}

.comments__callout:empty {
  display: none;
}

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

.comment-list-header {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #eceeef;
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

.comment-sorter {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #eceeef;
}

@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: calc(16px * 1.5 / 2)
  }
}

@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 calc(12px / 2);
  font-size: 10px;
  content: "\2022";
}

.comment {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #eceeef;
}

.comment__inner {
  position: relative;
}

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

.comment__header {
  position: relative;
  margin-bottom: calc(16px * 1.5);
}

[dir="ltr"] .comment__voting-and-actions {
  text-align: left;
}
[dir="rtl"] .comment__voting-and-actions {
  text-align: right;
}
.comment__voting-and-actions .vote {
  display: inline-flex !important;
  margin-bottom: 10px;
}

.comment__voting-and-actions .dropdown-toggle {
  font-size: 0;
}

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

.comment__official-heading {
  position: absolute;
  top: 0;
  right: calc(12px * 3);
  width: auto;
  padding: 1px calc(12px / 2);
  font-size: calc(16px * 0.75);
  color: rgba(255, 255, 255, 1);
  background-color: #434F61;
  border-radius: 0 0 8px 8px;
}

.comment-form {
  display: flex;
  position: relative;
  margin-bottom: calc(16px * 1.5);
}

.comment-form-request {
  padding-left: calc(40px + 12px);
  position: relative;
  margin-bottom: calc(16px * 1.5);
}

@media(max-width: 768px) {
  .comment-form-request {
    padding-left: unset;
  }
}

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

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

.comment-form__ccs {
  margin-bottom: 0;
}

.comment-form__ccs+textarea {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.comment-form__ccs ul[data-hc-pills-container] {
  margin: 0;
  border: 2px solid #eceeef;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.comment-form__ccs ul[data-hc-pills-container][data-hc-focus="true"] {
  border-color: #434F61;
  box-shadow: inset 0 -2px 0 $shadow_color;
}

.comment-form__body {
  margin-bottom: calc(16px * 1.5);
}

.comment__body {
  margin-bottom: calc(16px * 1.5);
}

.comment__body ul {
  list-style: disc;
}

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

.comment__body ul ul {
  margin-top: calc(16px * 1.5 / 2);
}

.comment__body ul ol {
  margin-top: calc(16px * 1.5 / 2);
}

.comment__body ol ul {
  margin-top: calc(16px * 1.5 / 2);
}

.comment__body ol ol {
  margin-top: calc(16px * 1.5 / 2);
}

.comment__body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.comment__body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.comment-form__attachments {
  margin-bottom: calc(16px * 1.5);
}

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

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

.my-activities-header {
  margin-bottom: calc(16px * 1.5);
}

.my-activities-items {
  margin-bottom: calc(16px * 1.5 * 2);
}

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

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

@media (min-width: 768px) {
  .my-activities-items__head {
    display: table-header-group;
    font-size: calc(16px * 0.75);
    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: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5 / 2);
    border-bottom: 1px solid #434F61;
  }
  .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 {
  padding-left: 0;
  list-style: none;
}

.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: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #434F61;
}

.my-activities-menu--main .my-activities-menu__item {
  padding: calc(12px / 2) 12px;
  background-color: rgba(245, 244, 240, 1);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: calc(16px * 1.5 / 3)
  }
}

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

.my-activities-menu--sub {
  margin-bottom: calc(16px * 1.5);
}

.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: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }
}

@media (max-width: 767px) {
  .my-activities-item {
    padding: calc(16px * 1.5 / 2) 12px;
    margin-bottom: calc(16px * 1.5);
    border: 1px solid #434F61;
    border-radius: 8px
  }
}

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

@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
    margin-right: calc(12px / 2)
  }
  .my-activities-item__meta+.my-activities-item__meta:before {
    margin-right: calc(12px / 2);
    content: "\2022";
  }
}

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

@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: calc(16px * 1.25)
  }
}

@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: calc(12px / 2);
  margin-bottom: calc(16px * 1.5);
  background-color: rgba(245, 244, 240, 1);
  border-radius: 8px;
}

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

.request-table-toolbar label {
  font-size: calc(16px * 0.75);
  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: calc(16px * 1.5 / 2)
  }
}

@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: calc(12px / 2);
}

.request-table-organization__col--button [role="button"] {
  height: calc( 16px * 1.5 + 12px + 2px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc( 16px * 1.5 + 12px + 2px);
}

.requests-link {
  white-space: nowrap;
}

.request-page {
  margin-bottom: calc(16px * 1.5 * 2);
}

.request {
  position: relative;
}

.request-id {
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600;
}

.request-subject {
  font-size: calc(16px * 1.5);
}

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

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

.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.request-column {
  flex: 1 0 auto;
  order: 1;
}
.request-column .comments {
  border-top: none;
}
.request-sidebar {
  padding: 10px 0;
  margin-bottom: calc(16px * 1.5);
  font-size: 14px;
  border-top: 1px solid #434F61;
  border-bottom: 1px solid #434F61;
  order: 0;
}
.request-sidebar .collapsible-sidebar-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0;
}
.request-sidebar .collapsible-sidebar-title:after {
  position: absolute;
  font-family: fontAwesome;
  content: "\f107";
  right: 10px;
  transition: transform 0.3s ease-out;
}
.request-sidebar .collapsible-sidebar-title[aria-expanded="true"]:after {
  transform: rotate(-180deg);
}
@media(min-width: 769px) {
  .request-container {
    flex-direction: row;
  }
  .request-column {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
  .request-column .comments {
    border-top: 1px solid #434F61;
  }
  .request-sidebar {
    flex: 0 0 auto;
    padding: calc(16px * 1.5) 12px;
    width: 30%;
    border: 2px solid #434F61;
    border-radius: 8px;
  }
  .request-sidebar .collapse {
    display: block;
  }
  .request-sidebar a[data-toggle="collapse"]{
    display: none;
  }
}

.request-sidebar dd {
  margin-bottom: calc(16px * 1.5 / 2);
}

.request-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  background-color: #038153;
  white-space: nowrap;
  border-radius: 8px;
}

.request-status--closed {
  background-color: #e9ebed;
  color: #434F61;
}
.request-status--solved {
  background-color: #68737d;
}
.request-status--open {
  background-color: #c72a1c;
}
.request-status--new {
  background-color: #ffb648;
  color: #703b15;
}

.new-request-page {
  margin-bottom: calc(16px * 1.5 * 2);
}

.new-request-title {
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {
  .new-request-title {
    font-size: calc(16px * 1.75)
  }
}

@media (min-width: 992px) {
  .new-request-title {
    font-size: calc(16px * 2.5)
  }
}

.new-request-form {
  margin-bottom: calc(16px * 1.5);
}

/* Attachment */

.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: #434F61;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone {
  padding: calc(16px * 1.5) 16px;
  border-color: #434F61;
  border-width: 1px;
  border-radius: 8px;
}

.upload-dropzone {
  font-size: calc(16px * 0.75);
}

.upload-dropzone a {
  font-size: calc(16px * 0.75);
}

/* DROPDOWN MENU */

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
  color: inherit;
  content: "\f106";
}

.user-info>.dropdown-toggle:after {
  content: "\f107";
}

.dropdown-menu {
  background: #fff;
  display: none;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-top: 1px;
  min-width: 170px;
  overflow: hidden;
  font-size: 14px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.dropdown-header {
  width: 100%;
}
[dir="ltr"] .dropdown-header {
  right: 0;
}
[dir="rtl"] .dropdown-header {
  left: 0;
}
.dropdown-menu[aria-expanded="true"] {
  display: block;
}
[dir="ltr"] .dropdown-sort {
  right: 0;
}
[dir="rtl"] .dropdown-sort {
  left: 0;
}

.dropdown-footer {
  bottom: 40%;
}

.dropdown-menu [role="menuitem"] {
  color: black;
  cursor: pointer;
  display: block;
  white-space: nowrap;
  background-color: transparent;
  position: relative;
  margin-bottom: 0px;
  padding: 8px 12px;
  padding-right: 26px;
  white-space: normal;
  margin-left: 23px;
  font-weight: normal;
  text-align: inherit;
  border: none;
  text-transform: none;
  font-size: 14px;
}

.dropdown-footer [role="menuitem"] {
  padding-right: 119px;
}

.dropdown-menu [role="menuitem"]:hover {
  color: rgba(242, 169, 0, 1);
  box-shadow: none;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  position: absolute;
  top: 16px;
  right: 12px;
  display: inline-block;
  margin-left: 10px !important;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn--footer span {
  padding: 10px 50px;
}

/* END OF DROPDOWN */

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

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

.note {
  position: relative;
  padding-left: 12px;
  margin: calc(16px * 1.5) 0;
  color: #191e25;
  border-left: calc(2px * 2) solid transparent;
}

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

.note-title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600;
}

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

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

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

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

.note-info, .note--info {
  border-color: $brand_info;
}

.note-info .note-title, .note--info .note-title {
  color: $brand_info;
}

.note-warning, .note--warning {
  border-color: $brand_warning;
}

.note-warning .note-title, .note--warning .note-title {
  color: $brand_warning;
}

.note-success, .note--success {
  border-color: $brand_success;
}

.note-success .note-title, .note--success .note-title {
  color: $brand_success;
}

.note-danger, .note--danger {
  border-color: $brand_danger;
}

.note-danger .note-title, .note--danger .note-title {
  color: $brand_danger;
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 calc(16px * 1.5 / 2);
}

.pagination ul>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: calc(16px * 1.5 / 2);
}

.pagination ul>li>a {
  position: relative;
  display: block;
  padding: calc(12px / 2) 16px;
  line-height: 1.5;
  color: #58687f;
  text-decoration: none;
  background-color: rgba(245, 244, 240, 1);
  border-radius: 8px;
}

.pagination ul>li>span {
  position: relative;
  display: block;
  padding: calc(12px / 2) 16px;
  line-height: 1.5;
  color: #434F61;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
}

.pagination ul>li>a:hover {
  color: #2a323d;
  background-color: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
}

.pagination ul>li>a:focus {
  color: #2a323d;
  background-color: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
  opacity: 0.7;
}

.pagination ul>li>span:hover {
  color: #2a323d;
  background-color: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
}

.pagination ul>li>span:focus {
  color: #2a323d;
  background-color: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
}

.pagination ul>.pagination-current>span, .pagination ul>.pagination-current>span:hover, .pagination ul>.pagination-current>span:focus {
  z-index: 2;
  color: #434F61;
  cursor: pointer;
  background-color: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
}

/* SCROLL TO TOP BUTTON */

.scroll-to-top {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: -50px;
  z-index: 3;
  width: 45px;
  height: 45px;
  font-size: 32px !important;
  line-height: 45px !important;
  color: rgba(64, 126, 201, 1);
  text-align: center;
  border-radius: 8px;
  -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);
  background: rgba(241, 169, 30, 1);
}

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

.scroll-to-top.is-active {
  bottom: 80px;
  z-index: 1000;
}

.scroll-to-top:hover {
  background-color: rgba(64, 126, 201, 1);
  color: rgba(241, 169, 30, 1);
  border-color: rgba(242, 169, 0, 1);
}

}

/* END OF SCROLL TO TOP */

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

.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;
}
iframe {
  width: 100%;
}

.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, .visible-sm, .visible-md, .visible-lg {
  display: block !important;
}

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

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

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

@media (min-width: --screen-lg) {
  .visible-lg {
    display: block;
  }
}

@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;
  }
}

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

@media print {
  .visible-print {
    display: block;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Recent Activities */

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 40px;
  font-weight: 700;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #434F61;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #6f819b;
  display: inline-block;
  font-size: 13px;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: $brand_color;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/* End of Recent Activities */

.promoted-article .content-wrapper>ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
.promoted-article a {
  font-weight: 700;
}
@media (max-width: 768px) {
  .promoted-article .content-wrapper>ul {
    grid-template-columns: 1fr;
  }
}
.related-articles h3, .promoted-articles h3, .related-articles h2 {
  font-size: 20px;
  margin-top: 0;
  border-bottom: 1px solid #434F61;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: : 'Lato', sans-serif;
  font-weight: 700;
}

.promoted-articles h3 {
  margin-top: 0;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #434F61;
}

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

.recent-articles h3 {
  font-size: calc(16px * 1.25);
}

.section-articles {
  margin-bottom: calc(16px * 1.5);
}

.section-articles__title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.25);
}

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

.section-articles__item {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-header {
  padding: calc(16px * 1.5) 15px;
  margin-bottom: calc(16px * 1.5);
  color: #434F61;
  text-align: center;
  background-color: $bodu_bg;
  border-radius: 8px;
}

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

.profile-header__name {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.5);
}

.profile-header__name a {
  color: #434F61;
}

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

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(16px * 1.5);
  background-color: rgba(245, 244, 240, 1);
}

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

.profile-stats {
  padding-left: 0;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px - 2px);
  color: #434F61;
  list-style: none;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: calc(16px * 1.5 / 4);
}

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

.profile-stats__label {
  margin-right: calc(12px / 2);
}

.profile-stats__value {
  color: #434F61;
}

.profile-nav {
  margin-bottom: calc(16px * 1.5);
  overflow: hidden;
  font-size: calc(16px * 0.75);
  font-weight: 600;
  background-color: rgba(245, 244, 240, 1);
  border-radius: 8px;
}

.profile-nav__items {
  padding-left: 0;
  margin: 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: #434F61;
}

.profile-nav__item.is-active {
  color: rgba(242, 169, 0, 1);
  background-color: $brand_primary;
}

.profile-nav__item.is-active {
  padding: calc(16px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav__item a {
  padding: calc(16px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav__item:after {
  right: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(16px * 1.5);
}

.profile-section__title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.5);
}

.profile-section__description {
  font-size: calc(16px * 0.75);
  color: #434F61;
}

@media (min-width: 768px) {
  .profile-section__description {
    padding-bottom: 0
  }
}

.profile-section-sorter {
  font-size: calc(16px * 0.75);
}

.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 {
    padding-top: 0;
    border-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: calc(16px * 1.5 / 2)
  }
}

@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;
  padding: calc(16px * 1.5 / 2) 15px;
  word-wrap: break-word;
  background-color: #fbfbf9;
  border-radius: 8px;
}

.profile-contribution__header {
  margin-bottom: calc(16px * 1.5 / 4);
}

.profile-contribution__status {
  margin-bottom: calc(16px * 1.5 / 4);
}

.profile-contribution__title {
  margin-bottom: calc(16px * 1.5 / 4);
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 0.75);
}

.profile__no-activity {
  color: rgba(245, 244, 240, 1);
  text-align: center;
}

.profile__private-activity {
  color: rgba(245, 244, 240, 1);
  text-align: center;
}

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

.profile-activity {
  position: relative;
  margin-bottom: calc(16px * 1.5 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 0.75);
  font-weight: 600;
}

.profile-activity__header:before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before, .profile-activity[class$="-article"] .profile-activity__header:before {
  content: "\f15c";
}

.profile-activity-list--posts .profile-contribution__title:before, .profile-activity[class$="-post"] .profile-activity__header:before {
  content: "\f086";
}

.profile-activity-list--comments .profile-contribution__title:before, .profile-activity[class$="-comment"] .profile-activity__header:before {
  font-weight: 400;
  content: "\f075";
}

.entry-info {
  display: -webkit-box;
  display: flex;
  font-size: calc(16px * 0.75);
}

.entry-info__avatar {
  padding-right: 12px;
}

.status-label {
  padding: 2px calc(12px / 2);
  font-size: 12px;
  color: #434F61;
  border-radius: 8px;
}

.status-label--pending {
  background-color: rgba(242, 169, 0, 1);
}

.status-label--with-ticket {
  background-color: rgba(242, 169, 0, 1);
}

.status-label--with-ticket:hover, .status-label--with-ticket:focus, .status-label--with-ticket:active {
  color: rgba(255, 255, 255, 1);
}

.status-label--solved, .status-label--closed {
  background-color: rgba(242, 169, 0, 1);
}

.status-label--new, .status-label--open {
  background-color: rgba(242, 169, 0, 1);
}

.status-label--answered {
  background-color: rgba(242, 169, 0, 1);
}

.status-label--official {
  background-color: rgba(242, 169, 0, 1);
}

.status-label--completed, .status-label--answered {
  background-color: rgba(242, 169, 0, 1);
}

.status-label--planned {
  background-color: rgba(242, 169, 0, 1);
}

.status-label--not-planned {
  color: #434F61;
  background-color: rgba(245, 244, 240, 1);
}

.attachment-list {
  padding-left: 0;
  margin: 0;
  font-size: calc(16px * 0.75);
  list-style: none;
}

.attachment-list__item {
  position: relative;
  padding-left: calc(12px * 1.5);
  margin-bottom: calc(16px * 1.5 / 2);
}

.attachment-list__item:last-child {
  margin-bottom: 0;
}

.attachment-list__icon {
  position: absolute;
  top: 4px;
  left: 0;
}

.promoted-articles__list {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.promoted-articles__title {
  font-weight: 400;
}

.promoted-articles-item__title {
  display: block;
  margin-bottom: calc(16px * 1.5 / 4);
  font-size: calc(16px * 1);
}

.list-colored, .list-bullet {
  padding-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}

.list-colored li {
  position: relative;
  padding-left: calc(30px + 12px);
  margin-bottom: calc(16px * 1.5 / 1.5) !important;
  counter-increment: list;
}

.list-colored li:before {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: calc(16px * 0.75);
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  content: counter(list);
  background-color: $brand_primary;
  border-radius: 50%;
}

.list-colored ol {
  margin-bottom: 14px;
  list-style-type: none;
  counter-reset: list;
}

.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-bullet li:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: $brand_primary;
  content: "\f058";
  background-color: transparent;
}

.list-bullet ul {
  margin-bottom: 14px;
  list-style: none;
}

.is-hidden {
  display: none;
}

/* Community */

.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 {
  display: flex;
  justify-content: center;
}

.vote [aria-selected="true"] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: calc(16px * 1.5 / 4);
  padding-bottom: calc(16px * 1.5 / 4);
  font-weight: 600;
  text-align: center;
}

.vote-control:hover, .vote-control:active {
  z-index: 2;
}

.vote-control--active {
  border-color: #434F61;
}

/* COMMUNITY TOPIC PAGES */

@media (min-width: 768px) {
  .topic-list-page {
    margin-top: 30px;
    margin-bottom: calc(16px * 1.5)
  }
}

.topic-list-item:nth-child(2n + 1) {
  clear: left;
}

.topic-list-item__box {
  padding: calc(16px * 1.5) 12px;
  margin-bottom: calc(16px * 1.5);
  border: 2px solid #434F61;
  border-radius: 8px;
}

.topic-list-item__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

.topic-page {
  margin-top: 30px;
  margin-bottom: calc(16px * 1.5 * 2);
}

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #434F61;
}

.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%;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.75);
}

.topic-filters__item {
  float: left;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .topic-filters__item {
    margin-bottom: calc(16px * 1.5 / 2)
  }
}

.topic-controls {
  margin-bottom: calc(16px * 1.5 * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(12px / 2);
}

@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 {
  right: 0;
  left: initial;
}

/* END OF COMMUNITY TOPIC PAGES */

/* COMMUNITY POST PAGES */

@media (min-width: 768px) {
  .post-page {
    margin-top: 30px;
    margin-bottom: calc(16px * 1.5 * 2)
  }
}

.post {
  position: relative;
  margin-bottom: calc(16px * 1.5);
  margin: 0 0 40px;
}

.post__title {
  padding-right: calc(12px * 1.5);
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {
  .post__title {
    font-size: calc(16px * 1.75)
  }
}

@media (min-width: 992px) {
  .post__title {
    font-size: calc(16px * 2.5)
  }
}

.post-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(16px * 1.5);
}

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

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

.post__text {
  word-wrap: break-word;
}

.post__body ul {
  list-style: disc;
}

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

.post__body ul ul {
  margin-top: calc(16px * 1.5 / 2);
}

.post__body ul ol {
  margin-top: calc(16px * 1.5 / 2);
}

.post__body ol ul {
  margin-top: calc(16px * 1.5 / 2);
}

.post__body ol ol {
  margin-top: calc(16px * 1.5 / 2);
}

.post__body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.post__body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.post__voting-and-actions {
  position: relative;
}

.post__voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.post__voting-and-actions .dropdown-toggle:after {
  margin-left: 0;
  font-size: 16px;
  content: "\f013";
}

.post__actions .dropdown-menu {
  width: auto;
}

.post__actions .dropdown-menu [role="menuitem"] {
  white-space: nowrap;
}

.post-callout {
  padding: calc(16px * 1.5 / 2) 15px;
  background-color: rgba(245, 244, 240, 1);
}

.site-icon svg {
  width: 45px;
}

@media (max-width: 767px) {
  .post-callout {
    margin-bottom: 25px
  }
}

.post-callout__title {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

@media (min-width: 768px) {
  .post-list-page {
    margin-top: 30px;
    margin-bottom: calc(16px * 1.5 * 2)
  }
}

.post-list-item {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #434F61;
}

@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%
  }
}

.post-list-item__title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.5);
}

.post-list-item__title .fa-star {
  position: relative;
  top: -4px;
  font-size: 50%;
}

@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 {
  font-size: 14px;
  color: #434F61;
}

@media (min-width: 768px) {
  .post-info {
    float: right;
    min-width: 90px;
    padding: calc(12px / 2) 12px;
    text-align: center;
    background-color: rgba(245, 244, 240, 1);
    border-radius: 8px
  }
}

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    font-weight: 600;
    color: #434F61
  }
}

.post-info+.post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-info+.post-info:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }
}

.post-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  border-radius: 8px;
}

.post-status--completed, .post-status--answered {
  background-color: rgba(242, 169, 0, 1);
}

.post-status--planned {
  background-color: rgba(242, 169, 0, 1);
}

.post-status--not-planned {
  color: #434F61;
  background-color: rgba(245, 244, 240, 1);
}

@media (min-width: 768px) {
  .new-post-page {
    margin-top: 30px;
    margin-bottom: calc(16px * 1.5 * 2)
  }
}

.new-post-title {
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {
  .new-post-title {
    font-size: calc(16px * 1.75)
  }
}

@media (min-width: 992px) {
  .new-post-title {
    font-size: calc(16px * 2.5)
  }
}

.new-post-form {
  margin-bottom: calc(16px * 1.5);
}

/* END OF COMMUNITY POST PAGES */

.topbar__col.topbar__menu {
  justify-content: flex-end;
  align-items: center;
}

.searchbar-top {
  margin-left: 30px;
}

.searchbar-mobile {
  display: none !important;
}

.site-wrapper {
  display: grid;
  padding: 50px 0;
  grid-template-columns: 1fr;
}

@media (min-width: 769px) {
  .site-wrapper {
    grid-template-columns: auto 1fr;
  }
}

.site-wrapper:after {
  clear: both;
}

.site-block-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.site-block {
  flex: 33.333%;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .site-block {
    flex: 50%;
  }
}

.category-body {
  width: 50%;
}

/* solafid */

/* CUSTOM BLOCK */

.site-div {
  background: #ffffff;
  padding: 25px 40px;
  box-shadow: 0px 0px 8px rgba(0, 62, 59, 0.12);
  border-radius: 8px;
  display: block;
  transition: all 0.4s;
  height: 100%;
}

.site-div:hover {
  box-shadow: 0px 8px 12px rgba(0, 62, 59, 0.12);
}

.site-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  margin: 0 auto 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 50px;
}

.site-icon-1 {
  background: rgba(255, 255, 255, 1) !important;
}

.site-icon-2 {
  background: rgba(255, 255, 255, 1) !important;
}

.site-icon-3 {
  background: rgba(255, 255, 255, 1) !important;
}

.site-icon-4 {
  background: rgba(255, 255, 255, 1) !important;
}

.site-icon-5 {
  background: rgba(255, 255, 255, 1) !important;
}

.site-icon-6 {
  background: rgba(255, 255, 255, 1) !important;
}

.site-icon:before {
  position: absolute;
  width: 45px;
  height: 45px;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover!important;
}

.site-div p {
  color: #434F61;
  letter-spacing: 0.25px;
  line-height: 22px;
}

.site-block h4 {
  font-size: 24px;
  line-height: 28px;
  color: #434F61;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

/* END OF CUSTOM BLOCK */

.light-bg {
  background: rgba(245, 244, 240, 1);
  height: auto;
  display: flex;
}

aside.site-sidebar ul, .site-body ul, .site-related ul{
  padding: 0;
  margin: 0;
}

.content-sub-menu {
  border-left: 1px solid grey;
}

aside.site-sidebar ul li, .site-related ul li {
  list-style: none;
  margin-left: 10px;
}

aside.site-sidebar.light-bg:before {
  width: 10%;
  height: 100%;
  right: 100%;
  content: '';
  background: rgba(245, 244, 240, 1);
  top: 0;
  position: absolute;
}

[dir="rtl"] aside.site-sidebar.light-bg:before {
  left: 100%;
  right: unset;
}

aside.site-sidebar.light-bg {
  position: relative;
  height: 100%;
  padding-right: 30px;
  z-index: 99;
}

.mobile-sidebar {
  display: none;
}

.py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.site-header {
  border-bottom: 2px solid #434F61;
  margin-bottom: 40px;
}

.site-header h1 {
  font-family: 'Lato', sans-serif;
  margin: 0;
  margin-bottom: 10px;
}

/* Homepage Knowledge base */
@media (min-width: 769px) {
  [dir="ltr"] .sidebar-homepage {
    margin-right: 20px;
  }
  [dir="rtl"] .sidebar-homepage {
    margin-left: 20px;
  }
  .sidebar-homepage .collapse {
    display: block;
  }
  .sidebar-homepage .fa {
    display: none !important;
  }
}
.knowledge-base a {
  color: rgba(0, 58, 112, 1);
}
.knowledge-base h2, .promoted-article h2 {
  margin-bottom: 40px;
}
.knowledge-base h3 {
  color: rgba(0, 58, 112, 1);
}
.sidebar-homepage h2 {
  margin-bottom: 20px;
}
.knowledge-base .category-name h4, .category-name>a {
  font-size: 22px;
  color: rgba(0, 58, 112, 1);
  margin-bottom: 5px;
  transition: all 0.3s;
}
.section-name {
  margin-bottom: 10px;
}
.section-name a {
  color: rgba(0, 58, 112, 1);
}
.section-name a:hover {
  color: rgba(242, 169, 0, 1);
}
.sidebar-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .sidebar-content {
    grid-template-columns: 1fr;
  }
}
.site-sidebar li a, .category-block li a {
  font-size: 20px;
  color: rgba(0, 58, 130, 1);
  margin-bottom: 12px;
  display: block;
  position: relative;
}

.site-sidebar li a:before {
  position: absolute;
  top: 0;
  width: 3px;
  height: 0;
  content: '';
  background: rgba(242, 169, 0, 1);
  transition: all 0.4s;
}
[dir="ltr"] .site-sidebar li a:before {
  left: -10px;
}
[dir="rtl"] .site-sidebar li a:before {
  right: -10px;
}

.site-sidebar li a:hover, .category-block li a:hover, .site-sidebar li.active a, .site-sidebar li a.active {
  color: rgba(242, 169, 0, 1);
  text-decoration: none;
}

.site-sidebar li.active a, .site-sidebar li a.active {
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.site-sidebar li.active a:before, .site-sidebar li a.active:before {
  height: 100%;
}

.site-sidebar h3 {
  font-size: 24px;
  margin: 0 20px 20px 0;
  font-weight: bold;
}

.site-sidebar h4 {
  margin: 0 40px 20px 0;
}

.collapse-button {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  background: none;
  border: none;
  top: 20%;
  color: rgba(0, 58, 112, 1);
  padding: 10px 0;
}

.collapse-button i {
  width: 100%;
}

.collapse-button:hover {
  color: rgba(0, 58, 112, 1);
}

/* End of Homepage Sidebar */

/** Sidebar Responsive **/

@media (max-width: 480px) {
  .homepage-sidebar {
    display: flex;
    flex-direction: column;
    float: none;
    margin: auto;
    width: 100%;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  [dir="rtl"] .homepage-sidebar {
    float: none;
  }
  .homepage-sidebar .fa {
    transition: transform 0.3s ease;
  }
  .homepage-sidebar>.collapse-button>.fa.is-active {
    transform: rotate(-180deg);
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .homepage-sidebar {
    margin-top: 35px;
  }
}

@media (min-width: 481px) and (max-width: 637px) {
  .homepage-sidebar {
    padding: 10px 0 30px;
  }
  .homepage-sidebar .category-name h4 {
    font-size: 23px;
  }
  .homepage-sidebar .category-name ul li {
    font-size: 13px;
  }
}

/* End of sidebar responsive */

.article-lists li a {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}

[dir="ltr"] .article-lists {
  margin-left: 20px!important;
}
[dir="rtl"] .article-lists {
  margin-right: 20px!important;
}

.subsection-article-lists {
  margin-left: 40px!important;
}

.site-primary {
  padding-left: 40px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.site-sidebar.site-article li a {
  font-size: 16px;
}

.category-block {
  width: 100%;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}

.category-block h4 {
  font-size: 20px !important;
}

.container.category-page.py-6 {
  padding-bottom: 120px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  color: #434F61;
}

.quick-block {
  border: 1px solid #434F61;
  padding: 30px;
  margin: 40px 0;
  box-shadow: 7px 7px #00302D;
}

.quick-block h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.quick-block ul {
  margin: 0;
}

.quick-block li a {
  font-size: 20px;
  margin-top: 10px;
  display: block;
  padding-right: 5px;
}

.quick-block ul {
  overflow: hidden;
}

.quick-block li {
  width: 50%;
  display: inline-block;
  float: left;
}

.site-footer.light-bg {
  padding: 15px 25px;
  text-align: center;
  justify-content: center;
  margin: 60px 0 40px;
}

.site-footer.light-bg li {
  list-style: none;
  display: block;
  font-weight: 300;
}

.site-footer.light-bg h3 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  float: left;
}
.site-vote {
  display: flex;
  justify-content: center;
}
@media(min-width: 769px) {
  .site-footer.light-bg h3 {
    display: flex;
  }
}

.site-footer.light-bg h3 a {
  color: #434F61;
  text-decoration: underline;
}

.site-footer.light-bg h3 a:hover {
  text-decoration: underline;
  color: rgba(242, 169, 0, 1);
}

.site-footer.light-bg p {
  justify-content: center;
  display: flex;
}

.article-subscribe {
  float: right;
  display: flex;
}

[dir="rtl"] .article-subscribe {
  float: left;
}

.site-related {
  background: rgba(245, 244, 240, 1);
  position: relative;
}
[dir="ltr"] .site-related {
  padding-left: 40px;
}
[dir="rtl"] .site-related {
  padding-right: 40px;
}

.site-related:before, .site-related:after {
  position: absolute;
  width: 100%;
  content: '';
  top: 0;
  height: 100%;
  background: rgba(245, 244, 240, 1);
}

.site-related:before {
  width: 200px;
}
[dir="ltr"] .site-related::after {
  left: 100%;
}
[dir="rtl"] .site-related::after {
  right: 100%;
}
[dir="rtl"] .site-related:before, [dir="rtl"] .site-related::after {
  right: 100%;
}
[dir="ltr"] .site-related:before {
  left: auto;
  right: 100%;
}
[dir="rtl"] .site-related:before {
  left: 100%;
  right: auto;
}

.site-related.py-6 .row {
  overflow: hidden;
}

.site-related h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.site-related li a:hover, .related-articles li a:hover {
  color: rgba(242, 169, 0, 1);
  text-decoration: underline;
}

.site-related li a, .related-articles li a {
  font-size: 20px;
  line-height: 32px;
  color: ;
  margin-top: 7px;
  display: block;
}

em {
  color: rgba(0, 58, 130, 1);
}

.category-page, .article-page, .section-page {
  overflow: hidden;
}

/* Header controller */

.topbar__controls {
  display: flex;
  align-items: center;
}

[dir="ltr"] .topbar__controls {
  float: right;
}

[dir="rtl"] .topbar__controls {
  float: left;
}

.topbar__controls a {
  color: rgba(255, 255, 255, 1);
  margin-left: 23px;
  font-family: 'Lato', sans-serif;
}

.topbar__controls a:hover {
  color: rgba(64, 126, 201, 1);
}

.user-info {
  position: relative;
  display: block;
}
[dir="ltr"] .user-info {
  margin-left: 23px;
}
[dir="rtl"] .user-ino {
  margin-right: 23px;
}
.user-info>button, .sign-in {
  border: 0;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  min-width: 0;
  padding: 1px;
  white-space: nowrap;
  outline: none;
  text-transform: unset;
  background: none;
}

.sign-in:focus {
  background-color: unset;
}

@media (max-width: 768px) {
  .user-info>button {
    margin-left: 0;
  }
}

.user-info>button:hover, .user-info>button:focus, .sign-in:hover {
  border: 0;
  color: rgba(64, 126, 201, 1);
  background-color: transparent;
  outline: none;
  transition: all 0.4s;
  box-shadow: unset;
}

.user-info>button::after {
  color: rgba(255, 255, 255, 1);
}

[dir="ltr"] .user-info>button::after {
  margin-left: 5px;
}

[dir="rtl"] .user-info>button::after {
  margin-right: 5px;
}

.user-info img {
  width: 29px;
}

[dir="ltr"] .user-info img {
  margin-right: 5px;
}

[dir="rtl"] .user-info img {
  margin-left: 5px;
}

button.dropdown-toggle {
  text-transform: unset;
  box-shadow: unset;
  font-weight: unset;
  color: rgba(255, 255, 255, 1)!important;
  background: rgba(242, 169, 0, 1)!important;
}
button.dropdown-toggle:hover {
  color: rgba(242, 169, 0, 1)!important;
  background: rgba(255, 255, 255, 1)!important;
}
.user-info>.dropdown-toggle,
.user-info>.dropdown-toggle:hover {
  background-color: unset!important;
}
button.vote-option {
  text-transform: unset;
  font-weight: unset;
  padding: 0 5px;
  margin: unset;
  font-size: inherit;
  border: unset;
  border-color: unset;
  color: inherit;
  background-color: unset;
  box-shadow: unset;
}
button.vote-option:hover {
  color: rgba(242, 169, 0, 1);
}

p.help-center-name {
  font-family: 'Lato', sans-serif;
}

[dir="ltr"] p.help-center-name {
  border-left: 1px solid rgba(255, 255, 255, 1);
  margin-left: 12px;
  padding-left: 12px;
}

[dir="rtl"] p.help-center-name {
  border-right: 1px solid rgba(255, 255, 255, 1);
  margin-right: 12px;
  padding-right: 12px;
}

.help-center-name a {
  color: rgba(255, 255, 255, 1);
  font-family: 'Lato', sans-serif;
}

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

/* END OF Header controller */

.site-body ul, .site-body ol {
  margin-bottom: 30px;
}

.site-body ul li, .site-body ol li {
  margin-bottom: 10px;
}

/* Article body */
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body li {
  padding-left: 0px;
  list-style-position: outside;
  margin: 0px 0 20px 20px;
}

.article-body img {
  padding-top: 15px;
  cursor: pointer;
}

.quick-block ul li {
  margin: 0;
}

.quick-block ul, .category-block ul {
  padding: 0;
  margin: 0;
}

/* Article comments CSS */

.article-author {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}

.article-author ul {
  list-style: none;
}

.article-author img {
  margin-right: 20px;
}

[dir="rtl"] .article-author img {
  margin-right: unset;
  margin-left: 20px;
}

.meta-group {
  font-size: calc(16px - 3px);
}

.comment {
  list-style: none;
  word-break: break-word;
}

.comments {
  padding-top: 60px;
  border-top: 1px solid #434F61;
}
#comments {
  padding-top: 60px;
}
@media (min-width: 769px) {
  [dir="ltr"] .comments {
    padding-left: 40px;
  }
  [dir="rtl"] .comments {
    padding-right: 40px;
  }
}
.comments {
  padding-right: 0;
  padding-left: 0;
}
.comment-heading {
  margin-bottom: 5px;
}

.comment-avatar {
  margin-right: 10px;
  list-style: none;
  margin-bottom: auto;
}

[dir="rtl"] .comment-avatar {
  margin-right: unset;
  margin-left: 10px;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  margin-top: 10px;
}

.comment-callout {
  color: #434F61;
}

.comment-author {
  display: flex;
  vertical-align: middle;
}

.comment-author ul {
  list-style: none;
}

.comment-meta {
  vertical-align: middle;
}

.comment-badge img {
  width: 20px;
  height: 20px;
}

.dropdown-sorter .dropdown-toggle {
  background: rgba(242, 169, 0, 1);
  outline: none;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(242, 169, 0, 1);
}
.dropdown-sorter .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(242, 169, 0, 1);
}

.comment-sorter button:hover {
  background: rgba(242, 169, 0, 1);
}

.comment-sorter button:focus {
  background: rgba(242, 169, 0, 1);
  border-color: rgba(242, 169, 0, 1);
  opacity: 0.8;
}

.comment-sorter button:after {
  transform: rotate(180deg);
}

.comment-actions-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.comment-vote {
  width: auto;
  padding-right: 10px;
  ;
  display: flex;
  max-width: none;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-sum {
  margin: 0 10px;
}

.vote--post {
  margin-bottom: 10px;
}

.vote-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 769px) {
  .vote-wrapper {
    padding-right: 52px;
  }
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #434F61;
  border-color: rgba(242, 169, 0, 1);
}

.vote-control:hover, .vote-control:active {
  z-index: 2;
}

.vote-control--active {
  border-color: rgba(242, 169, 0, 1);
}

.comment-actions.actions span {
  padding: 0 15px;
}

/* End of Article comments */

.category-block ul li {
  list-style-position: outside;
  margin-left: 20px;
}

.category-block ul li a:hover {
  font-weight: normal;
}

.site-sidebar ul ul li a {
  padding-left: 10px;
}

.site-body p a:hover {
  text-decoration: none;
  color: rgba(242, 169, 0, 1);
}

.searchbar-top-mobile {
  display: none;
}

.searchbar-top-mobile .search:before {
  color: #ccc;
}

form.search input {
  height: 32px;
  line-height: 48px;
}

.all-article {
  font-style: italic;
  margin-left: 20px;
  color: #0051b5;
}

.category-block a:hover {
  text-decoration: underline;
}

.ftr-logo {
  margin-bottom: 20px;
}

.footer__col.copyright.column.column--sm-8 p {
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
}

.mobile-logo {
  display: none;
}

.copyright-column div img {
  height: calc(24 * 1px);
  max-height: 64px;
  margin-right: 5px;
}

.footer-logo {
  margin: auto 0;
}

@media (max-width: 480px) {
  .footer-logo img {
    display: none;
  }
  .copyright-column div img {
    display: none;
  }
  .mobile-logo {
    display: inline-block;
    height: calc(24 * 1px);
  }
}

footer span {
  color: rgba(0, 0, 0, 1);
}

.footer__col.footer__col--social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media (min-width: 769px) {
  .footer__col.footer__col--social-links {
    width: 60%;
  }
}

.footer__col.footer__col--social-links span {
  margin-right: 15px;
  font-size: 14px;
}

.custom-link-column {
  padding-bottom: 20px;
  width: 100%;
  line-height: 2;
}

[dir="ltr"] .custom-link-column {
  text-align: right;
}

[dir="rtl"] .custom-link-column {
  text-align: left;
}

.social-column {
  width: 100%;
}

[dir="ltr"] .social-column {
  text-align: right;
}

[dir="rtl"] .social-column {
  text-align: left;
}

@media (max-width: 768px) {
  [dir="ltr"] .custom-link-column, [dir="rtl"] .custom-link-column {
    text-align: center;
    line-height: 2;
  }
  [dir="rtl"] .social-column, [dir="ltr"] .social-column {
    text-align: center;
  }
}

.custom-link {
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  margin: 0 10px;
  font-weight: 700;
  white-space: nowrap;
}

.layout__footer {
  background: rgba(255, 255, 255, 1);
  margin-top: auto;
}

blockquote h3, blockquote h2, blockquote h4, blockquote h5 {
  margin: 0 0 10px;
}

h3.h5.search-result__title a {
  font-size: 28px;
}

ol.breadcrumbs.breadcrumbs--search-results li {
  font-size: 16px;
}

.footer .row.d-flex {
  align-items: center;
}

.footer-logo img {
  height: 26px;
}

button.lines-button.x:focus, span.lines:focus {
  outline: none;
}

/*** media query***/

@media (max-width: 1200px) {
  .site-primary, .site-related {
    padding-left: 0px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  .site-sidebar.site-article li a {
    font-size: 18px;
  }
  h3, .h3 {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (max-width:768px) {
  aside.site-sidebar.light-bg {
    display: none;
  }
}

@media (max-width: 992px) {
  .site-div {
    padding: 20px;
  }
  .quick-block li a {
    font-size: 18px;
    margin-top: 7px;
    display: block;
  }
  h1 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 34px;
  }
  .related-articles h3, h4 {
    font-size: 18px;
  }
  .promoted-articles h3, .related-articles h2 {
    font-size: 18px;
  }
  .site-sidebar.site-article li a {
    font-size: 16px;
  }
  aside.site-sidebar.light-bg {
    position: relative;
    height: 100%;
    padding-right: 50px;
    z-index: 99;
  }
  .site-related li a {
    font-size: 17px;
    line-height: 26px;
    color: #434F61;
  }
  .site-icon {
    width: 80px;
    height: 80px;
  }
  .site-block h4 {
    font-size: 20px;
  }
  span.site-vote {
    display: block;
  }
}

.searchform {
  display: none;
}

@media (max-width: 768px) {
  .searchbar-top-mobile {
    display: block;
    margin: 32px;
  }
  .topbar__col {
    padding: 32px 0;
    display: flex;
  }
  .topbar__col.topbar__menu {
    padding: 0;
  }
  .container.category-page.py-6 {
    padding-top: 15px;
  }
  .site-wrapper {
    padding: 20px 0;
  }
  .site-div p {
    font-size: 14px;
  }
  .site-block {
    margin: 16px 0;
  }
  .hero-unit .search:before {
    width: 26px;
    height: 26px;
    left: 13px!important;
    top: 27px;
  }
  .search-box--hero-unit #query {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
  .site-primary.py-6 {
    padding-top: 15px;
  }
  aside.site-sidebar.py-6.light-bg.site-article {
    display: none;
  }
  .mobile-sidebar {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }
  .mobile-sidebar li {
    list-style: none;
  }
  .site-related .column.column--sm-6 {
    margin: 15px 0;
  }
  .site-related.py-6 {
    padding: 40px 0;
  }
  .topbar__inner {
    display: flex;
    justify-content: space-between;
  }
  .site-block {
    flex: 100%;
    max-width: 100%;
  }
  .searchbar-top {
    width: 100%;
    display: none;
  }
  .searchbar-collapse {
    width: 100%;
  }
  .searchbar-mobile {
    display: flex;  
    font-size: 20px;
    width: 40px;
    justify-content: flex-end;
    top: 30px;
  }
  [dir="ltr"] .searchbar-mobile {
    margin-right: 25px;
  }
  [dir="rtl"] .searchbar-mobile {
    margin-left: 25px;
  }
  .searchbar-mobile input[type="search"] {
    padding-left: 15px;
  }
  #topbar_menu {
    position: absolute;
    width: 100%;
    background-color: rgba(241, 169, 30, 1);
  }
  .topbar_menu_wrapper {
    padding: 20px 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .topbar_menu_wrapper a,
  .topbar_menu_wrapper> div {
    color: rgba(255, 255, 255, 1);
    margin: 10px 0;
  }
  @media (max-width: 768px) {
    .searchform {
      display: flex;
      flex-direction: row;
      position: absolute;
      -webkit-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -moz-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -ms-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -o-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -webkit-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -moz-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -ms-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -o-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      z-index: 1000;
      height: 104px;
      width: 100%;
      border: none;
      margin-top: -100vh;
      text-align: center;
      z-index: 1001;
      background: #ffffff;
      box-shadow: 0 1px 3px rgba(55, 60, 80, 0.5);
    }
    .searchform input[type="search"] {
      border: none;
      height: 104px;
      padding-left: 8px;
    }
    .searchform input[type="search"]::-webkit-search-cancel-button {
      appearance: none;
    }
    .searchform form {
      width: 70%;
    }
    .searchform.moved {
      margin-top: 0px;
    }
    .searchform-icon {
      margin: auto 20px;
      font-size: 25px;
      color: #434F61;
      opacity: 0.5;
    }
    .searchbar-mobile {
      display: flex !important;
      color: rgba(64, 126, 201, 1);
    }
    @media (min-width: 769px) {
      .searchform-icon {
        display: none !important;
      }
    }
    #closeSearch {
      margin: auto;
      font-size: 25px;
      color: #434F61;
      opacity: 0.5;
    }
    [dir="ltr"] #closeSearch {
      margin-right: 50px;
    }
    [dir="rtl"] #closeSearch {
      margin-left: 50px;
    }
  }
  .intro-title {
    font-size: calc(40px * 0.8);
  }
  .search-box--hero-unit .search {
    display: -webkit-box;
    display: flex;
    max-width: 460px;
    margin: 25px auto;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  .mobile-icon {
    display: flex;
    justify-content: space-between;
  }
  button.lines-button.x {
    box-shadow: unset;
    margin-right: 10px;
    display: flex;
    padding: 0;
    background: transparent;
    top: 25px;
    color: rgba(64, 126, 201, 1);
    font-size: 20px;
    border-radius: 0;
  }
  [dir="ltr"] button.lines-button.x {
    right: 32px;
  }
  [dir="rtl"] button.lines-button.x {
    left: 32px;
  }
  button.lines-button.x:focus {
    color: rgba(242, 169, 0, 1);
  }
  .topbar__collapse {
    transition: all 1s ease-out;
    width: 100%;
    top: 99%;
    right: 0;
    background: rgba(241, 169, 30, 1);
    z-index: 9998;
    padding: 0 10px 20px 10px;
  }
  .topbar__controls {
    float: none;
    display: block;
    align-items: center;
    padding: 15px;
  }
  .topbar__controls a {
    color: rgba(255, 255, 255, 1);
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
  }
  .footer__col.copyright.column.column--sm-7.column--md-8 {
    order: 2;
    margin-top: 15px;
  }
  .footer__col.footer__col--social-links.column.column--sm-5.column--md-4 {
    order: 1;
  }
  .container {
    padding-right: 22px;
    padding-left: 22px;
  }
  .new-request-page {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}

.lines-button.x {
  display: none;
}
@media (min-width: 769px) {
  #topbar_menu {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .py-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .quick-block li {
    width: 100%;
  }
  h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .quick-block li a {
    font-size: 18px;
    margin-top: 7px;
    display: block;
  }
  .site-footer.light-bg h3 {
    line-height: 26px;
    font-size: 16px;
  }
  .site-footer.light-bg li {
    font-size: calc(16px - 2px);
  }
}

@media (max-width: 768px) {
  footer.footer.container {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer__col.footer__col--social-links span {
    display: none;
  }
  .hero-unit {
    height: 240px;
  }
  .footer__col.footer__col--social-links {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 20px 0 10px;
  }
  .category-block {
    margin-bottom: 30px;
    border-bottom: 2px solid #434F61;
    padding-bottom: 30px;
  }
  .column.column--xs-6.column--sm-4.column--md-3:last-child .category-block {
    border: none;
    padding-bottom: none;
  }
  /* solafid solutions */
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  .intro-title {
    font-size: 30px;
  }
  .site-div {
    padding: 20px 40px;
  }
  .column.column--xs-6.column--sm-4.column--md-3 {
    width: 100%;
  }
}

.post-list-page.post-page.topic-list.topic-list-page.new-community-post-page {
  padding-top: 60px;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.card {
  padding: 20px;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.32);
  background-color: rgba(165, 223, 211, 1);
  border-radius: 8px;
}

/* Info Notification */

.info-header {
  display: none;
  position: relative;
  background-color: rgba(164, 200, 225, 1);
  transition: all 0.3s ease;
  z-index: 1032;
}

.info-header.show {
  display: block;
}

.info-banner {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  padding: 15px 0 10px;
}

.info-banner .banner-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.info-banner .banner-header h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 5px;
  align-items: center;
  color: rgba(50, 51, 49, 1);
}

.info-banner .banner-header #banner-close {
  display: flex;
  cursor: pointer;
}

.info-banner .banner-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.info-banner .banner-body p {
  margin: 0;
  color: rgba(50, 51, 49, 1);
  font-size: 14px;
}

.info-banner .banner-body a {
  text-transform: none;
  font-weight: normal;
  color: rgba(50, 51, 49, 1);
  border-color: rgba(50, 51, 49, 1);
}

.info-banner .banner-body a:hover {
  color: rgba(164, 200, 225, 1);
  background-color: rgba(50, 51, 49, 1);
  border-color: rgba(164, 200, 225, 1);
}

/* Formatting Component */
/* Tab */
.tabs {
  margin-bottom: calc(1.5 * 16px);
}

.tabs-nav {
  display: flex;
  flex-direction: row;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (max-width: 1024px) {
  .tabs-nav {
    flex-direction: column;
  }
}

.tabs-nav a {
  display: inline-block;
  top: 1px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #434F61;
  cursor: pointer;
  padding: 5px 20px;
  border: 1px solid transparent;
}

@media (max-width: 1024px) {
  [dir="ltr"] .tabs-nav a,
  [dir="rtl"] .tabs-nav a {
    display: block;
    float: none;
    border-color: #ddd;
  }
}

.tabs-nav a.is-active {
  border: 1px solid #ddd;
  pointer-events: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  color: rgba(242, 169, 0, 1);
}

@media (max-width: 1024px) {
  .tabs-nav a.is-active {
    border-bottom: 1px solid rgba(242, 169, 0, 1);
  }
}

@media (max-width: 1024px) {
  .tabs-nav a:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
}

.tabs-nav a:hover {
  opacity: 0.6;
}

.tabs-content div {
  display: none;
  padding: 16px 20px;
  border: 1px solid #ddd;
}

.tabs-content div.active {
  display: block;
}

@media (max-width: 1024px) {
  .tabs-content div {
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

@media (max-width: 1024px) {
  .tabs.colored-1 .tabs-nav a.is-active {
    border-bottom-color: transparent;
  }
}

.tabs.colored-1 .tabs-nav a,
.tabs.colored-2 .tabs-content div {
  background-color: rgba(245, 244, 240, 1);
}

.tabs.colored-1 .tabs-nav a.is-active {
  background-color: rgba(255, 255, 255, 1);
}

.tabs.colored-2 .tabs-nav a.is-active {
  background-color: rgba(245, 244, 240, 1);
  color: #434F61;
  border-bottom-color: rgba(245, 244, 240, 1);
}

/* End of Tabs */
/* Callout */
.callout {
  padding: 20px 20px;
  background-color: rgba(245, 244, 240, 1);
  margin-bottom: calc(16px * 1.5);
}

[dir="ltr"] .callout { border-left: 5px solid #434F61; }
[dir="rtl"] .callout { border-right: 5px solid #434F61; }

.callout-title {
  font-size: calc(16px * 1.5);
  font-weight: 700;
  color: inherit;
}

.callout--dashed {
  border-width: 1px;
  border-style: dashed;
}

.callout--transparent {
  background-color: transparent;
  box-shadow: 0px 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.callout--success {
  background-color: rgba(70, 219, 120, 0.3);
  border-color: #46db78;
}

.callout--info {
  background-color: rgba(74, 164, 224, 0.3);
  border-color: #4aa4e0;
}

.callout--warning {
  background-color: rgba(227, 163, 79, 0.3);
  border-color: #e3a34f;
}

.callout--alert {
  background-color: rgba(232, 51, 51, 0.3);
  border-color: #e83333;
}

.accordion {
  box-shadow: none;
  outline: 0;
  border-color: 0;
  background-color: rgba(245, 244, 240, 1);
  color: #434F61;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  opacity: 0.7;
}

.accordion::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: #434F61;
  font-weight: bold;
  transition: all 0.4s ease;
  float: right;
}

[dir="rtl"] .accordion::after {
  float: left;
}

.accordion.active::after {
  transform: rotate(-180deg);
}

.accordion-panel {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid rgba(245, 244, 240, 1);
  border-right: 1px solid rgba(245, 244, 240, 1);
}

#lightbox {
  display: none;
  position: fixed;
  z-index: 1080;
  left: 0;
  top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

#lightbox .lightbox-body {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: auto;
}

#lightbox .lightbox-content {
  display: block;
  margin: auto;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}


/* ADDITIONS 11/2/21 */

.searchbar-top .search:before {
  color: #808285;
}

/* SPECIFIC FONT TYPE FOR CERTAIN AREAS */

@font-face {
  font-family: GothamRnd-Book;
  src: url(/hc/theming_assets/01HZPCWTP0APBW2JWBR520J7FV) format('opentype');
}

.topbar {
  font-family: GothamRnd-Book;
}
.topbar_url_link {
    font-family: inherit !important;
}
.topbar .help-center-name {
    font-family: inherit;
}
form.search > #query {
  font-family: GothamRnd-Book;
}
form.search > #query::placeholder {
  color: #808285;
}
.footer {
  font-family: GothamRnd-Book;
}
.copyright-column {
  color: #808285;
  width: max-content;
}
.custom-link-column .custom-link {
    color: #808285;
}