@charset "UTF-8";
/**
 * Layout scheme:
 * item: (
 *   h-spacing: 12px,
 *   v-spacing: 20px,
 *
 *   item-count: 3,
 *   // or
 *   item-width: 64px,
 * )
 */
@font-face {
  font-family: "tui-icons";
  src: url("/Kits/Assets/TalonUikit/Assets/fonts/tui-icons/tui-icons.ttf?a6chbn") format("truetype"), url("/Kits/Assets/TalonUikit/Assets/fonts/tui-icons/tui-icons.woff?a6chbn") format("woff"), url("/Kits/Assets/TalonUikit/Assets/fonts/tui-icons/tui-icons.svg?a6chbn#tui-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.tui-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tui-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tui-icon-talon-logo:before {
  content: "";
}

.tui-icon-product-med-tests:before {
  content: "";
}

.tui-icon-product-blog:before {
  content: "";
}

.tui-icon-menu:before {
  content: "";
}

.tui-icon-close:before {
  content: "";
}

.tui-icon-user:before {
  content: "";
}

.tui-icon-user-empty:before {
  content: "";
}

.tui-icon-chevron-right:before {
  content: "";
}

.tui-icon-chevron-down:before {
  content: "";
}

.tui-icon-chevron-top:before {
  content: "";
}

body.tui-menu-open {
  overflow: hidden !important;
}

.tui-header {
  position: relative;
  color: #333333;
  background-color: white;
}
.tui-header a {
  color: inherit;
}
@media (pointer: fine) {
  .tui-header a:hover {
    color: #FF6600;
  }
}
.tui-header .tui-header-bar .tui-header-bar-body {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .tui-header .tui-header-bar .tui-header-bar-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .tui-header .tui-header-bar .tui-header-bar-body {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.tui-header .tui-header-bar .tui-header-bar-primary {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-trailing {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tui-header .tui-talon-logo {
  display: block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tui-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: #FF6600;
}
.tui-header .tui-talon-logo:before {
  content: "";
}
.tui-header #tui-menu-toggler {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tui-header {
    margin-bottom: 32px;
  }
  .tui-header .tui-header-bar {
    height: 48px;
  }
  .tui-header .tui-header-bar .tui-header-bar-body {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .tui-header {
    margin-bottom: 36px;
  }
  .tui-header .tui-header-bar {
    height: 110px;
  }
  .tui-header .tui-header-bar .tui-header-bar-body {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .tui-header .tui-header-bar {
    box-shadow: 0px 3px 16px rgba(51, 51, 51, 0.08);
  }
  .tui-header .tui-header-bar .tui-header-bar-primary {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    height: 55px;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading .tui-menu-btn {
    display: block;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding-left: 72px;
    padding-right: 72px;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-content .tui-talon-logo {
    display: none;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-trailing {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .tui-header .tui-header-bar .tui-header-bar-secondary {
    height: 55px;
    border-top: 1px solid #E7E7E7;
  }
  .tui-header .tui-header-menu {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: stretch;
    -moz-box-pack: stretch;
    box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -o-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .tui-header .tui-header-menu .tui-header-menu-items {
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .tui-header .tui-header-menu .tui-header-menu-items .tui-header-menu-item {
    font-size: 16px;
    color: #102587;
  }
}
@media screen and (min-width: 1025px) and (pointer: fine) {
  .tui-header .tui-header-menu .tui-header-menu-items .tui-header-menu-item:hover {
    color: #333333;
  }
}
@media screen and (min-width: 1025px) {
  .tui-header .tui-header-menu .tui-header-menu-items .tui-header-menu-item .tui-header-menu-item-text {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .tui-header .tui-header-menu .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-first-level {
    margin-right: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    white-space: nowrap;
  }
  .tui-header .tui-header-menu .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-first-level .tui-header-menu-item-icon {
    display: none;
    margin-right: 8px;
    font-size: 24px;
    color: #FF6600;
  }
  .tui-header .tui-header-menu .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-first-level .tui-header-menu-item-text {
    font-weight: 500;
  }
}
@media screen and (min-width: 1025px) {
  .tui-header .tui-header-menu .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-second-level {
    margin-right: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .tui-header .tui-header-menu .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-selected.tui-header-menu-item-first-level .tui-header-menu-item-icon {
    display: inline;
  }
  .tui-header .tui-header-menu .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-selected.tui-header-menu-item-second-level {
    font-weight: 500;
    color: #FF6600;
  }
}
@media screen and (min-width: 1025px) {
  .tui-header .tui-header-popover-menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tui-header .tui-header-bar {
    height: 48px;
    box-shadow: 0px 3px 16px rgba(51, 51, 51, 0.08);
  }
  .tui-header .tui-header-bar .tui-header-bar-body {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: stretch;
    -moz-box-pack: stretch;
    box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    -o-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary {
    height: 100%;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading {
    width: 75px;
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading .tui-talon-logo {
    display: none;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading .tui-menu-btn {
    display: block;
    color: #FF6600;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading .tui-menu-btn .tui-menu-btn-trigger {
    display: block;
    margin: -12px;
    padding: 12px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) and (pointer: fine) {
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading .tui-menu-btn .tui-menu-btn-trigger:hover {
    color: #333333;
  }
}
@media screen and (max-width: 1024px) {
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading .tui-menu-btn .tui-menu-btn-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "tui-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-leading .tui-menu-btn .tui-menu-btn-icon:before {
    content: "";
  }
}
@media screen and (max-width: 1024px) {
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-content {
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-content .tui-header-menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tui-header .tui-header-bar .tui-header-bar-primary .tui-header-bar-primary-trailing {
    width: 75px;
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
}
@media screen and (max-width: 1024px) {
  .tui-header .tui-header-bar-secondary {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tui-header .tui-header-popover-menu {
    position: fixed;
    z-index: 108;
    top: 48px;
    bottom: 0;
    left: 0;
    right: 0;
    scrollbar-color: #E7E7E7 white;
    scrollbar-width: thin;
    background-color: white;
    display: none;
  }
  .tui-header .tui-header-popover-menu::-webkit-scrollbar {
    width: 11px;
    /* width of the entire scrollbar */
  }
  .tui-header .tui-header-popover-menu::-webkit-scrollbar-track {
    background: white;
    /* color of the tracking area */
  }
  .tui-header .tui-header-popover-menu::-webkit-scrollbar-thumb {
    background-color: #E7E7E7;
    /* color of the scroll thumb */
    border-radius: 11px;
    /* roundness of the scroll thumb */
    border: 3px solid white;
    /* creates padding around scroll thumb */
  }
  .tui-header .tui-header-popover-menu .tui-header-popover-menu-body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -ms-scroll-chaining: none;
    max-height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  #tui-menu-toggler:checked ~ .tui-header-popover-menu {
    display: block;
  }

  #tui-menu-toggler:checked ~ .tui-header-bar .tui-menu-btn .tui-menu-btn-icon:before {
    content: "";
  }

  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-items-group:not(:first-child) {
    margin-top: 8px;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item .tui-header-menu-item-caption {
    color: #102587;
    min-height: 24px;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item .tui-header-menu-item-caption a {
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item .tui-header-menu-item-caption .tui-header-menu-item-caption-layout {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item .tui-header-menu-item-layout {
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item .tui-header-submenu-items .tui-header-submenu-item .tui-header-submenu-item-layout {
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #102587;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-first-level .tui-header-menu-item-icon {
    display: none;
    margin-right: 8px;
    font-size: 24px;
    color: #FF6600;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-first-level .tui-header-menu-item-text {
    font-size: 16px;
    font-weight: 500;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-second-level .tui-header-menu-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #102587;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-third-level .tui-header-menu-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #102587;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-selected.tui-header-menu-item-first-level .tui-header-menu-item-icon {
    display: inline;
  }
  .tui-header .tui-header-popover-menu .tui-header-menu-body .tui-header-menu-items .tui-header-menu-item.tui-header-menu-item-selected.tui-header-menu-item-second-level .tui-header-menu-item-text {
    font-weight: 500;
    color: #FF6600;
  }
  .tui-header .tui-header-popover-menu .tui-header-popover-menu-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@font-face {
  font-family: "PTRootUI";
  src: url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-regular.eot");
  src: url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-regular.eot?#iefix") format("embedded-opentype"), url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-regular.woff2") format("woff2"), url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-regular.woff") format("woff"), url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-regular.ttf") format("truetype");
}
@font-face {
  font-family: "PTRootUI";
  font-weight: 500;
  src: url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-medium.eot");
  src: url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-medium.eot?#iefix") format("embedded-opentype"), url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-medium.woff2") format("woff2"), url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-medium.woff") format("woff"), url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-medium.ttf") format("truetype");
}
@font-face {
  font-family: "PTRootUI";
  font-weight: bold;
  src: url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-bold.eot");
  src: url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-bold.eot?#iefix") format("embedded-opentype"), url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-bold.woff2") format("woff2"), url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-bold.woff") format("woff"), url("/App/Site/Assets/fonts/pt-root-ui/pt-root-ui-bold.ttf") format("truetype");
}
@font-face {
  font-family: "site-icons";
  src: url("/App/Site/Assets/fonts/site-icons/site-icons.ttf?fycbju") format("truetype"), url("/App/Site/Assets/fonts/site-icons/site-icons.woff?fycbju") format("woff"), url("/App/Site/Assets/fonts/site-icons/site-icons.svg?fycbju#site-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.site-icon {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-icon-talon-logo-heart:before {
  content: "";
}

.site-icon-talon-logo:before {
  content: "";
}

.site-icon-add-big:before {
  content: "";
}

.site-icon-upload-big:before {
  content: "";
}

.site-icon-user:before {
  content: "";
}

.site-icon-user-confirmed:before {
  content: "";
}

.site-icon-arrow-left:before {
  content: "";
}

.site-icon-arrow-right:before {
  content: "";
}

.site-icon-close:before {
  content: "";
}

.site-icon-upload:before {
  content: "";
}

.site-icon-trash:before {
  content: "";
}

.site-icon-add:before {
  content: "";
}

.site-icon-check:before {
  content: "";
}

.site-icon-view:before {
  content: "";
}

.site-icon-comments:before {
  content: "";
}

.site-icon-reply:before {
  content: "";
}

.site-icon-like:before {
  content: "";
}

.site-icon-social-facebook:before {
  content: "";
}

.site-icon-social-ok:before {
  content: "";
}

.site-icon-social-vk:before {
  content: "";
}

.site-icon-social-viber:before {
  content: "";
}

.site-icon-social-twitter:before {
  content: "";
}

.site-icon-social-telegram:before {
  content: "";
}

.site-icon-social-instagram:before {
  content: "";
}

.site-icon-social-zen:before {
  content: "";
}

.site-icon-chevron-down:before {
  content: "";
}

html, body {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: PTRootUI, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  background-color: #F7F7F7;
}

img {
  border: none;
}

figure {
  margin: 0;
}

a {
  color: #333333;
  text-decoration: none;
}
a body:not(.touch):hover {
  color: #FF6600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  padding: 0;
  vertical-align: top;
}

.hidden {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p:first-child {
  margin-top: 0;
}

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

/*
p.small {
  font-size: 16px;
  line-height: (24px / 16px);
  color: #666666;
}
*/
.no-animation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}

.link {
  cursor: pointer;
  color: #102587;
}
@media (pointer: fine) {
  .link:hover {
    color: #333333;
  }
}

.page {
  position: relative;
  z-index: 101;
}

.page-title {
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --page-content-h-spacing: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :root {
    --page-content-h-spacing: 32px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --page-content-h-spacing: 64px;
  }
}
.page-content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-content {
    max-width: 1024px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-content {
    max-width: 1088px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page-content {
    max-width: 1152px;
    padding-left: 64px;
    padding-right: 64px;
  }
}

.button {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=submit].button,
input[type=button].button,
input[type=reset].button,
label.button,
button.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  font-family: PTRootUI, Helvetica, Arial, sans-serif;
}
input[type=submit].button:disabled,
input[type=button].button:disabled,
input[type=reset].button:disabled,
label.button:disabled,
button.button:disabled {
  cursor: default;
}

.button.button-compact-filled {
  position: relative;
}
.button.button-compact-filled:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  right: 0;
  border-radius: 4px;
  background-color: #FF6600;
}
.button.button-compact-filled .text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 16px 12px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
}
@media (pointer: fine) {
  .button.button-compact-filled:hover:not(:disabled):before {
    background-color: rgba(51, 51, 51, 0.5);
  }
}

.button.button-filled {
  border-radius: 4px;
  background-color: #FF6600;
  padding: 16px 24px;
  font-family: PTRootUI, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
}
.button.button-filled:disabled {
  color: rgba(51, 51, 51, 0.5);
  background-color: #F7F7F7;
}
@media (pointer: fine) {
  .button.button-filled:hover:not(:disabled) {
    background-color: rgba(51, 51, 51, 0.5);
  }
}

.button.button-outline {
  border-radius: 4px;
  border: 1px solid CurrentColor;
  color: #FF6600;
}
.button.button-outline .icon,
.button.button-outline .text {
  display: inline-block;
  vertical-align: middle;
}
.button.button-outline .icon {
  padding: 9px 11px 7px;
  font-size: 24px;
}
.button.button-outline .text {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .button.button-outline .text {
    font-size: 12px;
    padding: 16px 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button.button-outline .text {
    font-size: 13px;
    padding: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .button.button-outline .text {
    font-size: 13px;
    padding: 14px;
  }
}
@media (pointer: fine) {
  .button.button-outline:hover:not(:disabled) {
    color: rgba(51, 51, 51, 0.5);
  }
}

.button.button-plain {
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FF6600;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (pointer: fine) {
  .button.button-plain:hover:not(:disabled) {
    color: rgba(51, 51, 51, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .button.button-plain {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button.button-plain {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .button.button-plain {
    font-size: 13px;
  }
}

.button.button-size-medium {
  min-width: 120px;
}

.form .notifications {
  margin-bottom: 24px;
}
.form .notifications:empty {
  display: none;
}
.form .notifications .notify + .notify {
  margin-top: 8px;
}
.form .notifications .notify-error {
  color: #FF472B;
}
.form .form-text + .form-text {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .form .form-text {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form .form-text {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .form .form-text {
    line-height: 1.6;
  }
}
.form .form-group {
  /* Remove spinner buttons from input=number */
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form .form-group .form-label {
  display: block;
  margin-bottom: 8px;
}
.form .form-group input::-webkit-outer-spin-button,
.form .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form .form-group input[type=number] {
  -moz-appearance: textfield;
}
.form .form-group .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  background: white;
  font-family: PTRootUI, Helvetica, Arial, sans-serif;
}
.form .form-group .form-control.form-readonly-control, .form .form-group .form-control:disabled {
  background-color: #F7F7F7;
}
.form .form-group .form-control.form-readonly-control {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.form .form-group .form-control.form-readonly-control:empty:before {
  content: " ";
}
.form .form-group select.form-control {
  background-image: url("/App/Site/Assets/i/select-arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .form .form-group select.form-control {
    background-image: url("/App/Site/Assets/i/select-arrow-down-2x.png");
    background-size: 34px 6px;
  }
}
.form .form-group textarea.form-control {
  resize: vertical;
}
.form .form-group .form-field-action {
  margin-top: 12px;
}
.form .form-group.form-group-required .form-label:after {
  content: "*";
  color: #FF6600;
}
.form .form-group.form-group-required .checkbox .form-label:after {
  content: none;
}
.form .form-group.form-group-hidden {
  display: none;
}
.form .form-group:not(.form-group-suggest) .checkbox::after {
  clear: both;
  content: "";
  display: table;
}
.form .form-group:not(.form-group-suggest) .checkbox .form-label {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.form .form-group:not(.form-group-suggest) .checkbox .form-label:before {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .form .form-group:not(.form-group-suggest) .checkbox .form-label .text {
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form .form-group:not(.form-group-suggest) .checkbox .form-label .text {
    margin-top: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .form .form-group:not(.form-group-suggest) .checkbox .form-label .text {
    margin-top: 1px;
  }
}
.form .form-group:not(.form-group-suggest) .checkbox .form-control {
  display: none;
  opacity: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.form .form-group:not(.form-group-suggest) .checkbox input[type=checkbox] + .form-label:before {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  vertical-align: top;
  margin-right: 8px;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #FF6600;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
}
@media (pointer: fine) {
  .form .form-group:not(.form-group-suggest) .checkbox input[type=checkbox] + .form-label:hover:before {
    border-color: rgba(51, 51, 51, 0.5);
  }
}
.form .form-group:not(.form-group-suggest) .checkbox input[type=checkbox]:checked + .form-label:before {
  content: "";
}
.form .form-group .form-control-file {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.form .form-group .form-control-file .fake-value,
.form .form-group .form-control-file .fake-btn {
  color: #333333;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .form .form-group .form-control-file .fake-value,
.form .form-group .form-control-file .fake-btn {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form .form-group .form-control-file .fake-value,
.form .form-group .form-control-file .fake-btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .form .form-group .form-control-file .fake-value,
.form .form-group .form-control-file .fake-btn {
    font-size: 18px;
  }
}
.form .form-group .form-control-file .fake-value {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  margin-right: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form .form-group .form-control-file .fake-btn {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #FF6600;
}
.form .form-group .form-control-file .fake-btn:before {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
  margin-right: 8px;
}
.form .form-group .form-control-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10000px;
  width: 10000px;
  height: 10000px;
  opacity: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form .form-group .form-control-file input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.form .form-control-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.form .form-control-group .form-control {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.form .form-control-group .form-control-addon {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
}
.form .form-control-group .form-control-addon:not(:first-child) {
  margin-left: 8px;
}
.form .form-control-group .form-control-addon:not(:last-child) {
  margin-right: 8px;
}
.form .validation-advice {
  margin-top: 8px;
  color: #FF472B;
}
.form .form-help {
  margin-top: 13px;
}
.form .form-group-suggest .checkbox input[type=checkbox] {
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
}
.form .form-group-suggest .checkbox .form-label {
  cursor: pointer;
  display: inline;
  color: #FF6600;
  border-bottom: 1px dotted CurrentColor;
}
@media (pointer: fine) {
  .form .form-group-suggest .checkbox .form-label:hover {
    color: rgba(51, 51, 51, 0.5);
  }
}
.form .form-fieldset-compact .form-group {
  margin-bottom: 12px;
}
.form .form-control-captcha {
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.form .form-control-captcha .captcha-image-field {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 100px;
  border-right: 1px solid #D9D9D9;
}
.form .form-control-captcha .captcha-image-field img {
  display: block;
}
.form .form-control-captcha .form-control {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .form .form-group .form-control {
    font-size: 15px;
    padding: 14px 16px;
  }
  .form .form-group,
.form .form-fieldset {
    margin-bottom: 24px;
  }
  .form .form-actions {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .form .form-group .form-control {
    font-size: 18px;
    padding: 11px 16px;
  }
  .form .form-group .form-control:not(.form-control-wide) {
    max-width: 288px;
  }
  .form .form-group.form-group-suggest,
.form .form-group .form-control-group,
.form .form-group .form-control-captcha {
    max-width: 288px;
  }
  .form:not(.form-wide) {
    max-width: 600px;
  }
  .form .form-group,
.form .form-fieldset {
    margin-bottom: 32px;
  }
  .form .form-actions {
    margin-top: 32px;
  }
  .form .form-groups-inline {
    margin-left: -12px;
    margin-right: -12px;
  }
  .form .form-groups-inline > .form-label, .form .form-groups-inline > .form-group-label {
    padding-left: 12px;
    padding-right: 12px;
  }
  .form .form-groups-inline > .form-fields {
    margin-bottom: -32px;
  }
  .form .form-groups-inline > .form-fields > .form-group, .form .form-groups-inline > .form-fields > .form-fieldset {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .form .form-group .form-control {
    font-size: 18px;
    padding: 11px 16px;
  }
  .form .form-group .form-control:not(.form-control-wide) {
    max-width: 288px;
  }
  .form .form-group.form-group-suggest,
.form .form-group .form-control-group,
.form .form-group .form-control-captcha {
    max-width: 288px;
  }
  .form:not(.form-wide) {
    max-width: 600px;
  }
  .form .form-group,
.form .form-fieldset {
    margin-bottom: 32px;
  }
  .form .form-actions {
    margin-top: 32px;
  }
  .form .form-groups-inline {
    margin-left: -12px;
    margin-right: -12px;
  }
  .form .form-groups-inline > .form-label, .form .form-groups-inline > .form-group-label {
    padding-left: 12px;
    padding-right: 12px;
  }
  .form .form-groups-inline > .form-fields {
    margin-bottom: -32px;
  }
  .form .form-groups-inline > .form-fields > .form-group, .form .form-groups-inline > .form-fields > .form-fieldset {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form .form-actions .button + .button {
  margin-left: 16px;
}
.form .form-actions.form-actions-horiz {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.form .form-actions.form-actions-horiz .save-status {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
  color: #26B851;
}
.form.form-sending {
  position: relative;
}
.form.form-sending:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.01);
}
.form.form-sending input[type=submit],
.form.form-sending button[type=submit] {
  position: relative;
  text-indent: -9999px;
}
.form.form-sending input[type=submit]:after,
.form.form-sending button[type=submit]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url("/App/Site/Assets/i/small-white-spinner.gif") no-repeat 0 0;
}

.custom-image-field {
  display: inline-block;
  vertical-align: top;
}
.custom-image-field .custom-image-field-control {
  position: relative;
  overflow: hidden;
}
.custom-image-field .custom-image-field-control .custom-image-field-preview {
  width: 100%;
  height: 100%;
}
.custom-image-field .custom-image-field-control input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-image-field .custom-image-field-control input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.custom-image-field .custom-image-field-control label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-image-field .custom-image-field-preview {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.custom-image-field .custom-image-field-preview .site-icon {
  display: none;
  font-size: 48px;
  color: #FF6600;
}
.custom-image-field .custom-image-field-preview .site-icon:only-child {
  display: block;
}
.custom-image-field .custom-image-field-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-image-field .custom-image-field-status {
  margin-top: 12px;
}
.custom-image-field .custom-image-field-status.custom-image-field-status-success {
  color: #26B851;
}
@media screen and (max-width: 767px) {
  .custom-image-field .custom-image-field-status {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-image-field .custom-image-field-status {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .custom-image-field .custom-image-field-status {
    font-size: 18px;
    line-height: 1.6;
  }
}
.custom-image-field .custom-image-field-action {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #FF6600;
  text-transform: uppercase;
}
.custom-image-field .custom-image-field-action, .custom-image-field .custom-image-field-action label {
  cursor: pointer;
}
.custom-image-field .custom-image-field-action label {
  display: block;
}
@media (pointer: fine) {
  .custom-image-field .custom-image-field-action:hover {
    color: rgba(51, 51, 51, 0.5);
  }
}
.custom-image-field .custom-image-field-action .site-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
  margin-bottom: -4px;
  font-size: 24px;
}
.custom-image-field .custom-image-field-action .site-icon:not(:only-child) {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .custom-image-field .custom-image-field-action {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .custom-image-field .custom-image-field-action {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .custom-image-field .custom-image-field-action {
    font-size: 13px;
  }
}
.custom-image-field.custom-image-field-empty .custom-image-field-action-delete {
  display: none;
}
.custom-image-field.custom-image-field-disabled .custom-image-field .custom-image-field-control label {
  cursor: default;
}
.custom-image-field.custom-image-field-disabled .custom-image-field-actions {
  display: none;
}
.custom-image-field.custom-image-field-compact .custom-image-field-control {
  width: 80px;
  height: 80px;
}
.custom-image-field.custom-image-field-large .custom-image-field-control {
  width: 200px;
  height: 286px;
}

.panel {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}
.panel .panel-title {
  font-weight: 500;
}
.panel .panel-title2 {
  font-weight: 500;
}
.panel .panel-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 767px) {
  .panel {
    padding: 32px 16px;
    --panel-h-spacing: 16px;
    --panel-v-spacing: 32px;
  }
  .panel .panel-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .panel .panel-title2 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .panel .panel-header {
    margin-bottom: 12px;
  }
  .panel .panel-header .panel-title {
    margin-bottom: 0;
  }
  .panel .panel-body {
    font-size: 15px;
  }
  .panel .panel-body + .panel-body {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .panel {
    padding: 48px 48px;
    border-radius: 4px;
    --panel-h-spacing: 48px;
    --panel-v-spacing: 48px;
  }
  .panel .panel-title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .panel .panel-title2 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 48px;
    margin-bottom: 32px;
  }
  .panel .panel-header {
    margin-bottom: 18px;
  }
  .panel .panel-header .panel-title {
    margin-bottom: 0;
  }
  .panel .panel-body {
    font-size: 18px;
  }
  .panel .panel-body + .panel-body {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .panel {
    padding: 48px 48px;
    border-radius: 4px;
    --panel-h-spacing: 48px;
    --panel-v-spacing: 48px;
  }
  .panel .panel-title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .panel .panel-title2 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 48px;
    margin-bottom: 32px;
  }
  .panel .panel-header {
    margin-bottom: 18px;
  }
  .panel .panel-header .panel-title {
    margin-bottom: 0;
  }
  .panel .panel-body {
    font-size: 18px;
  }
  .panel .panel-body + .panel-body {
    margin-top: 32px;
  }
}
.panel.panel-narrow {
  max-width: 584px;
}
@media screen and (max-width: 767px) {
  .panel .panel-group + .panel-group {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .panel .panel-group + .panel-group {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .panel .panel-group + .panel-group {
    margin-top: 64px;
  }
}

.image-link {
  /*
  .image-link-hover {
    display: none;
  }

  @include hover {
    .image-link-normal {
      display: none;
    }
    .image-link-hover {
      display: block;
    }
  }
  */
  /*
  @include hover {
    .image-link-normal {
      display: none;
    }
  }

  &:not(:hover) {
    .image-link-hover {
      display: none;
    }
  }
  */
  /*
  @include hover {
    .image-link-normal {
      display: none;
    }
  }

  @include has-hover {
    &:not(:hover) {
      .image-link-hover {
        display: none;
      }
    }
  }
  */
}
@media (pointer: none), (pointer: coarse) {
  .image-link .image-link-hover {
    display: none;
  }
}
@media (pointer: fine) {
  .image-link:hover .image-link-normal {
    display: none;
  }
  .image-link:not(:hover) .image-link-hover {
    display: none;
  }
}

.talon-blog-logo {
  display: inline-block;
  vertical-align: top;
}
.talon-blog-logo .talon-blog-logo-icon {
  display: inline-block;
  vertical-align: top;
}
.talon-blog-logo .talon-blog-logo-icon:before {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 52px;
  color: #CB0814;
}
.talon-blog-logo .talon-blog-logo-text {
  display: inline-block;
  vertical-align: top;
  font-family: Merriweather, serif;
  font-style: italic;
  text-transform: lowercase;
  background-color: white;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .talon-blog-logo .talon-blog-logo-icon {
    margin-right: 8px;
  }
  .talon-blog-logo .talon-blog-logo-icon:before {
    font-size: 35px;
  }
  .talon-blog-logo .talon-blog-logo-text {
    font-size: 18px;
    padding: 1px 7px 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .talon-blog-logo .talon-blog-logo-icon {
    margin-right: 12px;
  }
  .talon-blog-logo .talon-blog-logo-icon:before {
    font-size: 52px;
  }
  .talon-blog-logo .talon-blog-logo-text {
    font-size: 28px;
    padding: 3px 10px 4px;
  }
}
@media screen and (min-width: 1024px) {
  .talon-blog-logo .talon-blog-logo-icon {
    margin-right: 12px;
  }
  .talon-blog-logo .talon-blog-logo-icon:before {
    font-size: 52px;
  }
  .talon-blog-logo .talon-blog-logo-text {
    font-size: 28px;
    padding: 3px 10px 4px;
  }
}

header.main .page-content {
  height: 100%;
}
header.main .layout {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
header.main .layout .middle {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
header.main .layout .left,
header.main .layout .right {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 56px;
}
header.main .layout .right {
  text-align: right;
}
.tui-header .profile-button, header.main .profile-button {
  display: inline-block;
  vertical-align: middle;
}
.tui-header .profile-button a, header.main .profile-button a {
  display: block;
}
.tui-header .profile-button .profile-button-image, header.main .profile-button .profile-button-image {
  min-width: 48px;
  height: 48px;
  padding: 12px;
}
.tui-header .profile-button .profile-button-image .icon, header.main .profile-button .profile-button-image .icon {
  color: #FF6600;
  font-size: 24px;
}
.tui-header .profile-button .profile-button-image .text, header.main .profile-button .profile-button-image .text {
  font-size: 15px;
  color: #FF6600;
}
.tui-header .profile-button .profile-avatar, header.main .profile-button .profile-avatar {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  position: relative;
}
.tui-header .profile-button .profile-avatar img, header.main .profile-button .profile-avatar img {
  display: block;
}
.tui-header .profile-button .profile-avatar:after, header.main .profile-button .profile-avatar:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (pointer: fine) {
  .tui-header .profile-button a:hover .profile-avatar, header.main .profile-button a:hover .profile-avatar {
    border-color: #D9D9D9;
  }
  .tui-header .profile-button a:hover .profile-avatar:after, header.main .profile-button a:hover .profile-avatar:after {
    background-color: rgba(51, 51, 51, 0.1);
  }
  .tui-header .profile-button a:hover .profile-button-image .icon,
.tui-header .profile-button a:hover .profile-button-image .text, header.main .profile-button a:hover .profile-button-image .icon,
header.main .profile-button a:hover .profile-button-image .text {
    color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .tui-header .profile-button, header.main .profile-button {
    margin-right: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tui-header .profile-button, header.main .profile-button {
    margin-right: -12px;
  }
}
@media screen and (min-width: 1024px) {
  .tui-header .profile-button, header.main .profile-button {
    margin-right: -12px;
  }
}

@media screen and (max-width: 767px) {
  header.main {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header.main {
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  header.main {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  footer.main .footer-box {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer.main .footer-body {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer.main .footer-box {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer.main .footer-body {
    margin-top: 36px;
    margin-bottom: 40px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1151px) {
  footer.main .footer-box {
    padding-left: 64px;
    padding-right: 64px;
  }
  footer.main .footer-body {
    margin-top: 36px;
    margin-bottom: 40px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 1152px) {
  footer.main .footer-box {
    padding-left: 64px;
    padding-right: 64px;
  }
  footer.main .footer-body {
    margin-top: 24px;
    margin-bottom: 40px;
    padding-top: 32px;
  }
}

footer.main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
footer.main .footer-body {
  border-top: 1px solid #E5E5E5;
}
footer.main .footer-row + .footer-row {
  border-top: 1px solid #E5E5E5;
}
footer.main .footer-sections .footer-section .footer-section-title {
  font-size: 13px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.5);
  text-transform: uppercase;
}
footer.main .footer-links .footer-links-items {
  display: inline-block;
  vertical-align: top;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 156px;
  -moz-column-width: 156px;
  column-width: 156px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
footer.main .footer-links .footer-links-items .footer-link {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 13px;
  line-height: 1.23;
  font-weight: 700;
  text-transform: uppercase;
  color: #102587;
}
@media (pointer: fine) {
  footer.main .footer-links .footer-links-items .footer-link:hover {
    color: #333333;
  }
}
footer.main .footer-links .footer-links-items .footer-link.footer-link-selected {
  color: #FF6600;
}
footer.main .footer-extra {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
footer.main .footer-extra .footer-extra-section .footer-extra-links .footer-extra-link {
  font-size: 14px;
}
footer.main .footer-extra .footer-extra-section .footer-extra-links .footer-extra-link a {
  color: #102587;
}
@media (pointer: fine) {
  footer.main .footer-extra .footer-extra-section .footer-extra-links .footer-extra-link a:hover {
    color: #333333;
  }
}
footer.main .footer-extra .footer-extra-section .footer-apps .footer-apps-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
footer.main .footer-extra .footer-extra-section .footer-apps .footer-apps-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -20px;
}
footer.main .footer-extra .footer-extra-section .footer-apps .footer-apps-buttons .footer-apps-button {
  margin-right: 16px;
  margin-bottom: 20px;
}
footer.main .footer-extra .footer-extra-section .footer-apps .footer-apps-buttons .footer-apps-button a {
  display: block;
}
@media screen and (max-width: 767px) {
  footer.main .footer-note {
    padding-bottom: 40px;
  }
  footer.main .footer-note .rich-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
  }
  footer.main .footer-row + .footer-row {
    margin-top: 24px;
    padding-top: 24px;
  }
  footer.main .footer-sections {
    margin-top: -48px;
    margin-left: 0;
  }
  footer.main .footer-sections .footer-section {
    margin-top: 48px;
    margin-left: 0;
  }
  footer.main .footer-sections .footer-section .footer-section-title {
    margin-bottom: 32px;
  }
  footer.main .footer-sections.footer-sections-compact {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: -16px;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section {
    margin-top: 16px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section .footer-section-body {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section .footer-section-body .image-link {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section:last-child {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  footer.main .footer-links .footer-links-items {
    margin-top: -16px;
    margin-bottom: -16px;
  }
  footer.main .footer-links .footer-links-items .footer-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  footer.main .footer-extra .footer-extra-body {
    margin-top: -24px;
    margin-left: 0;
  }
  footer.main .footer-extra .footer-extra-section {
    margin-top: 24px;
  }
  footer.main .footer-extra .footer-extra-links {
    margin-top: -30px;
  }
  footer.main .footer-extra .footer-extra-links .footer-extra-link {
    margin-top: 30px;
  }
  footer.main .footer-extra .footer-extra-links .footer-extra-link a {
    margin-top: -15px;
    margin-bottom: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  footer.main .footer-note {
    padding-bottom: 40px;
  }
  footer.main .footer-note .rich-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
  }
  footer.main .footer-row + .footer-row {
    margin-top: 24px;
    padding-top: 12px;
  }
  footer.main .footer-sections {
    margin-top: -48px;
    margin-left: -48px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.main .footer-sections .footer-section {
    margin-top: 48px;
    margin-left: 48px;
  }
  footer.main .footer-sections .footer-section .footer-section-title {
    margin-bottom: 32px;
  }
  footer.main .footer-sections .footer-section {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 328px;
    -moz-flex: 0 0 328px;
    -ms-flex: 0 0 328px;
    flex: 0 0 328px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  footer.main .footer-sections .footer-section .footer-section-body {
    display: inline-block;
    vertical-align: top;
  }
  footer.main .footer-sections.footer-sections-special .footer-section:nth-child(2) {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  footer.main .footer-sections.footer-sections-special .footer-section:nth-child(3) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    width: 100%;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  footer.main .footer-sections.footer-sections-compact {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: -16px;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section {
    margin-top: 16px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section .footer-section-body {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section .footer-section-body .image-link {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section:last-child {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  footer.main .footer-links .footer-links-items {
    margin-top: -16px;
    margin-bottom: -16px;
  }
  footer.main .footer-links .footer-links-items .footer-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  footer.main .footer-extra .footer-extra-body {
    margin-top: -24px;
    margin-left: -48px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  footer.main .footer-extra .footer-extra-section {
    margin-top: 24px;
    margin-left: 48px;
    min-width: 328px;
  }
  footer.main .footer-extra .footer-extra-links {
    margin-top: -30px;
  }
  footer.main .footer-extra .footer-extra-links .footer-extra-link {
    margin-top: 30px;
  }
  footer.main .footer-extra .footer-extra-links .footer-extra-link a {
    margin-top: -15px;
    margin-bottom: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1152px) {
  footer.main .footer-note {
    padding-bottom: 40px;
  }
  footer.main .footer-note .rich-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
  }
  footer.main .footer-row + .footer-row {
    margin-top: 24px;
    padding-top: 12px;
  }
  footer.main .footer-sections {
    margin-top: 0;
    margin-left: -20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.main .footer-sections .footer-section {
    margin-left: 20px;
  }
  footer.main .footer-sections .footer-section .footer-section-title {
    margin-bottom: 24px;
  }
  footer.main .footer-sections .footer-section {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 328px;
    -moz-flex: 0 0 328px;
    -ms-flex: 0 0 328px;
    flex: 0 0 328px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  footer.main .footer-sections .footer-section .footer-section-body {
    width: 100%;
  }
  footer.main .footer-sections.footer-sections-compact {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: -16px;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section {
    margin-top: 16px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section .footer-section-body {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section .footer-section-body .image-link {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
  }
  footer.main .footer-sections.footer-sections-compact .footer-section:last-child {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  footer.main .footer-links .footer-links-items {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  footer.main .footer-links .footer-links-items .footer-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  footer.main .footer-extra {
    margin-top: 40px;
  }
  footer.main .footer-extra .footer-extra-body {
    margin-top: -24px;
    margin-left: 0;
  }
  footer.main .footer-extra .footer-extra-section {
    margin-top: 24px;
  }
  footer.main .footer-extra .footer-extra-links {
    margin-top: -20px;
  }
  footer.main .footer-extra .footer-extra-links .footer-extra-link {
    margin-top: 20px;
  }
  footer.main .footer-extra .footer-extra-links .footer-extra-link a {
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .tui-header .profile-button {
    margin-right: -16px;
  }
  .tui-header .profile-button .profile-button-image {
    padding: 16px;
    width: auto;
    height: auto;
  }
}
.rich-content {
  /*
  p.quote {
    // font-family: $accent-font;
    // font-style: $accent-font-style;
    font-weight: $base-font-medium;

    @include r-layout(rich-content) {
      font-size: rl-value(quote, font-size);
      line-height: rl-value(quote, line-height);
    }

    border-left: 2px solid $color-accent;
    padding-left: 14px;
  }

  p.highlight {
    // font-family: $accent-font;
    // font-style: italic;
    font-weight: $base-font-medium;

    border-radius: 4px;
    background-color: $color-accent-light-bk;

    @include r-layout(rich-content) {
      font-size: rl-value(highlight, font-size);
      line-height: rl-value(highlight, line-height);
      padding: rl-value(highlight, padding);
    }
  }
  */
}
.rich-content:after {
  display: table;
  clear: both;
  content: "";
}
.rich-content h1 .media:first-child:before,
.rich-content h2 .media:first-child:before,
.rich-content h3 .media:first-child:before,
.rich-content h4 .media:first-child:before,
.rich-content h5 .media:first-child:before,
.rich-content p .media:first-child:before {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.rich-content a {
  color: #102587;
  text-decoration: underline;
}
@media (pointer: fine) {
  .rich-content a:hover {
    color: #333333;
  }
}
.rich-content img {
  max-width: 100%;
  height: auto;
}
.rich-content h2, .rich-content h3, .rich-content h4, .rich-content h5, .rich-content h6 {
  font-weight: 500;
}
.rich-content p:first-child {
  margin-top: 0;
}
.rich-content p:last-child {
  margin-bottom: 0;
}
.rich-content p:empty {
  display: none;
}
.rich-content p.quote,
.rich-content p.highlight {
  font-weight: 500;
  border-radius: 4px;
  background-color: #FFF5DB;
}
@media screen and (max-width: 767px) {
  .rich-content p.quote,
.rich-content p.highlight {
    font-size: 16px;
    line-height: 1.2;
    padding: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rich-content p.quote,
.rich-content p.highlight {
    font-size: 18px;
    line-height: 1.2;
    padding: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-content p.quote,
.rich-content p.highlight {
    font-size: 18px;
    line-height: 1.2;
    padding: 24px;
  }
}
.rich-content .related-title {
  font-weight: 500;
  padding: 16px;
  border-radius: 4px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .rich-content .related-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rich-content .related-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-content .related-title {
    font-size: 20px;
  }
}
.rich-content .related-title a {
  text-decoration: none;
}
.rich-content ul.related-links {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .rich-content ul.related-links {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.45;
  }
  .rich-content ul.related-links li:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rich-content ul.related-links {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.55;
  }
  .rich-content ul.related-links li:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-content ul.related-links {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.55;
  }
  .rich-content ul.related-links li:not(:first-child) {
    margin-top: 16px;
  }
}
.rich-content li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .rich-content {
    font-size: 16px;
    line-height: 1.5;
  }
  .article .rich-content {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .rich-content h2 {
    font-size: 18px;
    line-height: 1.6;
  }
  .rich-content h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .rich-content h2:not(:first-child), .rich-content h3:not(:first-child), .rich-content h4:not(:first-child), .rich-content h5:not(:first-child), .rich-content h6:not(:first-child) {
    margin-top: 32px;
  }
  .rich-content p:not(:first-child),
.rich-content table:not(:first-child),
.rich-content .table-responsive:not(:first-child) {
    margin-top: 16px;
  }
  .rich-content p:not(:last-child),
.rich-content table:not(:last-child),
.rich-content .table-responsive:not(:last-child) {
    margin-bottom: 16px;
  }
  .rich-content .media {
    margin-bottom: 16px;
  }
  .rich-content ul,
.rich-content ol {
    padding-left: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rich-content {
    font-size: 18px;
    line-height: 1.6;
  }
  .article .rich-content {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .rich-content h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .rich-content h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .rich-content h2:not(:first-child), .rich-content h3:not(:first-child), .rich-content h4:not(:first-child), .rich-content h5:not(:first-child), .rich-content h6:not(:first-child) {
    margin-top: 32px;
  }
  .rich-content p:not(:first-child),
.rich-content table:not(:first-child),
.rich-content .table-responsive:not(:first-child) {
    margin-top: 16px;
  }
  .rich-content p:not(:last-child),
.rich-content table:not(:last-child),
.rich-content .table-responsive:not(:last-child) {
    margin-bottom: 16px;
  }
  .rich-content .media {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-content {
    font-size: 18px;
    line-height: 1.6;
  }
  .article .rich-content {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .rich-content h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .rich-content h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .rich-content h2:not(:first-child), .rich-content h3:not(:first-child), .rich-content h4:not(:first-child), .rich-content h5:not(:first-child), .rich-content h6:not(:first-child) {
    margin-top: 48px;
  }
  .rich-content p:not(:first-child),
.rich-content table:not(:first-child),
.rich-content .table-responsive:not(:first-child) {
    margin-top: 24px;
  }
  .rich-content p:not(:last-child),
.rich-content table:not(:last-child),
.rich-content .table-responsive:not(:last-child) {
    margin-bottom: 24px;
  }
  .rich-content .media {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .rich-content h2, .rich-content h3, .rich-content h4, .rich-content h5, .rich-content h6 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rich-content h2, .rich-content h3, .rich-content h4, .rich-content h5, .rich-content h6 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-content h2, .rich-content h3, .rich-content h4, .rich-content h5, .rich-content h6 {
    margin-bottom: 24px;
  }
}
.rich-content h2 + p:not(:first-child), .rich-content h2 + table:not(:first-child), .rich-content h2 + .table-responsive:not(:first-child), .rich-content h3 + p:not(:first-child), .rich-content h3 + table:not(:first-child), .rich-content h3 + .table-responsive:not(:first-child), .rich-content h4 + p:not(:first-child), .rich-content h4 + table:not(:first-child), .rich-content h4 + .table-responsive:not(:first-child), .rich-content h5 + p:not(:first-child), .rich-content h5 + table:not(:first-child), .rich-content h5 + .table-responsive:not(:first-child), .rich-content h6 + p:not(:first-child), .rich-content h6 + table:not(:first-child), .rich-content h6 + .table-responsive:not(:first-child) {
  margin-top: 8px;
}
.rich-content table tr:not(:first-child) td {
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .rich-content table tr:not(:first-child) td {
    padding-top: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rich-content table tr:not(:first-child) td {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-content table tr:not(:first-child) td {
    padding-top: 8px;
  }
}
.rich-content table tr:not(:last-child) td {
  padding-bottom: 16px;
}
.rich-content table tr td:not(:first-child) {
  padding-left: 8px;
}
.rich-content table tr td:not(:last-child) {
  padding-right: 8px;
}
.rich-content .table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.rich-content .media .media-left {
  float: left;
  margin-right: 2em;
  margin-bottom: 0.9em;
}
.rich-content .media .media-center {
  margin: 0 auto 0.9em;
  text-align: center;
}
.rich-content .media .media-right {
  float: right;
  margin-left: 2em;
  margin-bottom: 0.9em;
}
.rich-content .media.media-video {
  display: block;
  text-align: center;
}
.rich-content .media.media-embed {
  display: block;
  text-align: center;
}
.rich-content .media .media-caption {
  display: none;
}
.rich-content .media.media-center {
  position: relative;
}
.rich-content .media.media-center .media-preview {
  width: 100%;
  height: auto;
}
.rich-content .media.media-center .media-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  background: linear-gradient(179.99deg, rgba(255, 229, 162, 0) -3.92%, #FFE5A2 99.99%);
}
@media screen and (max-width: 767px) {
  .rich-content .media.media-center .media-caption {
    font-size: 15px;
    line-height: 1.45;
    padding-top: 32px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rich-content .media.media-center .media-caption {
    font-size: 18px;
    line-height: 1.55;
    padding-top: 60px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-content .media.media-center .media-caption {
    font-size: 18px;
    line-height: 1.55;
    padding-top: 60px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 630px) {
  .rich-content .media .media-left,
.rich-content .media .media-right {
    display: block;
    float: none;
  }
  .rich-content .media .media-left,
.rich-content .media .media-right,
.rich-content .media .media-center {
    margin-bottom: 2em;
  }
}

.pagination {
  overflow: hidden;
}
.pagination .items {
  margin-left: -8px;
  margin-right: -8px;
  text-align: center;
}
.pagination .items .prev,
.pagination .items .next {
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 4px;
  background-color: white;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FF6600;
}
.pagination .items .prev:not(.hidden),
.pagination .items .next:not(.hidden) {
  display: inline-block;
  vertical-align: middle;
}
.pagination .items .prev span,
.pagination .items .next span {
  display: inline-block;
  vertical-align: middle;
}
@media (pointer: fine) {
  .pagination .items .prev:hover,
.pagination .items .next:hover {
    color: rgba(51, 51, 51, 0.5);
  }
}
.pagination .items .prev:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
}
.pagination .items .next:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 16px;
  }
  .pagination .items .prev,
.pagination .items .next {
    font-size: 12px;
    padding: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pagination {
    margin-top: 32px;
  }
  .pagination .items .prev,
.pagination .items .next {
    font-size: 13px;
    padding: 12px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .pagination {
    margin-top: 32px;
  }
  .pagination .items .prev,
.pagination .items .next {
    font-size: 13px;
    padding: 12px 16px;
  }
}

.social-buttons {
  margin: -8px;
}
.social-buttons .social-button {
  display: inline-block;
  vertical-align: top;
}
.social-buttons .social-button a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
}
.social-buttons .social-button a:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border-radius: 4px;
  background-color: white;
}
.social-buttons .social-button a .site-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.social-buttons .social-button a:before {
  z-index: 1;
}
.social-buttons .social-button a .site-icon {
  z-index: 3;
}
.social-buttons .social-button a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: white;
}
.social-buttons .social-button.social-button-ok a .site-icon {
  color: #EE8208;
}
@media (pointer: fine) {
  .social-buttons .social-button.social-button-ok a:hover .site-icon {
    color: white;
  }
  .social-buttons .social-button.social-button-ok a:hover:before {
    background-color: #EE8208;
  }
  .social-buttons .social-button.social-button-ok a:hover:after {
    background-color: #EE8208;
  }
}
.social-buttons .social-button.social-button-facebook a .site-icon {
  color: #227BEF;
}
@media (pointer: fine) {
  .social-buttons .social-button.social-button-facebook a:hover .site-icon {
    color: white;
  }
  .social-buttons .social-button.social-button-facebook a:hover:before {
    background-color: #227BEF;
  }
  .social-buttons .social-button.social-button-facebook a:hover:after {
    background-color: #227BEF;
  }
}
.social-buttons .social-button.social-button-vk a .site-icon {
  color: #4680C2;
}
@media (pointer: fine) {
  .social-buttons .social-button.social-button-vk a:hover .site-icon {
    color: white;
  }
  .social-buttons .social-button.social-button-vk a:hover:before {
    background-color: #4680C2;
  }
  .social-buttons .social-button.social-button-vk a:hover:after {
    background-color: #4680C2;
  }
}
.social-buttons .social-button.social-button-twitter a .site-icon {
  color: #03A9F4;
}
@media (pointer: fine) {
  .social-buttons .social-button.social-button-twitter a:hover .site-icon {
    color: white;
  }
  .social-buttons .social-button.social-button-twitter a:hover:before {
    background-color: #03A9F4;
  }
  .social-buttons .social-button.social-button-twitter a:hover:after {
    background-color: #03A9F4;
  }
}
.social-buttons .social-button.social-button-viber a .site-icon {
  color: #7360F2;
}
@media (pointer: fine) {
  .social-buttons .social-button.social-button-viber a:hover .site-icon {
    color: white;
  }
  .social-buttons .social-button.social-button-viber a:hover:before {
    background-color: #7360F2;
  }
  .social-buttons .social-button.social-button-viber a:hover:after {
    background-color: #7360F2;
  }
}
.social-buttons .social-button.social-button-telegram a .site-icon {
  color: #039BE5;
}
@media (pointer: fine) {
  .social-buttons .social-button.social-button-telegram a:hover .site-icon {
    color: white;
  }
  .social-buttons .social-button.social-button-telegram a:hover:before {
    background-color: #039BE5;
  }
  .social-buttons .social-button.social-button-telegram a:hover:after {
    background-color: #039BE5;
  }
}
.social-buttons .social-button.social-button-instagram a .site-icon {
  color: #F00073;
}
@media (pointer: fine) {
  .social-buttons .social-button.social-button-instagram a:hover .site-icon {
    color: white;
  }
  .social-buttons .social-button.social-button-instagram a:hover:before {
    background-color: #F00073;
  }
  .social-buttons .social-button.social-button-instagram a:hover:after {
    background-color: #F00073;
  }
}
.social-buttons .social-button.social-button-zen a .site-icon {
  color: #2C3036;
}
.social-buttons .social-button.social-button-zen a:before {
  background-color: white;
}
@media (pointer: fine) {
  .social-buttons .social-button.social-button-zen a:hover .site-icon {
    color: #2C3036;
  }
  .social-buttons .social-button.social-button-zen a:hover:before {
    background-color: #2C3036;
  }
  .social-buttons .social-button.social-button-zen a:hover:after {
    background-color: white;
  }
}
.social-buttons.social-share-buttons .social-button-ok a:before, .social-buttons.social-share-buttons .social-button-ok a:after {
  background-color: #FEF0CD;
}
.social-buttons.social-share-buttons .social-button-facebook a:before, .social-buttons.social-share-buttons .social-button-facebook a:after {
  background-color: #D2EDFE;
}
.social-buttons.social-share-buttons .social-button-vk a:before, .social-buttons.social-share-buttons .social-button-vk a:after {
  background-color: #DBF0FB;
}
.social-buttons.social-share-buttons .social-button-twitter a:before, .social-buttons.social-share-buttons .social-button-twitter a:after {
  background-color: #E6F6FE;
}
.social-buttons.social-share-buttons .social-button-viber a:before, .social-buttons.social-share-buttons .social-button-viber a:after {
  background-color: #F2ECF8;
}
.social-buttons.social-share-buttons .social-button-telegram a:before, .social-buttons.social-share-buttons .social-button-telegram a:after {
  background-color: #E6F5FC;
}
.social-buttons.social-share-buttons .social-button-instagram a:before, .social-buttons.social-share-buttons .social-button-instagram a:after {
  background-color: #F4EDFF;
}
.social-buttons.social-share-buttons .social-button-zen a .site-icon {
  color: white;
}
.share-bar .share-bar-title {
  font-weight: 500;
}
.share-bar .share-bar-buttons {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .share-bar .share-bar-title {
    font-size: 20px;
  }
  .share-bar .share-bar-buttons {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .share-bar .share-bar-title {
    font-size: 24px;
  }
  .share-bar .share-bar-buttons {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .share-bar .share-bar-title {
    font-size: 24px;
  }
  .share-bar .share-bar-buttons {
    margin-top: 16px;
  }
}

.tags .tags-title {
  color: rgba(51, 51, 51, 0.5);
}
.tags .tags-items {
  color: rgba(51, 51, 51, 0.5);
}
.tags .tag a {
  color: #102587;
  text-decoration: none;
  border-bottom: 1px solid #102587;
}
@media (pointer: fine) {
  .tags .tag a:hover {
    color: #333333;
    border-bottom-color: transparent;
  }
}
.tags .tag:last-child .sep {
  display: none;
}

.counter-badge {
  min-width: 36px;
  text-align: center;
  font-family: PTRootUI, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .counter-badge {
    font-size: 16px;
    padding: 4px 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .counter-badge {
    font-size: 22px;
    padding: 6px 7px;
  }
}
@media screen and (min-width: 1024px) {
  .counter-badge {
    font-size: 22px;
    padding: 6px 7px;
  }
}

.section-tags .section-tags-body .section-tag, .article .article-section, .article-overview-top .article-section, .article-overview .article-section {
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-tags .section-tags-body .section-tag span, .article .article-section span, .article-overview-top .article-section span, .article-overview .article-section span {
  display: inline-block;
  vertical-align: top;
  padding: 6px 9px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  color: #102587;
  background-color: #FFE5A1;
}
@media (pointer: fine) {
  .section-tags .section-tags-body .section-tag:hover span, .article .article-section:hover span, .article-overview-top .article-section:hover span, .article-overview .article-section:hover span {
    color: #333333;
  }
}

.article .article-info, .article-overview-top .article-info, .article-overview .article-info {
  line-height: 1.8;
  margin-top: -4px;
  margin-bottom: -4px;
}
.article .article-info *, .article-overview-top .article-info *, .article-overview .article-info * {
  display: inline-block;
  vertical-align: top;
}
.article .article-info *:not(:last-child), .article-overview-top .article-info *:not(:last-child), .article-overview .article-info *:not(:last-child) {
  margin-right: 16px;
}
.article .article-info .article-views:before, .article-overview-top .article-info .article-views:before, .article-overview .article-info .article-views:before,
.article .article-info .article-comments:before,
.article-overview-top .article-info .article-comments:before,
.article-overview .article-info .article-comments:before {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 4px;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article .article-info .article-views:before, .article-overview-top .article-info .article-views:before, .article-overview .article-info .article-views:before {
  content: "";
}
.article .article-info .article-comments:before, .article-overview-top .article-info .article-comments:before, .article-overview .article-info .article-comments:before {
  content: "";
}
@media screen and (max-width: 767px) {
  .article .article-info, .article-overview-top .article-info, .article-overview .article-info {
    font-size: 16px;
  }
  .article .article-info .article-views:before, .article-overview-top .article-info .article-views:before, .article-overview .article-info .article-views:before,
.article .article-info .article-comments:before,
.article-overview-top .article-info .article-comments:before,
.article-overview .article-info .article-comments:before {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article .article-info, .article-overview-top .article-info, .article-overview .article-info {
    font-size: 18px;
  }
  .article .article-info .article-views:before, .article-overview-top .article-info .article-views:before, .article-overview .article-info .article-views:before,
.article .article-info .article-comments:before,
.article-overview-top .article-info .article-comments:before,
.article-overview .article-info .article-comments:before {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .article .article-info, .article-overview-top .article-info, .article-overview .article-info {
    font-size: 18px;
  }
  .article .article-info .article-views:before, .article-overview-top .article-info .article-views:before, .article-overview .article-info .article-views:before,
.article .article-info .article-comments:before,
.article-overview-top .article-info .article-comments:before,
.article-overview .article-info .article-comments:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .article .article-body, .article-overview-top .article-body, .article-overview .article-body {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article .article-body, .article-overview-top .article-body, .article-overview .article-body {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .article .article-body, .article-overview-top .article-body, .article-overview .article-body {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.section-tags .section-tags-body .section-tag {
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.section-tags .section-tags-body .section-tag .article-section {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-tags {
    font-size: 12px;
    margin-top: 27px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-tags {
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .section-tags {
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 18px;
  }
}

.article-list {
  overflow: hidden;
}
.article-list .article-list-header {
  text-align: left;
}
.article-list .article-list-header .text,
.article-list .article-list-header .icon {
  display: inline-block;
  vertical-align: middle;
}
.article-list .article-list-header .text {
  font-weight: 500;
}
.article-list .article-list-header .text .counter-badge {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
.article-list .article-list-header .icon {
  width: 48px;
  height: 48px;
  margin-top: -22px;
  margin-bottom: -22px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 24px;
  color: #FF6600;
}
@media (pointer: fine) {
  .article-list .article-list-header .icon:hover {
    color: rgba(51, 51, 51, 0.5);
  }
}
.article-list .items .item {
  display: inline-block;
  vertical-align: top;
}
.article-list .items .item.item-featured {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .article-list {
    --content-h-spacing: 16px;
  }
  .article-list .article-list-header {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 22px;
  }
  .article-list .article-list-header .text {
    font-size: 24px;
  }
  .article-list .article-list-header .text + .icon {
    margin-left: 0px;
  }
  .article-list .items + .items {
    padding-top: 16px;
  }
  .article-list .items {
    margin-top: -16px;
    margin-left: 0;
  }
  .article-list .items .item {
    width: 100%;
    padding-top: 16px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-list {
    --content-h-spacing: ;
  }
  .article-list .article-list-header {
    margin-bottom: 28px;
  }
  .article-list .article-list-header .text {
    font-size: 32px;
  }
  .article-list .article-list-header .text + .icon {
    margin-left: 4px;
  }
  .article-list .items + .items {
    padding-top: 32px;
  }
  .article-list .items {
    margin-top: -32px;
    margin-left: -32px;
  }
  .article-list .items .item {
    width: 100%;
    padding-top: 32px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .article-list {
    --content-h-spacing: ;
  }
  .article-list .article-list-header {
    margin-bottom: 28px;
  }
  .article-list .article-list-header .text {
    font-size: 32px;
  }
  .article-list .article-list-header .text + .icon {
    margin-left: 4px;
  }
  .article-list .items + .items {
    padding-top: 32px;
  }
  .article-list .items {
    margin-top: -32px;
    margin-left: -32px;
  }
  .article-list .items .item {
    width: 50%;
    padding-top: 32px;
    padding-left: 32px;
  }
}

.article-panel {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .article-panel {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-panel {
    padding: 40px 32px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .article-panel {
    padding: 40px 32px;
    border-radius: 4px;
  }
}

.article-overview {
  position: relative;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.article-overview .article-section {
  position: absolute;
}
.article-overview .article-info {
  color: rgba(51, 51, 51, 0.5);
}
.article-overview .article-overview-layout .article-title {
  color: #102587;
}
@media (pointer: fine) {
  .article-overview .article-overview-layout .article-title:hover {
    color: #333333;
  }
}
.article-overview .article-image {
  overflow: hidden;
}
.article-overview .article-image figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-overview .article-image img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.article-overview .article-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: url("/App/Site/Assets/i/article-placeholder.png") repeat 0 0;
}
.article-overview .article-title {
  font-weight: 500;
}
.article-overview .article-summary {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
}
.article-overview .article-info {
  color: rgba(51, 51, 51, 0.5);
}
.article-overview .article-overview-layout {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.article-overview .article-overview-layout .article-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.article-list .items .item.item-featured .article-overview {
  display: block;
}
.article-list .items .item.item-featured .article-overview .article-overview-layout {
  display: inline;
}
.article-list .items .item.item-featured .article-overview .article-overview-layout .article-details {
  display: block;
}
@media screen and (max-width: 767px) {
  .article-overview {
    min-height: 250px;
    padding: 24px 16px;
  }
  .article-overview .article-section {
    font-size: 12px;
    margin-right: 164px;
  }
  .article-overview .article-image {
    margin-bottom: 16px;
  }
  .article-overview .article-image figure {
    width: 136px;
    max-height: 188px;
    margin-left: auto;
  }
  .article-overview .article-image .image-placeholder {
    margin-top: 30px;
  }
  .article-overview .article-title {
    font-size: 20px;
  }
  .article-overview .article-info {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-overview {
    min-height: 343px;
    padding: 40px 32px;
    border-radius: 4px;
  }
  .article-overview .article-section {
    font-size: 13px;
    margin-right: 280px;
  }
  .article-overview .article-image {
    margin-bottom: 24px;
  }
  .article-overview .article-image figure {
    width: 240px;
    max-height: 160px;
    margin-left: auto;
  }
  .article-overview .article-image .image-placeholder {
    margin-top: 30px;
  }
  .article-overview .article-title {
    font-size: 24px;
  }
  .article-overview .article-info {
    margin-top: 20px;
  }
  .article-list .items .item.item-featured .article-overview .article-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .article-overview {
    min-height: 442px;
    padding: 40px 32px;
    border-radius: 4px;
  }
  .article-overview .article-section {
    font-size: 13px;
    margin-right: 280px;
  }
  .article-overview .article-image {
    margin-bottom: 24px;
  }
  .article-overview .article-image figure {
    width: 240px;
    height: 160px;
    margin-left: auto;
  }
  .article-overview .article-title {
    font-size: 24px;
  }
  .article-overview .article-info {
    margin-top: 20px;
  }
  .article-list .items .item.item-featured .article-overview {
    padding: 96px 32px 40px;
  }
  .article-list .items .item.item-featured .article-overview .article-section {
    top: 40px;
  }
  .article-list .items .item.item-featured .article-overview .article-image {
    float: right;
    margin-left: 40px;
  }
  .article-list .items .item.item-featured .article-overview .article-image figure {
    width: 392px;
    height: 278px;
  }
  .article-list .items .item.item-featured .article-overview .article-title {
    font-size: 24px;
  }
}

.article-list.article-list-related .items .item:nth-child(1) .article-overview,
.article-list .items .item:nth-child(4) .article-overview,
.article-list .items .item:nth-child(7) .article-overview {
  z-index: 101;
}
.article-list.article-list-related .items .item:nth-child(1) .article-overview .article-section,
.article-list .items .item:nth-child(4) .article-overview .article-section,
.article-list .items .item:nth-child(7) .article-overview .article-section {
  z-index: 103;
}
.article-list.article-list-related .items .item:nth-child(1) .article-overview .article-section span,
.article-list .items .item:nth-child(4) .article-overview .article-section span,
.article-list .items .item:nth-child(7) .article-overview .article-section span {
  background-color: white;
}
.article-list.article-list-related .items .item:nth-child(1) .article-overview .article-image,
.article-list .items .item:nth-child(4) .article-overview .article-image,
.article-list .items .item:nth-child(7) .article-overview .article-image {
  position: absolute;
  z-index: 101;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.article-list.article-list-related .items .item:nth-child(1) .article-overview .article-image figure,
.article-list .items .item:nth-child(4) .article-overview .article-image figure,
.article-list .items .item:nth-child(7) .article-overview .article-image figure {
  display: block;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.article-list.article-list-related .items .item:nth-child(1) .article-overview .article-image figure img,
.article-list.article-list-related .items .item:nth-child(1) .article-overview .article-image figure .image-placeholder,
.article-list .items .item:nth-child(4) .article-overview .article-image figure img,
.article-list .items .item:nth-child(4) .article-overview .article-image figure .image-placeholder,
.article-list .items .item:nth-child(7) .article-overview .article-image figure img,
.article-list .items .item:nth-child(7) .article-overview .article-image figure .image-placeholder {
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.article-list.article-list-related .items .item:nth-child(1) .article-overview .article-image:after,
.article-list .items .item:nth-child(4) .article-overview .article-image:after,
.article-list .items .item:nth-child(7) .article-overview .article-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 229, 161, 0.8);
}
.article-list.article-list-related .items .item:nth-child(1) .article-overview .article-details,
.article-list .items .item:nth-child(4) .article-overview .article-details,
.article-list .items .item:nth-child(7) .article-overview .article-details {
  position: relative;
  z-index: 102;
  justify-content: flex-end;
}
.article-list.article-list-related .items .item:nth-child(1) .article-overview .article-info,
.article-list .items .item:nth-child(4) .article-overview .article-info,
.article-list .items .item:nth-child(7) .article-overview .article-info {
  color: #333333;
}

.article-overview-top {
  position: relative;
  background-color: rgba(255, 229, 161, 0.8);
  background-image: url("/App/Site/Assets/i/top-bk.png");
  background-repeat: repeat;
  background-position: 0 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .article-overview-top {
    background-image: url("/App/Site/Assets/i/top-bk-2x.png");
    background-size: 64px 64px;
  }
}
.article-overview-top .article-overview-top-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.article-overview-top .article-section {
  position: relative;
}
.article-overview-top .article-overview-top-header {
  position: relative;
  width: 100%;
}
.article-overview-top .article-title {
  font-weight: 500;
}
.article-overview-top .article-title, .article-overview-top .article-title a {
  color: #102587;
}
@media (pointer: fine) {
  .article-overview-top .article-title:hover, .article-overview-top .article-title:hover a {
    color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .article-overview-top {
    padding: 24px 16px;
    z-index: 101;
  }
  .article-list .article-overview-top {
    min-height: 250px;
  }
  .article-overview-top .article-section {
    z-index: 103;
    font-size: 12px;
  }
  .article-overview-top .article-section span {
    background-color: white;
  }
  .article-overview-top .article-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-overview-top {
    padding: 40px 32px;
    border-radius: 4px;
    z-index: 101;
  }
  .article-list .article-overview-top {
    min-height: 343px;
  }
  .article-overview-top .article-section {
    z-index: 103;
    font-size: 13px;
  }
  .article-overview-top .article-section span {
    background-color: white;
  }
  .article-overview-top .article-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .article-overview-top {
    padding: 40px 32px;
    border-radius: 4px;
    z-index: 101;
  }
  .article-list .article-overview-top {
    min-height: 442px;
  }
  .article-overview-top .article-section {
    z-index: 103;
    font-size: 13px;
  }
  .article-overview-top .article-section span {
    background-color: white;
  }
  .article-overview-top .article-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .article-overview-top .article-overview-top-header {
    margin-bottom: 16px;
  }
  .article-overview-top .article-overview-top-footer {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-overview-top .article-overview-top-header {
    margin-bottom: 24px;
  }
  .article-overview-top .article-overview-top-footer {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .article-overview-top .article-overview-top-header {
    margin-bottom: 24px;
  }
  .article-overview-top .article-overview-top-footer {
    margin-top: 24px;
  }
}

.article .article-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.article .article-header .article-header-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.article .article-header .article-header-details {
  position: relative;
}
.article .article-header .article-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.article .article-header .article-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 229, 161, 0.5), #ffe5a1);
  background-image: linear-gradient(to bottom,rgba(255, 229, 161, 0.5), #ffe5a1);
}
.article .article-header .article-section {
  display: inline-block;
  vertical-align: top;
}
.article .article-header .article-section span {
  background-color: white;
}
.article .article-header .article-info .article-source a {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: -13px;
  margin-bottom: -13px;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1.2;
  color: #102587;
}
.article .article-header .article-info .article-source a u {
  border-bottom: 1px solid #102587;
  text-decoration: none;
}
@media (pointer: fine) {
  .article .article-header .article-info .article-source a:hover {
    color: #333333;
  }
  .article .article-header .article-info .article-source a:hover u {
    border-bottom-color: transparent;
  }
}
.article .article-header .article-title {
  font-weight: 500;
}
.article .article-header .article-summary {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .article .article-header {
    min-height: 343px;
  }
  .article .article-header .article-header-details {
    padding: 24px 16px;
  }
  .article .article-header .article-title {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 17px;
  }
  .article .article-header .article-summary {
    font-size: 16px;
    line-height: 1.5;
  }
  .article .article-header .article-info {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article .article-header {
    min-height: 488px;
  }
  .article .article-header .article-header-details {
    padding: 32px;
  }
  .article .article-header .article-title {
    font-size: 32px;
    margin-top: 22px;
  }
  .article .article-header .article-summary {
    font-size: 18px;
    line-height: 1.6;
  }
  .article .article-header .article-section {
    margin-right: 24px;
  }
  .article .article-header .article-info {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .article .article-header {
    min-height: 488px;
  }
  .article .article-header .article-header-details {
    padding: 48px;
  }
  .article .article-header .article-title {
    font-size: 32px;
    margin-top: 22px;
  }
  .article .article-header .article-summary {
    font-size: 18px;
    line-height: 1.6;
  }
  .article .article-header .article-section {
    margin-right: 24px;
  }
  .article .article-header .article-info {
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
  }
}
@media screen and (max-width: 767px) {
  .article .rich-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article .rich-content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .article .rich-content {
    padding-left: 88px;
    padding-right: 88px;
  }
}
.article .rich-content .media.media-center {
  display: block;
}
.article .rich-content .media.media-center img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .article .rich-content .media.media-center {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article .rich-content .media.media-center {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media screen and (min-width: 1024px) {
  .article .rich-content .media.media-center {
    margin-left: -88px;
    margin-right: -88px;
  }
}
@media screen and (max-width: 767px) {
  .article .rich-content .table-responsive {
    margin-left: -16px;
    margin-right: -16px;
  }
  .article .rich-content .table-responsive table {
    border-left: 16px solid rgba(255, 255, 255, 0.01);
    border-right: 16px solid rgba(255, 255, 255, 0.01);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article .rich-content .table-responsive {
    margin-left: -48px;
    margin-right: -48px;
  }
  .article .rich-content .table-responsive table {
    border-left: 48px solid rgba(255, 255, 255, 0.01);
    border-right: 48px solid rgba(255, 255, 255, 0.01);
  }
}
@media screen and (min-width: 1024px) {
  .article .rich-content .table-responsive {
    margin-left: -88px;
    margin-right: -88px;
  }
  .article .rich-content .table-responsive table {
    border-left: 88px solid rgba(255, 255, 255, 0.01);
    border-right: 88px solid rgba(255, 255, 255, 0.01);
  }
}
@media screen and (max-width: 767px) {
  .article .article-body-section {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article .article-body-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .article .article-body-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 88px;
    margin-right: 88px;
  }
}
.article .article-footer {
  overflow: hidden;
  --content-h-spacing: 0;
}
.article .article-footer .article-footer-section + .article-footer-section {
  margin-top: 24px;
}
.article .article-footer .tags-cloud {
  margin-top: -8px;
}
.article .article-footer .social-buttons {
  margin: -8px;
}
@media screen and (max-width: 767px) {
  .article .article-footer {
    padding-top: 0;
    padding-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article .article-footer {
    padding-top: 0;
    padding-bottom: 48px;
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .article .article-footer {
    padding-top: 0;
    padding-bottom: 48px;
    margin-left: 88px;
    margin-right: 88px;
  }
}
@media screen and (max-width: 767px) {
  .article .tags {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article .tags {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .article .tags {
    font-size: 18px;
  }
}

.article-toc {
  margin-bottom: 24px;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .article-toc {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-toc {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .article-toc {
    margin-left: 88px;
    margin-right: 88px;
  }
}
@media screen and (max-width: 767px) {
  .article-toc {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-toc {
    padding: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .article-toc {
    padding: 24px;
  }
}
.article-toc .article-toc-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: space-between;
  -moz-box-align: space-between;
  box-align: space-between;
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  -o-align-items: space-between;
  align-items: space-between;
  -ms-flex-align: space-between;
}
.article-toc .article-toc-header .article-toc-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .article-toc .article-toc-header .article-toc-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-toc .article-toc-header .article-toc-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .article-toc .article-toc-header .article-toc-title {
    font-size: 18px;
  }
}
.article-toc .article-toc-header .article-toc-toggle {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 24px;
  cursor: pointer;
  color: #FF6600;
  border-bottom: 1px dashed #FF6600;
}
@media (pointer: fine) {
  .article-toc .article-toc-header .article-toc-toggle:hover {
    color: #333333;
    border-bottom-color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .article-toc .article-toc-header .article-toc-toggle {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-toc .article-toc-header .article-toc-toggle {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .article-toc .article-toc-header .article-toc-toggle {
    font-size: 18px;
  }
}
.article-toc .article-toc-header .article-toc-toggle .article-toc-toggle-collapse {
  display: none;
}
.article-toc .article-toc-body {
  display: none;
}
@media screen and (max-width: 767px) {
  .article-toc .article-toc-body {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-toc .article-toc-body {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .article-toc .article-toc-body {
    margin-top: 16px;
  }
}
.article-toc .article-toc-body .article-toc-item a {
  color: #FF6600;
  text-decoration: none;
  border-bottom: 1px dashed #FF6600;
}
@media (pointer: fine) {
  .article-toc .article-toc-body .article-toc-item a:hover {
    color: #333333;
    border-bottom-color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .article-toc .article-toc-body .article-toc-item {
    font-size: 15px;
    line-height: 1.45;
  }
  .article-toc .article-toc-body .article-toc-item:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-toc .article-toc-body .article-toc-item {
    font-size: 18px;
    line-height: 1.55;
  }
  .article-toc .article-toc-body .article-toc-item:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .article-toc .article-toc-body .article-toc-item {
    font-size: 18px;
    line-height: 1.55;
  }
  .article-toc .article-toc-body .article-toc-item:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .article-toc .article-toc-body .article-toc-item.article-toc-item-level-2 {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-toc .article-toc-body .article-toc-item.article-toc-item-level-2 {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .article-toc .article-toc-body .article-toc-item.article-toc-item-level-2 {
    margin-left: 16px;
  }
}
.article-toc.article-toc-expanded .article-toc-header .article-toc-title:after {
  content: ":";
}
.article-toc.article-toc-expanded .article-toc-header .article-toc-toggle .article-toc-toggle-collapse {
  display: inline-block;
}
.article-toc.article-toc-expanded .article-toc-header .article-toc-toggle .article-toc-toggle-expand {
  display: none;
}
.article-toc.article-toc-expanded .article-toc-body {
  display: block;
}

@media screen and (max-width: 767px) {
  .sections-group + .section, .section + .sections-group, .section + .section {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sections-group + .section, .section + .sections-group, .section + .section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .sections-group + .section, .section + .sections-group, .section + .section {
    margin-top: 48px;
  }
}
.section.section-narrow {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}
.section.section-panel {
  overflow: hidden;
  background-color: white;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section.section-panel {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .section.section-panel {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .sections-group .section.section + .section {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sections-group .section.section + .section {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .sections-group .section.section + .section {
    margin-top: 8px;
  }
}
.section .section-title {
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .section .section-title {
    font-size: 20px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section .section-title {
    font-size: 24px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .section .section-title {
    font-size: 24px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-title {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-body {
    margin-bottom: 16px;
  }
  .section .section-body:first-child {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section .section-body {
    margin-bottom: 32px;
  }
  .section .section-body:first-child {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .section .section-body {
    margin-bottom: 32px;
  }
  .section .section-body:first-child {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section .section-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    --content-h-spacing: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section {
    --content-h-spacing: ;
  }
}
@media screen and (min-width: 1024px) {
  .section {
    --content-h-spacing: ;
  }
}
@media screen and (max-width: 767px) {
  .section.section-edge .section-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .articles-section + .articles-section {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .articles-section + .articles-section {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .articles-section + .articles-section {
    margin-top: 40px;
  }
}

.comments .comment-body::after {
  clear: both;
  content: "";
  display: table;
}
.comments .comment-body .comment-avatar {
  float: left;
  width: 42px;
}
@media screen and (max-width: 767px) {
  .comments .comment-body .comment-avatar {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments .comment-body .comment-avatar {
    margin-right: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comment-body .comment-avatar {
    margin-right: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments .comment-body .comment-details {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comment-body .comment-details {
    overflow: hidden;
  }
}
.comments .comment-body .comment-info {
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .comments .comment-body .comment-info {
    padding-top: 0;
    margin-bottom: 12px;
  }
  .comments .comment-body .comment-info .comment-timestamp,
.comments .comment-body .comment-info .comment-person-specialty {
    margin-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments .comment-body .comment-info {
    padding-top: 8px;
    margin-bottom: 8px;
  }
  .comments .comment-body .comment-info .comment-timestamp,
.comments .comment-body .comment-info .comment-person-specialty {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comment-body .comment-info {
    padding-top: 8px;
    margin-bottom: 8px;
  }
  .comments .comment-body .comment-info .comment-timestamp,
.comments .comment-body .comment-info .comment-person-specialty {
    margin-left: 16px;
  }
}
.comments .comment-body .comment-actions .comment-action {
  display: inline-block;
  vertical-align: top;
}
.comments .comment-body .comment-actions .comment-action + .comment-action {
  margin-left: 24px;
}
.comments .comment-replies:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .comments .comments-items > #comments-list > .comment > .comment-replies, .comments .comments-items > #comments-list > .comment > .comment-compose {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments .comments-items > #comments-list > .comment > .comment-replies, .comments .comments-items > #comments-list > .comment > .comment-compose {
    padding-left: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comments-items > #comments-list > .comment > .comment-replies, .comments .comments-items > #comments-list > .comment > .comment-compose {
    padding-left: 56px;
  }
}
@media screen and (max-width: 767px) {
  .comments .comment:not(:first-child),
.comments .comment-replies,
.comments .comment-compose {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments .comment:not(:first-child),
.comments .comment-replies,
.comments .comment-compose {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comment:not(:first-child),
.comments .comment-replies,
.comments .comment-compose {
    margin-top: 32px;
  }
}
.comments .comments-items > .comment:first-child .comment-compose {
  margin-top: 0;
}
.comments .comment-avatar .profile-avatar {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  position: relative;
}
.comments .comment-avatar .profile-avatar img {
  display: block;
}
.comments .comment-avatar .profile-avatar:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.comments .comment-info .comment-person-name,
.comments .comment-info .comment-person-specialty,
.comments .comment-info .comment-timestamp {
  color: rgba(51, 51, 51, 0.5);
}
.comments .comment-info .comment-timestamp {
  white-space: nowrap;
}
.comments .comment-action .comment-action-button {
  color: rgba(51, 51, 51, 0.5);
  cursor: default;
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.comments .comment-action .comment-action-button .comment-action-button-counter {
  min-width: 24px;
  text-align: center;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-right: 8px;
  padding: 4px 6px;
  color: #FF6600;
  background-color: #FFE5A1;
  border-radius: 4px;
}
.comments .comment-action .comment-action-button .comment-action-button-counter.comment-action-button-counter-zero {
  color: #333333;
  background-color: #F7F7F7;
}
.comments .comment-action .comment-action-button .comment-action-button-icon {
  font-size: 16px;
  line-height: 1;
}
.comments .comment-action .comment-action-button .comment-action-button-icon .site-icon {
  display: inline-block;
  vertical-align: top;
}
.comments .comment-action .comment-action-button .comment-action-button-counter,
.comments .comment-action .comment-action-button .comment-action-button-text {
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .comments .comment-action .comment-action-button .comment-action-button-counter,
.comments .comment-action .comment-action-button .comment-action-button-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments .comment-action .comment-action-button .comment-action-button-counter,
.comments .comment-action .comment-action-button .comment-action-button-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comment-action .comment-action-button .comment-action-button-counter,
.comments .comment-action .comment-action-button .comment-action-button-text {
    font-size: 13px;
  }
}
.comments .comment-action .comment-action-button .comment-action-button-icon + .comment-action-button-text {
  margin-left: 4px;
}
.comments .comment-action a.comment-action-button {
  cursor: pointer;
  color: #FF6600;
}
@media (pointer: fine) {
  .comments .comment-action a.comment-action-button:hover {
    color: rgba(51, 51, 51, 0.5);
  }
}
.comments .comment-action a.comment-action-button-alt {
  color: #333333;
}
@media (pointer: fine) {
  .comments .comment-action a.comment-action-button-alt:hover {
    color: rgba(51, 51, 51, 0.5);
  }
}
.comments .comment-action .comment-action-waiting {
  position: relative;
}
.comments .comment-action .comment-action-waiting:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.comments .comment-action .comment-action-waiting .comment-action-button {
  position: relative;
}
.comments .comment-action .comment-action-waiting .comment-action-button:after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/App/Site/Assets/i/small-spinner.gif") no-repeat 0 0;
}
.comments .comment-action .comment-action-waiting .comment-action-button .comment-action-button-counter {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .comments {
    padding: 32px 16px;
  }
  .comments .comment {
    font-size: 15px;
  }
  .comments .comment .comment-text {
    line-height: 1.5;
  }
  .comments .comment .comment-info {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments {
    padding: 32px;
  }
  .comments .comment {
    font-size: 18px;
  }
  .comments .comment .comment-text {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .comments {
    padding: 32px;
  }
  .comments .comment {
    font-size: 18px;
  }
  .comments .comment .comment-text {
    line-height: 1.6;
  }
}
.comments .comment-compose:empty {
  margin: 0;
}
.comments .comment-compose .form {
  max-width: none;
}
.comments .comment-compose .form .form-group .form-control {
  max-width: none;
}
.comments .comment-compose .form .form-group textarea.form-control {
  resize: vertical;
  min-height: 75px;
  max-height: 320px;
}
@media screen and (max-width: 767px) {
  .comments .comment-compose .form .form-group textarea.form-control {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments .comment-compose .form .form-group textarea.form-control {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comment-compose .form .form-group textarea.form-control {
    font-size: 18px;
  }
}
.comments .comment-compose .form .form-group, .comments .comment-compose .form .form-fieldset .form-fieldset {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .comments .comment-compose .form .form-actions {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comment-compose .form .form-actions {
    margin-top: 16px;
  }
}
.comments .comment-compose.comment-compose-loading {
  min-height: 159px;
  background: white url("/App/Site/Assets/i/big-spinner.gif") no-repeat center center;
}
.comments .comment-compose-placeholder {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 14px 16px;
  color: rgba(51, 51, 51, 0.5);
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .comments .comment-compose-placeholder {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments .comment-compose-placeholder {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comment-compose-placeholder {
    line-height: 1.6;
  }
}
.comments .comment-compose-placeholder-field {
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background-color: #F7F7F7;
  color: rgba(51, 51, 51, 0.5);
  padding: 14px 16px;
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .comments .comment-compose-placeholder-field {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .comments .comment-compose-placeholder-field {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .comments .comment-compose-placeholder-field {
    line-height: 1.6;
  }
}

.special-item .special-item-body {
  border-radius: 4px;
  background-color: #FFE5A1;
}
.special-item .special-item-body .special-item-text {
  font-weight: 500;
}
.special-item .special-item-body .special-item-action .button {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .special-item .special-item-body {
    padding: 32px 24px;
  }
  .special-item .special-item-body .special-item-text {
    font-size: 18px;
  }
  .special-item .special-item-body .special-item-action {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .special-item .special-item-body {
    padding: 40px 32px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .special-item .special-item-body .special-item-text {
    font-size: 20px;
  }
  .special-item .special-item-body .special-item-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .special-item .special-item-body .special-item-action {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
  }
  .special-item .special-item-body .special-item-action {
    margin-left: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .special-item .special-item-body {
    padding: 40px 32px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .special-item .special-item-body .special-item-text {
    font-size: 20px;
  }
  .special-item .special-item-body .special-item-text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .special-item .special-item-body .special-item-action {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
  }
  .special-item .special-item-body .special-item-action {
    margin-left: 75px;
  }
}

.author-summary::after {
  clear: both;
  content: "";
  display: table;
}
.author-summary .author-photo {
  float: left;
  overflow: hidden;
}
.author-summary .author-photo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.author-summary .author-name {
  font-weight: 500;
  margin-bottom: 4px;
}
.author-summary .author-short-info {
  font-weight: 500;
  line-height: 1.3;
}
.author-summary .author-about .rich-content p:only-child:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .author-summary .author-photo {
    width: 56px;
    height: 56px;
    border-radius: 2.49px;
    margin-right: 16px;
    margin-bottom: 8px;
  }
  .author-summary .author-name {
    font-size: 17px;
  }
  .author-summary .author-short-info {
    font-size: 16px;
  }
  .author-summary .author-sections {
    margin-top: 16px;
  }
  .author-summary .author-about {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .author-summary .author-photo {
    width: 104px;
    height: 104px;
    border-radius: 4px;
    margin-right: 32px;
    margin-bottom: 24px;
  }
  .author-summary .author-name {
    font-size: 27px;
  }
  .author-summary .author-short-info {
    font-size: 18px;
  }
  .author-summary .author-sections {
    margin-top: 16px;
  }
  .author-summary .author-about {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .author-summary .author-photo {
    width: 104px;
    height: 104px;
    border-radius: 4px;
    margin-right: 32px;
    margin-bottom: 24px;
  }
  .author-summary .author-name {
    font-size: 27px;
  }
  .author-summary .author-short-info {
    font-size: 18px;
  }
  .author-summary .author-sections {
    margin-top: 16px;
  }
  .author-summary .author-about {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .authors-panel:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .authors-panel:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .authors-panel:not(:last-child) {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .authors-tiles .authors-tiles-items {
    margin-top: -24px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .authors-tiles .authors-tiles-items {
    margin-top: -32px;
    margin-left: -24px;
  }
}
@media screen and (min-width: 1024px) {
  .authors-tiles .authors-tiles-items {
    margin-top: -32px;
    margin-left: -68px;
  }
}
.authors-tiles .authors-tiles-items .author-tile {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.authors-tiles .authors-tiles-items .author-tile .author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 12px;
}
.authors-tiles .authors-tiles-items .author-tile .author-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.authors-tiles .authors-tiles-items .author-tile .author-name {
  font-weight: 500;
}
.authors-tiles .authors-tiles-items .author-tile .author-short-info {
  margin-top: 8px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 1.14;
}
.authors-tiles .authors-tiles-items .author-tile .author-about {
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
  max-height: 94px;
  overflow: hidden;
}
.authors-tiles .authors-tiles-items .author-tile .author-action {
  margin-top: 8px;
  text-align: left;
}
.authors-tiles .authors-tiles-items .author-tile .author-action a {
  display: inline-block;
  vertical-align: top;
  color: #102587;
}
@media (pointer: fine) {
  .authors-tiles .authors-tiles-items .author-tile .author-action a:hover {
    color: #333333;
  }
}
.authors-tiles .authors-tiles-items .author-tile .author-action a .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.authors-tiles .authors-tiles-items .author-tile .author-action a:after {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .authors-tiles .authors-tiles-items .author-tile {
    padding-top: 24px;
    padding-left: 0;
    width: 100%;
  }
  .authors-tiles .authors-tiles-items .author-tile .author-name {
    font-size: 16px;
    line-height: 1.25;
  }
  .authors-tiles .authors-tiles-items .author-tile .author-about {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .authors-tiles .authors-tiles-items .author-tile {
    padding-top: 32px;
    padding-left: 24px;
    width: 50%;
  }
  .authors-tiles .authors-tiles-items .author-tile .author-name {
    font-size: 17px;
    line-height: 1.18;
  }
  .authors-tiles .authors-tiles-items .author-tile .author-about {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .authors-tiles .authors-tiles-items .author-tile {
    padding-top: 32px;
    padding-left: 68px;
    width: 33.3333333333%;
  }
  .authors-tiles .authors-tiles-items .author-tile .author-name {
    font-size: 17px;
    line-height: 1.18;
  }
  .authors-tiles .authors-tiles-items .author-tile .author-about {
    margin-top: 16px;
  }
}

.section-info {
  background-color: #FFF5DB;
}
.section-info .section-info-body .section-info-title {
  font-weight: 500;
  margin-bottom: 16px;
}
.section-info .section-info-body .section-info-action {
  margin-top: 24px;
}
.section-info .section-info-body .section-info-action a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FF6600;
}
@media (pointer: fine) {
  .section-info .section-info-body .section-info-action a:hover {
    color: rgba(51, 51, 51, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .panel .section-info {
    margin-left: calc(-1 * var(--panel-h-spacing, 0));
    margin-right: calc(-1 * var(--panel-h-spacing, 0));
  }
  .panel .section-info:first-child {
    margin-top: calc(-1 * var(--panel-v-spacing, 0));
  }
  .panel .section-info:last-child {
    margin-bottom: calc(-1 * var(--panel-v-spacing, 0));
  }
  .section-info .section-info-body {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-info .section-info-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .section-info .section-info-content {
    font-size: 15px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-info {
    max-width: 744px;
  }
  .section-info .section-info-body {
    border-radius: 4px;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .section-info .section-info-title {
    font-size: 22px;
    line-height: 1.45;
  }
  .section-info .section-info-content {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1024px) {
  .section-info {
    max-width: 744px;
  }
  .section-info .section-info-body {
    border-radius: 4px;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .section-info .section-info-title {
    font-size: 22px;
    line-height: 1.45;
  }
  .section-info .section-info-content {
    font-size: 16px;
    line-height: 1.25;
  }
}

.text-content .title {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .text-content {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
  .text-content p {
    line-height: 1.5;
  }
  .text-content .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-content {
    margin-top: 47px;
    font-size: 18px;
  }
  .text-content p {
    line-height: 1.6;
  }
  .text-content .title {
    font-size: 32px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .text-content {
    margin-top: 47px;
    font-size: 18px;
  }
  .text-content p {
    line-height: 1.6;
  }
  .text-content .title {
    font-size: 32px;
    margin-bottom: 18px;
  }
}
.text-content.text-content-centered {
  text-align: center;
}

body.dialog-open {
  overflow: hidden;
}

@-webkit-keyframes mask-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes mask-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mask-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dialog-box-mask {
  content: " ";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  -webkit-animation: mask-fade-in 0.5s ease;
  -moz-animation: mask-fade-in 0.5s ease;
  animation: mask-fade-in 0.5s ease;
}

.dialog-box {
  position: fixed;
  z-index: 104;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
}
.dialog-box.dialog-box-opened {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .dialog-box {
    padding-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog-box {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog-box {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 767px) {
  .dialog-box {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog-box {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog-box {
    padding-top: 120px;
  }
}
.dialog-box:after {
  content: " ";
  display: block;
  line-height: 1;
  font-size: 40px;
}
.dialog-box .dialog {
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dialog-box .dialog {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog-box .dialog {
    max-width: 584px;
    min-height: 200px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog-box .dialog {
    max-width: 584px;
    min-height: 200px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.dialog-box .dialog-loading-spinner {
  max-width: 100%;
}

.dialog-box-mask {
  background-color: rgba(0, 0, 0, 0.3);
}

.dialog {
  color: #333333;
  background-color: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog {
    border-radius: 4px;
  }
}
.dialog .close-action,
.dialog .spinner {
  position: relative;
}
.dialog .close-action {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .dialog .close-action {
    top: -48px;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog .close-action {
    top: -48px;
    right: -48px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog .close-action {
    top: -48px;
    right: -48px;
  }
}
.dialog .close-action:after {
  display: block;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: white;
}
@media screen and (max-width: 767px) {
  .dialog .close-action:after {
    padding: 12px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog .close-action:after {
    padding: 12px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog .close-action:after {
    padding: 12px;
    font-size: 24px;
  }
}
@media (pointer: fine) {
  .dialog .close-action:hover:after {
    color: #FFE5A1;
  }
}
.dialog.dialog-loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  background-image: url("/App/Site/Assets/i/big-spinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.dialog.dialog-loading .dialog-content {
  position: relative;
  min-height: 200px;
}
.dialog .dialog-content .dialog-title {
  font-weight: 500;
}
.dialog .dialog-content .panel {
  margin: 0;
  padding: 0;
  border-radius: 0;
  max-width: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .dialog .dialog-content .dialog-title {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .dialog .dialog-content .dialog-error,
.dialog .dialog-content .dialog-body {
    font-size: 15px;
    line-height: 1.5;
  }
  .dialog .dialog-content .dialog-actions {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .dialog .dialog-content .dialog-title {
    font-size: 27px;
    margin-bottom: 16px;
  }
  .dialog .dialog-content .dialog-error,
.dialog .dialog-content .dialog-body {
    font-size: 18px;
    line-height: 1.6;
  }
  .dialog .dialog-content .dialog-actions {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog .dialog-content .dialog-title {
    font-size: 27px;
    margin-bottom: 16px;
  }
  .dialog .dialog-content .dialog-error,
.dialog .dialog-content .dialog-body {
    font-size: 18px;
    line-height: 1.6;
  }
  .dialog .dialog-content .dialog-actions {
    margin-top: 32px;
  }
}

.countdown:not(.countdown-state-waiting) .countdown-waiting {
  display: none;
}
.countdown.countdown-state-waiting .countdown-content {
  display: none;
}

.sms-code-try .sms-code-try-sending {
  display: none;
}
.sms-code-try .sms-code-try-sending:before {
  content: "";
  display: block;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url("/App/Site/Assets/i/small-spinner.gif") no-repeat center center;
}
.sms-code-try .sms-code-try-waiting {
  display: none;
}
.sms-code-try.sms-code-try-state-sending .sms-code-try-link,
.sms-code-try.sms-code-try-state-sending .sms-code-try-content,
.sms-code-try.sms-code-try-state-sending .sms-code-try-waiting {
  display: none;
}
.sms-code-try.sms-code-try-state-sending .sms-code-try-sending {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.sms-code-try.sms-code-try-state-waiting .sms-code-try-link,
.sms-code-try.sms-code-try-state-waiting .sms-code-try-content,
.sms-code-try.sms-code-try-state-waiting .sms-code-try-sending {
  display: none;
}
.sms-code-try.sms-code-try-state-waiting .sms-code-try-waiting {
  display: inline;
}

.profile-status .profile-status-text {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 9px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .profile-status .profile-status-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .profile-status .profile-status-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .profile-status .profile-status-text {
    font-size: 13px;
  }
}
.profile-status.profile-status-approved .profile-status-text {
  background-color: #DDFCD6;
}
.profile-status.profile-status-moderating .profile-status-text {
  color: white;
  background-color: #FF6600;
}

.covid-info {
  background-color: white;
}
.covid-info .covid-info-details {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.covid-info .covid-info-details .covid-info-image {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  margin-right: 16px;
}
.covid-info .covid-info-details .covid-info-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.covid-info .covid-info-details .covid-info-info .covid-info-title {
  font-weight: 500;
}
.covid-info .covid-info-details .covid-info-info .covid-info-date {
  color: rgba(51, 51, 51, 0.5);
}
.covid-info .covid-info-chart {
  text-align: right;
  height: 64px;
}
.covid-info .covid-info-chart .covid-info-chart-items {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 130px;
  height: 100%;
}
.covid-info .covid-info-chart .covid-info-chart-items .covid-info-chart-values {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.covid-info .covid-info-chart .covid-info-chart-items .covid-info-chart-values .covid-info-chart-value {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-width: 3px;
  max-width: 8px;
}
.covid-info .covid-info-chart .covid-info-chart-items .covid-info-chart-values.covid-info-chart-values-orange .covid-info-chart-value {
  background-color: #FFB566;
}
.covid-info .covid-info-chart .covid-info-chart-items .covid-info-chart-values.covid-info-chart-values-green .covid-info-chart-value {
  background-color: #7BE07C;
}
@media screen and (max-width: 767px) {
  .covid-info {
    margin-bottom: 16px;
  }
  .covid-info .covid-info-details {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .covid-info .covid-info-details .covid-info-title {
    font-size: 15px;
    line-height: 1.5;
  }
  .covid-info .covid-info-details .covid-info-text,
.covid-info .covid-info-details .covid-info-date {
    font-size: 16px;
  }
  .covid-info .covid-info-chart {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .covid-info {
    min-height: 64px;
    margin-bottom: 32px;
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .covid-info .covid-info-details {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .covid-info .covid-info-details .covid-info-title {
    font-size: 18px;
    line-height: 1.6;
  }
  .covid-info .covid-info-details .covid-info-text,
.covid-info .covid-info-details .covid-info-date {
    font-size: 18px;
  }
  .covid-info .covid-info-details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .covid-info .covid-info-chart {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
}
@media screen and (min-width: 1024px) {
  .covid-info {
    min-height: 64px;
    margin-bottom: 32px;
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .covid-info .covid-info-details {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .covid-info .covid-info-details .covid-info-title {
    font-size: 18px;
    line-height: 1.6;
  }
  .covid-info .covid-info-details .covid-info-text,
.covid-info .covid-info-details .covid-info-date {
    font-size: 18px;
  }
  .covid-info .covid-info-details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .covid-info .covid-info-chart {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
}

.tags-cloud {
  padding-left: var(--content-h-spacing);
  padding-right: var(--content-h-spacing);
}
.tags-cloud .tags-cloud-items {
  margin-left: -12px;
}
.tags-cloud .tags-cloud-items .tags-cloud-tag {
  margin-left: 12px;
  display: inline-block;
  vertical-align: top;
}
.tags-cloud .tags-cloud-items .tags-cloud-tag .tags-cloud-tag-body {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #102587;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  background-color: white;
}
@media (pointer: fine) {
  .tags-cloud .tags-cloud-items .tags-cloud-tag .tags-cloud-tag-body:hover {
    color: #333333;
  }
}
@media screen and (max-width: 767px) {
  .tags-cloud {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -ms-scroll-chaining: none;
    scrollbar-width: none;
  }
  .tags-cloud ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
  .tags-cloud .tags-cloud-items .tags-cloud-row {
    display: block;
    white-space: nowrap;
  }
  .tags-cloud .tags-cloud-items .tags-cloud-row:after {
    content: "";
    display: inline-block;
    width: var(--content-h-spacing, var(--page-content-h-spacing));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tags-cloud .tags-cloud-items .tags-cloud-row {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .tags-cloud .tags-cloud-items .tags-cloud-row {
    display: inline;
  }
}
.article-list .tags-cloud {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .selected-topics {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .selected-topics {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .selected-topics {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.selected-topics .selected-topics-title {
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .selected-topics .selected-topics-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .selected-topics .selected-topics-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .selected-topics .selected-topics-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .selected-topics .selected-topics-title {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body.mobile-app .page {
  margin-top: 32px;
  margin-bottom: 40px;
}

/*# sourceMappingURL=styles.css.map */
