/* compiled by scssphp v0.0.12 on Mon, 07 Oct 2024 09:27:13 +1300 (0.4814s) */

/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Phone link */
/* Header */
/* 540px */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/* Main body */
html, body {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.2px;
  background-color: #fff;
}
em {
  color: inherit;
}
strong, b {
  font-weight: 600;
  /* Default links */
}
a {
  color: #000;
  font-weight: 600;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #b2b2b2;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
.center {
  text-align: center !important;
  /* Default headers */
}
h1, h2, h3 {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
article h1, h4, h5, h6 {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 49px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h2 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 20px 0;
}
h4, article h1 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
  letter-spacing: 1px;
  font-weight: 600;
}
.large {
  font-size: 125%;
}
h2.large {
  font-size: 49px;
}
.no-margin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.print-copyright {
  display: none;
  /* Backgrounds */
}
.background.light {
  background-color: #f5f6f7;
}
.background.dark {
  color: #fff;
  background-color: #000;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
}
.backgroundimage-content a {
  color: #b2b2b2;
}
.backgroundimage-content a:hover {
  color: #000;
  /* Borders */
}
.border, .divider, hr {
  border: solid #000 0px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
.content p + ul {
  margin-top: 0;
}
.content ul + p {
  margin-top: 1.8em;
}
.content ul > li:last-child {
  padding-bottom: 0;
  /* Quill Indent */
}
.content ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.content ol li:before {
  content: counter(list-0,decimal) '. ';
}
.content ol li.ql-indent-1 {
  counter-increment: list-1;
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.content ol li.ql-indent-1:before {
  content: counter(list-1,lower-alpha) '. ';
}
.content ol li.ql-indent-2 {
  counter-increment: list-2;
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.content ol li.ql-indent-2:before {
  content: counter(list-2,lower-roman) '. ';
}
.content ol li.ql-indent-3 {
  counter-increment: list-3;
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.content ol li.ql-indent-3:before {
  content: counter(list-3,decimal) '. ';
}
.content ol li.ql-indent-4 {
  counter-increment: list-4;
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.content ol li.ql-indent-4:before {
  content: counter(list-4,lower-alpha) '. ';
}
.content ol li.ql-indent-5 {
  counter-increment: list-5;
  counter-reset: list-6 list-7 list-8 list-9;
}
.content ol li.ql-indent-5:before {
  content: counter(list-5,lower-roman) '. ';
}
.content ol li.ql-indent-6 {
  counter-increment: list-6;
  counter-reset: list-7 list-8 list-9;
}
.content ol li.ql-indent-6:before {
  content: counter(list-6,decimal) '. ';
}
.content ol li.ql-indent-7 {
  counter-increment: list-7;
  counter-reset: list-8 list-9;
}
.content ol li.ql-indent-7:before {
  content: counter(list-7,lower-alpha) '. ';
}
.content ol li.ql-indent-8 {
  counter-increment: list-8;
  counter-reset: list-9;
}
.content ol li.ql-indent-8:before {
  content: counter(list-8,lower-roman) '. ';
}
.content ol li.ql-indent-9 {
  counter-increment: list-9;
}
.content ol li.ql-indent-9:before {
  content: counter(list-9,decimal) '. ';
}
.content ol li.ql-indent-1 {
  margin-left: 30px;
}
.content ul li.ql-indent-1 {
  margin-left: 30px;
}
.content ol li.ql-indent-2 {
  margin-left: 60px;
}
.content ul li.ql-indent-2 {
  margin-left: 60px;
}
.content ol li.ql-indent-3 {
  margin-left: 90px;
}
.content ul li.ql-indent-3 {
  margin-left: 90px;
}
.content ol li.ql-indent-4 {
  margin-left: 120px;
}
.content ul li.ql-indent-4 {
  margin-left: 120px;
}
.content ol li.ql-indent-5 {
  margin-left: 150px;
}
.content ul li.ql-indent-5 {
  margin-left: 150px;
}
.content ol li.ql-indent-6 {
  margin-left: 180px;
}
.content ul li.ql-indent-6 {
  margin-left: 180px;
}
.content ol li.ql-indent-7 {
  margin-left: 210px;
}
.content ul li.ql-indent-7 {
  margin-left: 210px;
}
.content ol li.ql-indent-8 {
  margin-left: 240px;
}
.content ul li.ql-indent-8 {
  margin-left: 240px;
}
.content ol li.ql-indent-9 {
  margin-left: 270px;
}
.content ul li.ql-indent-9 {
  margin-left: 270px;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0px;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  pointer-events: none;
  /* Standard page elements for laying out the main content of a website. */
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #fff;
}
.container-main-title .content {
  padding-top: 315px !important;
  padding-bottom: 0px !important;
  width: 65%;
}
.container-main-title .content h1:first-child, .container-main-title .content h2:first-child, .container-main-title .content h3:first-child, .container-main-title .content h4:first-child, .container-main-title .content h5:first-child, .container-main-title .content h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
.container-main-title:not(#services-title-container, #our-people-title-container, #news-title-container) .content *:nth-last-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.container-main-title#our-people-title-container .content {
  padding-bottom: 20px !important;
}
.container-main-title#news-title-container .content, .container-main-title#news-items-title-container .content {
  padding-bottom: 40px !important;
}
.container-main-title .backgroundimage-image:after {
  content: '';
  position: absolute;
  width: calc((100% - 2290px) / 2 + 0.665 * 2290px);
  height: calc(100% - 260px);
  left: 0;
  top: 260px;
  background: -moz-linear-gradient(0deg, #fff 0%, #e1dfe4 100%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, #fff 0%, #e1dfe4 100%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, #e1dfe4 100%, rgba(0, 0, 0, 0) 100%);
}
.wrap {
  width: 100%;
  max-width: 2290px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  /* Mobile quick call */
}
#mobile-link {
  display: none;
}
#mobile-link a {
  display: inline-block;
  color: #fff;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  height: 130px;
  line-height: 130px;
  z-index: 700;
}
#mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  /* Header */
}
#container-header {
  background-color: #231f20;
  position: relative;
  z-index: 999;
}
#header {
  height: 130px;
  color: #fff;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 130px;
  line-height: 130px;
  display: inline-block;
  padding-left: 0;
  max-width: 340px;
}
#header #logo img {
  vertical-align: middle;
  margin-top: -5px;
}
#header #mobile-logo {
  display: none;
  float: left;
  height: 130px;
  line-height: 130px;
  padding-left: 0;
  max-width: 340px;
}
#navigation {
  float: right;
  height: 130px;
  color: #fff;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3.2px;
  line-height: 130px;
  color: #fff;
}
#mobile-navigation {
  color: #fff;
  display: none;
}
#mobile-navigation a {
  color: #fff;
  text-transform: uppercase;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 130px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a {
  float: left;
  display: inline-block;
  height: 130px;
  line-height: 130px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 0px;
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 130px;
  line-height: 130px;
  font-weight: 300;
}
#navigation .material-icons {
  line-height: 130px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #fff;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul > li.drop > a:hover:after {
  height: 0px;
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 5px;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 130px;
  height: 130px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 130px;
  left: 0px;
  display: none;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 10px 0;
  background-color: #231f20;
  z-index: 897;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 14px;
}
#navigation .sub-nav li a:after {
  display: none;
}
#navigation .drop a:after {
  display: none;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  font-weight: 400;
  width: 220px;
  height: auto;
  line-height: 18px;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  color: #fff;
  background: none;
  padding: 12px 27px;
  text-transform: none;
  background-color: #231f20;
  border-bottom: solid #231f20 0px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #b2b2b2;
  border-bottom: solid #b2b2b2 0px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#navigation li > a {
  position: relative;
}
#navigation li > a:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #fff;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: 0.3s;
}
.click-open:after {
  display: none;
}
#navigation li > a:hover:after {
  width: 100px;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  /* Mobile menu button */
}
#mobile-menu {
  float: right;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #fff;
  line-height: 130px;
  padding: 0 0 0 5px;
  font-size: 24px;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 33px;
  vertical-align: middle;
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.8;
  text-align: right;
  color: #fff;
  background-color: #000;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
}
.backgroundimage-container {
  color: #000 !important;
  /* Random images */
}
#container-flash.random-image {
  color: #fff;
  text-align: center;
  padding: 120px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  text-align: left;
  padding: 30px 50px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1 {
  color: #fff;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
#container-flash.backgroundimage-container .backgroundimage-content p {
  color: #fff;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 130%;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin-top: 30px;
  /* Rotating images */
}
.sliderimg .backgroundimage-content .wrap {
  max-width: 1160px;
}
.sliderimg .slidertext {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
  width: 100%;
}
.sliderimg .slidertext h2 {
  color: #b2b2b2;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
.sliderimg .slidertext h3 {
  color: #fff;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.8;
  padding: 16px 0 4px 0;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.8;
  padding: 30px 0;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
}
.container-main-title .backgroundimage-image img {
  top: 0 !important;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.8;
  padding: 30px 0;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top .backgroundimage-image {
  height: 465px;
  position: relative;
}
.container-main-top .backgroundimage-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-main-top .backgroundimage-image img {
  position: unset;
  object-fit: cover;
  max-height: 101%;
  max-width: 100%;
}
.container-main + .container-main {
  border-top: none;
}
.container-main-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  /* Main content area with layouts
.container-main {
border-top: 1px solid rgba(0,0,0,0.05);
} */
}
.content {
  line-height: 1.8;
  padding: 30px 0;
}
.content h1 {
  color: #000;
}
.content article h1 {
  color: inherit;
}
.content h5:before, .content h6:before {
  display: inline-block;
  color: #b2b2b2;
  padding-right: 5px;
}
.content h5:first-of-type, .content h6:first-of-type {
  padding-top: 15px;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
  text-align: justify;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 47.5%;
}
.layout.main {
  float: left;
  width: 64%;
}
.layout.side {
  float: left;
  width: calc(33.5% - 15px);
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 5%;
}
.layout.third.gap {
  margin-left: 5%;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.8;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
  /* Main areas spacing */
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.8;
  padding: 30px 0;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
}
.container-main + .container-main-bottom .content {
  padding-top: 30px;
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.backgroundimage-image img {
  height: 100%;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container-main-top.backgroundimage-container .content {
  padding-top: 0;
  padding-bottom: 0;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 30px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 30px;
  /* Image boxes */
}
.imageboxes.textunder .module-image {
  position: relative;
}
.imageboxes.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #b2b2b2;
}
.imageboxes.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #b2b2b2;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.imageboxes.textunder .imagebox-item:hover .module-image:after {
  opacity: 0.7;
}
.imageboxes.textunder .module-image .view {
  display: none;
}
.imageboxes.textunder .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.imageboxes.textunder .module-text h2 {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.imageboxes.textunder .module-text h2:before {
  display: inline-block;
  color: #b2b2b2;
  padding-right: 5px;
}
.imageboxes.textunder .imagebox-item:hover .module-text {
  color: #b2b2b2;
}
.imageboxes.textunder .imagebox-item:hover .module-text h2 {
  color: #b2b2b2;
}
.imageboxes.textbg .imagebox-item {
  height: 285px;
  line-height: 285px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.imageboxes.textbg .imagebox-item .module-text {
  padding: 0 25px;
}
.imageboxes.rollover .imagebox-item .module-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  position: absolute;
  left: 0;
}
.imageboxes.textbg .imagebox-item h2 {
  padding: 0;
  position: relative;
  color: #000;
  font-size: calc(20px + 0.7vw);
  top: 50%;
  transform: translateY(-50%);
}
.imageboxes.textbg .imagebox-item h2:after {
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  background-color: #000;
  transition: 0.3s;
  bottom: -30px;
}
.imageboxes.textbg .imagebox-item:hover {
  background-color: #e1dfe4;
}
.imageboxes.textbg .imagebox-item:hover h2:after {
  width: 100px;
}
.imageboxes.rollover .imagebox-item {
  height: 285px;
  line-height: 285px;
}
.imageboxes.rollover .imagebox-item .module-text {
  padding: 0;
}
.imageboxes.rollover .imagebox-item h2 {
  padding: 0;
  color: #fff;
  text-align: left;
  /* Services */
}
.services.textunder .module-image {
  position: relative;
}
.services.textunder .module-image .view {
  display: none;
}
.services.textunder .service-item:hover .module-image img {
  opacity: 1;
}
.services.textunder .module-text {
  color: #000;
  text-align: left;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.services.textunder .module-text h1 {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 18px 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.services.textunder .service-item:hover .module-text {
  color: #b2b2b2;
}
.services.textunder .service-item:hover .module-text h1 {
  color: #b2b2b2;
}
.services {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.services.textunder a:hover .module-text {
  background-color: #e1dfe4;
}
.services.textunder.centered .service-item {
  display: flex;
  flex-direction: column;
}
.services.textunder.centered a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.services.textunder.centered .module-text {
  flex-grow: 1;
}
.staff-item-page h1, .directors-page h1, .service-item-page h1 {
  padding: 0;
}
#services-container .wrap {
  /*padding: 0;*/
  max-width: 100%;
}
.services.textunder.grid.four-column .grid-item.service-item {
  margin: 0;
  width: 25%;
}
.services.textunder.grid.four-column .grid-item.service-item {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.services.textunder .grid-item.service-item .module-text {
  padding: 30px 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.services .readmore {
  margin-top: 40px;
}
.services.textover.grid.four-column .grid-item.service-item {
  margin: 0;
  width: 25%;
}
.services.textover .module-text {
  background-color: #fff;
  transition: 0.3s;
}
.services.textover .grid-item.service-item:hover .module-text {
  background-color: rgba(255, 255, 255, 0.65);
}
.services.textover h1, .services.textover h2 {
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: calc(20px + 0.7vw);
}
.services.textover .grid-item.service-item {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.services.textover .grid-item.service-item h1:after {
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  background-color: #000;
  transition: 0.3s;
  bottom: -30px;
}
.services.textover .grid-item.service-item:hover h1:after {
  width: 100px;
}
.services.textover .module-image {
  opacity: 0 !important;
}
.services.textover .grid-item.service-item:hover {
  background-color: #e1dfe4;
  /* Staff */
}
.staff.textunder .module-image {
  position: relative;
}
.staff.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #b2b2b2;
}
.staff.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #b2b2b2;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.staff.textunder .staff-item:hover .module-image:after {
  opacity: 0.7;
}
.staff.textunder .module-image .view {
  display: none;
}
.staff.textunder .staff-item:hover .module-image {
  opacity: 1;
}
.staff.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.staff.textunder .module-text h4 {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.staff.textunder .module-text h4:before {
  display: inline-block;
  color: #b2b2b2;
  padding-right: 5px;
}
.staff.textunder .staff-item:hover .module-text {
  color: #b2b2b2;
}
.staff.textunder .staff-item:hover .module-text h4 {
  color: #b2b2b2;
}
.staff .module-text .staff-item-text-position {
  font-weight: 300 !important;
}
.content .staff-details {
  text-align: left;
}
.content .staff-details h4 {
  text-align: left;
}
.content .staff-details p {
  text-align: left;
}
#our-people-container .wrap {
  /*padding: 0;*/
  max-width: none;
}
.staff .staff-item.dark {
  background-color: #000;
}
.staff .staff-item.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .staff .staff-item.center.dark {
    display: none;
  }
}
.staff.textover .module-text-content {
  width: 32%;
  position: absolute;
  right: 150px;
  bottom: 50px;
}
.staff.textover.two-column .staff-item {
  margin: 0;
  width: 50%;
}
.staff.textover .staff-item h4 {
  color: #fff;
}
.staff.textover.two-column .staff-item h4 {
  font-size: calc(10px + 2vw);
}
.staff.textover.five-column .staff-item h4 {
  font-size: calc(6px + 1.5vw);
}
.staff.textover.five-column .staff-item h4 .small {
  font-size: calc(8px + .5vw);
  word-spacing: normal;
}
.staff.textover.five-column .staff-item {
  margin: 0;
  width: 20%;
}
.staff.textover.five-column .staff-item h4 {
  word-spacing: 100vw;
}
.staff.textover.five-column .module-text-content {
  width: calc(100% - 100px);
  left: 50px;
  right: 50px;
}
.staff.rollover .staff-item {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.staff.rollover.four-column .staff-item {
  width: 25%;
  margin: 0;
}
.staff.rollover .staff-item .module-text {
  background-color: #fff;
  opacity: 1;
}
.staff.rollover .staff-item:hover .module-text {
  background-color: rgba(255, 255, 255, 0.5);
}
.staff.rollover .staff-item:hover .module-text .silent {
  opacity: 1;
}
.staff.rollover .staff-item .module-text h4 {
  font-size: calc(20px + 0.7vw);
  padding: 0;
}
.staff.rollover .staff-item .module-text .silent {
  color: #000;
  opacity: 0;
  transition: 0.3s;
  font-size: 20px;
}
.staff.rollover .staff-item .module-text-content {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  -webkit-backface-visibility: hidden;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.staff.rollover .staff-item .module-text-content:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  transition: 0.3s;
}
.staff.rollover .staff-item:hover .module-text-content:after {
  width: 100px;
}
@media screen and (min-width: 1401px) and (max-width: 1800px) {
  .staff.textover.five-column .module-text-content {
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    bottom: -7px;
  }
  .staff.textover.five-column .staff-item h4 {
    font-size: 24px;
  }
  .staff.textover.five-column .staff-item h4 .small {
    font-size: calc(16px);
  }
  .staff .module-text .staff-item-text-position {
    display: block;
    font-size: 1em;
    font-weight: 300 !important;
    letter-spacing: -0.02em;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  /* Photo gallery */  .staff.textover.five-column .module-text-content {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    bottom: -22px;
  }
  .staff.textover.five-column .staff-item h4 {
    font-size: 16px;
  }
  .staff.textover.five-column .staff-item h4 .small {
    font-size: calc(10px);
  }
  .staff .module-text .staff-item-text-position {
    display: block;
    font-size: 0.9em;
    font-weight: 300 !important;
    letter-spacing: -0.02em;
    line-height: 1.2rem;
  }
}
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #b2b2b2;
}
.gallery.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #b2b2b2;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.gallery.textunder .gallery-item:hover .module-image:after {
  opacity: 0.7;
}
.gallery.textunder .module-image .view {
  display: none;
}
.gallery.textunder .gallery-item:hover .module-image {
  opacity: 1;
}
.gallery.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.gallery.textunder .module-text h4 {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.gallery.textunder .module-text h4:before {
  display: inline-block;
  color: #b2b2b2;
  padding-right: 5px;
}
.gallery.textunder .gallery-item:hover .module-text {
  color: #b2b2b2;
}
.gallery.textunder .gallery-item:hover .module-text h4 {
  color: #b2b2b2;
  /* News */
}
.news.mainfirst .module-image {
  position: relative;
}
.news.mainfirst .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #b2b2b2;
}
.news.mainfirst .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #b2b2b2;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.news.mainfirst .news-item:hover .module-image:after {
  opacity: 0.7;
}
.news.mainfirst .module-image .view {
  display: none;
}
.news.mainfirst a.news-item:hover .module-image {
  opacity: 1 !important;
}
.news.mainfirst .module-text {
  display: block;
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.news.mainfirst .news-item-text-date {
  color: #b2b2b2;
  font-weight: 600 !important;
}
.news.mainfirst .module-text h4 {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.news.mainfirst .module-text h4:before {
  display: inline-block;
  color: #b2b2b2;
  padding-right: 5px;
}
.news.mainfirst .news-item:hover .module-text {
  color: #b2b2b2;
}
.news.mainfirst .news-item:hover .module-text h4 {
  color: #b2b2b2;
}
.news.mainfirst.one-column .news-item {
  margin-bottom: 50px !important;
}
.news-details-date {
  font-weight: 200 !important;
  color: #b2b2b2;
}
.author {
  font-weight: 200 !important;
  line-height: 1;
}
.author-label {
  color: #b2b2b2;
}
.news-items-page h1 {
  padding-bottom: 40px;
}
.news .readmore {
  position: absolute;
  bottom: 55px;
}
.news h4 {
  font-size: 30px;
  padding-bottom: 0;
  padding-top: 15px;
}
.news.textunder.grid.four-column .news-item {
  width: 25%;
  margin: 0;
}
.news.textunder .news-item {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.news.textunder .news-item .module-text {
  padding: 40px 55px 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
#news-top-container .wrap {
  max-width: 100%;
  padding: 0;
}
#news-top-container .wrap .content {
  padding: 0;
}
#news-container .backgroundimage-image img {
  top: unset !important;
  bottom: 0 !important;
}
#news-items-container {
  background: #fcfcfc;
  background: -moz-linear-gradient(0deg, #fcfcfc 0%, #e1dfe4 100%);
  background: -webkit-linear-gradient(0deg, #fcfcfc 0%, #e1dfe4 100%);
  background: linear-gradient(0deg, #fcfcfc 0%, #e1dfe4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc",endColorstr="#e1dfe4",GradientType=1);
  /* Testimonials */
}
.testimonials.speechbubble .testimonial-item-image {
  display: none;
  width: 32%;
  margin-bottom: 10px;
}
.testimonials.speechbubble .hasimage .testimonial-item-image {
  display: inline-block;
}
.testimonials.speechbubble .testimonial-item {
  color: #fff;
  padding: 20px 25px;
  border-radius: 0px !important;
  border: none;
  background-color: #000;
  border-bottom: solid #fff 40px;
  position: relative;
}
.testimonials.speechbubble .testimonial-item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px !important;
  width: auto !important;
  height: 5px !important;
  background-color: #b2b2b2;
  border: none !important;
}
.testimonials.speechbubble .testimonial-item-person {
  color: #000;
  margin-top: 18px !important;
}
.testimonials.speechbubble .testimonial-item:after {
  right: 31px;
  border-color: #000 transparent transparent transparent !important;
}
.testimonials.solidbg .testimonial-item {
  margin-bottom: 0;
}
.layout.side .testimonials.solidbg .testimonial-item {
  height: 100%;
  margin-bottom: 0 !important;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  /* About */
}
#community-subpage-bottom-container .wrap, #community-bottom-container .wrap, #aapproach-to-pricing-subpage-bottom-container .wrap, #about-us-top-container .wrap, #about-us-subpage-bottom-container .wrap {
  padding: 0;
  max-width: 100%;
}
#community-subpage-bottom-container .content, #community-bottom-container .content, #aapproach-to-pricing-subpage-bottom-container .content, #about-us-top-container .content, #about-us-subpage-bottom-container .content {
  padding: 0;
  /* Home page */
}
#home-container {
  overflow: hidden;
  position: relative;
}
.homepage-h1 {
  font-size: 96px;
}
.home-image {
  margin-top: 20px;
}
.home-photo-caption {
  font-weight: 600;
}
#home-container .layout.half {
  width: 55.5%;
}
#home-container .imageboxes.rollover .imagebox-item {
  margin-bottom: 0;
}
#home-sub-page-1-container .wrap {
  padding: 0;
  margin: 0;
  max-width: none;
}
#home-sub-page-1-container .content {
  /*margin-top: -570px;*/
  padding: 0;
}
#home-sub-page-1-container .layout-two-col-right .layout.main {
  width: 75%;
}
#home-sub-page-1-container .layout.side {
  width: 25%;
  position: relative;
}
#home-sub-page-1-container .layout-two-col-right {
  display: flex;
  flex-direction: row-reverse;
}
#home-sub-page-1-container .layout-two-col-right .side .testimonials {
  height: 33.33%;
  position: absolute;
  bottom: 0;
  /* Rollover */
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(1) .module-text > span {
  bottom: 0;
  transform: none;
  top: unset;
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(3) .module-text > span {
  bottom: 0;
  transform: none;
  top: unset;
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(1) .module-text > span h2 {
  font-size: 20px;
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(3) .module-text > span h2 {
  font-size: 20px;
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(2) {
  background-color: #000;
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(1) {
  border-right: 1px solid #929292;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(3) {
  border-left: 1px solid #929292;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(2) {
  position: relative;
  z-index: 99;
  overflow: inherit;
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(2) .module-text {
  opacity: 1;
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(2) .module-text h2 {
  color: #fff;
  padding: 0;
  text-align: center;
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(2) .module-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
  z-index: 99;
}
#home-sub-page-1-container .imageboxes.rollover .imagebox-item:nth-of-type(2) .module-text:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateX(50%);
  z-index: 99;
}
.home-page h1 {
  opacity: 0;
  animation: fadeIn 6s forwards;
}
@keyframes fadeIn {
  /* Background  Text */
  /*#home-sub-page-1-container .imageboxes.textbg .imagebox-item:nth-of-type(1) {
transform: translateX(-50%);
position: relative;
left: 50%;
}*/
  /*#home-sub-page-1-container .imageboxes.textbg .imagebox-item:nth-of-type(2) {
clear: left;
}*/
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#home-sub-page-1-container .imageboxes.textbg .imagebox-item:nth-of-type(4) {
  clear: none;
}
#home-sub-page-1-container .imageboxes.textbg .imagebox-item:nth-of-type(1) .module-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
#home-sub-page-1-container .imageboxes.textbg .imagebox-item:nth-of-type(2) .module-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
}
#home-sub-page-1-container .imageboxes.textbg .imagebox-item:nth-of-type(3) .module-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#home-sub-page-1-container .imageboxes.textbg .imagebox-item:nth-of-type(4) .module-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  /* Contact page */
}
#contact-us-bottom-container .map-holder {
  /* Community Page */
}
#community-bottom-container .imageboxes .imagebox-item {
  background-size: contain;
  background-position: center;
}
#community-bottom-container .imageboxes .imagebox-item .module-text {
  background-color: #fff;
  opacity: 0;
}
#community-bottom-container .imageboxes .imagebox-item:hover .module-text {
  opacity: 1;
}
#community-bottom-container .imageboxes .imagebox-item .module-text h2 {
  font-size: calc(15px + 0.5vw);
  /* Footer */
}
#container-footer {
  background: #000;
  position: relative;
}
.prefooter {
  background-color: #e1dfe4;
  padding: 30px 0;
}
.prefooter .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prefooter h4 {
  margin-right: 10px;
}
.prefooter form {
  display: flex;
  align-items: center;
}
.prefooter form label {
  display: none;
}
.prefooter form input {
  height: 38px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #fff;
  border: none;
  margin-left: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .prefooter .wrap {
    flex-direction: column;
  }
  .prefooter h4 {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 560px) {
  .prefooter .wrap {
    align-items: stretch;
  }
  .prefooter form {
    flex-direction: column;
    align-items: stretch;
  }
  .prefooter form input {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
#container-footer .wrap {
  max-width: 1200px;
}
#footer {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 2.2;
  padding: 50px 0;
  padding-bottom: 30px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #ccc;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
.footer-award > .wrap > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 55px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #2d2d2d;
}
.footer-award .award-image {
  max-width: 150px;
}
.footer-award .affiliated-logos {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 55px;
}
.footer-award .affiliated-logos img {
  width: auto;
  max-height: 60px;
}
@media screen and (max-width: 960px) {
  .footer-award > .wrap > div {
    gap: 35px;
  }
  .footer-award .affiliated-logos {
    width: 70%;
    gap: 35px;
  }
}
@media screen and (max-width: 600px) {
  .footer-award > .wrap > div {
    flex-direction: column;
  }
  .footer-award .affiliated-logos {
    width: 60%;
    flex-direction: column;
  }
}
#footer .large {
  font-size: 165%;
  font-weight: 300;
  margin-top: -7px;
  display: block;
}
#footer .footer-col {
  position: relative;
}
#footer .footer-4:after {
  display: none !important;
}
#footer .footer-col:after {
  content: '';
  display: block;
  height: calc(100% - 10px);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 50px;
  position: absolute;
}
#base {
  padding-bottom: 55px !important;
}
#footer .footer-1 {
  width: 24%;
  float: left;
}
#footer .footer-2 {
  width: 20%;
  float: left;
}
#footer .footer-3 {
  width: 35%;
  float: left;
}
#footer .footer-4 {
  width: 21%;
  float: left;
}
#footer .footer-4 img {
  margin-top: 14px;
}
#container-base .social-facebook {
  padding: 6px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  transition: 0.3s;
}
#container-base .social-facebook:hover {
  background-color: #b2b2b2;
  /* Base */
}
#container-base {
  background: #000;
  font-size: 15px;
}
#container-base .wrap {
  max-width: 1200px;
}
#base {
  color: #fff;
  font-size: 12px;
  line-height: 2.2;
  text-align: right;
  padding: 0 0;
}
#base a {
  color: #fff;
}
#base a:hover {
  text-decoration: underline;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
}
#container-base .links {
  position: relative;
  float: left;
  margin-top: -10px;
  /* Grid */
}
.grid.two-column .grid-item {
  margin-bottom: 50px;
}
.grid.four-column .grid-item {
  margin-bottom: 50px;
  /* Form */
}
.req {
  color: #d60309;
  font-weight: 600;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.form-item .label {
  float: left;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 4px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 38px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #fff;
  border: solid #d1d1d2 1px;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item.recaptcha-item, .form-item.submit-item {
  padding-top: 15px;
}
p .button {
  margin-top: 10px;
}
.readmore {
  padding: 15px 50px !important;
  /* Custom button */
}
.backlink, .readmore, .button, .form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #000 !important;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding: 20px 80px;
  background-color: #fff;
  border: 1px solid;
  display: inline-block;
  transition: 0.3s;
}
.backlink:hover, .readmore:hover, .button:hover, .form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  cursor: pointer;
  color: #fff !important;
  background-color: #000;
}
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999;
  border-color: transparent #999 #999 #999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#news-items-bottom-container .content {
  padding: 70px 0;
}
.news-filter-section {
  margin-bottom: 25px;
}
.author-image {
  float: left;
  max-width: 200px;
  margin-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.author-image img {
  border: 7px solid #fff;
}
.news-category a, .news-tags a {
  text-decoration: underline;
  margin-right: 15px;
}
.author-description {
  max-width: calc(100% - 228px);
  float: left;
}
.about-author {
  padding: 20px;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.news-categories {
  float: left;
}
.news-tags {
  float: right;
}
.news-label {
  margin-right: 10px;
}
.news-label i {
  position: relative;
  top: 2px;
}
#news-items-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.staff-position {
  padding-bottom: 20px;
}
.staff-details-image {
  margin-bottom: 20px;
  margin-top: 0;
}
#staff-item-container .layout.full {
  margin-top: 0;
  z-index: 99;
  position: relative;
  /* Shielded site */
}
#wrsbtn {
  float: left;
  display: inline-block;
  margin-top: -10px;
  position: relative;
  margin-left: 10px;
  /* Mailchimp Form */
}
.mailchimp-form {
  width: 50%;
  /* Privacy Policy */
}
.mailchimp-form input#mc-embedded-subscribe {
  background-color: transparent !important;
  border: 1px solid #000 !important;
  height: 50px !important;
  border-radius: 0 !important;
  transition: 0.3s ease all;
}
.mailchimp-form input#mc-embedded-subscribe:hover {
  background-color: #aaa !important;
}
.privacy-policy-page .content p {
  margin-bottom: 0;
}
.privacy-policy-page .content b {
  margin-bottom: 20px;
  display: inline-block;
}
.img-right {
  max-width: 50%;
}
.service-details .img-right {
  max-width: calc(33.5% - 15px);
  /* Terms & Conditions Page */
}
main:has(.background-cover-override) {
  font-size: 16px;
}
main:has(.background-cover-override) .container-main-top img {
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  width: 100% !important;
}
