﻿@font-face {
  font-family: "AvenirLT-Medium";
  src: url("fonts/AvenirLT-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirLT-Medium.woff") format("woff"), url("fonts/AvenirLT-Medium.ttf") format("truetype"), url("fonts/AvenirLT-Medium.svg#AvenirLT-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLT-Black";
  src: url("fonts/AvenirLT-Black.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirLT-Black.woff") format("woff"), url("fonts/AvenirLT-Black.ttf") format("truetype"), url("fonts/AvenirLT-Black.svg#AvenirLT-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
.oldNav, .logo, #user2.oldNav {
  display: none;
}

.newNav {
  background: white;
}

.navbar-toggler {
  display: none;
}

body {
  background-color: #FFFFFF;
  line-height: 1.4em;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Roboto", sans-serif;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

.red {
  color: #BC4932;
}

.blue {
  color: #580023;
}

.green {
  color: green;
}

.show {
  display: normal;
}

.hide {
  display: none;
}

#news-search {
  display: none;
}

.container-fluid {
  overflow: visible;
  overflow-x: initial;
  overflow-y: visible;
}

.container, .container-fluid {
  clear: both;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  padding-top: 2px;
}
.container.nav-container, .container-fluid.nav-container {
  padding-inline: 8px 5px;
}
.container.header, .container-fluid.header {
  padding-inline: 6px;
}
.container .row .tab, .container-fluid .row .tab {
  max-width: inherit;
  flex-wrap: inherit;
}
.container .row > div, .container-fluid .row > div {
  margin-bottom: 4px;
}
.container .row .tab, .container-fluid .row .tab {
  display: inherit;
  clear: both;
}
.container .row .tab2, .container-fluid .row .tab2 {
  display: none;
}
.container .inner-container .flex-container, .container-fluid .inner-container .flex-container {
  flex-grow: 1;
  position: relative;
}

header {
  width: 100%;
}
header .main-logo {
  width: 100%;
  border: solid 0px blue;
  margin: 10px 0 0 0;
}

.nav-container {
  height: 60px;
}

nav.oldNav {
  position: relative;
}

.nav_button {
  display: inline-block;
  width: 35px;
  height: 40px;
  margin-top: 10px;
  cursor: pointer;
}
.nav_button svg {
  width: 40px;
}
.nav_button .user {
  fill: #606161;
}
.nav_button .translate {
  position: relative;
}
.nav_button .world {
  width: 34px;
  stroke: #606161;
  margin-top: 3px;
}
.nav_button .search path {
  fill: #606161;
}
@media screen and (max-width: 370px) {
  .nav_button {
    width: 35px;
    height: 35px;
  }
  .nav_button svg {
    width: 35px;
  }
  .nav_button .world {
    width: 30px;
    margin-top: 3px;
  }
}

.nav_heading {
  width: 40%;
  margin: 0 5px;
  flex-grow: 1;
  padding-top: 2px;
}
.nav_heading h1 a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.nav_heading h1 a img {
  margin-inline: auto;
}

#google_translate_element_new {
  z-index: 0;
  position: relative;
  opacity: 0;
  border: solid red 1px;
  margin-left: -53px;
  margin-top: -40px;
  padding-top: 0px;
}
#google_translate_element_new select {
  width: 100px;
  cursor: pointer;
}

#txtSearch {
  position: absolute;
  top: -5px;
  right: 5px;
  border: solid 1px #580023;
  display: none;
  font-size: 80%;
  padding-left: 5px;
  font-style: italic;
  width: 130px;
}
#txtSearch::placeholder {
  color: #ccc;
}

#basketIcon img {
  margin-top: 8px;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

#nav {
  margin-bottom: 0;
  padding-left: 3px;
}
#nav ul {
  display: flex;
  margin-right: 20px;
}
#nav ul li {
  font-family: "AvenirLT-Black";
}
#nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited, #nav ul li a:hover {
  color: #580023;
  text-transform: uppercase;
  padding: 4px 6px;
  line-height: 23px;
  text-decoration: none;
  font-size: 11px;
}
#nav ul li a.active, #nav ul li a:link.active, #nav ul li a:active.active, #nav ul li a:visited.active, #nav ul li a:hover.active {
  border-bottom: 2px solid #580023;
}
#nav ul li a:hover {
  border-bottom: 2px solid #CC6B48;
}

#fade {
  height: 20px;
  background-image: url("images/fade.png?1");
  background-size: 1px 100%;
  background-repeat: repeat-x;
  position: relative;
}

h2 {
  display: inline-block;
  background-color: #580023;
  color: white;
  text-transform: uppercase;
  font-size: 100%;
  padding: 4px 5px;
  text-align: center;
  width: 6rem;
}
h2.selected {
  cursor: pointer;
}
h2.unselected {
  background-color: #CC6B48;
  cursor: pointer;
}
h2.unselected:hover {
  background-color: #580023;
}

.category {
  display: inline-block;
  padding: 5px;
  background-color: #580023;
  color: white;
  text-transform: uppercase;
  font-size: 80%;
  padding: 3px 6px;
  margin-bottom: 4px;
  width: 6rem;
  text-align: center;
  font-weight: bold;
  font-family: "AvenirLT-Black";
}

.headline-bar, .headline-panel {
  position: relative;
  font-size: 80%;
}
.headline-bar .title, .headline-panel .title {
  display: flex;
}
.headline-bar a, .headline-bar a:link, .headline-bar a:active, .headline-bar a:visited, .headline-bar a:hover, .headline-panel a, .headline-panel a:link, .headline-panel a:active, .headline-panel a:visited, .headline-panel a:hover {
  font-weight: bold;
  cursor: pointer;
}
.headline-bar .headlineTitleText, .headline-panel .headlineTitleText {
  display: inline-block;
  padding-left: 0.4rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80%;
  color: #580023;
}

.headline-panel .title-underline, .headline-bar .title-underline {
  position: absolute;
  top: 22px;
  left: -9px;
  width: 100%;
  border-bottom: solid 3px #580023;
}

.headline-bar {
  margin-bottom: 1rem;
}
.headline-bar .title h2 {
  margin-bottom: 0;
  height: 22px;
  font-weight: bold;
  width: 6rem;
  padding: 2px 0;
}
.headline-bar .title a {
  line-height: 18px;
  cursor: pointer;
  color: #BC4932;
  padding: 0px 8px;
}

.headline-panel {
  display: flex;
  margin-right: -9px;
  font-weight: bold;
  /* Red & Blue buttons - icons */
  /* .signin {
      background-color: $orange;
      background-image: url('/content/images/login_icon.png');
      background-size: 10px;
      background-position-x: 95%;
      background-position-y: 0.3rem;
      background-repeat: no-repeat;

      &.out {
          background-position-x: 96%;
          background-image: url('/content/images/back_icon.png');
      }

      .logout {
          height: 100%;
          width: 35px;
          cursor: pointer;
          position: absolute;
          top: 0;
          right: 0;
      }
  }

  .language {
      background-color: $dred;
      background-image: url('/content/images/language_icon.png');
      background-size: 10px;
      background-position-x: 95%;
      background-position-y: 0.3rem;
      background-repeat: no-repeat;
  }*/
}
.headline-panel .title {
  padding: 0;
  margin-bottom: 5px;
  background-color: #fff;
  margin-left: -9px;
  margin-right: 10px;
}
.headline-panel .title h2 {
  margin-bottom: 0;
  height: 23px;
  line-height: 1rem;
  font-weight: bold;
}
.headline-panel .title ul.links {
  padding: 0;
  margin: 0;
  margin-top: 3px;
  margin-right: 5px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.headline-panel .title ul.links li {
  font-size: 90%;
  line-height: 18px;
  cursor: pointer;
  color: #BC4932 !important;
}
.headline-panel .title ul.links li a {
  padding: 0px 6px;
  color: #BC4932 !important;
  margin-top: 3px;
}
.headline-panel .title ul.links li a:hover {
  text-decoration: underline;
}
.headline-panel .buttons {
  width: 40%;
  font-size: 90%;
}
.headline-panel .buttons .button {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding: 1px 6px;
  height: 21px;
  margin-bottom: 5px;
}
.headline-panel .buttons .button .label {
  position: absolute;
  left: 6px;
  top: 1px;
}
.headline-panel .buttons a, .headline-panel .buttons a:link, .headline-panel .buttons a:active, .headline-panel .buttons a:visited, .headline-panel .buttons a:hover {
  color: #fff;
}

.register-button {
  display: inline-block;
  background-color: #BC4932 !important;
}

.sponsor-container {
  margin: 0 -9px;
}
.sponsor-container .col-lg {
  margin-bottom: 0;
}

.news-browse ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.news-browse ul li {
  margin: 0;
  display: inline;
}
.news-browse ul li a, .news-browse ul li a:link, .news-browse ul li a:active, .news-browse ul li a:visited, .news-browse ul li a:hover {
  font-weight: bold;
  color: #BC4932;
  line-height: 2rem;
  padding-right: 0.5rem;
}
.news-browse ul li a.selected, .news-browse ul li a:link.selected, .news-browse ul li a:active.selected, .news-browse ul li a:visited.selected, .news-browse ul li a:hover.selected {
  color: #580023;
}

.news-list, .feature-list {
  font-size: 90%;
}

.article-list .searchTitle {
  margin-bottom: 0.5em;
}
.article-list .browseAll {
  margin-top: 1em;
}
.article-list .paging {
  margin-top: 1em;
}
.article-list .paging .pageLink {
  border: 1px solid #580023;
  color: #580023;
  padding: 1px 3px;
  margin-right: 1px;
  margin-bottom: 2px;
  display: inline-block;
  cursor: pointer;
  min-width: 24px;
  text-align: center;
}
.article-list .paging .pageLink:hover {
  color: #fff;
  background-color: #BC4932;
}
.article-list .paging .pageLink.selected {
  color: #fff;
  background-color: #CC6B48;
  cursor: default;
}

.news-list-date {
  clear: both;
  line-height: 2rem;
  color: #BC4932;
  font-weight: bold;
}

.news-list-link {
  clear: both;
  margin-bottom: 0.5em;
}
.news-list-link .date {
  margin-top: 0.5rem;
  line-height: 2rem;
  color: #BC4932;
  font-weight: bold;
}
.news-list-link a, .news-list-link a:link, .news-list-link a:active, .news-list-link a:visited, .news-list-link a:hover {
  color: #580023;
  line-height: 1.4rem;
  font-weight: bold;
}
.news-list-link .flag {
  margin-right: 5px;
}
.news-list-link .news-list-image {
  height: 4em;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.news-list-link .free {
  display: inline-block;
}
.news-list-link .free .free-img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.news-list-link .free .free-img {
  margin: -2px 0 0 0px;
}
.news-list-link.showImage *, .news-list-link.showImage a {
  vertical-align: top;
  line-height: 1.2em;
}
.news-list-link.showImage .free .free-img {
  margin: 0 0 0 0px;
}

#archiveSearch {
  padding: 1em;
}
#archiveSearch input {
  font-size: 80%;
  padding-left: 5px;
  font-style: italic;
}
#archiveSearch input::placeholder {
  color: #aaa;
}
#archiveSearch img {
  margin-top: -2px;
  margin-left: 3px;
  height: 22px;
  width: 22px;
  cursor: pointer;
}

.archiveTab, .ezine-items {
  margin: 0 15px;
}

.archive-items .items .item img, .archive-items .items .item a {
  float: left;
}

.ezine-items, .blog-items, .archive-items {
  font-size: 90%;
  position: relative;
}
.ezine-items .items .item, .blog-items .items .item, .archive-items .items .item {
  display: block;
  margin-bottom: 1em;
}
.ezine-items .items .item a, .ezine-items .items .item a:link, .ezine-items .items .item a:active, .ezine-items .items .item a:visited, .ezine-items .items .item a:hover, .blog-items .items .item a, .blog-items .items .item a:link, .blog-items .items .item a:active, .blog-items .items .item a:visited, .blog-items .items .item a:hover, .archive-items .items .item a, .archive-items .items .item a:link, .archive-items .items .item a:active, .archive-items .items .item a:visited, .archive-items .items .item a:hover {
  display: block;
  line-height: 1.4rem;
  font-weight: bold;
}
.ezine-items .items .item > span a, .blog-items .items .item > span a, .archive-items .items .item > span a {
  position: relative;
}
.ezine-items .items .item .folder-name, .blog-items .items .item .folder-name, .archive-items .items .item .folder-name {
  color: Green;
  margin-bottom: 0.5rem;
}
.ezine-items .items .item .date, .blog-items .items .item .date, .archive-items .items .item .date {
  font-size: 80%;
  color: #BC4932;
}
.ezine-items .items .item .body, .blog-items .items .item .body, .archive-items .items .item .body {
  font-size: 80%;
  line-height: 1.3em;
}
.ezine-items .paging .prev, .blog-items .paging .prev, .archive-items .paging .prev {
  margin-right: 5px;
}
.ezine-items .paging a, .blog-items .paging a, .archive-items .paging a {
  font-weight: bold;
  cursor: pointer;
}
.ezine-items .paging a:hover, .blog-items .paging a:hover, .archive-items .paging a:hover {
  text-decoration: underline;
}

.ezine-items .paging {
  margin: 1em 0 2em;
}

.ezine-items .paging {
  margin: 1em 0;
}

.blog-items, .archive-items {
  padding-right: 1em;
}

h4 {
  font-family: "Roboto";
}

.content-panel h3 {
  font-family: "Roboto";
  color: #580023;
  margin: 0.5rem 0 1rem 0;
  font-weight: bold;
  font-size: 170%;
}
.content-panel .article {
  text-indent: 0em;
}
.content-panel .article .free-img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.content-panel .article .free-img {
  margin: -1px 0 0 0px;
}
.content-panel .article .read-icon {
  margin-top: 1px;
}
.content-panel .article .listen-icon {
  margin-left: 1px;
}
.content-panel .article .section-image {
  border: solid 0px red;
  overflow: visible;
  background-repeat: no-repeat;
  padding-top: 64%;
  background-size: cover;
}
.content-panel .article img {
  width: 100%;
}
.content-panel .article h3 {
  font-family: "Roboto";
  color: #580023;
  font-size: 120%;
  margin: 0.5rem 0 0.5rem 0;
}
.content-panel .article h3 a {
  color: #580023;
  font-weight: bold;
}
.content-panel .article p {
  font-size: 0.8rem;
}
.content-panel .story-row {
  min-height: 501px;
}
.content-panel .story {
  font-size: 90%;
}
.content-panel .story .article-heading {
  display: flex;
  justify-content: space-between;
}
.content-panel .story .article-heading .date {
  color: #BC4932;
  font-size: 120%;
  margin-top: 10px;
}
.content-panel .story h3, .content-panel .story h4 {
  color: #580023;
  font-family: "Roboto";
}
.content-panel .story h3 {
  margin: 0.4rem 5px 1rem 0;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5rem;
}
.content-panel .story h3.story-header {
  font-size: 170%;
}
.content-panel .story h4, .content-panel .story h5 {
  margin: 0.5rem 0 1rem 0;
  font-size: 110%;
  line-height: 1.4rem;
  font-weight: bold;
}
.content-panel .story img.main-image {
  width: 50%;
  float: left;
  margin-right: 0.8rem;
}
.content-panel .story.sponsored .article-heading {
  display: none;
}
.content-panel .story.sponsored .main-image {
  width: 100%;
  margin: 1em 0 2em 0;
}
.content-panel .story.sponsored h3 {
  margin-bottom: 1em;
}
.content-panel .story.sponsored .feature-image {
  margin-bottom: 1em;
}
.content-panel .story.sponsored .caption {
  color: #fff;
  background-color: #580023;
  position: relative;
  height: 4rem;
}
.content-panel .story.sponsored .caption p {
  margin: 0;
  position: absolute;
  top: 50%;
  padding: 0 1.5em;
  transform: translate(0, -50%);
  font-size: 80%;
  line-height: 1.5em;
}
.content-panel .share-links {
  font-size: 80%;
  margin-bottom: 1rem !important;
}
.content-panel .share-links .label {
  display: inline-block;
  margin-right: 0.6rem;
  padding-top: 3px;
}
.content-panel .share-links span, .content-panel .share-links a, .content-panel .share-links div, .content-panel .share-links img {
  float: left;
}
.content-panel .share-links img {
  height: 25px;
  margin-right: 0.5rem;
}
.content-panel .related {
  width: 100%;
}
.content-panel .related h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
  color: #BC4932;
  font-size: 100%;
  font-weight: bold;
}
.content-panel .related .a, .content-panel .related a:link, .content-panel .related a:active, .content-panel .related a:visited, .content-panel .related a.active, .content-panel .related a:hover {
  font-size: 100%;
  font-weight: bold;
  color: #580023;
  font-family: "Roboto";
}
.content-panel .disclaimer {
  margin-top: 1rem;
  font-size: 80%;
}
.content-panel .disclaimer p {
  margin: 0.5rem 0;
}
.content-panel .links a, .content-panel .links a:link, .content-panel .links a:active, .content-panel .links a:visited, .content-panel .links a.active, .content-panel .links a:hover {
  font-size: 90%;
  font-weight: bold;
  color: #580023;
  font-family: "Roboto";
  margin: 0.5rem 0;
}
.content-panel .links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 400px;
  margin-top: 0.5rem;
}
.content-panel .links ul.spaced {
  justify-content: space-between;
}
.content-panel .links ul li {
  padding: 0;
  line-height: 1.2em !important;
}
.content-panel .links ul li img.introImg {
  margin-right: 0.8rem;
  margin-left: -5px;
  width: 100px;
  height: 67px;
  min-width: 100px;
  min-height: 67px;
  margin-bottom: 1.5rem;
}
.content-panel .links ul li p {
  font-size: 80%;
  line-height: 1rem;
  margin-bottom: 0em;
}
.content-panel .links ul li .free-img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.content-panel .links ul li .free-img {
  margin: 0px 1px 0 0px;
}
.content-panel .links ul li .read-icon {
  margin-top: 1px;
}
.content-panel .links ul.noheadlinebar li img.introImg {
  margin-bottom: 1rem;
}
.content-panel h1 {
  line-height: 1.2rem;
}

.feature-section {
  padding-top: 1rem;
}
.feature-section .links ul {
  height: 435px;
  margin-left: 5px;
}
.feature-section .links ul.hasIntros {
  margin-left: 0.5rem;
  line-height: 1rem;
}
.feature-section .links ul li {
  display: flex;
}
.feature-section .links ul li > div {
  display: inline-block;
}
.feature-section .links ul li a, .feature-section .links ul li a:link, .feature-section .links ul li a:active, .feature-section .links ul li a:visited, .feature-section .links ul li a.active, .feature-section .links ul li a:hover {
  padding-top: 3px;
  font-size: 90%;
  line-height: 1.2rem;
  display: inline-block;
}
.feature-section .links ul li.hasIntro a {
  padding-top: 0;
  margin-top: 2px;
  font-size: 90%;
  margin-bottom: 3px;
  line-height: 1rem;
  position: relative;
  display: inline;
}
.feature-section .links ul li .intro {
  clear: both;
  font-size: 80%;
  line-height: 1.3em;
  overflow: hidden;
  display: inline-block;
}
.feature-section .links ul li .tab:not(:first-child) {
  display: none;
}
.feature-section .archiveTab {
  position: relative;
  min-height: 366px;
}

#loadingPanel, .loadingpanel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#loadingPanel table, .loadingpanel table {
  width: 100%;
  height: 100%;
}
#loadingPanel table td, .loadingpanel table td {
  vertical-align: middle;
  text-align: center;
}

.articleLink {
  margin: 0.3rem 0;
  display: flex;
  justify-content: space-between;
}
.articleLink .date {
  padding-left: 8px;
  color: #BC4932;
  font-size: 90%;
}

.text-content {
  line-height: 1.8rem;
  min-height: 400px;
}

.block-panel {
  position: relative;
  padding-top: 20px;
  font-size: 95%;
}
.block-panel h2 {
  background-color: transparent;
  font-size: 1.6rem;
  border-bottom: solid 4px #580023;
  padding: 0;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-family: "AvenirLT-Medium";
}
.block-panel .blocks {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.block-panel .blocks .block {
  width: 32%;
  flex-grow: 0;
  margin-bottom: 1rem;
}
.block-panel .blocks .block img {
  width: 100%;
}
.block-panel .blocks .block h3 {
  font-size: 0.7rem;
  color: #fff;
  margin: 0.5rem;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
.block-panel .blocks .block h3 a, .block-panel .blocks .block h3 a:link, .block-panel .blocks .block h3 a:active, .block-panel .blocks .block h3 a:visited, .block-panel .blocks .block h3 a:hover {
  color: #fff;
}
.block-panel.latestwsa {
  background-color: #CC6B48;
}
.block-panel.latestwsa .block {
  background-color: #D67B55;
}
.block-panel.highlights {
  background-color: #858599;
}
.block-panel.highlights .block {
  background-color: #6C6A83;
}
.block-panel.jobboard {
  background-color: #C88987;
}
.block-panel.jobboard .block {
  background-color: #D29D99;
}
.block-panel.jobboard h2 {
  border-bottom-color: #fff;
}
.block-panel.sistertitles {
  background-color: #CC6B48;
}
.block-panel.sistertitles .category {
  font-size: 10px;
  letter-spacing: 0px;
}
.block-panel.sistertitles .block {
  background-color: #D67B55;
}
.block-panel.sistertitles h2 {
  border-bottom-color: #fff;
}

.news {
  cursor: pointer;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
  color: #fff;
  border: solid 6px white;
  text-shadow: 0 1px 0 black;
}
.news .text {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 1rem 1rem 1rem;
}
.news.news-lg {
  height: 380px;
  margin-bottom: 0 !important;
}
.news.news-lg h3 {
  font-size: 1.2rem;
}
.news.news-md {
  height: 228px;
  border-top-width: 0;
}
.news.news-md h3 {
  font-size: 120%;
  line-height: 1.2rem;
}
.news.news-md .text {
  padding-top: 1.8rem;
}
.news.news-md:first-of-type {
  border-right: solid 5px white;
}
.news.news-md:last-of-type {
  border-left: solid 5px white;
}
.news h3 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}

/* Tecnical Archive */
.clear {
  clear: both;
}

.archiveCategories {
  max-width: 1000px;
  border: solid 0px red;
}
.archiveCategories .buttonlistcontainer {
  margin: 0;
}
.archiveCategories ul.buttonlist {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 0 0.5em;
}
.archiveCategories ul.buttonlist li {
  flex: 0 1 38%;
  list-style: none;
}
.archiveCategories ul.buttonlist li a {
  display: block;
  margin: 0 15px 10px 0;
}
.archiveCategories ul.buttonlist li a img {
  width: 220px;
}
.archiveCategories ul.buttonlist li:last-child {
  clear: both;
}
.archiveCategories .search {
  padding: 10px;
}

.archiveTab ul.buttonlist li {
  flex: 0 1 38%;
}

/*WSA Digital (ezines)*/
.wsa-cover-image {
  width: 200px;
  height: 283px;
  margin: 0 1rem 1rem 0;
}

.magazine-text {
  line-height: 1.4rem;
}

.ezine-year {
  float: left;
  margin-bottom: 1rem;
  margin-right: 5px;
}
.ezine-year h4 {
  margin: 0 0 0.5em 0.2em;
  font-weight: bold;
}

.ezine-button {
  height: 45px;
  padding-left: 41px;
  padding-top: 5px;
  width: 185px;
  font-size: 75%;
  color: #fff;
  display: block;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  font-weight: bold;
  background-size: 215px 35px;
  background-repeat: no-repeat;
}

.ezine-button.live {
  background-image: url("/images/ezine_unlocked.png");
}

.ezine-button.locked {
  background-image: url("/images/ezine_locked.png");
}

.ezine-button a:link, .ezine-button a:visited {
  color: #fff;
  text-decoration: none;
}

.form {
  width: 100%;
  /* Form controls */
  /*Regsiter page*/
  /*buttons*/
}
.form input, .form select {
  margin-bottom: 0.8rem;
  padding: 4px 12px;
  font-weight: bold;
}
.form label {
  display: inline-block;
  margin-top: 10px;
  float: left;
}
.form .form-control {
  border: solid 1px #580023;
  border-radius: 0;
  width: 100%;
  font-size: 90%;
}
.form .form-control::-webkit-input-placeholder { /* Edge */
  text-transform: uppercase;
  color: #AAA;
}
.form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase;
  color: #AAA;
}
.form .form-control::placeholder {
  text-transform: uppercase;
  color: #AAA;
}
.form .form-control-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.form.register .register-section1 {
  display: flex;
}
.form.register .register-section1 .register-title {
  width: 100px;
  margin-right: 0.7em;
}
.form.register .register-section1 .register-title input {
  text-align: center;
}
.form.register .register-section1 .register-names {
  width: 100%;
}
.form.register .register-section2 {
  display: flex;
}
.form.register .register-section2 .register-address {
  margin-right: 0.7em;
  width: 80%;
}
.form.register .register-section2 .country-placeholder {
  padding-left: 0.5em;
}
.form.register .register-section3 {
  display: flex;
  justify-content: space-between;
}
.form.register .register-section3 .password, .form.register .register-section3 .verify-password {
  width: 100%;
}
.form.register .register-section3 .password {
  margin-right: 0.7em;
}
.form .buttons {
  width: 100%;
  /* Red & Blue buttons - icons */
}
.form .buttons .button {
  width: 100%;
  text-align: left;
  border-style: none;
  border-width: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 14px;
  margin-bottom: 0.5rem;
  font-size: 80%;
  font-weight: bold;
}
.form .buttons .button .label {
  position: absolute;
  left: 10px;
  top: 1px;
}
.form .buttons a, .form .buttons a:link, .form .buttons a:active, .form .buttons a:visited, .form .buttons a:hover {
  color: #fff;
}
.form .buttons .signin {
  background-color: #580023;
  background-image: url("/content/images/login_icon.png");
  background-size: 15px;
  background-position-x: 97%;
  background-position-y: 0.55rem;
  background-repeat: no-repeat;
}
.form .buttons .upgrade {
  background-color: #BC4932;
  background-image: url("/content/images/premium_icon.png");
  background-size: 15px;
  background-position-x: 97%;
  background-position-y: 0.55rem;
  background-repeat: no-repeat;
}
.form .checks {
  width: 100%;
  display: flex;
}
.form .checks .forgotpassword {
  margin-top: 12px;
  width: 50%;
  font-weight: bold;
}
.form .checks .forgotpassword img {
  margin-top: -2px;
  margin-right: 3px;
}
.form .checks .forgotpassword a {
  color: #BC4932;
}
.form .checks .forgotpassword > div {
  display: inline-block;
}
.form .checks .checkbox {
  line-height: 1.3em;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.form .checks .checkbox .ccontainer {
  width: 150px !important;
  display: inline-block;
  position: relative;
  padding-top: 4px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
}
.form .checks .checkbox .ccontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form .checks .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 27px;
  border: 2px solid #580023;
}
.form .checks .checkbox .ccontainer input:checked ~ .checkmark {
  background-color: #580023;
  background-image: url("/content/images/remember_icon.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 4px 3px;
}
.form .checks .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form .checks .checkbox .ccontainer input:checked ~ .checkmark:after {
  display: block;
}
.country-placeholder {
  padding: 0;
  padding-left: 0.5em;
  color: #AAA;
  text-transform: uppercase;
}

.accountSection {
  width: 100%;
  border: 2px solid #BC4932;
  min-height: 125px;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.accountSection a {
  color: #BC4932 !important;
  cursor: pointer;
  font-weight: bold;
}
.accountSection a:hover {
  text-decoration: underline !important;
}
.accountSection h2 {
  width: 175px;
  margin-top: 0 !important;
  background-color: #BC4932;
  padding-top: 3px;
}
.accountSection .iconContainer {
  border: 0px solid red;
  height: 100%;
}
.accountSection .iconContainer .listIconImage {
  width: 48px;
  height: 48px;
  margin-right: 1em;
  float: left;
}
.accountSection .content {
  padding: 1em 1em 0 1em;
  display: flex;
}
.accountSection .content .account-usermailinglists {
  position: relative;
  width: 0;
  flex-grow: 1;
  padding-right: 2em;
}
.accountSection .content .account-usermailinglists .loadingpanel {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.accountSection .content .account-usermailinglists .loadingpanel table, .accountSection .content .account-usermailinglists .loadingpanel td {
  width: 100%;
}

.shop-section {
  position: relative;
  padding: 4px;
  border: 1px solid #580023;
  min-height: 109px;
  font-family: "AvenirLT-Black";
  padding-right: 5px;
  margin-bottom: 1rem;
  font-size: 80%;
}
.shop-section > img {
  float: left;
  width: 70px;
  height: 100px;
  margin-right: 12px;
}
.shop-section .price {
  position: absolute;
  top: 0;
  right: 2px;
  padding: 2px;
  font-weight: bold;
  font-size: 90%;
}
.shop-section > h4, .shop-section > h5 {
  font-family: AvenirLT-Black;
  margin: 20px 0 5px 0;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
}
.shop-section .description {
  text-transform: uppercase;
  line-height: 1.5em;
  font-family: AvenirLT-Medium;
  font-size: 90%;
  display: block;
  margin-bottom: 2rem;
}
.shop-section .buy-button {
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
}
.shop-section .buy-button a, .shop-section .buy-button a:link, .shop-section .buy-button a:visited, .shop-section .buy-button a:hover {
  display: block;
  background-color: #580023;
  padding: 3px;
  width: 110px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.shop-section.gold {
  color: #B56C1C !important;
  border-color: #B56C1C;
}
.shop-section.gold .buy-button a, .shop-section.gold .buy-button a:link, .shop-section.gold .buy-button a:visited {
  background-color: #B56C1C;
}
.shop-section.charcoal {
  color: #231F20 !important;
  border-color: #231F20;
}
.shop-section.charcoal .buy-button a, .shop-section.charcoal .buy-button a:link, .shop-section.charcoal .buy-button a:visited {
  background-color: #231F20;
}

.shop .basket-section {
  position: relative;
  padding: 10px 0 0 10px;
  border: 1px solid #580023;
  width: calc(100% - 10px);
  font-family: "AvenirLT-Black";
  margin-bottom: 0.5rem;
}
.shop .basket {
  width: 100%;
}
.shop .basket th, .shop .basket td {
  padding: 0 0 0.5em 0;
}
.shop .basket .qtyBtn {
  cursor: pointer;
  border: solid 1px #ccc;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
}
.shop .basket .qty {
  border: solid 1px #ccc;
  border-left-width: 0;
  border-right-width: 0;
  display: inline-block;
  height: 25px;
  padding: 0 7px;
}
.shop .basket .remove {
  text-align: center;
  width: 50px;
  font-size: 80%;
  color: #580023;
  cursor: pointer;
}
.shop .basket .remove img {
  width: 22px;
  height: 20px;
}
.shop .basket .remove:hover {
  text-decoration: underline;
}
.shop .basket .value {
  text-align: right;
}
.shop .basket .voucher-row {
  background-color: rgba(188, 73, 50, 0.2);
}
.shop .basket .voucher-row td:first-of-type {
  padding-left: 3px;
}
.shop .basket .voucher-row td:last-of-type {
  background-color: rgb(255, 255, 255);
}
.shop .basket .removeVoucher {
  cursor: pointer;
}
.shop .buttons {
  width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
}
.shop .buttons .button {
  width: 49.2%;
  text-align: left;
  border-style: none;
  border-width: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 14px;
  margin-bottom: 0.5rem;
  font-size: 80%;
  font-weight: bold;
  background-repeat: no-repeat;
}
.shop .buttons .backtoshop {
  background-color: #580023;
  background-image: url("/content/images/back_icon.png");
  background-size: 10px;
  background-position-x: 97%;
  background-position-y: 0.55rem;
}
.shop .buttons .proceed {
  background-color: #BC4932;
  background-image: url("/content/images/trolley_icon.png");
  background-size: 10px;
  background-position-x: 97%;
  background-position-y: 0.55rem;
}
.shop .buttons .proceed:hover, .shop .buttons .proceed:active {
  text-decoration: underline;
}
.shop .checkout {
  width: 100%;
}
.shop .total-row td {
  padding: 0.5em 0;
}

.user-details {
  width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
}
.user-details .address-section {
  width: 49.2%;
}

.uppercase {
  text-transform: uppercase;
}

.address {
  min-height: 260px;
  position: relative;
  width: 100%;
  font-weight: normal;
  font-family: AvenirLT-Medium;
}
.address .addressHeading {
  margin-bottom: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.address .form {
  display: none;
  padding-right: 10px;
  padding-bottom: 2em;
}
.address .form input, .address .form select {
  margin-bottom: 0.4rem;
}
.address .form select {
  padding-left: 8px;
}
.address .form .form-control {
  border: solid 1px #BC4932;
}
.address .form .form-control::-webkit-input-placeholder { /* Edge */
  text-transform: uppercase;
  color: #AAA;
}
.address .form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase;
  color: #AAA;
}
.address .form .form-control::placeholder {
  text-transform: uppercase;
  color: #AAA;
}
.address .button {
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #580023;
  padding: 3px;
  width: 80px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.address .button.cancel-button {
  display: none;
  right: 90px;
}
.address .button.save-button {
  display: none;
  background-color: #BC4932;
}

.accountSection .address .button {
  right: 10px;
}
.accountSection .address .button.cancel-button {
  right: 100px;
}

.verifyemail {
  border: solid 1px red;
  padding: 0.5em 0.5em 0 0.5em;
  margin-bottom: 1em;
  max-width: 700px;
}
.verifyemail h4 {
  color: red;
  font-style: italic;
}

.footer {
  background-color: #580023;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 320px;
  width: 100%;
  color: #fff;
  padding: 1rem 30px 1rem 30px;
  text-transform: uppercase;
  line-height: 1.7rem;
  font-size: 90%;
}
.footer .column {
  width: 100%;
  margin-bottom: 12px;
}
.footer h3 {
  text-transform: uppercase;
  font-size: 130%;
  color: #BC4932;
  font-weight: bold;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer ul li {
  margin: 0;
  padding: 0;
}
.footer ul li a {
  color: #fff;
}
.footer address {
  margin-bottom: 0.5rem;
}
.footer .disclaimer {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-transform: none;
  margin: 0 auto;
  text-align: center;
}
.footer .social-icons a {
  text-decoration: none;
  border: 0;
}
.footer .social-icons img {
  width: 25px;
  border: 0;
  margin-right: 3px;
}

h2.narrow, .headline-bar .title h2.narrow {
  width: 4rem;
}
h2.wide, .headline-bar .title h2.wide {
  width: 8rem;
}
h2.wider, .headline-bar .title h2.wider {
  width: 10rem;
}

.introText {
  margin: 0 15px;
  font-size: 90%;
  margin-bottom: 1em !important;
  font-weight: bold;
  position: relative;
}
.introText .readListen {
  position: absolute;
  bottom: 0;
  right: 0;
}
.introText .toty-logo {
  margin-right: 5px;
  width: 70px;
  height: 70px;
  float: left;
}

.left-content.introText {
  margin: 0 !important;
}

.category-wide {
  width: 100%;
}

/* More fixes */
.col-left.related {
  margin-left: 0;
}

.disclaimer {
  font-size: 80%;
}

.frac {
  font-feature-settings: "frac";
}

.pdficon {
  width: 18px;
  height: 18px;
  margin-right: 0.4em;
}

.ezine-banner-container {
  padding-inline: 6px 7px;
  padding-bottom: 1em;
}
.ezine-banner-container .ezine-socials {
  display: none;
}

.goog-te-combo {
  height: 38px;
  width: 128px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

#nav ul {
  display: flex;
  padding: 4px 0px 1px 0;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited, #nav ul li a:hover {
  padding: 3px 6px 4px 6px;
  font-size: 12px;
}

.nav_heading h1 a img {
  height: 17px;
}

@media only screen and (min-width: 360px) {
  .nav_heading h1 a img {
    height: 20px;
  }
}
@media only screen and (min-width: 400px) {
  .nav_heading h1 a img {
    height: 25px;
  }
}
@media only screen and (min-width: 485px) {
  .nav_heading h1 a img {
    height: 30px;
  }
  .nav_button {
    width: 40px;
  }
}
/*
* Made by Erik Terwan
* 24th of November 2015
* MIT License
*
*
* If you are thinking of using this in
* production code, beware of the browser
* prefixes.
*/
#menuToggle {
  display: block;
  position: relative;
  top: 10px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 32px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #606161;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 2px 1px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 2px 3px;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 300px;
  margin: 12px 0 0 -50px;
  padding: 20px 10px 20px 50px;
  /*padding-top: 125px;*/
  background: #eee;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  font-family: "AvenirLT-Black";
}
#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited, #menu li a:hover {
  color: #580023;
  text-transform: uppercase;
  padding: 2px;
  line-height: 27px;
  text-decoration: none;
  font-size: 14px;
}
#menu li a.active, #menu li a:link.active, #menu li a:active.active, #menu li a:visited.active, #menu li a:hover.active {
  border-bottom: 2px solid #580023;
}
#menu li a:hover {
  border-bottom: 2px solid #CC6B48;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}

@media screen and (max-width: 370px) {
  #menuToggle span {
    display: block;
    width: 27px;
    height: 3px;
  }
  #menuToggle input:checked ~ span {
    transform: rotate(45deg) translate(-2px, -1px) scale(1.1);
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px) scale(1.1);
  }
}
@media screen and (min-width: 370px) {
  #menuToggle {
    top: 11px;
  }
}
@media screen and (min-width: 600px) {
  #menuToggle span {
    display: block;
    width: 36px;
    margin-bottom: 7px;
  }
  #menuToggle input:checked ~ span {
    transform: rotate(45deg) translate(-3px, -1px) scale(1.1);
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px) scale(1.1);
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .archiveTab, .ezine-items {
    margin: 0 -15px 0 0;
  }
  body {
    font-size: 16px;
  }
  .container, .container-fluid, .footer {
    width: 100%;
  }
  .footer .column {
    width: 30%;
  }
  #fade {
    display: block;
    height: 22px;
  }
  .nav-container {
    height: 70px;
  }
  #nav ul {
    display: flex;
  }
  #nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited, #nav ul li a:hover {
    font-size: 90%;
    padding: 3px 8px 3px 8px;
    line-height: 27px;
  }
  #nav ul li a.active, #nav ul li a:link.active, #nav ul li a:active.active, #nav ul li a:visited.active, #nav ul li a:hover.active {
    border-bottom: 3px solid #580023;
  }
  #nav ul li a:hover {
    border-bottom: 3px solid #CC6B48;
  }
  .nav_button {
    margin-top: 15px;
    display: inline-block;
    width: 45px;
  }
  .nav_button svg {
    width: 45px;
  }
  .nav_button .world {
    width: 38px;
  }
  .nav_heading h1 {
    margin-top: 5px;
  }
  .nav_heading h1 a img {
    height: 40px;
  }
  .headline-panel, .headline-bar {
    font-size: 80%;
    margin-right: -26px;
  }
  .headline-panel .title h2, .headline-bar .title h2 {
    width: 8rem;
    height: 28px;
    line-height: 20px;
    padding-inline: 4px;
  }
  .headline-panel .title h2.narrow, .headline-bar .title h2.narrow {
    width: 6rem;
  }
  .headline-panel .title h2.wide, .headline-bar .title h2.wide {
    width: 11em;
  }
  .headline-panel .title h2.wider, .headline-bar .title h2.wider {
    width: 14em;
  }
  .headline-panel .title ul.links li, .headline-panel .title a, .headline-bar .title ul.links li, .headline-bar .title a {
    line-height: 21px;
  }
  .headline-panel .title-underline, .headline-bar .title-underline {
    top: 26px;
    border-bottom-width: 4px;
    width: 99%;
    margin: 0;
  }
  .headline-panel .buttons, .headline-bar .buttons {
    width: 32%;
  }
  .headline-panel .buttons .button, .headline-bar .buttons .button {
    padding: 2px 10px;
    height: 29px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .headline-panel .buttons .button .label, .headline-bar .buttons .button .label {
    top: 2px;
  }
  .headline-panel .signin, .headline-bar .signin {
    background-size: 13px;
    background-position-y: 0.5rem;
  }
  .headline-panel .language, .headline-bar .language {
    background-size: 13px;
    background-position-y: 0.5rem;
  }
  .headline-panel .headlineTitleText {
    padding-top: 2px;
    font-size: 90%;
  }
  .headline-bar .title-underline {
    width: calc(100% - 248px);
    left: 0;
    top: 24px;
  }
  .left-content {
    max-width: calc(100% - 210px);
  }
  .form .buttons .button {
    padding: 5px 14px;
  }
  .form .checks {
    font-size: 80%;
  }
  .category {
    width: 7rem;
  }
  .article-home {
    padding-left: 0;
    padding-right: 7px;
  }
  .content-panel .article {
    font-size: 0.9rem !important;
    line-height: 1.4rem !important;
  }
  .content-panel .article p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .content-panel .links {
    padding-left: 0;
    font-size: 90%;
  }
  .content-panel .links a {
    font-size: 80%;
  }
  .content-panel .links ul {
    height: 440px;
  }
  .feature-section .links a {
    font-size: 90%;
  }
  .feature-section .links ul {
    height: 435px;
  }
  .news.news-lg {
    height: 500px;
  }
  .news.news-lg h3 {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .news.news-md {
    height: 235px;
    padding-left: 15px;
  }
  .news.news-md .text {
    overflow: hidden;
  }
  .news.news-md h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .block-panel {
    font-size: 100%;
  }
  .block-panel h2 {
    width: 30%;
  }
  .block-panel .blocks {
    display: flex;
  }
  .block-panel .blocks .block {
    width: 30%;
  }
  .block-panel .blocks .block h3 {
    font-size: 1rem;
  }
  .block-panel.sistertitles {
    background-color: #CC6B48;
  }
  .block-panel.sistertitles .category {
    font-size: 80%;
    letter-spacing: initial;
  }
  .article-list, .archive-list {
    font-size: 90%;
    max-width: calc(100% - 205px);
  }
  .archive-list {
    min-height: 1650px;
  }
  .articleLink .date {
    padding-left: 2rem;
  }
  .col-left {
    margin-left: 0;
    width: 64%;
    width: calc(100% - 270px);
  }
  .archiveTab ul.buttonlist li a img {
    width: 250px;
  }
  /*WSA Digital (ezines)*/
  .ezine-button {
    padding-left: 40px;
    font-size: 75%;
    padding-top: 3px;
  }
  .tn {
    width: calc(100% - 205px);
  }
  .introText {
    margin-left: 0;
  }
  .shop-section {
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 660px) {
  #nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited, #nav ul li a:hover {
    font-size: 100%;
  }
}
/*$pink: #E72582;
$dred: #002d62;
$orange: #ab0634;
$orange2: #6692BC;
$h2width: 8.5rem;
$h2width-wide: 10rem;
$h2width-m: 7rem;
$h2width-m-wide: 9rem;
$h2width-s: 6rem;
$h2width-s-width: 8rem;
$catwidth: 8rem;
$catwidth-m: 7rem;
$catwidth-s: 6rem;
$blocksbg-h: #A3C5E4;
$blocks-h: #B4CFEA;
$cellborder: 6px;*/
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .container, .container-fluid, .footer {
    width: 100%;
  }
  .container .row > div, .container-fluid .row > div, .footer .row > div {
    margin-bottom: 9px;
  }
  .container .sponsor-container .col-lg, .container-fluid .sponsor-container .col-lg, .footer .sponsor-container .col-lg {
    margin-bottom: 0;
  }
  .container .news.news-md, .container-fluid .news.news-md, .footer .news.news-md {
    margin-bottom: 6px !important;
    border-top-width: 6px;
    border-bottom-width: 0;
  }
  .container .news.news-md h3, .container-fluid .news.news-md h3, .footer .news.news-md h3 {
    font-size: 0.9rem;
  }
  .container .news.news-md:first-of-type, .container-fluid .news.news-md:first-of-type, .footer .news.news-md:first-of-type {
    border-right: solid 6px white;
  }
  .container .news.news-md:last-of-type, .container-fluid .news.news-md:last-of-type, .footer .news.news-md:last-of-type {
    border-left: solid 6px white;
  }
  .container .news.news-lg, .container-fluid .news.news-lg, .footer .news.news-lg {
    margin-bottom: 9px !important;
    height: auto;
  }
  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  header .main-logo {
    margin-left: -5px;
    margin-top: 20px;
    width: 80%;
    height: auto;
    margin-right: 10px;
  }
  #nav ul {
    justify-content: flex-start;
    padding-bottom: 0;
  }
  #nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited, #nav ul li a:hover {
    padding: 5px 7px 6px 7px;
    line-height: 36px;
    font-size: 100%;
  }
  #nav ul li a.active, #nav ul li a:link.active, #nav ul li a:active.active, #nav ul li a:visited.active, #nav ul li a:hover.active {
    border-bottom: 4px solid #580023;
  }
  #nav ul li a:hover {
    border-bottom: 4px solid #CC6B48;
  }
  h2 {
    font-size: 100%;
    padding: 5px 8px;
    width: 8.5rem;
  }
  h2.wide {
    width: 11rem;
  }
  h2.wider {
    width: 12rem;
  }
  .headline-panel, .headline-bar {
    font-size: 100%;
    margin-right: -18px;
    /*  .buttons {
        width: 57%;
        display: flex;
        margin-right: 8px;

        .button {
            padding-left: 10px;
            width: 50%;
            font-size: 90%;
        }

        .button:last-of-type {
            margin-left: 12px;
        }
    }*/
    /*  .signin {
        background-size: 15px;
        background-position-y: 0.4rem;
    }

    .language {
        background-size: 15px;
        background-position-y: 0.5rem;
    }*/
  }
  .headline-panel .title, .headline-bar .title {
    margin-right: 0;
  }
  .headline-panel .title h2, .headline-bar .title h2 {
    width: 8.5rem;
    line-height: 20px;
  }
  .headline-panel .title h2.wide, .headline-bar .title h2.wide {
    width: 10rem;
  }
  .headline-panel .title h2.wider, .headline-bar .title h2.wider {
    width: 12rem;
  }
  .headline-panel .title-underline, .headline-bar .title-underline {
    width: 100%;
    top: 28px;
  }
  .headline-bar .title h2 {
    padding: 4px 0;
  }
  .headline-bar .title-underline {
    width: calc(100% - 298px);
  }
  .left-content {
    max-width: calc(100% - 260px);
  }
  .shop-section .price {
    padding: 5px;
    font-size: 100%;
  }
  .shop-section > h4, .shop-section > h5 {
    margin: 5px 0 5px 0;
  }
  .shop-section .description {
    width: calc(100% - 110px);
  }
  .shop .buttons .backtoshop {
    background-size: 15px;
    background-position-x: 97%;
    background-position-y: 0.6rem;
  }
  .shop .buttons .proceed {
    background-size: 24px;
    background-position-x: 97%;
    background-position-y: 0.4rem;
  }
  .form .buttons {
    display: flex;
    justify-content: space-between;
  }
  .form .buttons .button {
    line-height: 1.4em;
    width: 49%;
    padding: 9px 14px;
    background-size: 16px;
    background-position-x: 96%;
    background-position-y: 0.55rem;
  }
  .form .buttons .upgrade {
    background-size: 18px;
    background-position-y: 0.5rem;
  }
  .form .checks {
    font-size: 90%;
  }
  .category {
    width: 8rem;
  }
  .main-panel h2 {
    margin-right: 0.8rem;
    margin-top: 0.2em;
  }
  .main-panel .right-col {
    display: flex;
    flex-direction: column;
  }
  .main-panel .right-col .row:not(:first-child) {
    flex-grow: 1;
  }
  .main-panel .strapline {
    font-size: 100%;
  }
  .article-home {
    padding-right: 15px;
  }
  .col-left {
    width: calc(100% - 265px);
  }
  .news-list, .feature-list {
    font-size: 100%;
  }
  .article-list, .archive-list {
    max-width: calc(100% - 255px);
  }
  .archive-list {
    min-height: 2400px;
  }
  .archiveCategories ul.buttonlist li a img {
    width: 100%;
  }
  .archiveTab ul.buttonlist li a img {
    width: 100%;
  }
  .articleLink .date {
    padding-left: 2rem;
  }
  /*WSA Digital (ezines)*/
  .ezine-year {
    margin-right: 0;
  }
  .ezine-button {
    width: 241px;
    padding-left: 46px;
    padding-top: 5px;
    font-size: 80%;
    background-size: 232px 40px;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 890px) {
  #nav {
    padding-bottom: 0;
  }
  #nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited, #nav ul li a:hover {
    padding: 5px 7px 5px 7px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .newNav {
    display: none;
  }
  .oldNav, .logo, #user2.oldNav {
    display: block;
  }
  .oldNav.filler {
    flex-grow: 1;
  }
  #translate {
    padding-left: 2px;
  }
  .logo h1 {
    margin-bottom: 0;
  }
  .nav_button {
    margin-top: 0;
    padding-block: 5px;
  }
  body {
    background-color: #E6E6E6;
  }
  .row.col-left {
    margin-left: 0;
  }
  .col-left {
    max-width: 755px;
  }
  .container, .container-fluid, .footer {
    width: 1116px;
    margin-right: auto;
    margin-left: auto;
  }
  .container, .container-fluid {
    padding-block: 2px 5px;
    padding-inline: 30px;
  }
  .container.nav-container, .container-fluid.nav-container {
    padding-inline: 20px;
    padding-top: 5px;
    height: 58px;
  }
  .container .row > div, .container-fluid .row > div {
    margin-bottom: 0;
  }
  .container .sponsor-container.row > div, .container-fluid .sponsor-container.row > div {
    margin-bottom: 2px;
  }
  .container .sponsor-container.row > div img, .container-fluid .sponsor-container.row > div img {
    margin-bottom: 4px;
  }
  .container .news.news-md h3, .container-fluid .news.news-md h3 {
    font-size: 1.05rem;
  }
  .container .news.news-lg, .container-fluid .news.news-lg {
    margin-bottom: 0px !important;
  }
  .container .inner-container, .container-fluid .inner-container {
    margin: 0 -8px;
  }
  .no-gutter {
    padding: 2px 15px 5px 15px;
  }
  .no-gutter p {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .gutter {
    padding: 2px 20px 5px 20px;
  }
  .block-panel {
    padding-top: 12px;
  }
  .block-panel h2 {
    border-bottom-width: 6px;
  }
  .content-panel.padding-top {
    padding-top: 15px;
  }
  header {
    padding: 0 27px !important;
  }
  header .main-logo {
    width: 300px;
  }
  header .filler {
    flex-grow: 1;
  }
  #nav {
    padding-top: 16px;
  }
  #nav ul {
    margin-right: 0;
    padding-bottom: 5px;
  }
  #nav ul li a, #nav ul li a:link, #nav ul li a:active, #nav ul li a:visited, #nav ul li a:hover {
    padding: 5px 8px 6px 8px;
    line-height: 1.7em;
  }
  #nav ul li a.active, #nav ul li a:link.active, #nav ul li a:active.active, #nav ul li a:visited.active, #nav ul li a:hover.active {
    border-bottom: 4px solid #580023;
  }
  #nav ul li a:hover {
    border-bottom: 4px solid #CC6B48;
  }
  #nav ul li:first-child a {
    padding-left: 0;
  }
  #txtSearch {
    width: 160px;
    right: 21px;
  }
  .headline-panel .title h2 {
    font-size: 100%;
  }
  .headline-panel .title h2.wide {
    width: 11rem;
  }
  .headline-panel .title-underline {
    width: 100%;
  }
  .headline-panel .buttons {
    width: 49%;
    margin-left: 2px;
  }
  .headline-panel .buttons .button {
    padding-top: 1px;
    padding-left: 15px;
    line-height: 27px;
    font-size: 100%;
  }
  .headline-panel .buttons .button .label {
    top: 1px;
    left: 15px;
  }
  .headline-panel .headlineTitleText {
    padding-left: 0.6rem;
  }
  .headline-bar .title-underline {
    width: calc(100% - 348px);
  }
  .headline-bar .title a {
    padding-left: 10px;
  }
  .sponsor-container {
    margin: 0 -10px;
  }
  .main-panel .right-col .row {
    height: auto;
  }
  .main-panel .right-col .news-md {
    border-bottom-width: 6px;
  }
  .content-panel .article, .content-panel .archiveTab, .content-panel .ezineTab {
    min-height: 459px !important;
  }
  .content-panel .article.noheadlinebar, .content-panel .archiveTab.noheadlinebar, .content-panel .ezineTab.noheadlinebar {
    min-height: 502px !important;
  }
  .content-panel .article .section-image, .content-panel .archiveTab .section-image, .content-panel .ezineTab .section-image {
    border: solid 0px red;
    overflow: visible;
    width: 360px;
  }
  .content-panel .links a, .content-panel .links a:link, .content-panel .links a:active, .content-panel .links a:visited, .content-panel .links a.active, .content-panel .links a:hover {
    font-size: 90%;
  }
  .content-panel .links ul, .feature-section .links ul {
    margin-top: 0;
    height: 95%;
    margin-left: 0.5rem;
  }
  .feature-section .article {
    min-height: 459px !important;
  }
  .feature-section .article.noheadlinebar {
    min-height: 421px !important;
  }
  .feature-section .links ul {
    height: 100%;
    max-height: 430px;
    margin-left: 1rem;
  }
  .article-list, .archive-list {
    max-width: 700px;
  }
  .archive-list {
    min-height: 2800px;
  }
  .tn {
    width: calc(100% - 348px);
  }
  .left-content {
    max-width: calc(100% - 350px);
  }
  .form {
    max-width: 702px;
  }
  .login-section {
    min-height: 502px;
  }
  .login-section .text {
    margin: 1em 0 2em 0;
  }
  .login-section .disclaimer {
    margin-top: 90px;
  }
  .ezine-banner-container {
    display: flex;
    justify-content: space-between;
    margin-block: 0.8em 0.2em;
  }
  .ezine-banner-container .ezine-socials {
    width: 290px;
    position: relative;
    display: block !important;
    margin-right: 6px;
  }
  .ezine-banner-container .ezine-socials img {
    width: 100%;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
/*Touch*/
@media (pointer: coarse) {
  .container a {
    padding: 0.8em;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/dev/MultiSite/Leatherbiz/Leatherbiz.UI.Web/Content/StyleSheet1.scss%22,%22file:///C:/dev/MultiSite/Leatherbiz/Leatherbiz.UI.Web/Content/_menu.scss%22,%22file:///C:/dev/MultiSite/Leatherbiz/Leatherbiz.UI.Web/Content/_600.scss%22,%22file:///C:/dev/MultiSite/Leatherbiz/Leatherbiz.UI.Web/Content/_768.scss%22,%22file:///C:/dev/MultiSite/Leatherbiz/Leatherbiz.UI.Web/Content/_992.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AA8BJ;EACI;;;AAIJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,OApDK;;;AAuDT;EACI,OAzDG;;;AA4DP;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAMJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIA;EACI;EACA;;AAIJ;EACI;;AASJ;EACI;EACA;;AAGJ;EACI;;AAMJ;EACI;EACA;;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EA7BJ;IA8BQ;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;;;AAKZ;EACI;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;;AAEA;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKJ;EACI;EACA;EACA;EACA;;;AAIR;EAEI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAEA;EACI,OA9QT;EA+QS;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA,kBA3SG;EA4SH;EACA;EACA;EACA;EACA;EACA,OAnSQ;;AAqSR;EACI;;AAGJ;EACI,kBAtTE;EAuTF;;AAEA;EACI,kBA5TL;;;AAiUP;EACI;EACA;EACA,kBApUG;EAqUH;EACA;EACA;EACA;EACA;EACA,OAvTS;EAwTT;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,OAnWD;;;AAwWH;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;;AAGI;EACI;EACA;EACA;EACA,OA3WA;EA4WA;;AAGJ;EACI;EACA;EACA,OA/XH;EAgYG;;;AAKZ;EACI;EACA;EACA;AAqEA;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AApEA;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAMhB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;;AAqCZ;EACI;EACA;;;AAGJ;EACI;;AAEA;EACI;;;AAMJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA,OAzgBP;EA0gBO;EACA;;AAEA;EACI,OA/gBb;;;AAshBP;EACI;;;AAKA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA,OAziBL;EA0iBK;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,kBAnjBP;;AAsjBG;EACI;EACA,kBAvjBN;EAwjBM;;;AAMhB;EACI;EACA;EACA,OAlkBK;EAmkBL;;;AAkBJ;EACI;EACA;;AAGA;EACI;EACA;EACA,OA7lBC;EA8lBD;;AAGJ;EACI,OAnmBD;EAomBC;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EAlCA;;AATA;EACI;EACA;EACA;EACA;;AA0CA;EACI;;AAKJ;EACI;EACA;;AAIA;EACI;;;AAMhB;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;;;AAMQ;EACI;;;AAMhB;EACI;EACA;;AAGI;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA,OAtsBP;;AAysBG;EACI;EACA;;AAMR;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;;AAOZ;EACI;;;AAKJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAKA;EACI;EACA,OAzvBD;EA0vBC;EACA;EACA;;AAGJ;EACI;;AAxLJ;EACI;EACA;EACA;EACA;;AAwLA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIJ;EACI;EACA,OA/xBL;EAgyBK;EACA;;AAEA;EACI,OApyBT;EAqyBS;;AAIR;EACI;;AAKR;EACI;;AAGJ;EAyCI;;AAxCA;EACI;EACA;;AAEA;EACI,OAxzBP;EAyzBO;EACA;;AAIR;EACI,OAh0BL;EAi0BK;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AASA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA,kBAr3BT;EAs3BS;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAShB;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA,OAl6BH;EAm6BG;EACA;;AAGJ;EACI;EACA;EACA,OA36BL;EA46BK;;AAIR;EACI;EACA;;AAEA;EACI;;AAKJ;EACI;EACA;EACA,OA77BL;EA87BK;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAGJ;EACI;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AA1ZhB;EACI;EACA;EACA;EACA;;AA2ZQ;EACI;;AAGJ;EACI;;AAOJ;EACI;;AAMhB;EACI;;;AAKR;EACI;;AAGI;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAMhB;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;;AAMZ;EACI;EACA;EACA;;AAEA;EACI;EACA,OAzlCC;EA0lCD;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAMhB;EACI,kBAjoCK;;AAmoCL;EACI,kBAnoCD;;AAuoCP;EACI;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI,kBA7pCK;;AA+pCL;EACI;EACA;;AAGJ;EACI,kBApqCD;;AAuqCH;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;;AAGR;AACA;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;;;AAEJ;AACA;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;AAaA;AAgCA;AA6CA;;AAxFA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;AAIR;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;AAwBA;;AAtBA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAGJ;EACI,kBAn9CL;EAo9CK;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBA39CH;EA49CG;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI,OAn/CP;;AAs/CG;EACI;;AAIR;EACI;AAgBA;AAQA;AAUA;AAQA;AAMA;AAIA;;AAlDA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAEA;;AAGJ;EACI,kBAjiDT;EAkiDS;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAShB;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA,kBAllDC;EAmlDD;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,kBAjrDL;EAkrDK;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA,cAtrDD;;AAyrDK;EACI,kBA1rDT;;AA+rDH;EACI;EACA,cAlsDG;;AAqsDC;EACI,kBAtsDL;;;AA6sDP;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OAxvDL;EAyvDK;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBA9yDL;EA+yDK;EACA;EACA;EACA;;AAGJ;EACI,kBArzDH;EAszDG;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;;AAGJ;EACI;;;AAKR;EACI;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA,kBA94DD;EA+4DC;EACA;EACA;EACA;EACA;;AAKA;EACI;EACA;;AAGJ;EACI;EACA,kBA95DH;;;AAq6DD;EACI;;AAEA;EACI;;;AAMhB;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI,kBA77DG;EA87DH;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA,OAh9DC;EAi9DD;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;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%22%7D */