.tws-dealer-locator {
  margin: 32px 0px;
  margin-top: 32px !important;
}

.tws-tb-py-3 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#searchDealersButton {
  width: 160px;
  background-color: #b49e5e;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 10px;
  border-radius: 2px !important;

}

.gm-style-iw-chr {
  display: none;
}

#mapPopupData {
  display: none;
}

#dealerMenu {
  box-shadow: none;
}

#dealerMenu::after {
  content: none !important;
}

.map-popup-logo-image {
  width: 100px !important;
  height: 49px !important;
}

.gm-style-iw-c {
  min-width: 343px !important;
  border-radius: 0px !important;
  padding: 0px !important;
}

.tws-dropdown-menu li a {
  color: #333;
}

.popover .arrow::after {
  border-color: transparent !important;
  border-style: solid !important;
  bottom: -10px;
  left: 1px;
  border-right-color: #fff !important;
  border-width: 10px;
  width: 0;
  height: 0;
  border-left-width: 0;
}

.info2-popover .arrow::after {
  left: -10px;
}

.popover .arrow {
  position: absolute !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-width: 11px !important;
  border-left-width: 0 !important;
  margin-top: -11px !important;
  top: 50% !important;
  margin: 0 !important;
}

#savedLocationLink {
  color: #337ab7;
  text-decoration: none;
}

.tws-dropdown-menu {
  position: relative !important;
  margin-top: 10px !important;
  border-radius: 0 !important;
  background-color: #f4f7fc !important;
  border: none !important;
  padding-bottom: 150px !important;
  /* width: 100% !important; */
  width: calc(105%) !important;
  padding-left: 0 !important;
  margin-left: -16px !important;
  min-width: 112% !important;

}

.twsinput {
  padding: 0px;
}

#contactsSection {
  padding-right: 15px;
  padding-left: 25px;
}

.contact-label-block {
  margin-bottom: 30px;
}

.contact-label-block label {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.contact-label-block a.contact-link {
  font-size: 18px;
  display: inline-block;
}

#contactsSection .info-section {
  padding-top: 27px;
}

#contactsSection .social-section {
  margin-top: 40px;
}

.social-section>label {
  font-size: 18px;
  margin-bottom: 16px;
}

#contactsSection .social-section a {
  display: block;
  height: 40px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

/*--- Social Icons styles ---
----------------------------- */
.social-icon-block {
  padding-bottom: 10px;
}

.social-icon-block .icon {
  float: left;
  width: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  border-right: 1px solid #fff;
  color: white;
}

.social-icon-block .icon.icon-Flickr {
  font-size: 10px;
}

.social-section a.facebook {
  background-color: #334d83;
}

.social-section a.twitter {
  background-color: #00afe4;
}

.social-section a.linkedin {
  background-color: #1373a7;
}

.social-section a.youtube {
  background-color: #ca3c3c;
}

.social-section a.flickr {
  background-color: #000;
}

/* Responsive styles - Starts */
@media all and (max-width: 991px) {
  .container-fluid1 {
    display: block !important;
    margin-top: -17px;
    padding: 16px;
    height: 62px;
    width: calc(100% + 10px);
  }

  .tws-dealer-locator {
    padding: 0px !important;
  }

  #contactsSection .info-section {
    padding-top: 20px;
  }

  .contact-label-block label {
    margin-bottom: 5px;
  }

  #contactsSection .social-section {
    margin-top: 20px;
  }

  .contact-label-block {
    margin-bottom: 20px;
  }
}

/* Responsive styles - Ends */
.lds-ellipsis {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #072d6e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

.side-bar-controls-container {
  padding: 20px 10px;
  overflow: visible;
  margin: 10px 10px 0 10px;
  background-color: #fff;
  box-shadow: 0 2px 2px #b1bccf;
  position: relative;
  height: auto;
}

#locationSuggestionDropdown,
#dealerNameSuggestionDropdown,
#suggestiondropdown,
.dropdown-control {
  padding-left: 0px;
}

.custom-list-saved-locations {
  margin-top: 12px !important;
}

#locationSuggestionDropdown ul,
#dealerNameSuggestionDropdown ul,
#suggestiondropdown ul {
  padding-left: 10px;
}

#locationSuggestionDropdown li,
#dealerNameSuggestionDropdown li,
#suggestiondropdown li {
  list-style-type: none;
  padding: 10px;
}

#locationSuggestionDropdown li:hover,
#dealerNameSuggestionDropdown li:hover,
#suggestiondropdown li:hover {
  background-color: #072d6e;
  color: #fff;
}

.popover-location {
  border-radius: 0px !important;
  width: auto;
  min-width: 245px;
}

.popover-content {
  padding: 9px 10px 9px 14px;
}

.dealer-inputfield-label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  vertical-align: middle;
  color: #000000;
}

.individual-control {
  width: 100%;
  padding: 12px 10px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #dde2eb;
  height: 50px;
}

.individual-control.custom-select {
  line-height: 26px;
  height: 50px;
  background: white;
  padding: 12px 10px;
}

.individual-control.filter-list-parent {
  margin-bottom: 0;
}

.individual-control .icon-gps-inactive {
  float: right;
  color: #ccc;
  font-size: 18px;
  padding-top: 3px;
}

.individual-control .icon-gps-inactive:hover:before {
  color: #252626;
}

.individual-control input {
  font-size: 16px;
  border: none;
  width: calc(100% - 25px);
  outline: 0;
  padding-left: 0;
}

.individual-control input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbc2ca;
}

.individual-control input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbc2ca;
}

.individual-control input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbc2ca;
}

.individual-control input:-moz-placeholder {
  /* Firefox 18- */
  color: #bbc2ca;
}

.favorite-section {
  display: none;
}

/* menu styles - starts */
.dropdown-menu {
  display: none;
  left: 0;
  right: 0;
  margin-top: 10px;
  border-radius: 0;
  background-color: #f4f7fc;
  border: none;
  padding-bottom: 150px;
  width: 100%;
  width: calc(100%);
  padding-left: 0;
  /* margin-left: -15px; */
}

.dropdown-menu li a {
  padding: 14px 23px 17px;
  display: block;
  font-size: 17px;
  text-align: left;
  border-bottom: 1px solid rgba(221, 226, 235, 0.5);
}

.dropdown-menu li a:hover {
  background-color: #e8ecf3;
  color: #333;
  text-decoration: none;
}

.dropdown-menu li a span {
  padding-right: 20px;
  vertical-align: middle;
}

.dropdown-menu li a span:first-child {
  font-size: 20px;
}

.dropdown-menu li:first-child a span:first-child {
  font-size: 19px;
}

.dropdown-menu li a span:nth-child(2) {
  font-size: 17px;
}

.btn.dropdown-toggle {
  background-color: transparent;
  border-radius: 0;
}

.dropdown {
  position: relative;
}

.fav-icon,
.menu-icon {
  position: absolute;
  top: 0;
}

.fav-icon {
  right: 3px;
}

#dealerMenu {
  padding-left: 6px;
  width: 0px;
  font-size: 14px;
}

.menu-icon {
  left: 0px;
  width: calc(100%);
}

.dropdown .icon-back {
  display: none;
  color: #fff;
}

/* menu styles - ends */

.sidebar {
  position: relative;
  background-color: #f4f7fc;
  border: 1px solid #dde2eb;
  border-top: 0;
  padding: 0;
}

.menu-overlay,
.menu-overlay-2 {
  display: none;
  width: 100%;
  height: calc(100% - 71px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  position: absolute;
  top: 70px;
  left: 0;
}

/* Label text */
.side-bar-controls-title {
  font-size: 14px;
}

.side-bar-controls-title .icon-info {
  font-size: 14px;
  margin-left: 6px;
  cursor: pointer;
}

.side-bar-controls-title .icon-info:before {
  color: #555;
}

.auto-populate-list {
  position: absolute;
  background-color: #fff;
  width: calc(100% + 2px);
  min-height: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  z-index: 1;
  margin-left: -11px;
  margin-top: 10px;
}

.auto-populate-list ul {
  width: 100%;
  margin: 0;
}

.auto-populate-list ul li {
  min-height: 40px;
  font-size: 15px;
  color: #252626;
  cursor: pointer;
  padding: 10px;
}

.auto-populate-list ul li:hover {
  background-color: #072d6e;
  color: #fff;
}

.custom-list-saved-locations.auto-populate-list ul li {
  position: relative;
}

/**----- Custom select box - starts  -----**/
/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.tws-custom-select .select-selected {
  color: #bbc2ca;
  cursor: pointer;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 17px;
}

.tws-custom-select .select-selected,
.same-as-selected {
  position: relative;
}

/* Style the arrow inside the select element: */
.tws-custom-select .select-selected:after,
.same-as-selected:after {
  /* This is part of icomoon fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tws-custom-select .select-selected:after {
  content: '\e90f';
  color: #555;
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 8px;
  transition: all 0.3s ease-in-out;
}

.tws-custom-select .same-as-selected:after {
  content: '\e90b';
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 14px;
}

/* Point the arrow upwards when the select box is open (active): */
.tws-custom-select .select-selected.select-arrow-active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

#categoryList+.select-selected:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

#categoryList+.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
}

/* style the items (options), including the selected item: */
.tws-custom-select .select-items div {
  color: #262625;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  padding-right: 28px;
}

/* Style items (options): */
.tws-custom-select .select-items {
  position: absolute;
  background-color: #fff;
  top: calc(100% + 1px);
  left: 0px;
  width: 100%;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
}

/* Hide the items when the select box is closed: */
.tws-custom-select .select-hide {
  display: none;
}

.tws-custom-select .select-items .mCustomScrollBox .mCSB_container div:hover,
.same-as-selected {
  background-color: #072d6e;
  color: #fff !important;
}

/**----- Custom select box - ends ------**/

.dealer-result-count {
  font-size: 15px;
  color: #b49e5e;
}

.no-dealers {
  padding: 0 10px;
}

#favoriteDealerList {
  padding: 10px 7px 0 10px;
}

#favoriteSection .dealer-result-count {
  padding-top: 10px;
}

/* To display header text on classname of the header */
.menu-header.home [data-language-string='menu.favorites'],
.menu-header.home [data-language-string='menu.contacts'],
.menu-header.home [data-language-string='menu.settings'] {
  display: none;
}

.menu-header.favorites [data-language-string='appName'],
.menu-header.favorites [data-language-string='menu.contacts'],
.menu-header.favorites [data-language-string='menu.settings'] {
  display: none;
}

.menu-header.contacts [data-language-string='appName'],
.menu-header.contacts [data-language-string='menu.favorites'],
.menu-header.contacts [data-language-string='menu.settings'] {
  display: none;
}

.menu-header.settings [data-language-string='appName'],
.menu-header.settings [data-language-string='menu.favorites'],
.menu-header.settings [data-language-string='menu.contacts'] {
  display: none;
}

.icon-pin-small {
  font-size: 14px;
}

.location-icon-inactive {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 16px;
}

.icon-pin-small .path1,
.location-icon-inactive .path1 {
  position: relative;
}

.icon-pin-small .path2 {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  margin: 0 auto;
}

.location-icon-inactive .path2 {
  position: absolute;
  top: 0;
  left: 13px;
  right: 0;
  margin: 0 auto;
}

.location-icon-inactive .path1:before,
.location-icon-inactive.icon-save:before {
  color: #252626 !important;
}

.location-icon-inactive .path1:hover:before,
.location-icon-inactive.icon-save:hover:before {
  color: #b49e5e !important;
}

/*--- Dealer results styles ---
-------------------------------*/
.dealer-result-item {
  padding: 10px 10px;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
}

.dealer-result-item>div {
  vertical-align: top;
}

.dealer-result-item-marker {
  display: inline-block;
  margin-top: 6px;
  width: 16px;
  text-align: center;
  vertical-align: top;
}

.dealer-result-item-desc {
  display: inline-block;
  margin-left: 6px;
  width: 84%;
}

.dealer-result-item-star {
  position: absolute;
  top: 10px;
  right: 8px;
}

.dealer-result-item-star>span {
  font-size: 24px;
  cursor: pointer;
}

.dealer-result-item-dealer-name {
  font-size: 16px;
}

.dealer-result-item-dealer-city {
  font-size: 14px;
}

.dealer-result-item-dealer-distance {
  color: #072d6e;
  font-size: 14px;
  line-height: 18px;
}

/*-- Dealer results styles - ends --*/

.disabled-field,
.disabled-field>input[disabled],
.disabled-field>input[disabled]:hover {
  background: #f5f6f9;
}

.popover {
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3) !important;
  border: none !important;
  color: #3c4043 !important;
  font-size: 14px !important;
  margin-left: 55px;
  left: 22px;
  border-radius: 4px !important;
  display: none !important;
}

.info1-popover.right>.arrow,
.info3-popover.right>.arrow {
  left: -10.5px;
}

.popover.right>.arrow {
  border-right-color: rgba(0, 0, 0, 0.2) !important;
}

.popover-content span[class^='icon-'] {
  margin-right: 8px;
}

.icon-info:hover+.popover {
  display: block !important;
}

.popover-container {
  position: relative;
  display: inline-block;
}

.info1-popover {
  top: -52px;
  margin-top: -51px;
  margin-left: 30px;
}

.info2-popover {
  top: -13px;
  margin-top: -10px;
  margin-left: 30px;
}

.info3-popover {
  top: -22px;
  margin-top: -9px;
  margin-left: 30px;
}

.dropdown-toggle {
  outline: none !important;
}

.filter-list-parent {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 2px #b1bccf;
  border: none;
  height: 50px;
  line-height: 24px;
}

.dealer-filter-overlay-left {
  right: 52px;
  z-index: 1;
  position: absolute;
  height: 51px;
  cursor: pointer;
  top: 0;
  left: 0;
  width: calc(100% - 39px);
  background: transparent;
  /* padding-top: 20px;
padding-right: 12px; */
}

.dealer-filter-overlay-right {
  position: absolute;
  right: 0;
  top: 12px;
  padding-top: 5px;
  /* z-index: 10; */
  cursor: pointer;
  width: 38px;
  text-align: center;
}

.filter-devider {
  position: absolute;
  right: 38px;
  top: 12px;
  height: 28px;
  border-right: 1px solid #bbc2ca;
}

.dealer-filter-overlay-left .icon-search {
  font-size: 14px;
  float: right;
  padding: 19px;
}

.dealer-filter-overlay-right .icon-filter {
  font-size: 14px;
}

.filter-list-parent .select-selected {
  color: #262625;
  padding-right: 63px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filter-list-parent .select-selected:after {
  content: '';
}

.filter-list-parent .select-items div {
  padding: 5px 10px 5px;
  /* height: 40px;
  display: flex; */
  align-items: center;
}
.select-items div.filter-elements:hover,
.same-as-selected {
  background-color: #072d6e;
  color: #fff !important;
}
.select-items {
  background-color: #f4f7fc;
  color: black;
}

.dealer-results-filter-header {
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
}

.result-expand-collapse {
  padding: 10px;
  margin-top: -14px;
  cursor: pointer;
  margin-right: -6px;
}

.result-expand-collapse .icon-arrow-up {
  font-size: 8px;
}

.dealer-result-txt-padding {
  background: #fff;
  padding: 10px;
  margin: 10px;
}

#dealerResultList {
  margin: 0px 6px 0 10px;
}

.map-overlay {
  width: calc(100% - 10px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 10px;
}

.dropdown-toggle:focus {
  box-shadow: unset;
}

.auto-populate-list.custom-list-saved-locations {
  margin-left: -11px;
  min-height: 0;
  height: auto;
  max-height: 225px;
  overflow-y: auto;
}

.custom-list-saved-locations .icon-close {
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  display: inline-block;
  display: none;
}

.custom-list-saved-locations li:hover .icon-close {
  display: inline-block;
}

.wobble-animation {
  -webkit-animation: icon-wobble 1s ease-in-out 0.3s 2;
  -moz-animation: icon-wobble 1s ease-in-out 0.3s 2;
  -ms-animation: icon-wobble 1s ease-in-out 0.3s 2;
  animation: icon-wobble 1s ease-in-out 0.3s 2;
}

@-webkit-keyframes icon-wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes icon-wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.tws-custom-select .select-items,
.auto-populate-list {
  background-color: #f4f7fc;
}

.tws-custom-select .select-items .mCSB_dragger_bar {
  display: none;
}

/* Responsive styles - Starts */
#resSearchMobileMainBtn {
  display: none;
  position: absolute;
  width: calc(100% - 40px);
  left: 10px;
  right: 10px;
  top: 49px;
  bottom: 8px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  padding: 16px 18px;
  color: #bbc2ca;
  font-size: 16px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  z-index: 1;
  margin-left: 12px !important;
}

#resSearchMobileMainBtn .icon-search:before {
  color: rgba(0, 0, 0, 0.3);
}

#dealerResultHeader {
  background: #dde2eb;
  width: 100%;
  width: calc(100%);
  padding: 0 10px 10px 10px;
}

#categoryList+.select-selected+.select-items {
  top: inherit;
  bottom: calc(100% + 1px);
  width: calc(100% + 2px);
  left: -1px;
}

#noResultsButton {
  display: none;
}

#noResultsButton.mobileVisible {
  display: none;
}

@media all and (min-width: 992px) {
  .sidebar {
    min-height: calc(100vh);
  }

  .popover-location.info1-popover {
    min-width: 300px;
  }

  [lang='en_EN'] .popover-location.info1-popover {
    min-width: 245px;
  }
}

@media all and (max-width: 991px) {
  #resSearchMobileMainBtn {
    display: block;
  }

  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
    height: 100vh !important;
  }

  .dealer-result-txt-padding {
    background: transparent;
    padding: 0px;
    margin: 10px;
  }

  .sidebar {
    display: none;
    border: none;
    padding: 0 0 0px 0;
  }

  .dropdown-menu {
    left: 0;
  }

  .dropdown-menu li a {
    color: black;
  }

  .side-bar-controls-container {
    margin: 0;
    padding-top: 15px;
    box-shadow: none;
    height: calc(100vh - 115px);
    margin-left: 15px;
  }

  .side-bar-bottom {
    margin-left: 20px;
  }

  .dropdown-menu {
    margin-top: 3px;
    left: -90vw !important;
    min-width: 100vw !important;
    /* top: 110%; */
    margin-top: 46px !important;
    padding-bottom: 150px !important;
  }

.info1-popover {
    top: 80px !important;
    left: -60px !important;
    margin-left: 10px !important;
  }
  .info2-popover,
  .info3-popover {
    top: 38px !important;
    left: -60px !important;
    margin-left: 10px !important;
  }
 
  .info1-popover>.arrow,
  .info3-popover>.arrow
  {
    top: -10px !important;
    left: 57px !important;
    transform: rotate(90deg);
  }
.info2-popover>.arrow {
  top: 0px !important;
  left: 57px !important;
    transform: rotate(90deg);
}

  .no-dealer-button {
    background-color: #072d6e;
    color: #ffffff;
    background-color: #072d6e;
    height: 40px;
    width: 260px;
    text-align: center;
    padding-top: 8px;
    color: white;
    font-size: 16px;
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
  }

  #noResultsButton {
    display: none;
  }

  #noResultsButton.mobileVisible {
    display: block;
  }

  .custom-list-saved-locations .icon-close {
    display: inline-block;
  }

  .pull-right .menu-icon {
    width: inherit;
    left: inherit;
    right: 0px;
  }

  .pull-right .menu-icon.open {
    width: calc(100%);
  }
}

@media all and (max-width: 768px) {

  [lang='it_IT'] .popover.right.info2-popover,
  [lang='fr_FR'] .popover.right.info2-popover,
  [lang='es_ES'] .popover.right.info2-popover {
    margin-left: -30px;
  }

  [lang='it_IT'] .info2-popover.popover.right>.arrow,
  [lang='fr_FR'] .info2-popover.popover.right>.arrow,
  [lang='es_ES'] .info2-popover.popover.right>.arrow {
    left: 98px
  }

  [lang='it_IT'] .popover.right.info3-popover,
  [lang='fr_FR'] .popover.right.info3-popover,
  [lang='es_ES'] .popover.right.info3-popover {
    margin-left: -95px;
  }

  [lang='it_IT'] .info3-popover.popover.right>.arrow,
  [lang='fr_FR'] .info3-popover.popover.right>.arrow,
  [lang='es_ES'] .info3-popover.popover.right>.arrow {
    left: 163px;
  }

  [lang='de_DE'] .popover.right.info3-popover {
    margin-left: -26px;
  }

  [lang='de_DE'] .info3-popover.popover.right>.arrow {
    left: 94px;
  }
}

/* Responsive styles - Ends */

.overlay-full {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.loader,
.name-loader,
.location-loader {
  position: absolute;
  right: 10px;
  top: 15px;
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon-eot.eot?w99yhl');
  src: url('../fonts/icomoon/icomoon-eot.eot?w99yhl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon-ttf.ttf?w99yhl') format('truetype'),
    url('../fonts/icomoon/icomoon-woff.woff?w99yhl') format('woff'),
    url('../fonts/icomoon/icomoon-svg.svg?w99yhl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-results-info .path1:before {
  content: "\e933";
  color: rgb(63, 169, 245);
}

.icon-results-info .path2:before {
  content: "\e934";
  margin-left: -1.3173828125em;
  color: rgb(255, 255, 255);
}

.icon-save-confirm .path1:before {
  content: "\e92f";
  color: rgb(7, 45, 110);
}

.icon-save-confirm .path2:before {
  content: "\e930";
  margin-left: -0.98828125em;
  color: rgb(7, 45, 110);
}

.icon-save-confirm .path3:before {
  content: "\e931";
  margin-left: -0.98828125em;
  color: rgb(7, 45, 110);
}

.icon-save-confirm .path4:before {
  content: "\e932";
  margin-left: -0.98828125em;
  color: rgb(61, 193, 67);
}

.icon-save:before {
  content: "\e92d";
}

.icon-search-2:before {
  content: "\e92e";
}

.icon-collapse-fullscreen:before {
  content: "\e92b";
}

.icon-fullscreen:before {
  content: "\e92c";
}

.icon-facebook:before {
  content: "\e926";
}

.icon-Flickr:before {
  content: "\e927";
}

.icon-Linkedin:before {
  content: "\e928";
}

.icon-Twitter:before {
  content: "\e929";
}

.icon-Youtube:before {
  content: "\e92a";
}

.icon-location:before {
  content: "\e925";
  color: #555;
}

.icon-Share:before {
  content: "\e923";
}

.icon-web:before {
  content: "\e924";
}

.icon-gps-active:before {
  content: "\e900";
  color: #555;
}

.icon-settings:before {
  content: "\e901";
}

.icon-distance:before {
  content: "\e902";
}

.icon-Contacts:before {
  content: "\e903";
}

.icon-directions:before {
  content: "\e904";
}

.icon-info:before {
  content: "\e905";
  color: #555;
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-up:before {
  content: "\e907";
}

.icon-arrow-white-left:before {
  content: "\e908";
  color: #fff;
}

.icon-arrow-white-right:before {
  content: "\e909";
  color: #fff;
}

.icon-back:before {
  content: "\e90a";
}

.icon-checkmark:before {
  content: "\e90b";
  color: #fff;
}

.icon-close:before {
  content: "\e90c";
}

.icon-close-white:before {
  content: "\e90d";
  color: #fff;
}

.icon-contact:before {
  content: "\e90e";
}

.icon-dropdown:before {
  content: "\e90f";
  color: #555;
}

.icon-email:before {
  content: "\e910";
}

.icon-filter:before {
  content: "\e911";
  color: #555;
}

.icon-gps-inactive:before {
  content: "\e912";
  color: #bbc2ca;
}

.icon-hamburger:before {
  content: "\e913";
  color: #fff;
}

.icon-home:before {
  content: "\e914";
}

.icon-language:before {
  content: "\e915";
}

.icon-pin-big .path1:before {
  content: "\e916";
  color: rgb(7, 45, 110);
}

.icon-pin-big .path2:before {
  content: "\e917";
  margin-left: -0.7138671875em;
  color: rgb(255, 255, 255);
}

.icon-pin-small .path1:before {
  content: "\e918";
  color: rgb(7, 45, 110);
}

.icon-pin-small .path2:before {
  content: "\e919";
  margin-left: -0.7138671875em;
  color: rgb(255, 255, 255);
}

.icon-search:before {
  content: "\e91a";
  color: #555;
}

.icon-search-divider:before {
  content: "\e91b";
  color: #bbc2ca;
}

.icon-star-dark-grey:before {
  content: "\e91c";
}

.icon-star-gold:before {
  content: "\e91d";
  color: #b49e5e;
}

.icon-star-light-grey:before {
  content: "\e91e";
  color: #bbc2ca;
}

.icon-status-error:before {
  content: "\e91f";
  color: #fff;
}

.icon-status-info:before {
  content: "\e920";
  color: #fff;
}

.icon-status-success:before {
  content: "\e921";
  color: #fff;
}

.icon-status-warning:before {
  content: "\e922";
  color: #fff;
}

#workspace {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 50%;
}

#daily-weather {
  padding-right: 50px;
  width: 100%;
  height: 190px;
  box-sizing: border-box;
}

.weather-display {
  height: 240px;
  height: -webkit-calc(100% - 195px);
  height: calc(100% - 195px);
}

.weather-display-header .location-title {
  width: 100%;
}

.weather-display-header .action {

  position: absolute;
  top: 0px;
  right: 3px;
  z-index: 100;
}

/*
#weatherdrawer {

width: 100%;
}

#weatherdrawer .open {

width: 400%;
}*/
#weathermenu {
  height: 100%;
  width: 0%;
}

#weathermenu.menu-is-open {
  height: 100%;
  width: 100%;
}

#dealermenu {
  height: 100%;
  width: 0px;
  background-color: #fff;
}

#dealermenu.menu-is-open {
  width: 75%;
  left: 0px;
}

#dealerdrawer.open {
  right: -150%;
  background-color: #fff;
  /*background-color: rgba(255, 255, 255, 0.5);*/

}

/*change after working

#weatherdrawer {
width: 100%;
}

#weatherdrawer.open {
right: -100%;
left: auto;
}

*/

#weatherdrawer {
  width: 100%;
  overflow: hidden;
}

#weatherdrawer.open {
  right: -100%;
  left: auto;
}

/* testfordealers
#weatherdrawer {
width: 100%;
}


#weatherdrawer.open {
right: -100%;
left: auto;
}

*/



/*
#weatherdrawer.open .weather-details {
left: 800px;
width: 50%;
}

.weather-details {
position: relative;
width: 33%;
/*left: 630px;
left: 550px;
} */

#favouritedrawer {

  overflow: hidden;
}

/* to remove visible content when closing after dealermenu closes */
#dealerdrawer {

  overflow: hidden;
}

#locationdrawer {

  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#locationdrawer.open {

  right: -100%;
  left: auto;
}



#contactdrawer {

  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#contactdrawer.open {

  right: -100%;
  left: auto;
}

#settingsdrawer {

  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#settingsdrawer.open {

  right: -100%;
  left: auto;
}

#privacytab.show {

  position: absolute;
  width: 100%;
  right: 0px;
  background-color: #fff;

}

#criteriatab.show {

  position: absolute;
  width: 100%;
  right: 0px;
  background-color: #fff;
  z-index: 10;
  overflow: scroll;

}

#videodrawer {

  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#videodrawer.open {

  right: -100%;
  left: auto;
}

#languagetab.show {

  position: absolute;
  width: 100%;
  right: 0px;
  background-color: #fff;

}

/*
#workspace {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 50%;
}
*/
#daily-weather {
  padding-right: 50px;
  width: 100%;
  height: 190px;
  box-sizing: border-box;
}

.weather-display {
  height: 240px;
  height: -webkit-calc(100% - 195px);
  height: calc(100% - 195px);
}

.weather-display-header .location-title {
  width: 100%;
}

.weather-display-header .action {

  position: absolute;
  top: 0px;
  right: 3px;
  z-index: 100;
}

/*
#weatherdrawer {

width: 100%;
}

#weatherdrawer .open {

width: 400%;
}*/
#weathermenu {
  height: 100%;
  width: 0%;
}

#weathermenu.menu-is-open {
  height: 100%;
  width: 100%;
}

/* testchange
#dealermenu {
  height: 100%;
  width: 0px;
  background-color: #fff;
}

#dealermenu.menu-is-open {
      width: 75%;
      left: 0px;
  }
*/

#dealerdrawer.open {
  right: -150%;
  background-color: #fff;
  /*background-color: rgba(255, 255, 255, 0.5);*/

}

/*change after working

#weatherdrawer {
width: 100%;
}

#weatherdrawer.open {
right: -100%;
left: auto;
}

*/

#weatherdrawer {
  width: 100%;
  overflow: hidden;
}

#weatherdrawer.open {
  right: -100%;
  left: auto;
}

/* testfordealers
#weatherdrawer {
width: 100%;
}


#weatherdrawer.open {
right: -100%;
left: auto;
}

*/



/*
#weatherdrawer.open .weather-details {
left: 800px;
width: 50%;
}

.weather-details {
position: relative;
width: 33%;
/*left: 630px;
left: 550px;
} */

#favouritedrawer {

  overflow: hidden;
}

/* to remove visible content when closing after dealermenu closes */
#dealerdrawer {

  overflow: hidden;
}

#locationdrawer {

  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#locationdrawer.open {

  right: -100%;
  left: auto;
}



#contactdrawer {

  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#contactdrawer.open {

  right: -100%;
  left: auto;
}

#settingsdrawer {

  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#settingsdrawer.open {

  right: -100%;
  left: auto;
}

/* testchange 94 nr 1
#privacytab.show {

position: absolute;
width: 100%;
right: 0px;
background-color: #fff;

}
*/
/* testchange 94 nr 1
#criteriatab.show {

position: absolute;
width: 100%;
right: 0px;
background-color: #fff;
z-index: 10;
overflow: scroll;
}
*/

#videodrawer {

  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

#videodrawer.open {

  right: -100%;
  left: auto;
}

/* testchange
#languagetab.show {

position: absolute;
width: 100%;
right: 0px;
background-color: #fff;

}
*/
/* Toaster message */
.info {
  background-color: #238bdc !important;
}

.error {
  background-color: #d54130;
}

.warning {
  background-color: #e27f1b;
}

.success {
  background-color: #3dc143;
}

.message-inner-container span[class^='icon-'] {
  padding-right: 10px;
}

.error-msg-container {
  position: absolute;
  left: 55%;
  top: 200px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  text-align: center;
  width: auto;
}

.error-inner-container {
  background-color: #353535;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: auto;
  text-align: left;
}

.error-icon-container {
  width: 40px;
  height: 40px;
  line-height: 49px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background-color: #3dc143;
}

.error-icon-container .icon-status-success,
.error-icon-container .icon-status-info {
  font-size: 18px;
}

.error-msg-text {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: top;
}

.error-msg-container {
  z-index: -1;
}

.show-msg {
  top: 220px !important;
  opacity: 1;
  z-index: 3;
}

.xlabel {
  padding-right: 10px;
  line-height: 40px;
  font-size: 10px;
  cursor: pointer;
}

/* Responsive styles - Starts */
@media all and (max-width: 991px) {
  .error-msg-container {
    position: fixed;
    right: 0;
    left: 0;
    top: inherit !important;
    bottom: 0% !important;
    margin: 0 auto;
    z-index: -1;
  }

  .show-msg {
    bottom: 20px !important;
    z-index: 3;
  }
}

/* Responsive styles - Ends */

@media all and (min-width: 768px) and (max-width: 991px) {
  .error-msg-container {
    width: 80%;
  }
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* html { */
/* font-family: sans-serif; */
/* -ms-text-size-adjust: 100%; */
/* -webkit-text-size-adjust: 100%; */
/* } */
/* body { */
/* margin: 0; */
/* } */
/* a { */
/* background: transparent; */
/* } */
/* a:focus { */
/* outline: thin dotted; */
/* } */
/* a:active, */
/* a:hover { */
/* outline: 0; */
/* } */
/* h1 { */
/* font-size: 2em; */
/* margin: 0.67em 0; */
/* } */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 500;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

/* small { */
/* font-size: 80%; */
/* } */
/* sub, */
/* sup { */
/* font-size: 75%; */
/* line-height: 0; */
/* position: relative; */
/* vertical-align: baseline; */
/* } */
/* sup { */
/* top: -0.5em; */
/* } */
/* sub { */
/* bottom: -0.25em; */
/* } */
/* img { */
/* border: 0; */
/* } */
/* svg:not(:root) { */
/* overflow: hidden; */
/* } */
/* figure { */
/* margin: 0; */
/* } */
/* fieldset { */
/* border: 1px solid silver; */
/* margin: 0 2px; */
/* padding: 0.35em 0.625em 0.75em; */
/* } */
/* legend { */
/* border: 0; */
/* padding: 0; */
/* } */
/* button, */
/* input, */
/* select, */
/* textarea { */
/* font-family: inherit; */
/* font-size: 100%; */
/* margin: 0; */
/* } */
/* button, */
/* input { */
/* line-height: normal; */
/* } */
/* button, */
/* select { */
/* text-transform: none; */
/* } */
/* button, */
/* html input[type='button'], */
/* input[type='reset'], */
/* input[type='submit'] { */
/* -webkit-appearance: button; */
/* cursor: pointer; */
/* } */
/* button[disabled], */
/* html input[disabled] { */
/* cursor: default; */
/* } */
/* input[type='checkbox'], */
/* input[type='radio'] { */
/* box-sizing: border-box; */
/* padding: 0; */
/* } */
/* input[type='search'] { */
/* -webkit-appearance: textfield; */
/* -moz-box-sizing: content-box; */
/* -webkit-box-sizing: content-box; */
/* box-sizing: content-box; */
/* } */
/* input[type='search']::-webkit-search-cancel-button, */
/* input[type='search']::-webkit-search-decoration { */
/* -webkit-appearance: none; */
/* } */
/* button::-moz-focus-inner, */
/* input::-moz-focus-inner { */
/* border: 0; */
/* padding: 0; */
/* } */
/* textarea { */
/* overflow: auto; */
/* vertical-align: top; */
/* } */
/* table { */
/* border-collapse: collapse; */
/* border-spacing: 0; */
/* } */
/* * { */
/* -moz-box-sizing: border-box; */
/* box-sizing: border-box; */
/* } */
/* h1, */
/* h2, */
/* h3, */
/* h4, */
/* h5, */
/* h6 { */
/* margin: 0; */
/* padding: 0; */
/* } */
/* p { */
/* margin: 0; */
/* } */
/* ul { */
/* margin: 0; */
/* padding: 0; */
/* list-style: none; */
/* } */
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon/icomoon-eot.eot);
  src: url(../fonts/icomoon/icomoon-eot.eot?#iefix) format('embedded-opentype'), url(../fonts/icomoon/icomoon-woff.woff) format('woff'),
    url(../fonts/icomoon/icomoon-ttf.ttf) format('truetype'), url(../fonts/icomoon/icomoon-svg.svg#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
}

[data-icon]:before {
  font-family: icomoon;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tornado,
.icon-thunderstorm,
.icon-snow,
.icon-sleet,
.icon-rain,
.icon-partly-cloudy-night,
.icon-partly-cloudy-day,
.icon-hail,
.icon-fog,
.icon-cloudy,
.icon-clear-night,
.icon-clear-day,
.icon-website,
.icon-weather,
.icon-video,
.icon-tips,
.icon-time,
.icon-share,
.icon-settings,
.icon-search,
.icon-position,
.icon-phone,
.icon-move,
.icon-arrow-right,
.icon-home,
.icon-check,
.icon-alert,
.icon-close,
.icon-contact,
.icon-dealer-pin,
.icon-delete-fav,
.icon-delete,
.icon-edit,
.icon-email,
.icon-favorite,
.icon-info,
.icon-map,
.icon-menu,
.icon-wind,
.icon-arrow-left,
.icon-youtube,
.icon-facebook,
.icon-twitter,
.icon-linkedin,
.icon-flickr,
.icon-location-list {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-tornado:before {
  content: '\e001';
}

.icon-thunderstorm:before {
  content: '\e002';
}

.icon-snow:before {
  content: '\e003';
}

.icon-sleet:before {
  content: '\e004';
}

.icon-rain:before {
  content: '\e005';
}

.icon-partly-cloudy-night:before {
  content: '\e006';
}

.icon-partly-cloudy-day:before {
  content: '\e007';
}

.icon-hail:before {
  content: '\e008';
}

.icon-fog:before {
  content: '\e009';
}

.icon-cloudy:before {
  content: '\e00a';
}

.icon-clear-night:before {
  content: '\e00b';
}

.icon-clear-day:before {
  content: '\e00c';
}

.icon-website:before {
  content: '\e00d';
}

.icon-weather:before {
  content: '\e00e';
}

.icon-video:before {
  content: '\e00f';
}

.icon-tips:before {
  content: '\e010';
}

.icon-time:before {
  content: '\e011';
}

.icon-share:before {
  content: '\e012';
}

/* .icon-settings:before { */
/* content: '\e013'; */
/* } */
/* .icon-search:before {
content: '\e014';
} */
.icon-position:before {
  content: '\e015';
}

.icon-phone:before {
  content: '\e016';
}

.icon-move:before {
  content: '\e017';
}

.icon-arrow-right:before {
  /* content: '\e018'; */
}

/* .icon-home:before { */
/* content: '\e019'; */
/* } */
.icon-check:before {
  content: '\e01a';
}

.icon-alert:before {
  content: '\e01b';
}

.icon-close:before {
  /* content: '\e01c'; */
}

.icon-contact:before {
  /* content: '\e01d'; */
}

.icon-dealer-pin:before {
  content: '\e01e';
}

.icon-delete-fav:before {
  content: '\e01f';
}

.icon-delete:before {
  content: '\e020';
}

.icon-edit:before {
  content: '\e021';
}

.icon-email:before {
  /* content: '\e022'; */
}

.icon-favorite:before {
  content: '\e023';
}

/* .icon-info:before { */
/* content: '\e024'; */
/* } */
.icon-map:before {
  content: '\e025';
}

.icon-menu:before {
  content: '\e026';
}

.icon-wind:before {
  content: '\e000';
}

.icon-arrow-left:before {
  content: '\e027';
}

.icon-youtube:before {
  content: '\f167';
}

.icon-facebook:before {
  content: '\f09a';
}

.icon-twitter:before {
  content: '\f099';
}

.icon-linkedin:before {
  content: '\f0e1';
}

.icon-flickr:before {
  content: '\e028';
}

.icon-location-list:before {
  content: '\e029';
}

.icon-location {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  margin-right: 10px;
}

/* html, */
/* body { */
/* height: 100%; */
/* width: 100%; */
/* min-height: 768px; */
/* min-width: 1024px; */
/* font-size: 100%; */
/* font-family: 'Helvetica Neue', Arial, sans-serif; */
/* -webkit-font-smoothing: antialiased; */
/* } */
/* button { */
/* -webkit-font-smoothing: antialiased; */
/* border: 0; */
/* outline: 0; */
/* background-color: #fff; */
/* color: #002665; */
/* -webkit-user-select: none; */
/* user-select: none; */
/* } */
.topbar {
  display: none;
  position: relative;
  height: 20px;
  width: 100%;
  margin-top: -20px;
  background-color: #f5f5f5;
  z-index: 99999;
}

body.ios7 {
  padding-top: 20px;
}

.ios7 .topbar {
  display: block;
}

.hidden {
  display: none !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.app {
  position: relative;
  width: 100%;
  height: 100%;
}

.gui,
#mapbuttons button {
  -webkit-user-select: none;
  user-select: none;
}

.textbutton {
  border: 0;
  outline: 0;
  line-height: 1.2;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#prototypeBox {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 360px;
  height: 150px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.6);
  text-align: center;
}

#prototypeBox span {
  display: block;
  font-size: 15px;
}

#prototypeBox span.title {
  font-size: 20px;
}

#prototypeList {
  overflow: scroll;
  position: absolute;
  top: 190px;
  right: 20px;
  width: 360px;
  height: 450px;
  padding: 15px 30px;
  background-color: #fff;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.6);
}

#prototypeList li {
  font-size: 11px;
  cursor: pointer;
}

#prototypeList li.highlight {
  background-color: #ccc;
}

/* .btn { */
/* width: 100%; */
/* height: 48px; */
/* line-height: 48px; */
/* border: 0; */
/* outline: 0; */
/* background-color: #00296d; */
/* color: #fff; */
/* font-size: 14px; */
/* font-weight: 600; */
/* -webkit-font-smoothing: antialiased; */
/* } */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.icon-edit {
  background-color: rgba(255, 255, 255, 0.9);
}

.icon-edit.active {
  background-color: #555;
  color: #fff;
}

#workspace {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  width: 50%;
}

#daily-weather {
  padding-right: 50px;
  width: 100%;
  box-sizing: border-box;
}

.searchform {
  position: relative;
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #e0e0e0;
  background-image: -webkit-linear-gradient(top, #f3f3f3 0, #fff 20%, #fff 80%, #f3f3f3 100%);
}

.searchform input {
  box-sizing: border-box;
  width: 80%;
  height: 100%;
  padding: 10px 20px 10px 35px;
  border: 0;
  outline: 0;
  font-size: 20px;
  font-weight: 300;
  color: #00296d;
  background: 0 0;
}

.searchform input::-webkit-input-placeholder {
  color: #00296d;
}

.searchform input:-moz-placeholder {
  color: #00296d;
}

.searchform input::-moz-placeholder {
  color: #00296d;
}

.searchform input:-ms-input-placeholder {
  color: #00296d;
}

.searchform .icon-search {
  position: absolute;
  top: 13px;
  left: 15px;
  font-size: 25px;
  color: #00296d;
}

.list>li {
  position: relative;
  padding: 12px 20px;
  border-bottom: 1px solid #efefef;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
}

.list>li.active {
  background-color: #424242;
  color: #fff;
}

.list>li.active .title,
.list>li.active .subtitle,
.list>li.active .info {
  color: #fff;
}

.list>li.search-location:active {
  background-color: #00296d;
}

.list>li.search-location:active .title {
  color: #fff;
}

.list .contentwrapper {
  position: relative;
  max-width: 100%;
}

.list .contentwrapper:after {
  content: '';
  display: table;
  clear: both;
}

.list .title {
  display: block;
  color: #00296d;
}

.list .subtitle {
  color: #888;
}

.list .distance {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  background-color: #efefef;
  border-radius: 50%;
  font-size: 11px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  color: #444;
}

.list.editable .contentwrapper {
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: -moz-transform 200ms;
  -o-transition: -o-transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}

.list.editable .contentwrapper .delete {
  float: left;
  width: 30px;
  height: 24px;
  overflow: hidden;
}

.list.editable .contentwrapper .icon-delete {
  display: none;
  position: relative;
  top: 1px;
  color: #b45656;
  opacity: 0;
}

.list.editable .contentwrapper .titlewrapper {
  float: left;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.list.editable .icon-move {
  display: none;
  position: absolute;
  top: 17px;
  right: 10px;
  color: #e0e0e0;
  font-size: 13px;
  opacity: 0;
}

.list.editmode .contentwrapper {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.list.editmode .contentwrapper .icon-delete {
  -webkit-animation: fadeIn 800ms forwards;
}

.list.editmode .icon-move {
  -webkit-animation: fadeIn 800ms forwards;
}

.list-header {
  position: relative;
}

.list-header .actions {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.list-header .actions>span {
  display: inline-block;
  height: 48px;
  width: 48px;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  cursor: pointer;
  -moz-transition: background-color 100ms;
  -o-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

.list-header .actions>span:active {
  background-color: rgba(68, 68, 68, 0.5);
}

.list-header,
.list-section {
  padding: 15px;
  font-size: 28px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.list-header h3,
.list-section h3 {
  font-size: 22px;
  font-weight: 300;
}

.list-header h3.compress,
.list-section h3.compress {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}

.list-header h4,
.list-section h4 {
  margin: 10px 0 13px;
  color: #555;
  font-size: 17px;
  font-weight: 300;
}

.list-header.compressed,
.list-section.compressed {
  padding: 10px 15px;
}

.list-header.compressed h3,
.list-section.compressed h3 {
  font-size: 20px;
}

.list-header.compressed h3.compress,
.list-section.compressed h3.compress {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}

.list-section {
  border-bottom: 0;
}

.drawer {
  height: 100%;
  color: #555;
  z-index: 1;
}

.drawer.shadow {
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.5);
}

.drawer-header {
  position: relative;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  border-bottom: 1px solid #efefef;
}

.drawer-header h3 {
  font-size: 25px;
  font-weight: 300;
}

.drawer-header .actions {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.drawer-header .actions>span {
  display: inline-block;
  height: 48px;
  width: 48px;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  cursor: pointer;
  -moz-transition: background-color 100ms;
  -o-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

.drawer-header .actions>span:active {
  background-color: rgba(68, 68, 68, 0.5);
}

.drawer-header .actions .icon-info {
  position: relative;
}

.drawer-header .actions .icon-info.active {
  background-color: #555;
  color: #fff;
}

.drawer-header .actions .icon-info.active .info-modal {
  display: block;
  color: #555;
}

.drawer-section-header {
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-top: 1px solid #d8d8d8;
}

.drawer-section-body {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-top: 1px solid #d8d8d8;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.overlay.show {
  display: block;
}

#weathermenu {
  height: 100%;
  width: 100%;
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  -moz-transition: -moz-transform 440ms ease;
  -o-transition: -o-transform 440ms ease;
  -webkit-transition: -webkit-transform 440ms ease;
  transition: transform 440ms ease;
}

#weathermenu.menu-is-open {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.weather {
  position: relative;
  height: 50%;
  background-color: #8baed0;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}

.weather-display {
  height: 240px;
  height: -webkit-calc(100% - 195px);
  height: calc(100% - 195px);
}

.weather-display-header {
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.weather-display-header>div {
  float: left;
  height: inherit;
  background-color: rgba(255, 255, 255, 0.2);
}

.weather-display-header .action {
  width: 50px;
  margin-left: 1px;
  font-size: 30px;
  cursor: pointer;
}

.weather-display-header .action.active,
.weather-display-header .action:active {
  background-color: #555;
}

.weather-display-header .location-title {
  position: relative;
  width: -webkit-calc(100% - 51px);
  width: calc(100% - 51px);
  padding: 0 20px;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-csscalc .weather-display-header .action {
  position: relative;
  width: 9%;
  margin-left: 0;
}

.no-csscalc .weather-display-header .action:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  content: '';
}

.no-csscalc .weather-display-header .location-title {
  width: 91%;
}

#daily-weather {
  position: relative;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
}

#daily-weather ul {
  height: 100%;
}

.weather-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 195px;
}

.weather-bottom ul {
  height: 146px;
}

.weather-bottom li {
  float: left;
  height: inherit;
  width: 14.2857143%;
  padding-top: 20px;
  background-color: #f5f5f5;
  color: #00296d;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-left: 1px solid #d0d6de;
  border-bottom: 1px solid #d0d6de;
}

.weather-bottom li .weather-day-wrapper>div {
  display: block;
}

.weather-bottom li .weather-day-wrapper>div.symbol {
  height: 50px;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
}

.weather-bottom li .weather-day-wrapper>div.degrees {
  position: relative;
  display: inline-block;
  height: 36px;
  font-size: 32px;
}

.weather-bottom li .weather-day-wrapper>div .celsius {
  position: absolute;
  right: -10px;
  top: 0;
}

.weather-bottom li.activeday {
  background-color: #8baed0;
}

.weather-bottom li.activeday>div {
  color: #fff;
}

.weather-bottom li:first-child {
  border-left: 0;
}

.symbol.clear-day {
  background: url(../images/sun.png) no-repeat center center;
}

.symbol.partly-cloudy-day {
  background: url(../images/partlysun.png) no-repeat center center;
}

.symbol.rain {
  background: url(../images/rain.png) no-repeat center center;
}

#daily-weather ul {
  display: none;
}

#daily-weather li {
  position: relative;
  float: left;
  height: 100%;
  width: 30%;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

#daily-weather li .symbol {
  height: 50px;
  font-size: 44px;
}

#daily-weather li .symbol>div {
  height: inherit;
}

#daily-weather li .symbol>div.clear-day {
  background: url(../images/sun-white.png) no-repeat center center;
}

#daily-weather li .symbol>div.rain {
  background: url(../images/rain-white.png) no-repeat center center;
}

#daily-weather li .symbol>div.partly-cloudy-day {
  background: url(../images/partlysun-white.png) no-repeat center center;
}

#daily-weather li .symbol>div.cloudy {
  background: url(../images/partlysun-white.png) no-repeat center center;
}

#daily-weather li .time {
  margin: 4px 0 1px;
  line-height: 1;
}

#daily-weather li .degrees {
  line-height: 1;
}

#daily-weather li .degrees .kern {
  letter-spacing: -3px;
}

#daily-weather li .degrees .celsius {
  margin-left: 5px;
  font-weight: 300;
}

#daily-weather li.midday {
  width: 40%;
}

#daily-weather li.midday .symbol {
  float: left;
  width: 50%;
  height: 100px;
}

#daily-weather li.midday .symbol>div {
  font-size: 80px;
}

#daily-weather li.midday .symbol>div.sun {
  background: url(../images/sun-large.png) no-repeat center center;
}

#daily-weather li.midday .symbol>div.rainy {
  background: url(../images/rain-large.png) no-repeat center center;
}

#daily-weather li.midday .symbol>div.partly-cloudy {
  background: url(../images/partlysun-large.png) no-repeat center center;
}

#daily-weather li.midday .symbol>div.cloudy {
  background: url(../images/partlysun-large.png) no-repeat center center;
}

#daily-weather li.midday .time {
  font-size: 30px;
}

#daily-weather li.midday .degrees {
  font-size: 60px;
  font-weight: 500;
  line-height: 55px;
}

#daily-weather li.midday .degrees .kern {
  letter-spacing: -5px;
}

#daily-weather li.midday .right {
  float: right;
}

#daily-weather .day-period-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  margin: auto;
}

#daily-weather .time {
  font-size: 16px;
}

#daily-weather .degrees {
  position: relative;
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0;
}

#show-detailed-weather-btn {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 21px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
}

#show-detailed-weather-btn span {
  display: none;
}

#show-detailed-weather-btn.active {
  background-color: #444;
}

.weather-details {
  height: 100%;
  color: #555;
}

.weather-details>div {
  border-bottom: 1px solid #efefef;
}

.weather-details p {
  font-size: 18px;
}

.weather-details-header {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
}

.weather-details-header h3 {
  font-size: 25px;
  font-weight: 300;
}

.weather-details-text-summary {
  padding: 20px 30px;
}

.weather-details-table {}

.weather-details-table table {
  width: 100%;
  table-layout: fixed;
}

.weather-details-table th,
.weather-details-table td {
  padding: 20px 0;
  background-color: #f5f5f5;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #eaeae9;
  border-bottom: 0;
  border-top: 0;
  text-align: center;
}

.weather-details-table th {
  position: relative;
  font-weight: 700;
  overflow: hidden;
}

.weather-details-table th:first-child {
  padding: 10px;
  font-size: 30px;
  font-weight: 400;
}

.weather-details-table td {
  background-color: #fff;
}

.weather-details-table td:first-child {
  font-weight: 700;
}

.weather-details-table th:nth-child(1),
.weather-details-table td:nth-child(1) {
  width: 10%;
}

.weather-details-table th:nth-child(2),
.weather-details-table td:nth-child(2) {
  width: 10%;
}

.weather-details-table th:nth-child(3),
.weather-details-table td:nth-child(3) {
  width: 12%;
}

.weather-details-table th:nth-child(4),
.weather-details-table td:nth-child(4) {
  width: 14%;
}

.weather-details-table th:nth-child(5),
.weather-details-table td:nth-child(5) {
  width: 10%;
}

.weather-details-table th:nth-child(6),
.weather-details-table td:nth-child(6) {
  width: 10%;
}

.weather-details-table th:nth-child(7) {
  width: 34%;
}

.weather-details-table td:nth-child(7) {
  width: 17%;
}

.weather-details-table td:nth-child(8) {
  width: 17%;
}

#weatherdetails-hourly-table {
  width: 100%;
  border-collapse: collapse;
}

#weatherdetails-hourly-table-header {
  display: none;
}

#weatherdrawer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
}

#weatherdrawer.open {
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.info-modal {
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  width: 300px;
  margin-top: 22px;
  padding: 30px 30px 20px;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  z-index: 1000;
  text-align: left;
  border: 4px solid #ffff;
}

.info-modal h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.info-modal li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.info-modal li strong {
  display: block;
  text-transform: uppercase;
}

.info-modal:after,
.info-modal:before {
  bottom: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.info-modal:after {
  border-color: rgba(213, 213, 213, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  right: 16px;
}

.scrollwrapper {
  height: 100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#daily-weather-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
}

#daily-weather-loader img {
  width: 80px;
}

#location-results {
  display: none;
}

.results-displaying #location-results {
  display: block;
}

#no-weather {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/unavailable-weather.jpg);
  background-size: 100%;
  background-size: cover;
}

#no-weather h3 {
  margin-top: 150px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.menuwrapper {
  position: relative;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.menuitem {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.menuitem.on-top {
  z-index: 11;
}

.menu {
  height: 50%;
  background-color: #fff;
}

.menu ul {
  height: 100%;
}

.menu li {
  height: 20%;
  background-color: #fff;
  border-top: 1px solid #d0d6de;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.menu li.active {
  background-color: #444;
  color: #fff;
}

.menu li.active .left span {
  color: #fff;
}

.menu .left {
  position: relative;
  float: left;
  height: 100%;
  width: 15%;
  text-align: center;
}

.menu .left span {
  font-size: 44px;
  color: #00296d;
}

.menu .left .vcenter {
  height: 40px;
}

.menu .right {
  position: relative;
  float: left;
  height: 100%;
  width: 85%;
}

.menu .vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 23px;
}

.menu .menu-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  overflow: auto;
  background: url(../images/menu-icon.png) no-repeat;
}

.menu .menu-title {
  display: block;
  font-size: 23px;
}

.menu .menu-description {
  display: block;
}

#mapbuttons {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 55px;
  height: 55px;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
}

#mapbuttons button {
  position: relative;
  border: 0;
  outline: 0;
  height: inherit;
  width: 48px;
  height: 48px;
  background-color: #fff;
  vertical-align: top;
}

#mapbuttons .loader {
  display: none;
  position: absolute;
  top: 14px;
  left: 13px;
}

#mapbuttons .loader img {
  width: 20px;
}

#mapbuttons .icon {
  position: relative;
  left: 1px;
  font-size: 24px;
  color: #bcbcbc;
}

#mapbuttons .text {
  position: relative;
  top: 2px;
  display: block;
  line-height: 1;
  color: #bcbcbc;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

#mapbuttons .on {
  display: none;
}

#mapbuttons .off {
  display: block;
}

#mapbuttons .currentposition {
  display: block;
  position: absolute;
  top: 14px;
  left: 12px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-size: 20px;
  color: #00296d;
  font-size: 22px;
}

.geolocation-allowed #mapbuttons {
  width: 110px;
}

.no-geolocation-allowed #mapbuttons {
  width: 55px;
}

#weather-toggle-button.weather-on-map-active .on {
  display: block;
}

#weather-toggle-button.weather-on-map-active .off {
  display: none;
}

#weather-toggle-button.weather-on-map-active span {
  color: #009a04;
}

#current-location-loader,
#map-weather-loader {
  display: block;
  position: absolute;
  top: 17px;
  left: 14px;
  width: 20px;
  height: 20px;
}

#map-get-current-location-button {
  display: none;
}

.geolocation-allowed #map-get-current-location-button {
  display: inline-block;
  margin-right: 5px;
}

.no-geolocation-allowed #map-get-current-location-button {
  display: none;
}

.cordova #mapbuttons .icon-partly-cloudy-day {
  left: -3px;
}

#dealer-result-list li,
#favorite-list li {
  min-height: 65px;
  padding: 0;
  background-color: #f5f5f5;
  border-color: #e1e1e1;
}

#dealer-result-list li .content,
#favorite-list li .content {
  position: relative;
  float: left;
  padding: 14px 10px 10px 20px;
  width: 86%;
}

#dealer-result-list li .content .left,
#favorite-list li .content .left {
  width: 78%;
}

#dealer-result-list li .pin,
#favorite-list li .pin {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
}

#dealer-result-list li .aside,
#favorite-list li .aside {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  float: right;
  width: 66px;
  width: 14%;
  height: 100%;
  text-align: center;
  line-height: 70px;
  border-left: 1px solid #e1e1e1;
}

#dealer-result-list li .icon-info,
#favorite-list li .icon-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto 0 auto -18px;
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 35px;
  border: 2px solid #002665;
  border-radius: 40px;
  cursor: pointer;
  font-size: 14px;
  color: #002665;
}

#dealer-result-list li.active,
#favorite-list li.active {
  background-color: #555;
  border-color: #666;
}

#dealer-result-list li.active .aside,
#favorite-list li.active .aside {
  border-color: #666;
}

#dealer-result-list li.active .icon-info,
#favorite-list li.active .icon-info {
  color: #fff;
  border-color: #fff;
}

#dealer-result-list li:active,
#favorite-list li:active {
  background-color: #555;
  border-color: #666;
}

#dealer-result-list li:active .aside,
#favorite-list li:active .aside {
  border-color: #666;
}

#dealer-result-list li:active .title,
#dealer-result-list li:active .subtitle,
#favorite-list li:active .title,
#favorite-list li:active .subtitle {
  color: #fff;
}

#dealer-result-list li:active .icon-info,
#favorite-list li:active .icon-info {
  border-color: #fff;
  color: #fff;
}

#dealer-result-list li:after,
#favorite-list li:after {
  content: '';
  display: table;
  clear: both;
}

#dealer-result-list .search-location,
#favorite-list .search-location {
  padding: 20px 10px 16px 20px;
}

#favorite-list li .distance {
  right: 10px;
}

#us-filter {
  display: none;
  position: relative;
  margin-top: 15px;
}

#us-filter .btn.active {
  background-color: #424242;
}

#us-filter.show {
  display: block;
}

#filter-dropdown {
  display: none;
  z-index: 200;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

#filter-dropdown li {
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  color: #00296d;
}

#filter-dropdown li:first-child {
  color: #424242;
  border-top: 0;
}

#filter-dropdown li.category {
  cursor: pointer;
}

#filter-dropdown li.category:hover,
#filter-dropdown li.category:active {
  color: #fff;
  background-color: #00296d;
}

#filter-dropdown li.active {
  color: #424242;
  background-color: #f5f5f5;
}

#filter-dropdown.show {
  display: block;
}

#dealer-result-list li .content .left {
  margin-left: 10%;
}

#dealermenu {
  height: 100%;
  /* width: 75%; */
  background-color: #fff;
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
}

#dealermenu.menu-is-open {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#dealermenu .dealermenu-header {
  height: 50px;
}

#dealermenu .dealermenu-header>div {
  float: left;
  height: inherit;
  width: 33.33333333%;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  cursor: pointer;
}

#dealermenu .dealermenu-header>div:first-child {
  border-left: 0;
}

#dealermenu .dealermenu-header>div>span {
  display: inline-block;
  position: relative;
  top: 11px;
  font-size: 26px;
  color: #00296d;
}

#dealermenu .dealermenu-header>div.activetab {
  color: #fff;
  background-color: #555;
}

#dealermenu .dealermenu-header>div.activetab>span {
  color: #fff;
}

#favoritestab .edit {
  width: 36px;
  height: 36px;
  margin: 7px 20px 0 0;
  line-height: 36px;
  font-size: 16px;
}

#favoritestab .delete {
  position: relative;
  top: 10px;
}

#favoritestab .icon-move {
  top: 30px;
}

.searchresultwrapper {
  position: relative;
  overflow: auto;
  height: 100%;
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch;
}

.searchresultwrapper.scroll {
  height: 355px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#searchterm {
  display: block;
}

#searchdealer-clear {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border: 0;
  outline: 0;
  background-color: #555;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

#searchdealer-clear .loader {
  display: none;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 20px;
  height: 20px;
}

#searchdealer-clear .loader img {
  display: block;
  width: 20px;
}

#search-for-string {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  color: #fff;
  background-color: #002665;
  font-size: 14px;
  font-weight: 500;
}

/* #suggestiondropdown {
  display: none;
  position: absolute; */
  /* top: 100%; */
  /* width: 337px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
  z-index: 100; */
/* } */

/* #suggestiondropdown li {
  margin: 0;
  padding: 12px 12px;
  color: #00296d;
  font-size: 20px;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;

  list-style-type: none; */
  /*added*/
/* } */

/* #suggestiondropdown li:first-child {
  border-top: 0;
} */

#suggestiondropdown li {
  text-transform: uppercase;
  color: black;
}

/* #suggestiondropdown li:active {
  background-color: #555;
  color: #fff;
}

#suggestiondropdown li:active span {
  color: #fff;
} */

#search-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}

#search-footer .btn {
  position: relative;
}

#search-footer .loader {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 1;
}

#search-footer .loader img {
  width: 20px;
}

#search-footer .loader.show {
  display: block;
}

.no-geolocation-allowed #search-footer {
  display: none;
}

#searchtab {
  height: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}

#favouritedrawer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
}

#favouritedrawer.open {
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.5);
}

#favouritedrawer li {
  padding-left: 30px;
}

#favouritedrawer .favorite-name {
  color: #002665;
  font-weight: 400;
}

#favouritedrawer .favorite-city {
  color: #888;
  font-weight: 400;
}

#locationdrawer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
}

#locationdrawer.open {
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

#current-location-button {
  height: 50px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  color: #002960;
  cursor: pointer;
  border-bottom: 1px solid #efeeed;
}

#current-location-button .icon-position {
  margin-right: 10px;
}

.no-geolocation-allowed #current-location-button {
  display: none;
}

#add-location {
  height: 50px;
  padding-left: 20px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #002960;
  border-bottom: 1px solid #efeeed;
  cursor: pointer;
}

#add-location .iconwrapper {
  display: inline-block;
  position: relative;
  top: -4px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  border: 2px solid #002960;
  border-radius: 50px;
  color: #002960;
}

#add-location .icon {
  position: relative;
  top: 1px;
}

#location-search-holder {
  display: none;
}

#searchlocation-clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  background-color: #555;
  color: #fff;
}

.location-list-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#settingsdrawer,
#contactdrawer,
#videodrawer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  background-color: #fff;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  overflow: hidden;
}

#settingsdrawer.open,
#contactdrawer.open,
#videodrawer.open {
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

#settingsdrawer .btn,
#contactdrawer .btn,
#videodrawer .btn {
  width: 400px;
  margin-bottom: 10px;
  font-size: 16px;
}

#settingsdrawer .textbutton,
#contactdrawer .textbutton,
#videodrawer .textbutton {
  background-color: #fff;
  color: #002665;
}

#settingsdrawer .textbutton .icon-arrow-right,
#contactdrawer .textbutton .icon-arrow-right,
#videodrawer .textbutton .icon-arrow-right {
  position: relative;
  top: -2px;
  margin-left: 10px;
  font-size: 13px;
  color: #7b7b7b;
}

#settingsdrawer .drawer-header,
#contactdrawer .drawer-header,
#videodrawer .drawer-header {
  height: 85px;
  line-height: 85px;
}

#settingsdrawer .drawer-header h3,
#contactdrawer .drawer-header h3,
#videodrawer .drawer-header h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
}

#settingsdrawer .drawer-header .actions>span.hide,
#contactdrawer .drawer-header .actions>span.hide,
#videodrawer .drawer-header .actions>span.hide {
  display: none;
}

#settingsdrawer .drawer-header .actions>span.closelanguage,
#contactdrawer .drawer-header .actions>span.closelanguage,
#videodrawer .drawer-header .actions>span.closelanguage {
  display: none;
  border: 0;
}

#settingsdrawer .drawer-header .actions:first-child,
#contactdrawer .drawer-header .actions:first-child,
#videodrawer .drawer-header .actions:first-child {
  left: 10px;
  right: auto;
}

#settingsdrawer .drawer-section-body,
#contactdrawer .drawer-section-body,
#videodrawer .drawer-section-body {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#settingsdrawer .drawer-section-body .left,
#contactdrawer .drawer-section-body .left,
#videodrawer .drawer-section-body .left {
  margin-left: 30px;
  font-weight: 700;
  color: #000;
}

#settingsdrawer .drawer-section-body .right,
#contactdrawer .drawer-section-body .right,
#videodrawer .drawer-section-body .right {
  margin-right: 30px;
}

#settingsdrawer .drawer-section-body.fullwidth-action button,
#contactdrawer .drawer-section-body.fullwidth-action button,
#videodrawer .drawer-section-body.fullwidth-action button {
  position: relative;
  float: left;
  width: 50%;
  height: 49px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: #fff;
  color: #002665;
  font-size: 19px;
  font-weight: 400;
}

#settingsdrawer .drawer-section-body.fullwidth-action button .icon-check,
#contactdrawer .drawer-section-body.fullwidth-action button .icon-check,
#videodrawer .drawer-section-body.fullwidth-action button .icon-check {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 16px;
}

#settingsdrawer .drawer-section-body.fullwidth-action button.selected,
#contactdrawer .drawer-section-body.fullwidth-action button.selected,
#videodrawer .drawer-section-body.fullwidth-action button.selected {
  background-color: #424242;
  color: #fff;
  font-weight: 500;
}

#settingsdrawer .drawer-section-body.fullwidth-action button.selected .icon-check,
#contactdrawer .drawer-section-body.fullwidth-action button.selected .icon-check,
#videodrawer .drawer-section-body.fullwidth-action button.selected .icon-check {
  display: inline-block;
}

#settingsdrawer .drawer-section-body.trelleborg-info,
#contactdrawer .drawer-section-body.trelleborg-info,
#videodrawer .drawer-section-body.trelleborg-info {
  height: auto;
  padding-top: 25px;
}

#settingsdrawer .drawer-section-body.trelleborg-info p,
#contactdrawer .drawer-section-body.trelleborg-info p,
#videodrawer .drawer-section-body.trelleborg-info p {
  color: #002665;
  font-weight: 400;
  line-height: 1.5;
}

#settingsdrawer .drawer-section-body.trelleborg-info ul,
#contactdrawer .drawer-section-body.trelleborg-info ul,
#videodrawer .drawer-section-body.trelleborg-info ul {
  margin-top: 10px;
  font-size: 14px;
}

#settingsdrawer .drawer-section-body.trelleborg-info li,
#contactdrawer .drawer-section-body.trelleborg-info li,
#videodrawer .drawer-section-body.trelleborg-info li {
  line-height: 1.6;
  font-weight: 400;
}

#settingsdrawer .drawer-section-body.trelleborg-info a,
#contactdrawer .drawer-section-body.trelleborg-info a,
#videodrawer .drawer-section-body.trelleborg-info a {
  color: #002665;
  text-decoration: none;
}

#settingsdrawer .drawer-section-body.trelleborg-info .forecastlink,
#contactdrawer .drawer-section-body.trelleborg-info .forecastlink,
#videodrawer .drawer-section-body.trelleborg-info .forecastlink {
  margin-top: 20px;
}

#settingsdrawer .drawer-footer,
#contactdrawer .drawer-footer,
#videodrawer .drawer-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background-size: 180px 84px;
  border-top: 1px solid #d8d8d8;
}

#settingsdrawer .drawer-footer img,
#contactdrawer .drawer-footer img,
#videodrawer .drawer-footer img {
  display: block;
  width: 180px;
  margin: 15px auto 0;
}

#settingsdrawer .tabholder,
#contactdrawer .tabholder,
#videodrawer .tabholder {
  width: 200%;
  -moz-transition: -moz-transform 400ms;
  -o-transition: -o-transform 400ms;
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}

#settingsdrawer .tabholder.showlanguage,
#contactdrawer .tabholder.showlanguage,
#videodrawer .tabholder.showlanguage {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#settingsdrawer .tab,
#contactdrawer .tab,
#videodrawer .tab {
  float: left;
  width: 50%;
}

#maintab {
  height: 600px;
  overflow: auto;
}

#setting-aside-tab {
  height: 100%;
}

#setting-aside-tab p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

#setting-aside-tab h4 {
  margin: 20px 0 5px;
  font-weight: 400;
  line-height: 1.3;
}

#setting-aside-tab li {
  position: relative;
  height: 55px;
  padding-left: 30px;
  line-height: 55px;
  font-size: 20px;
  border-bottom: 1px solid #efefef;
  color: #002665;
  cursor: pointer;
}

#setting-aside-tab li .icon-check {
  display: none;
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 16px;
}

#setting-aside-tab li.selected {
  background-color: #424242;
  color: #fff;
  font-weight: 500;
}

#setting-aside-tab li.selected .icon-check {
  display: inline-block;
}

#maintab {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#languagetab,
#privacytab,
#criteriatab {
  display: none;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#languagetab.show,
#privacytab.show,
#criteriatab.show {
  display: block;
}

#privacytab,
#criteriatab {
  height: 100%;
}

#privacytab p,
#criteriatab p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#privacytab h4,
#criteriatab h4 {
  margin: 20px 0 5px;
  font-weight: 400;
  line-height: 1.3;
}

#privacytab .drawer-section-body,
#criteriatab .drawer-section-body {
  height: auto;
  padding: 30px;
  text-align: left;
  line-height: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#criteriatab h4 {
  font-size: 18px;
}

#criteriatab h4:first-child {
  margin-top: 0;
}

#criteriatab p {
  font-size: 12px;
}

#privacytab p {
  font-style: italic;
}

#videodrawer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  background-color: #fff;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  overflow: hidden;
}

#videodrawer.open {
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

#videodrawer a {
  color: #002665;
  text-decoration: none;
}

#videodrawer .drawer-section.videos {
  overflow: auto;
  padding: 40px;
  -webkit-overflow-scrolling: touch;
}

#videodrawer .drawer-section.videos:after {
  content: '';
  display: table;
  clear: both;
}

#videodrawer .video {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px;
}

#videodrawer .video img {
  width: 100%;
}

#videodrawer .video:nth-child(odd) {
  clear: left;
}

#videodrawer .videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #000;
}

#videodrawer .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videodrawer .caption {
  margin-top: 6px;
  text-align: center;
}

#videodrawer .caption h4 {
  font-size: 14px;
  font-weight: 500;
}

#contactdrawer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  background-color: #fff;
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transform: translate(0, 0);
  -moz-transition: -moz-transform 400ms ease;
  transform: translate(0, 0);
  transition: transform 400ms ease;
  overflow: hidden;
}

#contactdrawer.open {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

#contactdrawer .drawer-section-body.address {
  height: auto;
  padding: 10px 0;
  line-height: 1.2;
}

#contactdrawer a {
  color: #002665;
  text-decoration: none;
}

#contactdrawer .social .drawer-section-body {
  padding-top: 30px;
}

#contactdrawer .social a {
  display: block;
  width: 300px;
  height: 45px;
  margin: 0 auto 10px;
  line-height: 45px;
  color: #fff;
  background-color: #334d83;
  border-radius: 3px;
}

#contactdrawer .social a span {
  display: block;
  float: left;
  height: 100%;
  width: 250px;
  font-size: 18px;
}

#contactdrawer .social a span:first-child {
  display: inline;
  float: left;
  width: 45px;
  font-size: 20px;
  line-height: 45px;
  border-right: 1px solid #fff;
}

#contactdrawer .social a.twitter {
  background-color: #00afe4;
}

#contactdrawer .social a.linkedin {
  background-color: #1373a7;
}

#contactdrawer .social a.youtube {
  background-color: #ca3c3c;
}

#contactdrawer .social a.flickr {
  background-color: #000;
}

#dealerdrawer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transform: translate(0, 0);
  -moz-transition: -moz-transform 400ms ease;
  transform: translate(0, 0);
  transition: transform 400ms ease;
}

#dealerdrawer.open {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

#dealerdrawer .actions {
  top: 15px;
  right: 20px;
}

#dealerdrawer .close {
  margin: 0;
}

#dealerdrawer .drawer-header {
  padding: 15px 20px;
  line-height: 1.2;
  height: auto;
  font-size: 24px;
  border-bottom: 1px solid #d0d6de;
}

#dealerdrawer .dealer-name {
  width: 90%;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 8px 0 4px;
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
}

#dealerdrawer .dealer-address,
#dealerdrawer .dealer-city-zip,
#dealerdrawer .dealer-category {
  font-size: 20px;
}

#dealerdrawer .dealer-contact {
  margin-top: 8px;
}

#dealerdrawer li {
  position: relative;
  padding: 0 20px 0 65px;
  border-bottom: 1px solid #d0d6de;
  color: #213881;
  background-position: 5px center;
  background-repeat: no-repeat;
  height: 80px;
  font-size: 22px;
  overflow: hidden;
  cursor: pointer;
}

#dealerdrawer li a {
  display: block;
  height: 100%;
  color: #213881;
  text-decoration: none;
}

#dealerdrawer li .action {
  cursor: pointer;
}

#dealerdrawer li .title {
  font-size: 20px;
  color: #555;
}

#dealerdrawer li .contentwrapper {
  display: table;
  height: 100%;
  margin-left: 20px;
}

#dealerdrawer li .contentwrapper span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

#dealerdrawer li .icon {
  position: absolute;
  left: 0;
  top: 0;
}

#dealerdrawer li:first-child {
  border-top: 0;
}

#dealerdrawer li.dealer-navigate-icon .iconwrapper {
  position: absolute;
  top: 19px;
  left: 20px;
  width: 45px;
  height: 45px;
  border: 2px solid #213881;
  border-radius: 50px;
}

#dealerdrawer li.dealer-navigate-icon .icon {
  position: relative;
  left: 6px;
  top: 8px;
}

#dealerdrawer li.dealer-telephone-icon .icon {
  left: 27px;
  top: 27px;
  font-size: 30px;
}

#dealerdrawer li.dealer-email-icon .icon {
  left: 21px;
  top: 29px;
}

#dealerdrawer li.dealer-url-icon .icon {
  left: 22px;
  top: 23px;
  font-size: 33px;
}

#dealerdrawer li.dealer-url-icon .contentwrapper {
  word-break: break-word;
}

#dealerdrawer li.dealer-star-icon {
  cursor: pointer;
}

#dealerdrawer li.dealer-star-icon .favouritewrapper {
  display: table-row;
}

#dealerdrawer li.dealer-star-icon .icon {
  left: 23px;
  top: 23px;
  font-size: 35px;
}

#dealerdrawer li.dealer-star-icon .icon-delete-favorite {
  display: none;
}

#dealerdrawer li.dealer-star-icon .is-favorite {
  display: none;
}

#dealerdrawer li.dealer-star-icon.favorite .is-favorite {
  display: table-row;
}

#dealerdrawer li.dealer-star-icon.favorite .no-favorite {
  display: none;
}

#dealerdrawer li.dealer-star-icon.favorite .icon-favorite {
  display: none;
}

#dealerdrawer li.dealer-star-icon.favorite .icon-delete-favorite {
  display: block;
}

#dealerdrawer li.dealer-share-icon .icon {
  left: 26px;
  top: 23px;
  font-size: 35px;
}

#dealerdrawer li.dealer-share-icon span {
  margin-bottom: 5px;
  font-size: 24px;
}

#dealerdrawer li.dealer-share-icon span.title {
  margin-bottom: 0;
  font-size: 18px;
}

#dealerdrawer li.dealer-footer {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  height: 100px;
  border-bottom: 0;
}

#dealerdrawer li.dealer-footer img {
  position: absolute;
  top: 12px;
  right: 0;
  width: 140px;
}

#dealerdrawer li.dealer-footer img.tpc-logo {
  width: 80px;
}

#dealerdrawer li:active {
  background-color: #555;
}

#dealerdrawer li:active a,
#dealerdrawer li:active span,
#dealerdrawer li:active .title,
#dealerdrawer li:active .icon {
  color: #fff;
}

#dealerdrawer li:active .iconwrapper {
  border-color: #fff;
}

#dealerinfo {
  overflow: hidden;
}

/* The popup bubble styling. */
.popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30px, 25px);
  background-color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  width: 343px;
  border-radius: 4px;
}

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom:
    /* TIP_HEIGHT= */
    10px;
  left: -1px;
}

.popup-bubble-anchor::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom:
    /* TIP_HEIGHT= */
    15px solid white;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 343px;
  background-color: white;
}

.dealer-details {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}

.dealer-options {
  background-color: #e8ecf3;
  border-radius: 0 0 4px 4px;
}

/* map popover styles - starts */
.dealer-details,
.dealer-options {
  padding: 20px 25px;
}

.gm-style-iw-d {
  overflow: hidden !important;
  max-width:343px;
}

.dealer-details .header {
  font-size: 20px;
  width: 92%;
  font-weight: 500;
}

.pop-close-btn,
.pop-res-more-info-btn,
.pop-res-less-info-btn {
  padding-top: 5px;
  margin-right: 0;
}

.dealer-details .pop-close-btn,
.pop-res-more-info-btn,
.pop-res-less-info-btn {
  border: 0;
  float: right;
}

.dealer-details .pop-close-btn a,
.pop-res-more-info-btn a,
.pop-res-less-info-btn a {
  text-decoration: none;
}

.pop-res-more-info-btn a,
.pop-res-less-info-btn a {
  color: #666666;
  font-size: 12px;
}

.pop-close-btn .icon-close {
  font-size: 12px;
  color: #3c4043;
}

.pop-res-more-info-btn {
  display: none;
  text-align: center;
}

.pop-res-less-info-btn {
  display: none;
}

.pop-res-more-info-btn .icon-arrow-up,
.pop-res-less-info-btn .icon-dropdown {
  font-size: 8px;
  margin-bottom: 6px;
}

.pop-res-more-info-btn .icon-arrow-up:before,
.pop-res-less-info-btn .icon-dropdown:before {
  color: #3c4043;
}

.dealer-options>ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.dealer-options>ul li {
  margin-bottom: 16px;
}

.dealer-options>ul li a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  color: #3c4043;
}

.dealer-options>ul li a span.icon-arrow-right {
  float: right;
  font-size: 13px;
  padding-top: 7px;
  padding-right: 3px;
}

.dealer-options>ul li a span.icon-directions {
  font-size: 20px;
}

.dealer-options>ul li a span.icon-email {
  font-size: 14px;
}

.dealer-options>ul li a span.icon-contact {
  font-size: 18px;
}

.dealer-options>ul li a span:first-child {
  width: 32px;
  vertical-align: -2px;
  display: inline-block;
}

.dealer-options>ul li a span:nth-child(2) {
  display: inline-block;
  word-break: break-all;
  width: calc(100% - 50px);
  vertical-align: middle;
}

.map-popup-header {
  margin-bottom: 10px;
  position: relative;
}

.map-popup-dis {
  color: #072d6e;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.map-popup-categories {
  color: #b49e5e;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 22px;
  font-weight: 500;
}

.map-popup-address {
  color: #666666;
  font-size: 14px;
  margin-bottom: 5px;
}

/* map popover styles - ends */

.logo-container {
  margin-bottom: 0 !important;
  margin-right: -4px;
  margin-top: -5px;
}

#dealerResultFavIconCheckedMap,
#dealerResultFavIconUncheckedMap {
  cursor: pointer;
}

/* .map-dealer-info-nav-section {
position: fixed;
right: 55px;
bottom: 20px;
z-index: 1;
} */
.half-width {
  float: left;
  width: 50%;
}

/* Responsive styles - Starts */
/* Popup Animation */
/* @media all and (min-width: 992px) {
.popup-container {
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.5s ease-in-out;
  animation: show-popup 0.5s ease-in-out 0.1s 1 forwards;
}
@keyframes show-popup {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
} */
@media all and (min-width: 992px) {
  .dealer-details .pop-close-btn {
    float: none;
    border: 0;
    position: absolute;
    right: -25px;
    top: -20px;
    background: #f2f2f2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 0px 4px 0px 0px;
    justify-content: center;
    text-decoration: none;
    padding-top: 0;
  }
}

@media all and (max-width: 991px) {
  .map-dealer-info-nav-section {
    display: none !important;
  }

  .popup-bubble {
    position: fixed;
    top: unset;
    left: calc(-50% + 12px);
    bottom: 25px;
    width: calc(100% - 22px);
    transform: translate(0, 47vh);
    /* touch-action: none; */
    transition: width 1s;
    -webkit-transition: left 1s;
  }

  .popup-bubble-anchor:after {
    display: none;
  }

  .popup-bubble.right-swipe {
    left: 50%;
  }

  .popup-bubble.left-swipe {
    left: -150%;
  }

  .popup-bubble.from-right {
    -webkit-animation: leftSwipe 1s;
    /* Safari 4.0 - 8.0 */
    animation: leftSwipe 1s;
  }

  .popup-bubble.from-left {
    -webkit-animation: rightSwipe 1s;
    /* Safari 4.0 - 8.0 */
    animation: rightSwipe 1s;
  }

  .dealer-details {
    min-height: 170px;
  }

  /* .dealer-options {
  min-height: 300px;
  height: auto;
  position: relative;
}

.logo-container {
  position: absolute;
  bottom: 20px;
  right: 24px;
} */

  .pop-close-btn {
    display: none;
  }

  .dealer-options {
    display: none;
  }

  .pop-res-more-info-btn {
    display: inline-block;
  }

  @-webkit-keyframes leftSwipe {
    0% {
      left: 50%;
    }

    100% {
      left: -48%;
    }
  }

  @keyframes leftSwipe {
    0% {
      left: 50%;
    }

    100% {
      left: -48%;
    }
  }

  @-webkit-keyframes rightSwipe {
    0% {
      left: -148%;
    }

    100% {
      left: -48%;
    }
  }

  @keyframes rightSwipe {
    0% {
      left: -148%;
    }

    100% {
      left: -48%;
    }
  }
}

/* Responsive styles - Ends */
@media all and (max-width: 991px) {
  .popup-container {
    display: none !important;
  }

  #mobileMapPopupContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 3;
  }

  #mobileMapPopupContainer .mobileMapPopup {
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    width: auto;
    border-radius: 4px;
  }

  .map-nav-button {
    width: 40px !important;
    top: -45px;
    right: 20px;
  }

  .map-nav-button.previous {
    right: 70px !important;
  }

  .map-nav-button.next {
    right: 20px !important;
  }

  .mobViewPopUp {
    padding: 20px;
    padding-top: 40px;
  }

  .map-nav-button.previous span:first-child {
    padding-right: 0;
  }

  .map-nav-button.next span:last-child {
    padding-left: 0;
  }

  #mobileMapPopupContainer.mobileMapPopup {
    left: 12px;
    bottom: 25px;
    width: calc(100% - 22px);
    transition: width 1s;
    -webkit-transition: left 1s;
  }
}

@media all and (min-width: 992px) {

  #mobileMapPopupContainer,
  .mobPrevNext {
    display: none;
  }
}

*:fullscreen *:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
  overflow: auto !important;
}

/* @font-face { */
/* font-family: 'ITC Franklin Gothic Std Book'; */
/* src: url('../fonts/FranklinGothicURW-Boo/FranklinGothicURW-Boo-eot.eot'); */
/* src: url('../fonts/FranklinGothicURW-Boo/FranklinGothicURW-Boo-eot.eot?#iefix') format('embedded-opentype'), */
/* url('../fonts/FranklinGothicURW-Boo/FranklinGothicURW-Boo-svg.svg#FranklinGothicURW-Boo') format('svg'), url('../fonts/FranklinGothicURW-Boo/FranklinGothicURW-Boo-ttf.ttf') format('truetype'), */
/* url('../fonts/FranklinGothicURW-Boo/FranklinGothicURW-Boo-woff.woff') format('woff'), url('../fonts/FranklinGothicURW-Boo/FranklinGothicURW-Boo-woff2.woff2') format('woff2'); */
/* font-weight: normal; */
/* font-style: normal; */
/* } */
/* @font-face { */
/* font-family: 'ITC Franklin Gothic Std Demi'; */
/* src: url('../FranklinGothicURW-Dem/fonts/FranklinGothicURW-Dem-eot.eot'); */
/* src: url('../fonts/FranklinGothicURW-Dem/FranklinGothicURW-Dem-eot.eot?#iefix') format('embedded-opentype'), */
/* url('../fonts/FranklinGothicURW-Dem/FranklinGothicURW-Dem-svg.svg#FranklinGothicURW-Dem') format('svg'), url('../fonts/FranklinGothicURW-Dem/FranklinGothicURW-Dem-ttf.ttf') format('truetype'), */
/* url('../fonts/FranklinGothicURW-Dem/FranklinGothicURW-Dem-woff.woff') format('woff'), url('../fonts/FranklinGothicURW-Dem/FranklinGothicURW-Dem-woff2.woff2') format('woff2'); */
/* font-weight: normal; */
/* font-style: normal; */
/* } */
/* @font-face { */
/* font-family: 'ITC Franklin Gothic Std Med'; */
/* src: url('../fonts/FranklinGothicURW-Med/FranklinGothicURW-Med-eot.eot'); */
/* src: url('../fonts/FranklinGothicURW-Med/FranklinGothicURW-Med-eot.eot?#iefix') format('embedded-opentype'), */
/* url('../fonts/FranklinGothicURW-Med/FranklinGothicURW-Med-svg.svg#FranklinGothicURW-Med') format('svg'), url('../fonts/FranklinGothicURW-Med/FranklinGothicURW-Med-ttf.ttf') format('truetype'), */
/* url('../fonts/FranklinGothicURW-Med/FranklinGothicURW-Med-woff.woff') format('woff'), url('../fonts/FranklinGothicURW-Med/FranklinGothicURW-Med-woff2.woff2') format('woff2'); */
/* font-weight: normal; */
/* font-style: normal; */
/* }  */
/* * { */
/* outline: 0; */
/* } */
/* html, */
/* body, */
/* #map { */
/* height: 100%; */
/* margin: 0px; */
/* } */
/* body { */
/* font-size: 100%; */
/* margin: auto !important; */
/* color: #3c4043; */
/* } */
/* body, */
/* .individual-control input, */
/* .gm-style, */
/* .popover { */
/* font-family: 'ITC Franklin Gothic Std Book', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important; */
/* } */
/* input[type='search']::-ms-clear { */
/* display: none; */
/* width: 0; */
/* height: 0; */
/* } */
/* .menu-header, */
/* .dealer-details .header, */
/* .map-popup-dis, */
/* .dealer-result-count, */
/* .dealer-result-item-dealer-name, */
/* .settings-text, */
/* .unit-box.selected, */
/* .dialog-body h4, */
/* nav h2, */
/* .breadcrumb-active, */
/* .saved-results-link { */
/* font-family: 'ITC Franklin Gothic Std Med', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif !important; */
/* } */
/* dem { */
/* font-family: 'ITC Franklin Gothic Std Demi', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif; */
/* } */
.pos-rel {
  position: relative;
}

.map-bar {
  height: calc(100vh);
  position: relative;
}

.col-wrap .col:first-child {
  padding-left: 0;
  padding-right: 0;
}

.col-wrap .col:last-child {
  padding-left: 10px;
  padding-right: 0;
}

.side-bar-title {
  background-color: #072d6e;
  color: #fff;
  height: 60px;
  padding: 16px 15px 11px;
  text-align: center;
}

.menu-header {
  text-transform: capitalize;
  display: inline-block;
  font-size: 15px;
  margin: 0;
  /* line-height: 30px;    commented due to some issue with labels  */
}

.side-bar-title .icon-star-light-grey {
  float: right;
  padding: 5px 0px 0px 0;
  font-size: 20px;
  cursor: pointer;
}

.side-bar-title .icon-star-gold {
  float: right;
  padding: 5px 0px 0px 0;
  font-size: 20px;
  cursor: pointer;
}

.side-bar-title .icon-star-light-grey:before {
  color: #ffffff;
}

#searchDealersButton {
  width: 160px;
  background-color: #b49e5e;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px !important;
  padding: 10px 10px !important;
  border-radius: 2px !important;
}

.btn-custom:hover {
  color: #fff;
}

#filter-dropdown {
  position: relative;
}

#filter-dropdown ul {
  position: absolute;
  left: 0;
  top: -13px;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0 0 4px;
  list-style-type: none;
  padding: 0;
}

/* Selection of dealer */
.favorite-dealer-result-item,
.dealer-result-item {
  border-width: 1px 1px 3px 1px;
  border-color: #ffffff;
  border-style: solid;
  padding: 10px;
  margin: 10px 0px 10px 0;
  background-color: #fff;
  box-shadow: 0px 2px 2px #b1bccf;
  transition: all 0.2s ease-out;
}

.favorite-dealer-result-item:first-child,
.dealer-result-item:first-child {
  margin-top: 0;
}

.dealer-result-item:hover {
  border-color: #8a9fb7;
}

.dealer-result-item.dealer-selected:hover {
  border-bottom-width: 3px;
  border-color: #b49e5e;
  padding-bottom: 10px;
}

.dealer-selected {
  border-color: #b49e5e;
  box-shadow: 0px 0px 0px;
}

/* Favorite icon on the dealer result */
.fav-dealer-icon {
  display: none;
}

.fav-dealer-icon-checked {
  display: none;
}

.favorite-dealer-result-item .pin,
.dealer-result-item .pin {
  height: 15px;
  width: 10px;
}

/* Scrollbar for the dealers list */
#dealer-result-holder {
  overflow-y: scroll;
  height: calc(100vh - 597px);
  margin-right: 3px;
  margin-top: 10px;
  -webkit-overflow-scrolling: touch;
}

/* body[lang='fr_FR'] #dealer-result-holder { */
/* height: calc(100vh - 618px); */
/* } */

#dealer-result-holder.full {
  overflow-y: scroll;
  height: calc(100vh - 218px);
  -webkit-overflow-scrolling: touch;
}

/* body[lang='fr_FR'] #dealer-result-holder.full { */
/* height: calc(100vh - 237px); */
/* } */

#favorite-result-holder {
  overflow-y: auto;
  height: calc(100vh - 64px);
  margin-right: 3px;
  /* margin-top: 10px; */
  -webkit-overflow-scrolling: touch;
}

.thin-scroller::-webkit-scrollbar {
  width: 3px;
}

.thin-scroller::-webkit-scrollbar-track {
  background: rgb(187, 194, 202, 0.5);
}

.thin-scroller::-webkit-scrollbar-thumb {
  background: #888;
}

.thin-scroller::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Handle on hover */
}

.thik-scroller::-webkit-scrollbar {
  width: 5px;
}

.thik-scroller::-webkit-scrollbar-track {
  background: #dde2eb;
  border-radius: 20px;
  width: 2px;
}

.thik-scroller::-webkit-scrollbar-thumb {
  background: #bbc2ca;
  border-radius: 20px;
}

.thik-scroller::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Handle on hover */
}

.dealer-result-item .pin {
  height: 15px;
  width: 10px;
}

.map-nav-button {
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 120px;
  height: 40px;
  background-color: #072d6e;
  color: #ffffff;
  top: 12px;
  right: 60px;
  z-index: 1;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  line-height: 40px;
  cursor: pointer;
}

.map-nav-button.previous span:first-child {
  padding-right: 7px;
  vertical-align: -1px;
}

.map-nav-button.next span:last-child {
  padding-left: 7px;
  vertical-align: -1px;
}

.map-nav-button.previous {
  right: 190px;
}

.map-nav-button.disabled {
  background-color: #365fa5;
}

.map-nav-button.disabled span {
  opacity: 0.2;
}

/* Favorite icon on the dealer result */
.dealer-result-item-star-map .fav-dealer-icon-map {
  display: block;
}

.dealer-result-item-star-map .fav-dealer-icon-map-checked {
  display: none;
}

.dealer-result-item-star-map {
  float: right;
  font-size: 20px;
  margin-right: 2px;
}

#favoriteDealerList .dealer-result-item .dealer-result-item-star #favResultFavIconChecked {
  display: block;
}

/* If selected one is favorite */
.dealer-star-section.favorite .fav-dealer-map-icon {
  display: none;
}

.dealer-star-section.favorite .fav-dealer-icon-map-checked {
  display: block;
}

.favorite-star-section .fav-dealer-map-icon {
  display: none;
}

.favorite-star-section .fav-dealer-icon-map-checked {
  display: block;
}

.ui-loader {
  display: none !important;
}

.map-nav-button.back-to-results {
  min-width: 130px;
  background-color: #fff;
  color: black;
  top: 10px;
  left: 10px;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  white-space: nowrap;
}

.back-to-results>span {
  display: inline-block !important;
  vertical-align: middle;
}

.map-nav-button.back-to-results .icon-back {
  font-size: 14px;
  padding-right: 5px;
  vertical-align: middle;
  display: inline-block;
}

.map-nav-button.back-to-results .icon-back:before {
  color: #3c4043;
}

#backToResults {
  display: none;
}

/* Header styles - Starts */
/* header { */
/* background-color: #072d6e; */
/* height: 105px; */
/* } */
.wheels-text {
  display: inline-block;
  color: #f1f1f1;
  font-size: 16px;
  padding-left: 23px;
  vertical-align: bottom;
  border-left: 1px solid #b49e5e;
  line-height: 18px;
}

.back-to-home {
  color: #ffffff;
  width: 160px;
  height: 40px;
  background: #b49e5e;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 39px;
  cursor: pointer;
  padding: 0 15px;
  line-height: 18px;
}

.back-to-home span[class^='icon'] {
  padding-right: 13px;
}

/* nav { */
/* background-color: #bfa96d; */
/* background: -moz-linear-gradient(top, #bfa96d 0%, #ab9454 100%); */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454)); */
/* background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%); */
/* background: -o-linear-gradient(top, #bfa96d 0%, #ab9454 100%); */
/* background: -ms-linear-gradient(top, #bfa96d 0%, #ab9454 100%); */
/* background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%); */
/* filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFBFA96D',endColorstr='#FFAB9454'); */
/* height: 45px; */
/* } */
/* .logo { */
/* height: 55px; */
/* margin-top: 25px; */
/* display: inline-block; */
/* padding-right: 23px; */
/* } */
/* .container-fluid { */
/* padding-left: 80px; */
/* padding-right: 80px; */

/* } */
/* nav h2 { */
/* color: #fff; */
/* margin: 0; */
/* padding: 0; */
/* font-size: 26px; */
/* line-height: 45px; */
/* } */
.app-description p {
  font-size: 16px;
  margin: 15px 0 7px;
}

.screen-mode {
  color: #ffffff;
  font-size: 14px;
}

span.mode-text {
  display: inline-block;
  padding-right: 13px;
  vertical-align: 2px;
}

#fullScreenMode,
#normalScreenMode {
  color: #fff;
  font-size: 18px;
  margin-top: 14px;
  cursor: pointer;
}

#fullScreenMode {
  display: inline-block;
}

#normalScreenMode {
  display: none;
}

.res-menu-icon {
  display: none;
  position: static !important;
}

#resDealerMenu {
  display: none;
}

/* Header styles - Ends */

/* Footer styles - Starts */
/* footer { */
/* background-color: #393939;  */
/* min-height: 40px; */
/* margin-top: 20px;  */
/* color: #393939; */
/* } */
.y-px-remove {
  padding-right: 0;
  padding-left: 0;
}

.y-footer-container .y-footer-row .y-footer-social-container .y-footer-social-header {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 1.5rem;
  margin-top: 0;
  line-height: 2;
}

.y-small {
  font-size: 12px;
  line-height: 2;
}

.y-footer-container .y-footer-policy {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
}

.y-footer-container {
  margin-top: 16px;
  color: #393939;
  width: 100%;
  max-width: 100%;
}

.y-footer-container .y-footer-row {
  border-top: 1px solid #ddd;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.y-footer-container .y-footer-row .y-footer-address-section .y-footer-copyright {
  margin-top: 34px;
}

.y-footer-social-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.y-footer-social-channels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
}

.y-footer-social {
  display: inline;
  margin-right: 8px;
  cursor: pointer;
}

.y-footer-social:last-child {
  margin-right: 0;
}

.d-none {
  display: none;
}

.y-footer-container .y-footer-row .y-footer-social-container .y-footer-social-links {
  padding: 24px;
  background: #f1f1f1;
  text-align: left;
  min-width: 232px;
}

.y-footer-links-header .y-footer-links-title-channel {
  font-weight: bold;
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 auto;

}

.y-footer-close-btn {
  float: right;
  padding: 1px;
}

.y-footer-links-body {
  margin-top: 8px;
}

.y-footer-container .y-footer-policy .y-inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.y-link {
  padding-right: 8px;
  list-style: none;

}

.y-link a,
.y-link-channels a {
  text-decoration: none;
  color: #998242;
  position: relative;
}

.y-footer-popup {
  display: none;
}

.y-link a:after,
.y-link-channels a:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #998242;
  width: 0;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
}

.y-link a:hover:after,
.y-link-channels a:hover:after {
  width: 100%;
  right: 0;
}


.y-footer-links-body .y-link-channels a {
  color: #998242;
  text-decoration: none;
  display: inline-block;
  line-height: 2;

}

.y-link:first-of-type::before {
  content: none;
}

.y-link::before {
  content: "•";
  color: rgb(153, 130, 66);
  display: inline-block;
  margin-right: 8px;
}

#privacyLinkButton:hover {
  color: #fff;
  text-decoration: none;

}

.copyright-sec>div[class^='col-'] {
  padding: 0;
}

.socialicons {
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: right;
}

.socialicons>a {
  display: inline-block;
  /* color: rgba(255,255,255,0.4); */
  color: #ffffff;
  opacity: 0.4;
  margin: 0 2px;
  font-size: 16px;
  text-decoration: none;
  padding-top: 16px;
  -webkit-transition: opacity 0.3s ease-out !important;
  -moz-transition: opacity 0.3s ease-out !important;
  -ms-transition: opacity 0.3s ease-out !important;
  -o-transition: opacity 0.3s ease-out !important;
  transition: opacity 0.3s ease-out !important;
}

.socialicons>a.i-flickr {
  font-size: 10px;
  margin-right: 10px;
  vertical-align: sub;
}

.socialicons>a:hover,
.socialicons>a:focus {
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.copyright-sec {
  padding: 18px 0;
  font-size: 11px;
}

.copyright-sec a {
  padding: 0 20px;
  display: inline-block;
  color: #998242;
  text-decoration: none;
}

.copyright-sec a:last-child {
  padding-right: 0;
}

/*-- Footer social icons - popover styles --*/
.socialicons .popover {
  background-color: #393939;
  border-radius: 0 !important;
  margin-left: 0;
  max-width: inherit;
}

.socialicons .popover-title {
  background-color: #393939;
  color: #998242;
  text-align: center;
  border-bottom: none;
  font-size: 19px;
}

.socialicons .popover.top>.arrow:after {
  border-top-color: #393939;
}

.socialicons .popover-content a {
  color: #ffffff;
  font-size: 15px;
}

.socialicons .popover-content>span {
  color: #ffffff;
  padding: 0 7px 0 10px;
}

.socialicons .popover-content a:hover {
  color: #998242;
}

.socialicons .popover-content {
  padding: 9px 10px;
  text-align: center;
}

/* Footer styles - Ends */

/* Breadcrum styles - starts */
.breadcrum-menu {
  list-style-type: none;
  margin: 0;
  padding: 14px 0;
}

.breadcrum-menu li {
  float: left;
  font-size: 16px;
  margin: 0px 10px 0px 0;
}

.breadcrum-menu li a {
  color: #3c4043;
  font-size: 15px;
  display: inline-block;
}

.custom-link,
.custom-link:hover {
  color: #0057ff;
}

/* Breadcrum styles - Ends */
/* .logo img { */
/* height: 40px; */
/* /* width: 94px; */
*/

/* margin-top: 13px; */
/* } */
#map {
  border: 2px solid #dde2eb;
}

/* Responsive styles - Starts */
/* Header/Footer Res styles - Starts */
@media all and (max-width: 1200px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (min-width: 992px) {

  header .container-fluid div[class^='col-'],
  nav .container-fluid div[class^='col-'],
  .app-description .container-fluid div[class^='col-'] {
    padding: 0;
  }

  .dealer-result-item-star-map {
    margin-right: -4px;
  }
}

/* Header/Footer Res styles - Ends */

@media all and (max-width: 991px) {
  #map {
    margin-left: -10px;
    border-width: 0;
  }

  html,
  body {
    min-width: 0px;
    max-width: 991px;
  }

  .breadcrumb-new {
    display: none;
  }

  .row {
    margin-left: -23px;
    margin-right: -15px;
  }

  #backToResults {
    /* display: inline-table; */
  }

  .breadcrum-container {
    padding: 0 10px;
    display: none;
  }

  /* Header/Footer Res styles - Starts */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .back-to-home {
    display: none;
  }

  footer,
  nav,
  .app-description .app-description-text {
    display: none;
  }

  .logo {
    margin-top: 14px;
    height: 48px;
  }

  .logo img {
    height: 38px;
    margin-top: 0;
  }

  .res-menu-icon {
    display: inline-block;
  }

  .side-bar-title {
    display: none;
  }

  .wheels-text {
    vertical-align: -15px;
  }

  #resDealerMenu {
    display: inline-block;
    margin-top: 25px;
  }

  #resDealerMenu span.icon-back {
    padding-right: 5px;
  }

  /* Header/Footer Res styles - Ends */

  .equal-height {
    overflow-x: hidden;
  }

  #searchDealersButton.btn-custom {
    width: 180px;
  }

  #dealer-result-holder.full {
    /* height: calc(100vh - 252px); */
    height: calc(100vh - 205px);
  }

  .map-gps-icon {
    bottom: 82px !important;
    top: auto !important;
    z-index: 1;
    position: fixed !important;
    margin-right: 9px;
  }

  .mobile-hide {
    display: none;
  }

  .dealer-star-section>span {
    padding: 0px 0 10px 10px;
  }
}

/* Responsive styles - Ends */

.map-gps-icon {
  position: absolute;
  font-size: 25px;
  color: #ffffff;
  top: 83px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  padding: 7px;
  box-shadow: 0px 2px 2px #b1bccf;
}

#breadCrumDL li a {
  cursor: pointer;
}

/*-- Hide full screen mode in IE 10+ --*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .screen-mode {
    display: none;
  }
}

.localization-section,
.distance-section {
  padding-left: 12px;
  padding-right: 16px;
}

.privacy-section {
  padding-left: 11px;
  padding-right: 11px;
  margin-top: 45px;
}

.unit-box {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  font-size: 16px;
  padding-top: 11px;
  padding-left: 10px;
  box-shadow: 0px 2px 2px #b1bccf;
  margin-bottom: 9px;
  line-height: 16px;
  cursor: pointer;
}

.unit-box.selected {
  background-color: #072d6e;
  color: #ffffff;
}

.unit-box .glyphicon {
  float: right;
  padding-right: 10px;
  font-size: 12px;
  font-weight: bold;
}

.privacy-box {
  min-height: 50px;
  background-color: #072d6e;
  color: #ffffff;
  font-size: 16px;
  padding-top: 16px;
  margin-bottom: 10px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  padding: 10px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.settings-text {
  display: inline-block;
  font-size: 18px;
  padding-left: 8px;
}

.privacy-dialog,
.privacy-dealer-dialog {
  position: absolute;
  top: 80px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: auto;
  max-height: 600px;
  max-width: 650px;
  width: 100%;
  padding: 35px 25px 20px 40px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1;
  overflow-y: auto;
  font-size: 16px;

}

.localization-section .icon-language {
  font-size: 18px;
}

.distance-section .icon-distance {
  font-size: 20px;
}

.settings-text-2 {
  margin-bottom: 10px;
  font-size: 16px;
  margin-left: 30px;
}

.distance-header {
  margin-bottom: 10px;
}

.localization-section {
  padding-top: 15px;
}

.distance-section {
  margin-top: 45px;
}

.trelleborg-footer-info {
  margin-top: 45px;
  font-size: 12px;
}

.trelleborg-footer-info a {
  color: #3c4043;
}

.privacy-dealer-dialog .dialog-body {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.dialog-header {
  font-size: 20px;
  color: #072D6E;
  margin-top: 0;
  position: relative;
}

.dialog-body h4 {
  font-size: 18px;
}

.dialog-header .icon-close {
  padding: 10px;
  font-size: 12px;
  position: absolute;
  top: -42px;
  right: -25px;
  cursor: pointer;
  background: #f2f2f2;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-body {
  margin-bottom: 20px;
}

.pR5 {
  padding-right: 5px;
}

.pL5 {
  padding-left: 5px;
}


.privacy-dialog .pull-right,
.privacy-dealer-dialog .pull-right {
  display: inline-block;
}

.privacy-dialog .pull-left,
.privacy-dealer-dialog .pull-left {
  display: none;
}

@media all and (max-width: 991px) {
  #settingsSection {
    height: calc(100vh - 63px);
    overflow-y: auto;
    margin-left: 15px;
  }

  #favoriteSection {
    margin-left: 15px;
  }

  .map-bar {
    position: static;
    height: calc(100vh - 63px)
  }

  .dialog-header .icon-close {
    top: -50px;
  }

  .privacy-dialog,
  .privacy-dealer-dialog {
    top: 0;
    left: 0;
    right: unset;
    max-height: 1000px;
    max-width: 1000px;
    width: 100%;
    min-height: 100vh;
    z-index: 2;
  }

  .trelleborg-footer-info {
    margin-top: 25px;
    padding-bottom: 10px;
  }

  .distance-section {
    margin-top: 20px;
  }

  .privacy-section {
    margin-top: 20px;
  }

  .privacy-dialog,
  .privacy-dealer-dialog {
    padding: 30px 25px 20px 25px;
  }

  .selection-criteria p {
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .dialog-header {
    margin-bottom: 10px;
  }

  /* .privacy-dealer-dialog .dialog-body {
  max-height: unset;
}
.privacy-dialog .dialog-header .icon-close {
  right: -25px;
} */
  .privacy-dialog .dialog-body,
  .privacy-dealer-dialog .dialog-body {
    /* max-height: 400px; */
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding-right: 10px;
  }

  .privacy-dialog .pull-right,
  .privacy-dealer-dialog .pull-right {
    display: none;
  }

  .privacy-dialog .pull-left,
  .privacy-dealer-dialog .pull-left {
    display: inline-block;
  }

  .privacy-dialog .dialog-body::-webkit-scrollbar {
    width: 5px;
  }

  .privacy-dialog .dialog-body::-webkit-scrollbar-track {
    background: #dde2eb;
    border-radius: 20px;
    width: 2px;
  }

  .privacy-dialog .dialog-body::-webkit-scrollbar-thumb {
    background: #bbc2ca;
    border-radius: 20px;
  }

  .privacy-dialog .dialog-body::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .privacy-dialog .dialog-body,
  .privacy-dealer-dialog .dialog-body {
    padding-right: 20px;
  }

  .privacy-dialog,
  .privacy-dealer-dialog {
    padding: 50px 5px 20px 25px;
  }

  .privacy-dialog .dialog-header .icon-close,
  .privacy-dealer-dialog .dialog-header .icon-close {
    right: -5px;
  }

}


/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: -webkit-box;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  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;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: .3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: -webkit-calc(.375rem + 1px);
  padding-top: calc(.375rem + 1px);
  padding-bottom: -webkit-calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: -webkit-calc(.5rem + 1px);
  padding-top: calc(.5rem + 1px);
  padding-bottom: -webkit-calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: -webkit-calc(.25rem + 1px);
  padding-top: calc(.25rem + 1px);
  padding-bottom: -webkit-calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.form-control-lg {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

select.form-control[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: left;
  align-items: left;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: -webkit-calc(.25rem - 1px);
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: -webkit-calc(.25rem - 1px);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: -webkit-calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: -webkit-calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: .25rem;
  }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: -webkit-calc(100% - (.5rem * 2));
  min-height: calc(100% - (.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - (.5rem * 2));
  height: calc(100vh - (.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - (1.75rem * 2));
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: -webkit-calc(100vh - (1.75rem * 2));
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: -webkit-calc((.5rem + 1px) * -1);
  bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: -webkit-calc((.5rem + 1px) * -1);
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: -webkit-calc((.5rem + 1px) * -1);
  top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: -webkit-calc((.5rem + 1px) * -1);
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: -webkit-calc(.3rem - 1px);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: -webkit-calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  -webkit-transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 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;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-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;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !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: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.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: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.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-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: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.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-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: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.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-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: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.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-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: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.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-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;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}


@charset "UTF-8";
/* breakpoints */
.on-page-editor .accordion .toggle-content [scfieldtype="rich text"] {
  display: block;
}

.accordion {
  padding: 0;
  margin-bottom: 10px;
}

.accordion .active .toggle-header .field-heading:before {
  content: "" !important;
}

.accordion .toggle-header {
  cursor: pointer;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
}

.accordion .toggle-header:hover {
  background-color: transparent;
}

.accordion .toggle-header .component {
  margin-top: 0;
}

.accordion .toggle-header .component.title {
  margin-top: 0;
}

.accordion .toggle-header .component .field-heading {
  font-size: 16px;
  padding-left: 34px;
  font-weight: normal;
}

.accordion .toggle-header .component .field-heading:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.accordion .toggle-header .label {
  padding: 7px;
  text-align: left;
  display: block;
  background: transparent;
  position: relative;
  z-index: 3;
}

.accordion .toggle-header .label:after {
  content: "";
  display: table;
  clear: both;
}

.accordion .toggle-content {
  padding: 10px;
  background-color: transparent;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}

.accordion .toggle-content:after {
  content: "";
  display: table;
  clear: both;
}

.accordion .toggle-content .component {
  margin-top: 0;
}

.accordion .items {
  overflow: hidden;
}

.accordion .item:last-child {
  border-bottom: none;
}

@supports (-ms-ime-align: auto) {
  .accordion .toggle-content {
    -webkit-transition: height 0.6s;
    transition: height 0.6s;
  }
}

@media screen and (-ms-high-contrast: none) {
  .accordion .toggle-content {
    -webkit-transition: height 0.6s;
    transition: height 0.6s;
  }
}

/* breakpoints */
.accordion-horizontal {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.accordion-horizontal.accordion-image .items .item {
  box-sizing: border-box;
  padding: 0 0 0 50px;
  margin: 0;
  min-height: 300px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}

.accordion-horizontal.accordion-image .items .item.active .toggle-header {
  background: transparent !important;
}

.accordion-horizontal.accordion-image .items .item.active .toggle-content {
  left: 0 !important;
}

.accordion-horizontal.accordion-image .items .item .toggle-header {
  width: 50px;
  border-right: none;
}

.accordion-horizontal.accordion-image .items .item .toggle-header:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.accordion-horizontal.accordion-image .items .item .toggle-content {
  padding: 0;
}

.accordion-horizontal .items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.accordion-horizontal .items .item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 40px;
  min-height: 250px;
  position: relative;
}

.accordion-horizontal .items .item.active .toggle-header {
  background: transparent;
}

.accordion-horizontal .items .item .toggle-header {
  box-sizing: border-box;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  padding: 0;
  width: 40px;
  min-height: 100%;
  border-right: 1px solid #d2d2d2;
  border-bottom: none;
  background: transparent;
}

.accordion-horizontal .items .item .toggle-header .component {
  margin-top: 0px;
}

.accordion-horizontal .items .item .toggle-header .label {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
}

.accordion-horizontal .items .item .toggle-header .label p {
  width: 200px;
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading span.scWebEditInput {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion-horizontal .items .item .toggle-content {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: auto;
  z-index: 10;
  height: 100%;
  overflow: hidden;
  text-align: left;
  padding: 10px;
}


.tb-address-container {
  margin: 16px 0;
  width: 100%;
  max-width: 100%;
}

.tb-address-container .tb-address-title {
  color: #393939;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 24px;
}

.tb-address-container .tb-address-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 24px 0;
  border-bottom: 1px solid #DDDDDD;
}

.tb-address-container .tb-address-body .tb-address-image {
  width: 387px;
  height: 218px;
  margin-right: 24px;
}

.tb-address-container .tb-address-body .tb-address-image img {
  width: 387px;
  height: 218px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-address-container .tb-address-body .tb-address-list-container {
  width: auto;
}

.tb-address-container .tb-address-body .tb-address-description-div-included {
  width: 100%;
}

.tb-address-container .tb-address-body .tb-address-details {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-right: 24px;
  color: #393939;
  width: 387px;
}

.tb-address-container .tb-address-body .tb-address-contact-link {
  overflow: hidden;
  display: inline-block;
  padding-top: 8px;
}

.tb-address-container .tb-address-body .tb-address-contact-link .tb-address-contact-link-item {
  padding-bottom: 8px;
}

.tb-address-container .tb-address-body .tb-address-contact-link .tb-address-contact-link-item:last-child {
  padding-bottom: 0;
}

.tb-address-container .tb-address-body .tb-address-contact-link .tb-address-contact-link-item a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tb-address-container .tb-address-body .tb-address-contact-link .tb-address-contact-link-item a .tb-address-contact-link-icon svg {
  vertical-align: middle;
}

.tb-address-container .tb-address-body .tb-address-contact-link .tb-address-contact-link-item a .tb-address-contact-link-icon path {
  fill: #998242;
}

.tb-address-container .tb-address-body .tb-address-contact-link .tb-address-contact-link-item .tb-address-contact-link-label {
  padding-left: 8px;
}

@media only screen and (max-width: 767px) {
  .tb-address-container {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-address-container .tb-address-body {
    padding: 16px 0;
    display: block;
  }
  .tb-address-container .tb-address-body .tb-address-image {
    width: 100%;
  }
  .tb-address-container .tb-address-body .tb-address-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tb-address-container .tb-address-body .tb-address-contact-name {
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .tb-address-container .tb-address-body .tb-address-details {
    width: 100% !important;
    max-width: 100%;
  }
  .tb-address-container .tb-address-body .tb-address-details .tb-contact-address {
    width: 60%;
  }
  .tb-address-container .tb-address-body .tb-address-contact-link {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-address-container {
    margin: 12px 0;
  }
  .tb-address-container .tb-address-body .tb-address-image {
    margin-right: 32px;
    width: 251px;
    height: 142px;
  }
  .tb-address-container .tb-address-body .tb-address-image img {
    width: 251px;
    height: 142px;
  }
  .tb-address-container .tb-address-details {
    margin-right: 32px !important;
  }
  .tb-address-container .tb-address-contact-link {
    padding-top: 0px;
  }
}

.tb-address-container.tb-without-headline .tb-address-body:nth-of-type(1) {
  padding-top: 0;
}

.tb-address-container.tb-without-headline .tb-address-title {
  display: none;
}


.tb-addresslist-container {
  color: #393939;
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
}

.tb-addresslist-container .tb-addresslist-section-heading {
  font-size: 1em;
  line-height: 2;
}

.tb-addresslist-container .tb-addresslist-header-section {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-title {
  display: inline-block;
}

.tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section .tb-addresslist-filter {
  margin-left: 16px;
}

.tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section .tb-addresslist-filter .facet-dropdown {
  margin: 0;
  width: 176px;
}

.tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section .tb-addresslist-filter .facet-heading {
  display: none;
}

.tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section .tb-addresslist-filter select {
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  border: none;
  background: #F1F1F1 url("../images/arrow-down.png");
  background-position: right 22px top 50%;
  background-repeat: no-repeat;
  width: 176px;
  padding: 8px 16px;
  cursor: pointer;
  box-shadow: none;
  color: #393939;
  font-size: 1em;
  line-height: 2;
  height: auto;
  background-size: 12px;
  border-radius: 0;
}

.tb-addresslist-container .tb-addresslist-result-container {
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
}

.tb-addresslist-container .tb-addresslist-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
}

.tb-addresslist-container .tb-addresslist-section {
  padding: 0;
}

.tb-addresslist-container .tb-addresslist-section .tb-addresslist-section-heading {
  margin-bottom: 16px;
}

.tb-addresslist-container .tb-addresslist-section .tb-addresslist-site-url {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tb-addresslist-container .tb-addresslist-section .tb-addresslist-site-url a {
  color: #998242;
  text-decoration: none;
  white-space: nowrap;
}

.tb-addresslist-container .tb-addresslist-section .tb-addresslist-site-url a i {
  margin-right: 8px;
}

.tb-addresslist-container .tb-addresslist-section .tb-addresslist-site-url a path {
  fill: #998242;
}

.tb-addresslist-container .tb-addresslist-location-contianer {
  padding: 0;
}

.tb-addresslist-container .tb-addresslist-location-contianer .tb-address-map {
  width: 362px;
  float: right;
  height: 204px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .tb-addresslist-container {
    margin: 12px 0;
  }
  .tb-addresslist-container .tb-addresslist-row {
    margin-top: 24px;
  }
  .tb-addresslist-container .tb-addresslist-location-contianer .tb-address-map {
    width: 358px;
    height: 202px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-addresslist-container {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-addresslist-container .tb-addresslist-row {
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .tb-addresslist-container .tb-addresslist-header-section {
    padding: 0 0 24px 0;
    display: block;
  }
  .tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section {
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section .tb-filter-label {
    display: block;
  }
  .tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section .tb-addresslist-filter {
    display: block;
    margin-left: 0;
  }
  .tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section .tb-addresslist-filter:last-child {
    margin-top: 16px;
  }
  .tb-addresslist-container .tb-addresslist-header-section .tb-addresslist-filter-section .tb-addresslist-filter .facet-dropdown {
    width: auto;
  }
  .tb-addresslist-container .tb-addresslist-result-container {
    margin: 0;
    padding: 16px 0 !important;
  }
  .tb-addresslist-container .tb-addresslist-location-contianer {
    margin-top: 16px;
  }
  .tb-addresslist-container .tb-addresslist-location-contianer .tb-address-map {
    float: left;
    width: 100%;
    height: 163px;
  }
}

.tb-address-without-map .tb-addresslist-section {
  min-width: 100%;
}


@charset "UTF-8";
/* breakpoints */
.sxa-archive .level-1 {
  display: block !important;
  padding-left: 10px;
}

.sxa-archive .level-1 > li > .group-header {
  font-weight: bold;
}

.sxa-archive .group-header {
  position: relative;
}

.sxa-archive .group-header:before {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 10px;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  padding: 0;
}

.sxa-archive .group-header.opened:before {
  content: "";
}

.sxa-archive ul {
  display: none;
  margin-left: 10px;
  cursor: pointer;
}

.sxa-archive ul li {
  position: relative;
}

.sxa-archive .archive-items {
  display: none;
}

.sxa-archive .archive-items .archive-item {
  /* breakpoints */
  cursor: default;
}

.sxa-archive .archive-items .archive-item a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.sxa-archive .archive-items .archive-item a:hover {
  color: #878787;
  text-decoration: none;
}


.tb-articlelist-container {
  width: 100%;
  margin: 16px 0;
  max-width: 100%;
}

.tb-articlelist-container .tb-articlelist-header-section {
  padding: 0 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
}

.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-title {
  display: inline-block;
}

.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter {
  margin-right: 16px;
}

.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter select {
  width: 256px;
}

.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter:last-child {
  margin-right: 0;
}

.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-filter .tb-articlelist-filter select {
  width: 190px;
}

.tb-articlelist-container .tb-articlelist-filter.has-value .tb-customised-select:after {
  display: none;
}

.tb-articlelist-container .tb-articlelist-filter.has-value .tb-customised-select {
  pointer-events: none;
}

.tb-articlelist-container .tb-articlelist-filter:not(.has-value) .clear-filter {
  display: none;
}

.tb-articlelist-container .clear-filter {
  position: absolute;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 30px !important;
  height: 30px !important;
  padding: 5px;
  right: 4px !important;
  top: 0;
  font-size: 0px !important;
  z-index: 98;
}

.tb-articlelist-container .clear-filter:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1IiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0xNCAxTDEgMTRNMSAxTDcuMDkzNzUgNy4wOTM3NUwxNCAxNCIgc3Ryb2tlPSIjMzkzOTM5IiBzdHJva2Utd2lkdGg9IjEuMiIvPg0KPC9zdmc+) !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  display: block;
  top: 12px;
  position: relative;
}

.tb-articlelist-container .tb-articlelist-result-container {
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 8px;
}

.tb-articlelist-container .tb-articlelist-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 16px;
  color: #393939;
}

.tb-articlelist-container .tb-articlelist-row .tb-articlelist-item {
  padding: 40px 32px;
  background: #F1F1F1;
}

.tb-articlelist-container .tb-articlelist-row .tb-articlelist-item .tb-articlelist-item-section .tb-articlelist-item-body {
  margin: 16px 0;
}

.tb-articlelist-container .tb-articlelist-row .tb-articlelist-img-section {
  padding: 0;
}

.tb-articlelist-container .tb-articlelist-row .tb-articlelist-img-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-articlelist-container .is-mobile {
  display: none;
}

.tb-articlelist-container .tb-ar-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-articlelist-container .tb-ar-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-articlelist-container .tb-ar-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  -webkit-animation: 1s arspin ease-in-out infinite;
  animation: 1s arspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  margin: auto;
  margin-top: 100px;
}

@-webkit-keyframes arspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes arspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-articlelist-container .progress {
  display: none;
}

.tb-article-richtext img {
  height: auto !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-articlelist-container {
    margin: 12px 0;
  }
  .tb-articlelist-container .tb-articlelist-header-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section {
    float: none;
    margin-top: 24px;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tb-articlelist-container .tb-articlelist-row .tb-articlelist-item {
    padding: 32px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-articlelist-container {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-articlelist-container .is-mobile {
    display: block !important;
  }
  .tb-articlelist-container .tb-articlelist-header-section {
    margin: 0;
    padding: 0 0 16px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tb-articlelist-container .tb-articlelist-header-section > * {
    width: 100%;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter {
    margin-top: 16px;
    margin-right: 0 !important;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-filter select {
    width: 100% !important;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-btn a::after {
    display: none;
  }
  .tb-articlelist-container .tb-articlelist-header-section .tb-articlelist-filter-section .tb-articlelist-more-btn a img {
    margin-right: 8px;
  }
  .tb-articlelist-container .tb-articlelist-result-container {
    padding: 16px 0;
  }
  .tb-articlelist-container .tb-articlelist-row .tb-articlelist-item {
    padding: 16px;
  }
  .tb-article-table-container {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .tb-article-table-container table tr:first-child:hover {
    background-color: #FFF;
  }
}

@media only screen and (min-width: 768px) {
  .tb-articlelist-container .tb-articlelist-item-section .tb-articlelist-item-body {
    margin: 16px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.loadmore {
  margin-top: 16px;
  text-align: center;
  color: #FFFFFF;
}

.loadmore .totalResult {
  cursor: default !important;
  margin: auto;
}

.loadmore .totalResult .fa-loader {
  background: url(../images/svg_icons/tb-loader.svg);
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
  background-size: 27px 27px;
  background-color: transparent;
  position: relative;
  top: 7px;
}

.tb-hide-div {
  display: none;
}

.tb-input-button-call:focus {
  border: none !important;
  outline: none !important;
}

.tb-input-button-call {
  position: relative;
}

.tb-input-button-call span {
  -webkit-transition: all .1s;
  transition: all .1s;
  opacity: 1;
}

.tb-input-button-call .tb-cta-loadericon {
  background: url(../images/svg_icons/tb_tab_loader_button_icon.svg);
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.tb-input-button-call.tb-cta__loading span {
  opacity: 0;
}

.tb-input-button-call.tb-cta__loading .tb-cta-loadericon {
  opacity: 1;
}

.loading-more-in-progress {
  display: none;
}

.tb-article-container table {
  position: relative;
  height: auto;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
}

.tb-article-container table:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 15px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 32px;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 0;
  height: 100%;
}

.tb-article-container table tr {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tb-article-container table tr.sum td,
.tb-article-container table tr.mf_sum-row td,
.tb-article-container table tr.mf-tot-shares td {
  font-weight: 700;
}

.tb-article-container table tr td,
.tb-article-container table tr th {
  border-right: 1px solid #ddd;
  padding: 16px;
  vertical-align: middle;
  font-size: .75em;
  max-width: 130px;
  line-height: 2;
  text-align: left !important;
}

.tb-article-container table tbody tr:hover {
  background-color: #FAFAFA;
}

.tb-article-container table tr:first-child {
  background: #F1F1F1 !important;
}

.component.tb-article-container .mfn-footer.mfn-attachment.mfn-attachment-general p br {
  display: none;
}

.component.tb-article-container .mfn-attachment a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px auto;
  grid-template-columns: 16px auto;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
}

.component.tb-article-container .mfn-attachment a::before {
  content: '';
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Download");
  width: 16px;
  height: 16px;
  display: block;
}

.component.tb-article-container .mfn-attachment a::after {
  display: none;
}

.component.tb-article-container .mfn-attachment a:hover {
  text-decoration: underline;
}

.custom-search-results-count .results-count {
  display: none;
}

.load-more input[type='button'] {
  display: none;
}


.tb-article-container {
  color: #393939;
  padding: 16px 0;
  width: 100%;
}

.tb-article-container .tb-article-section .tb-article-header {
  margin-bottom: 16px;
}

.tb-article-container .tb-article-section .tb-article-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-article-container .tb-article-section .tb-article-row .col-lg-6 {
  padding: 0;
}

.tb-article-container .tb-article-section .tb-article-row img {
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-image-container {
  margin-top: 32px;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-image-container img {
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-date {
  margin-top: 16px;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-desc {
  padding-top: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DDDDDD;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext {
  padding-top: 8px;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-gap {
  margin-top: 24px;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-left img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-left iframe {
  float: left;
  padding: 24px 24px 24px 0;
  margin: 0;
  height: 100% !important;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-right img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-right iframe {
  float: right;
  padding: 24px 0 24px 24px;
  margin: 0;
  height: 100% !important;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-100 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-100 iframe {
  width: 100% !important;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-50 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-50 iframe {
  width: 50% !important;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-25 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-25 iframe {
  width: 25% !important;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-75 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-75 iframe {
  width: 75% !important;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-col-1 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-col-1 iframe {
  width: 33.33% !important;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-col-2 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-col-2 iframe {
  width: 66.66% !important;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-saperate-line {
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-factbox {
  background: #F1F1F1;
  padding: 40px 32px;
  margin: 24px 0 0 0;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-factbox ul {
  margin-top: 16px;
  margin-left: 16px;
  list-style: disc;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-factbox ul li {
  color: #998242;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-factbox ul li span {
  color: #393939;
}

.tb-article-container .tb-article-section .tb-article-row .tb-article-factbox ul li span.tb-article-factbox-text {
  color: #393939;
}

.tb-reports-download .tb-press-release-icon{
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-article-container {
    padding: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tb-article-container {
    padding: 8px 16px;
  }
  .tb-article-container .tb-article-section .tb-article-row .tb-article-image-container {
    margin-top: 16px;
  }
  .tb-article-container .tb-article-section .tb-article-row .tb-article-date {
    margin-top: 8px;
  }
  .tb-article-container .tb-article-section .tb-article-row .tb-article-desc {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-gap {
    margin-top: 16px;
  }
  .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-left, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-right {
    line-height: 0;
  }
  .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-left img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-left iframe, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-right img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-wrap-right iframe {
    padding: 0;
    margin-top: 16px;
    float: none;
    height: auto !important;
  }
  .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-100 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-100 iframe, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-col-1 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-col-1 iframe, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-col-2 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-col-2 iframe, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-50 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-50 iframe, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-25 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-25 iframe, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-75 img, .tb-article-container .tb-article-section .tb-article-row .tb-article-richtext .tb-article-media-75 iframe {
    width: 100% !important;
  }
}


.tb-border-0 {
  border: none !important;
}

.tb-border-y-0 {
  border-top: none !important;
  border-bottom: none !important;
}

.tb-border-x-0 {
  border-left: none !important;
  border-right: none !important;
}

.tb-border-l-0 {
  border-left: none !important;
}

.tb-border-b-0 {
  border-bottom: none !important;
}

.tb-border-t-0 {
  border-top: none !important;
}

.tb-border-r-0 {
  border-right: none !important;
}

.tb-border-1 {
  border: 1px solid #DDDDDD !important;
}

.tb-border-y-1 {
  border-top: 1px solid #DDDDDD !important;
  border-bottom: 1px solid #DDDDDD !important;
}

.tb-border-x-1 {
  border-left: 1px solid #DDDDDD !important;
  border-right: 1px solid #DDDDDD !important;
}

.tb-border-left-1 {
  border-left: 1px solid #DDDDDD !important;
}

.tb-border-bottom-1 {
  border-bottom: 1px solid #DDDDDD !important;
}

.tb-border-top-1 {
  border-top: 1px solid #DDDDDD !important;
}

.tb-border-right-1 {
  border-right: 1px solid #DDDDDD !important;
}

.tb-border-1-dark {
  border: 1px solid #5B5B5B !important;
}

.tb-border-y-1-dark {
  border-top: 1px solid #5B5B5B !important;
  border-bottom: 1px solid #5B5B5B !important;
}

.tb-border-x-1-dark {
  border-left: 1px solid #5B5B5B !important;
  border-right: 1px solid #5B5B5B !important;
}

.tb-border-left-1-dark {
  border-left: 1px solid #5B5B5B !important;
}

.tb-border-bottom-1-dark {
  border-bottom: 1px solid #5B5B5B !important;
}

.tb-border-top-1-dark {
  border-top: 1px solid #5B5B5B !important;
}

.tb-border-right-1-dark {
  border-right: 1px solid #5B5B5B !important;
}


@charset "UTF-8";
/* breakpoints */
.breadcrumb.component {
  background: transparent;
}

.breadcrumb.component:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb.component.breadcrumb-navigation {
  overflow: visible;
}

.breadcrumb.component a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #747474;
}

.breadcrumb.component ol {
  list-style: none;
}

.breadcrumb.component .field-title {
  display: inline-block;
}

.breadcrumb.component .separator {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb.component li {
  position: relative;
  display: block;
  float: left;
}

.breadcrumb.component li > .navigation-title {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb.component li > .navigation-title > a:hover {
  color: #15909c;
}

.breadcrumb.component li.last .separator {
  display: none;
}

.breadcrumb.component li.item-hide:hover > ol {
  display: none;
}

.breadcrumb.component li:hover > ol {
  display: block;
  position: absolute;
  top: 20px;
  left: auto;
  z-index: 100;
}

.breadcrumb.component li > ol {
  box-sizing: border-box;
  display: none;
  margin: 0;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.breadcrumb.component li > ol li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: none;
  margin: 0;
  padding: 2px 20px;
  width: 100%;
  min-width: 140px;
  cursor: pointer;
}

.breadcrumb.component li > ol li .fa {
  float: left;
}

.breadcrumb.component li > ol li:hover {
  background: #89C6CC;
  color: #fff;
}

.breadcrumb.component li > ol li:hover a {
  color: #fff !important;
}

.breadcrumb.component li > ol li:before {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  top: 50%;
  left: 2px;
}

.breadcrumb.component li > ol li > a {
  display: block;
  padding: 2px 0 2px 10px;
}

.breadcrumb.component li > ol li:last-child {
  border-bottom-width: 0;
}

/* breakpoints */
.breadcrumb.breadcrumb-hide li {
  white-space: nowrap;
}

.breadcrumb.breadcrumb-hide li.item-hide + li.item-hide {
  display: none;
}

.breadcrumb.breadcrumb-hide li.item-hide a {
  display: none;
}

.breadcrumb.breadcrumb-hide li.item-hide:before {
  content: "...";
  display: inline;
}

.breadcrumb.breadcrumb-hide li.hide-full {
  display: none;
}

/* breakpoints */
.breadcrumb.triangle-separator .separator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}

.breadcrumb.triangle-separator .separator:before {
  content: "";
  display: block;
  font-size: 16px;
}


.breadcrumb-new {
  padding-top: 16px;
  padding-bottom: 16px;
}

.breadcrumb-new li {
  display: block;
  float: left;
}

.breadcrumb-new li .navigation-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.breadcrumb-new li .separator {
  margin: 0 8px 0 8px;
  display: inline-block;
  margin: 0px 3px 0px 8px;
  height: 8px;
  width: 8px;
  position: relative;
  top: 0px;
}

.breadcrumb-new li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #998242;
  display: block;
  font-size: 13px;
}

.breadcrumb-new li.last a {
  color: #393939;
  cursor: default;
  pointer-events: none;
}

.breadcrumb-new li.last span.separator {
  display: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: " " !important;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .breadcrumb-new {
    padding: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-new.component {
    padding: 8px 16px !important;
  }
}


.container-fluid {
  max-width: 1440px !important;
}

/*
@media only screen and (max-width:1024px) {
  main .container > .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}*/
/*commenting col-12 as it affecting video component
TODO - spacing has to be changed for this components

main .component.col-12, .component.footer.col-12, .component.herobanner.col-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width:767px){
  .component.breadcrumb-new.col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width:767px){
  .component.events.trelleborg-event-list.col-12, .component.generic-media-element.col-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
*/
.col-12 > .col-12 {
  padding: 0 !important;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1392px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: -webkit-calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .component.twitter {
    padding: 0 16px !important;
  }
  .component.table.col-12 {
    padding: 0 16px !important;
  }
  .component.related-media-element-list.col-12 > .component-content {
    margin: 0;
  }
  .component.stock-information-tb.col-12 {
    padding: 0 16px;
  }
}

.container {
  padding-left: 8px;
  padding-right: 8px;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
  min-width: 100%;
}

.row > .row {
  margin-left: 0;
  margin-right: 0;
}

.row-splitter .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-splitter .container-fluid .row {
  margin: 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 {
  padding-left: 8px;
  padding-right: 8px;
}

body {
  margin-top: 0px !important;
}


.tb-cad-search-container {
  margin: 16px 0;
}

.tb-cad-search-container .tb-m-1 {
  margin: 0 !important;
}

.tb-cad-search-container label {
  width: 154px;
  height: auto;
  left: 0px;
  top: 0px;
  font-size: 0.75em;
  line-height: 16px;
  color: #393939;
  margin-bottom: 8px;
}

.tb-cad-search-container .typeahead, .tb-cad-search-container .tt-query, .tb-cad-search-container .tt-hint {
  width: 396px;
  height: 48px;
  top: -11px !important;
  font-size: 1em;
  padding: 8px 16px;
  background: #F1F1F1 !important;
  border: none !important;
  position: relative !important;
  vertical-align: !important;
}

.tb-cad-search-container .typeahead:focus, .tb-cad-search-container .tt-query:focus, .tb-cad-search-container .tt-hint:focus {
  border-bottom: 2px solid #393939 !important;
}

.tb-cad-search-container .tt-hint {
  color: #999999;
  display: none;
}

.tb-cad-search-container .tt-menu {
  width: 395px;
  margin: -11px 0;
  top: 100%;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 200px;
  vertical-align: middle !important;
  overflow-x: hidden;
  overflow-y: hidden;
}

.tb-cad-search-container .tt-dataset {
  -ms-overflow-style: none;
}

.tb-cad-search-container .tt-suggestion {
  padding: 8px 16px;
  font-size: 1em;
  line-height: 32px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
}

.tb-cad-search-container .tt-suggestion:hover {
  color: #998242;
  background-color: #F1F1F1;
}

.tb-cad-search-container .tt-suggestion .tt-cursor {
  color: #998242;
  background-color: #F1F1F1;
}

.tb-cad-search-container .tt-suggestion p {
  margin: 0;
}

.tb-cad-search-container .tt-dropdown-menu {
  max-height: 400px;
  overflow: auto;
  background-color: #FFFFFF;
}

.tb-cad-search-container #tb-cad-search .tb-cta-button {
  position: relative;
  left: -4px;
  vertical-align: bottom;
}

.tb-cad-search-container .mCSB_inside > .mCSB_container {
  margin-right: 8px !important;
}

.tb-cad-search-container .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}

@media only screen and (max-width: 767px) {
  .tb-cad-search-container {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-cad-search-container label {
    line-height: 0;
    margin-bottom: 8px;
  }
  .tb-cad-search-container .tt-input {
    width: 100%;
  }
  .tb-cad-search-container .tb-cta-button {
    margin-top: 8px;
  }
  .tb-cad-search-container .tt-menu {
    width: 100%;
  }
}

@media only screen and (max-width: 330px) {
  .tb-cad-search-container .twitter-typeahead {
    width: 70%;
  }
  .tb-cad-search-container label {
    line-height: 0;
    margin-bottom: 32px;
  }
  .tb-cad-search-container .tb-cta-button {
    margin-top: -10px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-cad-search-container .typeahead, .tb-cad-search-container .tt-query, .tb-cad-search-container .tt-hint {
    top: 0px !important;
  }
  .tb-cad-search-container .tt-input {
    display: block;
  }
  .tb-cad-search-container .tt-menu {
    top: 57px !important;
  }
  .tb-cad-search-container .tb-cta-button {
    position: relative;
    top: -18px !important;
    line-height: 30px;
  }
}


@charset "UTF-8";
/* breakpoints */
.carousel {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  background: #FFFFFF;
}

.carousel .wrapper {
  padding-bottom: 30px;
}

.carousel .slides {
  position: relative;
}

.carousel .slides:after {
  content: "";
  display: block;
  clear: both;
}

.carousel .nav {
  margin-top: 10px;
}

.carousel .nav .nav-items {
  display: inline-block;
  position: relative;
  height: 32px;
  min-width: 20px;
  margin: 0 15px;
  vertical-align: middle;
  cursor: pointer;
}

.carousel .nav .nav-items:before, .carousel .nav .nav-items:after {
  background-image: url(../Images/player.png);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
}

.carousel .nav .nav-items:before {
  left: -9px;
  background-position: -154px -152px;
}

.carousel .nav .nav-items:after {
  right: -9px;
  background-position: -225px -152px;
}

.carousel .nav .nav-items .sxa-bullets, .carousel .nav .nav-items .sxa-numbers {
  position: relative;
  height: 32px;
  float: left;
  width: 20px;
  box-sizing: border-box;
}

.carousel .nav .nav-items .sxa-bullets:before {
  background-image: url(../Images/player.png);
  background-position: 0 -152px;
  left: -10px;
  content: '';
  width: 20px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel .nav .nav-items .sxa-bullets.active:before {
  background-position: -75px -152px;
}

.carousel .nav .nav-items .sxa-numbers {
  padding-top: 3px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjY2VjZWNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuNDQiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #efefef 3%, #fbfbfb 16%, #fefefe 22%, white 34%, #fdfdfd 41%, #f7f7f7 50%, #e8e8e8 66%, #d5d5d5 78%, #cecece 84%, rgba(13, 15, 17, 0.44) 88%, rgba(13, 15, 17, 0.3) 94%, rgba(13, 15, 17, 0.12) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(3%, #efefef), color-stop(16%, #fbfbfb), color-stop(22%, #fefefe), color-stop(34%, white), color-stop(41%, #fdfdfd), color-stop(50%, #f7f7f7), color-stop(66%, #e8e8e8), color-stop(78%, #d5d5d5), color-stop(84%, #cecece), color-stop(88%, rgba(13, 15, 17, 0.44)), color-stop(94%, rgba(13, 15, 17, 0.3)), to(rgba(13, 15, 17, 0.12)));
  background: linear-gradient(to bottom, #eeeeee 0%, #efefef 3%, #fbfbfb 16%, #fefefe 22%, white 34%, #fdfdfd 41%, #f7f7f7 50%, #e8e8e8 66%, #d5d5d5 78%, #cecece 84%, rgba(13, 15, 17, 0.44) 88%, rgba(13, 15, 17, 0.3) 94%, rgba(13, 15, 17, 0.12) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.carousel .nav .nav-items .sxa-numbers:hover {
  color: #878787;
}

.carousel .nav .nav-items .sxa-numbers.active {
  font-weight: bold;
}

.carousel .nav .prev-text, .carousel .nav .next-text {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
}

.carousel .nav a.next-text:hover, .carousel .nav a.next-text:active {
  text-decoration: none;
  color: #878787;
}

.carousel .nav a.next-text:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 20px;
}

.carousel .nav a.prev-text:hover, .carousel .nav a.prev-text:active {
  text-decoration: none;
}

.carousel .nav a.prev-text:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 20px;
}

.carousel.image-full-size .carousel-body {
  height: auto;
  top: 2%;
  opacity: 0.8;
}

.carousel.image-full-size .carousel-link {
  left: auto;
  right: 1%;
  bottom: 2%;
  opacity: 0.8;
}

.carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper {
  padding-bottom: 0;
}

.carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .slides li.slide .component.content {
  padding-left: 0;
  padding-right: 0;
}

.carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .slides li.slide .component.content .component-content .field-slideimage {
  min-height: 200px;
}

.carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .slides li.slide .component.content .component-content .slide-info {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  background-color: transparent;
}

.carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .nav {
  height: 0;
  margin-top: 0;
}

.carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .nav .prev-text,
.carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .nav .next-text {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel .carousel.slide-hero > .component-content .carousel-inner .wrapper .nav .nav-items {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .carousel {
    padding: 0;
  }
}


.tb-media-gallery-conatiner {
  margin: 16px 0;
  padding: 0 32px;
}

.tb-media-gallery-conatiner .d-none {
  display: none !important;
}

.tb-media-gallery-conatiner .tb-carousel-header {
  padding: 0 0 16px 0;
}

.tb-media-gallery-conatiner .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 394px;
  padding: 0;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  border: none;
}

.tb-media-gallery-conatiner .carousel .carousel-item-tb {
  width: 680px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.tb-media-gallery-conatiner .carousel .carousel-item-tb img {
  width: 100%;
  height: 100%;
}

.tb-media-gallery-conatiner .tb-carousel-detail-section {
  margin: auto;
  padding-top: 16px;
}

.tb-media-gallery-conatiner .tb-carousel-detail-section h2 {
  margin: 0;
}

.tb-media-gallery-conatiner .tb-carousel-detail-section .field-gmcontent {
  margin: 16px 0 16px 0 !important;
}

.tb-media-gallery-conatiner .middle-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 680px;
  z-index: 1;
}

.tb-media-gallery-conatiner .middle-indicator .middle-indicator-text {
  position: relative;
  background: #998242 !important;
  padding: 10px 12px;
}

.tb-media-gallery-conatiner .middle-indicator .middle-indicator-text.right {
  float: right;
  margin-right: 24px;
}

.tb-media-gallery-conatiner .middle-indicator .middle-indicator-text.left {
  float: left;
  margin-left: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-media-gallery-conatiner {
    margin: 12px 0;
    padding: 0 24px;
  }
  .tb-media-gallery-conatiner .carousel {
    height: 309px;
  }
  .tb-media-gallery-conatiner .carousel .carousel-item-tb {
    width: 534px;
  }
  .tb-media-gallery-conatiner .tb-carousel-header {
    padding: 0 0 16px 0;
    margin: -15px 0 0 0 !important;
  }
  .tb-media-gallery-conatiner .tb-carousel-detail-section {
    margin: auto;
    padding-bottom: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb-media-gallery-conatiner {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-media-gallery-conatiner .carousel {
    height: 148px;
  }
  .tb-media-gallery-conatiner .carousel .carousel-item-tb {
    width: 256px;
  }
  .tb-media-gallery-conatiner .tb-carousel-header {
    padding: 0 0 16px 0;
    margin: -20px 0 0 0 !important;
  }
  .tb-media-gallery-conatiner .tb-carousel-detail-section {
    margin: auto;
    padding-bottom: 24px !important;
  }
}


.tb-category-list-container {
  margin: 16px 0;
}

.tb-category-list-container .tb-category-list-header, .tb-category-list-container .tb-category-list-subheader {
  padding-bottom: 16px;
}

.tb-category-list-container .tb-category-list-row {
  margin: 0 -8px;
}

.tb-category-list-container .tb-category-list-row .tb-category-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-category-list-container .tb-category-list-row .tb-category-list-item .tb-category-list-img {
  background: #FFFFFF;
  line-height: 0;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  position: relative;
}

.tb-category-list-container .tb-category-list-row .tb-category-list-item .tb-category-list-img img {
  height: 100%;
  width: 100%;
}

.tb-category-list-container .tb-category-list-row .tb-category-list-item .tb-category-list-img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 999;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  border: none !important;
}

.tb-category-list-container .tb-category-list-row .tb-category-list-item .tb-category-list-section {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .tb-category-list-container {
    margin: 12px 0;
  }
  .tb-category-list-container .tb-category-list-row .tb-category-list-item .tb-category-list-section {
    padding: 0 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb-category-list-container {
    margin: 8px 0;
    padding: 0 16px;
  }
  .tb-category-list-container .tb-category-list-row {
    margin: 0 !important;
    padding-bottom: 16px !important;
  }
  .tb-category-list-container .tb-category-list-row .tb-category-list-item {
    padding: 0 !important;
  }
  .tb-category-list-container .tb-category-list-row .tb-category-list-item:last-child {
    margin-bottom: 0 !important;
  }
  .tb-category-list-container .tb-category-list-row .tb-category-list-item .tb-category-list-section {
    padding: 0 16px !important;
  }
  .tb-category-list-container .tb-category-list-row .tb-category-list-item .tb-category-list-section .tb-category-list-link {
    padding-bottom: 24px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-category-list-container .tb-category-list-row .tb-category-list-item .tb-category-list-img img {
    height: auto;
  }
  .tb-category-list-container .tb-category-list-row .tb-category-list-img {
    display: table;
  }
}


.tb_chart_organization {
  margin: 16px 0;
  padding: 0;
}

.tb_chart_organization__title {
  font-size: 1.8em;
  color: #998242;
  border-bottom: 3px solid #998242;
}

.tb_chart_organization_wrapper {
  display: -ms-grid;
  display: grid;
  padding-top: 16px;
  text-align: -webkit-center;
}

.tb_chart_organization_wrapper div {
  margin-bottom: 16px;
  width: 250px;
  justify-self: center;
}

.tb-chart_organization__section {
  text-align: center;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-chart_organization__section .section_title,
.tb-chart_organization__section .section_body {
  background: #e5e1da;
  width: 350px;
  max-width: 100%;
}

.tb-chart_organization__section .section_title {
  font-weight: 700;
  padding: 16px 16px 0 16px;
}

.tb-chart_organization__section .section_body {
  padding: 0 16px 16px 16px;
}

.tb-chart-organization__footer {
  margin-bottom: 24px 0;
  text-align: center;
}

.tb-chart-organization__footer .tb-row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tb-chart-organization__footer .tb-foo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .tb-chart-organization__footer .tb-foo {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.tb-chart-organization__footer .tb-foo .tb-chart-organization__footer-element {
  background: #e5e1da;
  width: 100%;
  padding: 16px;
}

.tb-chart-organization__footer .tb-body {
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .tb_chart_organization_wrapper {
    padding-top: 24px;
  }
  .tb_chart_organization_wrapper div {
    margin-bottom: 24px;
    width: 350px;
  }
  .tb-chart-organization__footer {
    margin-bottom: 24px 0;
    text-align: center;
  }
  .tb-chart-organization__footer .tb-body {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .tb_chart_organization_wrapper {
    padding-top: 32px;
  }
  .tb_chart_organization_wrapper div {
    margin-bottom: 32px;
    width: 350px;
  }
  .tb-chart-organization__footer {
    margin-bottom: 32px 0;
    text-align: center;
  }
  .tb-chart-organization__footer .tb-body {
    padding-bottom: 0;
  }
}

.tb_chart_organizational {
  position: relative;
  width: 100%;
  max-width: 1170px;
  height: 546px;
  left: 0;
  overflow: hidden;
  text-align: center;
  margin: 16px 0;
}

.tb_chart_organizational .tb_chart__box.tb-bg-lighter-gray {
  background: #bfbfbf;
}

.tb_chart_organizational svg {
  height: 24px;
  width: 100%;
  margin-bottom: 5px;
}

.tb_chart_organizational .box-1 {
  display: inherit !important;
}

@media only screen and (max-width: 991.99px) {
  .tb_chart_organizational {
    height: 723px;
  }
  .tb_chart_organizational .tb_chart__box {
    padding: 16px;
    background: #393939;
    color: #fff;
    position: absolute;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-overflow: hidde;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 186px;
    min-height: 80px;
  }
  .tb_chart_organizational .tb-line-gold {
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb-chart__line1 {
    left: 12px;
    top: 75px;
    height: 427px;
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb-chart__line2 {
    left: 12px;
    top: 135px;
    width: 13%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart__line3 {
    left: 12px;
    top: 233px;
    width: 22%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart__line4 {
    left: 53px;
    top: 272px;
    height: 142px;
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb-chart__line5 {
    left: 53px;
    top: 325px;
    width: 10%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart__line6 {
    left: 53px;
    top: 412px;
    width: 10%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart__line7 {
    left: 52px;
    top: 544px;
    height: 142px;
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb-chart__line8 {
    left: 52px;
    top: 596px;
    width: 10%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart__line9 {
    left: 52px;
    top: 685px;
    width: 10%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart__line10 {
    left: 12px;
    top: 778px;
    width: 10%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart__line11 {
    left: 52px;
    top: 816px;
    height: 142px;
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb-chart__line12 {
    left: 52px;
    top: 870px;
    width: 10%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart__line13 {
    left: 52px;
    top: 957px;
    width: 10%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart__line14 {
    left: 12px;
    top: 502px;
    width: 22%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .box-2 {
    left: 38px;
    top: 104px;
  }
  .box-3 {
    left: 38px;
    top: 192px;
  }
  .box-4 {
    left: 38px;
    top: 464px;
  }
  .box-5 {
    left: 38px;
    top: 736px;
    display: none;
  }
  .box-6 {
    left: 72px;
    top: 280px;
  }
  .box-7 {
    left: 72px;
    top: 552px;
  }
  .box-8 {
    left: 72px;
    top: 824px;
    display: none;
  }
  .box-9 {
    left: 72px;
    top: 368px;
  }
  .box-10 {
    left: 72px;
    top: 640px;
  }
  .box-11 {
    left: 72px;
    top: 912px;
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .tb_chart_organizational {
    position: relative;
    width: 100%;
    max-width: 1170px;
    height: 546px;
    left: 0;
    overflow: hidden;
    text-align: center;
  }
  .tb_chart_organizational .tb_chart__box {
    padding: 16px;
    height: auto;
    background: #393939;
    color: #fff;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-overflow: hidde;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 85px;
    width: 180px;
  }
  .tb_chart_organizational .tb-line-gold {
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb_chart_organizational .tb-chart__line1 {
    left: 43%;
    top: 75px;
    height: 160px;
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb_chart_organizational .tb-chart__line2 {
    left: 43%;
    top: 137px;
    width: 13%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb_chart_organizational .tb-chart__line3 {
    left: 20%;
    top: 184px;
    width: 23.1%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb_chart_organizational .tb-chart__line4 {
    left: 20%;
    top: 184px;
    height: 44px;
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb_chart_organizational .tb-chart__line5 {
    left: 63%;
    top: 184px;
    height: 44px;
    position: absolute;
    border-left: 2px solid #998242;
    display: none;
  }
  .tb_chart_organizational .box-1 {
    left: 35.5%;
    top: 20px;
  }
  .tb_chart_organizational .box-2 {
    left: 55.55%;
    top: 92px;
  }
  .tb_chart_organizational .box-3 {
    left: 13.55%;
    top: 225px;
  }
  .tb_chart_organizational .box-4 {
    left: 34.5%;
    top: 225px;
  }
  .tb_chart_organizational .box-5 {
    left: 55.55%;
    top: 225px;
    display: none;
  }
  .tb_chart_organizational .box-6 {
    left: 13.55%;
    top: 325px;
  }
  .tb_chart_organizational .box-7 {
    left: 34.5%;
    top: 325px;
  }
  .tb_chart_organizational .box-8 {
    left: 55.55%;
    top: 325px;
    display: none;
  }
  .tb_chart_organizational .box-9 {
    left: 13.55%;
    top: 425px;
  }
  .tb_chart_organizational .box-10 {
    left: 34.5%;
    top: 425px;
  }
  .tb_chart_organizational .box-11 {
    left: 55.55%;
    top: 425px;
    display: none;
  }
}

/*======================== CORPORATE GOVERNANCE ==========================================*/
.tb-chart-cgovernance {
  position: relative;
  margin: 16px 0;
  width: 100%;
  max-width: 992px;
  height: 782px;
  left: 0;
  overflow: hidden;
  text-align: center;
}

.tb-chart-cgovernance .tb-chart_cgovline1 {
  left: 36%;
  top: 26px;
  width: 13%;
  position: absolute;
  border-top: 2px solid #998242;
}

.tb-chart-cgovernance .tb-chart_cgovline1::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #998242;
  position: absolute;
  right: -10px;
  top: -10px;
}

.tb-chart-cgovernance .tb-chart_cgovline1::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #998242;
  position: absolute;
  left: -10px;
  top: -10px;
}

.tb-chart-cgovernance .tb-chart_cgovline2 {
  left: 36%;
  top: 76px;
  width: 13%;
  position: absolute;
  border-top: 2px solid #998242;
}

.tb-chart-cgovernance .tb-chart_cgovline2::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #998242;
  position: absolute;
  right: -10px;
  top: -10px;
}

.tb-chart-cgovernance .tb-chart_cgovline2::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #998242;
  position: absolute;
  left: -10px;
  top: -10px;
}

.tb-chart-cgovernance .tb-chart_cgovline3 {
  left: 129px;
  top: 101px;
  height: 61px;
  position: absolute;
  border-left: 2px solid #998242;
}

.tb-chart-cgovernance .tb-chart_cgovline15 {
  left: 77%;
  top: 368px;
  height: 35px;
  position: absolute;
  border-left: 2px solid #998242;
}

.tb-chart-cgovernance .tb-chart_cgovline15::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #998242;
  position: absolute;
  right: -5px;
  top: 28px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tb-chart-cgovernance .tb-chart_cgovline4 {
  left: 129px;
  top: 161px;
  width: 36%;
  position: absolute;
  border-top: 2px solid #998242;
}

.tb-chart-cgovernance .tb-chart_cgovline4::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #998242;
  position: absolute;
  right: -10px;
  top: -10px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block1 {
  position: absolute;
  left: 0px;
  width: 30%;
  display: -ms-grid;
  display: grid;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block1 .tb-cta-button {
  margin-bottom: 8px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block2 {
  background-color: #998242;
  position: absolute;
  right: 0px;
  width: 45%;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block3 {
  background: #998242;
  position: absolute;
  top: 116px;
  right: 0;
  width: 45%;
  padding: 16px;
  height: auto;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 {
  position: absolute;
  top: 416px;
  background: #998242;
  width: 100%;
  text-align: center;
  height: 352px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline7 {
  left: 50%;
  top: 60px;
  height: 156px;
  position: absolute;
  border-left: 2px solid #ffffff;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline7::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  right: -5px;
  top: 154px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline8 {
  left: 50%;
  top: 137px;
  width: 10%;
  position: absolute;
  border-top: 2px solid #ffffff;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline8::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  right: -8px;
  top: -9px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline9 {
  left: 29%;
  top: 193px;
  width: 21.2%;
  position: absolute;
  border-top: 2px solid #ffffff;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline10 {
  left: 29%;
  top: 194px;
  height: 25px;
  position: absolute;
  border-left: 2px solid #ffffff;
}

.tb-chart-cgovernance
  .tb-chart-cgovernance__block4
  .tb-chart_cgovline10::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  right: -5px;
  top: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline11 {
  left: 63%;
  top: 174px;
  height: 52px;
  position: absolute;
  border-left: 2px solid #ffffff;
  display: none;
}

.tb-chart-cgovernance
  .tb-chart-cgovernance__block4
  .tb-chart_cgovline11::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  right: -5px;
  top: 39px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-1 {
  left: 40.5%;
  top: 20px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-2 {
  left: 61.55%;
  top: 92px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-3 {
  left: 19.55%;
  top: 238px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-4 {
  left: 40.5%;
  top: 238px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-5 {
  left: 55.55%;
  top: 238px;
  display: none;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-6 {
  left: 13.55%;
  top: 325px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block3 .tb-title {
  margin-bottom: 16px;
  color: #ffff;
}

.tb-chart-cgovernance .tb-chart-cgovernance__block3 .tb-chart-item {
  color: #ffffff;
  padding: 8px 24px;
  border: 2px solid #ffffff;
  width: auto;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  margin-bottom: 16px;
}

.tb-chart-cgovernance .tb-chart-cgovernance__box {
  padding: 16px;
  height: auto;
  background: #b79e57;
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-overflow: hidde;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 85px;
  border: 2px solid #ffffff;
  width: 180px;
}

@media only screen and (max-width: 991.99px) {
  .tb-chart-cgovernance {
    width: auto;
    height: 888px;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block3 {
    background: #998242;
    position: relative;
    top: 169px;
    right: 0;
    width: 100%;
    left: 0;
    padding: 16px;
    height: auto;
    margin: auto;
  }
  .tb-chart-cgovernance .tb-chart_cgovline4 {
    display: none;
  }
  .tb-chart-cgovernance .tb-chart_cgovline3 {
    left: 15%;
    top: 135px;
    height: 31px;
  }
  .tb-chart-cgovernance .tb-chart_cgovline3::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #998242;
    position: absolute;
    right: -5px;
    top: 28px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .tb-chart-cgovernance .tb-chart_cgovline15 {
    left: 50%;
    top: 435px;
    height: 35px;
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block3 .tb-chart-item {
    width: auto;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 {
    top: 230px !important;
    height: 100%;
    position: relative;
  }
  .tb-chart-cgovernance
    .tb-chart-cgovernance__block4
    .tb-chart-cgovernance__box {
    padding: 16px;
    color: #fff;
    position: absolute;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-overflow: hidde;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* left: 5% !important; */
    margin-bottom: 16px;
    width: 186px;
    min-height: 80px;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-line-gold {
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline1 {
    left: 12px;
    top: 75px;
    height: 705px;
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline2 {
    left: 12px;
    top: 135px;
    width: 13%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline3 {
    left: 12px;
    top: 233px;
    width: 22%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline4 {
    left: 53px;
    top: 272px;
    height: 142px;
    position: absolute;
    border-left: 2px solid #998242;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline5 {
    left: 53px;
    top: 325px;
    width: 10%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline6 {
    left: 53px;
    top: 412px;
    width: 10%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline7 {
    left: 33px;
    top: 82px;
    height: 21.5%;
    position: absolute;
    border-left: 2px solid #fff;
  }
  .tb-chart-cgovernance
    .tb-chart-cgovernance__block4
    .tb-chart_cgovline7::after {
    display: none;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline8 {
    left: 34px;
    top: 151px;
    width: 11px;
    position: absolute;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline9 {
    left: 66px;
    top: 244px;
    height: 11.3%;
    position: absolute;
    width: 0;
    border-left: 2px solid #fff;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline10 {
    left: 33px;
    top: 273px;
    width: 25px;
    height: 0;
    position: absolute;
    border-top: 2px solid #fff;
  }
  .tb-chart-cgovernance
    .tb-chart-cgovernance__block4
    .tb-chart_cgovline10::after {
    top: -9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline11 {
    left: 66px;
    top: 442px;
    width: 16px;
    height: 0;
    position: absolute;
    border-top: 2px solid #fff;
    display: none;
  }
  .tb-chart-cgovernance
    .tb-chart-cgovernance__block4
    .tb-chart_cgovline11::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    top: -9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline12 {
    left: 66px;
    top: 343px;
    width: 19px;
    height: 0;
    position: absolute;
    border-top: 2px solid #fff;
  }
  .tb-chart-cgovernance
    .tb-chart-cgovernance__block4
    .tb-chart_cgovline12::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    top: -9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline13 {
    left: 66px;
    top: 243px;
    width: 19px;
    height: 0;
    position: absolute;
    border-top: 2px solid #fff;
  }
  .tb-chart-cgovernance
    .tb-chart-cgovernance__block4
    .tb-chart_cgovline13::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    top: -9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .tb-chart_cgovline14 {
    left: 12px;
    top: 502px;
    width: 22%;
    position: absolute;
    border-top: 2px solid #998242;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-1 {
    left: 18px;
    top: 16px;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-2 {
    left: 53px;
    top: 112px;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-3 {
    left: 91px;
    top: 208px;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-4 {
    left: 91px;
    top: 306px;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance__block4 .box-5 {
    left: 91px;
    top: 402px;
    display: none;
  }
}

@media only screen and (max-width: 992px) and (min-width: 861px) {
  .tb-chart_cgovline3 {
    top: 100px !important;
    height: 51px !important;
  }
  .tb-chart_cgovline3::after {
    right: -4px !important;
    top: 47px !important;
  }
}

@media only screen and (max-width: 575.99px) {
  .tb-chart-cgovernance {
    font-size: 14px;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance_text1.tb-cta.tb-cta-button,
  .tb-chart-cgovernance .tb-chart-cgovernance__block2.tb-cta.tb-cta-button {
    font-size: 14px;
  }
  .tb-chart-cgovernance .tb-chart-cgovernance_text1.tb-cta.tb-cta-button:hover,
  .tb-chart-cgovernance
    .tb-chart-cgovernance__block2.tb-cta.tb-cta-button:hover {
    background: #998242 !important;
  }
  .tb-chart-cgovernance .tb-chart_cgovline15 {
    top: 420px;
  }
  .tb-chart-cgovernance .tb-chart_cgovline1,
  .tb-chart-cgovernance .tb-chart_cgovline2 {
    left: 40%;
    width: 8%;
  }
  .tb-chart-cgovernance .tb-cta.tb-cta-button {
    padding: 8px 16px;
  }
}

@media only screen and (max-width: 868.99px) {
  .tb-chart-cgovernance .tb-chart-cgovernance__block3 {
    top: 192px;
  }
}

@media only screen and (max-width: 329px) {
  .tb-chart-cgovernance .tb-chart-cgovernance_text1.tb-cta.tb-cta-button {
    width: auto;
  }
  .tb-chart-cgovernance .tb-chart_cgovline1,
  .tb-chart-cgovernance .tb-chart_cgovline2 {
    left: 45%;
    width: 6%;
  }
  .tb-chart-cgovernance .tb-chart_cgovline2 {
    top: 111px;
  }
}

@media only screen and (min-width: 330px) and (max-width: 349px) {
  .tb-chart-cgovernance .tb-chart_cgovline1,
  .tb-chart-cgovernance .tb-chart_cgovline2 {
    left: 44%;
    width: 6%;
  }
}

@media only screen and (max-width: 436px) {
  .tb-chart-cgovernance .tb-chart_cgovline2 {
    top: 118px;
  }
  .tb-chart-cgovernance .tb-chart_cgovline3 {
    left: 15%;
    top: 135px;
    height: 37px;
  }
}

@media only screen and (min-width: 992px) {
  .htmalcharts.col-6 .tb-chart-cgovernance .tb-chart-cgovernance__box {
    padding: 8px;
    width: 125px;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .box-1 {
    left: 32.5%;
    top: 20px;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .box-2 {
    left: 62.55%;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .box-3 {
    left: 4.55%;
    top: 238px;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .box-4 {
    left: 33.5%;
    top: 238px;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .box-5 {
    left: 62.55%;
    top: 238px;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .tb-chart_cgovline3 {
    left: 97px;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .tb-chart_cgovline4 {
    width: 35%;
    left: 97px;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .tb-chart_cgovline8 {
    width: 16%;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .tb-chart_cgovline9 {
    left: 13%;
    top: 192px;
    width: 58%;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .tb-chart_cgovline10 {
    left: 13%;
    top: 194px;
    height: 25px;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .tb-chart_cgovline11 {
    left: 71%;
    height: 33px;
    top: 192px;
  }
  .htmalcharts.col-6 .tb-chart-cgovernance .tb-chart_cgovline11::after {
    right: -5px;
    top: 22px;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb_chart__box {
    padding: 8px;
    width: 125px;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-1 {
    left: 32.5%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-2 {
    left: 62.55%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-3 {
    left: 4.55%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-4 {
    left: 33.5%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-5 {
    left: 62.55%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-6 {
    left: 4.55%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-7 {
    left: 33.5%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-8 {
    left: 62.55%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-9 {
    left: 4.55%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-10 {
    left: 33.5%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .box-11 {
    left: 62.55%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line1 {
    left: 42%;
    top: 75px;
    height: 160px;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line2 {
    left: 42%;
    top: 137px;
    width: 21%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line3 {
    left: 13%;
    top: 195px;
    width: 58%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line4 {
    left: 13%;
    top: 196px;
    height: 35px;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line5 {
    left: 71%;
    top: 195px;
    height: 33px;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line8 {
    width: 16%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line9 {
    left: 13%;
    top: 192px;
    width: 58%;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line10 {
    left: 13%;
    top: 194px;
    height: 25px;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line11 {
    left: 71%;
    height: 33px;
    top: 192px;
  }
  .htmalcharts.col-6 .tb_chart_organizational .tb-chart__line11::after {
    right: -5px;
    top: 22px;
  }
}

@media only screen and (max-width: 991.99px) {
  .component.col-6.tb-charts-full-width {
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-12.htmalcharts,
  .col-6.htmalcharts,
  .htmalcharts {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 768px) {
  .col-12.htmalcharts,
  .col-6.htmalcharts,
  .htmalcharts {
    padding: 0 8px;
  }
}

@media only screen and (min-width: 869px) and (max-width: 992px) {
  .tb-chart-cgovernance .tb-chart_cgovline15 {
    top: 420px;
  }
}

@media only screen and (min-width: 829px) and (max-width: 860px) {
  .tb-chart-cgovernance .tb-chart-cgovernance__block3 {
    top: 183px;
  }
  .tb-chart-cgovernance .tb-chart_cgovline3 {
    top: 104px;
  }
}


.tb-collapsableitem-container {
  padding: 16px 0;
  width: 100%;
  max-width: 100%;
}

.tb-collapsableitem-container .accordion {
  margin-bottom: 0;
}

.tb-collapsableitem-hide-place .tb-collapsableitem-place-header, .tb-collapsableitem-hide-place .tb-collapsableitem-accordion-place {
  display: none;
}

.accordion .tb-collapsableitem-accordion-toggle-header {
  border: 0 !important;
  margin-left: -40px !important;
}

.accordion .tb-collapsableitem-accordion-toggle-header > div {
  padding: 0 !important;
}

.accordion .active.tb-collapsableitem-accordion-toggle-header {
  background: url("../images/svg_icons/accordion-minus.svg") no-repeat 0 40px;
}

.accordion .tb-collapsableitem-accordion-item:first-child {
  border-top: 1px solid #DDDDDD !important;
}

@media only screen and (max-width: 1024px) {
  .tb-collapsableitem-container {
    padding: 12px 0;
    max-width: 100%;
  }
  .tb-collapsableitem-container .tb-collapsableitem-accordion-item-content {
    padding: 24px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-collapsableitem-container {
    padding: 8px 8px;
    max-width: 100%;
  }
  .tb-collapsableitem-container .accordion .tb-collapsableitem-accordion-title, .tb-collapsableitem-container .accordion .tb-collapsableitem-accordion-place, .tb-collapsableitem-container .accordion .tb-collapsableitem-accordion-content-description {
    padding-left: 32px;
  }
  .tb-collapsableitem-container .accordion .tb-collapsableitem-accordion-content {
    padding-bottom: 16px;
  }
  .tb-collapsableitem-container .tb-collapsableitem-accordion-item {
    padding-left: 32px;
  }
  .tb-collapsableitem-container .tb-collapsableitem-accordion-item-content {
    padding: 16px 24px;
  }
}

.on-page-editor .tb-collapsableitem-accordion-content {
  display: block !important;
}

.on-page-editor .tb-collapsableitem-accordion-item {
  background: url("../images/svg_icons/accordion-minus.svg") no-repeat 0 40px !important;
}


.tb-gray {
  color: #BFBFBF;
}

.tb-lighter-gray {
  color: #F1F1F1;
}

.tb-dark-gray {
  color: #393939;
}

.tb-darker-gray {
  color: #5B5B5B;
}

.tb-darkest-gray {
  color: #3C3C3C;
}

.tb-white {
  color: #FFFFFF;
}

.tb-gold {
  color: #998242;
}

.tb-light-gold {
  color: #C9A645;
}

.tb-wine {
  color: #610012;
}

.tb-sky {
  color: #49B1BB;
}

.tb-navy {
  color: #002664;
}

.tb-pine {
  color: #3D554F;
}

.tb-ginger {
  color: #A54E00;
}

.tb-red {
  color: #DA4040;
}

.tb-green {
  color: #36A636;
}

.tb-bg-gray {
  background: #BFBFBF;
}

.tb-bg-gray-scale {
  background: #FAFAFA;
}

.tb-bg-lighter-gray {
  background: #F1F1F1;
}

.tb-bg-dark-gray {
  background: #393939;
}

.tb-bg-darker-gray {
  background: #5B5B5B;
}

.tb-bg-darkest-gray {
  background: #3C3C3C;
}

.tb-bg-white {
  background: #FFFFFF;
}

.tb-bg-gold {
  background: #998242;
}

.tb-bg-light-gold {
  background: #C9A645;
}

.tb-bg-wine {
  background: #610012;
}

.tb-bg-sky {
  background: #49B1BB;
}

.tb-bg-navy {
  background: #002664;
}

.tb-bg-pine {
  background: #3D554F;
}

.tb-bg-ginger {
  background: #A54E00;
}

.tb-bg-red {
  background: #DA4040;
}

.tb-bg-green {
  background: #36A636;
}


.row.column-splitter {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.row.column-splitter > div {
  padding-left: 0;
  padding-right: 0;
}

.row.column-splitter > .col-6 .tb-downlaodlist-item-btn .tb-downlaodlist-section .tb-customised-select {
  min-width: 126px;
}

@media (min-width: 992px) {
  .row.column-splitter > .col-6 .tb-downlaodlist-container .tb-downlaodlist-item > .col-lg-7 {
    -ms-flex: 0 0 52.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 52.33333%;
    max-width: 42.333333%;
  }
  .row.column-splitter > .col-6 .tb-downlaodlist-container .tb-downlaodlist-item > .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 38%;
  }
}


.compact-news-list {
  width: 100%;
}

.compactnews-section.tb-py-2 {
  padding: 16px 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .compactnews-section.tb-py-2 {
    padding: 12px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .compactnews-section.tb-py-2 {
    padding: 8px 8px !important;
  }
  .compactnews-section ul {
    border-top: 1px solid #DDDDDD !important;
  }
  .compactnews-section .tb-header-4.tb-py-3 {
    padding: 16px 0 !important;
  }
  .compactnews-section li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .compactnews-section li.tb-py-3 {
    padding: 16px 0 !important;
  }
}

.compact-news-list.tb-without-headline .tb-header-4 {
  border-top: none !important;
  padding-top: 0 !important;
}

.compact-news-list.tb-without-headline .tb-header-2 {
  display: none;
}


.component-contact-cards{
    display: flex;
    gap:24px;
    padding-bottom: 72px;
    align-items: center;
    width:100%;
}
.component-contact-card{
    display: flex;
    flex-direction:column;
    align-items:center;
    background: #F3F3F3;
    padding: 40px;
    gap: 32px;
    flex: 1 0 0;
    width:100%
}

.contact-card-title-wrap{
    display:flex;
    align-items:center;
    gap:8px;
    justify-content:center;
    margin-bottom:16px
}
.contact-card-title-wrap img{
    width:32px;
    height:32px
}
.contact-card-title-wrap span{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align:center
}
.contact-card-description{
    color:  #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    max-width:500px
}
.contact-card-button{
    padding: 16px;
    border-radius: 4px;
    color:white !important;
    border:0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    width:auto;
    cursor:pointer;
    text-decoration: none !important;
}
@media only screen and (max-width:768px){
    .component-contact-cards{
        flex-direction:column;
        padding:0px 15px
    }
    .component-contact-card{
        gap:24px
    }
    .contact-card-title-wrap{
        flex-direction:column;
    }
    .contact-card-title-wrap span{
        font-size:24px;
        line-height:32px
    }
    .contact-card-description{
        font-size:14px;
        font-family:'Libre Franklin' !important
    }
    .contact-card-button{
        padding:12px;
        font-size: 14px;
        line-height: 20px; 
        font-family:'Libre Franklin' !important
    }
}

.tb-contact-finder-container {
  margin: 16px 0;
  padding: 0 8px;
}

.tb-contact-finder-container .tb-contact-finder-label:empty {
  margin-right: 0 !important;
}

.tb-contact-finder-container .tb-contact-finder-label:first-child:empty {
  margin-right: 0;
}

.tb-contact-finder-container #tb-contact-finder-address-container {
  min-height: 200px;
}

.tb-contact-finder-container .tb-cf-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-contact-finder-container .tb-cf-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-contact-finder-container .tb-cf-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  -webkit-animation: 1s cfspin ease-in-out infinite;
  animation: 1s cfspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
}

@-webkit-keyframes cfspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cfspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-contact-finder-container .tb-contact-finder-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search :-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search input {
  position: relative;
}

.tb-contact-finder-container .tb-contact-finder-search .is-desktop {
  display: none;
}

.tb-contact-finder-container .tb-contact-finder-address-type {
  opacity: 0;
}

.tb-contact-finder-container .tb-contact-finder-icon img, .tb-contact-finder-container svg {
  width: 16px;
  height: 16px;
  margin-top: -4px;
}

.tb-contact-finder-container .autocomplete-suggestions {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px;
  background: #FFF;
  overflow: auto;
  z-index: 99 !important;
}

.tb-contact-finder-container .autocomplete-suggestion {
  padding: 8px 16px 8px 32px;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  border-bottom: 1px solid #DDDDDD;
  min-height: 48px;
  color: #393939;
  cursor: pointer;
}

.tb-contact-finder-container .autocomplete-selected,
.tb-contact-finder-container .autocomplete-suggestion:hover {
  background-color: #F1F1F1;
  color: #998242;
}

.tb-contact-finder-container .autocomplete-suggestion:last-child {
  border-bottom: none;
}

.tb-contact-finder-container .autocomplete-group {
  background: rgba(220, 220, 220, 0.1);
  border-bottom: 1px solid #DDDDDD;
  padding: 8px 16px;
  font-weight: 700;
}

.tb-contact-finder-container .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.tb-contact-finder-container .autocomplete-no-suggestion {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 32px;
  min-height: 48px;
}

.tb-contact-finder-container .tb-contact-finder-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter {
  padding-right: 24px !important;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:last-child {
  padding-right: 0 !important;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:last-child .select-items {
  margin-right: 0px;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter select {
  width: 100%;
  border-radius: unset !important;
}

.tb-contact-finder-container .tb-contact-finder-link a {
  text-decoration: none;
  color: #393939;
}

.tb-contact-finder-container .tb-contact-finder-link a .tb-contact-finder-icon {
  vertical-align: baseline;
}

.tb-contact-finder-container .tb-contact-finder-link.selected a {
  color: #998242;
}

.tb-contact-finder-container .tb-contact-finder-link.selected path {
  fill: #998242;
}

.tb-contact-finder-container .tb-contact-finder-links .tb-contact-finder-icon {
  vertical-align: middle;
}

.tb-contact-finder-container .tb-contact-finder-info {
  position: relative;
}

.tb-contact-finder-container .tb-contact-finder-info .tb-contact-finder-no-result {
  position: absolute;
  top: 40px;
  z-index: 997;
  left: 50%;
  display: inline;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
  min-height: 600px;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map img {
  height: 100%;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail {
  opacity: 0;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-icon .map-icon {
  fill: #998242;
  width: 18px;
  height: 25px;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-icon span {
  vertical-align: top;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-address span {
  margin-right: 4px;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-links {
  margin-top: 20px;
  color: #998242;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-close-btn {
  display: none;
  width: 28px;
  height: 28px;
  font-size: 0px;
  padding: 0;
  background-color: #393939;
  background-position: center !important;
}

.tb-contact-finder-container .is-mobile {
  display: none;
}

.tb-contact-finder-container .autocomplete-container {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.tb-contact-finder-container .autocomplete-container .autocomplete-item {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.tb-contact-finder-container .autocomplete-container .autocomplete-item:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.tb-contact-finder-container .autocomplete-container .active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.tb-contact-finder-search {
  margin-bottom: 16px;
}

.tb-contact-finder-search .tb-input-field-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 100%;
}

.tb-contact-finder-search .col-lg-1.tb-pr-0.tb-pl-2.col-md-2.is-desktop {
  width: 100%;
  max-width: 100%;
}

.tb-contact-finder-taxonomy {
  position: relative;
  display: inline;
  margin-bottom: 16px;
}

.tb-contact-finder-taxonomy span {
  color: #FFFFFF;
  background: #BFBFBF;
  font-size: 12px;
  margin: 0px 8px 8px 0px;
  padding: 4px 8px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .tb-contact-finder-container {
    margin: 12px 0;
  }
  .tb-contact-finder-container .tb-contact-finder-filters {
    margin: 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-select-wrapper {
    margin-bottom: 8px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter {
    padding-top: 16px !important;
    padding-right: 0 !important;
    max-width: 50% !important;
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:nth-child(2n + 1) {
    padding-right: 24px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-address-type .tb-contact-finder-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-contact-finder-container .tb-contact-finder-address-type .tb-input-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0 !important;
    margin-top: 8px;
  }
  .tb-contact-finder-container .tb-contact-finder-row {
    position: relative;
    overflow: hidden;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
    height: 60vh;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail {
    right: 0;
    top: 0;
    display: none;
    height: 100%;
    box-shadow: -5px 0px 10px 1px rgba(0, 0, 0, 0.2);
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-close-btn {
    color: transparent !important;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section {
    overflow-y: auto;
  }
  .tb-contact-finder-container .is-ipad {
    display: block !important;
  }
  .tb-contact-finder-container .tb-input-field-icon {
    width: 100% !important;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .tb-contact-finder-container .tb-contact-finder-search {
    width: 100%;
  }
  .tb-contact-finder-container .tb-contact-finder-search .tb-imput-field-icon {
    max-width: 100%;
    width: -webkit-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
    /* position: absolute; */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .tb-contact-finder-detail {
    position: absolute !important;
    z-index: 1;
  }
  .tb-contact-finder-search.tb-mt-3 {
    margin: 8px 0 24px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb-contact-finder-detail {
    position: fixed !important;
    z-index: 9999;
  }
  .tb-contact-finder-row .tb-contact-finder-map {
    min-height: 200px;
  }
  .tb-contact-finder-container {
    margin: 8px 0;
    padding: 0 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-header {
    margin-top: 8px !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .tb-contact-finder-container .tb-contact-finder-header .tb-contact-finder-right-menu {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .tb-contact-finder-container .tb-contact-finder-search {
    margin-top: 16px !important;
    padding: 0;
  }
  .tb-contact-finder-container .tb-contact-finder-search .tb-input-field-icon {
    width: 100% !important;
  }
  .tb-contact-finder-container .tb-contact-finder-result {
    padding: 16px 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-info {
    padding: 16px 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters {
    padding: 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter {
    padding-right: 0 !important;
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100% !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:nth-child(2n + 1) {
    padding-right: 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-address-type .tb-input-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail {
    background: #FFFFFF;
    box-shadow: none !important;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-close-btn {
    color: #FFFFFF !important;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section {
    padding: 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section .tb-contact-finder-links {
    color: #998242;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section .tb-contact-finder-links a {
    display: block;
  }
  .tb-contact-finder-container .is-desktop {
    display: none;
  }
  .tb-contact-finder-container .is-mobile {
    display: block;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row {
    padding: 16px 0 !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .col-sm-4 {
    padding: 0 !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .tb-contact-finder-address h2 {
    margin-top: 16px !important;
    margin-bottom: 8px !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .tb-contact-finder-address-link {
    margin-top: 16px !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .tb-contact-finder-address-link .tb-contact-finder-link-item:last-child {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .tb-contact-finder-detail {
    display: block !important;
    position: relative !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-select-wrapper {
    margin-bottom: 8px !important;
  }
  .tb-contact-finder-search.tb-mt-3 {
    margin: 8px 0 24px 0 !important;
  }
}

.tb-contact-finder-icon .map-icon {
  fill: #998242;
  width: 18px;
  height: 25px;
}

.tb-contact-finder-icon span {
  vertical-align: top;
}

.tb-visibility-hidden {
  visibility: hidden !important;
  height: 0px !important;
  padding: 0px !important;
}

.tb-img-wrapper img {
  width: 100% !important;
}

.tb-contact-finder-map img {
  width: auto !important;
}

.tb-contact-finder-links a {
  min-width: 120px;
  line-height: 21px;
  cursor: pointer;
}

.tb-contact-finder-show-map svg {
  position: relative;
  top: -1px;
  pointer-events: none;
}

.tb-contact-finder-links a, .tb-contact-finder-icon a {
  color: #998242;
  text-decoration: none;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-width: 100%;
}

.tb-contact-finder-links a:hover, .tb-contact-finder-icon a:hover {
  color: #998242;
}

.tb-contact-finder-links a:hover:after, .tb-contact-finder-icon a:hover:after {
  width: 100%;
}

.tb-contact-finder-links a:after, .tb-contact-finder-icon a:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  margin-left: 22px;
  border-bottom: 1px solid #998242;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

.tb-contact-finder-no-result {
  display: none !important;
}

.tb-contact-finder-detail-email {
  word-break: break-word;
}

.tb-contact-finder-clear, .tb-contact-finder-close-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #998242 !important;
}

.tb-contact-finder-search .tb-custom-combobox {
  display: block !important;
}

.tb-contact-finder-search .tb-custom-combobox:after {
  display: none !important;
}

@media only screen and (max-width: 767.99px) and (min-width: 576px) {
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .col-sm-4, .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .col-md-4 {
    min-width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-contact-finder-container .tb-cf-spinner {
    position: relative !important;
    position: -webkit-sticky;
    position: sticky;
    top: 20rem;
  }
}

.NavBar_MapTypeButtonContainerWrapper {
  display: none;
}


*::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: #F1F1F1;
}

*::-webkit-scrollbar-thumb {
  background-color: #5B5B5B;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
}

*::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #F1F1F1;
  width: 20px;
}

.ui-widget-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
  background: #f1f1f1;
}

.ui-widget-content::-webkit-scrollbar-thumb {
  background-color: #5b5b5b;
  border-radius: 16px;
  border: none !important;
}

.ui-widget-content::-webkit-scrollbar-track {
  border-radius: 16px;
  background-color: #f1f1f1;
  width: 6px;
}

.ui-widget-content::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}

.tb-component-conatctform-container {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.tb-component-conatctform-container .field-validation-error {
  font-size: 12px;
  line-height: 24px;
  color: #DA4040;
  width: 100%;
  display: block;
}

.tb-component-conatctform-container [id*="captchaError"] {
  text-align: center;
}

.tb-fhide {
  display: none !important;
}

.tb-fshow {
  display: block !important;
}

.select-selected.input-validation-error {
  border-bottom: 2px solid #DA4040 !important;
}

.tb-contact-form-elem .tb-custom-select .select-items {
  top: 102px !important;
}

.tb-contact-form-elem .tb-contact-form-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.tb-contact-form-elem .tb-contact-form-checkbox input {
  width: 13px;
  height: 13px;
}

.file-upload-field {
    margin-top: 25px;
  }
.disable-cursor {
  cursor: not-allowed !important;
  opacity: 40%;
  pointer-events: none;
}

.disable-click:active {
  pointer-events: none;
}

.sitecore-form form {
  padding: 16px 8px;
}

.sitecore-form form > .component-content {
  padding: 0 !important;
}

.sitecore-form form {
  /* The container */
  /* Create a custom radio button */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
  /* Create a custom checkbox */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
  /* Style the checkmark/indicator */
}

.sitecore-form form input[type="text"],
.sitecore-form form input[type="email"],
.sitecore-form form input[type="password"] {
  width: 100%;
  background: #F1F1F1 !important;
  border: none !important;
  height: 48px !important;
  font-size: 16px !important;
  line-height: 32px !important;
  padding: 16px 8px !important;
  box-shadow: none !important;
}

.sitecore-form form input[type="text"]:active, .sitecore-form form input[type="text"]:focus,
.sitecore-form form input[type="email"]:active,
.sitecore-form form input[type="email"]:focus,
.sitecore-form form input[type="password"]:active,
.sitecore-form form input[type="password"]:focus {
  border-bottom: 2px solid #393939 !important;
}

.sitecore-form form input[type="text"].input-validation-error {
  border-bottom: 2px solid #DA4040 !important;
}

.sitecore-form form input[type="password"].input-validation-error {
  border-bottom: 2px solid #DA4040 !important;
}

.sitecore-form form input[type="email"].input-validation-error {
  border-bottom: 2px solid #DA4040 !important;
}

.sitecore-form form textarea[data-sc-field-name="Message"].input-validation-error {
  border-bottom: 2px solid #DA4040 !important;
}

.sitecore-form form .tb-radio-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 8px;
  margin: 0px !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 32px !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sitecore-form form .tb-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.sitecore-form form .tb-radio-checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #F1F1F1;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 50%;
}

.sitecore-form form .tb-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.sitecore-form form .tb-radio-container input:checked ~ .tb-radio-checkmark:after {
  display: block;
}

.sitecore-form form .tb-radio-container .tb-radio-checkmark:after {
  top: 6px;
  left: 6px;
  width: 6.7px;
  height: 6.7px;
  border-radius: 50%;
  background: #393939;
}

.sitecore-form form .tb-label-radio,
.sitecore-form form .tb-label-checkbox {
  display: block;
}

.sitecore-form form .tb-checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 8px;
  margin: 0px !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 32px !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sitecore-form form .tb-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sitecore-form form .tb-checkbox-checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #F1F1F1;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
}

.sitecore-form form .tb-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.sitecore-form form label.tb-custom-multiselect-container {
  width: 100%;
  height: 47px;
  margin: 0 !important;
  padding: 12px;
  background: #f1f1f1;
}

.sitecore-form form label.tb-custom-multiselect-container.active-multiselect {
  background: #dddddd !important;
  color: #998242 !important;
}

.sitecore-form form label.tb-custom-multiselect-container input {
  display: none;
}

.sitecore-form form label.tb-custom-multiselect-container {
  width: 100%;
  display: block;
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  margin: 0px !important;
  background: #F1F1F1;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 32px !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sitecore-form form label.tb-custom-multiselect-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sitecore-form form label.tb-custom-multiselect-container.active-multiselect .tb-custom-multiselect-checkmark:after {
  position: absolute;
  content: "";
  right: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  background-image: url("../images/svg_icons/checked-tick.svg");
  background-size: 12px;
  height: 16px;
  width: 18px;
  /* position: relative; */
  top: 12px;
  /* vertical-align: baseline; */
  background-repeat: no-repeat;
}

.sitecore-form form .tb-checkbox-container input:checked ~ .tb-checkbox-checkmark:after {
  display: block;
}

.sitecore-form form .tb-custom-multiselect-container
input:checked
~ .tb-custom-multiselect-checkmark:after {
  display: block;
}

.sitecore-form form .tb-checkbox-container .tb-checkbox-checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #393939;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitecore-form form .tb-custom-multiselect-container .tb-custom-multiselect-checkmark:after {
  width: 5px;
  height: 10px;
  border: solid #393939;
  border-width: 0 1px 1px 0;
}

.sitecore-form form .tb-contact-form-button-primary {
  margin: 0px 12px;
  background: #998242 !important;
  border: 1px solid #998242 !important;
  color: #FFFFFF !important;
  padding: 8px 24px !important;
  font-size: 16px !important;
  line-height: 32px !important;
  font-weight: 500;
  border-radius: unset !important;
  height: auto !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sitecore-form form .tb-contact-form-button-primary:hover {
  background: #393939 !important;
  border: 1px solid #393939 !important;
  color: #FFFFFF !important;
  cursor: pointer;
}

.sitecore-form form .tb-contact-form-button-secondary {
  background: #FFFFFF !important;
  color: #998242 !important;
  border: 1px solid #998242 !important;
  padding: 8px 24px !important;
  font-size: 16px;
  line-height: 32px;
  border-radius: unset !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sitecore-form form .tb-contact-form-button-secondary:hover {
  border: 1px solid #393939 !important;
  cursor: pointer;
  background: #FFFFFF !important;
  color: #393939 !important;
}

.sitecore-form form label {
  margin-top: 24px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #393939;
  font: normal !important;
}

.sitecore-form form select {
  width: 100%;
  background: #F1F1F1 !important;
  border: none !important;
  height: 48px !important;
  font-size: 16px !important;
  line-height: 32px !important;
  padding: 16px 8px !important;
}

.sitecore-form form dropdown {
  height: 10px;
}

.sitecore-form form textarea {
  border: none;
  margin-top: 0px !important;
  background: #F1F1F1;
  box-shadow: none;
  font-family: inherit;
  border-radius: unset !important;
  resize: vertical;
  min-height: 132px;
  padding: 0 16px !important;
  -webkit-appearance: none;
}

.sitecore-form form textarea:focus, .sitecore-form form textarea:active {
  border-bottom: 2px solid #393939;
}

.tb-contact-form-elem {
  padding: 12px 0px;
}

.tb-contact-form-elem .tb-contact-form-label {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #393939;
}

.tb-contact-form-elem .tb-contact-form-input {
  width: 100%;
  background: #F1F1F1;
  border: none;
  height: 48px;
  font-size: 16px;
  line-height: 32px;
  padding: 16px 8px;
  box-shadow: none !important;
}

.tb-contact-form-elem .tb-contact-form-input:active, .tb-contact-form-elem .tb-contact-form-input:focus {
  border-bottom: 2px solid #393939;
}

.tb-hide-div {
  display: none !important;
}

.tb-custom-select {
  position: relative;
}

.tb-custom-select .field-validation-error {
  position: absolute;
  left: 0px;
  bottom: -24px;
}

.tb-custom-select select {
  display: none !important;
  /*hide original SELECT element:*/
}

.tb-custom-select .select-selected {
  background-color: #F1F1F1;
  color: #393939;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 32px;
  border: 1px solid transparent;
  border-color: transparent transparent #F1F1F1 transparent;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tb-custom-select .select-selected:after {
  position: absolute;
  content: "";
  right: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  background-image: url("../images/down-arrow.svg");
  background-size: 12px;
  height: 16px;
  width: 18px;
  /* position: relative; */
  top: 16px;
  /* vertical-align: baseline; */
  background-repeat: no-repeat;
}

.tb-custom-select .select-selected.select-arrow-active {
  border-bottom: 2px solid #393939;
}

.tb-custom-select .select-selected.select-arrow-active:after {
  background-image: url("../images/up-arrow.svg");
  background-repeat: no-repeat;
}

.tb-custom-select .select-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 48px;
  right: 0;
  left: 0px;
  z-index: 99;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  max-height: 343px;
  overflow-y: auto;
}

.tb-custom-select .select-items div div div {
  color: #393939;
  min-height: 48px;
  padding: 8px 16px;
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 32px;
  border: 1px solid transparent;
  border-color: transparent transparent #F1F1F1 transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #DDDDDD;
  height: auto;
}

.tb-custom-select .select-items div div div:hover {
  background-color: #F1F1F1;
  color: #998242;
}

.tb-custom-select .select-items .same-as-selected {
  background-color: #F1F1F1;
  color: #998242 !important;
}

.tb-contact-form-textarea {
  border: transparent;
  width: 100%;
  min-height: 184px;
  background-color: #F1F1F1;
  border-radius: 2px;
  font-size: 16px;
  line-height: 32px;
  color: #393939;
  padding: 16px;
}

.tb-contact-form-textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

.tb-contact-form-textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

.tb-contact-form-textarea::placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

.tb-contact-form-textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

.tb-contact-form-textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

.tb-contact-form-textarea:-moz-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

.tb-contact-form-textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

.tb-select-hide {
  display: none;
}

.tb-textarea-wrapper {
  position: relative;
}

.tb-textarea-wrapper ::-webkit-resizer {
  background-color: transparent;
}

.tb-textarea-wrapper .tb-contactForm-teatxare-wrapper::after {
  pointer-events: none;
  content: "";
  font-size: 14px;
  position: relative;
  float: right;
  height: 18px;
  width: 18px;
  text-align: center;
  bottom: 22px !important;
  right: 0px;
  border-bottom: none !important;
  z-index: 2;
  background-size: 12px;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%276%27%20height%3D%276%27%20viewBox%3D%270%200%206%206%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M6%201C6%200.723858%205.77614%200.5%205.5%200.5C5.22386%200.5%205%200.723858%205%201H6ZM1%205C0.723858%205%200.5%205.22386%200.5%205.5C0.5%205.77614%200.723858%206%201%206V5ZM5%201V5H6V1H5ZM5%205H1V6H5V5ZM5%205V6C5.55228%206%206%205.55228%206%205H5Z%27%20fill%3D%27%235B5B5B%27%2F%3E%3C%2Fsvg%3E");
}

@supports (-ms-ime-align: auto) {
  .tb-textarea-wrapper .tb-contactForm-teatxare-wrapper::after {
    bottom: 17px !important;
    background: transparent;
  }
}

.activeBorder:after {
  border-bottom: 2px solid #393939;
}

.tb-custom-multiselect {
  max-height: 184px !important;
  overflow: auto !important;
}

.tb-custom-multiselect label {
  padding-right: 6px;
  margin-left: 5px;
}

.sitecore-form .tb-custom-multiselect label input[type="checkbox"] {
  position: relative;
  right: 3px;
  top: 2px;
}

.tb-contact-form-button-wrapper {
  text-align: center;
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .tb-contact-form-button-wrapper {
    margin-top: 24px !important;
  }
}

.active-select {
  background: #DDDDDD !important;
  color: #998242 !important;
}

.tb-custom-select-checkbox label {
  margin: 0px !important;
}

.tb-custom-select-checkbox label:first-child {
  margin-top: 24px !important;
}

.tb-custom-checkbox {
  position: relative;
  margin-top: 24px;
}

.tb-custom-checkbox label {
  margin-top: 0px;
}

.tb-custom-checkbox .tb-contact-form-checkbox-label {
  display: block !important;
  margin-top: 24px !important;
  width: 100% !important;
}

.tb-custom-checkbox .field-validation-error {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.tb-custom-checkbox [id*="captchaError"] {
  text-align: center;
}

.tb-custom-checkbox label {
  margin-top: 0px;
}

.tb-custom-checkbox .tb-contact-form-checkbox-label {
  display: block !important;
  margin-top: 24px !important;
  width: 100% !important;
}

.tb-custom-radio label {
  margin-top: 0px;
}

.tb-custom-radio .tb-contact-form-radio-label {
  display: block !important;
  margin-top: 24px !important;
  width: 100% !important;
}

.active-multiselect {
  background: #DDDDDD !important;
  color: #998242 !important;
}

.g-recaptcha {
  margin-top: 24px !important;
}

.g-recaptcha div {
  margin: auto !important;
}

.tb-contact-form-submit-subheader {
  text-align: center;
}

.tb-select-disabled {
  pointer-events: none !important;
}

/*
Stles for scrollbar
*/
.select-items .mCSB_scrollTools {
  width: 10px !important;
}

.select-items .mCSB_15_scrollbar {
  display: block !important;
  height: 100% !important;
  widows: 10px !important;
}

.select-items .mCSB_draggerContainer {
  height: 100% !important;
  padding: 0 !important;
  width: 12px !important;
}

.select-items .mCSB_dragger {
  padding: 0 !important;
}

.select-items .mCSB_dragger_bar {
  line-height: 30px !important;
  width: 10px !important;
  padding: 0 !important;
  width: 6px !important;
}

.select-items .mCSB_draggerRail {
  width: 12px !important;
  padding: 0 !important;
  height: 100% !important;
  width: 4px !important;
}

.select-items .mCSB_container {
  margin-right: 0px;
}

.contact-form-page-tb {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #393939;
}

.tb-contact-form-subfooter {
  padding-top: 16px;
  font-style: normal;
  font-weight: 500 !important;
  color: #393939;
  font-size: 12px !important;
  line-height: 24px !important;
  margin-top: 16px;
}

.tb-contact-form-subfooter .tb-contact-link {
  color: #998242;
  white-space: normal;
  cursor: pointer;
  padding-top: 10px;
}

.tb-contact-form-subfooter .tb-contact-link:hover {
  color: #998242;
  text-decoration: underline;
}

.sitecore-form .tb-contact-form-header {
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: #393939;
  text-align: center;
  margin-bottom: 32px;
}

.sitecore-form .tb-contact-form-subheader {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #393939;
  margin-bottom: 0px;
}

.tb-contact-form-success {
  position: relative;
  height: 350px;
  width: 100%;
  text-align: center;
}

.tb-contact-form-success .tb-form-success-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tb-contact-form-success .tb-form-success-content .tb-shead {
  font-size: 48px;
  padding-bottom: 16px;
  line-height: 48px;
  color: #393939;
  font-weight: 900;
}

.tb-contact-form-success .tb-form-success-content .tb-success-text {
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (max-width: 1024px) {
  .sitecore-form {
    padding: 12px 8px;
  }
  .sitecore-form > .component-content {
    padding: 0 !important;
  }
  .sitecore-form .tb-contact-form-header {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #393939;
    text-align: center;
    margin-bottom: 24px;
  }
  .sitecore-form .tb-contact-form-subheader {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #393939;
    margin-bottom: 0px;
  }
  .tb-contact-form-success {
    height: 200px;
  }
  .tb-contact-form-success .tb-form-success-content .tb-shead {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .tb-contact-form-success .tb-form-success-content .tb-success-text {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sitecore-form {
    padding: 8px 8px;
  }
  .sitecore-form .ui-autocomplete,
  .sitecore-form .ui-widget-content {
    z-index: 9999 !important;
  }
  .tb-contact-form-success .tb-form-success-content .tb-shead {
    line-height: 24px !important;
  }
  .tb-contact-form-success .tb-form-success-content .tb-success-text {
    line-height: 20px !important;
  }
}

.tb-customised-select,
.tb-custom-combobox {
  background-color: #f1f1f1;
  color: #393939;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 32px;
  text-align: left !important;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: transparent;
  border-color: transparent transparent #f1f1f1 transparent;
  border-bottom-color: #f1f1f1;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 176px;
}

.tb-customised-select.select-arrow-active input,
.tb-custom-combobox.select-arrow-active input {
  border-bottom: 2px solid #393939;
}

.tb-customised-select:after,
.tb-custom-combobox:after {
  position: absolute;
  content: "";
  right: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  background-image: url("../images/down-arrow.svg");
  background-size: 12px;
  height: 16px;
  width: 18px;
  top: 16px;
  background-repeat: no-repeat;
}

.tb-customised-select.select-arrow-active:after,
.tb-custom-combobox.select-arrow-active:after {
  background-image: url("../images/up-arrow.svg");
  background-repeat: no-repeat;
}

.tb-customised-select .select-items,
.tb-custom-combobox .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 48px;
  right: 0;
  left: 0;
  text-align: left !important;
  z-index: 98;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  max-height: 343px;
  overflow-y: auto;
}

.tb-customised-select .select-items div div div,
.tb-custom-combobox .select-items div div div {
  color: #393939;
  min-height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 32px;
  border: 1px solid transparent;
  border-color: transparent transparent #F1F1F1 transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #DDDDDD;
  height: auto;
}

.tb-customised-select .select-items div div div:hover,
.tb-custom-combobox .select-items div div div:hover {
  background-color: #F1F1F1;
  color: #998242;
}

.tb-customised-select .tb-select-hide,
.tb-custom-combobox .tb-select-hide {
  display: none !important;
}

.tb-customised-select,
.tb-custom-combobox {
  background-color: #f1f1f1;
  color: #393939;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 32px;
  border: 1px solid transparent;
  border-color: transparent transparent #f1f1f1 transparent;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tb-customised-select:after,
.tb-custom-combobox:after {
  position: absolute;
  content: "";
  right: 12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  background-image: url("../images/down-arrow.svg");
  background-size: 12px;
  height: 16px;
  width: 18px;
  /* position: relative; */
  top: 16px;
  /* vertical-align: baseline; */
  background-repeat: no-repeat;
}

.tb-customised-select span,
.tb-custom-combobox span {
  overflow: hidden;
  width: 90%;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}

.facet-dropdown.is-disabled .tb-customised-select {
  pointer-events: none;
  opacity: 0.6;
}

.select-items {
  position: absolute;
  background-color: white;
  top: 48px;
  left: 0px;
  right: 0px;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px;
  max-height: 300px;
  overflow-y: auto;
  margin-right: 0px;
}

.select-items .s-items {
  color: #393939;
  min-height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 32px;
  border: 1px solid transparent;
  border-color: transparent transparent #f1f1f1 transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #dddddd;
  height: auto;
}

.select-items .s-items:hover {
  background-color: #F1F1F1;
  color: #998242;
}

.tb-custom-combobox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  background: transparent;
  line-height: 28px;
  width: 100%;
  min-width: auto;
}

.tb-custom-combobox .tb-custom-combobox-input {
  width: 100%;
  background: #F1F1F1 !important;
  border: none !important;
  height: 48px !important;
  font-size: 16px !important;
  line-height: 32px !important;
  padding: 16px 32px 16px 8px !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  box-shadow: none !important;
  cursor: pointer;
}

.tb-custom-combobox .tb-custom-combobox-input:active, .tb-custom-combobox .tb-custom-combobox-input:focus {
  border-bottom: 2px solid #393939 !important;
}

.ui-autocomplete .ui-state-highlight,
.ui-autocomplete .ui-widget-content .ui-state-highlight,
.ui-autocomplete .ui-widget-header .ui-state-highlight {
  border: none !important;
  background: transparent !important;
  color: #998242 !important;
}

.ui-autocomplete,
.ui-widget-content {
  position: absolute;
  display: none;
  background: white;
  left: 0px;
  right: 0px;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 0px;
}

.ui-autocomplete .ui-menu-item div,
.ui-widget-content .ui-menu-item div {
  color: #393939;
  min-height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 32px;
  border: 1px solid transparent;
  border-color: transparent transparent #F1F1F1 transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #DDDDDD;
  height: auto;
}

.ui-autocomplete .ui-menu-item div:hover,
.ui-widget-content .ui-menu-item div:hover {
  background-color: #F1F1F1;
  color: #998242;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #F1F1F1;
  color: #998242;
}

@media only screen and (max-width: 767px) {
  .sitecore-form .component-content .row {
    margin: 0;
  }
  .sitecore-form form {
    padding: 8px 8px !important;
  }
  .tb-contact-form-button-wrapper {
    margin-top: 16px;
  }
  .tb-custom-combobox {
    position: relative;
    display: inline-block;
  }
  .sitecore-form .tb-contact-form-header {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #393939;
    text-align: center;
    margin-bottom: 24px;
  }
  .sitecore-form form .tb-contact-form-button-primary {
    margin-top: 16px;
    background: #998242 !important;
    border: 1px solid #998242 !important;
    color: #FFFFFF !important;
    padding: 8px 24px !important;
    font-size: 16px !important;
    border-radius: unset !important;
    line-height: 32px !important;
    font-weight: 500;
    height: auto !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 16px !important;
  }
  .sitecore-form form .tb-contact-form-button-secondary {
    margin-bottom: 16px !important;
    border-radius: unset !important;
  }
}

@media only screen and (max-width: 570px) {
  .sitecore-form form .tb-contact-form-button-primary {
    margin: 0;
    border-radius: unset !important;
  }
  .sitecore-form .tb-contact-form-button-wrapper input {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-custom-combobox .tb-custom-combobox-input {
    padding: 8px 32px 8px 8px !important;
  }
}

.on-page-editor .react-widget,
.preview .react-widget {
  min-height: 350px;
  background: #ccc;
}

.tpc-contact-form .tb-contact-form-elem .tb-custom-select .select-items {
  top: 0 !important;
  position: relative;
}

.tpc-contact-form .tb-custom-select .select-items div div div:hover {
  background-color: #F1F1F1 !important;
  color: #998242;
}


.custom-select.filter-list-parent .select-items.mCustomScrollbar{
display: none;
}
.custom-select.filter-list-parent .open .select-items.mCustomScrollbar{
display: block;
}


/* breakpoints */
.sxa-bordered {
  box-sizing: border-box;
}

.sxa-bordered > .component-content {
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-radius: 5px;
}

.column-splitter,
.row-splitter {
  box-sizing: border-box;
}

.column-splitter .sxa-bordered,
.row-splitter .sxa-bordered {
  padding: 5px !important;
}

.column-splitter .sxa-bordered > .component,
.column-splitter .sxa-bordered .scEmptyPlaceholder,
.row-splitter .sxa-bordered > .component,
.row-splitter .sxa-bordered .scEmptyPlaceholder {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-radius: 5px;
}

/* breakpoints */
.title-row-box {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  box-sizing: border-box;
  width: 100%;
  height: 87px;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

.title-row-box > .component-content {
  max-width: 960px;
  margin: 0 auto !important;
}

.title-row-box > .component-content .title {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 23px 0 0 0;
  padding: 0;
}

.title-row-box > .component-content .title h1 {
  font-size: 22px;
  font-size: 2.2rem;
  border: none;
}

@media only screen and (max-width: 959px) {
  .title-row-box > .component-content .title {
    margin: 23px 0 0 20px;
  }
}

.title-row-box > .component-content .rich-text {
  margin: 0;
}

.title-row-box > .component-content .rich-text h1, .title-row-box > .component-content .rich-text h2, .title-row-box > .component-content .rich-text h3, .title-row-box > .component-content .rich-text h4 {
  margin: 0;
  padding: 0;
}

.title-row-box > .component-content .breadcrumb {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 23px 0 0 0;
  padding: 0;
  float: right;
  clear: both;
}

@media only screen and (min-width: 381px) and (max-width: 959px) {
  .title-row-box > .component-content .breadcrumb {
    margin: 23px 20px 0 0;
  }
}

@media only screen and (max-width: 380px) {
  .title-row-box > .component-content .breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .title-row-box .alpha {
    vertical-align: middle;
    box-sizing: border-box;
    width: auto !important;
    float: left;
  }
  .title-row-box .omega {
    vertical-align: middle;
    box-sizing: border-box;
    width: auto !important;
    float: right;
  }
}

/* breakpoints */
.container .component-content:after {
  content: "";
  display: table;
  clear: both;
}


.c_consent {
  border: 1px solid #DDDDDD;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.c_consent-marketing .c_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_consent-statistic .c_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_consent-functional .c_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_consent-wrapper {
  padding: 2em;
}

.c_consent-text {
  font-size: 1.5em;
  padding-bottom: 1em;
}

.c_consent-youtube {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c_consent-youtube .c_consent-wrapper {
  padding-top: 20%;
}


/* *** BANNER CSS START *** */
.noScroll, .noScroll body {
  overflow: hidden !important;
  position: relative;
  height: 100%;
}

#Coi-Renew {
  display: none;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 99999999999;
  padding: 10px;
  cursor: pointer;
  border-top-right-radius: 50%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#Coi-Renew:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#Coi-Renew svg {
  width: 100%;
}

#Coi-Renew .renew_path {
  fill: #998242 !important;
}

#coi-banner-wrapper * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  text-align: left;
}

#coi-banner-wrapper h2 {
  font-size: 20px;
}

#coiOverlay {
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 99999999999;
  padding: 96px;
  box-sizing: border-box;
}

.coi-banner__wrapper {
  width: 800px;
  max-width: 100%;
  max-height: 100%;
  background: transparent;
  border-radius: 0px;
}

.coi-banner__wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 5px;
}

.coi-banner__wrapper::-webkit-scrollbar-track {
  background-color: none;
}

.coi-banner__wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.coi-banner__page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: block;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  background: #fff;
}

#coiConsentBannerCategoriesWrapper,
.coi-banner__summary,
.cookiedeclaration_wrapper {
  background: #FFF;
  color: #FFF;
}

.coi-banner__summary {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

#coiConsentBannerCategoriesWrapper, .coi-banner__cookiedeclaration, .coi-banner__privacycontrols, .coi-banner__summary, .cookiedeclaration_wrapper {
  color: #393939;
  width: 100%;
  padding: 40px 32px 0;
}

.coi-banner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.coi-banner__header img {
  max-width: 100%;
}

.coi-banner__header a {
  font-size: 12px !important;
  text-decoration: none !important;
}

.coi-banner__text {
  font-size: 16px;
  line-height: 20px;
}

.coi-banner__cookiedeclaration .coi-banner__maintext {
  white-space: normal !important;
}

.coi-banner__header .coi-banner__branding {
  font-size: 9px;
  color: #666;
}

.coi-banner__header .coi-banner__branding a {
  display: block;
  text-decoration: none !important;
  color: #555 !important;
  font-size: 10px;
  font-weight: bold;
}

.coi-banner__page-footer {
  background: #FFF;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 32px 40px;
  bottom: 0;
  z-index: 99999;
}

.coi-banner__page-footer button {
  margin: 0 8px;
}

.coi-banner__lastpage, .coi-banner__nextpage {
  border: solid 1px #e1e1e1;
}

.coi-consent-banner__decline-button {
  font-size: 14px;
  margin: 10px 0;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.coi-banner__accept {
  text-transform: none;
  background: #998242;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 1.3em;
  letter-spacing: 1px;
  background-color: #bfa96d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfa96d), color-stop(100%, #ab9454));
  background: -webkit-linear-gradient(top, #bfa96d 0%, #ab9454 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#bfa96d), to(#ab9454));
  background: linear-gradient(to bottom, #bfa96d 0%, #ab9454 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFBFA96D',endColorstr='#FFAB9454');
  border: solid 1px #ac9555;
  color: #fff;
  text-transform: none;
  text-shadow: 0.07692em 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.coi-banner__accept:hover {
  background: #998242;
  background-color: #cbba89;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbba89), color-stop(100%, #b39f65));
  background: -webkit-linear-gradient(top, #cbba89 0%, #b39f65 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cbba89), to(#b39f65));
  background: linear-gradient(to bottom, #cbba89 0%, #b39f65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFCBBA89',endColorstr='#FFB39F65');
  border: solid 1px #ac9555;
}

.coi-banner__accept:active {
  background-color: #b39851;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b39851), color-stop(100%, #9a854c));
  background: -webkit-linear-gradient(top, #b39851 0%, #9a854c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#b39851), to(#9a854c));
  background: linear-gradient(to bottom, #b39851 0%, #9a854c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFB39851',endColorstr='#FF9A854C');
  border: solid 1px #ac9555;
}

.coi-consent-banner__categories-wrapper {
  box-sizing: border-box;
  position: relative;
}

.coi-consent-banner__category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 24px  0;
}

.coi-consent-banner__category-container .coi-consent-banner__category-container-wrapper {
  margin: 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
}

.coi-consent-banner__category-container.active .coi-consent-banner__category-container-wrapper {
  border-bottom: 1px solid transparent;
}

.coi-consent-banner__category-container:last-child {
  margin-bottom: 0;
}

.coi-consent-banner__name-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coi-consent-banner__category-name {
  font-weight: 600;
  font-size: 14px;
  word-break: break-word;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.coi-consent-banner__no-cookies {
  margin: 0;
  font-size: 1em;
}

.coi-consent-banner__category-name span {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #393939 !important;
  margin-left: 24px;
}

.coi-consent-banner__category-expander:checked ~ .coi-consent-banner__name-container, .coi-consent-banner__category-name:hover {
  color: #998242;
}

.coi-consent-banner__category-expander {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.coi-consent-banner__category-expander:focus + .coi-consent-banner__name-container {
  outline: solid 1px #4D90FE;
}

.coi-consent-banner__switch-container {
  margin-left: 10px;
}

.coi-checkboxes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coi-checkboxes input {
  opacity: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.coi-checkboxes .checkbox-toggle {
  background: #F1F1F1;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  cursor: pointer;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
}

.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle {
  background: #F1F1F1;
  border: 1px solid #BFBFBF;
}

.coi-checkboxes input[type=checkbox]:checked + .checkbox-toggle:before {
  left: 26px;
  content: '';
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #393939;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.coi-consent-banner__description-container {
  max-height: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -ms-flex-item-align: end;
  align-self: flex-end;
  overflow: hidden;
}

.coi-consent-banner__category-expander:checked ~ .coi-consent-banner__description-container {
  max-height: 3000px;
  overflow: hidden;
}

.coi-consent-banner__description-container::-webkit-scrollbar-thumb {
  background-color: #ccc !important;
  border-radius: 5px;
}

.coi-consent-banner__description-container::-webkit-scrollbar-track {
  background-color: none;
}

.coi-consent-banner__description-container::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 2px;
  display: none;
}

.coi-consent-banner__category-description {
  padding: 16px 24px 16px 40px;
  background: 0 0;
  color: #393939;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.cookie-details__detail-container, .cookie-details__detail-container a {
  font-size: 13px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-details__detail-title {
  font-weight: 700;
  min-width: 150px;
  max-width: 150px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-right: 5px;
}

.cookie-details__detail-container-data-processor-name {
  font-size: 1em;
  font-weight: bold;
}

.cookie-details__detail-content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.coi-consent-banner__found-cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 24px;
}

.coi-consent-banner__cookie-details {
  color: #6f6f6f;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  line-height: 16px;
}

.coi-banner__toggle-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.coi-banner__policy {
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
  color: #393939;
}

#coi-banner__deselectAll, #coi-banner__selectAll {
  cursor: pointer;
  text-decoration: underline;
  margin: 5px 0;
  color: #393939;
  background: none;
  padding: 0 !important;
  border: none !important;
}

.coi-bottom-column {
  max-height: 100%;
  overflow-y: auto;
}

.top-column__bold-text {
  font-weight: 700;
  display: block;
  margin: 10px 0;
}

.ci-arrow {
  border: solid #ddd;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: 3px;
}

.coi-consent-banner__category-expander:checked ~ .coi-consent-banner__name-container .ci-arrow {
  -ms-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 5px;
}

@media only screen and (max-width: 540px) {
  .coi-consent-banner__cookie-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/** ANIMATIONS **/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-20px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.bounce {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.coi-checkboxes * {
  cursor: pointer;
}

button:focus {
  outline: none !important;
}

#coiPage-1 {
  display: block !important;
}

#coiPage-2 {
  position: relative;
  top: 16px;
  margin-bottom: 16px;
}

#coiPage-2 .coi-consent-banner__categories-wrapper {
  padding: 0;
}

#coiPage-3 {
  display: none !important;
}

.tb-cookie-policy-tab-header {
  padding: 21px 32px 0;
  background-color: #F1F1F1;
}

.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items {
  font-size: 16px;
  padding-bottom: 20px;
  cursor: pointer;
}

.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items.active {
  border-bottom: 2px solid #998242;
  color: #998242 !important;
  font-weight: bold;
}

.tb-cookie-policy-tab-header .tb-cookie-policy-tab-header-items:first-child {
  margin-right: 21px;
}

.tb-cookie-policy-minus {
  display: none;
}

#coi-banner-wrapper_label {
  padding-top: 16px;
}

.coi-consent-banner__category-name.active .tb-cookie-policy-minus {
  display: block;
}

.coi-consent-banner__category-name.active .tb-cookie-policy-plus {
  display: none;
}

.coi-consent-banner__category-container.active {
  background: #FAFAFA;
}

#tb-cookie-poicy-footer-tab-1, #tb-cookie-poicy-footer-tab-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#coi-banner-wrapper h2, #coi-banner-wrapper p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 32px;
}

#coi-banner-wrapper p {
  font-weight: normal;
}

.tb-cookie-policy-mobile-tabs {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #coiOverlay {
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #tb-cookie-poicy-footer-tab-2 {
    display: block;
  }
  #tb-cookie-poicy-footer-tab-2 button {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #tb-cookie-poicy-footer-tab-2 button:first-child {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  #coiOverlay {
    padding: 0px;
    background: #FFF;
  }
  #coiOverlay .tb-header-3 {
    font-size: 20px !important;
  }
  .coi-banner__page {
    box-shadow: none;
  }
  .coi-banner__page-footer {
    display: block;
    padding: 48px 16px 16px;
  }
  #coiConsentBannerCategoriesWrapper, .coi-banner__cookiedeclaration, .coi-banner__privacycontrols, .coi-banner__summary, .cookiedeclaration_wrapper {
    padding: 16px 16px 0;
  }
  button {
    width: 100%;
    text-align: center !important;
    margin: 0 !important;
    white-space: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  button:first-child {
    margin-bottom: 8px !important;
  }
  .tb-cookie-policy-tab-header {
    display: none !important;
  }
  .tb-cookie-policy-margin-1 {
    margin-bottom: 8px !important;
  }
  .tb-cookie-policy-mobile-tabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #998242 !important;
  }
  .tb-cookie-policy-mobile-tabs:last-child {
    margin-top: 2px;
  }
  .tb-cookie-policy-mobile-tabs a {
    font-weight: bold;
  }
  .tb-cookie-policy-mobile-tabs.active a {
    color: #393939 !important;
  }
  .coi-consent-banner__category-container {
    padding-right: 0;
    padding-left: 0;
  }
  .coi-consent-banner__category-container .coi-consent-banner__category-container-wrapper {
    margin-right: 16px;
    margin-left: 16px;
  }
  .tb-cookie-policy-tab-header {
    padding: 21px 40px 0;
    font-weight: bold;
  }
  #tb-cookie-policy-description-tab-2 {
    padding: 0px 24px;
  }
  #coiPage-2 {
    top: 24px;
  }
}


.tb-cta {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 8px 24px;
  border: none !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.tb-cta.tb-cta-button {
  /* background: #998242; */
  background: #002664;
  color: #FFFFFF !important;
  padding: 8px 24px;
  font-size: 16px;
  border-radius: unset !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-cta.tb-cta-button a {
  color: inherit !important;
  word-break: break-word;
}

.tb-cta.tb-cta-button a:hover {
  color: inherit !important;
}

.tb-cta.tb-cta-button a:hover:after {
  width: 0;
}

.tb-cta.tb-cta-button:hover {
  /* background: #393939 !important; */
  opacity: 0.8;
  color: #FFFFFF !important;
  cursor: pointer;
  text-decoration: none;
}

.tb-cta.tb-cta-button:focus {
  outline: none !important;
}

.tb-cta.tb-cta-button-secondary {
  background: #FFFFFF !important;
  color: #998242 !important;
  border: 1px solid #998242 !important;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 32px;
  border-radius: unset !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-cta.tb-cta-button-secondary a {
  color: inherit !important;
}

.tb-cta.tb-cta-button-secondary:hover {
  border: 1px solid #393939 !important;
  cursor: pointer;
  background: #FFFFFF !important;
  color: #393939 !important;
}

.tb-cta.tb-cta-button-secondary.tb-cta-sort {
  border: none !important;
  padding: 0;
  height: 28px;
}

.tb-cta.tb-cta-button-secondary.tb-cta-sort svg {
  margin-right: 8px;
}

.tb-cta.tb-cta-button-secondary.tb-cta-sort:hover svg path {
  fill: #393939 !important;
}

.tb-cta.tb-cta-button-secondary.tb-cta-sort[data-direction="Descending"] svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tb-cta.tb-cta-button-secondary-white {
  background: #FFFFFF !important;
  color: transparent !important;
  border: 1px solid #FFFFFF !important;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tb-cta.tb-cta-button-secondary-white a {
  color: inherit !important;
}

.tb-cta.tb-cta-button-secondary-white:hover {
  border: 1px solid #FFFFFF !important;
  cursor: pointer;
  background: #393939 !important;
  color: #FFFFFF !important;
}

.tb-cta:hover {
  background-position: 0 0;
}

.tb-cta:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.tb-cta.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.tb-cta a {
  background: transparent;
  text-decoration: none;
  font-size: initial;
}

.tb-cta-link a, .tb-cta-link-arrow a, .tb-link a, .tb-link-arrow a, .tb-cta-link-arrow-basic a {
  color: #998242;
  text-decoration: none;
  display: inline-block;
}

.tb-cta-link a:hover, .tb-cta-link-arrow a:hover, .tb-link a:hover, .tb-link-arrow a:hover, .tb-cta-link-arrow-basic a:hover {
  color: #998242 !important;
}

.tb-cta-link a:hover:after, .tb-cta-link-arrow a:hover:after, .tb-link a:hover:after, .tb-link-arrow a:hover:after, .tb-cta-link-arrow-basic a:hover:after {
  width: 100%;
}

.tb-cta-link a:after, .tb-cta-link-arrow a:after, .tb-link a:after, .tb-link-arrow a:after, .tb-cta-link-arrow-basic a:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #998242;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

.tb-cta-link-arrow a, .tb-link-arrow a, .tb-cta-link-arrow-basic a {
  background: url("../images/svg_icons/arrow-right-golden.svg");
  background-position: left 100% top 49%;
  background-repeat: no-repeat;
  padding-right: 16px;
}

.tb-cta-link-arrow a:hover:after, .tb-link-arrow a:hover:after, .tb-cta-link-arrow-basic a:hover:after {
  width: 110%;
}

.tb-close-golden {
  background-position: left 100% top 49% !important;
  background-repeat: no-repeat !important;
  padding-right: 24px;
  background: url("../images/svg_icons/close-icon-golden.svg");
}

.tb-close-white {
  background-position: left 100% top 49% !important;
  background-repeat: no-repeat !important;
  padding-right: 24px;
  color: #FFFFFF !important;
  background: url("../images/svg_icons/close-icon-white.svg");
}

.tb-cta-link-arrow-basic a {
  background: url("../images/svg_icons/arrow-right-white.svg") no-repeat;
  background-position: left 100% top 50%;
  color: #FFFFFF !important;
}

.tb-cta-link-arrow-basic a:hover {
  color: #FFFFFF !important;
}

.tb-cta-link-arrow-basic a:hover:after {
  width: 110%;
}

.tb-cta-link-arrow-basic a:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #FFFFFF !important;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

.tb-fixed-button-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
}

.tb-fixed-button-container .tb-cta.tb-cta-button {
  padding: 12px 9px;
}

@media only screen and (max-width: 1024px) {
  .tb-fixed-button-container {
    bottom: 16px;
    right: 16px;
  }
}

.tb-cta-button:focus {
  outline: none !important;
}

.component.CTA {
  margin: 16px 0;
}

@media only screen and (max-width: 1024px) {
  .component.CTA {
    margin: 12px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .component.CTA {
    margin: 8px 0;
  }
  .component.CTA .tb-cta.tb-cta-button {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .component.CTA {
    padding: 8px 8px !important;
  }
}

@media only screen and (max-width: 768px) {
  .component.CTA {
    padding: 8px 16px;
  }
}

a.tb-button-with-bold {
  background: #998242;
  color: #fff !important;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: unset !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: .5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a.tb-button-with-bold:after {
  display: none;
}

a.tb-button-with-bold:hover {
  background: #393939 !important;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
}


.default-slider {
    /* margin: auto; */
    --slide-height: 19rem;
    --slide-spacing: 1rem;
    --slide-size: 100%;
    position: relative;
    padding: 0px;
    flex:1;
	width: 100%;
  }
  .default-slider__viewport {
    overflow: hidden;
  }
  .default-slider__container {
    backface-visibility: hidden;
    display: flex;
    touch-action: pan-y pinch-zoom;
    /* margin-left: calc(var(--slide-spacing) * -1); */
  }
  .default-slider__slide {
     flex: 0 0 var(--slide-size); 
    min-width: 0;
    padding-left: var(--slide-spacing);
	/* margin-right: 8px; */
  }

  .default-slider__controls {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    margin: 1.8rem 0;
    position: relative;
    left: 90%;
  }
  .default-slider__buttons {
    display: flex;
    gap: 0.6rem;
  }

  .default-slider-button{
    width:fit-content;
    color:white !important;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 4px;
    border-radius:  4px;
    cursor: pointer;
    font-size:14px;
    font-weight:600;
    line-height:20px;
    text-decoration: none !important;
 }
 .default-slider-button:hover{
   opacity:0.8;
 }

  .default-slider__button {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    width: 3.6rem;
    height: 3.6rem;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .default-slider__button:disabled {
    color: rgb(192, 192, 192);
  }
  .default-slider__button__svg {
    width: 35%;
    height: 35%;
  }
  .card-wrap{
    display:flex;
    gap:24px;
    justify-content: space-between;
  }
  
  .card-wrap .card-content ul{
   font-size: 1em;
   line-height: 2;
   list-style: none;
   /* list-style-position: inside; */
   padding-left: 18px;
   padding-top: 16px;
   list-style-type: initial;
 } 
  
  .card-img{
    width:50%
  }
  .card-img img{
    width:100%;
    height:auto;
    border-radius: 8px;
  }
  .card-content{
    display: flex;
    flex-direction:column;
    gap:24px;
    width:50%
  }
  .card-content h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; 
  }
  .card-content p{
    color:  #000;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .card-content button{
    padding: 12px;
    border-radius: 4px;
    border:none;
    color:white;
    width:fit-content;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

@media only screen and (min-width:769px) {
	.card-content{
		padding-right: 8px;
	}
 .card-img{
	 padding-left: 12px;
 }
}
  @media only screen and (max-width:768px) {
    .card-wrap{
        flex-direction:column;
        padding:0px 15px
    }
    .card-img{
        width:100%
    }
    .card-content{
        width: 100%
    }
    .card-content h2{
        font-size:20px;
        line-height: 26px;
    }
    .card-content p{
        font-size:14px;
        line-height: 22px;
    }
    .default-slider__controls{
      position:absolute;
      left:auto;
      right:15px;
    }
    .card-content{
      margin-top:40px
    }
  }


.custom-slider {
  max-width: 100%;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%;
  --slide-spacing-sm: 1.6rem;
  --slide-size-sm: 50%;
  --slide-spacing-lg: 2rem;
  --slide-size-lg: calc(100% / 3);
  margin: 40px 0px;
}
.custom-slider__viewport {
  overflow: hidden;
  padding-right:3%
}
.custom-slider__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}
.product-and-solutions-card {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.product-and-solutions-card .card-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0px;
  margin-top: 14px;
}
.product-and-solutions-card .card-image {
  border-radius: 8px;
  width:100%;
  height:200px   /* Adjust the height of images in slider */
}
.custom-slider__slide a:hover{
  text-decoration:none
}
@media (min-width: 750px) {
  .custom-slider__container {
    margin-left: calc(var(--slide-spacing-sm) * -1);
  }
}
@media (min-width: 1200px) {
  .custom-slider__container {
    margin-left: calc(var(--slide-spacing-lg) * -1);
  }
}
.custom-slider__slide {
  min-width: 0;
  flex: 0 0 var(--slide-size);
  padding-left: var(--slide-spacing);
}
@media (min-width: 750px) {
  .custom-slider__slide {
    flex: 0 0 var(--slide-size-sm);
    padding-left: var(--slide-spacing-sm);
  }
}
@media (min-width: 1200px) {
  .custom-slider__slide {
    flex: 0 0 var(--slide-size-lg);
    padding-left: var(--slide-spacing-lg);
  }
}

.custom-slider__controls {
  display: flex;
  justify-content: end;
  gap: 1.2rem;
  margin: 1.8rem;
}
.custom-slider__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}
.custom-slider__button {
  -webkit-tap-highlight-color: rgba(49, 49, 49, 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem red;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-slider__button:disabled {
  color: rgb(192, 192, 192);
}

.custom-slider__progress {
  border-radius: 1.8rem;
  background-color: #e0e0e0;
  position: relative;
  height: 1px;
  justify-self: flex-end;
  align-self: center;
  width: 321px;
  max-width: 90%;
  overflow: hidden;
}
.custom-slider__progress__bar {
  background-color: #dc0d10;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
}
.custom-slider-sectionHeading {
  display: inline-block;
  width: 100%;
}
.custom-slider-heading-wrap{
  display:inline-block;
}
.custom-slider-sectionHeading__title {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px; 
  margin-bottom:16px
}
.custom-slider-sectionHeading__description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}
.custom-slider-sectionHeading .see-all-button{
  float: right;
}
.custom-slider-sectionHeading__button {
  background-color: transparent;
  outline: none;
    padding: 12px;    
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}
/* .custom-slider-sectionHeading__button:hover{
  color:white;
  background-color:#dc0d10
} */
@media screen and (max-width:500px) {
  .custom-slider-sectionHeading__title {
    font-size:32px;
    line-height:36px
  }
  .custom-slider-sectionHeading__description {
    font-size:14px
  }
  .custom-slider-heading-wrap{
    float:left
  }
  .custom-slider-sectionHeading .see-all-button{
    float:left;
    margin-top:16px;
    clear:both;
  }
  .custom-slider__button .custom-slider__button--prev{
    margin-bottom:0px !important
  }
  .custom-slider__buttons button:first-child{
    margin-bottom:0px !important
  }
  @media screen and (max-width:768px){
    .custom-slider{
      padding:15px;
    }
    .custom-slider-sectionHeading{
      padding:15px
    }
  } 
}

/* breakpoints */
.tb-datatable-wrapper .dataTables_scrollBody::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.tb-datatable-wrapper .technical-table-loader {
  display: none !important;
}

.tb-datatable-wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
  border: none !important;
}

.tb-datatable-wrapper .dataTables_scrollBody::-webkit-scrollbar-track {
  background: #FFF;
  border-radius: 0px;
}

.tb-datatable-wrapper .dataTables_scrollHead {
  border-left: 1px solid #DDD !important;
}

.tb-datatable-wrapper .dataTables_scrollHead td {
  border-bottom: 1px solid #DDD;
}

.tb-datatable-wrapper .dtfc-right-top-blocker {
  display: none !important;
}

.tb-datatable-wrapper .dataTables_scrollBody thead td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

table.tb-datatable.dataTable {
  border-collapse: separate;
  width: 100%;
  margin: 0 !important;
}

table.tb-datatable tr td,
table.tb-datatable tr th {
  border: 1px solid #DDD;
  border-left-width: 0;
  border-bottom-width: 0;
  padding: 16px;
  vertical-align: middle;
  font-size: 0.75em;
  line-height: 2;
  text-align: left;
}

table.tb-datatable thead td {
  background: #F1F1F1;
  font-weight: 700;
}

table.tb-datatable tr.odd td {
  background: #FFF;
}

table.tb-datatable td.dataTables_empty {
  font-size: 14px;
}

table.tb-datatable td.cell-rim span,
table.tb-datatable td.cell-sectionWidth span {
  display: block;
}

table.tb-datatable td.cell-rim span:first-child {
  font-weight: bold;
}

table.tb-datatable #tb-technical-details td.cell-liSs,
table.tb-datatable td.cell-tyreSize,
table.tb-datatable td.cell-tyreSizeAlt,
table.tb-datatable td.cell-tube,
table.tb-datatable td.cell-prPlyRating {
  white-space: nowrap;
}

table.tb-datatable td.cell-readmore a,
table.tb-datatable td.cell-downloadpdf a {
  color: #003064;
}

table.tb-datatable tbody tr:nth-of-type(odd),
table.tb-datatable tbody tr:nth-of-type(even) {
  background: none;
}

.dataTables_scrollBody table.tb-datatable .dtfc-fixed-left {
  background: #F9F9F9 !important;
  z-index: 9;
}

.tb-datatable-wrap .dataTables_scrollBody thead tr {
  border: none !important;
}

.tb-datatable-wrap .dataTables_scrollBody thead td {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

.tb-pressure-table-accordion-wrap {
  position: relative;
}

.tb-pressure-table-accordion-wrap .tb-table-container:after {
  display: none;
}

.tb-datatable-accordion {
  font-size: 100% !important;
}

.tb-datatable-accordion thead th {
  font-weight: bold;
  background: #F1F1F1;
}

.tb-datatable-accordion tbody td {
  background: #FFF;
}

.tb-datatable-accordion th.is-highlighted,
.tb-datatable-accordion td.is-highlighted {
  color: #FFF;
  background: #003064;
}

.tb-datatable td.dataTables_empty {
  padding: 30px;
}

.tb-datatable-loader {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  -webkit-animation: tb-loader-spin 2s linear infinite;
  animation: tb-loader-spin 2s linear infinite;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #003064;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  table.tb-datatable .dtfc-fixed-left {
    position: initial !important;
  }
}


/* breakpoints */
.divider hr {
  margin: 10px 0;
  border: 0;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d2d2d2;
}

.white-space-divider hr {
  border: none;
}


.tb-downlaodlist-container {
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
}

.tb-downlaodlist-container .tb-downlaodlist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 32px;
  color: #393939;
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
}
.tb-downloadlist-header .tb-sectionintro .field-downloadheadline {
  color: #002664;
}
.tb-downlaodlist-container .tb-downlaodlist-item:first-child {
  border-top: 1px solid #DDDDDD;
}

.tb-downlaodlist-container .tb-downlaodlist-item > :nth-child(1) {
  padding-left: 0;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-img {
  padding-left: 0;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-img img {
  width: 100%;
  height: auto;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-text .tb-downlaodlist-item-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  color: #002664;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-text p {
  margin-top: 16px;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn a {
  text-decoration: none;
  color: #998242;
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn a .tb-downlaodlist-icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn .tb-downlaodlist-section {
  text-align: left;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "select", "header", "link";
  -ms-grid-column-align: start;
  justify-items: start;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn .tb-downlaodlist-section .tb-downlaodlist-header {
  grid-area: "header";
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 8px;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn .tb-downlaodlist-section .tb-download-link {
  grid-area: "link";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 16px;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn .tb-downlaodlist-section .tb-downlaodlist-select {
  grid-area: "select";
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  border: none;
  background: #F1F1F1 url("../images/arrow-down.png");
  background-position: right 22px top 50%;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  min-width: 100%;
  background-size: 12px;
  display: block;
  padding: 8px 16px;
  font-size: 1em;
  line-height: 2;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn .tb-downlaodlist-section .tb-customised-select.select-selected {
  max-width: 100%;
}

.tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn .tb-downlaodlist-section select::-ms-expand {
  display: none;
}

.tb-downlaodlist-container svg.tb-open {
  margin-right: 6px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .tb-downlaodlist-container {
    margin: 12px 0;
  }
  .tb-downlaodlist-container .tb-downlaodlist-row {
    margin: 0 32px;
  }
  .tb-downlaodlist-container .tb-downlaodlist-row .tb-downlaodlist-btn {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .tb-downlaodlist-container {
    margin: 8px 0;
    padding: 0 16px;
  }
  .tb-downlaodlist-container .padding-0 {
    padding: 0 !important;
  }
  .tb-downlaodlist-container .tb-downlaodlist-item {
    padding: 16px 0;
  }
  .tb-downlaodlist-container .tb-downlaodlist-item .padding-0 {
    padding: 0;
  }
  .tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-text .tb-downlaodlist-item-header {
    font-weight: bold;
    padding: 0;
  }
  .tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn {
    padding-top: 16px !important;
    text-align: left;
  }
  .tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn .tb-downlaodlist-section .tb-downlaodlist-select {
    min-width: 190px;
  }
  .tb-downlaodlist-container .tb-downlaodlist-item .tb-downlaodlist-item-btn .tb-downlaodlist-section .tb-downlaodlist-select .tb-customised-select {
    width: 100%;
  }
  .tb-downloadlist-header .tb-downlaodlist-container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .row.column-splitter > .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tb-downlaodlist-container.tb-without-headline .tb-downlaodlist-item:nth-of-type(1) {
  padding-top: 0 !important;
  border-top: none !important;
}


@charset "UTF-8";
/* breakpoints */
.event-list li, .event-list li > .scLooseFrameZone {
  background: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #747474;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.event-list li:after, .event-list li > .scLooseFrameZone:after {
  content: "";
  display: table;
  clear: both;
}

.event-list {
  /* breakpoints */
  background: transparent;
}

.event-list .field-filetypeicon > a > span, .event-list .pdf, .event-list .xls, .event-list .xlsx, .event-list .pptx, .event-list .ppt, .event-list .docx, .event-list .doc, .event-list .bmp, .event-list .png, .event-list .jpg, .event-list .jpeg, .event-list .psd, .event-list .gif, .event-list .avi, .event-list .mp4, .event-list .wmv, .event-list .mov, .event-list .mp3, .event-list .wma, .event-list .txt, .event-list .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.event-list .field-filetypeicon > a > span:before, .event-list .pdf:before, .event-list .xls:before, .event-list .xlsx:before, .event-list .pptx:before, .event-list .ppt:before, .event-list .docx:before, .event-list .doc:before, .event-list .bmp:before, .event-list .png:before, .event-list .jpg:before, .event-list .jpeg:before, .event-list .psd:before, .event-list .gif:before, .event-list .avi:before, .event-list .mp4:before, .event-list .wmv:before, .event-list .mov:before, .event-list .mp3:before, .event-list .wma:before, .event-list .txt:before, .event-list .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-list .field-filetypeicon span:before {
  content: "";
}

.event-list .field-filetypeicon .pdf:before {
  content: "";
}

.event-list .field-filetypeicon .xlsx:before, .event-list .field-filetypeicon .xls:before {
  content: "";
}

.event-list .field-filetypeicon .pptx:before, .event-list .field-filetypeicon .ppt:before {
  content: "";
}

.event-list .field-filetypeicon .docx:before, .event-list .field-filetypeicon .doc:before {
  content: "";
}

.event-list .field-filetypeicon .bmp:before, .event-list .field-filetypeicon .png:before, .event-list .field-filetypeicon .jpg:before, .event-list .field-filetypeicon .jpeg:before, .event-list .field-filetypeicon .psd:before, .event-list .field-filetypeicon .gif:before, .event-list .field-filetypeicon .tif:before {
  content: "";
}

.event-list .field-filetypeicon .avi:before, .event-list .field-filetypeicon .mp4:before, .event-list .field-filetypeicon .wmv:before, .event-list .field-filetypeicon .mov:before, .event-list .field-filetypeicon .mpg:before, .event-list .field-filetypeicon .mkv:before, .event-list .field-filetypeicon .vp6:before, .event-list .field-filetypeicon .vid:before, .event-list .field-filetypeicon .rv:before, .event-list .field-filetypeicon .webm:before, .event-list .field-filetypeicon .swf:before, .event-list .field-filetypeicon .flv:before, .event-list .field-filetypeicon .m4v:before, .event-list .field-filetypeicon .h264:before, .event-list .field-filetypeicon .mk3d:before, .event-list .field-filetypeicon .gifv:before, .event-list .field-filetypeicon .oggv:before, .event-list .field-filetypeicon .movie:before, .event-list .field-filetypeicon .divx:before {
  content: "";
}

.event-list .field-filetypeicon .mp3:before, .event-list .field-filetypeicon .wma:before, .event-list .field-filetypeicon .wav:before, .event-list .field-filetypeicon .fla:before, .event-list .field-filetypeicon .flac:before, .event-list .field-filetypeicon .ra:before, .event-list .field-filetypeicon .rma:before, .event-list .field-filetypeicon .aif:before, .event-list .field-filetypeicon .aiff:before, .event-list .field-filetypeicon .aa:before, .event-list .field-filetypeicon .aac:before, .event-list .field-filetypeicon .mid:before, .event-list .field-filetypeicon .midi:before, .event-list .field-filetypeicon .aax:before, .event-list .field-filetypeicon .ac3:before, .event-list .field-filetypeicon .au:before, .event-list .field-filetypeicon .ogg:before, .event-list .field-filetypeicon .avr:before, .event-list .field-filetypeicon .m4a:before, .event-list .field-filetypeicon .mp4a:before, .event-list .field-filetypeicon .amz:before, .event-list .field-filetypeicon .mka:before, .event-list .field-filetypeicon .asx:before, .event-list .field-filetypeicon .pcm:before, .event-list .field-filetypeicon .m3u:before, .event-list .field-filetypeicon .xwma:before {
  content: "";
}

.event-list .field-filetypeicon .txt:before {
  content: "";
}

.event-list .field-filetypeicon .zip:before, .event-list .field-filetypeicon .zipx:before, .event-list .field-filetypeicon .rar:before, .event-list .field-filetypeicon .tar:before, .event-list .field-filetypeicon .gz:before, .event-list .field-filetypeicon .dmg:before, .event-list .field-filetypeicon .iso:before {
  content: "";
}

.event-list .field-filetypeicon .css:before, .event-list .field-filetypeicon .js:before, .event-list .field-filetypeicon .py:before, .event-list .field-filetypeicon .git:before, .event-list .field-filetypeicon .py:before, .event-list .field-filetypeicon .cpp:before, .event-list .field-filetypeicon .h:before, .event-list .field-filetypeicon .ini:before, .event-list .field-filetypeicon .config:before {
  content: "";
}

.event-list .field-filetypeicon .exe:before, .event-list .field-filetypeicon .jar:before, .event-list .field-filetypeicon .dll:before, .event-list .field-filetypeicon .bat:before, .event-list .field-filetypeicon .pl:before, .event-list .field-filetypeicon .scr:before, .event-list .field-filetypeicon .msi:before, .event-list .field-filetypeicon .app:before, .event-list .field-filetypeicon .deb:before, .event-list .field-filetypeicon .apk:before, .event-list .field-filetypeicon .jar:before, .event-list .field-filetypeicon .vb:before, .event-list .field-filetypeicon .prg:before, .event-list .field-filetypeicon .sh:before {
  content: "";
}

.event-list .field-filetypeicon .com:before, .event-list .field-filetypeicon .net:before, .event-list .field-filetypeicon .org:before, .event-list .field-filetypeicon .edu:before, .event-list .field-filetypeicon .gov:before, .event-list .field-filetypeicon .mil:before, .event-list .field-filetypeicon .html:before, .event-list .field-filetypeicon .htm:before, .event-list .field-filetypeicon .xhtml:before, .event-list .field-filetypeicon .jhtml:before, .event-list .field-filetypeicon .php:before, .event-list .field-filetypeicon .php3:before, .event-list .field-filetypeicon .php4:before, .event-list .field-filetypeicon .php5:before, .event-list .field-filetypeicon .phtmle:before, .event-list .field-filetypeicon .asp:before, .event-list .field-filetypeicon .aspx:before, .event-list .field-filetypeicon .cfm:before {
  content: "";
}

.event-list h1, .event-list h2, .event-list h3, .event-list h4, .event-list h5, .event-list h6 {
  color: #222;
}

.event-list h1, .event-list h2 {
  margin: 10px 0;
}

.event-list h3, .event-list h4, .event-list p {
  margin: 5px 0;
}

.event-list h5, .event-list h6 {
  margin: 5px 0 0;
}

.event-list strong {
  font-weight: 700;
}

.event-list ul, .event-list ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.event-list li {
  font-size: 13px;
  margin-left: 15px;
}

.event-list ul li {
  list-style: disc;
  list-style-position: inside;
}

.event-list ol li {
  list-style: decimal;
  list-style-position: inside;
}

.event-list a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.event-list a:hover {
  color: #878787;
}

.event-list table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.event-list table, .event-list table tr, .event-list table th, .event-list table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.event-list table tr, .event-list table th, .event-list table td {
  padding: 5px;
}

.event-list table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.event-list table tr {
  border: none;
}

.event-list table th, .event-list table td {
  border-width: 2px 0 0 2px;
}

.event-list table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.event-list table th:first-child {
  border-left: 0;
}

.event-list table td:first-child {
  border-left: 0;
}

.event-list h1, .event-list h2, .event-list h3, .event-list h4, .event-list h5, .event-list h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
}

.event-list ul {
  margin: 10px 0;
}

.event-list li {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  margin-left: 0;
  box-sizing: border-box;
  padding: 15px 15px 40px 15px;
  position: relative;
  margin: 10px 0;
}

.event-list li > .scLooseFrameZone > .scEmptyPlaceholder {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.event-list .event-list-time {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  min-width: 115px;
  max-width: 20%;
}

.event-list .event-list-time .scWebEditInput {
  display: inline;
}

.event-list .event-list-info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin: 0 15px;
  max-width: 75%;
}

.event-list .event-list-name {
  font-size: 16px;
  font-weight: bold;
}

.event-list .event-list-place,
.event-list .event-list-link {
  position: absolute;
  bottom: 5px;
  padding-left: 15px;
}

.event-list .event-list-place:before,
.event-list .event-list-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.event-list .event-list-place {
  left: 10px;
}

.event-list .event-list-place:before {
  content: "";
}

.event-list .event-list-link {
  right: 10px;
}

.event-list .event-list-link a {
  font-size: 1em;
  color: #747474;
}

.event-list .event-list-link a:hover {
  color: #878787;
  text-decoration: none;
  border-bottom: 1px solid #89C6CC;
}

.event-list .event-list-link:before {
  content: "";
}

.event-list .scWebEditInput {
  font-family: 'Libre Franklin', sans-serif;
}


.tb-eventlist-container {
  margin: 16px 0;
  width: 100%;
  max-width: 100%;
}

.tb-page-title-container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.75em !important;
}

.tb-eventlist-table-header {
  border-bottom: 1px solid #DDDDDD;
  padding: 24px 0;
}

.tb-eventlist-table-header > div:first-child {
  padding-left: 0;
}

.tb-eventlist-hide-place .tb-eventlist-place-header, .tb-eventlist-hide-place .tb-eventlist-accordion-place {
  display: none;
}

.tb-eventlist-hide-place .col-lg-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.accordion .tb-eventlist-accordion-content {
  padding: 0 0 24px 0;
}

.accordion .tb-eventlist-accordion-content .d-lg-flex.d-md-flex > div:first-child {
  padding-left: 40px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .accordion .tb-eventlist-accordion-content .tb-eventlist-content-img-container img {
    height: auto !important;
  }
}

.accordion .tb-eventlist-accordion-toggle-header {
  border: 0 !important;
  padding: 24px 0 !important;
  background: url("../images/svg_icons/accordion-plus.svg") no-repeat 0 32px;
}

.accordion .active .tb-eventlist-accordion-toggle-header {
  background: url("../images/svg_icons/accordion-minus.svg") no-repeat 0 40px;
}

.accordion .tb-eventlist-content-img-container img {
  width: 100% !important;
  height: initial !important;
}

.accordion .tb-eventlist-content-img-container, .accordion .tb-eventlist-content-date {
  padding-left: 40px;
}

.accordion .tb-eventlist-content-img-container, .accordion .tb-eventlist-content-date span {
  pointer-events: none;
  text-decoration: none;
}

.accordion .tb-eventlist-accordion-item {
  border-bottom: 1px solid #DDDDDD !important;
}

.accordion .tb-eventlist-accordion-item .field-eventexternallink {
  padding: 0 0 16px 0;
}

.accordion .tb-eventlist-header-label {
  padding: 0px !important;
}

.accordion .tb-eventlist-component {
  padding: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-eventlist-container {
    margin: 12px 0;
  }
  .tb-page-title-container {
    font-size: 1.5em !important;
    line-height: 1.33 !important;
  }
  .tb-eventlist-container {
    max-width: 100%;
    padding: 12px 0;
  }
  .tb-eventlist-container.tb-without-headline {
    padding: 0;
  }
  .tb-eventlist-hide-place .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media only screen and (max-width: 767px) {
  .tb-eventlist-container {
    margin: 8px 0;
    padding: 8px 8px;
    max-width: 100%;
  }
  .tb-eventlist-container.tb-without-headline {
    padding: 0 8px;
  }
  .tb-eventlist-container .tb-page-title-container {
    font-size: 1.5em !important;
    line-height: 1.33 !important;
    padding-bottom: 16px;
  }
  .tb-eventlist-container .accordion .tb-eventlist-accordion-content {
    padding: 0 0 24px 0;
  }
  .tb-eventlist-container .accordion .tb-eventlist-content-date, .tb-eventlist-container .accordion .tb-eventlist-accordion-title, .tb-eventlist-container .accordion .tb-eventlist-accordion-place, .tb-eventlist-container .accordion .tb-eventlist-content-img-container, .tb-eventlist-container .accordion .tb-eventlist-accordion-content-description {
    padding-left: 32px !important;
  }
  .tb-eventlist-container .accordion .tb-eventlist-content-date {
    background-position: left center !important;
  }
  .tb-eventlist-container .accordion .tb-eventlist-accordion-content {
    padding-bottom: 16px;
  }
  .tb-eventlist-container .accordion .tb-eventlist-accordion-toggle-header {
    padding: 16px 0 !important;
    background: url(../images/svg_icons/accordion-plus.svg) no-repeat 0 24px;
  }
  .tb-eventlist-container .accordion .active .tb-eventlist-accordion-toggle-header {
    background: url(../images/svg_icons/accordion-minus.svg) no-repeat 0 32px;
  }
  .tb-eventlist-container .accordion .tb-eventlist-accordion-title, .tb-eventlist-container .accordion .tb-eventlist-accordion-place {
    padding-top: 16px;
  }
  .tb-eventlist-accordion-item .field-eventimage {
    padding-bottom: 16px;
  }
  .tb-eventlist-accordion-item .field-eventexternallink {
    padding-top: 0px;
  }
}

.on-page-editor .tb-eventlist-accordion-content {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
}

.on-page-editor .tb-eventlist-accordion-toggle-header {
  background: url("../images/svg_icons/accordion-minus.svg") no-repeat 0 40px !important;
}

.tb-eventlist-container.tb-without-headline .tb-page-title-container {
  display: none;
}

.tb-eventlist-container.tb-without-headline .tb-eventlist-table-header {
  padding-top: 0 !important;
}


.facebook-comments .fb-comments {
  width: 100%;
}

.facebook-comments .fb-comments > span {
  text-align: justify !important;
  width: 100% !important;
}

.facebook-comments .fb-comments > span > iframe {
  width: 100% !important;
}


/* breakpoints */
.feed {
  background: transparent;
}

.feed h1, .feed h2, .feed h3, .feed h4, .feed h5, .feed h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
}

.feed .feed-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  padding: 10px 10px 10px 0px;
  margin-left: 10px;
  background: transparent;
}

.feed .feed-title a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.feed .feed-datetime {
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
}

.feed .feed-author {
  font-size: 11px;
  font-size: 1.1rem;
  float: right;
}

.feed .feed-description {
  font-size: 13px;
  font-size: 1.3rem;
  box-sizing: border-box;
  margin: 5px;
  overflow: hidden;
  clear: both;
}

.feed .feed-description img {
  margin: 0 4px;
}

/* breakpoints */
.feed.feed-grid .feed-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  width: 32%;
  margin: 0 1% 10px 0;
  padding: 20px;
}

@media only screen and (max-width: 639px) {
  .feed.feed-grid .feed-item {
    width: 100%;
  }
}


/* breakpoints */
.field-editor {
  background: transparent;
  overflow: hidden;
}

.field-editor .field-table {
  width: 100%;
  border-collapse: collapse;
}

.field-editor .field-table table {
  word-wrap: break-word;
  table-layout: fixed;
}

.field-editor .field-table tbody {
  border: none;
  background: none;
}

.field-editor .field-table tbody tr {
  background: none;
}

.field-editor .field-table th {
  color: #000;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
}

.field-editor .field-table td {
  color: #747474;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
}

.field-editor.position-right .field-table td {
  text-align: right;
}

.field-editor.position-center .field-table td {
  text-align: center;
}


@charset "UTF-8";
/* breakpoints */
.file-list {
  background: transparent;
  /* breakpoints */
}

.file-list h1, .file-list h2, .file-list h3, .file-list h4, .file-list h5, .file-list h6 {
  color: #747474;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.file-list li {
  margin: 0 20px 5px 0;
}

.file-list li * {
  color: #747474;
}

.file-list .list-item {
  background: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
}

.file-list .list-item a:hover {
  color: #878787;
}

.file-list .list-item > .scEnabledChrome {
  width: 100%;
}

.file-list .list-item > .scEnabledChrome .scEmptyPlaceholder {
  width: 100%;
  margin-left: 0;
}

.file-list .list-item > *, .file-list .list-item > .scEnabledChrome > * {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 5px;
}

.file-list .list-item .field-filetypeicon > a {
  display: block;
}

.file-list .list-item .field-filetypeicon span {
  display: block;
  height: 17px;
}

.file-list .list-item .field-filetypeicon span:before {
  font-size: 18px;
}

.file-list .field-linktext, .file-list .field-description, .file-list .field-customimage, .file-list .field-size {
  color: #747474;
  font-size: #747474;
}

.file-list .field-linktext a {
  text-decoration: none;
}

.file-list .field-filetypeicon > a > span, .file-list .pdf, .file-list .xls, .file-list .xlsx, .file-list .pptx, .file-list .ppt, .file-list .docx, .file-list .doc, .file-list .bmp, .file-list .png, .file-list .jpg, .file-list .jpeg, .file-list .psd, .file-list .gif, .file-list .avi, .file-list .mp4, .file-list .wmv, .file-list .mov, .file-list .mp3, .file-list .wma, .file-list .txt, .file-list .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.file-list .field-filetypeicon > a > span:before, .file-list .pdf:before, .file-list .xls:before, .file-list .xlsx:before, .file-list .pptx:before, .file-list .ppt:before, .file-list .docx:before, .file-list .doc:before, .file-list .bmp:before, .file-list .png:before, .file-list .jpg:before, .file-list .jpeg:before, .file-list .psd:before, .file-list .gif:before, .file-list .avi:before, .file-list .mp4:before, .file-list .wmv:before, .file-list .mov:before, .file-list .mp3:before, .file-list .wma:before, .file-list .txt:before, .file-list .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.file-list .field-filetypeicon span:before {
  content: "";
}

.file-list .field-filetypeicon .pdf:before {
  content: "";
}

.file-list .field-filetypeicon .xlsx:before, .file-list .field-filetypeicon .xls:before {
  content: "";
}

.file-list .field-filetypeicon .pptx:before, .file-list .field-filetypeicon .ppt:before {
  content: "";
}

.file-list .field-filetypeicon .docx:before, .file-list .field-filetypeicon .doc:before {
  content: "";
}

.file-list .field-filetypeicon .bmp:before, .file-list .field-filetypeicon .png:before, .file-list .field-filetypeicon .jpg:before, .file-list .field-filetypeicon .jpeg:before, .file-list .field-filetypeicon .psd:before, .file-list .field-filetypeicon .gif:before, .file-list .field-filetypeicon .tif:before {
  content: "";
}

.file-list .field-filetypeicon .avi:before, .file-list .field-filetypeicon .mp4:before, .file-list .field-filetypeicon .wmv:before, .file-list .field-filetypeicon .mov:before, .file-list .field-filetypeicon .mpg:before, .file-list .field-filetypeicon .mkv:before, .file-list .field-filetypeicon .vp6:before, .file-list .field-filetypeicon .vid:before, .file-list .field-filetypeicon .rv:before, .file-list .field-filetypeicon .webm:before, .file-list .field-filetypeicon .swf:before, .file-list .field-filetypeicon .flv:before, .file-list .field-filetypeicon .m4v:before, .file-list .field-filetypeicon .h264:before, .file-list .field-filetypeicon .mk3d:before, .file-list .field-filetypeicon .gifv:before, .file-list .field-filetypeicon .oggv:before, .file-list .field-filetypeicon .movie:before, .file-list .field-filetypeicon .divx:before {
  content: "";
}

.file-list .field-filetypeicon .mp3:before, .file-list .field-filetypeicon .wma:before, .file-list .field-filetypeicon .wav:before, .file-list .field-filetypeicon .fla:before, .file-list .field-filetypeicon .flac:before, .file-list .field-filetypeicon .ra:before, .file-list .field-filetypeicon .rma:before, .file-list .field-filetypeicon .aif:before, .file-list .field-filetypeicon .aiff:before, .file-list .field-filetypeicon .aa:before, .file-list .field-filetypeicon .aac:before, .file-list .field-filetypeicon .mid:before, .file-list .field-filetypeicon .midi:before, .file-list .field-filetypeicon .aax:before, .file-list .field-filetypeicon .ac3:before, .file-list .field-filetypeicon .au:before, .file-list .field-filetypeicon .ogg:before, .file-list .field-filetypeicon .avr:before, .file-list .field-filetypeicon .m4a:before, .file-list .field-filetypeicon .mp4a:before, .file-list .field-filetypeicon .amz:before, .file-list .field-filetypeicon .mka:before, .file-list .field-filetypeicon .asx:before, .file-list .field-filetypeicon .pcm:before, .file-list .field-filetypeicon .m3u:before, .file-list .field-filetypeicon .xwma:before {
  content: "";
}

.file-list .field-filetypeicon .txt:before {
  content: "";
}

.file-list .field-filetypeicon .zip:before, .file-list .field-filetypeicon .zipx:before, .file-list .field-filetypeicon .rar:before, .file-list .field-filetypeicon .tar:before, .file-list .field-filetypeicon .gz:before, .file-list .field-filetypeicon .dmg:before, .file-list .field-filetypeicon .iso:before {
  content: "";
}

.file-list .field-filetypeicon .css:before, .file-list .field-filetypeicon .js:before, .file-list .field-filetypeicon .py:before, .file-list .field-filetypeicon .git:before, .file-list .field-filetypeicon .py:before, .file-list .field-filetypeicon .cpp:before, .file-list .field-filetypeicon .h:before, .file-list .field-filetypeicon .ini:before, .file-list .field-filetypeicon .config:before {
  content: "";
}

.file-list .field-filetypeicon .exe:before, .file-list .field-filetypeicon .jar:before, .file-list .field-filetypeicon .dll:before, .file-list .field-filetypeicon .bat:before, .file-list .field-filetypeicon .pl:before, .file-list .field-filetypeicon .scr:before, .file-list .field-filetypeicon .msi:before, .file-list .field-filetypeicon .app:before, .file-list .field-filetypeicon .deb:before, .file-list .field-filetypeicon .apk:before, .file-list .field-filetypeicon .jar:before, .file-list .field-filetypeicon .vb:before, .file-list .field-filetypeicon .prg:before, .file-list .field-filetypeicon .sh:before {
  content: "";
}

.file-list .field-filetypeicon .com:before, .file-list .field-filetypeicon .net:before, .file-list .field-filetypeicon .org:before, .file-list .field-filetypeicon .edu:before, .file-list .field-filetypeicon .gov:before, .file-list .field-filetypeicon .mil:before, .file-list .field-filetypeicon .html:before, .file-list .field-filetypeicon .htm:before, .file-list .field-filetypeicon .xhtml:before, .file-list .field-filetypeicon .jhtml:before, .file-list .field-filetypeicon .php:before, .file-list .field-filetypeicon .php3:before, .file-list .field-filetypeicon .php4:before, .file-list .field-filetypeicon .php5:before, .file-list .field-filetypeicon .phtmle:before, .file-list .field-filetypeicon .asp:before, .file-list .field-filetypeicon .aspx:before, .file-list .field-filetypeicon .cfm:before {
  content: "";
}

.file-list.file-list-images .file-list-items li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 30%;
}

.file-list.file-list-files .component-content > ul > li,
.file-list.file-list-files .component-content > ul li > .scLooseFrameZone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.file-list.file-list-files li {
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}

.file-list.file-list-files li:last-child {
  padding-bottom: 0;
}

.file-list.file-list-files .field-filetypeicon {
  width: 3%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  min-width: 23px;
}

.file-list.file-list-files .field-filetypeicon span:before {
  font-size: 20px;
}

.file-list.file-list-files .field-title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
  width: 50%;
}

.file-list.file-list-files .field-updated {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 45%;
  text-align: right;
}

.file-list.file-list-files .field-linktext {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
  font-weight: 600;
}

/* breakpoints */
.file-list.file-list-horizontal .component-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}

.file-list.file-list-horizontal .component-content > ul > li {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.file-list.file-list-horizontal li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
}

.file-list.file-list-horizontal li .field-filetypeicon span {
  height: 25px;
  width: 100%;
}

.file-list.file-list-horizontal li .field-filetypeicon span:before {
  font-size: 24px !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.file-list.file-list-horizontal .list-item > *, .file-list.file-list-horizontal .list-item > .scEnabledChrome > * {
  display: block;
  text-align: center;
}


.flash .flash-replaced embed {
  min-height: 200px;
}


/* breakpoints */
.flip {
  background: transparent;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.flip h2 {
  margin-bottom: 5px;
}

.flip .Side1, .flip .Side0, .flip .Side0_EDIT, .flip .Side1_EDIT {
  background: #FFFFFF;
  width: 96%;
  padding: 2%;
}

.flip .Side1:after, .flip .Side0:after, .flip .Side0_EDIT:after, .flip .Side1_EDIT:after {
  content: "";
  display: table;
  clear: both;
}

.flip .Side1_EDIT {
  margin-top: 5px;
}

.flip .flipsides {
  position: relative;
  word-wrap: break-word;
}

.flip .Side1, .flip .Side0 {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.flip .Side1 .slide-heading:after, .flip .Side1 .slide-content:after, .flip .Side0 .slide-heading:after, .flip .Side0 .slide-content:after {
  content: "";
  display: table;
  clear: both;
}

.flip .Side1 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: slide0hide 1s ease-in 1s forwards;
  animation: slide0hide 1s ease-in 1s forwards;
}

.flip.active .Side0 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: slide0hide 1s ease-in 1s forwards;
  animation: slide0hide 1s ease-in 1s forwards;
}

.flip.active .Side1 {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-animation: slide1show 0s ease-in 1s forwards;
  animation: slide1show 0s ease-in 1s forwards;
}

.flip.flip-fade .Side0, .flip.flip-fade .Side1 {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.flip.flip-fade .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.flip.flip-fade.active .Side0 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.flip.flip-fade.active .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

.flip.flip-slide-top .Side0, .flip.flip-slide-top .Side1 {
  -webkit-transition-property: height, visibility, padding-top;
  transition-property: height, visibility, padding-top;
  -webkit-transition-duration: 1s, 1s, 1s;
  transition-duration: 1s, 1s, 1s;
  -webkit-transition-timing-function: linear, linear, linear;
  transition-timing-function: linear, linear, linear;
  box-sizing: border-box;
}

.flip.flip-slide-top .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  overflow: hidden;
  height: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.flip.flip-slide-top .Side1 .slide-heading {
  margin-top: 16px;
}

.flip.flip-slide-top.active .Side0 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip.flip-slide-top.active .Side1 {
  height: 100%;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  visibility: visible;
  padding-top: 0;
  padding-bottom: 10px;
}

.flip.flip-vertical .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.flip.flip-vertical.active .Side0 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.flip.flip-vertical.active .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.no-csstransforms3d .flip .Side1 {
  display: none;
}

.no-csstransforms3d .flip.active .Side0 {
  display: none;
}

.no-csstransforms3d .flip.active .Side1 {
  display: block;
}

.on-page-editor .flipsides {
  height: auto;
}

.on-page-editor .flipsides .Side0, .on-page-editor .flipsides .Side1 {
  margin-bottom: 10px;
}

@-webkit-keyframes slide0hide {
  to {
    visibility: hidden;
  }
}

@keyframes slide0hide {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes slide1show {
  to {
    visibility: visible;
  }
}

@keyframes slide1show {
  to {
    visibility: visible;
  }
}


.tb-page-heading {
  font-size: 3em;
  line-height: 48px;
  color: #489E8A;
  padding-top: 60px;
  padding-bottom: 32px;
}

.property-value {
  border-right: 1px solid #489E8A;
  padding: 20px 10px;
}

.property-value span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

/* hero with opacity font scss start*/
.tb-hero-light {
  font-size: 3em;
  line-height: 0.6;
  opacity: 0.8;
}

.tb-hero-light-small {
  font-size: 2.25em;
  line-height: 0.67;
  opacity: 0.8;
}

/* hero without opacity font scss start*/
.tb-hero {
  font-size: 3em;
  line-height: 1;
}

.tb-hero-small {
  font-size: 2.25em;
  line-height: 1;
}

/* header font scss start*/
.tb-header-1 {
  font-size: 2.25em;
  line-height: 1.22;
}

.tb-header-2 {
  font-size: 1.75em;
  line-height: 1.3;
}

.tb-header-3 {
  font-size: 1.5em;
  line-height: 1.33;
}

.tb-header-4 {
  font-size: 1.25em;
  line-height: 1.4;
}

/* header font scss end*/
/* paragraph/body font scss start*/
.tb-body {
  font-size: 1em;
  line-height: 2;
}

.tb-small {
  font-size: 0.75em;
  line-height: 2;
}

.tb-smaller {
  font-size: 0.625em;
  line-height: 1.6;
}

/* paragraph/body font scss end*/
.tb-text-capitalize {
  text-transform: capitalize;
}

.tb-text-uppercase {
  text-transform: uppercase;
}

.tb-text-lowercase {
  text-transform: lowercase;
}

/* paragraph/body font weight scss end*/
.tb-font-900 {
  font-weight: 900;
}

.tb-font-bold {
  font-weight: bold;
}

.tb-font-500 {
  font-weight: 500;
}

/* paragraph/body text alignment scss end*/
.tb-text-align-left {
  text-align: left;
}

.tb-text-align-right {
  text-align: right;
}

.tb-text-align-justify {
  text-align: justify;
}

.tb-text-align-center {
  text-align: center;
}

.tb-text-decoration {
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  .tb-header-md-1 {
    font-size: 2.25em !important;
    line-height: 1.22 !important;
  }
  .tb-header-md-2 {
    font-size: 1.75em !important;
    line-height: 1.3 !important;
  }
  .tb-header-md-3 {
    font-size: 1.5em !important;
    line-height: 1.33 !important;
  }
  .tb-header-md-4 {
    font-size: 1.25em !important;
    line-height: 1.4 !important;
  }
  .tb-body-md {
    font-size: 1em;
    line-height: 2;
  }
  .tb-small-md {
    font-size: 0.75em;
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  .tb-header-sm-1 {
    font-size: 2.25em !important;
    line-height: 1.22 !important;
  }
  .tb-header-sm-2 {
    font-size: 1.75em !important;
    line-height: 1.3 !important;
  }
  .tb-header-sm-3 {
    font-size: 1.5em !important;
    line-height: 1.33 !important;
  }
  .tb-header-sm-4 {
    font-size: 1.25em !important;
    line-height: 1.4 !important;
  }
  .tb-body-sm {
    font-size: 1em;
    line-height: 2;
  }
  .tb-small-sm {
    font-size: 0.75em;
    line-height: 2;
  }
}

.tb-hero-light, .tb-hero-light-small, .tb-hero, .tb-hero-small, .tb-header-1, .tb-header-2, .tb-header-3, .tb-header-4, .tb-body, .tb-small, .tb-smaller {
  overflow-wrap: break-word;
}


.tb-footer-container {
  margin-top: 16px;
  color: #393939;
  width: 100%;
  max-width: 100%;
}

.tb-footer-container .d-none {
  display: none;
}

.tb-footer-container .tb-footer-row {
  border-top: 1px solid #DDDDDD;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-footer-container .tb-footer-row .tb-footer-address-section {
  padding: 0;
}

.tb-footer-container .tb-footer-row .tb-footer-address-section .tb-footer-address-header {
  font-weight: bold;
  margin-bottom: 16px;
}

.tb-footer-container .tb-footer-row .tb-footer-address-section .tb-footer-address {
  max-width: 195px;
}

.tb-footer-container .tb-footer-row .tb-footer-address-section .tb-footer-copyright {
  margin-top: 24px;
}

.tb-footer-container .tb-footer-row .tb-footer-social-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tb-footer-container .tb-footer-row .tb-footer-social-container .tb-footer-social-header {
  font-weight: bold;
  margin-bottom: 16px;
}

.tb-footer-container .tb-footer-row .tb-footer-social-container .tb-footer-social-channels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
}

.tb-footer-container .tb-footer-row .tb-footer-social-container .tb-footer-social-channels .tb-footer-social {
  display: inline;
  margin-right: 8px;
  cursor: pointer;
}

.tb-footer-container .tb-footer-row .tb-footer-social-container .tb-footer-social-channels .tb-footer-social:last-child {
  margin-right: 0px;
}

.tb-footer-container .tb-footer-row .tb-footer-social-container .tb-footer-social-links {
  padding: 24px;
  background: #F1F1F1;
  text-align: left;
  min-width: 232px;
}

.tb-footer-container .tb-footer-row .tb-footer-social-container .tb-footer-social-links .tb-footer-links-header .tb-footer-links-title {
  font-weight: bold;
  display: inline-block;
}

.tb-footer-container .tb-footer-row .tb-footer-social-container .tb-footer-social-links .tb-footer-links-header .tb-footer-close-btn {
  float: right;
  padding: 1px;
}

.tb-footer-container .tb-footer-row .tb-footer-social-container .tb-footer-social-links .tb-footer-links-body {
  margin-top: 8px;
}

.tb-footer-container .tb-footer-policy {
  border-top: 1px solid #DDDDDD;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tb-footer-container .tb-footer-policy .tb-inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tb-footer-container .tb-footer-policy .tb-inline-list li {
  padding-right: 8px;
}

.tb-footer-container .tb-footer-policy .tb-inline-list li:before {
  content: "\2022";
  color: #998242;
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
  margin-top: -2px;
  vertical-align: middle;
}

.tb-footer-container .tb-footer-policy .tb-inline-list li:first-child::before {
  display: none;
}

.tb-footer-container .tb-footer-policy .tb-inline-list li a {
  text-decoration: none;
  color: #998242;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-footer-container {
    margin-top: 12px;
  }
  .tb-footer-container .tb-footer-row {
    padding: 16px 0;
  }
  .tb-footer-container .tb-footer-policy {
    padding-bottom: 16px;
  }
  .tb-footer-container .tb-footer-policy ul {
    margin: 0;
  }
  .tb-footer-container .tb-footer-social-header {
    margin-bottom: 0 !important;
  }
  .tb-footer-container .tb-footer-social {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-footer-container {
    margin-top: 8px;
    padding: 0 8px;
  }
  .tb-footer-container .tb-footer-policy {
    padding: 16px 0px;
    margin: 0;
  }
  .tb-footer-container .tb-footer-policy .tb-inline-list {
    display: block;
    list-style: none;
  }
  .tb-footer-container .tb-footer-policy .tb-inline-list li {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 24px;
  }
  .tb-footer-container .tb-footer-policy .tb-inline-list li:before {
    content: '' !important;
  }
  .tb-footer-container .tb-footer-row {
    padding: 16px 0;
  }
  .tb-footer-container .tb-footer-row .tb-footer-social-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 32px;
  }
  .tb-footer-container .tb-footer-social-header {
    margin-bottom: 0 !important;
  }
  .tb-footer-container .tb-footer-social {
    margin-top: 16px;
  }
  .tb-footer-container .tb-footer-social-channels {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

/* breakpoints */
.form {
  margin: 10px 0;
  font-size: 14px;
  overflow: hidden;
}

.form table {
  width: 100%;
}

.form .scfSectionContent > div {
  margin: 5px 0 0 0;
  padding: 0;
}

.form .scfSectionContent > div ~ div {
  margin: 0;
}

.form .scfSectionContent > div > label, .form .scfSectionContent > div > div {
  width: 100%;
  display: block;
  padding: 0;
}

.form .has-feedback:after {
  content: "";
  display: table;
  clear: both;
}

.form .scfRequired {
  display: none !important;
}

.form fieldset {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  padding: 15px;
  margin: 10px 0;
  position: relative;
}

.form fieldset legend {
  font-weight: 700;
  padding: 0 5px;
  font-size: 16px;
  position: absolute;
  top: -33px;
  background: #fff;
  left: 0;
}

.form .scfSectionContent > div {
  box-sizing: border-box;
  margin: 15px 0;
  border: 1px dashed gray;
  padding: 10px;
  position: relative;
}

.form .scfSectionContent > div:after {
  clear: both;
  content: "";
  display: block;
}

.form .scfSectionContent > div:hover [class$="GeneralPanel"] > [class$="UsefulInfo"] {
  opacity: 1;
}

.form .scfSectionContent > div select, .form .scfSectionContent > div input {
  margin-left: 5px;
}

.form .scfSectionContent [class$="UsefulInfo"] {
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
  box-sizing: border-box;
  opacity: 0;
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  left: 0px;
  top: -15px;
  padding: 4px 8px;
  max-width: 98%;
  width: auto;
  background-color: #F5F5F5;
  color: #808080;
}

.form input, .form select, .form textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  padding: 2px 4px;
  max-width: 98%;
}

.form .scfCaptcha input[type="text"] {
  margin: 0;
}

.form .scfCaptchaLimitGeneralPanel, .form .scfCaptchStrongTextPanel {
  max-width: 100%;
  width: auto;
}

.form .scfCaptchaLabel {
  display: none;
}

.form .scfSectionContent .scfCaptchaGeneralPanel embed {
  max-width: 180px;
}

.form input[type="image"] {
  border: none;
}

.form input[type="submit"], .form button {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  background: #FFFFFF;
  cursor: pointer;
  margin-left: 0;
}

.form input[type="text"], .form input[type="password"], .form textarea, .form input[type="file"] {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  width: 95%;
  padding: 2px;
}

.form input[type="text"] + span, .form input[type="password"] + span, .form textarea + span, .form input[type="file"] + span {
  display: inline-block;
  vertical-align: middle;
}

.form input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form input[type="radio"] {
  position: absolute;
}

.form input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
}

.form input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 16px;
  height: 15px;
  background: image-url("radiobox.png");
}

.form input[type="radio"]:checked + label:after {
  background-position: -16px 0;
}

.form input[type="radio"] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 20px;
  margin-left: 5px;
  position: relative;
}

.form select {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  max-height: 30px;
  position: relative;
  text-indent: 2px;
}

.form .scfListBox {
  background: none;
  max-height: none;
}

.form .scfDateSelectorDay, .form .scfDateSelectorMonth, .form .scfDateSelectorYear {
  width: 30%;
}

.form.hints-below .scfSectionContent [class$="UsefulInfo"] {
  position: static;
  opacity: 1;
  max-width: 100%;
  width: 100%;
  margin: 5px 0 0 5px;
}

.form.labels-above label {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
}

.form.labels-above .scfEmailGeneralPanel, .form.labels-above .scfMultipleLineGeneralPanel, .form.labels-above .scfSingleLineGeneralPanel, .form.labels-above .scfPasswordGeneralPanel, .form.labels-above .scfNumberGeneralPanel, .form.labels-above .scfDatePickerGeneralPanel, .form.labels-above .scfListBoxGeneralPanel, .form.labels-above .scfDropListGeneralPanel, .form.labels-above .scfDateGeneralPanel, .form.labels-above .scfRadioButtonListGeneralPanel, .form.labels-above .scfCheckBoxListGeneralPanel, .form.labels-above .scfFileUploadGeneralPanel, .form.labels-above .scfDateSelectorGeneralPanel, .form.labels-above .scfCreditCardGeneralPanel, .form.labels-above .scfConfirmPasswordGeneralPanel, .form.labels-above .scfCaptchaGeneralPanel, .form.labels-above .scfTelephoneGeneralPanel, .form.labels-above .scfSmsTelephoneGeneralPanel {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 93%;
}

.form.labels-above .scfSectionContent .scfRequired {
  margin: 0 5px;
}

.form.labels-above .scfMultipleLineGeneralPanel {
  width: 95%;
}

.form.labels-above .scfMultipleLineTextBox {
  margin: 0 0 0 5px;
}


.tb_temp_class_customform-label{
    display: block;
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #393939;
}
.tb_temp_class_customform-input{
    background: #f1f1f1;
    box-shadow: none;
    border: 0;
    margin-bottom: 16px;
    width: 100%;
    padding: 8px 16px;
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #393939;
    border-bottom: 2px solid transparent;
}
.tb_temp_class_customform-input:active, .tb_temp_class_customform-input:focus{
    border-bottom: 2px solid #393939;
}

@charset "UTF-8";
/* breakpoints */
.event-calendar {
  /* breakpoints */
  background: #FFFFFF;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  border-bottom: none !important;
}

.event-calendar .field-filetypeicon > a > span, .event-calendar .pdf, .event-calendar .xls, .event-calendar .xlsx, .event-calendar .pptx, .event-calendar .ppt, .event-calendar .docx, .event-calendar .doc, .event-calendar .bmp, .event-calendar .png, .event-calendar .jpg, .event-calendar .jpeg, .event-calendar .psd, .event-calendar .gif, .event-calendar .avi, .event-calendar .mp4, .event-calendar .wmv, .event-calendar .mov, .event-calendar .mp3, .event-calendar .wma, .event-calendar .txt, .event-calendar .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.event-calendar .field-filetypeicon > a > span:before, .event-calendar .pdf:before, .event-calendar .xls:before, .event-calendar .xlsx:before, .event-calendar .pptx:before, .event-calendar .ppt:before, .event-calendar .docx:before, .event-calendar .doc:before, .event-calendar .bmp:before, .event-calendar .png:before, .event-calendar .jpg:before, .event-calendar .jpeg:before, .event-calendar .psd:before, .event-calendar .gif:before, .event-calendar .avi:before, .event-calendar .mp4:before, .event-calendar .wmv:before, .event-calendar .mov:before, .event-calendar .mp3:before, .event-calendar .wma:before, .event-calendar .txt:before, .event-calendar .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-calendar .field-filetypeicon span:before {
  content: "";
}

.event-calendar .field-filetypeicon .pdf:before {
  content: "";
}

.event-calendar .field-filetypeicon .xlsx:before, .event-calendar .field-filetypeicon .xls:before {
  content: "";
}

.event-calendar .field-filetypeicon .pptx:before, .event-calendar .field-filetypeicon .ppt:before {
  content: "";
}

.event-calendar .field-filetypeicon .docx:before, .event-calendar .field-filetypeicon .doc:before {
  content: "";
}

.event-calendar .field-filetypeicon .bmp:before, .event-calendar .field-filetypeicon .png:before, .event-calendar .field-filetypeicon .jpg:before, .event-calendar .field-filetypeicon .jpeg:before, .event-calendar .field-filetypeicon .psd:before, .event-calendar .field-filetypeicon .gif:before, .event-calendar .field-filetypeicon .tif:before {
  content: "";
}

.event-calendar .field-filetypeicon .avi:before, .event-calendar .field-filetypeicon .mp4:before, .event-calendar .field-filetypeicon .wmv:before, .event-calendar .field-filetypeicon .mov:before, .event-calendar .field-filetypeicon .mpg:before, .event-calendar .field-filetypeicon .mkv:before, .event-calendar .field-filetypeicon .vp6:before, .event-calendar .field-filetypeicon .vid:before, .event-calendar .field-filetypeicon .rv:before, .event-calendar .field-filetypeicon .webm:before, .event-calendar .field-filetypeicon .swf:before, .event-calendar .field-filetypeicon .flv:before, .event-calendar .field-filetypeicon .m4v:before, .event-calendar .field-filetypeicon .h264:before, .event-calendar .field-filetypeicon .mk3d:before, .event-calendar .field-filetypeicon .gifv:before, .event-calendar .field-filetypeicon .oggv:before, .event-calendar .field-filetypeicon .movie:before, .event-calendar .field-filetypeicon .divx:before {
  content: "";
}

.event-calendar .field-filetypeicon .mp3:before, .event-calendar .field-filetypeicon .wma:before, .event-calendar .field-filetypeicon .wav:before, .event-calendar .field-filetypeicon .fla:before, .event-calendar .field-filetypeicon .flac:before, .event-calendar .field-filetypeicon .ra:before, .event-calendar .field-filetypeicon .rma:before, .event-calendar .field-filetypeicon .aif:before, .event-calendar .field-filetypeicon .aiff:before, .event-calendar .field-filetypeicon .aa:before, .event-calendar .field-filetypeicon .aac:before, .event-calendar .field-filetypeicon .mid:before, .event-calendar .field-filetypeicon .midi:before, .event-calendar .field-filetypeicon .aax:before, .event-calendar .field-filetypeicon .ac3:before, .event-calendar .field-filetypeicon .au:before, .event-calendar .field-filetypeicon .ogg:before, .event-calendar .field-filetypeicon .avr:before, .event-calendar .field-filetypeicon .m4a:before, .event-calendar .field-filetypeicon .mp4a:before, .event-calendar .field-filetypeicon .amz:before, .event-calendar .field-filetypeicon .mka:before, .event-calendar .field-filetypeicon .asx:before, .event-calendar .field-filetypeicon .pcm:before, .event-calendar .field-filetypeicon .m3u:before, .event-calendar .field-filetypeicon .xwma:before {
  content: "";
}

.event-calendar .field-filetypeicon .txt:before {
  content: "";
}

.event-calendar .field-filetypeicon .zip:before, .event-calendar .field-filetypeicon .zipx:before, .event-calendar .field-filetypeicon .rar:before, .event-calendar .field-filetypeicon .tar:before, .event-calendar .field-filetypeicon .gz:before, .event-calendar .field-filetypeicon .dmg:before, .event-calendar .field-filetypeicon .iso:before {
  content: "";
}

.event-calendar .field-filetypeicon .css:before, .event-calendar .field-filetypeicon .js:before, .event-calendar .field-filetypeicon .py:before, .event-calendar .field-filetypeicon .git:before, .event-calendar .field-filetypeicon .py:before, .event-calendar .field-filetypeicon .cpp:before, .event-calendar .field-filetypeicon .h:before, .event-calendar .field-filetypeicon .ini:before, .event-calendar .field-filetypeicon .config:before {
  content: "";
}

.event-calendar .field-filetypeicon .exe:before, .event-calendar .field-filetypeicon .jar:before, .event-calendar .field-filetypeicon .dll:before, .event-calendar .field-filetypeicon .bat:before, .event-calendar .field-filetypeicon .pl:before, .event-calendar .field-filetypeicon .scr:before, .event-calendar .field-filetypeicon .msi:before, .event-calendar .field-filetypeicon .app:before, .event-calendar .field-filetypeicon .deb:before, .event-calendar .field-filetypeicon .apk:before, .event-calendar .field-filetypeicon .jar:before, .event-calendar .field-filetypeicon .vb:before, .event-calendar .field-filetypeicon .prg:before, .event-calendar .field-filetypeicon .sh:before {
  content: "";
}

.event-calendar .field-filetypeicon .com:before, .event-calendar .field-filetypeicon .net:before, .event-calendar .field-filetypeicon .org:before, .event-calendar .field-filetypeicon .edu:before, .event-calendar .field-filetypeicon .gov:before, .event-calendar .field-filetypeicon .mil:before, .event-calendar .field-filetypeicon .html:before, .event-calendar .field-filetypeicon .htm:before, .event-calendar .field-filetypeicon .xhtml:before, .event-calendar .field-filetypeicon .jhtml:before, .event-calendar .field-filetypeicon .php:before, .event-calendar .field-filetypeicon .php3:before, .event-calendar .field-filetypeicon .php4:before, .event-calendar .field-filetypeicon .php5:before, .event-calendar .field-filetypeicon .phtmle:before, .event-calendar .field-filetypeicon .asp:before, .event-calendar .field-filetypeicon .aspx:before, .event-calendar .field-filetypeicon .cfm:before {
  content: "";
}

.event-calendar h1, .event-calendar h2, .event-calendar h3, .event-calendar h4, .event-calendar h5, .event-calendar h6 {
  color: #222;
}

.event-calendar h1, .event-calendar h2 {
  margin: 10px 0;
}

.event-calendar h3, .event-calendar h4, .event-calendar p {
  margin: 5px 0;
}

.event-calendar h5, .event-calendar h6 {
  margin: 5px 0 0;
}

.event-calendar strong {
  font-weight: 700;
}

.event-calendar ul, .event-calendar ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.event-calendar li {
  font-size: 13px;
  margin-left: 15px;
}

.event-calendar ul li {
  list-style: disc;
  list-style-position: inside;
}

.event-calendar ol li {
  list-style: decimal;
  list-style-position: inside;
}

.event-calendar a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.event-calendar a:hover {
  color: #878787;
}

.event-calendar table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.event-calendar table, .event-calendar table tr, .event-calendar table th, .event-calendar table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.event-calendar table tr, .event-calendar table th, .event-calendar table td {
  padding: 5px;
}

.event-calendar table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.event-calendar table tr {
  border: none;
}

.event-calendar table th, .event-calendar table td {
  border-width: 2px 0 0 2px;
}

.event-calendar table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.event-calendar table th:first-child {
  border-left: 0;
}

.event-calendar table td:first-child {
  border-left: 0;
}

.event-calendar .fc-day-grid-event:hover {
  color: #fff;
}

.event-calendar .fc-content-skeleton td {
  padding: 0 !important;
}

.event-calendar .fc-bg > table {
  height: 100% !important;
}

.event-calendar .fc-day-header {
  background: #cccccc;
}

.event-calendar th, .event-calendar td {
  border-width: 1px 0 0 1px !important;
}

.event-calendar table {
  border: 1px solid #d2d2d2;
}

.event-calendar table, .event-calendar table tr, .event-calendar table th, .event-calendar table td {
  background: transparent;
}

.event-calendar .fc-event-container a {
  color: #fff;
  text-decoration: none;
}

.calendar-tooltip {
  /* breakpoints */
}

.calendar-tooltip .field-filetypeicon > a > span, .calendar-tooltip .pdf, .calendar-tooltip .xls, .calendar-tooltip .xlsx, .calendar-tooltip .pptx, .calendar-tooltip .ppt, .calendar-tooltip .docx, .calendar-tooltip .doc, .calendar-tooltip .bmp, .calendar-tooltip .png, .calendar-tooltip .jpg, .calendar-tooltip .jpeg, .calendar-tooltip .psd, .calendar-tooltip .gif, .calendar-tooltip .avi, .calendar-tooltip .mp4, .calendar-tooltip .wmv, .calendar-tooltip .mov, .calendar-tooltip .mp3, .calendar-tooltip .wma, .calendar-tooltip .txt, .calendar-tooltip .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.calendar-tooltip .field-filetypeicon > a > span:before, .calendar-tooltip .pdf:before, .calendar-tooltip .xls:before, .calendar-tooltip .xlsx:before, .calendar-tooltip .pptx:before, .calendar-tooltip .ppt:before, .calendar-tooltip .docx:before, .calendar-tooltip .doc:before, .calendar-tooltip .bmp:before, .calendar-tooltip .png:before, .calendar-tooltip .jpg:before, .calendar-tooltip .jpeg:before, .calendar-tooltip .psd:before, .calendar-tooltip .gif:before, .calendar-tooltip .avi:before, .calendar-tooltip .mp4:before, .calendar-tooltip .wmv:before, .calendar-tooltip .mov:before, .calendar-tooltip .mp3:before, .calendar-tooltip .wma:before, .calendar-tooltip .txt:before, .calendar-tooltip .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.calendar-tooltip .field-filetypeicon span:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .pdf:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .xlsx:before, .calendar-tooltip .field-filetypeicon .xls:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .pptx:before, .calendar-tooltip .field-filetypeicon .ppt:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .docx:before, .calendar-tooltip .field-filetypeicon .doc:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .bmp:before, .calendar-tooltip .field-filetypeicon .png:before, .calendar-tooltip .field-filetypeicon .jpg:before, .calendar-tooltip .field-filetypeicon .jpeg:before, .calendar-tooltip .field-filetypeicon .psd:before, .calendar-tooltip .field-filetypeicon .gif:before, .calendar-tooltip .field-filetypeicon .tif:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .avi:before, .calendar-tooltip .field-filetypeicon .mp4:before, .calendar-tooltip .field-filetypeicon .wmv:before, .calendar-tooltip .field-filetypeicon .mov:before, .calendar-tooltip .field-filetypeicon .mpg:before, .calendar-tooltip .field-filetypeicon .mkv:before, .calendar-tooltip .field-filetypeicon .vp6:before, .calendar-tooltip .field-filetypeicon .vid:before, .calendar-tooltip .field-filetypeicon .rv:before, .calendar-tooltip .field-filetypeicon .webm:before, .calendar-tooltip .field-filetypeicon .swf:before, .calendar-tooltip .field-filetypeicon .flv:before, .calendar-tooltip .field-filetypeicon .m4v:before, .calendar-tooltip .field-filetypeicon .h264:before, .calendar-tooltip .field-filetypeicon .mk3d:before, .calendar-tooltip .field-filetypeicon .gifv:before, .calendar-tooltip .field-filetypeicon .oggv:before, .calendar-tooltip .field-filetypeicon .movie:before, .calendar-tooltip .field-filetypeicon .divx:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .mp3:before, .calendar-tooltip .field-filetypeicon .wma:before, .calendar-tooltip .field-filetypeicon .wav:before, .calendar-tooltip .field-filetypeicon .fla:before, .calendar-tooltip .field-filetypeicon .flac:before, .calendar-tooltip .field-filetypeicon .ra:before, .calendar-tooltip .field-filetypeicon .rma:before, .calendar-tooltip .field-filetypeicon .aif:before, .calendar-tooltip .field-filetypeicon .aiff:before, .calendar-tooltip .field-filetypeicon .aa:before, .calendar-tooltip .field-filetypeicon .aac:before, .calendar-tooltip .field-filetypeicon .mid:before, .calendar-tooltip .field-filetypeicon .midi:before, .calendar-tooltip .field-filetypeicon .aax:before, .calendar-tooltip .field-filetypeicon .ac3:before, .calendar-tooltip .field-filetypeicon .au:before, .calendar-tooltip .field-filetypeicon .ogg:before, .calendar-tooltip .field-filetypeicon .avr:before, .calendar-tooltip .field-filetypeicon .m4a:before, .calendar-tooltip .field-filetypeicon .mp4a:before, .calendar-tooltip .field-filetypeicon .amz:before, .calendar-tooltip .field-filetypeicon .mka:before, .calendar-tooltip .field-filetypeicon .asx:before, .calendar-tooltip .field-filetypeicon .pcm:before, .calendar-tooltip .field-filetypeicon .m3u:before, .calendar-tooltip .field-filetypeicon .xwma:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .txt:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .zip:before, .calendar-tooltip .field-filetypeicon .zipx:before, .calendar-tooltip .field-filetypeicon .rar:before, .calendar-tooltip .field-filetypeicon .tar:before, .calendar-tooltip .field-filetypeicon .gz:before, .calendar-tooltip .field-filetypeicon .dmg:before, .calendar-tooltip .field-filetypeicon .iso:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .css:before, .calendar-tooltip .field-filetypeicon .js:before, .calendar-tooltip .field-filetypeicon .py:before, .calendar-tooltip .field-filetypeicon .git:before, .calendar-tooltip .field-filetypeicon .py:before, .calendar-tooltip .field-filetypeicon .cpp:before, .calendar-tooltip .field-filetypeicon .h:before, .calendar-tooltip .field-filetypeicon .ini:before, .calendar-tooltip .field-filetypeicon .config:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .exe:before, .calendar-tooltip .field-filetypeicon .jar:before, .calendar-tooltip .field-filetypeicon .dll:before, .calendar-tooltip .field-filetypeicon .bat:before, .calendar-tooltip .field-filetypeicon .pl:before, .calendar-tooltip .field-filetypeicon .scr:before, .calendar-tooltip .field-filetypeicon .msi:before, .calendar-tooltip .field-filetypeicon .app:before, .calendar-tooltip .field-filetypeicon .deb:before, .calendar-tooltip .field-filetypeicon .apk:before, .calendar-tooltip .field-filetypeicon .jar:before, .calendar-tooltip .field-filetypeicon .vb:before, .calendar-tooltip .field-filetypeicon .prg:before, .calendar-tooltip .field-filetypeicon .sh:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .com:before, .calendar-tooltip .field-filetypeicon .net:before, .calendar-tooltip .field-filetypeicon .org:before, .calendar-tooltip .field-filetypeicon .edu:before, .calendar-tooltip .field-filetypeicon .gov:before, .calendar-tooltip .field-filetypeicon .mil:before, .calendar-tooltip .field-filetypeicon .html:before, .calendar-tooltip .field-filetypeicon .htm:before, .calendar-tooltip .field-filetypeicon .xhtml:before, .calendar-tooltip .field-filetypeicon .jhtml:before, .calendar-tooltip .field-filetypeicon .php:before, .calendar-tooltip .field-filetypeicon .php3:before, .calendar-tooltip .field-filetypeicon .php4:before, .calendar-tooltip .field-filetypeicon .php5:before, .calendar-tooltip .field-filetypeicon .phtmle:before, .calendar-tooltip .field-filetypeicon .asp:before, .calendar-tooltip .field-filetypeicon .aspx:before, .calendar-tooltip .field-filetypeicon .cfm:before {
  content: "";
}

.calendar-tooltip h1, .calendar-tooltip h2, .calendar-tooltip h3, .calendar-tooltip h4, .calendar-tooltip h5, .calendar-tooltip h6 {
  color: #222;
}

.calendar-tooltip h1, .calendar-tooltip h2 {
  margin: 10px 0;
}

.calendar-tooltip h3, .calendar-tooltip h4, .calendar-tooltip p {
  margin: 5px 0;
}

.calendar-tooltip h5, .calendar-tooltip h6 {
  margin: 5px 0 0;
}

.calendar-tooltip strong {
  font-weight: 700;
}

.calendar-tooltip ul, .calendar-tooltip ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.calendar-tooltip li {
  font-size: 13px;
  margin-left: 15px;
}

.calendar-tooltip ul li {
  list-style: disc;
  list-style-position: inside;
}

.calendar-tooltip ol li {
  list-style: decimal;
  list-style-position: inside;
}

.calendar-tooltip a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.calendar-tooltip a:hover {
  color: #878787;
}

.calendar-tooltip table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.calendar-tooltip table, .calendar-tooltip table tr, .calendar-tooltip table th, .calendar-tooltip table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.calendar-tooltip table tr, .calendar-tooltip table th, .calendar-tooltip table td {
  padding: 5px;
}

.calendar-tooltip table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.calendar-tooltip table tr {
  border: none;
}

.calendar-tooltip table th, .calendar-tooltip table td {
  border-width: 2px 0 0 2px;
}

.calendar-tooltip table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.calendar-tooltip table th:first-child {
  border-left: 0;
}

.calendar-tooltip table td:first-child {
  border-left: 0;
}


.full-video-component-container-tb{
	position: relative;
    overflow: hidden;
    /* padding-top: 65%; */
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    height: 100%;
	aspect-ratio: 19/9;
}
.full-video-component-container h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 16px;
}
.full-video-container p {
  font-family: "Libre Franklin";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.full-video-component-container video {
  width: calc(100vw - 5px);
  margin-left: -50vw;
  position: relative;
  object-fit:cover;
  left: 50%;
  margin-top: 40px;
  height: 997px;
}
.full-video-component-container-tb iframe {
    position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
@media screen and (max-width: 560px) {
  .full-video-component-container {
    padding: 0 15px;
  }
  .full-video-component-container h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .full-video-component-container p {
    font-size: 14px;
    line-height: 22px;
  }
  .full-video-component-container video {
    margin-top: 24px;
    height:496px
  }
  .full-video-component-container iframe {
    position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
 .full-video-component-container-tb iframe {
    position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
    }
}
/* @media screen and (max-width: 768px) and (min-width: 600px) { */
 /* .full-video-component-container-tb { */
    	/* padding-top: 78%; */
    /* } */
/* } */


@charset "UTF-8";
/* breakpoints */
.on-page-editor .gallery-inner img {
  max-width: 100%;
}

.gallery .galleria-container {
  background: transparent;
}

.gallery #galleria-loader {
  height: 1px !important;
}

.gallery .galleria-thumbnails .galleria-image img {
  border: none;
}

.gallery .galleria-counter {
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
}

.gallery .galleria-loader {
  top: 50%;
  left: 50%;
}

.gallery .galleria-info-text {
  background-color: #FFFFFF;
  border: 1px solid #d2d2d2;
}

.gallery .galleria-info-title {
  color: #747474;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Libre Franklin', sans-serif;
}

.gallery .galleria-info-description {
  font-size: 12px;
  font-style: italic;
  font-family: 'Libre Franklin', sans-serif;
  color: #747474;
}

.gallery .galleria-info-close {
  width: 13px;
  height: 12px;
}

.gallery .galleria-info-close:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
}

.gallery .galleria-info-link {
  color: #747474;
  background: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

.gallery .galleria-info-link:before {
  content: "";
}

.gallery .galleria-image-nav {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  height: 30px;
}

.gallery .galleria-image-nav-left, .gallery .galleria-image-nav-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 14px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  color: #747474;
}

.gallery .galleria-image-nav-left:before {
  content: "";
}

.gallery .galleria-image-nav-left:hover {
  color: #fff;
}

.gallery .galleria-image-nav-right:before {
  content: "";
}

.gallery .galleria-image-nav-right:hover {
  color: #fff;
}

.gallery .galleria-thumb-nav-left, .gallery .galleria-thumb-nav-right {
  top: 15px;
  height: 7px;
  width: 5px;
}

.gallery .galleria-thumbnails {
  margin: 0 auto;
}

.gallery .galleria-thumb-nav-right {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 10px;
}

.gallery .galleria-thumb-nav-right:before {
  content: "";
  font-size: 13px;
  color: #747474;
  display: block;
}

.gallery .galleria-thumb-nav-left {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: auto;
  left: 10px;
}

.gallery .galleria-thumb-nav-left:before {
  content: "";
  font-size: 13px;
  color: #747474;
  display: block;
}

.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.no-margin .galleria-stage {
  left: 0;
  right: 0;
}


.tb-genericmediaelement-container {
  overflow: hidden;
  background: #F1F1F1;
  margin: 16px 0;
}

.tb-genericmediaelement-container .tb-genericmediaelement-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.tb-genericmediaelement-container .tb-genericmediaelement-img {
  line-height: 0;
}

.tb-genericmediaelement-container .tb-genericmediaelement-img img {
  width: 100%;
  height: 100%;
}

.tb-genericmediaelement-container .tb-genericmediaelement-des-section {
  padding: 40px 32px;
  background: #F1F1F1;
}

.tb-genericmediaelement-container .tb-genericmediaelement-des-section .tb-genericmediaelement-heading {
  margin-bottom: 16px;
  /* color: #002664; */
}
.tb-genericmediaelement-para strong
{
  color: #002664;
}
.tb-genericmediaelement-container .tb-genericmediaelement-des-section .tb-genericmediaelement-link {
  margin-top: 16px;
}

.tb-genericmediaelement-container .tb-genericmediaelement-des-section .tb-genericmediaelement-link a {
  text-decoration: none;
  color: #998242;
}

.tb-genericmediaelement-container .tb-genericmediaelement-des-section span {
  display: inline;
}

.tb-genericmediaelement-container.tb-genericmediaelement-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-genericmediaelement-container.tb-genericmediaelement-overlay .tb-genericmediaelement-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.tb-genericmediaelement-container.tb-genericmediaelement-overlay .tb-genericmediaelement-des-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.tb-genericmediaelement-container.tb-genericmediaelement-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap:not(.right) .tb-showbulletpoints ul li {
  text-indent: 5px;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img {
  width: 50%;
  float: left;
  margin-right: 24px;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img-right {
  float: right !important;
  margin-left: 24px;
  margin-right: 0;
  width: 50%;
}

.tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img-right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-genericmediaelement-container a.tb-gme-anchor {
  /* color: #393939 !important; */
  text-decoration: none !important;
}

.equalized-content .tb-genericmediaelement-des-section {
  padding-bottom: 0;
}

.tb-genericmediaelement-border .tb-genericmediaelement-section:first-child {
  overflow: hidden;
  border: 1px solid #BFBFBF;
}

.tb-genericmediaelement-border .tb-genericmediaelement-section:first-child .tb-genericmediaelement-img {
  overflow: hidden;
}

.tb-genericmediaelement-border .tb-genericmediaelement-img-right .tb-genericmediaelement-section:first-child {
  border: none;
}

.tb-genericmediaelement-border .tb-genericmediaelement-img-right .tb-genericmediaelement-section:last-child {
  overflow: hidden;
  border: 1px solid #BFBFBF;
}

.tb-genericmediaelement-border .tb-genericmediaelement-img-right .tb-genericmediaelement-section:last-child .tb-genericmediaelement-img {
  overflow: hidden;
}

.tb-genericmediaelement-container.tb-row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1024px) {
  .tb-genericmediaelement-container {
    margin: 12px 0;
  }
  .tb-genericmediaelement-container .tb-genericmediaelement-des-section {
    padding: 32px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-genericmediaelement-container {
    margin: 8px 8px;
  }
  .tb-genericmediaelement-container .tb-genericmediaelement-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-genericmediaelement-container .tb-genericmediaelement-des-section {
    padding: 16px;
  }
  .tb-genericmediaelement-container .tb-genericmediaelement-des-section .tb-genericmediaelement-header-wrapper {
    height: auto !important;
  }
  .tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img {
    float: none;
    width: 100%;
  }
  .tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img img {
    width: 100%;
  }
  .tb-genericmediaelement-container.tb-genericmediaelement-textwrap .tb-genericmediaelement-wrap-img-right {
    float: none !important;
    width: 100%;
    margin: 0;
  }
  .tb-genericmediaelement-container:not(.gme-variant-only-img) {
    min-height: auto !important;
  }
  .tb-genericmediaelement-img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tb-genericmediaelement-container.tb-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .row.component.column-splitter .col-1, .row.component.column-splitter .col-2, .row.component.column-splitter .col-3, .row.component.column-splitter .col-4, .row.component.column-splitter .col-5, .row.component.column-splitter .col-6, .row.component.column-splitter .col-7, .row.component.column-splitter .col-8, .row.component.column-splitter .col-9, .row.component.column-splitter .col-10, .row.component.column-splitter .col-11, .row.component.column-splitter .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tb-img-scale-bottom .tb-genericmediaelement-img, .tb-img-scale-left .tb-genericmediaelement-img, .tb-img-scale-top .tb-genericmediaelement-img, .tb-img-scale-right .tb-genericmediaelement-img, .tb-img-scale-center .tb-genericmediaelement-img {
  height: 100%;
}

.tb-img-scale-bottom .tb-genericmediaelement-img img, .tb-img-scale-left .tb-genericmediaelement-img img, .tb-img-scale-top .tb-genericmediaelement-img img, .tb-img-scale-right .tb-genericmediaelement-img img, .tb-img-scale-center .tb-genericmediaelement-img img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.generic-media-element.tb-img-scale-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.generic-media-element.tb-img-scale-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}


.tb-glanimation-container {
  position: relative;
  text-align: center;
  margin: 16px 0;
  padding: 0 8px;
}

.tb-glanimation__img {
  background: #393939;
  cursor: pointer;
}

.tb-glanimation__img img {
  max-width: 100%;
  opacity: 60%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-glanimation__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tb-glanimation__btn a {
  color: #FFFFFF !important;
}

.tb-glanimation__btn svg, .tb-glanimation__btn img {
  width: 164px;
  height: 164px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  cursor: pointer;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .tb-glanimation-container {
    margin: 12px 0;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-glanimation-container {
    margin: 8px 0;
    padding: 0 16px;
  }
  .tb-glanimation-container .tb-glanimation__btn svg, .tb-glanimation-container .tb-glanimation__btn img {
    width: 104px;
    height: 104px;
  }
}

.tb-gl-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-gl-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-gl-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #f8f8f8;
  margin-bottom: 10rem;
  -webkit-animation: 1s glspin ease-in-out infinite;
  animation: 1s glspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  margin: auto;
}

@-webkit-keyframes glspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes glspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.tb-herobanner-container {
  width: 100%;
  margin: 16px 0;
}

.tb-herobanner-container .tb-herobanner-title {
  display: block;
  padding-bottom: 32px;
  margin: 0;
  font-weight: 900;
}

.tb-herobanner-container .tb-herobanner-subheader {
  display: block;
}

.tb-herobanner-container .tb-herobanner-description {
  display: block;
  font-size: 16px;
  line-height: 28px;
}

.tb-herobanner-container .tb-herobanner-description ul {
  font-size: 1em;
  line-height: 2;
  list-style: none;
  list-style-position: inside;
  padding-left: 1px;
  padding-top: 16px;
}

.tb-herobanner-container .tb-herobanner-description ul li {
  position: relative;
  margin-bottom: 8px;
  margin-left: 12px;
}

.tb-herobanner-container .tb-herobanner-description ul li::before {
  position: absolute;
  content: " ";
  background: #998242;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 14px;
  left: -12px;
}

.tb-herobanner-container .tb-herobanner-description ul li:last-child {
  margin-bottom: 0;
}

.tb-herobanner-container .tb-herobanner-content-container {
  width: 50%;
  background-color: #F1F1F1;
  max-height: 28em;
}
.tb-herobanner-container .tb-herobanner-image-container{
  width:50%;
  background-color:transparent;
  max-height: 28em;
}

.tb-herobanner-container img {
  width: 100%;
  height: 28em;
  -o-object-fit: cover;
  object-fit: cover;
  position:relative;
  z-index:-1
}

.tb-herobanner-container .tb-herobanner-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tb-herobanner-container .tb-herobanner-content-container .tb-herobanner-title-desktop {
  padding-bottom: 32px;
  font-size: 48px;
  margin: 0;
  display: table;
}

.tb-herobanner-container .tb-cta-button {
  margin-top: 32px;
}

.tb-herobanner-wrapped-title, .tb-herobanner-wrapped-title-subheader {
  font-size: 1em;
  line-height: 2;
}

.tb-herobanner-wrapped-title .tb-herobanner-title, .tb-herobanner-wrapped-title-subheader .tb-herobanner-title {
  color: rgba(57, 57, 57, 0.8);
  margin-left: 32px !important;
  text-indent: -32px;
  line-height: 0.64 !important;
  overflow: visible;
  display: block;
}

.tb-herobanner-wrapped-title .tb-herobanner-title-mobile, .tb-herobanner-wrapped-title .tb-herobanner-title-tablet, .tb-herobanner-wrapped-title-subheader .tb-herobanner-title-mobile, .tb-herobanner-wrapped-title-subheader .tb-herobanner-title-tablet {
  font-weight: 900;
}

.tb-herobanner-wrapped-title .tb-herobanner-title-desktop, .tb-herobanner-wrapped-title-subheader .tb-herobanner-title-desktop {
  display: block;
}

.tb-herobanner-wrapped-title .tb-herobanner-subheader, .tb-herobanner-wrapped-title-subheader .tb-herobanner-subheader {
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: bold;
}

.tb-herobanner-show-subheader .tb-herobanner-subheader {
  display: block;
}

.tb-herobanner-techhero-container .tb-herobanner-container-reverse {
  border-bottom: 1px solid #BFBFBF;
}

.tb-herobanner-techhero-container .tb-herobanner-content-container, .tb-herobanner-techhero-container .tb-herobanner-image-container {
  background-color: #FFFFFF;
  width: auto;
}

.tb-herobanner-techhero-container .tb-herobanner-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 0;
  text-align: center;
  color: #BFBFBF;
}

.tb-herobanner-techhero-container .tb-herobanner-image-container img {
  width: 17em;
  max-height: 17em;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-herobanner-techhero-container .tb-herobanner-image-container .tb-herobanner-img-subtitle {
  padding: 8px 0 0 0;
  font-size: 12px;
}

.tb-herobanner-techhero-container .tb-herobanner-content-container {
  padding: 0 32px 0 0;
  max-height: none;
}

.tb-herobanner-techhero-container .tb-herobanner-button-container {
  padding-bottom: 32px;
}

.tb-herobanner-seventy-five .tb-herobanner-content-container, .tb-herobanner-seventy-five .tb-herobanner-image-container {
  max-height: 21em;
}

.tb-herobanner-seventy-five img {
  height: 21em;
}

.tb-fullsize-herobanner {
  padding: 0 !important;
}

.tb-fullsize-herobanner .tb-herobanner-container {
  margin: 0;
}

.tb-fullsize-herobanner .field-mainimage {
  line-height: 0;
}

.tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-content-container {
  max-height: 100%;
}

.tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-image-container, .tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-content-container {
  width: 100%;
}

@media only screen and (min-width: 1393px) {
  .tb-fullsize-herobanner {
    padding: 0 !important;
  }
  .tb-fullsize-herobanner .tb-herobanner-container {
    width: -webkit-calc(100vw - 5px);
    width: calc(100vw - 5px);
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  .tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-image-container {
    max-width: 1926px;
    margin: auto;
  }
  .tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-image-container img {
    height: 40.438em;
  }
  .tb-fullsize-herobanner .tb-herobanner-content-container {
    max-width: 1376px;
    width: 100%;
    margin: auto;
    position: relative;
    top: 132px;
    margin-bottom: 148px;
  }
}

@media only screen and (min-width: 1383px) and (max-width: 1429px) {
  .tb-fullsize-herobanner .tb-herobanner-content-container {
    max-width: 1140px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1392px) {
  .tb-fullsize-herobanner .tb-herobanner-content-container {
    margin: 0;
    top: -68px;
    position: relative;
    width: auto !important;
    margin-bottom: -52px;
  }
  .tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-image-container {
    width: -webkit-calc(100vw - 5px) !important;
    width: calc(100vw - 5px) !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  .tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-image-container img {
    height: 22.375em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-fullsize-herobanner .tb-herobanner-container {
    margin: 0;
  }
  .tb-fullsize-herobanner .tb-herobanner-content-container {
    top: -36px;
    position: relative;
    width: auto !important;
    margin-bottom: -20px !important;
    margin: 0 8px;
  }
  .tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-image-container {
    width: -webkit-calc(100vw);
    width: calc(100vw);
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  .tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-image-container img {
    height: 22.375em;
  }
  .tb-herobanner-container {
    margin: 12px 0;
  }
  .tb-herobanner-container .tb-herobanner-content-container {
    padding: 24px;
  }
  .tb-herobanner-container .tb-herobanner-content-container .tb-herobanner-title-tablet {
    display: block;
    font-size: 36px;
    padding-bottom: 24px;
    margin: 0;
  }
  .tb-herobanner-container .tb-herobanner-button-container {
    padding-bottom: 24px;
  }
  .tb-herobanner-container .tb-herobanner-description {
    font-size: 16px;
  }
  .tb-herobanner-container .tb-herobanner-title {
    padding-bottom: 24px !important;
    margin: 0;
    display: block;
    font-size: 36px;
  }
  .tb-herobanner-container .tb-cta-button {
    margin-top: 24px;
  }
  .tb-herobanner-wrapped-title .tb-herobanner-title, .tb-herobanner-wrapped-title-subheader .tb-herobanner-title {
    margin-left: 24px !important;
    text-indent: -24px;
  }
  .tb-herobanner-wrapped-title .tb-herobanner-title-tablet, .tb-herobanner-wrapped-title-subheader .tb-herobanner-title-tablet {
    display: block;
  }
  .tb-herobanner-techhero-container .tb-herobanner-content-container {
    padding: 0 24px 0 0;
  }
  .tb-herobanner-show-subheader .tb-herobanner-subheader {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .component.herobanner.col-12 .component-content {
    margin: 0;
  }
  .tb-herobanner-container {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-herobanner-container .tb-herobanner-container-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tb-herobanner-container.tb-herobanner-container-left-image .tb-herobanner-container-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tb-herobanner-container .tb-herobanner-content-container {
    padding: 16px;
    height: auto !important;
  }
  .tb-herobanner-container .tb-herobanner-content-container .tb-herobanner-description {
    font-size: 16px;
  }
  .tb-herobanner-container .tb-herobanner-content-container .tb-herobanner-title-mobile {
    display: block;
    font-size: 36px;
    padding-bottom: 16px;
  }
  .tb-herobanner-container .tb-herobanner-content-container, .tb-herobanner-container .tb-herobanner-image-container {
    width: 100% !important;
    max-height: none !important;
  }
  .tb-herobanner-container .tb-herobanner-button-container {
    padding-bottom: 0;
  }
  .tb-herobanner-container .tb-herobanner-title {
    padding-bottom: 16px;
    margin: 0;
    font-size: 36px;
  }
  .tb-herobanner-container .tb-cta-button {
    margin-top: 16px;
  }
  .tb-herobanner-wrapped-title .tb-herobanner-title, .tb-herobanner-wrapped-title-subheader .tb-herobanner-title {
    margin-left: 16px !important;
    text-indent: -16px !important;
  }
  .tb-herobanner-wrapped-title .tb-herobanner-title > span, .tb-herobanner-wrapped-title-subheader .tb-herobanner-title > span {
    display: block;
  }
  .tb-herobanner-wrapped-title .tb-herobanner-title-mobile, .tb-herobanner-wrapped-title-subheader .tb-herobanner-title-mobile {
    display: block;
  }
  .tb-herobanner-image-container {
    height: 10em !important;
  }
  .tb-herobanner-image-container img {
    height: 10em !important;
  }
  .tb-herobanner-large-image-mobile .tb-herobanner-image-container {
    height: 15em !important;
  }
  .tb-herobanner-large-image-mobile .tb-herobanner-image-container img {
    height: 15em !important;
  }
  .tb-herobanner-techhero-container .tb-herobanner-content-container {
    padding: 0 16px 16px 0;
  }
  .tb-herobanner-techhero-container .tb-herobanner-image-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    height: auto !important;
    padding: 16px 0;
  }
  .tb-herobanner-techhero-container .tb-herobanner-image-container img {
    height: auto !important;
  }
  .tb-herobanner-seventy-five .tb-herobanner-content-container, .tb-herobanner-seventy-five .tb-herobanner-image-container {
    max-height: none;
  }
  .tb-herobanner-seventy-five img {
    height: none;
  }
  .tb-fullsize-herobanner .tb-herobanner-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  .tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-image-container {
    width: -webkit-calc(100vw) !important;
    width: calc(100vw) !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  .tb-fullsize-herobanner .tb-herobanner-container .tb-herobanner-image-container img {
    height: 10.125em !important;
  }
  .tb-fullsize-herobanner .tb-herobanner-description, .tb-fullsize-herobanner .tb-herobanner-subheader {
    display: none;
  }
  .tb-fullsize-herobanner .tb-herobanner-content-container {
    margin: 16px;
    width: auto !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}

#header .tb-herobanner-container .herobanner {
  width: 100%;
}

.tb-herobanner-show-subheader {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tb-herobanner-techhero-container .tb-herobanner-image-container {
    margin-top: 8px;
  }
  .tb-herobanner-techhero-container .tb-herobanner-content-container .tb-herobanner-title-mobile {
    padding-top: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* object fit is not working for ie*/
  .tb-herobanner-image-container img {
    opacity: 0;
  }
  .tb-herobanner-techhero-container .tb-herobanner-image-container {
    background: none !important;
  }
  .tb-herobanner-techhero-container .tb-herobanner-image-container img {
    opacity: 1 !important;
  }
  /* object fit is not working for ie*/
  /*Tech Hero banner issue*/
  .tb-herobanner-techhero-container .tb-herobanner-content-container {
    width: 100% !important;
  }
  .tb-herobanner-techhero-container .tb-herobanner-image-container {
    width: auto;
    background-size: contain !important;
    background-position-y: 0 !important;
  }
  .tb-herobanner-techhero-container .tb-herobanner-image-container img {
    max-height: 15em !important;
  }
  .tb-fullsize-herobanner .tb-herobanner-content-container {
    opacity: 0;
  }
}


.tb-news-selector {
  /*
      ! WARNING!
      * Changing styles here will conflict with other news components (.tb-news-selector)
      * If changing styles here is required, then create a single source of truth for .tb-news-selector
      TODO : create a single source of truth for .tb-news-selector
    */
  width: 100%;
}

.tb-news-selector .tb-news-horizontal-selector {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  max-width: 1440px;
  padding-bottom: 32px;
  width: 100%;
}

.tb-news-selector .tb-news-horizontal-selector .tb-latestnews-header {
  padding: 0 0 24px 0;
}

.tb-news-selector .tb-news-horizontal-selector .tb-news-horizontal-selector-data {
  display: none;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  list-style: none;
  min-height: 350px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li {
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 80%;
}

@media screen and (min-width: 768px) {
  .tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .img {
  aspect-ratio: 16/9;
  width: 100%;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-bg-dark-gray {
  background: #393939;
  color: #FFFFFF;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 24px;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-slider-content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-slider-content .box .date {
  font-size: 12px;
  line-height: 18px;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-slider-content .box .tb-slider-label {
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: #998242;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
  text-transform: uppercase;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-slider-content .box .tb-slider-label a {
  color: #FFFFFF;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-slider-content .box h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-slider-content .box p {
  font-size: 16px;
  line-height: 32px;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-slider-content .read-more {
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
  padding: 8px;
  text-transform: capitalize;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results ul li .tb-slider-content .read-more a {
  color: #998242;
  text-decoration: none;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls button.tb-slider-button {
  background: #998242;
  border: 0;
  cursor: pointer;
  height: 48px;
  position: relative;
  width: 48px;
  display: none;
}

@media screen and (min-width: 768px) {
  .tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls button.tb-slider-button {
    display: block;
  }
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls button.tb-slider-button::after {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.25%205.98319L1.07915%2012L0.75%2011.4286L9.93338%205.98319L0.75%200.571429L1.07915%203.92512e-09L11.25%205.98319Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 16px;
  -webkit-transform: translate(-webkit-calc(-50%), -webkit-calc(-50%));
  -ms-transform: translate(calc(-50%), calc(-50%));
  transform: translate(calc(-50%), calc(-50%));
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls button.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls button.tb-slider-button--deactivated {
  background: #DDDDDD;
  cursor: default;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls .tb-slider-scrollbar {
  background: #F1F1F1;
  height: 7px;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls .tb-slider-scrollbar {
    width: -webkit-calc(100% - 96px - 32px);
    width: calc(100% - 96px - 32px);
  }
}

@media screen and (min-width: 1050px) {
  .tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls .tb-slider-scrollbar {
    width: 680px;
  }
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls .tb-slider-scrollbar .tb-slider-scrollbar-holder {
  height: 100%;
  position: relative;
  width: 100%;
}

.tb-news-selector .tb-news-horizontal-selector .tb-search-results .tb-slider-controls .tb-slider-scrollbar .tb-slider-scrollbar-holder .tb-slider-scrollbar-thumb {
  background: #DDDDDD;
  height: 7px;
  left: 0;
  position: absolute;
  width: 50%;
}


.tb-hotspot-container {
  margin: 16px 0;
}

.tb-hotspot-container .tb-hotspot-header h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.tb-hotspot-container .tb-hotspot-img-wrapper {
  position: relative;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon {
  position: absolute;
  z-index: 2;
  background: #998242;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon svg {
  width: 16px;
  height: 16px;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon.selected {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon.selected path {
  fill: #393939;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon:hover {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
}

.tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon:hover path {
  fill: #393939;
}

.tb-hotspot-container .tb-hotspot-section {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 40px 8px 40px 8px !important;
}

.tb-hotspot-container .tb-hotspot-section .mCSB_container {
  padding-left: 24px;
  padding-right: 24px;
}

.tb-hotspot-container .tb-hotspot-section div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
}

.tb-hotspot-container .tb-hotspot-section .tb-header-md-4 {
  font-weight: bold;
  font-size: 24px;
}

.tb-hotspot-container .tb-hotspot-section .mCSB_scrollTools {
  position: absolute;
  -webkit-animation: none !important;
  animation: none !important;
}

.tb-hotspot-container .tb-hotspot-section .mCSB_scrollTools div {
  -webkit-animation: none !important;
  animation: none !important;
}

.tb-hotspot-container .tb-hotspot-section .mCSB_dragger {
  right: -4px;
}

.tb-hotspot-container .tb-hotspot-section .tb-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 32px;
}

@-webkit-keyframes slidein {
  from {
    left: 10%;
    opacity: 0;
  }
  to {
    left: 0%;
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    left: 10%;
    opacity: 0;
  }
  to {
    left: 0%;
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .tb-hotspot-container {
    margin: 12px 0px;
  }
  .tb-hotspot-container .tb-hotspot-header h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  .tb-hotspot-container .tb-hotspot-section {
    padding: 0 24px !important;
  }
  .tb-hotspot-container .tb-hotspot-section .mCSB_container {
    padding: 0;
  }
  .tb-hotspot-container .tb-hotspot-section .field-heading {
    padding: 16px 0 0 0;
  }
  .tb-hotspot-container .tb-hotspot-section .tb-link {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-hotspot-container {
    margin: 8px 0px !important;
    padding: 0 8px;
  }
  .tb-hotspot-container .tb-hotspot-header {
    padding-bottom: 16px !important;
    margin: 8px 0 16px 0 !important;
  }
  .tb-hotspot-container .tb-hotspot-section {
    padding: 0 16px !important;
  }
  .tb-hotspot-container .tb-hotspot-section .mCSB_container {
    padding: 0;
  }
  .tb-hotspot-container .tb-hotspot-section .tb-link {
    padding-bottom: 16px;
  }
  .tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon {
    width: 20px;
    height: 20px;
  }
  .tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon svg {
    width: 11px;
    height: 11px;
  }
  .tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon.selected {
    width: 24px;
    height: 24px;
  }
  .tb-hotspot-container .tb-hotspot-img-wrapper .tb-hotspot-icon:hover {
    width: 24px;
    height: 24px;
  }
}

.on-page-editor .tb-hotspot-info-editor {
  padding: 8px !important;
  border-bottom: 1px solid #393939;
  margin-bottom: 8px !important;
  line-height: 1;
}

.on-page-editor .tb-hotspot-info-editor div {
  padding: 8px !important;
}

.on-page-editor .tb-hotspot-row {
  display: block;
}

.tb-hotspot-img-wrapper {
  display: block !important;
}

.tb-hotspot-section #mCSB_1_scrollbar_vertical {
  position: absolute !important;
}

.tb-hotspot-section .mCSB_draggerContainer {
  height: 100%;
  background-color: transparent;
}

.tb-hotspot-section .mCSB_draggerContainer .mCSB_dragger {
  position: absolute;
  min-height: 30px;
  display: block;
  height: 90%;
  top: 39px;
}

.tb-hotspot-container *::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.tb-hotspot-container.tb-without-headline .tb-hotspot-header {
  display: none;
}

.tb-my-2.tb-body.tb-showbulletpoints.field-description p:has(img) {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 aspect ratio */
  height: 0;
}

.tb-my-2.tb-body.tb-showbulletpoints.field-description p:has(img) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.html-charts {
    padding: 0 16px;
}

.tb-hcharts-color-white {
    background: #FFF;
}

.tb-hcharts-bg-g1 {
    background: #E5243b;
}

.tb-hcharts-bg-g2 {
    background: #dda63a;
}

.tb-hcharts-bg-g3 {
    background: #4c9f38;
}

.tb-hcharts-bg-g4 {
    background: #c5192d;
}

.tb-hcharts-bg-g5 {
    background: #ff3a21;
}

.tb-hcharts-bg-g6 {
    background: #26bde2;
}

.tb-hcharts-bg-g7 {
    background: #fcc30b;
}

.tb-hcharts-bg-g8 {
    background: #a21942;
}

.tb-hcharts-bg-g9 {
    background: #fd6925;
}

.tb-hcharts-bg-g10 {
    background: #dd1367;
}

.tb-hcharts-bg-g11 {
    background: #fd9d24;
}

.tb-hcharts-bg-g12 {
    background: #bf8b2e;
}

.tb-hcharts-bg-g13 {
    background: #3f7e44;
}

.tb-hcharts-bg-g14 {
    background: #0a97d9;
}

.tb-hcharts-bg-g15 {
    background: #56c02b;
}

.tb-hcharts-bg-g16 {
    background: #00689d;
}

.tb-hcharts-bg-g17 {
    background: #19486a;
}

.tb-hcharts-ht-20 {
    height: 20px;
}

.tb-hcharts {
    padding: 0;
}

/* Protecting Essentials */

.tb-hcharts-pewrap {
    margin: 20px 0;
}

.tb-hcharts-pesec {
    display: flex;
    flex-direction: column;
}

.tb-hcharts-pesec.tb-hcharts-pesec--2 {
    display: flex;
    align-items: center;
    flex: 0 0 30%;
}

.tb-hcharts-pesec.tb-hcharts-pesec--2 svg {
    max-width: 400px;
}

.tb-hcharts-pestextbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tb-hcharts-pestitle {
    font-weight: bold;
    font-size: 18px;
}

.tb-hcharts-peslist {
    margin: 12px 0 0 0;
}

.tb-hcharts-peslist li {
    position: relative;
    padding-left: 20px;
}

.tb-hcharts-peslist li:before {
    content: '\00BB';
    font-size: 28px;
    font-weight: bold;
    line-height: 0;
    position: absolute;
    top: 9px;
    left: 0;
}

.tb-hcharts-pescirclewrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tb-hcharts-pescircle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    height: 250px;
    padding: 20px;
    color: #FFF;
    background: #998242;
    border-radius: 50%;
    font-size: 14px;
    /* font-weight: bold; */
    text-align: center;
}

.tb-hcharts-pesarrow {
    width: 0;
    height: 0;
    margin: 16px 0;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 35px solid #D5C5AB;
}

.tb-hcharts-pesflow {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tb-hcharts-pesftext {
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (min-width: 992px) {
    .tb-hcharts-pewrap {
        display: flex;
        align-items: flex-start;
    }

    .tb-hcharts-protecting-essentials {
        margin-top: 75px;
    }

    .tb-hcharts-pesec {
        flex-direction: column-reverse;
        align-items: flex-start;
        flex: 1 1;
        width: 30%;
    }

    .tb-hcharts-pesec.tb-hcharts-pesec--2 {
        margin-top: -75px;
    }

    .tb-hcharts-pesecgrp {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .tb-hcharts-pescirclewrap {
        flex-direction: column-reverse;
    }

    .tb-hcharts-pescircle {
        width: 150px;
        height: 150px;
    }

    .tb-hcharts-pesflow {
        flex-direction: row;
    }

    .tb-hcharts-pesec--1 .tb-hcharts-pestextbox {
        flex-direction: column-reverse;
    }

    .tb-hcharts-pesec--1 .tb-hcharts-pestextbox .tb-hcharts-pesarrow {
        transform: rotate(180deg);
        margin-right: 110px;
    }

    .tb-hcharts-pesec--1 .tb-hcharts-pesflow .tb-hcharts-pesarrow {
        transform: rotate(270deg);
    }

    .tb-hcharts-pesec--3 {
        flex-direction: column;
    }

    .tb-hcharts-pesec--3 {
        align-items: flex-end;
    }

    .tb-hcharts-pesec--3 .tb-hcharts-pestextbox .tb-hcharts-pesarrow {
        transform: rotate(180deg);
        margin-left: 92px;
    }

    .tb-hcharts-pesec--3 .tb-hcharts-pesflow .tb-hcharts-pesarrow {
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 1440px) {
    .tb-hcharts-pescircle {
            width: 200px;
            height: 200px;
        }
    
    .tb-hcharts-protecting-essentials {
        margin-top: 120px;
    }

    .tb-hcharts-pesec.tb-hcharts-pesec--2 {
        margin-top: -120px;
    }

        .tb-hcharts-pesec--1 .tb-hcharts-pestextbox .tb-hcharts-pesarrow {
            margin-right: 50px;
        }

        .tb-hcharts-pesec--3 .tb-hcharts-pestextbox .tb-hcharts-pesarrow {
            margin-left: 50px;
        }
}

/* Key Stakeholders */

.tb-hcharts-kswrapinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tb-hcharts-ksmgroup {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tb-hcharts-ksgroup--noline:before {
    display: none;
}

.tb-hcharts-kscitem {
    flex: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 100px;
    margin-top: -50px;
}

.tb-hcharts-kscarrow {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.tb-hcharts-kscarrowline {
    width: 6px;
    height: 150px;
    background: #998242;
    margin: 0 -6px;
}

.tb-hcharts-kscarrow:before {
    content: '';
    display: block;
    width: 60px;
    height: 100px;
    border-top: 6px solid #998242;
    border-right: 6px solid #998242;
    border-top-right-radius: 100px;
}

.tb-hcharts-kscarrow:after {
    content: '';
    display: block;
    width: 60px;
    height: 100px;
    border-top: 6px solid #998242;
    border-left: 6px solid #998242;
    border-top-left-radius: 100px;
}

.tb-hcharts-ksgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    flex: 1 1 auto;
}

.tb-hcharts-ksgroup:first-child:before {
    display: none;
}

.tb-hcharts-ksgroup:before {
    content: '';
    margin-bottom: -10px;
    width: 6px;
    height: 80px;
    background: #998242;
}

.tb-hcharts-kscircle {
    width: 80px;
    height: 80px;
    border: 5px solid #FFF;
    border-radius: 50%;
    background: #998242;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #FFF;
}

.tb-hcharts-kscircle svg {
    display: block;
}
.tb-hcharts-kstext {
    color: #998242;
    margin: 4px 0 8px 0;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.tb-hcharts-ksgitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tb-hcharts-ksarrow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tb-hcharts-ksarrow:before {
    content: '';
    display: block;
    width: 6px;
    height: 80px;
    background: #998242;
}

.tb-hcharts-ksarrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #998242;
}

.tb-hcharts-kstextbox {
    margin-top: 16px;
    padding: 12px;
    background: #D7CCBA;
    max-width: 300px;
}

@media only screen and (min-width: 375px) {
    .tb-hcharts-kstext {
        font-size: 12px;
    }
}

@media only screen and (min-width: 767px) {
    .tb-hcharts-kswrapinner {
        flex-direction: row;
        position: relative;
    }

    .tb-hcharts-ksmgroup {
        width: 25%;
        flex-direction: column-reverse;
        margin: 0;
        flex: 1 1 auto;
    }

    .tb-hcharts-kscitem {
        margin-top: 0;
        margin-left: -90px;
    }

    .tb-hcharts-kscitem:last-child {
        flex-direction: column-reverse;
    }

    .tb-hcharts-kscarrow {
        flex-direction: column;
        width: 100%;
    }

    .tb-hcharts-kscarrowline {
        width: 100%;
        height: 16px;
        margin: -16px 0;
    }

    .tb-hcharts-kscarrow:before {
        width: 100px;
        height: 120px;
        border-top: 16px solid #998242;
        border-right: 16px solid #998242;
        border-top-right-radius: 100px;
        transform: rotate(180deg);
    }

    .tb-hcharts-kscarrow:after {
        width: 100px;
        height: 120px;
        border-top: 16px solid #998242;
        border-left: 16px solid #998242;
        border-top-left-radius: 100px;
    }

    .tb-hcharts-ksgroup {
        flex-direction: row;
        width: 20%;
        margin-top: 60px;
    }

        .tb-hcharts-ksgroup:first-child,
        .tb-hcharts-ksgroup--noline {
            flex: 0 0;
        }

    .tb-hcharts-ksgroup:before {
        height: 16px;
        margin-bottom: 0;
        width: 100%;
        margin-top: -34px;
    }

    .tb-hcharts-kscircle {
        width: 100px;
        height: 100px;
        padding: 20px;
    }

    .tb-hcharts-kstext {
        font-size: 16px;
    }

    .tb-hcharts-kscitem:last-child .tb-hcharts-kstext {
        width: 135px;
    }

    .tb-hcharts-ksarrow {
        flex-direction: row;
        margin-top: 30px;
        width: 20%;
        flex: 1 1;
            min-width: 150px;
    }

    .tb-hcharts-ksarrow:before {
        width: 100%;
        height: 16px;
    }

    .tb-hcharts-ksarrow:after {
        width: 0;
        height: 0;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 35px solid #998242;
    }

    .tb-hcharts-kstextbox {
        position: absolute;
        right: 25px;
        bottom: 0;
    }
}

/* Sustainability Charts */

.tb-hcharts-boxtitle {
    font-weight: bold;
    overflow: hidden;
}

.tb-hcharts-boxtitle:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-left: 10px;
    margin-right: -100%;
    border-bottom: 3px solid #998242;
}

.tb-hcharts-boxwrap {
    margin-bottom: 16px;
}

.tb-hcharts-boxgrp {
    display: flex;
    margin: 0 -16px;
    flex-wrap: wrap;
}

.tb-hcharts-boxitem {
    padding: 0 16px;
    width: 50%;
    margin: 16px 0;
}

.tb-hcharts-boxiimage img {
    width: 100%;
    height: 100%;
}

.tb-hcharts-boxirect {
    color: #FFF;
    padding: 4px 0;
    margin-top: 12px;
    font-weight: 700;
    text-align: center;
}

.tb-hcharts-arrow {
    display: flex;
    flex-direction: column;
}

.tb-hcharts-arrowitem {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 84px;
    background: #998242;
    vertical-align: middle;
    color: #FFF;
    position: relative;
    margin: 10px 0;
    margin-top: 30px;
    }
    
    .tb-hcharts-arrowitem:first-child {
        margin-top: 0;
}

.tb-hcharts-arrowitem:before {
    position: absolute;
    z-index: 3;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 0 42px 30px;
    left: 0;
    border-color: transparent transparent transparent #FFF;
}

.tb-hcharts-arrowitem:after {
    content: '';
    position: absolute;
    z-index: 4;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #998242;
        bottom: -20px;
}

.tb-hcharts-arrowitem:last-child:after {
    border: none;
}

@media only screen and (min-width: 767px) {
    .tb-hcharts-boxitem {
        max-width: 175px;
    }
}

@media only screen and (min-width: 1024px) {
    .tb-hcharts-boxitem {
        width: 12.5%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .tb-hcharts-arrow {
        flex-direction: row;
        margin-left: -10px;
    }

    .tb-hcharts-arrowitem {
        padding-left: 40px;
        margin: 0 10px;
    }

    .tb-hcharts-arrowitem:before,
    .tb-hcharts-arrowitem:after {
        content: '';
    }
.tb-hcharts-arrowitem:after,
.tb-hcharts-arrowitem:last-child:after {
    top: 0;
    border-style: solid;
    border-width: 42px 0 42px 30px;
    right: -30px;
    border-color: transparent transparent transparent #998242;
}

.tb-hcharts-arrowitem:last-child {
    margin-right: 30px;
}
}

.iframe iframe {
  width: 100%;
}


.image img {
  max-width: 100%;
  height: auto;
}

.image a {
  display: inline-block;
  max-width: 100%;
}

.image .image-caption {
  display: block;
  font-style: italic;
  font-size: 11px;
  color: #747474;
}

.image-default-size img {
  max-width: none;
  width: auto !important;
}

.image-full-size img {
  width: 100% !important;
  height: auto !important;
}

.image-left .component-content > div > img {
  float: left;
}

.image-right .component-content > div > img {
  float: right;
}


/* breakpoints */
.tb-inlinelink-container {
  margin: 16px 0;
}

.tb-inlinelink-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-inlinelink-container ul li {
  padding: 0px 16px 16px 0px !important;
}

.tb-inlinelink-container ul li .tb-inlinelink-items {
  padding: 0 !important;
}

.tb-inlinelink-container .component-content > .row {
  margin-left: -8px;
  margin-right: -8px;
}

.column-splitter .col-6 .Inlinelink-list .col-xl-12, .column-splitter .col-6 .Inlinelink-list .col-sm-12, .column-splitter .col-6 .Inlinelink-list .col-md-12, .column-splitter .col-6 .Inlinelink-list .col-md-6, .column-splitter .col-6 .Inlinelink-list .col-lg-3 {
  min-width: 50% !important;
}

@media only screen and (max-width: 1024px) {
  .tb-inlinelink-container {
    margin: 12px 0;
  }
  .tb-inlinelink-container.tb-my-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .tb-inlinelink-container.tb-py-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .tb-inlinelink-container.tb-px-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .column-splitter .col-6 .Inlinelink-list .col-xl-12, .column-splitter .col-6 .Inlinelink-list .col-md-12, .column-splitter .col-6 .Inlinelink-list .col-sm-12, .column-splitter .col-6 .Inlinelink-list .col-md-6, .column-splitter .col-6 .Inlinelink-list .col-lg-3 {
    min-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .tb-inline-list-two-per-row li {
    width: 50% !important;
    min-width: 50% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
  .tb-inline-list-three-per-row li {
    width: 33.33% !important;
    min-width: 33.33% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.33% !important;
    flex: 0 0 33.33% !important;
  }
}

@media only screen and (max-width: 991px) {
  .tb-inline-list-two-per-row li {
    width: 100% !important;
    min-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb-inlinelink-container {
    margin: 8px 8px;
  }
  .tb-inlinelink-container.tb-my-2 {
    margin: 0;
  }
  .tb-inlinelink-container .tb-inlinelink-container-row.tb-pb-2 {
    padding-bottom: 8px !important;
  }
  .tb-inlinelink-container.tb-py-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .tb-inlinelink-container.tb-px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .column-splitter .col-6 .Inlinelink-list .col-xl-12, .column-splitter .col-6 .Inlinelink-list .col-md-12, .column-splitter .col-6 .Inlinelink-list .col-sm-12, .column-splitter .col-6 .Inlinelink-list .col-md-6, .column-splitter .col-6 .Inlinelink-list .col-lg-3 {
    padding: 0;
  }
}


.tb-inpagenav {
  padding: 16px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  z-index: 1;
  background: #FFFFFF;
}

.tb-inpagenav .col-lg-12, .tb-inpagenav .container {
  padding: 0;
}

.tb-inpagenav .tb-inpagenav--desc {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.tb-inpagenav .tb-inpagenav--list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.tb-inpagenav .tb-inpagenav--item {
  float: left;
  margin-right: 16px;
}

.tb-inpagenav .tb-inpagenav--item a {
  color: #998242;
  font-weight: 500;
}

.tb-inpagenav--sticky {
  border-top: 0 !important;
  position: inherit;
  width: 100%;
  left: 0;
}

.tb-inpagenav--sticky > .container {
    padding: 0 8px;
}

.tb-inpagenav--sticky .tb-inpagenav--list, .tb-inpagenav--sticky .tb-inpagenav--desc {
  padding: 0;
}

.tb-inpagenav--compressed {
  height: 0;
  padding: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .tb-inpagenav--list, .Inpage-navigation {
    display: none;
  }
}


.tb-ir-reports-container {
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
}

.tb-ir-reports-container .tb-reports-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-ir-reports-container .tb-reports-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-ir-reports-container .tb-reports-spinner {
  margin-top: 50px;
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  -webkit-animation: 1s reportloaderspin ease-in-out infinite;
  animation: 1s reportloaderspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
}

@-webkit-keyframes reportloaderspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes reportloaderspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-ir-reports-container .tb-social-links {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tb-ir-reports-container .tb-irreports-item-icon svg {
  position: relative;
  top: -1px;
}

.tb-ir-reports-container .tb-result-title {
  cursor: pointer;
}

.tb-ir-reports-container .tb-result-title .tb-ir-report-regulatory {
  height: 40px;
  white-space: nowrap;
  width: fit-content;
  max-width: 100%;
  display: table !important;
}

.tb-ir-reports-container .tb-result-title .tb-ir-report-regulatory div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
}

.tb-ir-reports-container .tb-irreports-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-ir-reports-container .tb-irreports-header .tb-irreports-item-date-header {
  text-align: center;
}

.tb-ir-reports-container .tb-irreports-header .tb-select-wrapper {
  margin-left: 16px !important;
}

.tb-ir-reports-container .tb-irreports-header .tb-irreports-filter {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-ir-reports-container .tb-irreports-header .tb-irreports-filter .tb-irreports-checkbox {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.tb-ir-reports-container .tb-irreports-header .tb-irreports-filter .tb-irreports-checkbox .tb-press-releases-label {
  margin-bottom: 0 !important;
  opacity: 0;
  color: #000000;
}

.tb-ir-reports-container .tb-irreports-header .tb-irreports-filter .tb-irreports-checkbox .tb-input-checkbox {
  cursor: pointer;
}

.tb-ir-reports-container .tb-irreports-header .tb-irreports-filter .tb-irreports-checkbox .tb-input-checkbox input[type='checkbox'] + label:before {
  top: 6px;
}

.tb-ir-reports-container .tb-irreports-header .tb-irreports-filter .tb-irreports-checkbox .tb-input-checkbox input[type='checkbox']:checked + label:after {
  left: 3px;
  top: 11px;
}

.tb-ir-reports-container .tb-irreports-row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-ir-reports-container .tb-irreports-items .progress {
  display: none;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list p {
  font-size: 16px;
  margin: 0 0 1em !important;
  font-weight: 400;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list span {
  font-size: 16px !important;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header {
  background: url("../images/svg_icons/accordion-plus.svg") no-repeat 0 32px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-item-date {
  height: auto;
  max-height: 40px;
  cursor: pointer;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-item-date span {
  display: block;
  vertical-align: middle;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-download {
  height: 100%;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  text-decoration: none;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-download a .tb-download-text {
  color: #998242;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-download a .tb-download-text:hover {
  text-decoration: underline;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .toggle-content {
  padding: 0;
  display: none;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .toggle-content .tb-irreports-data-section * {
  font-family: 'Libre Franklin', sans-serif !important;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-button {
  display: table-cell;
  vertical-align: middle;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list.active {
  background: #FAFAFA;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list.active .tb-irreports-accordion-header {
  background: url("../images/svg_icons/accordion-minus.svg") no-repeat 0 40px;
}

.tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list.active .toggle-content {
  display: block;
}

.tb-ir-reports-container .tb-irreports-items .toggle-header {
  border-bottom-width: 0;
}

@media only screen and (max-width: 1024px) {
  .tb-ir-reports-container {
    margin: 12px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-ir-reports-container {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-ir-reports-container .tb-irreports-row {
    display: none;
  }
  .tb-ir-reports-container .tb-irreports-header {
    padding: 16px 0 !important;
  }
  .tb-ir-reports-container .tb-irreports-header .tb-irreports-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tb-ir-reports-container .tb-irreports-header .tb-irreports-filter .tb-irreports-checkbox {
    margin-bottom: 0;
  }
  .tb-ir-reports-container .tb-irreports-header .tb-irreports-filter .tb-select-wrapper {
    margin-left: 0 !important;
    margin: 16px 0;
    width: 100%;
  }
  .tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-body {
    padding-left: 40px !important;
  }
  .tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-body.tb-pr-3 {
    padding: 16px 16px 0 40px !important;
  }
  .tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-body .tb-irreports-button {
    margin-top: 8px !important;
  }
  .tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-body .tb-result-title a {
    color: #393939;
  }
  .tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list .tb-irreports-accordion-header .tb-irreports-download {
    padding-left: 40px !important;
    margin-top: 16px;
  }
  .tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list.tb-pl-3 {
    padding-left: 16px !important;
  }
  .tb-ir-reports-container .tb-irreports-items .tb-irreports-accordion-list.tb-pr-3 {
    padding-right: 16px !important;
  }
}

.tb-irreports-accordion-list .tb-irreports-data-section .mfn-footer p,
.tb-irreports-accordion-list .tb-irreports-data-section .mfn-footer span {
  font-size: 12px !important;
}

.tb-irreports-data-section table {
  border: 1px solid #393939;
}

.tb-irreports-data-section table td {
  border: 1px solid #393939;
  padding: 0 10px;
}


@charset "UTF-8";
/* breakpoints */
.language-selector {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  padding: 10px;
  background-color: #FFFFFF;
}

.language-selector .flags-ad {
  background-image: url(../images/sprite-flag);
  background-position: 0px -25px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ae {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-af {
  background-image: url(../images/sprite-flag);
  background-position: 0px -50px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ag {
  background-image: url(../images/sprite-flag);
  background-position: 0px -75px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ai {
  background-image: url(../images/sprite-flag);
  background-position: 0px -100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-al {
  background-image: url(../images/sprite-flag);
  background-position: 0px -125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-am {
  background-image: url(../images/sprite-flag);
  background-position: 0px -150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ao {
  background-image: url(../images/sprite-flag);
  background-position: 0px -175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-aq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ar {
  background-image: url(../images/sprite-flag);
  background-position: 0px -225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-as {
  background-image: url(../images/sprite-flag);
  background-position: 0px -250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-at {
  background-image: url(../images/sprite-flag);
  background-position: 0px -275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-au {
  background-image: url(../images/sprite-flag);
  background-position: 0px -300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-aw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ax {
  background-image: url(../images/sprite-flag);
  background-position: 0px -350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-az {
  background-image: url(../images/sprite-flag);
  background-position: 0px -375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ba {
  background-image: url(../images/sprite-flag);
  background-position: 0px -400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bb {
  background-image: url(../images/sprite-flag);
  background-position: 0px -425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bd {
  background-image: url(../images/sprite-flag);
  background-position: 0px -450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-be {
  background-image: url(../images/sprite-flag);
  background-position: 0px -475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bi {
  background-image: url(../images/sprite-flag);
  background-position: 0px -575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bo {
  background-image: url(../images/sprite-flag);
  background-position: 0px -700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-br {
  background-image: url(../images/sprite-flag);
  background-position: 0px -750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bs {
  background-image: url(../images/sprite-flag);
  background-position: 0px -775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-by {
  background-image: url(../images/sprite-flag);
  background-position: 0px -875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ca {
  background-image: url(../images/sprite-flag);
  background-position: 0px -925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cd {
  background-image: url(../images/sprite-flag);
  background-position: 0px -975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ch {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ci {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ck {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-co {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cx {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cy {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-de {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-dj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-dk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-dm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-do {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-dz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ec {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ee {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-eg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-eh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-er {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-es {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-et {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fi {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fo {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ga {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gb {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gd {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ge {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gi {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gp {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gs {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gy {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ht {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-id {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ie {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-il {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-im {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-in {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-io {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-iq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ir {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-is {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-it {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-je {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-jm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-jo {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-jp {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ke {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ki {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-km {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kp {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ky {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-la {
  background-image: url(../images/sprite-flag);
  background-position: 0px 0px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lb {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-li {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ls {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ly {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ma {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-md {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-me {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ml {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mo {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mp {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ms {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mx {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-my {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-na {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ne {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ng {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ni {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-no {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-np {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-om {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pa {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pe {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ph {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ps {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-py {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-qa {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-re {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ro {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-rs {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ru {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-rw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sa {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sb {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sd {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-se {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-si {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-so {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ss {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-st {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sx {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sy {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-td {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-th {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-to {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ua {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ug {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-um {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-us {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-uy {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-uz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-va {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ve {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vi {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-wf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ws {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ye {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-yt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-za {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-zm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-zw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-zz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6225px;
  width: 20px;
  height: 15px;
}

.language-selector .language-selector-select-item {
  cursor: pointer;
}

.language-selector .language-selector-select-item > a {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 15px;
}

.language-selector .language-selector-select-item > a:hover {
  text-decoration: none;
}

.language-selector .language-selector-select-item:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-selector .language-selector-item-container {
  box-shadow: 0 2px 9px 0px #b3b3b3;
  padding: 0;
  position: absolute;
  top: 110%;
  min-width: 220px;
  z-index: 10;
  background: #FFFFFF;
  display: none;
  left: 0;
  right: 0;
}

.language-selector .language-selector-item {
  margin: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}

.language-selector .language-selector-item:hover {
  background-color: #FFFFFF;
  border-bottom: 1px solid #15909c;
}

.language-selector .language-selector-item:first-child {
  margin-bottom: 0;
}

.language-selector .language-selector-item a {
  text-decoration: none;
  color: #747474;
  font-weight: normal;
  padding-left: 25px;
  background-repeat: no-repeat;
}

.language-selector .language-selector-link {
  padding: 0px 20px 0 30px;
}

.language-selector .language-selector-select-link {
  padding-left: 25px;
  background-repeat: no-repeat;
}

.language-selector .tb-language-overlay {
  top: 51px !important;
  left: 1016.61px !important;
}
.globeIconImg{
  object-fit: contain;
}

*::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: lightgray;
}

*::-webkit-scrollbar-thumb {
  background-color: #5B5B5B;
  border-radius: 20px;
  border: 2px solid #fff;
}

*::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #fff;
  width: 20px;
}

.tb-language-selector {
  display:flex;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  margin-right: 0px;
  padding: 8px;
  background:rgba(255, 255, 255, 0.10);
  border-radius:4px;
  gap:4px
}

.tb-language-selector svg {
  padding-bottom: 3px;
  width: 4px;
}

.tb-language-selector svg path {
  fill: #998242;
}

.tb-language-selector .tb-language-selected span {
  position: relative;
}

/* .tb-language-selector .tb-language-selected span:hover:after {
  content: " ";
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #998242;
  display: block;
  position: absolute;
  top: 43px;
  width: 100%;
} */

.tb-language-overlay {
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 35px !important;
  left: auto !important;
  width: 310px;
  z-index: 999;
  display: none;
  background: #fff;
  right: 15px !important;
}

.tb-language-overlay .tb-language-dropdown-menu {
  height: auto;
  max-height: 500px;
  overflow: auto;
  background: #FFFFFF;
  margin: 0;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
}

.tb-language-overlay .tb-language-dropdown-menu li {
  list-style: none;
  border-bottom: 1px solid #DDDDDD;
}

.tb-language-overlay .tb-language-dropdown-menu li a {
  padding: 8px 16px;
  display: block;
  text-decoration: none;
  color: #393939;
  font-size: 16px;
  line-height: 32px;
}

.tb-language-overlay .tb-language-dropdown-menu li a span.tb-language-lang {
  font-weight: bold;
  margin-right: 8px;
}

.tb-language-overlay .tb-language-dropdown-menu li a span.tb-language-local {
  margin-left: 8px;
}

.tb-language-overlay .tb-language-dropdown-menu li.highlight, .tb-language-overlay .tb-language-dropdown-menu li:hover {
  background: #DDDDDD;
}

.tb-language-overlay .tb-language-dropdown-menu li.highlight a, .tb-language-overlay .tb-language-dropdown-menu li:hover a {
  color: #998242;
}

.tb-language-overlay .tb-language-dropdown-menu li.highlight a span, .tb-language-overlay .tb-language-dropdown-menu li:hover a span {
  color: #998242;
}

@media only screen and (max-width: 1000px) {
  .tb-megadrop__column {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    background: #FFFFFF;
    z-index: 999;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none !important;
  }
  .navbar-expand-md .navbar-collapse.show {
    display: block !important;
  }
  .navbar-expand-md .navbar-collapse.show .tb-mainnavbar__mobile-control {
    border-bottom: 1px solid #DDDDDD;
    height: 80px;
    width: 100%;
    display: block !important;
  }
  .navbar-expand-md .navbar-collapse.show .tb-mainnavbar__mobile-control .tb-mainnavbar__back {
    float: left;
    cursor: pointer;
    padding-left: 24px;
  }
  .navbar-expand-md .navbar-collapse.show .tb-mainnavbar__mobile-control .tb-mainnavbar__back span {
    color: #393939;
    line-height: 80px;
    font-size: 16px;
  }
  .navbar-expand-md .navbar-collapse.show .tb-mainnavbar__mobile-control .tb-mainnavbar__close {
    float: right;
    min-width: 91px;
    display: block !important;
    padding-right: 24px;
    cursor: pointer;
  }
  .navbar-expand-md .navbar-collapse.show .tb-mainnavbar__mobile-control .tb-mainnavbar__close span {
    color: #393939;
    line-height: 80px;
    font-size: 16px;
  }
  .navbar-expand-md .navbar-collapse.show .tb-mainnavbar__itemwrapper .tb-mainnavbar__item {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  .navbar-expand-md .navbar-collapse.show .tb-mainnavbar__itemwrapper .tb-mainnavbar__item .tb-mainnavbar__link {
    padding: 18px 24px;
    position: relative;
    width: 100%;
    border: none;
    white-space: normal;
    color:black
  }
  .navbar-expand-md .navbar-collapse.show .tb-mainnavbar__itemwrapper .tb-mainnavbar__item .tb-language-overlay {
    display: block !important;
  }
  .tb-language-overlay {
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    right: 0px !important;
  }
  .tb-language-dropdown-menu {
    box-shadow: none !important;
  }
  .tb-language-dropdown-menu li a {
    padding: 12px 20px !important;
    font-size: 16px !important;
    line-height: 32px !important;
    text-decoration: none !important;
  }
  .tb-language-dropdown-menu li a span {
    line-height: 32px !important;
  }
  .tb-language-dropdown-menu li:hover {
    background: transparent !important;
  }
}

@media only screen and (min-width: 992px) {
  /* .tb-language-selector{margin-right:30px} */
}

.tb-news-selector {
  margin: 16px 0;
  padding: 0 8px;
}

.tb-news-selector .tb-latestnews-header {
  padding: 24px  0;
}

.tb-news-selector .tb-latestnews-header .field-header {
  font-size: 36px;
}

.tb-news-selector .tb-latestnews-row {
  margin: 0 -8px;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tbc-latestnews-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-img {
  background: #FFFFFF;
  line-height: 0;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  position: relative;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-img img {
  height: 100%;
  width: 100%;
  max-width: 100% !important;
  max-height: 187px;
  min-height: 187px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section {
  height: 100%;
  padding: 20px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-label {
  font-size: 12px;
  font-weight: 500;
  width: auto;
  display: inline-block;
  background: #998242;
  padding: 8px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  margin-left: 0;
  margin-right: auto;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-label a {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-date {
  padding-top: 16px;
  font-size: 12px;
  font-weight: 400;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-head {
  font-size: 20px;
  font-weight: 700;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-body {
  font-size: 16px;
}

.tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section.tb-bg-dark-gray {
  color: #fff;
}

.tb-news-selector .loadmore {
  padding-bottom: 16px;
}

.tb-news-selector .load-more input[type="button"] {
  display: none;
}

.tb-news-selector .tb-latestnews-filter {
  font-weight: 400;
}

.tb-news-selector .tb-latestnews-filter .tb-customised-select span {
  width: 100%;
  max-width: 300px;
  padding-right: 8px;
  right: 8px;
  position: relative;
}

.tb-news-selector .tb-news-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-news-selector .tb-news-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-news-selector .tb-news-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  -webkit-animation: 1s newsspin ease-in-out infinite;
  animation: 1s newsspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  margin: auto;
  margin-top: auto;
}

@-webkit-keyframes newsspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes newsspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-news-selector .results-count {
  display: none;
}

.tb-news-selector .progress {
  display: none;
}

@media only screen and (min-width: 768px) {
  .tb-latestnews-filter {
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tb-latestnews-section .tb-latestnews-body {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 1024px) {
  .tb-news-selector {
    margin: 12px 0;
  }
  .tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section {
    padding: 20px 24px 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb-news-selector {
    margin: 16px 0;
    padding: 0 16px;
  }
  .tb-news-selector .tb-latestnews-filter .tb-select-wrapper {
    margin-left: 0 !important;
  }
  .tb-news-selector .tb-latestnews-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 16px !important;
  }
  .tb-news-selector .tb-latestnews-row {
    margin: 0 !important;
    padding-bottom: 16px !important;
  }
  .tb-news-selector .tb-latestnews-row .tb-latestnews-item {
    padding: 0 !important;
  }
  .tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section {
    padding: 16px !important;
  }
  .tb-news-selector .tb-latestnews-row .tb-latestnews-item .tb-latestnews-section .tb-latestnews-link {
    padding-bottom: 24px !important;
  }
}

/*============== Sticky Link =============================*/
.tb-latestnews-stickylink .tb-latestnews-section .tb-latestnews-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}


/* breakpoints */
.link {
  background: transparent;
  /* breakpoints */
}

.link a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.link a:hover {
  color: #878787;
  text-decoration: none;
}


@charset "UTF-8";
/* breakpoints */
.link-list {
  background: transparent;
}

.link-list h1, .link-list h2, .link-list h3, .link-list h4, .link-list h5, .link-list h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
}

.link-list > .component-content ul {
  background: transparent;
}

.link-list > .component-content li {
  background: transparent;
  display: block;
  font-size: 13px;
}

.link-list > .component-content li a {
  display: inline;
  color: #747474;
  position: relative;
  padding-left: 10px;
  font-size: 1em;
  text-decoration: none;
}

.link-list > .component-content li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
}

.link-list > .component-content li a:hover {
  color: #878787;
  text-decoration: none;
  border-bottom: 1px solid #89C6CC;
}

.link-list .button-default, .link-list .default {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  color: #747474;
  font-weight: bold;
}

.link-list .button-default:hover, .link-list .default:hover {
  color: #747474;
  background: #f7f7f7;
}

.link-list .button-success, .link-list .success {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #a0ce4e;
  color: #fff;
  font-weight: bold;
}

.link-list .button-success:hover, .link-list .success:hover {
  color: #fff;
  background: #92be43;
}

.link-list .button-warning, .link-list .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #bc4526;
  color: #fff;
  font-weight: bold;
}

.link-list .button-warning:hover, .link-list .warning:hover {
  color: #fff;
  background: #c34e30;
}

/* breakpoints */
.link-list.list-vertical h3 {
  background: #FFFFFF;
  width: 100%;
  display: inline-block;
  padding: 3px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.link-list.list-vertical a {
  border: none;
}

.link-list.list-vertical li {
  display: block;
  margin-left: 20px;
}


.tb-litteraturelist-container {
  color: #393939;
  width: 100%;
  max-width: 100%;
  padding: 16px 0;
}

.tb-litteraturelist-container .search-result-list {
  margin: 0 !important;
  padding: 0 !important;
}

.tb-litteraturelist-container .tb-litteraturelist-header {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-litteraturelist-container .tb-litteraturelist-header > div:first-child {
  padding: 0;
}

.tb-litteraturelist-container .tb-litteraturelist-header .col-md-6 {
  padding: 0;
}

.tb-litteraturelist-container .tb-litteraturelist-header .tb-litteraturelist-filter {
  padding: 0;
  text-align: right;
}

.tb-litteraturelist-container .tb-litteraturelist-header .tb-litteraturelist-filter select {
  min-width: 190px;
  width: auto;
  border-radius: 0;
}

.tb-litteraturelist-container .tb-litteraturelist-header .tb-litteraturelist-filter .tb-customised-select {
  width: 230px;
  float: right;
}

.tb-litteraturelist-container .tb-litteraturelist-header .tb-litteraturelist-filter .tb-customised-select .s-items:first-child {
  display: none;
}

.tb-litteraturelist-container .tb-litteraturelist-row {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 24px 0;
}

.tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-item-date {
  padding: 0;
}

.tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-bookmark {
  height: 32px;
}

.tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-download {
  height: auto;
}

.tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-download a, .tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-bookmark a {
  text-decoration: none;
  color: #998242;
  cursor: pointer;
}

.tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-download a .tb-litteraturelist-item-icon, .tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-bookmark a .tb-litteraturelist-item-icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-download a .tb-litteraturelist-item-icon svg, .tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-bookmark a .tb-litteraturelist-item-icon svg {
  vertical-align: top;
}

.tb-litteraturelist-container .tb-litteraturelist-row .tb-litteraturelist-download {
  padding: 0;
}

.tb-litteraturelist-container .tb-litteraturelist-row .overlay {
  position: absolute;
  z-index: 100;
  display: inline-table;
  width: 350px;
}

.tb-litteraturelist-container .is-mobile {
  display: none;
}

.tb-litteraturelist-container .field-description {
  font-size: 14px;
}

.tb-litteraturelist-container .tb-litteraturelist-headtitle {
  font-size: 28px;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.tb-litteraturelist-container .tb-litteraturelist-count {
  padding: 24px 0;
  border-bottom: 1px solid #DDDDDD;
}

.tb-litteraturelist-container .tb-litteraturelist-count .results-count {
  font-size: 24px;
}

.tb-litteraturelist-container .tb-litteraturelist-filter .facet-heading {
  margin: 0 !important;
  padding: 0;
}

.tb-litteraturelist-container svg.tb-open {
  margin-right: 6px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .tb-litteraturelist-container {
    padding: 12px 0;
  }
  .tb-litteraturelist-container .is-mobile {
    display: block;
  }
  .tb-litteraturelist-container .is-desktop {
    display: none;
  }
  .tb-litteraturelist-container .tb-litteraturelist-header .tb-header-2 {
    font-size: 1.5em;
    line-height: 1.33;
  }
  .tb-litteraturelist-container .tb-litteraturelist-download {
    height: auto !important;
  }
  .tb-litteraturelist-container .tb-litteraturelist-row {
    padding-bottom: 16px;
  }
  .tb-litteraturelist-container .tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext {
    left: -120px !important;
    margin-left: 0 !important;
    width: 288px !important;
  }
  .tb-litteraturelist-container .tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext::after {
    left: 144px;
  }
  .tb-litteraturelist-count {
    padding: 16px 0;
  }
  .tb-litteraturelist-count .results-count {
    font-size: 20px !important;
  }
  .tb-litteraturelist-headtitle {
    font-size: 24px !important;
  }
  .tb-litteraturelist-container .tb-litteraturelist-header .tb-litteraturelist-filter {
    margin-top: 24px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .tb-litteraturelist-container .tb-litteraturelist-header .tb-litteraturelist-filter select {
    width: 100%;
  }
  .tb-litteraturelist-container .tb-litteraturelist-header .tb-litteraturelist-filter .tb-customised-select {
    width: 100%;
  }
  .tb-litteraturelist-container .tb-litteraturelist-head {
    display: none;
  }
  .tb-litteraturelist-container .tb-litteraturelist-row {
    padding: 16px 0;
    padding-bottom: 8px;
  }
  .tb-litteraturelist-container .tb-litteraturelist-row .col-md-5 {
    padding: 0;
  }
  .tb-litteraturelist-container .tb-litteraturelist-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .tb-litteraturelist-container .tb-litteraturelist-row .col-6 {
    text-align: right;
    margin-top: 16px;
    padding: 0;
  }
  .tb-litteraturelist-container .tb-litteraturelist-row .col-6:last-child {
    text-align: left;
  }
  .tb-litteraturelist-container .tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext {
    left: 0 !important;
    margin-left: 0 !important;
    width: 288px !important;
  }
  .tb-litteraturelist-container .tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext::after {
    left: 24px;
  }
  .tb-litteraturelist-container .tb-litteraturelist-count {
    padding: 16px 0;
  }
  .component.tb-literature-list-container {
    padding: 0 16px;
  }
}

.tb-litteraturelist-tooltip {
  position: relative;
  display: inline-block;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #393939;
  color: #FFFCFC;
  text-align: center;
  border-radius: 0px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -160px;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-left {
  bottom: -200%;
  left: 110%;
  margin-left: 0;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 12px;
  border-style: solid;
  border-color: #393939 transparent transparent transparent;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-no-arrow::after {
  border-color: transparent;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-right {
  width: 250px;
  bottom: initial;
  left: inherit;
  margin-left: initial;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-right::after {
  border-color: transparent #393939 transparent transparent;
  left: 0;
  margin-left: -24px;
  top: 50%;
  margin-top: -12px;
}

.tb-litteraturelist-tooltip:hover .tb-litteraturelist-tooltip-tooltiptext {
  visibility: visible;
}

.tb-litteraturelist-container.tb-without-headline .tb-litteraturelist-header {
  display: none;
}

.tb-litteraturelist-container.tb-without-headline .tb-litteraturelist-head {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .tb-litteraturelist-head .col-lg-4, .tb-litteraturelist-head .col-lg-3 {
    padding-left: 0;
  }
  .tb-literature-list-result-container .tb-litteraturelist-row .col-lg-4, .tb-literature-list-result-container .tb-litteraturelist-row .col-lg-3 {
    padding-left: 0;
  }
}

.tb-litteraturelist-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-litteraturelist-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-litteraturelist-filter .facet-dropdown {
  margin-left: 0;
  margin-bottom: 8px !important;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext {
  cursor: default;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext .tb-litteraturelist-tooltip-close {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .tb-litteraturelist-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -5px;
  }
  .tb-litteraturelist-filter .facet-dropdown {
    margin-bottom: 0 !important;
    padding: 0 5px !important;
  }
}

@media only screen and (min-width: 992px) {
  .tb-litteraturelist-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 32px 0;
  }
  .tb-litteraturelist-filter {
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tb-litteraturelist-filter .facet-dropdown {
    margin-left: 8px !important;
    padding: 0 !important;
  }
  .tb-litteraturelist-headtitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .tb-litteraturelist-header {
    padding: 24px 0 !important;
  }
}

.tb-litteraturelist-filter .facet-dropdown.has-value .tb-customised-select:after {
  display: none;
}

.tb-litteraturelist-filter .component-content {
  position: relative;
}

.tb-litteraturelist-filter .facet-heading {
  display: block !important;
  border: none !important;
  position: initial !important;
  margin: 0 !important;
}

.tb-litteraturelist-filter .facet-title {
  display: none !important;
}

.tb-litteraturelist-filter .clear-filter {
  position: absolute;
  display: none !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  padding: 5px;
  right: 4px !important;
  top: 50% !important;
  font-size: 0px !important;
  z-index: 98;
}

.tb-litteraturelist-filter .clear-filter:hover {
  background: none !important;
}

.tb-litteraturelist-filter .clear-filter:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1IiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0xNCAxTDEgMTRNMSAxTDcuMDkzNzUgNy4wOTM3NUwxNCAxNCIgc3Ryb2tlPSIjMzkzOTM5IiBzdHJva2Utd2lkdGg9IjEuMiIvPg0KPC9zdmc+") !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  display: block;
}

.tb-litteraturelist-filter .facet-dropdown.has-value .clear-filter {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  fill: #393939;
}

.tb-litteraturelist-filter .facet-dropdown.has-value .tb-customised-select {
  pointer-events: none;
}

.tb-literature-list-container.is-loading .tb-litteraturelist-container {
  pointer-events: none;
  opacity: 0.4;
}

.tb-literature-list-container {
  position: relative;
}

.tb-literature-list-container .tb-cf-spinnerwrapper {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-literature-list-container .tb-cf-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  -webkit-animation: 1s cfspin ease-in-out infinite;
  animation: 1s cfspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
}


/* breakpoints */
.login {
  /* breakpoints */
  background-color: transparent;
}

.login label {
  background: transparent;
  color: #747474;
}

.login input, .login button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.login input:focus {
  border: 1px solid #d2d2d2;
}

.login input[type="submit"], .login input[type="reset"], .login input[type="button"], .login button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.login input[type="submit"]:hover, .login input[type="reset"]:hover, .login input[type="button"]:hover, .login button:hover {
  background: #f7f7f7 !important;
}

.login input::-moz-focus-inner, .login button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.login input[type="text"] {
  font-size: 13px;
}

.login input[type="text"], .login input[type="email"], .login input[type="password"], .login textarea, .login select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.login select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.login table {
  width: 100%;
}

.login table input, .login table label {
  display: inline-block;
  margin: 0;
}

.login table tr, .login table tbody {
  background-color: transparent !important;
}

.login table td {
  padding: 5px;
}

.login table input[type='text'], .login table input[type='password'] {
  min-height: 33px;
}


/* breakpoints */
.logout {
  /* breakpoints */
}

.logout a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.logout a:hover {
  color: #878787;
  text-decoration: none;
}

.logout .component-content > a, .logout .component-content > p {
  display: inline-block;
}


/* breakpoints */
.map {
  border-width: 1px;
  border-style: solid;
  border-color: none;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
}

.map .map-canvas {
  position: relative;
}

.map img {
  max-width: none;
}

.map .MicrosoftMap .infobox-close {
  position: static;
  float: right;
}

.map .MicrosoftMap .Infobox .infobox-body {
  height: 100%;
}

.map .MicrosoftMap .Infobox .infobox-info {
  height: 100%;
  box-sizing: border-box;
}


#market-selector a {
  text-decoration: none;
  color: #998242;
  font-size: 18px;
  font-family: libre franklin;
}

#market-selector-overlay.overlay {
  font-family: libre franklin;
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 999;
  display: none;
  background: #fff;
  box-shadow: 3px 5px 5px #d3d3d3;
}

#market-selector-overlay .close-btn {
  font-size: 28px;
  float: right;
  padding: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-decoration: none;
  color: #4B4B4B;
}

#market-selector-overlay .market-title {
  text-align: center;
  color: #4B4B4B;
  font-size: 36px;
  margin-top: 40px;
  line-height: 44px;
}

#market-selector-overlay .market-subtitle {
  text-align: center;
  color: #AFAFAF;
  font-size: 20px;
  margin: 16px 0 32px 0;
  line-height: 28px;
}

#market-selector-overlay .market-subtitle a {
  color: #998242;
  text-decoration: none;
}

#market-selector-overlay .market-sections {
  margin: 30px 220px;
  border-top: 1px solid #dddddd;
  overflow: auto;
  height: 380px;
}

#market-selector-overlay .market-sections section h3 {
  color: #434343;
  margin: 32px 0 24px 0;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

#market-selector-overlay .market-sections section ul {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 4;
  /* Firefox */
  -webkit-column-fill: auto;
  column-fill: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

#market-selector-overlay .market-sections section ul .market-menu-item a {
  color: #393939;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
}

#market-selector-overlay .market-sections section ul .market-menu-item a span {
  text-transform: capitalize;
}

#market-selector-overlay .market-sections section ul .market-menu-item a span.language {
  font-weight: normal;
}

#market-selector-overlay .market-sections section ul .market-menu-item a span.separator {
  margin: 0 5px;
}

#market-selector-overlay .market-sections section ul .market-menu-item.selected a {
  color: #998242;
}

#market-selector-overlay .market-sections section ul .market-menu-item.selected a span {
  color: #998242 !important;
}


#tb-marketselector {
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  /* margin-right: 20px; */
  padding:8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.10);
  height:40px
}

#tb-marketselector a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 100%;
  text-transform: uppercase;
}

/* #tb-marketselector a:hover:after {
  content: " ";
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #998242;
  display: block;
  position: absolute;
  top: 48px;
  width: 100%;
} */

#tb-marketselector-overlay .container-fluid {
  position: relative;
}

#tb-marketselector-overlay .tb-icon-close {
  top: 40px;
  position: absolute;
  right: 32px;
  cursor: pointer;
}

#tb-marketselector-overlay.overlay {
  width: 100%;
  position: fixed;
  top: 80px !important;
  left: 0;
  z-index: 999;
  display: none;
  background: #fff;
  color: #393939;
  box-shadow: 3px 5px 5px #d3d3d3;
}

#tb-marketselector-overlay .tb-marketselector-close-btn {
  font-size: 28px;
  text-decoration: none;
  position: absolute;
  right: 32px;
  cursor: pointer;
}

#tb-marketselector-overlay .tb-marketselector-close-btn span {
  color: #393939;
  position: relative;
  font-size: 16px;
  right: 4px;
  top: -3px;
}

#tb-marketselector-overlay .tb-marketselector-title {
  text-align: center;
  font-size: 36px;
  margin-top: 40px;
  line-height: 44px;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
}

#tb-marketselector-overlay .tb-marketselector-subtitle {
  text-align: center;
  font-size: 20px;
  margin: 16px 0 32px 0;
  line-height: 28px;
}

#tb-marketselector-overlay .tb-marketselector-subtitle a {
  color: #998242;
  text-decoration: none;
}

#tb-marketselector-overlay .tb-marketselector-sections {
  border-top: 1px solid #DDDDDD;
  overflow: auto;
  height: 380px;
}

#tb-marketselector-overlay .tb-marketselector-sections section {
  padding-bottom: 20px;
}

#tb-marketselector-overlay .tb-marketselector-sections section h3 {
  color: #434343;
  margin: 32px 0 24px 0;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

#tb-marketselector-overlay .tb-marketselector-sections section div {
  color: #434343;
  margin: 32px 0 24px 0;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  font-family: inherit;
}


#tb-marketselector-overlay .tb-marketselector-sections section ul {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 4;
  list-style: none;
  padding: 0;
  margin: 0;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item .tb-marketselector-menu-item {
  line-height: 40px;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a {
  color: #393939;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a span {
  text-transform: capitalize;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a span.tb-marketselector-language {
  font-weight: normal;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a span.tb-marketselector-separator {
  margin: 0 8px;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a:hover:after {
  width: 100%;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item a:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #998242;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item.selected a {
  color: #998242;
}

#tb-marketselector-overlay .tb-marketselector-sections section ul .tb-marketselector-menu-item.selected a span {
  color: #998242 !important;
}

@media only screen and (max-width: 768px) {
  .tb-marketselector {
    display: none;
  }
  #tb-marketselector-overlay {
    display: none;
  }
  #tb-marketselector-overlay.overlay {
    z-index: 1099;
  }
  #tb-marketselector-overlay .container-fluid {
    padding: 0;
  }
  #tb-marketselector-overlay .tb-marketselector-close-btn {
    display: none;
  }
  #tb-marketselector-overlay .tb-marketselector-title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    padding: 0px 24px;
    position: relative;
  }
  #tb-marketselector-overlay .tb-marketselector-subtitle {
    text-align: left;
    padding: 0px 24px;
  }
  #tb-marketselector-overlay .tb-marketselector-dropdown-menu {
    display: none;
  }
  #tb-marketselector-overlay .tb-marketselector-sections section h3 {
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    margin: 0;
    z-index: 1299;
    padding: 12px 24px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
  }
  #tb-marketselector-overlay .tb-marketselector-sections section h3:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    right: 24px;
    top: 24px;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.25%205.98319L1.07915%2012L0.75%2011.4286L9.93338%205.98319L0.75%200.571429L1.07915%203.92512e-09L11.25%205.98319Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E");
  }
  .tb-market-select .tb-marketselector-title, .tb-market-select .tb-marketselector-subtitle, .tb-market-select .tb-marketselector-section-title {
    display: none;
  }
  .tb-market-select h3.tb-market-selected-option {
    display: block !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #393939 !important;
    padding: 24px !important;
  }
  .tb-market-select h3.tb-market-selected-option:after {
    display: none !important;
  }
  .tb-market-select .tb-market-selected-option + .tb-marketselector-dropdown-menu {
    display: block !important;
    -webkit-column-count: auto !important;
    column-count: auto !important;
  }
  .tb-market-select .tb-market-selected-option + .tb-marketselector-dropdown-menu .tb-marketselector-menu-item {
    border-bottom: 1px solid #DDDDDD;
    padding: 12px 24px;
  }
  .tb-market-select .tb-market-selected-option + .tb-marketselector-dropdown-menu .tb-marketselector-menu-item a {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
  }
}


@charset "UTF-8";
/* breakpoints */
.media-link {
  background: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  /* breakpoints */
}

.media-link a {
  color: #747474;
}

.media-link a:hover {
  color: #878787;
  text-decoration: none;
}

.media-link .component-content .scEmptyPlaceholder {
  width: 100%;
  margin-left: 0;
}

.media-link .component-content > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.media-link.position-right .field-filetypeicon, .media-link.position-right .field-linktext {
  float: right;
}

.media-link .field-filetypeicon, .media-link .field-linktext {
  display: inline-block;
}

.media-link .field-filetypeicon > a {
  height: 24px !important;
  display: block;
}

.media-link .field-filetypeicon span {
  display: block;
  height: 24px !important;
}

.media-link .field-filetypeicon span:before {
  font-size: 18px;
}

.media-link .field-linktext a {
  font-size: 1em;
}

.media-link.file-list-files > .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-link.file-list-files .file-description {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 84%;
  margin-left: 0;
}

.media-link.file-list-files .file-description .field-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 13px;
}

.media-link.file-list-files .file-description .field-filetypeicon {
  height: 24px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 10px;
  width: 6%;
  text-align: center;
  vertical-align: middle;
}

.media-link.file-list-files .file-description .field-filetypeicon span:before {
  font-size: 24px !important;
}

.media-link.file-list-files .file-description .info-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 93%;
}

.media-link.file-list-files .file-description .info-wrapper .field-size,
.media-link.file-list-files .file-description .info-wrapper .field-updated {
  display: inline-block;
  font-size: 12px;
}

.media-link.file-list-files .field-linktext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15%;
  padding: 10px 13px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
}

.media-link.file-list-files .field-linktext a {
  line-height: 22px;
}

@media only screen and (max-width: 768px) {
  .media-link.file-list-files .file-description {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .media-link.file-list-files .file-description .field-filetypeicon {
    width: 100%;
  }
  .media-link.file-list-files .file-description .field-filetypeicon span {
    margin: 0 auto;
  }
  .media-link.file-list-files .file-description .info-wrapper {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  .media-link.file-list-files .field-linktext {
    width: 100%;
    margin: 0 auto;
  }
}

.media-link .field-filetypeicon > a > span, .media-link .pdf, .media-link .xls, .media-link .xlsx, .media-link .pptx, .media-link .ppt, .media-link .docx, .media-link .doc, .media-link .bmp, .media-link .png, .media-link .jpg, .media-link .jpeg, .media-link .psd, .media-link .gif, .media-link .avi, .media-link .mp4, .media-link .wmv, .media-link .mov, .media-link .mp3, .media-link .wma, .media-link .txt, .media-link .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.media-link .field-filetypeicon > a > span:before, .media-link .pdf:before, .media-link .xls:before, .media-link .xlsx:before, .media-link .pptx:before, .media-link .ppt:before, .media-link .docx:before, .media-link .doc:before, .media-link .bmp:before, .media-link .png:before, .media-link .jpg:before, .media-link .jpeg:before, .media-link .psd:before, .media-link .gif:before, .media-link .avi:before, .media-link .mp4:before, .media-link .wmv:before, .media-link .mov:before, .media-link .mp3:before, .media-link .wma:before, .media-link .txt:before, .media-link .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.media-link .field-filetypeicon span:before {
  content: "";
}

.media-link .field-filetypeicon .pdf:before {
  content: "";
}

.media-link .field-filetypeicon .xlsx:before, .media-link .field-filetypeicon .xls:before {
  content: "";
}

.media-link .field-filetypeicon .pptx:before, .media-link .field-filetypeicon .ppt:before {
  content: "";
}

.media-link .field-filetypeicon .docx:before, .media-link .field-filetypeicon .doc:before {
  content: "";
}

.media-link .field-filetypeicon .bmp:before, .media-link .field-filetypeicon .png:before, .media-link .field-filetypeicon .jpg:before, .media-link .field-filetypeicon .jpeg:before, .media-link .field-filetypeicon .psd:before, .media-link .field-filetypeicon .gif:before, .media-link .field-filetypeicon .tif:before {
  content: "";
}

.media-link .field-filetypeicon .avi:before, .media-link .field-filetypeicon .mp4:before, .media-link .field-filetypeicon .wmv:before, .media-link .field-filetypeicon .mov:before, .media-link .field-filetypeicon .mpg:before, .media-link .field-filetypeicon .mkv:before, .media-link .field-filetypeicon .vp6:before, .media-link .field-filetypeicon .vid:before, .media-link .field-filetypeicon .rv:before, .media-link .field-filetypeicon .webm:before, .media-link .field-filetypeicon .swf:before, .media-link .field-filetypeicon .flv:before, .media-link .field-filetypeicon .m4v:before, .media-link .field-filetypeicon .h264:before, .media-link .field-filetypeicon .mk3d:before, .media-link .field-filetypeicon .gifv:before, .media-link .field-filetypeicon .oggv:before, .media-link .field-filetypeicon .movie:before, .media-link .field-filetypeicon .divx:before {
  content: "";
}

.media-link .field-filetypeicon .mp3:before, .media-link .field-filetypeicon .wma:before, .media-link .field-filetypeicon .wav:before, .media-link .field-filetypeicon .fla:before, .media-link .field-filetypeicon .flac:before, .media-link .field-filetypeicon .ra:before, .media-link .field-filetypeicon .rma:before, .media-link .field-filetypeicon .aif:before, .media-link .field-filetypeicon .aiff:before, .media-link .field-filetypeicon .aa:before, .media-link .field-filetypeicon .aac:before, .media-link .field-filetypeicon .mid:before, .media-link .field-filetypeicon .midi:before, .media-link .field-filetypeicon .aax:before, .media-link .field-filetypeicon .ac3:before, .media-link .field-filetypeicon .au:before, .media-link .field-filetypeicon .ogg:before, .media-link .field-filetypeicon .avr:before, .media-link .field-filetypeicon .m4a:before, .media-link .field-filetypeicon .mp4a:before, .media-link .field-filetypeicon .amz:before, .media-link .field-filetypeicon .mka:before, .media-link .field-filetypeicon .asx:before, .media-link .field-filetypeicon .pcm:before, .media-link .field-filetypeicon .m3u:before, .media-link .field-filetypeicon .xwma:before {
  content: "";
}

.media-link .field-filetypeicon .txt:before {
  content: "";
}

.media-link .field-filetypeicon .zip:before, .media-link .field-filetypeicon .zipx:before, .media-link .field-filetypeicon .rar:before, .media-link .field-filetypeicon .tar:before, .media-link .field-filetypeicon .gz:before, .media-link .field-filetypeicon .dmg:before, .media-link .field-filetypeicon .iso:before {
  content: "";
}

.media-link .field-filetypeicon .css:before, .media-link .field-filetypeicon .js:before, .media-link .field-filetypeicon .py:before, .media-link .field-filetypeicon .git:before, .media-link .field-filetypeicon .py:before, .media-link .field-filetypeicon .cpp:before, .media-link .field-filetypeicon .h:before, .media-link .field-filetypeicon .ini:before, .media-link .field-filetypeicon .config:before {
  content: "";
}

.media-link .field-filetypeicon .exe:before, .media-link .field-filetypeicon .jar:before, .media-link .field-filetypeicon .dll:before, .media-link .field-filetypeicon .bat:before, .media-link .field-filetypeicon .pl:before, .media-link .field-filetypeicon .scr:before, .media-link .field-filetypeicon .msi:before, .media-link .field-filetypeicon .app:before, .media-link .field-filetypeicon .deb:before, .media-link .field-filetypeicon .apk:before, .media-link .field-filetypeicon .jar:before, .media-link .field-filetypeicon .vb:before, .media-link .field-filetypeicon .prg:before, .media-link .field-filetypeicon .sh:before {
  content: "";
}

.media-link .field-filetypeicon .com:before, .media-link .field-filetypeicon .net:before, .media-link .field-filetypeicon .org:before, .media-link .field-filetypeicon .edu:before, .media-link .field-filetypeicon .gov:before, .media-link .field-filetypeicon .mil:before, .media-link .field-filetypeicon .html:before, .media-link .field-filetypeicon .htm:before, .media-link .field-filetypeicon .xhtml:before, .media-link .field-filetypeicon .jhtml:before, .media-link .field-filetypeicon .php:before, .media-link .field-filetypeicon .php3:before, .media-link .field-filetypeicon .php4:before, .media-link .field-filetypeicon .php5:before, .media-link .field-filetypeicon .phtmle:before, .media-link .field-filetypeicon .asp:before, .media-link .field-filetypeicon .aspx:before, .media-link .field-filetypeicon .cfm:before {
  content: "";
}

/* breakpoints */
.media-link-horizontal div .field-filetypeicon span {
  height: 25px;
  width: 100%;
}

.media-link-horizontal div .field-filetypeicon span:before {
  font-size: 24px !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-link-horizontal .component-content > * {
  display: block;
  text-align: center;
}


 .media-teaser {
	margin-top: 130px;
   width: 100%;
 }
  .media-teaser-new-label {
    color: rgb(0, 38, 100);
    padding: 6px;
    border-radius: 2px;
    border: 1px solid;
    width: 64px;
    height: 32px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: inline-table;
    font-family: "Libre Franklin";


 }
 .media-teaser-image img{
    width:100%;
    height:auto
 }
 .media-teaser-content{
    display: flex;
    flex-direction: column;
    padding:40px 20px;
    gap:16px
 }
 .media-teaser-content .news-tag{
    border-radius: 2px;
    width: 46px;
    padding: 6px;
    font-size: 14px;
    font-weight:600
 }
 .media-teaser-content .title{
    font-size: 56px;
    font-weight: 600;
    line-height: 64px; 
 }
 .media-teaser-content .subtitle{
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
 }
 .media-teaser-content .description{
    color: #000;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
 }

 .media-teaser-content .description ul{
   font-size: 1em;
   line-height: 2;
   list-style: none;
   /* list-style-position: inside; */
   padding-left: 18px;
   padding-top: 16px;
   list-style-type: initial;
 } 


 .media-teaser-content .tags-row{
    display:flex;
    padding:  8px 0px;
    align-items: flex-start;
    gap: 8px;
 }
 .media-teaser-content .tags-row .tag{
    padding: 6px;
    border-radius: 2px;
    white-space: nowrap;
    font-family: "Libre Franklin";
    font-weight:600;
    font-size:14px
 }
 .media-teaser-button{
    width:fit-content;
    color:white !important;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 4px;
    border-radius:  4px;
    cursor: pointer;
    font-size:14px;
    font-weight:600;
    line-height:20px;
    text-decoration: none !important;
 }
 .media-teaser-button:hover{
   opacity:0.8;
 }
@media only screen and (min-width:769px) {
	.media-teaser-image{
    padding-top: 50px;
    padding-bottom: 40px
	}
	.media-teaser-content{
    padding: 40px 0px 40px 20px;
	}
 
}
 @media only screen and (max-width:576px){
    .media-teaser-content .title{
        font-size:40px;
        line-height:44px;
        word-wrap: break-word;
    }
    .media-teaser-content .subtitle{
        font-size:20px;
        line-height:26px;
    }
    .media-teaser-content .description{
        font-size:14px;
    }
    .media-teaser-content .tags-row{
        overflow-x:auto
    }
    .media-teaser-content .tags-row::-webkit-scrollbar{
        scrollbar-width:none
    }
    .media-teaser-button{
        padding:12px
    }
 }


.component.modfinwidget h2.component-header {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 1023px) {
  .component.modfinwidget h2.component-header {
    line-height: 36px;
    font-size: 28px;
  }
}

.tb-modfinwidget.tb-financial-calendar {
  font-family: "Libre Franklin", sans-serif;
  background: #FFFFFF;
  width: 1376px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-modfinwidget.tb-financial-calendar .component-content {
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .tb-modfinwidget.tb-financial-calendar .component-content {
    margin: 8px 0;
    padding: 0 8px;
  }
}

.tb-modfinwidget.tb-financial-calendar .tb-financial-calendar-buttons-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .tb-modfinwidget.tb-financial-calendar .tb-financial-calendar-buttons-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tb-modfinwidget.tb-financial-calendar .tb-financial-calendar-buttons-bottom button:first-of-type {
  margin-bottom: 0 !important;
}

.tb-modfinwidget.tb-financial-calendar .tb-financial-calendar-header,
.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .tb-modfinwidget.tb-financial-calendar .tb-financial-calendar-header,
  .tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}

.tb-modfinwidget.tb-financial-calendar .tb-financial-calendar-header h4 {
  border-bottom: 1px solid #DDDDDD;
  margin: 0;
  padding: 16px;
  text-transform: capitalize;
  font-weight: 700;
}

.tb-modfinwidget.tb-financial-calendar .tb-financial-calendar-header li {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element:hover {
  background: #FAFAFA;
}

.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element li {
  border-bottom: 1px solid #DDDDDD;
  list-style: none;
  padding: 16px;
  text-transform: capitalize;
}

.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element li.tb-financial-calendar-event-date,
.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element li.tb-financial-calendar-event-content {
  color: #393939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element li.tb-financial-calendar-event-date .time,
.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element li.tb-financial-calendar-event-content .time {
  font-size: 12px;
  line-height: 24px;
}

.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element li.tb-financial-calendar-event-content .title {
  color: #393939;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element li.tb-financial-calendar-event-content .category {
  color: #FFFFFF;
  background: #393939;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 8px 16px;
  display: none;
}

.tb-modfinwidget.tb-financial-calendar ul.tb-financial-calendar-element li.tb-financial-calendar-event-content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}


.component.modfinwidget h2.tb-header-3 {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 1023px) {
  .component.modfinwidget h2.tb-header-3 {
    line-height: 36px;
    font-size: 28px;
  }
}

.modfinwidget .component-content {
  margin: 16px 0;
  min-height: 130px;
}

@media screen and (max-width: 767px) {
  .modfinwidget .component-content {
    margin: 8px 0;
    padding: 0 8px;
  }
}

.mf-financial-report {
  width: 1376px;
  max-width: 100%;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding-bottom: 16px;
}

.mf-financial-report * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Libre Franklin", sans-serif;
}

.mf-financial-report p#loading-msg {
  display: none;
}

@-webkit-keyframes cfspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cfspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mf-financial-report .tb-cf-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mf-financial-report .tb-cf-loaderwrapper .tb-cf-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mf-financial-report .tb-cf-loaderwrapper .tb-cf-spinnerwrapper .tb-cf-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  -webkit-animation: 1s cfspin ease-in-out infinite;
  animation: 1s cfspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
  margin-top: 35px;
}

.mf-financial-report #financial-report-wrapper {
  display: none;
}

.mf-financial-report #financial-report-wrapper .block {
  /* block-header */
  /* block-element */
  /* block header */
  /* block element */
}

.mf-financial-report #financial-report-wrapper .block .block-header {
  margin-top: 16px;
}

@media screen and (min-width: 1023px) {
  .mf-financial-report #financial-report-wrapper .block .block-header {
    margin-top: 64px;
  }
}

.mf-financial-report #financial-report-wrapper .block:first-of-type .block-header {
  margin-top: 0;
}

.mf-financial-report #financial-report-wrapper .block .block-header,
.mf-financial-report #financial-report-wrapper .block ul.block-element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block .block-header,
  .mf-financial-report #financial-report-wrapper .block ul.block-element {
    -ms-grid-columns: 2fr (1fr)[6];
    grid-template-columns: 2fr repeat(6, 1fr);
  }
}

.mf-financial-report #financial-report-wrapper .block .block-header h4.category,
.mf-financial-report #financial-report-wrapper .block ul.block-element h4.category {
  display: none;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block .block-header h4.category,
  .mf-financial-report #financial-report-wrapper .block ul.block-element h4.category {
    display: inline-block;
  }
}

.mf-financial-report #financial-report-wrapper .block .block-header {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 16px;
}

.mf-financial-report #financial-report-wrapper .block .block-header h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #393939;
  padding-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block .block-header h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .mf-financial-report #financial-report-wrapper .block .block-header h4:not(.year) {
    text-align: center;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element {
  border-bottom: 1px solid #DDDDDD;
  height: auto;
  /* animate element expansion and contraction */
}

@media screen and (max-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element {
    /* contract element*/
    /* expand element*/
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive {
    -webkit-animation: inactive 0.2s ease-in-out forwards;
    animation: inactive 0.2s ease-in-out forwards;
    overflow: hidden;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .title {
    position: relative;
    left: 16px;
    line-break: auto;
    word-wrap: normal;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active {
    -webkit-animation: active 0.2s ease-in-out forwards;
    animation: active 0.2s ease-in-out forwards;
    overflow: hidden;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .title {
    position: relative;
    left: 16px;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active .icon-expand {
    margin-left: 0px;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 38px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  font-size: 16px;
  gap: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-left: 24px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons {
    justify-self: center;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons:has(.icons-blank) {
    display: none;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons .news-spinner {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: -25px;
  left: 0;
  width: 32px;
  height: 32px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons .news-spinner .tb-cf-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons .news-spinner .tb-cf-spinnerwrapper .tb-cf-spinner {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 32px;
  -webkit-animation: 1s cfspin ease-in-out infinite;
  animation: 1s cfspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
  margin-top: 35px;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a {
  text-decoration: none;
  color: #998242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: capitalize;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon {
    width: 24px;
    left: 2px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-download {
  display: none;
  width: 16px;
  height: 16px;
  background-image: url("/-/media/themes/trelleborg/global/trelleborgbasetheme/images/svg_icons/download.svg");
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-download {
    display: none;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-holder {
  width: 24px;
  height: 24px;
  background-color: #998242;
  display: block;
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-holder {
    position: relative;
    left: -2px;
    top: -1px;
  }
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-holder {
    display: block;
    width: 38px;
    height: 38px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-blank {
  background: lightblue;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-report {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/report.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/report.svg");
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-report {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/report.svg");
  }
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-report {
    left: 0;
    top: 0;
    margin-right: 4px;
  }
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-report {
    width: 32px;
    height: 32px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-webcast {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/webcast.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/webcast.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-webcast {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/webcast.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-esef {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/esef.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/esef.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-esef {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/esef.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-transcript {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/transcript.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/transcript.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-transcript {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/transcript.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-presentation {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/presentation.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/presentation.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-presentation {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/presentation.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-press-release {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/press release.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/press release.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-press-release {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/press release.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon img {
  display: none;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon img {
    display: none;
    height: 32px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.category {
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.category {
    display: none;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title {
    cursor: pointer;
  }
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .icon-expand, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .icon-expand {
    display: none;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .icon-expand::before, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .icon-expand::before {
  content: "";
  display: block;
  width: 16px;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .title, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .title span.event-date, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .title span.event-date {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .title span.event-date, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .title span.event-date {
    margin-bottom: 8px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active .icon-expand {
  position: relative;
  top: 16px;
  left: 8px;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active .icon-expand::before {
  height: 1px;
  background-image: url("/-/media/themes/trelleborg/global/trelleborgbasetheme/images/svg_icons/accordion-minus.svg");
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.inactive .icon-expand {
  position: relative;
  top: 8px;
  left: 8px;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.inactive .icon-expand::before {
  height: 16px;
  background-image: url("/-/media/themes/trelleborg/global/trelleborgbasetheme/images/svg_icons/accordion-plus.svg");
}

@-webkit-keyframes inactive {
  0% {
    min-height: auto;
    background: #FAFAFA;
  }
  100% {
    height: auto;
    background: #FFFFFF;
  }
}

@keyframes inactive {
  0% {
    min-height: auto;
    background: #FAFAFA;
  }
  100% {
    height: auto;
    background: #FFFFFF;
  }
}

@-webkit-keyframes active {
  0% {
    height: auto;
    background: #FFFFFF;
  }
  100% {
    min-height: auto;
    background: #FAFAFA;
  }
}

@keyframes active {
  0% {
    height: auto;
    background: #FFFFFF;
  }
  100% {
    min-height: auto;
    background: #FAFAFA;
  }
}


@charset "UTF-8";
.component.modfinwidget h2.component-header {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 1023px) {
  .component.modfinwidget h2.component-header {
    line-height: 36px;
    font-size: 28px;
  }
}

.mfn-key-figures {
  background: #FFFFFF;
  max-width: 100%;
  font-family: "Libre Franklin", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mfn-key-figures * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.mfn-key-figures .component-content {
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .mfn-key-figures .component-content {
    margin: 8px 0;
    padding: 0 8px;
  }
}

.mfn-key-figures ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 24px;
  /*
    • apply-li-styles(break-point, a, b, c);

    • break-point = windows width
    • a, b, b = index of the element that should have a border-right
    • border-left is added automatically for every element
    • border-right is added automatically to the last element
    */
}

.mfn-key-figures ul li {
  border-top: 1px solid #DDDDDD;
}

.mfn-key-figures ul li:last-of-type {
  border-bottom: 1px solid #DDDDDD;
}

.mfn-key-figures ul li .kf-icon {
  width: 48px;
  height: 48px;
  background-size: 100%;
}

.mfn-key-figures ul li:first-child .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/net_sales.svg");
}

.mfn-key-figures ul li:nth-child(2) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/Organic_sales.svg");
}

.mfn-key-figures ul li:nth-child(3) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/EBIT.svg");
}

.mfn-key-figures ul li:nth-child(4) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/EBIT_percentage.svg");
}

.mfn-key-figures ul li:nth-child(5) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/Operating_cashflow.svg");
}

.mfn-key-figures ul li:nth-child(6) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/Earnings_per_share.svg");
}

@media screen and (min-width: 500px) {
  .mfn-key-figures ul li:nth-of-type(odd), .mfn-key-figures ul li:nth-of-type(even) {
    border: none;
    border-left: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:nth-of-type(2), .mfn-key-figures ul li:nth-of-type(4), .mfn-key-figures ul li:nth-of-type(6) {
    border-right: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:last-of-type {
    border-right: 1px solid #DDDDDD;
  }
}

@media screen and (min-width: 768px) {
  .mfn-key-figures ul li:nth-of-type(odd), .mfn-key-figures ul li:nth-of-type(even) {
    border: none;
    border-left: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:nth-of-type(3), .mfn-key-figures ul li:nth-of-type(6), .mfn-key-figures ul li:nth-of-type(9) {
    border-right: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:last-of-type {
    border-right: 1px solid #DDDDDD;
  }
}

@media screen and (min-width: 990px) {
  .mfn-key-figures ul li:nth-of-type(odd), .mfn-key-figures ul li:nth-of-type(even) {
    border: none;
    border-left: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:nth-of-type(4), .mfn-key-figures ul li:nth-of-type(8), .mfn-key-figures ul li:nth-of-type(12) {
    border-right: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:last-of-type {
    border-right: 1px solid #DDDDDD;
  }
}

@media screen and (min-width: 1440px) {
  .mfn-key-figures ul li:nth-of-type(odd), .mfn-key-figures ul li:nth-of-type(even) {
    border: none;
    border-left: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:nth-of-type(6), .mfn-key-figures ul li:nth-of-type(12), .mfn-key-figures ul li:nth-of-type(18) {
    border-right: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:last-of-type {
    border-right: 1px solid #DDDDDD;
  }
}

.mfn-key-figures ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 32px 0;
  width: 229px;
  padding: 16px;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .mfn-key-figures ul li {
    border: none;
  }
}

.mfn-key-figures ul li span {
  font-weight: 400;
  text-align: center;
  color: #393939;
}

.mfn-key-figures ul li span.name {
  font-size: 16px;
  line-height: 32px;
}

.mfn-key-figures ul li span.value {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.mfn-key-figures ul li span.label {
  font-size: 12px;
  line-height: 28px;
}


.component.modfinwidget h2.component-header {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 1023px) {
  .component.modfinwidget h2.component-header {
    line-height: 36px;
    font-size: 28px;
  }
}

/* header */
.modfinwidget {
  width: 100%;
}

.modfinwidget .component-content {
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .modfinwidget .component-content {
    margin: 8px 0;
    padding: 0 8px;
  }
}

.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

@media screen and (min-width: 1200px) {
  .modfinwidget .tb-modfinance.tb-modfinance--repurchase-table {
    overflow-x: auto;
  }
}

@media screen and (max-width: 1200px) {
  .modfinwidget
    .tb-modfinance.tb-modfinance--repurchase-table.repurchase-table-fade-in::after {
    content: "";
    width: 24px;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#ffffff),
      to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
      right,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      270deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .modfinwidget
    .tb-modfinance.tb-modfinance--repurchase-table.repurchase-table-fade-out::after {
    content: "";
    width: 24px;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    right: 0;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#ffffff),
      to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
      right,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      270deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}

.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table {
  border: none;
  overflow: auto;
  width: 100%;
  table-layout: auto;
  -ms-overflow-style: initial;
  /* IE and Edge */
  scrollbar-width: initial;
  /* Firefox */
  /* fix border everywhere */
}

@media screen and (max-width: 1199px) {
  .modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table {
    table-layout: initial;
    display: inline-block;
  }
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table::-webkit-scrollbar {
  height: 8px;
  background: none;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table::-webkit-scrollbar-track {
  box-shadow: none;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table::-webkit-scrollbar-thumb {
  background-color: #393939;
  border-radius: 6px;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table::-webkit-scrollbar {
  display: initial;
  /* Safari and Chrome */
}

.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table thead tr,
.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table thead tr td,
.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table thead tr th,
.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table tbody tr,
.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table tbody tr td {
  border: none;
}

.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table thead {
  width: 100%;
  table-layout: fixed;
}

.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table thead tr {
  background: transparent;
}

.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table thead tr th {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  background: #f1f1f1;
  white-space: nowrap;
}

.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table thead tr td {
  background: #f1f1f1;
}

.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table tbody,
.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table tbody tr,
.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table tbody tr td {
  background: transparent;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table
  tbody
  tr.highlight,
.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table
  tbody
  tr
  td.highlight {
  font-weight: bold;
  background: #fafafa;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table
  tbody
  .parent-row-clickable {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table
  tbody
  tr:hover {
  background: #fafafa;
}

.modfinwidget .tb-modfinance.tb-modfinance--repurchase-table table tbody tr td {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table
  tbody
  tr
  td.deltashares-negative {
  color: #da4040;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table
  tbody
  tr
  td.deltashares-positive {
  color: #36a636;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table
  tbody
  tr
  .toggle.toggle-content {
  font-size: 12px;
  line-height: 24px;
  font-weight: 900;
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table
  tbody
  tr
  .toggle.toggle-content.active::before {
  content: "";
  height: 1px;
  width: 16px;
  display: block;
  background-image: url("/-/media/themes/trelleborg/global/trelleborgbasetheme/images/svg_icons/accordion-minus.svg");
}

.modfinwidget
  .tb-modfinance.tb-modfinance--repurchase-table
  table
  tbody
  tr
  .toggle.toggle-content::before {
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  background-image: url("/-/media/themes/trelleborg/global/trelleborgbasetheme/images/svg_icons/accordion-plus.svg");
}


/* The Modal (background) */
.tb-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(255, 255, 255, 0.7);
  /* Black w/ opacity */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Modal Content/Box */
.tb-modal-content {
  background-color: #ffffff;
  padding: 32px;
  margin: 32px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  max-width: 80%;
  /* Could be more or less, depending on screen size */
  max-height: 85%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 16px;
}

.tb-modal-content .tb-table-container {
  overflow-x: hidden;
  overflow-y: auto;
}

/* The Close Button */
.tb-modal-close:hover,
.tb-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.tb-modal-close {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .tb-modal-content {
    padding: 16px !important;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
  .tb-modal-open {
    position: fixed;
    overflow: hidden;
  }
}

@media only screen and (max-height: 767px) {
  .tb-modal-content {
    padding: 16px !important;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
  }
  .tb-modal-open {
    position: fixed;
    overflow: hidden;
  }
}

#tb-iemsgmodal {
  position: fixed;
  height: 100%;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#tb-iemsgmodal .tb-modal-content {
  height: auto;
  width: 800px;
  z-index: 9999;
  position: fixed;
  top: 85px;
  padding: 32px !important;
  left: 0;
  right: 0;
  margin: auto !important;
}

#tb-iemsgmodal .tb-modal-title {
  padding-bottom: 24px;
}

#tb-iemsgmodal .tb-modal-subtitle {
  font-size: 1em;
  padding-bottom: 16px;
}

#tb-iemsgmodal .tb-modal-info {
  font-style: italic;
  font-size: .8em;
}

#tb-iemsgmodal .tb-modal-btn-wrap {
  text-align: center;
  padding-top: 42px;
}


.modfinwidget {
  margin-bottom: 24px;
}

.tb-modfinance {
  margin-top: 16px;
}

.tb-modfinance:before {
  content: "";
}

.tb-modfinance table {
  position: relative;
  height: auto;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
}

.tb-modfinance table:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 15px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 32px;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 0;
  height: 100%;
}

.tb-modfinance table tr {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tb-modfinance table tr.sum td,
.tb-modfinance table tr.mf_sum-row td,
.tb-modfinance table tr.mf-tot-shares td {
  font-weight: 700;
}

.tb-modfinance table tr td,
.tb-modfinance table tr th {
  border-right: 1px solid #ddd;
  padding: 16px;
  vertical-align: middle;
  font-size: 0.75em;
  line-height: 2;
  text-align: left !important;
}

.tb-modfinance table tr td {
  white-space: nowrap;
}

.tb-modfinance table thead tr {
  background: #f1f1f1;
}

.tb-modfinance table tbody tr {
  background: #fff;
}

.tb-modfinance table tbody tr:hover {
  background-color: #fafafa;
}

.tb-modfinance input[type="text"],
.tb-modfinance input[type="date"],
.tb-modfinance textarea,
.tb-modfinance select {
  border: none;
  background: #f1f1f1;
  box-shadow: none;
  font-family: inherit;
  border-radius: 0;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  -webkit-appearance: none;
}

.tb-modfinance .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 20px;
}

.tb-modfinance .mf-ticker-background {
  display: none;
}

.tb-modfinance-loader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-modfinance-loadericon {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  -webkit-animation: 1s cfspin ease-in-out infinite;
  animation: 1s cfspin ease-in-out infinite;
}

.tb-modfinance--table {
  position: relative;
  overflow-x: auto;
}

.tb-modfinance--table:not(.mCS_no_scrollbar):after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 15px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 32px;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 1;
  height: 100%;
}

.tb-modfinance--table.tb-scroll-indicator:after {
  opacity: 0;
}

.tb-modfinance--table.mCS_destroyed:not(.mCS_no_scrollbar):after {
  display: none;
}

.tb-modfinance .highcharts-axis-title,
.tb-modfinance .highcharts-xaxis-labels text,
.tb-modfinance .highcharts-yaxis-labels text {
  color: #393939;
}

.tb-modfinance .highcharts-xaxis-grid path,
.tb-modfinance .highcharts-yaxis-grid path {
  stroke: #ddd;
}

.tb-modfinance .highcharts-label-box {
  stroke: #998242;
}

.tb-modfinance .highcharts-point.highcharts-color-0.highcharts-point-down,
.tb-modfinance .highcharts-point.highcharts-color-0.highcharts-point-up {
  stroke: #393939 !important;
}

.tb-modfinance .mf_stockChart .buttons {
  background: #f1f1f1 !important;
  box-shadow: none !important;
  fill: #393939 !important;
  color: #393939 !important;
}

.tb-modfinance .mf_stockChart .buttons.checkable.checked {
  background: #998242 !important;
  fill: #fff !important;
  color: #fff !important;
}

.tb-modfinance .mf_stockChart .buttons.checkable.checked:hover {
  background: #393939;
}

.tb-modfinance .mf_stockChart .buttons.checkable:hover {
  background: #f1f1f1;
  box-shadow: none;
}

.tb-modfinance .mf_stockChart .buttonText {
  background: #393939;
}

.tb-modfinance .mf_stockChart .dropdownContent .buttons {
  background: #fff;
}

.tb-modfinance .mf_stockChart .dropdown.disabled .buttons {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.tb-modfinance .mf_stockChart .dropdownContent .buttons.checked {
  background: #998242;
  font-weight: normal !important;
}

.tb-modfinance .mf_stockChart .dropdownContent .buttons.checked:hover {
  font-weight: normal !important;
  background: #393939;
}

.tb-modfinance .mf_stockChart .dropdownContent .buttons:hover {
  fill: #998242 !important;
  color: #998242 !important;
  background: #f1f1f1 !important;
  font-weight: 400 !important;
}

.tb-modfinance .mf_stockChart .rangeSelector > span {
  box-sizing: border-box;
}

.tb-modfinance .mf_stockChart .rangeSelector .fa.fa-calendar-alt {
  color: #393939 !important;
  padding: 3px 0 !important;
  height: auto !important;
}

.tb-modfinance .mf_stockChart .highcharts-scrollbar-button {
  fill: #998242 !important;
}

.tb-modfinance .mf_stockChart .highcharts-scrollbar-track {
  fill: #f1f1f1;
}

.tb-modfinance .mf_stockChart .highcharts-scrollbar-arrow {
  fill: #fff;
}

.tb-modfinance .mf_stockChart .highcharts-scrollbar-thumb {
  fill: #393939 !important;
}

.tb-modfinance--graph .highcharts-point {
  fill: #998242;
}

.tb-modfinance--volume-distribution .highcharts-point {
  fill: #000;
}

.tb-modfinance--volume-distribution .highcharts-color-0,
.tb-modfinance--volume-distribution .highcharts-color-0 .highcharts-point {
  fill: #998242;
}

.tb-modfinance--volume-distribution .highcharts-color-1,
.tb-modfinance--volume-distribution .highcharts-color-1 .highcharts-point {
  fill: rgba(0, 38, 100, 0.8);
}

.tb-modfinance--volume-distribution .highcharts-color-2,
.tb-modfinance--volume-distribution .highcharts-color-2 .highcharts-point {
  fill: #3d554f;
}

.tb-modfinance--volume-distribution .highcharts-color-3,
.tb-modfinance--volume-distribution .highcharts-color-3 .highcharts-point {
  fill: #a54e00;
}

.tb-modfinance--volume-distribution .highcharts-color-4,
.tb-modfinance--volume-distribution .highcharts-color-4 .highcharts-point {
  fill: #610012;
}

.tb-modfinance--volume-distribution .highcharts-color-5,
.tb-modfinance--volume-distribution .highcharts-color-5 .highcharts-point {
  fill: rgba(73, 177, 187, 0.8);
}

.tb-modfinance--volume-distribution .highcharts-color-6,
.tb-modfinance--volume-distribution .highcharts-color-6 .highcharts-point {
  fill: rgba(61, 85, 79, 0.8);
}

.tb-modfinance--volume-distribution .highcharts-color-7,
.tb-modfinance--volume-distribution .highcharts-color-7 .highcharts-point {
  fill: rgba(165, 78, 0, 0.8);
}

.tb-modfinance--volume-distribution .highcharts-color-8,
.tb-modfinance--volume-distribution .highcharts-color-8 .highcharts-point {
  fill: rgba(97, 0, 18, 0.8);
}

.tb-modfinance .highcharts-label-box {
  stroke: #998242;
}

.tb-modfinance--volume-distribution .highcharts-label-box {
  stroke: #393939;
}

.tb-modfinance--volume-distribution
#mf-24fecf44-32cc-416a-8e02-325b3165b2a6-info-tooltip {
  margin-top: 20px;
}

.tb-modfinance--volume-distribution
#mf-24fecf44-32cc-416a-8e02-325b3165b2a6-info-tooltip {
  padding: 24px;
}

.tb-modfinance--volume-distribution .mf-volume-dates {
  text-align: center;
}

.tb-modfinance--volume-history .highcharts-color-0 .highcharts-area {
  fill: rgba(97, 0, 18, 0.6);
}

.tb-modfinance--volume-history .highcharts-color-0 .highcharts-graph {
  stroke: rgba(97, 0, 18, 0.8);
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-0
.highcharts-point {
  fill: rgba(97, 0, 18, 0.8);
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-0
text
tspan:first-child {
  fill: rgba(97, 0, 18, 0.8) !important;
}

.tb-modfinance--volume-history .highcharts-color-1 .highcharts-area {
  fill: rgba(165, 78, 0, 0.6);
}

.tb-modfinance--volume-history .highcharts-color-1 .highcharts-graph {
  stroke: rgba(165, 78, 0, 0.8);
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-1
.highcharts-point {
  fill: rgba(165, 78, 0, 0.8);
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-1
text
tspan:first-child {
  fill: rgba(165, 78, 0, 0.8) !important;
}

.tb-modfinance--volume-history .highcharts-color-2 .highcharts-area {
  fill: rgba(61, 85, 79, 0.6);
}

.tb-modfinance--volume-history .highcharts-color-2 .highcharts-graph {
  stroke: rgba(61, 85, 79, 0.8);
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-2
.highcharts-point {
  fill: rgba(61, 85, 79, 0.8);
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-2
text
tspan:first-child {
  fill: rgba(61, 85, 79, 0.8) !important;
}

.tb-modfinance--volume-history .highcharts-color-3 .highcharts-area {
  fill: rgba(73, 177, 187, 0.6);
}

.tb-modfinance--volume-history .highcharts-color-3 .highcharts-graph {
  stroke: rgba(73, 177, 187, 0.8);
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-3
.highcharts-point {
  fill: rgba(73, 177, 187, 0.8);
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-3
text
tspan:first-child {
  fill: rgba(73, 177, 187, 0.8) !important;
}

.tb-modfinance--volume-history .highcharts-color-4 .highcharts-area {
  fill: rgba(97, 0, 18, 0.8);
}

.tb-modfinance--volume-history .highcharts-color-4 .highcharts-graph {
  stroke: #610012;
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-4
.highcharts-point {
  fill: #610012;
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-4
text
tspan:first-child {
  fill: #610012 !important;
}

.tb-modfinance--volume-history .highcharts-color-5 .highcharts-area {
  fill: rgba(165, 78, 0, 0.8);
}

.tb-modfinance--volume-history .highcharts-color-5 .highcharts-graph {
  stroke: #a54e00;
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-5
.highcharts-point {
  fill: #a54e00;
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-5
text
tspan:first-child {
  fill: #a54e00 !important;
}

.tb-modfinance--volume-history .highcharts-color-6 .highcharts-area {
  fill: rgba(61, 85, 79, 0.8);
}

.tb-modfinance--volume-history .highcharts-color-6 .highcharts-graph {
  stroke: #3d554f;
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-6
.highcharts-point {
  fill: #3d554f;
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-6
text
tspan:first-child {
  fill: #3d554f !important;
}

.tb-modfinance--volume-history .highcharts-color-7 .highcharts-area {
  fill: rgba(0, 38, 100, 0.6);
}

.tb-modfinance--volume-history .highcharts-color-7 .highcharts-graph {
  stroke: rgba(0, 38, 100, 0.8);
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-7
.highcharts-point {
  fill: rgba(0, 38, 100, 0.8);
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-7
text
tspan:first-child {
  fill: rgba(0, 38, 100, 0.8) !important;
}

.tb-modfinance--volume-history .highcharts-color-8 .highcharts-area {
  fill: rgba(153, 130, 66, 0.8);
}

.tb-modfinance--volume-history .highcharts-color-8 .highcharts-graph {
  stroke: #998242;
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-8
.highcharts-point {
  fill: #998242;
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-8
text
tspan:first-child {
  fill: #998242 !important;
}

.tb-modfinance--volume-history .highcharts-color-9 .highcharts-area {
  fill: rgba(57, 57, 57, 0.8);
}

.tb-modfinance--volume-history .highcharts-color-9 .highcharts-graph {
  stroke: #393939;
}

.tb-modfinance--volume-history
.highcharts-area-series.highcharts-color-9
.highcharts-point {
  fill: #393939;
}

.tb-modfinance--volume-history
.highcharts-tooltip-box.highcharts-color-9
text
tspan:first-child {
  fill: #393939 !important;
}

.tb-modfinance--volume-history .highcharts-label-box {
  stroke: #393939;
}

.tb-modfinance--graph #bg {
  display: none;
}

#mf-widget-19da5bcc-ff74-47d0-9358-09b4a65d9195 tr > td:first-child {
  max-width: 30%;
  white-space: normal;
}

.tb-modfinance--calculator .result-table {
  position: relative;
  overflow-x: auto;
}

.tb-modfinance--calculator .result-table:not(.mCS_no_scrollbar):after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 15px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: 32px;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 1;
  height: 100%;
}

.tb-modfinance--calculator .flatpickr-months .flatpickr-prev-month:hover svg,
.tb-modfinance--calculator .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #998242;
}

.tb-modfinance--calculator .mf_date-range,
.tb-modfinance--calculator .mf_number-of-shares {
  margin-bottom: 24px;
}

.tb-modfinance--calculator .mf_date-range h2,
.tb-modfinance--calculator .mf_number-of-shares h2 {
  margin-bottom: 8px;
}

.tb-modfinance--calculator .mf_date-range p,
.tb-modfinance--calculator .mf_number-of-shares p {
  margin-bottom: 16px;
}

.tb-modfinance--calculator .mf_input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
}

.tb-modfinance--calculator .mf_input-wrapper label {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.tb-modfinance--calculator .mf_input-wrapper input[type="radio"] {
  display: none;
}

.tb-modfinance--calculator .mf_input-wrapper input[type="radio"]:not(.mf-selected) + label:after {
  display: none !important;
}

.tb-modfinance--calculator .mf_number-of-shares .mf_input-wrapper label {
  padding-left: 28px;
}

.tb-modfinance--calculator .flatpickr-input {
  position: relative;
}

.tb-modfinance--calculator .mf_number-of-shares .mf_input-wrapper label[for="mf_numberOfShares"]:before,
.tb-modfinance--calculator .mf_number-of-shares .mf_input-wrapper label[for="mf_value"]:before {
  content: " ";
  width: 20px;
  height: 20px;
  background: #f1f1f1;
  border: 1px solid #bfbfbf;
  border-radius: 13px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  box-sizing: border-box;
}

.tb-modfinance--calculator .mf_number-of-shares .mf_input-wrapper label[for="mf_numberOfShares"]:after,
.tb-modfinance--calculator .mf_number-of-shares .mf_input-wrapper label[for="mf_value"]:after {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #393939;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
}

.tb-modfinance--calculator .mf_number-of-shares
.mf_input-wrapper
label[for="mf_numberOfShares"].active:after,
.tb-modfinance--calculator .mf_number-of-shares .mf_input-wrapper label[for="mf_value"].active:after {
  display: inline-block;
}

.tb-modfinance--calculator .flatpickr-day.selected,
.tb-modfinance--calculator .flatpickr-day.startRange,
.tb-modfinance--calculator .flatpickr-day.endRange,
.tb-modfinance--calculator .flatpickr-day.selected.inRange,
.tb-modfinance--calculator .flatpickr-day.startRange.inRange,
.tb-modfinance--calculator .flatpickr-day.endRange.inRange,
.tb-modfinance--calculator .flatpickr-day.selected:focus,
.tb-modfinance--calculator .flatpickr-day.startRange:focus,
.tb-modfinance--calculator .flatpickr-day.endRange:focus,
.tb-modfinance--calculator .flatpickr-day.selected:hover,
.tb-modfinance--calculator .flatpickr-day.startRange:hover,
.tb-modfinance--calculator .flatpickr-day.endRange:hover,
.tb-modfinance--calculator .flatpickr-day.selected.prevMonthDay,
.tb-modfinance--calculator .flatpickr-day.startRange.prevMonthDay,
.tb-modfinance--calculator .flatpickr-day.endRange.prevMonthDay,
.tb-modfinance--calculator .flatpickr-day.selected.nextMonthDay,
.tb-modfinance--calculator .flatpickr-day.startRange.nextMonthDay,
.tb-modfinance--calculator .flatpickr-day.endRange.nextMonthDay {
  background: #998242;
  box-shadow: none;
  color: #fff;
  border-color: #998242;
}

#insider-positions.tb-modfinance .mf-tbl-col-1 {
  display: none;
}

#insider-positions.tb-modfinance tbody tr:first-child {
  display: none;
}

#insider-positions td.capital,
#insider-positions td.votes {
  min-width: 100px;
}

@media (min-width: 768px) {
  .tb-modfinance .mf_input-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 16px;
  }
  .tb-modfinance .mf_input-wrapper label {
    margin-right: 16px;
  }
}

.tb-modfinance--subscriptionform .mfn-subscribe {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 8px;
}

.tb-modfinance--subscriptionform .mfn-options .mfn-sub-option {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.tb-modfinance--subscriptionform .mfn-list input,
.tb-modfinance--subscriptionform .mfn-policy-approve input {
  display: none;
  /* margin-right: 8px; */
}

.tb-modfinance--subscriptionform .mfn-list {
  /* display: -webkit-inline-box; */
  display: -ms-inline-flexbox;
  /* display: flex; */
  -ms-flex-align: center;
  /* align-items: center; */
  padding-left: 0px;
  /* margin-right: 1px; */
}

.tb-modfinance--subscriptionform .mfn-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.tb-modfinance--subscriptionform .mfn-list-item label:before,
.tb-modfinance--subscriptionform .mfn-policy-approve label:before {
  background: #f1f1f1;
  box-shadow: inset 0 0 0 1px #bfbfbf;
  content: "";
  display: inline-block;
  height: 2rem;
  left: 0px;
  top: 0.4rem;
  margin-right: 8px;
  position: relative;
  width: 2rem;
}

.tb-modfinance--subscriptionform .mfn-checkbox-row-checked label:after {
  border-bottom: 2px solid #5b5b5b;
  border-left: 2px solid #5b5b5b;
  content: "";
  height: 0.6rem;
  left: 0.4rem;
  position: absolute;
  top: 1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1.2rem;
}

.tb-modfinance--subscriptionform .mfn-policy-approve label:after {
  border-bottom: 2px solid #5b5b5b;
  border-left: 2px solid #5b5b5b;
  content: "";
  height: 0.6rem;
  left: 0.4rem;
  display: none;
  position: absolute;
  top: 1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1.2rem;
}

.tb-modfinance--subscriptionform .approved-checkbox label:after {
  display: block;
}

.tb-modfinance--subscriptionform .mfn-subscribe .mfn-list .mfn-list-item label,
.tb-modfinance--subscriptionform .mfn-policy-approve label {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}

.tb-modfinance--subscriptionform .mfn-alert.mfn-sub-bad-input {
  display: none !important;
}

.tb-modfinance--subscriptionform .mfn-info-main-1,
.tb-modfinance--subscriptionform .mfn-success {
  font-weight: bold;
  font-size: 2.25em;
  color: #393939;
  line-height: 1.22;
  text-align: center;
  margin-bottom: 32px;
}

.tb-modfinance--subscriptionform .mfn-field-input {
  width: 100%;
  color: #393939;
  background: #f1f1f1;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  height: 48px;
  font-size: 16px;
  line-height: 32px;
  padding: 16px 8px;
  width: 100%;
  box-shadow: none;
  outline: none;
}

.tb-modfinance--subscriptionform .mfn-field-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

.tb-modfinance--subscriptionform .mfn-field-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

.tb-modfinance--subscriptionform .mfn-field-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

.tb-modfinance--subscriptionform .mfn-field-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

.tb-modfinance--subscriptionform .mfn-field-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

.tb-modfinance--subscriptionform .mfn-field-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1;
  /* Firefox */
}

.tb-modfinance--subscriptionform .mfn-policy span {
  display: block;
  margin-bottom: 8px;
}

.tb-modfinance--subscriptionform .mfn-info-options {
  font-size: 14px;
}

.tb-modfinance--subscriptionform .mfn-info-languages {
  font-size: 14px;
  margin-top: 16px;
}

.tb-modfinance--subscriptionform .mfn-block.mfn-fields {
  margin-top: 16px;
}

.tb-modfinance--subscriptionform .mfn-policy-text {
  font-size: 14px;
}

.tb-modfinance--subscriptionform .mfn-sub-submit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  background: #998242;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 400;
  height: 4.8rem;
  letter-spacing: 0.5px;
  width: auto;
  outline: none;
  padding: 0.8rem 2.4rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

.tb-modfinance--subscriptionform .mfn-block.mfn-submit {
  margin-top: 16px;
  text-align: center;
}

.tb-modfinance--subscriptionform .mfn-block.mfn-sub-approve-text {
  margin-top: 16px;
}

.tb-modfinance--subscriptionform .mfn-sub-submit:hover {
  background: #393939;
}

.tb-modfinance--subscriptionform .mfn-alert.mfn-sub-bad-input {
  color: #de232f;
}

.tb-modfinance--subscriptionform .mfn-info-options,
.tb-modfinance--subscriptionform .mfn-info-languages {
  margin-bottom: 8px;
}

.tb-modfinance--subscriptionform .mfn-alert-active {
  background: none;
}

.tb-modfinance--subscriptionform #email-error,
.tb-modfinance--subscriptionform #terms-error,
.tb-modfinance--subscriptionform #subscribe-lang-error {
  color: #de232f;
  margin: 0;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.tb-modfinance--subscriptionform .mfn-field-input.error {
  border-bottom-color: #da4040;
  border-bottom: 2px solid #da4040;
}

.tb-modfinance--subscriptionform .mfn-field-input:focus {
  background: #f1f1f1;
  border-bottom: 2px solid #393939;
}

.tb-modfinance--subscriptionform .error.active {
  margin: 0;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #da4040;
}

@media only screen and (min-width: 768px) {
  .tb-modfinance--subscriptionform .mfn-info-options,
  .tb-modfinance--subscriptionform .mfn-info-languages {
    margin-bottom: 8px;
  }
  .tb-modfinance--subscriptionform .mfn-block.mfn-submit,
  .tb-modfinance--subscriptionform .mfn-block.mfn-fields,
  .tb-modfinance--subscriptionform .mfn-info-languages {
    margin-top: 24px;
  }
  .tb-modfinance--subscriptionform .mfn-block.mfn-sub-approve-text {
    margin-top: 24px;
  }
}


.tb-video-section {
  color: #393939;
  width: 100%;
  margin: 16px 0;
}

.tb-video-section .tb-video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-video-section .tb-video-row .tb-video-media-100 {
  width: 100%;
}

.tb-video-section .tb-video-row .tb-video-desc {
  padding: 16px 0;
}

.tb-video-section .tb-video-row .tb-video-title {
  padding-bottom: 32px;
}

.tb-video-section .tb-video-row .tb-video-content .tb-video-container {
  margin-top: 0;
}

.tb-video-section .tb-video-language {
  padding-bottom: 16px;
}

.tb-video-section .tb-video-language .tb-active-language {
  padding-left: 4px;
}

.tb-video-section .tb-multi-language-video-list-section {
  border-top: 1px solid #DDDDDD;
}

.tb-video-section .tb-multi-language-video-list-section .tb-multi-language-video-list-link {
  margin-top: 16px;
}

.tb-video-section .tb-multi-language-video-list-section .tb-multi-language-video-list-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-video-section .tb-multi-language-video-list-section .tb-multi-language-video-list-list li {
  border-right: 1px solid #BFBFBF;
  padding-right: 16px;
  margin: 0 16px 8px 0;
}

.tb-video-section .tb-multi-language-video-list-section .tb-multi-language-video-list-list li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .tb-video-section {
    margin: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tb-video-section {
    margin: 8px 16px;
  }
  .tb-video-section .tb-video-row .tb-video-title {
    padding-bottom: 16px;
  }
  .tb-video-section .tb-video-row .tb-header-1 {
    font-size: 1.75em;
    line-height: 1.28;
  }
}


.tb-multi-language-video-list-container {
  overflow: hidden;
  color: #393939;
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
}

.tb-multi-language-video-list-container .tb-multi-language-video-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.tb-multi-language-video-list-container .tb-multi-language-video-list-item {
  margin-bottom: 16px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-img {
  line-height: 0;
}

.tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-img img {
  width: 100%;
}

.tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section {
  background: #F1F1F1;
  height: 100%;
  padding: 16px 32px 40px;
}

.tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section .tb-multi-language-video-list-link {
  margin-top: 16px;
}

.tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section .tb-multi-language-video-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section .tb-multi-language-video-link-item li {
  border-right: 1px solid #DDDDDD;
  padding-right: 16px;
  margin: 0 16px 8px 0;
}

.tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section .tb-multi-language-video-link-item li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .tb-multi-language-video-list-container {
    margin: 12px 0;
  }
  .tb-multi-language-video-list-container .tb-multi-language-video-list-item {
    margin-bottom: 12px;
  }
  .tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section {
    padding: 16px 24px 32px;
  }
  .tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section .tb-header-3 {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 767px) {
  .tb-multi-language-video-list-container {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-multi-language-video-list-container .tb-multi-language-video-list-row {
    padding: 0;
  }
  .tb-multi-language-video-list-container .tb-multi-language-video-list-item {
    margin-bottom: 8px;
  }
  .tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section {
    padding: 16px 16px 24px;
  }
  .tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section .tb-header-3 {
    font-size: 1.25em;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-img {
    height: 100%;
  }
  .tb-multi-language-video-list-container .tb-multi-language-video-list-item .tb-multi-language-video-list-section {
    padding: 32px 32px 40px;
  }
}


.row .tb-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 -> 9/16x100 */
  overflow: hidden;
  margin: 16px 0;
}

.row .tb-video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tb-video-content-allignment {
  margin: 16px 0;
}

.tb-video-content-allignment .tb-video-container {
  margin: 0;
}

.tb-video-content-allignment .tb-media-content-section {
  padding: 40px 0;
}

.tb-video-content-allignment .tb-media-content-section .tb-header-2, .tb-video-content-allignment .tb-media-content-section .field-header {
  margin: 0 !important;
  font-size: 24px;
  line-height: 32px;
}

.tb-media-gray-background .tb-video-content-allignment {
  background: #F1F1F1;
}

.tb-media-gray-background .tb-video-content-allignment .tb-media-content-section {
  padding: 40px 32px;
}
.tb-video-content-allignment .tb-media-content-section .field-header{
  color: #002664;
}

@media (max-width: 1024px) {
  .row .tb-video-container {
    margin: 12px 0;
  }
  .tb-video-content-allignment {
    margin: 8px 0;
  }
  .tb-video-content-allignment .tb-video-container {
    margin: 0;
  }
  .tb-video-content-allignment .tb-media-content-section {
    padding: 32px 0;
  }
  .tb-video-content-allignment .tb-media-content-section .tb-header-2, .tb-video-content-allignment .tb-media-content-section .field-header {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .tb-media-gray-background .tb-video-content-allignment .tb-media-content-section {
    padding: 32px 24px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tws-container-tb .col-md-6:nth-child(odd) {
    padding-left: 0 !important;
  }
  .tws-container-tb .col-md-6:nth-child(even) {
    padding-right: 0 !important;
  }
  .tb-video-content-allignment .tb-media-content-section {
    padding: 8px 0;
  }
}

@media (min-width: 1025px) {
  .tws-container-tb .col-xl-3:first-child {
    padding-left: 0 !important;
  }
  .tws-container-tb .col-xl-3:last-child {
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .row .tb-video-container {
    margin: 8px 8px;
  }
  .youtube .tb-header-2, .youtube .field-subheader {
    padding: 0;
  }
  .tb-video-content-allignment {
    margin: 8px 0px;
  }
  .tb-video-content-allignment .tb-video-container {
    margin: 0;
  }
  .tb-video-content-allignment .tb-media-content-section {
    padding: 16px 0;
  }
  .tb-media-gray-background .tb-video-content-allignment .tb-media-content-section {
    padding: 16px;
  }
  .tws-container-tb .component.youtube {
    padding-left: 0 8px !important;
  }
  .tws-container-tb .tb-media-content-section {
    padding: 0;
  }
}


@charset "UTF-8";
/* breakpoints */
.navigation {
  background: transparent;
}

.navigation .level1 > .navigation-title > a, .navigation .level0 > .navigation-title > a {
  font-size: 18px;
  border-color: #89C6CC;
  border-style: solid;
  border-width: 0 0 2px 0;
  padding-right: 3px;
  margin-right: 5px;
}

.navigation .level1 > .navigation-title > a:hover, .navigation .level0 > .navigation-title > a:hover {
  text-decoration: none;
}

.navigation a {
  color: #747474;
}

.lt-ie9 .navigation a, .lt-ie9 .navigation a span {
  color: #747474;
}

.navigation a:focus, .navigation a:hover {
  color: #747474;
}

.navigation li.submenu {
  margin-bottom: 0;
}

.navigation li > .navigation-title > a {
  padding: 3px 5px 3px 0;
  display: block;
  color: #747474;
  text-decoration: none;
}

.navigation li > ul a {
  font-size: 14px;
}

.navigation .submenu > ul {
  padding-left: 10px;
}

/* breakpoints */
.navigation.navigation-fat {
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.navigation.navigation-fat a {
  text-decoration: none;
}

.navigation.navigation-fat nav > ul {
  list-style: none;
  padding: 10px 0;
  overflow: hidden;
}

.navigation.navigation-fat .rel-level1 {
  margin: 10px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.navigation.navigation-fat .rel-level1.submenu ul a {
  position: relative;
}

.navigation.navigation-fat .rel-level1.submenu ul a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  top: 50%;
  left: -9px;
  font-size: 10px;
}

.navigation.navigation-fat .rel-level1 > .navigation-title > a {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  border-bottom: 0;
  background: #f6f6f6;
  padding: 5px 10px;
  display: block;
  width: auto;
}

.navigation.navigation-fat .rel-level1 > .navigation-title > a:hover {
  border-color: #1b809e;
}

.navigation.navigation-fat .rel-level1 > ul {
  padding: 0;
}

.navigation.navigation-fat .rel-level2 {
  padding-left: 10px;
  display: block;
}

/* breakpoints */
.navigation.navigation-main .component-content > nav {
  position: relative;
}

.navigation.navigation-main .component-content > nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.navigation.navigation-main .rel-level1 {
  float: left;
}

.navigation.navigation-main .rel-level1.active > .navigation-title > a {
  border-color: #89C6CC;
}

.navigation.navigation-main .rel-level1 > .navigation-title > a {
  border-width: 2px 0 0 0;
  border-color: transparent;
}

.navigation.navigation-main .rel-level1 > .navigation-title > a:hover {
  border-color: #89C6CC;
}

.navigation.navigation-main .rel-level1.submenu > .navigation-title a {
  position: relative;
  padding-right: 15px;
}

.navigation.navigation-main .rel-level1.submenu > .navigation-title a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.navigation.navigation-main .rel-level1 > ul {
  overflow: hidden;
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  background: #f6f6f6;
  margin-left: 0;
  margin-top: -2px;
  border-top: 2px solid #89C6CC;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.navigation.navigation-main .rel-level1.show > a + ul {
  display: block !important;
}

.navigation.navigation-main .rel-level1.show > ul {
  display: block !important;
  min-width: 60px;
}

.navigation.navigation-main .rel-level1.active > .navigation-title > a:link, .navigation.navigation-main .rel-level1.active > .navigation-title > a:visited {
  color: #878787;
}

.navigation.navigation-main .rel-level1.active > span {
  display: block;
  padding: 10px 20px;
  color: #fff;
}

.navigation.navigation-main .rel-level1.submenu.active {
  border-color: #176f89;
}

.navigation.navigation-main .rel-level2:hover, .navigation.navigation-main .rel-level2:focus {
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in;
  background: #f6f6f6;
}

.navigation.navigation-main .rel-level2 div > a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

.navigation.navigation-main .rel-level2 div > a:hover, .navigation.navigation-main .rel-level2 div > a:focus {
  color: #222;
}

.navigation.navigation-main .rel-level2.submenu {
  box-sizing: border-box;
}

.navigation.navigation-main .rel-level2.submenu.navigation-image {
  text-align: center;
}

.navigation.navigation-main .rel-level2.submenu.navigation-image > a, .navigation.navigation-main .rel-level2.submenu.navigation-image .field-navigationtext {
  text-align: left;
}

.navigation.navigation-main.navigation-main-horizontal .submenu > ul {
  padding-left: 0;
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1.show > a + ul {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1.show > ul {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1 > ul {
  width: 100%;
  clear: both;
  left: 0;
}

.navigation.navigation-main.navigation-main-horizontal .rel-level2 {
  float: left;
  padding: 10px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}

.navigation.navigation-main.navigation-main-vertical .rel-level1 > ul {
  padding-left: 0;
  width: auto;
  left: auto;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}

.navigation.navigation-main.navigation-main-vertical .rel-level1 > ul > li {
  padding: 5px 10px;
}

/* breakpoints */
.navigation.navigation-mobile nav > ul {
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.navigation.navigation-mobile .rel-level1 {
  cursor: pointer;
  margin: 0;
  background: #FFFFFF;
}

.navigation.navigation-mobile .rel-level1 > ul {
  padding-left: 25px;
  display: none;
  background: #f6f6f6;
}

.navigation.navigation-mobile .rel-level1 > ul li {
  position: relative;
}

.navigation.navigation-mobile .rel-level1 > ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation.navigation-mobile .rel-level1.submenu.active > .navigation-title:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navigation.navigation-mobile .rel-level1.submenu.active > ul {
  display: block;
}

.navigation.navigation-mobile .rel-level1.submenu > .navigation-title {
  position: relative;
}

.navigation.navigation-mobile .rel-level1.submenu > .navigation-title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navigation.navigation-mobile .rel-level1 > .navigation-title {
  border-bottom: 1px solid #89C6CC;
  margin: 0;
}

.navigation.navigation-mobile .rel-level1 > .navigation-title:last-child {
  border-bottom: none;
}

.navigation.navigation-mobile .rel-level1 .navigation-title {
  padding: 10px;
}

.navigation.navigation-mobile .rel-level1 .navigation-title > a {
  text-decoration: none;
  color: #747474;
  display: inline;
}

.navigation.navigation-mobile .rel-level2 {
  display: list-item;
}

.navigation.navigation-mobile .rel-level2 .navigation-title > a {
  font-weight: 500;
}

.navigation.navigation-mobile .rel-level2 ul {
  display: none;
}

/* breakpoints */
.navigation.navigation-sidebar a {
  text-decoration: none;
}

.navigation.navigation-sidebar nav > ul .rel-level1 > .navigation-title {
  margin-bottom: 0;
}

.navigation.navigation-sidebar nav > ul .rel-level1 > .navigation-title > a {
  padding: 5px 10px;
  display: block;
  position: relative;
  z-index: 1;
  margin-right: 0;
}

.navigation.navigation-sidebar nav > ul .rel-level1 > ul {
  margin-left: 10px;
  margin-top: 5px;
}

.navigation.navigation-sidebar nav > ul .rel-level2 {
  display: block;
}

/* breakpoints */
.navigation.sitemap-navigation .level2 a {
  position: relative;
  padding-left: 10px;
}

.navigation.sitemap-navigation .level2 a:before {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%) scale(1, -1);
  -ms-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
  position: absolute;
  content: "";
  top: 50%;
  left: -8px;
}


.tb-overview-container {
  padding: 16px 0;
}

.tb-overview-container .tb-overview-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-overview-container .tb-overview-row .tb-overview-col {
  width: 229px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tb-overview-container .tb-overview-row .tb-overview-col:last-child {
  border-right: 1px solid #DDDDDD !important;
}

.tb-overview-container .tb-overview-row .tb-overview-col:nth-child(6n+6) {
  border-right: 1px solid #DDDDDD !important;
}

.tb-overview-container .tb-overview-row .tb-overview-col .tb-overflow-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tb-overview-container .tb-overview-row .tb-overview-col .tb-overflow-icon path {
  color: #998242;
}

.tb-overview-container .tb-overview-row .tb-overview-col .tb-overflow-icon img {
  max-width: 56px;
  max-height: 56px;
  min-width: 56px;
  min-height: 56px;
}

.tb-overview-container .tb-overview-row .tb-overview-col .field-bodytext {
  margin-top: 0 !important;
  padding-bottom: 16px;
  font-size: 16px;
}

.tb-overview-container .tb-overview-row .tb-overview-col .field-description {
  margin-top: 0 !important;
  font-size: 16px;
  margin-bottom: 32px;
}

.tb-overview-container .field-subheadline {
  word-break: break-word !important;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .tb-overview-container {
    padding: 12px 0;
  }
  .tb-overview-container .tb-overview-title {
    margin-top: 24px !important;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col {
    width: 33.33%;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col:nth-child(3n+3) {
    border-right: 1px solid #DDDDDD !important;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col .field-bodytext {
    font-size: 16px;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col .field-description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-overview-container {
    padding: 0 8px !important;
  }
  .tb-overview-container .tb-overview-row {
    width: 100%;
    margin-top: 16px !important;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col {
    width: 100%;
    padding: 0 !important;
    margin-top: 0 !important;
    border-top: 1px solid #DDDDDD !important;
    border-left: none !important;
    border-right: none !important;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col:last-child {
    border-bottom: 1px solid #DDDDDD !important;
    border-right: none !important;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col:nth-child(6n+6) {
    border-right: none !important;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col:nth-child(3n+3) {
    border-right: none !important;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col .tb-overflow-icon {
    margin-top: 16px !important;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col .tb-overflow-icon img {
    max-width: 64px;
    max-height: 64px;
    min-width: 64px !important;
    min-height: 64px !important;
  }
  .tb-overview-container .tb-overview-row .tb-overview-col .tb-overflow-link {
    margin-bottom: 16px !important;
  }
  .tb-overview-container .tb-overview-row .field-description {
    margin-bottom: 16px !important;
  }
}

.on-page-editor .tb-overview-col {
  width: 100%;
}

.on-page-editor .tb-overview-col img {
  height: 48px;
  width: 48px;
}

.tb-margin-right-1 {
  margin-left: -1px;
}

.tb-overview-container.tb-without-headline .tb-header-sm-3, .tb-overview-container.tb-without-headline .tb-overview-description {
  display: none;
}


/* breakpoints */
.page-list {
  background-color: transparent;
  /* breakpoints */
}

.page-list .item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  background: transparent;
  padding: 15px;
  overflow: hidden;
}

.page-list .item:last-child {
  border-width: 0;
}

.page-list .item .field-title {
  color: #000;
}

.page-list .field-title {
  font-weight: bold;
}

.page-list a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.page-list a:hover {
  color: #878787;
  text-decoration: none;
}


.tb-pagenotfound-container {
  padding: 16px 0;
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
}

.tb-pagenotfound-container .tb-pagenotfound-image {
  padding: 0 72px 0 72px;
}

.tb-pagenotfound-container .tb-pagenotfound-image .responsive {
  width: 100%;
}

.tb-pagenotfound-container .tb-pagenotfound-message {
  padding-top: 24px;
  font-size: 3em;
  line-height: 1;
}

.tb-pagenotfound-container .tb-pagenotfound-description {
  padding-top: 16px;
  max-width: 680px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .tb-pagenotfound-container {
    padding: 8px 16px;
  }
  .tb-pagenotfound-container .tb-pagenotfound-image {
    padding: 0;
  }
  .tb-pagenotfound-container .tb-pagenotfound-image img {
    width: 100%;
    height: auto;
  }
  .tb-pagenotfound-container .tb-pagenotfound-message {
    padding-top: 16px;
    font-size: 2.25em;
  }
  .tb-pagenotfound-container .tb-pagenotfound-description {
    padding-top: 16px;
    max-width: 100%;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-pagenotfound-container {
    padding: 12px 0;
  }
  .tb-pagenotfound-container .tb-pagenotfound-image {
    padding: 0;
  }
  .tb-pagenotfound-container .tb-pagenotfound-image img {
    width: 100%;
    height: auto;
  }
  .tb-pagenotfound-container .tb-pagenotfound-description {
    padding-top: 16px;
    max-width: 100%;
    margin: auto;
  }
}


/* breakpoints */
.list-pagination {
  background: transparent;
}

.list-pagination nav {
  font-size: 13px;
}

.list-pagination nav > span, .list-pagination nav > a {
  display: inline-block;
  margin: 2px 1px 2px 0;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 1em;
  font-weight: bold;
}

.list-pagination nav > span:hover, .list-pagination nav > a:hover {
  color: #89C6CC;
  background: #f6f6f6;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #15909c;
}

.list-pagination nav > span:focus, .list-pagination nav > a:focus {
  text-decoration: none;
  color: #89C6CC;
}

.list-pagination nav > span.active {
  background: #f6f6f6;
  color: #89C6CC;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.list-pagination nav > span.inactive {
  color: #aaa;
}

.list-pagination nav > span.inactive:hover {
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}


@charset "UTF-8";
/* breakpoints */
.playlist {
  background-color: transparent;
  padding: 20px 10px 0 10px;
}

.playlist a:hover {
  text-decoration: none;
}

.playlist .component-content > h1, .playlist .component-content > h2, .playlist .component-content > h3, .playlist .component-content > h4, .playlist .component-content > h5, .playlist .component-content > h6 {
  margin: 0 0 10px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
}

.playlist .playlist-item {
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}

.playlist .playlist-item .playlist-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.playlist .playlist-item .playlist-section > .scEmptyPlaceholder {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.playlist .playlist-item .playlist-section > div {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.playlist .playlist-item .playlist-section .field-moviecaption a, .playlist .playlist-item .playlist-section .field-moviecaption a:hover {
  text-decoration: none !important;
}

.playlist .playlist-item .playlist-section .field-moviethumbnail {
  max-width: 150px;
  padding: 10px 10px 8px 5px;
}

.playlist .playlist-item .playlist-section .field-moviethumbnail a {
  display: block;
  text-align: center;
}

.playlist .playlist-item .playlist-section .field-moviethumbnail a img {
  width: 100%;
  height: auto;
}

.playlist .playlist-item .playlist-section .field-moviecaption {
  font-size: 13px;
}

.playlist .playlist-item .playlist-section .field-moviecaption > a {
  padding: 15px 10px;
  display: block;
  color: #747474;
  font-size: 1em;
}

.playlist .playlist-item.active {
  background-color: #89C6CC;
}

.playlist .playlist-item.active .field-moviecaption a {
  color: #fff;
  font-weight: bold;
}

.playlist .playlist-nav {
  padding: 5px;
  text-align: center;
}

.playlist .playlist-nav a {
  text-indent: -9999px;
  display: block;
  height: 100%;
}

.playlist .playlist-nav .playlist-prev, .playlist .playlist-nav .playlist-next {
  height: 17px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
}

.playlist .playlist-nav .playlist-next a, .playlist .playlist-nav .playlist-prev a {
  position: relative;
}

.playlist .playlist-nav .playlist-next a:before, .playlist .playlist-nav .playlist-prev a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
}

.playlist .playlist-nav .playlist-next a:hover, .playlist .playlist-nav .playlist-prev a:hover {
  color: #89C6CC;
}

.playlist .playlist-nav .playlist-prev a:before {
  content: "";
}

.playlist .playlist-nav .playlist-next a:before {
  content: "";
}

.video-playlist.show {
  display: block;
}

.on-page-editor .video-playlist {
  display: block;
}

/* breakpoints */
.playlist.playlist-horizontal .playlist-items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.playlist.playlist-horizontal .playlist-items .playlist-item {
  min-width: 150px;
}

.playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section > div {
  width: 100%;
}

.playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section {
  display: block;
}

.playlist.playlist-horizontal .playlist-items .playlist-item .field-moviecaption {
  text-align: center;
}


.tb-producticon-bar-container {
  margin: 16px 0;
}

.tb-producticon-bar-container .tb-producticon-bar-header {
  padding: 16px 0;
}

.tb-producticon-bar-container .tb-producticon-bar-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-producticon-bar-container .tb-producticon-bar-row .tb-producticon-bar-col {
  width: 120px;
}

.tb-producticon-bar-container .tb-producticon-bar-row .tb-producticon-bar-col .tb-producticon-bar-icon {
  width: 64px;
  height: 64px;
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.tb-producticon-bar-container .tb-producticon-bar-row .tb-producticon-bar-col .tb-producticon-bar-icon svg {
  width: 25px;
}

.tb-producticon-bar-container .tb-producticon-bar-row .tb-producticon-bar-col .tb-producticon-bar-icon svg.tb-product-icon {
  width: 16px;
}

@media only screen and (max-width: 1024px) {
  .tb-producticon-bar-container {
    margin: 12px 0 !important;
  }
  .tb-producticon-bar-container .tb-producticon-bar-row .tb-producticon-bar-icon {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .product-icons-bar .component-content {
    margin: 0 !important;
  }
  .tb-producticon-bar-container {
    margin: 8px 0 !important;
    padding: 0 8px;
  }
  .tb-producticon-bar-container .tb-producticon-bar-header {
    margin-top: 0 !important;
    text-align: left;
    font-size: 1.5em !important;
    line-height: 1.33 !important;
  }
  .tb-producticon-bar-container .tb-producticon-bar-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .tb-producticon-bar-container .tb-producticon-bar-row .tb-producticon-bar-col {
    width: 95px;
  }
  .tb-producticon-bar-container .tb-producticon-bar-row .tb-producticon-bar-col .tb-producticon-bar-icon {
    width: 48px;
    height: 48px;
  }
  .tb-producticon-bar-container .tb-producticon-bar-row .tb-producticon-bar-col .tb-producticon-bar-icon svg {
    width: 20px;
  }
  .tb-producticon-bar-container .tb-producticon-bar-row .tb-producticon-bar-col .tb-producticon-bar-icon svg.tb-product-icon {
    width: 14px;
  }
}


.tb-productlist-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search ::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search :-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-productlist-search ::placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-4 {
  padding-left: 0;
}

#serach-result-required {
  display: none;
}

.tb-productlist-container {
  margin: 16px 0;
}

.tb-productlist-container .tb-mobile-full-overlay {
  position: relative !important;
  overflow: hidden;
}

.tb-productlist-container .col-md-4 {
  padding-left: 0 !important;
}

.tb-productlist-container .col-md-1 {
  padding-right: 0 !important;
}

.tb-productlist-container .tb-productlist-filters {
  margin: 0px -8px;
}

.tb-productlist-container .tb-productlist-filters .tb-productlist-filter:last-child {
  margin-right: 0 !important;
}

.tb-productlist-container .tb-productlist-filters .tb-productlist-filter label {
  display: block;
}

.tb-productlist-container .tb-productlist-filters .tb-productlist-filter select {
  width: 100%;
  color: #393939 !important;
}

.tb-productlist-container .tb-productlist-result-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-productlist-container .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-taxonomy-padding {
  margin-top: 0px !important;
}

@media only screen and (min-width: 1025px) {
  .tb-productlist-container .tb-productlist-row {
    margin: 0 -8px -16px -8px;
  }
}

@media only screen and (min-width: 768px) {
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter {
    margin-top: 24px;
  }
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-img {
  line-height: 0;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  position: relative;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-img img {
  height: auto;
  width: 100%;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 999;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  border: none !important;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .field-navigationtitle {
  word-wrap: break-word !important;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-info ul {
  list-style: disc !important;
  margin-left: 16px;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-download-links {
  padding-bottom: 0px !important;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-download-links .tb-productlist-download span {
  vertical-align: sub;
}

.tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-download-links .tb-productlist-download:last-child {
  margin-bottom: 0 !important;
}

.tb-productlist-container .is-mobile {
  display: none;
}

.tb-productlist-container .tb-productlist-search input {
  width: 422px;
  float: right;
}

.tb-productlist-container .tb-clear-filter {
  position: absolute;
  right: 0px;
  bottom: 16px;
  z-index: 99;
}

.tb-productlist-container .tb-productlist-search-btn {
  padding-left: 14px;
}

.tb-productlist-container .product-result-counter {
  display: none !important;
}

.tb-productlist-container.tb-img-disable-hover .tb-productlist-row .tb-productlist-col .tb-productlist-img:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: initial !important;
  box-shadow: none !important;
  border: 1px solid #DDDDDD !important;
}

.tb-productlist-selection {
  position: relative;
}

.tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy {
  width: 256px !important;
  float: right;
}

.tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy .tb-productlist-filter {
  max-width: 100% !important;
  width: 100% !important;
  margin-top: 0px;
}

.tb-productlist-result-container .text-right {
  width: auto !important;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile {
    margin-left: -8px;
  }
}

@media only screen and (max-width: 1024px) {
  .tb-productlist-taxonomy-div .tb-productlist-row .col-md-6:first-child {
    padding-left: 0 !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-row .col-md-6:nth-child(2n+3) {
    padding-right: 0 !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container {
    border-bottom: none !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-4 {
    padding-left: 0;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-1 {
    padding-right: 0;
  }
  .tb-productlist-container {
    margin: 12px 0px;
  }
  .tb-productlist-container .tb-productlist-sort-icon {
    display: none;
  }
  .tb-productlist-container .tb-productlist-search-btn {
    text-align: right;
    -webkit-box-flex: 100px;
    -ms-flex: 100px;
    flex: 100px;
  }
  .tb-productlist-container .tb-productlist-title {
    margin-top: 24px !important;
  }
  .tb-productlist-container .tb-productlist-radio {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
  .tb-productlist-container .tb-productlist-radio label {
    margin: 0px;
    height: 32px;
  }
  .tb-productlist-container .tb-productlist-filters {
    margin: 0px -16px 0px -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter {
    padding-right: 7px !important;
    padding-left: 8px !important;
    max-width: 33% !important;
    width: 33% !important;
    margin-top: 24px;
  }
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter select {
    width: 100% !important;
    min-width: 0;
  }
  .tb-productlist-container .tb-productlist-row {
    margin-top: 0 !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section {
    padding: 0 24px !important;
    word-break: break-word;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-download-links {
    padding-bottom: 32px !important;
  }
  .tb-productlist-container .tb-productlist-search {
    margin: 0px -7px 0px 0px;
  }
  .tb-productlist-container .tb-productlist-search .tb-input-field-icon {
    width: -webkit-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }
  .tb-productlist-container .tb-productlist-search .tb-input-field-icon input {
    max-width: 100%;
    width: 100% !important;
  }
  .tb-productlist-container .tb-productlist-search-btn {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12px !important;
  }
  .tb-productlist-container .tb-clear-filter {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 99;
  }
  .tb-productlist-container .tb-productlist-title {
    margin: 0px;
  }
  .tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy {
    width: 256px !important;
    float: right;
    margin-right: -8px;
  }
  .tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy .tb-productlist-filter {
    max-width: 100% !important;
    width: 100% !important;
  }
  .tb-productlist-container .tb-productlist-result-container {
    border-bottom: none !important;
  }
  .tb-productlist-container .tb-productlist-result-container .col-md-7 {
    display: none;
  }
  .tb-productlist-container .tb-search-results {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-productlist-taxonomy-div .tb-productlist-more {
    display: none !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-row .tb-productlist-col {
    padding: 8px 0 !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container {
    position: relative;
    display: block !important;
    margin-bottom: 68px;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-4, .tb-productlist-taxonomy-div .tb-productlist-result-container .col-md-7 {
    padding: 0;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .text-right {
    position: absolute;
    top: 12px;
    right: 0px;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile {
    display: block;
    padding: 0px;
    position: absolute;
    top: 28px;
    overflow: hidden !important;
    min-height: 450px;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-taxonomy .tb-productlist-filter {
    position: relative;
    top: 16px;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-taxonomy .tb-productlist-filter .tb-custom-select {
    border: 1px solid #ddd;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-selection {
    display: none !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-mobile .tb-filter-search-button {
    display: none !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-productlist-filter {
    margin-top: 24px !important;
  }
  .tb-productlist-taxonomy-div .tb-productlist-result-container .tb-cta-sort {
    width: auto !important;
  }
  .tb-productlist-container {
    margin: 8px 0;
    padding: 0 16px;
  }
  .tb-productlist-container .tb-productlist-filters {
    margin: 0px;
  }
  .tb-productlist-container .tb-productlist-filters.tb-productlist-taxonomy {
    width: 100% !important;
    padding-bottom: 20px !important;
    float: none !important;
  }
  .tb-productlist-container .tb-cta-sort {
    width: auto !important;
  }
  .tb-productlist-container .tb-productlist-search input {
    margin-right: 0px;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-productlist-container .tb-productlist-radio {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    margin-left: 0px !important;
  }
  .tb-productlist-container .tb-productlist-search {
    margin-top: 16px !important;
    margin: 0px;
  }
  .tb-productlist-container .tb-productlist-mobile {
    display: none;
    padding: 16px;
    overflow-y: auto;
    position: relative;
  }
  .tb-productlist-container .tb-productlist-title {
    margin-top: 0 !important;
  }
  .tb-productlist-container .tb-productlist-more a {
    background: none;
    padding-right: 9px;
  }
  .tb-productlist-container .tb-productlist-result-container {
    padding: 16px 0 !important;
  }
  .tb-productlist-container .tb-productlist-result-container .tb-productlist-mobile .tb-productlist-taxonomy-padding .tb-clear-filter {
    display: none !important;
  }
  .tb-productlist-container .tb-mobile-full-overlay {
    position: fixed !important;
    top: 0px !important;
    left: 0 !important;
    z-index: 1999 !important;
    background: #FFFFFF;
    display: block !important;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  .tb-productlist-container .tb-productlist-selection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tb-productlist-container .tb-productlist-selection .tb-back-icon {
    vertical-align: baseline;
  }
  .tb-productlist-container .tb-productlist-selection .tb-clear-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    padding: 0px !important;
  }
  .tb-productlist-container .tb-productlist-filters .tb-productlist-filter select {
    min-width: 100% !important;
  }
  .tb-productlist-container .tb-filter-search-button {
    width: 100%;
    padding: 0px;
    padding-bottom: 0px !important;
  }
  .tb-productlist-container .tb-clear-filter {
    padding-left: 16px;
    position: absolute;
  }
  .tb-productlist-container .tb-clear-filter .tb-productlist-clear-btn {
    position: absolute;
    right: 0px;
  }
  .tb-productlist-container .tb-productlist-title {
    margin: 0px;
  }
  .tb-productlist-container .tb-productlist-row {
    margin-top: 16px !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col {
    padding: 0 8px;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col:last-child {
    padding-bottom: 0 !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section {
    padding: 0 16px !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-info-item {
    margin-bottom: 8px !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-section .tb-productlist-info-item:last-child {
    margin-bottom: 0 !important;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-col .tb-productlist-download-links {
    padding-bottom: 24px !important;
  }
  .tb-productlist-container .is-desktop {
    display: none;
  }
  .tb-productlist-container .is-mobile {
    display: block;
  }
  .tb-productlist-container .tb-productlist-search .tb-input-field-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100% !important;
    width: 100% !important;
  }
  .tb-productlist-container .tb-productlist-mobile {
    padding-top: 30px;
    top: 125px;
    overflow-y: auto !important;
  }
  .tb-productlist-container .tb-productlist-mobile .tb-link tb-clear-filter {
    top: -15px;
  }
  .tb-productlist-container .tb-productlist-result-container {
    display: none;
  }
  .tb-productlist-container .tb-clear-filter {
    top: -25px;
  }
}

.product-list-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.loadmore {
  margin-top: 16px;
  text-align: center;
  color: #FFFFFF;
}

.loadmore .totalResult {
  cursor: pointer;
  margin: auto;
}

.loadmore .totalResult .fa-loader {
  background: url(../images/svg_icons/tb-loader.svg);
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
  background-size: 27px 27px;
  background-color: transparent;
  position: relative;
  top: 7px;
}

.tb-hide-div {
  display: none;
}

.product-result-counter {
  padding-top: 1.53em;
}

.tb-productlist-container .tb-productlist-filters .tb-productlist-filter {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.tb-productlist-container .tb-productlist-radio {
  margin-bottom: 18px;
  margin-left: 92px;
}

.tb-productlist-container .tb-productlist-radio .tb-input-radio input[type='radio'] {
  display: none;
}

.tb-productlist-container .tb-productlist-radio .tb-input-radio input[type='radio'] + label {
  color: #393939;
  cursor: pointer;
}

.tb-productlist-container .tb-productlist-radio .tb-input-radio input[type='radio'] + label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  background: #F1F1F1;
}

.tb-productlist-container .tb-productlist-radio .tb-input-radio input[type='radio']:checked + label:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 5px;
  top: -18px;
  content: " ";
  position: relative;
  background: #5B5B5B;
  display: block;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-productlist-img {
    display: table;
  }
  .tb-productlist-container .tb-productlist-row .tb-productlist-download-links .tb-productlist-download span {
    position: relative;
    top: 3px;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .tb-productlist-container.col-xl-6 .col-md-1, .tb-productlist-container.col-lg-6 .col-md-1 {
    min-width: 20%;
  }
}

@supports (-ms-ime-align: auto) {
  @media (min-width: 768px) {
    .tb-productlist-container.col-xl-6 .col-md-1, .tb-productlist-container.col-lg-6 .col-md-1 {
      min-width: 20%;
    }
  }
}

@media only screen and (min-width: 1025px) {
  .tb-productlist-container.col-xl-6 .tb-search-results > .col-md-6, .tb-productlist-container.col-xl-6 .tb-search-results > .col-lg-3, .tb-productlist-container.col-xl-6 .tb-search-results > .col-md-4, .tb-productlist-container.col-lg-6 .tb-search-results > .col-md-6, .tb-productlist-container.col-lg-6 .tb-search-results > .col-lg-3, .tb-productlist-container.col-lg-6 .tb-search-results > .col-md-4 {
    min-width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .tb-productlist-container.col-xl-6 .tb-search-results > .col-md-6, .tb-productlist-container.col-xl-6 .tb-search-results > .col-lg-3, .tb-productlist-container.col-xl-6 .tb-search-results > .col-md-4, .tb-productlist-container.col-lg-6 .tb-search-results > .col-md-6, .tb-productlist-container.col-lg-6 .tb-search-results > .col-lg-3, .tb-productlist-container.col-lg-6 .tb-search-results > .col-md-4 {
    min-width: 100%;
  }
}

.tb-productlist-container.col-xl-6 .tb-productlist-mobile.col-md-7, .tb-productlist-container.col-lg-6 .tb-productlist-mobile.col-md-7 {
  display: none;
}


/* breakpoints */
.promo {
  background: #FFFFFF;
  padding: 15px;
  overflow: hidden;
  box-sizing: border-box;
  border: 5px solid purple;
}

.promo > .component-content {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.promo > .component-content:after {
  content: "";
  display: table;
  clear: both;
}

.promo > .component-content > div {
  padding: 5px;
}

.promo .zg-height-fix .field-promoicon {
  margin-top: 100px;
}

.promo .field-promoicon {
  overflow: hidden;
  width: 100%;
}

.promo .field-promoicon img {
  width: 100%;
  height: auto;
}

.promo .field-promolink {
  margin-top: 5px;
  padding-bottom: 10px;
}

.promo.image-full-size img {
  margin-bottom: 10px;
}

.promo h1, .promo h2, .promo h3, .promo h4, .promo h5, .promo h6 {
  color: #222;
}

.promo h1, .promo h2 {
  margin: 10px 0;
}

.promo h3, .promo h4, .promo p {
  margin: 5px 0;
}

.promo h5, .promo h6 {
  margin: 5px 0 0;
}

.promo strong {
  font-weight: 700;
}

.promo ul, .promo ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.promo li {
  font-size: 13px;
  margin-left: 15px;
}

.promo ul li {
  list-style: disc;
  list-style-position: inside;
}

.promo ol li {
  list-style: decimal;
  list-style-position: inside;
}

.promo a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.promo a:hover {
  color: #878787;
}

.promo table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.promo table, .promo table tr, .promo table th, .promo table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.promo table tr, .promo table th, .promo table td {
  padding: 5px;
}

.promo table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.promo table tr {
  border: none;
}

.promo table th, .promo table td {
  border-width: 2px 0 0 2px;
}

.promo table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.promo table th:first-child {
  border-left: 0;
}

.promo table td:first-child {
  border-left: 0;
}

.promo.absolute-bottom-link {
  position: relative;
}

.promo.absolute-bottom-link .field-promolink {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* breakpoints */
.promo.promo-hero {
  position: relative;
  text-align: center;
}

.promo.promo-hero.promo-hero-half {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 959px) {
  .promo.promo-hero.promo-hero-half {
    float: none;
    width: 100%;
  }
}

.promo.promo-hero .field-promotext {
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.promo.promo-hero .field-promotext > a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 959px) {
  .promo.promo-hero .field-promotext {
    width: 100%;
    margin: 0;
  }
  .promo.promo-hero .field-promotext h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .promo.promo-hero .field-promotext h2, .promo.promo-hero .field-promotext h3, .promo.promo-hero .field-promotext h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* breakpoints */
.promo-shadow {
  max-width: 960px;
  padding: 0;
  border-top-width: 3px;
  border-top-color: #89C6CC;
  border-style: solid;
  overflow: visible;
  position: relative;
}

.promo-shadow.promo {
  float: left;
}

.promo-shadow > .component-content {
  padding: 15px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 959px) {
  .promo-shadow > .component-content {
    margin: 0 10px 30px 10px;
  }
}

.promo-shadow > .component-content:before, .promo-shadow > .component-content:after {
  opacity: 0.7;
  box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 47%;
  content: "";
  bottom: 10px;
}

.promo-shadow > .component-content:before {
  left: 2%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.promo-shadow > .component-content:after {
  right: 2%;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}



.tb-qrcode-container img {
  width: 300px;
  height: 300px;
}

.tb-qrcode-container .center-align {
  text-align: center;
}

.tb-qrcode-container header {
  float: left;
}

.tb-qrcode-container section {
  clear: both;
}

.tb-qrcode-container .tb-close {
  text-align: right;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .tb-qrcode-container header {
    font-size: 20px;
    line-height: 28px;
    padding-top: 34px !important;
    padding-left: 32px !important;
    padding-bottom: 22px !important;
  }
  .tb-qrcode-container section {
    font-size: 16px !important;
    line-height: 32px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .tb-qrcode-container .tb-close {
    padding-top: 32px !important;
    padding-right: 24px !important;
  }
}

@media only screen and (max-width: 320px) {
  .tb-qrcode-container header {
    padding-top: 24px !important;
    padding-left: 16px !important;
    padding-bottom: 16px !important;
  }
  .tb-qrcode-container section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tb-qrcode-container img {
    width: 288px !important;
    height: 288px !important;
  }
  .tb-qrcode-container .tb-close {
    padding-top: 24px !important;
    padding-right: 16px !important;
  }
}


.tb-relativemedia-container {
  background-color: #f7f7f7;
  margin: 16px 0;
}

.tb-relativemedia-container .tb-relative-container-row {
  padding: 32px;
}

.tb-relativemedia-container .tb-relativemedia-title-wrapper .tb-relativemedia-title-container {
  padding: 8px 0 16px 0;
}

.tb-relativemedia-container .tb-relativemedia-items {
  margin: 0 -8px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item {
  padding: 8px;
  display: inline-block;
}

.tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item .tb-relativemedia-img-container {
  max-height: 236px;
}

.tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item .tb-relativemedia-img-container img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 236px;
}

.tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item .tb-relavtivemedia-item-title {
  padding: 16px 0;
}

.field-relatedmediaelementheader {
  font-size: 28px;
  line-height: 36px;
  color:#002664;
}

.tb-relativemedia-subtitle-container {
  padding-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .field-relatedmediaelementheader {
    font-size: 24px;
    line-height: 32px;
  }
  .tb-relativemedia-container {
    margin: 12px 0;
  }
  .tb-relativemedia-container .tb-relative-container-row {
    padding: 24px;
  }
  .tb-relativemedia-container .tb-relativemedia-title-wrapper {
    padding: 0 0 16px 0;
  }
  .tb-relativemedia-container .tb-relativemedia-title-wrapper .tb-relativemedia-title-container {
    padding: 8px 0 16px 0;
  }
  .tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item {
    padding: 8px;
    display: inline-block;
  }
  .tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item .tb-relativemedia-img-container {
    max-height: 142px;
  }
  .tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item .tb-relativemedia-img-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 142px;
  }
  .tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item .tb-relavtivemedia-item-title {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tb-relativemedia-container {
    margin: 8px 8px;
  }
  .tb-relativemedia-container .tb-relative-container-row {
    padding: 16px;
  }
  .tb-relativemedia-container .tb-relativemedia-title-wrapper {
    padding: 8px 0 0 0;
  }
  .tb-relativemedia-container .tb-relativemedia-title-wrapper .tb-relativemedia-title-container {
    padding: 0 0 16px 0;
  }
  .tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item {
    padding: 8px;
    display: inline-block;
  }
  .tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item .tb-relativemedia-img-container {
    max-height: 142px;
  }
  .tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item .tb-relativemedia-img-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 142px;
  }
  .tb-relativemedia-container .tb-relativemedia-items .tb-relativemedia-item .tb-relavtivemedia-item-title {
    padding: 16px 0;
  }
  .tb-relativemedia-subtitle-container {
    padding-bottom: 16px;
  }
}


.tb-resultinput-div ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div ::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div :-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

.tb-resultinput-div ::placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
  font-family: inherit;
}

#tb-search-result {
  margin: 0;
}

.search-section .loadmore.tb-disp-loadmore {
  display: block !important;
}

.search-section {
  min-height: 496px;
}

.search-section .tb-search-header {
  padding: 20px 20px 0px 20px;
}

.search-section .module-intro-small-header {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #393939;
  padding-bottom: 16px;
}

.search-section .tb-result-input {
  width: 100%;
  position: relative;
  vertical-align: top;
  background-color: transparent;
  padding: 8px 16px;
  border: none;
  background: #F1F1F1;
  width: 100%;
  height: 48px;
  font-family: inherit;
  font-size: inherit;
}

.search-section .tb-result-input:focus {
  border-bottom: 2px solid #393939 !important;
}

.search-section .tb-result-button {
  background-color: #998242;
  display: inline-block;
  padding: 10px 7px;
  position: absolute;
  height: 48px;
  right: 0px;
  cursor: pointer;
}

.search-section .tb-result-button:hover {
  background: #393939;
}

.search-section .tb-resultinput-div {
  display: inline-block;
  padding: 0;
  width: 100%;
}

.search-section .tb-search-result-button {
  display: none;
  padding-left: 5px;
}

.search-section .tb-all-results {
  background-color: #998242;
  border: solid 1px #998242;
  display: inline-block;
  padding: 10px 26px;
  position: relative;
  /* top: 10px; */
  /* left: -5px; */
  cursor: pointer;
  color: #FFFFFF;
  font-size: 13px;
}

.search-section .autocomplete-items {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: absolute !important;
  top: 40px !important;
  width: 100% !important;
  max-height: 396px !important;
  background: #FFFFFF !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
  z-index: 2 !important;
  right: 0px !important;
}

.search-section .autocomplete-items .tb-autosearch-result {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 24px !important;
  padding: 12.5px 14px !important;
  color: #393939 !important;
  border-bottom: 1px solid #DDDDDD !important;
  background: #ececec !important;
  border-color: #FFFFFF !important;
  line-height: 19.5px !important;
  width: 100% !important;
  padding: 0.8em 1em !important;
  color: #000 !important;
}

.search-section .autocomplete-items .tb-autosearch-result a {
  text-decoration: none !important;
  color: #393939 !important;
}

.search-section .autocomplete-items .tb-autosearch-result .tb-autosearch-result-header {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #998242 !important;
  font-size: 1.1em !important;
}

.search-section .autocomplete-items .tb-autosearch-result:hover {
  background: #bfa96d !important;
}

.search-section .autocomplete-items .tb-autocomplete-hint {
  height: auto !important;
  padding: 0 !important;
}

/*
    Style for the result sect{
*/
.result-section .tb-result {
  padding: 1.53px 0px 24px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #5B5B5B;
}

.result-section .tb-result .tb-result-header {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.result-section .tb-result .tb-result-header a {
  color: #998242;
}

.result-section #Content {
  padding: 0px !important;
  margin-left: 0px;
  margin-right: 0px;
}

.loadmore {
  margin-top: 16px;
  text-align: center;
  color: #FFFFFF;
}

.loadmore .totalResult {
  cursor: pointer;
}

.loadmore .totalResult .fa-loader {
  background: url(../images/svg_icons/tb-loader.svg);
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
  background-size: 27px 27px;
  background-color: transparent;
  position: relative;
  top: 7px;
}

.result-counter {
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

.pagination-section {
  display: inherit;
  margin: 15px;
}

.pagination-section .first, .pagination-section .last {
  display: none !important;
}

.pagination-section .page-item {
  display: inline-block;
  background: none;
  background-image: none;
  -webkit-filter: none !important;
  filter: none !important;
  border: 2px solid #000;
  text-shadow: none;
  color: #000;
  margin-left: 0.5em;
  padding-top: 1.07692307692em;
  padding-right: 1.07692307692em;
  padding-bottom: 1.15384615385em;
  padding-left: 1.07692307692em;
  font-size: 1em;
}

.pagination-section .page-item:hover {
  background: #000;
  color: #FFFFFF;
}

.pagination-section .page-item a {
  color: inherit;
  text-decoration: none;
}

.pagination-section .disabled {
  cursor: auto;
  border-color: #d3d2d2;
  color: #d3d2d2;
}

.pagination-section .disabled:hover {
  border-color: #d3d2d2;
  color: #d3d2d2;
  background: none;
  background-image: none;
}

.pagination-section .active {
  background: #000 !important;
  color: #FFFFFF;
}

.tb-hide-div {
  display: none !important;
}

.center {
  margin: auto;
}

.search-section {
  padding: 0px !important;
}

.search-section .tb-search-header {
  padding: 0px !important;
}

@media only screen and (max-width: 1024px) {
  .result-section #Content {
    margin-left: -8px;
    margin-right: -8px;
  }
  .tb-search-header {
    margin: 0px -8px !important;
  }
  .tb-search-result {
    margin: 0px -8px !important;
  }
  .tb-search-no-result-section {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .search-section .module-intro-small-header {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #393939;
    padding-bottom: 16px;
  }
  .search-result {
    padding: 0px 16px !important;
    margin: 0px !important;
  }
}


@charset "UTF-8";
/* breakpoints */
.content, .rich-text {
  background: transparent;
  color: #747474;
  border: transparent;
  line-height: 1.5;
  font-size: 12px;
  overflow: hidden;
  /* breakpoints */
}

.content *, .rich-text * {
  max-width: 100%;
}

.content .field-filetypeicon > a > span, .content .pdf, .content .xls, .content .xlsx, .content .pptx, .content .ppt, .content .docx, .content .doc, .content .bmp, .content .png, .content .jpg, .content .jpeg, .content .psd, .content .gif, .content .avi, .content .mp4, .content .wmv, .content .mov, .content .mp3, .content .wma, .content .txt, .content .zip, .rich-text .field-filetypeicon > a > span, .rich-text .pdf, .rich-text .xls, .rich-text .xlsx, .rich-text .pptx, .rich-text .ppt, .rich-text .docx, .rich-text .doc, .rich-text .bmp, .rich-text .png, .rich-text .jpg, .rich-text .jpeg, .rich-text .psd, .rich-text .gif, .rich-text .avi, .rich-text .mp4, .rich-text .wmv, .rich-text .mov, .rich-text .mp3, .rich-text .wma, .rich-text .txt, .rich-text .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.content .field-filetypeicon > a > span:before, .content .pdf:before, .content .xls:before, .content .xlsx:before, .content .pptx:before, .content .ppt:before, .content .docx:before, .content .doc:before, .content .bmp:before, .content .png:before, .content .jpg:before, .content .jpeg:before, .content .psd:before, .content .gif:before, .content .avi:before, .content .mp4:before, .content .wmv:before, .content .mov:before, .content .mp3:before, .content .wma:before, .content .txt:before, .content .zip:before, .rich-text .field-filetypeicon > a > span:before, .rich-text .pdf:before, .rich-text .xls:before, .rich-text .xlsx:before, .rich-text .pptx:before, .rich-text .ppt:before, .rich-text .docx:before, .rich-text .doc:before, .rich-text .bmp:before, .rich-text .png:before, .rich-text .jpg:before, .rich-text .jpeg:before, .rich-text .psd:before, .rich-text .gif:before, .rich-text .avi:before, .rich-text .mp4:before, .rich-text .wmv:before, .rich-text .mov:before, .rich-text .mp3:before, .rich-text .wma:before, .rich-text .txt:before, .rich-text .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content .field-filetypeicon span:before, .rich-text .field-filetypeicon span:before {
  content: "";
}

.content .field-filetypeicon .pdf:before, .rich-text .field-filetypeicon .pdf:before {
  content: "";
}

.content .field-filetypeicon .xlsx:before, .content .field-filetypeicon .xls:before, .rich-text .field-filetypeicon .xlsx:before, .rich-text .field-filetypeicon .xls:before {
  content: "";
}

.content .field-filetypeicon .pptx:before, .content .field-filetypeicon .ppt:before, .rich-text .field-filetypeicon .pptx:before, .rich-text .field-filetypeicon .ppt:before {
  content: "";
}

.content .field-filetypeicon .docx:before, .content .field-filetypeicon .doc:before, .rich-text .field-filetypeicon .docx:before, .rich-text .field-filetypeicon .doc:before {
  content: "";
}

.content .field-filetypeicon .bmp:before, .content .field-filetypeicon .png:before, .content .field-filetypeicon .jpg:before, .content .field-filetypeicon .jpeg:before, .content .field-filetypeicon .psd:before, .content .field-filetypeicon .gif:before, .content .field-filetypeicon .tif:before, .rich-text .field-filetypeicon .bmp:before, .rich-text .field-filetypeicon .png:before, .rich-text .field-filetypeicon .jpg:before, .rich-text .field-filetypeicon .jpeg:before, .rich-text .field-filetypeicon .psd:before, .rich-text .field-filetypeicon .gif:before, .rich-text .field-filetypeicon .tif:before {
  content: "";
}

.content .field-filetypeicon .avi:before, .content .field-filetypeicon .mp4:before, .content .field-filetypeicon .wmv:before, .content .field-filetypeicon .mov:before, .content .field-filetypeicon .mpg:before, .content .field-filetypeicon .mkv:before, .content .field-filetypeicon .vp6:before, .content .field-filetypeicon .vid:before, .content .field-filetypeicon .rv:before, .content .field-filetypeicon .webm:before, .content .field-filetypeicon .swf:before, .content .field-filetypeicon .flv:before, .content .field-filetypeicon .m4v:before, .content .field-filetypeicon .h264:before, .content .field-filetypeicon .mk3d:before, .content .field-filetypeicon .gifv:before, .content .field-filetypeicon .oggv:before, .content .field-filetypeicon .movie:before, .content .field-filetypeicon .divx:before, .rich-text .field-filetypeicon .avi:before, .rich-text .field-filetypeicon .mp4:before, .rich-text .field-filetypeicon .wmv:before, .rich-text .field-filetypeicon .mov:before, .rich-text .field-filetypeicon .mpg:before, .rich-text .field-filetypeicon .mkv:before, .rich-text .field-filetypeicon .vp6:before, .rich-text .field-filetypeicon .vid:before, .rich-text .field-filetypeicon .rv:before, .rich-text .field-filetypeicon .webm:before, .rich-text .field-filetypeicon .swf:before, .rich-text .field-filetypeicon .flv:before, .rich-text .field-filetypeicon .m4v:before, .rich-text .field-filetypeicon .h264:before, .rich-text .field-filetypeicon .mk3d:before, .rich-text .field-filetypeicon .gifv:before, .rich-text .field-filetypeicon .oggv:before, .rich-text .field-filetypeicon .movie:before, .rich-text .field-filetypeicon .divx:before {
  content: "";
}

.content .field-filetypeicon .mp3:before, .content .field-filetypeicon .wma:before, .content .field-filetypeicon .wav:before, .content .field-filetypeicon .fla:before, .content .field-filetypeicon .flac:before, .content .field-filetypeicon .ra:before, .content .field-filetypeicon .rma:before, .content .field-filetypeicon .aif:before, .content .field-filetypeicon .aiff:before, .content .field-filetypeicon .aa:before, .content .field-filetypeicon .aac:before, .content .field-filetypeicon .mid:before, .content .field-filetypeicon .midi:before, .content .field-filetypeicon .aax:before, .content .field-filetypeicon .ac3:before, .content .field-filetypeicon .au:before, .content .field-filetypeicon .ogg:before, .content .field-filetypeicon .avr:before, .content .field-filetypeicon .m4a:before, .content .field-filetypeicon .mp4a:before, .content .field-filetypeicon .amz:before, .content .field-filetypeicon .mka:before, .content .field-filetypeicon .asx:before, .content .field-filetypeicon .pcm:before, .content .field-filetypeicon .m3u:before, .content .field-filetypeicon .xwma:before, .rich-text .field-filetypeicon .mp3:before, .rich-text .field-filetypeicon .wma:before, .rich-text .field-filetypeicon .wav:before, .rich-text .field-filetypeicon .fla:before, .rich-text .field-filetypeicon .flac:before, .rich-text .field-filetypeicon .ra:before, .rich-text .field-filetypeicon .rma:before, .rich-text .field-filetypeicon .aif:before, .rich-text .field-filetypeicon .aiff:before, .rich-text .field-filetypeicon .aa:before, .rich-text .field-filetypeicon .aac:before, .rich-text .field-filetypeicon .mid:before, .rich-text .field-filetypeicon .midi:before, .rich-text .field-filetypeicon .aax:before, .rich-text .field-filetypeicon .ac3:before, .rich-text .field-filetypeicon .au:before, .rich-text .field-filetypeicon .ogg:before, .rich-text .field-filetypeicon .avr:before, .rich-text .field-filetypeicon .m4a:before, .rich-text .field-filetypeicon .mp4a:before, .rich-text .field-filetypeicon .amz:before, .rich-text .field-filetypeicon .mka:before, .rich-text .field-filetypeicon .asx:before, .rich-text .field-filetypeicon .pcm:before, .rich-text .field-filetypeicon .m3u:before, .rich-text .field-filetypeicon .xwma:before {
  content: "";
}

.content .field-filetypeicon .txt:before, .rich-text .field-filetypeicon .txt:before {
  content: "";
}

.content .field-filetypeicon .zip:before, .content .field-filetypeicon .zipx:before, .content .field-filetypeicon .rar:before, .content .field-filetypeicon .tar:before, .content .field-filetypeicon .gz:before, .content .field-filetypeicon .dmg:before, .content .field-filetypeicon .iso:before, .rich-text .field-filetypeicon .zip:before, .rich-text .field-filetypeicon .zipx:before, .rich-text .field-filetypeicon .rar:before, .rich-text .field-filetypeicon .tar:before, .rich-text .field-filetypeicon .gz:before, .rich-text .field-filetypeicon .dmg:before, .rich-text .field-filetypeicon .iso:before {
  content: "";
}

.content .field-filetypeicon .css:before, .content .field-filetypeicon .js:before, .content .field-filetypeicon .py:before, .content .field-filetypeicon .git:before, .content .field-filetypeicon .py:before, .content .field-filetypeicon .cpp:before, .content .field-filetypeicon .h:before, .content .field-filetypeicon .ini:before, .content .field-filetypeicon .config:before, .rich-text .field-filetypeicon .css:before, .rich-text .field-filetypeicon .js:before, .rich-text .field-filetypeicon .py:before, .rich-text .field-filetypeicon .git:before, .rich-text .field-filetypeicon .py:before, .rich-text .field-filetypeicon .cpp:before, .rich-text .field-filetypeicon .h:before, .rich-text .field-filetypeicon .ini:before, .rich-text .field-filetypeicon .config:before {
  content: "";
}

.content .field-filetypeicon .exe:before, .content .field-filetypeicon .jar:before, .content .field-filetypeicon .dll:before, .content .field-filetypeicon .bat:before, .content .field-filetypeicon .pl:before, .content .field-filetypeicon .scr:before, .content .field-filetypeicon .msi:before, .content .field-filetypeicon .app:before, .content .field-filetypeicon .deb:before, .content .field-filetypeicon .apk:before, .content .field-filetypeicon .jar:before, .content .field-filetypeicon .vb:before, .content .field-filetypeicon .prg:before, .content .field-filetypeicon .sh:before, .rich-text .field-filetypeicon .exe:before, .rich-text .field-filetypeicon .jar:before, .rich-text .field-filetypeicon .dll:before, .rich-text .field-filetypeicon .bat:before, .rich-text .field-filetypeicon .pl:before, .rich-text .field-filetypeicon .scr:before, .rich-text .field-filetypeicon .msi:before, .rich-text .field-filetypeicon .app:before, .rich-text .field-filetypeicon .deb:before, .rich-text .field-filetypeicon .apk:before, .rich-text .field-filetypeicon .jar:before, .rich-text .field-filetypeicon .vb:before, .rich-text .field-filetypeicon .prg:before, .rich-text .field-filetypeicon .sh:before {
  content: "";
}

.content .field-filetypeicon .com:before, .content .field-filetypeicon .net:before, .content .field-filetypeicon .org:before, .content .field-filetypeicon .edu:before, .content .field-filetypeicon .gov:before, .content .field-filetypeicon .mil:before, .content .field-filetypeicon .html:before, .content .field-filetypeicon .htm:before, .content .field-filetypeicon .xhtml:before, .content .field-filetypeicon .jhtml:before, .content .field-filetypeicon .php:before, .content .field-filetypeicon .php3:before, .content .field-filetypeicon .php4:before, .content .field-filetypeicon .php5:before, .content .field-filetypeicon .phtmle:before, .content .field-filetypeicon .asp:before, .content .field-filetypeicon .aspx:before, .content .field-filetypeicon .cfm:before, .rich-text .field-filetypeicon .com:before, .rich-text .field-filetypeicon .net:before, .rich-text .field-filetypeicon .org:before, .rich-text .field-filetypeicon .edu:before, .rich-text .field-filetypeicon .gov:before, .rich-text .field-filetypeicon .mil:before, .rich-text .field-filetypeicon .html:before, .rich-text .field-filetypeicon .htm:before, .rich-text .field-filetypeicon .xhtml:before, .rich-text .field-filetypeicon .jhtml:before, .rich-text .field-filetypeicon .php:before, .rich-text .field-filetypeicon .php3:before, .rich-text .field-filetypeicon .php4:before, .rich-text .field-filetypeicon .php5:before, .rich-text .field-filetypeicon .phtmle:before, .rich-text .field-filetypeicon .asp:before, .rich-text .field-filetypeicon .aspx:before, .rich-text .field-filetypeicon .cfm:before {
  content: "";
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  color: #222;
}

.content h1, .content h2, .rich-text h1, .rich-text h2 {
  margin: 10px 0;
}

.content h3, .content h4, .content p, .rich-text h3, .rich-text h4, .rich-text p {
  margin: 5px 0;
}

.content h5, .content h6, .rich-text h5, .rich-text h6 {
  margin: 5px 0 0;
}

.content strong, .rich-text strong {
  font-weight: 700;
}

.content ul, .content ol, .rich-text ul, .rich-text ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.content li, .rich-text li {
  font-size: 13px;
  margin-left: 15px;
}

.content ul li, .rich-text ul li {
  list-style: disc;
  list-style-position: inside;
}

.content ol li, .rich-text ol li {
  list-style: decimal;
  list-style-position: inside;
}

.content a, .rich-text a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.content a:hover, .rich-text a:hover {
  color: #878787;
}

.content table, .rich-text table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.content table, .content table tr, .content table th, .content table td, .rich-text table, .rich-text table tr, .rich-text table th, .rich-text table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.content table tr, .content table th, .content table td, .rich-text table tr, .rich-text table th, .rich-text table td {
  padding: 5px;
}

.content table caption, .rich-text table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.content table tr, .rich-text table tr {
  border: none;
}

.content table th, .content table td, .rich-text table th, .rich-text table td {
  border-width: 2px 0 0 2px;
}

.content table th, .rich-text table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.content table th:first-child, .rich-text table th:first-child {
  border-left: 0;
}

.content table td:first-child, .rich-text table td:first-child {
  border-left: 0;
}

/* breakpoints */
.rich-text-lists ul, .field-featurelist ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.rich-text-lists ul li, .field-featurelist ul li {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  line-height: 21px;
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 25px;
}

.rich-text-lists ul li:before, .field-featurelist ul li:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  color: #747474;
  text-align: center;
  content: "\f00c";
  width: 20px;
  margin: 0 5px 0 0;
  padding: 0;
}

.field-featurelist ul li:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  color: #747474;
  text-align: center;
  content: "\f046";
  width: 20px;
  margin: 0 5px 0 0;
  padding: 0;
}

.media-link.file-type-icon-media-link {
  float: left;
}

.media-link.file-type-icon-media-link .field-filetypeicon {
  text-align: center;
}


@charset "UTF-8";
/* breakpoints */
.facet-component {
  box-sizing: border-box;
  background: transparent;
  /* breakpoints */
}

.facet-component label {
  background: transparent;
  color: #747474;
}

.facet-component input, .facet-component button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.facet-component input:focus {
  border: 1px solid #d2d2d2;
}

.facet-component input[type="submit"], .facet-component input[type="reset"], .facet-component input[type="button"], .facet-component button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.facet-component input[type="submit"]:hover, .facet-component input[type="reset"]:hover, .facet-component input[type="button"]:hover, .facet-component button:hover {
  background: #f7f7f7;
}

.facet-component input::-moz-focus-inner, .facet-component button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.facet-component input[type="text"] {
  font-size: 13px;
}

.facet-component input[type="text"], .facet-component input[type="email"], .facet-component input[type="password"], .facet-component textarea, .facet-component select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.facet-component select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.facet-component:after {
  content: "";
  display: table;
  clear: both;
}

.facet-component .bottom-filter-button {
  float: right;
}

.facet-component .facet-heading {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  position: relative;
}

.facet-component .facet-heading .facet-title {
  display: inline-block;
  vertical-align: middle;
  color: #747474;
  padding-right: 25px;
}

.facet-component .facet-heading .clear-filter {
  display: inline-block;
  vertical-align: middle;
  border-radius: 15px;
  font-size: 10px;
  text-align: center !important;
  width: 15px;
  cursor: pointer;
  position: absolute;
  color: #747474;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
}

.facet-component .facet-heading .clear-filter:hover {
  background: #e0e0e0;
  border-color: #adadad;
  text-decoration: none;
  color: #747474;
}

.facet-component .facet-heading .clear-filter.has-active-facet {
  background: #e0e0e0;
  color: #747474;
}

.facet-component .facet-heading .clear-filter.has-active-facet:hover {
  background: #e0e0e0;
  color: #747474;
}

.facet-single-selection-list .facet-dropdown {
  margin: 10px 0;
}

.facet-single-selection-list .facet-dropdown select {
  min-width: 100%;
}

.facet-single-selection-list .facet-value input[type="checkbox"] {
  display: none;
}

.facet-single-selection-list .facet-value label {
  color: #747474;
}

.facet-single-selection-list .facet-value.active-facet label, .facet-single-selection-list .facet-value.active-facet .facet-count.highlighted, .facet-single-selection-list .facet-value.active-facet span {
  color: #89C6CC;
}

.facet-single-selection-list .bottom-remove-filter {
  float: left;
}

.facet-single-selection-list .bottom-filter-button {
  float: right;
}

.facet-date-range .from-date, .facet-date-range .to-date {
  margin-bottom: 5px;
}

.ui-datepicker-title select {
  color: #747474;
}

.facet-dropdown {
  margin: 10px 0;
}

.facet-dropdown select {
  min-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  position: relative;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

.facet-managed-range {
  box-sizing: border-box;
}

.facet-managed-range .min-range-value, .facet-managed-range .max-range-value {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 49%;
  margin-bottom: 5px;
}

.facet-managed-range .min-range-value input[type=text], .facet-managed-range .max-range-value input[type=text] {
  min-width: 100%;
  width: 100%;
}

.facet-managed-range .min-range-value {
  float: left;
}

.facet-managed-range .max-range-value {
  float: right;
}

.facet-managed-range .bottom-remove-filter {
  float: left;
}

.facet-range-selector .slider-min-value {
  float: left;
  width: 4%;
  text-align: center;
}

.facet-range-selector .slider-max-value {
  float: right;
  width: 4%;
  text-align: center;
}

.facet-range-selector .slider-min-value + .ui-slider-horizontal {
  float: left;
  width: 88%;
  margin: 5px 2%;
}

.radius-filter {
  /* breakpoints */
}

.radius-filter label {
  background: transparent;
  color: #747474;
}

.radius-filter input, .radius-filter button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.radius-filter input:focus {
  border: 1px solid #d2d2d2;
}

.radius-filter input[type="submit"], .radius-filter input[type="reset"], .radius-filter input[type="button"], .radius-filter button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.radius-filter input[type="submit"]:hover, .radius-filter input[type="reset"]:hover, .radius-filter input[type="button"]:hover, .radius-filter button:hover {
  background: #f7f7f7;
}

.radius-filter input::-moz-focus-inner, .radius-filter button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.radius-filter input[type="text"] {
  font-size: 13px;
}

.radius-filter input[type="text"], .radius-filter input[type="email"], .radius-filter input[type="password"], .radius-filter textarea, .radius-filter select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.radius-filter select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.radius-filter .radius-button.selected {
  color: #89C6CC;
  background: #FFFFFF;
}

.radius-filter ul {
  height: 30px;
}

.radius-filter ul li {
  display: block;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #d2d2d2;
  float: left;
  padding: 5px 5px;
  cursor: pointer;
}

.radius-filter ul li:first-child {
  border-width: 1px;
}

.radius-filter .bottom-remove-filter {
  margin-bottom: 5px;
}

.ui-slider {
  position: relative;
  width: 80%;
  margin: 10px auto;
  text-align: left;
}

.ui-slider .ui-widget-header {
  border: 1px solid #89C6CC;
  background: #89C6CC;
  font-weight: bold;
}

.ui-slider .ui-widget-header a {
  color: #ffffff;
}

.slider-value {
  text-align: center;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
  font-weight: normal;
  color: #747474;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #747474;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #d2d2d2;
  background: #dadada;
  font-weight: normal;
  color: #747474;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #747474;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #d2d2d2;
  background: #dadada;
  font-weight: normal;
  color: #747474;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #747474;
  text-decoration: none;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.load-more {
  /* breakpoints */
}

.load-more label {
  background: transparent;
  color: #747474;
}

.load-more input, .load-more button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.load-more input:focus {
  border: 1px solid #d2d2d2;
}

.load-more input[type="submit"], .load-more input[type="reset"], .load-more input[type="button"], .load-more button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.load-more input[type="submit"]:hover, .load-more input[type="reset"]:hover, .load-more input[type="button"]:hover, .load-more button:hover {
  background: #f7f7f7;
}

.load-more input::-moz-focus-inner, .load-more button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.load-more input[type="text"] {
  font-size: 13px;
}

.load-more input[type="text"], .load-more input[type="email"], .load-more input[type="password"], .load-more textarea, .load-more select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.load-more select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

/* breakpoints */
.location-filter {
  position: relative;
  padding: 5px 10px 15px 10px;
  margin: 0 0 20px 0;
  /* breakpoints */
  /* breakpoints */
}

.location-filter label {
  background: transparent;
  color: #747474;
}

.location-filter input, .location-filter button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.location-filter input:focus {
  border: 1px solid #d2d2d2;
}

.location-filter input[type="submit"], .location-filter input[type="reset"], .location-filter input[type="button"], .location-filter button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.location-filter input[type="submit"]:hover, .location-filter input[type="reset"]:hover, .location-filter input[type="button"]:hover, .location-filter button:hover {
  background: #f7f7f7;
}

.location-filter input::-moz-focus-inner, .location-filter button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.location-filter input[type="text"] {
  font-size: 13px;
}

.location-filter input[type="text"], .location-filter input[type="email"], .location-filter input[type="password"], .location-filter textarea, .location-filter select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.location-filter select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.location-filter .twitter-typeahead {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.location-filter .tt-menu {
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #d2d2d2;
}

.location-filter .tt-hint {
  color: #747474;
}

.location-filter .tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  background-color: #f7f7f7;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.location-filter .tt-suggestion {
  padding: 4px 10px;
  color: #747474;
  overflow: hidden;
}

.location-filter .tt-suggestion a {
  text-decoration: none;
}

.location-filter .tt-suggestion:last-child {
  border: none;
}

.location-filter .tt-suggestion .field-image {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.location-filter .tt-suggestion .field-make {
  font-size: 15px;
  float: left;
  margin-right: 5px;
}

.location-filter .tt-suggestion .field-model {
  margin-left: 4px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

.location-filter .tt-suggestion .field-priceformatted {
  float: right;
  font-size: 15px;
  color: #89C6CC;
  margin-top: -20px;
}

.location-filter .tt-suggestion.tt-cursor {
  color: #89C6CC;
  background-color: #dadada;
  cursor: pointer;
}

.location-filter.loading-in-progress .tt-dropdown-menu {
  display: block !important;
  min-height: 50px;
  position: relative;
}

.location-filter.loading-in-progress .tt-dropdown-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 50px;
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}

.location-filter.loading-in-progress .tt-dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: 0.8;
  z-index: 10;
}

.location-filter .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-filter .component-content > div, .location-filter .component-content > button, .location-filter .component-content > label, .location-filter .component-content > input, .location-filter .component-content > span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.location-filter .component-content > label, .location-filter .component-content > button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.location-filter .component-content > label {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.location-filter .component-content > input, .location-filter .component-content > span {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  width: auto;
  margin: 0 5px;
}

.location-filter .tt-hint::-webkit-input-placeholder {
  color: transparent;
}

.location-filter .tt-hint::-moz-placeholder {
  color: transparent;
}

.page-selector {
  text-align: center;
  padding: 10px 0 0 0;
}

.page-selector .page-selector-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 8px;
}

.page-selector .page-selector-list li.inactive a {
  color: #aaa;
  cursor: default;
}

.page-selector a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}

.page-selector .page-selector-item-link {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: block;
  text-decoration: none;
  font-weight: normal;
  height: 28px;
  line-height: 22px;
  padding: 2px 9px;
  margin-left: 5px;
}

.page-selector .page-selector-item-link.active {
  font-weight: bold;
  color: #89C6CC;
  border: 1px solid #15909c;
  background: #f6f6f6;
}

.page-selector .page-selector-item-link:hover {
  color: #89C6CC;
  border: 1px solid #15909c;
  background: #f6f6f6;
}

.page-selector .page-selector-item-link.inactive {
  color: #aaa;
}

.page-size {
  /* breakpoints */
}

.page-size label {
  background: transparent;
  color: #747474;
}

.page-size input, .page-size button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.page-size input:focus {
  border: 1px solid #d2d2d2;
}

.page-size input[type="submit"], .page-size input[type="reset"], .page-size input[type="button"], .page-size button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.page-size input[type="submit"]:hover, .page-size input[type="reset"]:hover, .page-size input[type="button"]:hover, .page-size button:hover {
  background: #f7f7f7;
}

.page-size input::-moz-focus-inner, .page-size button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.page-size input[type="text"] {
  font-size: 13px;
}

.page-size input[type="text"], .page-size input[type="email"], .page-size input[type="password"], .page-size textarea, .page-size select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.page-size select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.page-size label {
  margin-right: 5px;
}

.page-size select {
  max-width: 100px;
  width: auto;
}

.search-results-count .progress {
  display: none;
}

.search-results-count .results-count {
  display: none;
}

.on-page-editor .results-count {
  display: inline-block;
}

/* breakpoints */
.facet-single-selection-list {
  display: block;
}

.facet-single-selection-list .facet-search-filter .facet-value {
  position: relative;
  border-bottom: 1px solid #e0dede;
  background: transparent;
  cursor: pointer;
  padding: 5px 0;
}

.facet-single-selection-list .facet-search-filter .facet-value:last-of-type {
  border-bottom: none;
}

.facet-single-selection-list .facet-search-filter .facet-value.active-facet {
  font-weight: bold;
}

.facet-single-selection-list .facet-search-filter .facet-value .highlighted {
  font-weight: bold;
  color: #888888;
}

/* breakpoints */
.variant-selector.component {
  margin: 30px 0 0 0;
}

.variant-selector .component-content > div {
  height: 30px;
  display: inline-block;
  width: 30px;
  margin: 2px;
  cursor: Pointer;
}

.variant-selector .variant-option {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.variant-selector .variant-option:before {
  content: "";
  display: block;
  height: 100%;
  font-size: 30px;
  width: 100%;
  text-align: center;
}

.variant-selector .variant-option.active-variant {
  color: #15909c;
}

.variant-selector .variant-option.horizontal:before {
  content: "";
}

.variant-selector .variant-option.horizontal.active-variant {
  color: #15909c;
}

.variant-selector .variant-option.vertical:before {
  content: "";
}

.variant-selector .variant-option.vertical.active-variant {
  color: #15909c;
}

.column-header-search .search-box {
  margin: 0;
  padding: 2px 10px 0 10px;
}

.search-box {
  /* breakpoints */
  /* breakpoints */
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}

.search-box label {
  background: transparent;
  color: #747474;
}

.search-box input, .search-box button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.search-box input:focus {
  border: 1px solid #d2d2d2;
}

.search-box input[type="submit"], .search-box input[type="reset"], .search-box input[type="button"], .search-box button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.search-box input[type="submit"]:hover, .search-box input[type="reset"]:hover, .search-box input[type="button"]:hover, .search-box button:hover {
  background: #f7f7f7;
}

.search-box input::-moz-focus-inner, .search-box button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.search-box input[type="text"] {
  font-size: 13px;
}

.search-box input[type="text"], .search-box input[type="email"], .search-box input[type="password"], .search-box textarea, .search-box select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.search-box select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.search-box .twitter-typeahead {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.search-box .tt-menu {
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #d2d2d2;
}

.search-box .tt-hint {
  color: #747474;
}

.search-box .tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  background-color: #f7f7f7;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.search-box .tt-suggestion {
  padding: 4px 10px;
  color: #747474;
  overflow: hidden;
}

.search-box .tt-suggestion a {
  text-decoration: none;
}

.search-box .tt-suggestion:last-child {
  border: none;
}

.search-box .tt-suggestion .field-image {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.search-box .tt-suggestion .field-make {
  font-size: 15px;
  float: left;
  margin-right: 5px;
}

.search-box .tt-suggestion .field-model {
  margin-left: 4px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

.search-box .tt-suggestion .field-priceformatted {
  float: right;
  font-size: 15px;
  color: #89C6CC;
  margin-top: -20px;
}

.search-box .tt-suggestion.tt-cursor {
  color: #89C6CC;
  background-color: #dadada;
  cursor: pointer;
}

.search-box.loading-in-progress .tt-dropdown-menu {
  display: block !important;
  min-height: 50px;
  position: relative;
}

.search-box.loading-in-progress .tt-dropdown-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 50px;
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}

.search-box.loading-in-progress .tt-dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: 0.8;
  z-index: 10;
}

.search-box.hide-button .search-box-button {
  display: none;
}

.search-box .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box .component-content > label, .search-box .component-content > input, .search-box .component-content > button {
  display: inline-block;
}

.search-box .component-content > label, .search-box .component-content > button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-box .component-content > input {
  width: auto;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin: 0 5px;
}

.search-box .component-content > label {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.search-box .component-content > .twitter-typeahead {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin: 0 5px;
}

.search-box .component-content > .twitter-typeahead .search-box-input.tt-input {
  margin-bottom: 0;
}

.search-box .search-box-input {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.search-box .search-box-input.tt-hint {
  margin-top: 0;
}

/* breakpoints */
.loupe-search-btn .search-box-button-with-redirect {
  position: relative;
  text-indent: -99999px;
  width: 20px;
  background: #000000 !important;
  border: none;
  padding: 4px 14px;
}

.loupe-search-btn .search-box-button-with-redirect:hover {
  background: #89C6CC !important;
}

.loupe-search-btn .search-box-button-with-redirect:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  font-size: 10px;
  text-indent: 0;
  font-size: 14px;
  color: #fff;
}

.sort-results {
  /* breakpoints */
}

.sort-results label {
  background: transparent;
  color: #747474;
}

.sort-results input, .sort-results button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.sort-results input:focus {
  border: 1px solid #d2d2d2;
}

.sort-results input[type="submit"], .sort-results input[type="reset"], .sort-results input[type="button"], .sort-results button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.sort-results input[type="submit"]:hover, .sort-results input[type="reset"]:hover, .sort-results input[type="button"]:hover, .sort-results button:hover {
  background: #f7f7f7;
}

.sort-results input::-moz-focus-inner, .sort-results button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sort-results input[type="text"] {
  font-size: 13px;
}

.sort-results input[type="text"], .sort-results input[type="email"], .sort-results input[type="password"], .sort-results textarea, .sort-results select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.sort-results select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.sort-results select {
  max-width: 100%;
  width: auto;
  display: inline-block;
}

.sort-results .facet-title {
  display: inline-block;
  margin-right: 5px;
}

/* Chinese Search Overrides */

.site-chinese-search .search-box {
  max-width: 50%;
  margin-bottom: 24px !important;
}

.site-chinese-search .search-box .search-box-input {
  padding: 8px 16px;
  border: none;
  border-bottom: 2px solid transparent;
  background: #F1F1F1 !important;
  box-shadow: none;
  color: #393939;
  font-size: 16px;
  height: 48px;
}

.site-chinese-search .search-box .search-box-input:focus {
  border-bottom-color: #393939;
}

.site-chinese-search .search-box .search-box-button-with-redirect {
    display: flex;
    align-items: center;
    background: #998242 !important;
    border: none;
    color: #FFFFFF;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: unset !important;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 0px;
}

.site-chinese-search .search-box .search-box-button-with-redirect:before {
  content: '';
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.16253%203.30579H7.7135V4.40771H7.16253C5.61983%204.40771%204.40771%205.61983%204.40771%207.16253V7.7135H3.30579V7.16253C3.30579%205.01377%205.01377%203.30579%207.16253%203.30579ZM20%2017.7961C20%2018.4022%2019.7796%2018.9532%2019.3388%2019.3388C18.8981%2019.7245%2018.3471%2020%2017.7961%2020C17.1901%2020%2016.6391%2019.7796%2016.2534%2019.3388L10.4132%2013.5537C9.42149%2014.0496%208.31956%2014.3251%207.16253%2014.3251C3.19559%2014.3251%200%2011.1295%200%207.16253C0%203.19559%203.19559%200%207.16253%200C11.1295%200%2014.3251%203.19559%2014.3251%207.16253C14.3251%208.31956%2014.0496%209.42149%2013.5537%2010.4132L19.3939%2016.2534C19.7796%2016.6942%2020%2017.2452%2020%2017.7961ZM13.2231%207.16253C13.2231%203.80165%2010.5234%201.10193%207.16253%201.10193C3.80165%201.10193%201.10193%203.80165%201.10193%207.16253C1.10193%2010.5234%203.80165%2013.2231%207.16253%2013.2231C10.5234%2013.2231%2013.2231%2010.5234%2013.2231%207.16253ZM18.8981%2017.7961C18.8981%2017.5207%2018.7879%2017.2452%2018.5675%2017.0248L12.9477%2011.405C12.5069%2012.011%2012.011%2012.5069%2011.405%2012.9477L17.0799%2018.6226C17.5207%2019.0634%2018.2369%2019.0634%2018.6226%2018.6226C18.7879%2018.4022%2018.8981%2018.1267%2018.8981%2017.7961Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 20px;
  height: 20px;
  display: block;
}

.site-chinese-search .search-box .search-box-button-with-redirect:hover {
  background: #393939 !important;
}

.site-chinese-search .page-selector .page-selector-list li {
	margin: 0 4px;
}

.site-chinese-search .page-selector .page-selector-item-link {
    border-color: #DDD;
    color: #393939;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.site-chinese-search .page-selector .page-selector-item-link.active {
	background: #998242 !important;
	color: #FFF !important;
	border-color: #998242 !important;
	font-weight: normal !important;
}

.site-chinese-search .search-box input.search-box-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #393939;
}

.site-chinese-search .search-box input.search-box-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #393939;
    opacity: 1;
}

.site-chinese-search .search-box input.search-box-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #393939;
    opacity: 1;
}

.site-chinese-search .search-box input.search-box-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #393939;
}

/* breakpoints */
.search-results {
  /* breakpoints */
}

.search-results label {
  background: transparent;
  color: #747474;
}

.search-results input, .search-results button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.search-results input:focus {
  border: 1px solid #d2d2d2;
}

.search-results input[type="submit"], .search-results input[type="reset"], .search-results input[type="button"], .search-results button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.search-results input[type="submit"]:hover, .search-results input[type="reset"]:hover, .search-results input[type="button"]:hover, .search-results button:hover {
  background: #f7f7f7;
}

.search-results input::-moz-focus-inner, .search-results button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.search-results input[type="text"] {
  font-size: 13px;
}

.search-results input[type="text"], .search-results input[type="email"], .search-results input[type="password"], .search-results textarea, .search-results select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.search-results select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.search-results .search-result-list {
  padding-top: 5px;
}

.search-results.vertical .search-result-list > li, .search-results.component-details .search-result-list > li, .search-results.standard-fields .search-result-list > li {
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 5px;
  margin: 0 7px 10px 0;
}

.search-results.vertical .search-result-list > li .field-title, .search-results.component-details .search-result-list > li .field-title, .search-results.standard-fields .search-result-list > li .field-title {
  display: block;
  margin-top: 10px;
}

.search-results.vertical .search-result-list > li .field-title a, .search-results.component-details .search-result-list > li .field-title a, .search-results.standard-fields .search-result-list > li .field-title a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
  display: block;
}

.search-results.vertical .search-result-list > li a img, .search-results.component-details .search-result-list > li a img, .search-results.standard-fields .search-result-list > li a img {
  max-width: 100%;
  height: auto;
}

.search-results.vertical .search-result-list > li:hover, .search-results.component-details .search-result-list > li:hover, .search-results.standard-fields .search-result-list > li:hover {
  border-bottom-width: 1px 1px 2px 1px;
  border-bottom-style: solid;
  border-bottom-color: #15909c;
}

.search-results.horizontal .search-result-list, .search-results.components .search-result-list, .search-results.example-fields .search-result-list {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results.horizontal .search-result-list:after, .search-results.components .search-result-list:after, .search-results.example-fields .search-result-list:after {
  content: "";
  display: table;
  clear: both;
}

.search-results.horizontal .search-result-list > li, .search-results.components .search-result-list > li, .search-results.example-fields .search-result-list > li {
  box-sizing: border-box;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #d2d2d2;
  position: relative;
  min-height: 120px;
  margin: 0 2% 10px 0;
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 175px;
  min-width: 23%;
}

.search-results.horizontal .search-result-list > li .field-title, .search-results.components .search-result-list > li .field-title, .search-results.example-fields .search-result-list > li .field-title {
  display: block;
  padding: 0 5px;
  text-align: center;
}

.search-results.horizontal .search-result-list > li .field-title a, .search-results.components .search-result-list > li .field-title a, .search-results.example-fields .search-result-list > li .field-title a {
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
}

.search-results.horizontal .search-result-list > li a img, .search-results.components .search-result-list > li a img, .search-results.example-fields .search-result-list > li a img {
  max-width: 100%;
  height: auto;
}

.search-results.horizontal .search-result-list > li:hover, .search-results.components .search-result-list > li:hover, .search-results.example-fields .search-result-list > li:hover {
  border-bottom-width: 1px 1px 2px 1px;
  border-bottom-style: solid;
  border-bottom-color: #15909c;
}

.search-results .search-results-overlay {
  display: none;
}

.search-results.loading-in-progress {
  min-height: 200px;
}

.search-results.loading-in-progress .search-result-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-results.loading-in-progress .search-result-overlay:after {
  content: "";
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPHBhdGggIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPgogIDxwYXRoIGZpbGw9JyNkZGRkZGQnIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -30px auto 0;
}

.search-results.loading-more-in-progress:after {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  height: 100px;
}

.search-results .no-results {
  padding: 5px;
}

.tb-search-result .autocomplete {
  padding: 0px;
}

@media only screen and (max-width: 767px) {
  .search-result {
    padding: 0px 8px;
  }
}

.search-result .autocomplete .autocomplete-items {
  width: 100%;
  right: 0px;
  top: 40px !important;
}

.search-result .autocomplete .autocomplete-items .tb-autosearch-result {
  background: transparent !important;
}

.search-result .autocomplete .autocomplete-items .tb-autosearch-result.hover {
  background: transparent !important;
}

@media only screen and (max-width: 767px) {
  .tb-addresslist-container .search-result-list .tb-articlelist-row .col-md-6 {
    padding: 0;
  }
  .tb-addresslist-container .search-result-list .tb-articlelist-row img {
    width: 100%;
  }
}


.tb-search-container .mCSB_inside > .mCSB_container {
  margin-right: 16px !important;
}

.tb-search-container .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.tb-search-input {
  position: relative;
  width: 268px;
  height: 40px;
  top: 2px;
  border-radius: unset !important;
  background: transparent;
  background-image: url("../images/svg_icons/tb-vector-seach.svg") no-repeat;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 13px;
  padding-left: 18px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  border: none;
  text-overflow: ellipsis;
  font-family: inherit;
}

.tb-search-input::-webkit-input-placeholder {
  padding-left: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: inherit;
}

.tb-search-input:-ms-input-placeholder {
  padding-left: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: inherit;
}

.tb-search-input::placeholder {
  padding-left: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: inherit;
}

.tb-search-input:-ms-input-placeholder {
  padding-left: 13px;
  padding-right: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: inherit;
}

.tb-search-input::-ms-input-placeholder {
  padding-left: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: inherit;
}

.tb-search-input:active, .tb-search-input:focus {
  border: none !important;
}

.tb-search-input:active::-webkit-input-placeholder, .tb-search-input:focus::-webkit-input-placeholder {
  color: #999999;
}

.tb-search-input:active:-ms-input-placeholder, .tb-search-input:focus:-ms-input-placeholder {
  color: #999999;
}

.tb-search-input:active::placeholder, .tb-search-input:focus::placeholder {
  color: #999999;
}

.tb-search-input:active:-ms-input-placeholder, .tb-search-input:focus:-ms-input-placeholder {
  color: #999999;
}

.tb-search-input:active::-ms-input-placeholder, .tb-search-input:focus::-ms-input-placeholder {
  color: #999999;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}

.tb-search-icon {
  position: relative;
  top: 4px;
  right: 0px;
}

.tb-searchinput-div {
  position: relative;
  top: 0px;
  margin: 18px auto;
  background: transparent;
  height:44px
}
.tb-searchinput-div.expanded{
  width: 200px;
  transition: all 0.3s ease;
}
.tb-searchinput-div.expanded .tb-search-input{
  width: 200px !important ;
  /* border-radius: 20px !important; */
  border: 1px solid rgba(255, 255, 255, 0.20);
}
.tb-searchinput-div.expanded .tb-topmenu-searchbutton{
  background: transparent !important;
}
#header .tb-topmenu-container.d-flex .float-right a.tb-topmenu-searchbutton {
  background: rgba(255, 255, 255, 0.10);
  /* margin-right: 16px; */
}
#header .tb-topmenu-container.d-flex .float-right a.tb-topmenu-searchbutton:hover{
  background: rgba(255, 255, 255, 0.50);
  /* margin-right: 16px; */
}
#header .tb-topmenu-container.d-flex .float-right input#myInput::placeholder{
  color: white;
}
.autocomplete {
  position: relative;
}

.autocomplete .autocomplete-items {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  top: 45px;
  right: 15px;
  width: 381px;
  max-height: 396px;
  background: #FFFFFF;
  z-index: 2;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  padding-left: 8px;
}

.autocomplete .autocomplete-items .tb-autocomplete-hint {
  height: 132px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 8px 12px 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #393939;
  margin-left: 0px;
  cursor: pointer;
}

.autocomplete .autocomplete-items .tb-autocomplete-hint .tb-autosearch-result {
  height: 100px;
  overflow: hidden;
}

.autocomplete .autocomplete-items .tb-autocomplete-hint .tb-autosearch-result a {
  color: inherit !important;
  text-decoration: none;
}

.autocomplete .autocomplete-items .tb-autocomplete-hint .tb-autosearch-result .tb-autosearch-result-header {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #998242;
}

.autocomplete .autocomplete-items .tb-autocomplete-hint .tb-autosearch-result .tb-autosearch-result-header:hover {
  color: #998242;
}

.autocomplete .autocomplete-items .tb-autocomplete-hint:hover .tb-autosearch-result-header {
  text-decoration: underline;
}

.autocomplete .autocomplete-items .tb-autocomplete-hint.tb-header-search-active .tb-autosearch-result-header {
  text-decoration: underline;
}

@media only screen and (max-width: 991.98px) {
  .autocomplete .autocomplete-items {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 48px;
    right: 19px;
    width: 381px;
    max-height: 396px;
    background: #FFFFFF;
    z-index: 2;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (width: 768px) {
  .autocomplete .autocomplete-items {
    top: 60px;
    width: 100%;
  }
}

.tb-topmenu-searchbutton .tb-loader {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@media only screen and (width: 768px) {
  .tb-topmenu-searchbutton .tb-loader {
    position: absolute;
  }
}


/* .tb-sectionintro-title
{
    color: #002664;
} */

.tb-sectionintro-container {
  max-width: 100%;
  width: 100%;
  margin: 16px 0;
}

.tb-sectionintro-container .tb-sectionintro-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-sectionintro-container .tb-sectionintro {
  padding: 0;
  color: #393939;
  background: none;
}

.tb-sectionintro-container .tb-sectionintro .tb-sectionintro-title {
  margin-bottom: 0px;
  padding-bottom: 16px;
}

.tb-sectionintro-container .tb-sectionintro .tb-sectionintro-subtitle {
  padding: 0 0 24px 0;
  font-size: 20px;
  line-height: 28px;
}

.tb-sectionintro-container .tb-sectionintro .tb-sectionintro-body {
  height: 0px;
  border-top: 1px solid #DDDDDD;
  padding-top: 24px;
}

.tb-sectionintro-container .tb-sectionintro .tb-sectionintro-body .tb-sectionintro-content {
  display: none;
  overflow: hidden;
  padding-bottom: 16px;
}

.tb-sectionintro-container .tb-sectionintro .tb-sectionintro-footer a {
  color: #998242;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.tb-sectionintro-container .tb-sectionintro .tb-sectionintro-footer a svg {
  margin-left: 8px;
  vertical-align: middle;
}

.tb-sectionintro-container .tb-sectionintro.center {
  margin: auto;
  text-align: center;
}

.tb-sectionintro-container .d-none {
  display: none;
}

.tb-sectionintro-component-as-title .tb-sectionintro-container {
  margin-bottom: 0px !important;
}

.tb-sectionintro-component-as-title .tb-sectionintro-container .tb-sectionintro-title {
  padding-bottom: 0px;
}

.tb-sectionintro-component-as-title .tb-sectionintro .tb-sectionintro-subtitle {
  padding-bottom: 0 !important;
  padding-top: 16px;
}

.SectionIntroButtonsHide .tb-sectionintro-container .tb-sectionintro .tb-sectionintro-body .tb-sectionintro-content.height-0 {
  height: auto !important;
}

.SectionIntroButtonsHide .tb-sectionintro-container .tb-sectionintro .tb-sectionintro-footer {
  display: none;
}

/* height should not be zero in the editor mode */
.on-page-editor .height-0 {
  height: auto !important;
}

.on-page-editor .tb-sectionintro-body {
  height: auto !important;
}

.on-page-editor .tb-sectionintro-content {
  display: block !important;
}

@media only screen and (max-width: 1024px) {
  .tb-sectionintro-container {
    margin: 12px 0;
  }
  .tb-sectionintro-container .tb-sectionintro .tb-sectionintro-body .tb-sectionintro-content {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .tb-sectionintro-container {
    margin: 8px 0;
    padding: 0 8px;
  }
  .tb-sectionintro-container .tb-sectionintro .tb-sectionintro-subtitle {
    padding-bottom: 16px;
  }
  .tb-sectionintro-container .tb-sectionintro .tb-sectionintro-body {
    padding-top: 16px;
  }
  .tb-sectionintro-container .tb-sectionintro .tb-sectionintro-body .tb-sectionintro-content {
    overflow: hidden;
  }
  .tb-sectionintro-container .tb-header-1 {
    font-size: 1.75em;
    line-height: 1.3;
  }
  .tb-sectionintro-container .tb-header-2 {
    font-size: 1.5em;
    line-height: 1.33;
  }
  .tb-sectionintro-container .tb-header-3 {
    font-size: 1.25em;
    line-height: 1.4;
  }
}

.tb-hide {
  display: none;
}

.SectionIntroButtonsHide .tb-sectionintro-body {
  height: auto !important;
}

.SectionIntroButtonsHide .tb-sectionintro-body .tb-sectionintro-content {
  display: block !important;
}

section.tb-sectionintro :last-child {
  padding-bottom: 0;
}


.tb-product-solution-finder--slim .resultsfound {
    display: none;
}

.tb-product-solution-finder--slim .tb-cta-link-arrow a {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2857 8.76923V14.3077H1.71429V6.69231H7.8V6H1V15H11V8.76923H10.2857Z' fill='%23998242'/%3E%3Cpath d='M15 2L8.1174 3.84483L10.3933 6.12173L7 9.5165L7.48329 10L10.8766 6.60523L13.1525 8.88213L15 2ZM11.3633 6.12173L10.88 5.63823L9.44387 4.20146L14.03 2.97042L12.7995 7.55851L11.3633 6.12173V6.12173Z' fill='%23998242'/%3E%3C/svg%3E%0A");
    background-position: left 100% top 6px;
    padding-right: 20px;
}

.selector-tab-component-ismobile {
  display: none !important;
}

.selector-tab-component-isdesktop {
  display: table !important;
}

.selector-tab-component {
  color: #FFFFFF;
  z-index: 0;
  position: relative;
  padding: 0;
  text-align: center;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selector-tab-component .selector-tab {
  width: 20%;
  display: table-cell;
  height: 84px;
  background: #F1F1F1;
  vertical-align: middle;
  color: #BFBFBF;
  position: relative;
}

.selector-tab-component .selector-tab:before {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -17px;
  border-color: transparent transparent transparent #DDDDDD;
}

.selector-tab-component .selector-tab:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #F1F1F1;
}

.selector-tab-component .selector-tab:last-child:before, .selector-tab-component .selector-tab:last-child:after {
  display: none !important;
}

.selector-tab-component .active {
  background: #393939 !important;
}

.selector-tab-component .active:before {
  position: absolute;
  content: '';
  z-index: 3;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #DDDDDD !important;
}

.selector-tab-component .active:after {
  position: absolute;
  content: '';
  z-index: 4;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #393939 !important;
}

.selector-tab-component .enabled-selector-tab {
  background: #5B5B5B;
  cursor: pointer;
}

.selector-tab-component .enabled-selector-tab:before {
  position: absolute;
  content: '';
  z-index: 3;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #DDDDDD;
}

.selector-tab-component .enabled-selector-tab:after {
  position: absolute;
  content: '';
  z-index: 4;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 16px;
  right: -16px;
  border-color: transparent transparent transparent #5B5B5B;
}

.selector-tab-component .enabled-selector-tab label {
  color: #FFFFFF !important;
}

.selector-tab-component .enabled-selector-tab .selector-tab-label {
  cursor: pointer;
  position: absolute;
  margin: auto;
  text-align: left;
}

.selector-tab-component .enabled-selector-tab label.selector-tab-label {
  padding: 0px;
}

.selector-tab-component .selector-tab-label {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
  padding: 0 0 0 37px;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}

.selector-tab-component .selector-tab-label .underline {
  border-bottom: 1px solid #FFFFFF;
}

.selector-tab-component .selector-tab-label .span-subheader-text {
  display: list-item;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 232px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
}

.selector-tab-component .selector-tab-label label.selector-tab-label {
  padding: 0px !important;
  top: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
  position: relative;
}

.selector-tab-component-viewall {
  padding: 24px 0px;
  border-bottom: 1px solid #FFFFFF;
}

.selector-tab-component-viewall .totalResult {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #393939;
}

.selector-tab-component-viewall #tb-sector-tab-select-view {
  width: 234px;
  height: 48px;
  background: #F1F1F1;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #393939;
  padding: 8px 16px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-size: contain;
  height: 8px;
  width: 8px;
  position: relative;
  top: 0px;
}

.selector-tab-component-viewall .custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.selector-tab-component-viewall .custom-select-wrapper .custom-select {
  right: 0px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.selector-tab-component-viewall .custom-select-wrapper .custom-select .custom-select__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 22px;
  background: #F1F1F1;
  cursor: pointer;
  width: 234px;
  height: 48px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

.selector-tab-component-viewall .custom-select-wrapper .custom-select .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.selector-tab-component-viewall .custom-select-wrapper .open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
}

.selector-tab-component-viewall .custom-select-wrapper .open .custom-options span {
  display: block;
}

.selector-tab-component-viewall .arrow {
  position: relative;
  height: 15px;
  width: 15px;
  background-image: url(../images/svg_icons/tb-select-dropdown.png);
  background-repeat: no-repeat;
}

.resultsfound {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #393939;
  text-align: left;
  margin: 0;
  padding: 24px 0px;
  border-bottom: 1px solid #DDDDDD !important;
}

.tb-selector-list-item {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-selector-list-item .resultsfound {
  padding-left: 0;
  padding-right: 0;
}

.tb-selector-list-item .tb-selector-application-list-item {
  margin-bottom: 16px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.tb-selector-list-item .tb-selector-application-list-item .list-container {
  background: #F1F1F1;
  height: 100%;
}

.tb-selector-list-item .tb-selector-application-list-item .list-container img {
  max-width: 100%;
}

.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section {
  padding: 16px 24px 32px 24px;
  position: relative;
  top: -2px;
}

.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section .tb-selector-list-item-header {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  color: #393939;
  padding: 0px !important;
}

.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section .tb-selector-tab-list-body-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #998242;
  margin: 0px !important;
}

.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section .tb-selector-tab-list-body-desc ul li {
  color: #393939;
  list-style: none;
}

.tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-section .tb-selector-tab-list-body-desc ul li:before {
  display: inline-block;
  content: '';
  border-radius: 0.375rem;
  height: 4px;
  width: 4px;
  position: relative;
  top: -5px;
  left: 0px;
  /* margin-right: 0.5rem; */
  background-color: #998242;
}

.tb-selector-list-item.tb-hide-div {
  display: none;
}

.selected-item {
  border: 4px solid #998242;
}

.hide-psudocode-tb:before, .hide-psudocode-tb:after {
  display: none !important;
}

#Content, #Content-productType, #Content-Areaofuse, #Content-Application, #Content-result {
  padding-top: 24px !important;
  margin-left: -8px;
  margin-right: -8px;
  min-width: 100%;
  min-height: 300px;
}

#Content-result .tb-selector-application-list-item {
  cursor: auto !important;
}

#Content-result .list-container {
  cursor: auto !important;
}

#Content-result .list-container.selected-item {
  border: none !important;
}

#Content-result .tb-selector-list-item-header {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #393939;
  word-break: break-word;
  text-transform: none;
}

#Content-result .tb-selector-tab-list-section {
  padding-bottom: 0px !important;
}

#Content-result .tb-selector-download-list {
  padding-bottom: 32px !important;
  padding-top: 0px !important;
  vertical-align: sub !important;
}

#Content-result .tb-selector-download-list a {
  margin-bottom: 8px !important;
  display: table !important;
}

#Content-result .tb-selector-tab-list-body-desc {
  padding-top: 16px;
  color: #393939;
}

#Content-result .tb-selector-tab-list-img {
  border: 1px solid #DDDDDD;
}

.tb-product-solution-finder--slim #Content-result .tb-selector-list-item-header {
    font-size: 20px;
}

#Content-Areaofuse .tb-selector-list-item-header {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 32px !important;
  color: #998242;
  text-transform: none;
}

.tb-product-solution-finder--slim #Content,
.tb-product-solution-finder--slim #Content-productType,
.tb-product-solution-finder--slim #Content-Areaofuse,
.tb-product-solution-finder--slim #Content-Application,
.tb-product-solution-finder--slim #Content-result {
    min-height: auto !important;
}

.tb-product-solution-finder--slim #Content-Areaofuse .tb-selector-list-item-header,
.tb-product-solution-finder--slim #Content-productType .tb-selector-list-item-header {
    font-weight: 500;
    font-size: 12px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    color: #393939;
}

.tb-product-solution-finder--slim #Content-result .tb-selector-download-list {
    display: none;
}

.tb-product-solution-finder--slim .tb-cta-link-arrow {
    border-bottom: none !important;
}

#Content-productType .tb-selector-list-item-header {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: none;
  color: #393939;
}

ccc
.tb-selector-tab-step {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .selector-tab .selector-tab-label .span-subheader-text {
    width: 84%;
  }
  .Sselector-tab {
    padding: 0 8px;
    padding-left: 0;
  }
  .Sselector-tab .tb-selector-tab-step {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .selector-tab-component {
    padding: 0 8px;
  }
}

@media only screen and (max-width: 900px) {
  .selector-tab-component .selector-tab-label .span-subheader-text {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  .selector-tab {
    height: auto !important;
  }
  .resultsfound {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    color: #393939;
    padding: 16px;
  }
  #Content, #Content-productType, #Content-Areaofuse, #Content-Application, #Content-result {
    padding-top: 0px !important;
  }
  .tb-selector-application-list-item {
    padding: 0px !important;
  }
  .selector-tab {
    width: 100% !important;
    min-height: 60px !important;
    padding: 16px;
    display: table-row !important;
  }
  .selector-tab:after, .selector-tab:before {
    display: none !important;
  }
  .selector-tab label.selector-tab-label {
    padding: 0px !important;
    width: auto !important;
  }
  .selector-tab .selector-tab-label {
    text-align: left;
    padding: 0px !important;
    width: 100% !important;
    padding: 0px !important;
    position: absolute;
    margin: auto;
  }
  .selector-tab .selector-tab-label .span-subheader-text {
    text-align: left;
    margin: 0;
    max-width: 95%;
    padding-right: 32px;
  }
  .selector-tab div {
    padding: 16px;
  }
  .selector-tab .tb-selector-tab-stepno {
    display: none;
  }

 .busisness-page .tb-selector-list-item-header, .application-page .tb-selector-list-item-header {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
    color: #BFBFBF !important;
  }

      .tb-product-solution-finder--slim .busisness-page .tb-selector-list-item-header,
    .tb-product-solution-finder--slim .application-page .tb-selector-list-item-header {
        color: #393939 !important;
    }


  .enabled-selector-tab {
    background: #393939 !important;
  }
  .tb-tab-details {
    display: block !important;
  }
  .tb-selector-list-item {
    text-align: left !important;
  }
  .tb-selector-tab-list-section {
    background: transparent !important;
  }
  .list-container {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #DDDDDD !important;
  }
  .selector-tab {
    margin-top: 1px;
  }
  .tb-selector-tab-step {
    display: block !important;
    float: right !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 32px !important;
    text-align: right !important;
    color: #BFBFBF !important;
  }
  .selector-tab-component .active .tb-selector-tab-step {
    opacity: 1;
  }
  .enabled-selector-tab .tb-selector-tab-step {
    color: #FFFFFF !important;
    opacity: 0.2;
  }
  #Content-productType .tb-selector-tab-list-img, #Content-result .tb-selector-tab-list-img {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #Content-productType .tb-selector-application-list-item {
    width: 50%;
  }
}

@media (max-width: 1024px) and (min-width: 576px) {
  .tb-selector-list-item .tb-selector-application-list-item:nth-child(odd) {
    padding-left: 0 !important;
  }
  .tb-selector-list-item .tb-selector-application-list-item:nth-child(even) {
    padding-right: 0 !important;
  }
}

@media (max-width: 1024px) and (min-width: 576px) {
  .tb-selector-application-list-item {
    width: 50% !important;
    max-width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .resultsfound {
    padding: 32px 0px 24px 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .list-container {
    border-bottom: none !important;
    background: #F1F1F1 !important;
  }
  .selector-tab-label {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #Content, #Content-productType, #Content-Areaofuse, #Content-Application, #Content-result {
    padding-top: 24px !important;
    margin: auto;
  }
  .busisness-page .tb-selector-list-item-header, .application-page .tb-selector-list-item-header {
    color: #393939 !important;
  }
  .tb-selector-tab-list-img img {
    max-width: none !important;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .tb-selector-tab-list-section {
    padding: 16px !important;
  }
  .tb-selector-list-item {
    margin-bottom: 16px !important;
  }
  .tb-selector-list-item .tb-selector-application-list-item {
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
  }
  .tb-selector-list-item .tb-selector-application-list-item .list-container {
    border-bottom: none !important;
  }
  .tb-selector-list-item .tb-row {
    margin: 0;
  }
  .tb-selector-list-item #Content-productType .tb-selector-application-list-item {
    width: 100%;
  }
  .tb-selector-list-item #Content, .tb-selector-list-item #Content-productType, .tb-selector-list-item #Content-Areaofuse, .tb-selector-list-item #Content-Application, .tb-selector-list-item #Content-result {
    padding: 0 8px;
  }
}

.tb-loader-background {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 7;
}

.tb-loader {
  border: 4px solid #998242;
  border-top: 4px solid #998242;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 1;
  z-index: 100;
  -webkit-animation: tb-loader-spin 2s linear infinite;
  animation: tb-loader-spin 2s linear infinite;
}

.tb-selector-tab-overlay {
  position: relative !important;
  min-height: 200px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .selector-tab-component .selector-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .selector-tab-component .selector-tab .selector-tab-label {
    position: unset !important;
    text-align: left;
    left: 0;
    margin: unset;
  }
  .ui-widget-content {
    display: none;
  }
  .tb-selector-application-list-item .tb-selector-tab-list-section a span {
    position: relative;
    top: 3px;
  }
}

@media screen and (max-width: 1024px) {
  @supports (-webkit-hyphens: none) {
    .selector-tab-component .selector-tab {
      position: -webkit-sticky !important;
      position: sticky !important;
    }
    .tb-selector-list-item .tb-selector-application-list-item .list-container .tb-selector-tab-list-img img {
      width: -webkit-calc(100%);
      width: calc(100%);
      height: -webkit-calc(100%);
      height: calc(100%);
    }
  }
}


/* breakpoints */
.sitecore-form {
  /* breakpoints */
  padding: 15px;
}
.section-single-row{
	display: flex;
    flex-direction: row;
    gap: 15px;
}
.section-single-row div {
  flex: 1;
}
.validation-summary-errors{
	font-size: 16px;
    color: red;
}
.sitecore-form label {
  background: transparent;
  color: #747474;
}
.file-upload-with-label {
    width: 100%;
	background: #F1F1F1 !important;
	margin-top: 0px;
	border: none !important;
	height: 58px !important;
	font-size: 16px !important;
	line-height: 23px !important;
	padding: 12px 8px !important;
    box-shadow: none !important;
}
.sitecore-form input, .sitecore-form button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.sitecore-form input:focus {
  border: 1px solid #d2d2d2;
}

.sitecore-form input[type="submit"], .sitecore-form input[type="reset"], .sitecore-form input[type="button"], .sitecore-form button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.sitecore-form input[type="submit"]:hover, .sitecore-form input[type="reset"]:hover, .sitecore-form input[type="button"]:hover, .sitecore-form button:hover {
  background: #f7f7f7;
}

.sitecore-form input::-moz-focus-inner, .sitecore-form button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sitecore-form input[type="text"] {
  font-size: 13px;
}

.sitecore-form input[type="text"], .sitecore-form input[type="email"], .sitecore-form input[type="password"], .sitecore-form textarea, .sitecore-form select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.sitecore-form select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.sitecore-form > .component-content {
  padding: 15px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #747474;
}

.sitecore-form form {
  font-size: 13px;
  color: #747474;
}

.sitecore-form form > div {
  padding: 15px 0;
}

.sitecore-form form > div label {
  font-family: inherit;
  padding-right: 5px;
}

.sitecore-form form > div input {
  font-family: inherit;
}

.sitecore-form form > div label + textarea {
  margin-top: 5px;
}

.sitecore-form form > div textarea,
.sitecore-form form > div select {
  margin-top: 5px;
}

.sitecore-form form [data-sc-field-name="Password Confirmation"] {
  margin-right: 5px;
}

.sitecore-form .form.hints-below .scfSectionContent [class$="UsefulInfo"] {
  position: static;
  opacity: 1;
  max-width: 100%;
  width: 100%;
  margin: 5px 0 0 5px;
}

.sitecore-form .form.labels-above label {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
}

.sitecore-form .form.labels-above .scfEmailGeneralPanel, .sitecore-form .form.labels-above .scfMultipleLineGeneralPanel, .sitecore-form .form.labels-above .scfSingleLineGeneralPanel, .sitecore-form .form.labels-above .scfPasswordGeneralPanel, .sitecore-form .form.labels-above .scfNumberGeneralPanel, .sitecore-form .form.labels-above .scfDatePickerGeneralPanel, .sitecore-form .form.labels-above .scfListBoxGeneralPanel, .sitecore-form .form.labels-above .scfDropListGeneralPanel, .sitecore-form .form.labels-above .scfDateGeneralPanel, .sitecore-form .form.labels-above .scfRadioButtonListGeneralPanel, .sitecore-form .form.labels-above .scfCheckBoxListGeneralPanel, .sitecore-form .form.labels-above .scfFileUploadGeneralPanel, .sitecore-form .form.labels-above .scfDateSelectorGeneralPanel, .sitecore-form .form.labels-above .scfCreditCardGeneralPanel, .sitecore-form .form.labels-above .scfConfirmPasswordGeneralPanel, .sitecore-form .form.labels-above .scfCaptchaGeneralPanel, .sitecore-form .form.labels-above .scfTelephoneGeneralPanel, .sitecore-form .form.labels-above .scfSmsTelephoneGeneralPanel {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 93%;
}

.sitecore-form .form.labels-above .scfSectionContent .scfRequired {
  margin: 0 5px;
}

.sitecore-form .form.labels-above .scfMultipleLineGeneralPanel {
  width: 95%;
}

.sitecore-form .form.labels-above .scfMultipleLineTextBox {
  margin: 0 0 0 5px;
}

.sitecore-form .tb_form_space_text {
  padding-top: 32px;
  font-weight: 600;
  font-size: 16px;
}


/* breakpoints */
.market-selector {
  /* breakpoints */
}

.market-selector label {
  background: transparent;
  color: #747474;
}

.market-selector input, .market-selector button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.market-selector input:focus {
  border: 1px solid #d2d2d2;
}

.market-selector input[type="submit"], .market-selector input[type="reset"], .market-selector input[type="button"], .market-selector button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.market-selector input[type="submit"]:hover, .market-selector input[type="reset"]:hover, .market-selector input[type="button"]:hover, .market-selector button:hover {
  background: #f7f7f7 !important;
}

.market-selector input::-moz-focus-inner, .market-selector button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.market-selector input[type="text"] {
  font-size: 13px;
}

.market-selector input[type="text"], .market-selector input[type="email"], .market-selector input[type="password"], .market-selector textarea, .market-selector select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.market-selector select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.market-selector select {
  height: auto;
  font-size: 13px;
  color: #747474;
  padding: 5px 15px 5px 5px;
}


#tb-siteselector {
  display: inline-block;
}

#tb-siteselector a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  bottom: 10px;
}

#tb-siteselector a span {
  display: block !important;
}

.tb-siteselector-modal {
  position: fixed;
  height: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#tb-siteselector-overlay.overlay {
  position: fixed;
  top: 80px !important;
  right: 0;
  width: 100%;
  height: 489px;
  overflow: hidden;
  z-index: 999;
  display: none;
  background: #fff;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
}

#tb-siteselector-overlay .tb-siteselector-container {
  color: #393939;
  margin-top: 40px;
  margin-bottom: 40px;
}

#tb-siteselector-overlay .tb-siteselector-container .row {
  margin: 0px !important;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown {
  padding: 0;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#tb-siteselector-overlay .tb-siteselector-container .d-none {
  display: none;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-header {
  padding: 0 0 24px 0;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-header .tb-siteselector-title {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-header .tb-siteselector-close-btn {
  float: right;
  padding: 0;
  text-decoration: none;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-header .tb-siteselector-close-btn a {
  color: #393939;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-header .tb-siteselector-close-btn span {
  color: #393939;
  position: relative;
  font-size: 16px;
  right: 4px;
  top: 1px;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 3;
  list-style: none;
  padding: 0;
  margin: 0;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item {
  font-size: 16px;
  line-height: 32px;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item a {
  text-align: left;
  text-decoration: none;
  color: #393939;
  display: inline-block;
  line-height: 16px;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item a .tb-siteselector-menu-title {
  display: inline-block;
  overflow: hidden;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item a .tb-siteselector-menu-title:hover {
  color: #998242;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item a .tb-siteselector-menu-title:hover:after {
  width: 100%;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item a .tb-siteselector-menu-title:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #998242;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item .siteselector-menu-desciption {
  display: none;
  font-size: 12px;
  line-height: 20px;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-overview {
  display: none;
  padding: 0;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-overview .tb-siteselector-overview-row {
  background: #F1F1F1;
  min-height: 200px;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-overview .tb-siteselector-overview-row .tb-siteselector-section {
  padding: 40px 32px;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-overview .tb-siteselector-overview-row .tb-siteselector-section .tb-siteselector-overview-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #393939;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-overview .tb-siteselector-overview-row .tb-siteselector-section .tb-siteselector-discription {
  font-size: 12px;
  line-height: 24px;
  padding-top: 8px;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-overview .tb-siteselector-overview-row .tb-siteselector-img {
  padding: 0;
}

#tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-overview .tb-siteselector-overview-row .tb-siteselector-img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  #tb-siteselector-overlay.overlay {
    top: 0px !important;
    height: 100%;
  }
  #tb-siteselector-overlay .tb-siteselector-container {
    overflow: hidden;
    margin: 24px 0;
    padding: 0 24px !important;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  #tb-siteselector-overlay .tb-siteselector-container .row {
    margin: 0px !important;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-header {
    padding: 24px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-header .tb-siteselector-title {
    display: inline-block;
    font-size: 20px;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown {
    overflow: auto;
    height: -webkit-calc(100vh - 130px);
    height: calc(100vh - 130px);
    padding: 0;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 56px;
    column-gap: 56px;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item {
    border-bottom: 1px solid #DDDDDD;
    margin-top: -1px;
    padding: 0;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item:last-child {
    border-bottom: 1px solid #DDDDDD;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item a {
    padding: 8px 8px 8px 0;
    display: inline-block;
    cursor: pointer;
    padding: 16px 0px;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item a .tb-siteselector-menu-title {
    font-weight: 500;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item .siteselector-menu-desciption {
    display: block;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-overview {
    display: none;
    padding: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 56px;
    column-gap: 56px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  #tb-siteselector-overlay.overlay {
    top: 0px !important;
  }
  #tb-siteselector-overlay .tb-siteselector-container {
    padding: 0px 24px;
    margin: 24px 0;
  }
  #tb-siteselector-overlay .tb-siteselector-container .row {
    margin: 0px !important;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-header {
    padding: 24px 0;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown {
    padding: 0;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 1;
    margin-bottom: 80px;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item {
    padding: 0;
  }
  #tb-siteselector-overlay .tb-siteselector-container .tb-siteselector-dropdown-menu .tb-siteselector-menu-item a {
    padding: 24px 0px;
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  #tb-siteselector-overlay.overlay {
    top: 0px !important;
  }
  #tb-siteselector-overlay .tb-siteselector-container {
    margin: 16px 0;
    padding: 0px 16px !important;
  }
}


/* breakpoints */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #bf1722;
  color: #fff !important;
  padding: 8px;
  z-index: 100;
  border-bottom-right-radius: 8px;
}

.skip-link:focus {
  top: 0;
}


.snippet {
  padding-left: 0;
  padding-right: 0;
}


/* breakpoints */
.social-media-share {
  background: transparent;
}

.social-media-share ul {
  overflow: hidden;
}

.social-media-share li {
  float: left;
  margin: 0 10px;
}

.social-media-share li:first-child {
  margin-left: 0;
}

.social-media-share li .fb_iframe_widget {
  display: block;
  margin-top: -2px;
}


.tb-m-auto {
  margin: auto !important;
}

.tb-m-0 {
  margin: 0 !important;
}

.tb-m-1 {
  margin: 8px !important;
}

.tb-m-2 {
  margin: 16px !important;
}

.tb-m-3 {
  margin: 24px !important;
}

.tb-m-4 {
  margin: 32px !important;
}

.tb-m-5 {
  margin: 40px !important;
}

.tb-m-6 {
  margin: 48px !important;
}

.tb-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tb-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tb-mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.tb-mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.tb-mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.tb-mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.tb-mx-5 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.tb-mx-6 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.tb-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.tb-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tb-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.tb-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.tb-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.tb-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.tb-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.tb-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.tb-ml-0 {
  margin-left: 0 !important;
}

.tb-ml-1 {
  margin-left: 8px !important;
}

.tb-ml-2 {
  margin-left: 16px !important;
}

.tb-ml-3 {
  margin-left: 24px !important;
}

.tb-ml-4 {
  margin-left: 32px !important;
}

.tb-ml-5 {
  margin-left: 40px !important;
}

.tb-ml-6 {
  margin-left: 48px !important;
}

.tb-mr-0 {
  margin-right: 0 !important;
}

.tb-mr-1 {
  margin-right: 8px !important;
}

.tb-mr-2 {
  margin-right: 16px !important;
}

.tb-mr-3 {
  margin-right: 24px !important;
}

.tb-mr-4 {
  margin-right: 32px !important;
}

.tb-mr-5 {
  margin-right: 40px !important;
}

.tb-mr-6 {
  margin-right: 48px !important;
}

.tb-mt-0 {
  margin-top: 0 !important;
}

.tb-mt-1 {
  margin-top: 8px !important;
}

.tb-mt-2 {
  margin-top: 16px !important;
}

.tb-mt-3 {
  margin-top: 24px !important;
}

.tb-mt-4 {
  margin-top: 32px !important;
}

.tb-mt-5 {
  margin-top: 40px !important;
}

.tb-mt-6 {
  margin-top: 48px !important;
}

.tb-mt-8 {
  margin-top: 64px !important;
}

.tb-mb-0 {
  margin-bottom: 0 !important;
}

.tb-mb-1 {
  margin-bottom: 8px !important;
}

.tb-mb-2 {
  margin-bottom: 16px !important;
}

.tb-mb-3 {
  margin-bottom: 24px !important;
}

.tb-mb-4 {
  margin-bottom: 32px !important;
}

.tb-mb-5 {
  margin-bottom: 40px !important;
}

.tb-mb-6 {
  margin-bottom: 48px !important;
}

.tb-p-0 {
  padding: 0 !important;
}

.tb-p-1 {
  padding: 8px !important;
}

.tb-p-2 {
  padding: 16px !important;
}

.tb-p-3 {
  padding: 24px !important;
}

.tb-p-4 {
  padding: 32px !important;
}

.tb-p-5 {
  padding: 40px !important;
}

.tb-p-6 {
  padding: 48px !important;
}

.tb-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tb-px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.tb-px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.tb-px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.tb-px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.tb-px-5 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.tb-px-6 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.tb-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tb-py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.tb-py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.tb-py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.tb-py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.tb-py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.tb-py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.tb-pl-0 {
  padding-left: 0 !important;
}

.tb-pl-1 {
  padding-left: 8px !important;
}

.tb-pl-2 {
  padding-left: 16px !important;
}

.tb-pl-3 {
  padding-left: 24px !important;
}

.tb-pl-4 {
  padding-left: 32px !important;
}

.tb-pl-5 {
  padding-left: 40px !important;
}

.tb-pl-6 {
  padding-left: 48px !important;
}

.tb-pr-0 {
  padding-right: 0 !important;
}

.tb-pr-1 {
  padding-right: 8px !important;
}

.tb-pr-2 {
  padding-right: 16px !important;
}

.tb-pr-3 {
  padding-right: 24px !important;
}

.tb-pr-4 {
  padding-right: 32px !important;
}

.tb-pr-5 {
  padding-right: 40px !important;
}

.tb-pr-6 {
  padding-right: 48px !important;
}

.tb-pt-0 {
  padding-top: 0 !important;
}

.tb-pt-1 {
  padding-top: 8px !important;
}

.tb-pt-2 {
  padding-top: 16px !important;
}

.tb-pt-3 {
  padding-top: 24px !important;
}

.tb-pt-4 {
  padding-top: 32px !important;
}

.tb-pt-5 {
  padding-top: 40px !important;
}

.tb-pt-6 {
  padding-top: 48px !important;
}

.tb-pb-0 {
  padding-bottom: 0 !important;
}

.tb-pb-1 {
  padding-bottom: 8px !important;
}

.tb-pb-2 {
  padding-bottom: 16px !important;
}

.tb-pb-3 {
  padding-bottom: 24px !important;
}

.tb-pb-4 {
  padding-bottom: 32px !important;
}

.tb-pb-5 {
  padding-bottom: 40px !important;
}

.tb-pb-6 {
  padding-bottom: 48px !important;
}


.tb-statement-section {
  margin: 16px 0;
}

.tb-statement-container {
  width: 100% !important;
  color: #FFFFFF;
  font-style: italic;
  text-align: center;
}

.tb-statement-container .tb-statement-icon-container img {
  width: 64px;
  height: 64px;
}

.tb-statement-container .tb-statement-caption {
  color: #FFFFFF !important;
  font-style: normal !important;
}

.tb-statement-container .tb-statement-icon-container {
  display: inline-block;
}

.tb-statement-container .tb-statement-font-normal {
  font-style: normal !important;
}

.tb-statement-header-underline .tb-statement-header {
  border-bottom: 1px solid #FFFFFF !important;
  margin-bottom: 24px;
  display: inline-block;
}

.tb-bg-sky-statement .tb-statement-container {
  background: #49B1BB;
}

.tb-bg-ginger-statement .tb-statement-container {
  background: #A54E00;
}

.tb-bg-pine-statement .tb-statement-container {
  background: #3D554F;
}

.tb-bg-navy-statement .tb-statement-container {
  background: #002664;
}

.tb-bg-wine-statement .tb-statement-container {
  background: #610012;
}

.tb-bg-darkgray-statement .tb-statement-container {
  background: #393939;
}

@media only screen and (max-width: 1024px) {
  .tb-statement-section {
    margin: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tb-statement-section {
    margin: 8px 0;
    padding: 0 16px;
  }
  .tb-py-5 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .tb-px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tb-statement-container {
    margin: auto;
  }
}

.align-vertical .tb-statement-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .align-vertical .tb-statement-container {
    position: absolute;
    top: 16px;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: auto;
  }
}


.component-sticky-tool-bar{
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    display:none;
    padding: 12px 48px;
    align-items: center;
    gap: 12px;
    border-top: 1px solid  #E0E0E0;
    background: rgba(255, 255, 255, 0.80);
    z-index:1000;
overflow-x: auto;
}

.sticky-bar-button{
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    white-space:nowrap;
    flex:0 0 calc((100% - 96px)/4)
}
.sticky-bar-button span{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .component-sticky-tool-bar {
        overflow-x: auto;
        white-space: nowrap;
        padding:12px
    }
    .sticky-bar-button {
        flex: 0 0 auto;
        width: auto
    }
    .component-sticky-tool-bar::-webkit-scrollbar {
        display: none; /* Hide scrollbar in Webkit browsers */
    }
    
}
@media (max-width:500px){
    .sticky-bar-button span{
        font-size: 12px;
    }
}


.tb-stock-information {
  margin: 16px 0;
  padding: 32px 24px;
}

.tb-stock-information:hover h2 {
  text-decoration: underline;
}

.tb-stock-information:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .tb-stock-information {
    margin: 12px 0;
  }
  .tb-stock-information .tb-stock-header {
    font-size: 20px;
    line-height: 28px;
    padding: 32px 0;
    padding-top: 0;
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-stock-information {
    margin: 8px 0;
    padding: 24px 32px !important;
  }
  .tb-stock-information .tb-stock-header {
    padding-top: 0;
    padding-bottom: 24px !important;
  }
}

.stock-information-tb .tb-text-decoration {
  cursor: default;
}

.stock-information-tb .tb-text-decoration:hover {
  text-decoration: none !important;
}

.stock-information-tb .component-content {
  text-decoration: none !important;
}


.tb-storytelling-main-container {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: 248px 100%;
  background-repeat: no-repeat;
  background-position: right;
}

.tb-storytelling-main-container.tb-storytelling-desktop {
  margin: 16px 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-item-video-id {
  display: none;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item {
  width: 100%;
  height: 600px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item > div:nth-child(2) {
  margin-right: 56px;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-video-image {
  display: none;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 600px;
  left: 0;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-content {
  width: 510px;
  max-height: 435px;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-content .tb-storytelling-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-image {
  width: 360px;
  height: 360px;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container {
  position: absolute;
  right: 66px;
  width: 150px;
  top: 105px;
  height: 400px;
  overflow: hidden;
  text-align: right;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container li {
  list-style: none;
  width: 150px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container li a {
  cursor: pointer;
  width: 150px;
  -webkit-transition: font-size 1s ease, font-weight 1s ease;
  transition: font-size 1s ease, font-weight 1s ease;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container li a.selected {
  font-weight: 900;
  font-size: 2em;
  -webkit-transition: font-size 1s ease, font-weight 1s ease;
  transition: font-size 1s ease, font-weight 1s ease;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline {
  position: absolute;
  top: 65px;
  right: 24px;
  width: 28px;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-timeline-link {
  height: 28px;
  width: 28px;
  background: #998242;
  border-radius: 50%;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-timeline-link a {
  display: block !important;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline {
  width: 28px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 364px;
  background: #FFFFFF;
  left: 14px;
  top: 10px;
}

.tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline .tb-storytelling-timeline-indicator {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
}

.tb-storytelling-ipad-content, .tb-storytelling-mobile-dates {
  display: none;
}

#next, #prev {
  width: 28px;
  height: 28px;
  background-position: 0 -44px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next {
  bottom: 0;
  background: url("../images/svg_icons/arrow-top.svg") no-repeat center;
  transform: rotate(-180deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-180deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#prev {
  top: 0;
  background: url("../images/svg_icons/arrow-top.svg") no-repeat center;
}

#next.disabled, #prev.disabled {
  opacity: 0.2;
}

@media only screen and (max-width: 1024px) {
  .tb-storytelling-main-container.tb-storytelling-desktop {
    height: 363px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 12px 0 0 0;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items {
    height: 363px;
    width: 100%;
    padding-right: 48px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item {
    height: 363px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image {
    height: 363px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-content {
    display: none;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-image {
    width: 239px;
    height: 239px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container {
    top: 66px;
    height: 224px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-dates-container li {
    height: 24px;
    line-height: 24px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline {
    top: 24px;
    height: 315px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline::before {
    height: 192px;
  }
  .tb-storytelling-ipad-content {
    display: block;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-storytelling-mobile-dates {
    display: block;
  }
  .tb-storytelling-ipad-content {
    margin-bottom: 8px;
  }
  .tb-storytelling-main-container {
    background: none;
    height: 147px;
    overflow: hidden;
    position: relative;
    margin: 8px 0 0 0;
  }
  .tb-storytelling-main-container .tb-storytelling-items {
    width: 100%;
    height: 147px;
    overflow: hidden;
    padding: 0 !important;
    margin-top: initial !important;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item {
    position: relative;
    float: left;
    height: 147px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-content {
    display: none;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-video {
    width: 100%;
    height: 147px;
    text-align: center;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-storytelling-item-video iframe {
    display: none;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image {
    height: 147px;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item-image {
    width: 115px;
    height: 115px;
  }
  .tb-storytelling-main-container .tb-storytelling-items .tb-storytelling-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
  }
  .tb-storytelling-dates-container {
    width: 100%;
    overflow: hidden;
    padding: 16px 48px;
    position: relative;
    border-bottom: 1px solid #DDDDDD !important;
  }
  .tb-storytelling-dates-container .tb-storytelling-dates li {
    float: left;
    text-align: center;
    color: #BFBFBF;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tb-storytelling-dates-container .tb-storytelling-dates li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tb-storytelling-dates-container .tb-storytelling-dates li .selected {
    color: #393939;
    font-weight: 900;
    font-size: 1em;
    line-height: 2;
    font-size: 16px;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link {
    height: 28px;
    width: 28px;
    background: #998242;
    border-radius: 50%;
    margin: 0 !important;
    position: absolute;
    right: 16px;
    top: 18px;
    border: none;
    border-radius: 0;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link:first-child {
    left: 16px;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link:first-child::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 16px;
    background: #F1F1F1;
    left: -16px;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link:last-child::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 16px;
    background: #F1F1F1;
    right: -16px;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link a {
    display: block !important;
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link a#next {
    transform: rotate(90deg);
    transform: rotate(90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
  }
  .tb-storytelling-dates-container .tb-storytelling-timeline-link a#prev {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.on-page-editor .tb-storytelling-items {
  width: 100% !important;
}

.on-page-editor .tb-storytelling-main-container.tb-storytelling-desktop {
  overflow: visible;
  height: auto;
}

.on-page-editor .tb-storytelling-item {
  margin: 8px 0 !important;
  display: block !important;
}

.on-page-editor .tb-storytelling-item > div {
  float: left;
}

.on-page-editor .tb-storytelling-dates-container, .on-page-editor .tb-storytelling-dates, .on-page-editor .tb-storytelling-timeline {
  display: none !important;
}

.on-page-editor .tb-storytelling-item-video-image {
  display: block !important;
}

.on-page-editor .tb-storytelling-item-video-image img {
  width: 200px;
  max-height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  padding-top: 24px;
}

.on-page-editor .tb-storytelling-items iframe {
  display: none;
}

.on-page-editor .tb-storytelling-item-video {
  width: 500px;
}

.on-page-editor .tb-storytelling-item-video-id {
  display: block !important;
  float: left;
  padding-top: 24px;
  margin-top: 24px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-items .tb-storytelling-item .tb-stotytelling-banner-image {
    margin-top: -300px;
  }
  .tb-storytelling-main-container.tb-storytelling-desktop .tb-storytelling-timeline .tb-storytelling-verticalline .tb-storytelling-timeline-indicator {
    left: 6px;
  }
}


.tb-table-container {
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.tb-table-container table {
  width: 100%;
}

.tb-table-container.tb-scroll-indicator::after {
  opacity: 0;
}

.tb-table-container::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 15px;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  width: 32px;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 1;
  height: 100%;
}

.tb-table-container table {
  height: auto !important;
  border-collapse: collapse;
  padding: 1px;
  border-top: 1px solid #DDDDDD !important;
}

.tb-table-container table thead tr:first-child {
  background: #F1F1F1;
}

.tb-table-container table thead tr:first-child:hover {
  background: #F1F1F1;
}

.tb-table-container table thead td {
  font-weight: bold !important;
}

.tb-table-container table tr {
  border-bottom: 1px solid #DDDDDD !important;
  border-left: 1px solid #DDDDDD !important;
}

.tb-table-container table tr td,
.tb-table-container table tr th {
  border-right: 1px solid #DDDDDD !important;
  padding: 16px;
  vertical-align: middle;
  font-size: 0.75em;
  line-height: 2;
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .tb-table-container table tr:hover {
    background-color: #FAFAFA;
  }
}

.tb-table-container input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tb-table-container input[type=radio] + label {
  position: relative;
}

.tb-table-container input[type=radio]:checked + label::after {
  position: absolute;
  top: 7px;
  content: "";
  width: 6px;
  height: 6px;
  background: #393939;
  right: -21px;
  border-radius: 50%;
}

.tb-table-container label {
  position: relative;
  cursor: pointer;
}

.tb-table-container label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #BFBFBF;
  right: -28px;
  background: #F1F1F1;
  border-radius: 50%;
  top: 0px;
}

.tb-table-container .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 16px !important;
}

.tb-table-note-container {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tb-table-container {
    margin-top: 12px;
  }
  .tb-table-container .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 12px !important;
  }
  .tb-multitable-container .tb-header-3.tb-font-bold.tb-pt-2 {
    padding-top: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb-table-container {
    margin-top: 8px;
  }
  .tb-table-container .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 16px !important;
  }
  .tb-multitable-container .tb-header-3.tb-font-bold.tb-pt-2 {
    padding-top: 8px !important;
  }
}

.promo-text {
  min-height: 200px;
}

.tb-loader {
  height: 200px;
}

.technical-table-loader {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 50px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}

.technical-table-loader {
  border: 4px solid #000;
  border-top: 4px solid #998242;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  -webkit-animation: tb-loader-spin 2s linear infinite;
  animation: tb-loader-spin 2s linear infinite;
}

@-webkit-keyframes tb-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes tb-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.technical-table-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#tb-technical-table-head .unit-text {
  display: block;
}

.tb-table-container table tr.is-highlighted,
.tb-table-container table tr.is-highlighted:hover {
  color: #FFF;
  background: #003064;
  border: none !important;
}
.tws-product-table-header {
color: #002664;
}

/* breakpoints */
.tabs {
  overflow: hidden;
  position: relative;
  background: none;
  border: none;
  position: relative;
  overflow: hidden;
}

.tab-slider {
  position: absolute;
  background: #f7f7f7;
  cursor: pointer;
  border: 2px solid #89C6CC;
  vertical-align: center;
  width: 15px;
  text-indent: -9999px;
  z-index: 10;
}

.tabs-heading {
  overflow: hidden;
}

.tabs-heading li {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f7f7f7;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  float: left;
  display: block;
  margin-left: 1px;
  background: #f7f7f7;
  width: auto;
  cursor: pointer;
}

.tabs-heading li > div {
  padding: 3px 10px;
  display: block;
  text-decoration: none;
  color: #222;
}

.tabs-heading li > div:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-heading li > div .field-heading {
  font-size: 16px;
}

.tabs-heading li > div > .row {
  display: block;
}

.tabs-heading li .component.content {
  margin: 5px 0;
}

.tabs-heading li.active {
  background: #FFFFFF;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d2d2d2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}

.tabs-heading li.active a {
  color: #000;
}

.tabs-heading li:hover {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  background: #FFFFFF;
}

.tabs-heading li:first-child {
  margin-left: 0;
}

.tabs-container {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  background: transparent;
  margin-top: -1px;
}

.tab {
  display: none;
  padding: 10px;
}

.tab:after {
  content: "";
  display: table;
  clear: both;
}

.tab.active {
  display: block;
}

/* breakpoints */
.tabs.tabs-bottom .tabs-container {
  margin: 0;
}

.tabs.tabs-bottom .tabs-heading {
  position: relative;
  margin-top: -1px;
}

.tabs.tabs-bottom .tabs-heading li {
  margin-bottom: 0;
  border-top: 0px solid #ffffff;
}

.tabs.tabs-bottom .tabs-heading li a {
  border: none;
}

.tabs.tabs-bottom .tabs-heading li.active {
  border-top: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d2d2d2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}

.tabs.tabs-bottom .tabs-heading li.active a {
  border: none;
  position: relative;
}

.tabs.tabs-bottom .tabs-heading li:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  background: #FFFFFF;
}

.tabs.tabs-bottom .tabs-container {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-top: none;
  background: transparent;
  margin-bottom: 1px;
}

/* breakpoints */
.tabs.tabs-scrollable .tabs-heading {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
}

.tabs.tabs-scrollable .tabs-container {
  margin: 0;
}

.tabs.tabs-scrollable .prev {
  left: 0;
  background: #e4e4e4 url("../Images/arrow-left.png") center center no-repeat;
}

.tabs.tabs-scrollable .next {
  right: 0;
  background: #e4e4e4 url("../Images/arrow-right.png") center center no-repeat;
}

.tabs.tabs-scrollable.tabs-bottom .wrapper {
  margin-top: 2px;
  padding-bottom: 6px;
}

.tabs.tabs-scrollable.tabs-bottom .next {
  top: 1px;
}

.tabs.tabs-scrollable.tabs-bottom .prev {
  top: 1px;
}

.tabs.tabs-scrollable.tabs-bottom .tabs-heading {
  margin-top: -4px;
}

/* breakpoints */
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading {
  float: right;
  margin-left: -1px;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active a {
  border: none;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:hover {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
  float: right;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-top: none;
  margin-left: -1px;
  border-left: none;
}

/* breakpoints */
.tabs.tabs-vertical .tabs-heading {
  width: 30%;
  float: left;
}

.tabs.tabs-vertical .tabs-heading li {
  margin: 0 0 2px 0;
  display: block;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
}

.tabs.tabs-vertical .tabs-heading li.active {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical .tabs-heading li.active a {
  border: none;
}

.tabs.tabs-vertical .tabs-heading li:first-child {
  margin-top: 0;
}

.tabs.tabs-vertical .tabs-heading li:hover {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical .tabs-container {
  margin: 0;
  float: left;
  width: 70%;
  margin-left: -1px;
  border-top: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}


@charset "UTF-8";
/* breakpoints */
.tag-cloud .component-content {
  text-align: justify;
}

.tag-cloud .tag-cloud-item a {
  color: #747474;
}

.tag-cloud .tag-cloud-item a:hover {
  color: #878787;
}

.tag-cloud .tag-cloud-item.xs {
  font-size: 0.9em;
}

.tag-cloud .tag-cloud-item.s {
  font-size: 1.1em;
}

.tag-cloud .tag-cloud-item.m {
  font-size: 1.3em;
}

.tag-cloud .tag-cloud-item.l {
  font-size: 1.5em;
}

.tag-cloud .tag-cloud-item.xl {
  font-size: 1.8em;
}

.tag-cloud .tag-cloud-item.xxl {
  font-size: 2.0em;
}

.tag-cloud span.field-title.tag-links {
  border-radius: 5px;
  padding: 5px 5px;
  display: block;
}

.tag-cloud span.field-title.tag-links:last-child {
  margin-right: 0;
}

.tag-cloud span.field-title.tag-links .tag-usages {
  font-size: inherit;
  font-weight: bold;
}

.tag-cloud span.field-title.tag-links .tag-usages:before {
  content: "(";
}

.tag-cloud span.field-title.tag-links .tag-usages:after {
  content: ")";
}

.tag-cloud span.field-title.tag-links a {
  font-size: 13px;
}

.tag-cloud span.field-title.tag-text {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid transparent;
  display: block;
  float: left;
}

.tag-cloud span.field-title.tag-text:hover {
  cursor: pointer;
  text-decoration: none;
}

.tag-cloud span.field-title.tag-text:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}


@charset "UTF-8";
/* breakpoints */
.tag-list span.field-title.tag-text {
  color: #747474;
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
}

.tag-list span.field-title.tag-text:hover {
  cursor: pointer;
  color: #878787;
  border-bottom: 1px solid #15909c;
  text-decoration: none;
}

.tag-list span.field-title.tag-text:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.tag-list span.field-title > a {
  color: #747474;
  background: #89C6CC;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 15px 0 23px;
  position: relative;
  margin: 0 20px 10px 0;
  text-decoration: none;
  -webkit-transition: color .2s;
  color: #fff;
}

.tag-list span.field-title > a:hover {
  background-color: #15909c;
}

.tag-list span.field-title > a:hover:after {
  border-left: 10px solid #15909c;
}

.tag-list span.field-title > a:before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag-list span.field-title > a:after {
  background: transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #89C6CC;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
}

.tag-list span.field-title.tag-links {
  display: block;
  float: left;
  border-radius: 20px;
  position: relative;
  margin-right: 5px;
  padding: 5px 5px;
  margin-top: 5px;
}

.tag-list span.field-title.tag-links > a {
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}

.tag-list span.field-title.tag-links > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tag-list span.field-title.tag-text {
  position: relative;
  border-bottom: 1px solid transparent;
  display: block;
  float: left;
  padding-left: 20px;
}

.tag-list span.field-title.tag-text:hover {
  cursor: pointer;
  text-decoration: none;
}

.tag-list span.field-title.tag-text:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}


.tb-tire-selector-container {
  margin: 16px 0;
}

.tb-tire-selector-container .tb-tire-selector-tabs .tb-select-wrapper {
  padding-left: 32px !important;
}

.tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-filter select {
  background-color: #FFFFFF;
  width: 100% !important;
}

.tb-tire-selector-container .tb-tire-selector-tabs .tb-input-radio input[type='radio'] + label:before {
  background: #FFFFFF !important;
}

.tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-tab-label a {
  text-decoration: none;
}

.tb-tire-selector-container .tb-tire-selector-tabs .tb-input-field-icon {
  padding-left: 32px !important;
}

.tb-tire-selector-container .tb-tire-selector-tabs .tb-input-field-icon input, .tb-tire-selector-container .tb-tire-selector-tabs .tb-input-field-icon .icon {
  background: #FFFFFF !important;
}

.tb-tire-selector-container .tb-tire-selector-tabs .tb-input-field-icon .icon {
  border: none !important;
}

.tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-search-btn {
  padding-right: 32px !important;
}

.tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-search-btn button {
  width: 100%;
}

.tb-tire-selector-container .inactive a {
  color: #393939;
}

@media only screen and (max-width: 1024px) {
  .tb-tire-selector-container {
    margin: 12px 0;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-select-wrapper {
    padding-left: 0 !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-filter {
    padding: 0 24px !important;
    margin-top: 16px !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-input-field-icon {
    padding-left: 24px !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-search-btn {
    padding-right: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb-tire-selector-container {
    margin: 8px 16px;
  }
  .tb-tire-selector-container .tb-tire-selector-tab {
    margin-top: 24px !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs {
    margin: 32px 16px 24px 16px !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-select-wrapper {
    margin-bottom: 0 !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-input-field-icon {
    padding-left: 0 !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-input-field-icon .icon {
    display: none;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-selection {
    margin-top: 36px !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-filter {
    padding: 0 !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-search-btn {
    text-align: center;
    margin-top: 16px !important;
  }
  .tb-tire-selector-container .tb-tire-selector-tabs .tb-tire-selector-search-btn button {
    width: 41%;
  }
}


/* breakpoints */
.title {
  background: transparent;
  font-family: Libre Franklin;
}

.title h1, .title .field-title a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  font-size: 24px;
  margin-bottom: 10px;
  color: #747474;
  line-height: normal;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.title h1:hover, .title .field-title a:hover {
  color: #878787;
}

.title .field-title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 32px;
  margin-top: 32px;
  font-weight: 900;
  font-family: Libre Franklin;
}

.tb-header-h1.field-title {
  font-size: 3.6rem !important;
  line-height: 4.4rem !important;
  color: #393939 !important;
  border: none !important;
  cursor: default !important;
  padding-bottom: 24px !important;
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .title .field-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .title .component-content {
    padding: 0 8px;
  }
  .title .field-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .tb-header-h1.field-title {
    padding-bottom: 16px !important;
  }
}


@charset "UTF-8";
/* breakpoints */
.toggle details[open] summary:before {
  content: "";
}

.toggle summary.toggle-header {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 10px;
  background: #FFFFFF;
  cursor: pointer;
  min-height: 25px;
}

.toggle summary.toggle-header::-webkit-details-marker {
  display: none;
}

.toggle summary.toggle-header:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  font-size: 17px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toggle summary.toggle-header.show {
  display: inline-block !important;
}

.toggle summary.toggle-header .toggle-label {
  display: block;
  float: right;
  margin: 0 0 0 10px;
}

.toggle summary.toggle-header .toggle-label p {
  margin-bottom: 0;
}

.toggle .show {
  color: #878787;
}

.toggle .toggle-content {
  margin-top: -1px;
}

.toggle details summary ~ .component > .component-content {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  display: none;
}

.toggle details[open] summary ~ .component {
  overflow: hidden;
}

.toggle details[open] summary ~ .component > .component-content {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  display: block;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutBack {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  20% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  30% {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  60% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutBack {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  20% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  30% {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  60% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutBounce {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  62.5% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  75% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  87.5% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutBounce {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  62.5% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  75% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  87.5% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutCirc {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  10% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  90% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutCirc {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  10% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  90% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutCubic {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  70% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutCubic {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  70% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutElastic {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  70% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutElastic {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  70% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutExpo {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutExpo {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutQad {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutQad {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutQuart {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutQuart {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutQuint {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutQuint {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutSine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutSine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes outQuad {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  50% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes outQuad {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  50% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}


.rubber-track-main-title
{
	font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #393939;
    padding-bottom: 24px;
}
.tb-mt-track-drop-title{
	color: #ffffff;
}
.tb-mt-track-theme{
	background: #003064;
    margin: 0;
    padding: 30px;
}
.tb-mt-track-selector-container{
	padding:0px !important;
}
.tb-mt-track-selector-btn:disabled{
	    background: #6e6e6e !important;
}
.tb-result-container {
    display: flex; /* Use Flexbox for layout */
   direction
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
}
 
.tb-image-section {
    flex: 0 0 50%; /* Occupy 50% of the width on desktop */
    margin-right: 15px; /* Space between image and details */
  width:50%;

}
 
.track-selector-image-section img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
 
.tb-detail-section{
    padding: 40px 32px;
    background: #f1f1f1;
	width: 100%;
   /* flex: 0 0 0 50%;  Occupy 50% of the width on desktop */
  
}
 .tb-productlist-container .tb-productlist-row .tb-productlist-col
{
	flex:auto;
}
 
.tb-image-section img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 5px; /* Optional rounded corners */
}
 
.tb-detail-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
 
.tb-detail-body{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
#tb-track-selector-search-tab-brand-content .tb-custom-combobox-input,
.tb-track-selector-search-tab-content-conainer .tb-custom-combobox-input {
    /* background: #fff !important; */
}

.tb-track-selector-search-container {
    width: 100%;
    padding: 40px 32px;
    margin: 16px 0;
}
.tb-track-selector-container .tb-track-selector-search-input {
    height: 48px;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    background-image: url(../images/svg_icons/tb-mitas-search-icon.svg);
    border-right: 16px solid transparent;
    background-repeat: no-repeat;
    background-position: center right;
}
.tb-track-selector-search-container .tb-track-selector-search-search-input::-webkit-input-placeholder {
    color: #393939;
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title {
    cursor: pointer;
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title:first-child {
    /* border-left: 1px solid #ddd !important; */
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title.tb-tab-active {
    color: #dc0d10;
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title.tb-tab-active div {
    position: relative;
}
.tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title.tb-tab-active div::before {
    position: absolute;
    width: 100%;
    content: " ";
    border-bottom: 1px solid #003064;
    bottom: 0;
    left: 0;
}
.tb-track-selector-search-container .tb-custom-select .select-selected {
    background: #fff !important;
}
.tb-track-selector-search-container .tb-track-selector-search-filters {
    margin: 0 -8px;
}
.tb-track-selector-search-container .tb-track-selector-search-filters .tb-track-selector-search-filter-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
}
.tb-track-selector-search-container .tb-track-selector-search-filters .tb-track-selector-search-filter-inner .tb-custom-select .facet-heading {
    display: none;
}
.tb-track-selector-search-container #tb-track-selector-search-tab-filter-content,
.tb-track-selector-search-container #tb-track-selector-search-tab-search-content {
    display: none;
}
	#tb-track-selector-search-tab-brand-content .tb-track-selector-search-filter-inner.disabled,
    #tb-track-selector-search-tab-brand-content .tb-productlist-filter.disabled,
    #tb-brand-model-filters-id .tb-track-selector-search-filter-inner.disabled,
    #tb-brand-model-filters-id .tb-productlist-filter.disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: default;
}

 .tb-track-selector-button{
    width:fit-content;
    color:white !important;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 4px;
    border-radius:  4px;
    cursor: pointer;
    font-size:14px;
    font-weight:600;
    line-height:20px;
    text-decoration: none !important;
	background-color: rgb(0, 48, 100);
	justify-content: flex-end;
    margin-left: auto;
 }
 
  .tb-track-selector-button:hover{
   opacity:0.8;
 }


@media only screen and (max-width:767px) {
	    .tb-result-container {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items */
    }
 
    .tb-image-section {
        margin-right: 0; /* Remove margin for stacked layout */
        margin-bottom: 15px; /* Add space below the image */
        width: 100%; /* Make the image section full width */
    }
 
    .tb-detail-section {
        text-align: center; /* Center text in detail section */
        width: 100%; /* Make the detail section full width */
    }
	.tb-track-selector-search-container {
        padding: 24px 16px;
        margin: 8px 0;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container.d-flex {
        display: block !important;
        text-align: center;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container.tb-mb-6 {
        margin-bottom: 24px !important;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title {
        padding-bottom: 16px;
        border: none !important;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title:first-child {
        border: none !important;
    }
    .tb-track-selector-search-container .tb-track-selector-search-tab-container .tb-track-selector-search-tab-title.tb-tab-active div {
        display: inline;
    }
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex .tb-track-selector-search-search-input {
        margin-top: 32px;
    }
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex .tb-track-selector-search-search-input,
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex .tb-track-selector-search-button-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border: none;
        background-image: none;
    }
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex .tb-track-selector-search-button-container {
        padding-top: 16px;
        text-align: center;
    }
    .tb-track-selector-search-container .tb-track-selector-wrapper-button {
        padding: 0;
    }
	
	.tb-track-selector-button{
        padding:12px
    }
	}
@media only screen and (min-width:768px) and (max-width:1024px) {
.tb-result-container{
display:flex;
}
.tb-image-section{
	flex:0 0 50%;
	margin-right:15px;
	width:50%;
}
.tb-image-section img{
 width:100%;
 height:auto;
 border-radius:5px;
}
.track-selector-image-section img{
overflow-clip-margin : content-box;
oveflow : clip;
}
img 
{ vertical-allign :middle ; border-style : none 
}

.tb-detail-section {
	padding : 40px 32px;
	 width:100%;
}
}
@media only screen and (width:768px){
	.tb-result-container{
display:flex;
}
.tb-image-section{
	flex:0 0 50%;
	margin-right:15px;
	width:50%;
}
.tb-image-section img{
 width:100%;
 height:auto;
 border-radius:5px;
}
.track-selector-image-section img{
overflow-clip-margin : content-box;
oveflow : clip;
}
img 
{ vertical-allign :middle ; border-style : none 
}

.tb-detail-section {
	padding : 40px 32px;
	 width:100%;
}
.tb-productlist-container .tb-productlist-row .tb-productlist-col
{
	margin:5px;
	    flex: 0 0 100%;
        max-width: 100%;
	
}
}	
@media only screen and (max-width: 1024px) {
    .tb-track-selector-search-container {
        padding: 32px 24px;
        margin: 12px 0;
    }
    .tb-track-selector-search-container .tb-track-selector-search-filters {
        margin: -8px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tb-track-selector-search-container .tb-track-selector-search-filters .tb-track-selector-search-filter-inner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 8px 0;
    }
    .tb-track-selector-search-container .tb-track-selector-search-filters .tb-track-selector-search-filter-inner.tb-track-selector-search-button-container {
        text-align: center;
    }
    .tb-track-selector-search-container #tb-track-selector-search-tab-search-content .d-flex {
        margin: -8px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	    .tb-productlist-container .tb-productlist-row .tb-productlist-col {
        flex: auto;
        max-width: none;
        margin: 14px;
    }
	}
@media only screen and (min-width: 991px) {
		   .tb-track-selector-search-container .tb-track-selector-wrapper-button {
        position: relative;
        margin: auto;
        top: 12px;
    }
	}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tb-track-selector-search-container .tb-track-selector-wrapper-button {
        top: 24px;
    }

	}	

.tb-tssdownloadlist-container {
  color: #393939;
  width: 100%;
  max-width: 100%;
  padding: 16px 8px;
}

.tb-tssdownloadlist-container svg.tb-open {
  margin-right: 4px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.tb-tssdownloadlist-container .tb-downlaodlist-item-btn a {
  display: block;
}

.tb-tssdl-reports-container .tb-irreports-filter {
  display: -webkit-box;
  -webkit-box-pack: end;
}

.tb-tssdownloadlist-container .search-result-list {
  margin: 0 !important;
  padding: 0 !important;
}

.tb-tssdownloadlist-container .tb-tssdownloadlist-header {
  padding: 0 0 24px 0;
  /* border-bottom: 1px solid #DDDDDD;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-tssdownloadlist-container .tb-tssdownloadlist-header .col-md-6 {
  padding: 0;
}

.tb-tssdownloadlist-container .tb-tssdownloadlist-header .tb-tssdownloadlist-filter {
  padding: 0;
}

.tb-tssdownloadlist-container .tb-tssdownloadlist-header .tb-tssdownloadlist-filter .tb-select-wrapper {
  float: right;
  width: 300px;
}

.tb-tssdownloadlist-container .tb-tssdownloadlist-header .tb-tssdownloadlist-filter select {
  min-width: 190px;
  width: auto;
  border-radius: 0;
}

.tb-tssdownloadlist-container .tb-tssdownlaodlist-item .tb-tssdownlaodlist-item-bookmark a .tb-downlaodlist-icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.tb-tssdownloadlist-container .tb-tssdownlaodlist-item .tb-tssdownlaodlist-item-bookmark a {
  text-decoration: none;
  color: #998242;
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
}

.tb-tssdownlaodlist-item-tooltip {
  position: relative;
  display: inline-block;
}

.tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #393939;
  color: #FFFCFC;
  text-align: center;
  border-radius: 0px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -160px;
}

.tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-left {
  bottom: -200%;
  left: 110%;
  margin-left: 0;
}

.tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 12px;
  border-style: solid;
  border-color: #393939 transparent transparent transparent;
}

.tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-no-arrow::after {
  border-color: transparent;
}

.tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-right {
  width: 250px;
  bottom: initial;
  left: inherit;
  margin-left: initial;
}

.tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-right::after {
  border-color: transparent #393939 transparent transparent;
  left: 0;
  margin-left: -24px;
  top: 50%;
  margin-top: -12px;
}

.tb-tssdownlaodlist-item-tooltip:hover .tb-litteraturelist-tooltip-tooltiptext {
  visibility: visible;
}

@media only screen and (max-width: 1024px) {
  .tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext {
    left: -120px !important;
    margin-left: 0 !important;
    width: 288px !important;
  }
  .tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext::after {
    left: 144px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-tssdownloadlist-container .tb-tssdownloadlist-header .tb-tssdownloadlist-filter .tb-select-wrapper {
    width: 100%;
  }
  .tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext {
    left: 0 !important;
    margin-left: 0 !important;
    width: 288px !important;
  }
  .tb-tssdownlaodlist-item-tooltip .tb-litteraturelist-tooltip-tooltiptext::after {
    left: 24px;
  }
}

.tb-tssdownlaodlist-item-tooltip {
  cursor: pointer;
}

.tb-tssdownloadlist-container .tb-litteraturelist-row {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  padding: 24px 0;
}

.tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-item-date {
  padding: 0;
}

.tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-bookmark, .tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-download {
  height: 32px;
}

.tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-download a, .tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-bookmark a {
  text-decoration: none;
  color: #998242;
  cursor: pointer;
}

.tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-download a .tb-litteraturelist-item-icon, .tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-bookmark a .tb-litteraturelist-item-icon {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-download a .tb-litteraturelist-item-icon svg, .tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-bookmark a .tb-litteraturelist-item-icon svg {
  vertical-align: top;
}

.tb-tssdownloadlist-container .tb-litteraturelist-row .tb-litteraturelist-download {
  padding: 0;
}

.tb-tssdownloadlist-container .tb-litteraturelist-row .overlay {
  position: absolute;
  z-index: 100;
  display: inline-table;
  width: 350px;
}

.tb-tssdownloadlist-container .is-mobile {
  display: none;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext {
  cursor: default;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext .tb-litteraturelist-tooltip-close {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .tb-tssdownloadlist-container {
    padding: 12px 8px;
  }
  .tb-tssdownloadlist-container .is-mobile {
    display: block;
  }
  .tb-tssdownloadlist-container .is-desktop {
    display: none;
  }
  .tb-tssdownloadlist-container .tb-tssdownloadlist-header .tb-header-2 {
    font-size: 1.5em;
    line-height: 1.33;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-download {
    height: auto !important;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-row {
    padding-bottom: 16px;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext {
    left: -120px !important;
    margin-left: 0 !important;
    width: 288px !important;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext::after {
    left: 144px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-tssdownloadlist-container {
    padding: 8px 0px;
    margin: 8px 0;
  }
  .tb-tssdownloadlist-container .tb-tssdownloadlist-header {
    padding: 16px 0;
  }
  .tb-tssdownloadlist-container .tb-tssdownloadlist-header .col-md-6:first-child {
    padding: 0 16px;
  }
  .tb-tssdownloadlist-container .tb-tssdownloadlist-header .tb-tssdownloadlist-filter {
    padding: 0 16px;
    margin-top: 16px;
    text-align: left;
  }
  .tb-tssdl-reports-container .tb-irreports-header {
    padding: 16px 0 !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tb-tssdl-reports-container .tb-irreports-header .tb-irreports-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tb-tssdl-reports-container .tb-irreports-header .tb-irreports-filter .tb-select-wrapper {
    margin-left: 0 !important;
    margin: 16px 0;
  }
  .tb-tssdownloadlist-container .tb-tssdownloadlist-header .tb-tssdownloadlist-filter select {
    width: 100%;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-head {
    display: none;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-row {
    padding: 16px 0;
    padding-bottom: 8px;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-row .col-md-5 {
    padding: 0;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-row .col-6 {
    text-align: right;
    margin-top: 16px;
    padding: 0;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-row .col-6:last-child {
    text-align: left;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext {
    left: 0 !important;
    margin-left: 0 !important;
    width: 288px !important;
  }
  .tb-tssdownloadlist-container .tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext::after {
    left: 24px;
  }
  .component.tb-literature-list-container {
    padding: 0 16px;
  }
}

.tb-litteraturelist-tooltip {
  position: relative;
  display: inline-block;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #393939;
  color: #FFFCFC;
  text-align: center;
  border-radius: 0px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -160px;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-left {
  bottom: -200%;
  left: 110%;
  margin-left: 0;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 12px;
  border-style: solid;
  border-color: #393939 transparent transparent transparent;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-no-arrow::after {
  border-color: transparent;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-right {
  width: 250px;
  bottom: initial;
  left: inherit;
  margin-left: initial;
}

.tb-litteraturelist-tooltip .tb-litteraturelist-tooltip-tooltiptext.tb-litteraturelist-tooltip-right::after {
  border-color: transparent #393939 transparent transparent;
  left: 0;
  margin-left: -24px;
  top: 50%;
  margin-top: -12px;
}

.tb-litteraturelist-tooltip:hover .tb-litteraturelist-tooltip-tooltiptext {
  visibility: visible;
}


.tb-tss-productlist-container {
  margin: 16px 0;
}

.tb-tss-productlist-container .tb-tss-productlist-title {
  padding-bottom: 32px;
}

.tb-tss-productlist-container .tb-tss-productlist-row .tb-tss-productlist-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-tss-productlist-container .tb-tss-productlist-row:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.tb-tss-productlist-container .tb-tss-productlist-row .tb-producticon-bar-col {
  max-width: 80px;
}

.tb-tss-productlist-container .tb-tss-productlist-row .tb-producticon-bar-col .tb-producticon-bar-icon {
  width: 48px;
  height: 48px;
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.tb-tss-productlist-container .tb-tss-productlist-row .tb-producticon-bar-col .tb-producticon-bar-icon svg {
  width: 20px;
}

.tb-tss-productlist-container .tb-tss-productlist-row .tb-producticon-bar-col .tb-producticon-bar-icon svg.tb-product-icon {
  width: 16px;
}

.tb-tss-productlist-container .tb-tss-productlist-row .tb-producticon-bar-col .field-title {
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  .tb-tss-productlist-container {
    margin: 12px 0;
  }
  .tb-tss-productlist-container .tb-tss-productlist-title {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tb-tss-productlist-container {
    margin: 8px 0 !important;
    padding: 0 16px !important;
  }
  .tb-tss-productlist-container .tb-tss-productlist-title {
    padding-bottom: 16px;
  }
  .tb-tss-productlist-container .tb-tss-productlist-header {
    margin: 0 0 16px !important;
  }
  .tb-tss-productlist-container .tb-tss-productlist-row {
    padding: 16px 0 !important;
  }
  .tb-tss-productlist-container .tb-tss-productlist-row .tb-tss-productlist-section {
    padding: 0 !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-tss-productlist-container .tb-tss-productlist-row .tb-tss-productlist-image-wrapper img {
    opacity: 0;
  }
}


.tws-product-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 48px;
}

.tws-product-table-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tws-product-table-unit label {
  margin: 0 !important;
}

.tws-product-table-unit .tb-input-label {
  text-transform: uppercase;
}

.tb-pressure-table-accordion,
.tb-pressure-table-accordion:hover {
  background: #F9F9F9 !important;
}

.tb-pressure-table-accordion > td {
  padding: 24px !important;
}

.tb-pressure-table-accordion table {
  background: #FFF;
}

.tb-pressure-table-accordion table tr td,
.tb-pressure-table-accordion table tr th {
  font-size: 1em;
}

.tb-pressure-table-accordion table tr th {
  font-size: 1em;
  font-weight: bold;
}

.tb-pressure-table-accordion-title {
  margin-bottom: 20px;
}

.tb-pressure-table-accordion-close {
  position: absolute;
  right: 24px;
  cursor: pointer;
  z-index: 999;
}

.tb-pressure-table-accordion-group + .tb-pressure-table-accordion-group {
  margin-top: 24px;
}

.tb-pressure-table-accordion .x-value th.is-highlighted,
.tb-pressure-table-accordion .response-value.is-highlighted,
.tb-pressure-table-accordion .speed-value.is-highlighted {
  background: #003064;
  color: #FFF;
}

.tws-product-table .tb-table-container-inner table {
  width: 100%;
}

@media (min-width: 767px) {
  .tws-product-table-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tws-product-table-unit {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .tws-product-table {
    margin: 0 8px;
  }
}


/* breakpoints */
.twitter h1, .twitter h2, .twitter h3, .twitter h4, .twitter h5, .twitter h6 {
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
}

.twitter .twitter-follow-button {
  margin: 10px 0 0;
}

.twitter .tweet-item {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  padding: 10px 10px 10px 0px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
  padding-left: 55px;
}

.twitter .tweet-item:first-child {
  border: none;
  background: none;
}

.twitter .tweet-header {
  overflow: hidden;
}

.twitter .tweet-profile {
  display: block;
  float: left;
  text-decoration: none;
  font-size: 14px;
}

.twitter .tweet-avatar {
  position: absolute;
  left: 0;
  top: 10px;
}

.twitter .tweet-datetime {
  display: block;
  float: right;
  text-decoration: none;
}

.twitter .tweet-content {
  margin-top: 5px;
}

.twitter .tweet-footer > ul li {
  display: inline;
  padding-left: 5px;
}

.twitter .tweet-footer > ul li:first-child {
  padding: 0;
}

.twitter .tweet-footer a {
  text-decoration: none;
}


.tb-utiltiy-share-container {
  margin: 16px 0;
  text-transform: uppercase;
}

.tb-utiltiy-share-container .tb-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tb-utiltiy-share-container .tb-utiltiy-social-share {
  min-height: 48px;
}

.tb-utiltiy-share-container .tb-utiltiy-social-share.tb-bg-lighter-gray .tb-utiltiy-social-icon path {
  fill: #998242;
}

.tb-utiltiy-share-container .tb-utiltiy-social-share .tb-social-links {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  left: 0px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-utiltiy-share-container .tb-utiltiy-social-share .tb-social-links.active {
  opacity: 1;
  left: 250px !important;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tb-utiltiy-share-container .tb-utiltiy-social-share .tb-social-links.active > div {
  padding: 6px 0;
}

.tb-utiltiy-share-container .tb-utiltiy-social-share .tb-social-links .tb-social-share-icon {
  cursor: pointer;
  height: 24px;
}

.tb-utiltiy-share-container .tb-utiltiy-social-share .tb-social-links .tb-social-share-icon svg {
  width: 24px;
  height: 24px;
}

.tb-utiltiy-share-container .tb-utiltiy-social-icon {
  padding: 0px 19px 0px 12px;
}

.tb-utiltiy-share-container .tb-utiltiy-social-icon,
.tb-utiltiy-share-container .tb-utiltiy-print {
  cursor: pointer;
}

.tb-utiltiy-share-container .tb-utiltiy-social-icon:hover path,
.tb-utiltiy-share-container .tb-utiltiy-print:hover path {
  fill: #998242;
}

@media only screen and (max-width: 1024px) {
  .tb-utiltiy-share-container {
    margin: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tb-utiltiy-share-container {
    margin: 8px 16px;
  }
}


/* breakpoints */
.component.video .mejs-container {
  overflow: hidden;
}

.component.video .mejs-controls .mejs-button button {
  box-shadow: none;
}

.component.video .sxa-video-wrapper {
  position: relative;
}

.component.video .video-init {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url("/-/media/Base-Themes/Core-Libraries/styles/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  overflow: hidden;
  z-index: 1;
}


.tb-video-banner {
  background: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1250px) {
  .tb-video-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tb-video-banner .tb-video-banner-content-container {
  padding: 16px 16px;
  font-family: 'Libre Franklin', sans-serif;
}

@media screen and (min-width: 768px) {
  .tb-video-banner .tb-video-banner-content-container {
    padding: 24px 24px;
  }
}

@media screen and (min-width: 1250px) {
  .tb-video-banner .tb-video-banner-content-container {
    padding: 48px 32px;
    width: -webkit-calc(100% / 12 * 4);
    width: calc(100% / 12 * 4);
  }
}

.tb-video-banner .tb-video-banner-content-container .tb-video-banner-header {
  color: var(--Textcolors-color-text, #393939);
  font-size: 2.25em;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  margin-bottom: 16px;
}

.tb-video-banner .tb-video-banner-content-container .tb-video-banner-subheader {
  color: var(--Textcolors-color-text, #393939);
  font-size: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.tb-video-banner .tb-video-banner-content-container .tb-video-banner-body {
  color: var(--Textcolors-color-text, #393939);
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.tb-video-banner .tb-video-banner-content-container .tb-video-banner-button-container {
  margin-top: 32px;
}

.tb-video-banner .video-container {
  position: relative;
}

@media screen and (min-width: 1250px) {
  .tb-video-banner .video-container {
    width: -webkit-calc(100% / 12 * 8);
    width: calc(100% / 12 * 8);
  }
}

.tb-video-banner .video-container .video-banner-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tb-video-banner .video-container video.video,
.tb-video-banner .video-container img.video-banner-error-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tb-video-banner .gradient-background {
  -webkit-animation: loadingAnimation 2s infinite ease-in-out;
  animation: loadingAnimation 2s infinite ease-in-out;
}

@-webkit-keyframes loadingAnimation {
  0% {
    background: #F1F1F1;
  }
  50% {
    background: #DDDDDD;
  }
  100% {
    background: #F1F1F1;
  }
}

@keyframes loadingAnimation {
  0% {
    background: #F1F1F1;
  }
  50% {
    background: #DDDDDD;
  }
  100% {
    background: #F1F1F1;
  }
}


/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zsTjmbI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zsTjmbI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zsTjmbI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zsTjmbI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zsTjmbI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zsTjmbI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zsTjmbI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zsTjmbI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zsTjmbI.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUR2zcLig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/LibreFranklin/jizDREVItHgc8qDIbSTKq4XkRiUf2zc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizBREVItHgc8qDIbSTKq4XkRiUa6zoTjmbI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizBREVItHgc8qDIbSTKq4XkRiUa6zoTjmbI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizBREVItHgc8qDIbSTKq4XkRiUa6zoTjmbI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizBREVItHgc8qDIbSTKq4XkRiUa6zoTjmbI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizBREVItHgc8qDIbSTKq4XkRiUa6zoTjmbI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizBREVItHgc8qDIbSTKq4XkRiUa6zoTjmbI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizBREVItHgc8qDIbSTKq4XkRiUa6zoTjmbI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizBREVItHgc8qDIbSTKq4XkRiUa6zoTjmbI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizBREVItHgc8qDIbSTKq4XkRiUa6zoTjmbI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* vietnamese */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librefranklin/v11/jizDREVItHgc8qDIbSTKq4XkRiUQ2zcLig.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@charset "UTF-8";
/* breakpoints */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome/fontawesome-webfont-woff2.woff2?v=4.7.0")
      format("woff2"),
    url("../fonts/fontawesome/fontawesome-webfont-woff.woff?v=4.7.0")
      format("woff"),
    url("../fonts/fontawesome/fontawesome-webfont-ttf.ttf?v=4.7.0")
      format("truetype"),
    url("../fonts/fontawesome/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0px;
}

html, body {overscroll-behavior-y: none;}

body {
  font-family: "Libre Franklin", sans-serif;
  position: relative;
  overflow: auto;
  color: #393939;
  font-size: 16px;
  background: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.on-page-editor {
  background: none !important;
}

body a {
  color: #998242;
}

body a:hover {
  color: #998242;
}

input:not([type="radio"]),
textarea,
select,
.tb-customised-select,
.wwidget .select-selected {
  border-radius: unset !important;
}

.tb-container {
  width: 100%;
  max-width: 100%;
}

.tb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tb-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-img-wrapper img {
  width: 100%;
  height: auto;
}

.tb-loader {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 50px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}

.tb-loader {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #998242;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  -webkit-animation: tb-loader-spin 2s linear infinite;
  animation: tb-loader-spin 2s linear infinite;
}

@-webkit-keyframes tb-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes tb-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-select-wrapper {
  position: relative;
}

.tb-select-wrapper .facet-dropdown {
  margin: 0;
}

.tb-select-wrapper .facet-heading {
  display: none;
}

.tb-select-wrapper select {
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  border: none;
  font-family: "Libre Franklin", sans-serif;
  background: #f1f1f1 url("../images/arrow-down.png");
  background-position: right 22px top 50%;
  background-repeat: no-repeat;
  min-width: 176px;
  padding: 8px 42px 8px 16px;
  background-size: 12px;
  box-shadow: none !important;
  margin: 0;
  height: auto;
  cursor: pointer;
  font-size: 1em;
  line-height: 2;
}

.tb-select-wrapper select option {
  background: #ffffff;
}

.tb-select-wrapper select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.xa-variable {
  border: 0px;
  padding: 1px;
  margin: 0px;
  background-color: #ebebe4;
  color: #545454;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.tb-mobile-full-overlay {
  position: fixed !important;
  top: 0px !important;
  left: 0 !important;
  z-index: 1999;
  background: #ffffff;
  display: block !important;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.tb-producticon-bar-icon {
  background: #dddddd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb-producticon-bar-icon span {
  line-height: 0 !important;
}

.tb-producticon-bar-icon svg {
  opacity: 0.3;
}

.tb-producticon-bar-icon svg .svg-stroke {
  stroke: #393939;
}

.tb-producticon-bar-icon svg .svg-fill {
  fill: #393939;
}

.tb-producticon-bar-icon.selected {
  background: #5b5b5b;
}

.tb-producticon-bar-icon.selected svg {
  opacity: 1;
}

.tb-producticon-bar-icon.selected svg .svg-stroke {
  stroke: #fff;
}

.tb-producticon-bar-icon.selected svg .svg-fill {
  fill: #fff;
}

#breadcrumbMenuSubcontrol_context_menu * {
  box-sizing: initial;
}

.tb-img-scale-top img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: top !important;
  object-position: top !important;
}

.tb-img-scale-top.tb-img-scale-left img {
  -o-object-position: top left !important;
  object-position: top left !important;
}

.tb-img-scale-top.tb-img-scale-right img {
  -o-object-position: top right !important;
  object-position: top right !important;
}

.tb-img-scale-top.tb-img-scale-center img {
  -o-object-position: top center !important;
  object-position: top center !important;
}

.tb-img-scale-bottom img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: bottom !important;
  object-position: bottom !important;
}

.tb-img-scale-bottom.tb-img-scale-left img {
  -o-object-position: bottom left !important;
  object-position: bottom left !important;
}

.tb-img-scale-bottom.tb-img-scale-right img {
  -o-object-position: bottom right !important;
  object-position: bottom right !important;
}

.tb-img-scale-bottom.tb-img-scale-center img {
  -o-object-position: bottom center !important;
  object-position: bottom center !important;
}

.tb-img-scale-left img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: left !important;
  object-position: left !important;
}

.tb-img-scale-left.tb-img-scale-center img {
  -o-object-position: left center !important;
  object-position: left center !important;
}

.tb-img-scale-right img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: right !important;
  object-position: right !important;
}

.tb-img-scale-right.tb-img-scale-center img {
  -o-object-position: right center !important;
  object-position: right center !important;
}

.tb-img-scale-center img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
}

.load-more input[type="button"],
.load-more input[type="submit"] {
  background: #998242;
  color: white;
  font-size: 1em;
  line-height: 2;
  padding: 8px 24px !important;
}

.load-more input[type="button"]:hover,
.load-more input[type="submit"]:hover {
  background-position: 0 0 !important;
}

.tb-input-field-icon {
  position: relative;
}

.tb-input-field-icon input {
  height: 48px;
  padding: 8px 16px;
  background: #f1f1f1 !important;
  border: none;
  font-size: 1em;
  line-height: 2;
  width: 100%;
  color: #393939 !important;
}

.tb-input-field-icon .icon {
  position: absolute;
  background: #f1f1f1;
  padding: 0 16px;
  border-left: 1px solid #dddddd;
  right: 0;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tb-input-field input {
  height: 48px;
  padding: 8px 16px;
  background: #f1f1f1;
  border: none;
  font-size: 1em;
  line-height: 2;
  width: 100%;
}

/* custom check box*/
.tb-input-radio input[type="radio"] {
  display: none;
}

.tb-input-radio input[type="radio"] + label {
  color: #393939;
  cursor: pointer;
}

.tb-input-radio input[type="radio"] + label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  background: #f1f1f1;
}

.tb-input-radio input[type="radio"]:checked + label:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 5px;
  top: -18px;
  content: " ";
  position: relative;
  background: #5b5b5b;
  display: block;
}

.tb-input-checkbox input[type="checkbox"] {
  display: none;
}

.tb-input-checkbox input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.tb-input-checkbox input[type="checkbox"] + label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #bfbfbf;
  background: #f1f1f1;
}

.tb-input-checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  height: 6px;
  width: 13px;
  position: absolute;
  border-left: 2px solid #5b5b5b;
  border-bottom: 2px solid #5b5b5b;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 10px;
}

.tb-float-left {
  float: left;
}

.tb-float-right {
  float: right;
}

.tb-clear {
  clear: both;
}

.tb-showbulletpoints ul {
  list-style: none !important;
  list-style-position: inside;
  margin-left: 0px !important;
  text-indent: -1em;
  padding-left: 1em;
}

.tb-showbulletpoints ul li {
  list-style: none;
  position: relative;
  margin-bottom: 8px;
  margin-left: 0;
}

.tb-showbulletpoints ul li::before {
  position: relative;
  content: " ";
  background: #998242;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: -4px;
  left: 0;
  display: inline-block;
  margin-right: 12px;
}

.tb-showbulletpoints ul li:last-child {
  margin-bottom: 0;
}

.tb-showbulletpoints ul li a {
  display: inline;
}

.tb-showbulletpoints ul li a:hover {
  text-decoration: underline;
}

.tb-showbulletpoints.tb-link ul li a:after {
  display: none;
}

.tb-showbulletpoints ol {
  list-style: none;
  list-style-position: inside;
  margin-left: 5px !important;
}

.tb-showbulletpoints ol li {
  position: relative;
  margin-bottom: 8px;
  margin-left: 12px;
  list-style: decimal;
}

.tb-inline {
  display: inline-block;
}

.on-page-editor .scEnabledChrome {
  width: 100%;
}

.custom-carousel__image-container > .on-page-editor .scEnabledChrome {
  width: auto;
}


.sticky-bar-button > .on-page-editor,
.sticky-bar-button > .scEnabledChrome {
  width: auto;
}

/*.on-page-editor {
    img{
        width: auto;
        height:100%;
    }
} commenting as it is affecting the image height and width in editor mode*/
.tb-input-checkbox input[type="checkbox"] {
  display: none;
}

/*Since table is not inline margin auto is required to align center*/
.position-center table {
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  select::-ms-expand {
    display: none;
  }
  *::-ms-backdrop,
  .tb-showbulletpoints ul li {
    list-style: none;
  }
}

::-ms-clear {
  display: none;
}

dl,
ol,
ul,
table,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

select {
  display: none !important;
}

.mCSB_draggerRail {
  background: transparent !important;
}

.accordion::before {
  background: url(../images/svg_icons/accordion-minus.svg) no-repeat 0 32px;
  position: absolute;
  content: " ";
  height: 32px;
  width: 32px;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.accordion::after {
  background: url(../images/svg_icons/accordion-plus.svg) no-repeat 0 32px;
  position: absolute;
  content: " ";
  height: 32px;
  width: 32px;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.accordion li {
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.mCSB_inside > .mCSB_container {
  margin-right: 16px;
}

div[data-wwidget-type="reg-popup-container"] {
  position: relative;
  z-index: 9999;
}

div[data-wwidget-type="reg-popup-container"] {
  position: relative;
  z-index: 9999;
}

.sitecore-form .mCSB_draggerContainer:hover,
.sitecore-form .tb-custom-select .select-items div div div:hover {
  background: transparent;
}

.sitecore-form .mCSB_scrollTools .mCSB_draggerContainer {
  width: 100px !important;
}

.sitecore-form .mCSB_scrollTools .mCSB_draggerContainer div {
  position: absolute !important;
  right: 45px !important;
  border: none !important;
}

.iframe_wrap {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .tb-open-btn {
    display: none;
  }
}


@charset "UTF-8";
/* breakpoints */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../Images/overlay-bg.png);
  z-index: 9999;
  display: none;
  width: 100%;
}

.overlay.component {
  margin: 0;
}

.overlay > .component-content {
  border-radius: 5px;
  display: block;
  position: absolute;
  background-color: #E6E6E6;
  padding: 10px;
  max-width: 90%;
  background: #f7f7f7;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay > .component-content .component {
  margin: 0;
}

.overlay > .component-content .component.image img {
  width: 100%;
}

.overlay .overlay-inner {
  min-width: 25px;
  max-height: inherit;
  height: inherit;
  overflow: auto;
}

.overlay .overlay-inner.overlay-percent {
  max-height: 100%;
  height: auto;
}

.overlay .overlay-inner #InnerCenter {
  width: auto;
  height: auto;
}

.overlay .overlay-inner .container {
  width: 100%;
}

.overlay .overlay-inner > img {
  width: 100%;
}

.overlay .overlay-inner:focus {
  border: 1px solid #cccccc;
}

.overlay .overlay-close {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: -20px;
  right: -10px;
}

.overlay .overlay-close:before {
  content: "";
  background:   #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overlay .overlay-close:hover:before {
  background: #cccccc;
}

.overlay .overlay-close a {
  display: block;
  text-indent: -9999px;
}

.overlay .overlay-close-link:focus {
  color: #cccccc;
}

.overlay .overlay-close-link:hover {
  color: #cccccc;
}

.overlay .overlay-close-link {
  text-decoration: none;
}

/* this css class is used on overlay page */
.overlay-page {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../Images/overlay-bg.png);
  z-index: 9999;
  text-align: center;
  width: 100%;
  margin: 0;
}

.overlay-page > .component-content {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  background-color: #E6E6E6;
  border-radius: 5px;
  position: relative;
  padding: 10px 10px 25px;
  margin: 100px 60px 60px;
  max-width: 90%;
  background: #f7f7f7;
}

.overlay-page > .component-content .component {
  margin: 0;
}

.overlay-page > .component-content .component.image img {
  width: 100%;
}

.overlay-page .overlay-inner {
  min-width: 25px;
  height: inherit;
  max-height: inherit;
  min-height: 135px;
  overflow: auto;
}

.overlay-page .overlay-inner.overlay-percent {
  max-height: 100%;
  height: auto;
}

.overlay-page .overlay-inner.overlay-percent.edit {
  max-height: inherit;
}

.overlay-page .overlay-inner .container {
  width: 100%;
}

.overlay-page .overlay-inner:focus {
  border: 1px solid #cccccc;
}

.overlay-page .overlay-close {
  bottom: 8px;
  color: #000;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: -5px;
  bottom: -15px;
}

.overlay-page .overlay-close-link:focus {
  color: #cccccc;
}

.overlay-page .overlay-close-link:hover {
  color: #cccccc;
}

.overlay-page .overlay-close-link {
  text-decoration: none;
}

#wrapper {
  overflow: hidden;
}

#wrapper.overlay-page {
  margin-bottom: -80px;
}

body.preview .overlay-page {
  position: fixed;
}

.overlay-page .main {
  width: 100%;
}

.on-page-editor .overlay .overlay-inner {
  margin: auto;
}

.on-page-editor .overlay-page {
  z-index: 9000;
}


@media print {
    body {
        width: 100%;
        margin: 30px 0 !important;
    }

    *,
    *::before,
    *::after {
        -webkit-print-color-adjust: exact;
    }

    pre,
    blockquote,
    img {
        break-inside: avoid;
    }

                img,
                svg {
                    display: none;
    }

    .tb-header-container,
    footer {
        display: none;
    }

    a,
    a:not(.btn) {
        text-decoration: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    .container,
    .container-fluid {
        max-width: 100% !important;
    }

    .breadcrumb-new {
        display: none;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: left i !important;
    }

    .col-1,
    .col-lg-1,
    .col-xl-1 {
        max-width: 8.333333% !important;
    }

    .col-2,
    .col-lg-2,
    .col-xl-2 {
        max-width: 16.666667% !important;
    }

    .col-3,
    .col-lg-3,
    .col-xl-3 {
        max-width: 25% !important;
    }

    .col-4,
    .col-lg-4,
    .col-xl-4 {
        max-width: 33.333333% !important;
    }

    .col-5,
    .col-lg-5,
    .col-xl-5 {
        max-width: 41.666667% !important;
    }

    .col-6,
    .col-lg-6,
    .col-xl-6 {
        max-width: 50% !important;
    }

    .col-7,
    .col-lg-7,
    .col-xl-7 {
        max-width: 58.333333% !important;
    }

    .col-8,
    .col-lg-8,
    .col-xl-8 {
        max-width: 66.666667% !important;
    }

    .col-9,
    .col-lg-9,
    .col-xl-9 {
        max-width: 75% !important;
    }

    .col-10,
    .col-lg-10,
    .col-xl-10 {
        max-width: 83.333333% !important;
    }

    .col-11,
    .col-lg-11,
    .col-xl-11 {
        max-width: 91.666667% !important;
    }

    .col-12,
    .col-lg-12,
    .col-xl-12 {
        max-width: 100% !important;
    }

    #contact-floater,
    #drift-frame-controller {
        display: none;
    }

    .tb-video-container,
    .Inpage-navigation {
        display: none;
    }
}

/* breakpoints */
.privacy-warning {
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0.8;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 0;
  color: #FFFFFF;
  text-align: center;
  z-index: 1000;
  background: url(../Images/overlay-bg.png);
}

.privacy-warning .component-content {
  position: relative;
  height: auto;
  width: 90%;
  padding: 15px;
  margin: 0 auto;
}

.privacy-warning a {
  color: #FFFFFF;
}

.privacy-warning a:hover, .privacy-warning a:focus {
  color: #FFFFFF;
}

.privacy-warning .close {
  -webkit-transform: scale(1.3, 0.95);
  -ms-transform: scale(1.3, 0.95);
  transform: scale(1.3, 0.95);
  font-size: 35px;
  font-size: 3.5rem;
  position: absolute;
  top: -10px;
  right: 8px;
  font-weight: bold;
}

.privacy-warning .learnMore {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.privacy-warning .submit {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}

.privacy-warning .submit a {
  font-size: 13px;
  font-size: 1.3rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  text-decoration: none;
  font-weight: bold;
  background: #FFFFFF;
  padding: 5px 10px;
  cursor: pointer;
  color: #000;
}


.preview {
  margin-top: 0px !important;
}
.tb-dealer-section
{
  margin-top: 11px;
}

a.tb-dealer-link {
  color: #FFF;
  border-radius: 4px;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border: 1.2px solid var(--Text-White, #FFF);
  text-decoration: none;
  font-family: "Libre Franklin";
  font-size: 12px;
  font-style: normal;
  font-weight:600;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
a.tb-dealer-link:before {
  content: " ";
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_2838_6065" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2838_6065)"><path d="M10.002 9.90122C10.4364 9.90122 10.8066 9.74823 11.1124 9.44226C11.4182 9.13643 11.5711 8.76622 11.5711 8.33163C11.5711 7.89719 11.4179 7.52705 11.1116 7.22122C10.8052 6.91538 10.4344 6.76247 9.99926 6.76247C9.56413 6.76247 9.1942 6.91566 8.88947 7.22205C8.58475 7.52844 8.43239 7.8992 8.43239 8.33434C8.43239 8.76948 8.58538 9.13941 8.89135 9.44413C9.19718 9.74886 9.56739 9.90122 10.002 9.90122ZM10.0001 16.3889C11.7776 14.7721 13.0933 13.3134 13.9472 12.0127C14.8011 10.7118 15.228 9.53545 15.228 8.48351C15.228 6.90768 14.7234 5.6174 13.7143 4.61268C12.7051 3.60795 11.4672 3.10559 10.0005 3.10559C8.53385 3.10559 7.29579 3.60795 6.28635 4.61268C5.2769 5.6174 4.77218 6.90768 4.77218 8.48351C4.77218 9.53545 5.20607 10.711 6.07385 12.0102C6.94163 13.3092 8.25038 14.7688 10.0001 16.3889ZM10.0001 18.4731C7.71968 16.5436 6.01524 14.7593 4.88676 13.1202C3.75815 11.4811 3.19385 9.93559 3.19385 8.48351C3.19385 6.36351 3.87801 4.67358 5.24635 3.41372C6.61468 2.15386 8.19926 1.52393 10.0001 1.52393C11.8 1.52393 13.3848 2.15386 14.7547 3.41372C16.1247 4.67358 16.8097 6.36351 16.8097 8.48351C16.8097 9.93559 16.2448 11.4811 15.1151 13.1202C13.9855 14.7593 12.2805 16.5436 10.0001 18.4731Z" fill="white"/></g></svg>');
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;

}
.tb-dealer-none, #tb-dealer-none{
  display: none;
}
.tb-header-container .tb-topmenu-container {
  height: 80px;
  margin-bottom: 0;
  border: none;
  background: #393939;
}

.tb-header-container .tb-topmenu-container .tb-loggedin {
  display: none !important;
}

.tb-header-container .tb-topmenu-container .container-fluid {
  max-width: 1376px;
  padding-left: 32px;
  padding-right: 32px;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-brand {
  position: relative;
  height: 80px;
  padding-top: 0;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-brand a {
  position: absolute;
  bottom: 18px;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-brand a img {
  display: block;
  width: 106px;
  height: 45.27px;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-brand .tb-topmenu-signpost {
  font-size: 0.75em;
  position: absolute;
  bottom: 0px;
  height: 100%;
  left: 122px;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-brand .tb-topmenu-signpost #tb-siteselector-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 37px;
  cursor: default;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-brand .tb-topmenu-signpost span {
  margin-right: 0;
  margin-bottom: 0px !important;
  display: inline-block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 18px;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-brand .tb-topmenu-signpost span:after {
  position: absolute;
  bottom: 6px;
  margin-left: 4px;
  content: "";
  width: 8px;
  height: 8px;
  vertical-align: 3%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%206%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%201.5L3%202.5L1%201.5%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-brand .tb-topmenu-signpost:hover > .tb-siteselector-campaign:not(:empty) {
  border-color: #998242;
}

@media only screen and (min-width: 992px) {
  .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-brand .tb-topmenu-signpost:focus {
    border-color: none;
    outline: none;
  }
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  position: relative;
  gap:15px
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .autocomplete-items {
  right: 0px !important;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-language-selected {
  margin-right: 20px;
  text-transform: uppercase;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-splitter {
  background: #5B5B5B;
  width: 1px;
  height: 40px;
  margin-right: 24px;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-item {
  cursor: pointer;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  /* margin-right: 20px; */
  position: relative;
  /* border:1px solid white; */
  padding:8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.10);
  height:40px;
  /* width:44px; */
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper {
  background-color: #5B5B5B;
  padding: 12px 14px 12px 16px;
  width: 268px;
  position: relative;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput {
  padding: 0;
  width: 200px;
  background: 0;
  border: 0;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: inherit;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput::-webkit-input-placeholder {
  padding-left: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:-ms-input-placeholder {
  padding-left: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput::placeholder {
  padding-left: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:-ms-input-placeholder {
  padding-left: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput::-ms-input-placeholder {
  padding-left: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:active, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:focus {
  border: none !important;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:active::-webkit-input-placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:focus::-webkit-input-placeholder {
  color: #999999;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:active:-ms-input-placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:focus:-ms-input-placeholder {
  color: #999999;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:active::placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:focus::placeholder {
  color: #999999;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:active:-ms-input-placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:focus:-ms-input-placeholder {
  color: #999999;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:active::-ms-input-placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:focus::-ms-input-placeholder {
  color: #999999;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:active::-webkit-input-placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:focus::-webkit-input-placeholder {
  color: #999999 !important;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:active:-ms-input-placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:focus:-ms-input-placeholder {
  color: #999999 !important;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:active::placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:focus::placeholder {
  color: #999999 !important;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:active:-ms-input-placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:focus:-ms-input-placeholder {
  color: #999999 !important;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:active::-ms-input-placeholder, .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper input#myInput:focus::-ms-input-placeholder {
  color: #999999 !important;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:focus::-webkit-input-placeholder {
  color: #999999;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:focus:-ms-input-placeholder {
  color: #999999;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput:focus::placeholder {
  color: #999999;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchbutton {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 45px;
  height: 100%;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchbutton:before {
  content: "";
  width: 1px;
  height: 31px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 45px;
  background: #393939;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchbutton .tb-loader {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-language-wrapper {
  margin-right: 0px;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-mainnavbar__toggler {
  padding: 7px;
    background: rgba(255, 255, 255, 0.10);
    /* margin-left: 10px; */
    border-radius: 4px;
}

/* .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-searchinput-div {
  width: 268px;
} */

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-searchinput-div .tb-search-input {
  width: 0px;
  transition: width 0.3s ease;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchbutton {
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
  width: 45px;
  height: 40px;
  border-radius: 4px;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchbutton:before {
  content: "";
  width: 1px;
  height: 31px;
  display: none;
  position: absolute;
  top: 5px;
  right: 45px;
  background: #393939;
}

.tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchbutton .tb-icon {
  vertical-align: top;
  position: absolute;
  top: 12px;
  right: 16px;
}

.tb-header-container .tb-topmenu-container .tb-topmenu-tabletsearch {
  margin-left: 16px;
  padding: 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
}

.tb-header-container .tb-topmenu-container .tb-siteselector a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .tb-header-container .tb-topmenu-container .tb-siteselector a:hover:after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #998242;
    display: block;
    position: absolute;
    top: 28px;
    width: 100%;
  }
}

/* .tb-header-container .tb-topmenu-container .tb-topmenu-item:hover:after {
  content: " ";
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #998242;
  display: block;
  position: absolute;
  top: 45px;
  width: 100%;
} */

.tb-header-container .tb-topmenu-container .tb-topmenu-item:focus:after {
  content: " ";
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #998242;
  display: block;
  position: absolute;
  top: 45px;
  width: 100%;
  right: 0px;
}

/* .tb-header-container .tb-topmenu-container .tb-topmenu-item:active:after {
  content: " ";
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #998242;
  display: block;
  position: absolute;
  top: 45px;
  width: 100%;
} */

.tb-header-container .tb-mainnavbar-wrapper {
  background: transparent;
  /* border-bottom: 1px solid #DDDDDD; */
  border-bottom:none;
  border-top: 1px solid rgba(255, 255, 255, 0.20)
}

.tb-header-container .tb-mainnavbar {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 60px;
}

.tb-header-container .tb-mainnavbar .tb-mainnavbar__item--special {
  background: #F1F1F1;
}

.tb-header-container .tb-mainnavbar__item:hover .tb-mainnavbar__link, .tb-header-container .tb-mainnavbar__item:focus .tb-mainnavbar__link, .tb-header-container .tb-mainnavbar__item:active .tb-mainnavbar__link, .tb-header-container .tb-mainnavbar__item--active:hover .tb-mainnavbar__link {
  color: #000000 !important;
  text-decoration: none;
  font-weight:600;
  border:1px solid #DDDDDD;
  border-bottom:none;
  background-color:#FFFFFF
}

.tb-header-container .tb-mainnavbar__item--special strong {
  font-weight: 600;
}

.tb-header-container .container-fluid {
  max-width: 1376px;
  padding-left: 32px;
  padding-right: 32px;
}

.tb-header-container .tb-megadrop {
  border-top: 1px solid #DDDDDD;
  width: 96%;
  position: absolute;
  padding: 0;
  top: 60px;
  left:2.5%;
  min-height: 350px;
  background: #FFFFFF;
  z-index: 999;
  overflow-x: hidden;
  padding-left: 32px;
  padding-right: 32px;
  overflow: auto;
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* .tb-header-container .tb-mainnavbar__item :hover{
  background-color: #FFF;
} */
.tb-mainnavbar__itemwrapper .tb-mainnavbar__item.tb-mainnavbar__item--active{
  /* background-color: #FFF; */
}
.tb-header-container .tb-megadrop .tb-megadrop__column-headline {
  display: block;
  color: #393939 !important;
  text-decoration: none !important;
  margin: 26px 5px 25px;
  font-weight: 900;
  font-size: 18px;
}

.tb-header-container .tb-megadrop .tb-megadrop__column-headline:after {
  content: " ";
  width: 14px;
  height: 11px;
  margin-left: 5px;
  margin-bottom: 6px;
  vertical-align: middle;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.3958%205.51736L5.76703%201.82256L6.31578%200.986572L13.3642%205.6133L14.001%206.03129L13.3642%206.44928L6.31578%2011.076L5.76703%2010.24L11.4382%206.51736H0V5.51736H11.3958Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E");
}

.tb-header-container .tb-megadrop .tb-megadrop__column-headline:hover, .tb-header-container .tb-megadrop .tb-megadrop__column-headline:focus, .tb-header-container .tb-megadrop .tb-megadrop__column-headline:active {
  color: #998242 !important;
  text-decoration: underline !important;
}

.tb-header-container .tb-megadrop .tb-megadrop__column-headline:hover:after, .tb-header-container .tb-megadrop .tb-megadrop__column-headline:focus:after, .tb-header-container .tb-megadrop .tb-megadrop__column-headline:active:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.3958%205.51736L5.76703%201.82256L6.31578%200.986572L13.3642%205.6133L14.001%206.03129L13.3642%206.44928L6.31578%2011.076L5.76703%2010.24L11.4382%206.51736H0V5.51736H11.3958Z%22%20fill%3D%22%23998242%22%2F%3E%0A%3C%2Fsvg%3E");
}

.tb-header-container .tb-megadrop .tb-megadrop__item {
  padding: 9px 28px 9px 5px;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.tb-header-container .tb-megadrop .tb-megadrop__item.tb-megadrop__item--active:first-child {
  border-bottom: 1px solid #DDD;
}

.tb-header-container .tb-megadrop .tb-megadrop__item .tb-megadrop__item-link {
  color: #393939;
  line-height: 16px;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}

.tb-header-container .tb-megadrop .tb-megadrop__item:hover a {
  text-decoration: underline;
}

.tb-header-container .tb-megadrop .tb-megadrop__item-wrapper {
  width: 100%;
  min-height: 120px;
  overflow: auto !important;
  padding-bottom: 15px;
}

.tb-header-container .tb-megadrop .tb-megadrop__item--active {
  padding: 9px 22px 9px 5px;
  background: rgba(0, 0, 0, 0.05);
}

.tb-header-container .tb-megadrop .tb-megadrop__column.tb-megadrop__item--active {
  padding-top: 0;
  padding-bottom: 0;
}

.tb-header-container .tb-megadrop .tb-megadrop__item--active > .tb-megadrop__item-link {
  font-weight: bold !important;
}

.tb-header-container .tb-megadrop .tb-megadrop__item--has-children {
  position: relative;
  padding: 9px 52px 9px 5px;
}

.tb-header-container .tb-megadrop .tb-megadrop__item--active.tb-megadrop__item--has-children {
  padding-right: 38px !important;
}

.tb-header-container .tb-megadrop .tb-megadrop__item--has-children:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  right: 24px !important;
  bottom: 50% !important;
  margin-bottom: -8px !important;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.25%205.98319L1.07915%2012L0.75%2011.4286L9.93338%205.98319L0.75%200.571429L1.07915%203.92512e-09L11.25%205.98319Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E");
}

.tb-header-container .tb-megadrop .tb-megadrop__item-link {
  color: #393939;
  line-height: 16px;
}

.tb-header-container .tb-megadrop .tb-megadrop__item-link:hover {
  color: #393939;
  text-decoration: underline;
}

.tb-header-container .tb-megadrop .tb-megadrop__column {
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.tb-header-container .tb-megadrop .tb-megadrop__column:first-child {
  padding-left: 0;
  display: block;
}

.tb-header-container .tb-megadrop .tb-megadrop__column--active {
  display: block;
}

.tb-header-container .tb-megadrop .tb-megadrop__scroll-indicator-top, .tb-header-container .tb-megadrop .tb-megadrop__scroll-indicator-bottom {
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.tb-header-container .tb-megadrop .tb-megadrop__scroll-indicator-top {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2217%22%20height%3D%227%22%20viewBox%3D%220%200%2017%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.499999%205.5L8.5%201.5L16.5%205.5%22%20stroke%3D%22%23998242%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}

.tb-header-container .tb-megadrop .tb-megadrop__scroll-indicator-bottom {
  display: none;
  bottom: 0px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2217%22%20height%3D%227%22%20viewBox%3D%220%200%2017%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.5%201.5L8.5%205.5L0.5%201.5%22%20stroke%3D%22%23998242%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}

.tb-header-container .navbar-expand-md .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}

.tb-header-container .navbar-expand-md .navbar-nav .tb-megadrop--active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tb-header-container .tb-mainnavbar__itemwrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-header-container .tb-mainnavbar {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 60px;
  position: relative;
}

.tb-header-container .container-fluid {
  max-width: 1376px;
  padding-left: 32px;
  padding-right: 32px;
}

.tb-header-container .tb-mainnavbar__itemwrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tb-header-container .navbar-expand-md .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-header-container .tb-mainnavbar__item {
  padding: 0;
  margin: 0;
}

.tb-header-container .tb-mainnavbar__item .tb-mainnavbar__link {
  color: #FFFFFF;
  text-decoration: none !important;
  font-size: 12px;
  padding: 18px 10px 23px;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 500;
}

@media only screen and (max-width:768px){
  .tb-header-container .tb-mainnavbar__item .tb-mainnavbar__link {
  display: inline-block;
  }
}

/* .tb-header-container .tb-mainnavbar__item .tb-mainnavbar__link:hover {
  color: #000000 !important;
  font-weight: 600;
} */

.tb-header-container .tb-mainnavbar__item .tb-mainnavbar__item:hover .tb-mainnavbar__link, .tb-header-container .tb-mainnavbar__item .tb-mainnavbar__item:focus .tb-mainnavbar__link, .tb-header-container .tb-mainnavbar__item .tb-mainnavbar__item:active .tb-mainnavbar__link, .tb-header-container .tb-mainnavbar__item .tb-mainnavbar__item--active:hover .tb-mainnavbar__link {
  color: #998242 !important;
  text-decoration: none;
}

.tb-header-container .tb-mainnavbar__item a:-webkit-any-link {
  /* color: -webkit-link; */
  cursor: pointer;
  text-decoration: underline;
}

.tb-header-container .tb-mainnavbar__item--has-children .tb-mainnavbar__link:after {
  content: " ";
  /* black icon svg background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%226%22%20height%3D%224%22%20viewBox%3D%220%200%206%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%201.5L3%202.5L1%201.5%22%20stroke%3D%22%23393939%22%2F%3E%3C%2Fsvg%3E"); */
  /* white icon background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%206%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%201.5L3%202.5L1%201.5%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E"); */
  background-image:url("../../../../../Foundation/Trelleborg/NewIcons/arrow_drop_down_white.svg");
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.component.auto-search {
  height: 100%;
}

.tb-icon-chevron, .tb-icon-chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%206%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%201.5L3%202.5L1%201.5%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}

.tb-icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: -20%;
  /* margin-top:5px */
}

.tb-icon-small {
  width: 8px;
  height: 8px;
  vertical-align: 3%;
}

.tb-topmenu-login-wrapper {
  text-decoration: none !important;
}

.tb-topmenu-login-wrapper .tb-icon-login {
  margin-right: 4px;
}

.tb-mainnavbar__item--special .tb-icon-login {
  margin-right: 16px;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.7539%2010L7.32984%204.52632V9.47368H0V10.5263H7.32984V15.4737L16.7539%2010ZM8.37696%2010.5263V9.47368V6.36842L14.6597%2010L8.37696%2013.6316V10.5263ZM20%2020H11.5707V18.9474H18.9005V1.05263H11.5707V0H19.9476L20%2020Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E");
}

.tb-mainnavbar__item--special .tb-icon-logout {
  margin-right: 16px;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzOTM5Mzk7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMCwxMGwtOS40LTUuNXY0LjlIMy4ydjEuMWg3LjN2NC45TDIwLDEweiBNMTEuNiwxMC41VjkuNVY2LjRsNi4zLDMuNmwtNi4zLDMuNlYxMC41eiBNMCwyMGg4LjR2LTEuMUgxLjFWMS4xDQoJaDcuM1YwSDAuMUwwLDIweiIvPg0KPC9zdmc+DQo=");
}

.tb-icon-login {
  margin-right: 4px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16.7539%2010L7.32984%204.52632V9.47368H0V10.5263H7.32984V15.4737L16.7539%2010ZM8.37696%2010.5263V9.47368V6.36842L14.6597%2010L8.37696%2013.6316V10.5263ZM20%2020H11.5707V18.9474H18.9005V1.05263H11.5707V0H19.9476L20%2020Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}

/* Default (Desktop) style */
.tb-icon-contactus {
  margin-right: 4px;
  background-image: url("/~/media/Foundation/Trelleborg/Icons/mail.svg");
}
/* Mobile style (less than 767px) */
@media (max-width: 767px) {
  .tb-icon-contactus {
    background-image: url("/~/media/Foundation/Trelleborg/Icons/mail.svg");
  }
}

/* Tablet style (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .tb-icon-contactus {
    background-image: url("/~/media/Foundation/Trelleborg/Icons/mail.svg");
  }
}


.tb-icon-logout {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: text-top;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDhMOC40NjA3MyAzLjYyMTA1TDguNDYwNzMgNy41Nzg5NUwyLjU5Njg2IDcuNTc4OTVMMi41OTY4NiA4LjQyMTA1TDguNDYwNzMgOC40MjEwNUw4LjQ2MDczIDEyLjM3ODlMMTYgOFpNOS4yOTg0MyA4LjQyMTA1TDkuMjk4NDMgNy41Nzg5NUw5LjI5ODQzIDUuMDk0NzRMMTQuMzI0NiA4TDkuMjk4NDMgMTAuOTA1M0w5LjI5ODQzIDguNDIxMDVaTTEuMzk4NzZlLTA2IC0xLjM5ODc2ZS0wNkw2Ljc0MzQ2IC04LjA5MjMzZS0wN0w2Ljc0MzQ2IDAuODQyMTA0TDAuODc5NTg0IDAuODQyMTA0TDAuODc5NTgyIDE1LjE1NzlMNi43NDM0NiAxNS4xNTc5TDYuNzQzNDYgMTZMMC4wNDE4ODYzIDE2TDEuMzk4NzZlLTA2IC0xLjM5ODc2ZS0wNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}

.navbar-expand-md .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.tb-icon-back {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M-3.50671e-07%208.02241L13.5611%20-1.91837e-08L14%200.761905L1.75549%208.02241L14%2015.2381L13.5611%2016L-3.50671e-07%208.02241Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E");
}

.tb-mainnavbar__itemwrapper {
  /* flex-wrap: wrap; */
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: left;
  align-items: left;
  justify-content: space-between;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar-expand-md {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.tb-inpagenav {
  padding: 16px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 26px;
  background: #FFFFFF;
  z-index: 99;
}

.tb-inpagenav .tb-inpagenav--desc {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.tb-inpagenav .tb-inpagenav--list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 16px;
}

.tb-inpagenav .tb-inpagenav--list .tb-inpagenav--item {
  float: left;
  margin-right: 16px;
}

@media only screen and (max-width: 991.98px) {
  .tb-header-container .tb-topmenu-container .tb-topmenu-brand .tb-topmenu-signpost {
    min-width: 120px;
    width: 100%;
    white-space: normal !important;
  }
  .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-searchinput-div {
    width: 180px;
  }
  .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-searchinput-div .tb-search-input {
    width: 100%;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-right .tb-topmenu-searchinput-wrapper .tb-topmenu-searchinput {
    width: -webkit-calc(100% - 60px) !important;
    width: calc(100% - 60px) !important;
  }
  .tb-mainnavbar {
    min-height: 0 !important;
  }
  /* .tb-mainnavbar__toggler {
    padding-left: 16px !important;
  } */
}

@media only screen and (min-width: 768px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .tb-mainnavbar__item:hover.tb-mainnavbar__item--has-children .tb-mainnavbar__link:after, .tb-mainnavbar__item:focus.tb-mainnavbar__item--has-children .tb-mainnavbar__link:after, .tb-mainnavbar__item:active.tb-mainnavbar__item--has-children .tb-mainnavbar__link:after, .tb-mainnavbar__item--active:hover.tb-mainnavbar__item--has-children .tb-mainnavbar__link:after {
    background-image: url("/-/media/Foundation/Trelleborg/NewIcons/arrow_drop_down_black.svg");
  }
  .autocomplete-items {
    top: 69px;
    width: 100%;
  }
}

@media (width: 768px) {
  .tb-topmenu-searchbutton:before {
    top: 14px !important;
    right: 90px !important;
  }
  .tb-topmenu-searchbutton .tb-loader {
    margin-top: -14px !important;
    margin-left: -33px !important;
  }
  .tb-topmenu-searchbutton .tb-icon {
    display: none !important;
  }
  .tb-topmenu-searchbutton span {
    display: block !important;
    color: #FFFFFF;
    line-height: 60px;
    text-align: right;
    position: absolute;
    right: 24px;
    font-size: 16px;
    font-weight: 400;
  }
  .tb-topmenu-tabletsearch {
    margin: 0 !important;
    display: block !important;
  }
  .tb-topmenu-searchinput-wrapper--active {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .tb-header-container .tb-topmenu-container .tb-topmenu-login-wrapper {
    display: none !important;
  }
  .tb-header-container .tb-topmenu-container .tb-searchinput-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-item {
    margin-right: 12px !important;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-item .tb-icon {
    height: 20px !important;
    width: 20px !important;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-item .tb-megadrop {
    top: 0 !important;
    min-height: 100%;
    max-height: 100% !important;
    padding: 0;
    box-shadow: none;
    overflow: auto !important;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-searchbutton:before {
    top: 7px !important;
    right: 54px !important;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-right .tb-topmenu-searchbutton span {
    color: #FFFFFF;
    line-height: 60px;
    text-align: right;
    padding-right: 24px;
  }
  .tb-topmenu-searchbutton .tb-icon {
    right: 32px !important;
  }
}

@media only screen and (max-width: 768px) {
  .tb-searchinput-div {
    margin: 0px !important;
  }
  .tb-dealer-section{
    display: none;
  }
  .tb-dealer-none{
    display: block;
  }
  .tb-searchinput-div .tb-search-input {
    padding-left: 24px;
    padding-right: 120px;
  }
  .tb-language-dropdown-menu-mobile .tb-language-selector {
    display:block
  }
  .tb-language-selector {
    display: none;
  }
  .auto-search {
    height: 48px;
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 80px;
    z-index: 2;
    padding: 0px;
  }
  .tb-header-container .tb-topmenu-container .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tb-topmenu-container .container-fluid .tb-topmenu-right {
    position: static !important;
  }
  .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-searchinput-div {
    width: 100% !important;
    height: 60px !important;
    display:none
  }
  .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-searchinput-div .tb-search-input {
    width: 100% !important;
    height: 60px !important;
    padding-right: 120px;
    padding-left: 24px;
  }
  .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchbutton .tb-icon {
    vertical-align: top;
    position: absolute;
    top: 20px !important;
    right: 16px;
  }
}

@media (max-width: 575.98px) {
  .tb-header-container .tb-topmenu-container .tb-topmenu-right .tb-searchinput-div {
    height: 48px !important;
    padding: 12px 16px 12px 16px !important;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-right .tb-searchinput-div .tb-search-input {
    width: 100% !important;
    height: 48px !important;
    position: absolute !important;
    padding: 0;
  }
  .tb-header-container .component.auto-search {
    height: 48px;
  }
  .tb-header-container .component.auto-search .component-content {
    height: 48px;
  }
  .tb-header-container .component.auto-search .component-content .tb-search-container {
    height: 48px;
  }
}

@media only screen and (width: 768px) {
  .tb-topmenu-searchbutton .tb-icon-search {
    display: none;
  }
  .tb-topmenu-searchbutton span {
    display: inline-block;
  }
  .component.auto-search {
    height: 60px;
  }
  .component.auto-search .component-content {
    height: 60px;
  }
  .component.auto-search .component-content .tb-search-container {
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-expand-md .navbar-collapse.show .tb-mainnavbaritemwrapper .tb-mainnavbaritem .tb-mainnavbarlink {
    padding-right: 40px !important;
  }
  .tb-megadrop__item--has-children .tb-megadrop__item-link {
    padding-right: 40px !important;
  }
  .tb-megadrop__scroll-indicator-bottom, .tb-megadrop__scroll-indicator-top {
    display: none !important;
  }
  .tb-header-container .tb-topmenu-login-wrapper span {
    display: none !important;
  }
  .tb-header-container .tb-mainnavbar__toggler {
    display: block !important;
  }
  .tb-mainnavbar__item--has-children .tb-mainnavbar__link:after {
    position: absolute;
    content: "";
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat;
    display: inline-block;
    right: 24px;
    bottom: 50% !important;
    margin-bottom: -8px;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.25%205.98319L1.07915%2012L0.75%2011.4286L9.93338%205.98319L0.75%200.571429L1.07915%203.92512e-09L11.25%205.98319Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E") !important;
  }
  .tb-header-container .tb-megadrop {
    top: 0 !important;
    min-height: 100%;
    max-height: 100% !important;
    padding: 0;
    box-shadow: none;
    overflow: hidden !important;
  }
  .tb-header-container .tb-megadrop .tb-megadrop__item-wrapper {
    background: #FFFFFF !important;
  }
  .tb-header-container .tb-megadrop .tb-megadrop__column-headline {
    margin: 24px 0px;
    padding: 0px;
  }
  .tb-header-container .tb-megadrop .tb-megadrop__item {
    padding: 0px;
  }
  .tb-header-container .tb-megadrop .tb-megadrop__item .tb-megadrop__item-link {
    padding: 18px 24px;
    display: inline-block;
  }
  .tb-megadrop__column {
    padding: 0px !important;
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    position: absolute;
    background: #ffffff !important;
  }
  .tb-mainnavbar .navbar-collapse .tb-mainnavbar__item {
    border-bottom: 1px solid #DDDDDD;
  }
}

@media only screen and (max-width: 768px) {
  .tb-searchinput-div .tb-search-input {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .tb-topmenu-searchinput-wrapper {
    width: 100% !important;
  }
  .tb-topmenu-right {
    position: static !important;
  }
  .tb-topmenu-right .tb-searchinput-div {
    width: 100% !important;
  }
  .tb-topmenu-right .tb-searchinput-div input {
    width: 100% !important;
  }
  .tb-header-container .tb-sectionintro-container .tb-sectionintro {
    padding: 28px 16px;
  }
  .navbar-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .tb-mainnavbar__mobile-control {
    border-bottom: 1px solid #DDDDDD;
    height: 80px;
    width: 100%;
  }
  .tb-mainnavbar__mobile-control .tb-mainnavbar__back {
    float: left;
    display: block;
    cursor: pointer;
    padding-left: 24px;
  }
  .tb-mainnavbar__mobile-control .tb-mainnavbar__back span {
    color: #393939;
    line-height: 80px;
    font-size: 16px;
    font-weight: normal;
  }
  .tb-mainnavbar__mobile-control .tb-mainnavbar__mobilesearch {
    float: left;
    display: block;
    cursor: pointer;
    padding-left: 24px;
    line-height: 80px;
  }
  .tb-mainnavbar__mobile-control .tb-mainnavbar__mobilesearch .tb-icon {
    margin-right: 5px;
    vertical-align: -2px;
    width: 19px;
    height: 19px;
  }
  .tb-mainnavbar__mobile-control .tb-mainnavbar__mobilesearch .tb-icon-search-alt {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.80441%203.1405H7.32782V4.18733H6.80441C5.33884%204.18733%204.18733%205.33884%204.18733%206.80441V7.32782H3.1405V6.80441C3.1405%204.76309%204.76309%203.1405%206.80441%203.1405ZM19%2016.9063C19%2017.4821%2018.7906%2018.0055%2018.3719%2018.3719C17.9532%2018.7383%2017.4298%2019%2016.9063%2019C16.3306%2019%2015.8072%2018.7906%2015.4408%2018.3719L9.89256%2012.876C8.95041%2013.3471%207.90358%2013.6088%206.80441%2013.6088C3.03581%2013.6088%200%2010.573%200%206.80441C0%203.03581%203.03581%200%206.80441%200C10.573%200%2013.6088%203.03581%2013.6088%206.80441C13.6088%207.90358%2013.3471%208.95041%2012.876%209.89256L18.4242%2015.4408C18.7906%2015.8595%2019%2016.3829%2019%2016.9063ZM12.562%206.80441C12.562%203.61157%209.99725%201.04683%206.80441%201.04683C3.61157%201.04683%201.04683%203.61157%201.04683%206.80441C1.04683%209.99725%203.61157%2012.562%206.80441%2012.562C9.99725%2012.562%2012.562%209.99725%2012.562%206.80441ZM17.9532%2016.9063C17.9532%2016.6446%2017.8485%2016.3829%2017.6391%2016.1736L12.3003%2010.8347C11.8815%2011.4105%2011.4105%2011.8815%2010.8347%2012.3003L16.2259%2017.6915C16.6446%2018.1102%2017.3251%2018.1102%2017.6915%2017.6915C17.8485%2017.4821%2017.9532%2017.2204%2017.9532%2016.9063Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E");
  }
  .tb-mainnavbar .navbar-collapse {
    background: #FFFFFF;
    z-index: 999;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .tb-mainnavbar .navbar-collapse .tb-mainnavbar__item {
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
  }
  .tb-mainnavbar .navbar-collapse .tb-mainnavbar__item .tb-mainnavbar__link {
    padding: 18px 24px;
    position: relative;
    width: 100%;
  }
  .tb-mainnavbar .navbar-collapse .tb-mainnavbar__close {
    float: right;
    min-width: 91px;
    display: block;
    padding-right: 24px;
    cursor: pointer;
  }
  .tb-mainnavbar .navbar-collapse .tb-mainnavbar__close span {
    color: #393939;
    line-height: 80px;
    font-size: 16px;
    font-weight: normal;
  }
  .tb-mainnavbar .navbar-collapse .tb-mainnavbar__close .tb-mainnavbar__close .tb-icon {
    margin-left: 5px;
    vertical-align: -2px;
  }
  .tb-mainnavbar .navbar-collapse .tb-mainnavbar__close .tb-icon-close {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16%200.736842L15.2632%200L8%207.26316L0.736842%200L0%200.736842L7.26316%208L0%2015.2632L0.736842%2016L8%208.73684L15.2632%2016L16%2015.2632L8.73684%208L16%200.736842Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E");
  }
  .tb-mainnavbar .collapsing {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: fixed;
    right: -100%;
  }
  .auto-search {
    height: 48px;
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 80px;
    z-index: 2;
    padding: 0px;
  }
  .auto-search .tb-search-input {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-right: 16px;
    padding-left: 16px;
    height: 48px;
  }
  .auto-search .tb-search-icon {
    position: absolute;
    top: 14px;
    right: 20px;
  }
  .auto-search .autocomplete-items {
    width: 100% !important;
    padding: 0;
    right: 0;
    top: 48px;
  }
  .tb-header-container .tb-megadrop {
    top: 0 !important;
    min-height: 100%;
    max-height: 100% !important;
    padding: 0;
    box-shadow: none;
    overflow: hidden;
  }
  .tb-header-container .tb-megadrop .tb-megadrop__column {
    padding: 0;
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 0;
    overflow: auto;
  }
  .tb-header-container .tb-megadrop .tb-megadrop__column .tb-megadrop__column-headline {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .tb-header-container .tb-megadrop .tb--mobactive {
    height: 100%;
  }
  .tb-mainnavbar__back .tb-icon {
    margin-right: 5px;
    vertical-align: -2px;
  }
  .tb-mainnavbar__close .tb-icon {
    margin-left: 5px;
    vertical-align: -2px;
  }
  .tb-megadrop__item-wrapper {
    height: auto;
  }
  .tb-mainnavbar__item--has-children .tb-mainnavbar__link:after {
    position: absolute;
    content: "";
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat;
    display: inline-block;
    right: 24px;
    bottom: 50% !important;
    margin-bottom: -8px;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.25%205.98319L1.07915%2012L0.75%2011.4286L9.93338%205.98319L0.75%200.571429L1.07915%203.92512e-09L11.25%205.98319Z%22%20fill%3D%22%23393939%22%2F%3E%0A%3C%2Fsvg%3E") !important;
  }
  .tb-megadrop__item:after {
    width: 16px !important;
    height: 16px !important;
    background-size: cover;
  }
  x.tb-mainnavbar-wrapper {
    border-bottom: none;
  }
  .tb-language-dropdown-menu {
    display: block !important;
  }
}

.tb-mainnavbar__toggler .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  /* background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20%201.33333H0V0.25H20V1.33333ZM20%207.83333H0V8.91667H20V7.83333ZM20%2015.4167H0V16.5H20V15.4167Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E"); */
  background-image:url("../../../../../Foundation/Trelleborg/NewIcons/hamburger-menu.svg")
}

.tb-language-mobile .tb-language-overlay .tb-language-dropdown-menu li {
  list-style: none;
  border-bottom: 1px solid #DDDDDD;
}

.tb-language-mobile .tb-language-overlay .tb-language-dropdown-menu li .tb-topmenu-item {
  cursor: pointer;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-right: 20px;
  position: relative;
}

.mobile-language span {
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.mobile-language .tb-language-dropdown-menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1345;
  background: #FFFFFF;
}

.mobile-language .tb-language-dropdown-menu-mobile .tb-language-selector {
  height: 100%;
}

.mobile-language .tb-language-dropdown-menu-mobile .tb-language-overlay .tb-language-dropdown-menu {
  height: 100%;
  max-height: auto;
}

.mobile-language .tb-language-dropdown-menu-mobile span {
  color: #393939;
  line-height: 80px;
  font-size: 16px;
  padding: 0;
  position: relative;
  display: inline;
  width: 100%;
}

.mobile-language .tb-language-dropdown-menu-mobile .tb-megadrop__item {
  border-bottom: 1px solid #DDDDDD;
}

.mobile-language .tb-language-dropdown-menu-mobile .tb-megadrop__item a {
  text-decoration: none;
  color: #393939;
}

.mobile-language .tb-language-dropdown-menu-mobile .tb-megadrop__item a span {
  padding: 0;
  display: inline;
  line-height: 32px;
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .auto-search .tb-search-input {
    max-height: initial;
    padding-right: 48px;
    padding-left: 32px;
    height: 60px !important;
  }
  .auto-search .autocomplete-items {
    top: 60px !important;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-right .tb-cad-search-container {
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-right .tb-topmenu-searchinput-wrapper--active {
    max-height: initial !important;
  }
  .tb-header-container .tb-topmenu-searchbutton .tb-loader {
    margin-top: -13px !important;
    margin-left: -39px !important;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-searchbutton:before {
    top: 14px !important;
    right: 90px !important;
  }
  .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-searchinput-div .tb-search-input {
    width: 100% !important;
    height: 60px !important;
    padding-right: 120px;
    padding-left: 24px;
  }
  .tb-header-container .tb-topmenu-container .tb-topmenu-right .tb-topmenu-searchbutton span {
    position: absolute;
    right: 24px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 575.98px) {
  .tb-header-container .tb-topmenu-searchbutton .tb-loader {
    margin-top: -13px !important;
    margin-left: -18px !important;
  }
  .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-searchinput-div {
    width: 100% !important;
    height: 48px !important;
  }
  .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-searchinput-div .tb-search-input {
    padding-right: 70px !important;
  }
  .tb-header-container .tb-topmenu-container .container-fluid .tb-topmenu-right .tb-topmenu-searchbutton .tb-icon {
    top: 13px !important;
    width: 20px;
    height: 20px;
    right: 18px !important;
  }
  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tb-searchinput-div .tb-search-input {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .auto-search .tb-search-icon {
    width: 20px;
    height: 20px;
  }
}

.tb-icon-search {
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.16253%203.30579H7.7135V4.40771H7.16253C5.61983%204.40771%204.40771%205.61983%204.40771%207.16253V7.7135H3.30579V7.16253C3.30579%205.01377%205.01377%203.30579%207.16253%203.30579ZM20%2017.7961C20%2018.4022%2019.7796%2018.9532%2019.3388%2019.3388C18.8981%2019.7245%2018.3471%2020%2017.7961%2020C17.1901%2020%2016.6391%2019.7796%2016.2534%2019.3388L10.4132%2013.5537C9.42149%2014.0496%208.31956%2014.3251%207.16253%2014.3251C3.19559%2014.3251%200%2011.1295%200%207.16253C0%203.19559%203.19559%200%207.16253%200C11.1295%200%2014.3251%203.19559%2014.3251%207.16253C14.3251%208.31956%2014.0496%209.42149%2013.5537%2010.4132L19.3939%2016.2534C19.7796%2016.6942%2020%2017.2452%2020%2017.7961ZM13.2231%207.16253C13.2231%203.80165%2010.5234%201.10193%207.16253%201.10193C3.80165%201.10193%201.10193%203.80165%201.10193%207.16253C1.10193%2010.5234%203.80165%2013.2231%207.16253%2013.2231C10.5234%2013.2231%2013.2231%2010.5234%2013.2231%207.16253ZM18.8981%2017.7961C18.8981%2017.5207%2018.7879%2017.2452%2018.5675%2017.0248L12.9477%2011.405C12.5069%2012.011%2012.011%2012.5069%2011.405%2012.9477L17.0799%2018.6226C17.5207%2019.0634%2018.2369%2019.0634%2018.6226%2018.6226C18.7879%2018.4022%2018.8981%2018.1267%2018.8981%2017.7961Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A"); */
  background-image:url("../../../../../Foundation/Trelleborg/NewIcons/search.svg")
}

.tb-megadrop__column.tb-megadrop__column--active {
  background: #ffffff !important;
  height: 100% !important;
}

/* .tb-mainnavbar__itemwrapper .tb-mainnavbar__item.tb-mainnavbar__item--active > a {
  border-bottom: 2px solid #998242;
} */

.tb-megadrop .mCSB_draggerContainer .mCSB_dragger_bar {
  background: #393939 !important;
}

.tb-megadrop .mCSB_draggerContainer .mCSB_draggerRail {
  background: #F1F1F1;
}

.tb-display {
  display: block !important;
}

@media (min-width: 768px) {
  .auto-search {
    display: block !important;
  }
}

.tb-header-container .tb-topmenu-container .tb-topmenu-tabletsearch:hover:after {
  border-bottom: transparent;
}

@media (max-width: 768px) {
  .tb-mainnavbar__itemwrapper.tb--mobinactive .tb-mainnavbar__item {
    height: 0;
  }
}

/* Header v1 Variation */
.tb-mainnavbar-v1 .tb-megadrop__column .tb-megadrop__column-headline {
  background: #EAEAEA;
  padding: 16px;
  margin: 0 0 8px 0;
}

.tb-mainnavbar-v1 .tb-megadrop__column .tb-megadrop__column-headline span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
}

.tb-mainnavbar-v1 .tb-megadrop__column .tb-megadrop__column-headline:after {
  display: none;
}

.tb-mainnavbar-v1 .tb-megadrop__column .tb-megadrop__column-headline:hover {
  color: #393939 !important;
  text-decoration: none !important;
}

.tb-mainnavbar-v1 .tb-megadrop__column .tb-megadrop__column-headline:hover span {
  color: #998242;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .tb-mainnavbar-v1 .tb-megadrop {
    padding: 25px 20px;
  }
  .tb-mainnavbar-v1 .tb-megadrop .tb-megadrop__item,
  .tb-mainnavbar-v1 .tb-megadrop .tb-megadrop__item--has-children {
    padding-left: 16px;
  }
}



/* breakpoints */
.boxed {
  box-sizing: border-box;
  margin: 20px 0;
}

@media only screen and (min-width: 381px) and (max-width: 959px) {
  .boxed {
    padding: 10px;
  }
}

@media only screen and (max-width: 380px) {
  .boxed {
    padding: 10px;
  }
}

.boxed > div {
  max-width: 1024px;
  margin: 0 auto !important;
}

/* breakpoints */
.component-content-clearfix .component-content:after {
  content: "";
  display: table;
  clear: both;
}

.component-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.highlighted-top {
  background: #FFFFFF;
  border-top-width: 3px;
  border-top-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-top h1, .highlighted-top h2, .highlighted-top h3, .highlighted-top h4 {
  margin: 0 0 10px 0;
}

.highlighted-bottom {
  background: #FFFFFF;
  border-bottom-width: 3px;
  border-bottom-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-bottom h1, .highlighted-bottom h2, .highlighted-bottom h3, .highlighted-bottom h4 {
  margin: 0 0 10px 0;
}

.highlighted-left {
  background: #FFFFFF;
  border-left-width: 3px;
  border-left-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-left h1, .highlighted-left h2, .highlighted-left h3, .highlighted-left h4 {
  margin: 0 0 10px 0;
}

.highlighted-right {
  background: #FFFFFF;
  border-right-width: 3px;
  border-right-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-right h1, .highlighted-right h2, .highlighted-right h3, .highlighted-right h4 {
  margin: 0 0 10px 0;
}

.indent {
  margin: 0 40px;
}

.indent-top {
  margin-top: 20px;
}

.indent-bottom {
  margin-bottom: 20px;
}

/* breakpoints */
.link-button .button-default, .link-button .default {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  color: #747474;
  font-weight: bold;
}

.link-button .button-default:hover, .link-button .default:hover {
  color: #747474;
  background: #f7f7f7;
}

.link-button .button-success, .link-button .success {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #a0ce4e;
  color: #fff;
  font-weight: bold;
}

.link-button .button-success:hover, .link-button .success:hover {
  color: #fff;
  background: #92be43;
}

.link-button .button-warning, .link-button .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #bc4526;
  color: #fff;
  font-weight: bold;
}

.link-button .button-warning:hover, .link-button .warning:hover {
  color: #fff;
  background: #c34e30;
}

.promoted-box {
  border: none !important;
}

.position-left, .position-left * {
  text-align: left !important;
}

.position-right, .position-right * {
  text-align: right !important;
}

.position-center, .position-center * {
  text-align: center !important;
}

/* breakpoints */
.cover-background > .component-content, .fix-background > .component-content, .parallax-background > .component-content {
  background-repeat: no-repeat;
  background-size: cover;
}

.fix-background > .component-content {
  background-position: left top;
  background-attachment: fixed;
  min-height: 240px;
}

.parallax-background > .component-content {
  background-position: 50% 0;
  background-attachment: fixed;
  min-height: 240px;
}

@media only screen and (max-width: 786px) {
  .parallax-background > .component-content {
    background-attachment: scroll;
  }
}

.container-gray-background {
  background: #f7f7f7;
}

.container-clean-background {
  background: #FFFFFF;
}

.container-dark-background {
  background: #3d3d3d;
}

.container-color-background {
  background: #89C6CC;
}



.custom-carousel {
  position: relative;
  width: 100%;
}
.custom-carousel__viewport {
  width: calc(100vw - 5px);
  position: relative;
  margin-left: -50vw;
  left: 50%;
  height:90vh
}
a.carousel-banner-link-btn:hover {
    color: white !important;
}
.custom-carousel__container {
  /* backface-visibility: hidden; */
  display: flex;
  /* touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1); */
  width: 100%;
  height:100%
}
.custom-carousel__image-container{
  height:100%
}

.custom-carousel__slide {
      flex: 0 0 100%;
      position:relative
}
.custom-carousel__slide img{
  width:100%;
  height:100%;
object-fit:cover;
image-rendering: -webkit-optimize-contrast; /* For WebKit browsers */
    image-rendering: crisp-edges; /* For other browsers */
    position: relative;
    z-index: -1;
}

.custom-carousel__slide .exp-editor{
  width:auto;
}

.custom-carousel__controls {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.8rem;
  position:relative;
  float: right;
    top: -80px;
    right: 5px;
    align-items: center;
}
.custom-carousel__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.custom-carousel__button {
  -webkit-tap-highlight-color: rgba(230, 230, 230, 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem #FFF;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-carousel__button:disabled {
  color: rgb(101, 101, 101);
}
.custom-carousel__button__svg {
  width: 35%;
  height: 35%;
}
.custom-carousel__progress {
  border-radius: 1.8rem;
  /* box-shadow: inset 0 0 0 0.2rem rgb(234, 234, 234); */
  background-color: #E0E0E0;
  position: relative;
  height: 0.3rem;
  justify-self: flex-end;
  align-self: center;
  width: 15rem;
  max-width: 90%;
  overflow: hidden;
  opacity: 0.5;
}
.custom-carousel__progress__bar {
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
}

.custom-carousel__play {
  cursor: pointer;
}
.custom-carousel__content-container{
  display: flex;
width: 772px;
padding: 32px;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
gap: 40px;
border-radius: 8px;
background: rgba(0, 0, 0, 0.50);
color: #FFF;
font-family: "Libre Franklin";
position: absolute;
  bottom: 10%;
  left:10%;
}

.carousel-banner-title{
  font-size: 44px;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  letter-spacing: 0px;
}
.carousel-banner-description{
  
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.custom-carousel__button-container a{
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 4px;
  border-radius:4px;
border: 1px solid #FFF;
font-size: 16px;
font-weight: 600;
line-height: 24px; /* 150% */
cursor: pointer;
text-decoration:none;
color:white
}
.carousel-slide-count{
  font-family: "Libre Franklin";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
  color:#FFFFFF;
  align-items:center
}
.custom-carousel__video-container{
  width: calc(100vw - 5px);
  margin-left: -50vw;
  left: 50%;
  position:relative
}
.custom-carousel.video video{
  width:100%;
  position: relative;
  z-index:-1
}

.custom-carousel.video .custom-carousel__content-container{
  display: flex;
    width: 772px;
    padding: 32px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.50);
    color: #FFF;
    font-family: "Libre Franklin";
    position: absolute;
    bottom: 30%;
    left: 0%;
}
@media only screen and (max-width:500px){
  
  .custom-carousel__viewport{
    max-height: 661px;
    object-fit: cover;
  }
  .custom-carousel.video video{
    height: 102vh;
    object-fit: cover;
  }
  .custom-carousel__content-container,.custom-carousel.video .custom-carousel__content-container{
    width: 100%;
    position: absolute;
    bottom:0;
    gap:24px;
    left:0;
  }
  .carousel-banner-title{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: revert;
  }
  .carousel-banner-description{
    font-size:14px;
    padding-top: 20px;
  }
  .custom-carousel__button-container a{
    font-size: 14px;
    line-height:20px;
    padding:12px
  }
  .custom-carousel__controls{
    top:0px;
    right:0px;
    float:none
  }
  .custom-carousel__buttons > button{
    margin-bottom:0px !important
  }
}

@media (min-width:501px) and (max-width:768px){
  .custom-carousel.video{
    height:100vh
  }
  .custom-carousel__content-container,.custom-carousel.video .custom-carousel__content-container{
    left:0%;
    width:auto;
    position: absolute;
    bottom:0;
    gap:24px
  }
  .custom-carousel.video video{
    height:100vh;
    object-fit: cover;
  }
  
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
  .custom-carousel.video .custom-carousel__content-container{
    bottom:5%;
	padding: 16px;

  }
  .tb-header-container .tb-mainnavbar__item .tb-mainnavbar__link
  {
		font-size:6px;  
  }
  	  .tb-header-container .navbar-expand-md .navbar-nav .tb-megadrop--active {
	  top:52px !important;
  } 

  }



