* {
  margin: 0;
  padding: 0;
}
body {
  background-color: var(--bg-color, white); /* Default to white if not set */
  font-family: "Inter", sans-serif;
  color: rgb(82, 82, 82);
}

.mt-4 {
  margin-top: 0;
}

/*NIGHT CHANGE*/

#nightlySubH3 {
  color: #161616;
  font-weight: 700;
  font-size: 1.5rem;
  word-spacing: -1.4px;
  letter-spacing: -0.4px;
  line-height: 2rem;
  font-family: "Inter", sans-serif;
}

#detailHeading {
  color: #161616;
  font-weight: 700;
  font-size: 1.6rem;
  word-spacing: -1.4px;
  letter-spacing: -0.22px;
  margin-bottom: 14.5px;
  line-height: 2rem;
}

#newsletter-sec h3 {
  margin: 0.5rem 0px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  letter-spacing: -0.22px;
  font-weight: 700;
  font-family: "Inter" !important;
  word-spacing: -1.4px;
  color: #161616;
}

.headingsmall {
  color: #161616;
  margin: 0.5rem 0px;
  font-size: 1.23rem;
  line-height: 2.5rem;
  letter-spacing: -0.22px;
  font-weight: 700;
  font-family: "Inter" !important;
  word-spacing: -1.4px;
  margin: 1.75rem 0px 1rem;
}

.css-g7xb1o-StyledMessageBody p {
  margin-bottom: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding-left: 0;
  color: rgb(82, 82, 82);
  font-weight: normal;
  margin: 0px 0px 1.25rem;
  letter-spacing: -0.32px;
  font-family: "Source Serif 4", serif;
  line-height: 1.6rem;
  font-size: 1.05rem;
}

.css-1epr6ao-StyledMessageBox {
  flex: 1;
  background: rgb(244, 244, 244);
  border-radius: 0.5rem;
  padding: 0.625rem 0.5rem;
  max-width: 32.5rem;
  min-width: 16.875rem;
  margin: 0;
  font-family: "Inter", sans-serif;

  color: rgb(82, 82, 82);
  font-weight: normal;
  margin: 0px 0px 1.25rem;
  letter-spacing: -0.32px;
  font-family: "Source Serif 4", serif;
  line-height: 1.6rem;
  font-size: 1.05rem;
}

.css-g7xb1o-StyledMessageBody {
  margin: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: 1rem;
  max-width: 46.875rem;
  color: rgb(82, 82, 82);
}

#newsletter-sec p {
  font-weight: 400;
  margin: 0px;
  text-align: left;
  padding: 0px;
  font-size: 1.05rem;
  font-family: "Source Serif 4", serif;
  letter-spacing: -0.25px;
  line-height: 1.6rem;
}

label {
  font-family: "Source Serif 4", serif;
}

.StyledInput {
  display: block;
  text-indent: 0.625rem;
  background-color: rgb(244, 244, 244);
  height: 2.5rem;
  border: none;
  outline: none;
  width: 100%;
  font-family: "Source Serif 4", serif;
  letter-spacing: -0.32px;
}

.StyledSubmitButton {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 750;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  padding: 0.5625rem 0px;
  display: block;
  margin: 0px auto;
  width: 100%;
  background: #161616;
  color: rgb(255, 255, 255);
  border: none;
  border-style: none;
  border-width: 0px;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

small {
  text-transform: uppercase;
  text-align: center;
  font-family: "Source Serif 4", serif;
}

.css-y7lvms-StyledLink {
  display: inline-block;
  line-height: 1.5rem;
  color: #161616;
}

#lbl-red .toggle-label input[type="checkbox"]:checked + .back .label.off {
  background: #161616;
  color: rgb(255, 255, 255);
}

.StyledSubmitButton2 {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  padding: 0.5625rem 0px;
  display: block;
  margin: 0px;
  width: 300px;
  background: #161616;
  color: rgb(255, 255, 255);
  border: 1px solid #000000;
}

#lbl-red .headingsmall::after {
  content: "";
  display: block;
  margin-top: 0.5rem;
  height: 0.25rem;
  width: 2.5rem;
  background: #161616;
  color: rgb(255, 255, 255);
}

.label.on,
.label.off {
  font-family: "Inter", sans-serif;
}

#nightlytoggles,
#westtoggles {
  color: #161616;
  letter-spacing: -0.65px;
}

#nightlytoggles p,
#nightlyParagraph p {
  letter-spacing: -0.32px;
}

#nightlyParagraph {
  padding-bottom: 64px !important;
}

#nightlyParagraph .form {
 width: 100% !important;
}

@media (min-width: 48em) {
  .css-g7xb1o-StyledMessageBody {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2rem;
    color: #161616;
  }

  #nightlyParagraph .form {
   width: 40% !important;
  }
}

.fnt-helvetica {
  font-family: Helvetica, Arial, sans-serif !important;
}
.fnt-grd {
  font-family: "Guardian Sans Cond Bold" !important;
}
.fnt-jst {
  font-family: "Jost" !important;
}

#tunsub h3 {
  font-family: "Guardian TextEgyp";
}
#tunsub strong {
  font-family: "Guardian TextEgyp";
}
#twunsuball h3 {
  font-family: "Guardian TextEgyp";
}
#twunsuball strong {
  font-family: "Guardian TextEgyp";
}
#twunsubsuccess h3 {
  font-family: "Guardian TextEgyp";
}
#twunsubsuccess strong {
  font-family: "Guardian TextEgyp";
}

#eml_thwest h3 {
  font-family: "Guardian TextEgyp";
}
#eml_thwest {
  font-family: Helvetica, Arial, sans-serif;
}

.fontfam {
  font-family: Helvetica, Arial, sans-serif !important;
}
.thwestheading {
  font-family: "Guardian TextEgyp";
}
.thwestheading::after {
  content: "";
  display: block;
  margin-top: 0.5rem;
  height: 0.25rem;
  width: 2.5rem;
  background-color: #043de2;
}
#thwestsec .headingsmall::after {
  content: "";
  display: block;
  margin-top: 0.5rem;
  height: 0.25rem;
  width: 2.5rem;
  background-color: #043de2;
}
#thwestsec h3 {
  font-family: "Guardian TextEgyp" !important;
}

#lbl-red .headingsmall::after {
  content: "";
  display: block;
  margin-top: 0.5rem;
  height: 0.25rem;
  width: 2.5rem;
  background-color: #161616;
}
#thegamesec h3 {
  font-family: "Jost" !important;
}
#thegamesec .headingsmall::after {
  content: "";
  display: block;
  margin-top: 0.5rem;
  height: 0.25rem;
  width: 2.5rem;
  background-color: #265cd9;
}
#lbl-red strong {
  font-family: "Guardian Sans Cond Bold" !important;
}
#perthnow .headperthnow {
  font-family: "Guardian Sans Cond Bold" !important;
}
#perthnow {
  padding-bottom: 64px !important;
}
#lbl-red .headingsmall {
  font-family: "Inter", sans-serif;
}
#lbl-red h3 {
  font-family: "Inter", sans-serif;
}
.brdr-btm-white {
  border-bottom: 1px solid rgba(164, 146, 173, 0.5);
  opacity: 1;
}
#perthnow h3 {
  color: #161616;
  font-weight: bold;
}
#thegame h3 {
  color: #265cd9;
  font-weight: bold;
  text-transform: uppercase;
}

.h-red {
  color: #d42626;
}
.h-blue {
  color: #265cd9;
  font-weight: bold;
  text-transform: uppercase;
}
.h-red2 {
  color: #9d0009;
  font-weight: bold;
  font-family: "HeyWow" !important;
}
.pwhite {
  color: #000000;
  font-family: "HeyWow" !important;
}
.pwhite a {
  color: #000000;
}
.css-g4iucn-StyledSVG-StyledTheWestLogo {
  color: rgb(0, 0, 0);
  max-height: 52px;
  max-width: 500px;
  width: 100%;
  display: block;
}
.css-g4iucn-StyledSVG-perthlogo {
  color: rgb(0, 0, 0);
  max-height: 52px;
  max-width: 610px;
  width: 100%;
  display: block;
}
.bg-black {
  background-color: #252525;
}
.bg-black2 {
  background-color: #ffffff;
}
.bg-blue {
  background: linear-gradient(88.63deg, #265cd9 25.07%, #0099ff 100%);
}
.wd_50 {
  width: 50%;
}

.css-1epr6ao-StyledMessageBox a {
  color: #043de2;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}

#nsl-logo .css-1153wyq-StyledSVG-StyledTheWestLogo {
  height: 2.1875rem;
  width: 23.125rem;
}
/* banner */
#newsletter-sec a {
  text-decoration: underline;
  color: #161616;
}
.link-href {
  text-decoration: underline;
  color: #161616;
}
#newsletter-sec ul {
  display: flex;
  flex-direction: row;
  gap: 2rem 2.5rem;
  flex-flow: wrap;
  padding: 0px;
}
#newsletter-sec .borderbox {
  padding: 1rem 0rem;
  min-width: 25rem;
  max-width: 22rem;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex: 1 1 0%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid rgb(229, 229, 229);
}

.text-center {
  font-family: "Inter";
}
.toggle-label {
  position: relative;
  display: block;
  width: 104px;
  height: 31px;
  margin-top: 8px;
  border: 1px solid #31173D;
  border-radius: 8px;
  overflow: hidden;
  margin: 4px auto;
  font-family: "Inter" !important;
}
.toggle-label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.toggle-label input[type="checkbox"] + .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: background 150ms linear;
}
.toggle-label input[type="checkbox"]:checked + .back {
  background: #ffffff; /*green*/
}

.toggle-label input[type="checkbox"] + .back .toggle {
  display: block;
  position: absolute;
  content: " ";
  background: #fff;
  width: 50%;
  height: 100%;
  transition: margin 150ms linear;
  border: 1px solid #808080;
  border-radius: 0;
}
.toggle-label input[type="checkbox"]:checked + .back .toggle {
  margin-left: 50px;
}
.toggle-label .label {
  display: block;
  position: absolute;
  width: 50%;
  color: #161616;
  line-height: 29px;
  text-align: center;
  font-size: 0.9em;
}
.toggle-label .label.on {
  left: 0px;
  background-color: #31173D;
  color: #fff;
  font-family: "Inter";
}
.toggle-label .label.off {
  right: 0px;
}

.toggle-label input[type="checkbox"]:checked + .back .label.on {
  color: #000;
  background: #fff;
}
.toggle-label input[type="checkbox"] + .back .label.off {
  color: #000;
  font-family: "Inter";
}
.toggle-label input[type="checkbox"]:checked + .back .label.off {
  color: #fff;
  background-color: rgb(4, 61, 226);
}
#lbl-red .toggle-label input[type="checkbox"]:checked + .back .label.off {
  color: #fff;
  background-color: #31173D;
  font-family: "Inter", sans-serif;
}

#thegamesec .toggle-label input[type="checkbox"]:checked + .back .label.off {
  color: #fff;
  background-color: #265cd9;
}
#thegamesec h2 {
  color: #265cd9;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Jost";
}
#streamersec .toggle-label input[type="checkbox"]:checked + .back .label.off {
  color: #fff;
  background-color: #ef4623;
}
#streamersec .toggle-label .label.on {
  background: #dedede;
  color: #fff;
}
#streamersec .toggle-label .label {
  color: #fff;
}
#streamersec .toggle-label input[type="checkbox"] + .back {
  background: #000;
}
#streamersec .toggle-label input[type="checkbox"] + .back .label.off {
  color: #fff;
  background: #000000;
}
#streamersec .toggle-label input[type="checkbox"] + .back .label.on {
  color: #fff;
  background: #999999;
}
#streamersec .toggle-label input[type="checkbox"]:checked + .back .label.on {
  background: #000000;
}
#newsletter-sec .col-4 {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: center;
  min-width: 6.25rem;
  position: relative;
  font-family: "Inter", sans-serif;
}
#banner-container {
  background-color: #074241;
  color: #fff !important;
  padding-top: 80px;
  padding-bottom: 80px;
}
#banner-row img {
  max-width: 65%;
  height: auto;
  display: block;
  padding-left: 30px;
}
#streamerunsub h3 {
  color: #ef4623 !important;
  font-family: "HeyWow";
}
#streamerunsub a {
  color: #ffffff !important;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
}
#streamerunsub p {
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
}
#banner-row a {
  background-color: #fff !important;
  color: #000 !important;
  border: none;
  margin-left: 20px;
  margin-top: 20px;
}

#banner-row h3,
p {
  padding-left: 20px;
  padding-top: 20px;
  text-align: center;
}
#banner-col {
  padding-left: 20px;
}
/* service */
#service {
  padding-top: 20px;
  padding-bottom: 20px;
}

#service h1 {
  padding-bottom: 70px;
}

/* about us */

#about {
  padding-top: 80px;
  padding-bottom: 80px;
}
#about h1 {
  padding-bottom: 70px;
}
#about-col ul {
  padding-top: 50px;
  padding-left: 50px;
}
#about-col ul li {
  padding-top: 15px;
}

/* products */
#product {
  padding-top: 80px;
  padding-bottom: 80px;
}

#product h1 {
  padding-bottom: 70px;
}
#product-col2 ul {
  padding-top: 90px;
}

#product-col2 ul li {
  padding-top: 15px;
}

#streamersec h3 {
  font-family: "HeyWow";
}
#streamersec .headingsmall {
  color: #ef4623;
  font-family: "HeyWow";
}

#streamersec .borderbox {
  padding: 1rem 0rem;
  min-width: 25rem;
  max-width: 22rem;
  background-color: #000;
  display: flex;
  flex: 1 1 0%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: 1px solid rgb(229, 229, 229);
  color: #fff;
}

#header .css-1tuh4cw-StyledSVG-StyledPerthNowLogo {
  color: rgb(212, 38, 38);
}
#newsletter-sec .css-1tuh4cw-StyledSVG-StyledPerthNowLogo {
  color: rgb(212, 38, 38);
}
#newsletter-sec .css-1pu7c9j-StyledFormHeading {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0px 0px 0.5rem;
}
#newsletter-sec .css-uar02h-StyledFormSubHeading {
  font-size: 1rem;
  padding-top: 0.5rem;
}
#newsletter-sec .css-1exy8cm-StyledLabel {
  display: block;
  font-size: 1.1875rem;
  font-weight: 600;
  margin: 0px 0px 0.5rem;
}
#newsletter-sec .css-vjlqos-StyledAsterisk {
  color: rgb(166, 5, 0);
}
#newsletter-sec .css-1k1x2lp-StyledInput {
  display: block;
  text-indent: 0.625rem;
  background-color: rgb(234, 234, 234);
  height: 2.5rem;
  border: none;
  outline: none;
  width: 100%;
}
#newsletter-sec .css-1h24h91-StyledInputGroup {
  margin-top: 2rem;
}
#newsletter-sec .css-1erhi2d-StyledForm {
  padding: 0px;
}
#newsletter-sec .css-1368xpq-StyledWebLink {
  display: inline;
  margin: 1rem 0px;
  line-height: 1.5rem;
  color: rgb(4, 61, 226);
}
#newsletter-sec .css-1chs5jn-StyledButton-StyledSubmitButton {
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-family: "Inter" !important;
  padding: 0.5rem;
  border-radius: 2px;
  flex: 0 0 auto;
  font-size: 0.6875rem;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  transition-property: background, color;
  transition-duration: 250ms;
  margin-bottom: 0px;
  width: 100%;
  height: 2rem;
  background: rgb(4, 61, 226);
  color: rgb(255, 255, 255);
  border: none;
}

#newsletter-sec .css-qsnznp-StyledDisclaimer {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
#newsletter-sec .css-1itovfv-StyledSite {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 1.5;
}
#newsletter-sec .preferencesection {
  margin: 0px 0px 5rem;
  padding: 0px;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
#newsletter-sec .prefcard {
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  min-width: 16.875rem;
  max-width: 32.5rem;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex: 1 1 0%;

  border: 1px solid rgb(229, 229, 229);
}

.can-toggle {
  position: relative;
}
.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(234, 0, 48, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #ea0030;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #b70026;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #d1002b;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #70c767;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #4fb743;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054;
}
.can-toggle
  input[type="checkbox"]:checked:focus
  ~ label
  .can-toggle__switch:after,
.can-toggle
  input[type="checkbox"]:checked:hover
  ~ label
  .can-toggle__switch:after {
  color: #47a43d;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #ff0538;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #ea0030;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(65px, 0, 0);
}
.can-toggle
  input[type="checkbox"]:checked:focus
  ~ label
  .can-toggle__switch:after,
.can-toggle
  input[type="checkbox"]:checked:hover
  ~ label
  .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small
  input[type="checkbox"]:focus
  ~ label
  .can-toggle__switch:after,
.can-toggle.can-toggle--size-small
  input[type="checkbox"]:hover
  ~ label
  .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small
  input[type="checkbox"]:checked
  ~ label
  .can-toggle__switch:after {
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small
  input[type="checkbox"]:checked:focus
  ~ label
  .can-toggle__switch:after,
.can-toggle.can-toggle--size-small
  input[type="checkbox"]:checked:hover
  ~ label
  .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
/* footer */
.mb-3 {
  padding-top: 10px;
}
#thewestfooter {
  background-color: #ededed;
  padding: 60px 0px;

  left: 0;
  bottom: 0;
  width: 100%;
}
#telethonfooter {
  background-color: #e9f8fe;
  padding: 60px 0px;

  left: 0;
  bottom: 0;
  width: 100%;
}
#thewestfooter p {
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  padding: 0px;
  padding-top: 40px;
  width: 560px;
  color: #999999;
}
#perthnowfooter {
  background-color: #252525;
  padding: 60px 0px;

  left: 0;
  bottom: 0;
  width: 100%;
}
#perthnowfooter p {
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  padding: 0px;
  padding-top: 40px;
  width: 560px;
  color: #999999;
}
#thegamefooter {
  background: linear-gradient(88.63deg, #265cd9 25.07%, #0099ff 100%);
  padding: 30px 0px;

  left: 0;
  bottom: 0;
  width: 100%;
}
#thegamefooter p {
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  padding: 0px;
  padding-top: 0px;
  width: 100%;
  color: #ffffff;
}

#thenightlyfooter {
  background: #ffffff;
  padding: 30px 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(164, 146, 173, 0.7);
}
#thenightlyfooter p {
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  padding: 0px;
  padding-top: 30px;
  width: 100%;
  color: #ffffff;
}
#confirmation-sec .unsub-btn {
  background-color: #9d0009;
  height: 40px;
  color: #ffffff;
  font-weight: bold;
  width: 240px;
  margin-bottom: 15px;
  border: 0px;
}
#confirmation-sec .cancel-btn {
  background-color: #ffffff;
  height: 40px;
  color: #000000;
  font-weight: bold;
  width: 240px;
  margin-bottom: 15px;
  border: 2px solid #000;
  display: block;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
#confirmation-sec .cancel-btn2 {
  background-color: transparent;
  height: 40px;
  color: #ffffff;
  font-weight: bold;
  width: 340px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  display: block;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
#confirmation-sec a {
  color: #2b2c2d;
  text-decoration: underline;
}
#confirmation-sec .headperthnow {
  font-family: "Guardian Sans Cond Bold";
}
#other-sec a {
  color: #2b2c2d;
  text-decoration: underline;
}
.unsuballpn {
  font-family: "Guardian Sans Cond Bold";
}
#unsubpref-sec a {
  color: #2b2c2d;
  text-decoration: underline;
}
#unsubpref-sec h3 {
  font-family: "Guardian Sans Cond Bold";
}
#unsubpref-sec strong {
  font-family: "Guardian Sans Cond Bold";
}

#social-icon img {
  padding-right: 5px;
}
#social-icon a {
  color: transparent;
}

@media only screen and (max-width: 960px) {
  .w100 {
    width: 100%;
    max-width: 100%;
  }
  .navbar-brand {
    padding-left: 0;
  }
  .css-450r97-StyledTheWestHeader {
    width: 100%;
    padding: 1rem 0px;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgb(210, 213, 214);
  }
}
@media only screen and (max-width: 760px) {
  .mbl-text-start {
    text-align: left !important;
  }
  .cl-mobile {
    text-align: left !important;
    width: 100%;
    padding-top: 20px;
  }
  #thewestfooter p {
    width: 100%;
  }
  .w250 {
    width: 250px !important;
  }
  #banner-row img {
    padding-top: 20px;
  }
  .social-col {
    width: 33%;
  }
}
