:root {
  --white: white;
  --black: black;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.section-top {
  height: 580px;
}

.navlink {
  color: #aaa;
}

.navlink.w--current {
  color: #ff5f5f;
}

.navbar {
  background-color: #000;
}

.body {
  font-family: Open Sans, sans-serif;
}

.container-top {
  height: 600px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.h1-home {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/main-image-blurry.jpg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 55px;
  line-height: 1.2;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}

.para-brand {
  color: rgba(226, 226, 226, .73);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.para-disclaimer {
  width: 590px;
  color: #fff;
  text-align: center;
  background-color: #565e63;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 22px;
  display: block;
}

.container-two {
  margin-bottom: 126px;
  padding: 40px 20px;
}

.h3-home {
  line-height: 1.3;
}

.para-on-home {
  line-height: 1.5;
}

.para-open-letter {
  background-color: #ebebeb;
  padding: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 1.6;
}

.form {
  background-color: #e9d6d9;
  margin-top: 25px;
  padding: 23px 19px;
}

.button {
  width: 300px;
  background-color: #6e2028;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-top-contact {
  height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/main-image-blurry.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container-top-contact {
  height: 350px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.h1-contact {
  color: #fff;
  text-align: center;
  font-size: 45px;
  line-height: 1.2;
}

.container-top-news {
  height: 350px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.link-red {
  color: #a81d39;
}

.container-experiences {
  margin-bottom: 126px;
  padding: 40px 20px;
}

.para-experience-left {
  width: 80%;
  color: #f6dede;
  background-color: #692730;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
  box-shadow: 6px 6px 2px rgba(0, 0, 0, .14);
}

.quote-triangle-left {
  width: 40px;
  height: 40px;
  background-color: #692730;
  margin-top: -20px;
  margin-left: 75px;
}

.quotediv-lefty, .quotediv-righty {
  margin-bottom: 35px;
}

.para-experience-right {
  width: 80%;
  float: right;
  color: #f6dede;
  background-color: #692730;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
  box-shadow: 6px 6px 2px rgba(0, 0, 0, .14);
}

.quote-triangle-right {
  width: 40px;
  height: 40px;
  float: right;
  clear: right;
  background-color: #692730;
  margin-top: -20px;
  margin-right: 75px;
}

.image-petition {
  margin-bottom: 23px;
}

.section-top-newsletter {
  height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/main-image-blurry.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.button-continue-browsing {
  width: 400px;
  text-align: center;
  background-color: #ce3030;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.image-in-top {
  width: 1px;
  height: 1px;
}

.text-span {
  color: #a81d39;
  font-weight: 600;
}

.section-news-stripe {
  background-color: #6e6e6e;
}

.para-news-stripe {
  color: rgba(255, 255, 255, .85);
  text-align: center;
  margin-top: 7px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.newslink {
  color: #fff;
}

.textarea-contactform {
  height: 200px;
  min-height: 200px;
}

.section-top-nigel {
  height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/main-image-blurry.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-top-nigel.media-and {
  height: 450px;
}

.h3-nigel {
  margin-bottom: 25px;
  line-height: 1.3;
}

.container-top-nigel {
  height: 350px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container-top-nigel.mediaand {
  padding-top: 60px;
}

.para-experiences-intro {
  margin-bottom: 35px;
  line-height: 1.5;
}

.link-block-twitter {
  width: 150px;
  color: #2daae1;
  text-align: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.para-follow-on-twitter {
  margin-top: -4px;
}

.link-black {
  color: #000;
}

.para-photocaption {
  color: #b6b6b6;
  text-align: center;
  background-color: #000;
  padding: 5px 10px;
  line-height: 1.2;
}

.cols-court-photos {
  margin-top: 25px;
}

.section-home-court {
  background-color: #d5ae00;
}

.container-home-court {
  padding-top: 19px;
  padding-bottom: 13px;
}

.para-court-top {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.stripe-court-case-link {
  color: #fff;
  text-decoration: underline;
}

.para-case-page {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4;
}

.h4-case {
  background-color: #d5b4b9;
  padding: 20px;
  line-height: 1.4;
}

.h4-mediareactionlink {
  background-color: #9e2537;
  padding: 20px;
  line-height: 1.4;
}

.linkwhite {
  color: #fff;
}

.para-case-page-quote {
  background-color: #dadada;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.para-refresh {
  color: #fff;
  background-color: #414141;
  padding: 7px 9px;
}

.div-guardian-news {
  margin-bottom: 25px;
}

.linkblock-guard-desktop {
  cursor: pointer;
}

.linkblock-guard-phonelands, .linkblock-guard-phoneportrait {
  cursor: pointer;
  display: none;
}

.h4-mediareactionlink-nigel {
  color: #fff;
  background-color: #9e2537;
  padding: 20px;
  line-height: 1.4;
}

.div-bbc-staff-bullying {
  margin-bottom: 20px;
}

.img-bbcstaff-phonelands, .img-bbcstaff-phone {
  display: none;
}

.link-block {
  cursor: pointer;
}

.listitem-news-corrupt {
  margin-bottom: 20px;
  line-height: 1.5;
}

.h2-main {
  text-align: center;
  line-height: 1.3;
}

.linkwhite-underline {
  color: #fff;
  text-decoration: underline;
}

.link-block-pointer {
  cursor: pointer;
  text-decoration: none;
}

.h4-yello {
  color: #300;
  background-color: #ffc800;
  padding: 20px;
  line-height: 1.4;
}

.section-contact-stripe {
  background-color: #6d4b33;
}

.section-ofsted {
  background-color: #fffb00;
}

.para-ofsted {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.div-about-tribunal-case {
  background-color: #652129;
  margin-bottom: 20px;
  padding: 20px;
}

.h4-rare-to {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.para-rare-to {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.link-white-underlined {
  color: #fff;
}

.h4-rare-to-black {
  color: #000;
  text-align: center;
  margin-top: 45px;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.para-rare-to-black {
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.para-rare-to-nobody {
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
}

.h2-rare {
  color: #ffcdcd;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.para-rare {
  color: #ffcdcd;
  text-align: center;
}

.para-getintouch {
  width: 590px;
  color: #fff;
  text-align: center;
  background-color: #872c35;
  border-radius: 5px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 22px;
  display: block;
}

.body-home {
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.h1-home-new, .h2-home-new {
  color: gray;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.div-homecontent {
  width: 800px;
}

.para-getintouch-gone {
  width: 590px;
  color: #fff;
  text-align: center;
  background-color: #872c35;
  border-radius: 5px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 22px;
}

.h3-home-new {
  color: gray;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.sendm {
  color: #a5a5a5;
  text-align: center;
  margin-top: 2em;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.red, .red-link {
  color: #852a33;
  font-weight: 700;
}

html.w-mod-js [data-ix="rotate-45"] {
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .h1-home {
    line-height: 1.1;
  }

  .nav-menu {
    background-color: #1b1b1b;
  }

  .menu-buttpn.w--open {
    color: #000;
    background-color: #424242;
  }

  .para-experience-left, .para-experience-right {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  .icon {
    color: #a5a5a5;
  }

  .container-top-nigel.mediaand {
    padding-top: 89px;
  }

  .linkblock-guard-phonelands, .linkblock-guard-phoneportrait, .img-bbcstaff-phonelands, .img-bbcstaff-phone {
    display: none;
  }

  .div-homecontent {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-top {
    height: 500px;
  }

  .container-top {
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-home {
    font-size: 45px;
  }

  .para-brand {
    padding-left: 15px;
  }

  .para-disclaimer {
    width: 450px;
  }

  .container-two {
    padding-top: 10px;
  }

  .section-top-contact {
    height: 350px;
  }

  .container-top-contact {
    height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-contact {
    font-size: 35px;
  }

  .container-top-news {
    height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-experiences {
    padding-top: 30px;
  }

  .para-experience-left, .para-experience-right {
    width: 100%;
  }

  .section-top-newsletter {
    height: 350px;
  }

  .container-news-stripe {
    padding-left: 41px;
    padding-right: 41px;
  }

  .section-top-nigel {
    height: 350px;
  }

  .section-top-nigel.media-and {
    height: 500px;
  }

  .container-top-nigel {
    height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-top-nigel.mediaand {
    padding-top: 120px;
  }

  .para-court-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .linkblock-guard-desktop {
    display: none;
  }

  .linkblock-guard-phonelands {
    display: block;
  }

  .linkblock-guard-phoneportrait, .img-bbcstaff-desktop {
    display: none;
  }

  .img-bbcstaff-phonelands {
    display: block;
  }

  .img-bbcstaff-phone {
    display: none;
  }

  .para-getintouch {
    width: 450px;
  }

  .h1-home-new, .h2-home-new {
    font-size: 17px;
  }

  .para-getintouch-gone {
    width: 450px;
  }

  .h3-home-new {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .h1-home {
    font-size: 35px;
  }

  .heading {
    font-size: 18px;
  }

  .para-disclaimer {
    width: 250px;
  }

  .button {
    width: 200px;
  }

  .section-top-contact {
    height: 380px;
  }

  .h1-contact {
    font-size: 28px;
  }

  .quote-triangle-left, .quote-triangle-right {
    margin-left: 40px;
  }

  .button-continue-browsing {
    width: 260px;
  }

  .para-news-stripe {
    padding-left: 9px;
    padding-right: 9px;
  }

  .container-news-stripe {
    padding-left: 0;
    padding-right: 0;
  }

  .section-top-nigel {
    height: 470px;
  }

  .section-top-nigel.media-and {
    height: 600px;
  }

  .h3-nigel {
    font-size: 18px;
  }

  .container-top-nigel {
    height: 470px;
  }

  .para-court-top {
    font-size: 16px;
  }

  .linkblock-guard-desktop, .linkblock-guard-phonelands {
    display: none;
  }

  .linkblock-guard-phoneportrait {
    display: block;
  }

  .img-bbcstaff-desktop, .img-bbcstaff-phonelands {
    display: none;
  }

  .img-bbcstaff-phone {
    display: block;
  }

  .h2-main {
    font-size: 22px;
  }

  .h2-rare {
    font-size: 24px;
  }

  .para-getintouch, .para-getintouch-gone {
    width: 250px;
  }
}


