﻿@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: #E6E6E6;
  line-height: 1.4em;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Roboto", sans-serif;
  overflow-x: hidden;
  min-width: 320px;
}

.red {
  color: #ab0634;
}

.blue {
  color: #002B49;
}

.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 {
  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: 5px;
}
.container .row .tab, .container-fluid .row .tab {
  display: inherit;
  clear: both;
}
.container .row .tab:not(:first-child), .container-fluid .row .tab:not(:first-child) {
  display: none;
}

header {
  width: 100%;
}
header .main-logo {
  width: 100%;
  border: solid 0px blue;
  margin: 10px 0 20px 0;
}
header .main-logo-image {
  width: 100%;
}

.nav-container {
  height: 60px;
}

nav.oldNav {
  position: relative;
}

.nav_button {
  display: inline-block;
  width: 35px;
  margin-top: 10px;
  cursor: pointer;
}
.nav_button svg {
  width: 40px;
}
.nav_button .user {
  fill: #606161;
}
.nav_button .translate, .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;
}
.nav_heading h1 a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.nav_heading h1 a img {
  margin-inline: auto;
}

#google_translate_element {
  z-index: 0;
  position: relative;
  opacity: 0;
  border: solid red 1px;
  margin-left: -40px;
  margin-top: -40px;
  padding-top: 0px;
  width: 80px;
}
#google_translate_element select {
  width: 80px;
  cursor: pointer;
}

#txtSearch {
  position: absolute;
  top: -5px;
  right: 5px;
  border: solid 1px #ab0634;
  display: none;
  font-size: 80%;
  padding-left: 5px;
  font-style: italic;
  width: 150px;
}
#txtSearch::placeholder {
  color: #ccc;
}

#nav {
  margin-bottom: 0;
  padding-left: 3px;
}
#nav ul {
  display: flex;
  height: 21px;
}
#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: #002B49;
  text-transform: uppercase;
  padding: 4px 6px;
  line-height: 20px;
  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 #002B49;
}
#nav ul li a:hover {
  border-bottom: 2px solid #7BAFD4;
}
#nav ul li:first-child a {
  padding: 4px 10px 4px 0;
}
#nav ul li:last-child a {
  padding-right: 0;
}

#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: #002B49;
  color: white;
  text-transform: uppercase;
  font-size: 100%;
  padding: 4px 5px;
  text-align: center;
  width: 6rem;
}
h2.selected {
  cursor: pointer;
}
h2.unselected {
  background-color: #7BAFD4;
  cursor: pointer;
}
h2.unselected:hover {
  background-color: #002B49;
}
h2.narrow {
  width: 4rem;
}
h2.wider {
  width: 9rem;
}

.category {
  display: inline-block;
  padding: 5px;
  background-color: #002B49;
  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%;
}

.headline-bar {
  margin-bottom: 1rem;
}
.headline-bar .title-underline {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  border-bottom: solid 3px #002B49;
}
.headline-bar .title h2 {
  margin-bottom: 0;
  height: 21px;
  font-weight: bold;
  width: 6rem;
  padding: 4px 0;
}
.headline-bar .title a {
  line-height: 18px;
  cursor: pointer;
  color: #7BAFD4;
  padding: 0px 8px;
}

.headline-panel {
  display: flex;
  margin-right: -17px;
  font-weight: bold;
  /* Red & Blue buttons - icons */
}
.headline-panel .title-underline {
  position: absolute;
  top: 18px;
  width: 98%;
  border-bottom: solid 3px #002d62;
}
.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: 21px;
  font-weight: bold;
}
.headline-panel .title ul.links {
  padding: 0;
  margin: 0;
  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: #7BAFD4 !important;
}
.headline-panel .title ul.links li a {
  padding: 0px 10px;
  color: #7BAFD4 !important;
}
.headline-panel .title ul.links li a:hover {
  text-decoration: underline;
}
.headline-panel .buttons {
  width: 39%;
}
.headline-panel .buttons .button {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding: 1px 10px;
  height: 21px;
  margin-bottom: 5px;
}
.headline-panel .buttons .button .label {
  position: absolute;
  left: 10px;
  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;
}
.headline-panel .signin {
  background-color: #7BAFD4;
  background-image: url("/content/images/login_icon.png");
  background-size: 10px;
  background-position-x: 95%;
  background-position-y: 0.3rem;
  background-repeat: no-repeat;
}
.headline-panel .signin .logout {
  height: 100%;
  width: 35px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.headline-panel .language {
  background-color: #002B49;
  background-image: url("/content/images/language_icon.png");
  background-size: 10px;
  background-position-x: 95%;
  background-position-y: 0.3rem;
  background-repeat: no-repeat;
}

/*.news {
    background-color: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) );
}*/
.register-button {
  display: inline-block;
  background-color: #7BAFD4 !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: #7BAFD4;
  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: #002B49;
}

.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 #002B49;
  color: #002B49;
  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: #7BAFD4;
}
.article-list .paging .pageLink.selected {
  color: #fff;
  background-color: #7BAFD4;
  cursor: default;
}

.news-list-date {
  clear: both;
  line-height: 2rem;
  color: #7BAFD4;
  font-weight: bold;
}

.news-list-link {
  clear: both;
  margin-bottom: 0.5em;
}
.news-list-link .date {
  margin-top: 0.5rem;
  line-height: 2rem;
  color: #7BAFD4;
  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: #002B49;
  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.showImage *, .news-list-link.showImage a {
  vertical-align: top;
  line-height: 1.2em;
}

.content-panel h3 {
  font-family: "Roboto";
  color: #002B49;
  margin: 0.5rem 0 1rem 0;
  font-weight: bold;
  font-size: 170%;
}
.content-panel .article {
  text-indent: 0em;
}
.content-panel .article img {
  width: 100%;
}
.content-panel .article h3 {
  font-family: "Roboto";
  color: #002B49;
  font-size: 120%;
  margin: 0.5rem 0 1rem 0;
}
.content-panel .article h3 a {
  color: #002B49;
  font-weight: bold;
}
.content-panel .article p {
  font-size: 0.8rem;
}
.content-panel .story-row {
  min-height: 501px;
}
.content-panel .story {
  /*h5 {
      font-size: 100%;
      font-weight: bold;
      margin-bottom: 0.5rem;
  }*/
  font-size: 90%;
}
.content-panel .story .article-heading {
  display: flex;
  justify-content: space-between;
}
.content-panel .story .article-heading .date {
  color: #7BAFD4;
  font-size: 120%;
  margin-top: 10px;
}
.content-panel .story h3, .content-panel .story h4 {
  color: #002B49;
  font-family: "Roboto";
}
.content-panel .story h3 {
  margin: 0.5rem 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: #002B49;
  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: #7BAFD4;
  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: #002B49;
  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: #002B49;
  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 {
  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 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;
}
.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;
}

#loadingPanel, .loadingpanel {
  display: none;
}

.articleLink {
  margin: 0.3rem 0;
  display: flex;
  justify-content: space-between;
}
.articleLink .date {
  padding-left: 8px;
  color: #7BAFD4;
  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 #002B49;
  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: #A3C5E4;
}
.block-panel.latestwsa .block {
  background-color: #B4CFEA;
}
.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: #A3C5E4;
}
.block-panel.sistertitles .category {
  font-size: 10px;
  letter-spacing: 0px;
}
.block-panel.sistertitles .block {
  background-color: #B4CFEA;
}
.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;
}
.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-lg-left {
  height: 270px !important;
}
.news.news-lg-left h3 {
  font-size: 135% !important;
}
.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;
}

.news-left {
  margin-bottom: 0px !important;
}

.sponsor-container {
  margin: 0 -9px;
}
.sponsor-container .col-lg {
  margin-bottom: 0;
}

.form {
  width: 100%;
  /* Form controls */
  /*Regsiter page*/
  /*buttons*/
}
.form input, .form select {
  margin-bottom: 0.8rem;
  padding: 17px 12px;
  font-weight: bold;
}
.form label {
  display: inline-block;
  margin-top: 10px;
  float: left;
}
.form .form-control {
  border: solid 1px #002B49;
  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: 0;
  padding-left: 0.5em;
  color: #AAA;
  text-transform: uppercase;
}
.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: #002B49;
  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: #ab0634;
  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: #7BAFD4;
}
.form .checks .forgotpassword > div {
  display: inline-block;
}
.form .checks .checkbox {
  /* The container */
  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 #002B49;
}
.form .checks .checkbox .ccontainer input:checked ~ .checkmark {
  background-color: #002B49;
  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;
}
.accountSection {
  width: 100%;
  border: 2px solid #7BAFD4;
  min-height: 125px;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.accountSection a {
  color: #7BAFD4 !important;
  cursor: pointer;
  font-weight: bold;
}
.accountSection a:hover {
  text-decoration: underline !important;
}
.accountSection h2 {
  width: 175px;
  margin-top: 0 !important;
  background-color: #7BAFD4;
  padding-top: 3px;
}
.accountSection .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%;
}
.accountSection .content .address {
  flex-grow: 1;
}

/* Tecnical Archive */
.clear {
  clear: both;
}

.archiveCategories {
  max-width: 1000px;
  border: solid 0px red;
  padding-top: 1rem;
  /*technical library*/
}
.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 25%;
  list-style: none;
}
.archiveCategories ul.buttonlist li a {
  display: block;
  margin: 0 20px 10px 0;
}
.archiveCategories ul.buttonlist li a img {
  width: 200px;
}
.archiveCategories ul.buttonlist li:last-child {
  clear: both;
}
.archiveCategories .search {
  padding: 10px;
}

.archiveTab ul.buttonlist li {
  flex: 0 1 48%;
}

/*Magazine (ezines)*/
.magazine-image {
  width: 200px;
  height: 283px;
  margin: 0 1rem 1rem -8px;
}

.magazine-text {
  line-height: 1.6rem;
}

.ezine-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0rem;
  margin-right: 5px;
}
.ezine-year h4 {
  margin: 0 0 0.5em 0.2em;
  font-weight: bold;
}

.ezine-buttons {
  width: 100%;
}

.ezine-button {
  border: 0px solid red;
  height: 45px;
  padding-left: 152px;
  padding-top: 13px;
  width: 224px;
  font-size: 75%;
  color: #fff;
  display: inline-block;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  font-weight: bold !important;
  background-size: 215px 38px;
  background-repeat: no-repeat;
  position: relative;
}
.ezine-button .text {
  position: absolute;
  right: 19px;
  top: 13px;
  border: 0px solid green;
}

.ezine-button.live {
  background-image: url("/Content/images/insidedenim_ezine_open.png");
}

.ezine-button.locked {
  background-image: url("/Content/images/insidedenim_ezine_closed.png");
}

.ezine-button a:link, .ezine-button a:visited {
  color: #7BAFD4;
  text-decoration: none;
}

.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;
}

.validation-summary-errors {
  color: red;
}

.footer {
  background-color: #002B49;
  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: #7BAFD4;
  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;
}

/* Fixes */
.break {
  flex-basis: 100%;
  height: 0;
}

.category-wide {
  width: 100%;
}

/* More fixes */
.col-left.related {
  margin-left: 0;
}

.disclaimer {
  font-size: 80%;
}

.frac {
  font-feature-settings: "frac";
}

.ezine-banner-container {
  padding-inline: 6px 7px;
  padding-bottom: 1em;
}
.ezine-banner-container .ezine-socials {
  display: none;
}

.goog-te-combo {
  height: 38px;
  width: 128px;
  cursor: pointer;
}

.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: 26px;
}

@media only screen and (min-width: 360px) {
  .nav_heading h1 a img {
    height: 32px;
  }
}
@media only screen and (min-width: 400px) {
  .nav_heading h1 a img {
    height: 36px;
  }
}
@media only screen and (min-width: 485px) {
  .nav_heading h1 a img {
    height: 40px;
  }
  .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: #002B49;
  text-transform: uppercase;
  padding: 2px 2px 4px 2px;
  line-height: 32px;
  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: 3px solid #002B49;
}
#menu li a:hover {
  border-bottom: 3px solid #ab0634;
}

/*
 * 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: 520px) {
  #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%;
  }
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 16px;
  }
  .container, .container-fluid, .footer {
    width: 100%;
  }
  .footer .column {
    width: 30%;
  }
  #fade {
    display: block;
    height: 22px;
  }
  .nav-container {
    height: 68px;
  }
  #nav {
    padding-bottom: 5px;
  }
  #nav ul {
    height: 25px;
    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: 95%;
    padding: 3px 17px;
    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 #002B49;
  }
  #nav ul li a:hover {
    border-bottom: 3px solid #7BAFD4;
  }
  .nav_button {
    margin-top: 10px;
    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: 46px;
  }
  .nav_heading h1 li:first-child a {
    padding-left: 0;
  }
  .nav_heading h1 li:last-child a {
    padding-right: 0;
  }
  .headline-panel, .headline-bar {
    font-size: 90%;
    margin-right: -26px;
  }
  .headline-panel .title h2, .headline-bar .title h2 {
    font-size: 100%;
    margin-top: -3px;
    width: 12rem;
    height: 30px;
    line-height: 26px;
  }
  .headline-panel .title h2.narrow, .headline-bar .title h2.narrow {
    width: 6rem;
  }
  .headline-panel .title ul.links li, .headline-panel .title a, .headline-bar .title ul.links li, .headline-bar .title a {
    line-height: 23px;
  }
  .headline-panel .title-underline, .headline-bar .title-underline {
    top: 26px;
    left: -9px;
    border-bottom-width: 4px;
    width: 99%;
  }
  .headline-panel .buttons .button, .headline-bar .buttons .button {
    padding-top: 2px;
    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-x: 92%;
    background-position-y: 0.5rem;
  }
  .headline-panel .language, .headline-bar .language {
    background-size: 13px;
    background-position-x: 92%;
    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: 450px;
  }
  .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: #A3C5E4;
  }
  .block-panel.sistertitles .category {
    font-size: 80%;
    letter-spacing: initial;
  }
  .article-list, .archive-list {
    font-size: 80%;
    max-width: calc(100% - 205px);
  }
  .articleLink .date {
    padding-left: 2rem;
  }
  .row.col-left {
    margin-left: 0;
  }
  .archiveCategories ul.buttonlist li a img {
    width: 230px;
  }
  .archiveTab ul.buttonlist li a img {
    width: 230px;
  }
  /*WSA Digital (ezines)*/
  .ezine-button {
    padding-left: 40px;
    font-size: 75%;
    padding-top: 3px;
  }
  /* More fixes */
  .tn {
    width: calc(100% - 205px);
  }
}
@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: 110%;
  }
}
/*$pink: #E72582;
$blue: #002d62;
$red: #ab0634;
$lblue: #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: 7px !important;
    height: auto;
  }
  .container .news.news-lg-left h3, .container-fluid .news.news-lg-left h3, .footer .news.news-lg-left h3 {
    font-size: 120% !important;
  }
  .container .news-left, .container-fluid .news-left, .footer .news-left {
    display: flex;
    flex-direction: column;
  }
  .container .news-left > .row, .container-fluid .news-left > .row, .footer .news-left > .row {
    height: 100%;
  }
  .container .news-left .news-md, .container-fluid .news-left .news-md, .footer .news-left .news-md {
    height: auto;
  }
  .container .news-left, .container-fluid .news-left, .footer .news-left {
    margin-bottom: 14px !important;
  }
  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  header .filler {
    flex-grow: 0;
  }
  header .main-logo {
    margin-left: -5px;
    margin-top: 30px;
    width: 50%;
    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 15px 5px 15px;
    line-height: 36px;
    font-size: 120%;
  }
  #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 #002B49;
  }
  #nav ul li a:hover {
    border-bottom: 4px solid #7BAFD4;
  }
  #nav ul li:first-child a {
    padding-left: 0;
  }
  #search {
    margin-top: 9px;
    margin-right: -5px;
  }
  h2 {
    font-size: 100%;
    padding: 5px 8px;
    width: 8.5rem;
  }
  h2.wide {
    width: 12rem;
  }
  h2.wider {
    width: 13rem;
  }
  .headline-panel .title-underline {
    width: 100%;
  }
  .headline-panel, .headline-bar {
    font-size: 100%;
    margin-right: -18px;
  }
  .headline-panel .title, .headline-bar .title {
    margin-right: 0;
  }
  .headline-panel .title h2, .headline-bar .title h2 {
    width: 8.5rem;
    line-height: 23px;
  }
  .headline-panel .title h2.wide, .headline-bar .title h2.wide {
    width: 12rem;
  }
  .headline-panel .title h2.wider, .headline-bar .title h2.wider {
    width: 13rem;
  }
  .headline-panel .buttons, .headline-bar .buttons {
    width: 57%;
    display: flex;
    margin-right: 8px;
  }
  .headline-panel .buttons .button, .headline-bar .buttons .button {
    padding-left: 10px;
    width: 50%;
    font-size: 90%;
  }
  .headline-panel .buttons .button:last-of-type, .headline-bar .buttons .button:last-of-type {
    margin-left: 12px;
  }
  .headline-panel .signin, .headline-bar .signin {
    background-size: 15px;
    background-position-x: 95%;
    background-position-y: 0.4rem;
  }
  .headline-panel .language, .headline-bar .language {
    background-size: 15px;
    background-position-x: 95%;
    background-position-y: 0.5rem;
  }
  .headline-bar .title h2 {
    padding: 4px 0;
  }
  .headline-bar .title-underline {
    width: calc(100% - 298px);
  }
  .left-content {
    max-width: calc(100% - 260px);
  }
  .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%;
  }
  .content-panel .links ul {
    height: 430px;
  }
  /*.news {

      &.news-md {
          // height: 100%;
          margin-bottom: 0 !important;

          h3 {
              font-size: 0.9rem;
          }

          &:first-of-type {
              border-right: solid $cellborder white;
          }

          &:last-of-type {
              border-left: solid $cellborder white;
          }
      }

      &.news-lg {
          margin-bottom: 9px !important;
          height: auto;
      }
  }		*/
  .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);
  }
  .archiveTab ul.buttonlist li a img {
    width: 300px;
  }
  .articleLink .date {
    padding-left: 2rem;
  }
  /*WSA Digital (ezines)*/
  .ezine-year {
    margin-right: 0;
  }
  .ezine-button {
    width: 241px;
    padding-left: 184px;
    padding-top: 15px;
    font-size: 70%;
    background-size: 232px 41px;
    line-height: 1.2em;
  }
  .ezine-button .text {
    top: 15px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .nav_button {
    margin-top: 5px;
  }
  .newNav {
    display: none;
  }
  .oldNav, .logo, #user2.oldNav {
    display: block;
  }
  .oldNav.filler {
    flex-grow: 1;
  }
  #translate {
    padding-left: 2px;
  }
  .logo h1 {
    margin-bottom: 0;
  }
  .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;
    /* LEFT SECTION 3 items */
  }
  .container.nav-container, .container-fluid.nav-container {
    padding-inline: 20px;
  }
  .container .row > div, .container-fluid .row > div {
    margin-bottom: 0;
  }
  .container .sponsor-container.row > div, .container-fluid .sponsor-container.row > div {
    margin-bottom: 3px;
  }
  .container .sponsor-container.row > div img, .container-fluid .sponsor-container.row > div img {
    margin-bottom: 4px;
  }
  .container .sponsor-container.row > div .vimeo, .container-fluid .sponsor-container.row > div .vimeo {
    padding: 56.25% 0 0 0;
    position: relative;
    margin-bottom: 4px;
  }
  .container .news.news-md h3, .container-fluid .news.news-md h3 {
    font-size: 1.05rem;
  }
  .container .news.news-md-left, .container-fluid .news.news-md-left {
    height: 268px;
  }
  .container .news.news-lg, .container-fluid .news.news-lg {
    margin-bottom: 0px !important;
  }
  .container .news.news-lg-left, .container-fluid .news.news-lg-left {
    border-width: 0 !important;
  }
  .container .news.news-lg-left h3, .container-fluid .news.news-lg-left h3 {
    font-size: 135% !important;
    line-height: 1.7rem !important;
  }
  .container .news-left, .container-fluid .news-left {
    border: solid 6px white;
    border-width: 0 6px;
    margin-bottom: 0px !important;
  }
  .container .news-left .news, .container-fluid .news-left .news {
    border-width: 6px 0;
    border-top-width: 6px !important;
  }
  .container .news-left .news-md, .container-fluid .news-left .news-md {
    border-bottom-width: 2px !important;
  }
  .container .news-left .news-sm-left, .container-fluid .news-left .news-sm-left {
    margin-bottom: 0 !important;
  }
  .no-gutter {
    padding: 2px 15px 5px 15px;
  }
  .no-gutter p {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .gutter {
    padding: 2px 20px 5px 22px;
    /*p {
        margin-right: 1rem;
    }*/
  }
  .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 .filler {
    flex-grow: 1;
  }
  header .main-logo {
    margin-top: 48px;
    width: 335px;
  }
  .nav-container {
    height: 58px;
  }
  #nav {
    padding-bottom: 3px;
    padding-top: 14px;
  }
  #nav li a, #nav li a:link, #nav li a:active, #nav li a:visited, #nav li a:hover {
    padding: 5px 28px 6px 28px;
    line-height: 1.6em;
  }
  #nav li a.active, #nav li a:link.active, #nav li a:active.active, #nav li a:visited.active, #nav li a:hover.active {
    border-bottom: 4px solid #002B49;
  }
  #nav li a:hover {
    border-bottom: 4px solid #7BAFD4;
  }
  #nav li:first-child a {
    padding-left: 0;
  }
  #nav li:last-child a {
    padding-right: 0;
  }
  #search {
    margin-top: 5px;
  }
  #txtSearch {
    margin-right: 15px;
  }
  .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 {
    min-height: 459px;
  }
  .content-panel .article.no-headline-bar, .content-panel .archiveTab.no-headline-bar {
    min-height: 502px;
  }
  .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 .links ul {
    height: 100%;
    margin-left: 1rem;
  }
  .article-list, .archive-list {
    max-width: calc(100% - 300px);
  }
  .tn {
    width: calc(100% - 348px);
  }
  .left-content {
    max-width: calc(100% - 310px);
  }
  .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/InsideDenim/InsideDenim.UI.Web/Content/StyleSheet1.scss%22,%22file:///C:/dev/MultiSite/InsideDenim/InsideDenim.UI.Web/Content/_menu.scss%22,%22file:///C:/dev/MultiSite/InsideDenim/InsideDenim.UI.Web/Content/_600.scss%22,%22file:///C:/dev/MultiSite/InsideDenim/InsideDenim.UI.Web/Content/_768.scss%22,%22file:///C:/dev/MultiSite/InsideDenim/InsideDenim.UI.Web/Content/_992.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AA0BJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,OA9CE;;;AAiDN;EACI,OAnDG;;;AAsDP;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAMJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIA;EACI;EACA;;AAIJ;EACI;;AAOJ;EACI;EACA;;AAGJ;EACI;;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EA5BJ;IA6BQ;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;;;AAKZ;EACI;EACA;EACA;;AAGI;EACI;EACA;EACA;;AAEA;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKR;EACI;EACA;;AAEA;EACI;EAGA;;AAEA;EACI;;AAEA;EACI,OA1PT;EA2PS;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAKJ;EACI;;AAKJ;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA,kBAnSG;EAoSH;EACA;EACA;EACA;EACA;EACA,OA9RQ;;AAgSR;EACI;;AAGJ;EACI,kBA5SA;EA6SA;;AAEA;EACI,kBApTL;;AAwTH;EACI,OA/SK;;AAkTT;EACI,OApTS;;;AAwTjB;EACI;EACA;EACA,kBApUG;EAqUH;EACA;EACA;EACA;EACA;EACA,OA3TS;EA4TT;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA,OA3WA;EA4WA;;AAGJ;EACI;EACA;EACA,OAzXJ;EA0XI;;;AAKZ;EACI;EACA;EACA;AAuEA;;AArEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAMhB;EACI;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAIR;EACI,kBA3cA;EA4cA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI,kBAjeD;EAkeC;EACA;EACA;EACA;EACA;;;AAKR;AAAA;AAAA;AAGA;EACI;EACA;;;AAEJ;EACI;;AAEA;EACI;;;AAMJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA,OAngBR;EAogBQ;EACA;;AAEA;EACI,OA5gBb;;;AAmhBP;EACI;;;AAKA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA,OAtiBL;EAuiBK;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,kBA7iBR;;AAgjBI;EACI;EACA,kBAljBR;EAmjBQ;;;AAMhB;EACI;EACA;EACA,OA5jBI;EA6jBJ;;;AAGJ;EACI;EACA;;AAGA;EACI;EACA;EACA,OAxkBA;EAykBA;;AAGJ;EACI,OAjlBD;EAklBC;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;;;AASR;EACI;EACA,OA/mBD;EAgnBC;EACA;EACA;;AAMJ;EACI;;AAIA;EACI;;AAGJ;EACI;EACA,OAnoBL;EAooBK;EACA;;AAEA;EACI,OAxoBT;EAyoBS;;AAIR;EACI;;AAMR;EACI;;AAGJ;AAkCI;AAAA;AAAA;AAAA;AAAA;EAYA;;AA7CA;EACI;EACA;;AAEA;EACI,OA1pBR;EA2pBQ;EACA;;AAIR;EACI,OArqBL;EAsqBK;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAQJ;EACI;EACA;EACA;;AASA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA,kBA/tBT;EAguBS;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,OAzwBJ;EA0wBI;EACA;;AAGJ;EACI;EACA;EACA,OArxBL;EAsxBK;;AAKR;EACI;EACA;;AAEA;EACI;;AAOJ;EACI;EACA;EACA,OA1yBL;EA2yBK;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAMhB;EACI;;;AAKR;EACI;;AAII;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAMA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAMhB;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA,OA95BA;EA+5BA;;;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,kBA78BK;;AA+8BL;EACI,kBA/8BD;;AAm9BP;EACI;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI,kBAz+BK;;AA2+BL;EACI;EACA;;AAGJ;EACI,kBAh/BD;;AAm/BH;EACI;;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;;AAEA;EACI;;;AAKR;EACI;AAcA;AAgCA;AAgDA;;AA5FA;EACI;EACA;EACA;;AAGJ;EACI;EAEA;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;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;AAyBA;;AAvBA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAGJ;EACI,kBArtCL;EAstCK;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBA7tCN;EA8tCM;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI,OAlvCR;;AAqvCI;EACI;;AAIR;AACI;EACA;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,kBApyCT;EAqyCS;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAUhB;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EAEI;EACA;EACA,kBA70CA;EA80CA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;;;AAIZ;AACA;EACI;;;AAGJ;EACI;EACA;EACA;AACA;;AACA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;AAEA;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI,OAl+CI;EAm+CJ;;;AAQJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI,kBAhgDG;EAigDH;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA,OAhhDA;EAihDA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AAKZ;AACA;EACI;EACA;;;AAGJ;EACI;;;AAEJ;AAEA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAKA;EACI;EACA;;AAGI;EACI;EACA;;;AASJ;EACI;;;AAMhB;EAIgB;IACI;;;AAOpB;EAIgB;IACI;;;AAOpB;EAIgB;IACI;;EAMhB;IACI;;;ACvrDP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWD;EACI;EACA;EACA;EAEA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;;AAEJ;AAAA;AAAA;AAGA;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;;;AAGJ;EACI;;;AAEJ;AAAA;AAAA;AAAA;AAIA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAEJ;AAAA;AAAA;AAAA;AAIA;EACI;EACA;EACA;EACA;AACA;EACA;EACA;EACA;AACA;EAEA;EACA;EACA;;;AAGJ;EACI;;AAEA;EACI,ODlGD;ECmGC;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;;AAGR;AAAA;AAAA;AAGA;EACI;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;;ACvKR;AACA;EAIgB;IACI;;;AAOpB;EACI;IACI;;EAGJ;IAEI;;EAIA;IACI;;EAIR;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAEA;IACI;IACA;;EAII;IACI;IACA;IACA;;EAEA;IACI;;EAIR;IACI;;EAMhB;IACI;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;;EAMJ;IACI;;EAII;IACI;;EAMJ;IAEI;;EAKJ;IACI;;EAShB;IACI;IACA;;EAII;IACI;IACA;IACA,OFpGD;IEqGC;IACA;;EAEA;IACI,OFpGR;;EEwGA;IACI;;EAIR;IACI;IACA;IACA;IACA;;EAKA;IACI;IACA;IACA;IACA;;EAEA;IACI;;EAKZ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAKJ;IACI;IACA;;EAKJ;IACI;IACA;IACA;;EAIR;IACI;;EAKI;IACI;;EAUR;IACI;;EAIR;IACI,OFlLK;;EEqLT;IACI;IACA;;EAUA;IACI;IACA;;EAEA;IACI;IACA;;EAIR;IAKI;IACA;;EALA;IACI;;EAMJ;IACI;;EAOJ;IACI;;EAGJ;IACI;;EAOR;IACI;;EAEA;IACI;IACA;;EAIR;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;EAKZ;IACI;;EAEA;IACI;;EAGJ;IACI;;EAEA;IACI;;EAEA;IACI;;EAKZ;IACI,kBFjRC;;EEmRD;IACI;IACA;;EAKZ;IACI;IACA;;EAIA;IACI;;EAIR;IACI;;EAIA;IACI;;EAKJ;IACI;;AAGR;EACA;IACI;IACA;IACA;;AAEJ;EACA;IACI;;;AAKR;EAIgB;IACI;;;AClWpB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA;AAEA;EACI;IACI;;EAGI;IACI;;EAKJ;IACI;;EAMJ;IAEI;IACA,kBHTH;IGUG;;EAEA;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAIR;IACI;IACA;;EAIA;IACI;;EAKZ;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;EAIR;IACI;;EAKR;IACI;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAQJ;IACI;IACA;;EAGI;IACI;IACA;IACA;;EAGA;IACI;;EAIR;IACI;;EAKJ;IACI;;EAMhB;IACI;IACA;;EAGJ;IACI;IACA;IACA,OHhIE;;EGkIF;IACI,OHlIG;;EGqIP;IACI,OHrII;;EG0IR;IACI;;EAIR;IACI;IACA;;EAEA;IACI;;EAEA;IACI,OHzJN;IG0JM;;EAEA;IACI,OH5JL;;EG+JC;IACI,OH/JJ;;EGoKR;IAEI;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAGJ;IACI;;EAIR;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAMA;IACI;;EAKR;IACI;;EAIR;IACI;;EAKA;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAIR;IACI;;EAIR;IACI,OHxOG;;EG4OH;IACI;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;;EAIR;IACI;;EAOA;IACI;;AAKZ;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;EAyBA;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAIA;IACI;;EAKJ;IACI;;AAGR;EACA;IAEI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;;ACpWZ;AACA;EAEI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAIA;IACI;;EASR;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;AAsDA;;EApDA;IACI;;EAIA;IACI;;EAKJ;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;;EAOJ;IACI;;EAIR;IACI;;EAGJ;IAEI;;EAGJ;IACI;;EAGA;IACI;IACA;;EAKZ;IACI;IACA;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAKZ;IACI;;EAEA;IACI;IACA;;EAIR;IACI;AACA;AAAA;AAAA;;EAKJ;IACI;;EAEA;IACI;;EAIR;IACI;;EAGJ;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;;EAIR;IACI;;EAGJ;IACI;IACA;;EAII;IACI;IACA;;EAEA;IACI;;EAIR;IACI;;EAKJ;IACI;;EAMJ;IACI;;EAKZ;IACI;;EAGJ;IACI;;EAMA;IACI;;EAGJ;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAKZ;IACI;;EAKJ;IACI;;EAIA;IACI;;EAKZ;IACI;;EAMI;IACI;;EAGJ;IACI,qBJ3OH;;EIiPL;IACI;;EAEA;IACI;;EAMJ;IACI;;EAOJ;IACI;IACA;IACA;;EAOJ;IACI;IACA;;EAMZ;IACI;;EAGJ;IACI;;EAIJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAEA;IACI;;EAGJ;IACI;;EAIR;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAEA;IACI;;;AJg2ChB;AAGA;AACA;EACI;IACI%22%7D */