.newsletter-register,
.newsletter-subscription {
  padding:16px;
  background-color:#fff;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  -o-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -ms-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -moz-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -khtml-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -webkit-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12)
}
.newsletter-subscription__image-url img {
  object-fit:cover;
  min-height:100%;
  min-width:100%
}
.newsletter-subscription {
  background:#fff;
  margin-bottom:16px;
  display:flex;
  flex-direction:column;
  position:relative
}
@media(min-width: 10px)and (max-width: 768px) {
  .newsletter-subscription {
    margin-bottom:0;
    border-radius:0;
    -o-box-shadow:none;
    -ms-box-shadow:none;
    -moz-box-shadow:none;
    -khtml-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    padding:32px;
    align-items:center
  }
  .newsletter-subscription:after {
    content:"";
    border-bottom:1px solid #e9e9e9;
    width:calc(100% - 32px);
    display:block;
    margin:-1px auto 0;
    bottom:0;
    height:1px;
    left:16px;
    position:absolute
  }
}
.newsletter-subscription__heading {
  display:flex;
  margin-bottom:16px
}
@media(min-width: 10px)and (max-width: 768px) {
  .newsletter-subscription__heading {
    margin-bottom:8px
  }
}
.newsletter-subscription__heading-text {
  margin-right:8px
}
@media(min-width: 10px)and (max-width: 768px) {
  .newsletter-subscription__heading-text {
    margin-right:0;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden
  }
}
.newsletter-subscription__heading-text div {
  font-size:24px;
  line-height:26px;
  font-family:"proximanova-bold",sans-serif;
  color:#212121;
  margin:0 0 8px
}
@media(min-width: 10px)and (max-width: 768px) {
  .newsletter-subscription__heading-text div {
    font-size:24px;
    line-height:30px;
    margin:0
  }
}
.newsletter-subscription__heading-text p {
  font-size:13px;
  margin:0
}
.newsletter-subscription__heading-logo {
  width:36px;
  height:36px;
  flex:0 0 auto;
  margin:8px 0 0 auto
}
.newsletter-subscription__heading-logo img {
  width:100%
}
.newsletter-subscription__blurb {
  font-size:13px;
  line-height:18px;
  display:flex;
  align-items:flex-start;
  margin:16px 0 0
}
@media(min-width: 10px)and (max-width: 768px) {
  .newsletter-subscription__blurb {
    text-align:center;
    margin:0 0 16px 0;
    font-size:16px;
    line-height:21px
  }
}
.newsletter-subscription__blurb img {
  width:54px;
  margin-right:16px;
  flex:0 0 auto
}
.newsletter-subscription__blurb p {
  margin:0
}
@media(min-width: 10px)and (max-width: 768px) {
  .newsletter-subscription__blurb p {
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden
  }
}
.newsletter-subscription__btn {
  font-size:15px;
  background-color:#212121;
  color:#fff;
  font-family:"proximanova-regular",sans-serif;
  padding:0 24px;
  display:inline-block;
  cursor:pointer;
  height:40px;
  line-height:40px;
  -webkit-border-radius:25px;
  -khtml-border-radius:25px;
  -moz-border-radius:25px;
  -ms-border-radius:25px;
  -o-border-radius:25px;
  border-radius:25px;
  -webkit-transition:background-color .2s ease,color .2s ease;
  -moz-transition:background-color .2s ease,color .2s ease;
  -o-transition:background-color .2s ease,color .2s ease;
  transition:background-color .2s ease,color .2s ease;
  font-size:15px;
  text-align:center;
  display:block;
  margin-top:16px
}
.newsletter-subscription__btn:hover,
.newsletter-subscription__btn:focus,
.newsletter-subscription__btn:active {
  background-color:#080808;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline:0
}
.newsletter-subscription__btn:disabled,
.newsletter-subscription__btn [disabled=disabled] {
  opacity:.5;
  cursor:not-allowed;
  pointer-events:none
}
@media(min-width: 10px)and (max-width: 768px) {
  .newsletter-subscription__btn {
    margin-top:0;
    font-family:"proximanova-bold",sans-serif
  }
}
.newsletter-subscription__image-url {
  width:calc(32px + 100%);
  height:214px;
  flex:0 0 auto;
  overflow:hidden;
  position:relative;
  margin-left:-16px
}
@media(min-width: 10px)and (max-width: 768px) {
  .newsletter-subscription__image-url {
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
    width:100%;
    margin:0 0 24px 0
  }
}
.newsletter-register {
  padding:16px 16px 32px;
  margin-bottom:16px;
  text-align:center;
  color:#212121;
  position:relative
}
.newsletter-register .news24-branding {
  min-height:24px;
  text-align:right;
  width:100%;
  margin-bottom:4px
}
.newsletter-register .news24-branding img {
  float:right;
  max-height:24px
}
.newsletter-register.matric-results {
  background:#06bbd3;
  color:#fff
}
.newsletter-register.matric-results .newsletter-register--header {
  color:#fff
}
.newsletter-register.matric-results .newsletter-register--header a {
  color:#fff
}
.newsletter-register.matric-results #email-submit {
  background:#f6b31b
}
.newsletter-register.matric-results .recaptcha-container {
  background:none;
  border:none;
  margin:0;
  padding:0 0 8px
}
.newsletter-register.matric-results .recaptcha-container a {
  color:#fff !important
}
.newsletter-register.matric-results .footer {
  height:15px;
  display:flex;
  flex-wrap:nowrap;
  width:100%;
  bottom:0;
  left:0;
  background:#cc314a;
  position:absolute
}
.newsletter-register.matric-results .footer span {
  height:100%;
  width:14.2%
}
.newsletter-register.matric-results .footer span:nth-child(1) {
  background:#e64c65
}
.newsletter-register.matric-results .footer span:nth-child(2) {
  background:#e4663b
}
.newsletter-register.matric-results .footer span:nth-child(3) {
  background:#32a58c
}
.newsletter-register.matric-results .footer span:nth-child(4) {
  background:#12a8ab
}
.newsletter-register.matric-results .footer span:nth-child(5) {
  background:#485377
}
.newsletter-register.matric-results .footer span:nth-child(6) {
  background:#f6b31b
}
.newsletter-register.matric-results .footer span:nth-child(7) {
  background:#cc314a
}
.newsletter-register--header a {
  display:flex;
  justify-content:center;
  margin:8px 0;
  color:#212121
}
.newsletter-register--header a img {
  width:30px;
  height:30px;
  margin:0 8px 0 0
}
.newsletter-register--header a h3 {
  margin:0
}
.newsletter-register--title {
  font-size:28px;
  font-weight:bold;
  line-height:30px
}
.newsletter-register #email {
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  -khtml-border-radius:20px;
  outline:none;
  border:none;
  width:100%;
  height:38px;
  color:#bbb7b7;
  padding:0 15px;
  font-size:12px;
  background:#fff;
  margin:0 0 8px
}
.newsletter-register #email-submit {
  background:#dd1f26;
  border:none;
  border-radius:20px;
  width:100%;
  padding:10px 30px;
  font-weight:normal;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  min-width:0;
  height:auto;
  color:#fff;
  display:block;
  margin:0 auto 16px;
  font-size:16px
}
.newsletter-register .footer {
  display:none
}
.newsletter-register .adblock {
  margin-left:-5px
}
