body {
  background-color: #ececec;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

h1 {
  margin-top: 0%;
  margin-bottom: 0%;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5vw;
  line-height: 6vh;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #3b424c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6vw;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #1d181f;
}

.main-container {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 26px -10px #000;
}

.logo {
  width: 250px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
}

.logo.footer.w--current {
  display: block;
  width: 80%;
  margin: 2% auto;
  border-top-style: none;
}

.navigation {
  text-align: right;
}

.nav-link {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #9c2222;
}

.head {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 26px -10px #000;
}

.no-margin-column {
  padding-right: 0px;
  padding-left: 0px;
}

.slider {
  height: 500px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.slide-1 {
  z-index: 1;
  border-radius: 10px;
  background-image: url('../images/POI---Sheringham-Beach-21.12-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-overlaying-block {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 0vw;
  z-index: 2;
  width: 300px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px 10px 10px 0px;
  background-color: hsla(0, 0%, 95%, .77);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.block-container {
  position: absolute;
  top: 50%;
  height: 100%;
}

.welcome {
  position: relative;
  top: 50%;
  padding: 0%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #252525;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
}

.usp-container {
  position: relative;
  display: block;
  width: 48%;
  margin-right: auto;
  margin-left: auto;
  padding: 0vw 0vw 0px;
  border: 3px none #6d0000;
  border-radius: 10px;
  background-color: #306e73;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .77), hsla(0, 0%, 95%, .77));
  background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .77), hsla(0, 0%, 95%, .77));
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.usp-container:hover {
  background-color: #3b424c;
}

.usp-container.bottom {
  height: 10.5vw;
}

.usp-container.taxation {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .77), hsla(0, 0%, 95%, .77)), url('../images/Taxations-min.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .77), hsla(0, 0%, 95%, .77)), url('../images/Taxations-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.usp-container.audit {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .77), hsla(0, 0%, 95%, .77)), url('../images/Auditing-min.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .77), hsla(0, 0%, 95%, .77)), url('../images/Auditing-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.usp {
  margin-bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.usp.nopadd {
  padding-left: 0px;
}

.bottom-usp-row {
  margin-top: 2%;
}

.usp-blurb {
  color: #252525;
  line-height: 22px;
  text-align: left;
}

.usp-content-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.top-usp-row {
  display: block;
  width: 100%;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
}

.service-div {
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #f3f3f3;
}

.center {
  margin-bottom: 1%;
  margin-left: 10px;
  color: #3b424c;
  text-align: center;
}

.footer {
  height: auto;
  padding: 20px;
  border-top: 5px solid #9c2222;
  background-color: #bebebe;
}

.footer-para {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}

.footer-para.top {
  display: inline-block;
  width: auto;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 40px;
}

.footer-para.top.right {
  float: right;
  text-align: right;
}

.footer-para.bottom {
  text-align: center;
}

.footer-para.priv {
  margin-top: -10px;
}

.footer-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.footer-vertical.logos {
  text-align: center;
}

.footer-vertical.top {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.footer-logos {
  width: 75px;
  height: 75px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border: 1px solid #e9e9e9;
  background-image: url('../images/Acca-Logo.png');
  background-position: 50% 50%;
  background-size: 107%;
  background-repeat: no-repeat;
}

.footer-logos.sage {
  margin-left: 2%;
  background-image: url('../images/Sage-accountants-club-member.gif');
  background-size: cover;
}

.footer-logos.chamber {
  background-image: url('../images/Sherignham-Chamber-of-Trade-Logo.jpg');
  background-size: cover;
}

.footer-logos.iris {
  background-image: url('../images/Casaware-Logo.jpg');
  background-size: cover;
}

.footer-logos.casa {
  background-image: url('../images/Iris-Logo.jpg');
  background-size: 116px;
}

.intro-row {
  margin-bottom: 2%;
}

.our-service-blurb {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  text-align: center;
}

.full-width {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0%;
  border-radius: 10px;
  background-color: white;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .89), hsla(0, 0%, 95%, .89)), url('../images/Self-Assessment-min.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .89), hsla(0, 0%, 95%, .89)), url('../images/Self-Assessment-min.jpg');
  background-position: 50% 69%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.full-width:hover {
  background-color: #306e73;
}

.full-width-content-container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0vw;
}

.h2.white {
  color: #fff;
}

.paragraph.white {
  margin-bottom: 0px;
}

.paragraph.white.self {
  padding: 10px 20px 20px;
}

.slide-3 {
  border-radius: 10px;
  background-image: url('../images/Holkham-Hall-Ipad.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  border-radius: 10px;
  background-image: url('../images/Sunset-over-Beeston.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  border-radius: 10px;
  background-image: url('../images/Train-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  border-radius: 10px;
  background-image: url('../images/POI---Sheringham-Beach-21.12-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 55px;
  border-bottom: 5px solid #3b424c;
  border-radius: 10px;
  background-color: #9c2222;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button:active {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.button.banner {
  padding: 8px 14px;
}

.image {
  border-radius: 10px;
}

.panel {
  width: 50%;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  background-color: #f3f3f3;
}

.intro-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro-panel._2 {
  padding-right: 0px;
  padding-left: 10px;
}

.top-bar {
  height: auto;
  padding-right: 2.5%;
  padding-left: 2.5%;
  border-bottom: 3px solid #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #9c2222;
}

.vertical-divider {
  display: inline-block;
  width: 2px;
  height: 20px;
  margin: -4px 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadada;
}

.service-heading-div {
  margin-bottom: 0px;
  padding-top: 0%;
  padding-bottom: 0%;
  border-bottom: 5px solid #fff;
  border-radius: 10px;
  background-color: #9c2222;
}

.unordered-list {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.divider {
  display: block;
  width: 75px;
  height: 3px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  background-color: #d1d1d1;
}

.flex-2 {
  width: 40%;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-usp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.row {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.map {
  height: 200px;
  margin-top: 20px;
  margin-bottom: 0px;
  border-radius: 10px;
}

.inline-link {
  color: #306e73;
  text-decoration: none;
}

.contact-container {
  text-align: right;
}

.top-bar-link {
  color: #333;
  text-decoration: none;
}

.top-bar-link:hover {
  text-decoration: underline;
}

.text-link {
  color: #000;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link.matt {
  text-decoration: underline;
}

.notice {
 text-align: center;
 padding: 9px;
}

.notice span {
 display: inline-block;
 margin-top: 10px;
}

.intro-panel h2 {
 margin-bottom: 21px;
}

.intro-panel .divider {
 margin-bottom: 21px;
}

.intro-panel p {
 line-height: 21px;
 margin-bottom: 20px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 4.5vw;
  }
  h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
  h3 {
    font-size: 2.5vw;
  }
  p {
    line-height: 22px;
  }
  .nav-link {
    width: 10vw;
    font-size: 1.75vw;
  }
  .slider-overlaying-block {
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 40%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .welcome {
    font-size: 2.75vw;
    line-height: 3.5vw;
  }
  .usp-container {
    width: 49%;
  }
  .usp {
    margin-top: 0%;
    padding-bottom: 10px;
  }
  .top-usp-row._2 {
    margin-top: 0%;
  }
  .service-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer {
    height: auto;
    border-top-color: #fff;
  }
  .footer-para {
    text-align: center;
  }
  .footer-para.top {
    margin-bottom: 0px;
    clear: none;
  }
  .footer-para.bottom {
    margin-bottom: 2%;
  }
  .footer-vertical {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer-vertical.top {
    margin-top: 2%;
  }
  .footer-column {
    height: auto;
  }
  .our-service-blurb {
    margin-right: 0px;
    margin-left: 0px;
  }
  .full-width {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0%;
    padding-left: 0%;
    border-radius: 10px;
  }
  .full-width:hover {
    background-color: #3b424c;
  }
  .image {
    height: auto;
  }
  .panel {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro-panel {
    display: block;
    padding-right: 0px;
  }
  .intro-panel._2 {
    padding-left: 0px;
  }
  .service-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-2 {
    width: 100%;
    margin-left: 0px;
  }
  .div-block {
    text-align: center;
  }
}



@media (max-width: 767px) {
  h1 {
    font-size: 6.25vw;
  }
  h3 {
    font-size: 3.5vw;
  }
  .logo {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-weight: 700;
  }
  .navigation {
    text-align: center;
  }
  .nav-link {
    width: 13vw;
    font-size: 2.25vw;
  }
  .slider {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .slider-overlaying-block {
    position: absolute;
    left: 0vw;
    top: 0vw;
    right: 2px;
    display: block;
    width: 100%;
    height: 25%;
    margin-right: auto;
    margin-left: auto;
  }
  .welcome {
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
  }
  .usp-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-div {
    padding-top: 20px;
  }
  .footer-para.top {
    display: block;
    width: 100%;
    padding-bottom: 0px;
    float: none;
    font-size: 2.3vw;
    line-height: 6vw;
    text-align: center;
  }
  .footer-para.top.right {
    margin-bottom: 4px;
    float: none;
    text-align: center;
  }
  .panel {
    height: auto;
  }
  .top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 5vh;
  }
  .flex-usp {
    display: block;
  }
  .contact-container {
    text-align: center;
  }
  .top-bar-link {
    line-height: 30px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 11.25vw;
  }
  h2 {
    font-weight: 700;
  }
  h3 {
    font-size: 5vw;
  }
  .main-container {
    padding: 10px;
  }
  .nav-link {
    width: 20vw;
    font-size: 3.25vw;
  }
  .slider {
    height: 350px;
  }
  .slider-overlaying-block {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .welcome {
    position: static;
    padding: 10px 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 5.5vw;
    line-height: 7.5vw;
  }
  .usp {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .service-div {
    padding-left: 10px;
  }
  .footer-para.top {
    display: inline-block;
    height: auto;
    margin-top: 0px;
    padding-top: 4px;
    clear: none;
    font-size: 4vw;
  }
  .footer-para.top.right {
    display: inline-block;
    padding-top: 4px;
  }
  .footer-logos {
    width: 20vw;
    height: 20vw;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .unordered-list {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
  }
  .map {
    height: 250px;
  }
}

