@font-face {
  font-family: HelsinkiGrotesk;
  src: url("../fonts/HelsinkiGrotesk-Medium.otf");
  font-weight: 500; }

@font-face {
  font-family: HelsinkiGrotesk;
  src: url("../fonts/HelsinkiGrotesk-Bold.otf");
  font-weight: bold; }

@font-face {
  font-family: HelsinkiGrotesk;
  src: url("../fonts/HelsinkiGrotesk-Black.otf");
  font-weight: bolder; }

@font-face {
  font-family: HelsinkiGrotesk;
  src: url("../fonts/HelsinkiGrotesk-Medium.otf");
  font-weight: 500; }

@font-face {
  font-family: HelsinkiGrotesk;
  src: url("../fonts/HelsinkiGrotesk-Regular.otf");
  font-weight: normal; }

@font-face {
  font-family: HelsinkiGrotesk;
  src: url("../fonts/HelsinkiGrotesk-Regular.otf");
  font-weight: 400; }

@font-face {
  font-family: HelsinkiGroteskBold;
  src: url("../fonts/HelsinkiGrotesk-Bold.otf");
  font-weight: bold; }

@font-face {
  font-family: HelsinkiGroteskMedium;
  src: url("../fonts/HelsinkiGrotesk-Medium.otf");
  font-weight: 500; }

@font-face {
  font-family: HelsinkiGroteskRegular;
  src: url("../fonts/HelsinkiGrotesk-Regular.otf");
  font-weight: normal; }

/* ---------- Browser normalization ---------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  border-bottom: 1px dotted #000;
  cursor: help; }

html {
  overflow-y: scroll; }

html.aui-dialog-iframe-root-node {
  overflow: auto; }

body {
  background: #FFF;
  font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif; }

body.portal-popup {
  background: none;
  padding: 10px; }

body.aui-dialog-iframe-popup {
  padding-bottom: 0; }

body.portal-iframe {
  padding: 0; }

blockquote, ul, ol, dl {
  margin: 1em; }

ol, ul, dl {
  margin-left: 2em; }

ol {
  list-style: decimal outside; }

ul {
  list-style: disc outside; }

ul ul {
  list-style-type: circle; }

ol ol {
  list-style-type: upper-roman; }

dl dd {
  margin-left: 1em; }

th {
  font-weight: bold; }

caption {
  margin-bottom: 0.5em;
  text-align: center; }

p {
  margin-bottom: 1em; }

/* ---------- Links ---------- */
/* ---------- Headers ---------- */
h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h1, h2, h3 {
  margin: 1em 0; }

h4, h5, h6 {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- HTML Editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000; }

.html-editor.portlet-message-boards blockquote {
  background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
  border: 1px solid #777;
  position: relative;
  padding: 5px 45px; }

.html-editor.portlet-message-boards blockquote:after {
  background: url(../images/message_boards/quoteright.png) no-repeat 50%;
  bottom: 5px;
  content: '';
  display: block;
  height: 24px;
  position: absolute;
  right: 5px;
  width: 31px;
  z-index: 999; }

.html-editor.portlet-message-boards blockquote cite {
  display: block;
  font-weight: bold; }

.html-editor.portlet-message-boards pre {
  background: #F9F9F9;
  border: 1px solid #777;
  padding: 0.5em; }

/* ---------- Text formatting ---------- */
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

code, pre {
  font-family: "Courier New", Courier, monospace;
  white-space: pre; }

.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Alerts and popups ---------- */
.alert-background {
  background: #000; }

.popup-alert-notice {
  background-color: #FFC;
  border-bottom-color: #FC0; }

.popup-alert-warning {
  background-color: #FDD;
  border-bottom-color: #F00; }

/* ---------- Portal add content ---------- */
.portal-add-content {
  background: #FFF;
  text-align: left;
  z-index: 20; }

.portal-add-content a {
  text-decoration: none; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
hr, .separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update Manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Main ---------- */
.aui-state-default {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA; }

.aui-state-hover {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782; }

.aui-state-active {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }

.results-grid {
  background: #FFF;
  border: solid #D7D7D7;
  border-width: 0 1px; }

.results-header {
  background: #D1D6DC; }
  .results-header th {
    background: #d9d9d9 url(../images/application/subheader_bg.png) 0 0 repeat-x;
    border: 1px solid #ccc; }
    .results-header th.sort-column {
      background: #ebebeb url(../images/application/state_active_bg.png) 0 0 repeat-x;
      border: 1px solid #ccc;
      color: #1F1E1E; }
      .results-header th.sort-column .result-column-name {
        background: url(../images/arrows/05_up.png) no-repeat 100% 50%;
        display: inline-block;
        font-style: italic;
        padding-right: 15px; }
    .results-header th.first {
      border-left-width: 0; }
    .results-header th.last {
      border-right-width: 0; }
  .results-header th, .results-header td {
    color: #7B7C7F;
    padding: 5px 10px;
    word-wrap: break-word; }
  .results-header th.sort-desc .result-column-name {
    background: url(../images/arrows/05_down.png) no-repeat 100% 50%;
    display: inline-block;
    font-style: italic;
    padding-right: 15px; }
  .results-header span, .results-header a {
    display: block; }
  .results-header a {
    color: #154B75;
    text-decoration: none; }
    .results-header a:hover {
      color: #336699;
      text-decoration: underline; }

.results-row td {
  background: none;
  border: 1px solid;
  border-color: #D7D7D7 #E7E7E7;
  padding: 5px 10px; }
  .results-row td.sort-column {
    background: #E6ECEF; }
.results-row.selected td, .results-row.selected.hover td {
  background-color: #00A2EA;
  border-color: #00A2EA #00A2EA #D7D7D7;
  color: #FFF; }
  .results-row.selected td a, .results-row.selected.hover td a {
    color: #FFF; }
.results-row.alt.selected td, .results-row.alt.selected.hover td {
  background-color: #00A2EA; }
.results-row.alt td {
  background: #F5F8FB; }
.results-row.hover td {
  background: #D3E8F1;
  border-bottom-color: #D7D7D7;
  border-left-color: transparent;
  border-right-color: transparent; }

.taglib-search-iterator .results-row td.first, .taglib-search-iterator .results-row th.first {
  border-left-width: 0; }
.taglib-search-iterator .results-row td.last, .taglib-search-iterator .results-row th.last {
  border-right-width: 0; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  opacity: .6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.aui-portal-layout-proxy {
  opacity: 1 !important; }
  .aui-portal-layout-proxy .portlet-topper {
    background-image: none; }

.aui-proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .aui-proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .aui-proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .aui-proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.aui-resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.aui-sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.aui-portal-layout-drag-target-indicator {
  margin: 2px 0; }

/* ---------- Portal tool tips ---------- */
.aui-tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.aui-tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  padding: 0; }
  .aui-tagselector-content .aui-textboxlistentry-holder {
    background: #fff;
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    overflow: visible; }

.aui-tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.aui-tagselector .aui-field .aui-field-content {
  margin: 0; }
.aui-tagselector .aui-toolbar {
  margin-top: 5px; }
.aui-tagselector .aui-textboxlist-input-container {
  margin: 0; }

.aui-tagselector-focused .aui-textboxlistentry-holder {
  background: #FFC none;
  border: 1px solid #FC0; }

.aui-categoriesselector-content .aui-textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-asset-count {
    clip: rect(0 0 0 0);
    position: absolute; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.aui-underlay {
  clear: both;
  top: 100%; }
  .aui-underlay .yui3-widget-hd {
    height: 38px; }
  .aui-underlay .lfr-portlet-item {
    border-width: 0; }

.aui-underlay-hidden {
  display: none; }

.aui-underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.aui-underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.aui-tab-active strong {
  font-weight: normal; }

.aui-tab-back {
  float: right; }

.aui-tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Misc. ---------- */
.lfr-panel-container {
  background: transparent; }

.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.aui-dialog-bd {
  min-height: 30px; }

.aui-dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.aui-panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

/* ---------- Menus ---------- */
.lfr-actions.portlet-options .lfr-trigger strong span, .visible.portlet-options .lfr-trigger strong span {
  background-image: url(../images/portlet/options.png); }

.lfr-actions.portlet-options:hover, .lfr-actions.portlet-options:hover ul {
  background: transparent; }

.lfr-menu-list {
  z-index: 450; }

.aui-menu {
  position: absolute;
  width: auto; }
  .aui-menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.aui-menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .aui-menu-content li {
    margin: 0;
    padding: 0; }
    .aui-menu-content li .disabled {
      color: #999; }

.aui-menu-content, .lfr-menu-list ul {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.aui-menugroup-content .aui-menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  font-weight: bold;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.aui-menugroup-content ul, .lfr-menu-list ul ul {
  display: block;
  min-width: 0; }

.aui-menu-content li, .lfr-menu-list ul li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }

.aui-menu-content li.first, .lfr-menu-list ul li.first {
  border-top-width: 0; }

.aui-menu-content li.last, .lfr-menu-list ul li.last {
  border-bottom-width: 0; }

.aui-menu-content li a, .lfr-menu-list ul li .taglib-icon, .aui-menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.lfr-menu-list ul li.disabled .taglib-icon {
  color: #666; }

.aui-menu-content li a.aui-focus, .lfr-menu-list ul .taglib-icon.aui-focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.aui-menu-content a, .lfr-menu-list li .taglib-icon, .aui-menu-content .disabled, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  font-weight: bold;
  text-shadow: 1px 1px 0 0 #FFF; }

/* ---------- Toolbar ---------- */
.aui-toolbar li {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle; }

.aui-toolbar-separator {
  background: url(../images/dockbar/separator.png) no-repeat 100% 50%;
  border-width: 0;
  cursor: default;
  font-size: 1px;
  height: 16px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  width: 4px; }

/* ---------- Loading Mask ---------- */
.aui-loadingmask-content {
  background: #CCC; }

.aui-loadingmask-message {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree View ---------- */
.aui-tree-node-selected .aui-tree-label {
  background-color: transparent;
  font-weight: bold; }

/* ---------- Page Customization ---------- */
.aui-dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.aui-paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.ie7 .aui-paginator-link {
  color: transparent;
  overflow: hidden;
  text-indent: 0; }

.aui-paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003c57; }

.ie7 .aui-paginator-current-page {
  color: #FFF; }

.aui-paginator-page-link {
  text-indent: 0;
  height: auto; }

.ie7 .aui-paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  overflow: visible;
  text-indent: 0; }

.aui-paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.aui-paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.aui-paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.aui-paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.aui-paginator-current-page-report, .aui-paginator-total {
  font-size: 0.9em;
  color: #555; }

.aui-paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- Application Column View ---------- */
.lfr-app-column-view {
  border: 1px solid #C9C9C9; }
  .lfr-app-column-view .aui-layout-content {
    position: relative; }
  .lfr-app-column-view .aui-column:before {
    border-right: 1px solid #C9C9C9;
    bottom: 0;
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0; }
  .lfr-app-column-view .aui-column-content {
    border-right: 1px solid transparent; }
    .lfr-app-column-view .aui-column-content .lfr-message-response {
      margin: 10px; }

/* ---------- Header row ---------- */
.lfr-header-row {
  background: #8f8f8f url(../images/application/header_row_bg.png) 0 0 repeat-x; }
  .lfr-header-row .lfr-actions.show-arrow.direction-down .lfr-trigger strong a {
    background: url(../images/arrows/08_down.png) 100% -5px no-repeat; }
  .lfr-header-row .aui-toolbar .aui-toolbar-content {
    white-space: normal;
    word-wrap: normal; }
  .lfr-header-row .aui-toolbar .aui-toolbar-item {
    border-right-width: 0; }
  .lfr-header-row .aui-toolbar .aui-toolbar-last {
    border-right-width: 1px; }

.ie .portlet-boundary.yui3-dd-dragging {
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60); }
.ie .aui-proxy {
  filter: alpha(opacity=65); }
.ie .aui-proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }
.ie .layout-customizable-controls {
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90); }

.ie7 .aui-tabview-list {
  overflow: hidden; }
.ie7 .aui-menu-content li {
  z-index: 10; }

.ie6 .aui-toolbar li, .ie7 .aui-toolbar li {
  display: inline; }
.ie6 .lfr-header-row .aui-buttonitem-content, .ie7 .lfr-header-row .aui-buttonitem-content {
  white-space: normal; }
  .ie6 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label, .ie7 .lfr-header-row .aui-buttonitem-content .aui-buttonitem-label {
    white-space: nowrap; }
.ie6 .results-row.hover td, .ie7 .results-row.hover td {
  border-color: #D3E8F1; }

/* ---------- Wrapper ---------- */
.portlet-layout {
  border-collapse: collapse;
  clear: both;
  display: table;
  border-spacing: 0;
  table-layout: auto;
  width: 100%; }

.portlet-column {
  display: table-cell;
  vertical-align: top; }

.portlet-column-content {
  padding: 5px; }

.portlet-column-content-only, .ltr .portlet-column-content-first, .rtl .portlet-column-content-last {
  padding-left: 0; }

.portlet-column-content-only, .ltr .portlet-column-content-last, .rtl .portlet-column-content-first {
  padding-right: 0; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

#main-content.dragging .portlet-column {
  border: 3px double #828F95;
  height: 100px;
  min-height: 100px; }

.ie6 div.portlet-layout, .ie7 div.portlet-layout {
  height: 1%; }
.ie6 div.portlet-column, .ie7 div.portlet-column {
  float: left;
  overflow: hidden;
  width: 100%; }
.ie6 div.aui-column-last, .ie7 div.aui-column-last {
  margin-right: -1px; }
.ie6 .portlet-column-content, .ie7 .portlet-column-content {
  zoom: 1; }

.portlet-dockbar, .portlet-staging-bar {
  background: url(../images/application/loading_indicator.gif) no-repeat 50%; }

.portlet-dockbar {
  background-color: #E0E7F1;
  border-bottom: 1px solid #636364; }

.dockbar, .staging-bar {
  visibility: hidden; }

.dockbar-ready .dockbar, .staging .staging-bar, .live-view .staging-bar {
  visibility: visible; }

.dockbar-ready .portlet-dockbar, .staging-ready .portlet-staging-bar, .portal-popup .portlet-dockbar, .portal-popup .portlet-staging-bar {
  background: none;
  border-width: 0; }

.dockbar {
  background: #97a1ae url(../images/dockbar/dockbar_bg.png) repeat-x 0 0;
  border-bottom: 1px solid #636364;
  font-size: 13px;
  padding: 1px 5px;
  position: relative;
  z-index: 300; }

.dockbar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.ie7 .dockbar {
  zoom: 1; }

.ie6 .dockbar, .ie6 .lfr-dockbar-pinned .dockbar {
  height: 10px;
  left: 0;
  position: relative;
  top: 0; }

.dockbar a {
  color: #2C2F34;
  font-weight: bold;
  text-shadow: 1px 1px #FFF; }

.dockbar .menu-button-active {
  background: #5c94da url(../images/dockbar/button_active_bg.png) repeat-x 0 0; }

.dockbar .menu-button-active a {
  color: #FFF;
  text-shadow: -1px -1px #2c2f34; }

.dockbar .user-avatar .sign-out {
  font-size: 0.8em;
  padding-left: 0; }

.dockbar ul {
  margin: 0;
  padding: 0; }

.dockbar li li {
  margin-left: 0; }

html > .lfr-dockbar-pinned {
  padding-top: 3.45em; }

.lfr-dockbar-pinned .dockbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.dockbar .pin-dockbar {
  margin-left: 0; }

.ie6 .dockbar .pin-dockbar {
  display: none; }

.pin-dockbar img {
  background: url(../images/dockbar/pin.png) no-repeat 0 0;
  height: 27px;
  vertical-align: middle;
  width: 27px; }

.lfr-dockbar-pinned .pin-dockbar img {
  background-image: url(../images/dockbar/unpin.png); }

.dockbar .user-portrait {
  text-decoration: none; }

.dockbar .user-avatar img {
  vertical-align: middle;
  width: 25px; }

.dockbar .impersonating-user {
  background: url(../images/messages/alert.png) no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .impersonating-user .user-links a {
  color: #999; }

/* ---------- Staging Dockbar ---------- */
.variation-selector {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em; }

.layout-revision-container {
  margin: 1em 0 0 1em;
  padding: 0; }
  .layout-revision-container .aproximate-date {
    color: #999;
    font-weight: bold; }
  .layout-revision-container .current-version {
    color: #41801d;
    display: block; }
  .layout-revision-container .current-version-pointer {
    display: inline-block;
    width: 0; }
  .layout-revision-container .current-version-pointer img {
    left: -25px;
    position: relative; }
  .layout-revision-container .layout-variation-name {
    color: #666;
    font-size: 1.15em;
    margin-bottom: 0.1em;
    text-transform: uppercase; }
  .layout-revision-container .layout-revision-current {
    color: #666; }
  .layout-revision-container .real-date {
    color: #999;
    display: block;
    text-align: right; }
  .layout-revision-container .taglib-workflow-status .workflow-status {
    background: none;
    padding-left: 0; }
    .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
      color: #41801d;
      font-weight: bold; }

.layout-revision-container-root {
  margin: 0; }

.staging-details {
  background: url() no-repeat 0 0;
  padding-left: 65px;
  min-height: 50px; }

.staging .staging-details {
  background-image: url(../images/staging_bar/staging.png); }

.live-view .staging-details {
  background-image: url(../images/staging_bar/live.png); }

.staging .staging-tabview-list {
  background-color: #FFDBA6; }

.live-view .staging-tabview-list {
  background-color: #C4F0BC; }

/* ---------- Menus ---------- */
.aui-dockbarmenu-hidden {
  visibility: hidden; }

.dockbar .aui-toolbar {
  float: left; }

.dockbar .user-toolbar {
  float: right; }

.aui-underlay .portal-add-content {
  background-color: transparent;
  font-size: 11px; }

.aui-underlay .portal-add-content .portlet-dd-placeholder {
  display: none; }

.add-application .yui3-widget-bd, .dockbar-messages .yui3-widget-bd {
  padding: 0 10px 10px; }

.add-application {
  left: 10px !important; }

.lfr-has-sidebar #main-content {
  padding-left: 220px; }

.manage-layouts {
  left: 60px !important; }

.my-sites-menu {
  max-width: 350px; }

.my-sites-menu ul {
  list-style: none;
  max-height: 300px;
  overflow: auto; }

.my-sites-menu ul, .my-sites-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.my-sites-menu a {
  display: block;
  overflow: hidden;
  text-align: right;
  white-space: nowrap; }

.my-sites-menu .control-panel a {
  background: url(../images/dock/control_panel.png) no-repeat 3px 50%;
  padding-left: 25px; }

.my-sites-menu .current-site {
  border: solid #1D4280;
  border-width: 1px 0; }

.my-sites-menu .current-site a {
  background: #3068ba url(../images/arrows/01_right.png) no-repeat scroll 2px 30%;
  color: #FFF;
  padding-left: 20px;
  text-shadow: 1px 1px #333; }

.my-sites-menu .current-site .site-type {
  color: #FFF; }

.my-sites-menu .current-site a:hover, .my-sites-menu a:hover .site-type {
  color: #FFF;
  text-shadow: 1px 1px #333; }

.my-sites-menu .site-name {
  cursor: pointer;
  float: left; }

.my-sites-menu .site-type {
  color: #777;
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 10px; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.my-sites-menu a:hover .site-type {
  color: #FFF; }

.ie7 .my-sites-menu a {
  overflow: visible;
  text-align: left; }

.ie7 .my-sites-menu .site-name {
  float: none; }

.ie7 .my-sites-menu .site-type {
  float: none; }

.ie6 .my-sites-menu {
  width: 200px; }

.ie6 .my-sites-menu a {
  height: 1%; }

.dockbar .toggle-controls a {
  background: url(../images/dockbar/checked.png) no-repeat 0 50%;
  padding-left: 20px; }

.controls-hidden .toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.toggle-controls a {
  background-image: url(../images/dockbar/unchecked.png); }

.dockbar .menu-button {
  background: url(../images/arrows/05_down.png) no-repeat 93% 50%;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  text-decoration: none; }

.dockbar .menu-button span {
  background: url() no-repeat 0 50%;
  padding-left: 20px; }

.dockbar .add-content .menu-button span {
  background-image: url(../images/common/add.png); }

.dockbar .manage-content .menu-button span {
  background-image: url(../images/dockbar/settings.png); }

.dockbar .my-sites .menu-button span {
  background-image: url(../images/dockbar/places.png); }

.dockbar-messages-container {
  left: 50%;
  margin-left: -150px; }

.dockbar-messages {
  width: 300px; }

.showing-messages .dockbar-messages {
  display: block; }

.multiple-messages .dockbar-message {
  border-top: 1px solid #CCC;
  padding: 5px 0; }

.multiple-messages .first {
  border-top-width: 0;
  padding-top: 0; }

.add-content-menu .add-page a {
  background: url(../images/navigation/add_page.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu .add-application a {
  background: url(../images/common/portlet.png) no-repeat 3px 50%;
  padding-left: 25px; }

.add-content-menu a.lfr-portlet-used {
  color: #999;
  cursor: auto; }

.manage-content-menu li a, .manage-content-menu li .disabled {
  background: url() no-repeat 3px 50%;
  padding-left: 25px; }

.manage-content-menu .manage-page a {
  background-image: url(../images/dock/page_settings.png); }

.manage-content-menu .manage-site-content a {
  background-image: url(../images/common/site_icon.png); }

.manage-content-menu .manage-site-memberships a {
  background-image: url(../images/common/assign.png); }

.manage-content-menu .manage-page-customization a, .manage-content-menu .manage-page-customization .disabled {
  background-image: url(../images/dock/customizations.png); }

.manage-content-menu .page-layout a {
  background-image: url(../images/dock/layout.png); }

.manage-content-menu .sitemap a {
  background-image: url(../images/common/sitemap.png); }

.manage-content-menu .settings a {
  background-image: url(../images/common/configuration.png); }

/* ---------- Customization Bar ---------- */
.page-customization-bar {
  background-color: #999;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  min-height: 30px;
  padding: 5px; }

.controls-hidden .page-customization-bar {
  display: none; }

.page-customization-bar .customized-icon {
  margin: 5px;
  vertical-align: middle; }

.page-customization-bar .page-customization-actions {
  padding-left: 5em; }

.page-customization-bar .page-customization-actions a {
  color: #EEE;
  font-size: 0.8em;
  padding: 0 1em; }

.page-customization-bar .reset-prototype {
  display: inline;
  padding-left: 1em; }

.default .navigation-container {
  width: 100%;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  background-color: #fff; }

.default .navigation-desktop {
  width: 100%;
  max-width: 1140px;
  display: flex;
  margin: 0 auto;
  flex-flow: row wrap; }

.default .navigation-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 3px; }

.default .navigation-wrapper-top {
  height: 64px;
  margin-top: 5px;
  justify-content: space-between; }

.default .navigation-wrapper-bottom {
  height: 50px; }

.default .navigation-logo {
  display: flex;
  user-select: none;
  /* padding: 0 33px 0 0; */
  padding: 0;
  align-items: center; }

.default .navigation-logo a,
.default .navigation-mobile-logo a {
  display: inline-block;
  color: #231f20;
  text-decoration: none;
  cursor: pointer; }

.default .navigation-mobile-logo a {
  white-space: nowrap; }

.default .navigation-logo a.logo img {
  height: 50px; }

.default .navigation-links {
  flex: 1; }

.default .navigation-link {
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .5px;
  color: #242424;
  /* margin: 0 16px; */
  margin: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 2px 0;
  text-align: center;
  margin-left: 0;
  /*margin-right: 57px;*/
  margin-right: 35px;
  font-family: "HelsinkiGroteskMedium", "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

.default .navigation-link.active {
  border-bottom: 2px solid #000000; }

.default .navigation-link:last-child {
  margin: 0;
  /*margin-right: 82px;*/
  margin-right: 35px; }

.default .navigation-desktop .navigation-link:hover, .default .navigation-desktop .home-link a:hover,
.default .navigation-desktop .navigation-link-right:hover, .default .footer-nav .footer-link:hover,
.default .navigation-desktop .navigation-link:focus, .default .navigation-desktop .home-link a:focus,
.default .navigation-desktop .navigation-link-right:focus, .default .footer-nav .footer-link:focus {
  text-decoration: underline; }

.default .home-link {
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0px;
  color: #242424;
  margin: 0;
  border-bottom: 3px solid transparent;
  padding: 0 0 2px 0;
  text-align: center;
  margin-left: 35px;
  /*margin-right: 72px;*/
  /*margin-right: 60px;*/
  margin-right: 45px; }

.default .navigation-link:hover {
  color: #000; }

.default .navigation-link a {
  color: #242424;
  text-decoration: none;
  cursor: pointer; }

.default .navigation-link a:hover {
  color: #000; }

.default .navigation-link {
  color: #000; }

.default .navigation-right {
  display: flex;
  align-items: center; }

.default .navigation-link-right {
  /* display: inline-block; */
  display: flex;
  margin: 0;
  border-bottom: 3px solid transparent !important;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .5px;
  color: #231f20;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  border: none; }

.default .navigation-link-right:hover {
  background: transparent;
  color: #231f20; }

.default .navigation-right a {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: .5px;
  margin: 0;
  color: #231f20;
  text-decoration: none;
  cursor: pointer; }

.default .navigation-link-right span {
  margin-left: 5px; }

.default .navigation-right .divider {
  border-right: 1px solid #48505b;
  height: 30px;
  margin: 0 15px; }

.default .navigation-right .navigation-link-right.lang {
  color: #5A5A5A;
  font-weight: normal;
  font-size: 14px;
  font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif; }

.default .navigation-right .navigation-link-right.lang:hover {
  background: transparent !important;
  color: #000000; }

.default .navigation-right .navigation-link-right.lang:not(:first-child) {
  padding-left: 12px; }

.default .navigation-right .navigation-link-right.lang:hover {
  color: #000;
  font-weight: normal; }

.default .navigation-icon {
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }

.default .navigation-icon-search {
  width: 20px;
  height: 20px;
  background-image: url("../images/color_schemes/default/common/search2.svg"); }

.default .navigation-container input[type=text] {
  padding: 10px 15px;
  border: 2px solid #c5c5c5;
  border-radius: 1px;
  font-size: 1rem; }

.default .navigation-container .search {
  width: 200px;
  display: none; }

.default .navigation-expand {
  display: none;
  position: absolute;
  right: 25px;
  cursor: pointer;
  top: 29px; }

.default .navigation-expand img {
  height: 24px;
  width: 24px; }

/* SEARCH */
.default .search-container {
  width: 100%;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  background-color: #FFC61E;
  position: relative; }

.default .site-search {
  width: 100%;
  max-width: 1140px;
  display: flex;
  margin: 0 auto;
  flex-flow: row wrap; }

.default .search-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 120px 20px; }

.default .search-wrapper .site-search-input {
  width: 100%;
  font-size: 23px;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  margin-right: 5px; }

.default .search-wrapper .site-search-button {
  width: 120px;
  color: #000;
  text-decoration: none;
  background: transparent;
  display: inline-block;
  padding: 10px 15px;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #000;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  text-transform: none; }

.default .search-wrapper .site-search-button:HOVER {
  background: #000;
  color: #fff; }

.default .search-wrapper .site-search-link {
  border: 0;
  color: #000;
  text-decoration: none;
  min-width: 150px;
  margin-right: auto;
  margin-left: 6rem;
  font-size: 18px;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  cursor: pointer;
  background: transparent;
  text-transform: none; }

.default .search-decoration {
  display: block;
  height: 24px;
  width: 100%;
  background-image: url("../images/color_schemes/default/bg_decoration_yellow_down.png");
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  bottom: -24px;
  z-index: 99; }

.default #siteSearch {
  display: none; }

.default #siteSearch.is-active {
  display: block;
  position: absolute;
  top: 70px; }

.default .navigation-mobile {
  display: none; }

.default #mobile-menu-open {
  display: none; }

@media screen and (max-width: 1110px) {
  .default .home-link {
    margin-right: 40px; }

  .default .navigation-link {
    margin-right: 30px; }

  .default .navigation-link:last-child {
    margin-right: 10px; } }
@media screen and (max-width: 965px) {
  .default .home-link {
    margin-right: 25px;
    margin-left: 15px; }

  .default .navigation-link {
    margin-right: 15px; }

  .default .navigation-link:last-child {
    margin-right: 10px; } }
@media screen and (max-width: 767px) {
  .default .navigation-desktop {
    display: none; }

  .default .navigation-border-bottom {
    display: none; }

  .default .navigation-mobile {
    display: block; }

  .default .navigation-mobile .navigation-wrapper {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px; }

  .default #siteSearch.is-active {
    position: absolute;
    top: 0; }

  .default .navigation-mobile .navigation-mobile-logo {
    display: flex;
    max-width: 95px;
    align-items: center;
    margin-left: 30px; }

  .default .navigation-mobile .navigation-mobile-logo img {
    height: 45px;
    vertical-align: middle; }

  .default .navigation-mobile .navigation-mobile-expand {
    display: flex;
    align-items: center;
    margin-right: 30px; }

  .default .navigation-mobile .navigation-mobile-expand button {
    background: transparent !important;
    border: none !important; }

  .default .navigation-mobile .navigation-mobile-expand button:hover {
    background: transparent !important;
    border: none !important; }

  .default .navigation-mobile .navigation-mobile-expand img {
    vertical-align: middle; }

  .default .navigation-mobile #menu-mobile-closed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }

  .default .navigation-mobile #mobile-menu-open {
    display: none; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top {
    height: 81px;
    display: flex;
    align-items: center; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top a {
    cursor: pointer; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top .navigation-mobile-left {
    padding-left: 35px;
    flex: 1; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top .navigation-mobile-right {
    padding-right: 30px;
    padding-left: 35px;
    width: 100%;
    text-align: right; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top .navigation-mobile-right img {
    vertical-align: middle;
    width: 40px;
    height: 40px; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items ul {
    margin: 0;
    padding: 25px 35px;
    list-style-type: none;
    padding-top: 0; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items ul > li {
    padding: 15px 0; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items ul > li a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items .navigation-mobile-lang {
    display: flex;
    padding: 0 35px;
    padding-bottom: 25px;
    justify-content: left; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items .navigation-mobile-lang button {
    cursor: pointer;
    padding-right: 30px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    border: none;
    font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif;
    text-transform: none;
    padding-right: 16px;
    background: transparent !important; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items .navigation-mobile-lang button:hover {
    background: transparent !important; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items .navigation-mobile-lang a {
    cursor: pointer;
    padding-right: 30px;
    font-size: 16px;
    text-decoration: none;
    color: #000; } }
@media screen and (max-width: 550px) {
  .default .search-wrapper .site-search-link {
    position: absolute;
    bottom: 25px;
    margin-left: 0; } }
/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }

.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-text {
  cursor: pointer; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-topper-toolbar {
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 3px;
  text-align: right;
  top: 3px; }
  .portlet-topper-toolbar .nobr {
    display: block;
    float: left;
    padding: 1px; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-icon-back {
  background: url(../images/arrows/01_left.png) no-repeat 0 50%;
  font-weight: bold;
  padding: 5px 5px 5px 18px; }

.portlet-nested-portlets .portlet-boundary {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  background: #333;
  color: #FFF;
  font-size: 10px;
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  text-shadow: -1px -1px black;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    color: #3AF;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: top;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 20px; }
  .portlet-borderless-bar .portlet-title-default, .portlet-borderless-bar .portlet-actions {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(../images/portlet/options_borderless.png); }

.portlet-borderless-container:hover .portlet-borderless-bar {
  opacity: 1; }
  .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
    display: inline; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel Page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg, .portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info, .portlet-msg-error, .lfr-message-error, .portlet-msg-alert, .lfr-message-alert, .portlet-msg-success, .lfr-message-success {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status of the current operation ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info, .portlet-msg-help, .lfr-message-help, .portlet-msg-progress, .lfr-message-progress, .lfr-message-info {
  background-color: #DFF4FF;
  background-image: url(../images/messages/info.png);
  border-color: #A7CEDF; }

.portlet-msg-help, .lfr-message-help {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress, .lfr-message-progress {
  background-image: url(../images/aui/loading_indicator.gif); }

/* ---------- Error messages ---------- */
.portlet-msg-error, .lfr-message-error {
  background-color: #FDD;
  background-image: url(../images/messages/error.png);
  border-color: #F00; }

/* ---------- Warning messages ---------- */
.portlet-msg-alert, .lfr-message-alert {
  background-color: #FFC;
  background-image: url(../images/messages/alert.png);
  background-position: 6px 20%;
  border-color: #FC0; }

/* ---------- Success messages ---------- */
.portlet-msg-success, .lfr-message-success {
  background-color: #F4FDEF;
  background-image: url(../images/messages/success.png);
  border-color: #ACDFA7;
  color: #384F34; }

/* ---------- Message labels ---------- */
.portlet-msg-alert-label, .portlet-msg-error-label, .portlet-msg-info-label, .portlet-msg-progress-label, .portlet-msg-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px;
  font-weight: bold; }

.portlet-msg-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.portlet-msg-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.portlet-msg-info-label, .portlet-msg-help-label, .portlet-msg-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404F; }

.portlet-msg-help-label {
  background-image: url(../images/portlet/help.png); }

.portlet-msg-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.portlet-msg-success-label {
  background-image: url(../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay Messages ---------- */
.lfr-message-content, .lfr-message-info, .lfr-message-help, .lfr-message-error, .lfr-message-alert, .lfr-message-success {
  border-left-width: 0;
  border-right-width: 0; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-dismissible.lfr-message-hover .lfr-message-content {
  background-image: none; }
.lfr-message-dismissible.lfr-message-hover .lfr-message-controls {
  display: block; }

.lfr-message-trigger, .lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Table or section header ---------- */
/* ---------- Normal text in a table cell ---------- */
/* ---------- Text in every other row in the cell ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.restricted td.col-1, .alt.restricted td.col-1 {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
  background-image: url(../images/common/guest_icon.png); }
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
  background-image: url(../images/common/user_icon.png); }
.results-row.lfr-role-site .col-1, .results-row.hover.lfr-role-site .col-1 {
  background-image: url(../images/common/site_icon.png); }
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
  background-image: url(../images/common/organization_icon.png); }
.results-row.lfr-role-team .col-1, .results-row.hover.lfr-role-team .col-1 {
  background-image: url(../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Actions button ---------- */
.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: white url(../images/forms/button.png) repeat-x 0 100%;
  border: 1px solid;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }
.lfr-actions ul {
  bottom: -1px; }
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
  background: none; }
.lfr-actions .lfr-trigger li {
  background: transparent;
  border-bottom: 1px solid #DEDEDE;
  padding: 2px; }
  .lfr-actions .lfr-trigger li a {
    padding: 5px 10px 5px 25px; }
    .lfr-actions .lfr-trigger li a:hover {
      background-color: #828F95;
      color: #FFF; }
  .lfr-actions .lfr-trigger li img {
    left: 3px;
    position: absolute; }
  .lfr-actions .lfr-trigger li.last {
    border-bottom: none; }
.lfr-actions.portlet-options {
  background: none;
  border: none;
  float: left; }
  .lfr-actions.portlet-options .lfr-trigger {
    padding: 0; }
    .lfr-actions.portlet-options .lfr-trigger strong {
      min-width: 0;
      padding: 1px; }
      .lfr-actions.portlet-options .lfr-trigger strong a {
        background-image: url(../images/portlet/options.png);
        background-position: 0 0;
        display: block;
        font-size: 0;
        height: 16px;
        padding: 0;
        text-indent: -9999px;
        width: 16px; }

.visible.portlet-options .lfr-trigger strong a {
  background-image: url(../images/portlet/options_selected.png); }

/*------ Breadcrumbs taglib ------*/
.breadcrumbs:before, .breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }
.breadcrumbs:after {
  clear: both; }

.breadcrumbs-vertical {
  display: inline-block; }

.breadcrumbs-horizontal li {
  display: inline-block;
  vertical-align: middle; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

.ie .portlet-borderless-bar {
  -ms-filter: alpha(opacity=20);
  filter: alpha(opacity=20); }
.ie .portlet-borderless-container:hover .portlet-borderless-bar {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100); }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-right: 0;
  margin-left: 20px; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .breadcrumbs-vertical, .ie6 .breadcrumbs-horizontal li, .ie7 .breadcrumbs-vertical, .ie7 .breadcrumbs-horizontal li {
  display: inline;
  zoom: 1; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

fieldset {
  border: 1px solid #BFBFBF;
  padding: 8px; }

.aui-fieldset {
  border-width: 0;
  padding: 0;
  position: relative; }

.aui-dialog-iframe-popup .aui-fieldset {
  margin-bottom: 0; }

.aui-fieldset .aui-field-content, .aui-field-row, .aui-button-holder, .aui-field-wrapper-content {
  margin: 10px 0; }

.aui-field-inline .aui-field-content, .aui-field-row .aui-field-content {
  margin: 0;
  margin-right: 5px; }

.aui-search-bar .aui-field-content {
  margin-right: 0; }
.aui-search-bar .aui-field-content, .aui-search-bar .aui-button-content {
  display: inline-block;
  vertical-align: middle; }

.aui-field-choice .aui-field-label {
  display: inline-block; }

.aui-field-date .aui-field-content {
  overflow: hidden; }

.aui-text-placeholder {
  color: #777; }

legend {
  font-weight: bold;
  padding: 0 6px; }

.aui-fieldset-legend {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 1.5em; }

.aui-legend {
  border-bottom: 1px solid #CCC;
  display: block;
  position: absolute;
  width: 90%; }

input {
  background: #FFF; }

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button, .aui-field-input-text {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }

select {
  padding: 1px; }

input[type="image"] {
  background: transparent none;
  border: none;
  padding: 0; }

input[type="submit"], input[type="button"], input[type="reset"], button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
  input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
    background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
    border-color: #627782;
    color: #369; }
  input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
    background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
    border-color: #555; }

input.focus, textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.lfr-actions.lfr-extended, .lfr-actions.lfr-extended ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto;
  padding: 0; }
.lfr-actions.lfr-extended:focus, .lfr-actions.lfr-extended:focus ul {
  background: #ebebeb url(../images/application/state_active_bg.png) repeat-x 0 0;
  border-color: #555; }
.lfr-actions.lfr-extended.disabled, .lfr-actions.lfr-extended.disabled ul, .lfr-actions.lfr-extended.disabled:hover, .lfr-actions.lfr-extended.disabled:hover ul {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }
.lfr-actions.lfr-extended:hover, .lfr-actions.lfr-extended:hover ul {
  background: #b9ced9 url(../images/application/state_hover_bg.png) repeat-x 0 0;
  border-color: #627782;
  color: #369; }

.lfr-actions.disabled .taglib-text {
  color: #A9A9A9; }

.aui-button-disabled input[type], .aui-button-disabled input[type]:hover, .aui-button-disabled input[type]:focus, .aui-button-disabled button, .aui-button-disabled button:hover, .aui-button-disabled button:focus {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

.aui-buttonitem-disabled {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #555;
  opacity: 0.5; }

input.aui-form-validator-error, textarea.aui-form-validator-error, select.aui-form-validator-error {
  border-color: #900;
  border-style: dotted; }

/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie fieldset {
  padding-top: 0; }
.ie .aui-button-disabled input {
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50); }

.ie7 .aui-fieldset {
  zoom: 1; }

.ie6 input.text, .ie6 input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button, .ie6 button {
  background-image: url(../images/forms/input_shadow.png);
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
  font: 1em Arial, Helvetica, Verdana, sans-serif;
  padding: 5px 1px; }
.ie6 input.submit, .ie6 input.button, .ie6 button, .ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  background: #d4d4d4 url(../images/portlet/header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
  color: #34404F;
  cursor: pointer;
  font-weight: bold;
  overflow: visible;
  padding: 5px;
  text-shadow: 1px 1px #FFF;
  width: auto; }
.ie6 .aui-button-disabled input.submit, .ie6 .aui-button-disabled input.button, .ie6 .aui-button-disabled button {
  color: #555; }
.ie6 input.focus, .ie6 textarea.focus {
  background: #FFC none;
  border-color: #FC0; }

.default .event-portlet {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: none !important;
  width: 100%;
  height: 100%;
  /*z-index: -1;*/ }

.default .event-portlet .event-overlay {
  background-color: transparent; }

.default .event-portlet .event-information {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 0px;
  box-sizing: border-box; }

@media (max-width: 1140px) {
  .default .event-portlet .event-information {
    padding-left: 11px;
    padding-right: 11px; } }
.default .event-portlet .event-information .event-title-container h1 {
  font-size: 2rem;
  font-weight: bold;
  color: black; }

.default .event-portlet .event-information .event-description {
  color: black;
  font-size: 1.1rem; }

.default .event-portlet .event-information .event-description p {
  color: black;
  font-size: 1.1rem; }

.default .event-portlet .event-information .event-description ul {
  list-style: disc; }

.default .event-portlet .event-information .event-countdown {
  display: flex;
  margin: 40px 0;
  font-size: 1.5rem;
  color: black;
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif; }

.default .event-portlet .event-information .event-countdown .event-countdown-item {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  text-align: center; }

.default .event-portlet .event-information .event-countdown .event-countdown-item .event-countdown-item-value {
  font-size: 3.5rem;
  margin-bottom: 20px;
  background-color: black;
  color: white;
  line-height: 1;
  border-radius: 5px;
  padding: 25px 10px;
  font-weight: bold;
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center; }

.default .event-portlet .event-information .event-countdown .event-countdown-item .event-countdown-item-title {
  font-size: 1.5rem;
  color: black; }

.default .event-portlet .event-information .event-navigation-error .error-note-body {
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif; }

.default .event-portlet .event-information .event-form-container label {
  color: black;
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif;
  font-size: 20px; }

.default .event-portlet .event-information .event-form-container .checkmark {
  top: -5px;
  background-color: #ccc; }

.default .event-portlet .event-information .event-form-container .form-field-required-message {
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif; }

.default .event-portlet .event-information .event-form-container .form-field-required {
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif;
  font-size: 18px; }

.default .event-portlet .event-information .event-form-container input[type="text"] {
  color: black;
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif;
  border: 1px solid #ccc !important; }

.default .event-portlet .event-information .event-form-container input[type="password"] {
  color: black;
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif;
  border: 1px solid #ccc !important; }

.default .event-portlet .event-information .event-time-info {
  display: block !important;
  margin-bottom: 30px; }

.default .event-portlet .event-information .event-time-info .info-item {
  display: flex;
  align-items: center;
  margin-right: 30px; }

.default .event-portlet .event-information .event-time-info .info-item .info-item-icon {
  margin-right: 15px; }

.default .event-portlet .event-information .event-time-info .info-item .info-item-text {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif; }

.default .event-portlet .event-information .event-time-info .info-item .info-item-icon img {
  width: 75px;
  height: 40px; }

.default .event-portlet .event-information .event-navigation-container {
  width: 100%;
  margin-bottom: 30px; }

.default .event-portlet .event-information .event-navigation-container .event-navigation-wrapper {
  display: flex;
  justify-content: left;
  align-items: center; }

.default .event-portlet .event-information .event-navigation-container .event-navigation-wrapper .event-action {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  background-color: #fd4f00;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 45px;
  font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif; }

.default .event-portlet .event-information .event-navigation-container .event-navigation-wrapper .event-action:not(:last-child) {
  margin-right: 15px; }

.default .event-portlet .event-information .event-navigation-container .event-navigation-wrapper .event-action:HOVER {
  color: white;
  background-color: #ff7131; }

.default .event-portlet .event-information .event-navigation-container .event-register-mail {
  font-size: 2em;
  margin-right: 10px; }

.default .event-portlet .event-information .event-navigation-container .event-login-field label {
  color: #242424; }

.default .event-portlet .event-information .event-navigation-error {
  width: 310px;
  background: #ccc;
  border: 1px solid #777;
  border-radius: 6px;
  visibility: hidden;
  margin-bottom: 15px;
  height: 0;
  padding: 0px;
  display: flex;
  align-items: stretch; }

.default .event-portlet .event-information .event-navigation-error .error-note-icon {
  width: 50px;
  z-index: 99999;
  background: #757777;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-image: '';
  flex: 1; }

.default .event-portlet .event-information .event-navigation-error .error-note-body {
  font-size: 16px;
  padding: 10px;
  flex: 6; }

.default .event-portlet .event-information .error-note-error {
  background: #fff5f5;
  border: 1px solid #ff0000; }

.default .event-portlet .event-information .error-note-error > .error-note-icon {
  background: #ff0000;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14179/error.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px; }

@media only screen and (max-width: 560px) {
  .default .event-portlet .event-information .event-navigation-container .event-navigation-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap; }

  .default .event-portlet .event-information .event-navigation-container .event-navigation-wrapper .event-action {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background-color: #fd4f00;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 45px;
    font-family: "HelsinkiGrotesk", "Lato", Arial, sans-serif; }

  .default .event-portlet .event-information .event-navigation-container .event-navigation-wrapper .event-action:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px; } }
@media only screen and (max-width: 500px) {
  .default .event-portlet .event-information .event-countdown {
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap;
    justify-content: center; }

  .default .event-portlet .event-information .event-countdown .event-countdown-item {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px; } }
.portlet-dockbar + #topBar {
  top: 31px !important; }

.portlet-column-content {
  padding: 0; }

.rmp-captions .rmp-module-button .rmp-i-captions::before {
  content: "TXT";
  font-size: 18px;
  font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
  /*content: url("../images/color_schemes/default/common/txt_icon.svg")*/ }

.rmp-captions .rmp-hint {
  text-indent: -9999px;
  line-height: 0; }

.rmp-captions .rmp-hint:after {
  content: 'Tekstitys';
  text-indent: 0;
  display: block;
  line-height: initial; }

html[lang="en-US"] .rmp-captions .rmp-hint:after {
  content: 'Captions'; }

html[lang="sv-SE"] .rmp-captions .rmp-hint:after {
  content: 'Undertexter'; }

.pointer {
  cursor: pointer; }

.portlet-dockbar {
  display: none; }

#mobile-header {
  display: none;
  float: left; }

.columns-1-75-25-1 #column-2, .columns-1-75-25-1 #column-3 {
  float: left; }

@media only screen and (max-width: 767px) {
  #mobile-header {
    display: block;
    height: 40px; } }
@media (max-width: 768px) {
  .thumbnailGrid {
    width: 100%;
    margin: auto;
    height: auto; }

  .videoThumbnail > img {
    width: 100%;
    object-fit: cover; } }
@media only screen and (min-width: 1280px) {
  .default #siteLogo {
    float: left;
    margin-left: 10%;
    margin-right: 1%;
    height: 40px;
    overflow: hidden;
    padding: 15px 0; }

  /*
  .default .search-container {
  	float:right;
  	margin-right:10%;
  	height:40px;
  }
  */
  .default #siteNavigation {
    margin-right: 10%; } }
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .default #siteLogo {
    float: left;
    margin-left: 10%;
    margin-right: 1%;
    height: 40px;
    overflow: hidden;
    padding: 15px 0; }

  .default #siteNavigation {
    margin-right: 10%; }

  .default .navElement .navElement-title {
    display: none; }

  /*
  .default .search-container {
  	float:right;
  	margin-right:1%;
  	height:40px;
  }
  */ }
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(white, #dfdfdf);
  background-image: -moz-linear-gradient(white, #dfdfdf);
  background-image: -o-linear-gradient(white, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(51, 51, 51, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf; }

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px; }

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9); }

@media only screen and (min-width: 768px) {
  @font-face {
    font-family: "Verdana", sans-serif;
    src: url("/suite-account-public-theme/fonts/Klavika Regular Plain.otf"); }

  @font-face {
    font-family: 'HelsinkiGroteskRegular';
    src: url("https://www.hel.fi/wps/CoHTheme/themes/html/RWD_main_theme_v2/fonts/HelsinkiGrotesk-Regular.woff");
    src: url("https://www.hel.fi/wps/CoHTheme/themes/html/RWD_main_theme_v2/fonts/HelsinkiGrotesk-Regular.eot?#iefix") format("eot"), url("https://www.hel.fi/wps/CoHTheme/themes/html/RWD_main_theme_v2/fonts/HelsinkiGrotesk-Regular.woff") format("woff"), url("https://www.hel.fi/wps/CoHTheme/themes/html/RWD_main_theme_v2/fonts/HelsinkiGrotesk-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

  .default .on-demand-grid-config-field {
    padding: 10px;
    font-size: 13px; }

  .default .on-demand-grid-config-field label {
    font-weight: bold; }

  .default .on-demand-grid-config-field input[type="radio"] {
    margin: 10px; }

  .default .on-demand-grid-vod-page {
    width: 80%;
    margin: 0 auto;
    text-align: center; }

  .default .on-demand-grid-vod-page div, .default .on-demand-grid-vod-page img {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .default #on-demand-grid-vodLoader {
    display: none;
    height: 30px;
    float: left;
    margin-left: 10px; }

  .default #on-demand-grid-selectedGroupName {
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 30px;
    margin: 20px 0;
    padding: 30px 35px;
    text-transform: uppercase;
    display: none !important; }

  .default #on-demand-grid-vodItems {
    display: none; }

  .default .on-demand-grid-vod-item-grid {
    width: 100%;
    text-align: center;
    color: black !important;
    font-family: Arial, "Klavika";
    overflow: hidden;
    margin: 0 0 1%;
    position: relative; }

  .default .on-demand-grid-vod-item-grid-name {
    border-bottom: 4px solid black;
    color: black !important;
    display: block;
    font-family: Arial, "Klavika";
    font-size: 46px;
    letter-spacing: 1px;
    margin: 1% auto;
    padding: 4px 10px;
    text-align: center;
    width: 80%; }

  .default .on-demand-grid-vod-thumbnail-card {
    float: left;
    padding: 10px;
    position: relative; }

  .default .on-demand-grid-arrow {
    position: absolute;
    height: 25%;
    top: 37.5%;
    z-index: 10; }

  .default .on-demand-grid-arrow img {
    height: 40px !important; }

  .default .on-demand-grid-arrow.right {
    right: 0;
    text-align: right; }

  .default .on-demand-grid-arrow.left {
    left: 0;
    text-align: left; }

  .default .on-demand-grid-vod-cover-card {
    float: left;
    margin: 25px;
    background-color: rgba(0, 0, 0, 0.2); }

  .default .on-demand-grid-vod-thumbnail-card:HOVER, .vod-cover-card:HOVER {
    cursor: pointer; }

  .default .on-demand-grid-vod-thumbnail-card:HOVER .on-demand-grid-thumbnail-title {
    background-color: #1a1a1a;
    color: white; }

  .default .on-demand-grid-vod-thumbnail-card:HOVER .on-demand-grid-thumbnail-img img {
    /*border:3px solid rgba(0, 166, 205, 1);*/ }

  .default .on-demand-grid-thumbnail-img {
    width: 100%; }

  .default .on-demand-grid-thumbnail-img img {
    /*border:3px solid rgba(255,255,255,0);*/
    vertical-align: top; }

  .default .on-demand-grid-cover-img {
    width: 200px;
    height: 280px;
    padding: 10px 10px 0px 10px; }

  .default .on-demand-grid-thumbnail-title {
    background-color: black;
    color: white !important;
    font-family: Arial, "Klavika";
    font-size: 19px;
    height: 80px;
    line-height: 19px;
    overflow: hidden;
    padding: 5% 20px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /*
    width:inherit;
    display: table-cell;
    vertical-align: middle;*/ }

  .default .on-demand-grid-thumbnail-groups {
    position: absolute;
    /*bottom: -3px;	*/
    font-size: 13px;
    text-align: left;
    color: grey;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 0px;
    margin-top: 2px;
    display: none; }

  .default .on-demand-grid-cover-title {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    padding: 0 10px 0px 10px; }

  .default .on-demand-grid-thumbnail-description {
    margin-top: 5px;
    font-size: 13px;
    text-align: left;
    padding: 0 10px 10px 10px; }

  .default .on-demand-grid-cover-description {
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
    padding: 0 10px 10px 10px; }

  .default .on-demand-grid-vod-item-details {
    display: none;
    width: 100%;
    /*padding:10px;*/
    text-align: center;
    overflow: auto;
    color: #eaeaea !important;
    font-family: Arial, "Klavika"; }

  .default .on-demand-grid-page_navigation {
    text-align: center;
    margin-bottom: 10px; }

  .default .on-demand-grid-page_navigation a {
    background-color: black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: white;
    font-size: 16px;
    margin: 0 0.3%;
    padding: 5px 10px;
    text-decoration: none; }

  .default .on-demand-grid-active_page {
    background-color: white !important;
    border: 1px solid black;
    color: black !important; }

  .default .on-demand-grid-go-to-folder {
    background-color: white;
    border: 2px solid black;
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto;
    padding: 16px 32px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    overflow: auto; }

  .default .on-demand-grid-go-to-folder:hover {
    cursor: pointer;
    background-color: black;
    border: 2px solid black;
    color: white;
    text-decoration: none; }

  .default .on-demand-player-parent-bg {
    background-color: black;
    padding: 35px 0; }

  #onDemandConfigForm td {
    padding: 5px; }

  .default .on-demand-player-parent-container {
    margin: 0 auto; }

  /* Trying to do it like this, so that we don't have to change the player settings
     for helsinkikanava to make this theme work the way they want it to.
   */
  .default .on-demand-player-container {
    max-width: 1140px;
    margin: 0 auto; }

  .default .on-demand-player-container > div {
    float: left; }

  .default .on-demand-player {
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  .default .on-demand-player-pro-panel {
    font-family: Arial, "Verdana", sans-serif;
    display: none; }

  .default .on-demand-player-pro-panel-content {
    /*height:75%;*/
    height: 69%;
    width: 100%;
    text-align: left; }

  .default .on-demand-player-pro-panel-content > div {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }

  .default .on-demand-player-panel-section > div {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 100%; }

  .default .on-demand-player-pro-panel-share {
    height: 10%;
    padding: 5px; }

  .default .on-demand-player-share {
    float: left;
    height: 100%;
    margin: 0 5px; }

  .default .on-demand-player-share:HOVER {
    cursor: pointer; }

  .default .on-demand-player-pro-panel-tabs {
    display: inline-block;
    position: absolute;
    /*height:30px;*/
    width: inherit;
    text-align: center; }

  .default .on-demand-player-pro-panel-tab {
    padding: 5px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 33.33%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-top: 1px solid #9fc9eb;
    border-left: 1px solid #9fc9eb;
    border-right: 1px solid #9fc9eb;
    color: #9fc9eb; }

  .default .on-demand-player-pro-panel-tab:HOVER {
    cursor: pointer;
    color: white;
    background-color: #9fc9eb; }

  .default .on-demand-player-pro-panel-tab.selected {
    color: white;
    background-color: #9fc9eb; }

  .default .on-demand-player-pro-panel-tab > span {
    position: relative;
    transform: translateY(-50%); }

  .default .on-demand-player-pro-panel-tab:HOVER {
    cursor: pointer; }

  .default .on-demand-player-asset-title {
    font-family: Arial, "Verdana", sans-serif;
    font-size: 22px;
    padding-top: 15px;
    line-height: 100%; }

  .default .on-demand-player-asset-duration {
    font-size: 16px; }

  .default .on-demand-player-asset-groups {
    color: #000000;
    font-size: 13px; }

  .default .on-demand-player-asset-properties {
    color: #000000;
    font-size: 13px; }

  .default .on-demand-player-asset-times {
    color: #000000;
    font-size: 13px;
    padding-bottom: 5px;
    overflow: auto; }

  .default .on-demand-player-asset-times > div {
    float: left;
    margin-right: 1px; }

  .default .on-demand-player-asset-times > div > img {
    float: left; }

  .default .on-demand-player-asset-times > div > div {
    float: left;
    margin: 2px 5px; }

  .default .on-demand-player-asset-description {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 14px; }

  .default .on-demand-player-asset-description-expand {
    height: 20px;
    width: 100%;
    text-align: center;
    padding: 0px !important; }

  .text-expand-image {
    height: 100%;
    text-align: center;
    padding-top: 2px; }

  .text-expand-image > img:HOVER {
    cursor: pointer; }

  .default .on-demand-player-asset-description-full {
    font-size: 12px;
    padding: 5px 20px;
    display: none;
    position: absolute;
    line-height: 14px;
    z-index: 20;
    background-color: #ffffff; }

  .default .on-demand-player-asset-tags {
    font-size: 11px;
    padding: 5px 0; }

  .default .on-demand-player-panel-separator {
    width: 95%;
    padding: 0px !important;
    margin: 5px auto;
    border: 1px solid #9fc9eb;
    height: 0px; }

  .default .on-demand-player-share-field {
    position: absolute;
    display: none;
    z-index: 20;
    background-color: white;
    padding: 15px 0; }

  .default .on-demand-player-share-field > input, .default .on-demand-player-share-field > textarea {
    width: 90%;
    font-size: 13px;
    padding: 2px;
    margin: 5px 5%; }

  .default .on-demand-player-share-field > textarea {
    resize: none; }

  .default .on-demand-player-asset-share-emailto {
    background-color: #003782;
    color: #ffffff;
    padding: 2px;
    font-size: 12px;
    margin: 5px 5%; }

  .default .on-demand-player-video-comments {
    height: 100%;
    overflow: scroll; }

  .default .on-demand-player-comment-form {
    border: 1px solid #9f9f9f;
    box-shadow: 1px 1px 1px #bebebe;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 95%; }

  .default .on-demand-player-comment-form input[type="text"], .default .on-demand-player-comment-form textarea {
    width: 90%;
    padding: 5px;
    margin: 3px auto;
    font-size: 12px; }

  .default .on-demand-player-comment-submit {
    margin: 5px 5%; }

  .default .on-demand-player-comment-submit > div {
    padding: 5px;
    background-color: #003782;
    color: white;
    font-weight: normal;
    font-size: 14px; }

  .default .on-demand-player-comment-submit > div:HOVER {
    cursor: pointer; }

  .default .on-demand-player-comment {
    border: 1px solid #9f9f9f;
    box-shadow: 1px 1px 1px #bebebe;
    float: left;
    padding: 5px;
    width: 96%; }

  .default .on-demand-player-comment-author {
    font-size: 12px;
    font-weight: bold; }

  .default .on-demand-player-comment-body {
    font-size: 12px; }

  .default .on-demand-player-comment-actions {
    text-align: right; }

  .default .on-demand-player-comment-option {
    margin: 0 5px; }

  .default .on-demand-player-comment-option:HOVER {
    cursor: pointer; }

  .default .on-demand-player-comment-body-text > textarea {
    width: 100%;
    margin: 5px 0; }

  .default .on-demand-player-comment-icon {
    float: left;
    width: 4%; }

  .default .on-demand-player-comment-container {
    overflow: auto;
    width: 98%;
    margin: 10px auto;
    padding: 5px 5px 5px 0; }

  .default .on-demand-player-slides-container {
    border-style: solid; }

  .default .on-demand-player-slides-container .slick-list, .default .on-demand-player-slides-container .slick-track, .default .on-demand-player-slides-container .slick-slide {
    height: 100% !important; }

  .default .on-demand-player-slides-container .slider-slide {
    background-size: 100%;
    position: relative; }

  .default .on-demand-player-slides-container .slide-title-container {
    position: relative;
    margin: 15% auto 0;
    overflow: hidden;
    text-align: center;
    width: 50%; }

  .default .on-demand-player-slides-container .slide-title-container td {
    vertical-align: middle !important;
    padding: 5px; }

  .default .on-demand-player-slides-container:HOVER {
    cursor: pointer; }

  .default .on-demand-player-slide-play-div {
    width: 20%; }

  .default .on-demand-player-slide-play-div img {
    width: 100%; }

  .default .on-demand-player-slide-groups {
    font-size: 20px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    font-family: Arial, "Minion Pro";
    text-shadow: 2px 2px #000000; }

  .default .on-demand-player-slide-name {
    color: white;
    display: table-cell;
    font-family: Arial, "Verdana", sans-serif;
    font-size: 42px;
    height: 89px;
    line-height: 44px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: 2px 2px #000;
    width: 100%;
    word-wrap: break-word;
    padding: 25px !important;
    text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000; }

  .default .on-demand-player-live-notification {
    width: 20%;
    position: absolute;
    /*top:12px;*/
    right: 12px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    text-align: center;
    z-index: 1; }

  .default .on-demand-player-live-logo {
    background: red;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    width: 100px;
    vertical-align: bottom;
    margin-top: 50%; }

  .default .on-demand-player-arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid red;
    vertical-align: bottom;
    margin-left: 2px; }

  .default .on-demand-player-live-events {
    clear: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 6%;
    text-align: left; }

  .default .on-demand-player-event-name {
    font-family: Arial, "Minion Pro";
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 100%;
    border-bottom: 2px solid grey;
    margin-top: 10%; }

  .default .on-demand-player-event-description {
    font-family: Arial, "Calibri";
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis; }

  .default .on-demand-player-event-duration {
    font-family: Arial, "Calibri";
    font-size: 8px; }

  .default .on-demand-player-hover-title {
    position: absolute;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    color: white;
    background-color: rgba(63, 63, 67, 0.9);
    text-align: center;
    z-index: 200;
    top: 0;
    opacity: 0;
    transition: opacity .5s ease 0.1s;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .on-demand-player-container object:HOVER + .default .on-demand-player-hover-title {
    opacity: 1.0; }

  .default .rmp-no-play {
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end; }

  .default .player-action {
    font-size: 22px;
    color: white;
    background-color: #24D50E;
    padding: 25px 60px;
    text-transform: uppercase;
    margin: 20px;
    text-align: center;
    transition: all .2s ease-in-out; }

  .default .player-action:HOVER {
    transform: scale(1.1); }

  .default .player-message {
    font-size: 22px;
    color: white;
    background-color: #FF0001;
    padding: 25px 60px;
    text-transform: uppercase;
    margin: 20px;
    text-align: center; }

  .default .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

  .default .wait-loader {
    display: none;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 50px);
    z-index: 9999;
    background-color: black;
    border-radius: 50%;
    height: 100px; }

  .default .message {
    display: none;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    z-index: 9999;
    background-color: #296491;
    color: white;
    font-size: 16px;
    text-align: center; }

  /************ Public Search Results *******************/
  .default .public-search-results-header {
    margin: 0 auto;
    width: 100%;
    background-color: black;
    padding: 10px;
    overflow: auto;
    z-index: 100;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .public-search-results-header * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .public-search-results-header > #search_field {
    float: left;
    width: 85%;
    text-align: center; }

  .default .public-search-results-header > #search_button {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    text-align: center;
    background-color: #0d0d0d;
    height: 40px; }

  .default .public-search-results-header > #search_button img {
    height: 100%; }

  .default .public-search-results-header > #search_button:HOVER {
    cursor: pointer; }

  .default .public-search-results-header > #search_field input {
    border: none;
    padding: 12px;
    font-size: 15px;
    width: 100%;
    margin: 0; }

  .default .public-search-results-container {
    width: 100%;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .public-search-results-container * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .public-search-results-list, .default .public-search-results-paging {
    overflow: auto;
    width: 100%;
    margin: 0 auto; }

  .default .public-search-results-no-results, .default .public-search-results-msg {
    color: black;
    font-size: 15px;
    margin: 1% auto;
    background-color: white;
    overflow: auto; }

  .default .public-search-results-no-results {
    padding: 10px; }

  .default .public-search-results-msg .results-info {
    float: left;
    padding: 10px; }

  .default .public-search-results-msg .page-info {
    float: right;
    padding: 10px;
    background-color: #9fc9eb;
    color: #000000;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    border-radius: 4px; }

  .default .public-search-results-list .result-asset {
    width: 100%;
    overflow: auto;
    background-color: white;
    padding: 3px;
    margin: 1% auto; }

  .default .public-search-results-list .result-asset:hover > .result-asset-meta > .results-asset-title {
    color: #fd4f00;
    text-decoration: underline; }

  .default .result-asset .result-asset-thumbnail {
    width: 140px;
    float: left;
    position: relative; }

  .default .result-asset .result-asset-thumbnail .asset-hd-icon {
    position: absolute;
    top: -3px;
    right: 1px;
    width: 35px; }

  .default .result-asset:HOVER {
    cursor: pointer; }

  .default .result-asset .result-asset-meta {
    float: left;
    width: calc(100% - 142px); }

  .default .result-asset-meta .results-asset-title {
    font-family: Arial, "Klavika";
    font-size: 20px;
    padding: 0 10px; }

  .default .results-asset-misc {
    overflow: auto;
    padding: 0 7px; }

  .default .result-asset-meta .results-asset-description {
    font-size: 12px;
    padding: 2px 10px; }

  .default .result-asset-meta .results-asset-date {
    background-color: black;
    color: white;
    float: left;
    font-size: 11px;
    margin: 0 3px;
    padding: 0 3px; }

  .default .result-asset-meta .results-asset-groups {
    color: black;
    float: left;
    font-family: Arial, "Klavika";
    font-size: 11px;
    padding: 0 3px;
    text-transform: uppercase; }

  .default .public-search-results-paging > div {
    float: left;
    text-align: center;
    padding: 10px;
    color: #000;
    background-color: #9fc9eb;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    border-radius: 4px; }

  .default .public-search-results-paging .paging-previous, .default .public-search-results-paging .paging-next {
    width: 25%; }

  .default .public-search-results-paging .paging-page {
    width: 48%;
    margin: 0 1%; }

  .default .public-search-results-paging .paging-previous:HOVER, .default .public-search-results-paging .paging-next:HOVER {
    cursor: pointer;
    background-color: #fd4f00;
    color: #fff; }

  .default .public-search-results-paging .paging-previous.disabled, .default .public-search-results-paging .paging-next.disabled {
    visibility: hidden; }

  .default .public-search-results-paging .paging-previous.disabled:HOVER, .default .public-search-results-paging .paging-next.disabled:HOVER {
    cursor: default !important; }

  .default #packages-table {
    width: 100% !important;
    max-width: 600px !important;
    min-width: 320px !important; }

  .default .package-title {
    border-bottom: 1px solid #325D94;
    font-size: 22px;
    padding: 15px;
    text-align: left;
    background-color: #00a6cd; }

  .default .package-description {
    height: 15px;
    padding: 10px;
    font-size: 13px;
    background-color: #D0D0D0; }

  .default .package-price {
    border-bottom: 1px solid #325D94;
    background-color: #00a6cd; }

  .default .price-value {
    color: #FFFFFF;
    float: left;
    font-size: 26px;
    margin-bottom: 10px;
    text-shadow: 0 0 0.2em #325D94, 0 0 0.2em #325D94, 0 0 0.2em #325D94; }

  .default .price-period {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 0 0.2em #325D94, 0 0 0.2em #325D94, 0 0 0.2em #325D94; }

  .default .package-subscribe {
    padding: 15px !important;
    width: 100%;
    background-color: #D0D0D0; }

  .default .package-image {
    border-bottom: 1px solid #325D94;
    background-color: #00a6cd;
    text-align: left;
    padding: 5px; }

  .default .product-purchase-klikandpay-header {
    border-radius: 5px;
    border: 2px dashed #325D94;
    padding: 5px; }

  .default .payment-return-message {
    text-align: center;
    padding: 5%;
    font-size: 16px; }

  .default .payment-return-close-message {
    text-align: center;
    padding: 5%;
    font-size: 12px; }

  .default .top-x-config-field {
    padding: 10px;
    font-size: 13px; }

  .default .top-x-config-field label {
    font-weight: bold; }

  .default .top-x-page {
    width: 80%;
    margin: 0 auto;
    text-align: center; }

  .default .top-x-page div, .default .top-x-page img {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .default .top-x-items {
    width: 100%;
    text-align: center;
    color: black !important;
    font-family: Arial;
    overflow: hidden;
    margin: 0 0 1%;
    position: relative; }

  .default .top-x-page-title {
    border-bottom: 4px solid #37424a;
    color: #37424a !important;
    display: inline-block;
    font-family: Arial;
    font-size: 46px;
    letter-spacing: 1px;
    margin: 1% 0;
    padding: 4px 10px;
    text-align: center;
    width: 80%;
    overflow: auto; }

  .default .top-x-card {
    margin: 10px; }

  .default .top-x-card:HOVER {
    cursor: pointer; }

  .default .top-x-number {
    font-size: 15px;
    text-align: left;
    padding-right: 15px;
    font-weight: bold; }

  .default .top-x-groups {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase; }

  .default .top-x-title {
    font-size: 15px;
    text-align: left;
    padding-bottom: 10px; }

  .default .top-x-items-thumbnail-card {
    float: left;
    padding: 0 10px;
    position: relative;
    margin: 1% auto; }

  .default .top-x-items-thumbnail-card:HOVER {
    cursor: pointer; }

  .default .top-x-items-thumbnail-card:HOVER .top-x-items-thumbnail-title {
    background-color: #00a6cd;
    color: white; }

  .default .top-x-items-thumbnail-card:HOVER .top-x-items-thumbnail-img img {
    /*border:3px solid rgba(255,255,255,0);*/
    vertical-align: top; }

  .default .top-x-items-arrow {
    position: absolute;
    height: 20%;
    top: 30%;
    z-index: 10; }

  .default .top-x-items-arrow img {
    height: 40px !important; }

  .default .top-x-items-arrow.right {
    right: 0;
    text-align: right; }

  .default .top-x-items-arrow.left {
    left: 0;
    text-align: left; }

  .default .top-x-items-thumbnail-img {
    width: 100%; }

  .default .top-x-items-thumbnail-img img {
    /*border:3px solid rgba(255,255,255,0);*/
    vertical-align: top; }

  .default .top-x-items-thumbnail-groups {
    position: absolute;
    /*bottom: -3px;	*/
    font-size: 13px;
    text-align: left;
    color: grey;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 0px;
    margin-top: 2px;
    display: none; }

  .default .top-x-items-thumbnail-title {
    background-color: #2A3239;
    color: #fff !important;
    font-family: Arial;
    font-size: 20px;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    padding: 5% 20px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis; }

  .default .top-x-items-page-navigation {
    text-align: center;
    margin-bottom: 10px; }

  .default .top-x-items-page-navigation a {
    background-color: #fc6000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: white;
    font-size: 16px;
    margin: 0 0.3%;
    padding: 5px 10px;
    text-decoration: none; }

  .default .top-x-items-active-page {
    background-color: white !important;
    border: 1px solid #fc6000;
    color: #fc6000 !important; }

  /*
  	background: #EBECED
  	heading: 	#434343
  	hover: 		#C00910
  	text: 		#000000
  	border:		#434343;
  */
  .default .channel-epg-portlet {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #EBECED;
    font-family: Arial, "Museo Sans";
    color: #000000;
    line-height: normal;
    padding-bottom: 1%; }

  .default .channel-epg-portlet a {
    text-decoration: none; }

  .default .channel-epg-portlet .container {
    display: block;
    position: relative;
    width: 80%;
    height: auto;
    margin: auto;
    overflow: hidden; }

  .default .channel-epg-portlet .heading {
    display: block;
    position: relative;
    width: 100%;
    max-width: 628px;
    height: auto;
    margin: 1% auto;
    padding: 4px 10px;
    border-bottom: 4px solid #434343;
    color: #434343;
    font-size: 46px;
    text-align: center; }

  .default .channel-epg-portlet .events {
    display: block;
    margin: 2% auto;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    width: 99%; }

  .default .channel-epg-portlet .events .event {
    display: block;
    position: relative;
    width: 100%;
    height: 160px;
    margin: 8px 0;
    overflow: hidden;
    text-decoration: none;
    color: #434343;
    background-color: white; }

  .default .channel-epg-portlet .events .event .left {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 100%;
    display: none; }

  .default .channel-epg-portlet .events .event .left .container {
    width: 100%; }

  .default .channel-epg-portlet .events .event .left img {
    width: 24px;
    height: 24px; }

  .default .channel-epg-portlet .events .event .right {
    display: table;
    position: relative;
    /* width: 100%; */
    /* max-width: 400px; */
    height: 100%;
    text-align: left;
    padding-top: 2px;
    width: 100%; }

  .default .channel-epg-portlet .events .event .right .container:first-child {
    width: 15%;
    font-size: 30px;
    font-family: Arial, "Museo Sans";
    /* font-weight: bold; */
    padding: 0 10px 0 40px;
    text-align: left; }

  .default .channel-epg-portlet .events .event .right .container {
    display: table-cell;
    width: 90%;
    font-size: 24px;
    font-family: Arial, "Museo Sans";
    /* font-weight: bold; */
    vertical-align: middle;
    text-align: left;
    padding-left: 20px; }

  .default .channel-epg-portlet .events .event .right .container .event-description {
    font-size: 14px;
    font-weight: normal; }

  .default .channel-epg-portlet .date-wrapper {
    margin: auto;
    overflow: auto;
    text-align: center;
    width: 80%; }

  .default .channel-epg-portlet .date-control {
    display: table;
    margin: 0 auto;
    overflow: auto;
    width: 99%;
    font-size: 42px;
    color: #FFF; }

  .default .channel-epg-portlet .date-control .arrow {
    /* background-color: white; */
    width: 1.5%;
    float: left; }

  .default .channel-epg-portlet .date-control .slider {
    width: 97%;
    overflow: hidden;
    height: 68px;
    float: left; }

  .default .channel-epg-portlet .date-control .week {
    float: left;
    height: 68px; }

  .default .channel-epg-portlet .date-control .date {
    float: left;
    height: 68px;
    padding: 14px 15px 0 15px;
    color: #424242;
    background-color: white;
    font-size: 1.6vw;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  .default .channel-epg-portlet .date-control > .arrow:HOVER {
    cursor: pointer; }

  .default .channel-epg-portlet .date-control > .arrow img {
    vertical-align: top; }

  .default .channel-epg-portlet .date-control .date.selected, .default .channel-epg-portlet .date-control .date:HOVER {
    background-color: #424242;
    color: white;
    cursor: pointer; }

  .default .channel-epg-portlet .date .week-day {
    font-size: 28px;
    text-align: left; }

  .default .channel-epg-portlet .date .month {
    font-size: 18px;
    text-align: left;
    float: left;
    line-height: 22px; }

  .default .channel-epg-portlet .date .month-day {
    float: left;
    font-size: 24px;
    text-align: right;
    line-height: 22px;
    padding: 0 7px; }

  /*
  	background: #37424a
  	border: 	#414B53
  	hover: 		#00a6cd
  	title: 		#555E65
  	title text: #FFFFFF
  */
  .default .video-promo-portlet {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 2.5% 0;
    background: white;
    font-family: Arial; }

  .default .video-promo-portlet a {
    text-decoration: none; }

  .default .video-promo-portlet .container {
    display: block;
    position: relative;
    width: 80%;
    height: auto;
    margin: auto;
    overflow: hidden; }

  .default .video-promo-portlet .column-2 {
    display: inline-block;
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    background: white;
    border: 2px solid white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .default .video-promo-portlet .column-3 {
    display: inline-block;
    position: relative;
    float: left;
    width: 33.33%;
    height: auto;
    background: white;
    border: 2px solid white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .default .video-promo-portlet .thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }

  .default .video-promo-portlet .thumbnail img {
    width: 100%;
    height: auto; }

  .default .video-promo-portlet .title {
    display: table;
    position: relative;
    width: 100%;
    height: 80px;
    background: black; }

  .default .video-promo-portlet .column-2:hover > .title {
    background: black; }

  .default .video-promo-portlet .column-3:hover > .title {
    background: black; }

  .default .video-promo-portlet .title p {
    display: table-cell;
    position: relative;
    padding: 0% 4.2%;
    vertical-align: middle;
    color: white;
    font-size: 19px; }

  .default .video-promo-portlet .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }

  .default .video-promo-portlet .live-icon {
    position: absolute;
    float: right;
    top: 5%;
    right: 5%;
    background: url("../images/color_schemes/digita/common/live.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 48px;
    width: 48px; }

  .default .video-promo-portlet .live-text {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%; }

  .default .video-promo-portlet .live-text p {
    display: table-cell;
    position: relative;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 19px;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; }

  /*
  	background: #EBECED
  	heading: 	#37424A
  	hover: 		#00a6cd
  	text: 		#000000
  	border:		#37424A;
  */
  .default .video-list-portlet {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
    font-family: Arial;
    color: #222222;
    line-height: normal;
    overflow: hidden; }

  .default .video-list-portlet a {
    text-decoration: none; }

  .default .video-list-portlet .container {
    display: block;
    position: relative;
    width: 80%;
    height: auto;
    margin: auto;
    overflow: hidden; }

  .default .video-list-portlet .column-3 {
    display: inline-block;
    position: relative;
    float: left;
    width: 33.33%;
    height: auto; }

  .default .video-list-portlet .column-3-2 {
    display: inline-block;
    position: relative;
    float: left;
    width: 66.66%;
    height: auto; }

  .default .video-list-portlet h1 {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 48px;
    text-align: center; }

  .default .video-list-portlet .column-3-2 h1 {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 8px;
    width: 76px;
    height: 34px;
    font-size: 48px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #222222;
    padding: 22px 0px; }

  .default .video-list-portlet .char {
    display: block;
    position: relative;
    margin: 4px;
    width: 48px;
    height: 34px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #222222;
    padding: 7px 0px; }

  .default .video-list-portlet .char.disabled {
    border: 2px solid #868686;
    color: #868686; }

  .default .video-list-portlet .char:hover {
    border: 2px solid #f36815;
    background-color: #f36815;
    color: white;
    cursor: pointer; }

  .default .video-list-portlet .char.disabled:hover {
    border: 2px solid #868686;
    color: #868686;
    cursor: default;
    background-color: rgba(0, 0, 0, 0); }

  .default .video-list-portlet .events {
    display: block;
    max-width: 430px;
    margin: auto;
    margin-top: 16px; }

  .default .video-list-portlet .events .event {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 8px 0px;
    overflow: hidden;
    text-decoration: none;
    color: #222222; }

  .default .video-list-portlet .events .event:VISITED {
    text-decoration: none; }

  .default .video-list-portlet .events .event:HOVER {
    color: #3c3c3c;
    text-decoration: underline; }

  .default .video-list-portlet .events .event:hover > .right .container {
    text-decoration: underline;
    color: #3c3c3c; }

  .default .video-list-portlet .events .event .left {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 100%; }

  .default .video-list-portlet .events .event .left .container {
    width: 100%; }

  .default .video-list-portlet .events .event .left img {
    width: 24px;
    height: 24px; }

  .default .video-list-portlet .events .event .right {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    max-width: 398px;
    height: 100%;
    text-align: left;
    padding-top: 2px; }

  .default .video-list-portlet .events .event .right .container {
    width: 100%;
    font-size: 16px; }

  .default .video-list-portlet .load-more {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #37424a;
    color: #37424a;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 1% auto;
    padding: 16px 32px;
    text-align: center;
    text-transform: uppercase; }

  .default .video-list-portlet .load-more:hover {
    cursor: pointer;
    background-color: #00a6cd;
    border: 2px solid #00a6cd;
    color: white; }

  .default .video-list-portlet .line {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 2px solid #222222; }

  .default .video-list-portlet .button-container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 2%; }

  .default .video-list-portlet .list > div {
    display: none; }

  .default .ongoing-video-component.ongoing-video-container {
    width: 100%;
    padding: 60px 0;
    background-color: #EBF4FB;
    max-width: 100%;
    margin-bottom: 60px; }

  .default .ongoing-video-component .events-slider {
    width: 100% !important;
    margin: 0 auto; }

  .default .ongoing-video-component .events-slider > .slick-list > .slick-track {
    margin-left: 0; }

  .default .ongoing-video-component .events-slider-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    /*
    padding: 25px 15px;
    */
    /*
    background-image: url('../images/transparentgradient.png');
    background-repeat: repeat-y;
    background-position: right;
    */ }

  .default .ongoing-video-component .events-slider-container .events-slider-transparency {
    position: absolute;
    right: 0;
    background-image: url("../images/transparentgradient.png");
    width: 10%;
    height: 100%;
    z-index: 100; }

  .default .ongoing-video-component .events-slider .next-arrow > img {
    width: 100%;
    height: auto; }

  .default .ongoing-video-component .events-slider .prev-arrow > img {
    width: 100%;
    height: auto; }

  .default .ongoing-video-component .events-slider .next-arrow.slick-disabled {
    display: none; }

  .default .ongoing-video-component .events-slider .prev-arrow.slick-disabled {
    display: none !important; }

  .default .ongoing-video-component .events-slider .next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: -20px;
    top: 50%;
    display: block;
    width: 10%;
    max-width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 100; }

  .default .ongoing-video-component .events-slider .prev-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -25px;
    top: 50%;
    display: block;
    width: 10%;
    max-width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 100; }

  .default .ongoing-video-component .ongoing-video-thumbnail {
    cursor: pointer; }

  .default .ongoing-video-component .event-image-container {
    box-sizing: border-box;
    overflow: hidden; }

  .default .ongoing-video-component .event-image-container .event-play-button {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 49px;
    height: 49px;
    background-color: transparent;
    background-image: url("../images/color_schemes/default/common/play-icon-white.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99; }

  .default .ongoing-video-component .event-image-container img {
    max-width: 100%;
    height: auto; }

  /* NEW FROM PORTLET */
  .default .ongoing-video-component .event-image-container {
    position: relative;
    overflow: hidden; }

  .default .ongoing-video-component .event-image-container .live-arrow-right {
    position: absolute;
    right: 10px;
    top: 50%; }

  .default .congoing-video-component .event-image-container .live-arrow-left {
    position: absolute;
    left: 10px;
    top: 50%; }

  .default .ongoing-video-component .event-slider-item {
    cursor: pointer; }

  .default .ongoing-video-component .data-container {
    position: relative;
    margin: 0 11px; }

  .default .ongoing-video-component .event-image-container img {
    max-width: 100%;
    width: 100%;
    transition: all ease 1s; }

  .default .ongoing-video-component .event-slider-item a:hover > .data-container .event-image-container img {
    transform: scale(1.05); }

  .default .ongoing-video-component .event-slider-item a:focus > .data-container .event-image-container img {
    transform: scale(1.05); }

  .default .ongoing-video-component .event-info-wrapper {
    box-sizing: border-box;
    padding: 23px 24px;
    width: 100%;
    background-color: #fff; }

  .default .ongoing-video-component .event-play-image-container img {
    max-width: 100%; }

  .default .ongoing-video-component .event-details-container {
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .ongoing-video-component .event-details-container .event-info-container {
    color: #0072C6;
    font-size: 18px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    margin-bottom: 16px; }

  .default .ongoing-video-component .event-slider-item a:hover > .data-container .event-info-wrapper .event-details-container .event-info-container {
    color: #000;
    text-decoration: none;
    font-size: 18px; }

  .default .ongoing-video-component .event-slider-item a:focus > .data-container .event-info-wrapper .event-details-container .event-info-container {
    color: #000;
    text-decoration: none;
    font-size: 18px; }

  .default .ongoing-video-component .event-details-container .event-name-container {
    color: #242424;
    font-size: 24px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    line-height: 33px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }

  .default .ongoing-video-component .event-slider-item a:hover > .data-container .event-info-wrapper .event-details-container .event-name-container {
    color: #555555;
    text-decoration: underline; }

  .default .ongoing-video-component .event-slider-item a:focus > .data-container .event-info-wrapper .event-details-container .event-name-container {
    color: #555555;
    text-decoration: underline; }

  .default .ongoing-video-component .event-details-container .event-duration-container {
    color: #242424;
    font-size: 13px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    padding-top: 12px; }

  .default .ongoing-video-component .event-time-container {
    padding-left: 10px; }

  .default .ongoing-video-component .component-title {
    display: flex;
    margin-left: 11px;
    margin-right: 11px; }

  .default .ongoing-video-component .component-title .live-title {
    display: flex;
    flex: 1;
    align-items: center; }

  .default .ongoing-video-component .component-title .live-title .see-all-link {
    color: white !important;
    background-color: #0000bf;
    border: 2px solid #0000bf !important;
    padding: 5px 24px 1px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 35px !important;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal; }

  .default .ongoing-video-component .component-title .live-title .see-all-link:hover {
    background-color: #000098 !important;
    text-decoration: none;
    font-weight: normal; }

  .default .ongoing-video-component .component-title .live-title .see-all-link:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none; }

  /*.default .ongoing-video-component .component-title .live-title .see-all-link {
  	cursor: pointer;
  	border-left: 2px solid #5a5a5a;
  	margin-left: 15px;
  	padding-left: 15px;
  	font-size: 18px;
  	color: #5a5a5a;
  	transition: all ease .5s;
  }
  
  .default .ongoing-video-component .component-title .live-title .see-all-link:hover,
  .default .ongoing-video-component .component-title .live-title .see-all-link:focus {
  	color: #000000;
  	text-decoration: underline;
  }*/
  .default .ongoing-video-component .component-title .live-navigation {
    display: flex; }

  .default .ongoing-video-component .component-title .live-navigation .live-nav-left {
    margin-right: 40px;
    cursor: pointer; }

  .default .ongoing-video-component .component-title .live-navigation .live-nav-right {
    cursor: pointer; }

  .default .container.background-gray {
    background-color: #000000 !important; }

  .default .content-wrapper {
    width: 100%;
    margin: 30px 0 0 0; }

  #playerBorder {
    width: 100%;
    display: inline-block; }

  #odPlayer {
    /*max-width: 1140px !important;*/
    margin: 0 auto !important;
    /*height: 641.25px !important;*/ }

  .ev_frame_wrapper {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important; }

  .presenter-player-wrapper {
    max-width: 1140px;
    margin: 0 auto; }

  .default .ism-column-1-left {
    background-color: #ffffff !important; }

  #info_view {
    padding: 30px 0 0 0;
    max-width: 1140px;
    margin: 0 auto !important; }

  .default .info-frame .recording-title.custom-font {
    color: #000000 !important;
    display: inline-block;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-size: 36px !important;
    line-height: 38px !important;
    text-align: left;
    font-weight: bold !important;
    width: 100%;
    padding: 18px 0 18px 0; }

  .default .info-left-wrapper {
    border-right: 0.5px solid #b5b5b5;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px auto 20px auto;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    text-align: center; }

  .default .info-right-wrapper {
    width: 23%;
    float: right;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .info-share {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #5A5A5A;
    font-size: 16px; }

  .default .info-share-title {
    /* float: right; */ }

  .default .info-share-wrapper {
    display: flex; }

  .default .info-share-item {
    float: right;
    margin: 8% 8% 0 0; }

  .default .info-share-item .facebook {
    flex: 0 0 65%; }

  .default .info-share-item .twitter {
    flex: 1; }

  .default .info-share-item.email {
    display: none; }

  .default .info-share-item.embed {
    display: none; }

  .default .info-share-item:HOVER {
    cursor: pointer;
    color: #0040ff; }

  .default .info-share-field {
    display: none; }

  .default .info-share-item a {
    text-decoration: none !important; }

  .default .info-share-image.active {
    display: none; }

  .default .info-frame .info-rest #description p {
    color: #242424 !important;
    font-size: 16px !important;
    margin: 10px 0 !important;
    font-weight: 400;
    line-height: 21px !important;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif !important; }

  .default .info-frame .info-rest #description p a {
    text-decoration: underline; }

  .default .info-frame .info-rest #description p a:hover,
  .default .info-frame .info-rest #description p a:focus {
    color: #0000BF; }

  .default .info-groups {
    clear: both;
    font-size: 14px;
    overflow: auto;
    width: 100%;
    line-height: 20px; }

  .default .info-rest {
    padding-top: 20px; }

  .default .info-publishing-item {
    float: left;
    margin: 0 3% 0 0;
    text-align: center;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    line-height: 20px; }

  .default .info-publishing-item .duration-date-separator {
    font-size: 14px; }

  .default .info-publishing-item > * {
    float: left; }

  .default .info-publish-end {
    font-size: 13px;
    font-weight: 700;
    float: left; }

  .default .info-publishing-item > img {
    margin-right: 5px; }

  .default .info-duration {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    color: #242424; }

  .default .info-date {
    font-size: 14px;
    padding-left: 0;
    color: #242424;
    clear: both;
    text-align: left;
    line-height: 20px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default #info_view a {
    text-decoration: none; }

  .default #info_view a:hover,
  .default #info_view a:focus {
    color: #0000BF; }

  .default .info-group-item {
    float: left;
    font-size: 14px;
    margin: 0 1% 0 0;
    color: #242424;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .info-group-item.bold {
    font-weight: bold; }

  .default .info-group-item a {
    color: #242424;
    text-decoration: none;
    font-weight: normal !important; }

  .default .info-group-item a:hover,
  .default .info-group-item a:focus {
    color: #0000BF; }

  .default .info-group-item a:active {
    color: inherit; }

  .default .info-series-link {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 21px;
    line-height: 22px; }

  .default .info-production-information {
    display: inline-block;
    box-sizing: border-box;
    /* width: 25%; */
    padding: 0 0 0 0 !important;
    float: left;
    /* margin-top: 30px; */
    text-align: left;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 21px;
    line-height: 22px;
    /* display:none; */ }

  .default #info_view .info-frame-download-link {
    padding-top: 10px;
    text-align: left; }

  .default #info_view .info-frame-download-link a {
    font-size: 16px;
    font-weight: bold;
    color: #5A5A5A; }

  .default #info_view .info-frame-download-link a > img {
    	/* font-size: 16px;
        font-weight: bold;
        color: #5A5A5A; */ }

  .default #info_view .info-frame-download-link a:hover {
    color: #0000bf; }

  .default .promoted-groups-potlet {
    text-align: left;
    justify-content: flex-start;
    max-width: 1140px; }

  .default .promoted-groups-portlet-wrapper {
    padding-left: 37px;
    max-width: 1140px; }

  .default .promoted-groups-portlet-title {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    padding-top: 55px;
    text-align: left; }

  .default .promoted-groups-portlet-wrapper .row {
    padding-top: 35px; }

  .default .promoted-groups-item {
    float: left;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 0px !important;
    flex-grow: 0; }

  .default .promoted-groups-item .promoted-groups-item-link .promoted-groups-item-image {
    border-radius: 50%;
    border: 3px solid transparent; }

  .default .promoted-groups-item-link .promoted-groups-item-title:hover,
  .default .promoted-groups-item-link .promoted-groups-item-title:focus {
    color: #0000BF;
    text-decoration: underline; }

  .default .promoted-groups-item-link:hover .promoted-groups-item-image {
    border: 3px solid #0000BF; }

  .default .promoted-groups-item-link .promoted-groups-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #00005e;
    text-decoration: none;
    line-height: 18px;
    padding: 7px 16px;
    display: inline-block;
    border-radius: 40px;
    background-color: #f2f2fc;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .promoted-groups-item-link .promoted-groups-item-title .promoted-groups-item-title-text {
    white-space: nowrap; }

  .default .browse-videos-portlet .sort-container .sort-options .sort-option {
    padding: 5px 24px 1px 24px !important; }

  .default .browse-videos-portlet .sort-container .sort-options .sort-option .selected {
    padding: 5px 24px 1px 24px !important; }

  .default .load-pages-button {
    padding: 4px 24px 0px 24px;
    background-color: #0000bf;
    margin: 0;
    border: 2px solid #0000bf;
    outline: 2px solid transparent;
    font-size: 16px;
    font-family: "HelsinkiGrotesk","Helvetica",Arial,sans-serif;
    line-height: 26px;
    text-align: center;
    text-transform: none;
    box-sizing: border-box;
    cursor: pointer; }

  .default .load-pages-button:hover {
    background-color: #000098;
    border: 2px solid #000098;
    outline: 2px solid transparent; }

  .default .load-pages.button:focus {
    background-color: #000098;
    border: 2px solid #ffffff;
    outline: 2px solid #000098;
    background-image: none; }

  .default .browse-videos-portlet .asset-groups-container {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap; }

  .default .browse-videos-portlet .asset-groups-container a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none; }

  .default .browse-videos-portlet .asset-groups-container a:hover,
  .default .browse-videos-portlet .asset-groups-container a:focus {
    color: #0000bf;
    text-decoration: underline; }

  .default .browse-videos-portlet .asset-groups-container span {
    display: none; }

  .default .browse-videos-portlet .items-container .asset-item .asset-groups-container a {
    margin-right: 5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .default .browse-videos-portlet .items-container .asset-item a:hover > .asset-title-container .asset-title,
  .default .browse-videos-portlet .items-container .asset-item a:focus > .asset-title-container .asset-title {
    color: #555555 !important;
    text-decoration: underline !important; }

  .default .browse-videos-portlet .search-container .form-wrapper .category-multiselect .multiselect-options .multiselect-option {
    padding: 4px 16px;
    color: #1a1a1a;
    position: relative; }

  .default .browse-videos-portlet .search-container .form-wrapper .category-multiselect .multiselect-options .multiselect-option input {
    margin-right: 10px;
    cursor: pointer;
    margin: 4px 16px; }

  .default .content-filter-check, .default .multiselect-option {
    display: flex;
    min-height: 24px;
    position: relative; }

  .default .content-filter-check, .default .multiselect-option,
  .default .content-filter-check *, .default .multiselect-option *,
  .default .content-filter-check *::before, .default .multiselect-option *::before,
  .default .content-filter-check *::after, .default .multiselect-option *::after {
    box-sizing: border-box; }

  .default .content-filter-check:not(:first-of-type), .default .multiselect-option:not(:first-of-type) {
    margin-top: 0.5rem; }

  /* checkbox transitions */
  .default .content-filter-check .category-checkbox:hover::before, .default .multiselect-option .category-checkbox:hover::before,
  .default .content-filter-check .category-checkbox:focus::before, .default .multiselect-option .category-checkbox:focus::before,
  .default .content-filter-check .category-checkbox:hover + label::after, .default .multiselect-option .category-checkbox:hover + label::after,
  .default .content-filter-check .category-checkbox:focus + label::after, .default .multiselect-option .category-checkbox:focus + label::after {
    transition: 85ms ease-out;
    transition-property: background-color, border-color, transform; }

  .default .content-filter-check .category-checkbox:focus + label::before, .default .multiselect-option .category-checkbox:focus + label::before {
    transition: 85ms ease-out;
    transition-property: box-shadow, transform; }

  /* NATIVE INPUT */
  .default .content-filter-check .category-checkbox, .default .multiselect-option .category-checkbox {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 24px;
    left: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 24px;
    margin: 0;
    padding: 0; }

  /* LABEL */
  .default .content-filter-check label, .default .multiselect-option label {
    color: #1a1a1a;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.2;
    padding-left: calc(24px - -0.5rem) !important;
    padding-top: calc(24px - 1.2rem) !important;
    position: relative; }

  /* CUSTOM CHECKBOX */
  .default .content-filter-check .category-checkbox::before, .default .multiselect-option .category-checkbox::before,
  .default .content-filter-check label::before, .default .multiselect-option label::before,
  .default .content-filter-check label::after, .default .multiselect-option label::after {
    border-radius: 1px;
    content: "";
    left: 0;
    position: absolute;
    top: 0; }

  /* checkbox icon */
  .default .content-filter-check .category-checkbox::before, .default .multiselect-option .category-checkbox::before {
    background-color: transparent;
    height: 24px;
    mask-image: url("../images/color_schemes/default/common/check.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 24px;
    -webkit-mask-image: url("../images/color_schemes/default/common/check.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    width: 24px;
    transform: scale(0.6);
    z-index: 1; }

  /* checkbox icon - selected */
  .default .content-filter-check .category-checkbox:checked::before, .default .multiselect-option .category-checkbox:checked::before {
    background-color: #ffffff;
    transform: scale(1); }

  /* focus outline */
  .default .content-filter-check label::before, .default .multiselect-option label::before {
    height: 24px;
    width: 24px; }

  /* focus outline - focus */
  .default .content-filter-check .category-checkbox:focus + label::before, .default .multiselect-option .category-checkbox:focus + label::before {
    box-shadow: 0 0 0 3px #0072e6;
    transform: translate3d(0, 0, 0); }

  /* background */
  .default .content-filter-check label::after, .default .multiselect-option label::after {
    background-color: transparent;
    border: 2px solid grey;
    height: 24px;
    width: 24px; }

  /* background - selected */
  .default .content-filter-check .category-checkbox:checked + label::after, .default .multiselect-option .category-checkbox:checked + label::after {
    background-color: #0000bf;
    border-color: #0000bf; }

  /* background - selected - hover */
  .default .content-filter-check .category-checkbox:not(:disabled):checked:hover + label::after, .default .multiselect-option .category-checkbox:not(:disabled):checked:hover + label::after,
  .default .content-filter-check .category-checkbox:not(:disabled):checked:hover:focus + label::after, .default .multiselect-option .category-checkbox:not(:disabled):checked:hover:focus + label::after {
    background-color: #00005e;
    border-color: #00005e; }

  /* background - unselected - hover */
  .default .content-filter-check .category-checkbox:not(:disabled):hover + label::after, .default .multiselect-option .category-checkbox:not(:disabled):hover + label::after,
  .default .content-filter-check .category-checkbox:not(:disabled):hover:focus + label::after, .default .multiselect-option .category-checkbox:not(:disabled):hover:focus + label::after {
    border-color: #1a1a1a; }

  /* background - unselected - focus */
  .default .content-filter-check .category-checkbox:not(:disabled):focus + label::after, .default .multiselect-option .category-checkbox:not(:disabled):focus + label::after {
    border-color: #1a1a1a; }

  /* background - selected - focus */
  .default .content-filter-check .category-checkbox:not(:disabled):checked:focus + label::after, .default .multiselect-option .category-checkbox:not(:disabled):checked:focus + label::after {
    border-color: #0000bf; }

  .default .browse-videos-portlet .items-container .asset-duration-container .asset-date {
    display: inline-block;
    padding-left: 12px; }

  .default .recommended-assets-portlet .group-print-all {
    border: 0;
    padding-left: 0px; }

  .default .recommended-assets-portlet .group-print-all a {
    color: white !important;
    background-color: #0000bf;
    border: 2px solid #0000bf !important;
    padding: 5px 24px 1px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    margin-left: 35px !important;
    cursor: pointer;
    font-size: 18px !important;
    line-height: initial !important;
    font-weight: normal; }

  .default .recommended-assets-portlet .group-print-all a:hover {
    background-color: #000098;
    text-decoration: none;
    font-weight: normal;
    color: white; }

  .default .recommended-assets-portlet .group-print-all a:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none;
    color: white;
    font-weight: normal; }

  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px; }

  .default .recommended-assets-portlet * .items-container .item-container .item-text-container .item-groups-container {
    padding: 0px; }

  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis; }

  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container a:hover,
  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container a:focus {
    font-weight: normal;
    color: #0000bf;
    text-decoration: underline; }

  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container span {
    display: none; }

  .recommended-assets-portlet * .items-container .item-container a:focus > .item-image img {
    transform: scale(1.05);
    transition: all ease 1s; }

  .recommended-assets-portlet * .items-container .item-container a:focus > .item-text-container .item-title,
  .recommended-assets-portlet * .items-container .item-container a:hover > .item-text-container .item-title {
    color: #555555;
    text-decoration: underline; }

  .default .recommended-assets-portlet {
    position: relative; }

  .default .recommended-assets-portlet .assets-groups .group-container .group-items {
    max-width: 1140px;
    margin: 0px auto;
    padding: 90px 0px 63px; }

  .default .recommended-assets-portlet .podcast-item {
    width: 100%;
    position: relative;
    height: 130px;
    margin-bottom: 17px;
    padding-right: 0px !important; }

  .default .recommended-assets-portlet .podcast-item .item-image {
    width: 260px;
    height: 130px;
    padding-top: 0px !important; }

  .default .recommended-assets-portlet .podcast-item .item-image img {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box; }

  .default .recommended-assets-portlet .podcast-item .item-image .podcast-play-button {
    position: absolute;
    top: 0px;
    left: 130px;
    width: 130px;
    height: 130px;
    background-color: transparent;
    background-image: url("../images/color_schemes/default/common/play-icon-black.png");
    background-size: 70px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99; }

  .default .recommended-assets-portlet .podcast-item .item-text-container {
    position: absolute;
    top: 0px;
    left: 260px;
    right: 0px;
    bottom: 0px; }

  .default .recommended-assets-portlet .podcast-item .item-groups-container {
    display: none !important; }

  .default .recommended-assets-portlet .podcast-item .item-text-container .item-ingress-container {
    display: none !important; }

  .default .recommended-assets-portlet .podcast-item .item-text-container .item-title-container .item-title {
    max-height: 40px; }

  .default .recommended-assets-portlet .podcast-item .item-text-container .item-duration-container {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    padding-right: 10px; }

  .default .recommended-assets-portlet .podcast-item .item-text-container .item-publish-container {
    font-size: 16px;
    font-weight: normal;
    display: inline-block; }

  .default .recommended-assets-portlet .vod-item .item-text-container .item-duration-container {
    display: inline-block; }

  .default .recommended-assets-portlet .vod-item .item-text-container .item-date-container {
    display: inline-block;
    padding-left: 12px; }

  .default .upcoming-events-component .upcoming-events-title {
    display: none !important; }

  .default .upcoming-events-component .paragraphs {
    max-height: 63px;
    overflow: hidden; }

  .default .upcoming-events-component .event-date-time ul li {
    white-space: nowrap; }

  .default .upcoming-events-component {
    padding-bottom: 45px; }

  .default #item {
    margin: 30px auto;
    max-width: 1140px;
    width: 100%; }

  .default .upcoming-events-component #item .event-description .event-title {
    -webkit-line-clamp: 3; }

  .default .upcoming-events-component #item .event-description .paragraphs {
    display: none; }

  .default .upcoming-events-component #item .event-description a:hover > .event-title,
  .default .upcoming-events-component #item .event-description a:focus > .event-title {
    text-decoration: underline;
    color: #555555; }

  .most-popular-assets {
    font-family: Arial, Tahoma, sans-serif; }

  .most-popular-assets-container {
    margin: 0 auto;
    width: 100% !important; }

  .most-popular-assets .show-more-link-container {
    margin-top: 15px; }

  .most-popular-assets .show-more-link-container a {
    font-size: 1rem;
    font-weight: 600;
    color: #000; }

  .most-popular-assets .show-more-link-container a:hover,
  .most-popular-assets .show-more-link-container a:focus {
    color: #fd4f00;
    text-decoration: underline; }

  .most-popular-assets .prev-arrow, .next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /*
    width: 35px;
    height: 35px;
    */
    /*width: 70px;*/
    width: 30px;
    max-width: 3%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: 100; }

  .most-popular-assets .prev-arrow:hover, .next-arrow:hover {
    opacity: .8; }

  .most-popular-assets .next-arrow > img {
    width: 100%;
    height: auto;
    opacity: 0; }

  .most-popular-assets .prev-arrow > img {
    width: 100%;
    height: auto;
    opacity: 0; }

  .most-popular-assets .prev-arrow {
    left: -3.5%; }

  .most-popular-assets .next-arrow {
    right: -3.5%; }

  .next-arrow,
  .prev-arrow {
    background-image: url("../images/color_schemes/default/ic_arrow.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center; }

  .most-popular-assets .prev-arrow {
    transform: scale(-1);
    margin-top: -2.1%; }

  /*
  .most-popular-assets .most-popular-asset-slider {
  	margin-top: 5px;
  }
  */
  .most-popular-assets .slider-category-title {
    font-size: 180%;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left;
    color: #000; }

  .most-popular-assets .slider-category-link {
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid transparent; }

  .most-popular-assets .slider-category-title > a {
    color: #000; }

  .most-popular-assets .slider-category-title > a:HOVER {
    color: #000;
    text-decoration: underline; }

  .most-popular-assets .slider-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    /*
    border-width: 14px 8px 0 8px;
    */
    border-width: 20px 13px 0 13px;
    border-color: #fcca13 transparent transparent transparent;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
    display: none;
    visibility: hidden; }

  .most-popular-assets .most-popular-asset-slider .asset-item {
    position: relative;
    margin-bottom: 5px;
    padding: 0 5px; }

  .most-popular-assets .most-popular-asset-slider .asset-title-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 10px 0 0;
    background-clip: content-box; }

  .most-popular-assets .asset-item {
    cursor: pointer; }

  .most-popular-assets .asset-image {
    width: 100%;
    /*padding: 0 .1rem;*/
    /*padding-right: 10px;*/
    margin: 0 auto;
    box-sizing: border-box;
    /*margin-bottom: .2rem;*/ }

  .most-popular-assets .asset-title-container {
    display: block;
    font-size: 1.6em;
    /*padding: 0 .1rem;*/
    padding: 0 5px;
    box-sizing: border-box;
    height: 50%;
    display: flex;
    align-items: center; }

  .most-popular-assets .asset-title {
    background-color: transparent;
    width: 80%;
    box-sizing: border-box;
    color: #fff;
    /*font-size: .8em;*/
    font-size: 1rem;
    margin: 0 0 1% 19%;
    padding: 0;
    /*padding-top: 15px;*/
    overflow: hidden;
    /*white-space: break-spaces;*/
    /*white-space: nowrap;*/
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-weight: 650;
    font-family: Arial, 'Verdana', sans-serif;
    display: inline-block;
    /*height: 62px;*/
    /* new rules */
    max-height: 100%;
    line-height: 1rem;
    padding-top: 3px;
    /* new rules end */
    vertical-align: middle;
    text-shadow: 1px 1px 3px #999; }

  .most-popular-assets .asset-title::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: -16.5%;
    /*bottom: 18px;*/
    height: 40px;
    width: 40px;
    background-image: url("../images/color_schemes/default/ic_play.png");
    background-size: 100%;
    top: 50%;
    transform: translate(0, -50%); }

  .most-popular-assets .asset-duration-container {
    position: absolute;
    top: 10px;
    right: 20px; }

  .most-popular-assets .asset-duration-container .asset-duration {
    color: #fff;
    font-weight: 600; }

  .most-popular-assets .most-popular-asset-slider .asset-item > a:hover {
    opacity: .8; }

  .most-popular-assets .asset-title br {
    display: none; }

  .most-popular-assets .asset-access {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: white;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7); }

  .most-popular-assets a {
    color: #000000;
    text-decoration: none; }

  .most-popular-assets a:HOVER {
    color: #5d5d5d; }

  .most-popular-assets .most-popular-asset-slider .asset-item > a:focus > .asset-title-container .asset-title {
    color: #fd4f00;
    text-decoration: underline; }

  .most-popular-assets a {
    transition: color .3s; }

  .most-popular-assets .asset-grid-item {
    box-sizing: border-box;
    /*width: 20%;*/
    width: 14.28571428%;
    padding: 0 5px;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 5px;
    /*margin-top: 25px;*/
    margin-top: 65px; }

  .most-popular-assets .asset-grid-item img {
    width: 100%;
    vertical-align: middle; }

  .most-popular-assets .asset-grid-item-info-container {
    color: #fff;
    background-color: #646464; }

  .most-popular-assets .asset-grid-item-title {
    color: #fff;
    /*
    text-transform: uppercase;
    */
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .most-popular-assets .asset-grid-item-info {
    color: #1d1d1d;
    font-size: 12px; }

  .most-popular-assets .slick-track {
    margin-left: 0 !important; }

  .most-popular-assets .modeselektor {
    display: flex;
    flex-wrap: wrap;
    /*padding: 10px;*/
    margin-bottom: 30px;
    font-size: 2.5em;
    font-weight: 600; }

  .most-popular-assets .modeselektor .mode-option {
    cursor: pointer;
    opacity: 0.3; }

  .most-popular-assets .modeselektor .mode-option:hover,
  .most-popular-assets .modeselektor .mode-option:focus {
    color: #fd4f00;
    text-decoration: underline;
    opacity: 1; }

  .most-popular-assets .modeselektor .mode-option:not(:last-child) {
    padding-right: 15px; }

  .most-popular-assets .modeselektor .mode-option.selected {
    opacity: 1; }

  .most-popular-assets2 .slick-track {
    display: flex !important; }

  .most-popular-assets2 .slick-slide {
    height: inherit !important; }

  .most-popular-assets2 #assetSlider_latestAssets .slick-slide > div {
    height: 50% !important; }

  .most-popular-assets2 .asset-item {
    margin-bottom: 50px !important;
    width: 92% !important; }

  .default .most-popular-assets2 .category-title-info .slider-category-link {
    color: white !important;
    background-color: #0000bf;
    border: 2px solid #0000bf !important;
    padding: 5px 24px 1px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 35px !important;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal; }

  .default .most-popular-assets2 .category-title-info .slider-category-link:hover {
    background-color: #000098;
    text-decoration: none;
    font-weight: normal; }

  .default .most-popular-assets2 .category-title-info .slider-category-link:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none; }

  .default .most-popular-assets2 a:hover > .asset-title-container .asset-title,
  .default .most-popular-assets2 a:focus > .asset-title-container .asset-title {
    color: #555555;
    text-decoration: underline; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container {
    font-size: 13px;
    color: #242424;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container a:hover,
  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container a:focus {
    font-weight: normal;
    color: #0000bf;
    text-decoration: underline; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container span {
    display: none; }

  .default .most-popular-assets2 a:focus > .asset-img-container img {
    transform: scale(1.05);
    transition: all ease 1s; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-duration-container .asset-date {
    display: inline-block;
    padding-left: 12px; }

  .default .asset-info-portlet {
    width: 100%;
    background-color: transparent;
    overflow: auto;
    /* width alignment added to align the player with info */
    max-width: 1140px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 38px; }

  .default .asset-info-portlet a {
    color: #000;
    /*text-decoration: underline;*/
    font-weight: 500; }

  .default .asset-info-portlet a:hover,
  .default .asset-info-portlet a:focus {
    color: #0000BF; }

  .default .asset-info-series-link {
    font-size: 20px; }

  .default .asset-info-left-wrapper {
    border-right: 0.5px solid #b5b5b5;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-right: 5px;
    padding-left: 11px;
    margin: 0px auto 20px auto;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    text-align: center;
    background-color: transparent;
    /* overflow:auto; */
    /* commented to adjust the layout */
    color: black; }

  .default .asset-info-production-information {
    display: inline-block;
    box-sizing: border-box;
    /* width: 25%; */
    padding: 0 0 0 0 !important;
    float: left;
    text-align: left;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 21px;
    line-height: 22px;
    /* display:none; */ }

  .default .asset-info-production-information .production-information-data {
    font-weight: 600; }

  .default .asset-info-production-information .asset-info-production-data .asset-info-external-link a {
    color: #000;
    text-decoration: none; }

  .default .asset-info-production-information .asset-info-production-data .asset-info-external-link a:hover {
    color: #000;
    text-decoration: underline; }

  .default .asset-info-groups {
    clear: both;
    font-size: 24px;
    overflow: auto;
    width: 100%; }

  .default .asset-info-left-wrapper .asset-info-publishing {
    /* float:left; */
    padding: 0 0 0 0;
    /*margin-left: 10%;*/
    /*  margin-top: 10px; */ }

  .default .asset-info-share-image {
    width: 32px;
    height: 32px; }

  .default .asset-info-share-image.active {
    display: none; }

  .default .asset-info-download-img.active {
    display: none; }

  .default .asset-info-podcast-rss-img.active {
    display: none; }

  .default .asset-info-title {
    /*	border-bottom: 4px solid $asset-info-title-border-bottom;*/
    color: black !important;
    display: inline-block;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    /* Arial, "Open Sans", Verdana, sans-serif; */
    font-size: 36px;
    color: #000000;
    line-height: 38px;
    /*letter-spacing: 1px;*/
    padding: 18px 0;
    text-align: left;
    /*  margin: 20px 0 !important; */
    font-weight: bold;
    width: 100%;
    /*
    background: linear-gradient(45deg, rgba(48,254,230,1) 0%, rgba(212,230,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    */ }

  .default .asset-info-publishing-item {
    display: flex;
    margin-bottom: 9px;
    /*
    float:left;
    margin: 0 3% 0 0;
    text-align: center;
    padding: 7px 0 7px 0;
    */ }

  .default .asset-info-publishing-item > * {
    float: left; }

  .default .asset-info-publish-end {
    font-size: 13px;
    font-weight: 700;
    float: left; }

  .default .asset-info-publishing-item > img {
    margin-right: 5px; }

  .default .asset-info-duration {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    color: #242424;
    white-space: nowrap; }

  .default .asset-info-date {
    font-size: 14px;
    padding-left: 10px;
    color: #242424;
    white-space: nowrap; }

  .default .asset-info-available {
    font-size: 14px;
    padding-left: 10px;
    color: #242424;
    /* text-align: left;
    width: 100%;
    clear: both; */
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap; }

  .default .asset-info-publish {
    font-size: 14px;
    color: #242424;
    text-align: left;
    /* margin: 20px 0 0 0; */
    clear: both; }

  .default .asset-info-download-link {
    padding-top: 10px;
    text-align: left; }

  .default .asset-info-download-link a {
    font-size: 16px;
    font-weight: bold;
    color: #5A5A5A; }

  .default .asset-info-download-link a > img {
    margin-right: 10px;
    float: left; }

  .default .asset-info-download-link a:hover {
    color: #0000bf; }

  .default .asset-info-group-item a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    float: left;
    margin: 0 1% 0 0;
    white-space: nowrap; }

  .default .asset-info-group-item a:hover,
  .default .asset-info-group-item a:focus {
    color: #0000bf;
    text-decoration: underline; }

  .default .asset-info-group-item a:active {
    color: inherit; }

  .default .recommended-assets-portlet * .items-container .item-container .item-text-container .item-groups-container span {
    display: none; }

  .default .asset-info-group-item {
    float: left;
    font-size: 14px;
    margin: 0 1% 1% 0;
    color: #242424; }

  .default .asset-info-group-item span {
    display: none; }

  .default .asset-info-group-item.bold {
    font-weight: bold;
    padding-top: 4px; }

  .default .asset-info-description {
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    /* Arial, "Open Sans", Verdana, sans-serif; */
    font-weight: 300;
    margin-top: 35px; }

  .default .asset-info-description p {
    color: #242424;
    font-size: 16px;
    margin: 10px 10px 10px 0;
    font-weight: 400;
    line-height: 21px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .asset-info-description p a {
    text-decoration: underline; }

  .default .asset-info-description p a:hover,
  .default .asset-info-description p a:focus {
    color: #0000BF; }

  .default .asset-info-description ul {
    list-style: disc; }

  .default .asset-info-right-wrapper {
    float: right;
    /*   margin: 30px 90px 0 0; */
    text-align: right;
    font-size: 16px;
    width: 23%; }

  /* .default .asset-info-share {	
      margin: 38px 0 0 0;
      text-align: left;
      font-size: 1.2em;
  } */
  .default .asset-info-share-title {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #5A5A5A;
    font-size: 16px;
    margin-left: 18px;
    text-align: left; }

  .default .asset-info-share-wrapper {
    display: flex; }

  .default .asset-info-share-item {
    margin: 18px 0px 0 18px; }

  .default .asset-info-share-item .facebook {
    flex: 0 0 65%; }

  .default .asset-info-share-item .twitter {
    flex: 1; }

  .default .asset-info-share-item.email {
    display: none; }

  .default .asset-info-share-item.embed {
    display: none; }

  .default .asset-info-share-item:HOVER {
    cursor: pointer;
    color: #0040ff; }

  .default .asset-info-share-field {
    display: none; }

  .default .asset-info-share-item a {
    text-decoration: none !important; }

  .default .asset-info-publisher {
    display: none; }

  .default .asset-info-production-company {
    display: none; }

  .default .asset-info-production-data .asset-info-publish-start-title {
    display: none; }

  .default .asset-info-production-data .asset-info-publish-end-title {
    display: none; }

  .default .asset-info-series-link {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold !important;
    color: #000000;
    text-decoration: none !important;
    font-size: 21px;
    line-height: 22px; }

  .default .asset-info-publishing {
    padding: 0 0 0 0; }

  .default .asset-info-left-wrapper {
    width: 75%;
    border-right: 1px solid lightgray; }

  .default .asset-info-right-wrapper {
    float: right;
    width: 25%; }

  .default .asset-info-right-wrapper .asset-info-production-data {
    margin-top: 18px;
    margin-left: 18px;
    text-align: left; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link {
    margin-top: 28px;
    margin-left: 18px;
    text-align: left; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link a {
    display: flex;
    color: #5a5a5a; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link a:hover {
    color: #0000bf; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link a:focus {
    color: #0000bf; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link .asset-info-podcast-rss-icon {
    width: 32px;
    height: 32px; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link .asset-info-podcast-rss-icon img {
    width: 100%;
    height: 100%; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link .asset-info-podcast-rss-text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px; }

  .default .asset-info-portlet .asset-program-name {
    display: none; }

  .default .asset-info-portlet .asset-info-programme {
    display: none; }

  /* Grid View variables */
  @font-face {
    font-family: Minion Pro;
    src: url("../fonts/MinionPro-Regular.otf"); }

  .default .on-demand-slider {
    font-family: "HelsinkiGrotest", Helvetica, Arial, sans-serif;
    max-width: 1140px;
    margin: 0 auto; }

  .default .on-demand-slider-container {
    margin: 0 auto;
    width: 100% !important; }

  .default .on-demand-slider .prev-arrow, .next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /*
    width: 35px;
    height: 35px;
    */
    /*width: 70px;*/
    width: 30px;
    max-width: 3%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: 100;
    display: none; }

  .default .on-demand-slider .prev-arrow:hover, .next-arrow:hover {
    opacity: .8; }

  .default .on-demand-slider .next-arrow > img {
    width: 100%;
    height: auto;
    opacity: 0; }

  .default .on-demand-slider .prev-arrow > img {
    width: 100%;
    height: auto;
    opacity: 0; }

  .default .on-demand-slider .prev-arrow {
    left: -3.5%; }

  .default .on-demand-slider .next-arrow {
    right: -3.5%; }

  .next-arrow,
  .prev-arrow {
    background-image: url("../images/color_schemes/default/ic_arrow.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center; }

  .default .on-demand-slider .prev-arrow {
    transform: scale(-1);
    margin-top: -2.1%; }

  .default .on-demand-slider .asset-slider {
    margin-top: 30px; }

  .default .on-demand-slider .slider-category-title {
    font-size: 36px;
    /*font-weight: 600;*/
    padding-left: 11px;
    text-align: left;
    color: #000;
    display: flex;
    /*flex-direction: column;*/
    font-weight: bold; }

  .default .on-demand-slider .slider-category-link {
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid transparent; }

  .default .on-demand-slider .slider-category-link:HOVER,
  .default .on-demand-slider .slider-category-link:FOCUS {
    text-decoration: underline; }

  .default .on-demand-slider .slider-category-title > a {
    color: #000; }

  .default .on-demand-slider .slider-category-title > a:HOVER,
  .default .on-demand-slider .slider-category-title > a:FOCUS {
    color: #fd4f00;
    text-decoration: underline; }

  .default .on-demand-slider .slider-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    /*
    border-width: 14px 8px 0 8px;
    */
    border-width: 20px 13px 0 13px;
    border-color: #fcca13 transparent transparent transparent;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
    display: none;
    visibility: hidden; }

  .default .on-demand-slider .asset-slider .asset-item {
    position: relative;
    margin-bottom: 90px;
    margin-left: 11px;
    margin-right: 11px; }

  .default .on-demand-slider .asset-slider .asset-groups-container {
    font-size: 13px;
    color: #242424;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap; }

  .default .on-demand-slider .asset-slider .asset-groups-container a {
    font-size: 13px;
    color: #242424;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis; }

  .default .on-demand-slider .asset-slider .asset-groups-container a:focus,
  .default .on-demand-slider .asset-slider .asset-groups-container a:hover {
    color: #0000BF;
    text-decoration: underline; }

  .default .on-demand-slider .asset-slider .asset-groups-container span {
    display: none; }

  .default .on-demand-slider .asset-slider .asset-duration-container {
    font-size: 13px;
    font-weight: bold;
    color: #242424;
    margin-top: 8px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .on-demand-slider .asset-slider .asset-duration-container .asset-date {
    display: inline-block;
    padding-left: 12px; }

  .default .on-demand-slider .asset-slider .asset-title-container {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column; }

  .default .on-demand-slider .asset-slider .asset-title-container .asset-type-title {
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    color: #454545;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-weight: normal;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 100%;
    vertical-align: middle;
    -webkit-line-clamp: 3;
    line-height: 15px;
    margin-top: 20px; }

  .default .on-demand-slider .asset-item {
    cursor: pointer; }

  .default .on-demand-slider .asset-image {
    width: 100%;
    /*padding: 0 .1rem;*/
    /*padding: 0 5px;*/
    margin: 0 auto;
    box-sizing: border-box;
    /*margin-bottom: .2rem;*/ }

  .default .serie-demand-slider .asset-image {
    height: 100% !important;
    width: auto !important;
    left: -40% !important; }

  .default .on-demand-slider .asset-item .asset-img-container {
    position: relative;
    background-color: #ececec;
    overflow: hidden; }

  .default .on-demand-slider .asset-item .asset-img-container .asset-play-button {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 49px;
    height: 49px;
    background-color: transparent;
    background-image: url("../images/color_schemes/default/common/play-icon-white.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99; }

  .default .on-demand-slider .asset-item .asset-img-container .podcast-play-button {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 49px;
    height: 49px;
    background-color: transparent;
    background-image: url("../images/color_schemes/default/common/podcast-icon-square-black.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99; }

  .default .on-demand-slider .asset-title-container {
    display: block;
    font-size: 20px;
    /*padding: 0 .1rem;*/
    /*padding: 0 5px;*/
    padding: 0;
    box-sizing: border-box;
    height: 50%;
    display: flex;
    align-items: center; }

  .default .on-demand-slider .asset-title {
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    color: black;
    font-size: 18px;
    padding: 0;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-weight: 650;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 100%;
    vertical-align: middle;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px;
    margin-top: 10px; }

  .default .on-demand-slider .asset-ingress {
    font-size: 14px;
    overflow: hidden;
    max-height: 51px;
    line-height: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    color: #242424;
    font-weight: 400; }

  .default .on-demand-slider .asset-title br {
    display: none; }

  .default .on-demand-slider .asset-access {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: white;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7); }

  .default .on-demand-slider a {
    color: #000000;
    text-decoration: none; }

  .default .on-demand-slider a:hover {
    color: #000; }

  .default .on-demand-slider a:hover > .asset-title-container .asset-title,
  .default .on-demand-slider a:focus > .asset-title-container .asset-title {
    color: #555555;
    text-decoration: underline; }

  .default .on-demand-slider a:focus > .asset-img-container img,
  .default .on-demand-slider a:hover > .asset-img-container img {
    transform: scale(1.05);
    transition: all ease 1s; }

  .default .on-demand-slider a {
    transition: color .3s; }

  .default .on-demand-slider .grid-item-link:hover > .asset-grid-item-info-container .asset-grid-item-title,
  .default .on-demand-slider .grid-item-link:focus > .asset-grid-item-info-container .asset-grid-item-title {
    color: #fd4f00; }

  .default .on-demand-slider .asset-grid-item {
    box-sizing: border-box;
    /*width: 20%;*/
    width: 25%;
    padding: 0 11px;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 5px;
    margin-top: 30px;
    vertical-align: top; }

  .default .on-demand-slider .asset-grid-item img {
    width: 100%;
    vertical-align: middle; }

  .default .on-demand-slider .asset-grid-item-info-container {
    color: black;
    background-color: transparent; }

  .default .on-demand-slider .asset-grid-item-title {
    color: black;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
    max-height: 60px;
    margin-top: 16px;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis; }

  .default .on-demand-slider .asset-grid-item-ingress {
    font-size: 14px;
    overflow: hidden;
    max-height: 51px;
    line-height: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    color: #242424;
    font-weight: 400; }

  .default .on-demand-slider .asset-grid-item .asset-groups-container {
    font-size: 13px;
    color: #242424;
    margin-top: 5px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    font-weight: 400; }

  .default .on-demand-slider .asset-grid-item .asset-duration-container {
    font-size: 13px;
    font-weight: bold;
    color: #242424;
    margin-top: 5px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .on-demand-slider .asset-grid-item-info {
    color: #1d1d1d;
    font-size: 12px; }

  .default .on-demand-slider .slider-category-title .slider-category-link-view-all {
    font-size: 1rem;
    font-weight: 650;
    text-decoration: underline !important;
    cursor: pointer; }

  .default .on-demand-slider .slider-category-title .slider-category-link-view-all:hover,
  .default .on-demand-slider .slider-category-title .slider-category-link-view-all:focus {
    color: #fd4f00 !important; }

  .default .on-demand-slider .slick-track {
    margin-left: 0 !important; }

  /* NEW TITLE STYLES */
  .default .on-demand-slider .slider-category-title .category-title-info {
    display: flex;
    align-items: center;
    flex: 1;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .on-demand-slider .slider-category-title .category-title-info .slider-category-title-container {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 36px; }

  .default .on-demand-slider .slider-category-title .category-title-info .slider-category-link {
    cursor: pointer;
    /*border-left: 2px solid #5a5a5a;*/
    margin-left: 35px;
    /*padding-left: 15px;*/ }

  .default .on-demand-slider .slider-category-title .category-title-info a {
    color: white;
    background-color: #0000bf;
    border: 2px solid #0000bf;
    padding: 5px 24px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal; }

  .default .on-demand-slider .slider-category-title .category-title-info a:hover {
    background-color: #000098;
    text-decoration: none;
    font-weight: normal; }

  .default .on-demand-slider .slider-category-title .category-title-info a:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation {
    display: flex;
    margin-right: 11px; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation .slider-category-nav-left {
    margin-right: 40px;
    cursor: pointer; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation .slider-category-nav-right {
    cursor: pointer; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation img {
    max-width: 11px;
    width: 11px; }

  .default .on-demand-slider .mode-select-container {
    display: flex;
    align-items: center;
    padding-left: 11px;
    margin-bottom: 45px; }

  .default .on-demand-slider .mode-select-container .mode-select-item {
    background: none !important;
    border: none !important;
    color: #000 !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: none !important;
    padding: 0 !important;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif !important; }

  .default .on-demand-slider .mode-select-container .mode-select-item:hover {
    color: #555;
    text-decoration: underline; }

  .default .on-demand-slider .mode-select-container .mode-select-item.selected {
    color: #555;
    text-decoration: underline; }

  .default .on-demand-slider .mode-select-container .divider {
    font-size: 26px;
    font-weight: bold;
    padding: 0 20px; }

  .default .on-demand-slider .list {
    margin: 0;
    padding-left: 11px;
    margin-top: 160px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .on-demand-slider .list > .list-item {
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0; }

  .default .on-demand-slider .list > .list-item a {
    text-decoration: none; }

  .default .on-demand-slider .list > .list-item a:hover, .list > .list-item a:focus {
    text-decoration: underline;
    color: #555; }

  @-webkit-keyframes changed {
    0%, 100% {
      -webkit-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0); }

    50% {
      -webkit-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5); } }

  @-moz-keyframes changed {
    0%, 100% {
      -moz-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0); }

    50% {
      -moz-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5); } }

  @keyframes changed {
    0%, 100% {
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0); }

    50% {
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5); } }

  @-ms-keyframes changed {
    0%, 100% {
      -ms-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0); }

    50% {
      -ms-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5); } }

  .default #info_view .info-share {
    float: left;
    width: 100%; }

  .default #info_view .info-share .info-share-title {
    margin-left: 0px; }

  .default #info_view .info-share .info-share-wrapper {
    margin-left: 0px; }

  .default #info_view .info-frame {
    width: 75%;
    border-right: 1px solid lightgray; }

  .default #info_view .info-frame hr {
    display: none; }

  .default #info_view .info-frame .info-date-time {
    padding-top: 55px !important; }

  .default .info-frame-download-link {
    margin-top: 95px;
    padding-top: 0px; }

  .default .info-download-image {
    width: 20px;
    height: 20px; }

  .default .info-download-image.active {
    display: none; }

  .default .info-share-image {
    width: 32px;
    height: 32px; }

  .default .info-groups .info-group-item {
    visibility: hidden; }

  .default .info-groups .info-group-item.bold {
    visibility: visible;
    margin-top: 4px; }

  .default .info-groups .info-group-item a {
    visibility: visible;
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    font-size: 14px;
    white-space: nowrap;
    float: left;
    font-weight: 500 !important;
    color: #000000 !important; }

  .default .info-groups .info-group-item a:focus,
  .default .info-groups .info-group-item a:hover {
    color: #0000bf !important;
    text-decoration: underline !important; }

  .default .banner-and-event-portlet .banner-events-all {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 20px; }

  .default .banner-and-event-portlet .banner-events-all a {
    color: white;
    background-color: #0000bf;
    border: 2px solid #0000bf;
    padding: 5px 24px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: normal; }

  .default .banner-and-event-portlet .banner-events-all a:hover {
    background-color: #000098;
    text-decoration: none;
    font-weight: normal; }

  .default .banner-and-event-portlet .banner-events-all a:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none; }

  .default .banner-and-event-portlet .banner-events {
    display: flex;
    flex-wrap: wrap;
    min-width: 300px; }

  .default .banner-and-event-portlet .banner-events-title-container {
    min-width: 200px; }

  .default .banner-and-event-portlet .banner-upcoming-events-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #ebf4fb; }

  .default .banner-and-event-portlet .banner-upcoming-event h4 {
    max-height: 78px;
    -webkit-line-clamp: 3;
    font-size: 20px; }

  .default .banner-and-event-portlet .banner-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    position: absolute;
    top: 5%;
    left: 1%;
    /*left: 50%;
    transform: translate(-50%, -50%);*/
    background-color: #FFE977;
    padding: 15px 35px;
    /*border-radius: 50px;*/
    max-width: 50%;
    width: max-content; }

  .default .category-items-portlet .items-container .serie-item .serie-img-container img {
    height: 100% !important;
    width: auto !important;
    left: -40% !important; }

  .default .category-items-portlet .items-container .serie-item .serie-title-container {
    flex-direction: column; }

  .default .category-items-portlet .items-container .serie-item .serie-img-container .podcast-play-button {
    height: 60px;
    width: 60px; }

  .default .category-items-portlet .items-container .serie-item .serie-title-container .serie-title {
    margin-top: 8px; }

  .default .category-items-portlet .items-container .serie-item .serie-title-container .serie-type {
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    color: #454545;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-weight: normal;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 100%;
    vertical-align: middle;
    -webkit-line-clamp: 3;
    line-height: 15px;
    margin-top: 20px; }

  .default .category-items-portlet .category-image-container .category-title h1 {
    font-size: 52px;
    margin: 0;
    background-color: transparent;
    display: inline-block;
    padding-left: 72px;
    padding-right: 72px;
    min-height: 67px;
    padding-top: 15px;
    font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif;
    max-width: 100%;
    line-height: 1;
    color: #000000;
    word-wrap: break-word;
    overflow: hidden;
    background-color: #ffffff; }

  .category-items-portlet .items-container .asset-item .asset-groups-container {
    display: flex;
    flex-wrap: wrap; }

  .category-items-portlet .items-container .asset-item .asset-groups-container a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis; }

  .category-items-portlet .items-container .asset-item .asset-groups-container a:focus,
  .category-items-portlet .items-container .asset-item .asset-groups-container a:hover {
    font-weight: normal;
    color: #0000bf;
    text-decoration: underline; }

  .category-items-portlet .items-container .asset-item .asset-groups-container span {
    display: none; }

  .category-items-portlet .items-container .asset-item a:hover > .asset-title-container .asset-title,
  .category-items-portlet .items-container .serie-item a:hover > .serie-title-container .serie-title,
  .category-items-portlet .items-container .asset-item a:focus > .asset-title-container .asset-title,
  .category-items-portlet .items-container .serie-item a:focus > .serie-title-container .serie-title {
    text-decoration: underline;
    color: #555555; }

  .category-items-portlet .items-container .more-button-container {
    text-align: center; }

  .category-items-portlet .items-container .more-button-container .load-more-button {
    padding: 4px 24px 0 24px;
    background-color: #0000bf;
    margin: 0;
    border: 2px solid #0000bf;
    outline: 2px solid transparent;
    font-size: 16px;
    font-family: "HelsinkiGrotesk","Helvetica",Arial,sans-serif;
    line-height: 26px;
    text-align: center;
    text-transform: none;
    box-sizing: border-box;
    cursor: pointer; }

  .category-items-portlet .items-container .more-button-container .load-more-button:hover {
    background-color: #000098;
    border: 2px solid #000098;
    outline: 2px solid transparent; }

  .default .category-items-portlet .items-container .asset-duration-container .asset-date {
    display: inline-block;
    padding-left: 12px; }

  .default .feedback-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 35px;
    font-family: "HelsinkiGrotesk","Helvetica",Arial,sans-serif!important;
    color: #000000; }

  .default .feedback-wrapper .feedback-main-title h1 {
    font-size: 36px !important;
    line-height: 36px !important; }

  .default .feedback-wrapper .feedback-form-wrapper .feedback-title2 h2 {
    font-size: 24px !important;
    line-height: 24px !important; }

  .default .feedback-wrapper .feedback-form-wrapper .feedback-title2 p {
    color: #5a5a5a;
    font-size: 15px;
    line-height: 21px; }

  .default .feedback-wrapper .feedback-form .feedback-title {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px; }

  .default .feedback-wrapper .feedback-form .feedback-field {
    color: #000000;
    padding: 10px 5px; }

  .default .feedback-wrapper .feedback-form .feedback-text input {
    width: 98%;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 10px 5px; }

  .default .feedback-wrapper .feedback-form .feedback-textarea textarea {
    width: 98%;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 10px 5px; }

  .default .feedback-wrapper .feedback-form .feedback-body {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 21px;
    color: #5a5a5a; }

  .default .feedback-wrapper .feedback-form .feedback-radio {
    display: inline-block; }

  .default .feedback-wrapper .feedback-form .form-label {
    size: 15px;
    line-height: 21px;
    color: #5a5a5a; }

  .default .feedback-wrapper .feedback-form .feedback-lable {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px; }

  .default .feedback-wrapper .feedback-receipt {
    size: 15px;
    line-height: 21px;
    color: #5a5a5a; }

  .default .daily-live-events .event-details-container .event-info-container {
    font-size: 18px; }

  .default .daily-live-events .event-slider-item a:hover > .data-container .event-info-wrapper .event-details-container .event-name-container,
  .default .daily-live-events .event-slider-item a:focus > .data-container .event-info-wrapper .event-details-container .event-name-container {
    text-decoration: underline;
    color: #555555; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups {
    display: flex;
    flex-wrap: wrap; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups a:focus,
  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups a:hover {
    font-weight: normal;
    color: #0000bf;
    text-decoration: underline; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-duration {
    margin-top: 10px; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups span {
    display: none; }

  body.default {
    width: 100%;
    /*background-color: #ebecec;*/
    background-color: white;
    image-rendering: -webkit-optimize-contrast; }

  .default h1, .default h2 {
    color: black;
    font-family: Arial, "Verdana", sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 1em 0 0.5em; }

  .default .journal-content-article p {
    font-family: "Arial" !important; }

  .default p {
    color: black;
    font-family: Arial, "Verdana", sans-serif;
    font-size: 16px; }

  .default #topBar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }

  .default #mobile-header img {
    height: 40px; }

  .default #siteLogo img {
    height: 40px; }

  .default #siteLogoMobile {
    float: left;
    margin: 0 1%;
    height: 40px;
    overflow: hidden;
    display: none; }

  .default #siteNavigation {
    float: right;
    height: 40px;
    font-family: Arial, "Verdana", sans-serif;
    text-transform: uppercase;
    padding: 15px 0; }

  .default #siteNavigation ul {
    float: left;
    list-style: outside none none;
    margin: 0; }

  .default #siteNavigation ul li {
    float: left; }

  .default #siteNavigation a, .default #siteNavigation ul li > div {
    display: table-cell;
    height: 40px;
    text-decoration: none;
    vertical-align: middle;
    color: black; }

  .default #siteNavigation a:LINK, .default #siteNavigation a:VISITED {
    text-decoration: none;
    color: black; }

  .default #siteNavigation .navElement {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px; }

  .default #siteNavigation .navElement img {
    height: 40px;
    border-radius: 20px; }

  .default .navElement:HOVER:not(.no-hover) {
    cursor: pointer; }

  .default .navElement:HOVER:not(.no-hover) .navElement-title {
    text-decoration: underline; }

  .default .navElement:HOVER a {
    color: black !important; }

  .default .navElement.selected a {
    color: black !important; }

  .default .navElement.selected:not(.no-hover) .navElement-title {
    text-decoration: underline; }

  .default .sign-in-container, .default .sign-out-container {
    float: left; }

  .default .navElement a div, .default .navElement div div {
    float: left; }

  .default .navElement-title {
    padding: 10px 5px; }

  .default .sign-in-button, .default .sign-out-button, .social-media-button {
    display: table-cell;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    height: 40px; }

  .default .nav-search {
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
    height: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .default .nav-search:HOVER {
    cursor: pointer; }

  .default .nav-search img {
    height: 40px; }

  .default .nav-search.selected {
    background-color: white !important;
    background-image: none !important; }

  .default .nav-search > #nav_search_active {
    display: none; }

  .default .nav-search > #nav_search_inactive {
    display: block; }

  .default .nav-search.selected > #nav_search_active {
    display: block; }

  .default .nav-search.selected > #nav_search_inactive {
    display: none; }

  .default .search-bar {
    position: absolute;
    display: none;
    z-index: 500; }

  .default .search-bar img {
    height: 40px; }

  .default .search-bar table {
    width: 400px;
    background-color: black; }

  .default .search-bar table td {
    padding: 10px;
    vertical-align: middle; }

  .default .search-bar table td:FIRST-CHILD {
    height: 40px;
    padding-right: 0 !important; }

  .default .search-bar table td:LAST-CHILD {
    width: 70px;
    text-align: center; }

  .default .search-bar input {
    border: medium none !important;
    font-size: 18px;
    height: 40px;
    padding: 5px;
    width: 310px; }

  .default .search-bar-search-button {
    background-color: black;
    color: white;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 10px 0;
    text-transform: uppercase; }

  .default .search-button {
    padding: 0 !important; }

  .default .search-button:HOVER {
    cursor: pointer; }

  .default .folders-toggle {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    float: right; }

  .default .folders-toggle.active {
    background-color: white; }

  .default .folders-toggle:HOVER {
    cursor: pointer; }

  .default .folders-toggle img {
    height: 40px; }

  .default .folders-container {
    clear: both;
    max-width: 350px;
    height: 0;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    background-color: black;
    overflow: auto; }

  .default .folders {
    overflow: auto;
    margin: 1% auto;
    width: 100%;
    font-family: Arial, "Verdana", sans-serif; }

  .default .folder-0 {
    /*float: left;*/
    color: white;
    font-size: 18px;
    margin: 5%;
    text-transform: uppercase; }

  .default .folder-0:HOVER {
    cursor: pointer; }

  .default .folder-0.selected, .default .folder-1.selected {
    color: #00a6cd; }

  .default .folder-1 {
    color: white;
    float: left;
    font-size: 16px;
    margin: 0.5% 1%;
    padding: 0.5%;
    text-overflow: initial;
    width: 10%;
    word-wrap: initial; }

  .default .suite-button:HOVER, .default .suite-button-2:HOVER {
    cursor: pointer; }

  .default .suite-button {
    background-color: black;
    display: inline-block;
    border-radius: 3px;
    line-height: 1;
    transition: all 0.2s linear 0s;
    padding: 16px 24px;
    text-transform: uppercase;
    font-size: 14px;
    color: white; }

  .default .suite-button-2 {
    background-color: #00a6cd;
    display: inline-block;
    border-radius: 3px;
    line-height: 1;
    transition: all 0.2s linear 0s;
    padding: 5px;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    text-align: center; }

  .default .suite-button-text {
    color: white;
    padding: 5px; }

  .default .suite-button .suite-button-image {
    padding-right: 10px; }

  .default .suite-button-2 .suite-button-image {
    padding: 5px; }

  .default .list-table {
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    width: 100%; }

  .default .list-table label {
    font-weight: normal !important;
    text-shadow: none !important; }

  .default .list-table tr {
    /*background-color: #EAEAEA;*/ }

  .default .list-row:HOVER td {
    color: white;
    background-color: #00a6cd !important;
    cursor: pointer; }

  .default .list-table td {
    padding: 10px !important;
    color: black !important; }

  .default .list-table tr.selected td, .default .list-add, .list-edit {
    color: white !important;
    background-color: #00a6cd !important; }

  .default .list-table .list-image {
    height: 32px; }

  .default .list-table .list-actions {
    white-space: nowrap;
    float: right;
    clear: both; }

  .default .list-table .list-actions > span {
    padding: 5px 8px; }

  .default .list-table .list-actions span img {
    cursor: pointer; }

  /* Columns */
  .default .ism-columns {
    width: 100%; }

  .default .ism-columns > div {
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*transition: 0.5s all ease-in;*/ }

  .default .ism-columns iframe {
    padding: 0 !important;
    margin: 0 !important; }

  .default iframe .portlet-column {
    border-right: none !important; }

  .default .ism-column-1 {
    border-right: none !important;
    width: 100%; }

  .default .ism-column-1-left {
    background-color: #d6d6d6;
    width: 100%; }

  .default .ism-column-1-2, .default .ism-column-2-2 {
    width: 50%; }

  .default .ism-column-1-3, .default .ism-column-2-3, .default .ism-column-3-3 {
    width: 33.33%; }

  .default .ism-column-1-4, .default .ism-column-2-4, .default .ism-column-3-4, .default .ism-column-4-4 {
    width: 25%; }

  .default .ism-column-1-2-25 {
    width: 20%; }

  .default .ism-column-2-2-75 {
    border-left: 1px solid white;
    width: 80%; }

  .default .ism-column-1-3-20 {
    width: 20%; }

  .default .ism-column-2-3-40, .default .ism-column-3-3-40 {
    width: 40%; }

  .default label {
    float: none;
    font-weight: normal;
    line-height: 100%;
    margin: 15px 10px 3px;
    padding: 0;
    text-transform: uppercase;
    width: auto;
    text-shadow: none;
    clear: both; }

  .default input[type="text"], .default input[type="password"], .default input[type="file"], .default textarea, .default .textarea, .aui-field-input-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #cccccc;
    padding: 10px 5px;
    font-weight: normal;
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    background-image: none;
    margin: 2px 2px;
    width: 310px;
    color: black; }

  .default select {
    padding: 10px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #cccccc;
    font-weight: normal;
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    background-image: none;
    width: 310px;
    margin: 2px 2px;
    color: black; }

  .default input[type=button], .default input[type=submit], .default input[type=reset], button {
    font-weight: normal;
    background-color: #A2D0F0;
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-shadow: none;
    transition: all 0.2s linear 0s;
    padding: 5px;
    text-align: center;
    background-image: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase; }

  .default input[type=button]:HOVER, .default input[type=submit]:HOVER, .default input[type=reset]:HOVER, .default button:HOVER {
    background-color: #72AEDE;
    background-image: none;
    cursor: pointer;
    color: white; }

  .default .ism-content-wrapper {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto; }

  .default .main-list-table {
    width: 100%;
    font-family: Arial, 'Open Sans', Verdana, sans-serif; }

  .default .main-list-table td {
    padding: 0;
    margin: 0px 10px; }

  .default .main-list-table td.empty {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  .default .main-list-row {
    border-bottom: 1px solid #7a7a7a;
    height: 65px;
    min-height: 60px;
    min-height: 64px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3); }

  .default .main-list-row.selected {
    background-color: #325D94 !important;
    color: white; }

  .default .main-list-row:HOVER td {
    color: white; }

  .default .main-list-image {
    margin-top: 3px;
    height: auto;
    max-width: 60px;
    border: 3px solid rgba(0, 0, 0, 0.2); }

  .default .main-list-title {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    margin-left: 6px;
    min-width: 140px; }

  .default .main-list-description {
    position: relative;
    margin-top: 4px;
    margin-left: 6px;
    min-width: 140px;
    font-size: 12px; }

  .default .main-list-price {
    font-size: 14px; }

  .default .main-list-table .main-list-actions, .default .main-list-table .main-list-extra {
    white-space: nowrap;
    float: right;
    margin: 0px 5px 0px 5px;
    clear: both;
    padding-right: 15px; }

  .default .main-list-table .main-list-actions > span, .default .main-list-table .main-list-extra > span {
    padding-left: 10px;
    padding-right: 0; }

  .default .main-list-table .main-list-actions span img {
    cursor: pointer; }

  .default .portlet-login {
    font-family: Arial, "Klavika" !important; }

  .default .portlet-login form {
    text-align: center; }

  .default .portlet-login .navigation {
    background: none !important;
    border-top: 1px solid #BFBFBF;
    padding: 10px;
    text-align: center; }

  .default .portlet-login .aui-choice-label {
    text-transform: none; }

  .default .portlet-login .aui-field-label {
    display: block;
    float: none;
    margin: 30px 10px 10px 0;
    text-align: center;
    width: auto; }

  .default .portlet-login input[type=button], .default .portlet-login input[type=submit], .default .portlet-login input[type=reset], .default .portlet-login button {
    font-weight: bold;
    background-color: black;
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-shadow: none;
    transition: all 0.2s linear 0s;
    padding: 16px 24px;
    text-align: center;
    background-image: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 3px;
    margin: 0;
    width: 250px;
    text-transform: uppercase; }

  .default .portlet-login input[type=button]:HOVER, .default .portlet-login input[type=submit]:HOVER, .default .portlet-login input[type=reset]:HOVER, .default .portlet-login button:HOVER {
    background-color: #0d0d0d;
    cursor: pointer;
    border-radius: 3px;
    padding: 16px 24px;
    color: white;
    width: 250px;
    font-weight: bold; }

  .default .portlet-login input[type="text"], .default .portlet-login input[type="password"], .default .aui-field-input-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 0px solid black;
    padding: 10px 5px;
    margin: 0px auto;
    font-weight: normal;
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    background-image: none;
    width: 310px;
    color: black; }

  .default .taglib-icon .taglib-text {
    color: black;
    text-decoration: none;
    padding-left: 10px; }

  .default .portlet-login .aui-form .aui-button-holder {
    margin-bottom: 35px;
    margin-top: 35px; }

  .default .aui-form-validator-error-container .aui-field-element {
    background: url("/icareus-suite-public-theme/images/messages/error.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
    padding-right: 30px; }

  .default .portlet-login label {
    color: white;
    float: none;
    font-weight: normal;
    line-height: 100%;
    padding: 0;
    text-transform: uppercase;
    width: auto;
    text-shadow: none;
    clear: both; }

  .default .portlet-login label {
    color: white;
    float: none;
    font-weight: normal;
    line-height: 100%;
    padding: 0;
    text-transform: uppercase;
    width: auto;
    text-shadow: none;
    margin: 15px 0px 3px;
    clear: both; }

  .default .signup-form {
    margin: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    font-family: Arial, "Klavika" !important; }

  .default #registration-text {
    font-size: 22px;
    line-height: 20px;
    padding-bottom: 0px; }

  .default #registration-text.signup-form div {
    text-align: center; }

  .default #registration-text.signup-form table {
    width: 100%; }

  .default #suite-portlet-wrapper {
    margin: 0px; }

  .default .error-message-view {
    background-color: #B95A51;
    border: 2px solid #D51907; }

  .default .list-table td {
    font-family: Arial, "Verdana", sans-serif;
    padding: 10px !important;
    color: white;
    text-align: right !important;
    font-size: 13px; }

  .default .list-table-profile .list-table {
    font-family: Arial, "Verdana", sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    width: 100%;
    margin-top: 20px; }

  .default #p_p_id_58_ {
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.3); }

  .default .user-portrait {
    display: none; }

  .default .web-portlet-header {
    width: 100%;
    height: 50px;
    background-color: #325D94; }

  .default .registration-title-wrapper {
    color: #00a6cd;
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: bold;
    padding-right: 10px;
    text-align: right !important; }

  .default .portlet-login .aui-form fieldset {
    text-align: center;
    font-size: 14px; }

  .default .taglib-captcha .captcha {
    margin: 1% auto; }

  .default .footer {
    width: 100%;
    font-family: Arial, "Verdana", sans-serif; }

  .default .footer .row-1 {
    width: 80%;
    height: 120px;
    padding: 0 10%;
    background-color: white;
    display: table; }

  .default .footer .col-1-2 {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: 100%;
    float: left; }

  .default .footer .col-2-2 {
    width: 70%;
    display: table;
    vertical-align: middle;
    text-align: right;
    height: 120px;
    float: left; }

  .default .footer .logo {
    height: 120px;
    display: table-cell;
    vertical-align: middle; }

  .default .footer .nav-link {
    color: black;
    height: 120px;
    margin: 0 0 0 5%;
    text-align: right !important;
    text-decoration: none;
    vertical-align: middle;
    width: 33.33%; }

  .default .footer .external-link {
    padding: 0 2.5%;
    width: 33.33%; }

  .default .footer .external-link:not(:last-child) {
    border-right: 2px solid white; }

  .default .footer .nav-link .link-text {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 120px;
    padding: 0 5px; }

  .default .footer .nav-link .link-icon {
    display: table-cell;
    height: 120px;
    vertical-align: middle; }

  .default .footer .nav-link .link-icon img {
    width: 100%; }

  .default #siteNavigation .nav-link .link-icon img {
    height: 40px;
    border-radius: 20px; }

  .default .nav-link:HOVER:not(.no-hover), .default .external-link:HOVER:not(.no-hover), .default .follow-link:HOVER:not(.no-hover) {
    cursor: pointer; }

  .default .nav-link:HOVER:not(.no-hover) .link-text {
    text-decoration: underline; }

  .default .footer .row-2 {
    width: 80%;
    height: 70px;
    padding: 0 10%;
    background-color: black;
    display: table;
    font-size: 14px; }

  .default .footer .col-1-3, .default .footer .col-2-3, .default .footer .col-3-3 {
    width: 33.33%;
    height: 100%;
    display: table;
    vertical-align: middle;
    color: white;
    text-align: left;
    float: left; }

  .default .footer .col-1-3 > *, .default .footer .col-2-3 > *, .default .footer .col-3-3 > * {
    display: table-cell;
    vertical-align: middle;
    height: 70px; }

  .default .footer .col-1-3 > * {
    text-align: left; }

  .default .footer .col-2-3 > *, .default .footer .col-3-3 > * {
    text-align: center; }

  .default .footer .col-3-3 .label {
    text-align: right;
    color: white; }

  .default .footer .col-2-3 > *:not(:last-child) {
    text-align: center;
    border-right: 1px solid white; }

  .default .footer .row-2 a:HOVER {
    text-decoration: underline; }

  .default .footer .row-2 a {
    text-decoration: none;
    color: white; }

  .default .scroll-up {
    display: none; }

  .default .ovp-live-video-container {
    width: 80%;
    margin: auto; }

  .default .vertical-epg .channel .channel-events {
    background-color: white;
    color: #222222; }

  .default .vertical-epg .current {
    background-color: #f36815;
    color: white; }

  .default .vertical-epg .channel .channel-info {
    background-color: #222222;
    color: white; }

  .default .vertical-epg #date_bar {
    background-color: #f36815; }

  .default .vertical-epg #date_scroller_resp {
    color: white; }

  hr {
    width: 98%;
    height: 1px;
    border: 0;
    border-top: 1px solid #B5B5B5;
    margin: 1em 0;
    padding: 0; }

  .default .series-header-container {
    width: 100%;
    height: 506px;
    background-color: #cfe4f5;
    padding-left: 11px;
    padding-right: 11px; }

  .default .series-header {
    width: 100%;
    max-width: 1140px;
    color: black;
    font-size: 52px;
    line-height: 52px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    margin: auto;
    padding-top: 107px; } }
@media only screen and (min-width: 768px) and only screen and (max-width: 1140px) {
  .recommended-assets-portlet * .group-title-row .group-title {
    padding-left: 11px;
    padding-right: 11px; } }
@media only screen and (min-width: 768px) and screen and (max-width: 400px) {
  .default .on-demand-slider .mode-select-container {
    flex-direction: column;
    align-items: flex-start; }

  .default .on-demand-slider .mode-select-container .divider {
    display: none; }

  .default .on-demand-slider .mode-select-container .mode-select-item:not(:last-child) {
    padding-bottom: 15px !important; } }
@media only screen and (max-width: 767px) {
  @font-face {
    font-family: "Verdana", sans-serif;
    src: url("/suite-account-public-theme/fonts/Klavika Regular Plain.otf"); }

  .default .on-demand-grid-config-field {
    padding: 10px;
    font-size: 13px; }

  .default .on-demand-grid-config-field label {
    font-weight: bold; }

  .default .on-demand-grid-config-field input[type="radio"] {
    margin: 10px; }

  .default .on-demand-grid-vod-page {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

  .default .on-demand-grid-vod-page div, .default .on-demand-grid-vod-page img {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .default #on-demand-grid-vodLoader {
    display: none;
    height: 30px;
    float: left;
    margin-left: 10px; }

  .default #on-demand-grid-selectedGroupName {
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 28px;
    margin: 20px 0;
    padding: 20px 25px;
    text-transform: uppercase;
    display: none !important; }

  .default #on-demand-grid-vodItems {
    display: none; }

  .default .on-demand-grid-vod-item-grid {
    width: 100%;
    text-align: center;
    color: black !important;
    font-family: Arial, sans-serif;
    overflow: hidden;
    margin: 1% 0;
    position: relative; }

  .default .on-demand-grid-vod-item-grid-name {
    border-bottom: 4px solid black;
    color: black !important;
    /*display: inline-block;*/
    font-family: Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    margin: 1% auto;
    padding: 4px 10px;
    text-align: center;
    width: 90%; }

  .default .on-demand-grid-vod-thumbnail-card {
    float: left;
    padding: 2.5% 5%;
    position: relative;
    width: 100% !important; }

  .default .on-demand-grid-arrow {
    position: absolute;
    height: 25%;
    top: 37.5%;
    z-index: 10; }

  .default .on-demand-grid-arrow img {
    height: 40px !important; }

  .default .on-demand-grid-arrow.right {
    right: 0;
    text-align: right; }

  .default .on-demand-grid-arrow.left {
    left: 0;
    text-align: left; }

  .default .on-demand-grid-vod-cover-card {
    float: left;
    margin: 25px;
    background-color: rgba(0, 0, 0, 0.2); }

  .default .on-demand-grid-vod-thumbnail-card:HOVER, .vod-cover-card:HOVER {
    cursor: pointer; }

  .default .on-demand-grid-vod-thumbnail-card:HOVER .on-demand-grid-thumbnail-title {
    background-color: #1a1a1a;
    color: white; }

  .default .on-demand-grid-vod-thumbnail-card:HOVER .on-demand-grid-thumbnail-img img {
    /*border:3px solid rgba(0, 166, 205, 1);*/ }

  .default .on-demand-grid-thumbnail-img {
    width: 100%; }

  .default .on-demand-grid-thumbnail-img img {
    /*border:3px solid rgba(255,255,255,0);*/
    vertical-align: top; }

  .default .on-demand-grid-cover-img {
    width: 200px;
    height: 280px;
    padding: 10px 10px 0px 10px; }

  .default .on-demand-grid-thumbnail-title {
    background-color: black;
    color: white !important;
    font-family: Arial, sans-serif;
    font-size: 19px;
    height: 80px;
    line-height: 19px;
    overflow: hidden;
    padding: 5% 20px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /*
    width:inherit;
    display: table-cell;
    vertical-align: middle;*/ }

  .default .on-demand-grid-thumbnail-groups {
    position: absolute;
    /*bottom: -3px;	*/
    font-size: 13px;
    text-align: left;
    color: grey;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 0px;
    margin-top: 2px;
    display: none; }

  .default .on-demand-grid-cover-title {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    padding: 0 10px 0px 10px; }

  .default .on-demand-grid-thumbnail-description {
    margin-top: 5px;
    font-size: 13px;
    text-align: left;
    padding: 0 10px 10px 10px; }

  .default .on-demand-grid-cover-description {
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
    padding: 0 10px 10px 10px; }

  .default .on-demand-grid-vod-item-details {
    display: none;
    width: 100%;
    /*padding:10px;*/
    text-align: center;
    overflow: auto;
    color: #eaeaea !important;
    font-family: Arial, sans-serif; }

  .default .on-demand-grid-page_navigation {
    text-align: center;
    margin: 5% auto; }

  .default .on-demand-grid-page_navigation a {
    background-color: black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: white;
    font-size: 16px;
    margin: 0 2%;
    padding: 5px 10px;
    text-decoration: none; }

  .default .on-demand-grid-active_page {
    background-color: white !important;
    border: 1px solid black;
    color: black !important; }

  .default .on-demand-grid-go-to-folder {
    background-color: white;
    border: 2px solid black;
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto;
    padding: 16px 32px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    overflow: auto; }

  .default .on-demand-grid-go-to-folder:hover {
    cursor: pointer;
    background-color: black;
    border: 2px solid black;
    color: white;
    text-decoration: none; }

  .default .on-demand-player-parent-bg {
    background-color: black;
    padding: 35px 0; }

  #onDemandConfigForm td {
    padding: 5px; }

  .default .on-demand-player-parent-container {
    margin: 0 auto; }

  .default .on-demand-player-container {
    max-width: 1140px;
    margin: 0 auto; }

  .default .on-demand-player-container > div {
    clear: both; }

  .default .on-demand-player {
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  .default .on-demand-player-pro-panel {
    font-family: Arial, "Verdana", sans-serif;
    display: none; }

  .default .on-demand-player-pro-panel-content {
    /*height:75%;*/
    height: 69%;
    width: 100%;
    text-align: left; }

  .default .on-demand-player-pro-panel-content > div {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }

  .default .on-demand-player-panel-section > div {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 100%; }

  .default .on-demand-player-pro-panel-share {
    height: 10%;
    padding: 5px; }

  .default .on-demand-player-share {
    float: left;
    height: 100%;
    margin: 0 10px; }

  .default .on-demand-player-share:HOVER {
    cursor: pointer; }

  .default .on-demand-player-pro-panel-tabs {
    display: inline-block;
    /*height:30px;*/
    width: inherit;
    text-align: center; }

  .default .on-demand-player-pro-panel-tab {
    padding: 5px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 33.33%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-top: 1px solid #9fc9eb;
    border-left: 1px solid #9fc9eb;
    border-right: 1px solid #9fc9eb;
    color: #9fc9eb; }

  .default .on-demand-player-pro-panel-tab:HOVER {
    cursor: pointer;
    color: white;
    background-color: #9fc9eb; }

  .default .on-demand-player-pro-panel-tab.selected {
    color: white;
    background-color: #9fc9eb; }

  .default .on-demand-player-pro-panel-tab > span {
    position: relative;
    transform: translateY(-50%); }

  .default .on-demand-player-pro-panel-tab:HOVER {
    cursor: pointer; }

  .default .on-demand-player-asset-title {
    font-family: Arial, "Verdana", sans-serif;
    font-size: 22px;
    padding-top: 15px;
    line-height: 100%; }

  .default .on-demand-player-asset-duration {
    font-size: 13px; }

  .default .on-demand-player-asset-groups {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase; }

  .default .on-demand-player-asset-properties {
    color: #000000;
    font-size: 13px; }

  .default .on-demand-player-asset-times {
    color: #000000;
    font-size: 13px;
    padding-bottom: 5px;
    overflow: auto; }

  .default .on-demand-player-asset-times > div {
    float: left;
    margin-right: 1px; }

  .default .on-demand-player-asset-times > div > img {
    float: left; }

  .default .on-demand-player-asset-times > div > div {
    float: left;
    margin: 2px 5px; }

  .default .on-demand-player-asset-description {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 15px; }

  .default .on-demand-player-asset-description-expand {
    height: 20px;
    width: 100%;
    text-align: center;
    padding: 0px !important; }

  .text-expand-image {
    height: 100%;
    text-align: center;
    padding-top: 2px; }

  .text-expand-image > img:HOVER {
    cursor: pointer; }

  .default .on-demand-player-asset-description-full {
    font-size: 12px;
    padding: 5px 20px;
    display: none;
    position: absolute;
    line-height: 14px;
    z-index: 20;
    background-color: #ffffff; }

  .default .on-demand-player-asset-tags {
    font-size: 11px;
    padding: 5px 0; }

  .default .on-demand-player-panel-separator {
    width: 95%;
    padding: 0px !important;
    margin: 5px auto;
    border: 1px solid #9fc9eb;
    height: 0px; }

  .default .on-demand-player-share-field {
    position: absolute;
    display: none;
    z-index: 20;
    background-color: white;
    padding: 15px 0; }

  .default .on-demand-player-share-field > input, .default .on-demand-player-share-field > textarea {
    width: 90%;
    font-size: 13px;
    padding: 2px;
    margin: 5px 5%; }

  .default .on-demand-player-share-field > textarea {
    resize: none; }

  .default .on-demand-player-asset-share-emailto {
    background-color: #003782;
    color: #ffffff;
    padding: 2px;
    font-size: 12px;
    margin: 5px 5%; }

  .default .on-demand-player-video-comments {
    height: 100%;
    overflow: scroll; }

  .default .on-demand-player-comment-form {
    border: 1px solid #9f9f9f;
    box-shadow: 1px 1px 1px #bebebe;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 95%; }

  .default .on-demand-player-comment-form input[type="text"], .default .on-demand-player-comment-form textarea {
    width: 90%;
    padding: 5px;
    margin: 3px auto;
    font-size: 12px; }

  .default .on-demand-player-comment-submit {
    margin: 5px 5%; }

  .default .on-demand-player-comment-submit > div {
    padding: 5px;
    background-color: #003782;
    color: white;
    font-weight: normal;
    font-size: 14px; }

  .default .on-demand-player-comment-submit > div:HOVER {
    cursor: pointer; }

  .default .on-demand-player-comment {
    border: 1px solid #9f9f9f;
    box-shadow: 1px 1px 1px #bebebe;
    float: left;
    padding: 5px;
    width: 96%; }

  .default .on-demand-player-comment-author {
    font-size: 12px;
    font-weight: bold; }

  .default .on-demand-player-comment-body {
    font-size: 12px; }

  .default .on-demand-player-comment-actions {
    text-align: right; }

  .default .on-demand-player-comment-option {
    margin: 0 5px; }

  .default .on-demand-player-comment-option:HOVER {
    cursor: pointer; }

  .default .on-demand-player-comment-body-text > textarea {
    width: 100%;
    margin: 5px 0; }

  .default .on-demand-player-comment-icon {
    float: left;
    width: 4%; }

  .default .on-demand-player-comment-container {
    overflow: auto;
    width: 98%;
    margin: 10px auto;
    padding: 5px 5px 5px 0; }

  .default .on-demand-player-slides-container {
    border-style: solid; }

  .default .on-demand-player-slides-container .slick-list, .default .on-demand-player-slides-container .slick-track, .default .on-demand-player-slides-container .slick-slide {
    height: 100% !important; }

  .default .on-demand-player-slides-container .slider-slide {
    background-size: 100%;
    position: relative; }

  .default .on-demand-player-slides-container .slide-title-container {
    position: relative;
    margin: 15% auto 0;
    overflow: hidden;
    text-align: center;
    width: 90%; }

  .default .on-demand-player-slides-container .slide-title-container td {
    vertical-align: middle !important;
    padding: 5px; }

  .default .on-demand-player-slides-container:HOVER {
    cursor: pointer; }

  .default .on-demand-player-slide-play-div {
    width: 20%; }

  .default .on-demand-player-slide-play-div img {
    width: 100%; }

  .default .on-demand-player-slide-groups {
    font-size: 20px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    font-family: Arial, sans-serif;
    text-shadow: 2px 2px #000000; }

  .default .on-demand-player-slide-name {
    color: white;
    display: table-cell;
    font-family: Arial, "Verdana", sans-serif;
    font-size: 22px;
    height: 80%;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: 2px 2px #000;
    width: 100%;
    word-wrap: break-word;
    text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
    padding: 20px 10px !important; }

  .default .on-demand-player-live-notification {
    width: 20%;
    position: absolute;
    /*top:12px;*/
    right: 12px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    text-align: center;
    z-index: 1; }

  .default .on-demand-player-live-logo {
    background: red;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    width: 100px;
    vertical-align: bottom;
    margin-top: 50%; }

  .default .on-demand-player-arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid red;
    vertical-align: bottom;
    margin-left: 2px; }

  .default .on-demand-player-live-events {
    clear: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 6%;
    text-align: left; }

  .default .on-demand-player-event-name {
    font-family: Arial, sans-serif;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 100%;
    border-bottom: 2px solid grey;
    margin-top: 10%; }

  .default .on-demand-player-event-description {
    font-family: Arial, "Calibri";
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis; }

  .default .on-demand-player-event-duration {
    font-family: Arial, "Calibri";
    font-size: 8px; }

  .default .on-demand-player-hover-title {
    position: absolute;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    color: white;
    background-color: rgba(63, 63, 67, 0.9);
    text-align: center;
    z-index: 200;
    top: 0;
    opacity: 0;
    transition: opacity .5s ease 0.1s;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .on-demand-player-container object:HOVER + .default .on-demand-player-hover-title {
    opacity: 1.0; }

  .default .rmp-no-play {
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end; }

  .default .player-action {
    font-size: 22px;
    color: white;
    background-color: #24D50E;
    padding: 25px 60px;
    text-transform: uppercase;
    margin: 20px;
    text-align: center;
    transition: all .2s ease-in-out; }

  .default .player-action:HOVER {
    transform: scale(1.1); }

  .default .player-message {
    font-size: 22px;
    color: white;
    background-color: #FF0001;
    padding: 25px 60px;
    text-transform: uppercase;
    margin: 20px;
    text-align: center; }

  .default .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

  .default .wait-loader {
    display: none;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 50px);
    z-index: 9999;
    background-color: black;
    border-radius: 50%;
    height: 100px; }

  .default .message {
    display: none;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    z-index: 9999;
    background-color: #296491;
    color: white;
    font-size: 16px;
    text-align: center; }

  .default .on-demand-player-container {
    max-width: 100% !important; }

  .default .on-demand-player-container .podcast-info .podcast-logo img {
    width: 100vw;
    height: calc(100vw - -20px);
    max-width: 480px; }

  /* Grid View variables */
  @font-face {
    font-family: Minion Pro;
    src: url("../fonts/MinionPro-Regular.otf"); }

  .default .on-demand-slider {
    font-family: "HelsinkiGrotesk", Helvetica, Arial, 'Verdana', sans-serif;
    max-width: 100%;
    margin: 0 auto; }

  .default .on-demand-slider-container {
    margin: 0 auto;
    width: 100% !important; }

  .default .on-demand-slider .prev-arrow, .next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    max-width: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: 100;
    display: none; }

  .default .on-demand-slider .next-arrow > img {
    width: 100%;
    height: auto;
    opacity: 0; }

  .default .on-demand-slider .prev-arrow > img {
    width: 100%;
    height: auto;
    opacity: 0; }

  .default .on-demand-slider .prev-arrow {
    left: 3%; }

  .default .on-demand-slider .next-arrow {
    right: 3%; }

  .next-arrow,
  .prev-arrow {
    background-image: url("../images/color_schemes/default/ic_arrow.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center; }

  .default .on-demand-slider .prev-arrow {
    transform: scale(-1);
    margin-top: -1%; }

  .default .on-demand-slider .asset-slider {
    margin-top: 30px; }

  .default .on-demand-slider .slider-category-title {
    font-size: 30px;
    /*font-weight: 600;*/
    padding-left: 11px;
    text-align: left;
    color: #000;
    display: flex;
    /*flex-direction: column;*/
    font-weight: bold; }

  .default .on-demand-slider .slider-category-link {
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid transparent; }

  .default .on-demand-slider .slider-category-title > a {
    color: #000; }

  .default .on-demand-slider .slider-category-title > a:HOVER,
  .default .on-demand-slider .slider-category-title > a:FOCUS {
    color: #fd4f00;
    text-decoration: underline; }

  .default .on-demand-slider .slider-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 13px 0 13px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
    display: none;
    visibility: hidden; }

  .default .on-demand-slider .asset-slider .asset-item {
    position: relative;
    margin-bottom: 90px;
    margin-left: 11px;
    margin-right: 11px; }

  .default .on-demand-slider .asset-slider .asset-groups-container {
    font-size: 13px;
    color: #242424;
    margin-top: 15px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap; }

  .default .on-demand-slider .asset-slider .asset-groups-container a {
    font-size: 13px;
    color: #242424;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .default .on-demand-slider .asset-slider .asset-groups-container a:focus,
  .default .on-demand-slider .asset-slider .asset-groups-container a:hover {
    color: #0000BF;
    text-decoration: underline; }

  .default .on-demand-slider .asset-slider .asset-groups-container span {
    display: none; }

  .default .on-demand-slider .asset-slider .asset-duration-container {
    font-size: 13px;
    font-weight: bold;
    color: #242424;
    margin-top: 8px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .on-demand-slider .asset-slider .asset-duration-container .asset-date {
    display: inline-block;
    padding-left: 12px; }

  .default .on-demand-slider .asset-slider .asset-title-container {
    width: 100%;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .on-demand-slider .asset-item {
    cursor: pointer; }

  .default .on-demand-slider .asset-image {
    width: 100%;
    /*padding: 0 .1rem;*/
    /*padding: 0 5px;*/
    margin: 0 auto;
    box-sizing: border-box;
    /*margin-bottom: .2rem;*/ }

  .default .on-demand-slider .asset-item .asset-img-container {
    position: relative;
    background-color: #ececec;
    overflow: hidden; }

  .default .on-demand-slider .asset-item .asset-img-container .asset-play-button {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 49px;
    height: 49px;
    background-color: transparent;
    background-image: url("../images/color_schemes/default/common/play-icon-white.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99; }

  .default .on-demand-slider .asset-title-container {
    /*
    display: block;
    font-size: 20px;
    */
    /*padding: 0 .1rem;*/
    /*padding: 0 5px;*/
    /*
    padding: 0;
    box-sizing: border-box;
    height: 50%;
    display: flex;
    align-items: center;
    */ }

  .default .on-demand-slider .asset-title {
    background-color: transparent;
    /*width: 80%;*/
    width: 100%;
    box-sizing: border-box;
    color: black;
    font-size: 18px;
    /*margin: 0 0 1% 19%;*/
    padding: 0;
    overflow: hidden;
    /*white-space: break-spaces;*/
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-weight: 650;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    /*display: inline-block;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 100%;
    vertical-align: middle;
    /* new styles */
    /*text-shadow: 1px 1px 3px #999;*/
    /*padding-top: 3px;*/
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px;
    margin-top: 16px; }

  .default .on-demand-slider .asset-ingress {
    font-size: 14px;
    overflow: hidden;
    max-height: 51px;
    line-height: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    color: #242424; }

  .default .on-demand-slider .asset-title br {
    display: none; }

  .default .on-demand-slider .asset-access {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: white;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7); }

  .default .on-demand-slider a {
    color: #000000;
    text-decoration: none; }

  .default .on-demand-slider a:hover {
    color: #000; }

  .default .on-demand-slider a:hover > .asset-title-container .asset-title,
  .default .on-demand-slider a:focus > .asset-title-container .asset-title {
    color: #555555;
    text-decoration: underline; }

  .default .on-demand-slider a:focus > .asset-img-container img,
  .default .on-demand-slider a:hover > .asset-img-container img {
    transform: scale(1.05);
    transition: all ease 1s; }

  .default .on-demand-slider a {
    transition: color .3s; }

  .default .on-demand-slider .grid-item-link:hover > .asset-grid-item-info-container .asset-grid-item-title,
  .default .on-demand-slider .grid-item-link:focus > .asset-grid-item-info-container .asset-grid-item-title {
    color: #fd4f00; }

  .default .on-demand-slider .asset-grid-item {
    box-sizing: border-box;
    /*width: 20%;*/
    width: 25%;
    padding: 0 11px;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 5px;
    margin-top: 30px;
    vertical-align: top; }

  .default .on-demand-slider .asset-grid-item img {
    width: 100%;
    vertical-align: middle; }

  .default .on-demand-slider .asset-grid-item-info-container {
    color: black;
    background-color: transparent; }

  .default .on-demand-slider .asset-grid-item-title {
    color: black;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    /*padding: 10px 0px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px;
    margin-top: 16px;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis; }

  .default .on-demand-slider .asset-grid-item-ingress {
    font-size: 14px;
    overflow: hidden;
    max-height: 51px;
    line-height: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    color: #242424;
    font-weight: 400; }

  .default .on-demand-slider .asset-grid-item .asset-groups-container {
    font-size: 13px;
    color: #242424;
    margin-top: 5px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    font-weight: 400; }

  .default .on-demand-slider .asset-grid-item .asset-duration-container {
    font-size: 13px;
    font-weight: bold;
    color: #242424;
    margin-top: 5px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .on-demand-slider .asset-grid-item-info {
    color: #1d1d1d;
    font-size: 12px; }

  .default .on-demand-slider .slider-category-title .slider-category-link-view-all {
    font-size: 1rem;
    font-weight: 650;
    text-decoration: underline !important;
    cursor: pointer; }

  .default .on-demand-slider .slider-category-title .slider-category-link-view-all:hover,
  .default .on-demand-slider .slider-category-title .slider-category-link-view-all:focus {
    color: #fd4f00 !important; }

  .default .on-demand-slider .slick-track {
    margin-left: 0 !important; }

  .default .on-demand-slider .slider-category-title .category-title-info {
    display: flex;
    align-items: center;
    flex: 1;
    width: 80% !important; }

  .default .on-demand-slider .slider-category-title .category-title-info .slider-category-title-container {
    font-size: 30px !important;
    font-weight: bold;
    color: #000;
    line-height: 30px !important; }

  .default .on-demand-slider .slider-category-title .category-title-info .slider-category-link {
    cursor: pointer;
    /*border-left: 2px solid #5a5a5a;*/
    margin-left: 35px;
    /*padding-left: 15px;*/
    font-weight: normal; }

  .default .on-demand-slider .slider-category-title .category-title-info a {
    color: white;
    background-color: #0000bf;
    border: 2px solid #0000bf;
    padding: 5px 24px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal; }

  .default .on-demand-slider .slider-category-title .category-title-info a:hover {
    background-color: #000098;
    text-decoration: none;
    font-weight: normal; }

  .default .on-demand-slider .slider-category-title .category-title-info a:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation {
    display: flex;
    margin-right: 11px; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation .slider-category-nav-left {
    margin-right: 40px;
    cursor: pointer; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation .slider-category-nav-right {
    cursor: pointer; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation img {
    max-width: 11px;
    width: 11px; }

  @-webkit-keyframes changed {
    0%, 100% {
      -webkit-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0); }

    50% {
      -webkit-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5); } }

  @-moz-keyframes changed {
    0%, 100% {
      -moz-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0); }

    50% {
      -moz-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5); } }

  @keyframes changed {
    0%, 100% {
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0); }

    50% {
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5); } }

  @-ms-keyframes changed {
    0%, 100% {
      -ms-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0); }

    50% {
      -ms-box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0);
      box-shadow: 0px 0px 14px 5px rgba(96, 147, 196, 0.5); } }

  .default .on-demand-slider .slider-category-title .slider-category-navigation .slider-category-nav-left {
    margin-right: 40px !important; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation {
    display: flex !important;
    align-self: flex-end !important;
    width: 20% !important; }

  .default .serie-demand-slider .asset-image {
    height: 100% !important;
    width: auto !important;
    left: -40% !important; }

  .default .on-demand-slider .asset-slider .asset-title-container .asset-type-title {
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    color: #454545;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-weight: normal;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 100%;
    vertical-align: middle;
    -webkit-line-clamp: 3;
    line-height: 15px;
    margin-top: 20px; }

  .default .on-demand-slider .asset-item .asset-img-container .podcast-play-button {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 49px;
    height: 49px;
    background-color: transparent;
    background-image: url("../images/color_schemes/default/common/podcast-icon-square-black.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99; }

  .default .on-demand-slider .mode-select-container {
    display: flex;
    align-items: center;
    padding-left: 11px;
    margin-bottom: 45px; }

  .default .on-demand-slider .mode-select-container .mode-select-item {
    background: none !important;
    border: none !important;
    color: #000 !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: none !important;
    padding: 0 !important;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif !important; }

  .default .on-demand-slider .mode-select-container .mode-select-item:hover {
    color: #555;
    text-decoration: underline; }

  .default .on-demand-slider .mode-select-container .mode-select-item.selected {
    color: #555;
    text-decoration: underline; }

  .default .on-demand-slider .mode-select-container .divider {
    font-size: 26px;
    font-weight: bold;
    padding: 0 20px; }

  .default .on-demand-slider .list {
    margin: 0;
    padding-left: 11px;
    margin-top: 160px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .on-demand-slider .list > .list-item {
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0; }

  .default .on-demand-slider .list > .list-item a {
    text-decoration: none; }

  .default .on-demand-slider .list > .list-item a:hover, .list > .list-item a:focus {
    text-decoration: underline;
    color: #555; }

  /************ Public Search Results *******************/
  .default .public-search-results-header {
    margin: 0 auto 1% auto;
    width: 100%;
    background-color: black;
    padding: 10px;
    overflow: auto;
    z-index: 100;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .public-search-results-header * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .public-search-results-header > #search_field {
    float: left;
    width: 85%;
    text-align: center; }

  .default .public-search-results-header > #search_button {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    text-align: center;
    background-color: #0d0d0d;
    height: 40px; }

  .default .public-search-results-header > #search_button img {
    height: 100%; }

  .default .public-search-results-header > #search_button:HOVER {
    cursor: pointer; }

  .default .public-search-results-header > #search_field input {
    border: none;
    padding: 12px;
    font-size: 15px;
    width: 100%;
    margin: 0; }

  .default .public-search-results-container {
    width: 100%;
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .public-search-results-container * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .public-search-results-list, .default .public-search-results-paging {
    overflow: auto;
    width: 100%;
    margin: 1% auto; }

  .default .public-search-results-no-results, .default .public-search-results-msg {
    color: black;
    font-size: 15px;
    margin: 1% auto;
    background-color: white;
    overflow: auto; }

  .default .public-search-results-no-results {
    padding: 10px; }

  .default .public-search-results-msg .results-info {
    float: left;
    padding: 10px; }

  .default .public-search-results-msg .page-info {
    float: right;
    padding: 10px;
    background-color: #9fc9eb;
    color: #000000;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    border-radius: 4px; }

  .default .public-search-results-list .result-asset {
    width: 100%;
    overflow: auto;
    background-color: white;
    padding: 3px;
    margin: 1% auto; }

  .default .public-search-results-list .result-asset:hover > .result-asset-meta > .results-asset-title {
    color: #fd4f00;
    text-decoration: underline; }

  .default .result-asset .result-asset-thumbnail {
    width: 140px;
    float: left;
    position: relative; }

  .default .result-asset .result-asset-thumbnail .asset-hd-icon {
    position: absolute;
    top: -3px;
    right: 1px;
    width: 35px; }

  .default .result-asset:HOVER {
    cursor: pointer; }

  .default .result-asset .result-asset-meta {
    float: left;
    width: calc(100% - 142px); }

  .default .result-asset-meta .results-asset-title {
    font-family: Arial, sans-serif;
    font-size: 20px;
    padding: 0 10px; }

  .default .results-asset-misc {
    overflow: auto;
    padding: 0 7px; }

  .default .result-asset-meta .results-asset-description {
    font-size: 12px;
    padding: 2px 10px; }

  .default .result-asset-meta .results-asset-date {
    background-color: black;
    color: white;
    float: left;
    font-size: 11px;
    margin: 0 3px;
    padding: 0 3px; }

  .default .result-asset-meta .results-asset-groups {
    color: black;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding: 0 3px;
    text-transform: uppercase; }

  .default .public-search-results-paging > div {
    float: left;
    text-align: center;
    padding: 10px;
    color: #000;
    background-color: #9fc9eb;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    border-radius: 4px; }

  .default .public-search-results-paging .paging-previous, .default .public-search-results-paging .paging-next {
    width: 25%; }

  .default .public-search-results-paging .paging-page {
    width: 48%;
    margin: 0 1%; }

  .default .public-search-results-paging .paging-previous:HOVER, .default .public-search-results-paging .paging-next:HOVER {
    cursor: pointer;
    background-color: #fd4f00;
    color: #fff; }

  .default .public-search-results-paging .paging-previous.disabled, .default .public-search-results-paging .paging-next.disabled {
    visibility: hidden; }

  .default .public-search-results-paging .paging-previous.disabled:HOVER, .default .public-search-results-paging .paging-next.disabled:HOVER {
    cursor: default !important; }

  .default #packages-table {
    width: 100% !important;
    max-width: 600px !important;
    min-width: 320px !important; }

  .default .package-title {
    border-bottom: 1px solid #325D94;
    font-size: 22px;
    padding: 15px;
    text-align: left;
    background-color: #b2b2b2; }

  .default .package-description {
    height: 15px;
    padding: 10px;
    font-size: 13px;
    background-color: #D0D0D0; }

  .default .package-price {
    border-bottom: 1px solid #325D94;
    background-color: #b2b2b2; }

  .default .price-value {
    color: #FFFFFF;
    float: left;
    font-size: 26px;
    margin-bottom: 10px;
    text-shadow: 0 0 0.2em #325D94, 0 0 0.2em #325D94, 0 0 0.2em #325D94; }

  .default .price-period {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 0 0.2em #325D94, 0 0 0.2em #325D94, 0 0 0.2em #325D94; }

  .default .package-subscribe {
    padding: 15px !important;
    width: 100%;
    background-color: #D0D0D0; }

  .default .package-image {
    border-bottom: 1px solid #325D94;
    background-color: #b2b2b2;
    text-align: left;
    padding: 5px; }

  .default .product-purchase-klikandpay-header {
    border-radius: 5px;
    border: 2px dashed #325D94;
    padding: 5px; }

  .default .payment-return-message {
    text-align: center;
    padding: 5%;
    font-size: 16px; }

  .default .payment-return-close-message {
    text-align: center;
    padding: 5%;
    font-size: 12px; }

  .default .top-x-config-field {
    padding: 10px;
    font-size: 13px; }

  .default .top-x-config-field label {
    font-weight: bold; }

  .default .top-x-page {
    width: 100%;
    margin: 0 auto; }

  .default .top-x-page div, .default .top-x-page img {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .default .top-x-items {
    width: 100%;
    text-align: center;
    color: black !important;
    font-family: Arial, sans-serif;
    overflow: hidden;
    margin: 1% 0;
    position: relative; }

  .default .top-x-page-title {
    border-bottom: 4px solid #37424a;
    color: #37424a !important;
    /*display: inline-block;*/
    font-family: Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    margin: 1% auto;
    padding: 4px 10px;
    text-align: center;
    width: 90%; }

  .default .top-x-card {
    margin: 10px; }

  .default .top-x-card:HOVER {
    cursor: pointer; }

  .default .top-x-number {
    font-size: 15px;
    text-align: left;
    padding-right: 15px;
    font-weight: bold; }

  .default .top-x-groups {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase; }

  .default .top-x-title {
    font-size: 15px;
    text-align: left;
    padding-bottom: 10px; }

  .default .top-x-items-thumbnail-card {
    float: left;
    padding: 1%;
    position: relative;
    width: 100% !important; }

  .default .top-x-items-thumbnail-card:HOVER {
    cursor: pointer; }

  .default .top-x-items-thumbnail-card:HOVER .top-x-items-thumbnail-title {
    background-color: #00a6cd;
    color: white; }

  .default .top-x-items-arrow {
    position: absolute;
    height: 20%;
    top: 30%;
    z-index: 10; }

  .default .top-x-items-arrow img {
    height: 40px !important; }

  .default .top-x-items-arrow.right {
    right: 0;
    text-align: right; }

  .default .top-x-items-arrow.left {
    left: 0;
    text-align: left; }

  .default .top-x-items-thumbnail-img {
    width: 100%; }

  .default .top-x-items-thumbnail-img img {
    /*border:3px solid rgba(255,255,255,0);*/ }

  .default .top-x-items-thumbnail-groups {
    position: absolute;
    /*bottom: -3px;	*/
    font-size: 13px;
    text-align: left;
    color: grey;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 0px;
    margin-top: 2px;
    display: none; }

  .default .top-x-items-thumbnail-title {
    background-color: #2A3239;
    color: #fff !important;
    font-family: Arial, sans-serif;
    font-size: 20px;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    padding: 5% 20px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis; }

  .default .top-x-items-page-navigation {
    text-align: center;
    margin-bottom: 10px; }

  .default .top-x-items-page-navigation a {
    background-color: #00a6cd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: white;
    font-size: 16px;
    margin: 0 0.3%;
    padding: 5px 10px;
    text-decoration: none; }

  .default .top-x-items-active-page {
    background-color: white !important;
    border: 1px solid #00a6cd;
    color: #fc6000 !important; }

  .default .asset-info-portlet {
    width: 100%;
    background-color: transparent;
    overflow: auto;
    /* width alignment added to align the player with info */
    max-width: 1140px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 38px; }

  .default .asset-info-portlet .asset-info-container {
    display: flex;
    flex-direction: column-reverse; }

  .default .asset-info-portlet .asset-info-container .asset-info-right-wrapper,
  .default .asset-info-portlet .asset-info-container .asset-info-left-wrapper {
    width: 100%; }

  .default .asset-info-portlet .asset-info-container .asset-info-left-wrapper {
    border-right: none; }

  .default .asset-info-portlet .asset-info-container .asset-info-right-wrapper {
    padding-bottom: 35px; }

  .default .asset-info-portlet a {
    color: #000;
    /*text-decoration: underline;*/
    font-weight: 500; }

  .default .asset-info-portlet a:hover,
  .default .asset-info-portlet a:focus {
    color: #0000BF; }

  .default .asset-info-series-link {
    font-size: 20px; }

  .default .asset-info-left-wrapper {
    border-right: 0.5px solid #b5b5b5;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-right: 5px;
    padding-left: 11px;
    margin: 0px auto 20px auto;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    text-align: center;
    background-color: transparent;
    /* overflow:auto; */
    /* commented to adjust the layout */
    color: black; }

  .default .asset-info-production-information {
    display: inline-block;
    box-sizing: border-box;
    /* width: 25%; */
    padding: 0 0 0 0 !important;
    float: left;
    text-align: left;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 21px;
    line-height: 22px;
    /* display:none; */ }

  .default .asset-info-production-information .production-information-data {
    font-weight: 600; }

  .default .asset-info-production-information .asset-info-production-data .asset-info-external-link a {
    color: #000;
    text-decoration: none; }

  .default .asset-info-production-information .asset-info-production-data .asset-info-external-link a:hover {
    color: #000;
    text-decoration: underline; }

  .default .asset-info-groups {
    clear: both;
    font-size: 24px;
    overflow: auto;
    width: 100%; }

  .default .asset-info-left-wrapper .asset-info-publishing {
    /* float:left; */
    padding: 0 0 0 0;
    /*margin-left: 10%;*/
    /*  margin-top: 10px; */ }

  .default .asset-info-share-image {
    width: 32px;
    height: 32px; }

  .default .asset-info-share-image.active {
    display: none; }

  .default .asset-info-download-img.active {
    display: none; }

  .default .asset-info-podcast-rss-img.active {
    display: none; }

  .default .asset-info-title {
    /*	border-bottom: 4px solid $asset-info-title-border-bottom;*/
    color: black !important;
    display: inline-block;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    /* Arial, "Open Sans", Verdana, sans-serif; */
    font-size: 30px;
    color: #000000;
    line-height: 32px;
    /*letter-spacing: 1px;*/
    padding: 18px 0;
    text-align: left;
    /*  margin: 20px 0 !important; */
    font-weight: bold;
    width: 100%;
    /*
    background: linear-gradient(45deg, rgba(48,254,230,1) 0%, rgba(212,230,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    */ }

  .default .asset-info-publishing-item {
    display: flex;
    margin-bottom: 9px;
    /*
    float:left;
    margin: 0 3% 0 0;
    text-align: center;
    padding: 7px 0 7px 0;
    */ }

  .default .asset-info-publishing-item > * {
    float: left; }

  .default .asset-info-publish-end {
    font-size: 13px;
    font-weight: 700;
    float: left; }

  .default .asset-info-publishing-item > img {
    margin-right: 5px; }

  .default .asset-info-duration {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    color: #242424;
    white-space: nowrap; }

  .default .asset-info-date {
    font-size: 14px;
    padding-left: 10px;
    color: #242424;
    white-space: nowrap; }

  .default .asset-info-available {
    font-size: 14px;
    padding-left: 10px;
    color: #242424;
    /* text-align: left;
    width: 100%;
    clear: both; */
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap; }

  .default .asset-info-publish {
    font-size: 14px;
    color: #242424;
    text-align: left;
    /* margin: 20px 0 0 0; */
    clear: both; }

  .default .asset-info-download-link {
    padding-top: 10px;
    text-align: left; }

  .default .asset-info-download-link a {
    font-size: 16px;
    font-weight: bold;
    color: #5A5A5A; }

  .default .asset-info-download-link a > img {
    margin-right: 10px;
    float: left; }

  .default .asset-info-download-link a:hover {
    color: #0000bf; }

  .default .asset-info-group-item a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    float: left;
    margin: 0 1% 0 0;
    white-space: nowrap; }

  .default .asset-info-group-item a:hover,
  .default .asset-info-group-item a:focus {
    color: #0000bf;
    text-decoration: underline; }

  .default .asset-info-group-item {
    float: left;
    font-size: 14px;
    margin: 0 1% 1% 0;
    color: #242424; }

  .default .asset-info-group-item span {
    display: none; }

  .default .asset-info-group-item.bold {
    font-weight: bold;
    padding-top: 4px; }

  .default .asset-info-group-item a:active {
    color: inherit; }

  .default .asset-info-description {
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    /* Arial, "Open Sans", Verdana, sans-serif; */
    font-weight: 300;
    margin-top: 35px; }

  .default .asset-info-description p {
    color: #242424;
    font-size: 16px;
    margin: 10px 10px 10px 0;
    font-weight: 400;
    line-height: 21px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .asset-info-description p a {
    text-decoration: underline; }

  .default .asset-info-description p a:hover,
  .default .asset-info-description p a:focus {
    color: #0000BF; }

  .default .asset-info-description ul {
    list-style: disc; }

  .default .asset-info-right-wrapper {
    float: right;
    /*   margin: 30px 90px 0 0; */
    text-align: right;
    font-size: 16px;
    width: 23%; }

  /* .default .asset-info-share {	
      margin: 38px 0 0 0;
      text-align: left;
      font-size: 1.2em;
  } */
  .default .asset-info-share-title {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #5A5A5A;
    font-size: 16px;
    margin-left: 18px;
    text-align: left; }

  .default .asset-info-share-wrapper {
    display: flex; }

  .default .asset-info-share-item {
    margin: 18px 0px 0 18px; }

  .default .asset-info-share-item .facebook {
    flex: 0 0 65%; }

  .default .asset-info-share-item .twitter {
    flex: 1; }

  .default .asset-info-share-item.email {
    display: none; }

  .default .asset-info-share-item.embed {
    display: none; }

  .default .asset-info-share-item:HOVER {
    cursor: pointer;
    color: #0040ff; }

  .default .asset-info-share-field {
    display: none; }

  .default .asset-info-share-item a {
    text-decoration: none !important; }

  .default .asset-info-publisher {
    display: none; }

  .default .asset-info-production-company {
    display: none; }

  .default .asset-info-production-data .asset-info-publish-start-title {
    display: none; }

  .default .asset-info-production-data .asset-info-publish-end-title {
    display: none; }

  .default .asset-info-series-link {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold !important;
    color: #000000;
    text-decoration: none !important;
    font-size: 21px;
    line-height: 22px; }

  .default .asset-info-publishing {
    padding: 0 0 0 0; }

  .default .asset-info-left-wrapper {
    width: 75%;
    border-right: 1px solid lightgray; }

  .default .asset-info-right-wrapper {
    float: right;
    width: 25%; }

  .default .asset-info-right-wrapper .asset-info-production-data {
    margin-top: 18px;
    margin-left: 18px;
    text-align: left; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link {
    margin-top: 28px;
    margin-left: 18px;
    text-align: left; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link a {
    display: flex;
    color: #5a5a5a; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link a:hover {
    color: #0000bf; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link a:focus {
    color: #0000bf; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link .asset-info-podcast-rss-icon {
    width: 32px;
    height: 32px; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link .asset-info-podcast-rss-icon img {
    width: 100%;
    height: 100%; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link .asset-info-podcast-rss-text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px; }

  .default .asset-info-portlet .asset-program-name {
    display: none; }

  .default .asset-info-portlet .asset-info-programme {
    display: none; }

  /*
  	background: #EBECED
  	heading: 	#434343
  	hover: 		#C00910
  	text: 		#000000
  	border:		#434343;
  */
  .default .channel-epg-portlet {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #EBECED;
    font-family: Arial;
    color: #000000;
    line-height: normal;
    padding-bottom: 1%; }

  .default .channel-epg-portlet a {
    text-decoration: none; }

  .default .channel-epg-portlet .container {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
    margin: auto;
    overflow: hidden; }

  .default .channel-epg-portlet .heading {
    display: block;
    position: relative;
    width: 100%;
    max-width: 628px;
    height: auto;
    margin: 1% auto;
    padding: 4px 10px;
    border-bottom: 4px solid #434343;
    color: #434343;
    font-size: 46px;
    text-align: center; }

  .default .channel-epg-portlet .events {
    display: block;
    margin: 2% auto;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    width: 99%; }

  .default .channel-epg-portlet .events .event {
    display: block;
    position: relative;
    width: 100%;
    height: 160px;
    margin: 8px 0;
    overflow: hidden;
    text-decoration: none;
    color: #434343;
    background-color: white; }

  .default .channel-epg-portlet .events .event .left {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 100%;
    display: none; }

  .default .channel-epg-portlet .events .event .left .container {
    width: 100%; }

  .default .channel-epg-portlet .events .event .left img {
    width: 24px;
    height: 24px; }

  .default .channel-epg-portlet .events .event .right {
    display: table;
    position: relative;
    /* width: 100%; */
    /* max-width: 400px; */
    height: 100%;
    text-align: left;
    padding-top: 2px;
    width: 100%; }

  .default .channel-epg-portlet .events .event .right .container:first-child {
    width: 15%;
    font-size: 30px;
    font-family: Arial, sans-serif;
    /* font-weight: bold; */
    padding: 0 10px 0 40px;
    text-align: left; }

  .default .channel-epg-portlet .events .event .right .container {
    display: table-cell;
    width: 90%;
    font-size: 24px;
    font-family: Arial, sans-serif;
    /* font-weight: bold; */
    vertical-align: middle;
    text-align: left;
    padding-left: 20px; }

  .default .channel-epg-portlet .events .event .right .container .event-description {
    font-size: 14px;
    font-weight: normal; }

  .default .channel-epg-portlet .date-wrapper {
    margin: auto;
    overflow: auto;
    text-align: center;
    width: 90%; }

  .default .channel-epg-portlet .date-control {
    display: table;
    margin: 0 auto;
    overflow: auto;
    width: 99%;
    font-size: 42px;
    color: #FFF; }

  .default .channel-epg-portlet .date-control .arrow {
    /* background-color: white; */
    width: 3%;
    float: left; }

  .default .channel-epg-portlet .date-control .slider {
    width: 93%;
    overflow: hidden;
    height: 68px;
    float: left; }

  .default .channel-epg-portlet .date-control .week {
    float: left;
    height: 68px; }

  .default .channel-epg-portlet .date-control .date {
    float: left;
    height: 68px;
    padding: 14px 15px 0 15px;
    color: #424242;
    background-color: white;
    font-size: 3vw;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .default .channel-epg-portlet .date-control > .arrow:HOVER {
    cursor: pointer; }

  .default .channel-epg-portlet .date-control > .arrow img {
    vertical-align: top; }

  .default .channel-epg-portlet .date-control .date.selected, .default .channel-epg-portlet .date-control .date:HOVER {
    background-color: #424242;
    color: white;
    cursor: pointer; }

  .default .channel-epg-portlet .date .week-day {
    font-size: 28px;
    text-align: left; }

  .default .channel-epg-portlet .date .month {
    font-size: 18px;
    text-align: left;
    float: left;
    line-height: 22px; }

  .default .channel-epg-portlet .date .month-day {
    float: left;
    font-size: 24px;
    text-align: right;
    line-height: 22px;
    padding: 0 7px; }

  /*
  	background: #37424a
  	border: 	#414B53
  	hover: 		#00a6cd
  	title: 		#555E65
  	title text: #FFFFFF
  */
  .default .video-promo-portlet {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
    font-family: Arial, sans-serif; }

  .default .video-promo-portlet a {
    text-decoration: none; }

  .default .video-promo-portlet .container {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden; }

  .default .video-promo-portlet .column-2 {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    background: white;
    border: 2px solid white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .default .video-promo-portlet .column-3 {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    background: white;
    border: 2px solid white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .default .video-promo-portlet .thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }

  .default .video-promo-portlet .thumbnail img {
    width: 100%;
    height: auto; }

  .default .video-promo-portlet .title {
    display: table;
    position: relative;
    width: 100%;
    height: 80px;
    background: black; }

  .default .video-promo-portlet .column-2:hover > .title {
    background: black; }

  .default .video-promo-portlet .column-3:hover > .title {
    background: black; }

  .default .video-promo-portlet .title p {
    display: table-cell;
    position: relative;
    padding: 0% 4.2%;
    vertical-align: middle;
    color: white;
    font-size: 16px; }

  .default .video-promo-portlet .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }

  .default .video-promo-portlet .live-icon {
    position: absolute;
    float: right;
    top: 5%;
    right: 5%;
    background: url("../images/color_schemes/digita/common/live.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 48px;
    width: 48px; }

  .default .video-promo-portlet .live-text {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%; }

  .default .video-promo-portlet .live-text p {
    display: table-cell;
    position: relative;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; }

  /*
  	background: #EBECED
  	heading: 	#37424A
  	hover: 		#00a6cd
  	text: 		#000000
  	border:		#37424A;
  */
  .default .video-list-portlet {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
    font-family: Arial, sans-serif;
    color: #222222;
    line-height: normal;
    overflow: hidden; }

  .default .video-list-portlet a {
    text-decoration: none; }

  .default .video-list-portlet .container {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
    margin: auto;
    overflow: hidden; }

  .default .video-list-portlet .column-3 {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: auto; }

  .default .video-list-portlet .column-3-2 {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    height: auto; }

  .default .video-list-portlet h1 {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 48px;
    text-align: center; }

  .default .video-list-portlet .column-3-2 h1 {
    display: block;
    position: relative;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 8px;
    width: 76px;
    height: 34px;
    font-size: 48px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #222222;
    padding: 22px 0px; }

  .default .video-list-portlet .char {
    display: block;
    position: relative;
    margin: 4px;
    width: 48px;
    height: 34px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #222222;
    padding: 7px 0px; }

  .default .video-list-portlet .char.disabled {
    border: 2px solid #868686;
    color: #868686; }

  .default .video-list-portlet .char:hover {
    border: 2px solid #f36815;
    background-color: #f36815;
    color: white; }

  .default .video-list-portlet .char.disabled:hover {
    border: 2px solid #868686;
    color: #868686;
    cursor: default;
    background-color: rgba(0, 0, 0, 0); }

  .default .video-list-portlet .events {
    display: block;
    max-width: 430px;
    margin: auto;
    margin-top: 16px; }

  .default .video-list-portlet .events .event {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 8px 0px;
    overflow: hidden;
    text-decoration: none;
    color: #222222; }

  .default .video-list-portlet .events .event:VISITED {
    text-decoration: none; }

  .default .video-list-portlet .events .event:HOVER {
    color: #3c3c3c;
    text-decoration: none; }

  .default .video-list-portlet .events .event:hover > .right .container {
    text-decoration: underline;
    color: #3c3c3c; }

  .default .video-list-portlet .events .event .left {
    display: inline-block;
    position: relative;
    float: left;
    width: 32px;
    height: 100%; }

  .default .video-list-portlet .events .event .left .container {
    width: 100%; }

  .default .video-list-portlet .events .event .left img {
    width: 24px;
    height: 24px; }

  .default .video-list-portlet .events .event .right {
    display: inline-block;
    position: relative;
    float: left;
    width: 85%;
    max-width: 252px;
    height: 100%;
    text-align: left;
    padding-top: 2px; }

  .default .video-list-portlet .events .event .right .container {
    width: 100%;
    font-size: 16px; }

  /*
  .default .video-list-portlet .load-more {
  	display: inline-block;
  	text-align: center;
  	margin: auto;
  	font-size: 16px;
  	
  	background-color: #00a6cd;
  	color: #FFF;
  	padding: 4px 8px;
  }
  
  .default .video-list-portlet .load-more:hover {
  	cursor: pointer;
  }*/
  .default .video-list-portlet .load-more {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #37424a;
    color: #37424a;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 1% auto;
    padding: 16px 32px;
    text-align: center;
    text-transform: uppercase; }

  .default .video-list-portlet .load-more:hover {
    cursor: pointer;
    background-color: #00a6cd;
    border: 2px solid #00a6cd;
    color: white; }

  .default .video-list-portlet .line {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 2px solid #222222; }

  .default .video-list-portlet .list > div {
    display: none; }

  .default .ongoing-video-component.ongoing-video-container {
    width: 100%;
    padding: 60px 0;
    background-color: #EBF4FB;
    max-width: 100%;
    margin-bottom: 60px; }

  .default .ongoing-video-component .events-slider {
    width: 100% !important;
    margin: 0 auto; }

  .default .ongoing-video-component .events-slider > .slick-list > .slick-track {
    margin-left: 0; }

  .default .ongoing-video-component .events-slider-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto; }

  .default .ongoing-video-component .event-image-container {
    box-sizing: border-box;
    overflow: hidden; }

  .default .ongoing-video-component .event-image-container .event-play-button {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 49px;
    height: 49px;
    background-color: transparent;
    background-image: url("../images/color_schemes/default/common/play-icon-white.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99; }

  .default .ongoing-video-component .event-image-container img {
    max-width: 100%;
    height: auto; }

  .default .ongoing-video-component .events-slider-container .events-slider-transparency {
    position: absolute;
    right: 0;
    background-image: url("../images/transparentgradient.png");
    width: 10%;
    height: 100%;
    z-index: 100; }

  .default .ongoing-video-component .events-slider .next-arrow > img {
    width: 100%;
    height: auto; }

  .default .ongoing-video-component .events-slider .prev-arrow > img {
    width: 100%;
    height: auto; }

  .default .ongoing-video-component .events-slider .next-arrow.slick-disabled {
    display: none; }

  .default .ongoing-video-component .events-slider .prev-arrow.slick-disabled {
    display: none !important; }

  .default .ongoing-video-component .events-slider .next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: -20px;
    top: 50%;
    display: block;
    width: 10%;
    max-width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 100; }

  .default .ongoing-video-component .events-slider .prev-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -25px;
    top: 50%;
    display: block;
    width: 10%;
    max-width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 100; }

  .default .ongoing-video-component .ongoing-video-thumbnail {
    cursor: pointer; }

  /*.ongoing-video-component .event-slider-item a:hover > .data-container .event-info-wrapper .event-details-container .event-name-container,*/
  .default .ongoing-video-component .event-slider-item a:focus > .data-container .event-info-wrapper .event-details-container .event-name-container {
    color: #fd4f00;
    text-decoration: underline; }

  /*.ongoing-video-component .event-slider-item a:hover > .data-container .event-info-wrapper .event-details-container .event-time-container,*/
  .default .ongoing-video-component .event-slider-item a:focus > .data-container .event-info-wrapper .event-details-container .event-time-container {
    color: #fd4f00;
    text-decoration: underline; }

  /* NEW STYLES FROM PORTLET */
  .default .ongoing-video-component .event-image-container {
    position: relative; }

  .default .ongoing-video-component .event-image-container .live-arrow-right {
    position: absolute;
    right: 10px;
    top: 50%; }

  .default .congoing-video-component .event-image-container .live-arrow-left {
    position: absolute;
    left: 10px;
    top: 50%; }

  .default .ongoing-video-component .event-slider-item {
    cursor: pointer; }

  .default .ongoing-video-component .data-container {
    position: relative;
    margin: 0 11px; }

  .default .ongoing-video-component .event-image-container img {
    max-width: 100%;
    width: 100%;
    transition: all ease 1s; }

  .default .ongoing-video-component .event-slider-item a:hover > .data-container .event-image-container img {
    transform: scale(1.05); }

  .default .ongoing-video-component .event-slider-item a:focus > .data-container .event-image-container img {
    transform: scale(1.05); }

  .default .ongoing-video-component .event-info-wrapper {
    box-sizing: border-box;
    padding: 23px 24px;
    width: 100%;
    background-color: #fff; }

  .default .ongoing-video-component .event-play-image-container img {
    max-width: 100%; }

  .default .ongoing-video-component .event-details-container {
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

  .default .ongoing-video-component .event-details-container .event-info-container {
    color: #0072C6;
    font-size: 18px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    margin-bottom: 16px; }

  .default .ongoing-video-component .event-slider-item a:hover > .data-container .event-info-wrapper .event-details-container .event-info-container {
    color: #000;
    text-decoration: none;
    font-size: 18px; }

  .default .ongoing-video-component .event-slider-item a:focus > .data-container .event-info-wrapper .event-details-container .event-info-container {
    color: #000;
    text-decoration: none;
    font-size: 18px; }

  .default .ongoing-video-component .event-details-container .event-name-container {
    color: #242424;
    font-size: 24px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }

  .default .ongoing-video-component .event-slider-item a:hover > .data-container .event-info-wrapper .event-details-container .event-name-container {
    color: #555555;
    text-decoration: underline; }

  .default .ongoing-video-component .event-slider-item a:focus > .data-container .event-info-wrapper .event-details-container .event-name-container {
    color: #555555;
    text-decoration: underline; }

  .default .ongoing-video-component .event-details-container .event-duration-container {
    color: #242424;
    font-size: 13px;
    font-weight: bold;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    padding-top: 12px; }

  .default .ongoing-video-component .event-time-container {
    padding-left: 10px; }

  .default .ongoing-video-component .component-title {
    display: flex;
    margin-left: 11px;
    margin-right: 11px; }

  .default .ongoing-video-component .component-title .live-title {
    display: block;
    flex: 1;
    align-items: center;
    width: 80%; }

  .default .ongoing-video-component .component-title .live-title .see-all-link {
    color: white !important;
    background-color: #0000bf;
    border: 2px solid #0000bf !important;
    padding: 5px 24px 1px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: 0px !important;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal; }

  .default .ongoing-video-component .component-title .live-title .see-all-link:hover {
    background-color: #000098 !important;
    text-decoration: none;
    font-weight: normal; }

  .default .ongoing-video-component .component-title .live-title .see-all-link:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none; }

  /*.default .ongoing-video-component .component-title .live-title .see-all-link {
  	cursor: pointer;
  	border-left: none;
  	margin-left: 0;
  	padding-left: 0;
  	font-size: 18px;
  	color: #5a5a5a;
  	transition: all ease .5s;
  }
  
  .default .ongoing-video-component .component-title .live-title .see-all-link:hover {
  	color: #000000;
  }*/
  .default .ongoing-video-component .component-title .live-navigation {
    display: flex;
    width: 20%;
    align-self: flex-end; }

  .default .ongoing-video-component .component-title .live-navigation .live-nav-left {
    margin-right: 40px;
    cursor: pointer; }

  .default .ongoing-video-component .component-title .live-navigation .live-nav-right {
    cursor: pointer; }

  .default .ongoing-video-component .component-title .live-title-container {
    font-size: 30px; }

  .default .container.background-gray {
    background-color: #000000 !important; }

  .default .content-wrapper {
    width: 100%;
    margin: 30px 0 0 0; }

  #playerBorder {
    width: 100%;
    display: inline-block; }

  .default .ism-column-1-left {
    background-color: #ffffff !important; }

  #info_view {
    padding: 30px 0 0 0;
    max-width: 1140px;
    margin: 0 auto !important; }

  .default .info-frame .recording-title.custom-font {
    color: #000000 !important;
    display: inline-block;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-size: 30px !important;
    line-height: 32px !important;
    text-align: left;
    font-weight: bold !important;
    width: 100%;
    padding: 18px 0 18px 0; }

  /* .default .info-frame {
      width: 75%;
      font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif !important;
  } */
  .default .info-left-wrapper {
    border-right: 0.5px solid #b5b5b5;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding-right: 5px;
    padding-left: 11px;
    margin: 0px auto 20px auto;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    text-align: center; }

  .default .info-right-wrapper {
    width: 23%;
    float: right;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .info-share {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #5A5A5A;
    font-size: 16px; }

  .default .info-share-item .info-share-image {
    width: 100%; }

  .default .info-share-title {
    /* float: right; */
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #5A5A5A;
    font-size: 12px;
    text-align: left; }

  .default .info-share-wrapper {
    display: flex; }

  .default .info-share-item {
    float: right;
    margin: 8% 8% 0 0; }

  .default .info-share-item .facebook {
    flex: 0 0 65%; }

  .default .info-share-item .twitter {
    flex: 1; }

  .default .info-share-item.email {
    display: none; }

  .default .info-share-item.embed {
    display: none; }

  .default .info-share-item:HOVER {
    cursor: pointer; }

  .default .info-share-field {
    display: none; }

  .default .info-share-item a {
    text-decoration: none !important; }

  .default .info-share-image.active {
    display: none; }

  .default .info-frame .info-rest #description p {
    color: #242424 !important;
    font-size: 16px !important;
    margin: 10px 0 !important;
    font-weight: 400;
    line-height: 21px !important;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif !important; }

  .default .info-frame .info-rest #description p a {
    text-decoration: underline; }

  .default .info-frame .info-rest #description p a:hover,
  .default .info-frame .info-rest #description p a:focus {
    color: #0000BF; }

  .default .info-groups {
    clear: both;
    font-size: 24px;
    overflow: auto;
    width: 100%;
    line-height: 20px; }

  .default .info-rest {
    padding-top: 20px; }

  .default .info-publishing-item {
    float: left;
    margin: 0 3% 0 0;
    text-align: center;
    line-height: 20px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .info-publishing-item .duration-date-separator {
    font-size: 14px; }

  .default .info-publishing-item > * {
    float: left; }

  .default .info-publish-end {
    font-size: 13px;
    font-weight: 700;
    float: left; }

  .default .info-publishing-item > img {
    margin-right: 5px; }

  .default .info-duration {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    color: #242424;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .info-date {
    font-size: 14px;
    padding-left: 0;
    color: #242424;
    clear: both;
    text-align: left;
    line-height: 20px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .info-group-item {
    float: left;
    font-size: 14px;
    margin: 0 1% 0 0;
    color: #242424;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .info-group-item.bold {
    font-weight: bold; }

  .default #info_view a {
    text-decoration: none; }

  .default #info_view a:hover,
  .default #info_view a:focus {
    color: #0000BF; }

  .default .info-group-item a {
    color: #242424;
    font-weight: normal !important; }

  .default .info-group-item a:hover,
  .default .info-group-item a:focus {
    color: #0000BF;
    /* text-decoration: underline; */ }

  .default .info-group-item a:active {
    color: inherit; }

  .default .info-series-link {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 21px;
    line-height: 22px; }

  .default .info-production-information {
    display: inline-block;
    box-sizing: border-box;
    /* width: 25%; */
    padding: 0 0 0 0 !important;
    float: left;
    /* margin-top: 30px; */
    text-align: left;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 21px;
    line-height: 22px;
    /* display:none; */ }

  .default #info_view .info-frame-download-link {
    padding-top: 10px;
    text-align: left; }

  .default #info_view .info-frame-download-link a {
    font-size: 12px;
    font-weight: bold;
    color: #5A5A5A; }

  .default #info_view .info-frame-download-link a > img {
    	/* font-size: 16px;
        font-weight: bold;
        color: #5A5A5A; */ }

  .default #info_view .info-frame-download-link a:hover {
    color: #0000bf; }

  .default .promoted-groups-potlet {
    text-align: left;
    justify-content: flex-start;
    max-width: 1140px; }

  .default .promoted-groups-portlet-wrapper {
    padding-left: 37px;
    max-width: 1140px; }

  .default .promoted-groups-portlet-wrapper .row {
    padding-top: 35px; }

  .default .promoted-groups-item {
    float: left;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 0px !important;
    flex-grow: 0;
    flex-basis: 0; }

  .default .promoted-groups-item .promoted-groups-item-link .promoted-groups-item-image {
    border-radius: 50%;
    border: 3px solid transparent; }

  .default .promoted-groups-item-link .promoted-groups-item-title:hover,
  .default .promoted-groups-item-link .promoted-groups-item-title:focus {
    color: #0000BF;
    text-decoration: underline; }

  .default .promoted-groups-item-link:hover .promoted-groups-item-image {
    border: 3px solid #0000BF; }

  .default .promoted-groups-item-link .promoted-groups-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #00005e;
    text-decoration: none;
    line-height: 18px;
    padding: 7px 16px;
    display: inline-block;
    border-radius: 40px;
    background-color: #f2f2fc;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  /*.default .promoted-groups-item-link .promoted-groups-item-title{
  	font-size: 18px;
      font-weight: bold;
      color: #242424;
      line-height: 18px;
      padding-top: 0px;
      font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;	
  }*/
  .default .promoted-groups-item-link .promoted-groups-item-title .promoted-groups-item-title-text {
    white-space: nowrap; }

  .default .promoted-groups-portlet-title {
    font-size: 30px;
    text-align: left;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #000000;
    padding-top: 25px; }

  .default .browse-videos-portlet .title-image-container .portlet-title h1 {
    font-size: 44px;
    line-height: 44px; }

  .default .browse-videos-portlet .sort-container .sort-options .sort-option {
    padding: 5px 24px 1px 24px !important; }

  .default .browse-videos-portlet .sort-container .sort-options .sort-option .selected {
    padding: 5px 24px 1px 24px !important; }

  .default .load-pages-button {
    padding: 4px 24px 0px 24px;
    background-color: #0000bf;
    margin: 0;
    border: 2px solid #0000bf;
    outline: 2px solid transparent;
    font-size: 16px;
    font-family: "HelsinkiGrotesk","Helvetica",Arial,sans-serif;
    line-height: 26px;
    text-align: center;
    text-transform: none;
    box-sizing: border-box;
    cursor: pointer; }

  .default .load-pages-button:hover {
    background-color: #000098;
    border: 2px solid #000098;
    outline: 2px solid transparent; }

  .default .load-pages.button:focus {
    background-color: #000098;
    border: 2px solid #ffffff;
    outline: 2px solid #000098;
    background-image: none; }

  .default .browse-videos-portlet .asset-groups-container {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap; }

  .default .browse-videos-portlet .asset-groups-container a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none; }

  .default .browse-videos-portlet .asset-groups-container a:hover,
  .default .browse-videos-portlet .asset-groups-container a:focus {
    color: #0000bf;
    text-decoration: underline; }

  .default .browse-videos-portlet .asset-groups-container span {
    display: none; }

  .default .browse-videos-portlet .items-container .asset-item .asset-groups-container a {
    margin-right: 5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  .default .browse-videos-portlet .items-container .asset-item a:hover > .asset-title-container .asset-title,
  .default .browse-videos-portlet .items-container .asset-item a:focus > .asset-title-container .asset-title {
    color: #555555 !important;
    text-decoration: underline !important; }

  .default .browse-videos-portlet .search-container .form-wrapper .category-multiselect .multiselect-options .multiselect-option {
    padding: 4px 16px;
    color: #1a1a1a;
    position: relative; }

  .default .browse-videos-portlet .search-container .form-wrapper .category-multiselect .multiselect-options .multiselect-option input {
    margin-right: 10px;
    cursor: pointer;
    margin: 4px 16px; }

  .default .content-filter-check, .default .multiselect-option {
    display: flex;
    min-height: 24px;
    position: relative; }

  .default .content-filter-check, .default .multiselect-option,
  .default .content-filter-check *, .default .multiselect-option *,
  .default .content-filter-check *::before, .default .multiselect-option *::before,
  .default .content-filter-check *::after, .default .multiselect-option *::after {
    box-sizing: border-box; }

  .default .content-filter-check:not(:first-of-type), .default .multiselect-option:not(:first-of-type) {
    margin-top: 0.5rem; }

  /* checkbox transitions */
  .default .content-filter-check .category-checkbox:hover::before, .default .multiselect-option .category-checkbox:hover::before,
  .default .content-filter-check .category-checkbox:focus::before, .default .multiselect-option .category-checkbox:focus::before,
  .default .content-filter-check .category-checkbox:hover + label::after, .default .multiselect-option .category-checkbox:hover + label::after,
  .default .content-filter-check .category-checkbox:focus + label::after, .default .multiselect-option .category-checkbox:focus + label::after {
    transition: 85ms ease-out;
    transition-property: background-color, border-color, transform; }

  .default .content-filter-check .category-checkbox:focus + label::before, .default .multiselect-option .category-checkbox:focus + label::before {
    transition: 85ms ease-out;
    transition-property: box-shadow, transform; }

  /* NATIVE INPUT */
  .default .content-filter-check .category-checkbox, .default .multiselect-option .category-checkbox {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 24px;
    left: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 24px;
    margin: 0;
    padding: 0; }

  /* LABEL */
  .default .content-filter-check label, .default .multiselect-option label {
    color: #1a1a1a;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.2;
    padding-left: calc(24px - -0.5rem) !important;
    padding-top: calc(24px - 1.2rem) !important;
    position: relative; }

  /* CUSTOM CHECKBOX */
  .default .content-filter-check .category-checkbox::before, .default .multiselect-option .category-checkbox::before,
  .default .content-filter-check label::before, .default .multiselect-option label::before,
  .default .content-filter-check label::after, .default .multiselect-option label::after {
    border-radius: 1px;
    content: "";
    left: 0;
    position: absolute;
    top: 0; }

  /* checkbox icon */
  .default .content-filter-check .category-checkbox::before, .default .multiselect-option .category-checkbox::before {
    background-color: transparent;
    height: 24px;
    mask-image: url("../images/color_schemes/default/common/check.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 24px;
    -webkit-mask-image: url("../images/color_schemes/default/common/check.svg");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    width: 24px;
    transform: scale(0.6);
    z-index: 1; }

  /* checkbox icon - selected */
  .default .content-filter-check .category-checkbox:checked::before, .default .multiselect-option .category-checkbox:checked::before {
    background-color: #ffffff;
    transform: scale(1); }

  /* focus outline */
  .default .content-filter-check label::before, .default .multiselect-option label::before {
    height: 24px;
    width: 24px; }

  /* focus outline - focus */
  .default .content-filter-check .category-checkbox:focus + label::before, .default .multiselect-option .category-checkbox:focus + label::before {
    box-shadow: 0 0 0 3px #0072e6;
    transform: translate3d(0, 0, 0); }

  /* background */
  .default .content-filter-check label::after, .default .multiselect-option label::after {
    background-color: transparent;
    border: 2px solid grey;
    height: 24px;
    width: 24px; }

  /* background - selected */
  .default .content-filter-check .category-checkbox:checked + label::after, .default .multiselect-option .category-checkbox:checked + label::after {
    background-color: #0000bf;
    border-color: #0000bf; }

  /* background - selected - hover */
  .default .content-filter-check .category-checkbox:not(:disabled):checked:hover + label::after, .default .multiselect-option .category-checkbox:not(:disabled):checked:hover + label::after,
  .default .content-filter-check .category-checkbox:not(:disabled):checked:hover:focus + label::after, .default .multiselect-option .category-checkbox:not(:disabled):checked:hover:focus + label::after {
    background-color: #00005e;
    border-color: #00005e; }

  /* background - unselected - hover */
  .default .content-filter-check .category-checkbox:not(:disabled):hover + label::after, .default .multiselect-option .category-checkbox:not(:disabled):hover + label::after,
  .default .content-filter-check .category-checkbox:not(:disabled):hover:focus + label::after, .default .multiselect-option .category-checkbox:not(:disabled):hover:focus + label::after {
    border-color: #1a1a1a; }

  /* background - unselected - focus */
  .default .content-filter-check .category-checkbox:not(:disabled):focus + label::after, .default .multiselect-option .category-checkbox:not(:disabled):focus + label::after {
    border-color: #1a1a1a; }

  /* background - selected - focus */
  .default .content-filter-check .category-checkbox:not(:disabled):checked:focus + label::after, .default .multiselect-option .category-checkbox:not(:disabled):checked:focus + label::after {
    border-color: #0000bf; }

  .default .browse-videos-portlet .items-container .asset-duration-container .asset-date {
    display: inline-block;
    padding-left: 12px; }

  /*.default .recommended-assets-portlet .group-print-all a {
  	color: #5a5a5a !important;
  }
  .default .recommended-assets-portlet .group-print-all a:hover,
  .default .recommended-assets-portlet .group-print-all a:focus {
  	color: #000000 !important;
  }*/
  .default .recommended-assets-portlet {
    position: relative; }

  .default .recommended-assets-portlet .assets-groups .group-container .group-items {
    max-width: 1140px;
    margin: 0px auto;
    padding: 90px 0px 63px; }

  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px; }

  .default .recommended-assets-portlet * .items-container .item-container .item-text-container .item-groups-container {
    padding: 0px; }

  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis; }

  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container a:hover,
  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container a:focus {
    font-weight: normal;
    color: #0000bf;
    text-decoration: underline; }

  .default .recommended-assets-portlet * .items-container .item-container .item-groups-container span {
    display: none; }

  .default .recommended-assets-portlet .podcast-item {
    width: 100%;
    position: relative;
    height: 130px;
    margin-bottom: 17px;
    padding-right: 0px !important; }

  .default .recommended-assets-portlet .podcast-item .item-image {
    width: 260px;
    height: 130px;
    padding-top: 0px !important; }

  .default .recommended-assets-portlet .podcast-item .item-image img {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box; }

  .default .recommended-assets-portlet .podcast-item .item-image .podcast-play-button {
    position: absolute;
    top: 0px;
    left: 130px;
    width: 130px;
    height: 130px;
    background-color: transparent;
    background-image: url("../images/color_schemes/default/common/play-icon-black.png");
    background-size: 70px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99; }

  .default .recommended-assets-portlet .podcast-item .item-text-container {
    position: absolute;
    top: 0px;
    left: 260px;
    right: 0px;
    bottom: 0px; }

  .default .recommended-assets-portlet .podcast-item .item-groups-container {
    display: none !important; }

  .default .recommended-assets-portlet .podcast-item .item-text-container .item-ingress-container {
    display: none !important; }

  .default .recommended-assets-portlet .podcast-item .item-text-container .item-title-container .item-title {
    max-height: 40px; }

  .default .recommended-assets-portlet .podcast-item .item-text-container .item-duration-container {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    padding-right: 10px; }

  .default .recommended-assets-portlet .podcast-item .item-text-container .item-publish-container {
    font-size: 16px;
    font-weight: normal;
    display: inline-block; }

  .recommended-assets-portlet * .group-title-row {
    width: 100%;
    padding-bottom: 35px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: 11px; }

  .default .recommended-assets-portlet .group-print-all {
    border: 0;
    padding-left: 0px;
    position: relative;
    margin-left: 0px !important; }

  .default .recommended-assets-portlet .group-print-all a {
    color: white !important;
    background-color: #0000bf;
    border: 2px solid #0000bf !important;
    padding: 5px 24px 1px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    text-align: left;
    cursor: pointer;
    font-size: 18px !important;
    line-height: initial !important;
    font-weight: normal; }

  .default .recommended-assets-portlet .group-print-all a {
    color: white;
    font-weight: normal; }

  .default .recommended-assets-portlet .group-print-all a:hover {
    background-color: #000098;
    text-decoration: none;
    font-weight: normal; }

  .default .recommended-assets-portlet .group-print-all a:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none; }

  .default .recommended-assets-portlet .group-print-all a:hover,
  .default .recommended-assets-portlet .group-print-all a:focus {
    color: white;
    text-decoration: none;
    font-weight: normal; }

  .default .recommended-assets-portlet * .group-title-row .group-title {
    width: 100%;
    font-size: 30px; }

  .recommended-assets-portlet * .items-container .item-container a:focus > .item-image img {
    transform: scale(1.05);
    transition: all ease 1s; }

  .recommended-assets-portlet * .items-container .item-container a:focus > .item-text-container .item-title,
  .recommended-assets-portlet * .items-container .item-container a:hover > .item-text-container .item-title {
    color: #555555;
    text-decoration: underline; }

  .default .recommended-assets-portlet .vod-item .item-text-container .item-duration-container {
    display: inline-block; }

  .default .recommended-assets-portlet .vod-item .item-text-container .item-date-container {
    display: inline-block;
    padding-left: 12px; }

  .default .upcoming-events-component .upcoming-events-title {
    display: none !important; }

  .default .upcoming-events-component .paragraphs {
    max-height: 63px;
    overflow: hidden; }

  .default .upcoming-events-component .event-date-time ul li {
    white-space: nowrap; }

  .default .upcoming-events-component {
    position: relative;
    padding-bottom: 145px; }

  .default .upcoming-events-component #upcoming-event-list .row {
    flex-wrap: nowrap; }

  .default .upcoming-events-component #upcoming-event-list #item .event-date-time {
    width: 20% !important; }

  .default .upcoming-events-component #upcoming-event-list #item .event-date-time ul {
    margin-left: 0; }

  .default .upcomint-events-component #upcoming-event-list #item .event-description {
    padding: 15px 30px !important; }

  .default .upcoming-events-component #item .event-description .event-title {
    -webkit-line-clamp: 3; }

  .default .upcoming-events-component #item .event-description .paragraphs {
    display: none; }

  .default .upcoming-events-component #item .event-description a:hover > .event-title,
  .default .upcoming-events-component #item .event-description a:focus > .event-title {
    text-decoration: underline;
    color: #555555; }

  .most-popular-assets {
    font-family: Arial, Tahoma, sans-serif; }

  .most-popular-assets-container {
    margin: 0 auto;
    width: 100% !important; }

  .most-popular-assets .show-more-link-container {
    margin-top: 15px; }

  .most-popular-assets .show-more-link-container a {
    font-size: 1rem;
    font-weight: 600;
    color: #000; }

  .most-popular-assets .show-more-link-container a:hover,
  .most-popular-assets .show-more-link-container a:focus {
    color: #fd4f00;
    text-decoration: underline; }

  .most-popular-assets .prev-arrow, .next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /*
    width: 35px;
    height: 35px;
    */
    /*width: 70px;*/
    width: 30px;
    max-width: 3%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: 100; }

  .most-popular-assets .prev-arrow:hover, .next-arrow:hover {
    opacity: .8; }

  .most-popular-assets .next-arrow > img {
    width: 100%;
    height: auto;
    opacity: 0; }

  .most-popular-assets .prev-arrow > img {
    width: 100%;
    height: auto;
    opacity: 0; }

  .most-popular-assets .prev-arrow {
    left: -3.5%; }

  .most-popular-assets .next-arrow {
    right: -3.5%; }

  .next-arrow,
  .prev-arrow {
    background-image: url("../images/color_schemes/default/ic_arrow.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center; }

  .most-popular-assets .prev-arrow {
    transform: scale(-1);
    margin-top: -2.1%; }

  /*
  .most-popular-assets .most-popular-asset-slider {
  	margin-top: 5px;
  }
  */
  .most-popular-assets .slider-category-title {
    font-size: 180%;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left;
    color: #000; }

  .most-popular-assets .slider-category-link {
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid transparent; }

  .most-popular-assets .slider-category-title > a {
    color: #000; }

  .most-popular-assets .slider-category-title > a:HOVER {
    color: #000;
    text-decoration: underline; }

  .most-popular-assets .slider-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    /*
    border-width: 14px 8px 0 8px;
    */
    border-width: 20px 13px 0 13px;
    border-color: #fcca13 transparent transparent transparent;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
    display: none;
    visibility: hidden; }

  .most-popular-assets .most-popular-asset-slider .asset-item {
    position: relative;
    margin-bottom: 5px;
    padding: 0 5px; }

  .most-popular-assets .most-popular-asset-slider .asset-title-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 10px 0 0;
    background-clip: content-box; }

  .most-popular-assets .asset-item {
    cursor: pointer; }

  .most-popular-assets .asset-image {
    width: 100%;
    /*padding: 0 .1rem;*/
    /*padding-right: 10px;*/
    margin: 0 auto;
    box-sizing: border-box;
    /*margin-bottom: .2rem;*/ }

  .most-popular-assets .asset-title-container {
    display: block;
    font-size: 1.6em;
    /*padding: 0 .1rem;*/
    padding: 0 5px;
    box-sizing: border-box;
    height: 50%;
    display: flex;
    align-items: center; }

  .most-popular-assets .asset-title {
    background-color: transparent;
    width: 80%;
    box-sizing: border-box;
    color: #fff;
    /*font-size: 75%;*/
    /*font-size: .9em;*/
    font-size: 1rem;
    margin: 0 0 1% 19%;
    padding: 0;
    overflow: hidden;
    /*white-space: break-spaces;*/
    /*white-space: nowrap;*/
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    font-weight: 650;
    font-family: Arial, 'Verdana', sans-serif;
    display: inline-block;
    /*height: 62px;*/
    vertical-align: middle;
    text-shadow: 1px 1px 3px #999;
    max-height: 100%;
    line-height: 1rem;
    padding-top: 3px; }

  .most-popular-assets .asset-title::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: -16.5%;
    /*bottom: 18px;*/
    height: 40px;
    width: 40px;
    background-image: url("../images/color_schemes/default/ic_play.png");
    background-size: 100%;
    top: 50%;
    transform: translate(0, -50%); }

  .most-popular-assets .asset-duration-container {
    position: absolute;
    top: 10px;
    right: 20px; }

  .most-popular-assets .asset-duration-container .asset-duration {
    color: #fff;
    font-weight: 600; }

  .most-popular-assets .most-popular-asset-slider .asset-item > a:hover {
    opacity: .8; }

  .most-popular-assets .asset-title br {
    display: none; }

  .most-popular-assets .asset-access {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: white;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7); }

  .most-popular-assets a {
    color: #000000;
    text-decoration: none; }

  .most-popular-assets a:HOVER {
    color: #5d5d5d; }

  .most-popular-assets .most-popular-asset-slider .asset-item > a:focus > .asset-title-container .asset-title {
    color: #fd4f00;
    text-decoration: underline; }

  .most-popular-assets a {
    transition: color .3s; }

  .most-popular-assets .asset-grid-item {
    box-sizing: border-box;
    /*width: 20%;*/
    width: 14.28571428%;
    padding: 0 5px;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 5px;
    /*margin-top: 25px;*/
    margin-top: 65px; }

  .most-popular-assets .asset-grid-item img {
    width: 100%;
    vertical-align: middle; }

  .most-popular-assets .asset-grid-item-info-container {
    color: #fff;
    background-color: #646464; }

  .most-popular-assets .asset-grid-item-title {
    color: #fff;
    /*
    text-transform: uppercase;
    */
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .most-popular-assets .asset-grid-item-info {
    color: #1d1d1d;
    font-size: 12px; }

  .most-popular-assets .slick-track {
    margin-left: 0 !important; }

  .most-popular-assets .modeselektor {
    display: flex;
    flex-wrap: wrap;
    /*padding: 10px;*/
    margin-top: 30px;
    font-size: 2.5em;
    font-weight: 600; }

  .most-popular-assets .modeselektor .mode-option {
    cursor: pointer;
    opacity: 0.3; }

  .most-popular-assets .modeselektor .mode-option:hover,
  .most-popular-assets .modeselektor .mode-option:focus {
    color: #fd4f00;
    text-decoration: underline;
    opacity: 1; }

  .most-popular-assets .modeselektor .mode-option:not(:last-child) {
    padding-right: 15px; }

  .most-popular-assets .modeselektor .mode-option.selected {
    opacity: 1; }

  .most-popular-assets2 .slick-track {
    display: flex !important; }

  .most-popular-assets2 .slick-slide {
    height: inherit !important; }

  .most-popular-assets2 #assetSlider_latestAssets .slick-slide > div {
    height: 50% !important; }

  .most-popular-assets2 .slider-category-title .slider-category-title-container {
    font-size: 30px !important;
    line-height: 30px !important; }

  .most-popular-assets2 .asset-item {
    margin-bottom: 50px !important;
    width: 92% !important; }

  .most-popular-assets2 .slider-category-title {
    display: flex !important; }

  .most-polular-assets2 .slider-category-title .category-title-info {
    width: 80% !important; }

  .most-popular-assets2 .slider-category-title .slider-category-navigation {
    width: 20% !important;
    display: flex !important;
    align-self: flex-end !important; }

  .most-popular-assets2 .slider-category-title .slider-category-navigation .slider-category-nav-left {
    margin-right: 40px !important; }

  .default .most-popular-assets2 .category-title-info .slider-category-link {
    color: white !important;
    background-color: #0000bf;
    border: 2px solid #0000bf !important;
    padding: 5px 24px 1px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    margin-left: 35px !important;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: normal; }

  .default .most-popular-assets2 .category-title-info .slider-category-link:hover {
    background-color: #000098;
    text-decoration: none;
    font-weight: normal; }

  .default .most-popular-assets2 .category-title-info .slider-category-link:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none; }

  .default .most-popular-assets2 a:hover > .asset-title-container .asset-title,
  .default .most-popular-assets2 a:focus > .asset-title-container .asset-title {
    color: #555555;
    text-decoration: underline; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container {
    font-size: 13px;
    color: #242424;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container a:hover,
  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container a:focus {
    font-weight: normal;
    color: #0000bf;
    text-decoration: underline; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-groups-container span {
    display: none; }

  .default .most-popular-assets2 a:focus > .asset-img-container img {
    transform: scale(1.05);
    transition: all ease 1s; }

  .default .most-popular-assets2 .most-popular-asset-slider .asset-duration-container .asset-date {
    display: inline-block;
    padding-left: 12px; }

  .default .asset-info-portlet {
    width: 100%;
    background-color: transparent;
    overflow: auto;
    /* width alignment added to align the player with info */
    max-width: 1140px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 38px; }

  .default .asset-info-portlet .asset-info-container {
    display: flex;
    flex-direction: column-reverse; }

  .default .asset-info-portlet .asset-info-container .asset-info-right-wrapper,
  .default .asset-info-portlet .asset-info-container .asset-info-left-wrapper {
    width: 100%; }

  .default .asset-info-portlet .asset-info-container .asset-info-left-wrapper {
    border-right: none; }

  .default .asset-info-portlet .asset-info-container .asset-info-right-wrapper {
    padding-bottom: 35px; }

  .default .asset-info-portlet a {
    color: #000;
    /*text-decoration: underline;*/
    font-weight: 500; }

  .default .asset-info-portlet a:hover,
  .default .asset-info-portlet a:focus {
    color: #0000BF; }

  .default .asset-info-series-link {
    font-size: 20px; }

  .default .asset-info-left-wrapper {
    border-right: 0.5px solid #b5b5b5;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-right: 5px;
    padding-left: 11px;
    margin: 0px auto 20px auto;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    text-align: center;
    background-color: transparent;
    /* overflow:auto; */
    /* commented to adjust the layout */
    color: black; }

  .default .asset-info-production-information {
    display: inline-block;
    box-sizing: border-box;
    /* width: 25%; */
    padding: 0 0 0 0 !important;
    float: left;
    text-align: left;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 21px;
    line-height: 22px;
    /* display:none; */ }

  .default .asset-info-production-information .production-information-data {
    font-weight: 600; }

  .default .asset-info-production-information .asset-info-production-data .asset-info-external-link a {
    color: #000;
    text-decoration: none; }

  .default .asset-info-production-information .asset-info-production-data .asset-info-external-link a:hover {
    color: #000;
    text-decoration: underline; }

  .default .asset-info-groups {
    clear: both;
    font-size: 24px;
    overflow: auto;
    width: 100%; }

  .default .asset-info-left-wrapper .asset-info-publishing {
    /* float:left; */
    padding: 0 0 0 0;
    /*margin-left: 10%;*/
    /*  margin-top: 10px; */ }

  .default .asset-info-share-image {
    width: 32px;
    height: 32px; }

  .default .asset-info-share-image.active {
    display: none; }

  .default .asset-info-download-img.active {
    display: none; }

  .default .asset-info-podcast-rss-img.active {
    display: none; }

  .default .asset-info-title {
    /*	border-bottom: 4px solid $asset-info-title-border-bottom;*/
    color: black !important;
    display: inline-block;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    /* Arial, "Open Sans", Verdana, sans-serif; */
    font-size: 30px;
    color: #000000;
    line-height: 32px;
    /*letter-spacing: 1px;*/
    padding: 18px 0;
    text-align: left;
    /*  margin: 20px 0 !important; */
    font-weight: bold;
    width: 100%;
    /*
    background: linear-gradient(45deg, rgba(48,254,230,1) 0%, rgba(212,230,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    */ }

  .default .asset-info-publishing-item {
    display: flex;
    margin-bottom: 9px;
    /*
    float:left;
    margin: 0 3% 0 0;
    text-align: center;
    padding: 7px 0 7px 0;
    */ }

  .default .asset-info-publishing-item > * {
    float: left; }

  .default .asset-info-publish-end {
    font-size: 13px;
    font-weight: 700;
    float: left; }

  .default .asset-info-publishing-item > img {
    margin-right: 5px; }

  .default .asset-info-duration {
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    color: #242424;
    white-space: nowrap; }

  .default .asset-info-date {
    font-size: 14px;
    padding-left: 10px;
    color: #242424;
    white-space: nowrap; }

  .default .asset-info-available {
    font-size: 14px;
    padding-left: 10px;
    color: #242424;
    /* text-align: left;
    width: 100%;
    clear: both; */
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap; }

  .default .asset-info-publish {
    font-size: 14px;
    color: #242424;
    text-align: left;
    /* margin: 20px 0 0 0; */
    clear: both; }

  .default .asset-info-download-link {
    padding-top: 10px;
    text-align: left; }

  .default .asset-info-download-link a {
    font-size: 16px;
    font-weight: bold;
    color: #5A5A5A; }

  .default .asset-info-download-link a > img {
    margin-right: 10px;
    float: left; }

  .default .asset-info-download-link a:hover {
    color: #0000bf; }

  .default .asset-info-group-item a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    float: left;
    margin: 0 1% 0 0;
    white-space: nowrap; }

  .default .asset-info-group-item a:hover,
  .default .asset-info-group-item a:focus {
    color: #0000bf;
    text-decoration: underline; }

  .default .asset-info-group-item {
    float: left;
    font-size: 14px;
    margin: 0 1% 1% 0;
    color: #242424; }

  .default .asset-info-group-item span {
    display: none; }

  .default .asset-info-group-item.bold {
    font-weight: bold;
    padding-top: 4px; }

  .default .asset-info-group-item a:active {
    color: inherit; }

  .default .asset-info-description {
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    /* Arial, "Open Sans", Verdana, sans-serif; */
    font-weight: 300;
    margin-top: 35px; }

  .default .asset-info-description p {
    color: #242424;
    font-size: 16px;
    margin: 10px 10px 10px 0;
    font-weight: 400;
    line-height: 21px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif; }

  .default .asset-info-description p a {
    text-decoration: underline; }

  .default .asset-info-description p a:hover,
  .default .asset-info-description p a:focus {
    color: #0000BF; }

  .default .asset-info-description ul {
    list-style: disc; }

  .default .asset-info-right-wrapper {
    float: right;
    /*   margin: 30px 90px 0 0; */
    text-align: right;
    font-size: 16px;
    width: 23%; }

  /* .default .asset-info-share {	
      margin: 38px 0 0 0;
      text-align: left;
      font-size: 1.2em;
  } */
  .default .asset-info-share-title {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #5A5A5A;
    font-size: 16px;
    margin-left: 18px;
    text-align: left; }

  .default .asset-info-share-wrapper {
    display: flex; }

  .default .asset-info-share-item {
    margin: 18px 0px 0 18px; }

  .default .asset-info-share-item .facebook {
    flex: 0 0 65%; }

  .default .asset-info-share-item .twitter {
    flex: 1; }

  .default .asset-info-share-item.email {
    display: none; }

  .default .asset-info-share-item.embed {
    display: none; }

  .default .asset-info-share-item:HOVER {
    cursor: pointer;
    color: #0040ff; }

  .default .asset-info-share-field {
    display: none; }

  .default .asset-info-share-item a {
    text-decoration: none !important; }

  .default .asset-info-publisher {
    display: none; }

  .default .asset-info-production-company {
    display: none; }

  .default .asset-info-production-data .asset-info-publish-start-title {
    display: none; }

  .default .asset-info-production-data .asset-info-publish-end-title {
    display: none; }

  .default .asset-info-series-link {
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    font-weight: bold !important;
    color: #000000;
    text-decoration: none !important;
    font-size: 21px;
    line-height: 22px; }

  .default .asset-info-publishing {
    padding: 0 0 0 0; }

  .default .asset-info-left-wrapper {
    width: 75%;
    border-right: 1px solid lightgray; }

  .default .asset-info-right-wrapper {
    float: right;
    width: 25%; }

  .default .asset-info-right-wrapper .asset-info-production-data {
    margin-top: 18px;
    margin-left: 18px;
    text-align: left; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link {
    margin-top: 28px;
    margin-left: 18px;
    text-align: left; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link a {
    display: flex;
    color: #5a5a5a; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link a:hover {
    color: #0000bf; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link a:focus {
    color: #0000bf; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link .asset-info-podcast-rss-icon {
    width: 32px;
    height: 32px; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link .asset-info-podcast-rss-icon img {
    width: 100%;
    height: 100%; }

  .default .asset-info-right-wrapper .asset-info-podcast-rss-link .asset-info-podcast-rss-text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px; }

  .default .asset-info-portlet .asset-program-name {
    display: none; }

  .default .asset-info-portlet .asset-info-programme {
    display: none; }

  .default #info_view .info-share {
    float: left;
    width: 100%; }

  .default #info_view .info-share .info-share-title {
    margin-left: 0px; }

  .default #info_view .info-share .info-share-wrapper {
    margin-left: 0px; }

  .default #info_view .info-frame {
    width: 75%;
    border-right: 1px solid lightgray; }

  .default #info_view .info-frame hr {
    display: none; }

  .default #info_view .info-frame .info-date-time {
    padding-top: 55px !important; }

  .default #info_view .info-left-wrapper {
    width: 100%;
    border-right: none; }

  .default #info_view .info-right-wrapper {
    width: 100%;
    padding: 0 11px 11px 11px; }

  .default #info_view {
    display: flex !important;
    flex-direction: column-reverse; }

  .default .info-frame-download-link {
    margin-top: 95px;
    padding-top: 0px; }

  .default .info-download-image {
    width: 20px;
    height: 20px; }

  .default .info-download-image.active {
    display: none; }

  .default .info-share-image {
    width: 32px !important;
    height: 32px !important; }

  .default .info-left-wrapper {
    padding-left: 11px; }

  .default .info-groups .info-group-item {
    visibility: hidden; }

  .default .info-groups .bold {
    visibility: visible; }

  .default .info-groups .info-group-item a {
    visibility: visible;
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    font-size: 14px;
    white-space: nowrap;
    float: left;
    font-weight: 500 !important;
    color: #000000 !important; }

  .default .info-groups .info-group-item a:focus,
  .default .info-groups .info-group-item a:hover {
    color: #0000bf !important;
    text-decoration: underline !important; }

  .default .banner-and-event-portlet .banner-events-all {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 20px; }

  .default .banner-and-event-portlet .banner-events-all a {
    color: white;
    background-color: #0000bf;
    border: 2px solid #0000bf;
    padding: 5px 24px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: normal; }

  .default .banner-and-event-portlet .banner-events-all a:hover {
    background-color: #000098;
    text-decoration: none;
    font-weight: normal; }

  .default .banner-and-event-portlet .banner-events-all a:focus {
    outline: 2px solid #0000bf;
    border: 2px solid #ffffff !important;
    text-transform: none;
    background-image: none; }

  .default .banner-and-event-portlet .banner-events {
    display: flex;
    flex-wrap: wrap;
    min-width: 300px; }

  .default .banner-and-event-portlet .banner-events-title-container {
    min-width: 200px; }

  .default .banner-and-event-portlet .banner-upcoming-events-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #ebf4fb; }

  .default .banner-and-event-portlet .banner-events-title {
    text-align: left;
    font-size: 30px;
    line-height: 30px; }

  .default .banner-and-event-portlet .banner-upcoming-event h4 {
    max-height: 78px;
    -webkit-line-clamp: 3; }

  .default .banner-and-event-portlet .banner-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #000000;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #FFE977;
    padding: 15px 35px;
    /*border-radius: 50px;*/
    max-width: 90%;
    width: max-content; }

  .default .category-items-portlet .items-container .serie-item .serie-img-container img {
    height: 100% !important;
    width: auto !important;
    left: -40% !important; }

  .default .category-items-portlet .items-container .serie-item .serie-title-container {
    flex-direction: column; }

  .default .category-items-portlet .items-container .serie-item .serie-img-container .podcast-play-button {
    height: 60px;
    width: 60px; }

  .default .category-items-portlet .items-container .serie-item .serie-title-container .serie-title {
    margin-top: 8px; }

  .default .category-items-portlet .items-container .serie-item .serie-title-container .serie-type {
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    color: #454545;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-weight: normal;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 100%;
    vertical-align: middle;
    -webkit-line-clamp: 3;
    line-height: 15px;
    margin-top: 20px; }

  .default .category-items-portlet .category-image-container .category-title h1 {
    font-size: 44px;
    margin: 0;
    background-color: transparent;
    display: inline-block;
    padding-left: 72px;
    padding-right: 72px;
    min-height: 67px;
    padding-top: 15px;
    font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif;
    max-width: 100%;
    line-height: 1;
    color: #000000;
    word-wrap: break-word;
    overflow: hidden;
    background-color: #ffffff; }

  .category-items-portlet .items-container .asset-item .asset-groups-container {
    display: flex;
    flex-wrap: wrap; }

  .category-items-portlet .items-container .asset-item .asset-groups-container a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis; }

  .category-items-portlet .items-container .asset-item .asset-groups-container a:focus,
  .category-items-portlet .items-container .asset-item .asset-groups-container a:hover {
    font-weight: normal;
    color: #0000bf;
    text-decoration: underline; }

  .category-items-portlet .items-container .asset-item .asset-groups-container span {
    display: none; }

  .category-items-portlet .items-container .asset-item a:hover > .asset-title-container .asset-title,
  .category-items-portlet .items-container .serie-item a:hover > .serie-title-container .serie-title,
  .category-items-portlet .items-container .asset-item a:focus > .asset-title-container .asset-title,
  .category-items-portlet .items-container .serie-item a:focus > .serie-title-container .serie-title {
    text-decoration: underline;
    color: #555555; }

  .category-items-portlet .items-container .more-button-container {
    text-align: center; }

  .category-items-portlet .items-container .more-button-container .load-more-button {
    padding: 4px 24px 0 24px;
    background-color: #0000bf;
    margin: 0;
    border: 2px solid #0000bf;
    outline: 2px solid transparent;
    font-size: 16px;
    font-family: "HelsinkiGrotesk","Helvetica",Arial,sans-serif;
    line-height: 26px;
    text-align: center;
    text-transform: none;
    box-sizing: border-box;
    cursor: pointer; }

  .category-items-portlet .items-container .more-button-container .load-more-button:hover {
    background-color: #000098;
    border: 2px solid #000098;
    outline: 2px solid transparent; }

  .default .category-items-portlet .items-container .asset-duration-container .asset-date {
    display: inline-block;
    padding-left: 12px; }

  .default .on-demand-serie-main-container .on-demand-serie-logo {
    height: 200px; }

  .default .on-demand-serie-main-container .on-demand-serie-serie-container {
    display: flex;
    flex-direction: column; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container {
    display: block;
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    max-width: 520px;
    margin-top: 30px;
    float: left; }

  .default .on-demand-serie-main-container .on-demand-serie-data {
    padding-left: 11px;
    padding-right: 11px; }

  .default .on-demand-serie-main-container .on-demand-serie-title {
    font-size: 44px !important;
    line-height: 44px !important; }

  .default .on-demand-serie-main-container .on-demand-player-container {
    max-width: 620px;
    width: 100%;
    display: block; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups {
    display: flex;
    flex-wrap: wrap; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups a {
    background-color: #f2f2fc;
    padding: 4px 10px;
    border-radius: 40px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 5px; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups span {
    display: none; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups a:focus,
  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-groups a:hover {
    font-weight: normal;
    color: #0000bf;
    text-decoration: underline; }

  .default .on-demand-serie-main-container .on-demand-serie-asset-container .on-demand-serie-asset-duration {
    margin-top: 10px; }

  .default .feedback-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 35px;
    font-family: "HelsinkiGrotesk","Helvetica",Arial,sans-serif!important;
    color: #000000; }

  .default .feedback-wrapper .feedback-main-title h1 {
    font-size: 30px !important;
    line-height: 30px !important; }

  .default .feedback-wrapper .feedback-form-wrapper .feedback-title2 h2 {
    font-size: 24px !important;
    line-height: 24px !important; }

  .default .feedback-wrapper .feedback-form-wrapper .feedback-title2 p {
    color: #5a5a5a;
    font-size: 15px;
    line-height: 21px; }

  .default .feedback-wrapper .feedback-form .feedback-title {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px; }

  .default .feedback-wrapper .feedback-form .feedback-field {
    color: #000000;
    padding: 10px 5px; }

  .default .feedback-wrapper .feedback-form .feedback-text input {
    width: 98%;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 10px 5px; }

  .default .feedback-wrapper .feedback-form .feedback-textarea textarea {
    width: 98%;
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 10px 5px; }

  .default .feedback-wrapper .feedback-form .feedback-body {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 21px;
    color: #5a5a5a; }

  .default .feedback-wrapper .feedback-form .feedback-radio {
    display: inline-block; }

  .default .feedback-wrapper .feedback-form .form-label {
    size: 15px;
    line-height: 21px;
    color: #5a5a5a; }

  .default .feedback-wrapper .feedback-form .feedback-lable {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px; }

  .default .feedback-wrapper .feedback-receipt {
    size: 15px;
    line-height: 21px;
    color: #5a5a5a; }

  .default .daily-live-events .event-details-container .event-info-container {
    font-size: 18px; }

  .default .daily-live-events .event-slider-item a:hover > .data-container .event-info-wrapper .event-details-container .event-name-container,
  .default .daily-live-events .event-slider-item a:focus > .data-container .event-info-wrapper .event-details-container .event-name-container {
    text-decoration: underline;
    color: #555555; }

  .default .daily-live-events .banner-title h1 {
    font-size: 44px !important;
    line-height: 44px !important; }

  body.default {
    width: 100%;
    /*background-color: #ebecec;*/
    background-color: white;
    image-rendering: -webkit-optimize-contrast; }

  .default h1, .default h2 {
    color: black;
    font-family: Arial, "Verdana", sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 1em 0 0.5em; }

  .default .journal-content-article p {
    font-family: "Arial" !important; }

  .default p {
    color: black;
    font-family: Arial, "Verdana", sans-serif;
    font-size: 16px;
    font-family: Arial, "Verdana", sans-serif; }

  .default #topBar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }

  .default #mobile-header img {
    height: 40px; }

  .default #siteLogo {
    float: left;
    margin: 0 1%;
    height: 40px;
    overflow: hidden;
    display: none; }

  .default #siteLogoMobile {
    float: left;
    height: 40px;
    margin: 0 2.5%;
    overflow: hidden;
    padding: 15px 0; }

  .default #siteLogo img {
    height: 40px; }

  .default #siteLogoMobile img {
    height: 40px; }

  .default #siteNavigation {
    float: right;
    height: 40px;
    font-family: Arial, "Verdana", sans-serif;
    text-transform: uppercase;
    padding: 15px 0; }

  .default #siteNavigation ul {
    float: left;
    list-style: outside none none;
    margin: 0; }

  .default #siteNavigation ul li {
    float: left; }

  .default #siteNavigation a, .default #siteNavigation ul li > div {
    display: table-cell;
    height: 40px;
    text-decoration: none;
    vertical-align: middle;
    color: black; }

  .default #siteNavigation a:LINK, .default #siteNavigation a:VISITED {
    text-decoration: none;
    color: black; }

  .default #siteNavigation .navElement {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 0 2px; }

  .default .navElement-icon img {
    vertical-align: top;
    border-radius: 20px; }

  .default #siteNavigation .navElement .navElement-title {
    display: none; }

  .default .navElement:HOVER:not(.no-hover) {
    cursor: pointer;
    /*background-color: #91004B;*/ }

  .default .navElement:HOVER a {
    color: black !important; }

  .default .navElement.selected a {
    color: black !important; }

  .default .navElement.selected:not(.no-hover) {
    /*background-color: #91004B;*/ }

  .default .sign-in-container, .default .sign-out-container {
    float: left; }

  .default .sign-in-button, .default .sign-out-button, .social-media-button {
    display: table-cell;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    color: #052E68 !important;
    height: 40px; }

  /*
  .default .search-container {
  	float:right;
  	height: 40px;
  }
  */
  .default .nav-search {
    text-align: center;
    vertical-align: middle;
    padding: 0 2px;
    height: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .default .nav-search:HOVER {
    cursor: pointer; }

  .default .nav-search img {
    height: 40px; }

  .default .nav-search.selected {
    background-color: white !important;
    background-image: none !important; }

  .default .nav-search > #nav_search_active {
    display: none; }

  .default .nav-search > #nav_search_inactive {
    display: block; }

  .default .nav-search.selected > #nav_search_active {
    display: block; }

  .default .nav-search.selected > #nav_search_inactive {
    display: none; }

  .default .search-bar {
    position: absolute;
    display: none;
    z-index: 500;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .default .search-bar img {
    height: 40px; }

  .default .search-bar table {
    width: 100%;
    background-color: black; }

  .default .search-bar table td {
    padding: 2.5%;
    vertical-align: middle; }

  .default .search-bar table td:FIRST-CHILD {
    height: 30px;
    padding-right: 0 !important;
    padding-left: 2.5%; }

  .default .search-bar table td:LAST-CHILD {
    width: 15%;
    text-align: center; }

  .default .search-bar input {
    border: medium none !important;
    font-size: 18px;
    height: 40px;
    padding: 2.5%;
    width: 99.5% !important; }

  .default .search-bar-search-button {
    background-color: black;
    color: white;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 12px 0;
    text-transform: uppercase; }

  .default .search-button {
    padding: 0 !important; }

  .default .search-button:HOVER {
    cursor: pointer; }

  .default .folders-toggle {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    float: right; }

  .default .folders-toggle.active {
    background-color: white; }

  .default .folders-toggle:HOVER {
    cursor: pointer; }

  .default .folders-toggle img {
    height: 40px; }

  .default .folders-container {
    clear: both;
    width: 100%;
    height: 0;
    max-height: 0;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    background-color: black;
    overflow: auto; }

  .default .folders {
    overflow: auto;
    margin: 1% auto;
    width: 98%;
    font-family: Arial, "Verdana", sans-serif; }

  .default .folder-0 {
    /*float: left;*/
    color: white;
    font-size: 18px;
    margin: 5%;
    text-transform: uppercase; }

  .default .folder-0:HOVER {
    cursor: pointer; }

  .default .folder-0.selected {
    color: white; }

  .default .folder-1 {
    font-size: 15px;
    color: white;
    float: left;
    margin: 4% 2%;
    /* border-right: 1px solid #ffffff; */
    /* border-left: 1px solid #ffffff; */
    padding: 0 2%;
    width: 25%; }

  .default .folder-1.selected {
    color: #00a6cd; }

  .default .suite-button:HOVER, .default .suite-button-2:HOVER {
    cursor: pointer; }

  .default .suite-button {
    background-color: black;
    display: inline-block;
    border-radius: 3px;
    line-height: 1;
    transition: all 0.2s linear 0s;
    padding: 16px 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: white; }

  .default .suite-button-2 {
    background-color: #00a6cd;
    display: inline-block;
    border-radius: 3px;
    line-height: 1;
    transition: all 0.2s linear 0s;
    padding: 5px;
    text-transform: uppercase;
    color: white;
    text-align: center; }

  .default .suite-button-text {
    color: white;
    padding: 5px; }

  .default .suite-button .suite-button-image {
    padding-right: 10px; }

  .default .suite-button-2 .suite-button-image {
    padding: 5px; }

  .default .list-table {
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    width: 100%; }

  .default .list-table label {
    font-weight: normal !important;
    text-shadow: none !important; }

  .default .list-table tr {
    /*background-color: #EAEAEA;*/ }

  .default .list-row:HOVER td {
    color: white;
    background-color: #00a6cd !important;
    cursor: pointer; }

  .default .list-table td {
    padding: 10px !important;
    color: black !important; }

  .default .list-table tr.selected td, .default .list-add, .list-edit {
    color: white !important;
    background-color: #00a6cd !important; }

  .default .list-table .list-image {
    height: 32px; }

  .default .list-table .list-actions {
    white-space: nowrap;
    float: right;
    clear: both; }

  .default .list-table .list-actions > span {
    padding: 5px 8px; }

  .default .list-table .list-actions span img {
    cursor: pointer; }

  /* Columns */
  .default .ism-columns {
    width: 100%; }

  .default .ism-columns > div {
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*transition: 0.5s all ease-in;*/ }

  .default .ism-columns iframe {
    padding: 0 !important;
    margin: 0 !important; }

  .default iframe .portlet-column {
    border-right: none !important; }

  .default .ism-column-1 {
    border-right: none !important;
    width: 100%; }

  .default .ism-column-1-left {
    background-color: #d6d6d6;
    width: 100%; }

  .default .ism-column-1-2, .default .ism-column-2-2 {
    width: 50%; }

  .default .ism-column-1-3, .default .ism-column-2-3, .default .ism-column-3-3 {
    width: 33.33%; }

  .default .ism-column-1-4, .default .ism-column-2-4, .default .ism-column-3-4, .default .ism-column-4-4 {
    width: 25%; }

  .default .ism-column-1-2-25 {
    width: 20%; }

  .default .ism-column-2-2-75 {
    border-left: 1px solid white;
    width: 80%; }

  .default .ism-column-1-3-20 {
    width: 20%; }

  .default .ism-column-2-3-40, .default .ism-column-3-3-40 {
    width: 40%; }

  .default label {
    float: none;
    font-weight: normal;
    line-height: 100%;
    margin: 15px 10px 3px;
    padding: 0;
    text-transform: uppercase;
    width: auto;
    text-shadow: none;
    clear: both; }

  .default input[type="text"], .default input[type="password"], .default input[type="file"], .default textarea, .default .textarea, .aui-field-input-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #cccccc;
    padding: 10px 5px;
    font-weight: normal;
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    background-image: none;
    margin: 2px 2px;
    width: 100%;
    color: black; }

  .default select {
    padding: 10px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #cccccc;
    font-weight: normal;
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    background-image: none;
    width: 100%;
    margin: 2px 2px;
    color: black; }

  .default input[type=button], .default input[type=submit], .default input[type=reset], button {
    font-weight: normal;
    background-color: #A2D0F0;
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-shadow: none;
    transition: all 0.2s linear 0s;
    padding: 5px;
    text-align: center;
    background-image: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase; }

  .default input[type=button]:HOVER, .default input[type=submit]:HOVER, .default input[type=reset]:HOVER, .default button:HOVER {
    background-color: #72AEDE;
    background-image: none;
    cursor: pointer;
    color: white; }

  .default .ism-content-wrapper {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto; }

  .default .main-list-table {
    width: 100%;
    font-family: Arial, 'Open Sans', Verdana, sans-serif; }

  .default .main-list-table td {
    padding: 0;
    margin: 0px 10px; }

  .default .main-list-table td.empty {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  .default .main-list-row {
    border-bottom: 1px solid #7a7a7a;
    height: 65px;
    min-height: 60px;
    min-height: 64px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3); }

  .default .main-list-row.selected {
    background-color: #325D94 !important;
    color: white; }

  .default .main-list-row:HOVER td {
    color: white; }

  .default .main-list-image {
    margin-top: 3px;
    height: auto;
    max-width: 60px;
    border: 3px solid rgba(0, 0, 0, 0.2); }

  .default .main-list-title {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    margin-left: 6px;
    min-width: 140px; }

  .default .main-list-description {
    position: relative;
    margin-top: 4px;
    margin-left: 6px;
    min-width: 140px;
    font-size: 12px; }

  .default .main-list-price {
    font-size: 14px; }

  .default .main-list-table .main-list-actions, .default .main-list-table .main-list-extra {
    white-space: nowrap;
    float: right;
    margin: 0px 5px 0px 5px;
    clear: both;
    padding-right: 15px; }

  .default .main-list-table .main-list-actions > span, .default .main-list-table .main-list-extra > span {
    padding-left: 10px;
    padding-right: 0; }

  .default .main-list-table .main-list-actions span img {
    cursor: pointer; }

  .default .portlet-login form {
    text-align: center; }

  .default .portlet-login .navigation {
    background: none !important;
    border-top: 1px solid #BFBFBF;
    padding: 10px;
    text-align: center; }

  .default .portlet-login .aui-choice-label {
    text-transform: none; }

  .default .portlet-login .aui-field-label {
    display: block;
    float: none;
    margin: 30px 10px 10px 0;
    text-align: center;
    width: 100%; }

  .default .portlet-login input[type=button], .portlet-login input[type=submit], .portlet-login input[type=reset], .portlet-login button {
    font-weight: bold;
    background-color: black;
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-shadow: none;
    transition: all 0.2s linear 0s;
    padding: 16px 24px;
    text-align: center;
    background-image: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 3px;
    margin: 0;
    width: 150px;
    text-transform: uppercase; }

  .default .portlet-login input[type=button]:HOVER, .portlet-login input[type=submit]:HOVER, .portlet-login input[type=reset]:HOVER, .portlet-login button:HOVER {
    background-image: none;
    background-color: #0d0d0d;
    cursor: pointer;
    border-radius: 3px;
    padding: 16px 24px;
    color: white;
    width: 150px;
    font-weight: bold; }

  .default .portlet-login input[type="text"], .portlet-login input[type="password"], .aui-field-input-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 0px solid black;
    padding: 10px 5px;
    margin: 0px auto;
    font-weight: normal;
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    background-image: none;
    width: 90%;
    color: black; }

  .default .taglib-icon .taglib-text {
    color: black;
    text-decoration: none;
    padding-left: 10px; }

  .default .portlet-login .aui-form .aui-button-holder {
    margin-bottom: 35px;
    margin-top: 35px; }

  .default .aui-form-validator-error-container .aui-field-element {
    background: url("/icareus-suite-public-theme/images/messages/error.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
    padding-right: 30px; }

  .default .portlet-login label {
    color: white;
    float: none;
    font-weight: normal;
    line-height: 100%;
    padding: 0;
    text-transform: uppercase;
    width: auto;
    text-shadow: none;
    clear: both; }

  .default .portlet-login label {
    color: white;
    float: none;
    font-weight: normal;
    line-height: 100%;
    padding: 0;
    text-transform: uppercase;
    width: auto;
    text-shadow: none;
    margin: 15px 0px 3px;
    clear: both; }

  .default .signup-form {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3); }

  .default .signup-form table tr:FIRST-CHILD {
    width: 30%; }

  .default #registration-text {
    font-size: 22px;
    line-height: 20px;
    padding-bottom: 0px; }

  .default #registration-text.signup-form div {
    text-align: center; }

  .default #registration-text.signup-form table {
    width: 100%; }

  .default #suite-portlet-wrapper {
    margin: 0px; }

  .default .error-message-view {
    background-color: #B95A51;
    border: 2px solid #D51907; }

  .default .list-table td {
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    padding: 10px !important;
    color: white;
    font-size: 13px; }

  .default .list-table-profile .list-table {
    font-family: Arial, 'Open Sans', Verdana, sans-serif;
    font-size: 12px !important;
    font-weight: normal !important;
    width: 100%;
    margin-top: 20px; }

  .default #p_p_id_58_ {
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.3); }

  .default .user-portrait {
    display: none; }

  .default .web-portlet-header {
    width: 100%;
    height: 50px;
    background-color: #325D94; }

  .default .registration-title-wrapper {
    color: #00a6cd;
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: bold;
    padding-right: 10px;
    text-align: right !important; }

  .default .portlet-login .aui-form fieldset {
    text-align: center;
    font-size: 14px; }

  .default .taglib-captcha .captcha {
    margin: 1% auto; }

  .default .footer {
    width: 100%;
    font-family: Arial, "Verdana", sans-serif; }

  .default .footer .row-1 {
    background-color: white;
    padding: 0 10%;
    width: 80%; }

  .default .footer .col-1-2 {
    text-align: center; }

  .default .footer .col-2-2 {
    overflow: auto; }

  .default .footer .logo {
    margin: 5% auto; }

  .default .footer .nav-link {
    clear: both;
    color: black;
    display: table;
    margin: 2% auto;
    text-align: center;
    text-decoration: none; }

  .default .footer .nav-link .link-text {
    display: table-cell;
    font-size: 16px;
    padding: 0 5px;
    text-align: right;
    vertical-align: middle;
    width: 50%; }

  .default .footer .nav-link .link-icon {
    display: table-cell;
    text-align: left;
    width: 50%; }

  .default .footer .nav-link .link-icon img {
    height: 100%; }

  .default #siteNavigation .nav-link .link-icon img {
    height: 40px;
    border-radius: 20px; }

  .default .nav-link:HOVER:not(.no-hover), .default .external-link:HOVER:not(.no-hover), .default .follow-link:HOVER:not(.no-hover) {
    cursor: pointer; }

  .default .nav-link:HOVER:not(.no-hover) .link-text {
    text-decoration: underline; }

  .default .footer .row-2 {
    width: 80%;
    height: 70px;
    padding: 0 10%;
    background-color: black;
    display: table;
    font-size: 14px; }

  .default .footer .col-1-3, .default .footer .col-2-3, .default .footer .col-3-3 {
    color: white;
    display: table;
    float: left;
    margin: 2.5% auto;
    text-align: center;
    vertical-align: middle;
    width: 100%; }

  .default .footer .col-1-3 > *, .default .footer .col-2-3 > *, .default .footer .col-3-3 > * {
    display: table-cell;
    vertical-align: middle;
    height: 40px; }

  .default .footer .col-2-3 > *, .default .footer .col-3-3 > * {
    text-align: center; }

  .default .footer .col-3-3 .label {
    text-align: center;
    color: white; }

  .default .footer .col-2-3 > *:not(:last-child) {
    text-align: center;
    border-right: 1px solid white; }

  .default .footer .row-2 a:HOVER {
    text-decoration: underline; }

  .default .footer .row-2 a {
    text-decoration: none;
    color: white; }

  .default .scroll-up {
    position: fixed;
    display: none;
    bottom: 10px;
    right: 10px;
    cursor: pointer; }

  .default .vertical-epg .channel .channel-events {
    background-color: white;
    color: #222222; }

  .default .vertical-epg .current {
    background-color: #f36815;
    color: white; }

  .default .vertical-epg .channel .channel-info {
    background-color: #222222;
    color: white; }

  .default .vertical-epg #date_bar {
    background-color: #f36815; }

  .default .vertical-epg #date_scroller_resp {
    color: white; }

  hr {
    width: 98%;
    height: 1px;
    border: 0;
    border-top: 1px solid #B5B5B5;
    margin: 1em 0;
    padding: 0; }

  .default .series-header-container {
    width: 100%;
    height: 506px;
    background-color: #cfe4f5;
    padding-left: 11px;
    padding-right: 11px; }

  .default .series-header {
    width: 100%;
    max-width: 1140px;
    color: black;
    font-size: 44px;
    line-height: 44px;
    font-family: "HelsinkiGrotesk",Helvetica,Arial,sans-serif;
    margin: auto;
    padding-top: 107px; } }
@media only screen and (max-width: 767px) and only screen and (max-width: 670px) {
  .default .most-popular-assets2 .category-title-info .slider-category-link {
    text-align: left;
    margin-left: 0 !important;
    width: initial;
    font-weight: normal; } }
/*
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width:576px) {
  .container {
    max-width: 540px; } }
@media (min-width:768px) {
  .container {
    max-width: 720px; } }
@media (min-width:992px) {
  .container {
    max-width: 960px; } }
@media (min-width:1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

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

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

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

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

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

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none!important; }

.d-inline {
  display: inline!important; }

.d-inline-block {
  display: inline-block!important; }

.d-block {
  display: block!important; }

.d-table {
  display: table!important; }

.d-table-row {
  display: table-row!important; }

.d-table-cell {
  display: table-cell!important; }

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important; }

.d-inline-flex {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important; }

@media (min-width:576px) {
  .d-sm-none {
    display: none!important; }

  .d-sm-inline {
    display: inline!important; }

  .d-sm-inline-block {
    display: inline-block!important; }

  .d-sm-block {
    display: block!important; }

  .d-sm-table {
    display: table!important; }

  .d-sm-table-row {
    display: table-row!important; }

  .d-sm-table-cell {
    display: table-cell!important; }

  .d-sm-flex {
    display: -ms-flexbox!important;
    display: flex!important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important; } }
@media (min-width:768px) {
  .d-md-none {
    display: none!important; }

  .d-md-inline {
    display: inline!important; }

  .d-md-inline-block {
    display: inline-block!important; }

  .d-md-block {
    display: block!important; }

  .d-md-table {
    display: table!important; }

  .d-md-table-row {
    display: table-row!important; }

  .d-md-table-cell {
    display: table-cell!important; }

  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important; } }
@media (min-width:992px) {
  .d-lg-none {
    display: none!important; }

  .d-lg-inline {
    display: inline!important; }

  .d-lg-inline-block {
    display: inline-block!important; }

  .d-lg-block {
    display: block!important; }

  .d-lg-table {
    display: table!important; }

  .d-lg-table-row {
    display: table-row!important; }

  .d-lg-table-cell {
    display: table-cell!important; }

  .d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important; } }
@media (min-width:1200px) {
  .d-xl-none {
    display: none!important; }

  .d-xl-inline {
    display: inline!important; }

  .d-xl-inline-block {
    display: inline-block!important; }

  .d-xl-block {
    display: block!important; }

  .d-xl-table {
    display: table!important; }

  .d-xl-table-row {
    display: table-row!important; }

  .d-xl-table-cell {
    display: table-cell!important; }

  .d-xl-flex {
    display: -ms-flexbox!important;
    display: flex!important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important; } }
@media print {
  .d-print-none {
    display: none!important; }

  .d-print-inline {
    display: inline!important; }

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

  .d-print-block {
    display: block!important; }

  .d-print-table {
    display: table!important; }

  .d-print-table-row {
    display: table-row!important; }

  .d-print-table-cell {
    display: table-cell!important; }

  .d-print-flex {
    display: -ms-flexbox!important;
    display: flex!important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important; } }
.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important; }

.flex-column {
  -ms-flex-direction: column!important;
  flex-direction: column!important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important; }

.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important; }

.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important; }

.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important; }

.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important; }

.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important; }

.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important; }

.justify-content-start {
  -ms-flex-pack: start!important;
  justify-content: flex-start!important; }

.justify-content-end {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important; }

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important; }

.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important; }

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important; }

.align-items-start {
  -ms-flex-align: start!important;
  align-items: flex-start!important; }

.align-items-end {
  -ms-flex-align: end!important;
  align-items: flex-end!important; }

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important; }

.align-items-baseline {
  -ms-flex-align: baseline!important;
  align-items: baseline!important; }

.align-items-stretch {
  -ms-flex-align: stretch!important;
  align-items: stretch!important; }

.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important; }

.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important; }

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important; }

.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important; }

.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important; }

.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important; }

.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important; }

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important; }

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important; }

.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important; }

.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important; }

@media (min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important; }

  .flex-sm-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important; }

  .justify-content-sm-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important; }

  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important; }

  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    justify-content: center!important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important; }

  .align-items-sm-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important; }

  .align-items-sm-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important; }

  .align-items-sm-center {
    -ms-flex-align: center!important;
    align-items: center!important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important; }

  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important; }

  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important; }

  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important; } }
@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important; }

  .flex-md-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important; }

  .justify-content-md-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important; }

  .justify-content-md-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important; }

  .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important; }

  .justify-content-md-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important; }

  .align-items-md-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important; }

  .align-items-md-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important; }

  .align-items-md-center {
    -ms-flex-align: center!important;
    align-items: center!important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important; }

  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important; }

  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important; }

  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important; }

  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important; }

  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important; }

  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important; } }
@media (min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important; }

  .flex-lg-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important; }

  .justify-content-lg-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important; }

  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important; }

  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    justify-content: center!important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important; }

  .align-items-lg-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important; }

  .align-items-lg-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important; }

  .align-items-lg-center {
    -ms-flex-align: center!important;
    align-items: center!important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important; }

  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important; }

  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important; }

  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important; } }
@media (min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important; }

  .flex-xl-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important; }

  .justify-content-xl-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important; }

  .justify-content-xl-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important; }

  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    justify-content: center!important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important; }

  .align-items-xl-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important; }

  .align-items-xl-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important; }

  .align-items-xl-center {
    -ms-flex-align: center!important;
    align-items: center!important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important; }

  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important; }

  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important; }

  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important; } }
.m-0 {
  margin: 0!important; }

.mt-0, .my-0 {
  margin-top: 0!important; }

.mr-0, .mx-0 {
  margin-right: 0!important; }

.mb-0, .my-0 {
  margin-bottom: 0!important; }

.ml-0, .mx-0 {
  margin-left: 0!important; }

.m-1 {
  margin: .25rem!important; }

.mt-1, .my-1 {
  margin-top: .25rem!important; }

.mr-1, .mx-1 {
  margin-right: .25rem!important; }

.mb-1, .my-1 {
  margin-bottom: .25rem!important; }

.ml-1, .mx-1 {
  margin-left: .25rem!important; }

.m-2 {
  margin: .5rem!important; }

.mt-2, .my-2 {
  margin-top: .5rem!important; }

.mr-2, .mx-2 {
  margin-right: .5rem!important; }

.mb-2, .my-2 {
  margin-bottom: .5rem!important; }

.ml-2, .mx-2 {
  margin-left: .5rem!important; }

.m-3 {
  margin: 1rem!important; }

.mt-3, .my-3 {
  margin-top: 1rem!important; }

.mr-3, .mx-3 {
  margin-right: 1rem!important; }

.mb-3, .my-3 {
  margin-bottom: 1rem!important; }

.ml-3, .mx-3 {
  margin-left: 1rem!important; }

.m-4 {
  margin: 1.5rem!important; }

.mt-4, .my-4 {
  margin-top: 1.5rem!important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem!important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem!important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem!important; }

.m-5 {
  margin: 3rem!important; }

.mt-5, .my-5 {
  margin-top: 3rem!important; }

.mr-5, .mx-5 {
  margin-right: 3rem!important; }

.mb-5, .my-5 {
  margin-bottom: 3rem!important; }

.ml-5, .mx-5 {
  margin-left: 3rem!important; }

.p-0 {
  padding: 0!important; }

.pt-0, .py-0 {
  padding-top: 0!important; }

.pr-0, .px-0 {
  padding-right: 0!important; }

.pb-0, .py-0 {
  padding-bottom: 0!important; }

.pl-0, .px-0 {
  padding-left: 0!important; }

.p-1 {
  padding: .25rem!important; }

.pt-1, .py-1 {
  padding-top: .25rem!important; }

.pr-1, .px-1 {
  padding-right: .25rem!important; }

.pb-1, .py-1 {
  padding-bottom: .25rem!important; }

.pl-1, .px-1 {
  padding-left: .25rem!important; }

.p-2 {
  padding: .5rem!important; }

.pt-2, .py-2 {
  padding-top: .5rem!important; }

.pr-2, .px-2 {
  padding-right: .5rem!important; }

.pb-2, .py-2 {
  padding-bottom: .5rem!important; }

.pl-2, .px-2 {
  padding-left: .5rem!important; }

.p-3 {
  padding: 1rem!important; }

.pt-3, .py-3 {
  padding-top: 1rem!important; }

.pr-3, .px-3 {
  padding-right: 1rem!important; }

.pb-3, .py-3 {
  padding-bottom: 1rem!important; }

.pl-3, .px-3 {
  padding-left: 1rem!important; }

.p-4 {
  padding: 1.5rem!important; }

.pt-4, .py-4 {
  padding-top: 1.5rem!important; }

.pr-4, .px-4 {
  padding-right: 1.5rem!important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem!important; }

.pl-4, .px-4 {
  padding-left: 1.5rem!important; }

.p-5 {
  padding: 3rem!important; }

.pt-5, .py-5 {
  padding-top: 3rem!important; }

.pr-5, .px-5 {
  padding-right: 3rem!important; }

.pb-5, .py-5 {
  padding-bottom: 3rem!important; }

.pl-5, .px-5 {
  padding-left: 3rem!important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3, .my-n3 {
  margin-top: -1rem !important; }

.mr-n3, .mx-n3 {
  margin-right: -1rem !important; }

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3, .mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5, .my-n5 {
  margin-top: -3rem !important; }

.mr-n5, .mx-n5 {
  margin-right: -3rem !important; }

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5, .mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto!important; }

.mt-auto, .my-auto {
  margin-top: auto!important; }

.mr-auto, .mx-auto {
  margin-right: auto!important; }

.mb-auto, .my-auto {
  margin-bottom: auto!important; }

.ml-auto, .mx-auto {
  margin-left: auto!important; }

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important; }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0!important; }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0!important; }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important; }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0!important; }

  .m-sm-1 {
    margin: .25rem!important; }

  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem!important; }

  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem!important; }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem!important; }

  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem!important; }

  .m-sm-2 {
    margin: .5rem!important; }

  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem!important; }

  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem!important; }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem!important; }

  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem!important; }

  .m-sm-3 {
    margin: 1rem!important; }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem!important; }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem!important; }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem!important; }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem!important; }

  .m-sm-4 {
    margin: 1.5rem!important; }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem!important; }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem!important; }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem!important; }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem!important; }

  .m-sm-5 {
    margin: 3rem!important; }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem!important; }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem!important; }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem!important; }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem!important; }

  .p-sm-0 {
    padding: 0!important; }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0!important; }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0!important; }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0!important; }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0!important; }

  .p-sm-1 {
    padding: .25rem!important; }

  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem!important; }

  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem!important; }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem!important; }

  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem!important; }

  .p-sm-2 {
    padding: .5rem!important; }

  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem!important; }

  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem!important; }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem!important; }

  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem!important; }

  .p-sm-3 {
    padding: 1rem!important; }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem!important; }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem!important; }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem!important; }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem!important; }

  .p-sm-4 {
    padding: 1.5rem!important; }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem!important; }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem!important; }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem!important; }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem!important; }

  .p-sm-5 {
    padding: 3rem!important; }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important; }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem!important; }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem!important; }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem!important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto!important; }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto!important; }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto!important; }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto!important; }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important; } }
@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important; }

  .mt-md-0, .my-md-0 {
    margin-top: 0!important; }

  .mr-md-0, .mx-md-0 {
    margin-right: 0!important; }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0!important; }

  .ml-md-0, .mx-md-0 {
    margin-left: 0!important; }

  .m-md-1 {
    margin: .25rem!important; }

  .mt-md-1, .my-md-1 {
    margin-top: .25rem!important; }

  .mr-md-1, .mx-md-1 {
    margin-right: .25rem!important; }

  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem!important; }

  .ml-md-1, .mx-md-1 {
    margin-left: .25rem!important; }

  .m-md-2 {
    margin: .5rem!important; }

  .mt-md-2, .my-md-2 {
    margin-top: .5rem!important; }

  .mr-md-2, .mx-md-2 {
    margin-right: .5rem!important; }

  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem!important; }

  .ml-md-2, .mx-md-2 {
    margin-left: .5rem!important; }

  .m-md-3 {
    margin: 1rem!important; }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem!important; }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem!important; }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem!important; }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem!important; }

  .m-md-4 {
    margin: 1.5rem!important; }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem!important; }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem!important; }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem!important; }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important; }

  .m-md-5 {
    margin: 3rem!important; }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem!important; }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem!important; }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem!important; }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem!important; }

  .p-md-0 {
    padding: 0!important; }

  .pt-md-0, .py-md-0 {
    padding-top: 0!important; }

  .pr-md-0, .px-md-0 {
    padding-right: 0!important; }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0!important; }

  .pl-md-0, .px-md-0 {
    padding-left: 0!important; }

  .p-md-1 {
    padding: .25rem!important; }

  .pt-md-1, .py-md-1 {
    padding-top: .25rem!important; }

  .pr-md-1, .px-md-1 {
    padding-right: .25rem!important; }

  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem!important; }

  .pl-md-1, .px-md-1 {
    padding-left: .25rem!important; }

  .p-md-2 {
    padding: .5rem!important; }

  .pt-md-2, .py-md-2 {
    padding-top: .5rem!important; }

  .pr-md-2, .px-md-2 {
    padding-right: .5rem!important; }

  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem!important; }

  .pl-md-2, .px-md-2 {
    padding-left: .5rem!important; }

  .p-md-3 {
    padding: 1rem!important; }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem!important; }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem!important; }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem!important; }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem!important; }

  .p-md-4 {
    padding: 1.5rem!important; }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem!important; }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem!important; }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important; }

  .p-md-5 {
    padding: 3rem!important; }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem!important; }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem!important; }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important; }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem!important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto!important; }

  .mt-md-auto, .my-md-auto {
    margin-top: auto!important; }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto!important; }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto!important; }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto!important; } }
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important; }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0!important; }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0!important; }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0!important; }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0!important; }

  .m-lg-1 {
    margin: .25rem!important; }

  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem!important; }

  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem!important; }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem!important; }

  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem!important; }

  .m-lg-2 {
    margin: .5rem!important; }

  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem!important; }

  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem!important; }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem!important; }

  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem!important; }

  .m-lg-3 {
    margin: 1rem!important; }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem!important; }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem!important; }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem!important; }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem!important; }

  .m-lg-4 {
    margin: 1.5rem!important; }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem!important; }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem!important; }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem!important; }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem!important; }

  .m-lg-5 {
    margin: 3rem!important; }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem!important; }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem!important; }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem!important; }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem!important; }

  .p-lg-0 {
    padding: 0!important; }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0!important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0!important; }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0!important; }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0!important; }

  .p-lg-1 {
    padding: .25rem!important; }

  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem!important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem!important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem!important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem!important; }

  .p-lg-2 {
    padding: .5rem!important; }

  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem!important; }

  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem!important; }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem!important; }

  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem!important; }

  .p-lg-3 {
    padding: 1rem!important; }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem!important; }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem!important; }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem!important; }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem!important; }

  .p-lg-4 {
    padding: 1.5rem!important; }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem!important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem!important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem!important; }

  .p-lg-5 {
    padding: 3rem!important; }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important; }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important; }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important; }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto!important; }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto!important; }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto!important; }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto!important; }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto!important; } }
@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important; }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0!important; }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0!important; }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important; }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0!important; }

  .m-xl-1 {
    margin: .25rem!important; }

  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem!important; }

  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem!important; }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem!important; }

  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem!important; }

  .m-xl-2 {
    margin: .5rem!important; }

  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem!important; }

  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem!important; }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem!important; }

  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem!important; }

  .m-xl-3 {
    margin: 1rem!important; }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem!important; }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem!important; }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem!important; }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem!important; }

  .m-xl-4 {
    margin: 1.5rem!important; }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem!important; }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem!important; }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem!important; }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem!important; }

  .m-xl-5 {
    margin: 3rem!important; }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem!important; }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem!important; }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem!important; }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem!important; }

  .p-xl-0 {
    padding: 0!important; }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0!important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0!important; }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0!important; }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0!important; }

  .p-xl-1 {
    padding: .25rem!important; }

  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem!important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem!important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem!important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem!important; }

  .p-xl-2 {
    padding: .5rem!important; }

  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem!important; }

  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem!important; }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem!important; }

  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem!important; }

  .p-xl-3 {
    padding: 1rem!important; }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem!important; }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem!important; }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem!important; }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem!important; }

  .p-xl-4 {
    padding: 1.5rem!important; }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem!important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem!important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem!important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem!important; }

  .p-xl-5 {
    padding: 3rem!important; }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem!important; }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem!important; }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem!important; }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem!important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto!important; }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto!important; }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto!important; }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto!important; }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto!important; } }
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* Styles */
/*
Colours:
    --skyblue/SUMU: #9FC9EB;
    --orange/METRO: #FD4F00;
    --aqua/KUPARI: #00D7A7;
    --yellow: #FFC61E;
    --navy: #0072C6;
    --grey: #DEDFE1;
    --white: #fff;
    --black: #000;
*/
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: Arial, Verdana, sans-serif; }

.wrapper {
  padding-bottom: 50px; }

.contentWrapper {
  min-height: 60vh; }

ul {
  list-style: none; }

a:link, a:visited {
  text-decoration: none;
  color: #0072C6; }

/*
a:hover, a:active, a:focus {
    text-decoration: underline;
}
*/
body * {
  transition: all ease 0.2s; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1.2em;
  margin: 0; }

p {
  margin: 30px 0; }

.container.background-gray {
  height: auto !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 30px !important;
  background-color: transparent !important;
  background-image: none !important; }

.background-gray .unpublished-info {
  color: #000 !important;
  background-color: transparent !important; }

.unpublished-info-wrapper .unpublished-info-item.future-event-countdown {
  color: #fff !important; }

.unpublished-info-wrapper .unpublished-info-item.future-event-countdown .future-event-countdown-item-val {
  color: #000 !important; }

/*
.unpublished-info-wrapper .unpublished-info-item.future-event-title::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 250px;
	background-image: url("")
}
*/
/* Header styles */
.header-menu-wrapper {
  background-color: #9FC9EB !important;
  color: #000 !important;
  margin: 0;
  /*padding: 45px 0 25px 0;*/
  padding: 20px 0 25px 0; }

.header-decoration {
  display: block;
  bottom: 0;
  height: 24px;
  width: 100%;
  padding: 0;
  background-image: url("../images/color_schemes/default/bg_decoration_blue.png");
  background-repeat: repeat-x;
  background-position: center;
  margin-bottom: 70px; }

/* new styles to have the city logo on top of hkikanava text */
.header-menu .menu-title {
  display: flex;
  flex-direction: column; }

.header-menu .menu-title img {
  max-width: 100px;
  height: auto;
  margin-bottom: 30px; }

.header-menu .row.flex-center {
  align-items: center; }

/* end of new code */
.header-menu a:link, .header-menu a:visited {
  color: #000; }

.header-menu a:hover, .header-menu a:active, .header-menu a:focus {
  /*    color: #FFC61E;*/
  color: #fd4f00;
  text-decoration: underline; }

.nav-item-span:hover, .nav-item-span:focus {
  color: #fd4f00;
  text-decoration: underline; }

.header-title {
  font-size: 2.4em;
  font-weight: 800;
  line-height: 1; }

.header-subtitle {
  font-size: 110%;
  font-weight: 600; }

.menu-search {
  padding: 12px; }

.searchField {
  background: #fff;
  padding: 5px;
  /*width: 90%;*/
  width: 100%;
  margin: auto; }

.searchField div {
  display: inline-block; }

.searchField input {
  width: 78% !important;
  height: 40px;
  margin: 0 !important;
  border: 0 none transparent !important;
  float: left !important;
  font-size: 120%;
  padding-bottom: 10px !important; }

.searchField .searchButton {
  width: 20%;
  text-align: right; }

.searchField .searchButton img {
  float: right; }

.header-menu .nav-items ul {
  padding: 6px 0;
  float: left;
  margin: 3% auto; }

.header-menu .nav-items ul {
  /*width: 72%;*/
  width: 100%; }

.nav-items li {
  display: inline-block;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600; }

.nav-items li:not(:last-of-type) {
  margin-right: 3%; }

.logo-area {
  text-align: right;
  width: 27%;
  float: right; }

.logo-area img {
  width: 100%;
  max-width: 144px; }

/* Fixes for mobile menu */
.header-menu-mobile .row > div {
  padding-left: 15px;
  padding-right: 15px; }

.header-menu-mobile .nav-items ul {
  width: 100%; }

.header-menu-mobile .nav-items .searchIcon {
  width: 70%;
  vertical-align: bottom; }

.header-menu-mobile .searchField {
  width: 100%; }

.header-menu-mobile .nav-items li {
  font-size: 100%; }

/*Footer styles */
.footer-decoration {
  display: block;
  bottom: 0;
  height: 24px;
  width: 100%;
  padding: 0;
  background-image: url("../images/color_schemes/default/bg_decoration_yellow.png");
  background-repeat: repeat-x;
  background-position: center;
  margin-top: 0px; }

.footer-wrapper {
  background-color: #FFC61E;
  color: #000;
  margin: 0;
  padding: 40px 0 40px 0; }

.footer-wrapper a {
  color: #000 !important; }

.footer-logo {
  text-align: left; }

.footer-logo img {
  width: 100%;
  max-width: 144px; }

.footer-navigation ul {
  float: right;
  width: 100%;
  padding: 0;
  text-align: right; }

.footer-navigation li {
  display: inline-block;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  margin-left: 5%; }

.default .ism-content-wrapper .od-player-container {
  /*max-width: 100% !important;*/
  max-width: 1140px !important;
  margin: 0 auto !important;
  max-height: max-content !important; }

.default .info-frame {
  font-family: Arial, 'Verdana', sans-serif; }

.default .info-frame .recording-title {
  font-size: 2.5rem !important;
  color: #222 !important;
  /*text-transform: uppercase;*/
  line-height: 1em;
  padding-bottom: .4em;
  letter-spacing: -2px;
  margin: 0;
  word-wrap: break-word;
  /*font-family: "Open Sans", sans-serif !important;*/
  font-weight: 600; }

.default .info-frame .info-frame-info {
  font-size: 1.125rem !important;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.2em;
  text-transform: initial;
  color: #555 !important; }

.default .info-frame #duration {
  padding-bottom: 10px;
  font-size: 1rem !important;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2em;
  text-transform: initial;
  letter-spacing: 0px;
  color: #555 !important; }

.default .info-frame #description {
  font-size: 1rem !important;
  margin: 0 0 24px 0;
  letter-spacing: 0;
  line-height: 1.7em;
  color: #555 !important;
  text-align: left; }

.default .info-frame #description p {
  font-size: 1rem !important;
  margin: 0 0 24px 0;
  letter-spacing: 0;
  line-height: 1.7em;
  color: #555 !important;
  text-align: left; }

.default .info-frame #description ul {
  list-style: disc; }

@media (max-width: 768px) {
  .footer-navigation li {
    display: block;
    text-align: left;
    margin-bottom: 1%; }

  .footer-navigation ul {
    margin: 0; } }
/* Text Content */
.textContent {
  max-width: 815px;
  font-size: 85%;
  line-height: 150%; }

.textContent .component-title {
  margin-bottom: 0; }

.textContent ul > li::before {
  content: "•";
  position: absolute;
  margin-left: -1.5%; }

/* components container */
.portlet-boundary {
  /*max-width: 1120px;*/
  max-width: 100%;
  margin: auto; }

.default .on-demand-grid-vod-page {
  width: 100%;
  padding: 0 5px; }

/* Common styles among components */
.component {
  margin-top: 45px; }

.component-title {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 35px;
  text-align: left;
  color: #000;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  margin-left: 11px; }

.video-name {
  /*font-size: 130%;*/
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 10px 0; }

.video-thumbnail .video-name {
  margin-top: 15px; }

.component .video-name {
  color: #000; }

.component .video-name:hover {
  color: #fd4f00;
  text-decoration: underline; }

.video-timestamp {
  font-size: 100%;
  font-weight: 300;
  margin: 0 0 10px 0; }

.video-description {
  font-size: 140%;
  font-weight: 400;
  margin: 0 0 10px 0; }

.video-thumbnail {
  overflow: hidden;
  margin-bottom: 15px; }

.video-thumbnail img {
  background-color: transparent;
  width: 100%;
  height: auto; }

.editors-choice-component .video-thumbnail img {
  padding-right: 10px !important; }

.editors-choice-component-image-container {
  position: relative; }

.editors-choice-component-image-play {
  position: absolute;
  padding-right: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-image: url("../images/color_schemes/default/ic_play.png");
  background-repeat: no-repeat;
  background-position: center; }

.editors-choice-component-image-play img {
  width: 55px;
  height: auto; }

.editors-choice-show-all-link-container {
  margin-bottom: 30px; }

.editors-choice-show-all-link-container a {
  font-size: 1rem;
  font-weight: bold;
  font-weight: 600;
  color: #000; }

.editors-choice-show-all-link-container a:hover {
  color: #fd4f00;
  text-decoration: underline; }

.editors-choice-component a:focus > h4 {
  color: #fd4f00;
  text-decoration: underline; }

.editors-choice-component a:focus > h3 {
  color: #fd4f00;
  text-decoration: underline; }

.video-thumbnail:hover img {
  opacity: .8; }

/*Grid thumbnail */
.thumbnailGrid-container a:link,
.thumbnailGrid-container a:visited {
  text-decoration: none; }

.thumbnailGrid-container a:hover,
.thumbnailGrid-container a:active {
  text-decoration: none; }

.thumbnailGrid {
  display: grid;
  overflow: hidden;
  grid-gap: 10px;
  grid-template-columns: 1fr 6fr 1fr;
  grid-template-rows: 4fr 1fr; }

.thumbnailGrid:hover {
  opacity: .75; }

.videoPlayBtn {
  grid-area: playBtn;
  z-index: 9;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: center;
  justify-self: right; }

.videoTitle {
  grid-area: videoTitle;
  z-index: 9;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 5px;
  font-size: 100%;
  font-weight: 650;
  color: #fff;
  align-self: center;
  justify-self: left;
  text-decoration: none !important; }

.videoDuration {
  grid-area: videoDuration;
  z-index: 9;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  padding: 15px;
  font-size: 75%;
  font-weight: 650;
  vertical-align: baseline;
  box-sizing: border-box;
  box-sizing: border-box;
  align-self: end;
  justify-self: end;
  color: #fff; }

.videoThumbnail {
  grid-area: videoThumbnail;
  z-index: 3;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  justify-self: stretch;
  align-self: stretch; }

.videoThumbnail img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover; }

.default .on-demand-grid-vod-item-grid-name {
  font-size: 200%;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: left;
  color: #000;
  font-family: Arial, 'Verdana', sans-serif;
  letter-spacing: 0;
  border-bottom: 0 none transparent; }

/* Ongoing video component classes */
.ongoing-video-component {
  max-width: 100%;
  margin: 0 auto; }

/* Upcoming events video component classes */
.upcoming-event h4:hover {
  color: #fd4f00;
  text-decoration: underline; }

/* Editor's choice */
.editors-choice-component .editors-choice-video-name {
  line-height: 1.1em;
  margin: 5px 0;
  padding-right: 10px; }

.editors-choice-component .editors-choice-duration {
  font-weight: 600;
  font-size: 1em; }

.editors-choice-component .editors-choice-ingress {
  font-size: 1em;
  padding-right: 10px; }

.editors-choice-component a:hover > h3 {
  color: #fd4f00;
  text-decoration: underline; }

#info_view .info-frame-download-link {
  font-size: 16px;
  padding-bottom: 5px; }

#info_view a {
  font-size: inherit;
  color: #222;
  font-weight: 600;
  text-decoration: underline; }

/* Presenter player */
#presenter-topbar .presenter-title-logo {
  min-height: 1px !important; }

#presenter-topbar .presenter-title-text {
  min-height: 0 !important;
  visibility: hidden !important; }

#presenter-topbar .presenter-title-social {
  padding-top: 0 !important; }

/* Bootstrap default styles additions */
/* Required for collapse interactions */
.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }
.min-gutters {
  margin-right: 4px;
  margin-left: 4px; }

.min-gutters .col,
.min-gutters [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px; }

.row .row {
  margin-right: 0;
  margin-left: 0; }

.row {
  margin: 0; }

.row.desktop-nav {
  align-items: end;
  -webkit-align-items: end; }

/* Firebase Overrides */
.portlet-layout {
  display: block !important; }

.portlet-column {
  display: block !important; }

#content {
  width: 100%;
  max-width: 100%;
  /*
  padding-right: 15px;
  padding-left: 15px;
  */
  margin-right: auto;
  margin-left: auto; }

.editors-choice-component .component-title {
  position: relative;
  top: 0;
  line-height: 1; }

.editors-choice-component .col-12,
.editors-choice-component .col-md-12,
.editors-choice-component .col-xs-12,
.editors-choice-component .col-8,
.editors-choice-component .col-md-8,
.editors-choice-component .col-xs-8,
.editors-choice-component .col-4,
.editors-choice-component .col-md-4,
.editors-choice-component .col-xs-4 {
  padding: 0 !important; }

.default .on-demand-slider .asset-grid-item {
  width: 100%; }

@media (min-width: 576px) {
  #content {
    /*max-width: 540px;*/
    max-width: 100%; }

  .container {
    max-width: 100%; }

  .editors-choice-component .component-title {
    position: relative;
    top: 0;
    line-height: 1; }

  .default .on-demand-slider .asset-grid-item {
    width: 50%; } }
@media (min-width: 768px) {
  #content {
    /*max-width: 720px;*/
    max-width: 100%; }

  .container {
    max-width: 100%; }

  .default .on-demand-slider .asset-grid-item {
    width: 33.33333%; }

  .row {
    /*margin: 0 -15px;*/ }

  .ongoing-video-component {
    max-width: 1140px; } }
@media (min-width: 992px) {
  #content {
    /*max-width: 960px;*/
    max-width: 100%; }

  .container {
    max-width: 100%; }

  .default .on-demand-slider .asset-grid-item {
    width: 33.33333%; }

  .row {
    /*margin: 0 -15px;*/ }

  .ongoing-video-component {
    max-width: 1140px; } }
@media (min-width: 1200px) {
  #content {
    /*max-width: 1140px;*/
    max-width: 100%; }

  .container {
    max-width: 100%; }

  .default .on-demand-slider .asset-grid-item {
    width: 25%; }

  .row {
    /*margin: 0 -15px;*/ }

  .ongoing-video-component {
    max-width: 1140px; } }
.editors-choice-component {
  padding-top: 2.5rem;
  margin-top: 4rem; }

/*
.editors-choice-component .component-title {
position: absolute; 
top: -5rem;
}
*/
.editors-choice-component {
  padding-top: 2.5rem;
  margin-top: 4rem; }

.default .web-content-page-title {
  height: 322px;
  background-color: #CFE4F5; }

.default .web-content-page-title .web-content-title-wrapper {
  margin: 0 auto;
  max-width: 1140px;
  padding-top: 76px; }

.default .web-content-title-footer {
  display: block;
  height: 24px;
  width: 100%;
  padding: 0;
  background-image: url(../images/color_schemes/default/bg_decoration_blue.png);
  background-repeat: repeat-x;
  background-position: center; }

@media (max-width: 1140px) {
  .default .web-content-page-title .web-content-title-wrapper {
    padding-left: 11px;
    padding-right: 11px; } }
.default .web-content-page-title .web-content-title-wrapper h1 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 52px !important;
  line-height: 52px !important;
  color: #000000 !important;
  font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif;
  word-wrap: break-word; }

.default .web-content-wrapper {
  margin: 0 auto;
  max-width: 900px;
  padding-top: 35px;
  font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif !important; }

@media (max-width: 900px) {
  .default .web-content-wrapper {
    padding-left: 11px;
    padding-right: 11px; } }
.default .web-content-wrapper a {
  color: #000000;
  text-decoration: underline;
  font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif !important; }

.default .web-content-wrapper a:hover {
  color: #0000BF; }

.default .web-content-wrapper p {
  color: #5A5A5A;
  font-size: 16px;
  line-height: 21px;
  font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif !important; }

.default .web-content-wrapper b {
  color: #5A5A5A !important; }

.default .web-content-wrapper h2 {
  font-size: 36px !important;
  line-height: 36px !important;
  color: #000000 !important;
  font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif !important;
  word-wrap: break-word; }

.default .web-content-wrapper h3 {
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif !important;
  word-wrap: break-word; }

.default .web-content-wrapper h4 {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif !important;
  word-wrap: break-word; }

.default .content-display-container ul > li {
  list-style-type: disc;
  color: #5A5A5A; }

.default #upload_page {
  margin: 0 auto;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 65px; }

.default #meeting {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }

@media (max-width: 1140px) {
  .default #upload_page {
    padding-left: 11px;
    padding-right: 11px; }

  .default #meeting {
    padding-left: 11px;
    padding-right: 11px; } }
.default .slick-track .webinar-recordings-list-rec-item:focus {
  border: 2px solid #fd4f00; }

.default #rec-dropdown-icon:focus {
  outline: 2px solid #fd4f00; }

.default .rmp-cc-cue {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0) !important; }

.default .rmp-container > .rmp-content > .rmp-cc-area > .rmp-cc-container > .rmp-cc-display > .rmp-cc-cue {
  text-shadow: black 1px 1px 0px, black -1px -1px 0px, black -1px 1px 0px, black 1px -1px 0px !important; }

@media screen and (max-width: 670px) {
  .default .on-demand-slider .slider-category-title {
    font-size: 36px;
    padding-left: 11px;
    text-align: left;
    color: #000;
    display: flex;
    font-weight: bold;
    flex-wrap: wrap; }

  .default .on-demand-slider .slider-category-title .category-title-info {
    display: block;
    width: 100%;
    /*align-items: center;
    flex: 1;
    */ }

  .default .on-demand-slider .slider-category-title .category-title-info .slider-category-title-container {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 36px;
    width: 100%;
    text-align: left; }

  .default .on-demand-slider .slider-category-title .category-title-info .slider-category-link {
    cursor: pointer;
    /*border-left: none;*/
    margin-left: 0;
    /*padding-left: 0;
    width: 100%;*/
    text-align: left; }

  .default .most-popular-assets2 .category-title-info .slider-category-link {
    text-align: left;
    margin-left: 0 !important;
    width: initial !important; }

  	/*.default .on-demand-slider .slider-category-title .category-title-info a {
  		font-size: 18px;
  		color: #5a5a5a;
  		transition: all ease .5s;
  	}
  
  	.default .on-demand-slider .slider-category-title .category-title-info a:hover {
  		color: #000;
  	}*/
  .default .on-demand-slider .slider-category-title .slider-category-navigation {
    display: block;
    margin-right: 0;
    width: 100%;
    padding-right: 11px; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation .slider-category-nav-left {
    margin-right: 0;
    cursor: pointer;
    float: left; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation .slider-category-nav-right {
    cursor: pointer;
    float: right; }

  .default .on-demand-slider .slider-category-title .slider-category-navigation img {
    max-width: 11px;
    width: 11px; } }
/* Should probably move this to it's own file once I actually have this stupid portlet */
.default .banner-and-event-portlet .banner {
  padding-bottom: 0 !important; }

.default .banner-and-event-portlet .banner .banner-image img {
  vertical-align: middle;
  width: 100%;
  max-width: 100%; }

@media screen and (max-width: 400px) {
  .default .on-demand-slider .mode-select-container {
    flex-direction: column;
    align-items: flex-start; }

  .default .on-demand-slider .mode-select-container .divider {
    display: none; }

  .default .on-demand-slider .mode-select-container .mode-select-item:not(:last-child) {
    padding-bottom: 15px !important; } }
.default .navigation-container {
  width: 100%;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  background-color: #fff; }

.default .navigation-desktop {
  width: 100%;
  max-width: 1140px;
  display: flex;
  margin: 0 auto;
  flex-flow: row wrap; }

.default .navigation-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 3px; }

.default .navigation-wrapper-top {
  height: 64px;
  margin-top: 5px;
  justify-content: space-between; }

.default .navigation-wrapper-bottom {
  height: 50px; }

.default .navigation-logo {
  display: flex;
  user-select: none;
  /* padding: 0 33px 0 0; */
  padding: 0;
  align-items: center; }

.default .navigation-logo a,
.default .navigation-mobile-logo a {
  display: inline-block;
  color: #231f20;
  text-decoration: none;
  cursor: pointer; }

.default .navigation-mobile-logo a {
  white-space: nowrap; }

.default .navigation-logo a.logo img {
  height: 50px; }

.default .navigation-links {
  flex: 1; }

.default .navigation-link {
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .5px;
  color: #242424;
  /* margin: 0 16px; */
  margin: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 2px 0;
  text-align: center;
  margin-left: 0;
  /*margin-right: 57px;*/
  margin-right: 35px;
  font-family: "HelsinkiGroteskMedium", "HelsinkiGrotesk", Helvetica, Arial, sans-serif; }

.default .navigation-link.active {
  border-bottom: 2px solid #000000; }

.default .navigation-link:last-child {
  margin: 0;
  /*margin-right: 82px;*/
  margin-right: 35px; }

.default .navigation-desktop .navigation-link:hover, .default .navigation-desktop .home-link a:hover,
.default .navigation-desktop .navigation-link-right:hover, .default .footer-nav .footer-link:hover,
.default .navigation-desktop .navigation-link:focus, .default .navigation-desktop .home-link a:focus,
.default .navigation-desktop .navigation-link-right:focus, .default .footer-nav .footer-link:focus {
  text-decoration: underline; }

.default .home-link {
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0px;
  color: #242424;
  margin: 0;
  border-bottom: 3px solid transparent;
  padding: 0 0 2px 0;
  text-align: center;
  margin-left: 35px;
  /*margin-right: 72px;*/
  /*margin-right: 60px;*/
  margin-right: 45px; }

.default .navigation-link:hover {
  color: #000; }

.default .navigation-link a {
  color: #242424;
  text-decoration: none;
  cursor: pointer; }

.default .navigation-link a:hover {
  color: #000; }

.default .navigation-link {
  color: #000; }

.default .navigation-right {
  display: flex;
  align-items: center; }

.default .navigation-link-right {
  /* display: inline-block; */
  display: flex;
  margin: 0;
  border-bottom: 3px solid transparent !important;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .5px;
  color: #231f20;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  border: none; }

.default .navigation-link-right:hover {
  background: transparent;
  color: #231f20; }

.default .navigation-right a {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: .5px;
  margin: 0;
  color: #231f20;
  text-decoration: none;
  cursor: pointer; }

.default .navigation-link-right span {
  margin-left: 5px; }

.default .navigation-right .divider {
  border-right: 1px solid #48505b;
  height: 30px;
  margin: 0 15px; }

.default .navigation-right .navigation-link-right.lang {
  color: #5A5A5A;
  font-weight: normal;
  font-size: 14px;
  font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif; }

.default .navigation-right .navigation-link-right.lang:hover {
  background: transparent !important;
  color: #000000; }

.default .navigation-right .navigation-link-right.lang:not(:first-child) {
  padding-left: 12px; }

.default .navigation-right .navigation-link-right.lang:hover {
  color: #000;
  font-weight: normal; }

.default .navigation-icon {
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }

.default .navigation-icon-search {
  width: 20px;
  height: 20px;
  background-image: url("../images/color_schemes/default/common/search2.svg"); }

.default .navigation-container input[type=text] {
  padding: 10px 15px;
  border: 2px solid #c5c5c5;
  border-radius: 1px;
  font-size: 1rem; }

.default .navigation-container .search {
  width: 200px;
  display: none; }

.default .navigation-expand {
  display: none;
  position: absolute;
  right: 25px;
  cursor: pointer;
  top: 29px; }

.default .navigation-expand img {
  height: 24px;
  width: 24px; }

/* SEARCH */
.default .search-container {
  width: 100%;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  background-color: #FFC61E;
  position: relative; }

.default .site-search {
  width: 100%;
  max-width: 1140px;
  display: flex;
  margin: 0 auto;
  flex-flow: row wrap; }

.default .search-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 120px 20px; }

.default .search-wrapper .site-search-input {
  width: 100%;
  font-size: 23px;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  margin-right: 5px; }

.default .search-wrapper .site-search-button {
  width: 120px;
  color: #000;
  text-decoration: none;
  background: transparent;
  display: inline-block;
  padding: 10px 15px;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #000;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  text-transform: none; }

.default .search-wrapper .site-search-button:HOVER {
  background: #000;
  color: #fff; }

.default .search-wrapper .site-search-link {
  border: 0;
  color: #000;
  text-decoration: none;
  min-width: 150px;
  margin-right: auto;
  margin-left: 6rem;
  font-size: 18px;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  cursor: pointer;
  background: transparent;
  text-transform: none; }

.default .search-decoration {
  display: block;
  height: 24px;
  width: 100%;
  background-image: url("../images/color_schemes/default/bg_decoration_yellow_down.png");
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  bottom: -24px;
  z-index: 99; }

.default #siteSearch {
  display: none; }

.default #siteSearch.is-active {
  display: block;
  position: absolute;
  top: 70px; }

.default .navigation-mobile {
  display: none; }

.default #mobile-menu-open {
  display: none; }

@media screen and (max-width: 1110px) {
  .default .home-link {
    margin-right: 40px; }

  .default .navigation-link {
    margin-right: 30px; }

  .default .navigation-link:last-child {
    margin-right: 10px; } }
@media screen and (max-width: 965px) {
  .default .home-link {
    margin-right: 25px;
    margin-left: 15px; }

  .default .navigation-link {
    margin-right: 15px; }

  .default .navigation-link:last-child {
    margin-right: 10px; } }
@media screen and (max-width: 767px) {
  .default .navigation-desktop {
    display: none; }

  .default .navigation-border-bottom {
    display: none; }

  .default .navigation-mobile {
    display: block; }

  .default .navigation-mobile .navigation-wrapper {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px; }

  .default #siteSearch.is-active {
    position: absolute;
    top: 0; }

  .default .navigation-mobile .navigation-mobile-logo {
    display: flex;
    max-width: 95px;
    align-items: center;
    margin-left: 30px; }

  .default .navigation-mobile .navigation-mobile-logo img {
    height: 45px;
    vertical-align: middle; }

  .default .navigation-mobile .navigation-mobile-expand {
    display: flex;
    align-items: center;
    margin-right: 30px; }

  .default .navigation-mobile .navigation-mobile-expand button {
    background: transparent !important;
    border: none !important; }

  .default .navigation-mobile .navigation-mobile-expand button:hover {
    background: transparent !important;
    border: none !important; }

  .default .navigation-mobile .navigation-mobile-expand img {
    vertical-align: middle; }

  .default .navigation-mobile #menu-mobile-closed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }

  .default .navigation-mobile #mobile-menu-open {
    display: none; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top {
    height: 81px;
    display: flex;
    align-items: center; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top a {
    cursor: pointer; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top .navigation-mobile-left {
    padding-left: 35px;
    flex: 1; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top .navigation-mobile-right {
    padding-right: 30px;
    padding-left: 35px;
    width: 100%;
    text-align: right; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-top .navigation-mobile-right img {
    vertical-align: middle;
    width: 40px;
    height: 40px; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items ul {
    margin: 0;
    padding: 25px 35px;
    list-style-type: none;
    padding-top: 0; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items ul > li {
    padding: 15px 0; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items ul > li a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items .navigation-mobile-lang {
    display: flex;
    padding: 0 35px;
    padding-bottom: 25px;
    justify-content: left; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items .navigation-mobile-lang button {
    cursor: pointer;
    padding-right: 30px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    border: none;
    font-family: "HelsinkiGrotesk", "Helvetica", Arial, sans-serif;
    text-transform: none;
    padding-right: 16px;
    background: transparent !important; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items .navigation-mobile-lang button:hover {
    background: transparent !important; }

  .default .navigation-mobile #mobile-menu-open .navigation-mobile-items .navigation-mobile-lang a {
    cursor: pointer;
    padding-right: 30px;
    font-size: 16px;
    text-decoration: none;
    color: #000; } }
@media screen and (max-width: 550px) {
  .default .search-wrapper .site-search-link {
    position: absolute;
    bottom: 25px;
    margin-left: 0; } }
.default .footer {
  width: 100%; }

.default .footer .footer-decoration {
  display: block;
  height: 24px;
  width: 100%;
  padding: 0;
  background-image: url("../images/color_schemes/default/bg_decoration_yellow.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin-top: 0px;
  padding-bottom: 70px; }

.default .footer .footer-wrapper {
  background-color: #FFC61E;
  padding-top: 43px;
  padding-left: 30px;
  padding-right: 30px; }

.default .footer .footer-wrapper .bullet {
  font-size: 5px;
  vertical-align: middle; }

.default .footer .footer-top {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.default .footer .footer-top .footer-logo {
  margin-right: 90px; }

.default .footer .footer-top .footer-nav {
  display: flex;
  flex: 1;
  font-size: 19px;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.default .footer .footer-top .footer-nav .footer-link:not(:last-child) {
  margin-right: 80px; }

.default .footer .footer-top .footer-nav a {
  color: #404040;
  text-decoration: none; }

.default .footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  margin-top: 60px;
  border-top: 1px solid #404040;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
  color: #404040;
  font-weight: 500; }

.default .footer .footer-bottom a {
  color: #404040 !important;
  text-decoration: underline; }

.default .footer .footer-bottom a:hover {
  color: #000000 !important; }

@media screen and (max-width: 960px) {
  .default .footer .footer-top {
    max-width: 1140px;
    margin: 0 auto;
    display: block;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }

  .default .footer .footer-top .footer-logo {
    margin-right: 0;
    width: 100%;
    text-align: center; }

  .default .footer .footer-top .footer-nav {
    display: flex;
    flex: 1;
    font-size: 19px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 100%;
    flex-wrap: wrap; }

  .default .footer .footer-top .footer-nav .footer-link:not(:last-child) {
    margin-right: 0; }

  .default .footer .footer-top .footer-nav .footer-link {
    width: 100%;
    text-align: center;
    padding: 10px; }

  .default .footer .footer-top .footer-nav a {
    color: #404040;
    text-decoration: none; }

  .default .footer .footer-bottom {
    display: block;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    margin-top: 60px;
    border-top: 1px solid #404040;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    font-family: "HelsinkiGrotesk", Helvetica, Arial, sans-serif;
    color: #404040;
    font-weight: 500;
    width: 100%;
    flex-wrap: wrap;
    text-align: center; }

  .default .footer .footer-bottom a {
    color: #404040;
    text-decoration: underline; }

  .default .footer .footer-bottom .footer-bottom-right {
    width: 100%;
    padding-top: 30px; } }

