/******************************************************************
Theme Name: Nuts & Bolts
Theme URI: http://www.themble.com/bones
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="https://github.com/eddiemachado/bones/issues" title="Bones Issues">Bones Issues</a> page on Github. You'll want to customize this for your clients with your own information.
Author: Matt Hemmings
Author URI: https://matthemmings.com
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
Are You Serious? Yes.

/*
WordPress Probz
So Theme Check (http://wordpress.org/plugins/theme-check/)
is constantly telling me that it needs these classes in the CSS even
though they are in the REAL stylesheet in library/css/style.css.
So we're gonna drop these here to keep it happy.
Great work, Theme Check (eye roll)
*/
/* DO NOT EDIT THIS */
/* THESE ARE USELESS */
/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
@import url("//fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
@font-face {
  font-family: 'tt_normsbold';
  src: url("../fonts/ttnorms-bold-webfont.woff2") format("woff2"), url("../fonts/ttnorms-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'tt_normsbold_italic';
  src: url("../fonts/ttnorms-bolditalic-webfont.woff2") format("woff2"), url("../fonts/ttnorms-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'tt_normsitalic';
  src: url("../fonts/ttnorms-italic-webfont.woff2") format("woff2"), url("../fonts/ttnorms-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'tt_normsregular';
  src: url("../fonts/ttnorms-regular-webfont.woff2") format("woff2"), url("../fonts/ttnorms-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/** SCSS Vars **/
body {
  background: #fff;
  font-weight: normal;
  font-family: "tt_normsregular";
  position: relative;
  font-size: 1em;
  color: #333435;
  padding-top: 108px;
  margin: 0; }
  body.OnTop {
    padding-top: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.4rem 0;
  color: inherit;
  line-height: 1.6em; }
  h1.White, h2.White, h3.White, h4.White, h5.White, h6.White {
    color: #ffffff; }

h1, h2, h3, h4, h5 {
  font-style: normal;
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  letter-spacing: 2px; }

h1 {
  font-size: 3em; }
  h1.Large {
    font-size: 8em;
    line-height: .9em; }

h2 {
  font-size: 2em; }

h4 {
  font-size: .9em; }

h6 {
  font-size: 1em;
  letter-spacing: 1px; }
  h6 span {
    display: inline-block; }
    h6 span:after {
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 5px;
      content: '';
      background: #333435; }

p, li {
  margin: 0 0 1rem 0;
  font-size: 1.2em;
  line-height: 1.7em;
  hyphens: none; }
  p a, li a {
    color: #333435; }
  p strong, p b, li strong, li b {
    font-family: "tt_normsbold"; }

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  a:visited, a:focus, a:visited:hover {
    color: inherit; }
  a:hover {
    color: inherit;
    opacity: .4; }

.BTN, button:not(.modal-video-close-btn), input[type="submit"], input[type="button"], .NextPrev a {
  background: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #333435;
  padding: .8em 2.5em .8em 0;
  text-transform: uppercase;
  font-family: "tt_normsregular";
  letter-spacing: 2px;
  margin-right: 1em;
  cursor: pointer;
  display: inline-block;
  position: relative; }
  .BTN:after, button:not(.modal-video-close-btn):after, input[type="submit"]:after, input[type="button"]:after, .NextPrev a:after {
    content: '';
    background-image: url("library/images/chevron-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 28px;
    display: inline-block;
    margin-left: 1em;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .BTN:hover:after, button:not(.modal-video-close-btn):hover:after, input[type="submit"]:hover:after, input[type="button"]:hover:after, .NextPrev a:hover:after {
    margin-left: 1.3em;
    right: .6em; }
  .BTN.White, button:not(.modal-video-close-btn).White, input[type="submit"].White, input[type="button"].White, .NextPrev a.White {
    background: none;
    color: #ffffff; }
    .BTN.White:after, button:not(.modal-video-close-btn).White:after, input[type="submit"].White:after, input[type="button"].White:after, .NextPrev a.White:after {
      background-image: url("library/images/chevron-right-white.svg"); }

.PrevBtn a, .BTN.Back {
  padding: .8em 0 .8em 2.5em; }
  .PrevBtn a:after, .BTN.Back:after {
    display: none; }
  .PrevBtn a:before, .BTN.Back:before {
    content: '';
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("library/images/chevron-right-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 28px;
    display: inline-block;
    margin-left: 1em;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    left: 0;
    right: initial;
    top: 0;
    bottom: 0;
    margin: auto; }
  .PrevBtn a:hover:before, .BTN.Back:hover:before {
    left: .6em; }
  .PrevBtn a.Black:before, .BTN.Back.Black:before {
    background-image: url("library/images/chevron-right.svg"); }

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 3px; }

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content select.ninja-forms-field:focus, .list-select-wrap select:active + div, .list-select-wrap select:focus + div {
  margin: 0;
  max-width: none;
  border: none;
  background: #e5ecf2; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #333435;
  -webkit-box-shadow: 0 0 0px 1000px #e5ecf2 inset;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important; }

.list-select-wrap select:active + div, .list-select-wrap select:focus + div {
  background: none !important;
  border: none !important; }

.nf-form-content select.ninja-forms-field {
  color: #333435; }

.nf-form-content {
  padding: 0; }

.nf-error-msg, .ninja-forms-req-symbol, .nf-error .nf-error-msg {
  color: #d02730;
  text-align: left;
  margin-bottom: .5em; }

.nf-error.field-wrap .nf-field-element:after {
  background: #d02730; }

.nf-pass.field-wrap .nf-field-element:after {
  font-size: 30px;
  display: none !important; }

.nf-error .ninja-forms-field {
  border-color: #d02730 !important; }

.nf-form-content .list-select-wrap > div select {
  padding-top: 0;
  padding-bottom: 0; }

.nf-form-content .checkbox-wrap {
  padding: 1em 0; }
  .nf-form-content .checkbox-wrap label {
    font-size: 1em;
    font-weight: 400;
    text-align: left; }

.checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
  font-size: 17px; }

.checkbox-container.label-right label:before {
  left: -27px;
  top: 0; }

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  width: 100%;
  border: solid 2px #333435;
  border-radius: 50px;
  font-family: "Libre Baskerville";
  font-size: 1em; }
  .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    opacity: .5;
    background: inherit; }

.text-center {
  text-align: center; }
  .text-center .BTN {
    margin: 0 20px; }
  .text-center img {
    margin-right: auto;
    margin-left: auto; }

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

.Align-left {
  text-align: left; }

.Align-centre {
  text-align: center; }
  .Align-centre .BTN {
    margin: 0 20px; }
  .Align-centre img {
    margin-right: auto;
    margin-left: auto; }

.Align-right {
  text-align: right; }
  .Align-right .BTN {
    margin-right: 0;
    margin-left: 1em; }

.row.contained {
  max-width: 75em; }
.row.narrow {
  max-width: 50em; }

.site__container {
  position: relative; }

.nopad {
  padding: 0 !important; }

header.header {
  background: #ffffff;
  width: 100%;
  z-index: 100;
  padding: 2.6em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #333435;
  z-index: 30;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  header.header > .row {
    position: relative;
    padding: 0 2.5em; }

.HeaderRight {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .HeaderRight img, .HeaderRight .BritDesign {
    width: auto;
    height: 65px;
    margin-right: 2em; }
    .HeaderRight img path, .HeaderRight img polygon, .HeaderRight .BritDesign path, .HeaderRight .BritDesign polygon {
      fill: #333435; }

.HeadLogo {
  position: absolute;
  width: 140px;
  height: 75px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#SiteLogo {
  display: flex;
  padding-left: 0;
  justify-content: center; }
  #SiteLogo svg {
    max-width: 140px;
    height: 75px;
    fill: #333435; }
    #SiteLogo svg path {
      fill: #333435; }

#Burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 45px;
  height: 40px;
  border: none;
  padding: 0;
  background: none;
  text-align: center; }
  #Burger > span {
    height: 14px;
    width: 100%; }
    #Burger > span svg {
      width: 100%;
      height: auto;
      display: flex;
      fill: #333435; }
      #Burger > span svg path {
        fill: #333435; }

#SiteNav {
  width: 100%;
  visibility: hidden;
  background: none;
  display: none;
  flex-direction: column;
  min-height: 100vh;
  position: fixed;
  padding-top: 2em;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0; }
  #SiteNav .NavContent {
    padding: 0 2.5em; }
  #SiteNav .HeadLogo {
    position: relative;
    margin: 0; }
    #SiteNav .HeadLogo svg path {
      fill: #ffffff; }
  #SiteNav #CloseNav {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    #SiteNav #CloseNav svg {
      width: 24px;
      height: auto; }
      #SiteNav #CloseNav svg path {
        fill: #ffffff; }
  #SiteNav > .row {
    position: relative;
    z-index: 300;
    opacity: 0; }
  #SiteNav .background__panel {
    height: 0;
    position: absolute;
    top: 0;
    margin: auto;
    width: 100%;
    background: rgba(2, 2, 2, 0.9);
    left: 0;
    right: 0;
    z-index: 5; }
  #SiteNav.nav__open {
    visibility: visible;
    opacity: 1;
    display: flex; }
  #SiteNav .NavCol {
    padding-bottom: 6em; }
    #SiteNav .NavCol nav ul {
      text-align: center;
      display: flex;
      flex-direction: column; }
      #SiteNav .NavCol nav ul li {
        display: inline-block;
        width: auto;
        position: relative; }
        #SiteNav .NavCol nav ul li a {
          font-family: "Libre Baskerville";
          color: #ffffff;
          font-size: 1.5em;
          text-transform: uppercase;
          position: relative;
          padding-left: 0;
          padding-right: 0;
          display: inline-block;
          -webkit-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
      #SiteNav .NavCol nav ul span.hasChild {
        display: inline-block;
        position: relative;
        margin-left: -15px; }
        #SiteNav .NavCol nav ul span.hasChild .NavToggle {
          position: absolute;
          top: 0;
          left: 100%;
          color: #ffffff;
          font-size: 1.7em;
          width: 30px;
          height: 30px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin-left: 5px; }
          #SiteNav .NavCol nav ul span.hasChild .NavToggle:after {
            content: "+"; }
    #SiteNav .NavCol nav #menu-primary-menu > li {
      margin-bottom: 1.5em; }
    #SiteNav .NavCol nav .sub-menu {
      margin: 0.2em 0 0 0;
      display: none; }
      #SiteNav .NavCol nav .sub-menu li {
        width: 100%; }
        #SiteNav .NavCol nav .sub-menu li a {
          font-family: "tt_normsregular";
          font-size: 1.0em;
          letter-spacing: 2px;
          padding: 0.2em 0;
          cursor: pointer; }
  #SiteNav .RightCol {
    padding: 0; }
    #SiteNav .RightCol .NavImg {
      height: 400px;
      width: 100%; }
    #SiteNav .RightCol .ManagerDetail {
      padding: 3em 0 0 2em;
      display: flex;
      flex-direction: row; }
      #SiteNav .RightCol .ManagerDetail p {
        font-size: .9em;
        text-transform: uppercase;
        letter-spacing: 1px; }
      #SiteNav .RightCol .ManagerDetail .BorderRight {
        border-right: solid 1px #333435;
        flex: 1; }
      #SiteNav .RightCol .ManagerDetail .Info {
        flex: 2;
        padding-left: 1.5em;
        padding-bottom: 6em; }
  #SiteNav .SocialLinks {
    margin-top: 3.2em; }

.OnTop header.header {
  background: none;
  color: #ffffff; }
  .OnTop header.header #SiteLogo svg path, .OnTop header.header #Burger > span svg path, .OnTop header.header .SocialLinks a:not(.Phone) svg path, .OnTop header.header .BritDesign path, .OnTop header.header .BritDesign polygon {
    fill: #ffffff; }
  .OnTop header.header .SocialLinks a.Phone {
    color: #ffffff; }

header.header.StickyHeader {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  header.header.StickyHeader #SiteLogo svg path, header.header.StickyHeader #Burger > span svg path, header.header.StickyHeader .SocialLinks a:not(.Phone) svg path, header.header.StickyHeader .BritDesign path, header.header.StickyHeader .BritDesign polygon {
    fill: #333435; }
  header.header.StickyHeader .SocialLinks a.Phone {
    color: #333435; }

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

img {
  max-width: 100%;
  height: auto; }

.FullBanner {
  width: 100%;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  position: relative; }
  .FullBanner.ImageBG h1, .FullBanner.ImageBG h2, .FullBanner.ImageBG h3, .FullBanner.ImageBG h4, .FullBanner.ImageBG h5, .FullBanner.ImageBG h6, .FullBanner.ImageBG p {
    color: #ffffff; }
  .FullBanner.ImageBG h6 span:after {
    background: #ffffff; }

.PadDepth-Sm {
  padding: 8em 0 !important; }

.PadDepth-Md {
  padding: 12em 0 !important; }

.PadDepth-Lg {
  padding: 12em 0 !important;
  min-height: 980px; }
  .LargeSignpost .PadDepth-Lg {
    padding: 2em 0 !important;
    min-height: 900px; }

.PortClient {
  position: absolute;
  z-index: 3;
  left: -260px;
  width: 600px;
  height: 30px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center; }

.PortItem {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  width: 550px;
  display: flex;
  flex-direction: row;
  border: solid 2px #ffffff;
  padding: 5px; }
  .PortItem .PortLeft {
    flex: 1.2;
    margin-right: 2em;
    position: relative; }
    .PortItem .PortLeft:after {
      border-radius: 50%;
      width: 16px;
      height: 16px;
      background: #e5ecf2;
      right: -8px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: '';
      display: block;
      position: absolute; }
  .PortItem .PortRight {
    flex: 2;
    padding: 1em 1em 1em 0em; }
    .PortItem .PortRight p:last-of-type {
      margin: 0; }

.ImageBG {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .ImageBG .Signpost h4:after {
    background: #ffffff; }

.SlickSliderDefault {
  margin-bottom: 0 !important; }
  .SlickSliderDefault .ImgSlide {
    display: flex !important;
    align-items: center;
    position: relative; }
  .SlickSliderDefault .PortItem {
    bottom: 120px; }

.BannerNav {
  display: block;
  width: 100%;
  height: 80px;
  background: none;
  position: relative;
  z-index: 4;
  margin-top: -80px; }

.SimpleContent.Outline {
  border: solid 2px #333435;
  padding: 2em; }

.ColumnBlock.ImageBG, .CheckBlock.ImageBG {
  color: #ffffff; }
  .ColumnBlock.ImageBG .BTN, .CheckBlock.ImageBG .BTN {
    color: #ffffff; }
    .ColumnBlock.ImageBG .BTN:after, .CheckBlock.ImageBG .BTN:after {
      background-image: url("library/images/chevron-right-white.svg"); }
  .ColumnBlock.ImageBG .SimpleContent.Outline, .CheckBlock.ImageBG .SimpleContent.Outline {
    border-color: #ffffff; }

.Overlay {
  position: relative; }
  .Overlay:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    z-index: 1; }
  .Overlay > .row {
    position: relative;
    z-index: 2; }

.Signpost h4 {
  position: relative;
  margin: 0;
  padding-bottom: 1.5em;
  margin-top: 1.5em; }
  .Signpost h4:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background: #333435;
    height: 2px;
    margin: auto;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
.Signpost .SignpostImg {
  height: 28vh;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
.Signpost:hover h4:after {
  opacity: 1;
  bottom: 10px; }
.Signpost:hover .SignpostImg {
  opacity: .6; }

.PortList .Signpost {
  color: #ffffff; }
  .PortList .Signpost h4 {
    z-index: 5;
    margin: 0;
    padding: 2em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .PortList .Signpost h4:after {
      display: none; }
  .PortList .Signpost .SignpostImg {
    height: 400px;
    position: relative; }
.PortList > .row .PortCol {
  flex-basis: 33.33%;
  padding: 0.2rem; }
.PortList > .row .PortCol:nth-child(4n+2), .PortList > .row .PortCol:nth-child(4n+3) {
  flex-basis: 66.66%; }

.LargeSignpost {
  color: #ffffff; }
  .LargeSignpost .Overlay:before {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); }
  .LargeSignpost .Overlay > .col {
    position: relative;
    z-index: 2; }

.FullBleedBanner {
  height: 700px;
  position: relative; }
  .FullBleedBanner h5.ImgCaption {
    text-align: left;
    position: absolute;
    bottom: 3em;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 75em; }

.FullBleedCarousel .ImgSlide {
  height: 700px;
  position: relative; }
.FullBleedCarousel h5.ImgCaption {
  text-align: left;
  position: absolute;
  bottom: 3em;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 75em; }

.SlickArrows .ArrowContainer {
  max-width: 75em;
  position: relative;
  bottom: 3em;
  left: 0;
  right: 0;
  margin: auto; }
.SlickArrows .slick-next, .SlickArrows .slick-prev {
  background: url("library/images/chevron-right-white.svg") center no-repeat;
  background-size: contain;
  width: 30px;
  height: 40px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: none;
  cursor: pointer;
  z-index: 5;
  top: initial;
  bottom: 43px;
  transform: none; }
  .SlickArrows .slick-next:before, .SlickArrows .slick-prev:before {
    content: ''; }
  .SlickArrows .slick-next.slick-disabled, .SlickArrows .slick-prev.slick-disabled {
    opacity: 0.3; }
.SlickArrows .slick-next {
  right: 30px; }
.SlickArrows .slick-prev {
  left: 30px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.SlickArrows .slick-dots {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto; }
  .SlickArrows .slick-dots button {
    background: #ffffff;
    border-radius: 50%;
    opacity: .4;
    width: 15px;
    height: 15px; }
    .SlickArrows .slick-dots button:before {
      display: none; }
    .SlickArrows .slick-dots button:after {
      display: none; }
  .SlickArrows .slick-dots .slick-active button {
    opacity: 1; }

section.Full {
  padding: 2rem 0; }
  section.Full.BgColour-white {
    background-color: #ffffff;
    /*> .row{
        background-color: $White;
    }*/ }
  section.Full.BgColour-grey {
    background-color: #e5ecf2;
    /*> .row{
        background-color: $Grey;
    }*/ }
    section.Full.BgColour-grey .PullUp:before, section.Full.BgColour-grey .MainBlogContent > .row:before {
      background: #e5ecf2; }
  section.Full.BgColour-black {
    background-color: #333435;
    /*> .row{
        background-color: $Black;
    }*/
    /* Change Autocomplete styles in Chrome*/ }
    section.Full.BgColour-black PullUp:before, section.Full.BgColour-black .MainBlogContent > .row:before {
      background: #333435; }
    section.Full.BgColour-black p, section.Full.BgColour-black h1, section.Full.BgColour-black h2, section.Full.BgColour-black h3, section.Full.BgColour-black h4, section.Full.BgColour-black h5, section.Full.BgColour-black h6, section.Full.BgColour-black a, section.Full.BgColour-black label, section.Full.BgColour-black .nf-form-fields-required {
      color: #ffffff; }
    section.Full.BgColour-black .Signpost h4:after {
      background: #ffffff; }
    section.Full.BgColour-black .BTN:after {
      background-image: url("library/images/chevron-right-white.svg"); }
    section.Full.BgColour-black .nf-form-content .list-select-wrap .nf-field-element > div, section.Full.BgColour-black .nf-form-content input:not([type=button]), section.Full.BgColour-black .nf-form-content textarea, section.Full.BgColour-black .nf-form-content select.ninja-forms-field:focus, section.Full.BgColour-black .list-select-wrap select:active + div, section.Full.BgColour-black .list-select-wrap select:focus + div {
      background-color: #272829;
      color: #ffffff; }
    section.Full.BgColour-black .nf-form-content button, section.Full.BgColour-black .nf-form-content input[type=button], section.Full.BgColour-black .nf-form-content input[type=submit] {
      border-color: #ffffff; }
    section.Full.BgColour-black .nf-form-content select.ninja-forms-field {
      color: #ffffff; }
    section.Full.BgColour-black input:-webkit-autofill,
    section.Full.BgColour-black input:-webkit-autofill:hover,
    section.Full.BgColour-black input:-webkit-autofill:focus,
    section.Full.BgColour-black textarea:-webkit-autofill,
    section.Full.BgColour-black textarea:-webkit-autofill:hover,
    section.Full.BgColour-black textarea:-webkit-autofill:focus,
    section.Full.BgColour-black select:-webkit-autofill,
    section.Full.BgColour-black select:-webkit-autofill:hover,
    section.Full.BgColour-black select:-webkit-autofill:focus {
      border: none;
      -webkit-text-fill-color: #ffffff;
      -webkit-box-shadow: 0 0 0px 1000px #272829 inset;
      transition: background-color 5000s ease-in-out 0s;
      background-color: transparent !important; }
    section.Full.BgColour-black.LowerColour-white h5.ImgCaption, section.Full.BgColour-black.LowerColour-grey h5.ImgCaption {
      color: #333435; }

.PullUp, .MainBlogContent > .row {
  position: relative;
  z-index: 6;
  margin-top: -7em; }
  .PullUp:before, .MainBlogContent > .row:before {
    content: '';
    width: 80em;
    background: #ffffff;
    top: -3em;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    height: 12em;
    z-index: -1;
    position: absolute; }

h5.ImgCaption {
  margin: 10px 0 0 0;
  text-align: right; }

.InsetImageBlock {
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat; }
  .InsetImageBlock .ImageBlock {
    margin-top: 3em;
    width: 100%; }
    .InsetImageBlock .ImageBlock h5.ImgCaption {
      margin: 2em 0 0 0;
      text-align: center; }

.VideoContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none; }

.VideoThumb {
  padding-top: 56.25%;
  position: relative;
  display: block;
  width: 100%; }
  .VideoThumb img {
    max-width: 100px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; }

.PortContain {
  background: #272829;
  color: #ffffff; }
  .PortContain main {
    padding: 2em; }
  .PortContain h1 {
    font-size: 2.2em; }
  .PortContain .PortDesc {
    padding: 0.5em 0 2em 0; }
    .PortContain .PortDesc p:last-of-type {
      margin: 0; }
  .PortContain .PortInfo {
    padding-top: 2em; }
    .PortContain .PortInfo p {
      margin: 0; }

.PortImages {
  padding: 0; }
  .PortImages .PortCarousel .ImgSlide {
    min-height: 800px; }

.js-modal-btn, .VideoBtn {
  max-width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2; }
  .js-modal-btn img, .VideoBtn img {
    width: 100%; }

.VideoBtn {
  max-width: 30px;
  height: 30px; }

.NavImg {
  height: 9vw;
  position: relative; }

.PortSlider-Nav .slick-slide {
  opacity: .3; }
  .PortSlider-Nav .slick-slide.slick-current.slick-active {
    opacity: 1; }

.NextPrev {
  background: #333435;
  display: flex;
  justify-content: space-between; }
  .NextPrev a {
    background: none;
    color: #ffffff;
    margin: 0; }
    .NextPrev a:after {
      background-image: url("library/images/chevron-right-white.svg"); }

section.TaxNav {
  padding: 1em 0; }
  section.TaxNav ul.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
    section.TaxNav ul.menu li {
      flex: 1; }
      section.TaxNav ul.menu li a {
        font-family: "Libre Baskerville";
        font-size: .9em;
        letter-spacing: 2px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 1em; }
      section.TaxNav ul.menu li.current-menu-item a:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        width: 80px;
        background: #ffffff;
        height: 2px;
        margin: auto;
        opacity: 1;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s; }

.MainBlogContent section.Full {
  padding: 0.5rem 0px; }
  .MainBlogContent section.Full.ContentBlock h1, .MainBlogContent section.Full.ContentBlock h2, .MainBlogContent section.Full.ContentBlock h3, .MainBlogContent section.Full.ContentBlock h4, .MainBlogContent section.Full.ContentBlock h5, .MainBlogContent section.Full.ContentBlock h6 {
    margin: 2em 0 1em 0; }
.MainBlogContent .ContentBlock {
  padding-left: 0;
  padding-right: 0; }
.MainBlogContent > .row {
  background: #ffffff; }
  .MainBlogContent > .row:before {
    width: 75em; }

.ArticleTitles h2 {
  margin: 1em 0 .5em 0; }
.ArticleTitles p {
  margin: 0; }

.BlogPost {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .BlogWide .BlogPost {
    flex-direction: row;
    align-content: stretch; }
    .BlogWide .BlogPost .BlogImg {
      height: auto;
      flex: 1; }
    .BlogWide .BlogPost .MainInfo {
      flex: 1; }
  .BlogPost .BlogImg {
    height: 200px; }
  .BlogPost .MainInfo {
    background: #ffffff;
    padding: 2em 2em 1.3em 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1; }
    .BlogPost .MainInfo h4 {
      margin-bottom: 1em;
      flex-grow: 1; }
    .BlogPost .MainInfo .BTN {
      margin-right: auto; }
    .BlogPost .MainInfo .PostEx {
      padding-bottom: 1em; }
      .BlogPost .MainInfo .PostEx p {
        margin: 0;
        font-size: 1em; }

.BlogInfo {
  display: block;
  padding-bottom: 1em; }
  .BlogInfo span, .BlogInfo a {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
    opacity: .5; }

.Pagination {
  text-align: center;
  padding-top: 2em; }
  .Pagination .page-numbers {
    padding: 0.5em; }
    .Pagination .page-numbers.current {
      font-weight: 700; }

.ShareBlock {
  border-top: solid 1px #333435;
  border-bottom: solid 1px #333435;
  margin-bottom: 4em; }
  .ShareBlock h3 {
    margin: 0; }

.SideNav {
  background: #ffffff;
  padding: 2em;
  margin-top: 2em; }
  .SideNav ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 0; }
    .SideNav ul li {
      margin-bottom: .8em; }
      .SideNav ul li > a {
        text-transform: uppercase;
        width: 100%; }
        .SideNav ul li > a .BlogInfo {
          display: block; }
          .SideNav ul li > a .BlogInfo a, .SideNav ul li > a .BlogInfo span {
            margin-right: 8px; }
      .SideNav ul li:last-child {
        margin-bottom: 0; }

#searchform .InputWrap {
  position: relative; }
  #searchform .InputWrap input[type="search"] {
    background: #ffffff;
    border-radius: 50px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: inherit;
    padding: 1em 3em 1em 1.2em;
    height: 50px;
    color: #333435;
    font-size: .9em; }
  #searchform .InputWrap #searchsubmit {
    background: none;
    border: none;
    padding: 10px;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 4px;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    #searchform .InputWrap #searchsubmit:after {
      display: none; }
    #searchform .InputWrap #searchsubmit svg {
      width: 20px;
      fill: #333435; }
    #searchform .InputWrap #searchsubmit:hover {
      opacity: .5; }

section.ContactMain {
  position: relative; }
  section.ContactMain .ContactImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 50%; }
  section.ContactMain > .row {
    position: relative;
    z-index: 4; }
  section.ContactMain .ContactInfo {
    margin-top: 3em; }
  section.ContactMain .OpenHours {
    padding: 1.4em;
    margin-top: 3em;
    border: solid 2px #ffffff; }
    section.ContactMain .OpenHours h3 {
      margin-bottom: .3em; }
    section.ContactMain .OpenHours p {
      margin: 0; }
  section.ContactMain .Form .nf-form-cont {
    padding-top: 1em; }
  section.ContactMain .Form .nf-form-fields-required {
    padding-bottom: 1em; }

footer.footer {
  background-color: #ffffff;
  color: #333435;
  padding: 3em 0 0 0; }
  footer.footer .FootTop {
    padding-bottom: 2em;
    position: relative; }
    footer.footer .FootTop .FootLogoWrap {
      background: #ffffff;
      padding: 0 2em;
      position: relative;
      z-index: 2; }
    footer.footer .FootTop:after {
      background: #8d8d8d;
      height: 1px;
      content: '';
      width: 100%;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      z-index: 1; }
  footer.footer ul.footer-nav {
    display: flex;
    flex-direction: row; }
    footer.footer ul.footer-nav > li {
      flex: 1;
      padding-right: 10px; }
      footer.footer ul.footer-nav > li#menu-item-128 {
        flex: 2; }
      footer.footer ul.footer-nav > li a {
        font-size: 0.8em; }
      footer.footer ul.footer-nav > li > a {
        font-family: "Libre Baskerville";
        font-size: 0.8em; }
  footer.footer .FootBottom {
    display: block;
    width: 100%;
    border-top: solid 1px #8d8d8d;
    padding: 3em 0 2em 0; }
    footer.footer .FootBottom .row {
      position: relative; }
    footer.footer .FootBottom .FootLinks {
      margin-top: 3em; }
      footer.footer .FootBottom .FootLinks p, footer.footer .FootBottom .FootLinks a {
        display: inline-block;
        margin: 0 20px;
        font-family: "Libre Baskerville";
        text-transform: uppercase;
        font-size: .6em;
        color: #333435; }
    footer.footer .FootBottom .Badge {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      max-height: 65px;
      width: auto; }
      footer.footer .FootBottom .Badge.Left {
        left: 2em; }
      footer.footer .FootBottom .Badge.Right {
        right: 2em; }
  footer.footer .FootSocial {
    padding: 0 0 2em 2em;
    border-left: 1px solid #ffffff; }
  footer.footer p, footer.footer li {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em; }
    footer.footer p a, footer.footer li a {
      color: #ffffff; }
    footer.footer p:last-of-type, footer.footer li:last-of-type {
      margin-bottom: 0; }

.SocialLinks {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .SocialLinks:hover a {
    opacity: .3; }
  .SocialLinks a:not(.Phone) {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: none;
    margin: 0 15px 0 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .SocialLinks a:not(.Phone) svg {
      max-height: 14px;
      width: auto; }
      .SocialLinks a:not(.Phone) svg path {
        fill: #333435; }
    .SocialLinks a:not(.Phone):hover {
      opacity: 1; }
  .SocialLinks a.Phone {
    color: #333435;
    margin-left: 2em; }
    .SocialLinks a.Phone:hover {
      opacity: 1; }

/*** Min: 1500px **/
@media only screen and (min-width: 93.75em) {
  .row.contained {
    max-width: 90em; }
  .row.narrow {
    max-width: 75em; }

  .PullUp:before, .MainBlogContent > .row:before {
    width: 95em; }

  .Signpost .SignpostImg {
    height: 380px; } }
/*** Max: 1280px **/
@media only screen and (max-width: 80em) {
  h1 {
    font-size: 2.7em; }

  h2 {
    font-size: 1.7em; }

  p, li {
    font-size: 1.1em; }

  .PortItem {
    display: none; }

  .PadDepth-Lg {
    padding: 10em 0 !important;
    min-height: 100vh; } }
/*** Max: 1200px **/
@media only screen and (max-width: 75em) {
  .PullUp, .MainBlogContent > .row {
    margin-top: 0; }
    .PullUp:before, .MainBlogContent > .row:before {
      display: none; }

  section.MainBlogContent {
    padding: 0; } }
/*** Max: 1024px **/
@media only screen and (max-width: 64em) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.4em; }

  p {
    font-size: 1em; }

  .Signpost .SignpostImg {
    height: 200px; } }
/*** Max: 1023px **/
@media only screen and (max-width: 63.9375em) {
  body {
    padding-top: 84px; }

  .HeaderRight > svg {
    display: none; }

  header.header .SocialLinks a:not(.Phone) {
    display: none; }
  header.header .SocialLinks a.Phone {
    margin: 0; }

  .PadDepth-Lg {
    padding: 7em 0 !important;
    min-height: 780px; }

  .PadDepth-Md {
    padding: 8em 0 !important; }

  .PadDepth-Sm {
    padding: 4em 0 !important; }

  .Signpost .SignpostImg {
    max-width: 450px;
    margin: auto; }

  .CheckBlock .ImageBlock img {
    max-width: 450px;
    width: 100%; }

  h5.ImgCaption {
    text-align: left; }

  .FullBleedCarousel h5.ImgCaption {
    text-align: center;
    max-width: 84%; }

  .PortList > .row .PortCol, .PortList > .row .PortCol:nth-child(4n+2), .PortList > .row .PortCol:nth-child(4n+3) {
    flex-basis: 100%; }

  .PortSlider-Nav {
    display: none; }

  .PortContain .PortInfo {
    padding-top: 0; }

  section.ContactMain {
    text-align: center; }
    section.ContactMain .ContactImg {
      display: none; }
    section.ContactMain .ContactInfo {
      margin-top: 1em; }
    section.ContactMain .OpenHours {
      margin-bottom: 2em; }

  section.TaxNav ul.menu {
    flex-direction: column;
    margin: 0; }
    section.TaxNav ul.menu li {
      display: flex; }
      section.TaxNav ul.menu li a:after {
        display: none; }
      section.TaxNav ul.menu li:last-child a {
        padding-bottom: 0; }

  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    max-width: none; }

  .BlogPost {
    flex-direction: row;
    align-content: stretch; }
    .BlogPost .BlogImg {
      flex: 1;
      height: auto; }
    .BlogPost .MainInfo {
      flex: 1; }

  footer.footer {
    padding: 0; }
    footer.footer .FootBottom {
      border: none; }
      footer.footer .FootBottom .Badge {
        position: static;
        margin-bottom: 2em; }
        footer.footer .FootBottom .Badge.Right {
          margin-right: auto;
          margin-left: 1em; }
        footer.footer .FootBottom .Badge.Left {
          margin-left: auto;
          margin-right: 1em; }
      footer.footer .FootBottom .FootLinks {
        text-align: center; }
        footer.footer .FootBottom .FootLinks p, footer.footer .FootBottom .FootLinks a {
          display: inline-block;
          margin: 0 1em 1em; }

  .PortImages .PortCarousel .ImgSlide {
    min-height: 60vw; }

  .FullBleedCarousel .ImgSlide {
    height: 60vw; }

  .PortContain main {
    padding: 1.3em 0em; }

  .LargeSignpost .PadDepth-Lg {
    min-height: 70vw; } }
/*** Max: 800px **/
/*** Max: 768px **/
/*** Max: 767px **/
@media only screen and (max-width: 47.9375em) {
  body {
    padding-top: 84px; }

  header.header {
    padding: .9em 0; }
    header.header > .row {
      padding: 0 1.5em; }
    header.header .HeadLogo {
      width: auto;
      height: 55px; }
      header.header .HeadLogo #SiteLogo svg {
        height: 55px; }

  #SiteNav {
    padding-top: .9em; }
    #SiteNav .HeadLogo {
      width: auto;
      height: auto; }
      #SiteNav .HeadLogo #SiteLogo svg {
        height: 55px; }
    #SiteNav .NavContent {
      padding: 0 1.5em; }
    #SiteNav .NavCol nav ul li a {
      font-size: 1.1em; }
    #SiteNav .NavCol nav ul span.hasChild .NavToggle {
      height: 22px; }
    #SiteNav .NavCol nav .sub-menu {
      font-size: .9em;
      padding: .6em 0; }

  .BannerNav.SlickArrows .slick-next, .BannerNav.SlickArrows .slick-prev {
    top: 0;
    bottom: 0;
    margin: auto; }
  .BannerNav.SlickArrows .slick-dots {
    height: 25px; }

  .BlogPost, .BlogWide .BlogPost {
    flex-direction: column; }
    .BlogPost .BlogImg, .BlogWide .BlogPost .BlogImg {
      flex: unset;
      height: 40vw; }
    .BlogPost .MainInfo, .BlogWide .BlogPost .MainInfo {
      flex: unset; }

  .BTN, button:not(.modal-video-close-btn), input[type="submit"], input[type="button"], .NextPrev a {
    font-size: .8em; } }
/*** Max: 540px **/
@media only screen and (max-width: 33.75em) {
  h1 {
    font-size: 1.7em; }

  h2 {
    font-size: 1.3em; }

  h3 {
    font-size: 1.1em; }

  header.header .HeaderLeft {
    display: none; }
  header.header .HeadLogo {
    position: static;
    margin: 0; }

  section.Full:not(.MainBlogContent) {
    padding: 1.5rem 0; }

  .PadDepth-Md {
    padding: 5em 0 !important; }

  .PortImages .PortCarousel .ImgSlide {
    min-height: 70vw; }

  .FullBleedCarousel .ImgSlide {
    height: 70vw; }

  .NextPrev .Nextbtn a {
    text-align: right; } }
/*** Max: 480px **/
/*** Max: 376x **/
