@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}
.col-xs-12 {
  max-width: 100%;
}
.col-xs-11 {
  max-width: 91.6667%;
}
.col-xs-10 {
  max-width: 83.3333%;
}
.col-xs-9 {
  max-width: 75%;
}
.col-xs-8 {
  max-width: 66.6667%;
}
.col-xs-7 {
  max-width: 58.3333%;
}
.col-xs-6 {
  max-width: 50%;
}
.col-xs-5 {
  max-width: 41.6667%;
}
.col-xs-4 {
  max-width: 33.3333%;
}
.col-xs-3 {
  max-width: 25%;
}
.col-xs-2 {
  max-width: 16.6667%;
}
.col-xs-1 {
  max-width: 8.3333%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    max-width: 100%;
  }
  .col-sm-11 {
    max-width: 91.6667%;
  }
  .col-sm-10 {
    max-width: 83.3333%;
  }
  .col-sm-9 {
    max-width: 75%;
  }
  .col-sm-8 {
    max-width: 66.6667%;
  }
  .col-sm-7 {
    max-width: 58.3333%;
  }
  .col-sm-6 {
    max-width: 50%;
  }
  .col-sm-5 {
    max-width: 41.6667%;
  }
  .col-sm-4 {
    max-width: 33.3333%;
  }
  .col-sm-3 {
    max-width: 25%;
  }
  .col-sm-2 {
    max-width: 16.6667%;
  }
  .col-sm-1 {
    max-width: 8.3333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    max-width: 100%;
  }
  .col-md-11 {
    max-width: 91.6667%;
  }
  .col-md-10 {
    max-width: 83.3333%;
  }
  .col-md-9 {
    max-width: 75%;
  }
  .col-md-8 {
    max-width: 66.6667%;
  }
  .col-md-7 {
    max-width: 58.3333%;
  }
  .col-md-6 {
    max-width: 50%;
  }
  .col-md-5 {
    max-width: 41.6667%;
  }
  .col-md-4 {
    max-width: 33.3333%;
  }
  .col-md-3 {
    max-width: 25%;
  }
  .col-md-2 {
    max-width: 16.6667%;
  }
  .col-md-1 {
    max-width: 8.3333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    max-width: 100%;
  }
  .col-lg-11 {
    max-width: 91.6667%;
  }
  .col-lg-10 {
    max-width: 83.3333%;
  }
  .col-lg-9 {
    max-width: 75%;
  }
  .col-lg-8 {
    max-width: 66.6667%;
  }
  .col-lg-7 {
    max-width: 58.3333%;
  }
  .col-lg-6 {
    max-width: 50%;
  }
  .col-lg-5 {
    max-width: 41.6667%;
  }
  .col-lg-4 {
    max-width: 33.3333%;
  }
  .col-lg-3 {
    max-width: 25%;
  }
  .col-lg-2 {
    max-width: 16.6667%;
  }
  .col-lg-1 {
    max-width: 8.3333%;
  }
}

input::-ms-clear {
  display: none !important;
}

html {
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
body {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

p.has-error {
  color: #a94442;
  margin: -5px 0 10px;
  font-size: 13px;
}

.clr {
  height: 0px;
  width: 100%;
  display: inline-block;
  clear: both;
  float: none;
  position: relative;
}

.has-error label,
.has-error p {
  color: #a94442 !important;
}
.has-error .form-control {
  border-color: #a94442 !important;
}

.slick-dots li {
  width: 70px;
  height: 5px;
  padding: 0;
}

.slick-dots li button {
  padding: 0;
  width: 70px;
  height: 5px;
}

.slick-dots li button::before {
  width: 70px;
  height: 5px;
  content: "";
  background-color: #a7a7a7;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #009ee0;
}

.rdt {
  display: inline-block;
}
.rdt .form-control {
  display: inline-block;
  background: #264d78;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  height: auto;
  font-family: "Merriweather", serif;
  line-height: 1;
  width: 165px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  padding-left: 16px;
}
.rdt:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 25px;
  width: 17px;
  background: url("assets/img/sprite.png") no-repeat scroll -114px 7px transparent;
  top: 7px;
  right: 10px;
  border-left: 1px solid #fff;
  pointer-events: none;
}
.rdt .closeButton {
  position: absolute;
  top: 329px;
  right: 10px;
  z-index: 10;
  background: #009ee0;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  font-family: "Merriweather", serif;
  font-size: 14px;
  border: none;
  border-radius: 0;
  display: none;
}

.rdt .rdtPicker {
  position: absolute;
  top: 110%;
  padding: 15px 0px 45px;
  background: #fff;
  border: 1px solid #c8c8c8;
  z-index: 1;
  right: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  display: none;
  min-height: 331px;
}
.rdt.rdtOpen .rdtPicker,
.rdt.rdtOpen .closeButton {
  display: inline-block;
}
.rdt .rdtYears table {
  border-collapse: separate;
  border-spacing: 20px 10px;
}
.rdt .rdtPicker table:first-of-type {
  width: 100%;
  position: relative;
}
.rdt .rdtPicker table:first-of-type:after {
  content: "";
  display: inline-block;
  width: 86%;
  height: 1px;
  bottom: 0;
  left: 7%;
  background: #ccc;
  position: absolute;
}
.rdt .rdtPicker table:first-of-type th {
  font-size: 18px;
  color: #264d78;
  text-align: center;
  cursor: pointer;
}
.rdt .rdtPicker table:first-of-type .rdtSwitch {
  font-weight: 700;
}
.rdt .rdtPicker td.rdtYear {
  padding: 10px;
  font-size: 14px;
  color: #264d78;
}
.rdt .rdtPicker td.rdtDisabled {
  color: #ccc;
  cursor: default;
}
.rdt .rdtPicker td:hover:not(.rdtDisabled),
.rdt .rdtPicker td.rdtActive {
  background: #009ee0;
  color: #fff;
  cursor: pointer;
}

.rdt {
  position: relative;
  display: inline-block;
}
.rdt .form-control {
  display: inline-block;
  background: #264d78;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  font-family: "Merriweather", serif;
  line-height: 44px;
  height: 36px;
  width: 310px;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.rdt:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 18px;
  width: 35px;
  background: url("assets/img/sprite.png") no-repeat scroll -76px -218px transparent;
  top: 10px;
  right: 10px;
  border-left: 1px solid #fff;
  pointer-events: none;
}
.rdtPicker thead tr:first-child {
  font-size: 18px;
  color: #264d78;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.rdtPicker thead tr:first-child .rdtSwitch {
  font-weight: 700;
  cursor: default;
}
.rdtPicker thead tr:first-child th {
  text-align: center;
  padding-bottom: 15px;
}
.closeButton {
  position: absolute;
  top: 320px;
  right: 10px;
  z-index: 10;
  background: #009ee0;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  font-family: "Merriweather", serif;
  font-size: 14px;
  border: none;
  border-radius: 0;
  display: none;
}

.rdtPicker {
  position: absolute;
  top: 110%;
  padding: 10px 0 45px;
  background: #fff;
  border: 1px solid #c8c8c8;
  z-index: 1;
  right: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  display: none;
  width: 100%;
}
.rdt.rdtOpen .rdtPicker,
.rdt.rdtOpen .closeButton {
  display: inline-block;
}
.rdt .rdtDays table,
.rdt .rdtMonths table,
.rdt .rdtYears table {
  border-collapse: separate;
  border-spacing: 15px 5px;
  width: 100%;
}
.rdt .rdtMonths table:nth-child(2),
.rdt .rdtYears table:nth-child(2) {
  border-spacing: 25px 11px;
  margin-top: -11px;
}
.rdt table .rdtDay,
.rdt table .rdtMonth,
.rdt table .rdtYear {
  font-size: 14px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #264d78;
  cursor: pointer;
  border: none;
}

.rdt table .rdtDay:hover {
  background: #009ee0;
  color: #a9a9a9;
}

.rdt table .rdtMonth,
.rdt table .rdtYear {
  line-height: 45px;
}
.rdt table .rdtDay.rdtOld,
.rdt table .rdtDay.rdtNew {
  color: #a9a9a9;
}
.rdt table .rdtToday,
.rdt table .rdtDay.rdtActive,
.rdt .rdtMonth.rdtActive,
.rdt .rdtYear.rdtActive {
  color: #fff;
  background-color: #009ee0;
}
.rdt table .rdtDisabled {
  cursor: default;
  color: #a9a9a9;
}
.rdt .dow {
  font-size: 14px;
  font-weight: 700;
  color: #264d78;
  text-align: center;
}

.styleContent__dropdownElement___2IDT7 .rdt,
.styleReaderLayout__selectBar___CDtS4 .rdt {
  position: relative;
  display: inline-block;
}
.styleContent__dropdownElement___2IDT7 .rdt .form-control {
  display: inline-block;
  background: #264d78;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  font-family: "Merriweather", serif;
  line-height: 36px;
  width: 262px;
  border-radius: 0;
  border: none;
  cursor: pointer;
}

.styleContent__dropdownElement___2IDT7 .rdt .closeButton {
  position: absolute;
  top: 332px;
  right: 10px;
  z-index: 10;
  background: #009ee0;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  font-family: "Merriweather", serif;
  font-size: 14px;
  border: none;
  border-radius: 0;
  display: none;
}

.styleReaderLayout__selectBar___CDtS4 .rdt .form-control {
  background: #fff;
  padding: 8px 15px 9px;
  min-width: 275px;
  position: relative;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  color: #264d78;
}

.styleReaderLayout__selectBar___CDtS4 .rdt .closeButton {
  position: absolute;
  top: 328px;
  right: 10px;
  z-index: 10;
  background: #009ee0;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  font-family: "Merriweather", serif;
  font-size: 14px;
  border: none;
  border-radius: 0;
  display: none;
}

.styleContent__dropdownElement___2IDT7 .rdt:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 18px;
  width: 35px;
  background: url("assets/img/sprite.png") no-repeat scroll -76px -218px transparent;
  top: 10px;
  right: 10px;
  border-left: 1px solid #fff;
  pointer-events: none;
}

.styleReaderLayout__selectBar___CDtS4 .rdt:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 18px;
  width: 35px;
  background: url("assets/img/sprite.png") no-repeat scroll -76px -218px transparent;
  background-position: -76px -249px;
  top: 9px;
  right: 10px;
  border-left: 1px solid #264d78;
  pointer-events: none;
}

.styleContent__dropdownElement___2IDT7 .rdtPicker thead tr:first-child,
.styleReaderLayout__selectBar___CDtS4 .rdtPicker thead tr:first-child {
  font-size: 18px;
  color: #264d78;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.styleContent__dropdownElement___2IDT7 .rdtPicker thead tr:first-child .rdtSwitch,
.styleReaderLayout__selectBar___CDtS4 .rdtPicker thead tr:first-child .rdtSwitch {
  font-weight: 700;
  cursor: default;
}
.styleContent__dropdownElement___2IDT7 .rdtPicker thead tr:first-child th,
.styleReaderLayout__selectBar___CDtS4 .rdtPicker thead tr:first-child th {
  text-align: center;
  padding-bottom: 15px;
}
.styleContent__dropdownElement___2IDT7 .rdtPicker,
.styleReaderLayout__selectBar___CDtS4 .rdtPicker {
  position: absolute;
  top: 110%;
  padding: 10px 0 45px;
  background: #fff;
  border: 1px solid #c8c8c8;
  z-index: 1;
  right: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  display: none;
  width: 100%;
}
.styleContent__dropdownElement___2IDT7 .rdt.rdtOpen .rdtPicker,
.styleReaderLayout__selectBar___CDtS4 .rdt.rdtOpen .rdtPicker,
.styleContent__dropdownElement___2IDT7 .rdt.rdtOpen .closeButton,
.styleReaderLayout__selectBar___CDtS4 .rdt.rdtOpen .closeButton {
  display: inline-block;
}
.styleContent__dropdownElement___2IDT7 .rdt .rdtDays table,
.styleContent__dropdownElement___2IDT7 .rdt .rdtMonths table,
.styleContent__dropdownElement___2IDT7 .rdt .rdtYears table,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtDays table,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtMonths table,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtYears table {
  border-collapse: separate;
  border-spacing: 11px 7px;
  width: 100%;
}
.styleContent__dropdownElement___2IDT7 .rdt .rdtMonths table:nth-child(2),
.styleContent__dropdownElement___2IDT7 .rdt .rdtYears table:nth-child(2),
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtMonths table:nth-child(2),
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtYears table:nth-child(2) {
  border-spacing: 25px 11px;
  margin-top: -11px;
}
.styleContent__dropdownElement___2IDT7 .rdt table .rdtDay,
.styleContent__dropdownElement___2IDT7 .rdt table .rdtMonth,
.styleContent__dropdownElement___2IDT7 .rdt table .rdtYear,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtDay,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtMonth,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtYear {
  font-size: 14px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #264d78;
  cursor: pointer;
}

.styleContent__dropdownElement___2IDT7 .rdt table .rdtDay:hover,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtDay:hover {
  background: #009ee0;
  color: #a9a9a9;
}

.styleContent__dropdownElement___2IDT7 .rdt table .rdtMonth,
.styleContent__dropdownElement___2IDT7 .rdt table .rdtYear {
  line-height: 45px;
}
.styleContent__dropdownElement___2IDT7 .rdt table .rdtDay.rdtOld,
.styleContent__dropdownElement___2IDT7 .rdt table .rdtDay.rdtNew {
  color: #a9a9a9;
}
.styleContent__dropdownElement___2IDT7 .rdt table .rdtToday,
.styleContent__dropdownElement___2IDT7 .rdt .rdtDay.rdtActive,
.styleContent__dropdownElement___2IDT7 .rdt .rdtMonth.rdtActive,
.styleContent__dropdownElement___2IDT7 .rdt .rdtYear.rdtActive,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtToday,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtDay.rdtActive,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtMonth.rdtActive,
.styleReaderLayout__selectBar___CDtS4 .rdt .rdtYear.rdtActive {
  color: #fff;
  background-color: #009ee0;
}
.styleContent__dropdownElement___2IDT7 .rdt table .rdtDisabled,
.styleReaderLayout__selectBar___CDtS4 .rdt table .rdtDisabled {
  cursor: default;
  color: #a9a9a9;
}

.styleContent__dropdownElement___2IDT7 .rdt .dow,
.styleReaderLayout__selectBar___CDtS4 .rdt .dow {
  font-size: 14px;
  font-weight: 700;
  color: #264d78;
  text-align: center;
}

.zoomer img {
  width: 100%;
  height: auto;
}

#lds-spinner {
  position: relative;
}
#lds-spinner div {
  left: 96px;
  top: 40px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1.5s infinite;
  animation: lds-spinner linear 1.5s infinite;
  background: #264d78;
  width: 8px;
  height: 20px;
  border-radius: 0%;
  -webkit-transform-origin: 4px 60px;
  transform-origin: 4px 60px;
}
#lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
#lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
#lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
#lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
#lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
#lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
#lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
#lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
#lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
#lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#lds-spinner {
  width: 200px;
  height: 200px;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

#loadingScreen[class*="small"] {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: none;
}

#loadingScreen[class*="small"] #lds-spinner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

#loadingScreen[class*="small"] #lds-spinner div {
  left: 45px;
  top: 5px;
  position: absolute;
  animation: spinnerSmall linear 1s infinite;
  background: #ffffff;
  width: 10px;
  height: 20px;
  border-radius: 0px / 0px;
  transform-origin: 5px 45px;
}
#loadingScreen[class*="small"] #lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
}

#loadingScreen[class*="small"] #lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

#loadingScreen[class*="small"] #lds-spinner div {
  box-sizing: content-box;
}

.wFrameXSmall {
  width: 15%;
}
.wFrameSmall {
  width: 25%;
}
.wFrameMedium {
  width: 50%;
}
.wFrameLarge {
  width: 75%;
}
.wFrameXlarge {
  width: 100%;
}
.articleImage::after {
  content: "";
  display: block;
  clear: both;
}
.articleImage.snapFrameLeft {
  margin-right: 10px;
  margin-left: auto;
  float: left;
}
.articleImage.snapFrameCenter {
  margin-right: auto;
  margin-left: auto;
}
.articleImage.snapFrameRight {
  margin-left: 10px;
  float: right;
}
.articleImage .articleImageDescription {
  margin: 5px 0;
  font-size: 13px;
  color: #4b4b4b;
}

.wFrameXSmall.sideDescription.snapFrameLeft,
.wFrameSmall.sideDescription.snapFrameLeft,
.wFrameMedium.sideDescription.snapFrameLeft,
.wFrameXSmall.sideDescription.snapFrameRight,
.wFrameSmall.sideDescription.snapFrameRight,
.wFrameMedium.sideDescription.snapFrameRight {
  width: 100%;
}

.wFrameXSmall.sideDescription.articleImage.snapFrameLeft img,
.wFrameXSmall.sideDescription.articleImage.snapFrameRight img {
  width: 15% !important;
}
.wFrameSmall.sideDescription.articleImage.snapFrameLeft img,
.wFrameSmall.sideDescription.articleImage.snapFrameRight img {
  width: 25% !important;
}
.wFrameMedium.sideDescription.articleImage.snapFrameLeft img,
.wFrameMedium.sideDescription.articleImage.snapFrameRight img {
  width: 50% !important;
}

.wFrameXSmall.sideDescription.articleImage.snapFrameLeft img,
.wFrameSmall.sideDescription.articleImage.snapFrameLeft img,
.wFrameMedium.sideDescription.articleImage.snapFrameLeft img {
  float: left;
  margin-right: 15px;
}

.wFrameXSmall.sideDescription.articleImage.snapFrameRight img,
.wFrameSmall.sideDescription.articleImage.snapFrameRight img,
.wFrameMedium.sideDescription.articleImage.snapFrameRight img {
  float: right;
  margin-left: 15px;
}
.wFrameXSmall.sideDescription.articleImage.snapFrameRight .articleImageDescription,
.wFrameSmall.sideDescription.articleImage.snapFrameRight .articleImageDescription,
.wFrameMedium.sideDescription.articleImage.snapFrameRight .articleImageDescription {
  text-align: right;
}

.wFrameXSmall.sideDescription.snapFrameCenter {
  width: 30%;
}
.wFrameSmall.sideDescription.snapFrameCenter {
  width: 50%;
}
.wFrameMedium.sideDescription.snapFrameCenter {
  width: 100%;
}

.sideDescription.snapFrameCenter img {
  width: 50% !important;
  float: left;
  margin-right: 15px;
}

@media print {
  #articleView p {
    overflow: visible;
  }

  .autor-nota {
    margin: 20px 0;
    overflow: visible;
  }
}
/** STYLE OD ORZESZKA **/
#articleView p {
  margin: 20px 0;
  color: #222222;
}
#articleView p a {
  color: inherit;
}
#articleView .wyroznienie {
  margin: 30px 0;
  padding: 0 20px;
  font-family: "Merriweather", serif;
  font-size: 22px;
  font-weight: 700;
  background: #f6f6f6;
}
#articleView .obrazek {
  margin: 30px 0;
  text-align: left;
}
#articleView .obrazek-pod {
  margin: 20px 0;
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #68788c;
}
#articleView .obrazek-tyt {
  margin: 20px 0;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  color: #68788c;
}
#articleView .pasek-win {
  margin: 30px 0 20px;
  padding: 0 25px;
  background: #e0e0e0;
  font-family: "Merriweather", serif;
  font-size: 17px;
  line-height: 27px;
}
#articleView .srodtytul {
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: 700;
}
#articleView .srodtyt-1st {
  font-family: "Merriweather", serif;
  font-size: 36px;
  font-weight: 700;
}
#articleView .pytanie {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
}
#articleView .podstawa-tyt {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
}
#articleView .autor {
  margin: 50px 0 20px;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 21px;
}
#articleView .autor + .autor {
  margin-top: -10px;
}
#articleView .autor-nota {
  font-family: "Merriweather", serif;
  font-size: 15px;
}
#articleView .autor-nota b {
  font-weight: inherit;
}
#articleView .autor-nota a:not([href^="mailto"]) {
  color: #004aba;
  text-decoration: underline;
}
#articleView .ramka-txt {
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #555555;
  font-weight: 300;
  line-height: 1.7;
}
#articleView .ramka-tyt {
  margin: 60px 0 30px;
  border-top: 1px solid #666666;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 20px;
  font-style: italic;
  color: #666666;
}
#articleView .tresc-bold {
  font-weight: 700;
}
#articleView .tresc-italic {
  font-style: italic;
}
#articleView .opinia-funkcja {
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #222;
  line-height: 1.7;
}
#articleView .opinia-funkcja b {
  font-weight: normal;
}
#articleView .podstawa-txt {
  font-family: "Merriweather", sans-serif;
  font-size: 14px;
  font-style: italic;
}
#articleView .lead {
  margin: 40px 0;
  font-family: "Merriweather", serif;
  font-size: 21px;
  line-height: 1.6;
  font-weight: bold;
}
#articleView .articleImage {
  margin: 30px 0;
  text-align: left;
}
#articleView .articleImage::after {
  content: "";
  display: block;
  clear: both;
}
#articleView .articleImage img {
  display: block;
  max-width: 100%;
}
#articleView .articleImage.snapFrameLeft {
  margin-right: 10px;
  margin-left: auto;
  float: left;
  clear: left;
}
#articleView .articleImage.snapFrameCenter {
  margin-right: auto;
  margin-left: auto;
}
#articleView .articleImage.snapFrameRight {
  margin-left: 10px;
  float: right;
}
#articleView .articleImage .articleImageDescription {
  margin: 0;
  font-size: 13px;
  color: #4b4b4b;
}
#articleView .articleImage .articleImageAuthor,
#articleView .articleImage .articleImageSource {
  margin: 5px 0 0 0;
  font-size: 13px;
  font-style: italic;
  color: #818181;
}
#articleView .articleImage .articleImageDescription p {
  margin: 5px 0;
  font-size: 13px;
  color: #4b4b4b;
}
#articleView .allCaps {
  text-transform: uppercase;
}
#articleView table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 0 auto;
}
#articleView table td {
  border: 1px solid #ddd;
  padding: 5px;
}
#articleView table td * {
  margin: 0;
}
#articleView strong {
  font-weight: 700;
}
#articleView em {
  font-style: italic;
}
#articleView ol,
#articleView ol li {
  list-style: decimal inside none;
  padding: 10px 0 10px 10px;
}
#articleView ul,
#articleView ul li {
  list-style: disc inside none;
  padding: 10px 0 10px 10px;
}
#articleView ol li p,
#articleView ul li p {
  margin: 0;
  display: unset;
}
#articleView .author_removeUlStyles ul li {
  list-style: none;
}
#articleView .author_removeUlStyles ol li {
  list-style: none;
}
#articleView .tresc-underline {
  text-decoration: underline;
}

#articleView table {
  border-collapse: collapse;
  max-width: 100%;
  margin: auto;
}
#articleView table td {
  border: 1px solid #ccc;
  padding: 5px;
}
#articleView table td * {
  margin: 0;
}

#articleView
  .styleBuyIssueBox__buyIssueBox___sxmai
  .styleBuyIssueBox__column___cllPh.styleBuyIssueBox__right___44Dyg
  .styleBuyIssueBox__content___1IPGY
  ul,
#articleView
  .styleBuyIssueBox__buyIssueBox___sxmai
  .styleBuyIssueBox__column___cllPh.styleBuyIssueBox__right___44Dyg
  .styleBuyIssueBox__content___1IPGY
  ul
  li {
  padding: 0;
}

#legalActs .dtn {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 5px;
}
#legalActs .dtz {
  margin: 6pt 0;
}
#legalActs .dtu {
  font-weight: 700;
  margin: 0 0 6pt;
}

#legalActs .frag {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
}
#legalActs .frag:empty {
  display: none;
}
#legalActs a:empty {
  display: none;
}
#legalActs .frag b,
#legalActs .frag .frag-title {
  font-weight: 700;
}
#legalActs .frag .p1 {
  margin-left: 24pt;
  text-indent: -12pt;
}
#legalActs .frag .p2 {
  margin-left: 36pt;
  text-indent: -12pt;
}
#legalActs .frag .p3 {
  margin-left: 48pt;
  text-indent: -12pt;
}
#legalActs .frag .p4 {
  margin-left: 60pt;
  text-indent: -12pt;
}
#legalActs .frag .p5 {
  margin-left: 72pt;
  text-indent: -12pt;
}

#legalActs .frag .nop1 {
  margin-left: 12pt;
  margin-bottom: 6pt;
  margin-top: 0;
}
#legalActs .frag .nop2 {
  margin-left: 24pt;
  margin-bottom: 6pt;
  margin-top: 0;
}
#legalActs .frag .nop3 {
  margin-left: 36pt;
  margin-bottom: 6pt;
  margin-top: 0;
}
#legalActs .frag .nop4 {
  margin-left: 48pt;
  margin-bottom: 6pt;
  margin-top: 0;
}
#legalActs .frag .nop5 {
  margin-left: 60pt;
  margin-bottom: 6pt;
  margin-top: 0;
}

#legalActs .frag p.end {
  margin: 36pt 8pt 6pt 0;
}

#legalActs .frag p.a {
  margin-top: 18pt;
}
#legalActs .frag p.b {
  font-weight: 700;
}
#legalActs .frag p.c {
  text-align: center;
}
#legalActs .frag p.r {
  text-align: right;
}
#legalActs .frag p.k {
  margin-top: 12pt;
}
#legalActs .frag p.l {
  text-align: left;
}
#legalActs .frag p.i {
  font-style: italic;
}
#legalActs .frag p.j {
  text-align: justify;
}
#legalActs .frag p.u {
  margin-bottom: 12pt;
}
#legalActs .frag p.z {
  margin-bottom: 0;
  margin-top: 0;
}

.tools
{
  position: fixed;
  display: flex;
  right: 20px;
  bottom: 20px;
  background:#264d78;
  width: auto !important;
  height: auto !important;
  z-index: 9;
}
.tools button
{
  position: relative;
  padding: 15px;
  border: 0;
  background:#264d78;
  cursor: pointer;
}

.tools button:first-child::after
{
  content: "";
  position: absolute;
  right: 0;
  height: 45px;
  width: 1px;
  background-color: #fff;
  top: 10px;

}


.tools button img
{
  height: 36px !important;
  width: 36px !important;
}
.react-transform-content
{
  width: 100% !important;
  height: 100% !important;
}


/** STYLE OD PAWŁA Ż

#articleView{padding:2% 4% 0;font:16px/1.6em 'Open Sans', sans-serif;}
#articleView p{margin:25px 0}
#articleView strong{font-weight:bold}
#articleView .content::after{content:'';display:block;clear:both}
#articleView .content .tresc:first-child::first-letter{  display:block;  float:left;  margin:5px 5px 0 0;  font-size:53px;  line-height:0.8;}
#articleView .nadtytul{position:relative;min-height: 24px;font:bold 21px '$merryFont', sans-serif;color:#009ee0;text-transform:uppercase;padding-left:29px;background-size:20px 19px;}
#articleView .nadtytul .dgpIcon{content:'DGP';position:absolute;left:0;top:2px;width:20px;height:19px;line-height:19px;background:#e2001a;color:#fff;border-radius:2.5px;font-size:10px;font-weight:normal;letter-spacing:-1px;text-align:center;}
#articleView .nadtytul .dgpIcon::first-letter{display:inline-block;margin-right:-1px;}
#articleView .hyphenate{text-align:justify;}
#articleView .main-image{margin:7px 0 25px;}
#articleView .main-image img{display:block;border:1px solid #d7d7d7;-webkit-box-shadow:3px 4px 4px 0px #d7d7d7;-moz-box-shadow: 3px 4px 4px 0px #d7d7d7;box-shadow: 3px 4px 4px 0px #d7d7d7;}
#articleView .main-image img[src=""]{display:none}
#articleView .main-image .description, #articleView .obrazek-pod{font:9px '$merryFont', sans-serif;color:#777;text-align:right;margin:8px 0 0 0;}
#articleView p.obrazek-pod{margin-top:-20px}
#articleView p.obrazek-tyt{margin: 20px 0;font-weight: 300;font-size: 17px;line-height: 1.7;color: #68788c;}
#articleView h1,#articleView .lead{margin:20px 0;font:bold 26px/1.6em '$merryFont', sans-serif;color:#010101;}
#articleView h1{line-height:1.3}
#articleView .lead{font-size:17px}
#articleView .srodtyt,#articleView .srodtytul,#articleView .pytanie{margin-bottom:-20px;font-weight:bold}
#articleView .srodtyt,#articleView .srodtytul{font-size:1.2em}
#articleView .wyroznienie{padding:20px 3%;margin:0 -3%;font-weight:bold;color:#fff;background:#009ee0;}
#articleView .ramka-tyt{margin: 40px 0 30px;border-top: 1px solid #009ee0;font-weight: 700;font-size: 20px;font-style: italic;color: #666666;}
#articleView .ramka-txt{color: #555555;font-weight: 300;line-height: 1.7;}
#articleView table{border-collapse: collapse;}
#articleView table td{border: 1px solid #009ee0;padding: 5px;}
#articleView table td *{margin:0}
#articleView .articleImage:not(.authorFromImage) {font-size: 0.85em}
#articleView .articleImage.wFrameSmall:not(.authorFromImage) {font-size: 0.75em}
#articleView .articleImage.wFrameXSmall:not(.authorFromImage) {font-size: 0.6em}
#articleView .autor{margin: 10px -3% 0;background: #282e3e;padding: 10px 3%;font-size: 15px;color:#fff;font-family: 'Open Sans', sans-serif;}
#articleView .autor::after,#articleView .autor li::after{content:'';display:block;clear:both}
#articleView .autor .imgCover{width: 100px;height: 100px;float: left;margin: 0 40px 0 0;border-radius: 50%;overflow: hidden;background: #666;text-align: center;}
#articleView .autor .imgCover img{height: 100%;}
#articleView .autor .name{position: relative;margin: 0 0 10px;font:bold 17px 'Open Sans', sans-serif;line-height: 1;padding-top: 25px;}
#articleView .autor .name::before{content: 'Autor';position: absolute;top: 10px;font-size: 9px;color:#009ee0;}
#articleView .autor .additionalInfo,#articleView .autor .email{margin: 0 0 8px;font-size: 9px;line-height: 1;}
#articleView .autor .additionalInfo:empty,#articleView .autor .email:empty{display:none}

.newsHeader{margin-left: -4.4%;min-height: 24px;font: bold 18px '$merryFont', sans-serif;text-transform:uppercase;padding:6px 15px;display:inline-block;box-sizing:border-box;background:#264d78;color:#fff;}
.newsHeader .publicationDate{font: 18px '$merryFont', sans-serif;padding-left: 15px;}
**/
@media screen and (max-width: 1399px) {
  .styleHtmlReader__toc___2mCk_ .tableOfContentStyle__issueMenu___1ODz1 {
    margin-left: 0;
  }
  .styleHtmlReader__toc___2mCk_ .tableOfContentStyle__issueMenu___1ODz1 .tableOfContentStyle__tocButton___9Oipb {
    padding: 0;
  }
  .styleContent__dropdownElement___2IDT7 .rdt .form-control {
    width: 242px;
  }
}

@media screen and (max-width: 1199px) {
  #loadingScreen[class*="responsive"] {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: none;
  }

  #loadingScreen[class*="responsive"] #lds-spinner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
    transform-origin: 0 0;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div {
    left: 45px;
    top: 5px;
    position: absolute;
    animation: spinnerSmall linear 1s infinite;
    background: #ffffff;
    width: 10px;
    height: 20px;
    border-radius: 0px / 0px;
    transform-origin: 5px 45px;
  }
  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }

  #loadingScreen[class*="responsive"] #lds-spinner div {
    box-sizing: content-box;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spinnerSmall {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

li.slick-active div {
  background-color: #009ee0 !important;
}
#readerSlider {
  color: purple;
  display: inline-block;
  height: 100%;
  width: 100%;
}
#readerSlider .slick-slider {
  height: 100%;
}
#readerSlider .slick-slider .slick-arrow {
  text-shadow: 0 0 10px #ccc;
  z-index: 10;
}
#readerSlider .slick-slider .slick-arrow.slick-prev {
  left: 10px;
}
#readerSlider .slick-slider .slick-arrow.slick-next {
  right: 10px;
}
#readerSlider .slick-slider .slick-dots {
  bottom: 0;
}
#readerSlider .slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#readerSlider .slick-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  background: transparent;
}
#readerSlider .slick-slider .slick-dots li button:before {
  width: 7px;
  height: 7px;
  background: transparent;
}
#readerSlider .slick-slider .slick-dots li.slick-active {
  background: #fff;
}
#readerSlider .slick-track {
  height: 100%;
}
#readerSlider .slick-list {
  height: 100%;
}

#readerSlider .slick-slide {
  height: 100%;
}
#readerSlider .slick-slide img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .closeButton {
  position: absolute;
  top: 260px;
  right: 10px;
  z-index: 10;
  background: #009ee0;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  font-family: "Merriweather", serif;
  font-size: 14px;
  border: none;
  border-radius: 0;
  display: none;
}

.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .form-control {
  display: inline-block;
  padding: 10px 60px 10px 40px;
  background: #264d78;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  height: auto;
  font-family: "Merriweather", serif;
  line-height: 1;
  width: 100%;
  border-radius: 0;
  border: none;
  cursor: pointer;
  height: 48px;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 25px;
  width: 19px;
  background: url("assets/img/sprite.png") no-repeat scroll -114px 8px transparent;
  top: 10px;
  right: 10px;
  border-left: 1px solid #fff;
  pointer-events: none;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 15px 0px 50px;
  background: #fff;
  border: 1px solid #c8c8c8;
  z-index: 1;
  right: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
  display: none;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt.rdtOpen .rdtPicker {
  display: inline-block;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt.rdtOpen .closeButton {
  display: inline-block;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtYears table {
  border-collapse: separate;
  border-spacing: 20px 10px;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker table:first-of-type {
  width: 100%;
  position: relative;
}
.stylesIssueLibrary__listOfContent___3ydQH
  .stylesIssueLibrary__calendar___7pNDf
  .rdt
  .rdtPicker
  table:first-of-type:after {
  content: "";
  display: inline-block;
  width: 86%;
  height: 1px;
  bottom: 0;
  left: 7%;
  background: #ccc;
  position: absolute;
}
.stylesIssueLibrary__listOfContent___3ydQH
  .stylesIssueLibrary__calendar___7pNDf
  .rdt
  .rdtPicker
  table:first-of-type
  th {
  font-size: 18px;
  color: #264d78;
  text-align: center;
  cursor: pointer;
}
.stylesIssueLibrary__listOfContent___3ydQH
  .stylesIssueLibrary__calendar___7pNDf
  .rdt
  .rdtPicker
  table:first-of-type
  .rdtSwitch {
  font-weight: 700;
}
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker td.rdtYear {
  padding: 10px;
  font-size: 14px;
  color: #264d78;
  border: none;
}
.stylesIssueLibrary__listOfContent___3ydQH
  .stylesIssueLibrary__calendar___7pNDf
  .rdt
  .rdtPicker
  td.rdtDisable.stylesIssueLibrary__listOfContent___3ydQH
  .stylesIssueLibrary__calendar___7pNDf
  .rdt
  .rdtPicker
  td:hover:not(.rdtDisabled),
.stylesIssueLibrary__listOfContent___3ydQH .stylesIssueLibrary__calendar___7pNDf .rdt .rdtPicker td.rdtActive {
  background: #009ee0;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .rdt .form-control {
    width: 280px;
  }

  .closeButton {
    right: -25px;
  }
  .rdtPicker {
    width: 280px;
    right: -35px;
  }
  .styleReadIssue__bookletsWrapper___J3PHv .slick-dots,
  .stylesIssueLibrary__bookletsWrapper___2HQ9n .slick-dots {
    display: none !important;
  }
  #articleView .lead {
    font-size: 21px;
    line-height: 1.4;
    margin: 20px 0 40px;
  }

  .styleContent__dropdownElement___2IDT7 .rdt,
  .styleReaderLayout__selectBar___CDtS4 .rdt {
    width: 100%;
  }
  .styleContent__dropdownElement___2IDT7 .rdt .form-control {
    width: 100%;
  }
  .styleContent__dropdownElement___2IDT7 .rdtPicker,
  .styleReaderLayout__selectBar___CDtS4 .rdtPicker {
    z-index: 2;
  }
  #articleView .pytanie {
    font-size: 14px;
  }
}

.slick-initialized .slick-slide {
  text-align: center;
}

@media (min-width: 992px) {
  .styleReadIssue__bookletsWrapper___J3PHv .slick-dots,
  .styleNewestIssue__bookletsWrapper___3Ya-s .slick-dots {
    bottom: -35px;
  }
}

@media (min-width: 1400px) {
  .stylesIssueLibrary__addonsView___1DV3g .stylesIssueLibrary__bookletsWrapper___2HQ9n .slick-dots {
    bottom: -35px;
  }
}

.styleLeftMenu__double {
  display: flex;
}
.articleImageBox {
  display: flex;
  flex-direction: column;
}
@media (max-width: 850px) {
  .rdt {
    width: 100%;
  }
  .rdt .form-control {
    width: 100% !important;
  }
  .rdt .rdtPicker {
    width: 100%;
  }
}

.styleReaderPDF__firstPage___2l0Q1.styleReaderPDF__zoomed {
  /* left: -1200px !important; */
}
/* .reader :not(.styleReaderPDF__zoomed) .flipbookContainer .flipBook.firstPage
{
  left: 50%;
  transform: translateX(-75%);
} */
/* #zoomWrapper.zoomed .styleReaderPDF__area___1MrBF {
  display: none;
  position: unset;
} */
