#free-download-001 .blue-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: var(--var-icwm-accent-color-on-dark);
  width: 100%;
  height: 135px; }

#free-download-001 .page-title-box {
  position: absolute;
  display: block;
  content: " ";
  background-color: var(--var-not-black);
  height: 30%;
  z-index: 1;
  top: -50%;
  height: auto;
  padding: 50px;
  /*width: 80%;*/
  /* Post-launch change, 10 Oct 2023 */
  /*margin-left: 10%;*/
  /* Post-launch change, 10 Oct 2023 */
  width: 1320px;
  /* Post-launch change, 10 Oct 2023 */ }

#free-download-001 .page-title-box-headingM {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase; }

#free-download-001 .page-title-box-headingS {
  color: #EDEDED;
  font-family: 'quasimoda', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 37.92px */
  letter-spacing: 6px;
  text-transform: uppercase; }

#free-download-001 .page-title-box-bodyT {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 118.75% */
  letter-spacing: 0.16px; }

#free-download-001 .white-strip {
  position: relative;
  display: block;
  content: " ";
  background-color: white;
  width: 100%;
  height: 120px; }

#free-download-001 .First-Wrapper {
  position: relative;
  display: block;
  content: " ";
  padding: 30px; }

#free-download-001 .Cover-Image-Left-Hover {
  position: relative;
  display: block;
  content: " ";
  width: 100%; }

#free-download-001 .First-Page {
  position: relative;
  display: block;
  background-color: #F5F5F5;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 30px;
  height: 900px; }

#free-download-001 .svglogo svg {
  max-height: 135px;
  margin-bottom: 2rem; }

#free-download-001 .svglogo .cls-2 {
  fill: black; }

#free-download-001 .Left-Box-Wrapper {
  position: relative;
  display: block;
  width: 500px;
  margin: auto; }

#free-download-001 .Cover-Read-Circle {
  z-index: 10;
  color: white;
  position: absolute;
  width: 125px;
  height: 125px;
  background-color: var(--var-not-black);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 200px;
  left: 320px;
  top: 390px;
  text-align: center;
  transition: left 0.5s, background-color 0.5s; }

#free-download-001 .Cover-Image-Move {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 770px;
  z-index: 30; }

#free-download-001 .Cover-Top {
  position: absolute;
  display: block;
  z-index: 6; }

#free-download-001 .Cover-Hidden {
  position: absolute;
  display: block;
  z-index: 5;
  transform: rotate(0deg);
  transform-origin: 0 100%;
  transition: rotate 0.5s, transform 0.5s ease-out, fill 0.5s; }

#free-download-001 .Cover-Image-Left-Hover:hover .Cover-Read-Circle {
  background-color: white;
  left: 350px;
  transition: left 0.5s, background-color 0.5s; }

#free-download-001 .Cover-Image-Left-Hover:hover .Cover-Read-Circle-Text {
  color: black;
  transition: color 0.5s; }

#free-download-001 .Cover-Image-Left-Hover:hover .Cover-Hidden {
  transform-origin: 0 100%;
  transform: rotate(6deg);
  transition: rotate 0.5s, transform 0.5s ease-out, fill 0.5s; }

#free-download-001 .Cover-Read-Circle-Text {
  color: white;
  text-align: center;
  font-family: 'quasimoda', sans-serif;
  font-size: 24.796px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 107.474% */
  letter-spacing: 8.555px;
  text-transform: uppercase;
  transition: color 0.5s; }

#free-download-001 .Cover-Read-Circle-Text-P {
  /*Centering in a div*/
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#free-download-001 .Cover-Content-Title {
  color: #282828;
  font-family: 'quasimoda', sans-serif;
  font-size: 20.377px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.9px;
  letter-spacing: 4.483px;
  text-transform: uppercase;
  text-decoration: none; }

#free-download-001 .Cover-Content-Body {
  color: black;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.5px;
  /* 128.125% */ }

#free-download-001 .Cover-Content-Wrapper {
  position: relative;
  display: block;
  width: 100%; }

#free-download-001 .Image-Scale {
  transform: scale(1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#free-download-001 .Cover-Content-Wrapper-Left {
  position: relative;
  display: block;
  height: 110px;
  width: 100%; }

#free-download-001 .Cover-Content-Wrapper-Left:hover .Image-Scale {
  transform: scale(1.1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#free-download-001 .Cover-Content-Wrapper-Left:hover .Cover-Content-Left-Text {
  background-color: var(--var-icwm-accent-color-on-dark);
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#free-download-001 .Cover-Content-Left-Black {
  position: absolute;
  display: block;
  content: " ";
  background-color: black;
  width: 100px;
  height: 100px;
  z-index: 1;
  left: -10px;
  top: -10px; }

#free-download-001 .Cover-Content-Left-Image {
  position: absolute;
  display: block;
  content: " ";
  background-color: black;
  width: 102px;
  height: 102px;
  z-index: 2;
  overflow: hidden; }

#free-download-001 .Cover-Content-Left-Text {
  position: absolute;
  display: block;
  content: " ";
  background-color: #EaEaEa;
  color: black;
  height: 90px;
  z-index: 3;
  left: 95px;
  top: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 5px;
  width: 87%;
  padding: 15px 5px 5px 20px; }

#free-download-001 .Cover-Content-Left-Text-Title {
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 275.855% */
  letter-spacing: 1.52px;
  color: Black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

#free-download-001 .Cover-Content-Body-Left {
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 128.125% */
  color: black; }

#free-download-001 .Cover-Content-Wrapper-Right {
  position: relative;
  display: block;
  height: 110px;
  width: 100%; }

#free-download-001 .Cover-Content-Wrapper-Right:hover .Image-Scale {
  transform: scale(1.1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#free-download-001 .Cover-Content-Wrapper-Right:hover .Cover-Content-Right-Text {
  background-color: var(--var-icwm-accent-color-on-dark);
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#free-download-001 .Cover-Content-Right-Black {
  position: absolute;
  display: block;
  content: " ";
  background-color: black;
  width: 100px;
  height: 100px;
  z-index: 1;
  top: -10px;
  right: -10px; }

#free-download-001 .Cover-Content-Right-Image {
  position: absolute;
  display: block;
  content: " ";
  background-color: black;
  width: 102px;
  height: 102px;
  z-index: 2;
  right: 0;
  overflow: hidden; }

#free-download-001 .Cover-Content-Right-Text {
  position: absolute;
  display: block;
  content: " ";
  background-color: var(--var-not-black);
  color: white;
  width: 88%;
  height: 90px;
  z-index: 3;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 5px 5px 15px;
  top: 5px;
  right: 87px;
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#free-download-001 .Cover-Content-Right-Text-Title {
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px !important;
  /* 275.855% */
  letter-spacing: 1.52px;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

#free-download-001 .Cover-Content-Body-Right {
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 128.125% */
  color: white; }

#lower-previous-issues-Header .Previous-Issues-Title {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

#lower-previous-issues-Header .Previous-Issues-Padding {
  padding-left: 40px;
  padding-right: 40px; }

#lower-previous-issues-Header .Previous-Issues-TitleS {
  color: white;
  font-family: 'quasimoda', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 0px */
  letter-spacing: 5px;
  text-transform: uppercase; }

#lower-previous-issues-Header .Previous-Issues-Body {
  color: white;
  text-align: justify;
  font-family: 'quasimoda', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 17.5px;
  /* 87.5% */ }

#lower-previous-issues .Previous-Issue-Wrapper {
  position: relative;
  display: block;
  text-align: center;
  background-color: #F5F5F5;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 270px;
  height: 620px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#lower-previous-issues .Previous-Issue-Link {
  position: absolute;
  display: block;
  width: 100%;
  height: 620px;
  top: -10px;
  z-index: 31; }

#lower-previous-issues .Previous-Issue-Title {
  padding-top: 20px;
  color: #282828;
  font-family: 'quasimoda', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#lower-previous-issues .Previous-Issue-Content {
  padding-top: 20px;
  color: #282828;
  font-family: 'quasimoda', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.5s, transform 0.5s ease-out, fill 0.5s;
  padding-right: 5px; }

#lower-previous-issues .Previous-Issue-Read {
  z-index: 10;
  color: white;
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: var(--var-not-black);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 200px;
  top: 240px;
  left: 90px;
  text-align: center;
  line-height: 10px;
  padding-top: 30px; }

#lower-previous-issues .Previous-Issue-Image {
  position: relative;
  display: block;
  transform: scale(1);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#lower-previous-issues .Previous-Issue-Wrapper:hover {
  background-color: var(--var-not-black);
  transition: background-color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#lower-previous-issues .Previous-Issue-Wrapper:hover .Previous-Issue-Image {
  transform: scale(1.04);
  transition: scale 0.5s, transform 0.5s ease-out, fill 0.5s; }

#lower-previous-issues .Previous-Issue-Wrapper:hover .Previous-Issue-Title {
  color: white;
  transition: color 0.5s, transform 0.5s ease-out, fill 0.5s; }

#lower-previous-issues .Previous-Issue-Wrapper:hover .Previous-Issue-Content {
  color: white; }

#free-download-001 .intro-about-overlay-credit {
  /*	position: relative;
  	display: block !important;
  	bottom: 40px;
  	padding: 16px;*/
  color: white; }

#free-download-001 .intro-about-overlay-credit p {
  color: white;
  margin: 0;
  font-size: 85%; }

#free-download-001 .intro-about-overlay-credit a {
  color: white;
  text-decoration: underline; }

#free-download-001 .intro-about-overlay-credit a:hover {
  color: white;
  text-decoration: none; }

#free-download-001 .Cover-Caption {
  position: absolute;
  display: block;
  bottom: 0;
  line-height: 16px;
  font-size: 15px; }

#free-download-001 .Cover-Caption p {
  padding-right: 1rem; }

#free-download-001 .Cover-Caption a {
  text-decoration: underline;
  color: black; }

#free-download-001 .Cover-Caption a:hover {
  text-decoration: none; }

#lower-previous-issues .color-with-marker {
  list-style-position: outside;
  text-align: left; }

#lower-previous-issues .color-with-marker ::marker {
  color: var(--var-icwm-accent-color-on-dark);
  font-size: 25px; }

@media (max-width: 1400px) {
  #free-download-001 .Cover-Caption {
    position: unset;
    padding-top: 2rem; }

  #free-download-001 .Cover-Content-Wrapper {
    padding-top: 650px; }

  #free-download-001 .First-Page {
    height: auto; }

  #free-download-001 .white-strip {
    height: 180px; } }
@media (max-width: 1200px) {
  #free-download-001 .page-title-box-headingM {
    font-size: 40px; } }
@media (max-width: 992px) {
  #free-download-001 .page-title-box-headingM {
    font-size: 37px; }

  #free-download-001 .page-title-box {
    height: 400px; }

  #free-download-001 .blue-strip {
    height: 145px; }

  #free-download-001 .intro-about-overlay-credit {
    /* bottom: 60px; */ }

  #free-download-001 .First-Page {
    height: auto; } }
@media (max-width: 768px) {
  #free-download-001 .page-title-box {
    height: 460px;
    /*width: 90%;*/
    /* Post-launch change, 10 Oct 2023 */
    /*margin-left: 5%;*/
    /* Post-launch change, 10 Oct 2023 */ }

  #free-download-001 .blue-strip {
    height: 180px; }

  #free-download-001 .Left-Box-Wrapper {
    scale: 0.90;
    margin: 0; }

  #free-download-001 .Cover-Image-Move {
    width: 400px;
    height: 700px; }

  #free-download-001 .Cover-Content-Right-Text {
    padding: 5px 5px 5px 5px;
    /*width: 80%;*/ }

  #free-download-001 .Cover-Content-Left-Text {
    padding: 5px 5px 5px 5px;
    /*width: 80%;*/ }

  #free-download-001 .Cover-Content-Wrapper {
    padding-top: 550px; }

  #free-download-001 .Cover-Content-Right-Text {
    right: 60px; }

  #free-download-001 .Cover-Content-Left-Text {
    left: 60px; } }
@media (max-width: 767px) {
  #free-download-001 .intro-about-overlay-credit p {
    font-size: 60%; }

  #lower-previous-issues .Previous-Issue-Wrapper {
    height: auto;
    /* Added 25 Sep 23 StuartW, remove fixed height for single column mobile */ } }
@media (min-width: 768px) {
  #free-download-001 .intro-about-overlay-credit {
    /* display: table-cell;
    vertical-align: bottom; */ } }
@media (max-width: 576px) {
  #lower-previous-issues-Header .Previous-Issues-TitleS {
    font-size: 20px; }

  #lower-previous-issues-Header .Previous-Issues-Title {
    line-height: 24px; }

  #free-download-001 .Left-Box-Wrapper {
    transform: scale(0.8);
    padding: 0px;
    left: -40px;
    margin: 0; }

  #free-download-001 .Cover-Content-Right-Text {
    right: 60px; }

  #free-download-001 .Cover-Content-Left-Text {
    left: 60px; }

  #free-download-001 .page-title-box {
    height: 490px;
    padding: 50px; }

  #free-download-001 .blue-strip {
    height: 200px; } }
@media (max-width: 540px) {
  #free-download-001 .First-Wrapper {
    padding: 10px; }

  #free-download-001 .First-Page {
    padding: 10px; }

  #free-download-001 .page-title-box {
    height: 470px;
    padding: 35px;
    /*width: 94%;*/
    /* Post-launch change, 10 Oct 2023 */
    /*margin-left: 3%;*/
    /* Post-launch change, 10 Oct 2023 */ }

  #free-download-001 .blue-strip {
    height: 200px; }

  #free-download-001 .white-strip {
    height: 200px; }

  #free-download-001 .page-title-box-headingM {
    font-size: 30px; }

  #free-download-001 .Left-Box-Wrapper {
    transform: scale(0.8);
    padding: 0px;
    left: -40px;
    margin: 0; }

  #free-download-001 .Cover-Content-Right-Text {
    right: 57px; }

  #free-download-001 .Cover-Content-Left-Text {
    left: 57px; }

  #lower-previous-issues-Header .Previous-Issues-Title {
    font-size: 30px; }

  #lower-previous-issues-Header .Previous-Issues-TitleS {
    font-size: 20px; } }
@media (max-width: 476px) {
  #free-download-001 .intro-about-overlay-credit p {
    font-size: 50%; } }
@media (max-width: 440px) {
  #free-download-001 .page-title-box {
    height: 500px;
    /* width: 96%;*/
    /* Post-launch change, 10 Oct 2023 */
    /* margin-left: 2%;*/
    /* Post-launch change, 10 Oct 2023 */ }

  #free-download-001 .blue-strip {
    height: 200px; }

  #free-download-001 .white-strip {
    height: 220px; }

  #free-download-001 .page-title-box-headingM {
    font-size: 22px; }

  #free-download-001 .Cover-Content-Wrapper-Left {
    width: 90%; }

  #free-download-001 .First-Page {
    height: auto; }

  #lower-previous-issues-Header .Previous-Issues-Padding {
    padding-left: 20px;
    padding-right: 20px; }

  #free-download-001 .Cover-Image-Move {
    width: 350px;
    height: 530px; }

  #free-download-001 .Left-Box-Wrapper {
    width: 350px; }

  #free-download-001 .Cover-Content-Left-Text-Title {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    /* 275.855% */
    letter-spacing: 1px; }

  #free-download-001 .Cover-Content-Body-Left {
    font-size: 13px;
    line-height: 13px; }

  #free-download-001 .Cover-Content-Right-Text-Title {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    /* 275.855% */
    letter-spacing: 1px; }

  #free-download-001 .Cover-Content-Body-Right {
    font-size: 13px;
    line-height: 13px; } }
@media (max-width: 390px) {
  #free-download-001 .Left-Box-Wrapper {
    transform: scale(0.6);
    left: -75px; }

  #free-download-001 .Cover-Image-Move {
    width: 270px;
    height: 430px; }

  #free-download-001 .Cover-Content-Wrapper {
    padding-top: 390px; }

  #free-download-001 .Cover-Content-Right-Text {
    right: 47px; }

  #free-download-001 .Cover-Content-Left-Text {
    left: 47px; }

  #free-download-001 .First-Page {
    height: auto; }

  #lower-previous-issues-Header .Previous-Issues-Padding {
    padding-left: 10px;
    padding-right: 10px; }

  #free-download-001 .page-title-box {
    height: 530px;
    padding: 20px;
    /* width: 96%;*/
    /* Post-launch change, 10 Oct 2023 */
    /* margin-left: 2%;*/
    /* Post-launch change, 10 Oct 2023 */ }

  #free-download-001 .blue-strip {
    height: 220px; } }
@media (max-width: 355px) {
  #free-download-001 .page-title-box {
    height: 600px;
    padding: 25px; }

  #free-download-001 .blue-strip {
    height: 250px; }

  #free-download-001 .white-strip {
    height: 250px; } }
@media (max-width: 1399px) {
  #free-download-001 .page-title-box {
    width: 1140px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 1199px) {
  #free-download-001 .page-title-box {
    width: 960px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 991px) {
  #free-download-001 .page-title-box {
    width: 720px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 767px) {
  #free-download-001 .page-title-box {
    width: 540px;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 575px) {
  #free-download-001 .page-title-box {
    width: 90%;
    /* Post-launch change, 10 Oct 2023 */
    margin-left: 5%;
    /* Post-launch change, 10 Oct 2023 */ } }
@media (max-width: 310px) {
  #free-download-001 .page-title-box {
    height: 600px;
    padding: 20px; }

  #free-download-001 .blue-strip {
    height: 250px; }

  #free-download-001 .white-strip {
    height: 250px; }

  #free-download-001 .page-title-box-headingM {
    font-size: 20px; }

  #free-download-001 .Left-Box-Wrapper {
    transform: scale(0.5);
    left: -95px; }

  #free-download-001 .Cover-Content-Wrapper {
    padding-top: 320px; }

  #lower-previous-issues-Header .Previous-Issues-Title {
    font-size: 25px; }

  #lower-previous-issues-Header .Previous-Issues-TitleS {
    font-size: 16px; }

  #lower-previous-issues .Previous-Issue-Wrapper {
    width: 245px; }

  #free-download-001 .Cover-Image-Move {
    width: 240px;
    left: -10px; } }
