html, body {
  height: 100%;
}
body {
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
.wht {
  color: #fff;
}
.ppl {
  color: #331858;
}

h1 {
  font-size: 45px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #331858;
}
h2 {
  font-size: 35px;
}
.intro p {
  font-size: 30px;
  font-weight: 300;
  color: #54565a;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
p, li {
  font-size: 18px;
  font-weight: 400;
}

  .intro p:first-child {
    padding-top: 50px;
  }
  .intro p:last-child {
    padding-bottom: 50px;
  }

/* Set max width of inner container */
@media (min-width: 1500px) {
  .container {
    width: 100%;
    max-width: 1500px;
  }
}

.top-bar {
  height:49px;
  background-color: #331858;
  padding-top:10px;
}
  .top-bar .top-bar-inner span,
  .top-bar .top-bar-inner a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-left: 16px;
  }
.header {
  height: 154px;
  padding-top: 50px;
}
.logo{
  position:absolute;
  z-index:500;
}
.logo a.logo-img {
  display: inline-block;
}
.logo img {
  display: block;
  cursor: pointer;
}
  .logo p {
    color: #331858;
  }

.info-link {
  color:#000;
  cursor:pointer;
}
  .info-link:hover {
    color: #000;
    text-decoration: underline;
  }

/* First container if no head-banner used */
.top-container {
  border-top: 1px solid #331858;
  padding-top: 40px;
}

.head-banner {
  position: relative;
  height: 425px;
  min-height: 425px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
.head-banner-home {
  background-image: url(../images/header-home.jpg)
}
.head-banner:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 22px #311368;
  border-left: solid 34px transparent;
  border-right: solid 34px transparent;
}
.head-banner-content {
  padding-top: 50px;
  padding-right: 30%;
}
.inner-title-block {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 30%;
}

.inner-title-block {
  position: relative;
  height: 225px;
  min-height: 225px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 35px;
  margin-bottom: 25px;
}
.inner-title-block-container {
  /*border-bottom: 1px solid #7f6e95;*/
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.inner-title-block-home {
  background-image: url(../images/inner-title-block-bg.jpg)
}
/* navbar start 
  ===================================================== */
.navbar-container {
  width: 60%;
  margin-left: 40%;
  margin-top: -65px;
}
.nav-link {
  font-size: 18px;
  color: #331858 !important;
  padding-left: 20px !important;
}
.dropdown-toggle {
  cursor:pointer;
  padding-top: .455em;
}
  /* remove carat from right */
  .dropdown-toggle::after {
    content: '' !important;
    border:none !important;
  }
/* add carat to left */
  .dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    margin-right: .255em;
    vertical-align: 0em;
    content: "";
    content: url('../images/menu-arrow.png');
    background-repeat: no-repeat;
  }
.dropdown-item {
  color: #331858 !important;
}
a.dropdown-item:active {
  background-color: #f8f9fa;
}
/* navbar end 
  ===================================================== */
/* form start 
  ===================================================== */
.form-split {
  border-top: 1px solid #594376;
  padding-top: 50px;
}
.form-container {
  background-color: #e4e1ec;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom:40px;
}
a i.fas,
a:hover i.fas {
  color: #331858;
}
.form-group {
  padding-right: 40px;
  padding-bottom:10px;
}
/* border after form group*/
  .form-group:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
    border-bottom: 1px solid #806f98;
  }
  .form-group.no-underline:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 0;
    border-bottom: none;
  }
  .form-group label {
    font-size: 16px;
  }
.form-control {
  border: none;
  border-radius: 0px !important;
}
/* square radio buttons */
.btn-group-toggle{
  display:block;
}
  .btn-group-toggle .btn-select {
    height:40px;
    width:130px;
    border-radius: 0px !important;
    background-color: #fff;
    color: #c7c7c7;
    margin-right:12px;
  }
    .btn-group-toggle .btn-select.active {
      background-color: #331858;
      color: #fff;
      font-weight:700;
    }

select {
  /* styling*/
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
     
}

  select.minimal {
    background-image: url('../images/select-down-arrow.png');
    background-position: right 2px;
    background-size: 45px 31px;
    background-repeat: no-repeat;
  }

    select.minimal:focus {
      background-image: url('../images/select-up-arrow.png');
    }


.btn-submit {
  border-color: #331858;
  background-color: #331858;
  padding-left: 30px;
  padding-right: 20px;
  color:#fff;
}
.btn-submit:hover {
  color: #fff;
}
.btn-submit i {
  padding-left: 30px;
}

/* form end 
  ===================================================== */





/* shortcuts start 
  ===================================================== */
.shortcut-outer-container {
  background-color: #f6f6f6;
  margin-top: 40px;
  padding-top: 25px;
}
  .shortcut-outer-container .title-row {
    border-bottom: 1px solid #4b336b;
    padding-bottom: 20px;
  }
.shortcut-container {
  margin-top: 30px;
}
.shortcut {
  display: block;
  width: 220px;
  text-align: center;
  font-size: 20px;
  color: #4b336b;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
a.shortcut,
a.shortcut:hover,
a.shortcut:active,
a.shortcut:visited {
  color: #4b336b;
  text-decoration:none;
}
.shortcut-icon {
  width: 120px;
  height: 139px;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 120px 135px;
  margin:auto;
}
.s-tax-relief {
  background-image: url(../images/shortcut-icon-10.png);
}
.s-pension-tax {
  background-image: url(../images/shortcut-icon-4.png);
}
.s-adjusted-income {
  background-image: url(../images/shortcut-icon-1.png);
}
.s-national-insurance-categories {
  background-image: url(../images/shortcut-icon-1.png);
}
.s-income-tax {
  background-image: url(../images/shortcut-icon-8.png);
}
.s-property-income {
  background-image: url(../images/shortcut-icon-9.png);
}
.s-tax-free-childcare {
  background-image: url(../images/shortcut-icon-2.png);
}
.s-hmrc {
  background-image: url(../images/shortcut-icon-7.png);
}
.s-rental-income {
  background-image: url(../images/shortcut-icon-3.png);
}
.s-national-insurance {
  background-image: url(../images/shortcut-icon-5.png);
}
/* shortcuts end 
  ===================================================== */




/* FOOTER STYLE START */
.page-footer {
  width: 100%;
  min-height:450px;
  position: relative;
  text-align: center;
  padding-bottom: 0;
  margin: 0 0 0 0;
}

  .page-footer .container {
    margin: 0 auto;
  }

  .page-footer .headerBar-container {
    background-color: #331858;
  }

  .page-footer .headerBar {
    background-color: #331858;
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 7px;
  }

    .page-footer .headerBar .row {
      display: flex;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    /* footer icons -------- */
    .page-footer .headerBar .socialIcons {
      display: flex;
      align-items: center;
      justify-content: right;
      flex-direction: row-reverse;
      height: 100%;
      margin: 0 0 0 0;
      padding: 0;
    }

      .page-footer .headerBar .socialIcons a {
        text-align: center;
        width: 50px;
        min-width: 50px;
        max-height: 40px;
        font-size: 0.9rem;
        border: 0;
      }

    .page-footer .headerBar ul.socialIcons > li > a,
    .page-footer .headerBar ul.socialIcons > li > a:link,
    .page-footer .headerBar ul.socialIcons > li > a:visited,
    .page-footer .headerBar ul.socialIcons > li > a:hover {
      text-decoration: none;
      display: block;
      padding: 0;
      margin: 0;
    }

      .page-footer .headerBar ul.socialIcons > li > a:hover {
      }

      .page-footer .headerBar ul.socialIcons > li > a > img.footerIcon {
        max-height: 40px;
        border: 0;
      }

  .page-footer .base-area {
    min-height: 200px;
    border-top: 0px solid #595959;
    background-color: #595959;
    background-image: url('images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top center;
    margin: 0;
    padding: 20px 0 0 0;
  }

    .page-footer .base-area .base-area-body {
      background-color: transparent;
      min-height: 350px;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 20px;
    }

      .page-footer .base-area .base-area-body h4 {
        font-family: 'Source Sans Pro', sans-serif;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
      }

      .page-footer .base-area .base-area-body p {
        font-family: 'Source Sans Pro', sans-serif;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
      }


    .page-footer .base-area .container .site-map {
      display: flex;
      flex-wrap: wrap;
      background-color: none;
      width: 100%;
      padding: 0;
      margin: 20px 0 0 10px;
    }

      .page-footer .base-area .container .site-map > * {
        flex: 0 0 18.5%;
      }

      .page-footer .base-area .container .site-map div ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .page-footer .base-area .container .site-map div,
      .page-footer .base-area .container .site-map.align-right div {
        vertical-align: top;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        padding: 10px 0 8px 0;
        margin: 0 1.5% 0 0;
      }

        /* Top Items */
        .page-footer .base-area .container .site-map div a,
        .page-footer .base-area .container .site-map div a:active,
        .page-footer .base-area .container .site-map div a:hover,
        .page-footer .base-area .container .site-map div h4 a,
        .page-footer .base-area .container .site-map div h4 a:active,
        .page-footer .base-area .container .site-map div h4 a:hover {
          font-family: 'Source Sans Pro', sans-serif;
          font-size: 14px;
          line-height: 16px;
          font-weight: 700;
          text-align: left;
          color: #fff;
          text-decoration: none;
          margin: 0;
          padding: 0;
        }

          .page-footer .base-area .container .site-map div a:hover {
            /*color: #fff;*/
            text-decoration: none;
          }

        .page-footer .base-area .container .site-map div ul li,
        .page-footer .base-area .container .site-map.align-right div ul li {
          float: none;
          width: 100%;
          font-size: 14px;
          line-height: 16px;
          font-weight: 300;
          text-align: left;
          border: none;
          color: #FFF;
          padding: 0 0 5px 0;
          margin: 0;
        }

        .page-footer .base-area .container .site-map.align-right div ul li {
          text-align: right;
          padding: 0 0 5px 0;
        }

        /* sub menu */

        .page-footer .base-area .container .site-map div ul li a,
        .page-footer .base-area .container .site-map div ul li a:active,
        .page-footer .base-area .container .site-map div ul li a:hover {
          font-size: 14px;
          line-height: 15px;
          font-weight: 300;
          text-align: left;
          color: #FFF;
          text-decoration: none;
        }

          .page-footer .base-area .container .site-map div ul li a:hover {
            color: #fff;
            text-decoration: none;
          }

        .page-footer .base-area .container .site-map div ul li.divider {
          border-top: 0px solid #fff;
          margin-top: 5px;
          margin-bottom: 5px;
          height: 1px;
          width: 100%;
        }


    .page-footer .base-area ul.base-links {
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 20px 0 0 0;
      padding-bottom: 30px;
    }

      .page-footer .base-area ul.base-links li {
        vertical-align: top;
        float: left;
        width: auto;
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
        text-align: left;
        color: #fff;
        padding: 10px 0 8px 0;
        margin: 0 1% 0 0;
      }

        .page-footer .base-area ul.base-links li:last-child {
          margin: 0 0 0 0;
        }

        .page-footer .base-area ul.base-links li a,
        .page-footer .base-area ul.base-links li a:active,
        .page-footer .base-area ul.base-links li a:hover {
          font-size: 13px;
          line-height: 18px;
          font-weight: 400;
          text-align: left;
          color: #FFF;
          text-transform: uppercase;
          text-decoration: none;
          padding-right: 15px;
        }

/* FOOTER STYLE END */











/* 
  MEDIA QUERIES
  ===============================================================================*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .head-banner-content {
      padding-right: 0;
    }

      .head-banner-content h3 {
        font-size: 35px;
      }
    .inner-title-block {
      padding-right: 20px;
    }
      .inner-title-block p {
        font-size: 35px;
        line-height: 40px;
      }
    .intro p {
      font-size: 25px;
    }

    .shortcut {
      width: 184px;
      padding-left: 32px;
      padding-right: 32px;
    }

  }
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .head-banner-content {
      padding-right: 10%;
    }

      .head-banner-content h3 {
        font-size: 35px;
      }
    .inner-title-block {
      padding-right: 20px;
    }
      .inner-title-block p {
        font-size: 40px;
        line-height: 45px;
      }

    .shortcut {
      width: 220px;
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  /**********************************************/
  /*Medium devices (tablets, 768px and up) 
	.col-md-
*/
  @media screen and (min-width: 767px) {

    .head-banner-content h3 {
      font-size: 40px;
    }
    .inner-title-block {
      padding-right: 10%;
    }
      .inner-title-block p {
        font-size: 40px;
        line-height: 50px;
      }
    .intro p {
      font-size: 30px;
    }
  }

  @media screen and (max-width: 767.98px) {
  }




/* end nav on hover  */
@media screen and (max-width: 847px) {
  .page-footer .headerBar .socialIcons a {
    width: 45px;
    min-width: 45px;
  }
}


  /**********************************************/
  /*Large devices ((incudes tablets due to orientation), 970px and up) 
	.col-lg-
*/
  @media (min-width: 992px) {

    .head-banner-content h3 {
      font-size: 50px;
    }
    .inner-title-block p {
      font-size: 45px;
      line-height: 55px;
    }
  }

  @media (max-width: 991.98px) {

    /* Set Menu to full width
    this is where it becomes mobile
  */
    .navbar-container {
      width: 100%;
      margin-left: 0;
    }
    .navbar-collapse {
      padding-top:10px;
    }
    .nav-item{
      border-bottom:1px solid #ccc;
    }
      .nav-item:last-of-type {
        border-bottom: 0px solid #ccc;
      }
    .dropdown-menu {
      border: 0;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 0;
    }
    .dropdown-item {
      border-bottom: 1px solid #ccc;
    }
    .dropdown-item:first-child {
      border-top: 1px solid #ccc;
    }
      .dropdown-item:last-child {
        border-bottom: 0px solid #ccc;
      }
  }
  /**********************************************/
  /*Extra large devices (large desktops, 1200px and up) 
	.col-xl-
*/
  @media (min-width: 1200px) {

    .head-banner-content h3 {
      font-size: 60px;
    }
    .inner-title-block p {
      font-size: 50px;
      line-height:65px;
    }
  }

  @media (max-width: 1199px) {
  }




  @media (max-width: 500px) {

    .logo img {
      width: 70%;
    }
  }