/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:200,300,300i,400,600,700|Montserrat:300,400,600,700");
/* line 6, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
html { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

/* line 12, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; text-decoration: none; }

/* HTML5 display-role reset for older browsers */
/* line 34, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

/* line 40, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
ol, ul { list-style: none; }

/* line 43, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
blockquote, q { quotes: none; }

/* line 46, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* line 51, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* Custom */
/* line 58, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
* { box-sizing: border-box; background-repeat: no-repeat; }

/* line 63, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
img { display: block; }

/* line 66, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
img, video { max-width: 100%; max-height: 100%; }

/* line 71, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
*:focus,
button:focus,
textarea:focus,
input:focus { outline: none; }

/* line 79, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
a { color: inherit; }

/* line 82, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_reset.scss */
a:hover { color: inherit; }

/*******************************************************************************
Text center
*******************************************************************************/
/* line 24, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.text-left { text-align: left; }

/* line 28, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.text-center { text-align: center; }

/* line 32, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.text-right { text-align: right; }

/* line 37, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, h1 + strong, h2 + strong, h3 + strong, h4 + strong, h5 + strong, h6 + strong, h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul, h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol { margin-top: 1em; }

/* line 63, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
p, ul, ol { margin-bottom: 1em; }

/* line 67, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

/*******************************************************************************
Lists
*******************************************************************************/
/* line 77, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
ul { padding-left: 1em; list-style: disc; }

/*******************************************************************************
Begin Fonts
*******************************************************************************/
/*
@mixin font-testimonial_box{
    font-family: $font-body;
    font-weight: $font_weight-light;
    font-size: $font_size-normal;
}
@mixin font-heading-default{
    font-family: $font-body;
    font-weight: $font_weight-normal;
    font-size: $font_size-normal;
}
@mixin font-heading-blog{
    font-family: $font-body;
    font-weight: $font_weight-normal;
    font-size: $font_size-normal;
}
@mixin font-heading_large{
    font-family: $font-body;
    font-weight: $font_weight-normal;
    font-size: $font_size-normal;
}
@mixin font-heading_product {
    font-family: $font-body;
    font-weight: $font_weight-normal;
    font-size: $font_size-normal;
}
@mixin font-heading_huge{
    font-family: $font-body;
    font-weight: $font_weight-normal;
    font-size: $font_size-normal;
}
*/
/* line 13, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.full-width { width: 100%; float: left; }

/* line 19, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-small { width: 100%; max-width: 800px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; }

/* line 29, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-small.half { max-width: 400px; margin-left: 0; margin-right: 0; }

/* line 35, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-small.half.left { margin-left: auto; }

/* line 38, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-small.half.right { margin-right: auto; }

/* line 45, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; }

/* line 55, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width.half { max-width: 600px; margin-left: 0; margin-right: 0; }

/* line 61, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width.half.left { margin-left: auto; }

/* line 64, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width.half.right { margin-right: auto; }

/* line 70, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-large { width: 100%; max-width: 1600px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; }

/* line 80, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-large.half { max-width: 800px; margin-left: 0; margin-right: 0; }

/* line 86, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-large.half.left { margin-left: auto; }

/* line 89, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-large.half.right { margin-right: auto; }

/* line 96, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-huge { width: 100%; max-width: 2000px; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; }

/* line 106, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-huge.half { max-width: 1000px; margin-left: 0; margin-right: 0; }

/* line 112, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-huge.half.left { margin-left: auto; }

/* line 115, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.content-width-huge.half.right { margin-right: auto; }

/* line 124, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.center-child { display: flex; justify-content: center; flex-direction: column; align-items: center; }

/* line 136, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.image-canvas { width: 100%; height: 400px; background-position: center; background-size: cover; background-repeat: no-repeat; }

/* line 151, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.split { display: flex; flex-direction: row; justify-content: center; }

/* line 156, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.split > * { flex: 1 0 1px; }

/* line 177, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.dropdown-menu-button { cursor: pointer !important; }

/* line 182, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
.delink a { pointer-events: none; }

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button { font-family: "Fira Sans", sans-serif; font-weight: 700; font-size: 10.8pt; line-height: 1.85; border: none; padding: 10px; display: inline-block; color: #ffffff; cursor: pointer; -webkit-appearance: none; border-radius: 0; }

/* line 10, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button:hover { color: #fefefe; }

/* line 17, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.outline { border: 1px solid #ffffff; color: #ffffff; background-color: transparent; transition: background-color 0.5s, color 0.5s; }

/* line 22, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.outline:hover { background-color: #ffffff; color: #111F25; }

/* line 28, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.wide { min-width: 180px; text-align: center; }

/* line 32, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.wide-left { min-width: 180px; text-align: left; padding-left: 30px; }

/* line 37, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.wide-right { min-width: 180px; text-align: right; padding-right: 30px; }

/* line 45, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.solid { font-family: "Fira Sans", sans-serif; font-weight: 700; font-size: 10.8pt; line-height: 1.85; padding: 8px 15px; display: inline-block; }

/* line 51, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.solid.c-red { color: #ffffff; background-color: #e60023; border: #e60023 solid 2px; transition: background-color 0.5s, color 0.5s; }

/* line 58, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.solid.c-red:hover { background-color: #ffffff; color: #e60023; }

/* line 64, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.solid.transparent-hover:hover { background-color: transparent; }

/* line 69, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.solid.c-dark_blue { color: #ffffff; background-color: #19272e; border: #19272e solid 2px; transition: background-color 0.5s, color 0.5s; }

/* line 76, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_buttons.scss */
.bn-button.solid.c-dark_blue:hover { background-color: #ffffff; color: #19272e; }
/* line 11, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
html { font-family: "Fira Sans", sans-serif; font-weight: 300; font-size: 12.8pt; line-height: 1.65; color: #000; }
/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#site-footer { font-weight: 300; color: #ffffff; background-color: #19272e; }
/* line 5, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#site-footer > * { float: left; width: 100%; }
/* line 9, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#site-footer .row { display: flex; flex-direction: row; justify-content: center; }
/* line 14, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#site-footer .col { display: flex; flex-direction: column; justify-content: flex-start; }
@media screen and (max-width: 700px) {
  /* line 20, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
  #site-footer .row { flex-wrap: wrap; }
  /* line 23, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
  #site-footer .col { flex: 0 0 100%; align-items: center; }
}
/* line 29, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#site-footer ul { list-style: none; padding-left: 0; }
/* line 34, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#site-footer a { opacity: 1; transition: opacity 0.5s; }
/* line 37, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#site-footer a:hover { opacity: 0.5; }

/* line 47, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .contact-details .padding-wrapper .wrapper { padding: 0 40px; width: 320px; text-align: center; }
/* line 52, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .contact-details img { margin: auto; height: 30px; width: 30px; }
/* line 57, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .contact-details a { opacity: 1; transition: opacity 0.5s; }
/* line 60, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .contact-details a:hover { opacity: 0.5; }
/* line 67, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .products-list ul { float: left; padding-top: 20px; padding-bottom: 20px; }
/* line 71, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .products-list ul li { float: left; text-align: center; }
/* line 74, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .products-list ul li a { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 9.6pt; text-transform: uppercase; color: #ffffff; color: #aaaaaa; padding: 10px; transition: color 0.5s; }
/* line 79, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .products-list ul li a:hover { color: #7ba0af; }
/* line 86, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .social { justify-content: center; }
/* line 89, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .social .social-icon img { margin-top: 20px; margin-bottom: 20px; margin-left: 10px; margin-right: 10px; width: 30px; }

/* line 96, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .social .social-icon:first-child img {
  margin-left: 0;
}

/* line 99, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .social .social-icon:last-child img {
  margin-left: 0;
}

/* line 103, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .social a {
  opacity: 1;
  transition: opacity 0.5s;
}

/* line 106, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .social a:hover {
  opacity: 0.5;
}

/* line 114, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container {
  padding: 20px inherit;
}

/* line 116, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .bottom-logo-bar {
  align-items: center;
}

/* line 118, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .bottom-logo-bar a {
  width: 250px;
  margin-right: 40px;
}

@media screen and (max-width: 700px) {
  /* line 118, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
  #footer-bot-container .bottom-logo-bar a {
    margin-right: 0;
  }
}

/* line 125, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .bottom-logo-bar a:last-of-type {
  margin-right: 0;
}

/* line 127, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .bottom-logo-bar a:last-of-type img {
  transform: scale(0.75);
}

/* line 131, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .bottom-logo-bar a img {
  max-height: 100px;
  width: auto;
  margin: auto;
}

/* line 138, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .bottom-logo-bar .spacer {
  height: 120px;
  padding-right: 40px;
  border-left: rgba(255, 255, 255, 0.2) 1px solid;
}

@media screen and (max-width: 700px) {
  /* line 116, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
  #footer-bot-container .bottom-logo-bar {
    flex-direction: column;
  }
  /* line 146, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
  #footer-bot-container .bottom-logo-bar .spacer {
    height: 1px;
    width: 120px;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  }
  /* line 155, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
  #footer-bot-container .bottom-logo-bar img {
    padding-right: 0;
  }
}

/* line 160, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .legal {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 10.8pt;
  line-height: 1.48148;
  font-weight: 300;
  text-align: center;
  text-align: center;
  padding: 20px 10px;
}

/* line 170, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
.bar-container .bar {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 180, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .bottom-logo-bar a img {
  max-width: 150px;
}

/* line 184, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container {
  background-color: #111f25;
}

/* line 188, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
.bottom-logo-bar-wrapper {
  padding: 40px 0 30px;
}

/* line 192, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .legal {
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

/* line 196, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-bot-container .legal {
  font-size: 10pt;
}

/* line 200, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_footer.scss */
#footer-top-container .products-list ul {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/minis/_floating-logo-bar.scss */
.floating-logo-bar {
  display: none;
  position: relative;
}

/* line 4, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/minis/_floating-logo-bar.scss */
.floating-logo-bar img {
  position: absolute;
  top: -2.5vw;
  width: 5vw;
  height: 5vw;
  max-width: none;
  max-height: none;
}

@media screen and (max-width: 650px) {
  /* line 14, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/minis/_floating-logo-bar.scss */
  .floating-logo-bar {
    display: none;
  }
}

/* line 19, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/minis/_floating-logo-bar.scss */
.floating-logo-bar.large {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #19272e;
}

/* line 27, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/minis/_floating-logo-bar.scss */
.floating-logo-bar.large .line {
  flex: 1 0 0px;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
}

/* line 31, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/minis/_floating-logo-bar.scss */
.floating-logo-bar.large .wrapper {
  background-color: #19272e;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 38, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/minis/_floating-logo-bar.scss */
.floating-logo-bar.large .wrapper img {
  width: 100px;
  height: 100px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
/*body:not(.page-template-template-front-page) {
  display: none;
}*/

/* line 5, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
#preloader {
  display: none;
}

/* line 8, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader {
  z-index: 9999;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

/* line 22, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader .background,
.page-template-template-front-page #preloader .foreground {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(0%);
  transition: transform 1s;
}

/* line 33, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader .background {
  background-color: #002f59;
}

.page-template-template-front-page #preloader .background {
  background-color: #002f59;
}

/* line 36, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.video-overlay {background-color: #002f59; z-index: 11; position: absolute; display: flex; flex-direction: row;	justify-content: center; align-items: center; width: 100%; height: 100%; opacity: 0; -webkit-animation: overlayfade 2s 1; animation: overlayfade 2s 1; }
@keyframes overlayfade { 0% {opacity:1;} 65% {opacity:1;} 66% {opacity:0;} }

/* line 44, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader .text-wrapper {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 56, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader .text-wrapper .wrapper {
  width: 200px;
}

/* line 58, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader .text-wrapper .wrapper svg,
.page-template-template-front-page #preloader .text-wrapper .wrapper video{
  transform: scale(1) translateY(0%);
  opacity: 1;
  transition: transform 1s, opacity .6s;
}

/* line 67, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader.fire-fg .foreground {
  transform: translateX(100%);
}

/* line 72, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader.fire-fg .text-wrapper .wrapper svg,
.page-template-template-front-page #preloader.fire-fg .text-wrapper .wrapper video{
  transform: scale(10) translateY(-30%);
  opacity: 0;
}

.page-template-template-front-page #preloader .slider-overlay {
	position: absolute;
	top: 0;
	left: -10vw;
	right: -13vw;
	bottom: 180px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	transform: scale(1) translateY(0);
	transition: transform 1s;
}

.page-template-template-front-page #preloader.fire-fg .slider-overlay {
	transform: scale(1) translateY(0);
}

/* line 80, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader.fire-bg .background {
  transform: translateX(100%);
}

/* line 88, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader svg .letter-O {
  stroke-dasharray: 175;
  stroke-dashoffset: 175;
}

/* line 92, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader svg .letter-N {
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
}

/* line 96, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader svg .letter-V {
  stroke-dasharray: 175;
  stroke-dashoffset: 175;
}

/* line 106, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader.text-anim-go svg .letter-O {
  animation: dash-O 2s linear;
  animation-fill-mode: forwards;
}

/* line 110, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader.text-anim-go svg .letter-N {
  animation: dash-N 2s linear;
  animation-fill-mode: forwards;
}

/* line 114, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_preloader.scss */
.page-template-template-front-page #preloader.text-anim-go svg .letter-V {
  animation: dash-V 2s linear;
  animation-fill-mode: forwards;
}

@keyframes dash-O {
  from {
    stroke-dashoffset: 175;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash-N {
  from {
    stroke-dashoffset: 180;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash-V {
  from {
    stroke-dashoffset: 175;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/*
.page-loaded #preloader{
    //display: flex;

    transition: transform 1s cubic-bezier(.47,0,.74,.71);
    transition-delay: .85s;

    transform: translateX(-100%);
    .animation-wrapper{
        transition: transform .5s ease;
        transition-delay: .5s;

        transform: translateX(-5%);
    }
}
*/
/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container {
  height: 85vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 10, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container ul {
  list-style: none;
  padding-left: 0;
}

/* line 21, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider {
  z-index: 1;
  position: relative;
}

/* line 25, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-overlay {
  position: absolute;
  top: 0;
  left: -10vw;
  right: -13vw;
  bottom: 180px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

/* line 36, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-overlay span {
  display: block;
  font-size: 48.5vw;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  transform: rotateX(40deg);
  line-height: .72;
}

/* line 46, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-overlay img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 700px) {
  /* line 25, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .slider-overlay {
    display: none;
  }
}

/* line 55, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-dots-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

/* line 60, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-dots-overlay .content-width {
  height: 100%;
  position: relative;
}

@media screen and (max-width: 700px) {
  /* line 60, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .slider-dots-overlay .content-width {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

/* line 70, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-dots-overlay ul {
  position: absolute;
  bottom: 50px;
  right: 9px;
  width: auto;
}

@media screen and (max-width: 700px) {
  /* line 70, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .slider-dots-overlay ul {
    position: static;
    margin-bottom: 20px;
  }
}

/* line 79, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-dots-overlay ul li {
  float: left;
  padding-left: 20px;
}

/* line 83, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-dots-overlay ul li:first-child {
  padding-left: 0;
}

/* line 86, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-dots-overlay ul li button {
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: background-color 0.5s;
  pointer-events: auto;
  padding: 0;
}

/* line 101, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-dots-overlay ul li button:hover {
  background-color: #aaaaaa;
}

/* line 105, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slider-dots-overlay ul li.slick-active button {
  background-color: #ffffff;
}

/* line 112, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .slide {
  height: 85vh;
  position: relative;
}

/* line 116, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 123, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .background .slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* line 162, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_layout.scss */
#homepage-slider-container .background .slide:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #19272e;
  opacity: 0.2;
}

/* line 130, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .foreground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

/* line 138, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .foreground .content-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  padding-bottom: 40px;
}

@media screen and (max-width: 700px) {
  /* line 138, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .foreground .content-area {
    padding-bottom: 80px;
  }
}

/* line 148, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .foreground .content-area .content-width {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 10px;
}

/* line 157, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .foreground .content-area .left {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  padding-left: 40px;
  border-left: #ffffff solid 1px;
}

@media screen and (max-width: 800px) {
  /* line 157, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .foreground .content-area .left {
    font-size: 16.8pt;
  }
}

@media screen and (max-width: 700px) {
  /* line 157, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .foreground .content-area .left {
    font-size: 17pt;
    padding-left: 20px;
  }
}

/* line 168, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .foreground .content-area .left h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 38.4pt;
}

@media screen and (max-width: 700px) {
  /* line 168, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .foreground .content-area .left h3 {
    font-size: 26pt;
  }
}

/* line 174, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .foreground .content-area .left p {
  margin: 0;
}

/* line 179, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .foreground .content-area .right > .padding-wrapper {
  margin-top: 15px;
  position: relative;
  height: 100%;
}

/* line 187, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
#homepage-slider-container .foreground .content-area .right .bottom {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 800px) {
  /* line 195, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .foreground .content-area .content-width {
    flex-wrap: wrap;
  }
  /* line 198, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .foreground .content-area .left,
  #homepage-slider-container .foreground .content-area .right {
    flex: 0 0 100%;
  }
  /* line 202, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .foreground .content-area .right .bn-button {
    margin-left: 40px;
  }
}

@media screen and (max-width: 700px) {
  /* line 207, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_homepage-slider.scss */
  #homepage-slider-container .foreground .content-area .right .bn-button {
    margin-left: 20px;
  }
}

/* line 3, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 6, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}

/* line 11, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 16, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu-section > .content-width {
  position: relative;
}

/* line 15, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 21, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu-section > .content-width > .menu-button {
  background-color: #e60023;
  color: #ffffff;
  width: 110px;
  height: 90px;
  padding-top: 22px;
  padding-bottom: 0px;
  position: absolute;
  right: -200px;
  top: 0;
  z-index: 200;
  cursor: pointer;
  transition: background-color 0.5s;
}

/* line 30, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 37, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu-section > .content-width > .menu-button:hover {
  background-color: #bb031f;
}

@media screen and (max-width: 1650px) {
  /* line 15, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 43, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu-section > .content-width > .menu-button {
    right: 10px;
    top: 66px;
  }
}

/* line 40, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 50, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu-section > .content-width > .menu-button .icon {
  width: 34px;
  height: 37px;
  margin: auto;
}

/* line 44, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 57, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu-section > .content-width > .menu-button .icon .icon-line {
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background-color: #ffffff;
}

/* line 50, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 65, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu-section > .content-width > .menu-button .icon .icon-line:last-child {
  margin-bottom: 0;
}

/* line 55, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 70, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu-section > .content-width > .menu-button .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 8.5pt;
}

/* line 66, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 81, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}

/* line 89, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 92, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu #menu-main-menu-left,
#header-menu #menu-main-menu-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 95, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 100, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .menu-item {
  position: relative;
}

/* line 98, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 105, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .menu-item > .sub-menu {
  padding-top: 23px;
  display: none;
  position: absolute;
  top: 24px;
  left: -10px;
  right: 0;
  width: 300px;
  font-size: 13pt;
}

/* line 109, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 117, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .sub-menu > .menu-item {
  padding: 5px 10px;
  background-color: #EEF0F2;
  transition: background-color 0.5s;
}

/* line 115, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 124, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .sub-menu > .menu-item:hover {
  background-color: #aaaaaa;
}

/* line 118, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 129, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .sub-menu > li > a {
  font-size: 13pt;
}

/* line 121, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 134, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .menu-item:hover > .sub-menu,
#header-menu .sub-menu:hover {
  display: block;
}

/* line 126, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 140, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .left {
  flex: 1 0 1px;
}

/* line 129, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 145, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .middle {
  height: 66px;
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 137, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 154, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .middle img {
  height: 50px;
}

/* line 142, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 160, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .right {
  flex: 1 0 1px;
}

/* line 76, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 185, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12.8pt;
  color: #111F25;
  font-size: 13pt;
  position: relative;
  white-space: nowrap;
}

/* line 200, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu ul.menu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0%;
  height: 3px;
  background-color: #e60023;
  width: 0%;
  transition: width 0.5s;
}

/* line 205, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu ul.menu > li > a:hover:after {
  width: 100%;
}

/* line 209, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu .current-menu-ancestor > a:after,
#header-menu .current-menu-item > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  width: 100%;
  left: 0%;
  height: 3px;
  background-color: #e60023;
  width: 100% !important;
}

/* line 154, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 220, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#mobile-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  background-color: #ffffff;
  width: 200px;
  z-index: 9999;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

/* line 168, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 234, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#mobile-menu.active {
  opacity: 1;
  display: block;
  transform: translateX(0%);
}

/* line 175, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 241, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#mobile-menu ul li a {
  padding-left: 20px;
}

/* line 183, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 246, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#mobile-nav {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 66px;
}

/* line 190, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 255, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#mobile-nav .middle {
  height: 66px;
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 198, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
/* line 264, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#mobile-nav .middle img {
  margin: auto;
  height: 50px;
}

/*
#mobile-menu-button{
    //display: none;
    .icon{
        width: 30px;
        height: 30px;
        .icon-line{
            height: 2px;
            width: 100%;
            margin-bottom: 8px;
            background-color: $c-dark_blue;
        }
    }
}
*/
@media screen and (max-width: 950px) {
  /* line 225, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 286, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #mobile-nav {
    display: flex;
  }
  /* line 230, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 290, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu-section #header-menu {
    display: none;
  }
  /* line 233, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 294, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu-section #dropdown-menu-button.menu-button {
    background-color: transparent;
    color: #e60023;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    right: auto;
    left: 20px;
    top: 6px;
    height: auto;
    transition: color 0.5s;
  }
  /* line 245, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 307, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu-section #dropdown-menu-button.menu-button:hover {
    background-color: transparent;
    color: #bb031f;
  }
  /* line 249, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 312, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu-section #dropdown-menu-button.menu-button:hover .icon-line {
    background-color: #bb031f;
  }
  /* line 253, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 316, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu-section #dropdown-menu-button.menu-button .menu-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  /* line 259, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 323, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu-section #dropdown-menu-button.menu-button .icon {
    height: auto;
  }
  /* line 261, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 327, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu-section #dropdown-menu-button.menu-button .icon .icon-line {
    background-color: #e60023;
  }
  /* line 265, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  /* line 331, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu-section #dropdown-menu-button.menu-button .text {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 9.6pt;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    color: inherit;
  }
}

/* line 347, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
#header-menu ul {
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 1100px) {
  /* line 354, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_header-menu.scss */
  #header-menu .middle {
    flex-basis: 100px;
  }
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
.landing-intro {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 8, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
.landing-intro .split .text h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  margin-bottom: 20px;
  padding-right: 10%;
  font-size: 16pt;
}

@media screen and (max-width: 800px) {
  /* line 8, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
  .landing-intro .split .text h3 {
    font-size: 16.8pt;
  }
}

/* line 16, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
.landing-intro .split .text .top {
  max-width: 100%;
}

/* line 32, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
.landing-intro .split .image-wrapper img {
  max-height: 400px;
}

/* line 39, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
.landing-intro .split .center-child {
  height: 100%;
}

/* line 42, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
.landing-intro .split .padding-wrapper.text-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.landing-intro .split .padding-wrapper.text-container .text{
	flex-direction: row;
}

/* line 48, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
.landing-intro .split > div {
  flex: 1 1 50%;
}

@media screen and (max-width: 800px) {
  /* line 56, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
  .landing-intro .split {
    flex-wrap: wrap;
  }
  /* line 58, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
  .landing-intro .split > div {
    flex: 0 0 100%;
  }
  /* line 61, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
  .landing-intro .split .text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 65, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_landing-intro.scss */
  .landing-intro .split .text h3 {
    padding: 0;
  }
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  /* line 8, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
  .product-bar-4 .product-thumbnail-container {
    flex-wrap: wrap;
  }
  /* line 10, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
  .product-bar-4 .product-thumbnail-container > * {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 600px) {
  /* line 18, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
  .product-bar-4 .product-thumbnail-container {
    flex-wrap: wrap;
  }
  /* line 20, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
  .product-bar-4 .product-thumbnail-container > * {
    flex: 0 0 100%;
  }
}

/* line 26, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 1000px) {
  /* line 26, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
  .product-thumbnail.full-image {
    height: 400px;
  }
}

/* line 33, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image > .padding-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 41, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image:first-child > .padding-wrapper > .padding-wrapper {
  margin-left: 0;
}

/* line 46, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image:last-child > .padding-wrapper > .padding-wrapper {
  margin-right: 0;
}

/* line 50, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image .background, .product-thumbnail.full-image .foreground, .product-thumbnail.full-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 57, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image .background {
  overflow: hidden;
}

/* line 60, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image .background .image-canvas {
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: none;
}

/* line 65, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image .background .image-canvas:after {
  content: ' ';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(17, 31, 37, 0.4);
}

/* line 79, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image .foreground {
  padding: 40px;
}

/* line 82, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image .foreground .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
}

/* line 87, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image .overlay {
  top: auto;
  height: 600px / 5;
  background-color: #111F25;
  padding: 20px 40px 40px 40px;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s, opacity 0.5s;
}

/* line 100, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image .overlay .title-bar {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 12.8pt;
  line-height: 1.65;
  color: #ffffff;
  padding-bottom: 20px;
}

/* line 109, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_product-bar-4.scss */
.product-thumbnail.full-image:hover .overlay {
  opacity: 1;
  transform: translateY(0%);
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta {
  background-color: rgba(25, 39, 46, 0.6);
  padding-top: 40px;
  margin-bottom: 40px;
  /*While hidden*/
  padding: 0;
  margin: 0;
  background-color: transparent;
  /* // Hide */
}

/* line 12, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .top {
  text-align: center;
  padding: 40px 0px 20px;
}

/* line 15, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .top .top-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 20pt;
}

@media screen and (max-width: 800px) {
  /* line 15, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
  .full-width-video-cta > .top .top-text {
    font-size: 16.8pt;
  }
}

/* line 22, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .top h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  font-size: 38.4pt;
  font-size: 32pt;
  color: #19272e;
}

@media screen and (max-width: 800px) {
  /* line 22, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
  .full-width-video-cta > .top h3 {
    font-size: 16.8pt;
  }
}

@media screen and (max-width: 800px) {
  /* line 22, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
  .full-width-video-cta > .top h3 {
    font-size: 26.88pt;
  }
}

/* line 27, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .top p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12.8pt;
  line-height: 1.5625;
  color: #ffffff;
}

/* line 32, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 39, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .bottom .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

/* line 48, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .bottom .background > .top {
  flex: 1 0 0;
}

/* line 51, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .bottom .background > .bottom {
  flex: 1 0 0;
  background-color: #ffffff;
}

/* line 56, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .bottom .foreground {
  position: relative;
  z-index: 10;
}

/* line 59, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width_video-cta.scss */
.full-width-video-cta > .bottom .foreground video {
  padding: 20px 0;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
.full-width-cta {
  height: 700px;
  position: relative;
}

/* line 4, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
.full-width-cta .content-width {
  height: 100%;
}

/* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
.full-width-cta .background {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 30% 50%;
}

/* line 19, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
.full-width-cta .foreground {
  height: 100%;
  position: relative;
  z-index: 10;
}

/* line 23, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
.full-width-cta .foreground .wrapper {
  width: 100%;
}

/* line 25, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
.full-width-cta .foreground .wrapper > * {
  max-width: 50%;
  clear: both;
}

@media screen and (max-width: 1200px) {
  /* line 25, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
  .full-width-cta .foreground .wrapper > * {
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  /* line 25, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
  .full-width-cta .foreground .wrapper > * {
    max-width: 100%;
  }
}

/* line 35, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
.full-width-cta .foreground .wrapper h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  font-size: 60pt;
  font-size: 60pt;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  /* line 35, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
  .full-width-cta .foreground .wrapper h3 {
    font-size: 16.8pt;
  }
}

@media screen and (max-width: 800px) {
  /* line 35, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
  .full-width-cta .foreground .wrapper h3 {
    font-size: 42pt;
  }
}

/* line 40, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
.full-width-cta .foreground .wrapper p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  font-size: 22pt;
}

@media screen and (max-width: 800px) {
  /* line 40, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_full_width-cta.scss */
  .full-width-cta .foreground .wrapper p {
    font-size: 16.8pt;
  }
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news {
  padding: 80px 0;
}

@media screen and (max-width: 800px) {
  /* line 4, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
  .latest-news .post-thumbnail-container {
    flex-wrap: wrap;
  }
  /* line 6, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
  .latest-news .post-thumbnail-container .post-thumbnail {
    flex: 0 0 100%;
    height: auto;
    min-height: 220px;
  }
  /* line 10, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
  .latest-news .post-thumbnail-container .post-thumbnail .background,
  .latest-news .post-thumbnail-container .post-thumbnail .foreground {
    min-height: 220px;
    margin-bottom: 10px;
  }
}

/* line 20, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 20, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
  .latest-news h3 {
    font-size: 16.8pt;
  }
}

/* line 25, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .read-more .bn-button {
  margin-top: 40px;
}

/* line 28, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 34, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail {
  flex: 0 0 32%;
  height: 220px;
}

/* line 37, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail .padding-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 42, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

/* line 51, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail .background:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 31, 37, 0.4);
  transition: background-color 0.5s;
}

/* line 60, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail .foreground {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}

/* line 66, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail .foreground .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

/* line 73, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail .foreground .top {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10pt;
  padding-bottom: 5px;
}

/* line 78, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail .foreground .bottom {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12.8pt;
  line-height: 1.5625;
  color: #ffffff;
  font-size: 12pt;
}

/* line 84, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_latest-news.scss */
.latest-news .post-thumbnail:hover .background:after {
  background-color: rgba(17, 31, 37, 0.7);
}

/* line 2, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.sliced-cta {
  border-top: #ccc 1px solid;
  padding: 80px 0;
}

/* line 5, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.sliced-cta .content {
  padding-bottom: 20px;
}

/* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.sliced-cta .content h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
}

@media screen and (max-width: 800px) {
  /* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
  .sliced-cta .content h3 {
    font-size: 16.8pt;
  }
}

/* line 10, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.sliced-cta .content p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12.8pt;
  line-height: 1.5625;
}

/* line 14, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.sliced-cta .bn-button {
  margin-top: 20px;
}

/* line 19, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.slice-container {
  position: relative;
  height: 33.33vw;
  width: 100%;
}

/* line 23, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.slice-container .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

/* line 33, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.slice-container .foreground {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 10;
}

/* line 41, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.slice-container .foreground .window {
  flex: 0 0 33.33%;
  height: 100%;
  border-left: 4px #ffffff solid;
  border-right: 4px #ffffff solid;
}

/* line 47, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.slice-container .foreground .window:first-child {
  border-left: none;
}

/* line 50, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_sliced-cta.scss */
.slice-container .foreground .window:last-child {
  border-right: none;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_call-us-cta.scss */
.call-bar {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  padding: 40px 0;
  background-color: #19272e;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  /* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_call-us-cta.scss */
  .call-bar {
    font-size: 16.8pt;
  }
}

/* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_call-us-cta.scss */
.call-bar strong {
  font-weight: 600;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-bar {
  padding: 40px 0;
  background-color: rgba(25, 39, 46, 0.4);
}

/* line 5, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-bar .content {
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 300;
}

/* line 11, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-bar h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
}

@media screen and (max-width: 800px) {
  /* line 11, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
  .contact-bar h3 {
    font-size: 16.8pt;
  }
}

/* line 17, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .ajax-loader {
  display: none !important;
}

/* line 20, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 26, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row:last-child {
  margin-bottom: 0;
}

.contact-form .flex-row > p{
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.contact-page#main .main-content .flex-row > p{
	margin-bottom: 0;
}

/* line 29, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row .wpcf7-form-control-wrap {
  flex: 0 0 100%;
}

/* line 31, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row .wpcf7-form-control-wrap input,
.contact-form .flex-row .wpcf7-form-control-wrap textarea,
.contact-form .flex-row .wpcf7-form-control-wrap select {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 12.8pt;
  line-height: 1.65;
  font-size: 12pt;
  font-weight: 300;
  width: 100%;
  padding: 15px 25px;
  margin: 0;
  border: #ffffff 1px solid;
  border-radius: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  height: 55px;
  -webkit-appearance: none;
}

/* line 47, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row .wpcf7-form-control-wrap input::placeholder,
.contact-form .flex-row .wpcf7-form-control-wrap textarea::placeholder,
.contact-form .flex-row .wpcf7-form-control-wrap select::placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 52, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row .wpcf7-form-control-wrap select::-ms-expand {
  display: none;
}

/* line 55, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row .wpcf7-form-control-wrap textarea {
  height: 170px;
  resize: vertical;
	overflow: auto;
}

/* line 59, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row .wpcf7-form-control-wrap select option {
  color: #111F25;
}

/* line 63, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row #submit {
  outline: none;
}

/* line 69, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row.three .wpcf7-form-control-wrap {
  flex: 0 0 32%;
}

/* line 72, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row.three .wpcf7-form-control-wrap input {
  width: 100%;
}

.contact-form .flex-row .checkbox-intro{
	width:100%;
	clear:both;
}

.contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox{
	
}

.contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item{
	margin-left:0;
	margin-right:50px;
}

.contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox label{
	float: left;
	position: relative;
}

.contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label{
	float: left;
	padding-left: 25px;
	cursor: pointer;
}
				
.contact-form .flex-row .wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox]{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	position: absolute;
	left: 0;
	width: auto;
	top: 7px;
	height: auto;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
  /* line 68, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
  .contact-form .flex-row.three {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  /* line 79, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
  .contact-form .flex-row.three .wpcf7-form-control-wrap {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

/* line 86, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row.two .wpcf7-form-control-wrap {
  flex: 0 0 49%;
}

/* line 89, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row.two .wpcf7-form-control-wrap input {
  width: 100%;
}

@media screen and (max-width: 800px) {
  /* line 85, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
  .contact-form .flex-row.two {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  /* line 96, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
  .contact-form .flex-row.two .wpcf7-form-control-wrap {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

/* line 102, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_contact_form.scss */
.contact-form .flex-row.center {
  justify-content: center;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar {
  padding: 40px 0;
  position: relative;
  background-color: #EEF0F2;
  overflow: hidden;
}

/* line 8, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar ul {
  list-style: none;
  padding-left: 0;
}

/* line 15, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar > .content-width.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/* line 23, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar > .content-width.background img {
  position: relative;
  top: 15%;
  left: -300px;
  right: 0;
  bottom: 0;
  max-height: 70%;
}

/* line 35, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .content-width {
  position: relative;
  z-index: 10;
}

/* line 40, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .slider-wrapper {
  width: 100%;
}

/* line 49, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .slider-wrapper .slide {
  text-align: center;
  padding: 40px 0;
}

/* line 54, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .slider-wrapper .slide .quote {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 20pt;
  line-height: 2;
  font-style: italic;
  margin-bottom: 20px;
}

/* line 62, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .slider-wrapper .slide .meta {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 12.8pt;
  line-height: 1.5625;
}

/* line 65, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .slider-wrapper .slide .meta .author {
  font-weight: 700;
}

/* line 77, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* line 81, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .slick-dots li {
  margin: 5px;
  outline: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: #111F25 1px solid;
  cursor: pointer;
  transition: background-color 0.5s;
}

/* line 93, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .slick-dots li button {
  display: none;
}

/* line 96, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-slider-bar.scss */
.testimonial-slider-bar .slick-dots li.slick-active {
  background-color: #111F25;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_logo-bar.scss */
.logo-bar {
  background-color: #ffffff;
  padding: 20px 0;
}

/* line 4, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_logo-bar.scss */
.logo-bar .content-width {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-100%);
  opacity: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: transform 0.5s, opacity 0.5s;
}

/* line 17, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu ul {
  list-style: none;
  padding-left: 0;
}

/* line 21, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu.active {
  transform: translateX(0%);
  opacity: 1;
}

/* line 25, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .exit-button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e60023;
  padding: 30px;
  z-index: 10;
  transition: background-color 0.5s;
  cursor: pointer;
}

/* line 35, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .exit-button:hover {
  background-color: #cd001f;
}

/* line 37, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .exit-button:hover .icon {
  transform: scale(1);
}

/* line 42, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .exit-button .icon {
  width: 30px;
  height: 2px;
  transition: transform 0.5s;
  transform: scale(0.9);
  position: relative;
  top: -2px;
}

/* line 52, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .exit-button .icon .line {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
}

/* line 59, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .exit-button .icon .line:first-child {
  position: relative;
  top: 2px;
  transform: rotate(-45deg);
}

/* line 68, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .left {
  flex: 0 0 25%;
  text-align: center;
  height: 100%;
}

/* line 72, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .left .menu-mega-menu-left-container {
  height: 100%;
}

/* line 75, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .left .menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

/* line 80, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .left .menu li {
  flex: 1 0 1px;
  background-color: #1c1c1c;
  border: 1px solid #111F25;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: background-color 0.5s;
}

/* line 95, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .left .menu li:hover {
  background-color: #111;
}

/* line 98, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .left .menu li:last-child {
  border-bottom: 1px solid #111F25;
}

/* line 101, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .left .menu li a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16pt;
}

/* line 113, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .products {
  flex: 0 0 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 119, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .products > .product {
  flex: 0 0 50%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}

/* line 136, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .products > .product:before {
  z-index: 1;
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  opacity: 0.8;
  transition: opacity 0.5s;
}

/* line 151, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .products > .product:hover:before {
  opacity: 0.2;
}

/* line 155, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
#mega-menu .products > .product p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16pt;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  /* line 171, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .left .menu li a {
    font-size: 13pt;
  }
  /* line 178, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .products > .product {
    flex: 0 0 50%;
  }
  /* line 181, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .products > .product p {
    font-size: 13pt;
  }
}

@media screen and (max-width: 800px) {
  /* line 191, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .left {
    flex: 0 0 30%;
  }
  /* line 195, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .left .menu li a {
    font-size: 12pt;
  }
  /* line 201, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .products {
    flex: 0 0 70%;
  }
  /* line 203, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .products > .product {
    flex: 0 0 50%;
  }
  /* line 206, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .products > .product p {
    font-size: 12pt;
  }
}

@media screen and (max-width: 600px) {
  /* line 215, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .exit-button {
    padding: 25px 12px;
    cursor: pointer;
  }
  /* line 218, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .exit-button .icon {
    transform: scale(0.85);
  }
  /* line 222, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .left {
    flex: 0 0 35%;
  }
  /* line 226, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .left .menu li a {
    font-size: 11pt;
  }
  /* line 232, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .products {
    flex: 0 0 65%;
  }
  /* line 234, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .products > .product {
    flex: 0 0 100%;
  }
  /* line 237, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_mega-menu.scss */
  #mega-menu .products > .product p {
    font-size: 11pt;
    text-align: left;
    width: 100%;
    padding-left: 20px;
  }
}

/* line 2, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
.title-bar .text-wrapper {
  height: 150px;
}

/* line 4, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
.title-bar .text-wrapper h1 {
  color: #111F25;
}

/* line 8, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
.title-bar .wrapper {
  height: 500px;
  background-size: cover;
  background-position: center;
}

/* line 13, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
.title-bar .content-width {
  height: 100%;
}

/* line 16, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
.title-bar h1 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  font-size: 38.4pt;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  /* line 16, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
  .title-bar h1 {
    font-size: 16.8pt;
  }
}

@media screen and (max-width: 800px) {
  /* line 16, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
  .title-bar h1 {
    font-size: 26.88pt;
  }
}

/* line 25, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
.title-bar-map iframe {
  width: 100%;
  height: 400px;
  display: block;
  filter: grayscale(100%);
}

@media screen and (max-width: 800px) {
  /* line 36, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
  .title-bar .wrapper {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  /* line 43, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
  .title-bar .wrapper {
    height: 300px;
  }
}

@media screen and (max-width: 600px) {
  /* line 50, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_title-bar.scss */
  .title-bar .wrapper {
    height: 250px;
  }
}

/* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta .split {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

/* line 14, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta .split > .container {
  flex: 1 1 50%;
}

/* line 18, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta .split .padding-wrapper {
  width: 100%;
}

@media screen and (max-width: 800px) {
  /* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
  .split-2-cta .split {
    flex-wrap: wrap;
  }
  /* line 23, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
  .split-2-cta .split > .container {
    flex: 0 0 100%;
  }
}

/* line 29, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta .text-container .content-width {
  padding-right: 40px;
  height: 100%;
}

/* line 33, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta .text-container .text {
  height: 100%;
}

/* line 36, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta .text-container .padding-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
}

/* line 41, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta .text-container h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
}

@media screen and (max-width: 800px) {
  /* line 41, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
  .split-2-cta .text-container h3 {
    font-size: 16.8pt;
  }
}

/* line 44, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta .text-container strong {
  font-weight: 600;
  color: #7ba0af;
}

@media screen and (max-width: 800px) {
  /* line 49, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
  .split-2-cta .text-container .content-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin: auto !important;
  }
  /* line 56, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
  .split-2-cta .text-container .padding-wrapper {
    padding: 0 !important;
  }
}

/* line 62, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta .image-container {
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*
        .content-width-huge{
            height: 100%;
            padding: 0;
        }
        .image{
            height: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
        */
}

@media screen and (max-width: 800px) {
  /* line 62, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
  .split-2-cta .image-container {
    height: 400px;
  }
}

/* line 87, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta.image-left .split {
  flex-direction: row-reverse;
}

/* line 90, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta.image-left .split .content-width.left {
  margin-left: 0;
  margin-right: auto;
}

/* line 94, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta.image-left .split .content-width.right {
  margin-right: 0;
  margin-left: auto;
}

/* line 101, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta.image-left .text-container .content-width {
  padding-right: 10px;
  padding-left: 40px;
}

/* line 105, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_split-2-cta.scss */
.split-2-cta.image-left .text-container .padding-wrapper {
  padding-right: 0;
  padding-left: 40px;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_content-section.scss */
.mini-content-section {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EEF0F2;
}

/* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_content-section.scss */
.mini-content-section h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
}

@media screen and (max-width: 800px) {
  /* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_content-section.scss */
  .mini-content-section h3 {
    font-size: 16.8pt;
  }
}

/* line 10, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_content-section.scss */
.mini-content-section p {
  font-weight: 600;
  color: #7ba0af;
}

/* line 16, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_content-section.scss */
.content-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #EEF0F2;
}

/* line 21, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_content-section.scss */
.content-section h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
}

@media screen and (max-width: 800px) {
  /* line 21, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_content-section.scss */
  .content-section h3 {
    font-size: 16.8pt;
  }
}

@media screen and (max-width: 1000px) {
  /* line 21, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_content-section.scss */
  .content-section h3 {
    font-size: 16pt;
  }
}

/* line 2, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_image-title-bar.scss */
.image-title-bar .wrapper {
  height: 550px;
  background-size: cover;
  background-position: center;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content {
  position: relative;
  top: -150px;
}

/* line 4, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 18, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .background .top {
  flex: 0 0 150px;
}

/* line 21, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .background .bottom {
  flex: 1 0 1px;
  background-color: #EEF0F2;
}

/* line 26, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .foreground {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* line 30, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .foreground .content-width {
  padding: 40px 120px;
  background-color: #ffffff;
}

@media screen and (max-width: 800px) {
  /* line 30, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
  .testimonial-split-content .foreground .content-width {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 39, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .foreground .meta {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  color: #111F25;
  margin-bottom: 10px;
}

/* line 44, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .foreground .title h1 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  font-weight: 300;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 44, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
  .testimonial-split-content .foreground .title h1 {
    font-size: 16.8pt;
  }
}

/* line 49, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .foreground .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* line 214, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.testimonial-split-content .foreground .content h1, .testimonial-split-content .foreground .content h2, .testimonial-split-content .foreground .content h3, .testimonial-split-content .foreground .content h4, .testimonial-split-content .foreground .content h5, .testimonial-split-content .foreground .content h6 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
}

@media screen and (max-width: 800px) {
  /* line 214, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
  .testimonial-split-content .foreground .content h1, .testimonial-split-content .foreground .content h2, .testimonial-split-content .foreground .content h3, .testimonial-split-content .foreground .content h4, .testimonial-split-content .foreground .content h5, .testimonial-split-content .foreground .content h6 {
    font-size: 16.8pt;
  }
}

/* line 217, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.testimonial-split-content .foreground .content h1 {
  font-size: 40pt;
}

/* line 220, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.testimonial-split-content .foreground .content h2 {
  font-size: 37pt;
}

/* line 223, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.testimonial-split-content .foreground .content h3 {
  font-size: 32pt;
}

/* line 226, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.testimonial-split-content .foreground .content h4 {
  font-size: 22pt;
}

/* line 229, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.testimonial-split-content .foreground .content h5 {
  font-size: 18pt;
}

/* line 232, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.testimonial-split-content .foreground .content h6 {
  font-size: 16pt;
}

/* line 235, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.testimonial-split-content .foreground .content strong {
  font-weight: 500;
}

/* line 238, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
.testimonial-split-content .foreground .content em {
  font-style: italic;
}

/* line 54, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .foreground .content .image {
  flex: 0 0 50%;
}

/* line 58, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .foreground .content .text {
  text-align: left;
  flex: 0 0 100%;
}

/* line 61, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .foreground .content .text .padding-wrapper {
  padding-left: 20px;
}

/* line 67, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .back-button-container {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -150px;
  background-color: #EEF0F2;
}

/* line 77, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .back-button-container .whitespace {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 20px;
  padding: 0;
}

/* line 86, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_testimonial-split-content.scss */
.testimonial-split-content .back-button-container .bn-button {
  position: relative;
  top: 10px;
}

/* line 2, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-slider .slick-track {
  background-color: #EEF0F2;
}

/* line 5, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-slider .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 38%;
  color: transparent;
  font-size: 0px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.5s;
}

/* line 18, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-slider .slick-arrow:hover {
  opacity: 1;
}

/* line 23, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-slider .slick-prev {
  left: 15px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #ffffff;
}

/* line 31, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-slider .slick-next {
  right: 15px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ffffff;
}

/* line 45, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .top {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 49, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .top .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  background-position: center;
  background-size: cover;
}

/* line 56, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .top .foreground {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(25, 39, 46, 0.8);
  opacity: 0;
  z-index: 20;
  transition: transform .7s, opacity .7s;
  transform: translateY(100%);
}

/* line 66, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .top .foreground .content {
  position: absolute;
  bottom: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 12.8pt;
  line-height: 1.65;
  font-weight: 300;
  font-size: 13pt;
  padding: 10px;
  color: #ffffff;
}

/* line 77, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container:hover .foreground {
  transform: translateY(0%);
  opacity: 1;
}

/* line 81, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .bottom {
  padding: 25px;
  background-color: #EEF0F2;
}

/* line 84, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .bottom .title {
  position: relative;
  margin-bottom: 10px;
}

/* line 88, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .bottom .title:before {
  content: ' ';
  width: 120px;
  height: 3px;
  background-color: #111F25;
  display: block;
  position: absolute;
  bottom: -5px;
}

/* line 98, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .bottom .role {
  font-size: 13pt;
  display: inline-block;
  margin-bottom: 5px;
}

/* line 104, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .bottom .contact-details a, .team-member-container .bottom .contact-details p {
  font-size: 13pt;
  display: inline-block;
}

/* line 108, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .bottom .contact-details strong {
  margin-right: .5em;
}

/* line 114, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-slider.scss */
.team-member-container .bottom strong {
  font-weight: 600;
  display: inline-block;
  font-size: 13pt;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 {
  background-color: #19272e;
}

@media screen and (max-width: 600px) {
  /* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
  .meet-the-team-3 {
    /*height: 100vw;*/
  }
}

/* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider {
  position: relative;
}

/* line 10, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 600px) {
  /* line 10, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
  .meet-the-team-3 .team-3-slider .team-member-container {
    /*height: 100vw;*/
  }
}

/* line 18, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 33vw;
	min-height: 300px;
  /*
                transform: translateX(0%);
                transition: transform 0.5s;

                will-change: transform;
                */
}

/* line 30, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .main .background:hover { transform: scale(1.05); transition: transform 0.3s;}
.team-member-container .top .background:hover { transform: scale(1.05); transition: transform 0.3s;}

.meet-the-team-3 .team-3-slider .team-member-container .main .background {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
	z-index: 19;
}

/* line 37, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .rollover {
  /*z-index: 2;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                transform: translateX(-100%);
                will-change: transform;
                transition: transform 0.5s;*/
	padding: 20px;
	background-color: #fff;
	position: relative;
	z-index: 20;
}

/* line 50, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .rollover .padding-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 59, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .rollover .padding-wrapper * {
  width: 100%;
}

/* line 63, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .rollover strong {
  font-weight: 600;
}

/* line 67, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .rollover .title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  /* line 67, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
  .meet-the-team-3 .team-3-slider .team-member-container .rollover .title {
    font-size: 16.8pt;
  }
}

/* line 72, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .rollover .title:before {
  content: ' ';
  width: 120px;
  height: 3px;
  background-color: #111F25;
  display: block;
  position: absolute;
  bottom: -5px;
}

/* line 81, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .rollover .title strong {
  font-weight: 300;
}

/* line 95, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container.rolled-over {
  /*
                .main{
                    transform: translateX(100%);
                }
                .rollover{
                    transform: translateX(0%);
                }
                */
}

/* line 105, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .swipe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translatex(100%);
  transition: transform .5s;
}

/* line 116, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .swipe.swipe-bg {
  background-color: #fff;
  transition-delay: 0.1s;
}

/* line 120, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container .swipe.swipe-fg {
  background-color: #19272e;
  transition-delay: 0s;
}

/* line 126, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container.slides-in .swipe {
  transform: translatex(0%);
}

/* line 128, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container.slides-in .swipe.swipe-bg {
  transition-delay: 0s;
}

/* line 131, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_meet-the-team-3.scss */
.meet-the-team-3 .team-3-slider .team-member-container.slides-in .swipe.swipe-fg {
  transition-delay: 0.1s;
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_image-content-bar.scss */
.image-content-bar {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 4, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_image-content-bar.scss */
.image-content-bar .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
}

/* line 11, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_image-content-bar.scss */
.image-content-bar .wrapper .content {
  margin: 0;
}

/* line 13, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_image-content-bar.scss */
.image-content-bar .wrapper .content h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  text-align: center;
  padding: 80px 40px;
}

@media screen and (max-width: 800px) {
  /* line 13, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_image-content-bar.scss */
  .image-content-bar .wrapper .content h3 {
    font-size: 16.8pt;
  }
}

/* line 1, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-grid.scss */
.team-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 7, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/template-parts/_team-grid.scss */
.team-grid > .team-member-container {
  flex: 0 0 25%;
}

/* line 2, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content {
  position: relative;
  color: #ffffff;
}

/* line 6, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  z-index: 0;
}

/* line 15, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .background > .two {
  flex: 0 0 60%;
  background-color: #757d82;
}

/* line 19, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .background > .one {
  flex: 0 0 40%;
  background-color: #ffffff;
}

/* line 24, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .foreground {
  display: flex;
  justify-content: center;
  flex-direction: row;
  position: relative;
  z-index: 1;
}

/* line 30, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .foreground > .two { flex: 0 0 60%; background-color: #757d82;}

#click-square-disclaimer{ display: block; }

.meet-the-team-page#main .main-content { position: relative; color: #ffffff; height: 100%; }
.meet-the-team-page#main .main-content .background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; justify-content: center; flex-direction: row; z-index: 0; }
.meet-the-team-page#main .main-content .background > .half-one { width: 50%; float: left; background-color: #ffffff; }
.meet-the-team-page#main .main-content .background > .half-two { width: 50%; float: left; background-color: #757d82; }
.meet-the-team-page#main .main-content .foreground { position: relative; z-index: 1; }
.meet-the-team-page#main .main-content .foreground > .half-one { position: fixed; width: 50%; left: 0; background-color: #ffffff; }
.meet-the-team-page#main .main-content .foreground > .half-two { position: relative; overflow: hidden; width: 50%; float: right; background-color: #757d82;color: #111F25; }
.meet-the-team-page#main .main-content .foreground > .half-one .padding-wrapper { padding: 120px calc(50% - 250px); }
.meet-the-team-page#main .main-content p { margin-bottom: 1em; }
.meet-the-team-page#main .main-content .small { font-family: "Fira Sans", sans-serif; font-weight: 400; font-size: 10.8pt; line-height: 1.48148; }
.meet-the-team-page#main .main-content .bold { font-weight: 600; }
.team-title{ color: #202020; text-align: center; font-size: 3rem; }
.team-title-underline{ background-color: #202020; height: 4px; width: 170px; position: relative; left: calc(50% - 100px); margin: 15px 0 30px; }
.team-content{ color: #202020; font-size: 1.2rem; text-align: center; }
.team-teams-buttons { margin-top: 40px; }
.team-teams-button{ width: 100%; padding: 15px; border: 1px solid #202020; text-align: center; margin-bottom: 20px; }
.team-teams-button a{ color: #202020; transition: color 0.5s; font-weight: 400; }
.team-teams-button:hover { background-color: #d0dadc; border: 1px solid #d0dadc; }
.team-teams-button:hover a{ color: #202123; }
.team-buttons-disclaimer{ font-style: italic; color: #202020; text-align: center; padding-top: 20px; font-weight: 900; }
.side-arrows{ display: inline-block; padding-left: 0.5rem; }
.meet-the-team-page#main .scroll-container{ position: fixed; width: 50%; left: 0; color: #202020; bottom: 25px; text-align: center; }
.scroll-text{ font-size: 1rem; margin-bottom: 55px; }
.scroll-line{ width: 1px; height: 50px; margin-left: 50%; background-color: #202020;  }
.scroll-arrow-line-move{ animation: scroll-arrow 2s infinite; position: absolute; transition: height .5s; -webkit-transition: height .5s; -moz-transition: height .5s; -o-transition: height .5s; }
@keyframes scroll-arrow{
	0%		{top: auto; bottom: 0; height: 50px; }
	80% 	{top: auto; bottom: 0; height: 0px; }
	100%	{top: auto; bottom: 0; height: 50px; }
}
@media screen and (max-width: 960px), screen and (max-height: 540px)  {
	.team-home-height-respond{ margin-top: 0px!important; }
	.scroll-line{ margin-bottom: -50px; }

	.meet-the-team-page#main .main-content .foreground { flex-wrap: wrap; padding: 0; }
	.meet-the-team-page#main .main-content .foreground > .half-one { width: 100%; position: relative; }
	.meet-the-team-page#main .main-content .foreground > .half-two { width: 100%; position: relative; }
	.meet-the-team-page#main .scroll-container-wrapper {position: relative; margin-top: -100vh; height: 100vh; }
	.meet-the-team-page#main .scroll-container { width: 100%; position: relative; }
	@media screen and (max-height: 540px)  {
		.meet-the-team-page#main .scroll-container { width: auto; position: fixed; text-align: left; left: 25px; }
		.meet-the-team-page#main .scroll-line { margin-left: 50%; }
	}
	.meet-the-team-page#main .main-content h3 { font-family: "Fira Sans", sans-serif; font-weight: 200; font-size: 20pt; line-height: 1.33333; margin-bottom: .5em; }
	.side-arrows{ display: none; }
	.meet-the-team-page#main .main-content .foreground > .half-one .padding-wrapper { padding: 50px calc(50% - 250px) 70px; }
}
@media screen and (max-width: 800px) {
  .meet-the-team-page#main .main-content h3 { font-size: 16.8pt; }
}
@media screen and (max-height: 160px){ .meet-the-team-page#main .scroll-container { display: none; } }
@media screen and (max-width: 620px){ @media screen and (max-height: 560px){ .meet-the-team-page#main .scroll-container { display: none; } } }

/***************** TEAM MEMBER PAGE **********************/

.team-members-tp-container{ position: fixed; width: 70%; left: 0; bottom: -10px; z-index: 2; }
.team-member-page#main .main-content .foreground { position: relative; z-index: 1; width: 100%; }
.team-member-page#main .main-content .foreground > .half-one { position: fixed; width: 70%; background-color: #ffffff; }
.back-container{ position: absolute; top: 0; left: 40px; color: #202020; text-align: center; font-size: 1.4rem; text-transform: uppercase; cursor: pointer; z-index:10; }
.back-container-underline { width: 70px; height: 1px; margin-left: 17px; opacity: 0; background-color: #000000 }
/* .back-container:hover .back-container-underline{  opacity: 1; }*/
.back-container:after { content: ''; display: block; position: absolute; bottom: -5px; left: 0%; height: 3px; background-color: #e60023; width: 0%; transition: width 0.5s; }
.back-container:hover:after { width: 100%; }

.team-member-contact-info{ z-index:2; color: #202020; font-size: 1.2rem; text-align: center; bottom: 125px; position: fixed; }
.team-member-contact-info strong{ font-weight: 700; }
.team-member-phone-wrapper{ margin-bottom: 10px; margin-top: -5px; }
.team-member-phone{ position: relative; }
@media screen and (max-width: 960px){
	.team-member-phone:after { content: ''; display: block; position: absolute; bottom: -5px; left: 0%; height: 3px; background-color: #e60023; width: 0%; transition: width 0.5s; }
	.team-member-phone:hover:after { width: 100%; }
}
.team-member-email-wrapper{  }
.email-no-phone{ margin-bottom: 20px; }
.team-member-email{ position: relative; }
.team-member-email:after { content: ''; display: block; position: absolute; bottom: -5px; left: 0%; height: 3px; background-color: #e60023; width: 0%; transition: width 0.5s; }
.team-member-email:hover:after { width: 100%; }

.team-member-container{ position: relative; }
#team-member-details-wrapper{ position: relative; overflow-y: scroll; }
#team-member-details-wrapper::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); box-shadow: inset 0 0 6px rgba(0,0,0,.3); border-radius: 10px; background-color: #F5F5F5; }
#team-member-details-wrapper::-webkit-scrollbar{ width: 0!important; background-color: #F5F5F5; overflow: -moz-scrollbars-none; }
#team-member-details-wrapper::-webkit-scrollbar-thumb{ border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #202020; }
.team-member-title{ color: #202020; text-align: center; font-size: 2rem; max-width: 800px; left: calc(50% - 400px); position: relative; padding-top: 50px; }
.team-member-title-underline{ background-color: #202020; height: 4px; width: 170px; position: relative; left: calc(50% - 85px); margin: 0 0 10px; }
.team-member-role{ color: #202020; font-size: 1.2rem; text-align: center; max-width: 800px; left: calc(50% - 400px); position: relative; }
.team-member-description{ max-width: 800px; position: relative; left: calc(50% - 400px); padding: 35px 0 200px 0; }
.team-member-description p{ color: #202020; font-size: 0.8rem; text-align: center; font-weight: 400; }
.team-member-description p strong{ font-weight: 700; }
.team-member-overlay-fade{ z-index: 1; display: block; position: fixed; width: 70%; height: 150px; background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); bottom: 220px; }
.team-member-hide-scroll-overlay{ z-index: 1; display: block; position: fixed; height: 100%; width: 20px; right: 30%; background-color: #ffffff;  }

.team-member-page#main .main-content .foreground > .half-two { position: fixed; width: 30%; right: 0; background-color: #ffffff; color: #111F25; }
.team-member-image-wrapper{ position: relative; overflow: hidden; height: 100vh; }
.team-member-image{ width:100%; height: 100%; }
img.ri { z-index: 2; position: absolute; top: 10%; left: 10%; min-width: 100%; max-height: 200%; min-height: 100%; max-width: 200%; }
img.ri:empty { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.team-members-carousel-image{ width: 100%; height: 100px; background-size: cover; background-position: center; }
.team-members-carousel-image-overlay{ display: none; background-color: rgba(0,0,0,0.5); width: 100%; height: 100%; position: absolute; font-size: 0.8rem; color: #ffffff; text-align: center; padding: 40px 5px 0; }
.team-member-image-container:hover .team-members-carousel-image-overlay{ display: block; }

.team-five-slider .slick-prev{ font-size: 0; background: transparent url(../../img/assets/Prev-3.png) no-repeat 0 0; height: 40px; bottom: 130px; left: 10px; position: absolute; padding: 40px; border: 1px solid transparent; background-position: calc(50% - 2px) 11px; /* border-radius: 100px; */ }
.team-five-slider .slick-prev:hover{ /* border: 1px solid #202020; background-position: calc(50% - 2px) -61px; */ cursor: pointer; }
.team-five-slider .slick-prev:after { content: ''; display: block; position: absolute; bottom: -5px; left: 0%; height: 3px; background-color: #e60023; width: 0%; transition: width 0.5s; }
.team-five-slider .slick-prev:hover:after { width: 100%; }
.team-five-slider .slick-next{ font-size: 0; background: transparent url(../../img/assets/Next-3.png) no-repeat 0 0; height: 40px; bottom: 130px; right: 10px; position: absolute; padding: 40px; border: 1px solid transparent; background-position: calc(50% + 2px) 11px; /* border-radius: 100px; */ }
.team-five-slider .slick-next:hover{ /* border: 1px solid #202020; background-position: calc(50% + 2px) -61px; */ cursor: pointer; }
.team-five-slider .slick-next:after { content: ''; display: block; position: absolute; bottom: -5px; left: 0%; height: 3px; background-color: #e60023; width: 0%; transition: width 0.5s; }
.team-five-slider .slick-next:hover:after { width: 100%; }

@media screen and (max-width: 1142px){
	.team-member-title, .team-member-role, .team-member-description{ max-width: 650px; left: calc(50% - 325px); }
}
@media screen and (max-width: 960px), screen and (max-height: 540px){
	.team-member-title, .team-member-role, .team-member-description{ max-width: 600px; left: calc(50% - 300px); }
	.team-member-description{ padding: 50px 0 50px 0; }
	.team-member-page#main .main-content .foreground > .half-one { position: relative; width: 100%; }
	.team-member-page#main .main-content .foreground > .half-two { position: relative; width: 100%; overflow: hidden; }
	.team-member-page#main .main-content .foreground > .half-one .padding-wrapper { padding: 70px calc(50% - 300px) 110px; }
	.back-container { left: 20px; }
	.team-members-tp-container{ position: relative; width: 100%; left: 0; bottom: -9px; z-index: 1; overflow: visible; }
	.team-members-carousel-image{ height: 150px; }
	.team-members-carousel-image-overlay{ padding: 60px 5px 0; }
	.team-five-slider .slick-prev, .team-five-slider .slick-next{ bottom: 180px; }
	.team-members-carousel-image-overlay{ font-size: 1rem; padding: 25% 5px 0;  }
	.team-member-overlay-fade{ display: none; }
	.team-member-contact-info{ position: absolute; bottom: 15px; }
	.team-member-hide-scroll-overlay{ display: none; }
}
@media screen and (max-width: 600px){
	.team-member-title, .team-member-role, .team-member-description{ max-width: 600px; left: 0; padding: 0 10px ; }
	.team-member-description{ padding: 50px 10px 50px ; }
	.team-five-slider .slick-prev, .team-five-slider .slick-next{ bottom: 180px; }
}
@media screen and (max-width: 500px){
	.team-members-carousel-image{ height: 200px; }
	.team-members-carousel-image-overlay{ padding: 80px 5px 0; }
  .team-five-slider .slick-prev, .team-five-slider .slick-next{ bottom: 230px; }
}

/* line 33, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .foreground > .two .padding-wrapper {
  padding: 120px 40px;
  padding-right: 80px;
}

/* line 38, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .foreground > .one {
  color: #111F25;
  flex: 0 0 40%;
  background-color: #ffffff;
}

/* line 42, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .foreground > .one .padding-wrapper {
  padding: 120px 40px;
}

@media screen and (max-width: 1100px) {
  /* line 24, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
  .contact-page#main .main-content .foreground {
    flex-wrap: wrap;
    padding: 0;
  }
  /* line 49, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
  .contact-page#main .main-content .foreground > .two {
    flex: 0 0 100%;
  }
  /* line 52, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
  .contact-page#main .main-content .foreground > .one {
    flex: 0 0 100%;
  }
}

/* line 57, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .contact-form .flex-row.one.center {
  justify-content: flex-start;
}

/* line 61, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  margin-bottom: .5em;
}

@media screen and (max-width: 800px) {
  /* line 61, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
  .contact-page#main .main-content h3 {
    font-size: 16.8pt;
  }
}

/* line 66, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content p {
  margin-bottom: 1em;
}

/* line 70, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .small {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 10.8pt;
  line-height: 1.48148;
}

/* line 73, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content .bold {
  font-weight: 600;
}

/* line 76, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content a {
  color: #7ba0af;
  transition: color 0.5s;
  font-weight: 600;
}

/* line 80, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.contact-page#main .main-content a:hover {
  color: #19272e;
}

/* line 87, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.social-icons-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  left: -10px;
}

/* line 96, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.social-icons-row .social-icon img {
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  width: auto;
}

/* line 103, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.social-icons-row .social-icon:first-child img {
  padding-left: 0;
}

/* line 106, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_contact.scss */
.social-icons-row .social-icon:last-child img {
  padding-right: 0;
}

/* line 8, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.filter-slider-container > .nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 20px;
}

/* line 13, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.filter-slider-container > .nav .category-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  color: #111F25;
  font-weight: 600;
  line-height: 0.9;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 2px solid #111F25;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: color 0.5s;
}

/* line 31, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.filter-slider-container > .nav .category-button:first-child {
  padding-left: 0;
}

/* line 34, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.filter-slider-container > .nav .category-button:last-child {
  padding-right: 0;
  border-right: 0;
}

/* line 38, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.filter-slider-container > .nav .category-button.active {
  color: #7ba0af;
}

/* line 50, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5vw;
}

/* line 57, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result {
  flex: 0 0 32%;
  display: block;
  opacity: 1;
  transition: opacity 0.5s;
}

/* line 64, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result.flip-up {
  opacity: 0;
}

/* line 68, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result.hidden {
  display: none;
}

/* line 71, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result > .padding-wrapper {
  position: relative;
  margin-top: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 78, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result:first-child > .padding-wrapper {
  margin-top: 0;
}

/* line 83, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 86, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result .image-container .image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  height: auto;
}

/* line 93, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result .image-container:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 1s;
}

/* line 104, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result:hover .image-container:before {
  opacity: 0.6;
}

/* line 109, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result .content-container {
  padding: 20px;
  color: #111F25;
}

/* line 112, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result .content-container .padding-wrapper {
  position: relative;
  z-index: 2;
}

/* line 117, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result .content-container .meta {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  color: inherit;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* line 123, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result .content-container .meta:before {
  content: ' ';
  width: 120px;
  height: 3px;
  background-color: #111F25;
  display: block;
  position: absolute;
  top: -30px;
}

/* line 134, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
.results-container .result .content-container .excerpt {
  font-weight: 300;
}

@media screen and (min-width: 550px) {
  /* line 142, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(1) {
    flex: 0 0 100%;
  }
  /* line 144, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(1) > .padding-wrapper {
    height: 500px;
  }
  /* line 147, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(1) .image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  /* line 151, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(1) .image-container:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.7+50,0.9+84 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 84%, rgba(0, 0, 0, 0.9) 100%);
  }
  /* line 162, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(1) .content-container {
    position: relative;
    z-index: 2;
    color: #ffffff;
  }
  /* line 166, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(1) .content-container .meta:before {
    background-color: #ffffff;
  }
  /* line 171, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(2),
  .results-container .result:nth-child(3),
  .results-container .result:nth-child(4),
  .results-container .result:nth-child(5) {
    flex: 0 0 49%;
  }
  /* line 181, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(2) .image-container,
  .results-container .result:nth-child(3) .image-container,
  .results-container .result:nth-child(4) .image-container,
  .results-container .result:nth-child(5) .image-container {
    position: relative;
  }
  /* line 183, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(2) .image-container .image-canvas,
  .results-container .result:nth-child(3) .image-container .image-canvas,
  .results-container .result:nth-child(4) .image-container .image-canvas,
  .results-container .result:nth-child(5) .image-container .image-canvas {
    position: static;
    height: 250px;
  }
  /* line 188, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(2) .content-container,
  .results-container .result:nth-child(3) .content-container,
  .results-container .result:nth-child(4) .content-container,
  .results-container .result:nth-child(5) .content-container {
    background-color: #EEF0F2;
    position: static;
  }
  /* line 196, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(6) .image-container,
  .results-container .result:nth-child(7) .image-container,
  .results-container .result:nth-child(8) .image-container {
    position: relative;
  }
  /* line 198, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(6) .image-container .image-canvas,
  .results-container .result:nth-child(7) .image-container .image-canvas,
  .results-container .result:nth-child(8) .image-container .image-canvas {
    position: static;
    height: 165px;
  }
  /* line 203, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result:nth-child(6) .content-container,
  .results-container .result:nth-child(7) .content-container,
  .results-container .result:nth-child(8) .content-container {
    background-color: #EEF0F2;
    position: static;
  }
}

@media screen and (max-width: 550px) {
  /* line 213, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result {
    flex: 0 0 100%;
  }
  /* line 215, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result .image-container {
    position: relative;
  }
  /* line 217, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result .image-container .image-canvas {
    position: static;
    height: 165px;
  }
  /* line 222, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_result-section.scss */
  .results-container .result .content-container {
    background-color: #EEF0F2;
    position: static;
  }
}

/* line 10, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body {
  padding: 40px 0;
}

/* line 13, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .title-container h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 13, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
  .testimonials-body .title-container h3 {
    font-size: 16.8pt;
  }
}

/* line 16, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .title-container h3 strong {
  font-weight: 600;
}

/* line 22, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .result {
  flex: 0 0 32%;
}

/* line 27, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .result:nth-child(1) > .padding-wrapper {
  height: auto;
  margin-top: 1.5vw;
}

/* line 31, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .result:nth-child(1) .image-container {
  position: relative;
}

/* line 35, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .result:nth-child(1) .image-container .image-canvas {
  height: 250px;
  position: static;
}

/* line 39, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .result:nth-child(1) .image-container:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 1s;
}

/* line 49, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .result:nth-child(1) .content-container {
  position: relative;
  color: #111;
  background-color: #EEF0F2;
  position: static;
}

/* line 55, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .result:nth-child(1) .content-container .meta:before {
  background-color: #111;
}

/* line 59, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .result:nth-child(1):hover .image-container:before {
  opacity: 0.6;
}

/* line 64, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .video-wrapper {
  flex: 0 0 100%;
}

/* line 66, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
.testimonials-body .results-container .video-wrapper video {
  margin-top: 1.5vw;
  height: 55.55vw;
  width: 100%;
  background-color: #333;
  display: block;
}

@media screen and (max-width: 800px) {
  /* line 79, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_testimonials-main.scss */
  .testimonials-body .results-container .result {
    flex: 0 0 100%;
  }
}

/* line 5, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase {
  width: 100%;
  height: 700px;
}

@media screen and (max-width: 900px) {
  /* line 5, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-showcase {
    height: auto;
  }
}

/* line 19, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail {
  position: relative;
  display: none;
}

/* line 22, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

/* line 30, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail .background:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 1s;
}

/* line 40, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail:hover .background:before {
  opacity: 0.6;
}

/* line 43, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail .foreground {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* line 49, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail .foreground .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #ffffff;
}

/* line 57, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail .foreground .meta {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* line 62, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail .foreground .meta:before {
  content: ' ';
  width: 120px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: -30px;
}

/* line 73, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail .foreground .excerpt {
  font-weight: 300;
}

/* line 81, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail:nth-child(1) {
  width: 50%;
  float: left;
  height: 100%;
  display: block;
}

/* line 87, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail:nth-child(2) {
  float: left;
  width: 50%;
  height: 50%;
  display: block;
}

/* line 93, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail:nth-child(3) {
  float: left;
  width: 25%;
  height: 50%;
  display: block;
}

/* line 99, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-showcase-square-thumbnail:nth-child(4) {
  float: left;
  width: 25%;
  height: 50%;
  display: block;
}

@media screen and (max-width: 900px) {
  /* line 107, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-showcase-square-thumbnail:nth-child(1) {
    width: 100%;
    height: 300px;
  }
  /* line 111, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-showcase-square-thumbnail:nth-child(2) {
    width: 100%;
    height: 300px;
  }
  /* line 115, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-showcase-square-thumbnail:nth-child(3) {
    width: 50%;
    height: 300px;
  }
  /* line 119, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-showcase-square-thumbnail:nth-child(4) {
    width: 50%;
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  /* line 127, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-showcase-square-thumbnail:nth-child(1) {
    width: 100%;
    height: 225px;
  }
  /* line 131, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-showcase-square-thumbnail:nth-child(2) {
    width: 100%;
    height: 225px;
  }
  /* line 135, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-showcase-square-thumbnail:nth-child(3) {
    width: 100%;
    height: 225px;
  }
  /* line 139, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-showcase-square-thumbnail:nth-child(4) {
    width: 100%;
    height: 225px;
  }
}

/* line 145, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-body-outer {
  background-color: #EEF0F2;
}

/* line 148, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1600px;
  margin: auto;
  float: none;
  background-color: #ffffff;
}

/* line 156, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-body .main {
  flex: 0 0 70%;
  padding-left: 3vw;
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 165, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-body .main .title-container h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 165, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-body .main .title-container h3 {
    font-size: 16.8pt;
  }
}

/* line 168, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-body .main .title-container h3 strong {
  font-weight: 600;
}

/* line 174, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-body .sidebar {
  flex: 0 0 25%;
}

/* line 186, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail {
  display: block;
}

/* line 189, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail.hidden {
  display: none;
}

/* line 192, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail > .padding-wrapper {
  position: relative;
  margin-top: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 199, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail:first-child > .padding-wrapper {
  margin-top: 0;
}

/* line 204, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail .image-container {
  position: relative;
  height: 170px;
}

/* line 207, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail .image-container .image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  height: auto;
}

/* line 217, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail .content-container {
  padding: 20px 0;
  color: #111F25;
}

/* line 220, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail .content-container .padding-wrapper {
  position: relative;
  z-index: 2;
}

/* line 225, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail .content-container .meta {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  color: inherit;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* line 231, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail .content-container .meta:before {
  content: ' ';
  width: 120px;
  height: 3px;
  background-color: #111F25;
  display: block;
  position: absolute;
  top: -30px;
}

/* line 242, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.blog-post-thumbnail .content-container .excerpt {
  font-weight: 300;
}

/* line 249, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.sidebar {
  background-color: #EEF0F2;
}

/* line 254, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.sidebar > section {
  padding: 40px;
}

@media screen and (max-width: 900px) {
  /* line 254, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .sidebar > section {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 261, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.sidebar .title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 261, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .sidebar .title {
    font-size: 16.8pt;
  }
}

/* line 264, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.sidebar .title strong {
  font-weight: 600;
}

/* line 270, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.sidebar .most-recent .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 276, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.sidebar .most-recent .content .blog-post-thumbnail {
  flex: 0 0 100%;
}

/* line 278, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.sidebar .most-recent .content .blog-post-thumbnail > .padding-wrapper {
  margin-top: 0;
}

/* line 286, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.site-main.single {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1600px;
  margin: auto;
  float: none;
  background-color: #ffffff;
}

/* line 294, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.site-main.single > .single-content {
  flex: 0 1 1200px;
}

/* line 297, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.site-main.single > .sidebar {
  flex: 0 0 400px;
  position: relative;
  z-index: 1;
  padding-top: 110px;
}

@media screen and (max-width: 900px) {
  /* line 286, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .site-main.single {
    flex-wrap: wrap;
  }
  /* line 305, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .site-main.single > .single-content {
    flex: 0 0 100%;
  }
  /* line 308, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .site-main.single > .sidebar {
    flex: 0 0 100%;
  }
}

/* line 315, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-title-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 325, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-title-bar.title-bar-image-bg, .single-title-bar.title-bar-content {
  height: 600px;
  width: 75%;
}

/* line 330, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-title-bar.title-bar-image-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  z-index: 0;
}

/* line 336, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-title-bar.title-bar-image-bg:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.7+50,0.9+84 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 84%, rgba(0, 0, 0, 0.9) 100%);
  content: ' ';
  display: block;
}

/* line 343, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-title-bar.title-bar-content {
  position: relative;
  top: -66px;
}

/* line 346, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-title-bar.title-bar-content .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
}

/* line 352, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-title-bar.title-bar-content .meta {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  color: inherit;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}

/* line 359, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-title-bar.title-bar-content .meta:before {
  content: ' ';
  width: 120px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: -30px;
}

/* line 370, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-title-bar.title-bar-content .title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  color: #ffffff;
  padding-bottom: 40px;
}

@media screen and (max-width: 800px) {
  /* line 370, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .single-title-bar.title-bar-content .title {
    font-size: 16.8pt;
  }
}

/* line 379, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.single-content .single-content-area {
  padding: 20px;
}

@media screen and (max-width: 900px) {
  /* line 387, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-body {
    flex-wrap: wrap;
  }
  /* line 389, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-body .main {
    flex: 0 0 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 394, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-body .sidebar {
    flex: 0 0 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 399, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-body .sidebar .most-recent .content > .blog-post-thumbnail {
    flex: 0 0 49%;
  }
}

@media screen and (max-width: 600px) {
  /* line 413, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
  .blog-body .sidebar .most-recent .content > .blog-post-thumbnail {
    flex: 0 0 100%;
  }
}

/* line 421, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_blog-main.scss */
.post-template-default.single {
  background-color: #EEF0F2;
}

/* line 3, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result {
  flex: 0 0 32%;
}

/* line 8, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:nth-child(1) > .padding-wrapper {
  height: auto;
  margin-top: 1.5vw;
}

/* line 12, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:nth-child(1) .image-container {
  position: relative;
}

/* line 16, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:nth-child(1) .image-container .image-canvas {
  height: 25vw;
  position: static;
  min-height: 300px;
}

/* line 21, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:nth-child(1) .image-container:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  transition: opacity 1s;
}

/* line 31, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:nth-child(1) .content-container {
  position: relative;
  color: #111;
  background-color: #ffffff;
  position: static;
}

/* line 37, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:nth-child(1) .content-container .meta:before {
  background-color: #111;
}

/* line 41, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:nth-child(1):hover .image-container:before {
  opacity: 0.6;
}

/* line 46, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result .content-container {
  background-color: #ffffff !important;
}

/* line 50, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:last-child {
  margin-right: auto;
  margin-left: 2%;
}

/* line 55, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:nth-child(3n) {
  margin-left: 0;
  margin-right: 0;
}

/* line 60, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search-results .results-container .result:nth-child(3n+1) {
  margin-left: 0;
}

/* line 68, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
body.search-results,
body.search-no-results {
  background-color: #EEF0F2;
}

/* line 75, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
body.search-results .search-intro h3,
body.search-no-results .search-intro h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 75, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
  body.search-results .search-intro h3,
  body.search-no-results .search-intro h3 {
    font-size: 16.8pt;
  }
}

/* line 86, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
body.search-no-results h3 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  font-size: 12pt;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  /* line 86, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
  body.search-no-results h3 {
    font-size: 16.8pt;
  }
}

/* line 93, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search {
  float: left;
  margin-bottom: 40px;
}

/* line 96, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search .search-form {
  float: left;
}

/* line 99, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search .search-form label {
  position: relative;
  display: block;
  float: left;
}

/* line 104, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search .search-form .search-submit,
.search .search-form .search-field {
  height: 35px;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  outline: none;
  border: none;
  background-color: #ffffff;
}

/* line 115, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search .search-form .search-submit,
.search .search-form .search-submit-pseudo {
  width: 35px;
  height: 35px;
}

/* line 120, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search .search-form .search-submit {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
}

/* line 129, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search .search-form .search-submit-pseudo {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  background-color: #ffffff;
  color: rgba(17, 31, 37, 0.8);
  font-size: 15px;
  border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 140, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_search.scss */
.search .search-form .search-field {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 9.6pt;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  color: rgba(17, 31, 37, 0.8);
  padding: 10px;
  width: 80%;
  width: calc(100% - 35px);
  border-radius: 0px;
  -webkit-appearance: none;
}

/* line 2, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_claims.scss */
#claims-split-cta-1 h1 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
  font-size: 60pt;
}

@media screen and (max-width: 800px) {
  /* line 2, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_claims.scss */
  #claims-split-cta-1 h1 {
    font-size: 16.8pt;
  }
}

@media screen and (max-width: 800px) {
  /* line 2, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_claims.scss */
  #claims-split-cta-1 h1 {
    font-size: 42pt;
  }
}

/* line 2, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_page_404.scss */
#main-text-404 p {
  margin-top: 40px;
}

/* line 5, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/page-tweaks/_page_404.scss */
#main-text-404 a {
  margin-bottom: 40px;
}

/* line 71, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
body > #page {
  margin-top: 66px;
}

/*******************************************************************************
Privacy Page GDPR Update 180523
*******************************************************************************/
/* line 81, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#gdpr li {
  line-height: 160%;
}

/* line 82, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#gdpr table {
  width: 100%;
}

/* line 83, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#gdpr table {
  margin-bottom: 20px;
  border-collapse: collapse;
}

/* line 85, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#gdpr table th {
  padding: 5px 10px;
  border: #333 solid 1px;
  background: #666;
  color: #fff !important;
}

/* line 86, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#gdpr table th p {
  color: #fff !important;
}

/* line 87, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#gdpr table td {
  padding: 5px 10px;
  border: #333 solid 1px;
  vertical-align: top;
}

/* line 88, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#gdpr table p {
  padding: 0;
  margin: 0;
  line-height: 160%;
}

/* line 93, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#main-text-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 214, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
#main-text-page h1, #main-text-page h2, #main-text-page h3, #main-text-page h4, #main-text-page h5, #main-text-page h6 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20pt;
  line-height: 1.33333;
}

@media screen and (max-width: 800px) {
  /* line 214, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
  #main-text-page h1, #main-text-page h2, #main-text-page h3, #main-text-page h4, #main-text-page h5, #main-text-page h6 {
    font-size: 16.8pt;
  }
}

/* line 217, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
#main-text-page h1 {
  font-size: 40pt;
}

/* line 220, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
#main-text-page h2 {
  font-size: 37pt;
}

/* line 223, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
#main-text-page h3 {
  font-size: 32pt;
}

/* line 226, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
#main-text-page h4 {
  font-size: 22pt;
}

/* line 229, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
#main-text-page h5 {
  font-size: 18pt;
}

/* line 232, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
#main-text-page h6 {
  font-size: 16pt;
}

/* line 235, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
#main-text-page strong {
  font-weight: 500;
}

/* line 238, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/_typography.scss */
#main-text-page em {
  font-style: italic;
}

/* line 97, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#main-text-page a {
  transition: color 0.5s;
}

/* line 99, C:/Users/h.laird/Desktop/Development Sites/NOVO/Development/bn/sass/main.scss */
#main-text-page a:hover {
  color: #7ba0af;
}

/*
*,
*:before,
*:after{
    border: red 1px solid;
    outline: red 1px solid;
}
*/

/*# sourceMappingURL=../css/compiled-sass/main.map */

.grecaptcha-badge{ display: none; }

.reviews-wrapper{
	margin: auto;
    padding: 50px 30px;
	text-align: center;
}