.color-red {
  color: red
}

.color-disabled, .popup.popup-content .content .disabled {
  color: #707070
}

.popup.popup-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .6;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: top 0s 0s ease-in-out, opacity .3s ease-in-out;
  transition: top 0s 0s ease-in-out, opacity .3s ease-in-out
}

.popup.popup-backdrop.dismissed {
  top: -200%;
  opacity: 0;
  -webkit-transition: top 0s .3s, opacity .3s ease-in-out;
  transition: top 0s .3s, opacity .3s ease-in-out
}

.popup.popup-content {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: 10002;
  max-width: 500px;
  background-color: transparent
}

.popup.popup-content-wrapper {
  position: fixed;
  width: 100%;
  max-width: none;
  background-color: transparent;
  z-index: 10001;
  top: 10%;
  -webkit-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out
}

.popup.popup-content-wrapper.dismissed {
  top: -100%;
  -webkit-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out
}

.popup.popup-content-wrapper.newsletter-alert {
  height: 100%
}

@media screen and (max-width: 500px) {
  .popup.popup-content {
    max-width: calc(100% - 30px)
  }
}

.popup.popup-content.newsletter-alert {
  max-width: 700px;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 705px) {
  .popup.popup-content.newsletter-alert {
    max-width: calc(100% - 30px)
  }
}

.popup.popup-content.newsletter-alert iframe {
  width: 100%;
  height: 89%
}

.popup.popup-content .content {
  padding: 25px 25px 10px;
  background-color: #fff
}

.popup.popup-content .content i {
  min-width: 30px
}

.popup.popup-content a {
  text-align: center;
  width: 50%;
  float: left;
  display: block;
  background-color: transparent;
  padding: 10px 0;
  color: #fff;
  font-weight: 600;
  font-family: GuardianSansSemibold, Helvetica, sans-serif
}

.popup.popup-content a.confirm {
  background-color: #46A500
}

.popup.popup-content a.change-user-details {
  background-color: #333
}

.popup.popup-content a:focus, .popup.popup-content a:hover {
  text-decoration: underline
}

html body .custom-radio-button input[type=radio] {
  display: none
}

html body .custom-radio-button input[type=radio] ~ label span.radio-button-helper.alternative img {
  filter: saturate(100%);
  width: 26px
}

html body .custom-radio-button input[type=radio] ~ label span.radio-button-helper.middle img {
  vertical-align: middle
}

html body .custom-radio-button input[type=radio] ~ label span.radio-button-helper.super img {
  vertical-align: super
}

html body .custom-radio-button input[type=radio] ~ label span.radio-button-helper img {
  width: auto;
  margin-right: 10px;
  vertical-align: sub
}

html body .custom-radio-button input[type=radio] ~ label span.radio-button-helper .radio {
  display: inline-block
}

html body .custom-radio-button input[type=radio]:checked ~ label span.radio-button-helper .radio, html body .custom-radio-button input[type=radio] ~ label span.radio-button-helper .radio-checked {
  display: none
}

html body .custom-radio-button input[type=radio]:checked ~ label span.radio-button-helper .radio-checked, html body .custom-radio-button input[type=radio]:disabled ~ label span.radio-button-helper .radio {
  display: inline-block
}

html body .custom-radio-button input[type=radio]:disabled ~ label {
  cursor: not-allowed
}

html body .custom-radio-button input[type=radio]:disabled ~ label span.radio-button-helper.alternative img {
  filter: saturate(0)
}

html body .custom-radio-button input[type=radio]:disabled ~ label span.radio-button-helper .radio-checked {
  display: none
}

html body form a.button.green-button, html body form button.green-button {
  background-color: #69A02C;
  border-color: #69A02C
}

html body form a.button.green-button:focus, html body form a.button.green-button:hover, html body form button.green-button:focus, html body form button.green-button:hover {
  background-color: transparent;
  color: #303030
}

html body form.subscription_stop_form .custom-radio-button {
  margin-bottom: 8px
}

html body form.subscription_stop_form .custom-radio-button img.radio, html body form.subscription_stop_form .custom-radio-button img.radio-checked {
  width: 18px;
  height: 18px;
  margin-right: 5px !important;
  vertical-align: middle !important
}

.terms.terms-backdrop, .terms.terms-content {
  width: 100%;
  position: fixed;
  display: block;
  left: 0
}

html body form.subscription_stop_form div.controll {
  margin-top: 20px
}

html body form.subscription_stop_form div.controll a.button:not(.button--cancel), html body form.subscription_stop_form div.controll button:not(.button--cancel) {
  min-width: 100px;
  border-color: #DE4A14;
  background-color: #DE4A14
}

@media only screen and (min-width: 0) and (max-width: 419px) {
  html body form.subscription_stop_form div.controll a.button:not(.button--cancel), html body form.subscription_stop_form div.controll button:not(.button--cancel) {
    margin-right: 0
  }
}

html body form.subscription_stop_form div.controll a.button:not(.button--cancel):focus, html body form.subscription_stop_form div.controll a.button:not(.button--cancel):hover, html body form.subscription_stop_form div.controll button:not(.button--cancel):focus, html body form.subscription_stop_form div.controll button:not(.button--cancel):hover {
  color: #DE4A14;
  background-color: #FFF
}

.terms.terms-backdrop {
  top: -200%;
  height: 100%;
  z-index: 10001;
  background-color: rgba(0, 0, 0, .5);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: top 0s .3s, opacity .3s ease-in-out;
  transition: top 0s .3s, opacity .3s ease-in-out
}

.terms.terms-backdrop.shown {
  top: 0;
  opacity: 1;
  -webkit-transition: top 0s, opacity .3s ease-in-out;
  transition: top 0s, opacity .3s ease-in-out
}

.terms.terms-content {
  max-width: 1000px;
  height: 80%;
  max-height: 800px;
  top: -100%;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  z-index: 10002;
  overflow-y: hidden;
  -webkit-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out
}

@media only screen and (min-width: 700px) and (max-width: 999px) {
  .terms.terms-content {
    max-width: 650px
  }
}

.terms.terms-content .terms-display h1, .terms.terms-content .terms-display h2, .terms.terms-content .terms-display h3, .terms.terms-content .terms-display h4, .terms.terms-content .terms-display h5, .terms.terms-content .terms-display h6, .terms.terms-content .terms-display p, html body div.body.faq-entry p {
  max-width: none
}

@media only screen and (min-width: 321px) and (max-width: 699px) {
  .terms.terms-content {
    width: 90%
  }
}

.terms.terms-content.shown {
  top: 5%;
  -webkit-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out
}

.terms.terms-content .terms-display {
  overflow-y: auto;
  padding: 20px;
  height: calc(100% - 70px)
}

.terms.terms-content .terms-controls {
  bottom: 0;
  text-align: right;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px
}

.terms.terms-content .terms-controls .button {
  margin-top: 5px;
  margin-right: 15px;
  line-height: 20px;
  height: 46px
}

@media only screen and (min-width: 321px) and (max-width: 999px) {
  .terms.terms-content .terms-controls .button {
    line-height: 10px;
    height: 36px
  }
}

@media only screen and (min-width: 0px) and (max-width: 699px) {
  body .mobile-only {
    display: block
  }
}

@media only screen and (min-width: 700px) {
  body .mobile-only {
    display: none
  }
}

@media only screen and (min-width: 0px) and (max-width: 699px) and (min-width: 1000px) and (max-width: 100000px) {
  body .tablet-only {
    display: none
  }
}

@media only screen and (min-width: 700px) and (max-width: 999px) {
  body .tablet-only {
    display: block
  }
}

@media only screen and (min-width: 1000px) and (max-width: 100000px) {
  body .desktop-only {
    display: block
  }
}

@media only screen and (min-width: 0px) and (max-width: 999px) {
  body .desktop-only {
    display: none
  }
}

@media only screen and (min-width: 0px) and (max-width: 699px) {
  body .no-mobile {
    display: none
  }
}

@media only screen and (min-width: 700px) {
  body .no-mobile {
    display: block
  }
}

@media only screen and (min-width: 0px) and (max-width: 699px) and (min-width: 1000px) and (max-width: 100000px) {
  body .no-tablet {
    display: block
  }
}

@media only screen and (min-width: 700px) and (max-width: 999px) {
  body .no-tablet {
    display: none
  }
}

@media only screen and (min-width: 1000px) and (max-width: 100000px) {
  body .no-desktop {
    display: none
  }
}

@media only screen and (min-width: 0px) and (max-width: 999px) {
  body .no-desktop {
    display: block
  }
}

html body div.screenshot-field .form__note.form__note--error {
  margin-top: 10px
}

html body div.screenshot-field a.upload-field-toggle i {
  transform: rotate(0);
  -webkit-transition: transform ease-in-out .3s;
  transition: transform ease-in-out .3s
}

html body div.screenshot-field a.upload-field-toggle.shown i {
  transform: rotate(180deg);
  -webkit-transition: transform ease-in-out .3s;
  transition: transform ease-in-out .3s
}

html body div.screenshot-field .image-preview {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8
}

html body div.screenshot-field .image-preview img {
  width: 100%;
  max-width: calc(25% - 10px);
  margin-left: 10px;
  vertical-align: top
}

html body div.screenshot-field .image-preview img:first-of-type {
  margin-left: 0
}

html body div.screenshot-field .upload-field-clear {
  display: block;
  margin-top: 15px
}

body .newsletter-ajax-content-wrapper .section.newsletter-section {
  margin-bottom: 35px
}

body .newsletter-ajax-content-wrapper .row {
  clear: both;
  margin-bottom: 20px
}

body .newsletter-ajax-content-wrapper .row .note {
  color: #747474
}

body .newsletter-ajax-content-wrapper .row .newsletter-title {
  float: left;
  width: 250px
}

@media only screen and (max-width: 1000px) {
  body .newsletter-ajax-content-wrapper .row .newsletter-title {
    width: 100%;
    float: none
  }
}

body .newsletter-ajax-content-wrapper .row .newsletter-actions {
  float: left;
  width: 125px
}

@media only screen and (max-width: 1000px) {
  body .newsletter-ajax-content-wrapper .row .newsletter-actions {
    float: right
  }
}

body .newsletter-ajax-content-wrapper .row .newsletter-actions a {
  font-size: 14px;
  color: #747474;
  border-bottom: 1px solid #747474
}

body .newsletter-ajax-content-wrapper .row .newsletter-actions a:first-of-type {
  margin-right: 10px
}

body .newsletter-ajax-content-wrapper .row .newsletter-actions a:active, body .newsletter-ajax-content-wrapper .row .newsletter-actions a:hover {
  color: #000;
  border-bottom: 1px solid #000
}

body .newsletter-ajax-content-wrapper .row .newsletter-description {
  float: left;
  width: calc(100% - 375px)
}

@media only screen and (max-width: 1000px) {
  body .newsletter-ajax-content-wrapper .row .newsletter-description {
    width: 100%;
    float: none
  }
}

html body .body.upgrade-page {
  min-height: 50px
}

html body .body.upgrade-page .upgrade-page div.upgrade {
  text-align: center;
  margin-bottom: 21px
}

html body .body.upgrade-page .upgrade-page div.upgrade img {
  width: auto;
  max-width: 100%
}

html body .body.upgrade-page .upgrade-page div.links {
  text-align: center
}

html body .body.upgrade-page .upgrade-page div.links a.boxlink {
  font-family: "Guardian Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 17px;
  color: #797979;
  background-color: #d6d6d6;
  width: 190px;
  padding-top: 11px;
  padding-bottom: 13px;
  display: block;
  margin: 0 auto
}

html body .body.upgrade-page .upgrade-page h1 {
  text-align: center;
  font-size: 40px;
  color: #de4a14;
  font-family: "Guardian Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 45px;
  margin: 0 0 21px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #000
}

html body .body.upgrade-page .upgrade-page h1 span {
  font-size: 30px;
  font-weight: 200;
  font-family: "Guardian Sans Cond Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 41px;
  display: block
}

html body .body.upgrade-page .upgrade-page p {
  text-align: center;
  color: #737373;
  margin: 0 0 21px;
  line-height: 24px;
  font-size: 15px;
  font-family: "Guardian Text Egyptian Web", Georgia, Times, serif;
  max-width: none
}

html body .popup.popup-content.payment-login {
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: 98vh
}

html body .popup.popup-content.payment-login .form__note {
  min-width: 200px
}

html body .popup.popup-content.payment-login a {
  color: #0078C8;
  font-family: GuardianSansRegular, Helvetica, sans-serif;
  float: none;
  text-align: left;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline;
  width: auto
}

html body .popup.popup-content.payment-login a.login-form-links:first-of-type {
  margin-right: 10px
}

html body .popup.popup-content.payment-login a.button {
  text-align: center;
  background-color: #0078C8;
  float: none;
  margin: 0 auto 15px;
  color: #FFF;
  width: 100%;
  max-width: 200px;
  display: block
}

html body .popup.popup-content.payment-login a.button:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #0078C8;
  background-color: #FFF;
  text-decoration: none
}

body .box.box--campaign .campaign-box .underline, html body section.subsection header.subsection-header h2.subsection-title:active strong, html body section.subsection header.subsection-header h2.subsection-title:focus strong, html body section.subsection header.subsection-header h2.subsection-title:hover strong {
  text-decoration: underline
}

html body .popup.popup-content.payment-login a.form__close_button {
  display: inline-block;
  color: #777;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

html body .popup.popup-content.payment-login a.form__close_button:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #000
}

html body section.section.padded-section.section_is_active .section__body {
  padding: 12px 15px
}

@media screen and (max-width: 400px) {
  html body section.section.padded-section.section_is_active .section__body {
    padding: 12px 0
  }
}

html body section div.invoices-section {
  margin-bottom: 20px
}

html body section div.invoices-section .user-input {
  width: 50%;
  float: left;
  clear: right
}

@media screen and (max-width: 500px) {
  html body section div.invoices-section .user-input {
    width: 100%;
    float: none;
    clear: both
  }
}

html body section div.invoices-section .user-input h3, html body section div.invoices-section .user-input p {
  color: #5f5f5f
}

html body section.subsection {
  border-top: 1px solid #e5e5e5
}

html body section.subsection header.subsection-header {
  padding-top: 15px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

html body section.subsection header.subsection-header h2.subsection-title {
  color: #0078C8;
  font-family: GuardianSansRegular, Helvetica, sans-serif;
  margin-bottom: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

html body section.subsection header.subsection-header h2.subsection-title:after {
  color: #0078C8;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  float: right;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

html body section.subsection header.subsection-header h2.subsection-title:active, html body section.subsection header.subsection-header h2.subsection-title:focus, html body section.subsection header.subsection-header h2.subsection-title:hover {
  transition: all .3s ease-in-out;
  color: #000
}

html body section.subsection header.subsection-header h2.subsection-title:active:after, html body section.subsection header.subsection-header h2.subsection-title:focus:after, html body section.subsection header.subsection-header h2.subsection-title:hover:after {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

html body section.subsection header.subsection-header p.subsection-description {
  color: #797979
}

html body section.subsection header.subsection-header p.subsection-description span.active {
  color: #6BB733
}

html body section.subsection .subsection-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0
}

html body section.subsection.active header.subsection-header h2.subsection-title {
  transition: all .3s ease-in-out;
  color: #000
}

html body section.subsection.active header.subsection-header h2.subsection-title:after {
  color: #000;
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

html body section.subsection.active .subsection-content {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

html body.minside-payment .body article.disabled .subsection, html body.minside-payment .body article.disabled .subsection h2.subsection-title:after, html body.minside-payment .body article.disabled .subsection:hover, html body.minside-payment .body article.disabled a:not(.path__item), html body.minside-payment .body article.disabled a:not(.path__item) h2.subsection-title:after, html body.minside-payment .body article.disabled a:not(.path__item):hover {
  color: #5f5f5f
}

html body section.subsection div.invoice-item {
  margin-bottom: 15px
}

html body section.subsection div.invoice-item > div {
  display: inline-block;
  vertical-align: bottom
}

html body section.subsection div.invoice-item > div.icon {
  text-align: center;
  width: 80px
}

html body section.subsection div.invoice-item > div.icon a i {
  color: #000;
  font-size: 70px;
  line-height: 70px
}

@media screen and (max-width: 699px) {
  html body section.subsection div.invoice-item > div.icon {
    width: 70px
  }

  html body section.subsection div.invoice-item > div.icon a i {
    font-size: 60px;
    line-height: 60px
  }
}

@media screen and (max-width: 399px) {
  html body section.subsection div.invoice-item > div.icon {
    width: 70px
  }

  html body section.subsection div.invoice-item > div.icon a i {
    font-size: 60px;
    line-height: 60px
  }
}

html body section.subsection div.invoice-item > div.icon a:active i, html body section.subsection div.invoice-item > div.icon a:focus i, html body section.subsection div.invoice-item > div.icon a:hover i {
  color: #5f5f5f
}

html body section.subsection div.invoice-item > div.details {
  vertical-align: -35px;
  width: calc(100% - 70px - 15px);
  padding-left: 10px
}

@media screen and (max-width: 699px) {
  html body section.subsection div.invoice-item > div.details {
    vertical-align: middle;
    width: calc(100% - 60px - 15px)
  }
}

@media screen and (max-width: 399px) {
  html body section.subsection div.invoice-item > div.details {
    vertical-align: middle;
    width: calc(100% - 60px - 15px);
    padding-left: 5px
  }
}

html body section.subsection div.invoice-item > div.details dl div {
  display: block
}

html body section.subsection div.invoice-item > div.details dl div dt {
  font-family: GuardianSansSemibold, Helvetica, sans-serif;
  display: inline-block
}

html body section.subsection div.invoice-item > div.details dl div dd {
  font-family: GuardianSansRegular, Helvetica, sans-serif;
  display: inline-block
}

html body div.form__body.has_cc .button_as_link.active {
  color: #000
}

html body div.form__body.has_cc #cc-delete-options {
  padding-left: 13px;
  padding-top: 13px;
  clear: both
}

html body div.form__body.has_cc #cc-delete-options p {
  margin-bottom: 22px
}

html body div.form__body.has_cc #cc-delete-options button.button {
  margin-right: 16px;
  margin-bottom: 0
}

html body div.form__body.has_cc #cc-delete-options button.button:last-of-type {
  margin-right: 0
}

@media screen and (max-width: 450px) {
  html body div.form__body.has_cc #cc-delete-options {
    padding-left: 0
  }

  html body div.form__body.has_cc #cc-delete-options button.button {
    display: block
  }

  html body div.form__body.has_cc #cc-delete-options button.button:first-of-type {
    margin-bottom: 20px
  }
}

html body .intelecomchatheader {
  background-color: #0078C8 !important
}

html body .intelecomchat__button {
  background: #0078C8 !important
}

html body .intelecomchatdialog {
  width: 500px;
  height: 500px;
  max-width: 100vw !important
}

html body .intelecomchatdialog img {
  width: auto
}

html body .intelecomchatdialog .intelecomchatinner .intelecomchat__info {
  height: auto
}

html body .intelecomchatdialog .intelecomchatinner .intelecomdialog {
  font-size: 13px
}

html body .intelecomchatdialog .intelecomchatinner .intelecomfooter {
  font-size: 16px
}

html body .intelecomchatdialog .intelecomcaptcha__form {
  text-align: center
}

@-ms-viewport {
  width: device-width
}

body button.form__submit.button--gray {
  background-color: #B7B7B7;
  border-color: #B7B7B7
}

body button.form__submit.button--gray:active, body button.form__submit.button--gray:focus, body button.form__submit.button--gray:hover {
  background-color: #FFF;
  color: #B7B7B7
}

body .wrapped-checkbox-label {
  width: calc(100% - 50px);
  white-space: normal;
  vertical-align: middle
}

body .text-align-center {
  text-align: center
}

body .text-align-left {
  text-align: left
}

body .text-align-right {
  text-align: right
}

body .required-icon {
  font-size: 12px;
  vertical-align: super
}

body .box.box--campaign .campaign-box.campaign-box-title {
  font-size: 36px;
  line-height: 45px
}

@media screen and (max-width: 699px) {
  body .box.box--campaign .campaign-box.campaign-box-title {
    font-size: 29px;
    line-height: 38px
  }
}

body .box.box--campaign .campaign-box.campaign-box-left {
  float: left;
  width: 52%
}

@media screen and (min-width: 700px) and (max-width: 899px) {
  body .box.box--campaign .campaign-box.campaign-box-left {
    width: 100%
  }
}

@media screen and (max-width: 549px) {
  body .box.box--campaign .campaign-box.campaign-box-left {
    width: 100%
  }
}

body .box.box--campaign .campaign-box.campaign-box-right {
  float: left;
  width: 48%;
  text-align: center
}

@media screen and (min-width: 700px) and (max-width: 899px) {
  body .box.box--campaign .campaign-box.campaign-box-right {
    width: 100%
  }
}

@media screen and (max-width: 549px) {
  body .box.box--campaign .campaign-box.campaign-box-right {
    width: 100%
  }
}

body .box.box--campaign .campaign-box.campaign-box-right img {
  max-width: 350px
}

body div.customer-number input {
  width: 40%;
  clear: right
}

body div.customer-number .form__note:not(.form__note--error) {
  width: 50%;
  min-width: 0;
  margin-left: 10px;
  display: inline-block;
  clear: both;
  vertical-align: top
}

body div.faq-entry-content img {
  width: auto;
  max-width: 100%
}

body div.faq-entry-content div.price-lead-div {
  border-bottom: 4px solid #000;
  margin-bottom: 10px
}

body div.faq-entry-content div.price-lead-div p {
  margin-bottom: 10px
}

body div.faq-entry-content table.price-table th {
  text-align: left
}

body div.faq-entry-content table.price-table td {
  border-bottom: 1px solid #d6d6d6;
  line-height: 40px
}

body div.faq-section > nav .transport__item__description p, body div.faq-section > nav .transport__item__title p {
  margin-bottom: 0
}

body div.address-temp-change-info i {
  color: #DE4A14;
  display: inline-block;
  width: 60px;
  line-height: 60px;
  font-size: 50px;
  vertical-align: text-top
}

@media screen and (max-width: 400px) {
  body div.address-temp-change-info i {
    display: none
  }
}

body div.address-temp-change-info p {
  display: inline-block;
  width: calc(100% - 65px);
  vertical-align: top;
  font-size: 80%
}

@media screen and (max-width: 400px) {
  body div.address-temp-change-info p {
    display: block;
    width: 100%
  }
}

#newsletter-landing-page .grid__item--top {
  margin-bottom: 20px
}

#newsletter-landing-page #newsletter-top-heading {
  float: left
}

#newsletter-landing-page #newsletter-login-link {
  float: right
}

#newsletter-landing-page #newsletter-login-link a i {
  size: 12px;
  color: #aaa
}

#newsletter-landing-page .grid__item--newsletter h2, #newsletter-landing-page .grid__item--newsletter h3, #newsletter-landing-page h1 {
  font-family: GuardianSansCondWeb, Helvetica, sans-serif
}

#newsletter-landing-page h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 33px
}

#newsletter-landing-page .grid__item--newsletter h2 {
  font-size: 35px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 25px 10px 10px;
  clear: both;
  margin: 0 15px 25px
}

#newsletter-landing-page .grid__item--newsletter h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600
}

#newsletter-landing-page .grid__item--newsletter p {
  font-family: Georgia, Times, serif;
  font-size: 18px;
  line-height: 26px
}

#newsletter-landing-page .grid__item--newsletter .newsletter-subscribe-button {
  background: #6BB733
}

#newsletter-landing-page .grid__item--newsletter .newsletter-unsubscribe-button {
  background: #777
}

#newsletter-landing-page .grid__item--newsletter .newsletter-subscribe-button, #newsletter-landing-page .grid__item--newsletter .newsletter-unsubscribe-button {
  width: 220px;
  font-family: GuardianSansRegular;
  font-size: 19px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  padding: 12px;
  margin: 0 auto;
  display: block
}

#newsletter-landing-page .grid__item--newsletter .newsletter-subscribe-button, #newsletter-landing-page .grid__item--newsletter .newsletter-subscribe-button:hover, #newsletter-landing-page .grid__item--newsletter .newsletter-unsubscribe-button, #newsletter-landing-page .grid__item--newsletter .newsletter-unsubscribe-button:hover {
  color: #FFF
}

#newsletter-landing-page .grid__item--newsletter h3 span {
  font-size: 18px;
  color: #b7b7b7;
  font-weight: 400;
  line-height: 30px
}

#newsletter-landing-page .grid__item--full {
  width: 100%;
  margin-left: 0
}

#newsletter-landing-page .grid__row {
  margin-right: -15px;
  margin-left: -15px
}

#newsletter-landing-page .grid__column {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 65px
}

#newsletter-landing-page .grid__column img {
  margin-top: 20px
}

#newsletter-landing-page .newsletter-frequency-text {
  text-transform: uppercase
}

#newsletter-landing-page .newsletter-description {
  min-height: 110px
}

@media only screen and (min-width: 481px) {
  #newsletter-landing-page h1 {
    font-size: 50px;
    line-height: 55px
  }

  #newsletter-landing-page .grid__column {
    width: 33.33333333%;
    float: left
  }

  #newsletter-landing-page .grid__item--newsletter .newsletter-subscribe-button, #newsletter-landing-page .grid__item--newsletter .newsletter-unsubscribe-button {
    width: 100%
  }
}

@media only screen and (min-width: 769px) {
  #newsletter-landing-page .grid__item--newsletter h3 {
    font-size: 30px;
    line-height: 30px
  }

  #newsletter-landing-page .grid__item--newsletter h2 {
    margin: 0 25px 25px;
    padding: 45px 10px 10px
  }

  #newsletter-landing-page .grid__row {
    margin-right: -25px;
    margin-left: -25px
  }

  #newsletter-landing-page .grid__column {
    padding-left: 25px;
    padding-right: 25px
  }

  #newsletter-landing-page .grid__item--newsletter .newsletter-subscribe-button, #newsletter-landing-page .grid__item--newsletter .newsletter-unsubscribe-button {
    width: 220px
  }
}

#newsletter-landing-page button, #newsletter-landing-page button:active, #newsletter-landing-page button:focus, #newsletter-landing-page input[type=button], #newsletter-landing-page input[type=button]:active, #newsletter-landing-page input[type=button]:focus {
  border: none;
  display: inline;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  outline-offset: 0;
  cursor: pointer
}

#newsletter-landing-page button::-moz-focus-inner, #newsletter-landing-page input[type=button]::-moz-focus-inner {
  border: none;
  padding: 0
}

@font-face {
  font-family: GuardianSansCondWeb;
  src: url('../fonts/Guardian-Sans-Cond-Web/Guardian Sans Cond Web-Reg.eot');
  src: local('☺'), url('../fonts/Guardian Sans Cond Web-Reg.woff') format('woff'), url('../fonts/Guardian Sans Cond Web-Reg.ttf') format('truetype'), url('../fonts/Guardian Sans Cond Web-Reg.svg') format('svg');
  font-weight: 400;
  font-style: normal
}

#newsletter-iframe-overlay {
  display: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .3);
  text-align: center;
  overflow: hidden
}

#newsletter-signup-iframe {
  height: 100%;
  width: 800px;
  background-color: transparent;
  border: 0 transparent;
  padding: 0;
  overflow: hidden;
  position: relative
}

@media only screen and (min-width: 481px) {
  #newsletter-signup-iframe {
    margin-top: 10px
  }
}

@media only screen and (min-width: 769px) {
  #newsletter-signup-iframe {
    margin-top: 150px
  }
}
