@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);
@charset "UTF-8";
/*
Theme Name: Base Theme
Version: 1.0.1
Description: Theme template for Base Theme
Author: Baytek
Author URI: http://baytek.ca
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.gallery .control-operator:target ~ .controls .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

.gallery .item:first-of-type {
  position: static;
  pointer-events: auto;
  opacity: 1;
}

.gallery .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.gallery .control-operator {
  display: none;
}

.gallery .control-operator:target ~ .item {
  pointer-events: none;
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.gallery .control-operator:target ~ .controls .control-button {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }
  14.3%, 50% {
    opacity: 1;
  }
  64.3%, 100% {
    opacity: 0;
  }
}
@keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }
  14.3%, 50% {
    opacity: 1;
  }
  64.3%, 100% {
    opacity: 0;
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.items-2.autoplay .control-button {
  -webkit-animation: controlAnimation-2 14s infinite;
  animation: controlAnimation-2 14s infinite;
}

.items-2.autoplay .item {
  -webkit-animation: galleryAnimation-2 14s infinite;
  animation: galleryAnimation-2 14s infinite;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }
  9.5%, 33.3% {
    opacity: 1;
  }
  42.9%, 100% {
    opacity: 0;
  }
}
@keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }
  9.5%, 33.3% {
    opacity: 1;
  }
  42.9%, 100% {
    opacity: 0;
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.items-3.autoplay .control-button {
  -webkit-animation: controlAnimation-3 21s infinite;
  animation: controlAnimation-3 21s infinite;
}

.items-3.autoplay .item {
  -webkit-animation: galleryAnimation-3 21s infinite;
  animation: galleryAnimation-3 21s infinite;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@-webkit-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }
  7.1%, 25% {
    opacity: 1;
  }
  32.1%, 100% {
    opacity: 0;
  }
}
@keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }
  7.1%, 25% {
    opacity: 1;
  }
  32.1%, 100% {
    opacity: 0;
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.items-4.autoplay .control-button {
  -webkit-animation: controlAnimation-4 28s infinite;
  animation: controlAnimation-4 28s infinite;
}

.items-4.autoplay .item {
  -webkit-animation: galleryAnimation-4 28s infinite;
  animation: galleryAnimation-4 28s infinite;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}

@-webkit-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }
  5.7%, 20% {
    opacity: 1;
  }
  25.7%, 100% {
    opacity: 0;
  }
}
@keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }
  5.7%, 20% {
    opacity: 1;
  }
  25.7%, 100% {
    opacity: 0;
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.items-5.autoplay .control-button {
  -webkit-animation: controlAnimation-5 35s infinite;
  animation: controlAnimation-5 35s infinite;
}

.items-5.autoplay .item {
  -webkit-animation: galleryAnimation-5 35s infinite;
  animation: galleryAnimation-5 35s infinite;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  animation-delay: 26s;
}

.gallery .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
  position: relative;
}

.gallery .item {
  height: 400px;
  overflow: hidden;
  text-align: center;
  background: #4d87e2;
}

.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.gallery .control-button {
  display: inline-block;
  margin: 0 0.02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.border-top {
  border-top: 1px solid #cacaca !important;
}

.border-right {
  border-right: 1px solid #cacaca !important;
}

.border-bottom {
  border-bottom: 1px solid #cacaca !important;
}

.border-left {
  border-left: 1px solid #cacaca !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: normal !important;
}

body {
  line-height: 1.3;
  font-family: "Libre Franklin", sans-serif;
  background-color: #65646a;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
  -moz-osx-font-smoothing: graysåcale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body .site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

::-moz-selection {
  background-color: #65646a;
  color: white;
}

::selection {
  background-color: #65646a;
  color: white;
}

h1, .h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 980px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h2, .h2 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
}
@media only screen and (max-width: 980px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

h5, .h5 {
  text-transform: none;
  font-size: 19px;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

#et-boc #et_builder_outer_content p:last-of-type + div.content-hideable {
  padding-top: 1em;
}
#et-boc #et_builder_outer_content div.content-hideable .toggleable-content {
  margin-bottom: 1em;
}
#et-boc #et_builder_outer_content div.content-hideable a.small {
  border-bottom: none !important;
}
#et-boc #et_builder_outer_content div.content-hideable a.small:after {
  margin-top: 0;
}

h4 a {
  font-weight: 400 !important;
}

a {
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}
a:hover, a:focus {
  color: #65646a;
}

a.small {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
a.small:after {
  display: inline-block;
  content: "5";
  position: absolute;
  font-size: 16px;
  margin-left: 0em;
  margin-top: 0em;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a.small:hover:after {
  margin-left: 0.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 980px) {
  .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h2 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
}
@media only screen and (max-width: 980px) {
  .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h2 {
    font-size: 28px;
  }
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h3, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h3, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h3 {
    font-size: 22px;
  }
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h4, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h5, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .h5 {
  text-transform: none;
  font-size: 19px;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section a {
  font-weight: bold;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section a.small {
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 1px solid #CACACA;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h3, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h4, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h5, .et_divi_builder #et-boc #et_builder_outer_content .et_pb_section h6 {
  line-height: 1.1;
  padding-bottom: 0.2em;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section ul {
  padding-left: 1em;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section ul:not(:last-child) {
  margin-bottom: 1em;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section ul li {
  list-style: disc;
  padding-left: 0.2em;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section li:not(:last-child) {
  margin-bottom: 0.5em;
}

.highlight {
  color: #FFFFFF !important;
}
.highlight.light {
  color: #65646a !important;
}

h2.small {
  font-size: 16px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  color: #95939d !important;
}
h2.small:after {
  content: "";
}

h2:after {
  content: "━";
  display: block;
  color: #95939d;
  margin-top: 10px;
}

h2.no-bar:after {
  content: "";
  display: none;
  color: #95939d;
  margin-top: 10px;
}

.wrapper,
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_row {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.et_divi_builder #et_builder_outer_content .et_pb_section {
  background-color: rgba(255, 255, 255, 0) !important;
}

body.et_divi_builder #et-boc #et_builder_outer_content {
  line-height: 1.5;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_column {
  z-index: inherit;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.color-bg {
  background-color: #65646a !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.dark-bg {
  background-color: #FFFFFF !important;
  color: white;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.dark-bg h1, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.dark-bg h2, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.dark-bg h3, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.dark-bg h4, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.dark-bg h5, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.dark-bg h6 {
  color: white;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay {
  position: relative;
  color: white;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay h1, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay h2, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay h3, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay h4, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay h5, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay h6 {
  color: white;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay.dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.overlay.color-main:before {
  background-color: rgba(255, 255, 255, 0.95);
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.fullwidth {
  padding: 0 !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.fullwidth .et_pb_row {
  padding: 0 !important;
  width: 100%;
  max-width: none;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered {
  padding: 0 !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row .et_pb_column {
  margin: 0 !important;
  width: 50%;
  padding: 50px 25px;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row .et_pb_column .et_pb_module {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row:first-child .et_pb_column:first-child {
  background-color: #336746;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row:first-child .et_pb_column:nth-child(2) {
  background-color: #4a785b;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row:first-child .et_pb_column:nth-child(3) {
  background-color: #60886f;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row:first-child .et_pb_column:nth-child(4) {
  background-color: #779a84;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row:nth-child(2) .et_pb_column:first-child {
  background-color: #60886f;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
  background-color: #779a84;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#top-banner {
  height: 40vw;
  min-height: 250px;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#top-banner .et_pb_row {
  padding: 0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#top-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#top-banner h1 {
  margin-top: 150px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.half-half {
  padding: 0 !important;
  overflow: hidden;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.half-half .et_pb_row {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: none;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.half-half .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.half-half .et_pb_column.bg-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.half-half .et_pb_column .et_pb_module {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 265px;
  max-height: 550px;
  height: 40vw;
  font-size: 16px;
  font-size: 1rem;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#top-banner p {
  margin-left: 0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers {
  padding: 0 !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_row {
  max-width: none;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:first-child .et_pb_image:first-child {
  top: -40px;
  right: 0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:first-child .et_pb_image:nth-child(2) {
  height: 50%;
  bottom: -40px;
  right: -40px;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:first-child .et_pb_image img {
  float: right;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:last-child .et_pb_image:first-child {
  top: -40px;
  left: 0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:last-child .et_pb_image:nth-child(2) {
  height: 50%;
  bottom: -40px;
  left: -40px;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3 {
  margin: 0 !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3 .et_pb_image {
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:first-child img {
  margin-right: 0;
  margin-left: auto;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:last-child img {
  margin-left: 0;
  margin-right: auto;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:first-child .et_pb_image, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:last-child .et_pb_image {
  top: -40px;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:nth-child(2) .et_pb_image {
  bottom: -40px;
  z-index: 9;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  padding-left: 5%;
  padding-right: 5%;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h1, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h2, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h3, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h4, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h5, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h6,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) p,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) ul,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_image {
  position: absolute;
  height: 100%;
  margin: 0 !important;
  max-width: 100%;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_image img {
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.25);
  max-height: 100%;
  max-width: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .section-intro {
  text-align: center;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .section-intro h1:after {
  content: "////////";
  font-style: italic;
  color: #FFFFFF;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 6px;
  font-weight: 900;
  margin: 1em auto 0;
  display: block;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .section-intro + .et_pb_button_module_wrapper {
  margin-top: -1em !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .top-border-columns .et_pb_column {
  border-top: 1px solid #cacaca;
  padding-top: 30px;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_column_4_4 p,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_column_4_4 ul,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_column_4_4 ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_post_title {
  margin-bottom: 0 !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_post_title .et_pb_title_container h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 980px) {
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_post_title .et_pb_title_container h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_post_title .et_pb_title_container h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_post_title .et_pb_title_container h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_text ul, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_text ol {
  text-align: left;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_text ul li {
  list-style: disc;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_testimonial {
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  padding: 25px;
  border-radius: 10px;
  line-height: 1.3;
  width: 70%;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_testimonial p:not(.et_pb_testimonial_meta) {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%;
  padding: 0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_testimonial strong {
  font-weight: 400;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_testimonial .et_pb_testimonial_meta {
  font-weight: bold;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_testimonial + .et_pb_button_module_wrapper a {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_testimonial + .et_pb_button_module_wrapper a:hover, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_testimonial + .et_pb_button_module_wrapper a:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle {
  margin-bottom: 0% !important;
  border: none;
  padding: 20px 0px !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle:not(:first-child) {
  border-bottom: 1px solid #cbcad0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle:first-child {
  border-top: 1px solid #cbcad0;
  border-bottom: 1px solid #cbcad0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle h5 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle h5:before {
  font-size: 27px;
  color: #868686;
  content: "P";
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title {
  color: #666 !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title:before {
  font-size: 27px;
  color: #868686;
  content: "O";
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle ul {
  max-width: none;
  margin-top: 5px;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle ul > li {
  margin-bottom: 0.1em;
  margin-left: 0.3em;
  color: #65646a;
  font-size: 16px;
  font-size: 1rem;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle p, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle li {
  font-size: 16px;
  font-size: 1rem;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle .et_pb_toggle_content p {
  color: #65646a !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_toggle.et_pb_toggle_close {
  background-color: inherit;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_testimonial {
  border-left: 1px solid #CACACA;
  border-radius: 0;
  margin-left: 1%;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_testimonial:before {
  content: none;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member {
  text-align: center;
  margin-bottom: 25px !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_description {
  display: block;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_description h4 {
  font-size: inherit;
  font-weight: bold;
  margin-top: 20px;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_description p {
  line-height: 1.4;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
  min-height: 45px;
  padding-bottom: 0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:after {
  content: "View Bio";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 0.6em 1em;
  line-height: 1;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  border-color: white;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:after:after {
  content: none !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:after:hover, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:after:focus {
  background-color: #FFFFFF;
  color: white;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:hover, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:hover:before, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:hover:after, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:focus:before, body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:focus:after {
  opacity: 1;
}

.btn,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_button {
  background-color: transparent;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 0.6em 1em;
  line-height: 1;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}
.btn:after,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_button:after {
  content: none !important;
}
.btn:hover, .btn:focus,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_button:hover,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_button:focus {
  background-color: #FFFFFF;
  color: white;
}
.btn.et_pb_bg_layout_light,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_button.et_pb_bg_layout_light {
  color: #65646a;
  border: 0.5px solid #adadad;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
  text-transform: uppercase;
}
.btn.et_pb_bg_layout_light:hover, .btn.et_pb_bg_layout_light:focus,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_button.et_pb_bg_layout_light:hover,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_button.et_pb_bg_layout_light:focus {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
.btn + .et_pb_button,
body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section .et_pb_button + .et_pb_button {
  margin-left: 10px;
}

input:not([type=submit]),
select,
textarea {
  padding: 1em;
  border: 1px solid white;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  min-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFFFFF;
}
input:not([type=submit]):focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #FFFFFF;
}

input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url("/wp-content/themes/pbcgroup/images/icons/icon-arrow.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 24px;
  }
}
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper {
  margin: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper .gform_fields {
  max-width: 600px;
  padding-left: 0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper .gfield {
  margin: 15px auto;
  padding-left: 0;
}
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper textarea,
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper input {
  font-weight: 300;
  font-size: 1.125rem;
  border: none !important;
  border-radius: 0 !important;
  color: #999 !important;
  padding: 16px !important;
  max-width: 100%;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eee !important;
}
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper textarea::-webkit-input-placeholder,
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper input::-webkit-input-placeholder {
  font-weight: 500;
}
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper textarea::-moz-placeholder,
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper input::-moz-placeholder {
  font-weight: 500;
}
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper textarea::-ms-input-placeholder,
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper input::-ms-input-placeholder {
  font-weight: 500;
}
body.et_divi_builder #et-boc #et_builder_outer_content .gform_wrapper input[type=submit] {
  background-color: transparent !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-decoration: underline;
  padding-left: 0 !important;
  position: relative;
  color: #FFF !important;
  letter-spacing: 0.04rem;
  font-weight: 300 !important;
}

.twitter {
  background-color: #01abf0;
}

.facebook {
  background-color: #39579a;
}

.google {
  background-color: #df4a32;
}

.facebook, .google, .twitter {
  padding: 10px 20px;
}

.post-social {
  position: fixed;
  left: 0;
  top: 25%;
}

nav li {
  display: inline-block;
  list-style: none;
}

.et_divi_builder #et-boc #et_builder_outer_content .hero-submenu nav.fullwidth-menu-nav ul.fullwidth-menu {
  position: absolute;
  bottom: 60px;
  right: -50px;
  width: 350px;
}
.et_divi_builder #et-boc #et_builder_outer_content .hero-submenu nav.fullwidth-menu-nav ul.fullwidth-menu li {
  width: 100%;
  border-bottom: 1px solid #919191;
  margin-bottom: 0.2em;
}
.et_divi_builder #et-boc #et_builder_outer_content .hero-submenu nav.fullwidth-menu-nav ul.fullwidth-menu li a {
  font-size: 13.5px;
  font-size: 0.84375rem;
  font-weight: 100 !important;
  text-transform: uppercase;
}
.et_divi_builder #et-boc #et_builder_outer_content .hero-submenu nav.fullwidth-menu-nav ul.fullwidth-menu li > a {
  padding-bottom: 5px;
}

#custom-hero nav.fullwidth-menu-nav {
  width: 1600px;
  background: red;
  margin: 0 auto;
  position: relative;
}
#custom-hero nav.fullwidth-menu-nav ul.fullwidth-menu {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 350px;
}
#custom-hero nav.fullwidth-menu-nav ul.fullwidth-menu li {
  width: 100%;
  border-bottom: 1px solid #919191;
  margin-bottom: 0.2em;
}
#custom-hero nav.fullwidth-menu-nav ul.fullwidth-menu li a {
  font-size: 13.5px;
  font-size: 0.84375rem;
  font-weight: 100 !important;
  text-transform: uppercase;
}
#custom-hero nav.fullwidth-menu-nav ul.fullwidth-menu li > a {
  padding-bottom: 5px;
}

.social-menu .icon a {
  font-size: 0;
  display: block;
  line-height: 1;
}
.social-menu .icon a:before {
  font-family: fontawesome;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: inherit;
}
.social-menu .icon a[href*=facebook]:before {
  content: "\f09a";
}
.social-menu .icon a[href*=twitter]:before {
  content: "\f099";
}
.social-menu .icon a[href*=pinterest]:before {
  content: "\f231";
}
.social-menu .icon a[href*=google]:before {
  content: "\f0d5";
}
.social-menu .icon a[href*=instagram]:before {
  content: "\f16d";
}
.social-menu .icon a[href*=youtube]:before {
  content: "\f16a";
}
.social-menu .icon a[href*=linkedin]:before {
  content: "\f0e1";
}

header {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #000000;
  z-index: 99 !important;
  z-index: 6;
}
header .bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 5%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1300px) {
  header .bottom-menu {
    padding: 10px 1%;
  }
}
header .bottom-menu li > a {
  padding: 10px 5px;
  font-size: 13.5px;
  font-size: 0.84375rem;
  text-transform: uppercase;
}
header .bottom-menu .sub-menu:before {
  content: "B";
  font-family: "ETmodules";
  font-size: 46px;
  color: #65646a;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  header .bottom-menu li > a {
    padding: 10px 5px;
  }
}
header .bottom-menu img {
  width: 14em;
  padding: 5px 5px;
  margin-top: 3px;
}
@media screen and (max-width: 1100px) {
  header .bottom-menu img {
    width: 10em;
    padding: 15px 5px;
  }
}
header .is-sticky {
  padding: 10px 5%;
}
header #reminder {
  -ms-flex-item-align: center;
      align-self: center;
  color: white;
}
header a {
  font-weight: 400;
  display: inline-block;
  color: white;
}
header .logo-link {
  height: 70px;
  width: 200px;
  max-width: 20%;
}
@media only screen and (max-width: 768px) {
  header .logo-link {
    height: 72px;
  }
}
header img {
  display: block;
  width: 320px;
  height: auto;
}
header ul {
  margin: 0;
  padding: 0;
}
header ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.8em;
}
@media screen and (max-width: 1300px) {
  header ul > li {
    margin: 0 0 0 0.5em;
  }
}
header #nav-menu > li {
  height: 30px;
  position: relative;
}
header #nav-menu > li > ul.sub-menu > li {
  background: #65646a;
}
header #nav-menu > li > ul.sub-menu > li:first-child a {
  padding-top: 20px;
}
header #nav-menu > li > ul.sub-menu > li:last-child a {
  padding-bottom: 20px;
}
header li {
  list-style: none;
}
header .menu-item-has-children {
  height: 30px;
}
header .menu-item-has-children a {
  display: block;
}
@media screen and (min-width: 999px) {
  header li:hover ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  header {
    /* Sub Menus */
  }
  header > ul > li > a {
    margin-left: 0;
  }
  header li ul {
    position: absolute;
    display: none;
    width: inherit;
    text-align: center;
    padding-right: 10px;
  }
  header li ul li {
    display: block;
    margin: 0;
    padding: 0 30px;
  }
  header li ul li:not(:first-child) a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  header li ul li a {
    display: block;
    color: #cbcad0 !important;
  }
  header li ul li a:hover, header li ul li a:focus {
    color: #fff !important;
  }
  header li > ul {
    list-style: none;
    padding: 22px 0 15px;
    left: -110px;
    min-width: 300px;
  }
  header .menu-item-has-children:after {
    padding-left: 5px;
    content: "";
    color: #fff;
    display: inline-block;
    white-space: pre;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 999px) {
  header .sub-menu {
    display: none;
  }
}
header .current-menu-item > a {
  color: #65646a;
}
header .menu-item-has-children.current-menu-item:after {
  color: #65646a;
}

.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#bottom-cta {
  padding: 40px;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#bottom-cta .et_pb_row {
  width: 100%;
  max-width: none;
  background-color: #65646a;
  padding-top: 40px;
  padding-bottom: 40px;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers + #bottom-testimonial {
  margin-top: 120px;
}

.signup-footer {
  padding: 0;
  width: 100%;
  height: 550px;
  overflow: hidden;
  display: block;
  color: #FFFFFF;
}
.signup-footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.signup-footer *:after, .signup-footer *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.signup-footer a {
  font-weight: bold;
}
.signup-footer .small-info {
  width: 100%;
  margin: 0 auto;
  top: 19%;
  position: absolute;
  text-align: center;
  z-index: 2;
}
.signup-footer .small-info h2, .signup-footer .small-info h4 {
  padding-bottom: 15px;
}
.signup-footer .small-info .pbclogo-footer {
  width: 350px;
  padding: 15px;
}
.signup-footer .small-info p {
  max-width: 500px;
  margin: 8px auto;
  padding-bottom: 10px;
  color: #cbcad0;
  font-size: 18px;
  font-size: 1.125rem;
}
.signup-footer .small-info .info-text {
  padding: 25px;
  border-radius: 10px;
}
.signup-footer .small-info .info-button a {
  background-color: #00b3e2;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 1em 2.5em;
  line-height: 1;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.53);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.53);
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
}
.signup-footer .small-info .info-button a:hover, .signup-footer .small-info .info-button a:focus {
  background-color: #FFFFFF;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .signup-footer .small-info .info-button a {
    padding: 1em 1em;
    min-width: 175px;
  }
}
@media only screen and (max-width: 480px) {
  .signup-footer .small-info {
    top: 15%;
  }
  .signup-footer .small-info .pbclogo-footer {
    width: 250px;
  }
}
.signup-footer .hero-image img.background-img {
  vertical-align: middle;
  border: 0;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media only screen and (min-width: 850px) {
  .signup-footer .hero-image img.background-img {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }
}
@media only screen and (max-width: 675px) and (min-width: 480px) {
  .signup-footer .hero-image img.background-img {
    width: 800px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 300px) {
  .signup-footer .hero-image img.background-img {
    width: 650px;
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }
}
@media only screen and (max-width: 768px) {
  .signup-footer {
    height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .signup-footer {
    height: 400px;
  }
  .signup-footer .hero-image img {
    width: 700px;
  }
}

.footer-credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  color: #000000;
  padding: 30px 0;
}
.footer-credits p {
  margin: 5px 0;
}
.footer-credits .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-credits .footer-social .fa-2x {
  font-size: 1.5em;
}
.footer-credits .social-icons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}
@media only screen and (max-width: 768px) {
  .footer-credits {
    text-align: center;
  }
}

footer {
  background-size: cover;
  background-position: center;
  background-color: #65646a;
  position: relative;
}
footer .wrapper {
  max-width: 2000px;
}
footer i.fa {
  margin-left: 0.5em;
  color: #cbcad0;
}
footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-main a.logo-link {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
footer .footer-main a.logo-link img {
  max-width: 240px;
  display: block;
}
footer ul.menu li a {
  font-weight: bold;
}
footer li ul li {
  display: none;
}
footer p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #cbcad0;
}
footer a {
  color: #FFFFFF;
  font-weight: 500;
}
footer a:hover {
  color: #cbcad0;
}
footer #secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer #secondary .widget {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
footer #secondary .widget h2 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-bottom: 0.5em;
}
footer .post-date {
  display: block;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.hero-banner {
  padding: 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1035px) {
  .hero-banner {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-banner {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-banner {
    height: 275px;
  }
}
.hero-banner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero-banner *:after, .hero-banner *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero-banner .small-info {
  color: #FFFFFF;
  bottom: 10%;
  position: absolute;
  text-align: left;
  width: 100%;
  max-width: 768px;
  z-index: 2;
}
.hero-banner .small-info .bottom-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
.hero-banner .small-info p {
  max-width: 580px;
}
@media only screen and (max-width: 480px) {
  .hero-banner .small-info p {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hero-banner .small-info {
    bottom: 0;
    width: 65%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 70%;
  }
}
.hero-banner h1 {
  line-height: 10px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .hero-banner h1 {
    line-height: 30px;
    padding-bottom: 15px;
  }
}
.hero-banner .hero-image img {
  vertical-align: middle;
  border: 0;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media only screen and (max-width: 480px) {
  .hero-banner .hero-image img {
    width: 500px;
  }
}
@media only screen and (min-width: 850px) {
  .hero-banner .hero-image img {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }
}

.filter-black {
  position: relative;
}
.filter-black:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(10, 10, 20, 0.6);
  content: "";
}

.signup-footer.filter-black {
  position: relative;
}
.signup-footer.filter-black:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.85);
  content: "";
}

.et_divi_builder #et-boc #et_builder_outer_content .hero-submenu nav.fullwidth-menu-nav {
  z-index: 9;
}

.menu-toggle, #toggle-right {
  display: none;
}

@media only screen and (max-width: 1000px) {
  nav .menu-toggle {
    display: block;
  }
  nav .menu-toggle {
    text-decoration: none;
    text-align: center;
    width: 44px;
    height: 44px;
    font-size: 30px;
    font-size: 1.875rem;
    padding: 15px 0;
    color: #FFF;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: 3px;
    right: 2%;
    bottom: 0;
    left: auto;
    z-index: 70;
  }
  nav .menu-toggle:hover, nav .menu-toggle:focus {
    color: #65646a;
  }
  nav .menu-toggle:before {
    font-family: "ETmodules" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "a";
    font-size: 40px;
    left: 0;
    position: relative;
    top: 0;
    cursor: pointer;
  }
  nav div.menu-nav-menu-container {
    position: fixed;
    top: 0px;
    right: -270px;
    bottom: 0px;
    left: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
    width: 200px;
    padding: 70px 5px;
    background: #32373c;
    z-index: 2000;
  }
  nav #toggle-right {
    display: none;
  }
  nav #toggle-right:checked ~ div.menu-nav-menu-container {
    right: 0px !important;
    text-align: center;
  }
  nav #toggle-right:checked + .menu-toggle {
    right: 79px;
    color: #65646a;
  }
}
#construction-management .unslider-nav,
#dev-casestudy .unslider-nav {
  display: none;
}

body #primary #main .portfolios {
  margin-top: 2.5em;
}

.case-study #et-boc #et_builder_outer_content .et_builder_inner_content .et_pb_row:first-child,
.case-study #et-boc #et_builder_outer_content .et_builder_inner_content .et_pb_section {
  padding-top: 0px !important;
}

body #primary #main #construction-management .portfolios article h4,
body #primary #main #real-estate .portfolios article h4 {
  color: #004A87;
}
body #primary #main #construction-management .portfolios article .excerpt p,
body #primary #main #real-estate .portfolios article .excerpt p {
  color: #65646a !important;
}
body #primary #main #construction-management .portfolios article .excerpt a,
body #primary #main #real-estate .portfolios article .excerpt a {
  color: #333 !important;
  text-decoration: underline !important;
  font-weight: 400;
}
body #primary #main .case-study.post-content {
  margin: 0px auto;
  padding-top: 60px;
}
body #primary #main .case-study.post-content p, body #primary #main .case-study.post-content h2, body #primary #main .case-study.post-content li {
  line-height: 30px;
}
body #primary #main .case-study.post-content h2 {
  font-family: "Libre Franklin";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 21px;
  margin-bottom: 38px;
}
body #primary #main .case-study.post-content h2:after {
  content: "";
  display: none;
}
body #primary #main .case-studies,
body #primary #main .case-study,
body #primary #main .portfolios {
  width: 100%;
}
body #primary #main .case-studies ul,
body #primary #main .case-study ul,
body #primary #main .portfolios ul {
  max-width: none !important;
  margin: 0;
  padding: 0;
}
body #primary #main .case-studies ul li,
body #primary #main .case-study ul li,
body #primary #main .portfolios ul li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
body #primary #main .case-studies article .case-studies-container,
body #primary #main .case-study article .case-studies-container,
body #primary #main .portfolios article .case-studies-container {
  border-top: 1px solid white;
  padding-top: 40px;
  margin-top: 40px;
}
body #primary #main .case-studies article .case-studies-container h3 a,
body #primary #main .case-study article .case-studies-container h3 a,
body #primary #main .portfolios article .case-studies-container h3 a {
  color: #fff;
}
body #primary #main .case-studies article .case-studies-container:first,
body #primary #main .case-study article .case-studies-container:first,
body #primary #main .portfolios article .case-studies-container:first {
  border-top: 10px solid white;
}
body #primary #main .case-studies article .case-studies-container .excerpt,
body #primary #main .case-study article .case-studies-container .excerpt,
body #primary #main .portfolios article .case-studies-container .excerpt {
  margin-bottom: 5.8% !important;
}
body #primary #main .case-studies article .case-studies-container,
body #primary #main .case-studies article .case-study-container,
body #primary #main .case-studies article .portfolios-gallery,
body #primary #main .case-study article .case-studies-container,
body #primary #main .case-study article .case-study-container,
body #primary #main .case-study article .portfolios-gallery,
body #primary #main .portfolios article .case-studies-container,
body #primary #main .portfolios article .case-study-container,
body #primary #main .portfolios article .portfolios-gallery {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
body #primary #main .case-studies article .case-studies-container .case-studies-gallery,
body #primary #main .case-studies article .case-study-container .case-studies-gallery,
body #primary #main .case-studies article .portfolios-gallery .case-studies-gallery,
body #primary #main .case-study article .case-studies-container .case-studies-gallery,
body #primary #main .case-study article .case-study-container .case-studies-gallery,
body #primary #main .case-study article .portfolios-gallery .case-studies-gallery,
body #primary #main .portfolios article .case-studies-container .case-studies-gallery,
body #primary #main .portfolios article .case-study-container .case-studies-gallery,
body #primary #main .portfolios article .portfolios-gallery .case-studies-gallery {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.3em;
  margin-right: 50px;
  width: 25%;
}
body #primary #main .case-studies article .case-studies-container .case-studies-gallery .case-studies-gallery-container,
body #primary #main .case-studies article .case-study-container .case-studies-gallery .case-studies-gallery-container,
body #primary #main .case-studies article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container,
body #primary #main .case-study article .case-studies-container .case-studies-gallery .case-studies-gallery-container,
body #primary #main .case-study article .case-study-container .case-studies-gallery .case-studies-gallery-container,
body #primary #main .case-study article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container,
body #primary #main .portfolios article .case-studies-container .case-studies-gallery .case-studies-gallery-container,
body #primary #main .portfolios article .case-study-container .case-studies-gallery .case-studies-gallery-container,
body #primary #main .portfolios article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container {
  width: auto;
}
body #primary #main .case-studies article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-nav,
body #primary #main .case-studies article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-nav,
body #primary #main .case-studies article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-nav,
body #primary #main .case-study article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-nav,
body #primary #main .case-study article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-nav,
body #primary #main .case-study article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-nav,
body #primary #main .portfolios article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-nav,
body #primary #main .portfolios article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-nav,
body #primary #main .portfolios article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-nav {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  width: 52px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
body #primary #main .case-studies article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-nav i,
body #primary #main .case-studies article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-nav i,
body #primary #main .case-studies article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-nav i,
body #primary #main .case-study article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-nav i,
body #primary #main .case-study article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-nav i,
body #primary #main .case-study article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-nav i,
body #primary #main .portfolios article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-nav i,
body #primary #main .portfolios article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-nav i,
body #primary #main .portfolios article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-nav i {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body #primary #main .case-studies article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-nav:hover,
body #primary #main .case-studies article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-nav:hover,
body #primary #main .case-studies article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-nav:hover,
body #primary #main .case-study article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-nav:hover,
body #primary #main .case-study article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-nav:hover,
body #primary #main .case-study article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-nav:hover,
body #primary #main .portfolios article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-nav:hover,
body #primary #main .portfolios article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-nav:hover,
body #primary #main .portfolios article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-nav:hover {
  color: #000;
  background-color: #fff;
}
body #primary #main .case-studies article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-prev,
body #primary #main .case-studies article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-prev,
body #primary #main .case-studies article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-prev,
body #primary #main .case-study article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-prev,
body #primary #main .case-study article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-prev,
body #primary #main .case-study article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-prev,
body #primary #main .portfolios article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-prev,
body #primary #main .portfolios article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-prev,
body #primary #main .portfolios article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-prev {
  left: calc(50% - 52px);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
body #primary #main .case-studies article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-prev:hover i,
body #primary #main .case-studies article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-prev:hover i,
body #primary #main .case-studies article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-prev:hover i,
body #primary #main .case-study article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-prev:hover i,
body #primary #main .case-study article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-prev:hover i,
body #primary #main .case-study article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-prev:hover i,
body #primary #main .portfolios article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-prev:hover i,
body #primary #main .portfolios article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-prev:hover i,
body #primary #main .portfolios article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-prev:hover i {
  margin-right: 0.7em;
}
body #primary #main .case-studies article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-next,
body #primary #main .case-studies article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-next,
body #primary #main .case-studies article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-next,
body #primary #main .case-study article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-next,
body #primary #main .case-study article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-next,
body #primary #main .case-study article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-next,
body #primary #main .portfolios article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-next,
body #primary #main .portfolios article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-next,
body #primary #main .portfolios article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-next {
  right: calc(50% - 52px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body #primary #main .case-studies article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-next:hover i,
body #primary #main .case-studies article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-next:hover i,
body #primary #main .case-studies article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-next:hover i,
body #primary #main .case-study article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-next:hover i,
body #primary #main .case-study article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-next:hover i,
body #primary #main .case-study article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-next:hover i,
body #primary #main .portfolios article .case-studies-container .case-studies-gallery .case-studies-gallery-container .slick-next:hover i,
body #primary #main .portfolios article .case-study-container .case-studies-gallery .case-studies-gallery-container .slick-next:hover i,
body #primary #main .portfolios article .portfolios-gallery .case-studies-gallery .case-studies-gallery-container .slick-next:hover i {
  margin-left: 0.7em;
}
body #primary #main .case-studies article .case-studies-container .case-study-sidebar,
body #primary #main .case-studies article .case-study-container .case-study-sidebar,
body #primary #main .case-studies article .portfolios-gallery .case-study-sidebar,
body #primary #main .case-study article .case-studies-container .case-study-sidebar,
body #primary #main .case-study article .case-study-container .case-study-sidebar,
body #primary #main .case-study article .portfolios-gallery .case-study-sidebar,
body #primary #main .portfolios article .case-studies-container .case-study-sidebar,
body #primary #main .portfolios article .case-study-container .case-study-sidebar,
body #primary #main .portfolios article .portfolios-gallery .case-study-sidebar {
  margin-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.3em;
}
body #primary #main .case-studies article .case-studies-container .case-study-sidebar li,
body #primary #main .case-studies article .case-study-container .case-study-sidebar li,
body #primary #main .case-studies article .portfolios-gallery .case-study-sidebar li,
body #primary #main .case-study article .case-studies-container .case-study-sidebar li,
body #primary #main .case-study article .case-study-container .case-study-sidebar li,
body #primary #main .case-study article .portfolios-gallery .case-study-sidebar li,
body #primary #main .portfolios article .case-studies-container .case-study-sidebar li,
body #primary #main .portfolios article .case-study-container .case-study-sidebar li,
body #primary #main .portfolios article .portfolios-gallery .case-study-sidebar li {
  font-size: 14px;
}
body #primary #main .case-studies article .case-studies-container .case-study-sidebar li strong,
body #primary #main .case-studies article .case-study-container .case-study-sidebar li strong,
body #primary #main .case-studies article .portfolios-gallery .case-study-sidebar li strong,
body #primary #main .case-study article .case-studies-container .case-study-sidebar li strong,
body #primary #main .case-study article .case-study-container .case-study-sidebar li strong,
body #primary #main .case-study article .portfolios-gallery .case-study-sidebar li strong,
body #primary #main .portfolios article .case-studies-container .case-study-sidebar li strong,
body #primary #main .portfolios article .case-study-container .case-study-sidebar li strong,
body #primary #main .portfolios article .portfolios-gallery .case-study-sidebar li strong {
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}
body #primary #main .case-studies article .case-studies-container .case-study-sidebar li span,
body #primary #main .case-studies article .case-study-container .case-study-sidebar li span,
body #primary #main .case-studies article .portfolios-gallery .case-study-sidebar li span,
body #primary #main .case-study article .case-studies-container .case-study-sidebar li span,
body #primary #main .case-study article .case-study-container .case-study-sidebar li span,
body #primary #main .case-study article .portfolios-gallery .case-study-sidebar li span,
body #primary #main .portfolios article .case-studies-container .case-study-sidebar li span,
body #primary #main .portfolios article .case-study-container .case-study-sidebar li span,
body #primary #main .portfolios article .portfolios-gallery .case-study-sidebar li span {
  display: block;
  font-weight: 200;
  margin-bottom: 30px;
}
body #primary #main .case-studies article .case-studies-container span.sidebar-label,
body #primary #main .case-studies article .case-study-container span.sidebar-label,
body #primary #main .case-studies article .portfolios-gallery span.sidebar-label,
body #primary #main .case-study article .case-studies-container span.sidebar-label,
body #primary #main .case-study article .case-study-container span.sidebar-label,
body #primary #main .case-study article .portfolios-gallery span.sidebar-label,
body #primary #main .portfolios article .case-studies-container span.sidebar-label,
body #primary #main .portfolios article .case-study-container span.sidebar-label,
body #primary #main .portfolios article .portfolios-gallery span.sidebar-label {
  font-weight: 600 !important;
  margin-bottom: 0px !important;
}
body #primary #main .case-studies article .case-studies-container .case-study-content,
body #primary #main .case-studies article .case-study-container .case-study-content,
body #primary #main .case-studies article .portfolios-gallery .case-study-content,
body #primary #main .case-study article .case-studies-container .case-study-content,
body #primary #main .case-study article .case-study-container .case-study-content,
body #primary #main .case-study article .portfolios-gallery .case-study-content,
body #primary #main .portfolios article .case-studies-container .case-study-content,
body #primary #main .portfolios article .case-study-container .case-study-content,
body #primary #main .portfolios article .portfolios-gallery .case-study-content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding-left: 0.3em;
}
body #primary #main .case-studies article .case-studies-container .case-study-content p,
body #primary #main .case-studies article .case-study-container .case-study-content p,
body #primary #main .case-studies article .portfolios-gallery .case-study-content p,
body #primary #main .case-study article .case-studies-container .case-study-content p,
body #primary #main .case-study article .case-study-container .case-study-content p,
body #primary #main .case-study article .portfolios-gallery .case-study-content p,
body #primary #main .portfolios article .case-studies-container .case-study-content p,
body #primary #main .portfolios article .case-study-container .case-study-content p,
body #primary #main .portfolios article .portfolios-gallery .case-study-content p {
  padding-bottom: 1em;
}
body #primary #main .case-studies article .case-studies-container .case-study-content ul,
body #primary #main .case-studies article .case-study-container .case-study-content ul,
body #primary #main .case-studies article .portfolios-gallery .case-study-content ul,
body #primary #main .case-study article .case-studies-container .case-study-content ul,
body #primary #main .case-study article .case-study-container .case-study-content ul,
body #primary #main .case-study article .portfolios-gallery .case-study-content ul,
body #primary #main .portfolios article .case-studies-container .case-study-content ul,
body #primary #main .portfolios article .case-study-container .case-study-content ul,
body #primary #main .portfolios article .portfolios-gallery .case-study-content ul {
  padding: 1em 0;
}
body #primary #main .case-studies article .case-studies-container .case-study-content li,
body #primary #main .case-studies article .case-study-container .case-study-content li,
body #primary #main .case-studies article .portfolios-gallery .case-study-content li,
body #primary #main .case-study article .case-studies-container .case-study-content li,
body #primary #main .case-study article .case-study-container .case-study-content li,
body #primary #main .case-study article .portfolios-gallery .case-study-content li,
body #primary #main .portfolios article .case-studies-container .case-study-content li,
body #primary #main .portfolios article .case-study-container .case-study-content li,
body #primary #main .portfolios article .portfolios-gallery .case-study-content li {
  list-style: initial;
  padding-bottom: 1em;
  margin-left: 1em;
  font-size: 18px;
}
body #primary #main .case-studies article .case-studies-container .case-study-content h3,
body #primary #main .case-studies article .case-study-container .case-study-content h3,
body #primary #main .case-studies article .portfolios-gallery .case-study-content h3,
body #primary #main .case-study article .case-studies-container .case-study-content h3,
body #primary #main .case-study article .case-study-container .case-study-content h3,
body #primary #main .case-study article .portfolios-gallery .case-study-content h3,
body #primary #main .portfolios article .case-studies-container .case-study-content h3,
body #primary #main .portfolios article .case-study-container .case-study-content h3,
body #primary #main .portfolios article .portfolios-gallery .case-study-content h3 {
  padding-top: 20px;
}
body #primary #main .case-studies article .case-studies-container .et_pb_gallery_items,
body #primary #main .case-studies article .case-study-container .et_pb_gallery_items,
body #primary #main .case-studies article .portfolios-gallery .et_pb_gallery_items,
body #primary #main .case-study article .case-studies-container .et_pb_gallery_items,
body #primary #main .case-study article .case-study-container .et_pb_gallery_items,
body #primary #main .case-study article .portfolios-gallery .et_pb_gallery_items,
body #primary #main .portfolios article .case-studies-container .et_pb_gallery_items,
body #primary #main .portfolios article .case-study-container .et_pb_gallery_items,
body #primary #main .portfolios article .portfolios-gallery .et_pb_gallery_items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.3em;
}
body #primary #main .case-studies article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
body #primary #main .case-studies article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
body #primary #main .case-studies article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
body #primary #main .case-study article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
body #primary #main .case-study article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
body #primary #main .case-study article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
body #primary #main .portfolios article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
body #primary #main .portfolios article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image,
body #primary #main .portfolios article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
  overflow: hidden;
  position: relative;
}
body #primary #main .case-studies article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before,
body #primary #main .case-studies article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before,
body #primary #main .case-studies article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before,
body #primary #main .case-study article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before,
body #primary #main .case-study article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before,
body #primary #main .case-study article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before,
body #primary #main .portfolios article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before,
body #primary #main .portfolios article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before,
body #primary #main .portfolios article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image .et_overlay:before {
  content: "";
}
body #primary #main .case-studies article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child),
body #primary #main .case-studies article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child),
body #primary #main .case-studies article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:not(:first-child),
body #primary #main .case-study article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child),
body #primary #main .case-study article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child),
body #primary #main .case-study article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:not(:first-child),
body #primary #main .portfolios article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child),
body #primary #main .portfolios article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child),
body #primary #main .portfolios article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) {
  width: 19.9%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body #primary #main .case-studies article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) .et_pb_gallery_image,
body #primary #main .case-studies article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) .et_pb_gallery_image,
body #primary #main .case-studies article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) .et_pb_gallery_image,
body #primary #main .case-study article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) .et_pb_gallery_image,
body #primary #main .case-study article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) .et_pb_gallery_image,
body #primary #main .case-study article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) .et_pb_gallery_image,
body #primary #main .portfolios article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) .et_pb_gallery_image,
body #primary #main .portfolios article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) .et_pb_gallery_image,
body #primary #main .portfolios article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:not(:first-child) .et_pb_gallery_image {
  margin-right: 1em;
}
body #primary #main .case-studies article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:first-child .et_pb_gallery_image,
body #primary #main .case-studies article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:first-child .et_pb_gallery_image,
body #primary #main .case-studies article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:first-child .et_pb_gallery_image,
body #primary #main .case-study article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:first-child .et_pb_gallery_image,
body #primary #main .case-study article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:first-child .et_pb_gallery_image,
body #primary #main .case-study article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:first-child .et_pb_gallery_image,
body #primary #main .portfolios article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:first-child .et_pb_gallery_image,
body #primary #main .portfolios article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:first-child .et_pb_gallery_image,
body #primary #main .portfolios article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:first-child .et_pb_gallery_image {
  margin-right: 3em;
}
body #primary #main .case-studies article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-studies article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-studies article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-study article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-study article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-study article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .portfolios article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .portfolios article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .portfolios article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .gallery-image img {
  margin-bottom: 0 !important;
}
body #primary #main .case-studies article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:first-child .gallery-image img,
body #primary #main .case-studies article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:first-child .gallery-image img,
body #primary #main .case-studies article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:first-child .gallery-image img,
body #primary #main .case-study article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:first-child .gallery-image img,
body #primary #main .case-study article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:first-child .gallery-image img,
body #primary #main .case-study article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:first-child .gallery-image img,
body #primary #main .portfolios article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item:first-child .gallery-image img,
body #primary #main .portfolios article .case-study-container .et_pb_gallery_items .et_pb_gallery_item:first-child .gallery-image img,
body #primary #main .portfolios article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item:first-child .gallery-image img {
  margin-bottom: 0.7em !important;
}
body #primary #main .case-studies article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-studies article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-studies article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-study article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-study article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .case-study article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .portfolios article .case-studies-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .portfolios article .case-study-container .et_pb_gallery_items .et_pb_gallery_item .gallery-image img,
body #primary #main .portfolios article .portfolios-gallery .et_pb_gallery_items .et_pb_gallery_item .gallery-image img {
  margin-bottom: 0 !important;
}
body #primary #main .case-studies article .content,
body #primary #main .case-study article .content,
body #primary #main .portfolios article .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1em;
}
body #primary #main .case-studies article .content .meta,
body #primary #main .case-study article .content .meta,
body #primary #main .portfolios article .content .meta {
  display: none;
}
body #primary #main .case-studies article .content h3,
body #primary #main .case-study article .content h3,
body #primary #main .portfolios article .content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff !important;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 1em;
}
body #primary #main .case-studies article .content h4,
body #primary #main .case-study article .content h4,
body #primary #main .portfolios article .content h4 {
  color: #8D8D8D !important;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1em;
}
body #primary #main .case-studies article .content .excerpt p,
body #primary #main .case-study article .content .excerpt p,
body #primary #main .portfolios article .content .excerpt p {
  color: #cbcad0 !important;
}
body #primary #main .case-studies article .content .excerpt a,
body #primary #main .case-study article .content .excerpt a,
body #primary #main .portfolios article .content .excerpt a {
  color: #333 !important;
  text-decoration: underline !important;
  font-weight: 400;
}

.sliderButtons-wrapper .unslider-arrow {
  padding-bottom: 0 !important;
}

.case-study-container {
  width: 90% !important;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  body #primary #main .case-studies article .et_pb_gallery_image {
    margin-right: 0 !important;
    margin: auto !important;
  }
  body #primary #main .case-studies article .case-studies-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #primary #main .case-studies article .case-studies-container .case-studies-gallery {
    margin-right: 0;
  }
  body #primary #main .case-studies article .case-studies-container .content {
    padding-right: 0;
  }

  a.gallery-image.main-image,
.content h4 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  h4.heading4 {
    margin-bottom: 40px !important;
    line-height: 25px !important;
  }

  .case-studies-gallery,
.portfolios-gallery {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-bottom: 40px !important;
    padding: 0 !important;
  }

  .case-study-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .case-study-container .case-study-sidebar {
    margin-right: 0 !important;
    position: relative !important;
  }
  .case-study-container .case-study-sidebar ul {
    display: none;
  }
  .case-study-container .case-study-sidebar h2:before {
    font-family: ETmodules;
    content: "P";
    position: absolute;
    font-size: 18px;
    right: 0;
  }
  .case-study-container .case-study-sidebar h2.special:before {
    content: "O";
  }
}
/* Divi Map Module */
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_map .gm-style-iw {
  color: #65646a;
}

.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#homepage-slider {
  padding: 0 !important;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#homepage-slider .et_pb_row {
  padding: 0 !important;
  width: 100%;
  max-width: none;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#homepage-slider .et_pb_row .et_pb_module {
  margin: 0 auto !important;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#homepage-slider .et_pb_row .et_pb_module .et_pb_slide {
  height: 100vh;
  min-height: 450px;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#homepage-slider .et_pb_row .et_pb_text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px 2.5%;
  border-radius: 10px;
  z-index: 9;
}
.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#homepage-slider .et_pb_row .et_pb_text p {
  max-width: 100%;
}

.fullwidth-menu {
  z-index: 10 !important;
}

.unslider-arrow.prev {
  padding-right: 0px !important;
}

.arrow-box {
  padding-top: 15px !important;
}

a.unslider-arrow.next div:hover,
a.unslider-arrow.prev div:hover {
  background: #f8f8f8 !important;
}

.post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1600px;
  margin: 60px auto;
  padding-top: 150px;
  min-height: 500px;
}
.post-content .date {
  color: #a3a3a3;
  margin: 20px 0 10px;
  text-transform: uppercase;
  font-weight: 100;
}
.post-content .post-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-content .post-sidebar p {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
  text-decoration: underline;
}
.post-content .post-sidebar a:hover, .post-content .post-sidebar a:focus {
  color: #cbcad0;
}
.post-content .post-cms {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  border-top: 1px solid #7e7d84;
}
.post-content .post-cms .entry-content {
  margin: 20px 0;
}
.post-content .post-cms a {
  border-bottom: 1px solid #CACACA;
  font-weight: 600;
}
.post-content .post-cms a:hover, .post-content .post-cms a:focus {
  color: #cbcad0;
}
@media only screen and (max-width: 480px) {
  .post-content .post-cms {
    padding: 1.5rem;
    text-align: left;
  }
}
.post-content .post-nav {
  padding: 10px 0px;
  border-top: 1px solid #7e7d84;
  border-bottom: 1px solid #7e7d84;
}
.post-content .post-nav a {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.post-content .post-nav a:hover, .post-content .post-nav a:focus {
  color: #cbcad0;
}
.post-content .post-nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-content .post-nav .nav-links a:before, .post-content .post-nav .nav-links a:after {
  display: inline-block;
  position: absolute;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-content .post-nav .nav-previous {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-content .post-nav .nav-previous a {
  padding-left: 1em;
}
.post-content .post-nav .nav-previous a:before {
  content: "4";
  margin-left: -15px;
  margin-top: 0.4em;
}
.post-content .post-nav .nav-next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.post-content .post-nav .nav-next a {
  margin-right: 1em;
}
.post-content .post-nav .nav-next a:after {
  content: "5";
  margin-left: 0.1em;
  margin-top: 0.4em;
}
.post-content #et-boc #et_builder_outer_content .et_pb_section {
  padding: 2% 0;
}
.post-content #et-boc #et_builder_outer_content .et_pb_section .et_pb_row {
  width: 100%;
}
.post-content #et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p {
  max-width: 100% !important;
}
@media only screen and (max-width: 480px) {
  .post-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding-top: 60px;
  }
  .post-content .post-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 20px 0;
  }
  .post-content .post-cms {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin: 60px auto;
}
.page-content .date {
  color: #a3a3a3;
  margin: 10px 0;
}
.page-content .page-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-content .page-sidebar h3 {
  color: #1d5632;
  margin-top: 10px;
}
.page-content .page-cms {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.page-content #et-boc #et_builder_outer_content .et_pb_section {
  padding: 2% 0;
}
.page-content #et-boc #et_builder_outer_content .et_pb_section .et_pb_row {
  width: 100%;
}
.page-content #et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p {
  max-width: 100% !important;
}

#et-boc #et_builder_outer_content a {
  font-weight: bold;
}
#et-boc #et_builder_outer_content p a {
  color: #FFFFFF !important;
}
#et-boc #et_builder_outer_content a.small {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
#et-boc #et_builder_outer_content a.small:after {
  display: inline-block;
  content: "5";
  position: absolute;
  font-size: 16px;
  margin-left: 0em;
  margin-top: 0.48em;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#et-boc #et_builder_outer_content a.small:hover:after {
  margin-left: 0.5em;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module {
  margin-bottom: 4%;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module:first-child {
  margin-bottom: 1%;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p {
  max-width: 1600px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #cbcad0 !important;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p2 {
  font-size: 14px;
  font-size: 0.875rem;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module ul > li {
  margin-bottom: 0.1em;
  margin-left: 0.3em;
  color: #cbcad0;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module ul.unslider-wrap li {
  margin-left: auto !important;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form {
  margin: 15px auto;
  max-width: 600px;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form p.et_pb_contact_field {
  margin: 15px auto;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form input[type=text], #et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form textarea {
  background-color: #000;
  color: #7e7d84;
  font-weight: 300;
  border: 1px solid #7e7d84 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form .et_pb_contact_submit {
  border: none;
  padding: 0;
  line-height: 1.1em !important;
  text-transform: uppercase;
  border-bottom: 1px solid #7e7d84 !important;
  border-radius: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form .et_pb_contact_submit:after {
  display: inline-block !important;
  content: "5" !important;
  position: absolute;
  opacity: 1 !important;
  font-size: 16px;
  margin-left: 0em;
  margin-top: -0.1em;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form .et_pb_contact_submit:hover:after {
  margin-left: 0.5em;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form .et_contact_bottom_container {
  margin: 0 auto;
  float: none;
  text-align: center;
}
#et-boc #et_builder_outer_content .et_pb_section .column-4-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#et-boc #et_builder_outer_content .et_pb_section .column-4-list .et_pb_column {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#et-boc #et_builder_outer_content .et_pb_section .column-4-list .et_pb_module {
  height: 100%;
}
#et-boc #et_builder_outer_content .et_pb_section .column-4-list .et_pb_module p {
  font-size: 14px;
  font-size: 0.875rem;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_module.border-left {
  border-left: 1px solid #cbcad0;
  padding-left: 30px;
  height: 100%;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_module.border-left ul > li {
  margin-bottom: 1em !important;
  font-size: 18px;
  font-size: 1.125rem;
}
#et-boc #et_builder_outer_content .et_pb_section .et_pb_row.border-top {
  border-top: 1px solid #cbcad0;
}
#et-boc #et_builder_outer_content .et_pb_section a.et_pb_module.et_pb_button {
  padding: 0.6em 2.5em;
  border-radius: 4px;
  font-size: 17px;
  font-size: 1.0625rem;
}
#et-boc #et_builder_outer_content .et_pb_section#real-estate h2, #et-boc #et_builder_outer_content .et_pb_section#real-estate h3 {
  color: #4d7f70;
}
#et-boc #et_builder_outer_content .et_pb_section#real-estate .et_pb_row .et_pb_module.et_pb_text p {
  color: #65646a !important;
}
#et-boc #et_builder_outer_content .et_pb_section#construction-management h2, #et-boc #et_builder_outer_content .et_pb_section#construction-management h3 {
  color: #004a87;
}
#et-boc #et_builder_outer_content .et_pb_section#construction-management .et_pb_row .et_pb_module.et_pb_text p {
  color: #65646a !important;
}
#et-boc #et_builder_outer_content .et_pb_section:nth-child(even) {
  background-color: #000000;
}
#et-boc #et_builder_outer_content .et_pb_section.page_hero {
  padding: 0;
}
#et-boc #et_builder_outer_content .et_pb_section.page_hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row {
  width: 100%;
  max-width: 1980px;
  padding: 0;
  height: 300px;
  overflow: hidden;
  display: block;
}
#et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row.small-info {
  padding: 65px;
}
#et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row.small-info .et_pb_module {
  padding: 1% 8% 0;
}
@media only screen and (max-width: 768px) {
  #et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row.small-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  #et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row.small-info {
    padding: 15px;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row .et_pb_module {
  padding: 3% 8% 0 8%;
  color: #FFF;
}
#et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row .et_pb_module.page_hero_title {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
  margin-bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  #et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row .et_pb_module.page_hero_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row .et_pb_module.page_hero_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  #et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row .et_pb_module.page_hero_title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  #et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
@media only screen and (max-width: 480px) {
  #et-boc #et_builder_outer_content .et_pb_section.page_hero .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.homepage_hero {
  padding: 0;
  height: 100vh;
}
#et-boc #et_builder_outer_content .et_pb_section.homepage_hero:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(10, 10, 20, 0.6);
  content: "";
}
#et-boc #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row {
  width: 100%;
  padding: 0;
  overflow: hidden;
  display: block;
}
#et-boc #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_column {
  display: block;
  position: relative;
}
#et-boc #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info {
  padding: 65px;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#et-boc #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info p {
  color: #FFF !important;
}
#et-boc #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.learn-more {
  position: absolute;
  top: 94%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#et-boc #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
  color: #FFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #et-boc #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
@media only screen and (max-width: 480px) {
  #et-boc #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.background-bg {
  padding: 0;
  height: 650px;
}
@media only screen and (max-width: 880px) {
  #et-boc #et_builder_outer_content .et_pb_section.background-bg {
    height: 750px;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.background-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.85);
  content: "";
}
#et-boc #et_builder_outer_content .et_pb_section.background-bg.no-filter:before {
  background: rgba(0, 0, 0, 0);
}
#et-boc #et_builder_outer_content .et_pb_section.background-bg .et_pb_row {
  width: 100%;
  padding: 0;
  overflow: hidden;
  display: block;
}
#et-boc #et_builder_outer_content .et_pb_section.background-bg .et_pb_row .et_pb_column {
  display: block;
  position: relative;
}
#et-boc #et_builder_outer_content .et_pb_section.background-bg .et_pb_row.small-info {
  padding: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 780px;
}
#et-boc #et_builder_outer_content .et_pb_section.background-bg .et_pb_row.small-info p {
  max-width: 700px;
}
@media only screen and (max-width: 880px) {
  #et-boc #et_builder_outer_content .et_pb_section.background-bg .et_pb_row.small-info {
    padding: 15px;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.background-bg .et_pb_row .et_pb_module {
  color: #FFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #et-boc #et_builder_outer_content .et_pb_section.background-bg .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
@media only screen and (max-width: 480px) {
  #et-boc #et_builder_outer_content .et_pb_section.background-bg .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
#et-boc #et_builder_outer_content .et_pb_section .column-4-list p {
  padding-bottom: 0em;
}
#et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row .et_pb_image {
  cursor: pointer;
}
#et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row .et_pb_image img {
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
    margin-right: 0%;
  }
  #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row .et_pb_column.et_pb_column_1_4 img {
    max-width: 350px;
  }
  #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row .et_pb_column.et_pb_column_1_4 .et_pb_text p {
    text-align: center;
    margin-bottom: 1em;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module {
  position: absolute;
  background: black;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 4% 5% 4% 5%;
  z-index: 2;
  max-width: none;
}
@media only screen and (min-width: 1600px) {
  #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module {
    padding: 4% calc((100% - 1600px) / 2);
  }
}
#et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close {
  position: absolute;
  color: #65646a;
  top: 0px;
  right: 50px;
}
@media only screen and (max-width: 480px) {
  #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close {
    top: 0px;
    right: 2%;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close-button {
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  display: inline-block;
  text-indent: -9999px;
}
#et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close-button span {
  display: none;
}
#et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close-button:before, #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close-button:after {
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -17.5px;
  display: block;
  height: 3px;
  width: 35px;
  background-color: #65646a;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 480px) {
  #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close-button:before, #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close-button:after {
    height: 1.5px;
    width: 17.5px;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close-button:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close-button:hover:before, #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module .close-button:hover:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #FFFFFF;
}
@media only screen and (max-width: 980px) and (min-width: 600px) {
  #et-boc #et_builder_outer_content .et_pb_section.executive-overlay .et_pb_row.hidden-module {
    padding: 100px 5%;
  }
}
#et-boc #et_builder_outer_content .et_pb_row.hidden-module#donald-logie, #et-boc #et_builder_outer_content .et_pb_row.hidden-module#william-jussup {
  background: #65646A;
}
#et-boc #et_builder_outer_content .et_pb_row.hidden-module#donald-logie .close-button:before, #et-boc #et_builder_outer_content .et_pb_row.hidden-module#donald-logie .close-button:after, #et-boc #et_builder_outer_content .et_pb_row.hidden-module#william-jussup .close-button:before, #et-boc #et_builder_outer_content .et_pb_row.hidden-module#william-jussup .close-button:after {
  background-color: #cbcad0;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth {
  padding: 0;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth a {
  color: #FFF;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth {
  margin: 0;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column {
  margin: 0;
  width: 50%;
  padding: 150px 80px;
  min-height: 700px;
  max-height: 700px;
  display: block;
}
@media only screen and (max-width: 600px) {
  #et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column {
    padding: 50px;
    min-height: 500px;
    max-height: 500px;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(95, 95, 107, 0.5);
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:hover:before {
  background-color: rgba(95, 95, 107, 0.3);
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:first-child:before {
  width: 50%;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:last-child:before {
  width: 50%;
  left: 50%;
}
@media only screen and (max-width: 980px) {
  #et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:first-child:before {
    width: 100%;
    height: 50%;
  }
  #et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:last-child:before {
    width: 100%;
    left: 0;
    top: 50%;
    height: 50%;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .bottom-left-link {
  position: absolute;
  bottom: 35px;
}
@media only screen and (max-width: 600px) {
  #et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .bottom-left-link {
    position: relative;
    margin: 66% 14% !important;
  }
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module {
  margin-bottom: 1%;
  margin: 4% 0;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module p {
  max-width: 500px;
  color: #FFF;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module p2 {
  max-width: 600px;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module h2, #et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module h3 {
  max-width: none;
  position: relative;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module h3 {
  margin-bottom: 0px;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_button {
  margin-top: 2%;
  padding: 1em 3em 1em 2.5em;
  border-radius: 0px;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #adadad !important;
          text-decoration-color: #adadad !important;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_button:hover {
  -webkit-text-decoration-color: #000 !important;
          text-decoration-color: #000 !important;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_button_module_wrapper a:after {
  display: inline-block !important;
  content: "5" !important;
  position: absolute;
  opacity: 1 !important;
  font-size: 16px;
  margin-left: 0em;
  margin-top: 0.1em;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#et-boc #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_button_module_wrapper a:hover:after {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  #et-boc #et_builder_outer_content .reduced_padding .et_pb_column {
    padding: 60px 40px !important;
    min-height: none !important;
    max-height: none !important;
  }
}

.content-area .error-404 {
  margin-bottom: 50px;
}
.content-area .error-404 .hero-banner {
  height: 900px;
  overflow: hidden;
  display: block;
}
.content-area .error-404 .hero-banner .small-info {
  top: 45%;
}
.content-area .error-404 .hero-banner h3 {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .content-area .error-404 .hero-banner {
    height: 500px;
  }
  .content-area .error-404 .hero-banner .small-info {
    top: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .content-area .error-404 .hero-banner {
    height: 400px;
  }
  .content-area .error-404 .hero-banner .small-info {
    top: 20%;
  }
}

.post-content hr {
  border: 1px solid #65646a;
  margin: 25px 0px;
}
.post-content p {
  font-size: 17px;
}
.post-content .post-sidebar h4 {
  color: #65646a;
  font-weight: 500;
}
.post-content .post-sidebar .date {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 1.5em;
}
.post-content .post-sidebar .tag {
  color: #65646a;
  font-size: 14px;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
.post-content .post-cms .blog-flex {
  width: 100%;
}
.post-content .post-cms .blog-flex .blog-item {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 360px;
}
.post-content .post-cms .blog-flex .blog-item .blog-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 500px;
  height: inherit;
  overflow: hidden;
}
.post-content .post-cms .blog-flex .blog-item .blog-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 30px;
}
.post-content .post-cms .blog-flex .blog-item .blog-content h3 a {
  color: #65646a;
}
.post-content .post-cms .blog-flex .blog-item .blog-content h3 a:hover {
  color: #0388ab;
}
.post-content .post-cms .blog-flex .blog-item .info-button a {
  background-color: #00b3e2;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 0.8em 2.2em;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
}
.post-content .post-cms .blog-flex .blog-item .info-button a:hover {
  background-color: #0388ab;
}
.post-content .post-cms .blog-flex .blog-item img {
  vertical-align: middle;
  border: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .post-content {
    text-align: center;
  }
}

.filter-grey {
  position: relative;
}
.filter-grey:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.filter-grey:hover:after {
  background-color: rgba(0, 0, 0, 0.35);
}

.page-content hr {
  border: 1px solid #65646a;
  margin: 25px 0px;
}
.page-content p {
  font-size: 14px;
}
.page-content #infinite-handle {
  text-align: center;
}
.page-content #infinite-handle span {
  background: none;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 16px;
  text-transform: uppercase;
  text-align: center;
}
.page-content #infinite-handle span button {
  text-transform: uppercase;
  line-height: 2.85em;
}
.page-content #infinite-handle span button:after {
  display: inline-block;
  content: "P";
  position: absolute;
  margin-left: 0.4em;
  font-size: 35px;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-content .infinite-loader .spinner {
  width: 0;
  margin: 0 auto;
}
.page-content .page-cms .news-flex {
  width: 100%;
}
.page-content .page-cms .news-flex .news-item {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  min-width: 360px;
}
.page-content .page-cms .news-flex .news-item .news-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 350px;
  min-width: 350px;
  height: inherit;
  overflow: hidden;
}
.page-content .page-cms .news-flex .news-item .news-content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-left: 50px;
  border-top: 1px solid #7e7d84;
  border-bottom: 1px solid #7e7d84;
}
.page-content .page-cms .news-flex .news-item .news-content h2 a {
  font-size: 22px;
  font-size: 1.375rem;
  color: #FFFFFF;
}
.page-content .page-cms .news-flex .news-item .news-content h2 a:hover {
  color: #cbcad0;
}
.page-content .page-cms .news-flex .news-item .news-content p.date {
  text-transform: uppercase;
  font-weight: 100;
}
.page-content .page-cms .news-flex .news-item .info-button {
  margin-bottom: 15px;
}
.page-content .page-cms .news-flex .news-item .info-button a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  font-size: 1rem;
  margin-top: 15px;
}
.page-content .page-cms .news-flex .news-item img {
  vertical-align: middle;
  border: 0;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .page-content {
    width: 100%;
    margin: 20px 0px;
  }
  .page-content .page-cms .news-flex .news-item {
    padding: 0 25px;
    min-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-content .page-cms .news-flex .news-item > a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .page-content .page-cms .news-flex .news-item .news-img {
    width: 100%;
    margin: 0 auto;
    max-width: none;
    min-width: 300px;
  }
  .page-content .page-cms .news-flex .news-item .news-content {
    margin: 10px 0px;
    padding: 1.5rem;
  }
  .page-content .page-cms .news-flex .news-item .info-button a {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .page-content .page-cms .news-flex .news-item {
    padding: 0;
    min-width: 300px;
  }
  .page-content .page-cms .news-flex .news-item .news-img {
    min-width: 300px;
  }
}

.filter-grey {
  position: relative;
}
.filter-grey:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.filter-grey:hover:after {
  background-color: rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 980px) {
  header ul > li {
    margin-left: 0.7em;
  }

  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column_1_2.images {
    max-width: 30%;
  }
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column_1_2.images:first-child {
    margin-right: 40px;
  }
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column_1_2.images:last-child {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 881px) {
  #menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  header {
    height: 70px;
  }
  header .top-menu {
    display: none;
  }
  header .bottom-menu {
    padding: 0px 5% 0px;
  }
  header .logo-link {
    width: auto;
    max-width: none;
    padding-bottom: 5px;
    height: 72px;
  }
  header .logo-link img {
    height: 100%;
    width: auto;
  }
  header ul {
    margin-top: 35px;
  }
  header #nav-menu > li {
    width: 100%;
    margin: 0;
  }
  header .menu-main-menu-container {
    display: none;
  }

  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section#top-banner h1 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 4% !important;
    margin: 0 !important;
  }
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.images {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    overflow: hidden;
  }
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.images .et_pb_image {
    height: auto !important;
    width: 50% !important;
    position: static;
    opacity: 1 !important;
    -webkit-animation: none;
            animation: none;
  }
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.images .et_pb_image img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  footer {
    padding-top: 25px;
  }
  footer .footer-main {
    display: block;
  }
  footer .footer-main .logo-link {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 45%;
  }
  footer .footer-main .logo-link img {
    margin: 0 auto;
  }
  footer #secondary .widget.widget_nav_menu {
    padding-left: 0;
  }

  .footer-credits {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row {
    display: block;
  }
  body.et_divi_builder #et-boc #et_builder_outer_content .et_pb_section.checkered .et_pb_row .et_pb_column {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer #secondary {
    display: block;
  }
  footer #secondary .widget {
    padding: 0;
    text-align: center;
    margin-bottom: 2em;
  }
}
.admin-bar header {
  top: 32px;
}

/*# sourceMappingURL=style.css.map*/