/*
	Theme Name: LPBT Wordpress Theme
	Description:
	Version: 1.1
	Author: Futago
	Author URI: http://futago.com.au
*/
/*------------------------------------*    MAIN
\*------------------------------------*/
/* global box-sizing */
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,500,600|Work+Sans:400,600");
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: greyscale; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*Theme specific files go here*/
/*------------------------------------*	TYPOGRAPHY
\*------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  line-height: 27px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif;
  color: #343E48; }

a {
  font-family: 'Work Sans', sans-serif; }

h5 {
  font-size: 32px;
  font-weight: bold;
  text-indent: 25px;
  position: relative;
  margin-bottom: 0; }
  h5 a {
    color: #7D98AB; }
    h5 a:hover {
      text-decoration: underline;
      color: #7D98AB; }
  @media (max-width: 1030px) {
    h5 {
      font-size: 24px; } }
  @media (max-width: 770px) {
    h5 {
      font-size: 24px; } }
  h5:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #343E48;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 15px;
    left: 0; }
    @media (max-width: 1030px) {
      h5:before {
        top: 7px; } }

h6 {
  font-weight: 400;
  font-size: 14px; }
  h6 strong {
    font-weight: 600; }

a button {
  border-width: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin-top: 27px;
  color: #343E48;
  font-weight: 600;
  -webkit-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms; }
  a button:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: -7px;
    border-top: 2px solid #82888F;
    -webkit-transition: width 200ms;
    -o-transition: width 200ms;
    transition: width 200ms; }
  a button:after {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-top: 2px solid #82888F;
    -webkit-transition: width 200ms;
    -o-transition: width 200ms;
    transition: width 200ms; }
  a button:hover {
    color: #788b9d;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms; }
    a button:hover:before {
      width: 0%;
      -webkit-transition: width 200ms;
      -o-transition: width 200ms;
      transition: width 200ms; }
    a button:hover:after {
      width: 100%;
      -webkit-transition: width 200ms;
      -o-transition: width 200ms;
      transition: width 200ms; }
  a button:focus {
    outline: none; }

.alt a {
  height: 26px;
  color: #7D98AB;
  -webkit-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
  padding-bottom: 7px; }
  .alt a:hover {
    color: #384a57;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms; }

.alt:before {
  border-top: 2px solid #7D98AB; }

.weare {
  max-width: 1200px;
  position: relative;
  left: 50%;
  clear: both;
  float: none;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (max-width: 1300px) {
    .weare {
      padding: 0 50px; } }
  @media (max-width: 770px) {
    .weare {
      padding: 0 20px; } }
  .weare h2 {
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #7D98AB;
    font-size: 30px; }
  .weare .row-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 900px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (max-width: 1030px) {
      .weare .row-wrapper {
        display: block;
        width: 500px; } }
    @media (max-width: 770px) {
      .weare .row-wrapper {
        width: 225px; } }
    .weare .row-wrapper .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      @media (max-width: 770px) {
        .weare .row-wrapper .row {
          display: block; } }
      .weare .row-wrapper .row .guarantee {
        max-width: 150px;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        margin: 30px 39px; }
        .weare .row-wrapper .row .guarantee p {
          font-size: 16px;
          line-height: inherit; }

footer {
  background: #343E48;
  height: 80px; }
  @media (max-width: 1300px) {
    footer {
      height: auto; } }
  footer .footer-wrapper {
    max-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 80px; }
    @media (max-width: 1300px) {
      footer .footer-wrapper {
        padding: 10px 50px;
        height: auto; } }
    footer .footer-wrapper p {
      color: #fff;
      font-size: 12px;
      position: absolute;
      right: 0;
      top: 50%;
      line-height: inherit;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin: 0; }
      @media (max-width: 1300px) {
        footer .footer-wrapper p {
          position: relative;
          text-align: center;
          top: inherit;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0);
          margin: 10px 0px; } }
      footer .footer-wrapper p a {
        color: #fff;
        position: relative; }
        footer .footer-wrapper p a:after {
          content: '';
          position: absolute;
          width: 100%;
          bottom: -2px;
          height: 1px;
          border-bottom: 1px solid #eee;
          left: 0; }
      footer .footer-wrapper p:first-of-type {
        font-size: 14px;
        right: inherit;
        left: 0;
        font-family: 'Source Serif', serif;
        font-weight: 400; }
        footer .footer-wrapper p:first-of-type a {
          color: #fff;
          font-weight: 600;
          text-decoration: none;
          font-family: 'Source Serif', serif; }
          footer .footer-wrapper p:first-of-type a:hover {
            text-decoration: underline; }
          footer .footer-wrapper p:first-of-type a:after {
            content: none; }

.menu-mobile {
  overflow: hidden;
  width: 100vw;
  position: fixed;
  height: 0px;
  background: #343E48;
  opacity: 0;
  top: 0;
  left: 0;
  display: block;
  z-index: 1000;
  -webkit-transition: height 0s linear 400ms, opacity 400ms linear;
  -o-transition: height 0s linear 400ms, opacity 400ms linear;
  transition: height 0s linear 400ms, opacity 400ms linear;
  overflow: scroll; }
  @media (min-width: 1030px) {
    .menu-mobile {
      display: none; } }
  .menu-mobile .button {
    width: 27px;
    height: 26px;
    position: absolute;
    top: 50px;
    right: 50px; }
    @media (max-width: 770px) {
      .menu-mobile .button {
        right: 20px;
        top: 20px; } }
    .menu-mobile .button img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .menu-mobile .button a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-indent: -100000px; }
  .menu-mobile ul {
    max-width: 300px;
    display: block;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
    font-size: 30px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%; }
    .menu-mobile ul li {
      max-width: 300px;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media (max-width: 1030px) {
        .menu-mobile ul li .sub-menu {
          position: relative !important;
          -webkit-transform: translate(-50%, 0) !important;
          -ms-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
          font-size: 18px !important;
          margin-top: 0 !important; } }
      .menu-mobile ul li a {
        color: #fff;
        opacity: 1;
        -webkit-transition: color 200ms;
        -o-transition: color 200ms;
        transition: color 200ms;
        font-weight: 600; }
        .menu-mobile ul li a:hover {
          color: #bbb;
          -webkit-transition: color 200ms;
          -o-transition: color 200ms;
          transition: color 200ms; }
  .menu-mobile form {
    width: 234px;
    position: relative;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 20px;
    margin-top: 20px; }
    .menu-mobile form .search-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 240px;
      border-radius: 5px;
      overflow: hidden; }
      @media (max-width: 770px) {
        .menu-mobile form .search-wrapper {
          bottom: 40px; } }
      .menu-mobile form .search-wrapper label {
        width: 0;
        overflow: 0;
        position: absolute;
        text-indent: -10000px; }
      .menu-mobile form .search-wrapper #s {
        background: #f7f7f7;
        border: none;
        border-radius: 0px;
        height: 35px;
        padding: 5px !important;
        padding-left: 10px !important;
        width: calc(100% - 35px);
        font-size: 16px;
        font-family: 'Work Sans', sans-serif; }
      .menu-mobile form .search-wrapper .search-key {
        width: 40px;
        height: 35px;
        position: relative; }
        .menu-mobile form .search-wrapper .search-key #searchsubmit {
          width: 100%;
          height: 100%;
          background: #f7f7f7;
          border: none;
          border-radius: 0px;
          text-indent: -1000000px;
          -webkit-transition: background 300ms;
          -o-transition: background 300ms;
          transition: background 300ms; }
          .menu-mobile form .search-wrapper .search-key #searchsubmit:hover {
            background: #dedede;
            -webkit-transition: background 300ms;
            -o-transition: background 300ms;
            transition: background 300ms; }
        .menu-mobile form .search-wrapper .search-key img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          pointer-events: none;
          height: 60%;
          width: auto; }

.active {
  height: 100vh;
  opacity: 0.98;
  -webkit-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms; }

.quick-nav {
  background: #f7f7f7;
  position: relative;
  width: 100%; }
  @media (max-width: 770px) {
    .quick-nav {
      display: none; } }
  .quick-nav .quick-wrapper {
    max-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 50px; }
    @media (max-width: 1300px) {
      .quick-nav .quick-wrapper {
        padding: 0 50px; } }
    @media (max-width: 770px) {
      .quick-nav .quick-wrapper {
        padding: 0 20px; } }
    .quick-nav .quick-wrapper ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin: 0; }
      @media (max-width: 1300px) {
        .quick-nav .quick-wrapper ul {
          padding: 0 50px; } }
      @media (max-width: 770px) {
        .quick-nav .quick-wrapper ul {
          padding: 0 20px; } }
      .quick-nav .quick-wrapper ul li {
        margin-left: 30px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px; }
        .quick-nav .quick-wrapper ul li a {
          color: #7D98AB;
          -webkit-transition: color 200ms;
          -o-transition: color 200ms;
          transition: color 200ms; }
          .quick-nav .quick-wrapper ul li a:hover {
            color: #384a57;
            text-decoration: underline;
            -webkit-transition: color 200ms;
            -o-transition: color 200ms;
            transition: color 200ms; }

header {
  max-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 900; }
  @media (max-width: 1300px) {
    header {
      padding: 0 50px; } }
  @media (max-width: 770px) {
    header {
      padding: 0 20px; } }
  header .header-logo {
    position: relative;
    margin-top: 30px;
    width: 173px; }
    header .header-logo a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      text-indent: -100000px; }
  header .mobile-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100; }
    @media (max-width: 1030px) {
      header .mobile-nav {
        display: block; } }
    header .mobile-nav .button {
      width: 27px;
      height: 26px;
      position: absolute;
      bottom: 0;
      right: 50px; }
      @media (max-width: 770px) {
        header .mobile-nav .button {
          right: 20px; } }
      header .mobile-nav .button img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      header .mobile-nav .button a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -100000px; }
  header form {
    width: 234px;
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 1300px) {
      header form {
        right: 50px; } }
    @media (max-width: 1030px) {
      header form {
        display: none; } }
    header form .search-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 240px;
      border-radius: 5px;
      overflow: hidden; }
      header form .search-wrapper label {
        width: 0;
        overflow: 0;
        position: absolute;
        text-indent: -10000px; }
      header form .search-wrapper #s {
        background: #f7f7f7;
        border: none;
        border-radius: 0px;
        height: 35px;
        padding: 5px !important;
        padding-left: 10px !important;
        width: calc(100% - 35px);
        font-size: 16px;
        font-family: 'Work Sans', sans-serif; }
      header form .search-wrapper .search-key {
        width: 40px !important;
        height: 35px !important;
        position: relative; }
        header form .search-wrapper .search-key #searchsubmit {
          width: 100%;
          height: 100%;
          background: #f7f7f7;
          border: none;
          border-radius: 0px;
          text-indent: -1000000px;
          -webkit-transition: background 300ms;
          -o-transition: background 300ms;
          transition: background 300ms; }
          header form .search-wrapper .search-key #searchsubmit:hover {
            background: #dedede;
            -webkit-transition: background 300ms;
            -o-transition: background 300ms;
            transition: background 300ms; }
        header form .search-wrapper .search-key img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          pointer-events: none;
          height: 60%;
          width: auto; }
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100; }
    @media (max-width: 1030px) {
      header nav {
        display: none; } }
    header nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none; }
      @media (max-width: 1300px) {
        header nav ul {
          padding: 0 50px; } }
      @media (max-width: 770px) {
        header nav ul {
          padding: 0 20px; } }
      header nav ul li {
        margin-left: 40px;
        font-size: 16px;
        font-weight: 600;
        position: relative; }
        header nav ul li a {
          color: #343E48;
          -webkit-transition: color 200ms;
          -o-transition: color 200ms;
          transition: color 200ms; }
          header nav ul li a:hover {
            color: #788b9d;
            -webkit-transition: color 200ms;
            -o-transition: color 200ms;
            transition: color 200ms; }
            header nav ul li a:hover:before {
              height: 0;
              -webkit-transition: height 200ms;
              -o-transition: height 200ms;
              transition: height 200ms; }
          header nav ul li a:before {
            content: '';
            width: 1px;
            height: 15px;
            border-left: 2px solid #343E48;
            left: -15px;
            position: absolute;
            top: 3px;
            -webkit-transition: height 200ms;
            -o-transition: height 200ms;
            transition: height 200ms; }
        header nav ul li:hover .sub-menu {
          height: inherit;
          -webkit-transition: height 300ms;
          -o-transition: height 300ms;
          transition: height 300ms; }
        header nav ul li .sub-menu {
          display: block;
          overflow: hidden;
          height: 0px;
          width: 200px;
          position: absolute;
          top: 23px;
          margin: 0;
          -webkit-transition: height 300ms;
          -o-transition: height 300ms;
          transition: height 300ms;
          background: #fff;
          padding: 0;
          z-index: 100; }
          header nav ul li .sub-menu li {
            margin-left: 0;
            padding: 10px; }
            header nav ul li .sub-menu li a:before {
              content: none; }
            header nav ul li .sub-menu li:hover {
              background: #f7f7f7; }

.page-intro {
  background: #343E48;
  margin-top: 30px;
  height: 270px;
  position: relative; }
  @media (max-width: 1300px) {
    .page-intro {
      height: 200px; } }
  .page-intro .intro-wrapper {
    max-width: 1200px;
    height: 270px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (max-width: 1300px) {
      .page-intro .intro-wrapper {
        padding: 0 50px;
        height: 200px; } }
    @media (max-width: 770px) {
      .page-intro .intro-wrapper {
        padding: 0 20px; } }
  .page-intro .intro-text {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: calc(100% - 552px); }
    @media (max-width: 1300px) {
      .page-intro .intro-text {
        max-width: calc(100% - 360px); } }
    @media (max-width: 1030px) {
      .page-intro .intro-text {
        max-width: 100%; } }
    .page-intro .intro-text p:first-of-type {
      color: #fff;
      font-size: 50px;
      font-weight: 600;
      margin: 0;
      font-family: 'Work Sans', sans-serif;
      line-height: normal; }
      @media (max-width: 770px) {
        .page-intro .intro-text p:first-of-type {
          font-size: 40px; } }
    .page-intro .intro-text p {
      color: #fff;
      font-family: 'Source Sans', serif;
      font-size: 18px; }
      @media (max-width: 770px) {
        .page-intro .intro-text p {
          font-size: 18px; } }
      .page-intro .intro-text p a {
        color: #fff;
        font-family: 'Source Sans', serif;
        font-size: 18px; }
        .page-intro .intro-text p a:hover {
          text-decoration: underline; }
  .page-intro .intro-image {
    position: absolute;
    height: 100%;
    right: 0;
    overflow: hidden;
    width: 552px;
    top: 0; }
    @media (max-width: 1300px) {
      .page-intro .intro-image {
        width: 410px; } }
    @media (max-width: 1030px) {
      .page-intro .intro-image {
        display: none; } }
    .page-intro .intro-image img {
      position: absolute;
      height: auto;
      width: 100%;
      left: 0;
      top: 0; }
      .page-intro .intro-image img:first-of-type {
        bottom: 0;
        top: auto;
        left: 1px;
        width: calc(100% - 3px); }

.resources-section {
  position: relative;
  margin-bottom: 40px; }
  .resources-section h3 {
    font-size: 36px;
    font-weight: 600;
    max-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #7D98AB; }
    .complaints-register .resources-section h3 {
      color: #F36C21; }
    @media (max-width: 1300px) {
      .resources-section h3 {
        padding: 0 50px; } }
    @media (max-width: 770px) {
      .resources-section h3 {
        padding: 0 20px; } }
  .resources-section .background {
    position: absolute;
    width: 100%;
    height: calc(100% - 48px);
    bottom: 0;
    left: 0;
    background: #f7f7f7; }
  .resources-section .resources-wrapper {
    max-width: 1200px;
    position: relative;
    left: 50%;
    top: -15px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0px; }
    @media (max-width: 1300px) {
      .resources-section .resources-wrapper {
        padding: 0 50px; } }
    @media (max-width: 1030px) {
      .resources-section .resources-wrapper {
        display: block; } }
    @media (max-width: 770px) {
      .resources-section .resources-wrapper {
        padding: 0 20px;
        padding-bottom: 30px; } }
    .resources-section .resources-wrapper .document {
      padding-left: 40px;
      position: relative;
      width: 33%;
      height: 137px; }
      @media (max-width: 1030px) {
        .resources-section .resources-wrapper .document {
          margin-top: 30px;
          width: 100%; }
          .resources-section .resources-wrapper .document:first-of-type {
            margin-top: 0px; } }
      .resources-section .resources-wrapper .document a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -10000000px;
        z-index: 90; }
      .resources-section .resources-wrapper .document:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 1px;
        border-left: 1px solid #A0A3A8; }
      .resources-section .resources-wrapper .document .download {
        position: relative;
        height: 24px;
        width: 25px;
        margin-bottom: 15px; }
        .resources-section .resources-wrapper .document .download img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .resources-section .resources-wrapper .document p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 25px;
        padding-right: 20px; }
      .resources-section .resources-wrapper .document .document-specs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 0; }
        .resources-section .resources-wrapper .document .document-specs .doc-box {
          width: 25px;
          height: 9px;
          background: #4DD002;
          margin-right: 10px;
          margin-top: 9px; }
        .resources-section .resources-wrapper .document .document-specs .doc, .resources-section .resources-wrapper .document .document-specs .docx {
          background: #437ABA; }
        .resources-section .resources-wrapper .document .document-specs .pdf {
          background: #D0021B; }
        .resources-section .resources-wrapper .document .document-specs p {
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          margin: 0;
          margin-right: 10px;
          padding: 0; }
  .resources-section .more-resources {
    color: #343E48;
    position: absolute;
    z-index: 300;
    right: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms; }
    .resources-section .more-resources:hover {
      color: #E8680C;
      -webkit-transition: color 200ms;
      -o-transition: color 200ms;
      transition: color 200ms; }

.page-title-invisi {
  position: absolute;
  height: 0px;
  text-indent: -1000000px; }

.article-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (max-width: 1300px) {
    .article-wrapper {
      padding: 0 50px;
      display: block; } }
  @media (max-width: 770px) {
    .article-wrapper {
      padding: 0; } }
  .article-wrapper .info-box {
    width: 33%;
    position: relative; }
    @media (max-width: 1300px) {
      .article-wrapper .info-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 30px; }
        .article-wrapper .info-box:first-of-type {
          margin-top: 0; } }
    @media (max-width: 1030px) {
      .article-wrapper .info-box {
        display: initial; } }
    .article-wrapper .info-box .image {
      position: relative; }
      @media (max-width: 1300px) {
        .article-wrapper .info-box .image {
          width: 50%; } }
      @media (max-width: 1030px) {
        .article-wrapper .info-box .image {
          width: 100%;
          margin-top: 50px; } }
      .article-wrapper .info-box .image img {
        width: 100%;
        height: auto; }
      .article-wrapper .info-box .image a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .article-wrapper .info-box .info-box-text {
      height: 215px;
      position: relative;
      bottom: 0;
      right: 0; }
      @media (max-width: 1300px) {
        .article-wrapper .info-box .info-box-text {
          width: 50%;
          padding-left: 50px;
          height: inherit;
          padding-bottom: 30px;
          position: absolute; } }
      @media (max-width: 1030px) {
        .article-wrapper .info-box .info-box-text {
          position: relative;
          width: 100%;
          padding-left: 0px; } }
      @media (max-width: 770px) {
        .article-wrapper .info-box .info-box-text {
          padding-left: 20px; } }
      .article-wrapper .info-box .info-box-text h2 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0; }
        @media (max-width: 1030px) {
          .article-wrapper .info-box .info-box-text h2 {
            font-size: 40px; } }
      .article-wrapper .info-box .info-box-text p {
        font-size: 20px;
        padding-right: 50px;
        margin-top: -15px; }
      .article-wrapper .info-box .info-box-text button {
        position: absolute;
        bottom: 0; }

.color-box {
  height: 20px;
  background: #DEE5EA;
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms; }
  .default .color-box {
    background: #DEE5EA; }
  .blue .color-box {
    background: #DEE5EA; }
  .pink .color-box {
    background: #FCDAC7; }
  .yellow .color-box {
    background: #FAF5B1; }

.hover-box {
  -webkit-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms; }
  .default .hover-box {
    background: #a0b4c2; }
  .blue .hover-box {
    background: #a0b4c2; }
  .pink .hover-box {
    background: #f79a66; }
  .yellow .hover-box {
    background: #f4e951; }

.news {
  background: #f3f3f3;
  margin-top: 50px; }
  .news .news-wrapper {
    max-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0; }
    @media (max-width: 1300px) {
      .news .news-wrapper {
        padding: 0 50px;
        display: block;
        padding-top: 50px; } }
    @media (max-width: 770px) {
      .news .news-wrapper {
        padding: 0 20px; } }
    .news .news-wrapper .news-about {
      padding-left: 40px;
      position: relative;
      width: 33%; }
      @media (max-width: 1300px) {
        .news .news-wrapper .news-about {
          width: 100%;
          padding-left: 0; } }
      .news .news-wrapper .news-about .about-box {
        margin-bottom: 30px; }
        .news .news-wrapper .news-about .about-box h2 {
          font-weight: 600;
          font-size: 24px;
          margin-top: 0; }
          @media (max-width: 1300px) {
            .news .news-wrapper .news-about .about-box h2 {
              font-size: 36px; } }
        .news .news-wrapper .news-about .about-box p {
          padding-right: 50px;
          font-size: 20px;
          margin-top: -15px; }
      .news .news-wrapper .news-about:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        border-left: 1px solid #b8bbbe; }
        @media (max-width: 1300px) {
          .news .news-wrapper .news-about:before {
            border: none; } }
    .news .news-wrapper .news-latest {
      padding-left: 40px;
      position: relative;
      width: 400px; }
      @media (max-width: 1300px) {
        .news .news-wrapper .news-latest {
          width: 100%;
          padding-left: 0;
          padding-bottom: 90px;
          padding-top: 50px; } }
      .news .news-wrapper .news-latest h2 {
        font-weight: 600;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 5px; }
        @media (max-width: 1300px) {
          .news .news-wrapper .news-latest h2 {
            font-size: 36px; } }
      .news .news-wrapper .news-latest .latest-wrapper {
        width: 350px; }
        .news .news-wrapper .news-latest .latest-wrapper .post {
          width: 320px;
          margin-bottom: 30px; }
          @media (max-width: 1300px) {
            .news .news-wrapper .news-latest .latest-wrapper .post {
              width: 100%; } }
          .news .news-wrapper .news-latest .latest-wrapper .post p {
            font-size: 20px;
            font-weight: 500;
            margin: 0; }
            .news .news-wrapper .news-latest .latest-wrapper .post p:first-of-type {
              color: #82888F;
              font-size: 14px;
              font-weight: 600; }
          .news .news-wrapper .news-latest .latest-wrapper .post a {
            color: #82888F;
            font-size: 14px;
            font-weight: 600;
            position: relative;
            -webkit-transition: color 200ms;
            -o-transition: color 200ms;
            transition: color 200ms; }
            .news .news-wrapper .news-latest .latest-wrapper .post a:after {
              content: '';
              position: absolute;
              width: 0px;
              height: 1px;
              border-bottom: 2px solid #82888F;
              bottom: -2px;
              -webkit-transition: width 200ms;
              -o-transition: width 200ms;
              transition: width 200ms;
              left: 0; }
            .news .news-wrapper .news-latest .latest-wrapper .post a:hover {
              color: #393c3f;
              -webkit-transition: color 200ms;
              -o-transition: color 200ms;
              transition: color 200ms; }
              .news .news-wrapper .news-latest .latest-wrapper .post a:hover:after {
                width: 100%;
                -webkit-transition: width 200ms;
                -o-transition: width 200ms;
                transition: width 200ms; }
        @media (max-width: 1300px) {
          .news .news-wrapper .news-latest .latest-wrapper .alt {
            position: absolute;
            left: 0;
            bottom: 40px; } }
      .news .news-wrapper .news-latest:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        border-left: 1px solid #b8bbbe; }
        @media (max-width: 1300px) {
          .news .news-wrapper .news-latest:before {
            border-left: none;
            border-top: 1px solid #b8bbbe;
            height: 1px;
            width: 100%; } }
    .news .news-wrapper .hearings {
      position: relative;
      padding-left: 40px;
      width: 400px; }
      @media (max-width: 1300px) {
        .news .news-wrapper .hearings {
          width: 100%;
          padding-left: 0;
          padding-bottom: 90px;
          padding-top: 50px; } }
      .news .news-wrapper .hearings h2 {
        font-weight: 600;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 5px; }
        @media (max-width: 1300px) {
          .news .news-wrapper .hearings h2 {
            font-size: 36px; } }
      .news .news-wrapper .hearings:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        border-left: 1px solid #b8bbbe; }
        @media (max-width: 1300px) {
          .news .news-wrapper .hearings:before {
            border-left: none;
            border-top: 1px solid #b8bbbe;
            height: 1px;
            width: 100%; } }

.breadcrumbs {
  width: 100%;
  position: relative; }
  @media (max-width: 770px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs .bread-color-outer {
    width: 50%;
    background: #DEE5EA;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: -10; }
    .yellow .breadcrumbs .bread-color-outer {
      background: #FAF5B1; }
    .pink .breadcrumbs .bread-color-outer {
      background: #FCDAC7; }
    .blue .breadcrumbs .bread-color-outer {
      background: #dae2e7; }
  .breadcrumbs .bread-wrapper {
    max-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 50px; }
    .breadcrumbs .bread-wrapper .bread-color-outer {
      width: calc(100% - 552px);
      background: #DEE5EA;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -10; }
      .yellow .breadcrumbs .bread-wrapper .bread-color-outer {
        background: #FAF5B1; }
      .pink .breadcrumbs .bread-wrapper .bread-color-outer {
        background: #FCDAC7; }
      .blue .breadcrumbs .bread-wrapper .bread-color-outer {
        background: #dae2e7; }
      @media (max-width: 1300px) {
        .breadcrumbs .bread-wrapper .bread-color-outer {
          width: calc(100% - 410px); } }
      @media (max-width: 1030px) {
        .breadcrumbs .bread-wrapper .bread-color-outer {
          width: 100%; } }
    .breadcrumbs .bread-wrapper .actual-breadcrumbs {
      width: calc(100% - 552px);
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media (max-width: 1300px) {
        .breadcrumbs .bread-wrapper .actual-breadcrumbs {
          width: calc(100% - 410px);
          padding-left: 50px; } }
      @media (max-width: 1030px) {
        .breadcrumbs .bread-wrapper .actual-breadcrumbs {
          width: 100%; } }
      .breadcrumbs .bread-wrapper .actual-breadcrumbs span {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        color: #444; }
        .breadcrumbs .bread-wrapper .actual-breadcrumbs span a {
          font-size: 14px;
          position: relative; }
          .breadcrumbs .bread-wrapper .actual-breadcrumbs span a:after {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: -2px;
            left: 0;
            border-bottom: 1px solid #444; }
        .breadcrumbs .bread-wrapper .actual-breadcrumbs span:last-of-type {
          position: relative;
          top: 1px; }

article {
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
  margin-top: 70px; }
  @media (max-width: 1300px) {
    article {
      padding: 0 50px; } }
  @media (max-width: 770px) {
    article {
      padding: 0 20px; } }
  article .page-wrapper {
    width: 100%;
    margin-bottom: 100px; }
    article .page-wrapper .page-title {
      font-size: 58px;
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 40px; }
      @media (max-width: 1030px) {
        article .page-wrapper .page-title {
          font-size: 36px; } }
      article .page-wrapper .page-title:after {
        content: '';
        width: 80px;
        height: 1px;
        border-bottom: 5px solid #DEE5EA;
        position: absolute;
        bottom: 0;
        left: 0; }
        .yellow article .page-wrapper .page-title:after {
          border-color: #FAF5B1; }
        .pink article .page-wrapper .page-title:after {
          border-color: #FCDAC7; }
        .blue article .page-wrapper .page-title:after {
          border-color: #7D98AB; }
    article .page-wrapper .content h2 {
      color: #7D98AB;
      font-size: 32px;
      margin-top: 50px; }
      .resources, .forms, .factsheets, .annual-reports, .useful-links, article .page-wrapper .content h2 {
        color: #343E48; }
    article .page-wrapper .content h3 {
      color: #343E48;
      font-size: 24px;
      margin-top: 30px; }
    article .page-wrapper .content p {
      font-size: 20px; }
      article .page-wrapper .content p a {
        color: #F36C21;
        text-decoration: underline; }
        .resources, .forms, .factsheets, .annual-reports, .useful-links, article .page-wrapper .content p a {
          color: #7D98AB; }
        article .page-wrapper .content p a:hover {
          text-decoration: underline; }
      article .page-wrapper .content p strong {
        font-weight: 600; }
    article .page-wrapper .content .hero-word {
      text-align: right;
      color: #DEE5EA;
      font-size: 130px;
      font-weight: 600;
      letter-spacing: -7px;
      margin: 0;
      position: absolute;
      bottom: 0;
      right: 10px; }
      @media (max-width: 1300px) {
        article .page-wrapper .content .hero-word {
          font-size: 100px;
          letter-spacing: -2px;
          bottom: 0; } }
      @media (max-width: 1030px) {
        article .page-wrapper .content .hero-word {
          font-size: 72px;
          letter-spacing: -1px;
          position: relative;
          bottom: 0; } }
      @media (max-width: 770px) {
        article .page-wrapper .content .hero-word {
          font-size: 48px;
          letter-spacing: 0px;
          bottom: inherit;
          top: 0; } }
    article .page-wrapper .content img {
      margin-right: 70px;
      margin-bottom: 70px;
      border-bottom: 10px solid;
      border-color: #DEE5EA;
      clear: left; }
      .yellow article .page-wrapper .content img {
        border-color: #FAF5B1; }
      .pink article .page-wrapper .content img {
        border-color: #FCDAC7; }
      .blue article .page-wrapper .content img {
        border-color: #7D98AB; }
      @media (max-width: 1030px) {
        article .page-wrapper .content img {
          width: 100%;
          height: auto;
          margin-right: 0;
          margin-bottom: 30px; } }
    article .page-wrapper .content ul {
      list-style-type: none; }
      article .page-wrapper .content ul li {
        font-size: 20px;
        font-family: 'Work Sans', sans-serif;
        position: relative; }
        article .page-wrapper .content ul li span {
          padding-left: 30px; }
        article .page-wrapper .content ul li:before {
          content: '\2013';
          position: relative;
          left: -4px; }
    article .page-wrapper .content ol li {
      padding-left: 30px;
      font-size: 20px;
      font-family: 'Work Sans', sans-serif;
      position: relative; }
    article .page-wrapper .content .form-heading {
      font-size: 32px;
      font-weight: bold;
      text-indent: 25px;
      position: relative;
      margin-bottom: 0; }
      @media (max-width: 1030px) {
        article .page-wrapper .content .form-heading {
          font-size: 24px; } }
      @media (max-width: 770px) {
        article .page-wrapper .content .form-heading {
          font-size: 24px; } }
      article .page-wrapper .content .form-heading:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 10px solid #343E48;
        border-bottom: 10px solid transparent;
        position: absolute;
        top: 15px;
        left: 0; }
        @media (max-width: 1030px) {
          article .page-wrapper .content .form-heading:before {
            top: 7px; } }
      article .page-wrapper .content .form-heading a {
        color: #7D98AB; }
    article .page-wrapper .content .gform_page_footer {
      position: relative;
      height: 60px; }
      article .page-wrapper .content .gform_page_footer input {
        background: transparent;
        border: none;
        text-transform: uppercase;
        font-size: 20px;
        color: #82888F;
        letter-spacing: 1px;
        position: absolute;
        -webkit-transition: color 200ms;
        -o-transition: color 200ms;
        transition: color 200ms; }
      article .page-wrapper .content .gform_page_footer .gform_previous_button {
        left: calc(50% - 60px);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        article .page-wrapper .content .gform_page_footer .gform_previous_button:hover {
          color: #b8bbbf;
          -webkit-transition: color 200ms;
          -o-transition: color 200ms;
          transition: color 200ms; }
      article .page-wrapper .content .gform_page_footer .gform_next_button {
        left: calc(50% + 60px);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        article .page-wrapper .content .gform_page_footer .gform_next_button:hover {
          color: #b8bbbf;
          -webkit-transition: color 200ms;
          -o-transition: color 200ms;
          transition: color 200ms; }
      article .page-wrapper .content .gform_page_footer #gform_submit_button_1 {
        border-radius: 0px;
        background: #343E48;
        color: #fff;
        width: 170px;
        height: 60px;
        right: 6px;
        bottom: 0;
        -webkit-transition: background 200ms;
        -o-transition: background 200ms;
        transition: background 200ms;
        position: absolute; }
        @media (max-width: 770px) {
          article .page-wrapper .content .gform_page_footer #gform_submit_button_1 {
            top: 5px; } }
        article .page-wrapper .content .gform_page_footer #gform_submit_button_1:hover {
          background: #7D98AB;
          -webkit-transition: background 200ms;
          -o-transition: background 200ms;
          transition: background 200ms; }
    article .page-wrapper .content .validation_error {
      display: none; }
    article .page-wrapper .content .gform_body .gform_fields {
      position: relative; }
      article .page-wrapper .content .gform_body .gform_fields .gfield_error {
        margin-top: 20px !important;
        border: none;
        background-color: transparent;
        padding-top: 0; }
      article .page-wrapper .content .gform_body .gform_fields .gfield_required {
        display: none; }
      article .page-wrapper .content .gform_body .gform_fields .gfield_html {
        padding-left: 0px; }
      article .page-wrapper .content .gform_body .gform_fields .gf_right_half,
      article .page-wrapper .content .gform_body .gform_fields .gf_left_half {
        width: 50%;
        margin-top: 30px;
        padding-left: 0; }
        @media (max-width: 640px) {
          article .page-wrapper .content .gform_body .gform_fields .gf_right_half,
          article .page-wrapper .content .gform_body .gform_fields .gf_left_half {
            width: 100%; } }
      article .page-wrapper .content .gform_body .gform_fields .gfield {
        padding-left: 0; }
        @media (max-width: 640px) {
          article .page-wrapper .content .gform_body .gform_fields .gfield {
            padding: 0; } }
      article .page-wrapper .content .gform_body .gform_fields .full-field {
        width: 100%;
        margin-top: 30px; }
        @media (max-width: 640px) {
          article .page-wrapper .content .gform_body .gform_fields .full-field {
            padding: 0; } }
      article .page-wrapper .content .gform_body .gform_fields input,
      article .page-wrapper .content .gform_body .gform_fields select {
        background: #f7f7f7;
        border: none;
        border-radius: 0px;
        height: 60px;
        padding: 20px !important;
        width: 100%; }
      article .page-wrapper .content .gform_body .gform_fields textarea {
        background: #f7f7f7;
        border: none;
        height: 295px;
        padding: 20px; }
      article .page-wrapper .content .gform_body .gform_fields .gfield_label {
        font-size: 14px;
        text-indent: 15px;
        position: relative; }
        article .page-wrapper .content .gform_body .gform_fields .gfield_label:before {
          content: '';
          width: 1px;
          height: 90%;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          border: 1px solid #F36C21; }
      article .page-wrapper .content .gform_body .gform_fields li:before {
        content: none; }
    article .page-wrapper .content .gform_body .gform_page_footer {
      border-top: none; }
    article .page-wrapper .content .gform_confirmation_message {
      font-size: 20px;
      font-family: 'Work Sans', sans-serif;
      font-weight: 600;
      color: #f79a66;
      text-align: center; }
    article .page-wrapper .sidebar {
      float: right;
      width: 30%;
      margin-left: 90px;
      position: relative; }
      @media (max-width: 1030px) {
        article .page-wrapper .sidebar {
          width: 25%; } }
      @media (max-width: 770px) {
        article .page-wrapper .sidebar {
          float: none;
          clear: both;
          width: 100%;
          margin-left: 0px; } }
      article .page-wrapper .sidebar .mini-nav {
        width: 280px;
        position: relative;
        float: right;
        margin-bottom: 240px;
        z-index: 100; }
        @media (max-width: 1030px) {
          article .page-wrapper .sidebar .mini-nav {
            width: 90%; } }
        @media (max-width: 770px) {
          article .page-wrapper .sidebar .mini-nav {
            float: none;
            clear: both;
            width: 100%;
            padding-top: 30px;
            margin-bottom: 50px; } }
        article .page-wrapper .sidebar .mini-nav a {
          color: #82888F;
          font-weight: 600;
          color: #F36C21; }
          article .page-wrapper .sidebar .mini-nav a:hover {
            text-decoration: underline; }
        article .page-wrapper .sidebar .mini-nav:before {
          content: '';
          width: 2px;
          height: 100%;
          position: absolute;
          top: 0;
          left: -30px;
          background: #B8BBBE; }
          @media (max-width: 770px) {
            article .page-wrapper .sidebar .mini-nav:before {
              width: 100%;
              height: 1px;
              left: 0; } }
        article .page-wrapper .sidebar .mini-nav ul {
          list-style-type: none;
          padding: 0;
          margin: 0; }
          article .page-wrapper .sidebar .mini-nav ul li {
            font-size: 20px;
            font-family: 'Work Sans', sans-serif; }
            article .page-wrapper .sidebar .mini-nav ul li a {
              color: #82888F;
              font-weight: 600; }
              article .page-wrapper .sidebar .mini-nav ul li a:hover {
                color: #F36C21;
                text-decoration: underline; }
          article .page-wrapper .sidebar .mini-nav ul .current_page_item a {
            color: #F36C21;
            text-decoration: underline; }
        article .page-wrapper .sidebar .mini-nav p {
          font-size: 20px;
          margin: 0;
          color: #82888F;
          font-weight: 600; }
      article .page-wrapper .sidebar .hero-word {
        text-align: right;
        color: #DEE5EA;
        font-size: 130px;
        font-weight: 600;
        letter-spacing: -7px;
        margin: 0;
        position: absolute;
        bottom: 25px;
        right: 0; }
        @media (max-width: 1300px) {
          article .page-wrapper .sidebar .hero-word {
            font-size: 100px;
            letter-spacing: -2px; } }
        @media (max-width: 1030px) {
          article .page-wrapper .sidebar .hero-word {
            font-size: 72px;
            letter-spacing: -1px; } }
        @media (max-width: 770px) {
          article .page-wrapper .sidebar .hero-word {
            display: none; } }
    article .page-wrapper .results {
      margin-top: 30px;
      opacity: 0;
      -webkit-transition: opacity 400ms;
      -o-transition: opacity 400ms;
      transition: opacity 400ms; }
      article .page-wrapper .results .results-heading {
        font-size: 48px;
        font-weight: 600;
        color: #7D98AB;
        margin-bottom: 0px; }
    article .page-wrapper .ready {
      opacity: 1;
      -webkit-transition: opacity 400ms;
      -o-transition: opacity 400ms;
      transition: opacity 400ms; }
    article .page-wrapper .loader {
      opacity: 0;
      -webkit-transition: opacity 200ms;
      -o-transition: opacity 200ms;
      transition: opacity 200ms;
      width: 100%;
      position: relative; }
      article .page-wrapper .loader img {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    article .page-wrapper .loading {
      opacity: 1;
      -webkit-transition: opacity 200ms;
      -o-transition: opacity 200ms;
      transition: opacity 200ms; }
    article .page-wrapper form {
      position: relative; }
      article .page-wrapper form .search-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
        border-radius: 5px;
        overflow: hidden; }
        article .page-wrapper form .search-wrapper label {
          width: 0;
          overflow: 0;
          position: absolute;
          text-indent: -10000px; }
        article .page-wrapper form .search-wrapper #s {
          background: #f7f7f7;
          border: none;
          border-radius: 0px;
          height: 60px;
          padding: 5px !important;
          padding-left: 10px !important;
          width: calc(100% - 60px);
          font-size: 16px;
          font-family: 'Work Sans', sans-serif; }
        article .page-wrapper form .search-wrapper .search-key {
          width: 60px !important;
          height: 60px !important;
          position: relative; }
          article .page-wrapper form .search-wrapper .search-key #searchsubmit {
            width: 100%;
            height: 100%;
            background: #f7f7f7;
            border: none;
            border-radius: 0px;
            text-indent: -1000000px;
            -webkit-transition: background 300ms;
            -o-transition: background 300ms;
            transition: background 300ms; }
            article .page-wrapper form .search-wrapper .search-key #searchsubmit:hover {
              background: #dedede;
              -webkit-transition: background 300ms;
              -o-transition: background 300ms;
              transition: background 300ms; }
          article .page-wrapper form .search-wrapper .search-key img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            pointer-events: none;
            height: 60%;
            width: auto; }
  article .news-item-wrapper {
    margin-top: 30px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #B8BBBE; }
    article .news-item-wrapper h2 {
      font-size: 36px; }

h6 p {
  font-size: 14px;
  line-height: inherit; }

.search-bar {
  width: 100%;
  padding-top: 50px; }
  .search-bar .search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%; }
    @media (max-width: 770px) {
      .search-bar .search-wrapper {
        display: block; } }
    .search-bar .search-wrapper #l-name {
      background: #f7f7f7;
      border: none;
      border-radius: 0px;
      height: 60px;
      padding: 20px !important;
      width: calc(100% - 120px);
      margin-right: 20px;
      font-size: 16px; }
      @media (max-width: 770px) {
        .search-bar .search-wrapper #l-name {
          width: 100%;
          margin-right: 0; } }
    .search-bar .search-wrapper .search-key {
      width: 100px;
      height: 60px;
      position: relative; }
      @media (max-width: 770px) {
        .search-bar .search-wrapper .search-key {
          margin-top: 20px;
          width: 100%; } }
      .search-bar .search-wrapper .search-key #search-button {
        width: 100%;
        height: 100%;
        background: #f7f7f7;
        border: none;
        border-radius: 0px;
        text-indent: -1000000px;
        -webkit-transition: background 300ms;
        -o-transition: background 300ms;
        transition: background 300ms; }
        .search-bar .search-wrapper .search-key #search-button:hover {
          background: #dedede;
          -webkit-transition: background 300ms;
          -o-transition: background 300ms;
          transition: background 300ms; }
      .search-bar .search-wrapper .search-key img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none; }

.search .page-title {
  font-size: 48px !important; }

.search .result {
  position: relative;
  width: 100%;
  padding: 35px 15px;
  border-bottom: 1px solid #DEE5EA; }
  .search .result:first-of-type {
    border-top: 1px solid #DEE5EA; }
  .search .result h2 {
    font-size: 36px;
    margin: 0; }
  .search .result p {
    margin-top: 10px;
    font-style: italic;
    opacity: 0.7; }
  .search .result a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -100000px;
    background: transparent;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms; }
    .search .result a:hover {
      background: #bbb;
      opacity: 0.1;
      -webkit-transition: opacity 300ms;
      -o-transition: opacity 300ms;
      transition: opacity 300ms; }

.nav-previous, .nav-next {
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 600; }

.table-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ECECEC;
  display: relative;
  width: 100%; }
  .table-heading .heading-cell {
    width: 23%;
    padding: 0 20px; }
    .table-heading .heading-cell p {
      color: #000;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
    @media (max-width: 1030px) {
      .table-heading .heading-cell {
        width: 33%; } }
    @media (max-width: 1030px) {
      .table-heading .heading-cell {
        width: 50%; } }
  @media (max-width: 770px) {
    .table-heading .date {
      width: 32%; } }
  .table-heading .action {
    width: 30%; }
    @media (max-width: 1030px) {
      .table-heading .action {
        display: none; } }
  @media (max-width: 770px) {
    .table-heading .finding {
      display: none; } }

.practitioner .initial-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #D8D8D8; }
  .practitioner .initial-info a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -100000px;
    background: transparent;
    opacity: 0;
    -webkit-transition: background 150ms, opacity 150ms;
    -o-transition: background 150ms, opacity 150ms;
    transition: background 150ms, opacity 150ms; }
    .practitioner .initial-info a:hover {
      background: #555;
      opacity: 0.05;
      -webkit-transition: background 150ms, opacity 150ms;
      -o-transition: background 150ms, opacity 150ms;
      transition: background 150ms, opacity 150ms; }
  .practitioner .initial-info .body-cell {
    width: 23%;
    padding: 0 20px; }
    .practitioner .initial-info .body-cell p {
      color: #000;
      font-size: 14px;
      font-weight: 500;
      -webkit-transition: color 200ms;
      -o-transition: color 200ms;
      transition: color 200ms;
      max-height: 85px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    @media (max-width: 1030px) {
      .practitioner .initial-info .body-cell {
        width: 33%; } }
    @media (max-width: 770px) {
      .practitioner .initial-info .body-cell {
        width: 50%; } }
  @media (max-width: 770px) {
    .practitioner .initial-info .date {
      width: 32%; } }
  .practitioner .initial-info .action {
    width: 25%; }
    @media (max-width: 1030px) {
      .practitioner .initial-info .action {
        display: none; } }
  @media (max-width: 770px) {
    .practitioner .initial-info .finding {
      display: none; } }
  .practitioner .initial-info .expand, .practitioner .initial-info .minimise {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0; }
  .practitioner .initial-info .expand {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  .practitioner .initial-info .minimise {
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }

.practitioner .highlight .body-cell p {
  color: #E8680C;
  -webkit-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms; }

.practitioner .highlight .expand {
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

.practitioner .highlight .minimise {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

.practitioner .expand-info {
  background: #343E48;
  display: none;
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative; }
  .practitioner .expand-info .expand-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    position: relative; }
    .practitioner .expand-info .expand-cell:after {
      content: '';
      width: calc(100% - 60px);
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      border-bottom: 1px solid #979797; }
    .practitioner .expand-info .expand-cell:first-of-type:before {
      content: '';
      width: calc(100% - 60px);
      height: 1px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      border-top: 1px solid #979797; }
    .practitioner .expand-info .expand-cell:last-of-type {
      margin-bottom: 30px; }
    @media (max-width: 770px) {
      .practitioner .expand-info .expand-cell {
        display: block; } }
    .practitioner .expand-info .expand-cell .expand-title {
      width: 30%; }
      @media (max-width: 1030px) {
        .practitioner .expand-info .expand-cell .expand-title {
          width: 35%; } }
      @media (max-width: 770px) {
        .practitioner .expand-info .expand-cell .expand-title {
          width: 100%; } }
      .practitioner .expand-info .expand-cell .expand-title h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 600; }
        @media (max-width: 770px) {
          .practitioner .expand-info .expand-cell .expand-title h3 {
            font-size: 24px; } }
    .practitioner .expand-info .expand-cell .expand-desc {
      width: 70%; }
      @media (max-width: 1030px) {
        .practitioner .expand-info .expand-cell .expand-desc {
          width: 65%; } }
      @media (max-width: 770px) {
        .practitioner .expand-info .expand-cell .expand-desc {
          width: 100%; } }
      .practitioner .expand-info .expand-cell .expand-desc p {
        color: #fff;
        font-size: 16px;
        font-weight: 600; }
  .practitioner .expand-info a {
    color: #93CFE0;
    font-size: 16px;
    margin-left: 30px;
    position: relative;
    top: 40%; }
    @media (max-width: 770px) {
      .practitioner .expand-info a {
        margin-left: 0; } }
    .practitioner .expand-info a:hover {
      text-decoration: underline; }

.practitioner .expand {
  height: initial; }

.pagination {
  position: relative;
  width: 100%;
  margin-top: 30px; }
  .pagination .pagination-wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .pagination .pagination-wrapper a {
      font-size: 24px;
      color: #a0b4c2;
      font-weight: 400;
      padding: 0 10px;
      -webkit-transition: color 200ms;
      -o-transition: color 200ms;
      transition: color 200ms; }
      .pagination .pagination-wrapper a:hover {
        color: #F36C21;
        -webkit-transition: color 200ms;
        -o-transition: color 200ms;
        transition: color 200ms; }
    .pagination .pagination-wrapper span {
      font-size: 24px;
      color: #343E48;
      font-weight: 600;
      text-decoration: underline;
      padding: 0 10px; }

#post-404 {
  min-height: 400px; }
  #post-404 h1 {
    font-size: 50px; }
  #post-404 p a {
    color: #F36C21;
    text-decoration: underline; }
  #post-404 .go-home {
    font-size: 25px;
    color: #7D98AB;
    text-decoration: underline; }

/*Implemented last to ensure this is always dominant style*/
/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
