@charset "UTF-8";
/*:::: (3) GLOBAL STYLES :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500&family=Lato:wght@100;300;400;700&family=Montserrat:wght@100;200;300;400;500;600;700&family=Raleway:wght@400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/termina-test");
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, input, 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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

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;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.black {
  color: #292D3A;
}

.med-black {
  color: #555555;
}

.text {
  color: #625B5B;
}

.footer-text {
  color: #929090;
}

.nice_gray {
  color: #a9a9a9;
}

.gray {
  color: #606060;
}

.lt_gray {
  color: #e9e9e9;
}

.faint_gray {
  color: #fafafa;
}

.md_gray {
  color: #cccccc;
}

.white {
  color: #FFFFFF;
}

.off-white {
  color: #ecede9;
}

.red {
  color: #B23115;
}

.tan {
  color: #C1BEA4;
}

.blue {
  color: #0E181D;
}

.blue2 {
  color: rgb(27, 34, 41);
}

.orange {
  color: #c66f34;
}

.orange2 {
  color: #EB5E28;
}

.orange3 {
  color: #F08000;
}

.orange4 {
  color: #FFAA33;
}

.orange5 {
  color: #FFC000;
}

.orange6 {
  color: #C97136;
}

.orange7 {
  color: #c66f34;
}

.green {
  color: #3f4b4d;
}

.olive {
  color: #646F34;
}

.gl_orange {
  color: #D36A20;
}

.gl_orange2 {
  color: #E17C37;
}

.gl_gold {
  color: #E39D11;
}

.gl_gray {
  color: #D1D3D4;
}

.gl_blue {
  color: #202744;
}

.gl_blue_md {
  color: #343F6E;
}

.gl_blue_lt {
  color: #4A5A9C;
}

/*
	$minute:		.75rem;		// 12px
	$ittybitty:		.8125rem;	// 13px
	$tiny:			875rem;		// 14px
	$smaller:		.9375rem;	// 15px
	$small:			1rem;		// 16px
	$default:		1.125rem;	// 18px
	$large:			1.5rem;		// 24px
	$larger:		2rem;		// 32px
	$xlarge:		2.5rem;		// 40px
	$x2large:		3rem;		// 48px
	$x3large:		3.5rem;		// 56px
*/
.question {
  color: #3F7188;
  color: #B23115;
  font-weight: 700;
}

.question2 {
  font-weight: 700;
  font-size: 1.25rem;
  background-color: rgb(200, 25, 25);
  padding: 2.25vh 4rem 2vh 7rem;
  color: #FFFFFF;
  position: relative;
  border-radius: 5px;
}
.question2:before {
  content: "?";
  font-size: 2rem;
  position: absolute;
  left: 1vw;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  border: 2px solid #FFFFFF;
}

/*
.trans {
	// parallax shrink and sticky header on scroll
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.trans_slow {
	// parallax shrink and sticky header on scroll
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.trans_medium {
	// parallax shrink and sticky header on scroll
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.trans_fast {
	// parallax shrink and sticky header on scroll
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

*/
/*
@mixin flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;

    >* {
        ul {
            padding-top: 0;
            margin-top: 0;
        }
    }
}
*/
@-webkit-keyframes in {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.8;
  }
}
.test_fonts.dark_bkgd {
  background-color: #111626;
  padding: 4vh 8vw;
}
.test_fonts div h4 {
  border-bottom: 1px solid #606060;
  margin-bottom: 0.5rem;
}
.test_fonts div:nth-of-type(1) h4 span:after {
  content: "Weight";
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  display: block;
}
.test_fonts div:nth-of-type(2) h4 span:after {
  content: "Lato";
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  display: block;
}
.test_fonts div:nth-of-type(3) h4 span:after {
  content: "Barlow Condensed";
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  display: block;
}
.test_fonts div:nth-of-type(4) h4 span:after {
  content: "Times New Roman";
  font-family: "Times New Roman", sans-serif;
  line-height: 1.2;
  display: block;
}
.test_fonts div {
  font-size: 1.25rem;
  line-height: 1.1;
  color: #444;
  padding: 0.125rem 0;
  margin: 0;
}
.test_fonts div:nth-of-type(1) div {
  font-family: "Lato", sans-serif;
}
.test_fonts div:nth-of-type(2) div {
  font-family: "Lato", sans-serif;
}
.test_fonts div:nth-of-type(3) div {
  font-family: "Oswald", sans-serif;
}
.test_fonts div:nth-of-type(4) div {
  font-family: "Times New Roman", sans-serif;
}
.test_fonts div:nth-of-type(1) {
  font-weight: 100;
}
.test_fonts div:nth-of-type(2) {
  font-weight: 200;
}
.test_fonts div:nth-of-type(3) {
  font-weight: 300;
}
.test_fonts div:nth-of-type(4) {
  font-weight: 400;
}
.test_fonts div:nth-of-type(5) {
  font-weight: 500;
}
.test_fonts div:nth-of-type(6) {
  font-weight: 600;
}
.test_fonts div:nth-of-type(7) {
  font-weight: 700;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #625B5B;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ittybitty {
  font-size: 0.75rem;
}

.tiny {
  font-size: 0.8125rem;
}

.smaller {
  font-size: 0.875rem;
}

.small {
  font-size: 0.9375rem;
}

.default {
  font-size: 1rem;
}

.large {
  font-size: 1.25rem;
}

.larger {
  font-size: 1.5rem;
}

.xlarge {
  font-size: 2rem;
}

.x2large {
  font-size: 2.5rem;
}

.x3large {
  font-size: 3rem;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #292D3A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  color: #292D3A;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  margin: 1.5rem 0 0.5rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  border-bottom: 0;
}

h1 {
  font-size: 2rem;
}

h1[itemprop=headline] {
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  h1[itemprop=headline] {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1000px) {
  h1[itemprop=headline] {
    font-size: 2.5rem;
  }
}

body.home h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #292D3A;
  letter-spacing: 0.1rem;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  font-weight: 400;
}
body.home h1 span {
  color: #c66f34;
}

h2 {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

h3 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.075rem;
  font-weight: 400;
  color: #625B5B;
  margin-top: 0.25rem;
  /*
  &:after {
      content: ""; // This is necessary for the pseudo element to work. 
      display: block; // This will put the pseudo element on its own line.
      margin: 2rem auto;
      width: 3rem;
      //padding-top: 20px; 
      border-bottom: 2px solid $gray;
      text-align: center;
  }
  */
}

.sectors_desc h3 {
  text-transform: uppercase;
}

h4 {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.phil_cont h4,
.phil_cont h4 a {
  color: #777 !important;
  font-weight: 500 !important;
  letter-spacing: 0.05rem !important;
}

body.id-75 h4 {
  margin-top: 3rem;
}

h5 {
  font-size: 1.25rem;
}

.dec {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #292d3a;
}

.line_thru {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding-top: 1rem;
  display: block;
  text-align: center;
}

.line_thru span:nth-of-type(1) {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  height: 1px;
  background: #606060;
  background: linear-gradient(to right, rgba(0, 255, 0, 0), #606060);
}

.line_thru span:nth-of-type(2) {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  height: 1px;
  background: #606060;
  background: linear-gradient(to left, rgba(0, 255, 0, 0), #606060);
}

.line_thru span:nth-of-type(1),
.line_thru span:nth-of-type(2) {
  width: 15%;
}
@media screen and (min-width: 600px) {
  .line_thru span:nth-of-type(1),
  .line_thru span:nth-of-type(2) {
    width: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .line_thru span:nth-of-type(1),
  .line_thru span:nth-of-type(2) {
    width: 35%;
  }
}
h6 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  font-size: 1rem;
  line-height: 1.75;
  padding: 0.25rem 0 0.75rem;
}

intro {
  font-size: 1.25rem;
}

@media screen and (min-width: 600px) {
  body.catid-2.id-24 div[itemprop=articleBody] .two_col {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    vertical-align: top;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
  }
}
/*
ul {
    padding: .25rem 0 1rem;

    li {
        padding: .125rem .75rem .25rem;
        line-height: 1.4;
        font-size: $default;
    }
    &.bulleted {
        list-style: disc;
        padding: 1.5rem 0 1.5rem 1.25rem;

        @include flexbox;
        flex-wrap: wrap;

        li {
            width: 45%;
        }
    }
}
*/
ul {
  padding: 0.25rem 0 0.5rem;
}
ul li {
  margin-left: 2rem;
  padding: 0.25rem 0.75rem 0.5rem 0.5rem;
  line-height: 1.4;
  font-size: 1rem;
  list-style: disc;
}
ul.bulleted li {
  list-style: none;
  margin-left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: nowrap;
  justify-content: flex-start;
}
ul.bulleted li > li {
  padding: 0;
  margin: 0;
}
ul.bulleted li:before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: #c66f34;
  color: #606060;
  padding-right: 1rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 0.5rem;
  vertical-align: middle;
  line-height: 2.9;
}
@media screen and (min-width: 600px) {
  ul.bulleted_two_col {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
}

/*
hr { 
    // 18 options:  https://css-tricks.com/examples/hrs/
    // really cool: https://www.formget.com/css-hr/
    border:none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    //margin: -20px auto 30px;    
    margin: 0px auto 60px;    
}
*/
hr {
  border: none;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin: 4rem auto 4rem;
  position: relative;
}
hr#system-readmore {
  border: 0;
  height: 0;
  margin: 0;
}
blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  quotes: "“" "”";
}
blockquote:before {
  color: #808080;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote .quoted {
  text-align: right;
}

a {
  color: #0E181D;
  text-decoration: none;
  border: 0;
  outline: none;
  -webkit-transition: color 0.125s linear;
  -moz-transition: color 0.125s linear;
  -ms-transition: color 0.125s linear;
  -o-transition: color 0.125s linear;
  transition: color 0.125s linear;
}
a:hover {
  cursor: pointer;
  color: #c66f34;
}
a:visited {
  color: #606060;
}
a:visited:hover {
  cursor: pointer;
  color: #c66f34;
}

.gl_format {
  color: #202744;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-style: normal;
  white-space: nowrap;
}
.gl_format span {
  color: #D36A20;
}

p.drop:first-letter {
  font-family: "Times New Roman", sans-serif;
  font-size: 5.5rem;
  float: left;
  line-height: 0.6; /* from 1 */
  margin-right: 0.075em;
}

.nowrap {
  white-space: nowrap;
}

.more {
  font-family: "Oswald", sans-serif;
  color: #B23115;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.more span:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  padding-left: 0.5rem;
  text-align: right;
  font-weight: 100;
  padding-right: 40%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.more:hover {
  letter-spacing: 0.1rem;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.7);
}
.more:hover span:after {
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.7);
  padding-right: 0;
}

body.catid-10.id-46 .page-header h1[itemprop=headline],
body.catid-10.id-46 div[itemprop=articleBody], body.catid-10.id-47 .page-header h1[itemprop=headline],
body.catid-10.id-47 div[itemprop=articleBody], body.catid-10.id-48 .page-header h1[itemprop=headline],
body.catid-10.id-48 div[itemprop=articleBody], body.catid-10.id-49 .page-header h1[itemprop=headline],
body.catid-10.id-49 div[itemprop=articleBody], body.catid-10.id-50 .page-header h1[itemprop=headline],
body.catid-10.id-50 div[itemprop=articleBody] {
  text-align: center;
}

.button {
  -webkit-appearance: none;
  border-radius: 3px;
  cursor: pointer;
  display: table;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
  margin: 1rem 0;
  outline: 0;
  padding: 1.125rem 2rem 1rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: fit-content;
  border: 2px solid #cccccc;
  color: #625B5B;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.button.blue {
  border: 2px solid #0E181D;
  color: #0E181D;
  background-color: rgba(255, 255, 255, 0.2);
}
.button.blue:hover, .button.blue:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #0E181D;
  color: #0E181D;
}
.button.ghost {
  border: 2px solid rgb(102, 102, 102);
  color: rgb(102, 102, 102);
  background-color: rgba(255, 255, 255, 0) !important;
}
.button.ghost:hover, .button.ghost:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #0E181D;
  color: #0E181D;
}
.button.promo {
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
}
.button.promo:hover, .button.promo:focus {
  border: 2px solid #ecede9;
  color: #ecede9;
  background-color: rgba(0, 0, 0, 0.1);
}
.button.white {
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
}
.button.white:hover, .button.white:focus {
  border: 2px solid #ecede9;
  color: #ecede9;
  background-color: rgba(0, 0, 0, 0.1);
}
.button.black {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #292D3A;
  background-color: rgba(0, 0, 0, 0.05);
}
.button.black:hover, .button.black:focus {
  background-color: #292D3A !important;
  color: #ecede9;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (min-width: 600px) {
  .button {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
html {
  /*
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  */
  background-color: #FFFFFF;
  overflow-x: hidden;
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #FFFFFF;
}

html, body {
  overflow-x: hidden;
}

body {
  position: relative;
}

header,
main,
footer {
  width: 100%;
}
header .row,
main .row,
footer .row {
  width: 100%;
  margin: 0 auto;
  padding: 3rem 5.25vw;
}
header .row .page_title_group,
header .row .bread_social_inner,
main .row .page_title_group,
main .row .bread_social_inner,
footer .row .page_title_group,
footer .row .bread_social_inner {
  max-width: 89.5vw;
}
@media screen and (min-width: 360px) {
  header .row,
  main .row,
  footer .row {
    padding: 3rem 8vw;
  }
  header .row .page_title_group,
  header .row .bread_social_inner,
  main .row .page_title_group,
  main .row .bread_social_inner,
  footer .row .page_title_group,
  footer .row .bread_social_inner {
    max-width: 84vw;
  }
}
@media screen and (min-width: 600px) {
  header .row,
  main .row,
  footer .row {
    padding: 3rem 8vw;
    clear: both;
  }
  header .row .page_title_group,
  header .row .bread_social_inner,
  main .row .page_title_group,
  main .row .bread_social_inner,
  footer .row .page_title_group,
  footer .row .bread_social_inner {
    max-width: 84vw;
  }
}
@media screen and (min-width: 1000px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 3vw 0 3vw;
  }
  header .row .item-page,
  main .row .item-page,
  footer .row .item-page {
    border: 1px solid #606060;
    border-top: none;
    border-bottom: none;
    padding: 3rem 5vw 5rem;
  }
  header .row .page_title_group,
  header .row .logo_menu,
  header .row .bread_social_inner,
  main .row .page_title_group,
  main .row .logo_menu,
  main .row .bread_social_inner,
  footer .row .page_title_group,
  footer .row .logo_menu,
  footer .row .bread_social_inner {
    padding: 0 5vw 0 5vw;
    max-width: 94vw;
  }
}
@media screen and (min-width: 1400px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 4vw 0 4vw;
  }
  header .row .item-page,
  main .row .item-page,
  footer .row .item-page {
    padding: 3rem 8vw 5rem;
  }
  header .row .page_title_group,
  header .row .logo_menu,
  header .row .bread_social_inner,
  main .row .page_title_group,
  main .row .logo_menu,
  main .row .bread_social_inner,
  footer .row .page_title_group,
  footer .row .logo_menu,
  footer .row .bread_social_inner {
    padding: 0 8vw 0 8vw;
    max-width: 92vw;
  }
}
@media screen and (min-width: 1600px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 4vw 0;
  }
  header .row .item-page,
  main .row .item-page,
  footer .row .item-page {
    padding: 3rem 12vw 5rem;
  }
  header .row .page_title_group,
  header .row .logo_menu,
  header .row .bread_social_inner,
  main .row .page_title_group,
  main .row .logo_menu,
  main .row .bread_social_inner,
  footer .row .page_title_group,
  footer .row .logo_menu,
  footer .row .bread_social_inner {
    padding: 0 12vw 0 12vw;
    max-width: 92vw;
  }
}
@media screen and (min-width: 1900px) {
  header .row,
  main .row,
  footer .row {
    padding: 0 7vw 0;
  }
  header .row .item-page,
  main .row .item-page,
  footer .row .item-page {
    padding: 3rem 12.5vw 5rem;
  }
  header .row .page_title_group,
  header .row .logo_menu,
  header .row .bread_social_inner,
  main .row .page_title_group,
  main .row .logo_menu,
  main .row .bread_social_inner,
  footer .row .page_title_group,
  footer .row .logo_menu,
  footer .row .bread_social_inner {
    padding: 0 12.5vw 0 12.5vw;
    max-width: 86vw;
  }
}

.row.hp_cta {
  padding: 0;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.07);
  border-top: 1px solid #cccccc;
}

body.home main .row {
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  body.home main .row .item-page {
    padding: 0 4vw 7rem;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  body.home main .row {
    padding: 0 3vw;
  }
  body.home main .row .item-page {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1600px) {
  body.home main .row {
    padding: 0 3vw 0;
  }
  body.home main .row .item-page {
    padding: 0 7vw;
  }
}
@media screen and (min-width: 1900px) {
  body.home main .row {
    padding: 0 7vw 0;
  }
  body.home main .row .item-page {
    padding: 0 9.5vw;
  }
}

body.option-com_jux_portfolio_pro main section .row.jux_lp_content .item-page.jux_lp {
  border-right: 0;
  border-left: 0;
}

main {
  width: 100%;
  /*.page_jux {

  	.row {
  		width: 100%;

  		margin: 0 auto;
  		padding: 0 0 0;

  		.page_title_group { // HERO/HEADING TEXT BLOCK ON SECTORS
  			bottom: 0;
  			width: 100vw;
  			max-width: 100vw;	
  			padding: .5rem 5.25vw .75rem;
  			background: rgba(255,255,255,.3);
  			border-top: 1px solid rgba(255,255,255,.1);		
  			border-right: 1px solid rgba(255,255,255,.1);		
  			border-left: 1px solid rgba(255,255,255,.1);		
  		}



  		@media screen and (min-width: 360px){
  			padding: 0 0 0;

  			.page_title_group {
  				width: 100vw;
  				padding: .75rem 8vw .75rem;		
  				bottom: 0;
  			}
  		}
  		@media screen and (min-width: 600px){
  			padding: 0 0 0;

  			.page_title_group {
  				width: 100vw;
  				max-width: 100vw;
  				padding: 1.5rem 8vw .75rem;
  			}
  		}
  		@media screen and (min-width: 1000px){
  			padding: 0 12vw;

  			.item-page { // CONTENT COMPONENT CONTAINER
  				border: 0;
  			}
  			.page_title_group {
  				padding: 0 6vw .5rem;
  				width: 76vw;
  			}
  		}
  		@media screen and (min-width: 1400px){
  			padding: 0 15vw;

  			.item-page {
  				// padding: 0 8vw 0 8vw;
  			}
  			.page_title_group {
  				padding: 0 6vw .5rem;	
  				width: 70vw;
  				border-top: 1px solid rgba(255,255,255,.3);
  				border-right: 1px solid rgba(255,255,255,.3);
  				border-left: 1px solid rgba(255,255,255,.3);
  			}
  		}
  		@media screen and (min-width: 1600px){
  			padding: 0 17vw 0;

  			.item-page {
  				//padding: 0 12vw 0 12vw;
  			}
  			.page_title_group {
  				padding: 0 6vw .5rem;
  				width: 66vw;
  			}
  		}
  		@media screen and (min-width: 1900px){
  			padding: 0 17vw 0;

  			.item-page {
  				//padding: 0 12vw 0 12vw;
  			}
  			.page_title_group {
  				padding: 0 6vw .5rem;	
  				width: 66vw;
  			}
  		}
  	}
  }*/
}

body header .row {
  padding-top: 0;
  padding-bottom: 0;
}
footer {
  background-color: #0E181D;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  footer {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1400px) {
  footer {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1600px) {
  footer {
    padding: 0 12vw;
  }
}
@media screen and (min-width: 1900px) {
  footer {
    padding: 0 12.5vw;
  }
}

/*body.home {
	main {
		.row {
			padding: 2.25rem 5.25% 2rem;
		}
		@media screen and (min-width: 360px){
			padding: 2rem 8% 3rem;
		}
		@media screen and (min-width: 600px){
			padding: 2rem 8% 3rem 8%;
		}
		@media screen and (min-width: 1000px){
			padding: 0 8% 3rem 8%;
		}
		@media screen and (min-width: 1400px){
			padding: 0 4% 3rem;
		}
		@media screen and (min-width: 1600px){
			padding: 1rem 7% 3rem;
		}
		@media screen and (min-width: 1900px){
			padding: 1rem 7% 3rem;
		}
		// IE 10 & 11
		@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		}        
	}
}
header {
	background: rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);

	.row {
		padding: .75rem 5.25% .25rem;

		@media screen and (min-width: 360px){
			padding: .75rem 4% .25rem;
			}
		}
		@media screen and (min-width: 600px){
			padding: .75rem 8% .125rem;
		}
		@media screen and (min-width: 1000px){
			padding: 0 8% 1rem 8%;
		}
		@media screen and (min-width: 1400px){
			padding: 0 12% 1rem;
		}
		@media screen and (min-width: 1600px){
			padding: 1rem 16%;
		}
		@media screen and (min-width: 1900px){
			padding: 1rem 19%;
		}
		// IE 10 & 11
		@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		}  
	}      		

}
footer {
	background-color: $blue;        

	.row {
		padding: 1.25rem 5.25% 2rem;

		@media screen and (min-width: 360px){
			padding: 1rem 8% 0;
		}
		@media screen and (min-width: 600px){
			padding: 1rem 8% 1rem 8%;
		}
		@media screen and (min-width: 1000px){
			padding: 0 8% 1rem 8%;
		}
		@media screen and (min-width: 1400px){
			padding: 0 4% 1rem;
		}
		@media screen and (min-width: 1600px){
			padding: 1rem 7%;
		}
		@media screen and (min-width: 1900px){
			padding: 1rem 7%;
		}
		// IE 10 & 11
		@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		} 
	}       		
}*/
.logo {
  max-width: 33%;
  margin: 0 auto;
}

body.sm-open-103 header .row .logo_menu .logo_container a img {
  opacity: 0.3;
}

/*.off-menu_103 > .sm-level:before, 
#off-menu_103:before {
	background-color: #fff !important;

}*/
.off-menu_103 dl a:hover,
.off-menu_103 dl dt a:hover,
.off-menu_103 dl.level1 dt a:hover,
.off-menu_103 dl dt.opened.parent a:hover,
.off-menu_103 dl.level1 a:hover,
.off-menu_103 dl.level1 dt.opened.parent a:hover,
.off-menu_103 dl dt.hover a:hover,
.off-menu_103 dl dt:hover a:hover,
.off-menu_103 dl.level1 dt.hover a:hover,
.off-menu_103 dl.level1 dt:hover a:hover,
.off-menu_103 dl.level2 dt.opened.parent a:hover, .off-menu_103 dl.level2 dt.active a:hover, .off-menu_103 dl.level2 dt:hover a:hover, .off-menu_103 dl.level2 a:hover, .off-menu_103 dl.level2 a:link:hover {
  color: #c66f34;
}
.sm-open-103 .sm-pusher:after {
  opacity: 0.65 !important;
}

.sm-btn-103 {
  background: rgba(0, 0, 0, 0) !important;
  padding-top: 0.75rem;
}
.sm-btn-103 .menu-icon3 span {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body.home .sm-btn-103 .menu-icon3 span {
  background: #FFFFFF !important;
}

body.not_home .sm-btn-103 .menu-icon3 span {
  background: #625B5B !important;
}
body.not_home .sm-btn-103.sm-close .menu-icon3 span {
  background: #FFFFFF !important;
}

header .row.bread_social {
  display: none;
}
@media screen and (min-width: 1000px) {
  header .row.bread_social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: 100%;
    background-color: #606060;
  }
  header .row.bread_social > li {
    padding: 0;
    margin: 0;
  }
  header .row.bread_social .bread_social_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    justify-content: flex-end;
    align-items: center;
  }
  header .row.bread_social .bread_social_inner > li {
    padding: 0;
    margin: 0;
  }
  header .row.bread_social .bread_social_inner .bread {
    display: none;
  }
  header .row.bread_social .bread_social_inner .follow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-basis: 100%;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }
  header .row.bread_social .bread_social_inner .follow > li {
    padding: 0;
    margin: 0;
  }
  header .row.bread_social .bread_social_inner .follow span {
    font-size: 0.8125rem;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
  }
  header .row.bread_social .bread_social_inner .follow ul {
    list-style: none;
    padding: 0.75rem 1rem 0.75rem 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    justify-content: stretch;
    align-items: center;
  }
  header .row.bread_social .bread_social_inner .follow ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .row.bread_social .bread_social_inner .follow ul li a {
    color: #D1D3D4;
    padding: 0.5rem 0.5rem 0.25rem;
  }
  header .row.bread_social .bread_social_inner .follow ul li a:hover {
    color: #c66f34 !important;
  }
  header .row.bread_social .bread_social_inner .follow ul li.seperator {
    color: #D1D3D4;
    line-height: 0.5;
    font-size: 1.5rem;
    padding: 0 0.5rem;
    padding: 0.25rem 1rem 0.5rem 1rem;
  }
  header .row.bread_social .bread_social_inner .follow ul li:first-of-type {
    display: none;
  }
  header .row.bread_social .bread_social_inner .follow ul li:nth-of-type(2) {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.1rem;
  }
}
header.sticky .row.bread_social .bread_social_inner .bread {
  display: none;
}
header.sticky .row.bread_social .bread_social_inner .follow span {
  color: #d3cfc2;
}
header.sticky .row.bread_social .bread_social_inner .follow ul {
  padding-top: 0.25rem;
  padding-bottom: 0.375rem;
}
header.sticky .row.bread_social .bread_social_inner .follow ul li a:hover {
  color: #c66f34;
}

@media screen and (min-width: 1000px) {
  body.home header .row.bread_social .bread_social_inner .follow ul {
    padding: 0.75rem 1rem 0.5rem 0;
  }
  body.home header .row.bread_social .bread_social_inner .follow ul li a {
    color: #a9a9a9;
  }
}
body.home header.sticky .row.bread_social .bread_social_inner .follow ul {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
header {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 1010;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0);
}
header .row {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: rgb(255, 255, 255);
}
header .row .logo_menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  align-items: center;
  align-content: center;
}
header .row .logo_menu > li {
  padding: 0;
  margin: 0;
}
header .row .logo_menu .logo_container {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 70%;
}
header .row .logo_menu .logo_container a {
  padding: 0.75rem 2rem 0 0;
  display: block;
}
header .row .logo_menu .mobile_menu {
  width: 25%;
  text-align: right;
}
header .row .logo_menu .main_menu {
  display: none;
}
header.home .row {
  background: rgba(50, 50, 50, 0);
}
header.home .row .logo_menu {
  align-items: center;
  align-content: center;
}
header.home .row .logo_menu .logo_container a img {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header.home .row .logo_menu .main_menu {
  display: none;
}
header.home.sticky .row {
  background: rgba(50, 50, 50, 0.9);
}
header.home.sticky .row .logo_menu .logo_container a img {
  opacity: 1;
}

@media screen and (min-width: 600px) {
  header .sm-btn-103 {
    padding-top: 1rem;
  }
  header .row .logo_menu .logo_container {
    width: 40%;
  }
  header .row .logo_menu .logo_container a {
    padding: 1.5rem 2.25rem 0.25rem 0;
  }
}
@media screen and (min-width: 1000px) {
  header .row {
    padding-bottom: 0;
  }
  header .row .logo_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    align-items: flex-end;
    padding-top: 0;
  }
  header .row .logo_menu > li {
    padding: 0;
    margin: 0;
  }
  header .row .logo_menu .logo_container {
    width: 30%;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  header .row .logo_menu .logo_container a {
    padding: 0 2rem 1rem 0;
  }
  header .row .logo_menu .mobile_menu {
    display: none;
  }
  header .row .logo_menu .main_menu {
    display: block;
    width: 60%;
  }
  header .row .logo_menu .main_menu ul.nav button.mod-menu__toggle-sub {
    display: none;
  }
  header .row .logo_menu .main_menu ul.nav li:hover {
    cursor: pointer;
  }
  header .row .logo_menu .main_menu ul.nav li:hover > a {
    color: #c66f34;
    cursor: pointer;
  }
  header .row .logo_menu .main_menu ul.nav li a {
    color: #625B5B;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.15rem;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
  }
  header .row .logo_menu .main_menu ul.nav li a:hover {
    color: #c66f34;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
    cursor: pointer;
  }
  header .row .logo_menu .main_menu ul.nav li a > :hover {
    border-bottom: 4px solid orange;
    cursor: pointer;
  }
  header .row .logo_menu .main_menu ul.nav > li.active a {
    color: #c66f34;
  }
  header .row .logo_menu .main_menu ul.nav > li.active > a {
    border-bottom: 4px solid #c66f34;
  }
  header .row .logo_menu .main_menu ul.nav > li.active ul li a {
    color: #606060;
  }
  header .row .logo_menu .main_menu ul.nav > li.active ul li.current.active a {
    color: #c66f34;
  }
  header .row .logo_menu .main_menu ul.nav > li ul.nav-child {
    background: rgb(255, 255, 255);
    background: #292D3A;
    border-top: 4px solid #c66f34;
  }
  header .row .logo_menu .main_menu ul.nav > li ul.nav-child li a {
    font-family: "Lato", sans-serif;
    color: #cccccc;
    font-size: 1rem;
  }
  header .row .logo_menu .main_menu ul.nav > li ul.nav-child li a:hover {
    color: #c66f34;
  }
  header .row .logo_menu .main_menu ul.nav > li ul.nav-child li a .image-box,
  header .row .logo_menu .main_menu ul.nav > li ul.nav-child li a .learn_more {
    display: none;
  }
  header .row .logo_menu .main_menu ul.nav > li ul.nav-child li.current.active a {
    color: #c66f34;
    font-weight: 700;
  }
  header.home .row .logo_menu .logo_container {
    width: 0%;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  header.home .row .logo_menu .logo_container.scrolled {
    width: 30%;
  }
  header.home .row .logo_menu .logo_container a {
    padding: 0.75rem 2rem 0.25rem 0;
  }
  header.home .row .logo_menu .main_menu {
    display: block;
    width: 100%;
  }
  header.home .row .logo_menu .main_menu.scrolled {
    width: 60%;
  }
  header.home .row .logo_menu .main_menu ul.nav li:hover > a {
    color: #c66f34;
  }
  header.home .row .logo_menu .main_menu ul.nav li a {
    color: #FFFFFF;
  }
  header.home .row .logo_menu .main_menu ul.nav li a:hover {
    color: #c66f34;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
  }
  header.home .row .logo_menu .main_menu ul.nav li a > :hover {
    border-bottom: 4px solid orange;
  }
  header.home .row .logo_menu .main_menu ul.nav li.active a {
    color: #c66f34;
  }
  header.home .row .logo_menu .main_menu ul.nav li.active > a {
    border-bottom: 4px solid #c66f34;
  }
  header.home .row .logo_menu .main_menu ul.nav li.active ul li a {
    color: #606060;
  }
  header.home .row .logo_menu .main_menu ul.nav li.active ul li.current.active a {
    color: #c66f34;
  }
  header.home .row .logo_menu .main_menu ul.nav li ul.nav-child {
    background: rgb(255, 255, 255);
    background: #292D3A;
    border-top: 4px solid #c66f34;
  }
  header.home .row .logo_menu .main_menu ul.nav li ul.nav-child li a {
    color: #cccccc;
  }
  header.home .row .logo_menu .main_menu ul.nav li ul.nav-child li a:hover {
    color: #c66f34;
  }
  header.home .row .logo_menu .main_menu ul.nav li ul.nav-child li.current.active a {
    color: #c66f34;
  }
}
footer {
  color: #FFFFFF;
}
footer .row .footer_logo {
  text-align: center;
  padding-top: 4rem;
}
footer .row .footer_logo img {
  max-width: 250px;
}
footer .row ul.nav.menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
}
footer .row ul.nav.menu > li {
  padding: 0;
  margin: 0;
}
footer .row ul.nav.menu li {
  list-style: none;
  flex-basis: 100%;
  text-align: center;
}
footer .row ul.nav.menu li:first-of-type {
  display: none;
}
footer .row ul.nav.menu li a {
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
  padding: 1rem 2rem;
}
footer .row ul.nav.menu li a:hover {
  color: #c66f34;
}
footer .row .footer_stuff .footer_seals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  justify-content: space-around;
}
footer .row .footer_stuff .footer_seals > li {
  padding: 0;
  margin: 0;
}
footer .row .footer_stuff .footer_seals div {
  flex-basis: 25%;
}
footer .row .footer_stuff .footer_seals div img {
  width: 100%;
  height: auto;
  display: inline-block;
}
footer .row .footer_stuff .footer_addy {
  padding: 4rem 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #a9a9a9;
  line-height: 1.9;
}
footer .row .footer_stuff .footer_addy a {
  color: #a9a9a9;
}
footer .row.credits {
  text-align: center;
  color: #a9a9a9;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
}
footer .row.credits a {
  color: #a9a9a9;
}
footer .row.credits a:hover {
  color: #c66f34;
}
@media screen and (min-width: 600px) {
  footer .row .footer_logo {
    text-align: right;
  }
  footer .row ul.nav.menu {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  footer .row ul.nav.menu li:last-of-type a {
    padding-right: 0;
  }
  footer .row .footer_stuff {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
  }
  footer .row .footer_stuff > li {
    padding: 0;
    margin: 0;
  }
  footer .row .footer_stuff .footer_seals {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  footer .row .footer_stuff .footer_seals > li {
    padding: 0;
    margin: 0;
  }
  footer .row .footer_stuff .footer_seals div {
    flex-basis: 100%;
  }
  footer .row .footer_stuff .footer_seals div img {
    width: 100px;
    height: auto;
  }
  footer .row .footer_stuff .footer_addy {
    text-align: right;
  }
  footer .row.credits {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  footer .row ul.nav.menu {
    padding-left: 40%;
  }
}
@media screen and (min-width: 1400px) {
  footer .row ul.nav.menu {
    padding-left: 50%;
  }
}
@media screen and (min-width: 1600px) {
  footer .row ul.nav.menu {
    padding-left: 60%;
  }
}
.go2top {
  display: none;
  position: fixed;
  bottom: -10%;
  right: 1%;
  -webkit-transform: translate(1%, 1%);
  background: rgba(60, 60, 60, 0.65);
  border-radius: 100px;
  padding: 0;
}
.go2top a {
  color: #FFFFFF;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}
.go2top img {
  display: none;
}

@media screen and (min-width: 600px) {
  .go2top {
    display: none;
    min-width: 2.5rem;
    min-height: 2.5rem;
    max-width: 2.5rem;
    max-height: 2.5rem;
    padding: 0;
    display: block;
    z-index: 10000;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$whole)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .go2top img {
    width: 100%;
    height: auto;
    display: block;
  }
  .go2top a {
    text-align: center;
    cursor: hand;
    line-height: 1;
    margin: 0;
  }
  .go2top a span {
    text-align: center;
    position: absolute;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$whole)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
  }
  .go2top.scrolled {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$whole)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
    bottom: 1%;
    right: 1%;
    -webkit-transform: translate(1%, 1%);
  }
  .go2top.scrolled a i,
  .go2top.scrolled a span {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .go2top.scrolled a:hover i {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$whole)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
  }
  .go2top.scrolled a:hover span {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$whole)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
  }
  .go2top.scrolled img:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$whole)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
  }
}
.flex_3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
}
.flex_3 > li {
  padding: 0;
  margin: 0;
}
body.home main .row .item-page .hp_services.services_grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
}
body.home main .row .item-page .hp_services.services_grid > li {
  padding: 0;
  margin: 0;
}
body.home main .row .item-page .hp_services.services_grid a {
  padding: 2rem 0 2rem;
  color: #292D3A;
}
body.home main .row .item-page .hp_services.services_grid a .service_block h2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.75rem;
}
body.home main .row .item-page .hp_services.services_grid a .service_block h2 span {
  display: block;
}
body.home main .row .item-page .hp_services.services_grid a .service_block h2 span.gl_format {
  display: inline;
  font-weight: 700;
  color: #c66f34;
  font-size: 1.25rem;
}
body.home main .row .item-page .hp_services.services_grid a .service_block h2:after {
  content: "";
  width: 3rem;
  display: block;
  height: 2px;
  border-bottom: 2px solid #c66f34;
  padding-top: 0.75rem;
}
body.home main .row .item-page .hp_services.services_grid a .service_block p {
  hyphens: none;
}
body.home main .row .item-page .hp_services.services_grid a .service_block button {
  background: none;
  background-color: none;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 0.75rem;
  font-size: 0.9375rem;
  letter-spacing: 0.025rem;
  display: inline-block;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  color: #c66f34;
}
body.home main .row .item-page .hp_services.services_grid a .service_block button::after {
  color: #c66f34;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
body.home main .row .item-page .hp_services.services_grid a .service_block button:hover {
  cursor: pointer;
}
body.home main .row .item-page .hp_services.services_grid a .service_block button:hover::after {
  cursor: pointer;
}
body.home main .row .item-page .hp_services.services_grid a:hover h2 {
  color: #c66f34;
}
@media screen and (min-width: 600px) {
  body.home main .row .item-page {
    background-image: url(/images/logo/big_G.png);
    background-repeat: no-repeat;
    background-position: 90% 2%;
    background-size: 35vw;
  }
  body.home main .row .item-page .hp_services.services_grid {
    flex-direction: row;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
  body.home main .row .item-page .hp_services.services_grid a {
    flex-basis: 45%;
  }
  body.home main .row .item-page .hp_services.services_grid a .service_block p {
    padding: 0;
  }
  body.home main .row .item-page .hp_services.services_grid a .service_block button {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    color: #c66f34;
    text-align: right;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }
  body.home main .row .item-page .hp_services.services_grid a:hover button {
    margin-bottom: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  body.home main .row .item-page {
    position: relative;
    z-index: 1000;
    display: block;
    background: white;
    border: 0;
    border: 1px solid #e9e9e9;
    margin-top: -6vh;
    background: #FFFFFF;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  body.home main .row .item-page .lead_in h1 {
    float: left;
    margin: 0 5rem 1.5rem 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  body.home main .row .item-page .lead_in h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  body.home main .row .item-page .lead_in intro {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  body.home main .row .item-page .hp_services.services_grid a {
    padding: 2rem 0 0;
    margin: 0 0 2rem;
  }
  body.home main .row .item-page .hp_services.services_grid a .service_block {
    flex-basis: 42%;
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
  }
  body.home main .row .item-page .hp_services.services_grid a:nth-of-type(2) {
    position: relative;
  }
  body.home main .row .item-page .hp_services.services_grid a:nth-of-type(2):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: all 1.25s ease-in-out;
    -moz-transition: all 1.25s ease-in-out;
    -o-transition: all 1.25s ease-in-out;
    transition: all 1.25s ease-in-out;
  }
  body.home main .row .item-page .hp_services.services_grid a:nth-of-type(2):hover:after {
    opacity: 0.3;
  }
  body.home main .row .item-page .hp_services.services_grid a:nth-of-type(2) .service_block {
    z-index: 100;
  }
}
@media screen and (min-width: 1200px) {
  body.home main .row .item-page .lead_in {
    padding: 0 5vw;
  }
  body.home main .row .item-page .hp_services.services_grid {
    margin-top: 2rem;
  }
  body.home main .row .item-page .hp_services.services_grid a {
    flex-basis: 46%;
    border: 1px solid #cccccc;
    padding: 1.5vw 5% 0;
    margin: 1.5vw 1% 3%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  body.home main .row .item-page .hp_services.services_grid a .service_block p {
    text-align: justify;
  }
  body.home main .row .item-page .hp_services.services_grid a:hover {
    flex-basis: 48%;
    padding: 2.5vw 6% 1%;
    margin: 0.5vw 0 0;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.025);
    border-color: #e9e9e9;
  }
}
@media screen and (min-width: 1400px) {
  body.home main .row .item-page .lead_in {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    padding: 0 3.5vw;
  }
  body.home main .row .item-page .lead_in > li {
    padding: 0;
    margin: 0;
  }
  body.home main .row .item-page .lead_in h1 {
    flex-basis: 40%;
    margin: 0 5rem 1.5rem 0;
  }
  body.home main .row .item-page .lead_in intro {
    flex-basis: 60%;
  }
  body.home main .row .item-page .hp_services.services_grid a {
    flex-basis: 47.5%;
    border: 1px solid #cccccc;
    padding: 1.5vw 3% 0;
    margin: 1.5vw 1% 1%;
  }
  body.home main .row .item-page .hp_services.services_grid a:nth-of-type(1), body.home main .row .item-page .hp_services.services_grid a:nth-of-type(2), body.home main .row .item-page .hp_services.services_grid a:nth-of-type(6), body.home main .row .item-page .hp_services.services_grid a:nth-of-type(7), body.home main .row .item-page .hp_services.services_grid a:nth-of-type(8) {
    flex-basis: 47.5%;
  }
  body.home main .row .item-page .hp_services.services_grid a:hover {
    flex-basis: 32.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
  body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(1), body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(2), body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(6), body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(7), body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(8) {
    flex-basis: 49.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
}
@media screen and (min-width: 1600px) {
  body.home main .row .item-page .lead_in {
    padding: 0 3.25vw;
  }
  body.home main .row .item-page .hp_services.services_grid a {
    flex-basis: 30.5%;
  }
  body.home main .row .item-page .hp_services.services_grid a:nth-of-type(1), body.home main .row .item-page .hp_services.services_grid a:nth-of-type(2) {
    flex-basis: 47.5%;
  }
  body.home main .row .item-page .hp_services.services_grid a:nth-of-type(6), body.home main .row .item-page .hp_services.services_grid a:nth-of-type(7), body.home main .row .item-page .hp_services.services_grid a:nth-of-type(8) {
    flex-basis: 30.5%;
  }
  body.home main .row .item-page .hp_services.services_grid a:hover {
    flex-basis: 32.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
  body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(1), body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(2) {
    flex-basis: 49.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
  body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(6), body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(7), body.home main .row .item-page .hp_services.services_grid a:hover:nth-of-type(8) {
    flex-basis: 32.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
}
@media screen and (min-width: 1900px) {
  body.home main .row .item-page .lead_in {
    padding: 0 2.5vw;
  }
}

/*
// HP FEATURED PROJECTS  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// note: see the navigation.scss for the tags menu 
.feat_projects {

	padding: 4rem 8% ;

	@media screen and (min-width: 360px){
		padding: 4rem 8% .25rem;
	}
	@media screen and (min-width: 600px){
		padding: 4rem 8% .125rem;
	}
	@media screen and (min-width: 1000px){
		padding: 8rem 8% 1rem 8%;
	}
	@media screen and (min-width: 1400px){
		padding: 8rem 11% 1rem;
	}
	@media screen and (min-width: 1600px){
		padding: 8rem 16%;
	}
	@media screen and (min-width: 1900px){
		padding: 8rem 19%;
	}


	background-color: $lt_gray;
	margin: 4vh 0 0;
	@include flexbox;
	flex-wrap: wrap !important;

	h4 {
		font-size: $x3large;
		font-family: $font-heading;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1.1;
		margin: 0 0 3rem;

		flex-basis: 100%;
	}

	.fp_box {
		flex-basis: 100%;

		a.proj_cat_img_link {
			display: block;
			overflow: hidden;
			// height: 50vw;
			width: 100%;
			// vertically aligns child to center
			position: relative;

			.dets_button {
				font-family: 'Font Awesome 6 Pro';
				font-weight: 500;
				font-style: normal;
				line-height: 1.5;
				font-size: 2rem;
				position: absolute;
				z-index: 1000;
				display: block;
				width: 100%;
				height: 100%;
				background-color: rgba(0,0,0,0);
				opacity: 0;
				@include trans;

				@include flexbox;
				justify-content: space-around;
				align-content: center;
				align-items: center;

				i {
					line-height: 1.5;
					height: 2rem;
					color: $white;
					text-align: center;

					span {
						display: block;
						font-size: $tiny;
						text-align: center;
						line-height: 1;
						font-family: $font-alt;
						font-weight: 500;
						letter-spacing: .05rem;
					}
				}				
				i {
					span {}
				}
			}
			.pull-left.item-image {
				display: block;
				img {
					width: 100%;
					height: auto;
					display: block;

					// vertically aligns to center                                
					margin: 0;
					position: relative;
					// top: 50%;
					// -ms-transform: translateY(-50%);
					// transform: translateY(-50%);                                
					@include trans;
				}
			}
			&:hover {
				.dets_button {
					background-color: rgba(0,0,0,.6);
					opacity: 1;
				}
				img {   
					-webkit-filter: sepia(40%); // Safari 6.0 - 9.0
					filter: sepia(40%);
				}
			}

		}
		.p_text {
			margin: 1rem 0 3rem;
			a {
				h2.item-title {
					font-family: $font-heading;
					text-transform: uppercase;
					font-weight: 400;
					letter-spacing: 0.05rem;
					margin: 0;
					font-size: $large;
					text-align: center;
				}
			}
			ul.tags {
				@include flexbox;
				justify-content: space-around;
				margin: 0 auto;
				padding: 0;

				li {
					list-style-type: none;
					display: inline-block;
					text-align: center;
					margin: 0;
					padding: 0;

					&.tag-list0 {
						a.label {
							color: $text;
						}
					}
					&.tag-list2,
					&.tag-list3 {
						display: none;
					}
				}
			}
			a.fp_ext_details {
				display: none;
				.p_det {
					h3.p_name {
					}
					h6.p_loc {}
					h6.p_client{}
				}
				.p_services {
				}
			}
		}
	}

	@media screen and (min-width: 360px){

		h4 {}

		.fp_box {
			a.proj_cat_img_link {
				.dets_button {
					i {
						span {
						}
					}				
					i {
						span {}
					}
				}
				.pull-left.item-image {
					img {
					}
				}
				&:hover {
					.dets_button {
					}
					img {   
					}
				}
			}
			.p_text {
				a {
					h2.item-title {
					}
				}
				ul.tags {
					li {
						&.tag-list0 {
							a.label {
							}
						}
					}
				}
				a.fp_ext_details {
					.p_det {
						h3.p_name {
						}
						h6.p_loc {}
						h6.p_client{}
					}
					.p_services {
					}
				}
			}
		}

	}
	@media screen and (min-width: 600px){
		h4 {}

		.fp_box {
			flex-basis: 48%;
			height: auto;

			a.proj_cat_img_link {
				.dets_button {
					i {
						span {
						}
					}				
					i {
						span {}
					}
				}
				.pull-left.item-image {
					display: block;
					img {
						display: block;
					}
				}
				&:hover {
					.dets_button {
					}
					img {   
					}
				}
			}
			.p_text {
				a {
					h2.item-title {
						font-size: $large;
					}
				}
				ul.tags {
					li {
						&.tag-list0 {
							a.label {
								font-size: $smaller;
							}
						}
					}
				}
				a.fp_ext_details {
					.p_det {
						h3.p_name {
						}
						h6.p_loc {}
						h6.p_client{}
					}
					.p_services {
					}
				}
			}
		}

	}
	@media screen and (min-width: 1000px){
		margin-top: -4rem;

		h4 {}

		.fp_box {
			flex-basis: 31%;

			a.proj_cat_img_link {
				.dets_button {
					i {
						span {
						}
					}				
					i {
						span {}
					}
				}
				.pull-left.item-image {
					img {
					}
				}
				&:hover {
					.dets_button {
					}
					img {   
					}
				}
			}
			.p_text {
				a {
					h2.item-title {
					}
				}
				ul.tags {
					li {
						&.tag-list0 {
							a.label {
							}
						}
					}
				}
				a.fp_ext_details {
					.p_det {
						h3.p_name {
						}
						h6.p_loc {}
						h6.p_client{}
					}
					.p_services {
					}
				}
			}
		}

	}
	@media screen and (min-width: 1400px){
		h4 {}

		.fp_box {
			a.proj_cat_img_link {
				.dets_button {
					i {
						span {
						}
					}				
					i {
						span {}
					}
				}
				.pull-left.item-image {
					img {
					}
				}
				&:hover {
					.dets_button {
					}
					img {   
					}
				}
			}
			.p_text {
				a {
					h2.item-title {
					}
				}
				ul.tags {
					li {
						&.tag-list0 {
							a.label {
							}
						}
					}
				}
				a.fp_ext_details {
					.p_det {
						h3.p_name {
						}
						h6.p_loc {}
						h6.p_client{}
					}
					.p_services {
					}
				}
			}
		}

	}
	@media screen and (min-width: 1600px){
		h4 {}

		.fp_box {
			a.proj_cat_img_link {
				.dets_button {
					i {
						span {
						}
					}				
					i {
						span {}
					}
				}
				.pull-left.item-image {
					img {
					}
				}
				&:hover {
					.dets_button {
					}
					img {   
					}
				}
			}
			.p_text {
				a {
					h2.item-title {
					}
				}
				ul.tags {
					li {
						&.tag-list0 {
							a.label {
							}
						}
					}
				}
				a.fp_ext_details {
					.p_det {
						h3.p_name {
						}
						h6.p_loc {}
						h6.p_client{}
					}
					.p_services {
					}
				}
			}
		}

	}
	@media screen and (min-width: 1900px){
		h4 {}

		.fp_box {
			a.proj_cat_img_link {
				.dets_button {
					i {
						span {
						}
					}				
					i {
						span {}
					}
				}
				.pull-left.item-image {
					img {
					}
				}
				&:hover {
					.dets_button {
					}
					img {   
					}
				}
			}
			.p_text {
				a {
					h2.item-title {
					}
				}
				ul.tags {
					li {
						&.tag-list0 {
							a.label {
							}
						}
					}
				}
				a.fp_ext_details {
					.p_det {
						h3.p_name {
						}
						h6.p_loc {}
						h6.p_client{}
					}
					.p_services {
					}
				}
			}
		}

	}
}		
*/
.feat_projects {
  padding: 4rem 8%;
  background-color: #e9e9e9;
  margin: 4vh 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap !important;
}
@media screen and (min-width: 360px) {
  .feat_projects {
    padding: 4rem 8% 0.25rem;
  }
}
@media screen and (min-width: 600px) {
  .feat_projects {
    padding: 4rem 0 4vh;
  }
}
@media screen and (min-width: 1000px) {
  .feat_projects {
    padding: 8rem 10vw 4vh;
  }
}
@media screen and (min-width: 1400px) {
  .feat_projects {
    padding: 8rem 10vw 4vh;
  }
}
@media screen and (min-width: 1600px) {
  .feat_projects {
    padding: 8rem 16vw 4vh;
  }
}
@media screen and (min-width: 1900px) {
  .feat_projects {
    padding: 8rem 19vw 4vh;
  }
}
.feat_projects > li {
  padding: 0;
  margin: 0;
}
.feat_projects h4 {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 3rem;
  flex-basis: 100%;
}
.feat_projects .fp_box {
  flex-basis: 100%;
}
.feat_projects .fp_box a.proj_cat_img_link {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.feat_projects .fp_box a.proj_cat_img_link .dets_button {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  font-size: 2rem;
  position: absolute;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  justify-content: space-around;
  align-content: center;
  align-items: center;
}
.feat_projects .fp_box a.proj_cat_img_link .dets_button > li {
  padding: 0;
  margin: 0;
}
.feat_projects .fp_box a.proj_cat_img_link .dets_button i {
  line-height: 1.5;
  height: 2rem;
  color: #FFFFFF;
  text-align: center;
}
.feat_projects .fp_box a.proj_cat_img_link .dets_button i span {
  display: block;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.feat_projects .fp_box a.proj_cat_img_link .pull-left.item-image {
  display: block;
}
.feat_projects .fp_box a.proj_cat_img_link .pull-left.item-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.feat_projects .fp_box .p_text {
  margin: 1rem 0 3rem;
}
.feat_projects .fp_box .p_text a h2.item-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin: 0;
  font-size: 1.25rem;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.feat_projects .fp_box .p_text ul.tags {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
}
.feat_projects .fp_box .p_text ul.tags > li {
  padding: 0;
  margin: 0;
}
.feat_projects .fp_box .p_text ul.tags li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.feat_projects .fp_box .p_text ul.tags li.tag-list0 a.label {
  color: #FFFFFF;
  text-shadow: 2px 2px 3px black, 0px 0px 6px black, 0px 0px 10px black;
}
.feat_projects .fp_box .p_text ul.tags li.tag-list2, .feat_projects .fp_box .p_text ul.tags li.tag-list3 {
  display: none;
}
.feat_projects .fp_box .p_text a.fp_ext_details {
  display: none;
}
.feat_projects .fp_box:hover .p_text {
  margin: 1rem 0 3rem;
}
.feat_projects .fp_box:hover .p_text a h2.item-title {
  background-color: #e9e9e9;
}
.feat_projects .fp_box:hover .dets_button {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.feat_projects .fp_box:hover .pull-left.item-image img {
  -webkit-filter: sepia(40%);
  filter: sepia(40%);
}
@media screen and (min-width: 600px) {
  .feat_projects h4 {
    padding-left: 8vw;
    margin-bottom: 1.5rem;
  }
  .feat_projects .fp_box {
    height: 32vw;
    min-height: 32vw;
    margin-bottom: 2vw;
    position: relative;
    overflow: hidden;
  }
  .feat_projects .fp_box:first-of-type, .feat_projects .fp_box:nth-of-type(4) {
    flex-basis: 33.5vw;
  }
  .feat_projects .fp_box:nth-of-type(2), .feat_projects .fp_box:nth-of-type(3) {
    flex-basis: 64vw;
  }
  .feat_projects .fp_box:nth-of-type(5), .feat_projects .fp_box:nth-of-type(6) {
    display: none;
  }
  .feat_projects .fp_box a.proj_cat_img_link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 999;
  }
  .feat_projects .fp_box a.proj_cat_img_link .pull-left.item-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .feat_projects .fp_box a.proj_cat_img_link .pull-left.item-image img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    filter: sepia(0%) saturate(0%) brightness(0.65);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .feat_projects .fp_box .p_text {
    position: absolute;
    top: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    z-index: 1005;
  }
  .feat_projects .fp_box .p_text > li {
    padding: 0;
    margin: 0;
  }
  .feat_projects .fp_box .p_text a {
    flex-basis: 100%;
    order: 1;
  }
  .feat_projects .fp_box .p_text a h2.item-title {
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 1.5vw;
    color: #292D3A;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
    margin-left: 0 !important;
    padding-top: 0.5rem;
    padding-bottom: 0.4125rem;
  }
  .feat_projects .fp_box .p_text ul.tags {
    flex-basis: 100%;
    order: 2;
    color: #FFFFFF;
    text-align: left;
    padding-left: 1.5vw;
    padding-top: 0.125rem;
  }
  .feat_projects .fp_box .p_text ul.tags li {
    text-align: left;
    width: 100%;
  }
  .feat_projects .fp_box .p_text ul.tags li.tag-list0 a.label {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
  }
  .feat_projects .fp_box:hover .dets_button {
    background-color: rgba(255, 255, 255, 0);
  }
  .feat_projects .fp_box:hover a.proj_cat_img_link .pull-left.item-image img {
    filter: sepia(0%) saturate(90%) brightness(0.8);
  }
}
@media screen and (min-width: 1000px) {
  .feat_projects {
    margin-top: 0;
  }
  .feat_projects h4 {
    padding-left: 7vw;
  }
  .feat_projects .fp_box {
    height: 32vw;
    min-height: 32vw;
    margin-bottom: 2vw;
    position: relative;
    overflow: hidden;
  }
  .feat_projects .fp_box:first-of-type, .feat_projects .fp_box:nth-of-type(4) {
    flex-basis: 25.5vw;
  }
  .feat_projects .fp_box:nth-of-type(2), .feat_projects .fp_box:nth-of-type(3) {
    flex-basis: 52vw;
  }
  .feat_projects .fp_box:nth-of-type(5), .feat_projects .fp_box:nth-of-type(6) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .feat_projects {
    margin-top: 0;
  }
  .feat_projects h4 {
    padding-left: 0;
  }
  .feat_projects .fp_box {
    height: 21vw;
    min-height: 21vw;
    margin-bottom: 1.25vw;
    position: relative;
    overflow: hidden;
  }
  .feat_projects .fp_box:first-of-type, .feat_projects .fp_box:nth-of-type(4) {
    flex-basis: 26.5vw;
  }
  .feat_projects .fp_box:nth-of-type(2), .feat_projects .fp_box:nth-of-type(3) {
    flex-basis: 52vw;
  }
}
@media screen and (min-width: 1400px) {
  .feat_projects h4 {
    padding-left: 0;
  }
  .feat_projects .fp_box {
    height: 21vw;
    min-height: 21vw;
    margin-bottom: 1.25vw;
    position: relative;
    overflow: hidden;
  }
  .feat_projects .fp_box:first-of-type, .feat_projects .fp_box:nth-of-type(4) {
    flex-basis: 26.5vw;
  }
  .feat_projects .fp_box:nth-of-type(2), .feat_projects .fp_box:nth-of-type(3) {
    flex-basis: 52vw;
  }
}
@media screen and (min-width: 1600px) {
  .feat_projects .fp_box {
    height: 21vw;
    min-height: 21vw;
    margin-bottom: 1.5vw;
    position: relative;
    overflow: hidden;
  }
  .feat_projects .fp_box:first-of-type, .feat_projects .fp_box:nth-of-type(4) {
    flex-basis: 21.5vw;
  }
  .feat_projects .fp_box:nth-of-type(2), .feat_projects .fp_box:nth-of-type(3) {
    flex-basis: 45vw;
  }
}
@media screen and (min-width: 1900px) {
  .feat_projects .fp_box {
    height: 21vw;
    min-height: 21vw;
    margin-bottom: 1.5vw;
    position: relative;
    overflow: hidden;
  }
  .feat_projects .fp_box:first-of-type, .feat_projects .fp_box:nth-of-type(4) {
    flex-basis: 20.5vw;
  }
  .feat_projects .fp_box:nth-of-type(2), .feat_projects .fp_box:nth-of-type(3) {
    flex-basis: 40vw;
  }
  .feat_projects .fp_box .p_text {
    top: 70%;
  }
}

.fp_awards {
  padding: 4rem 8%;
  margin: 4vh 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap !important;
}
@media screen and (min-width: 360px) {
  .fp_awards {
    padding: 4rem 8% 0.25rem;
  }
}
@media screen and (min-width: 600px) {
  .fp_awards {
    padding: 4rem 8% 0.125rem;
  }
}
@media screen and (min-width: 1000px) {
  .fp_awards {
    padding: 4rem 14% 1rem 18%;
  }
}
@media screen and (min-width: 1400px) {
  .fp_awards {
    padding: 4rem 18% 1rem 20%;
  }
}
@media screen and (min-width: 1600px) {
  .fp_awards {
    padding: 4rem 22%;
  }
}
@media screen and (min-width: 1900px) {
  .fp_awards {
    padding: 4rem 22%;
  }
}
.fp_awards > li {
  padding: 0;
  margin: 0;
}
.fp_awards h4 {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 3rem;
  flex-basis: 100%;
}
.fp_awards h4 span {
  color: #c66f34;
}
.fp_awards .awards_box {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  margin: 0.5rem 0 2rem;
}
.fp_awards .awards_box > li {
  padding: 0;
  margin: 0;
}
.fp_awards .awards_box .awards_yr {
  flex-basis: 15%;
  border-right: 1px solid #292D3A;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.fp_awards .awards_box .awards_info {
  flex-basis: 80%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.fp_awards .awards_box .awards_info span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #C97136;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .fp_awards .awards_box {
    flex-basis: 47%;
  }
}
.hp_clients {
  padding: 4rem 8%;
  background-attachment: fixed;
  background: url(/images/hp_clients/hp_clients.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 35%;
  width: 100%;
  margin: 4vh 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap !important;
}
@media screen and (min-width: 360px) {
  .hp_clients {
    padding: 4rem 8% 0.25rem;
  }
}
@media screen and (min-width: 600px) {
  .hp_clients {
    padding: 4rem 8% 0.125rem;
  }
}
@media screen and (min-width: 1000px) {
  .hp_clients {
    padding: 4rem 14% 1rem 18%;
  }
}
@media screen and (min-width: 1400px) {
  .hp_clients {
    padding: 4rem 18% 1rem 20%;
  }
}
@media screen and (min-width: 1600px) {
  .hp_clients {
    padding: 4rem 22%;
  }
}
@media screen and (min-width: 1900px) {
  .hp_clients {
    padding: 4rem 22%;
  }
}
.hp_clients > li {
  padding: 0;
  margin: 0;
}
.hp_clients h4 {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 3rem;
  padding: 7rem 0 0;
  color: #FFFFFF;
  flex-basis: 100%;
}
.hp_clients .hpc {
  flex-basis: 48%;
  position: relative;
  height: 40vw;
  width: 40vw;
  border: 1px solid #606060;
  background-color: #FFFFFF;
  margin-bottom: 5vw;
}
.hp_clients .hpc img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
  width: 60%;
  margin: 0 auto;
  filter: saturate(0%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hp_clients .hpc:hover img {
  filter: saturate(100%);
  width: 64%;
}
@media screen and (min-width: 600px) {
  .hp_clients {
    background-size: auto 60%;
  }
  .hp_clients .hpc {
    flex-basis: 24%;
    height: 21vw;
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 1000px) {
  .hp_clients {
    background-size: auto 70%;
    background-position: center -10vh;
  }
  .hp_clients .hpc {
    height: 16vw;
  }
}
@media screen and (min-width: 1400px) {
  .hp_clients {
    background-position: center -10vh;
  }
  .hp_clients .hpc {
    height: 15vw;
  }
}
@media screen and (min-width: 1600px) {
  .hp_clients {
    background-position: center -15vh;
  }
  .hp_clients .hpc {
    height: 13vw;
  }
}
@media screen and (min-width: 1900px) {
  .hp_clients .hpc {
    height: 13vw;
  }
}

.row.hp_cta {
  background: url(/images/bkgd/hp_cta.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.row.hp_cta .hp_cta_inner {
  padding: 4rem 8% 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .row.hp_cta .hp_cta_inner {
    padding: 4rem 4% 0.125rem;
  }
}
@media screen and (min-width: 1000px) {
  .row.hp_cta .hp_cta_inner {
    padding: 4rem 14% 1rem 18%;
  }
}
@media screen and (min-width: 1400px) {
  .row.hp_cta .hp_cta_inner {
    padding: 4rem 18% 1rem 20%;
  }
}
@media screen and (min-width: 1600px) {
  .row.hp_cta .hp_cta_inner {
    padding: 4rem 22%;
  }
}
@media screen and (min-width: 1900px) {
  .row.hp_cta .hp_cta_inner {
    padding: 4rem 22%;
  }
}
.row.hp_cta .hp_cta_inner > li {
  padding: 0;
  margin: 0;
}
.row.hp_cta .hp_cta_inner h4 {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  flex-basis: 100%;
}
.row.hp_cta .hp_cta_inner .hp_cta_left {
  flex-basis: 100%;
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info {
  padding-bottom: 3rem;
  color: #292D3A;
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info .form_intro {
  padding: 1.5rem 0;
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a {
  color: #292D3A;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  padding: 0.5rem 0;
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a > li {
  padding: 0;
  margin: 0;
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a.dir_link::before, .row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a.tel_link::before, .row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a.email_link::before {
  padding-right: 1rem;
  display: inline-block;
  box-sizing: inherit;
  vertical-align: middle;
  flex-basis: 10%;
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a div {
  display: inline-block;
  flex-basis: 85%;
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a.dir_link::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a.tel_link::before {
  content: "\f67d";
  font-family: "Font Awesome 6 Pro";
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a.email_link::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro";
}
.row.hp_cta .hp_cta_inner .hp_cta_left .cta_info a:hover {
  color: #c66f34;
}
.row.hp_cta .hp_cta_inner .hp_cta_right {
  flex-basis: 100%;
}
.row.hp_cta .hp_cta_inner .hp_cta_right form .gonna_get_you_sucka {
  position: absolute;
  left: -2000px;
}
.row.hp_cta .hp_cta_inner .hp_cta_right form .submit input {
  border-radius: 6px;
  border: 0;
  background-color: #c66f34;
  color: #FFFFFF;
  margin: 0 auto;
}
.row.hp_cta .hp_cta_inner .hp_cta_right form .submit input:hover {
  background-color: #c66f34;
}
@media screen and (min-width: 600px) {
  .row.hp_cta .hp_cta_inner {
    flex-wrap: wrap;
    padding-bottom: 5rem;
  }
  .row.hp_cta .hp_cta_inner h4 {
    padding-top: 0;
    margin-top: 0;
    padding: 1rem 0 1.5rem;
  }
  .row.hp_cta .hp_cta_inner .hp_cta_left {
    flex-basis: 45%;
  }
  .row.hp_cta .hp_cta_inner .hp_cta_left .cta_info .form_intro {
    padding-top: 0;
  }
  .row.hp_cta .hp_cta_inner .hp_cta_right {
    flex-basis: 45%;
  }
}
.hp_map {
  padding: 2rem 8%;
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap !important;
}
@media screen and (min-width: 360px) {
  .hp_map {
    padding: 2rem 8% 0.25rem;
  }
}
@media screen and (min-width: 600px) {
  .hp_map {
    padding: 2rem 8% 0.125rem;
  }
}
@media screen and (min-width: 1000px) {
  .hp_map {
    padding: 2rem 14% 3rem 18%;
  }
}
@media screen and (min-width: 1400px) {
  .hp_map {
    padding: 2rem 18% 3rem 20%;
  }
}
@media screen and (min-width: 1600px) {
  .hp_map {
    padding: 2rem 22% 3rem;
  }
}
@media screen and (min-width: 1900px) {
  .hp_map {
    padding: 2rem 22% 3rem;
  }
}
.hp_map > li {
  padding: 0;
  margin: 0;
}
.hp_map h4 {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 3rem;
  padding: 0 0;
  flex-basis: 100%;
}
.hp_map .exp_leadin {
  padding: 0 0 3vh;
}
.hp_map .exp_group .exp_states {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  padding-left: 1rem;
}
.hp_map .exp_group .exp_states > li {
  padding: 0;
  margin: 0;
}
.hp_map .exp_group .exp_states li {
  flex-basis: 45%;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .hp_map {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 4rem;
  }
  .hp_map > li {
    padding: 0;
    margin: 0;
  }
  .hp_map .label {
    flex-basis: 100%;
  }
  .hp_map .label:after {
    width: 6vw;
  }
  .hp_map .exp_map {
    flex-basis: 42%;
    padding: 0 1vw;
    align-self: center;
  }
}
@media screen and (min-width: 600px) and (-ms-high-contrast: active), screen and (min-width: 600px) and (-ms-high-contrast: none) {
  .hp_map .exp_map {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .hp_map .exp_group {
    flex-basis: 55%;
    padding: 2rem 4vw 1rem 0;
  }
  .hp_map .exp_group .exp_states li {
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  .hp_map .label:after {
    margin-right: auto;
    margin-left: auto;
    width: 4vw;
  }
  .hp_map .exp_map {
    flex-basis: 35%;
    padding: 0 2vw 0 1vw;
  }
}
@media screen and (min-width: 1000px) and (-ms-high-contrast: active), screen and (min-width: 1000px) and (-ms-high-contrast: none) {
  .hp_map .exp_map {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .hp_map .exp_group {
    flex-basis: 64%;
    padding: 1vh 1vw 2vh 0;
  }
  .hp_map .exp_group .exp_states li {
    flex-basis: 30%;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1400px) {
  .hp_map .exp_map {
    flex-basis: 40%;
    padding: 0 4vw 0 1vw;
  }
  .hp_map .exp_group {
    flex-basis: 60%;
  }
  .hp_map .exp_group .exp_states li {
    flex-basis: 30%;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .hp_map .exp_group {
    padding-right: 2vw;
  }
}
.hp_map2 {
  padding: 2rem 8% 6rem;
  margin: 2rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap !important;
}
@media screen and (min-width: 360px) {
  .hp_map2 {
    padding: 2rem 8% 0.25rem;
  }
}
@media screen and (min-width: 600px) {
  .hp_map2 {
    padding: 2rem 8% 0.125rem;
  }
}
@media screen and (min-width: 1000px) {
  .hp_map2 {
    padding: 2rem 14% 3rem 18%;
  }
}
@media screen and (min-width: 1400px) {
  .hp_map2 {
    padding: 2rem 18% 3rem 20%;
  }
}
@media screen and (min-width: 1600px) {
  .hp_map2 {
    padding: 2rem 22% 3rem;
  }
}
@media screen and (min-width: 1900px) {
  .hp_map2 {
    padding: 2rem 22% 3rem;
  }
}
.hp_map2 > li {
  padding: 0;
  margin: 0;
}
.hp_map2 h4 {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0rem;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 3rem;
  padding: 0 0;
  flex-basis: 100%;
}
.hp_map2 .text_wrapper .exp_leadin {
  padding: 0 0 2vh;
}
.hp_map2 .text_wrapper .exp_group .exp_states {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 1rem;
}
.hp_map2 .text_wrapper .exp_group .exp_states > li {
  padding: 0;
  margin: 0;
}
.hp_map2 .text_wrapper .exp_group .exp_states li {
  flex-basis: 45%;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  text-align: left;
}
.hp_map2 .text_wrapper .exp_group .lic_em {
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.1;
  text-align: left;
}
.hp_map2 .text_wrapper .exp_group .lic_em span {
  white-space: nowrap;
}
.hp_map2 .exp_map_wrapper .map_key {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  align-content: center;
  margin: 1rem auto;
}
.hp_map2 .exp_map_wrapper .map_key > li {
  padding: 0;
  margin: 0;
}
.hp_map2 .exp_map_wrapper .map_key div {
  flex-grow: 1;
  background: #202744;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.625rem;
  padding: 0.25rem;
}
.hp_map2 .exp_map_wrapper .map_key div:nth-of-type(2) {
  flex-grow: 1;
  background: #D36A20;
}
@media screen and (min-width: 600px) {
  .hp_map2 {
    position: relative;
    flex-wrap: nowrap;
    padding-bottom: 4rem;
  }
  .hp_map2 .text_wrapper {
    flex-basis: 100%;
    position: relative;
    z-index: 100;
  }
  .hp_map2 .text_wrapper .exp_leadin {
    padding: 0 0 2vh;
  }
  .hp_map2 .text_wrapper .exp_group {
    width: 50%;
  }
  .hp_map2 .text_wrapper .exp_group .exp_states {
    padding-left: 0;
  }
  .hp_map2 .text_wrapper .exp_group .exp_states li {
    flex-basis: 45%;
    padding: 0.25rem 0;
  }
  .hp_map2 .text_wrapper .exp_group .lic_em {
    font-size: 0.75rem;
    padding-top: 1rem;
  }
  .hp_map2 .exp_map_wrapper {
    position: absolute;
    right: 10%;
    bottom: 3rem;
    width: 45%;
    z-index: 1;
    flex-wrap: wrap;
    flex-basis: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
  }
  .hp_map2 .exp_map_wrapper > li {
    padding: 0;
    margin: 0;
  }
  .hp_map2 .exp_map_wrapper .exp_map {
    flex-basis: 100%;
    width: 100%;
  }
  .hp_map2 .exp_map_wrapper .exp_map img {
    width: 100%;
  }
  .hp_map2 .exp_map_wrapper .map_key {
    flex-basis: auto;
    width: 70%;
    align-self: baseline;
    margin: 1rem 0 1rem auto;
  }
  .hp_map2 .exp_map_wrapper .map_key div {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 1000px) {
  .hp_map2 {
    display: block;
  }
  .hp_map2 h4 {
    z-index: 10;
  }
  .hp_map2 h4.label {
    width: 60%;
    display: block;
    position: relative;
  }
  .hp_map2 .text_wrapper .exp_leadin {
    padding: 0 0 2vh;
    z-index: 10;
    width: 60%;
    display: block;
    position: relative;
  }
  .hp_map2 .text_wrapper .exp_group {
    z-index: 10;
    width: 65%;
    display: block;
    position: relative;
  }
  .hp_map2 .text_wrapper .exp_group .exp_states li {
    flex-basis: 33%;
  }
  .hp_map2 .exp_map_wrapper {
    position: absolute;
    z-index: 1;
    max-width: 40%;
    height: auto;
    bottom: 5rem;
  }
  .hp_map2 .exp_map_wrapper .map_key {
    width: auto;
  }
  .hp_map2 .exp_map_wrapper .map_key div {
    padding: 0.1725rem 1rem 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .hp_map2 .text_wrapper .exp_leadin {
    padding: 0 0 2vh;
  }
  .hp_map2 .text_wrapper .exp_group .exp_states {
    padding-right: 4rem;
  }
  .hp_map2 .text_wrapper .exp_group .exp_states li {
    flex-basis: 33%;
  }
  .hp_map2 .exp_map_wrapper {
    bottom: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .hp_map2 .text_wrapper .exp_leadin {
    padding: 0 0 2vh;
  }
  .hp_map2 .text_wrapper .exp_group .exp_states {
    padding-right: 4rem;
  }
  .hp_map2 .text_wrapper .exp_group .exp_states li {
    flex-basis: 33%;
  }
  .hp_map2 .exp_map_wrapper {
    bottom: 2rem;
    max-width: 37%;
  }
}
@media screen and (min-width: 1600px) {
  .hp_map2 .text_wrapper .exp_leadin {
    padding: 0 0 2vh;
  }
  .hp_map2 .text_wrapper .exp_group .exp_states {
    padding-right: 4rem;
  }
  .hp_map2 .text_wrapper .exp_group .exp_states li {
    flex-basis: 33%;
  }
  .hp_map2 .exp_map_wrapper {
    bottom: 2rem;
    right: 15%;
    max-width: 32%;
  }
}

.page_hero {
  position: relative;
  overflow: hidden;
  height: 94vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /*.pull-left.item-image { 
  	overflow: hidden;
  	position: absolute;
  	z-index: 1;
  	width: 100%;
  	height: auto;

  	img[itemprop="image"] { 
  		height: 100%;
  		width: auto;
  	}
  }*/
}
.page_hero.sector_id_18 {
  background-position: center top !important;
}
.page_hero.sector_id_25 {
  background-position: center top !important;
}
.page_hero.sector_id_45 {
  background-position: center top !important;
}
.page_hero .page_hero_screen {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.page_hero .row .page_title_group {
  position: absolute;
  bottom: 15vh;
  z-index: 100;
  color: #FFFFFF;
}
.page_hero .row .page_title_group .page_title h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.15;
}
.page_hero .row .page_title_group .dek {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.3;
  font-style: italic;
  font-family: "Open Sans";
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 600px) {
  .page_hero {
    height: 70vh;
    background-size: cover !important;
    background-position: center center !important;
  }
  .page_hero .row .page_title_group {
    bottom: 2vh;
  }
}
@media screen and (min-width: 1000px) {
  .page_hero {
    height: 70vh;
    background-size: cover !important;
    background-position: center center !important;
  }
  .page_hero .row .page_title_group {
    padding-right: 30vw;
  }
}
@media screen and (min-width: 1400px) {
  .page_hero {
    height: 70vh;
    background-size: cover !important;
    background-position: center center !important;
  }
}
@media screen and (min-width: 1600px) {
  .page_hero {
    height: 70vh;
    background-size: cover !important;
    background-position: center center !important;
  }
}
@media screen and (min-width: 1900px) {
  .page_hero {
    height: 70vh;
    background-size: cover !important;
    background-position: center center !important;
  }
}

body.catid-14 .item-page .moduletable.menu_about {
  display: none;
}
@media screen and (min-width: 600px) {
  body.catid-14 .item-page {
    position: relative;
  }
  body.catid-14 .item-page .moduletable.menu_about {
    display: block;
    /*position: absolute;
    margin-right: -10vw;
    top: 0;
    right: 0;*/
    float: right;
    padding: 0 4rem 3rem 3rem;
    margin: 0 -10vw 2rem 3rem;
    border: 1px solid #e9e9e9;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  }
  body.catid-14 .item-page .moduletable.menu_about h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 0;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  body.catid-14 .item-page .moduletable.menu_about ul {
    margin: 0;
    padding: 0;
  }
  body.catid-14 .item-page .moduletable.menu_about ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body.catid-14 .item-page .moduletable.menu_about ul li a {
    display: block;
    padding: 0.5rem 0.25rem 0.5rem 0;
    font-style: italic;
    font-family: "Times New Roman";
    color: #625B5B;
  }
  body.catid-14 .item-page .moduletable.menu_about ul li.current a {
    color: #c66f34;
  }
  body.catid-14 .item-page .moduletable.menu_about ul li:hover a {
    color: #c66f34;
  }
}
@media screen and (min-width: 1000px) {
  body.catid-14 .item-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  body.catid-14 .item-page > li {
    padding: 0;
    margin: 0;
  }
  body.catid-14 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
    order: 1;
  }
  body.catid-14 .item-page .moduletable.menu_about {
    flex-basis: 25%;
    order: 2;
    margin-right: 0;
    margin-left: 2rem;
    padding-right: 0;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    position: relative;
  }
  body.catid-14 .item-page .moduletable.menu_about:before {
    position: absolute;
    left: 0;
    top: -8rem;
    content: "";
    display: inline-block;
    height: 50%;
    width: 2px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(147, 147, 147, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  body.catid-14 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
  }
  body.catid-14 .item-page .moduletable.menu_about {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 1900px) {
  body.catid-14 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
  }
  body.catid-14 .item-page .moduletable.menu_about {
    flex-basis: 25%;
  }
}

body.catid-27 .item-page .moduletable.menu_careers {
  display: none;
}
@media screen and (min-width: 600px) {
  body.catid-27 .item-page {
    position: relative;
  }
  body.catid-27 .item-page .moduletable.menu_careers {
    display: block;
    /*position: absolute;
    margin-right: -10vw;
    top: 0;
    right: 0;*/
    float: right;
    padding: 0 4rem 3rem 3rem;
    margin: 0 -10vw 2rem 3rem;
    border: 1px solid #e9e9e9;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  }
  body.catid-27 .item-page .moduletable.menu_careers h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 0;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  body.catid-27 .item-page .moduletable.menu_careers ul {
    margin: 0;
    padding: 0;
  }
  body.catid-27 .item-page .moduletable.menu_careers ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body.catid-27 .item-page .moduletable.menu_careers ul li a {
    display: block;
    padding: 0.5rem 0.25rem 0.5rem 0;
    font-style: italic;
    font-family: "Times New Roman";
    color: #625B5B;
  }
  body.catid-27 .item-page .moduletable.menu_careers ul li.current a {
    color: #c66f34;
  }
  body.catid-27 .item-page .moduletable.menu_careers ul li:hover a {
    color: #c66f34;
  }
}
@media screen and (min-width: 1000px) {
  body.catid-27 .item-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  body.catid-27 .item-page > li {
    padding: 0;
    margin: 0;
  }
  body.catid-27 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
    order: 1;
  }
  body.catid-27 .item-page .moduletable.menu_careers {
    flex-basis: 25%;
    order: 2;
    margin-right: 0;
    margin-left: 2rem;
    padding-right: 0;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    position: relative;
  }
  body.catid-27 .item-page .moduletable.menu_careers:before {
    position: absolute;
    left: 0;
    top: -8rem;
    content: "";
    display: inline-block;
    height: 50%;
    width: 2px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(147, 147, 147, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  body.catid-27 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
  }
  body.catid-27 .item-page .moduletable.menu_careers {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 1900px) {
  body.catid-27 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
  }
  body.catid-27 .item-page .moduletable.menu_careers {
    flex-basis: 25%;
  }
}

body.catid-14.view-article main section.container .row .item-page div[itemprop=articleBody] ul.fa_bullet {
  list-style-position: outside;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
body.catid-14.view-article main section.container .row .item-page div[itemprop=articleBody] ul.fa_bullet li {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  justify-content: flex-start;
}
body.catid-14.view-article main section.container .row .item-page div[itemprop=articleBody] ul.fa_bullet li > li {
  padding: 0;
  margin: 0;
}
body.catid-14.view-article main section.container .row .item-page div[itemprop=articleBody] ul.fa_bullet li:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  padding-right: 0.5rem;
  font-weight: 500;
  content: "\f14a";
  text-align: center;
  font-weight: 100;
  color: #E39D11;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.testi_group .testi_block {
  margin: 2rem 0 3rem -3vx;
}
.testi_group .testi_block .testi_quote {
  display: block;
  padding: 0 0 1rem 0;
  position: relative;
  font-size: 1rem;
  line-height: 1.75;
  padding: 0.25rem 0 0.75rem;
}
.testi_group .testi_block .testi_quote:after {
  content: "”";
  font-family: "Times New Roman";
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}
.testi_group .testi_block .testi_quote:before {
  content: "“";
  font-family: "Times New Roman";
  font-size: 7rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.15);
  text-align: left;
  font-weight: 500;
  position: absolute;
  top: 0;
  margin: -5rem 0 0 0;
  padding-bottom: 0;
}
.testi_group .testi_block .details {
  padding: 1rem 0 4rem 0;
  text-align: right;
}
.testi_group .testi_block .details .testi_person {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 2px solid #292D3A;
  order: 2;
}
.testi_group .testi_block .details .testi_person span.testi_position {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  text-transform: capitalize;
}
.testi_group .testi_block .details .testi_person span.testi_company {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
}
.testi_group .testi_block .details .testi_img {
  display: none;
  order: 1;
}
.testi_group .testi_block .details .testi_img img {
  height: 4rem;
  width: auto;
  padding-left: 2vw;
}
@media screen and (min-width: 600px) {
  .testi_group .testi_block {
    margin: 2rem 0 0;
  }
  .testi_group .testi_block .testi_quote {
    display: block;
    padding: 0 0 1rem 8rem;
    position: relative;
    font-style: italic;
  }
  .testi_group .testi_block .testi_quote:before {
    content: "“";
    font-family: "Georgia";
    font-size: 16rem;
    line-height: 0.8;
    color: rgba(0, 0, 0, 0.05);
    padding-left: 0.5rem;
    text-align: right;
    font-weight: 100;
    padding-right: 40%;
    position: absolute;
    margin-left: -10rem;
    margin-top: -2rem;
  }
  .testi_group .testi_block .details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
    padding: 1rem 0 4rem 8rem;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
  }
  .testi_group .testi_block .details > li {
    padding: 0;
    margin: 0;
  }
  .testi_group .testi_block .details .testi_img img {
    height: 4rem;
    width: auto;
  }
}
.pep_grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
}
.pep_grid > li {
  padding: 0;
  margin: 0;
}
.pep_grid .pep {
  flex-basis: 100%;
  text-align: center;
  padding: 0 0 3rem;
}
.pep_grid .pep a .pep_img {
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pep_grid .pep a .pep_img img {
  filter: saturate(25%);
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pep_grid .pep a .pep_dets h4 {
  margin: 0;
  padding: 0.5rem 0 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.15rem;
}
.pep_grid .pep a .pep_dets h5.source {
  margin: 0;
  padding: 0 0 0;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
}
.pep_grid .pep:hover a .pep_img img {
  filter: saturate(100%);
}
@media screen and (min-width: 600px) {
  .pep_grid::after {
    content: "";
    flex: auto;
  }
  .pep_grid .pep {
    flex-basis: 50%;
  }
  .pep_grid .pep a .pep_img {
    width: 85%;
  }
  .pep_grid .pep a .pep_dets h4 {
    font-size: 0.9375rem;
  }
  .pep_grid .pep a .pep_dets h5.source {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1000px) {
  .pep_grid .pep {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .pep_grid::after {
    content: "";
    flex: none;
  }
  .pep_grid .pep {
    flex-basis: 23%;
  }
  .pep_grid .pep a .pep_img {
    width: 100%;
  }
}
.leader_con {
  padding: 3rem 0 0;
}
.leader_con .leader_info {
  padding: 0 0 1rem;
}
.leader_con .leader_info h4 {
  margin: 0;
  padding: 0.5rem 0 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.15rem;
  font-size: 1.25rem;
}
.leader_con .leader_info h5.source {
  margin: 0;
  padding: 0 0 0;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.phil_cont {
  padding: 0 0 2rem;
}
.phil_cont h4 {
  font-weight: 700;
}
.phil_cont .phil_img {
  float: right;
  margin: 1rem 0 1rem 2rem;
  width: 25vw;
}
.phil_cont .phil_img a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .phil_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  .phil_cont > li {
    padding: 0;
    margin: 0;
  }
  .phil_cont h4 {
    flex-basis: 100%;
    order: 1;
  }
  .phil_cont .phil_img {
    flex-basis: 20%;
    order: 3;
    float: none;
    width: auto;
    margin: auto;
  }
  .phil_cont p {
    flex-basis: 70%;
    order: 2;
  }
}
body.catid-14.id-43 ul.learn_about_menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  padding-bottom: 3rem;
}
body.catid-14.id-43 ul.learn_about_menu > li {
  padding: 0;
  margin: 0;
}
body.catid-14.id-43 ul.learn_about_menu li {
  display: flex;
  list-style: none;
  flex-basis: 50%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
body.catid-14.id-43 ul.learn_about_menu li:nth-of-type(odd) {
  padding: 0.25rem;
  padding-left: 0;
}
body.catid-14.id-43 ul.learn_about_menu li:nth-of-type(even) {
  padding: 0.25rem;
  padding-right: 0;
}
body.catid-14.id-43 ul.learn_about_menu li a {
  border: 1px solid #1e2640;
  margin: 0.25rem 0.25rem 0.25rem 0;
  padding: 0.25rem;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.catid-14.id-43 ul.learn_about_menu li a object {
  pointer-events: none;
}
body.catid-14.id-43 ul.learn_about_menu li a:hover {
  filter: hue-rotate(135deg) brightness(0.9);
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}
body.catid-14.id-43 ul.hr_staff {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  align-items: end;
}
body.catid-14.id-43 ul.hr_staff > li {
  padding: 0;
  margin: 0;
}
body.catid-14.id-43 ul.hr_staff li {
  list-style: none;
  flex-basis: 50%;
  margin: 0;
  padding: 0;
}
body.catid-14.id-43 ul.hr_staff li:nth-of-type(odd) {
  padding: 0.25rem;
  padding-left: 0;
}
body.catid-14.id-43 ul.hr_staff li:nth-of-type(even) {
  padding: 0.25rem;
  padding-right: 0;
}
body.catid-14.id-43 ul.hr_staff li picture,
body.catid-14.id-43 ul.hr_staff li img,
body.catid-14.id-43 ul.hr_staff li div {
  display: block;
}
body.catid-14.id-43 ul.hr_staff li picture,
body.catid-14.id-43 ul.hr_staff li img {
  outline-offset: -5px;
  outline: 4px solid #FFFFFF;
  min-width: 100%;
  width: 100%;
}
body.catid-14.id-43 ul.hr_staff li div {
  text-align: center;
}
body.catid-14.id-43 ul.hr_staff li div:first-of-type {
  text-transform: uppercase;
  padding-top: 0.75rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05rem;
  font-size: 1.25rem;
}
body.catid-14.id-43 ul.hr_staff li div:last-of-type, body.catid-14.id-43 ul.hr_staff li div:nth-of-type(2) {
  font-style: italic;
  font-size: 0.875rem;
  color: #a9a9a9;
  line-height: 1.1;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 600px) {
  body.catid-14.id-43 ul.learn_about_menu {
    flex-wrap: wrap;
  }
  body.catid-14.id-43 ul.learn_about_menu li {
    flex-basis: 24%;
  }
  body.catid-14.id-43 ul.learn_about_menu li:nth-of-type(odd) {
    padding: 0;
  }
  body.catid-14.id-43 ul.learn_about_menu li:nth-of-type(even) {
    padding: 0;
  }
  body.catid-14.id-43 ul.learn_about_menu li a {
    padding: 0.125rem;
    margin: 0;
  }
  body.catid-14.id-43 ul.hr_staff {
    flex-wrap: nowrap;
  }
  body.catid-14.id-43 ul.hr_staff li {
    flex-basis: 31%;
  }
  body.catid-14.id-43 ul.hr_staff li:nth-of-type(odd) {
    padding: 0;
  }
  body.catid-14.id-43 ul.hr_staff li:nth-of-type(even) {
    padding: 0;
  }
  body.catid-14.id-43 ul.hr_staff li picture,
  body.catid-14.id-43 ul.hr_staff li img {
    outline-offset: -3px;
    outline: 2px solid #FFFFFF;
    min-width: 100%;
    width: 100%;
    height: auto;
  }
  body.catid-14.id-43 ul.hr_staff li div:first-of-type {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1900px) {
  body.catid-14.id-43 ul.learn_about_menu {
    flex-wrap: wrap;
  }
  body.catid-14.id-43 ul.learn_about_menu li {
    flex-basis: 25%;
    padding: 0;
  }
  body.catid-14.id-43 ul.learn_about_menu li:nth-of-type(odd) {
    padding: 0;
  }
  body.catid-14.id-43 ul.learn_about_menu li:nth-of-type(even) {
    padding: 0 0 5rem 0;
  }
  body.catid-14.id-43 ul.hr_staff {
    flex-wrap: nowrap;
  }
  body.catid-14.id-43 ul.hr_staff li {
    flex-basis: 23%;
  }
}

.job-board-wrapper {
  max-width: 960px;
  margin: 0 auto 3rem;
  font-family: "Helvetica Neue", sans-serif;
}
.job-board-wrapper .portal-wrapper .positions-container h1 {
  display: none;
}
.job-board-wrapper .portal-wrapper .positions-container .filters-container {
  display: none;
  margin-bottom: 2rem;
}
.job-board-wrapper .portal-wrapper .positions-container .filters-container select {
  margin-right: 1rem;
  padding: 0.25rem 0.5rem;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  display: flex;
  flex-wrap: wrap;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions > li {
  padding: 0;
  margin: 0;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position {
  list-style: none;
  flex-basis: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position > li {
  padding: 0;
  margin: 0;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position:nth-of-type(odd) {
  background-color: rgb(245, 245, 245);
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position:hover {
  background-color: rgba(200, 200, 200, 0.5);
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position:hover h2.position-name {
  color: #D36A20;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position:hover h2.position-name a:after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  content: "\f08e";
  font-size: 0.9375rem;
  line-height: 1;
  padding-left: 1rem;
  color: #D36A20;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .apply-container {
  display: none;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .apply-container a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #007058;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .apply-container a:hover {
  color: #c66f34;
  cursor: pointer;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position h2.position-name {
  margin: 0;
  flex-grow: 2;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position h2.position-name a {
  padding: 0.875rem 1rem 0.6125rem;
  display: block;
  font-size: 1rem;
  color: #004b44;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position h2.position-name a:hover {
  color: #c66f34;
  cursor: pointer;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .position-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
  letter-spacing: 0.05rem;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .position-meta i.fa.fa-building {
  display: none;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .position-meta span:first-of-type, .job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .position-meta span:nth-of-type(2), .job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .position-meta span:nth-of-type(3), .job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .position-meta span.polygot.label.fullTime {
  display: none;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .position-meta span:nth-of-type(4) {
  color: #606060;
  padding-right: 1rem;
}
.job-board-wrapper .portal-wrapper .positions-container ul.positions li.position .position-meta i.fa.fa-map-marker {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1399px) {
  .testi_slidein {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .testi_slidein {
    position: fixed;
    bottom: 15%;
    z-index: 1000;
    right: -30vw;
    width: 30vw;
    height: auto;
    font-size: 30px;
    background: #FAF9F6;
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
    border-right: 0px solid #555555;
    color: #292D3A;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  .testi_slidein > li {
    padding: 0;
    margin: 0;
  }
  .testi_slidein .testi_wrapper {
    padding: 4rem 6rem 3.25rem 2rem;
    font-family: "Times New Roman", serif;
    font-size: 1.25rem;
    /*
    	 // Slideshow container 
    	.slideshow-container {
    		position: relative;
    		// background: #f1f1f1f1;
    	}

    	 // Slides 
    	.mySlides {
    		display: none;
    		// padding: 80px;
    		text-align: center;
    	  transition: opacity 1s ease; // Adjust the transition duration as desired 

    	}

    	 // Next & previous buttons 
    	.prev, .next {
    		cursor: pointer;
    		position: absolute;
    		top: 50%;
    		width: auto;
    		margin-top: -30px;
    		padding: 16px;
    		color: #888;
    		font-weight: bold;
    		font-size: 20px;
    		border-radius: 0 3px 3px 0;
    		user-select: none;
    	}

    	 // Position the "next button" to the right 
    	.next {
    		position: absolute;
    		right: 0;
    		border-radius: 3px 0 0 3px;
    	}

    	 // On hover, add a black background color with a little bit see-through 
    	.prev:hover, .next:hover {
    		background-color: rgba(0,0,0,0.8);
    		color: white;
    	}

    	 // The dot/bullet/indicator container 
    	.dot-container {
    		text-align: center;
    		padding: 20px;
    		// background: #ddd;
    	}

    	 // The dots/bullets/indicators 
    	.dot {
    		cursor: pointer;
    		height: 15px;
    		width: 15px;
    		margin: 0 2px;
    		background-color: #bbb;
    		border-radius: 50%;
    		display: inline-block;
    		transition: background-color 0.6s ease;
    	}

    	 // Add a background color to the active dot/circle 
    	.active, .dot:hover {
    		background-color: #717171;
    	}	


    */
  }
  .testi_slidein .testi_wrapper #close_testi {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    font-size: 0.8125rem;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    vertical-align: middle;
  }
  .testi_slidein .testi_wrapper #close_testi:after {
    display: inline-block;
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    font-size: 1.25rem;
    opacity: 0;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    vertical-align: middle;
    font-size: 0.75rem;
  }
  .testi_slidein .testi_wrapper #close_testi span {
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    vertical-align: initial;
  }
  .testi_slidein .testi_wrapper #close_testi:hover {
    cursor: pointer;
    color: #c66f34;
    padding-right: 1.5rem;
  }
  .testi_slidein .testi_wrapper #close_testi:hover span {
    opacity: 0;
  }
  .testi_slidein .testi_wrapper #close_testi:hover:after {
    opacity: 1;
    color: #c66f34;
    font-size: 1rem;
  }
  .testi_slidein .testi_wrapper .testimonials-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding-top: 0.5rem;
  }
  .testi_slidein .testi_wrapper .testimonial {
    flex: 0 0 100%;
    display: none;
    padding: 10px;
  }
  .testi_slidein .testi_wrapper .dot-navigation {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .testi_slidein .testi_wrapper .dot-navigation .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
  }
  .testi_slidein .testi_wrapper .dot-navigation .dot.active {
    background-color: #333;
  }
  .testi_slidein .testi_wrapper blockquote {
    font-family: "Times New Roman", serif;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    border-left: 0 solid red;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  .testi_slidein .testi_wrapper blockquote > li {
    padding: 0;
    margin: 0;
  }
  .testi_slidein .testi_wrapper blockquote:before {
    margin-right: 1rem;
    padding-top: 1rem;
    font-size: 100px;
    content: "“";
    line-height: 20px;
    font-style: normal;
    font-weight: 700;
    color: #a9a9a9;
    font-family: "Georgia", serif;
  }
  .testi_slidein .testi_wrapper figcaption {
    text-align: right;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    color: #625B5B;
    text-transform: uppercase;
    border-right: 2px solid #625B5B;
    padding-right: 1rem;
    margin-top: 1.25rem;
  }
  .testi_slidein .testi_wrapper figcaption cite {
    display: block;
    font-size: 0.8125rem;
    letter-spacing: 0.05rem;
    color: #a9a9a9;
  }
}
@media screen and (max-width: 1000px) {
  .testi_slidein {
    display: none;
  }
}

.testi_slidein .testi_wrapper {
  /*.intro_dbl_quote {
  	flex-basis: auto;
  	font-size: 100px;
  	content: "\201c";
  	line-height: 20px;
  	font-style: normal;
  	font-weight: 700;
  	color: $nice_gray;
  	font-family: "Georgia", serif;
  }

  .testi_quote {
  	font-size: $default;
  	font-style: italic;

  	&:before {

  	}
  	&:after {
  		display: inline-block;
  		// font-size: 40px;
  		content: '\201d';
  		line-height: $default;
  		font-style: normal;
  		font-weight: 700;
  		color: $nice_gray;
  		font-family: "Georgia", serif;
  	}

  		.testi_attr {
  		.testi_name {
  			font-size: $default;
  		}
  			.testi_title {
  			font-size: $default;
  			}
  		}
  	}*/
}
.ref_program_note {
  font-size: 0.625rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  color: #D36A20;
  padding: 0.5rem 1rem 4rem;
}

table.ref_program {
  width: 100%;
  display: block;
  margin: 1.25rem 0 0;
}
table.ref_program thead {
  background-color: #202744;
  color: #FFFFFF;
}
table.ref_program thead tr th {
  padding: 0.5rem 1rem;
  font-family: "Oswald", sans-serif;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
table.ref_program thead tr th:first-of-type {
  text-align: left;
}
table.ref_program thead tr th span {
  color: #D36A20;
}
table.ref_program tbody {
  outline: 1px solid #a9a9a9;
  outline-offset: -1px;
}
table.ref_program tbody tr td {
  padding: 0.5rem 1rem;
  text-align: center;
  border-left: 1px solid #a9a9a9;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
table.ref_program tbody tr td:first-of-type {
  text-align: left;
  border-left: 0px;
}
.gallery2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.gallery2 > li {
  padding: 0;
  margin: 0;
}
.gallery2 .gb_container {
  flex-basis: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  /*picture {
  	position: absolute;
  	z-index: 10;
  	@include centerer(1,1);

  	width: 100%;
  	height: 100%;
  	min-width: 100%;
  	min-height: 100%;
  	object-fit: cover;

  	img {
  		width: 100%;
  		height: 100%;
  		object-fit: cover;

  	}
  }*/
}
.gallery2 .gb_container picture {
  position: absolute;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  filter: saturate(100%);
  filter: grayscale(0%);
  border: 6px solid #202744;
  border-collapse: collapse;
  outline: 6px solid #FFFFFF;
  outline-offset: -8px;
}
.gallery2 .gb_container picture img {
  position: absolute;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  filter: saturate(100%);
  filter: grayscale(0%);
}
.gallery2 .gb_container .gb_desc {
  position: absolute;
  z-index: 100;
  bottom: -30%;
  left: 2px;
  width: 98%;
  display: block;
  padding: 0.75rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  color: #292D3A;
  line-height: 1.3;
  margin: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gallery2 .gb_container:hover .gb_desc {
  opacity: 1;
  bottom: 1px;
}
.gallery2 .gb_container:hover img {
  filter: saturate(70%);
  filter: grayscale(30%);
}
@media screen and (min-width: 600px) {
  .gallery2 {
    /*display: inline-flex;
    flex-wrap: wrap;
    margin: -12px 0 0 -12px;
    width: calc(100% + 12px);

     &>div {

     }

    .gb_container {
    	flex-basis: 46%;
    	margin: 4% 0 0 4%;

    	img {

    	}
    	picture {
    		img {}
    	}
    	.gb_desc {}
    }*/
  }
}
@media screen and (min-width: 600px) {
  .gallery2 {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin-top: 1rem;
  }
  .gallery2 .gb_container {
    flex-basis: 48%;
    margin-bottom: 1rem;
  }
  .gallery2 .gb_container .gb_desc {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1000px) {
  .gallery2 .gb_container .gb_desc {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .gallery2 .gb_container {
    flex-basis: 32%;
  }
}
.gallery3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.gallery3 > li {
  padding: 0;
  margin: 0;
}
.gallery3 .gb_container {
  flex-basis: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  /*picture {
  	position: absolute;
  	z-index: 10;
  	@include centerer(1,1);

  	width: 100%;
  	height: 100%;
  	min-width: 100%;
  	min-height: 100%;
  	object-fit: cover;

  	img {
  		width: 100%;
  		height: 100%;
  		object-fit: cover;

  	}
  }*/
}
.gallery3 .gb_container picture {
  position: absolute;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  filter: saturate(100%);
  filter: grayscale(0%);
  border: 6px solid #202744;
  border-collapse: collapse;
  outline: 6px solid #FFFFFF;
  outline-offset: -8px;
}
.gallery3 .gb_container picture img {
  position: absolute;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  filter: saturate(100%);
  filter: grayscale(0%);
  filter: brightness(100%);
}
.gallery3 .gb_container .gb_desc {
  position: absolute;
  z-index: 100;
  bottom: -30%;
  left: 2px;
  width: 96%;
  display: block;
  padding: 0.75rem 1.25rem;
  opacity: 0;
  color: #FFFFFF;
  line-height: 1.3;
  margin: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.gallery3 .gb_container:hover .gb_desc {
  opacity: 1;
  bottom: 0.5rem;
}
.gallery3 .gb_container:hover img {
  filter: saturate(70%);
  filter: grayscale(50%);
  filter: contrast(50%);
  filter: brightness(50%);
}
@media screen and (min-width: 600px) {
  .gallery3 {
    /*display: inline-flex;
    flex-wrap: wrap;
    margin: -12px 0 0 -12px;
    width: calc(100% + 12px);

     &>div {

     }

    .gb_container {
    	flex-basis: 46%;
    	margin: 4% 0 0 4%;

    	img {

    	}
    	picture {
    		img {}
    	}
    	.gb_desc {}
    }*/
  }
}
@media screen and (min-width: 600px) {
  .gallery3 {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin-top: 1rem;
  }
  .gallery3 .gb_container {
    flex-basis: 32%;
    margin-bottom: 1rem;
  }
  .gallery3 .gb_container .gb_desc {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1000px) {
  .gallery3 .gb_container .gb_desc {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .gallery3 .gb_container .gb_desc {
    font-size: 1rem;
    line-height: 1.2;
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
  }
}
.internship_contact {
  padding-top: 0;
  width: 100%;
  /*form {
  	padding: 1rem 2rem 1.5rem;
  	border: .5px solid #dedede;
  	box-shadow: 3px 3px 10px rgba(0,0,0,.05);

  	// &:before {
  	// 	content: 'Send us a message';
  	// 	display: block;
  	// 	text-transform: uppercase;
  	// 	font-weight: 500;
  	// 	line-height: 1.4;
  	// 	padding: .5rem 0 1rem;
  	// 	font-family: $font-heading;
  	// }

  	.input-section {
  		width: 100%;
  		padding-bottom: 1rem;

  		label {
  			color: $gray;
  			// text-transform: uppercase;
  			font-size: $tiny;
  			letter-spacing: 0.05rem;
  			font-weight: 500;
  			// padding-left: .5rem;
  			padding: 1rem 0 0;
  			margin-bottom: 0;
  		}

  		input,
  		textarea,
  		select {
  			border-top: 1px solid rgba(0,0,0,0);
  			border-right: 1px solid rgba(0,0,0,0);
  			border-left: 1px solid rgba(0,0,0,0);
  			border-radius: 0;
  			border-bottom: 1px solid $gray;
  			background-color: rgba(0,0,0,0);
  			@include trans_medium;
  			padding: .5rem .5rem .25rem .5rem;
  			margin: 0 0 .25rem;
  		}
  		input[type="email"]:focus,
  		input[type="number"]:focus,
  		input[type="search"]:focus,
  		input[type="text"]:focus,
  		input[type="tel"]:focus,
  		input[type="url"]:focus,
  		input[type="password"]:focus,
  		textarea:focus,
  		textarea:active,
  		select:focus {
  			background-color: $faint_gray;
  			// border: 1px solid $gl_orange;
  			// padding: 1rem .5rem;
  			// margin: 2rem 0 0;
  		}
  		input[type="email"] {
  		}
  		input[type="text"] {
  		}
  		input[type="tel"] {
  		}	
  		textarea {
  			@include trans_slow;
  		}
  		textarea {
  			padding: .75rem .5rem .5rem .5rem;
  		}
  		textarea:focus {
  			height: 8rem;
  		}

             input:focus + .control_label,
             textarea:focus + .control_label { // changed label color when related input is selected
                 color: $orange7;
             }


  	}
  	input[type="submit"] {
  		background: $gl_orange;
  		background-color: $gl_orange;
  		color: $white;
  		font-family: $font-heading;
  		text-transform: uppercase;
  		font-size: $large;
  		letter-spacing: 0.1rem;
  		border-radius: 4px;
  		@include trans;

  		margin: 0 auto 0 0;
  		padding: .75rem 3rem .75rem;


  		&:hover {
  			background-color: $orange2;
  			cursor: pointer;
  		}
  	}
  }*/
}
.internship_contact ul {
  padding-left: 0;
  margin-left: 2rem;
}
.internship_contact ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.internship_contact ul li i {
  display: inline-block;
  padding-right: 1rem;
  float: left;
  margin-bottom: 1rem;
}
.internship_contact h5 {
  margin-top: 3rem;
  padding-left: 0;
}
.internship_contact h5 span {
  font-family: "Lato", sans-serif;
  display: block;
  font-size: 1rem;
}
.internship_contact form.contact_form {
  padding: 2rem 0 5rem;
}
.internship_contact form.contact_form .input-section {
  padding-bottom: 1rem;
}
.internship_contact form.contact_form .input-section label {
  color: #606060;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  padding-left: 0.5rem;
}
.internship_contact form.contact_form .input-section input,
.internship_contact form.contact_form .input-section textarea,
.internship_contact form.contact_form .input-section select {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  border-bottom: 1px solid #606060;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0.75rem 0.5rem 0.5rem 0.5rem;
  margin: 0 0 0.25rem;
}
.internship_contact form.contact_form .input-section input[type=email]:focus,
.internship_contact form.contact_form .input-section input[type=number]:focus,
.internship_contact form.contact_form .input-section input[type=search]:focus,
.internship_contact form.contact_form .input-section input[type=text]:focus,
.internship_contact form.contact_form .input-section input[type=tel]:focus,
.internship_contact form.contact_form .input-section input[type=url]:focus,
.internship_contact form.contact_form .input-section input[type=password]:focus,
.internship_contact form.contact_form .input-section textarea:focus,
.internship_contact form.contact_form .input-section textarea:active,
.internship_contact form.contact_form .input-section select:focus {
  background-color: #fafafa;
  border: 1px solid #D36A20;
}
.internship_contact form.contact_form .input-section textarea {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.internship_contact form.contact_form .input-section textarea {
  padding: 0.75rem 0.5rem 0.5rem 0.5rem;
}
.internship_contact form.contact_form .input-section textarea:focus {
  height: 8rem;
}
.internship_contact form.contact_form .input-section input:focus + .control_label,
.internship_contact form.contact_form .input-section textarea:focus + .control_label {
  color: #c66f34;
}
.internship_contact form.contact_form input[type=submit] {
  display: block;
  background: #D36A20;
  background-color: #D36A20;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  border-radius: 4px;
  width: fit-content;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0 auto;
  padding: 0.75rem 3rem 0.75rem;
}
.internship_contact form.contact_form input[type=submit]:hover {
  background-color: #EB5E28;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .internship_contact {
    padding-top: 0;
  }
  .internship_contact form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  .internship_contact form > li {
    padding: 0;
    margin: 0;
  }
  .internship_contact form .input-section {
    flex-basis: 47% !important;
  }
  .internship_contact form .input-section:nth-of-type(6), .internship_contact form .input-section:nth-of-type(7) {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 1000px) {
  .internship_contact {
    display: block;
  }
  .internship_contact h5 {
    nargin-left: 1rem;
  }
  .internship_contact form.contact_form {
    padding: 1.25rem 0 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .internship_contact {
    padding-top: 0;
  }
}
body.DIV.catid-13.id-44 .item-page .moduletable.menu_services, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services {
  display: none;
}
@media screen and (min-width: 600px) {
  body.DIV.catid-13.id-44 .item-page, body.DIV.catid-13.id-45 .item-page, body.DIV.catid-13.id-46 .item-page, body.DIV.catid-13.id-47 .item-page, body.DIV.catid-13.id-48 .item-page, body.DIV.catid-13.id-49 .item-page, body.DIV.catid-13.id-64 .item-page {
    position: relative;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services {
    display: block;
    /*position: absolute;
    margin-right: -10vw;
    top: 0;
    right: 0;*/
    float: right;
    padding: 0 0 4rem 0;
    margin: 0 -4vw 2rem 3rem;
    width: 28vw;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services h3, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services h3, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services h3, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services h3, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services h3, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services h3, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 0 solid #606060;
    margin-bottom: 1rem;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul {
    margin: 0;
    padding: 0;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li a, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li a, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li a, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li a, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li a, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li a, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li a {
    padding: 0.25rem 0.25rem 0.25rem 0;
    font-style: italic;
    font-family: "Times New Roman";
    color: #625B5B;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #606060;
    margin: 0 0 0.75rem;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0.6;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li a > li, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li a > li, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li a > li, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li a > li, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li a > li, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li a > li, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li a > li {
    padding: 0;
    margin: 0;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li a .image-box, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li a .image-box, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li a .image-box, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li a .image-box, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li a .image-box, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li a .image-box, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li a .image-box {
    flex-basis: 24%;
    padding: 1rem 0 0.5rem;
    border-right: 1px solid #606060;
    align-self: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li a .image-box img, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li a .image-box img, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li a .image-box img, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li a .image-box img, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li a .image-box img, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li a .image-box img, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li a .image-box img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li a .item_title, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li a .item_title, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li a .item_title, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li a .item_title, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li a .item_title, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li a .item_title, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li a .item_title {
    flex-basis: 76%;
    padding: 0.75rem 0.5rem 0.25rem 1rem;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li a .item_title .title_name, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li a .item_title .title_name, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li a .item_title .title_name, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li a .item_title .title_name, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li a .item_title .title_name, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li a .item_title .title_name, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li a .item_title .title_name {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.8125rem;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li a .item_title .learn_more, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li a .item_title .learn_more, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li a .item_title .learn_more, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li a .item_title .learn_more, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li a .item_title .learn_more, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li a .item_title .learn_more, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li a .item_title .learn_more {
    font-size: 0.75rem;
    font-family: "Lato", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    flex-basis: 100%;
    padding: 0;
    margin: 0;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li a .item_title .learn_more span, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li a .item_title .learn_more span, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li a .item_title .learn_more span, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li a .item_title .learn_more span, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li a .item_title .learn_more span, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li a .item_title .learn_more span, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li a .item_title .learn_more span {
    letter-spacing: -0.2rem;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li.current a, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li.current a, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li.current a, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li.current a, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li.current a, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li.current a, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li.current a {
    color: #c66f34;
    opacity: 1;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li.current a .item_title .learn_more, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li.current a .item_title .learn_more, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li.current a .item_title .learn_more, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li.current a .item_title .learn_more, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li.current a .item_title .learn_more, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li.current a .item_title .learn_more, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li.current a .item_title .learn_more {
    display: none;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services ul li:hover a, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services ul li:hover a, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services ul li:hover a, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services ul li:hover a, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services ul li:hover a, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services ul li:hover a, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services ul li:hover a {
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  body.DIV.catid-13.id-44 .item-page, body.DIV.catid-13.id-45 .item-page, body.DIV.catid-13.id-46 .item-page, body.DIV.catid-13.id-47 .item-page, body.DIV.catid-13.id-48 .item-page, body.DIV.catid-13.id-49 .item-page, body.DIV.catid-13.id-64 .item-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  body.DIV.catid-13.id-44 .item-page > li, body.DIV.catid-13.id-45 .item-page > li, body.DIV.catid-13.id-46 .item-page > li, body.DIV.catid-13.id-47 .item-page > li, body.DIV.catid-13.id-48 .item-page > li, body.DIV.catid-13.id-49 .item-page > li, body.DIV.catid-13.id-64 .item-page > li {
    padding: 0;
    margin: 0;
  }
  body.DIV.catid-13.id-44 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-45 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-46 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-47 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-48 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-49 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-64 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
    order: 1;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services {
    flex-basis: 30%;
    order: 2;
    margin-right: -2rem;
    margin-left: 2rem;
    padding-right: 0;
    padding-left: 2rem;
    border: 0;
    box-shadow: none;
    position: relative;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services:before {
    position: absolute;
    left: 0;
    top: -2rem;
    content: "";
    display: inline-block;
    height: 100%;
    width: 2px;
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  body.DIV.catid-13.id-44 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-45 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-46 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-47 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-48 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-49 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-64 .item-page div[itemprop=articleBody] {
    flex-basis: 65%;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services {
    flex-basis: 35%;
    margin-right: -3rem;
    margin-left: 3rem;
    padding-right: 0;
    padding-left: 3rem;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services:before, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services:before {
    display: none;
    top: -2rem;
    width: 2px;
  }
}
@media screen and (min-width: 1600px) {
  body.DIV.catid-13.id-44 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-45 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-46 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-47 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-48 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-49 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-64 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 1900px) {
  body.DIV.catid-13.id-44 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-45 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-46 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-47 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-48 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-49 .item-page div[itemprop=articleBody], body.DIV.catid-13.id-64 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
  }
  body.DIV.catid-13.id-44 .item-page .moduletable.menu_services, body.DIV.catid-13.id-45 .item-page .moduletable.menu_services, body.DIV.catid-13.id-46 .item-page .moduletable.menu_services, body.DIV.catid-13.id-47 .item-page .moduletable.menu_services, body.DIV.catid-13.id-48 .item-page .moduletable.menu_services, body.DIV.catid-13.id-49 .item-page .moduletable.menu_services, body.DIV.catid-13.id-64 .item-page .moduletable.menu_services {
    flex-basis: 25%;
  }
}

body.catid-13.id-44 .item-page .moduletable.menu_services, body.catid-13.id-45 .item-page .moduletable.menu_services, body.catid-13.id-46 .item-page .moduletable.menu_services, body.catid-13.id-47 .item-page .moduletable.menu_services, body.catid-13.id-48 .item-page .moduletable.menu_services, body.catid-13.id-49 .item-page .moduletable.menu_services, body.catid-13.id-64 .item-page .moduletable.menu_services, body.catid-13.id-70 .item-page .moduletable.menu_services, body.catid-13.id-80 .item-page .moduletable.menu_services {
  display: none;
}
body.catid-13.id-44 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .image-box, body.catid-13.id-45 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .image-box, body.catid-13.id-46 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .image-box, body.catid-13.id-47 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .image-box, body.catid-13.id-48 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .image-box, body.catid-13.id-49 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .image-box, body.catid-13.id-64 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .image-box, body.catid-13.id-70 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .image-box, body.catid-13.id-80 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .image-box {
  display: none;
}
body.catid-13.id-44 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .item_title .learn_more, body.catid-13.id-45 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .item_title .learn_more, body.catid-13.id-46 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .item_title .learn_more, body.catid-13.id-47 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .item_title .learn_more, body.catid-13.id-48 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .item_title .learn_more, body.catid-13.id-49 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .item_title .learn_more, body.catid-13.id-64 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .item_title .learn_more, body.catid-13.id-70 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .item_title .learn_more, body.catid-13.id-80 .item-page .moduletable.menu_services ul.nav.menu.mod-list li a .item_title .learn_more {
  display: none;
}
@media screen and (min-width: 600px) {
  body.catid-13.id-44 .item-page, body.catid-13.id-45 .item-page, body.catid-13.id-46 .item-page, body.catid-13.id-47 .item-page, body.catid-13.id-48 .item-page, body.catid-13.id-49 .item-page, body.catid-13.id-64 .item-page, body.catid-13.id-70 .item-page, body.catid-13.id-80 .item-page {
    position: relative;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services, body.catid-13.id-45 .item-page .moduletable.menu_services, body.catid-13.id-46 .item-page .moduletable.menu_services, body.catid-13.id-47 .item-page .moduletable.menu_services, body.catid-13.id-48 .item-page .moduletable.menu_services, body.catid-13.id-49 .item-page .moduletable.menu_services, body.catid-13.id-64 .item-page .moduletable.menu_services, body.catid-13.id-70 .item-page .moduletable.menu_services, body.catid-13.id-80 .item-page .moduletable.menu_services {
    display: block;
    /*position: absolute;
    margin-right: -10vw;
    top: 0;
    right: 0;*/
    float: right;
    padding: 2rem 4rem 3rem 3rem;
    margin: 0 -10vw 2rem 3rem;
    border: 1px solid #e9e9e9;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services h3, body.catid-13.id-45 .item-page .moduletable.menu_services h3, body.catid-13.id-46 .item-page .moduletable.menu_services h3, body.catid-13.id-47 .item-page .moduletable.menu_services h3, body.catid-13.id-48 .item-page .moduletable.menu_services h3, body.catid-13.id-49 .item-page .moduletable.menu_services h3, body.catid-13.id-64 .item-page .moduletable.menu_services h3, body.catid-13.id-70 .item-page .moduletable.menu_services h3, body.catid-13.id-80 .item-page .moduletable.menu_services h3 {
    font-family: "Oswald", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 0;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services ul, body.catid-13.id-45 .item-page .moduletable.menu_services ul, body.catid-13.id-46 .item-page .moduletable.menu_services ul, body.catid-13.id-47 .item-page .moduletable.menu_services ul, body.catid-13.id-48 .item-page .moduletable.menu_services ul, body.catid-13.id-49 .item-page .moduletable.menu_services ul, body.catid-13.id-64 .item-page .moduletable.menu_services ul, body.catid-13.id-70 .item-page .moduletable.menu_services ul, body.catid-13.id-80 .item-page .moduletable.menu_services ul {
    margin: 0;
    padding: 0;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services ul li, body.catid-13.id-45 .item-page .moduletable.menu_services ul li, body.catid-13.id-46 .item-page .moduletable.menu_services ul li, body.catid-13.id-47 .item-page .moduletable.menu_services ul li, body.catid-13.id-48 .item-page .moduletable.menu_services ul li, body.catid-13.id-49 .item-page .moduletable.menu_services ul li, body.catid-13.id-64 .item-page .moduletable.menu_services ul li, body.catid-13.id-70 .item-page .moduletable.menu_services ul li, body.catid-13.id-80 .item-page .moduletable.menu_services ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services ul li a, body.catid-13.id-45 .item-page .moduletable.menu_services ul li a, body.catid-13.id-46 .item-page .moduletable.menu_services ul li a, body.catid-13.id-47 .item-page .moduletable.menu_services ul li a, body.catid-13.id-48 .item-page .moduletable.menu_services ul li a, body.catid-13.id-49 .item-page .moduletable.menu_services ul li a, body.catid-13.id-64 .item-page .moduletable.menu_services ul li a, body.catid-13.id-70 .item-page .moduletable.menu_services ul li a, body.catid-13.id-80 .item-page .moduletable.menu_services ul li a {
    display: block;
    padding: 0.5rem 0.25rem 0.5rem 0;
    font-style: italic;
    font-family: "Times New Roman";
    color: #625B5B;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services ul li.current a, body.catid-13.id-45 .item-page .moduletable.menu_services ul li.current a, body.catid-13.id-46 .item-page .moduletable.menu_services ul li.current a, body.catid-13.id-47 .item-page .moduletable.menu_services ul li.current a, body.catid-13.id-48 .item-page .moduletable.menu_services ul li.current a, body.catid-13.id-49 .item-page .moduletable.menu_services ul li.current a, body.catid-13.id-64 .item-page .moduletable.menu_services ul li.current a, body.catid-13.id-70 .item-page .moduletable.menu_services ul li.current a, body.catid-13.id-80 .item-page .moduletable.menu_services ul li.current a {
    color: #c66f34;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services ul li:hover a, body.catid-13.id-45 .item-page .moduletable.menu_services ul li:hover a, body.catid-13.id-46 .item-page .moduletable.menu_services ul li:hover a, body.catid-13.id-47 .item-page .moduletable.menu_services ul li:hover a, body.catid-13.id-48 .item-page .moduletable.menu_services ul li:hover a, body.catid-13.id-49 .item-page .moduletable.menu_services ul li:hover a, body.catid-13.id-64 .item-page .moduletable.menu_services ul li:hover a, body.catid-13.id-70 .item-page .moduletable.menu_services ul li:hover a, body.catid-13.id-80 .item-page .moduletable.menu_services ul li:hover a {
    color: #c66f34;
  }
}
@media screen and (min-width: 1000px) {
  body.catid-13.id-44 .item-page, body.catid-13.id-45 .item-page, body.catid-13.id-46 .item-page, body.catid-13.id-47 .item-page, body.catid-13.id-48 .item-page, body.catid-13.id-49 .item-page, body.catid-13.id-64 .item-page, body.catid-13.id-70 .item-page, body.catid-13.id-80 .item-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  body.catid-13.id-44 .item-page > li, body.catid-13.id-45 .item-page > li, body.catid-13.id-46 .item-page > li, body.catid-13.id-47 .item-page > li, body.catid-13.id-48 .item-page > li, body.catid-13.id-49 .item-page > li, body.catid-13.id-64 .item-page > li, body.catid-13.id-70 .item-page > li, body.catid-13.id-80 .item-page > li {
    padding: 0;
    margin: 0;
  }
  body.catid-13.id-44 .item-page div[itemprop=articleBody], body.catid-13.id-45 .item-page div[itemprop=articleBody], body.catid-13.id-46 .item-page div[itemprop=articleBody], body.catid-13.id-47 .item-page div[itemprop=articleBody], body.catid-13.id-48 .item-page div[itemprop=articleBody], body.catid-13.id-49 .item-page div[itemprop=articleBody], body.catid-13.id-64 .item-page div[itemprop=articleBody], body.catid-13.id-70 .item-page div[itemprop=articleBody], body.catid-13.id-80 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
    order: 1;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services, body.catid-13.id-45 .item-page .moduletable.menu_services, body.catid-13.id-46 .item-page .moduletable.menu_services, body.catid-13.id-47 .item-page .moduletable.menu_services, body.catid-13.id-48 .item-page .moduletable.menu_services, body.catid-13.id-49 .item-page .moduletable.menu_services, body.catid-13.id-64 .item-page .moduletable.menu_services, body.catid-13.id-70 .item-page .moduletable.menu_services, body.catid-13.id-80 .item-page .moduletable.menu_services {
    flex-basis: 25%;
    order: 2;
    margin-right: 0;
    margin-left: 2rem;
    padding-right: 0;
    padding-top: 0;
    border: 0;
    box-shadow: none;
    position: relative;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services:before, body.catid-13.id-45 .item-page .moduletable.menu_services:before, body.catid-13.id-46 .item-page .moduletable.menu_services:before, body.catid-13.id-47 .item-page .moduletable.menu_services:before, body.catid-13.id-48 .item-page .moduletable.menu_services:before, body.catid-13.id-49 .item-page .moduletable.menu_services:before, body.catid-13.id-64 .item-page .moduletable.menu_services:before, body.catid-13.id-70 .item-page .moduletable.menu_services:before, body.catid-13.id-80 .item-page .moduletable.menu_services:before {
    position: absolute;
    left: 0;
    top: -8rem;
    content: "";
    display: inline-block;
    height: 50%;
    width: 2px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(147, 147, 147, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  body.catid-13.id-44 .item-page div[itemprop=articleBody], body.catid-13.id-45 .item-page div[itemprop=articleBody], body.catid-13.id-46 .item-page div[itemprop=articleBody], body.catid-13.id-47 .item-page div[itemprop=articleBody], body.catid-13.id-48 .item-page div[itemprop=articleBody], body.catid-13.id-49 .item-page div[itemprop=articleBody], body.catid-13.id-64 .item-page div[itemprop=articleBody], body.catid-13.id-70 .item-page div[itemprop=articleBody], body.catid-13.id-80 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services, body.catid-13.id-45 .item-page .moduletable.menu_services, body.catid-13.id-46 .item-page .moduletable.menu_services, body.catid-13.id-47 .item-page .moduletable.menu_services, body.catid-13.id-48 .item-page .moduletable.menu_services, body.catid-13.id-49 .item-page .moduletable.menu_services, body.catid-13.id-64 .item-page .moduletable.menu_services, body.catid-13.id-70 .item-page .moduletable.menu_services, body.catid-13.id-80 .item-page .moduletable.menu_services {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 1900px) {
  body.catid-13.id-44 .item-page div[itemprop=articleBody], body.catid-13.id-45 .item-page div[itemprop=articleBody], body.catid-13.id-46 .item-page div[itemprop=articleBody], body.catid-13.id-47 .item-page div[itemprop=articleBody], body.catid-13.id-48 .item-page div[itemprop=articleBody], body.catid-13.id-49 .item-page div[itemprop=articleBody], body.catid-13.id-64 .item-page div[itemprop=articleBody], body.catid-13.id-70 .item-page div[itemprop=articleBody], body.catid-13.id-80 .item-page div[itemprop=articleBody] {
    flex-basis: 70%;
  }
  body.catid-13.id-44 .item-page .moduletable.menu_services, body.catid-13.id-45 .item-page .moduletable.menu_services, body.catid-13.id-46 .item-page .moduletable.menu_services, body.catid-13.id-47 .item-page .moduletable.menu_services, body.catid-13.id-48 .item-page .moduletable.menu_services, body.catid-13.id-49 .item-page .moduletable.menu_services, body.catid-13.id-64 .item-page .moduletable.menu_services, body.catid-13.id-70 .item-page .moduletable.menu_services, body.catid-13.id-80 .item-page .moduletable.menu_services {
    flex-basis: 25%;
  }
}

body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid > li {
  padding: 0;
  margin: 0;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a {
  padding: 2rem 0 2rem;
  color: #292D3A;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block h2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.75rem;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block h2 span {
  display: block;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block h2 span.gl_format {
  display: inline;
  font-weight: 700;
  color: #c66f34;
  font-size: 1.25rem;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block h2:after {
  content: "";
  width: 3rem;
  display: block;
  height: 2px;
  border-bottom: 2px solid #c66f34;
  padding-top: 0.75rem;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block p {
  hyphens: auto;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block button {
  background: none;
  background-color: none;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 0.75rem;
  font-size: 0.9375rem;
  display: inline-block;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  color: #c66f34;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block button::after {
  color: #c66f34;
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block button:hover {
  cursor: pointer;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block button:hover::after {
  cursor: pointer;
}
body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover h2 {
  color: #c66f34;
}
@media screen and (min-width: 600px) {
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid {
    flex-direction: row;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a {
    flex-basis: 45%;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block p {
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7; // number of lines to show 
    line-clamp: 7; 
    -webkit-box-orient: vertical;*/
    padding: 0;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block button {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
    color: #c66f34;
    text-align: right;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover button {
    margin-bottom: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  body.catid-13.itemid-109 div[itemprop=articleBody] {
    position: relative;
    z-index: 1000;
    display: block;
    border: 0;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in h1 {
    float: left;
    margin: 0 5rem 1.5rem 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in intro {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a {
    padding: 2rem 0 0;
    margin: 0 0 2rem;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block {
    flex-basis: 42%;
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in {
    padding: 0 5vw;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a {
    flex-basis: 46%;
    border: 1px solid #cccccc;
    padding: 1.5vw 5% 0;
    margin: 1.5vw 1% 3%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a .service_block p {
    text-align: justify;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover {
    flex-basis: 48%;
    padding: 2.5vw 6% 1%;
    margin: 0.5vw 0 0;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.025);
    border-color: #e9e9e9;
  }
}
@media screen and (min-width: 1400px) {
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    padding: 0 3.5vw;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in > li {
    padding: 0;
    margin: 0;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in h1 {
    flex-basis: 40%;
    margin: 0 5rem 1.5rem 0;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in intro {
    flex-basis: 60%;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a {
    flex-basis: 47.5%;
    border: 1px solid #cccccc;
    padding: 1.5vw 3% 0;
    margin: 1.5vw 1% 1%;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(1), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(2), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(6), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(7), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(8) {
    flex-basis: 47.5%;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover {
    flex-basis: 32.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(1), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(2), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(6), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(7), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(8) {
    flex-basis: 49.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
}
@media screen and (min-width: 1600px) {
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in {
    padding: 0 3.25vw;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a {
    flex-basis: 30.5%;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(1), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(2) {
    flex-basis: 47.5%;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(6), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(7), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:nth-of-type(8) {
    flex-basis: 30.5%;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover {
    flex-basis: 32.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(1), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(2) {
    flex-basis: 49.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
  body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(6), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(7), body.catid-13.itemid-109 div[itemprop=articleBody] .hp_services.services_grid a:hover:nth-of-type(8) {
    flex-basis: 32.5%;
    padding: 2.5vw 4% 1%;
    margin: 0.5vw 0 0;
  }
}
@media screen and (min-width: 1900px) {
  body.catid-13.itemid-109 div[itemprop=articleBody] .lead_in {
    padding: 0 2.5vw;
  }
}

.page_hero.page_jux {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  height: 80vh;
  /*.page_hero_screen {}
  .row {
  	.page_title_group {
  		.page_title {
  			padding-top: 2rem;
  			padding-bottom: 4rem;

  			h6 {
  				margin: 0;
  				padding: 1rem 0 0 0;
  				color: $white;
  				font-family: $font-alt;
  				text-transform: uppercase;
  				font-size: $smaller;
  				font-weight: 500;
  				filter: opacity(80%);
  				letter-spacing: 0.05rem;
  				text-shadow: 0 0 10px rgba(0,0,0,.5);

  			}
  			h1 {
  				margin: 0;
  				padding-top: 0;
  				font-size: $larger;
  				font-family: $font-base;
  				letter-spacing: .1rem;
  				line-height: 1;
  				font-weight: 700;
  				text-shadow: 0 0 10px rgba(0,0,0,.5);

  				.black {
  					color: $black !important;
  				}
  			}
  		}
  		.subhead {
  			line-height: 1;
  			font-size: $small;
  			padding: 0 0 1rem;
  		}
  	}
  }
  @media screen and (min-width: 600px){ // :::::::::::::::::
  	.page_hero_screen {}
  	.row {
  		.page_title_group {
  			.page_title {
  				padding-top: 0;
  				padding-bottom: 1rem;

  				h6 {
  				}
  				h1 {
  				}
  				.subhead {
  				}
  			}
  		}
  	}
  }
  @media screen and (min-width: 1000px) { // :::::::::::::::::
  	.page_hero_screen {}
  	.row {
  		.page_title_group {
  			.page_title {
  				padding-top: .5rem;
  				padding-bottom: .25rem;

  				h6 {
  				}
  				h1 {
  				}
  			}
  			.subhead {
  			}
  		}
  	}
  }
  @media screen and (min-width: 1400px){ // :::::::::::::::::
  	.page_hero_screen {}
  	.row {
  		.page_title_group {
  			.page_title {
  				h6 {
  				}
  				h1 {
  				}
  			}
  			.subhead {
  			}
  		}
  	}
  }
  @media screen and (min-width: 1600px){ // :::::::::::::::::
  	.page_hero_screen {}
  	.row {
  		.page_title_group {
  			.page_title {
  				h6 {
  				}
  				h1 {
  				}
  			}
  			.subhead {
  			}
  		}
  	}
  }
  @media screen and (min-width: 1900px){ //:::::::::::::::::
  	.page_hero_screen {}
  	.row {
  		.page_title_group {
  			.page_title {
  				h6 {
  				}
  				h1 {
  				}
  			}
  			.subhead {
  			}
  		}
  	}
  }*/
}
.page_hero.page_jux > li {
  padding: 0;
  margin: 0;
}
.page_hero.page_jux .header_wrapper {
  flex-basis: 100%;
  order: 2;
  height: auto;
  background-color: #FFFFFF;
  z-index: 100;
  position: relative;
}
.page_hero.page_jux .header_wrapper h3 {
  padding: 2rem 8vw 0;
  margin: auto;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}
.page_hero.page_jux .header_wrapper h3:after {
  display: block;
  font-size: 0.9375rem;
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  content: "—Click to view our portfolios below";
  text-transform: lowercase;
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
.page_hero.page_jux #map-canvas {
  flex-basis: 100%;
  order: 1;
  height: 60vh;
}
.page_hero.page_jux #map-canvas .gm-svpc {
  display: none;
}
.page_hero.page_jux #map-canvas .gm-style div div .gmnoprint:first-of-type,
.page_hero.page_jux #map-canvas .gm-style div div .gm-style-cc {
  display: none;
}
@media screen and (min-width: 600px) {
  .page_hero.page_jux {
    height: 57vh;
  }
  .page_hero.page_jux .header_wrapper {
    height: 10vh;
  }
  .page_hero.page_jux .header_wrapper h3 {
    padding: 1.25rem 2vw 0 8vw;
  }
  .page_hero.page_jux #map-canvas {
    height: 47vh;
  }
}
@media screen and (min-width: 1000px) {
  .page_hero.page_jux .header_wrapper {
    flex-basis: 34%;
    order: 1;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 100;
    position: relative;
  }
  .page_hero.page_jux .header_wrapper h3 {
    position: absolute;
    top: 60%;
    right: 4vw;
    padding-bottom: 2rem;
    font-size: 2rem;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
  }
  .page_hero.page_jux .header_wrapper h3:after {
    display: block;
    font-size: 0.9375rem;
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    content: "—Click to view our portfolios below";
    text-transform: lowercase;
    width: auto;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .page_hero.page_jux #map-canvas {
    flex-basis: 66%;
    order: 2;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page_hero.page_jux .header_wrapper {
    flex-basis: 34%;
  }
  .page_hero.page_jux .header_wrapper h3 {
    top: 70%;
    right: 4vw;
    padding-bottom: 2rem;
    font-size: 2rem;
  }
  .page_hero.page_jux .header_wrapper h3:after {
    font-size: 0.9375rem;
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    content: "—Click to view our portfolios below";
    text-transform: lowercase;
  }
  .page_hero.page_jux #map-canvas {
    flex-basis: 64.5%;
  }
}
@media screen and (min-width: 1400px) {
  .page_hero.page_jux .header_wrapper {
    flex-basis: 37%;
  }
  .page_hero.page_jux .header_wrapper h3 {
    top: 70%;
    right: 4vw;
    padding-bottom: 2rem;
    font-size: 2rem;
  }
  .page_hero.page_jux .header_wrapper h3:after {
    font-size: 0.9375rem;
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    content: "—Click to view our portfolios below";
    text-transform: lowercase;
  }
  .page_hero.page_jux #map-canvas {
    flex-basis: 63%;
  }
}
@media screen and (min-width: 1600px) {
  .page_hero.page_jux .header_wrapper {
    flex-basis: 38.5%;
  }
  .page_hero.page_jux .header_wrapper h3 {
    top: 70%;
    right: 4vw;
    padding-bottom: 2rem;
    font-size: 2rem;
  }
  .page_hero.page_jux .header_wrapper h3:after {
    font-size: 0.9375rem;
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    content: "—Click to view our portfolios below";
    text-transform: lowercase;
  }
  .page_hero.page_jux #map-canvas {
    flex-basis: 61.5%;
  }
}
@media screen and (min-width: 1900px) {
  .page_hero.page_jux .header_wrapper {
    flex-basis: 39.5%;
  }
  .page_hero.page_jux .header_wrapper h3 {
    top: 70%;
    right: 4vw;
    padding-bottom: 2rem;
    font-size: 2rem;
  }
  .page_hero.page_jux .header_wrapper h3:after {
    font-size: 0.9375rem;
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    content: "—Click to view our portfolios below";
    text-transform: lowercase;
  }
  .page_hero.page_jux #map-canvas {
    flex-basis: 60.5%;
  }
}
body.option-com_jux_portfolio_pro.view-items main section.container > .row.bread_social {
  display: none;
}
body.option-com_jux_portfolio_pro.view-items.itemid-203 main section.container > .row.bread_social {
  display: block;
}

body.option-com_jux_portfolio_pro .jux_cat_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  flex-direction: column;
}
body.option-com_jux_portfolio_pro .jux_cat_header > li {
  padding: 0;
  margin: 0;
}
body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux {
  position: relative;
  order: 1;
  height: 65vh;
}
body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group {
  position: absolute;
  bottom: 1.5vh;
  right: 8vw;
  z-index: 100;
}
body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group .page_title {
  text-align: right;
}
body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group .page_title h6 {
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Open Sans";
  text-transform: uppercase;
  margin-bottom: 0;
  color: #FFFFFF;
  padding-bottom: 0.5rem;
  text-align: right;
  opacity: 0.85;
}
body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group .page_title h1 {
  font-size: 2.5rem;
  font-family: "Times New Roman", sans-serif;
  margin-top: 0;
  color: #292D3A;
  color: #FFFFFF;
  line-height: 0.85;
}
body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group .page_title h1 span {
  display: block;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  padding-top: 0.25rem;
}
body.option-com_jux_portfolio_pro .jux_cat_header .row.bread_social {
  order: 2;
}
body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc {
  order: 3;
  padding-top: 4vh;
  padding-bottom: 0;
}
body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc .item-page .sectors_info_block .sectors_title h2 {
  font-size: 2rem;
}
@media screen and (min-width: 600px) {
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group {
    right: 8vw;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group .page_title h1 {
    padding-left: 15vw;
  }
}
@media screen and (min-width: 1000px) {
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux {
    height: 70vh;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group {
    left: 0;
    bottom: 0;
    width: 40vw;
    background-color: #FFFFFF;
    height: 100%;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group .page_title {
    position: absolute;
    bottom: 5vh;
    right: 3vw;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group .page_title h6 {
    color: #625B5B;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group .page_title h1 {
    padding-left: 15vw;
    color: #292D3A;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .page_title_group .page_title h1 span {
    font-size: 0.9375rem;
    color: #a9a9a9;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc {
    padding: 0 8vw;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc .item-page {
    width: 100%;
    padding: 3rem 0 0;
    border: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .row .page_title_group {
    right: 8vw;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .row .page_title_group .page_title h1 {
    padding-left: 15vw;
  }
}
@media screen and (min-width: 1400px) {
  body.option-com_jux_portfolio_pro .jux_cat_header .page_hero.page_jux .row .page_title_group {
    right: 8vw;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc {
    padding: 0 12vw;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc .item-page {
    padding: 3rem 0 0;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc .item-page .sectors_info_block .sectors_title {
    flex-basis: 30%;
  }
  body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc .item-page .sectors_info_block .sectors_desc {
    flex-basis: 66%;
  }
}
@media screen and (min-width: 1600px) {
  body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc {
    padding: 0 16vw;
  }
}
@media screen and (min-width: 1900px) {
  body.option-com_jux_portfolio_pro .jux_cat_header .row.jux_cat_desc {
    padding: 0 19.5vw;
  }
}
/*
.page_hero.page_jux {
	position: relative;
	@include flexbox;
	flex-wrap: wrap;
	// align-content: flex-start;
	height: 80vh;

	.header_wrapper {
		flex-basis: 100%;
		order: 2;

		height: auto;
		background-color: $white;
		z-index: 100;
		position: relative;

		h3 {
			padding: 2rem 5.25vw 0;
			margin: auto;
			font-size: $xlarge;
			font-family: $font-alt;
			font-weight: 400;
			letter-spacing: 0.025rem;
			text-transform: uppercase;

			&:after {
				display: block;
				font-size: $small;
				font-family: $font-alt2;
				font-style: italic;
				content: '\2014 Click to view our portfolios below';
				text-transform: lowercase;
				width: auto;
				border: 0;
				margin: 0;
				padding: 0;
			}
		}
	}
	#map-canvas {
		flex-basis: 100%;
		order: 1;
		height: 60vh;

		.gm-svpc {
			display: none;
		}
		.gm-style {
			div div {
				.gmnoprint:first-of-type,
				.gm-style-cc {
					display: none;
				}
			}
		}
	}

	@media screen and (min-width: 360px) {
	}
	@media screen and (min-width: 600px) {		
		height: 57vh;

		.header_wrapper {
			// flex-basis: 38%;
			// order: 1;

			h3 {
				padding: 1.25rem 2vw 0 8vw;

				&:after {

				}
			}
		}
		#map-canvas {
			// flex-basis: 62%;
			// order: 2;
			height: 40vh;
		}		
	}
	@media screen and (min-width: 1000px) {
		.header_wrapper {
			flex-basis: 34%;
			order: 1;

			height: 100%;
			background-color: $white;
			z-index: 100;
			position: relative;

			h3 {
				position: absolute;
				top: 60%;
				right: 4vw;

				padding-bottom: 2rem;
				font-size: $xlarge;
				font-family: $font-alt;
				font-weight: 400;
				letter-spacing: 0.025rem;
				text-transform: uppercase;

				&:after {
					display: block;
					font-size: $small;
					font-family: $font-alt2;
					font-style: italic;
					content: '\2014 Click to view our portfolios below';
					text-transform: lowercase;
					width: auto;
					border: 0;
					margin: 0;
					padding: 0;
				}
			}
		}
		#map-canvas {
			flex-basis: 66%;
			order: 2;
			height: 100%;
		}		
	}
    @media screen and (min-width: 1200px) {
		.header_wrapper {
			flex-basis: 34%;

			h3 {
				top: 70%;
				right: 4vw;

				padding-bottom: 2rem;
				font-size: $xlarge;

				&:after {
					font-size: $small;
					font-family: $font-alt2;
					font-style: italic;
					content: '\2014 Click to view our portfolios below';
					text-transform: lowercase;
				}
			}
		}
		#map-canvas {
			flex-basis: 64.5%;
		}		
	}
    @media screen and (min-width: 1400px) {
		.header_wrapper {
			flex-basis: 37%;

			h3 {
				top: 70%;
				right: 4vw;

				padding-bottom: 2rem;
				font-size: $xlarge;

				&:after {
					font-size: $small;
					font-family: $font-alt2;
					font-style: italic;
					content: '\2014 Click to view our portfolios below';
					text-transform: lowercase;
				}
			}
		}
		#map-canvas {
			flex-basis: 63%;
		}		
	}	    
	@media screen and (min-width: 1600px) {
		.header_wrapper {
			flex-basis: 38.5%;

			h3 {
				top: 70%;
				right: 4vw;

				padding-bottom: 2rem;
				font-size: $xlarge;

				&:after {
					font-size: $small;
					font-family: $font-alt2;
					font-style: italic;
					content: '\2014 Click to view our portfolios below';
					text-transform: lowercase;
				}
			}
		}
		#map-canvas {
			flex-basis: 61.5%;
		}		
	}
    @media screen and (min-width: 1900px) {
		.header_wrapper {
			flex-basis: 39.5%;

			h3 {
				top: 70%;
				right: 4vw;

				padding-bottom: 2rem;
				font-size: $xlarge;

				&:after {
					font-size: $small;
					font-family: $font-alt2;
					font-style: italic;
					content: '\2014 Click to view our portfolios below';
					text-transform: lowercase;
				}
			}
		}
		#map-canvas {
			flex-basis: 60.5%;
		}		
	}
    @media screen and (min-width: 2200px) {
    }
}*/
body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group {
  left: 8vw;
}
body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group .page_title {
  text-align: left;
}
body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group .page_title h6 {
  text-align: left;
}
body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group .page_title h1 {
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group .page_title h1 {
    padding-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group {
    background-color: transparent;
    width: 100%;
  }
  body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group .page_title {
    left: 9vw;
    bottom: 2vh;
  }
  body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group .page_title h6 {
    color: #FFFFFF;
  }
  body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group .page_title h1 {
    color: #FFFFFF;
    padding-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group .page_title {
    left: 15vw;
  }
}
@media screen and (min-width: 1600px) {
  body.option-com_jux_portfolio_pro.view-item .jux_cat_header .page_hero.page_jux .page_title_group .page_title {
    left: 15vw;
  }
}
body.option-com_jux_portfolio_pro.view-item main section.container .page_hero.page_jux .row .page_title_group .page_title {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
body.option-com_jux_portfolio_pro.view-item main section.container .page_hero.page_jux .row .page_title_group .page_title h1 {
  font-size: 2.5rem;
}
body.option-com_jux_portfolio_pro.view-item main section.container .page_hero.page_jux .row .page_title_group .page_title h1:before {
  content: "Project Detail";
  text-transform: uppercase;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #ecede9;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width {
  float: none;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper {
  float: none;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer {
  float: none;
  margin-top: 0;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption {
  float: none;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det h3 {
  margin: 0;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.0125rem;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det h3:before {
  text-transform: uppercase;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #D36A20;
  letter-spacing: 0.1rem;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det h3.p_name {
  display: none;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det h3.p_name:before {
  content: "Project Name";
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det h3.p_subhead:before {
  content: "Project Type";
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det h6 {
  letter-spacing: 0.0125rem;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det h6:before {
  text-transform: uppercase;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #D36A20;
  letter-spacing: 0.1rem;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det h6.p_loc:before {
  content: "Location";
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det h6.p_client:before {
  content: "Client";
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_services:before {
  content: "Services";
  text-transform: uppercase;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #D36A20;
  letter-spacing: 0.1rem;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_services p {
  text-align: left;
  font-size: 1rem;
  padding-top: 0;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_services.p_summary:before {
  content: "Summary";
  text-transform: uppercase;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #D36A20;
  letter-spacing: 0.1rem;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_services.p_summary p {
  text-align: left;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .post-navigation {
  display: none;
}
body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page.related_items {
  border-top: 1px solid #000;
}
@media screen and (min-width: 600px) {
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption {
    float: none;
    width: 100% !important;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description > li {
    padding: 0;
    margin: 0;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_det {
    flex-basis: 50%;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer .jux-desciption .jux-des-description .p_services {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1000px) {
  body.option-com_jux_portfolio_pro.view-item main section.container .row {
    padding: 0 12vw;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page {
    padding: 0 5vw;
    width: 78vw;
    border-bottom: 1px solid #606060;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page.related_items {
    border: 0 !important;
    padding-bottom: 24vh;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page #jux_portfolio_pro.layout_gallery_full_width .jux-wrapper .jux-footer {
    margin-bottom: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  body.option-com_jux_portfolio_pro.view-item main section.container .row {
    padding: 0 15vw;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page {
    padding: 0 8vw;
    width: 70vw;
  }
}
@media screen and (min-width: 1600px) {
  body.option-com_jux_portfolio_pro.view-item main section.container .row {
    padding: 0 17vw;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .bread_social_inner {
    padding: 0 6vw;
  }
  body.option-com_jux_portfolio_pro.view-item main section.container .row .item-page {
    padding: 0 6vw;
    width: 66vw;
  }
}
body.option-com_jux_portfolio_pro .row.bread_social {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #292d3a;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner {
  width: 100%;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .bread {
  display: none;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  justify-content: flex-end;
  align-items: flex-end;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow > li {
  padding: 0;
  margin: 0;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow span {
  color: #d3cfc2;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  padding: 0.5rem 0 0.25rem 0;
  justify-content: flex-end;
  align-items: flex-end;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow ul > li {
  padding: 0;
  margin: 0;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow ul li {
  list-style-type: none;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow ul li a {
  color: #ecede9;
  padding: 0.5rem 1rem 0.25rem;
}
body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow ul li:first-of-type {
  display: none;
}
@media screen and (min-width: 600px) {
  body.option-com_jux_portfolio_pro .row.bread_social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  body.option-com_jux_portfolio_pro .row.bread_social > li {
    padding: 0;
    margin: 0;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    justify-content: space-between;
    align-items: center;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner > li {
    padding: 0;
    margin: 0;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .bread {
    display: inline-flex;
    flex-basis: 50%;
    list-style: none;
    padding: 0;
    align-items: center;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .bread li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8125rem;
    color: #cccccc;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .bread li a {
    color: #cccccc;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .bread li a,
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .bread li span {
    color: #e9e9e9;
    display: inline-block;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .bread li.active {
    display: none;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .bread li span {
    padding-right: 0.25rem;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow {
    display: inline-flex;
    flex-basis: 50%;
    margin: 0 auto;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow span {
    font-size: 0.8125rem;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow ul > li {
    padding: 0;
    margin: 0;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow ul li {
    list-style-type: none;
  }
  body.option-com_jux_portfolio_pro .row.bread_social .bread_social_inner .follow ul li a {
    color: #ecede9;
  }
}
.row.jux_cat_desc {
  margin-bottom: 1rem;
}
.row.jux_cat_desc .item-page .sectors_info_block .sectors_title h2 {
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 1rem;
  line-height: 1.1;
}
@media screen and (min-width: 600px) {
  .row.jux_cat_desc .item-page .sectors_info_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  .row.jux_cat_desc .item-page .sectors_info_block > li {
    padding: 0;
    margin: 0;
  }
  .row.jux_cat_desc .item-page .sectors_info_block .sectors_title {
    flex-basis: 35%;
  }
  .row.jux_cat_desc .item-page .sectors_info_block .sectors_desc {
    flex-basis: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .row.jux_cat_desc {
    padding: 0 12vw;
  }
  .row.jux_cat_desc .item-page {
    padding: 2rem 6vw 3rem;
    width: 76vw;
    border-right: 1px solid rgba(155, 155, 155, 0.4);
    border-bottom: 1.5px solid rgba(155, 155, 155, 0.4);
    border-left: 1px solid rgba(155, 155, 155, 0.4);
    background-color: rgba(155, 155, 155, 0.05);
  }
}
@media screen and (min-width: 1400px) {
  .row.jux_cat_desc {
    padding: 0 15vw;
  }
  .row.jux_cat_desc .item-page {
    width: 70vw;
  }
}
@media screen and (min-width: 1600px) {
  .row.jux_cat_desc {
    padding: 0 17vw;
  }
  .row.jux_cat_desc .item-page {
    width: 66vw;
  }
}
@media screen and (min-width: 1900px) {
  .row.jux_cat_desc {
    padding: 0 17vw;
  }
  .row.jux_cat_desc .item-page {
    width: 66vw;
  }
}

.row.jux_lp_content .item-page .projects_lp_menu h3 {
  display: none;
  padding-bottom: 2rem;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025rem;
}
.row.jux_lp_content .item-page .projects_lp_menu h3:after {
  display: block;
  font-size: 0.9375rem;
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
  content: "—Click to view our portfolios below";
  text-transform: lowercase;
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li a {
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 2.5rem;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li a:before {
  height: 13rem;
  width: 100%;
  content: "";
  display: block;
  margin-bottom: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-position: center center;
  border: 1px solid rgba(255, 255, 255, 0);
  border-collapse: collapse;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li a:hover {
  text-decoration: none;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li a:hover:before {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 0.5px solid #c66f34;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li.item-204 a:before {
  background-image: url(/images/projects/lp/urban.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li.item-205 a:before {
  background-image: url(/images/projects/lp/municipal.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li.item-206 a:before {
  background-image: url(/images/projects/lp/education.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li.item-209 a:before {
  background-image: url(/images/projects/lp/healthcare.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li.item-210 a:before {
  background-image: url(/images/projects/lp/commercial.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li.item-223 a:before {
  background-image: url(/images/projects/lp/residential.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li.item-211 a:before {
  background-image: url(/images/projects/lp/industrial.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li.item-212 a:before {
  background-image: url(/images/projects/lp/infrastructure.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.row.jux_lp_content .item-page .projects_lp_menu ul li.item-213 a:before {
  background-image: url(/images/projects/lp/athletics.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .row.jux_lp_content .item-page .projects_lp_menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  .row.jux_lp_content .item-page .projects_lp_menu ul > li {
    padding: 0;
    margin: 0;
  }
  .row.jux_lp_content .item-page .projects_lp_menu ul li {
    flex-basis: 47%;
  }
  .row.jux_lp_content .item-page .projects_lp_menu ul li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .row.jux_lp_content .item-page .projects_lp_menu ul li {
    flex-basis: 31%;
  }
}
.row.jux_lp_content .item-page .jux_portfolio_pro-filters {
  display: none;
}
.row.jux_lp_content .item-page .jux_portfolio_pro-filters ul .jux_portfolio_pro-filter a:hover {
  text-decoration: none;
  color: #202744 !important;
}
.row.jux_lp_content .item-page div#jux_portfolio_pro.jux_portfolio_pro.portfolio-columns-3 .jux-item .content .jux_text_layout {
  border: 0;
}
.row.jux_lp_content .item-page div#jux_portfolio_pro.jux_portfolio_pro.portfolio-columns-3 .jux-item .content .jux_text_layout .jux-title {
  padding-bottom: 0;
  line-height: 1.2;
}
.row.jux_lp_content .item-page div#jux_portfolio_pro.jux_portfolio_pro.portfolio-columns-3 .jux-item .content .jux_text_layout .jux-title a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.row.jux_lp_content .item-page div#jux_portfolio_pro.jux_portfolio_pro.portfolio-columns-3 .jux-item .content .jux_text_layout .line {
  display: none;
}
.row.jux_lp_content .item-page div#jux_portfolio_pro.jux_portfolio_pro.portfolio-columns-3 .jux-item .content .jux_text_layout .jux-category {
  padding-top: 0;
}
@media screen and (min-width: 600px) {
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters {
    display: none;
    padding-bottom: 2rem;
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters h4 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul > li {
    padding: 0;
    margin: 0;
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul li {
    margin: 0 !important;
    padding: 0;
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul li:before {
    content: "";
    padding: 0;
    display: none;
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul li a {
    background-color: rgba(0, 0, 0, 0);
    border: 0 !important;
    text-decoration: none;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    color: #D36A20;
    text-transform: capitalize;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    line-height: 1.2;
    padding: 0.25rem 1.5rem;
    display: block;
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul li a.selected {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul li a.active {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul li a.selected.active {
    box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
  }
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul li a:hover {
    color: #202744 !important;
  }
  .row.jux_lp_content .item-page div#jux_portfolio_pro.jux_portfolio_pro.portfolio-columns-3 .jux-item .content .jux_text_layout .line {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .row.jux_lp_content .item-page .jux_portfolio_pro-filters ul {
    padding: 0 4%;
  }
  .row.jux_lp_content .item-page div#jux_portfolio_pro.jux_portfolio_pro.portfolio-columns-3 .jux-item .content .jux_text_layout .line {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .row.jux_lp_content .item-page div#jux_portfolio_pro.jux_portfolio_pro.portfolio-columns-3 .jux-item .content .jux_text_layout .line {
    display: none;
  }
}
/*
		@media screen and (min-width: 360px){ // :::::::::::::::::
		}
		@media screen and (min-width: 400px) { // :::::::::::::::::
		}   
		@media screen and (min-width: 600px){ //:::::::::::::::::


			&.jux_portfolio_pro {
				&.portfolio-columns-3 { 
					.jux-item { // &.Urban_+_Planned_Communities {}
						.content { 
							.jux-image { 
								.jux-icon { 
									.icon1 { 
										.icon { 
											a.jux-icon1 { // &.jux-lightbox
												i.fa {}
											}
										}
										.jux-link { 
											a {}
										}
										.jux-category1 {}
										.tag { }
									}
								}
								a {
									img {}
								}
								.item-info {}							
								.juxp-line { 
									.jux-line-left { }
									.jux-line-right { }
								}
							}
							// text layout
							.jux_text_layout { 
								.jux-title { 
									a {}
								}
								.line { }
								.jux-category {}
								.tag { }
							}
							// end text layout -->
						}
						.jux-portfolio-lightbox {// &#jux_portfolio_pro_lightbox_1
							.image_lightbox { 
								img {}
							}
						}
					}
				}
			}

		}   
		@media screen and (min-width: 1000px){ //:::::::::::::::::
			.jux_portfolio_pro-filters clearfix Center  { 
				ul#filter { 
					.jux_portfolio_pro-filter { 
						a.selected {
							&.active {}
						}
					}
				}
			}

			div#jux_portfolio_pro {
				&.jux_portfolio_pro {
					&.portfolio-columns-3 { 
						.jux-item { // &.Urban_+_Planned_Communities {}
							.content { 
								.jux-image { 
									.jux-icon { 
										.icon1 { 
											.icon { 
												a.jux-icon1 { // &.jux-lightbox
													i.fa {}
												}
											}
											.jux-link { 
												a {}
											}
											.jux-category1 {}
											.tag { }
										}
									}
									a {
										img {}
									}
									.item-info {}							
									.juxp-line { 
										.jux-line-left { }
										.jux-line-right { }
									}
								}
								// text layout
								.jux_text_layout { 
									.jux-title { 
										a {}
									}
									.line { }
									.jux-category {}
									.tag { }
								}
								// end text layout -->
							}
							.jux-portfolio-lightbox {// &#jux_portfolio_pro_lightbox_1
								.image_lightbox { 
									img {}
								}
							}
						}
					}
				}
			}
		}   
		@media screen and (min-width: 1400px){ // :::::::::::::::::
		}   
		@media screen and (min-width: 1600px){ // :::::::::::::::::
		}   
		@media screen and (min-width: 1900px){ //:::::::::::::::::
		}
	}*/
.visually-hidden {
  display: none;
}

body.layout-blog.catid-8 header .row.bread_social .bread,
body.view-article.catid-8 header .row.bread_social .bread {
  display: none;
}

body.layout-blog.catid-8 header .row.bread_social,
body.view-article.catid-8 header .row.bread_social {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #292d3a;
}
body.layout-blog.catid-8 header .row.bread_social .bread_social_inner,
body.view-article.catid-8 header .row.bread_social .bread_social_inner {
  width: 100%;
}
body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread,
body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread {
  display: none;
}
body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow,
body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  justify-content: flex-end;
  align-items: flex-end;
}
body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow > li,
body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow > li {
  padding: 0;
  margin: 0;
}
body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow span,
body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow span {
  color: #d3cfc2;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow ul,
body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  padding: 0.5rem 0 0.25rem 0;
  justify-content: flex-end;
  align-items: flex-end;
}
body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow ul > li,
body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow ul > li {
  padding: 0;
  margin: 0;
}
body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow ul li,
body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow ul li {
  list-style-type: none;
}
body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow ul li a,
body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow ul li a {
  color: #ecede9;
  padding: 0.5rem 1rem 0.25rem;
}
@media screen and (min-width: 600px) {
  body.layout-blog.catid-8 header .row.bread_social,
  body.view-article.catid-8 header .row.bread_social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  body.layout-blog.catid-8 header .row.bread_social > li,
  body.view-article.catid-8 header .row.bread_social > li {
    padding: 0;
    margin: 0;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    justify-content: space-between;
    align-items: center;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner > li,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner > li {
    padding: 0;
    margin: 0;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread {
    display: inline-flex;
    flex-basis: 50%;
    list-style: none;
    padding: 0;
    align-items: center;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread li,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread li {
    margin: 0 0.75rem 0 0;
    padding: 0 1rem 0 0;
    list-style-type: none;
    font-size: 0.8125rem;
    color: #cccccc;
    background: url("/media/system/images/arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 60%;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread li.float-start,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread li.float-start {
    display: none;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread li:last-of-type,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread li:last-of-type {
    background: none;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread li a,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread li a {
    color: #cccccc;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread li a,
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread li span,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread li a,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread li span {
    color: #e9e9e9;
    display: inline-block;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread li.active,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread li.active {
    display: none;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .bread li span,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .bread li span {
    padding-right: 0.25rem;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow {
    display: inline-flex;
    flex-basis: 50%;
    margin: 0 auto;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow span,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow span {
    font-size: 0.8125rem;
    text-transform: capitalize;
    letter-spacing: 0.1rem;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow ul,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow ul > li,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow ul > li {
    padding: 0;
    margin: 0;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow ul li,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow ul li {
    list-style-type: none;
  }
  body.layout-blog.catid-8 header .row.bread_social .bread_social_inner .follow ul li a,
  body.view-article.catid-8 header .row.bread_social .bread_social_inner .follow ul li a {
    color: #ecede9;
  }
}
body.layout-blog.catid-8 main section.container,
body.view-article.catid-8 main section.container {
  margin-top: 7rem;
}
body.layout-blog.catid-8 main section.container .row .item-page,
body.view-article.catid-8 main section.container .row .item-page {
  padding-bottom: 5rem;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .page-header h1,
body.view-article.catid-8 main section.container .row .item-page .news_left .blog .page-header h1 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item,
body.view-article.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item {
  padding: 0 0 4rem;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item .item-image img,
body.view-article.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item .item-image img {
  width: 100%;
  height: auto;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item .page-header h2,
body.view-article.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item .page-header h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 1rem;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item p,
body.view-article.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item p {
  font-size: 1.25rem;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item p.readmore,
body.view-article.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item p.readmore {
  text-align: right;
  padding-right: 2rem;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item p.readmore a.btn,
body.view-article.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item p.readmore a.btn {
  text-transform: lowercase;
  font-size: 0.9375rem;
  text-align: right;
  color: #c66f34;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_right,
body.view-article.catid-8 main section.container .row .item-page .news_right {
  display: none;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags,
body.view-article.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags {
  padding-top: 2rem;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags .tagspopular ul,
body.view-article.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags .tagspopular ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags .tagspopular ul > li,
body.view-article.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags .tagspopular ul > li {
  padding: 0;
  margin: 0;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags .tagspopular ul li,
body.view-article.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags .tagspopular ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags .tagspopular ul li a,
body.view-article.catid-8 main section.container .row .item-page .news_right .moduletable.pop_tags .tagspopular ul li a {
  padding: 0.5rem 0.5rem 0.5rem 0;
  text-transform: capitalize;
}
@media screen and (min-width: 600px) {
  body.layout-blog.catid-8 main section.container,
  body.view-article.catid-8 main section.container {
    margin-top: 7rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page,
  body.view-article.catid-8 main section.container .row .item-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: nowrap;
  }
  body.layout-blog.catid-8 main section.container .row .item-page > li,
  body.view-article.catid-8 main section.container .row .item-page > li {
    padding: 0;
    margin: 0;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left,
  body.view-article.catid-8 main section.container .row .item-page .news_left {
    flex-basis: 60%;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item p,
  body.view-article.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item p {
    font-size: 1rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_right,
  body.view-article.catid-8 main section.container .row .item-page .news_right {
    flex-basis: 30%;
    display: block;
    padding-top: 3rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_right .search form.form-inline label.element-invisible,
  body.view-article.catid-8 main section.container .row .item-page .news_right .search form.form-inline label.element-invisible {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  body.layout-blog.catid-8 main section.container,
  body.view-article.catid-8 main section.container {
    margin-top: 8rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left,
  body.view-article.catid-8 main section.container .row .item-page .news_left {
    flex-basis: 60%;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_right,
  body.view-article.catid-8 main section.container .row .item-page .news_right {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 1200px) {
  body.layout-blog.catid-8 main section.container .row .item-page,
  body.view-article.catid-8 main section.container .row .item-page {
    padding-bottom: 9rem;
  }
}
.moduletable h3 {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 0;
}
.moduletable h3:after {
  content: "";
  display: block;
  width: 4rem;
  border-bottom: 3px solid #c66f34;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.15rem;
}
.loc_pop_map {
  width: 60vw;
  min-height: 30vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loc_pop_map .phocamaps-map {
  min-height: 30vw;
}

body.catid-11.id-20 .phocamaps .pm-desc h4,
body.catid-11.id-20 .phocamaps .pm-desc a,
body.id-78 .phocamaps .pm-desc h4,
body.id-78 .phocamaps .pm-desc a {
  color: #FFFFFF;
}
body.catid-11.id-20 .phocamaps .pm-desc h4 span,
body.id-78 .phocamaps .pm-desc h4 span {
  text-transform: uppercase;
  font-size: 1rem;
}
body.catid-11.id-20 .phocamaps .pm-desc .btn_map,
body.catid-11.id-20 .phocamaps .pm-desc .btn_directions,
body.id-78 .phocamaps .pm-desc .btn_map,
body.id-78 .phocamaps .pm-desc .btn_directions {
  color: #c66f34;
  padding: 1rem 1rem 1rem 0;
}
body.catid-11.id-20 .phocamaps .pm-desc .btn_map,
body.id-78 .phocamaps .pm-desc .btn_map {
  display: none;
}
body.catid-11.id-20 main .page_hero,
body.id-78 main .page_hero {
  height: 30vh;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .phocamaps-box-border-grey .phocamaps-map,
body.id-78 main section .row .item-page div[itemprop=articleBody] .phocamaps-box-border-grey .phocamaps-map {
  box-shadow: none !important;
  border: 1px solid #cccccc;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .phocamaps,
body.id-78 main section .row .item-page div[itemprop=articleBody] .phocamaps {
  margin-top: 2rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .phocamaps .pmroute, body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .phocamaps .pmroute,
body.id-78 main section .row .item-page div[itemprop=articleBody] .phocamaps .pmroute,
body.id-78 main section .row .item-page div[itemprop=articleBody] .phocamaps .pmroute {
  max-height: 1px;
  overflow: hidden;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .phocamaps .gmnoprint,
body.id-78 main section .row .item-page div[itemprop=articleBody] .phocamaps .gmnoprint {
  display: none;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .phocamaps .loc,
body.id-78 main section .row .item-page div[itemprop=articleBody] .phocamaps .loc {
  padding: 0.75rem 0 2rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .phocamaps .loc*,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .phocamaps .loc .loc_addy,
body.id-78 main section .row .item-page div[itemprop=articleBody] .phocamaps .loc*,
body.id-78 main section .row .item-page div[itemprop=articleBody] .phocamaps .loc .loc_addy {
  font-size: 0.875rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple {
  padding-top: 1rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a {
  padding: 0.5rem 0 0.375rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a > li,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a > li {
  padding: 0;
  margin: 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a:hover,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a:hover {
  color: #D36A20;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a.tel_link:before,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a.tel_link:before {
  content: "\f3cf";
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a.email_link:before,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a.email_link:before {
  content: "@";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a.dir_link:before,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a.dir_link:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a.dir_link span,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple a.dir_link span {
  display: inline-block;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow {
  padding-left: 2.25rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul > li,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul > li {
  padding: 0;
  margin: 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul li,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul li {
  list-style: none;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul li a,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul li a {
  font-size: 1.5rem;
  color: #202744;
  padding: 1rem 0.5rem 0.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul li a:hover,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul li a:hover {
  color: #D36A20;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form {
  padding: 5rem 0 5rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form:before,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form:before {
  content: "Send us a message";
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.5rem 0 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section {
  width: 100%;
  padding-bottom: 1rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section label,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section label {
  color: #606060;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  padding-left: 0.5rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section select,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section select {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  border-bottom: 1px solid #606060;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0.75rem 0.5rem 0.5rem 0.5rem;
  margin: 0 0 0.25rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=email]:focus,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=number]:focus,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=search]:focus,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=text]:focus,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=tel]:focus,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=url]:focus,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=password]:focus,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea:focus,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea:active,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section select:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=email]:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=number]:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=search]:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=text]:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=tel]:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=url]:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input[type=password]:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea:active,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section select:focus {
  background-color: #fafafa;
  border: 1px solid #D36A20;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea {
  padding: 0.75rem 0.5rem 0.5rem 0.5rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea:focus,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea:focus {
  height: 8rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input:focus + .control_label,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea:focus + .control_label,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section input:focus + .control_label,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form .input-section textarea:focus + .control_label {
  color: #c66f34;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form input[type=submit],
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form input[type=submit] {
  background: #D36A20;
  background-color: #D36A20;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0 auto;
  padding: 0.75rem 3rem 0.75rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form input[type=submit]:hover,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form input[type=submit]:hover {
  background-color: #EB5E28;
  cursor: pointer;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right > li,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right > li {
  padding: 0;
  margin: 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps {
  flex-basis: 100%;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps:before,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps:before {
  content: "Map of Locations";
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  padding: 1.5rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
  flex-basis: 100%;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  padding-top: 2rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper > li,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper > li {
  padding: 0;
  margin: 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper:before,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper:before {
  content: "Locations";
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.5rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
  flex-basis: 100%;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc {
  padding: 1rem 0 3rem;
  color: #606060;
  flex-basis: 100%;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img {
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 10;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a {
  position: relative;
  z-index: 10;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a .click_hover,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a .click_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  padding: 30% 0 0;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  z-index: 12;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a .click_hover span,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a .click_hover span {
  font-family: "Times New Roman", sans-serif;
  font-style: italic;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a:hover .click_hover,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a:hover .click_hover {
  opacity: 1;
  cursor: pointer;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a picture,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a picture {
  position: relative;
  z-index: 10;
  display: block;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a img,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_img a img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 0.5px solid #c66f34;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  flex-basis: 100%;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets > li,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets > li {
  padding: 0;
  margin: 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets > div,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets > div {
  padding: 0.5rem 0 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name {
  flex-basis: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #292D3A;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 380px) and (max-width: 600px) {
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name {
    flex-basis: 30%;
  }
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info {
  flex-basis: 100%;
}
@media screen and (min-width: 380px) and (max-width: 600px) {
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info {
    flex-basis: 65%;
  }
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy {
  line-height: 1.4;
  font-weight: 500;
  padding: 0.25rem 0 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a {
  color: #625B5B;
  display: inline-block;
  font-size: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 1rem 0;
  letter-spacing: 0.05rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a:first-of-type,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a:first-of-type {
  padding: 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_map,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_map {
  display: none;
  padding: 1rem 1rem 0.25rem 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions {
  display: none;
  padding: 1rem 1rem 0.25rem 1rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_mapDir,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_mapDir {
  text-transform: uppercase;
  font-weight: 500;
  color: #c66f34;
  font-size: 0.9375rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a i,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a i {
  font-size: 0.9375rem;
  padding-right: 0.25rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a:hover,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a:hover {
  color: #D36A20;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  padding: 0 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li {
  padding: 0;
  margin: 0;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div {
  font-weight: 500;
  line-height: 1.7;
  flex-basis: 100%;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div a,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div fax,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div a,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div fax {
  font-size: 0.9375rem;
  letter-spacing: 0.025rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:after,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:after {
  font-size: 0.75rem;
  font-size: 0.8125rem;
  font-size: 0.9375rem;
  font-family: "Times New Roman", sans-serif;
  letter-spacing: 0.025rem;
  display: inline-block;
  width: 3.5rem;
  color: #292d3a;
  font-style: italic;
  font-weight: 300;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:first-of-type a,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:first-of-type a {
  color: #292d3a;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:first-of-type:after,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:first-of-type:after {
  content: "direct";
  padding-left: 0.5rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:nth-of-type(2),
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:nth-of-type(2) {
  display: inline-block;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:nth-of-type(2):after,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:nth-of-type(2):after {
  content: " fax";
  padding-left: 0.5rem;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div span,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div span {
  font-size: 0.75rem;
  letter-spacing: 0.025rem;
  display: inline-block;
  width: 3.5rem;
  padding-left: 0.5rem;
  color: #606060;
  font-weight: 300;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map {
  flex-basis: 100%;
  height: 200px;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map .phocamaps .phocamaps-box .phocamaps-map,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map .phocamaps .phocamaps-box .phocamaps-map {
  box-shadow: none !important;
  border: 1px solid #606060;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map .phocamaps .phocamaps-box .phocamaps-map .leaflet-control-attribution,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map .phocamaps .phocamaps-box .phocamaps-map .leaflet-control-attribution {
  display: none !important;
}
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map .phocamaps .gmnoprint,
body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map .phocamaps .gm-style-cc a[rel=noopener],
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map .phocamaps .gmnoprint,
body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map .phocamaps .gm-style-cc a[rel=noopener] {
  display: none !important;
}
@media screen and (min-width: 600px) {
  body.catid-11.id-20 main .page_hero,
  body.id-78 main .page_hero {
    height: 30vh;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody],
  body.id-78 main section .row .item-page div[itemprop=articleBody] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
    align-items: flex-start;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .contact_simple .follow ul {
    flex-wrap: nowrap;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form:before,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form:before {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left form > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left form > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right {
    flex-wrap: wrap;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc {
    flex-basis: 47%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy {
    position: relative;
    padding-bottom: 0.5rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a {
    font-size: 0.9375rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_map,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_map {
    display: none;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #c66f34;
    font-family: "Oswald", sans-serif;
    padding-top: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions i,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions i {
    display: block;
    font-size: 1.5rem;
    color: #c66f34;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_mapDir,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_mapDir {
    display: none;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 780px) {
  body.catid-11.id-20 main .page_hero,
  body.id-78 main .page_hero {
    height: 30vh;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody],
  body.id-78 main section .row .item-page div[itemprop=articleBody] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
    align-items: flex-start;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner {
    flex-basis: 45%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2),
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) {
    flex-basis: 40%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner .contact_simple .follow ul,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner .contact_simple .follow ul {
    flex-wrap: nowrap;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form {
    padding-top: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section label,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section label {
    font-size: 0.625rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=email]:focus,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=number]:focus,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=search]:focus,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=text]:focus,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=tel]:focus,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=url]:focus,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=password]:focus,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section textarea:focus,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section textarea:active,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section select:focus,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=email]:focus,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=number]:focus,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=search]:focus,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=text]:focus,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=tel]:focus,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=url]:focus,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section input[type=password]:focus,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section textarea:focus,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section textarea:active,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner form .input-section select:focus {
    padding: 0.5rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right {
    flex-wrap: wrap;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1000px) {
  body.catid-11.id-20 main .page_hero,
  body.id-78 main .page_hero {
    height: 37vh;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody],
  body.id-78 main section .row .item-page div[itemprop=articleBody] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
    align-items: flex-start;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
    flex-basis: 40%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2),
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) form,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) form {
    padding-top: 3rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) form .input-section,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) form .input-section {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) form .input-section label,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) form .input-section label {
    font-size: 0.8125rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right {
    flex-basis: 40%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps {
    margin-top: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps:before,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps:before {
    padding-top: 0.25rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc {
    flex-basis: 100%;
    padding: 0.25rem 0 2.5rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets {
    margin-top: 0.75rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets > div,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets > div {
    padding-top: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name {
    flex-basis: 30%;
    line-height: 1;
    padding-top: 0.25rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name:after,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_name:after {
    content: "Office";
    display: block;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    color: #625B5B;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info {
    flex-basis: 65%;
    border-left: 1.5px solid #c66f34;
    padding-left: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy {
    padding-left: 1rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_map,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_map {
    display: block;
    color: #c66f34;
    text-transform: uppercase;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions {
    position: relative;
    display: none;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
    padding-left: 1rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1400px) {
  body.catid-11.id-20 main .page_hero,
  body.id-78 main .page_hero {
    height: 43vh;
  }
}
@media screen and (min-width: 1600px) {
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left {
    flex-basis: 30%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right {
    flex-basis: 60%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc {
    flex-basis: 47%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_addy a,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_addy a {
    font-size: 0.875rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_phone div span:first-of-type a,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_phone div span:first-of-type a {
    font-size: 0.875rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps {
    flex-basis: 100%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps {
    margin-top: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper {
    margin-top: 1rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc {
    padding-bottom: 3rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a {
    font-size: 0.875rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_map,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_map {
    display: block;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_addy a.btn_directions {
    position: relative;
    display: none;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone > li {
    padding: 0;
    margin: 0;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div {
    flex-basis: 100%;
    line-height: 1.3;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div a,
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div fax,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div a,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div fax {
    font-size: 0.875rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:after,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_info .loc_phone div:after {
    font-size: 0.8125rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .loc_map {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1900px) {
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left {
    flex-basis: 30%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) form,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_left .sub_inner:nth-of-type(2) form {
    padding-top: 8rem;
    padding-right: 2vw;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right {
    flex-basis: 60%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc {
    flex-basis: 47%;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_addy a,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_addy a {
    font-size: 0.875rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_phone div span:first-of-type a,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .loc_wrapper .loc .dets .loc_phone div span:first-of-type a {
    font-size: 0.875rem;
  }
  body.catid-11.id-20 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps,
  body.id-78 main section .row .item-page div[itemprop=articleBody] .contact_right .phocamaps {
    flex-basis: 100%;
  }
}
html, body {
  overflow-x: hidden;
}

body {
  position: relative;
}

body.catid-11.id-20 main .page_hero {
  height: 30vh;
}
body.catid-11.id-20 main .page_hero .row .page_title_group {
  bottom: 2vh;
}
@media screen and (min-width: 1000px) {
  body.catid-11.id-20 main .page_hero {
    height: 45vh;
  }
}
.c_testi_full_single_block_r.testi_2022 {
  border-top: 1px solid #606060;
  display: none;
  clear: both;
}

@media (min-width: 700px) {
  section.c_testi_full_single_block_r.testi_2022 {
    display: block;
    width: 100vw;
    height: 85vh;
    background-color: #cccccc;
    position: relative;
    /*
    &.srs {
    	background-image: url("/images/testi/images/srs.jpg");
    }
    &.cooper {
    	background-image: url("/images/testi/images/cooper.jpg");
    }
    &.vaquero {
    	background-image: url("/images/testi/images/vaquero.jpg");
    }
    &.regency {
    	background-image: url("/images/testi/images/regency.jpg");
    	height: 80vh;
    }
    &.resibuilt {
    	background-image: url("/images/testi/images/resibuilt.jpg");
    }
    &.lighthouse {
    	background-image: url("/images/testi/images/lighthouse.jpg");
    }
    &.lindstrom {
    	background-image: url("/images/testi/images/lindstrom.jpg");
    }
    &.serd {
    	background-image: url("/images/testi/images/serd.jpg");
    }
    &.tapestry {
    	background-image: url("/images/testi/images/tapestry.jpg");
    }
    &.branch {
    	background-image: url("/images/testi/images/branch.jpg");
    }
    &.srs {
    	background-image: url("/images/testi/images/srs.jpg");
    }
    &.third {
    	background-image: url("/images/testi/images/third.jpg");
    }
    */
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_bkgd {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 85vh;
    filter: grayscale(100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: 0;
    /*img {
    	width: 100%;
    	height: auto;
    }*/
  }
  section.c_testi_full_single_block_r.testi_2022.horton .quote_bkgd {
    background-image: url("/images/testi/images/DJI_0438.jpg");
  }
  section.c_testi_full_single_block_r.testi_2022.racetrac .quote_bkgd {
    background-image: url("/images/testi/images/racetrac.jpg");
  }
  section.c_testi_full_single_block_r.testi_2022.racetrac .quote_block {
    -webkit-transform: translate(5vw, -50%);
    left: 5vw;
    right: auto;
  }
  section.c_testi_full_single_block_r.testi_2022.christian .quote_bkgd {
    background-image: url("/images/testi/images/christian.jpg");
  }
  section.c_testi_full_single_block_r.testi_2022.horton .quote_bkgd {
    background-image: url("/images/testi/images/horton.jpg");
  }
  section.c_testi_full_single_block_r.testi_2022.onestreet .quote_bkgd {
    background-image: url("/images/testi/images/onestreet.jpg");
  }
  section.c_testi_full_single_block_r.testi_2022.onestreet .quote_block {
    -webkit-transform: translate(5vw, -50%);
    left: 5vw;
    right: auto;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    right: 5vh;
    z-index: 10;
    width: 55vw;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.75rem;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div {
    padding: 3rem;
    background-color: #FFFFFF;
    border-left: 0;
    opacity: 0.85;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .testi_quote {
    padding: 0.75rem 0 2rem;
    color: #292D3A;
    line-height: 1.4;
    font-style: italic;
    font-size: 1.25rem;
    font-family: "Times New Roman", sans-serif;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .testi_quote .gl_format {
    font-family: "Times New Roman", sans-serif;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 500;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .testi_quote:before {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    padding-right: 0.5rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    content: "\f10d";
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .testi_quote:after {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    padding-left: 0.5rem;
    font-weight: 600;
    font-size: 1.25rem;
    content: "\f10e";
    text-align: center;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div p {
    margin-bottom: 4px;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .byline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    justify-content: flex-end;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .byline > li {
    padding: 0;
    margin: 0;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .byline div {
    flex-basis: auto;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .byline div h6 {
    padding: 6px;
    margin: 0;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .byline div h6.c_testi_name {
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .byline div h6.c_testi_company {
    font-size: 0.9375rem;
    padding-top: 0.25rem;
    color: #606060;
    letter-spacing: 0.05rem;
    font-weight: 300;
    font-family: "Lato", sans-serif;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block > div .byline img {
    width: auto;
    height: 3rem;
    float: left;
    margin-right: 1rem;
  }
}
@media (min-width: 1100px) {
  section.c_testi_full_single_block_r.testi_2022 .quote_bkgd {
    background-attachment: fixed;
  }
  section.c_testi_full_single_block_r.testi_2022 .quote_block {
    width: 37%;
    right: 10vw;
  }
  section.c_testi_full_single_block_r .quote_block {
    margin-left: 45%;
  }
  section.c_testi_full_single_block_r .quote_block > div {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1440px) {
  section.c_testi_full_single_block_r.testi_2022 .quote_block {
    width: 37%;
    right: 10vw;
  }
  section.c_testi_full_single_block_r .quote_block {
    margin-left: 45%;
  }
}
body.id-63 main section.container:nth-of-type(2) {
  margin-top: 0;
}
body.id-63 main section.container.temp {
  background: url("/images/temp/02_DarkBacground.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  width: 100%;
  margin-top: 0 !important;
}
body.id-63 main section.container.temp .row {
  padding-top: 12vh;
}
body.id-63 main section.container.temp .row .logos .combined {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  align-items: center;
}
body.id-63 main section.container.temp .row .logos .combined > li {
  padding: 0;
  margin: 0;
}
body.id-63 main section.container.temp .row .logos .combined a:first-of-type {
  flex-basis: 42.6045016077%;
}
body.id-63 main section.container.temp .row .logos .combined a:nth-of-type(2) {
  flex-basis: 9.3247588424%;
}
body.id-63 main section.container.temp .row .logos .combined a:nth-of-type(3) {
  flex-basis: 40.192926045%;
}
body.id-63 main section.container.temp .row .logos .new_logo {
  padding: 8vh 0;
}
body.id-63 main section.container.temp .row .text p,
body.id-63 main section.container.temp .row .text h2 {
  color: #FFFFFF;
}
body.id-63 main section.container.temp .row .text h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15rem;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  body.id-63 main section.container.temp {
    padding: 4vh 4vw;
  }
  body.id-63 main section.container.temp .row {
    border: 1px solid #606060;
    padding: 7vh 4vw;
  }
  body.id-63 main section.container.temp .row .logos .combined {
    padding: 0 8vw 0;
  }
  body.id-63 main section.container.temp .row .logos .combined a {
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: block;
  }
  body.id-63 main section.container.temp .row .logos .new_logo {
    padding: 6vh 0;
  }
  body.id-63 main section.container.temp .row .text {
    padding: 0 6vw 0;
  }
  body.id-63 main section.container.temp .row .text h2 {
    float: left;
    padding: 0 3rem 0 0;
    line-height: 1.5;
    text-align: left;
    font-size: 2rem;
  }
  body.id-63 main section.container.temp .row .text h2 span {
    display: block;
  }
  body.id-63 main section.container.temp .row .text p {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #ecede9;
    text-align: justify;
  }
}
@media screen and (min-width: 1000px) {
  body.id-63 main section.container.temp .row {
    padding: 3vh 12vw;
  }
  body.id-63 main section.container.temp .row .logos .combined {
    padding: 0 16vw 0;
  }
  body.id-63 main section.container.temp .row .logos .new_logo {
    padding: 1vh 0 4vh;
    text-align: center;
  }
  body.id-63 main section.container.temp .row .logos .new_logo img {
    max-width: 70%;
  }
  body.id-63 main section.container.temp .row .text {
    padding: 0 10vw 0;
  }
  body.id-63 main section.container.temp .row .text p {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  body.id-63 main section.container.temp {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    padding: 0;
  }
  body.id-63 main section.container.temp .row {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    z-index: 100;
    width: 92vw;
    padding: 3vh 12vw;
  }
  body.id-63 main section.container.temp .row .logos .combined {
    padding: 0 22vw 0;
  }
  body.id-63 main section.container.temp .row .logos .new_logo {
    padding: 1vh 0 4vh;
    text-align: center;
  }
  body.id-63 main section.container.temp .row .logos .new_logo img {
    max-width: 55%;
  }
  body.id-63 main section.container.temp .row .text {
    padding: 0 14vw 0;
  }
  body.id-63 main section.container.temp .row .text p,
  body.id-63 main section.container.temp .row .text h2 {
    color: #cccccc;
  }
  body.id-63 main section.container.temp .row .text p {
    padding-left: 4rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  body.id-63 main section.container.temp {
    min-height: 100vh;
  }
  body.id-63 main section.container.temp .row {
    width: 82vw;
    padding: 6vh 12vw;
  }
  body.id-63 main section.container.temp .row .logos .combined {
    padding: 0 16vw 0;
  }
  body.id-63 main section.container.temp .row .logos .combined a:first-of-type {
    flex-basis: 42.6045016077%;
  }
  body.id-63 main section.container.temp .row .logos .combined a:nth-of-type(2) {
    flex-basis: 6.1093247588%;
  }
  body.id-63 main section.container.temp .row .logos .combined a:nth-of-type(3) {
    flex-basis: 40.192926045%;
  }
  body.id-63 main section.container.temp .row .logos .new_logo {
    padding: 3vh 0 6vh;
    text-align: center;
  }
  body.id-63 main section.container.temp .row .logos .new_logo img {
    max-width: 55%;
  }
  body.id-63 main section.container.temp .row .text {
    padding: 0 14vw 0;
  }
  body.id-63 main section.container.temp .row .text p,
  body.id-63 main section.container.temp .row .text h2 {
    color: #ecede9;
  }
  body.id-63 main section.container.temp .row .text p {
    padding-left: 6rem;
    padding-right: 1rem;
  }
}
body.layout-blog.catid-8 main section.container {
  margin-top: 5rem;
}
@media screen and (min-width: 1000px) {
  body.layout-blog.catid-8 main section.container {
    margin-top: 7rem;
  }
}
body.layout-blog.catid-8 main section.container .row {
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  body.layout-blog.catid-8 main section.container .row {
    padding-top: 2rem;
  }
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog > li {
  padding: 0;
  margin: 0;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog h2 {
  flex-basis: 100%;
  order: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  margin-top: 0;
  text-transform: uppercase;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row {
  flex-basis: 100%;
  height: 65vh;
  margin: 0 0 2rem;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 {
  position: relative;
  width: 100%;
  height: 65vh;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container {
  background-size: cover;
  background-position: center top;
  padding: 0;
  height: 65vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  align-content: flex-end;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container > li {
  padding: 0;
  margin: 0;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details {
  width: 100%;
  background-color: rgba(63, 75, 77, 0.7);
  margin: 0 0 0;
  padding: 0.25rem 2rem 2rem 1rem;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details .page-header {
  flex-basis: 100%;
  order: 1;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details .page-header h2 {
  line-height: 1.15;
  font-size: 1.25rem;
  color: #fff;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details .page-header h2 a {
  color: #fff;
  text-shadow: 0 0 25px rgb(0, 0, 0), 0 0 75px rgb(0, 0, 0);
  line-height: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details .page-header h2 a:hover {
  color: #FFAA33;
  cursor: pointer;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details dl.article-info.muted,
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details dl.article-info.text-muted {
  flex-basis: 100%;
  order: 2;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details dl.article-info.muted dd.published time,
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details dl.article-info.text-muted dd.published time {
  color: #cccccc;
  text-shadow: 0 0 25px rgb(0, 0, 0), 0 0 75px rgb(0, 0, 0);
  line-height: 1;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details p.readmore {
  flex-basis: 100%;
  order: 3;
  display: none;
}
body.layout-blog.catid-8 main section.container .row .item-page .news_left .pagination {
  flex-basis: 100%;
}
@media screen and (min-width: 600px) {
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row {
    flex-basis: 100%;
    height: 50vh;
    margin: 0 0 2rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 {
    position: relative;
    width: 100%;
    height: 50vh;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container {
    height: 50vh;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details {
    background-color: rgba(41, 45, 58, 0.7);
    padding: 0.25rem 2rem 2rem 1rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .pagination {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1000px) {
  body.layout-blog.catid-8 main section.container .row .item-page .news_left {
    flex-basis: 65%;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog > li {
    padding: 0;
    margin: 0;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row {
    flex-basis: 48%;
    height: 33vw;
    margin: 0 0 2rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 {
    height: 33vw;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container {
    height: 33vw;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details {
    height: 8rem;
    max-height: 8rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details dl.article-info.muted dd.published time,
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container .blog_item_details dl.article-info.text-muted dd.published time {
    font-size: 0.875rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row:last-of-type, body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row:nth-of-type(9) {
    display: none;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .pagination {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1400px) {
  body.layout-blog.catid-8 main section.container .row .item-page .news_left {
    flex-basis: 68%;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog > li {
    padding: 0;
    margin: 0;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row {
    flex-basis: 32%;
    height: 25vw;
    margin: 0 0 1rem;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 {
    height: 25vw;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row .span12 .item.column-1 .blog_item_container {
    height: 25vw;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row:last-of-type, body.layout-blog.catid-8 main section.container .row .item-page .news_left .blog .items-row:nth-of-type(9) {
    display: inline-flex;
  }
  body.layout-blog.catid-8 main section.container .row .item-page .news_left .pagination {
    flex-basis: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.left {
  float: left;
  margin: 0.4rem 0.4rem 0.5rem 0;
  padding: 0 2rem 1rem 0;
}

.right {
  float: right;
  margin: 0.4rem 0 0.5rem 0.4rem;
  padding: 0 0 1rem 2rem;
}

.callout_right {
  float: right;
  width: 45%;
  font-size: 2.25rem;
  line-height: 2.5rem;
  padding: 0.25rem 0 1.5rem 1rem;
}

.callout_left {
  float: left;
  width: 45%;
  font-size: 2.25rem;
  line-height: 2.5rem;
  padding: 0.25rem 1rem 1.5rem 0;
}

.center,
.centered {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.drone_float {
  float: right;
  margin: 0;
  padding: 2vh 0 1vh 3vw;
  width: 30%;
  height: auto;
  opacity: 0.6;
}

.float_circle {
  float: left;
  shape-outside: circle(50%);
  width: 50%;
  height: fit-content;
  padding: 1.5rem;
}

.headshot {
  flex-flow: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 500;
  text-align: right;
  border-right: 2px solid #625B5B;
  padding-right: 1rem;
  margin-top: 1rem;
  padding-top: 0;
  line-height: 1;
}
.headshot span {
  font-size: 0.75rem;
  padding-top: 0.5rem;
  line-height: 1.1;
  display: block;
  font-weight: 400;
  color: #a9a9a9;
}

.inline_photo {
  margin: 3vh 0 4vh;
}
@media screen and (min-width: 1000px) {
  .inline_photo {
    margin: 3vh 0 6vh;
    width: 100%;
    height: auto;
  }
}
.right.sm_img {
  width: 30%;
}

@media (min-width: 700px) {
  .right.md_img {
    width: 30%;
  }
  .right.sm_img {
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .left {
    float: left;
    width: 33%;
    margin: 0.4rem 0.4rem 0.5rem 0;
    padding: 0 2rem 1rem 0;
  }
  .right {
    float: right;
    width: 33%;
    margin: 0.4rem 0 0.5rem 0.4rem;
    padding: 0 0 1rem 2rem;
  }
  .right.md_img {
    width: 33%;
    margin-left: 5rem;
  }
  .right.sm_img {
    width: 20%;
  }
}
@media (min-width: 1366px) {
  .left {
    width: 33%;
    margin: 0.4rem 0.4rem 0.5rem 0;
    padding: 0 2rem 1rem 0;
  }
  .right {
    float: right;
    width: 33%;
    margin: 0.4rem 0 0.5rem 0.4rem;
    padding: 0 0 1rem 2rem;
  }
  .right.md_img {
    width: 33%;
    margin-left: 5rem;
  }
  .right.sm_img {
    width: 20%;
  }
}
.read_more::after {
  content: "►";
  margin-left: 0.25rem;
}

div[itemprop=articleBody] img.mag_pop {
  border: 6px solid #fff;
  box-shadow: 2px 2px 2px #ccc;
  height: auto;
  width: 32%;
}

.video_responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video_responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.template_det_colors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap !important;
}
.template_det_colors > li {
  padding: 0;
  margin: 0;
}
.template_det_colors .template_det_color_block {
  flex-basis: 30%;
  padding: 2rem;
  margin: 0 0 1rem;
}
.template_det_colors .template_det_color_block .color_label {
  color: #292D3A;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

section {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  section .row .item-page .content_25_50_25 {
    padding-right: 15vw;
    padding-left: 15vw;
  }
}
@media screen and (min-width: 1400px) {
  section .row .item-page .content_25_50_25 {
    padding-right: 20vw;
    padding-left: 20vw;
  }
}
section .row .item-page .content_30_70 {
  padding: 1rem 0;
}
@media screen and (min-width: 1000px) {
  section .row .item-page .content_30_70 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  section .row .item-page .content_30_70 > li {
    padding: 0;
    margin: 0;
  }
  section .row .item-page .content_30_70 h3 {
    flex-basis: 25%;
    margin-top: 0;
    padding-top: 0.25rem;
  }
  section .row .item-page .content_30_70 p {
    flex-basis: 65%;
    margin-bottom: 1rem;
  }
}
section .row .item-page .content_50_50 {
  padding: 1rem 0;
}
@media screen and (min-width: 1000px) {
  section .row .item-page .content_50_50 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  section .row .item-page .content_50_50 > li {
    padding: 0;
    margin: 0;
  }
  section .row .item-page .content_50_50 li {
    flex-basis: 45%;
  }
}
section.header_image {
  position: relative;
}
section.header_image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #f00;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.header_image .cblock_header {
  z-index: 1;
  position: relative;
  padding-top: 3rem;
}
section.header_image .cblock_header h2,
section.header_image .cblock_header h3,
section.header_image .cblock_header h4 {
  color: #FFFFFF;
}
section.header_image ul {
  z-index: 2;
  position: relative;
  padding: 0 4%;
}
section.header_image ul li {
  background: #FFFFFF;
  padding: 2vw 1vw;
  border: 1px solid #ecede9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section.header_image ul.c_block_4 li:hover {
  border: 1px solid #e9e9e9;
  background-color: #ecede9;
}
section.header_image ul.c_block_4 li img {
  background: none;
  border-radius: 0;
  padding: 0;
}
section.c_bkgd_image {
  position: relative;
  padding-bottom: 3rem;
}
section.c_bkgd_image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.c_bkgd_image .cblock_header {
  z-index: 1;
  position: relative;
  padding-top: 3rem;
}
section.c_bkgd_image .cblock_header h2,
section.c_bkgd_image .cblock_header h3,
section.c_bkgd_image .cblock_header h4 {
  color: #FFFFFF;
}
section.c_bkgd_image .c_block {
  z-index: 2;
  position: relative;
  padding: 0 4%;
}
section.c_bkgd_image .c_block.c_block_gallery li {
  height: 38vw;
  margin-bottom: 3vh;
}
section.c_bkgd_image .c_block.c_block_gallery li img {
  background: none;
  border-radius: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  section.c_bkgd_image .c_block.c_block_gallery li {
    height: 18vw;
  }
}
@media screen and (min-width: 1000px) {
  section.c_bkgd_image .c_block.c_block_gallery li {
    height: 14vw;
  }
}
@media screen and (min-width: 1400px) {
  section.c_bkgd_image .c_block.c_block_gallery li {
    height: 12vw;
  }
}
section.c_bkgd_image .c_block_cta {
  text-align: center;
  z-index: 100;
  position: relative;
}
section.c_bkgd_image .c_block_cta a {
  display: block;
  width: fit-content;
  margin: 2rem auto 3rem auto;
  background-color: #C1BEA4;
  color: #FFFFFF;
  padding: 0.75rem 3rem;
  text-align: center;
}
section .cblock_header {
  width: 100%;
  display: block;
  margin: 3rem auto 2rem;
}
section .cblock_header h2 {
  text-align: center;
  text-transform: uppercase;
}
section .cblock_header h2:after {
  content: "";
  display: block;
  width: 20%;
  margin: 1rem auto;
  border-bottom: 1px solid #cccccc;
  height: 2px;
}
section .cblock_header h3,
section .cblock_header h4,
section .cblock_header h5 {
  text-align: center;
  width: 100%;
  margin: 1.25rem auto 0 auto;
}
@media screen and (min-width: 600px) {
  section .cblock_header h2:after {
    width: 12%;
  }
  section .cblock_header h3,
  section .cblock_header h4,
  section .cblock_header h5 {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  section .cblock_header h2:after {
    width: 7%;
  }
}
section .c_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  /*
  &.c_block_gallery {
  	@media screen and (min-width: 600px){

  		li { 
  			margin-bottom: 4vw;
  			font-size: 0;
  		}
  	}
  }
  */
}
section .c_block > li {
  padding: 0;
  margin: 0;
}
section .c_block li {
  width: 100%;
}
section .c_block > li {
  width: 100%;
  list-style: none;
  margin-left: 0;
}
section .c_block > li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section .c_block > li p {
  display: block;
}
section .c_block > li p a {
  padding: 2rem;
}
section .c_block.c_block_icons li img {
  width: 30%;
  height: auto;
  margin: 0 auto;
  display: block;
  background-color: #e9e9e9;
  border-radius: 50%;
  border: 0 solid #e9e9e9;
  object-fit: contain;
}
section .c_block.c_block_icons li h2:after,
section .c_block.c_block_icons li h3:after,
section .c_block.c_block_icons li h4:after,
section .c_block.c_block_icons li h5:after,
section .c_block.c_block_icons li h6:after {
  content: "";
  border-bottom: 2px solid #606060;
  width: 15%;
  display: block;
  height: 2px;
  margin: 1rem auto;
}
section .c_block.c_block_icons li p {
  text-align: center;
}
section .c_block.c_block_header_imgs li img {
  width: 100%;
  height: 13vw;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
section .c_block.c_block_gallery li, section .c_block.c_block_gallery_full li {
  font-size: 0;
  height: 23vw;
  overflow: hidden;
}
section .c_block.c_block_gallery li img, section .c_block.c_block_gallery_full li img {
  object-fit: cover;
  filter: grayscale(50%);
  filter: sepia(50%);
  filter: saturate(50%);
  filter: brightness(80%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section .c_block.c_block_gallery li img:hover, section .c_block.c_block_gallery_full li img:hover {
  filter: grayscale(0%);
  filter: sepia(0%);
  filter: saturate(100%);
  filter: brightness(100%);
}
section .c_block.c_block_product h2,
section .c_block.c_block_product h3,
section .c_block.c_block_product h4,
section .c_block.c_block_product h5,
section .c_block.c_block_product h6 {
  text-align: center;
}
section .c_block.c_block_product p {
  text-align: center;
}
section .c_block.c_block_product img.c_icon {
  width: 20%;
  height: auto;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 600px) {
  section .c_block.c_block_product {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
  section .c_block.c_block_product > li {
    width: 30%;
  }
  section .c_block.c_block_product > li:nth-of-type(1) {
    order: 1;
  }
  section .c_block.c_block_product > li:nth-of-type(2) {
    order: 3;
  }
  section .c_block.c_block_product > li:nth-of-type(3) {
    order: 2;
  }
}
@media screen and (min-width: 600px) {
  section .c_block.c_block_2 > li {
    width: 47%;
  }
  section .c_block.c_block_2 > li img {
    width: 100%;
    height: auto;
  }
  section .c_block.c_block_2.c_block_gallery > li {
    width: 49%;
    margin-bottom: 4vw;
    font-size: 0;
  }
  section .c_block.c_block_2.c_block_gallery_full > li {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  section .c_block.c_block_3 > li {
    width: 30%;
  }
  section .c_block.c_block_3.c_block_gallery > li {
    width: 32%;
    margin-bottom: 4vw;
    font-size: 0;
  }
  section .c_block.c_block_3.c_block_gallery_full > li {
    width: 33.333%;
  }
}
@media screen and (min-width: 600px) {
  section .c_block.c_block_4 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  section .c_block.c_block_4 > li {
    width: 42%;
    margin-bottom: 2vw;
  }
  section .c_block.c_block_4.c_block_gallery > li {
    width: 24%;
    margin-bottom: 4vw;
    font-size: 0;
  }
  section .c_block.c_block_4.c_block_gallery_full > li {
    width: 25%;
  }
}
@media screen and (min-width: 1000px) {
  section .c_block.c_block_4 {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  section .c_block.c_block_4 > li {
    width: 23%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  section .c_block.c_block_6 {
    flex-wrap: wrap;
  }
  section .c_block.c_block_6 > li {
    width: 30%;
  }
  section .c_block.c_block_6.c_block_gallery > li {
    width: 32%;
    margin-bottom: 2vw;
    font-size: 0;
  }
  section .c_block.c_block_6.c_block_gallery_full {
    width: 100vw;
    margin: 0 -9.5%;
  }
  section .c_block.c_block_6.c_block_gallery_full > li {
    width: 33.333%;
  }
}
@media screen and (min-width: 1400px) {
  section .c_block.c_block_6.c_block_gallery_full {
    width: 100vw;
    margin: 0 -15.75%;
  }
  section .c_block.c_block_6.c_block_gallery_full > li {
    width: 33.333%;
  }
}
@media screen and (min-width: 1600px) {
  section .c_block.c_block_6.c_block_gallery_full {
    width: 100vw;
    margin: 0 -23.5%;
  }
  section .c_block.c_block_6.c_block_gallery_full > li {
    width: 33.333%;
  }
}
@media screen and (min-width: 1900px) {
  section .c_block.c_block_6.c_block_gallery_full {
    width: 100vw;
    margin: 0 -30.615%;
  }
  section .c_block.c_block_6.c_block_gallery_full > li {
    width: 33.333%;
  }
}
@media screen and (min-width: 600px) {
  section .c_block.c_block_8 {
    flex-wrap: wrap;
  }
  section .c_block.c_block_8 > li {
    width: 21%;
  }
  section .c_block.c_block_8.c_block_gallery > li {
    width: 24%;
    margin-bottom: 1vw;
    font-size: 0;
  }
  section .c_block.c_block_8.c_block_gallery_full {
    width: 100vw;
    margin: 0 -9.5%;
  }
  section .c_block.c_block_8.c_block_gallery_full > li {
    width: 25%;
  }
}
section .c_block.c_block_img li:nth-of-type(1) {
  order: 2;
}
section .c_block.c_block_img li:nth-of-type(2) {
  order: 1;
}
section .c_block.c_block_img li:nth-of-type(3) {
  order: 3;
}
@media screen and (min-width: 600px) {
  section .c_block.c_block_img {
    align-items: center;
  }
  section .c_block.c_block_img > li h1,
  section .c_block.c_block_img > li h2,
  section .c_block.c_block_img > li h3,
  section .c_block.c_block_img > li h4,
  section .c_block.c_block_img > li h5,
  section .c_block.c_block_img > li h6 {
    margin-top: 0;
  }
  section .c_block.c_block_img li:nth-of-type(1) {
    order: 1;
  }
  section .c_block.c_block_img li:nth-of-type(2) {
    order: 2;
  }
  section .c_block.c_block_img li:nth-of-type(3) {
    order: 3;
  }
}
section .c_block.c_block_cards li {
  position: relative;
}
section .c_block.c_block_cards li label {
  z-index: 100;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3% 5%;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section .c_block.c_block_cards li label p {
  margin: 0;
  padding: 0;
}
section .c_block.c_block_cards li:hover label {
  padding-bottom: 5%;
  background-color: rgba(255, 255, 255, 0.95);
}
section .c_block_cta {
  text-align: center;
}
section .c_block_cta a {
  display: block;
  width: fit-content;
  margin: 2rem auto 3rem auto;
  background-color: #C1BEA4;
  color: #FFFFFF;
  padding: 0.75rem 3rem;
  text-align: center;
}

section {
  width: 100%;
}
section.c_banner > div {
  width: 90%;
  margin: 10vh auto;
  text-align: center;
}
section.c_banner > div h2,
section.c_banner > div h3,
section.c_banner > div h4,
section.c_banner > div h5 {
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
section.c_banner > div a.learn_more {
  display: block;
  margin: 2vh auto;
  background: #292D3A;
  color: #FFFFFF;
  width: fit-content;
  padding: 0.75rem 2.5rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 1000px) {
  section.c_banner > div {
    width: 55%;
    margin: 10vh auto;
  }
}
section.c_banner.parallax2 {
  /* The image used */
  /* Set a specific height */
  min-height: 30vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
}
section.c_banner.parallax2 div {
  display: block;
  margin: auto;
  padding: 12vh 0;
  width: 80%;
}
section.c_banner.parallax2 div h2,
section.c_banner.parallax2 div h3,
section.c_banner.parallax2 div h4,
section.c_banner.parallax2 div h5,
section.c_banner.parallax2 div p {
  color: #FFFFFF;
}
section.c_banner.parallax2 div a.learn_more {
  background-color: #B23115;
}
@media screen and (min-width: 600px) {
  section.c_banner.parallax2 div {
    padding: 8vh 0;
  }
}
@media screen and (min-width: 1000px) {
  section.c_banner.parallax2 div {
    padding: 12vh 0;
    width: 55%;
  }
}
section.c_banner.c_stats {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.c_banner.c_stats > div ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  padding: 6vh 0;
}
section.c_banner.c_stats > div ul > li {
  padding: 0;
  margin: 0;
}
section.c_banner.c_stats > div ul li {
  width: 100%;
  list-style: none;
  padding: 2vh 10vw;
}
section.c_banner.c_stats > div ul li .c_stats_num {
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  font-weight: 700;
}
section.c_banner.c_stats > div ul li .c_stats_num span {
  color: #c66f34;
}
section.c_banner.c_stats > div ul li label {
  color: #FFFFFF;
  padding: 0 1rem 0 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
@media screen and (min-width: 600px) {
  section.c_banner.c_stats > div ul {
    padding: 5vh 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  section.c_banner.c_stats > div ul li {
    width: 47%;
    overflow: hidden;
    padding: 1.5vh 0;
  }
}
@media screen and (min-width: 1000px) {
  section.c_banner.c_stats > div {
    width: 90%;
  }
  section.c_banner.c_stats > div ul {
    flex-wrap: nowrap;
    padding: 7.5vw 0;
  }
  section.c_banner.c_stats > div ul li {
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  section.c_banner.c_stats > div ul li:last-of-type {
    border-right: 0;
  }
  section.c_banner.c_stats > div ul li .c_stats_num {
    letter-spacing: 0;
    padding-left: 0;
  }
}
section.c_banner.c_banner_nav {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.c_banner.c_banner_nav > div {
  margin: 0 auto;
  padding: 10vh 5% 30vh;
  position: relative;
}
section.c_banner.c_banner_nav > div h2,
section.c_banner.c_banner_nav > div h3,
section.c_banner.c_banner_nav > div h4,
section.c_banner.c_banner_nav > div h5,
section.c_banner.c_banner_nav > div h6,
section.c_banner.c_banner_nav > div p {
  color: #FFFFFF;
}
section.c_banner.c_banner_nav > div a {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 2vh 4vh;
  display: block;
}
section.c_banner.c_banner_nav > div a.learn_more {
  display: block;
  margin: 2vh auto;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0);
  width: fit-content;
  padding: 0.75rem 1.5rem;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
section.c_banner.c_banner_nav > div ul {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
}
section.c_banner.c_banner_nav > div ul > li {
  padding: 0;
  margin: 0;
}
section.c_banner.c_banner_nav > div ul li {
  list-style: none;
  width: 100%;
}
section.c_banner.c_banner_nav > div ul li a {
  color: #FFFFFF;
  padding: 1vh 10vw;
  display: block;
}
section.c_banner.c_banner_nav > div ul li a:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding-right: 0.5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 600px) {
  section.c_banner.c_banner_nav > div {
    padding: 15vh 5% 20vh;
    width: 90%;
  }
  section.c_banner.c_banner_nav > div ul {
    flex-wrap: nowrap;
    width: 100%;
    bottom: 1vh;
  }
  section.c_banner.c_banner_nav > div ul li a {
    padding: 1vh 2vw;
  }
}
@media screen and (min-width: 1000px) {
  section.c_banner.c_banner_nav > div {
    width: 70%;
  }
}

section.c_cta_callback {
  background-color: #cccccc;
  width: 100%;
  padding: 6vh 4vw 6vh;
  margin: 4vh auto;
}
section.c_cta_callback * {
  color: #FFFFFF;
}
section.c_cta_callback div ul {
  padding: 0;
  margin: 0;
}
section.c_cta_callback div ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.c_cta_callback div ul li h2,
section.c_cta_callback div ul li h3,
section.c_cta_callback div ul li h4,
section.c_cta_callback div ul li h5,
section.c_cta_callback div ul li h6 {
  padding: 0;
  margin: 0;
}
section.c_cta_callback div ul li form #dude,
section.c_cta_callback div ul li form .dude {
  position: absolute !important;
  left: -3000px !important;
}
section.c_cta_callback div ul li form input:focus {
  border: 1px solid #c66f34;
}
section.c_cta_callback div ul li form input.submit {
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  background-color: #c66f34;
  text-align: center;
  height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
section.c_cta_callback div ul li form input.submit:hover, section.c_cta_callback div ul li form input.submit:focus {
  background-color: #292D3A;
}
@media screen and (min-width: 600px) {
  section.c_cta_callback div ul li form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap !important;
  }
  section.c_cta_callback div ul li form > li {
    padding: 0;
    margin: 0;
  }
  section.c_cta_callback div ul li form input {
    width: 48%;
  }
  section.c_cta_callback div ul li form input.submit {
    width: 28%;
    margin-right: 20%;
  }
}
@media screen and (min-width: 1000px) {
  section.c_cta_callback div ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    align-items: center;
  }
  section.c_cta_callback div ul > li {
    padding: 0;
    margin: 0;
  }
  section.c_cta_callback div ul li {
    width: 40%;
  }
  section.c_cta_callback div ul li:nth-of-type(2) {
    width: 57%;
  }
  section.c_cta_callback div ul li form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap !important;
  }
  section.c_cta_callback div ul li form > li {
    padding: 0;
    margin: 0;
  }
  section.c_cta_callback div ul li form input {
    width: 48%;
  }
  section.c_cta_callback div ul li form input.submit {
    width: 28%;
    margin-right: 20%;
  }
}
section {
  width: 100%;
}
section.c_testi .c_testi_header {
  width: 100%;
  display: block;
  margin: 3rem auto 2rem;
}
section.c_testi .c_testi_header .c_testi_heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
}
section.c_testi .c_testi_header .c_testi_heading:after {
  content: "";
  display: block;
  width: 20%;
  margin: 1rem auto;
  border-bottom: 1px solid #cccccc;
  height: 2px;
}
section.c_testi .c_testi_header .c_testi_intro {
  text-align: center;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  section.c_testi .c_testi_header h2:after {
    width: 12%;
  }
  section.c_testi .c_testi_header h3,
  section.c_testi .c_testi_header h4,
  section.c_testi .c_testi_header h5 {
    width: 70%;
  }
}
@media screen and (min-width: 600px) {
  section.c_testi .c_testi_header h2:after {
    width: 7%;
  }
}
section.c_testi ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
}
section.c_testi ul > li {
  padding: 0;
  margin: 0;
}
section.c_testi ul > li {
  width: 100%;
  list-style: none;
  margin-left: 0;
}
section.c_testi ul > li img {
  width: 40%;
  height: auto;
  margin: 0 auto;
  display: block;
  background-color: #e9e9e9;
  border: 0 solid #e9e9e9;
  object-fit: contain;
}
section.c_testi ul > li .c_testi_name {
  margin-top: 4vh;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
section.c_testi ul > li .c_testi_company {
  padding: 0;
  margin: 1vh 0 3vh;
  text-align: center;
  color: #606060;
  font-weight: 200;
}
section.c_testi ul > li p {
  display: block;
  text-align: center;
}
section.c_testi ul > li p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  display: inline-block;
  padding-right: 0.5rem;
}
section.c_testi ul > li p:after {
  content: '"';
  line-height: 1;
  display: inline-block;
}
section.c_testi ul > li p a {
  padding: 2rem;
}
section.c_testi ul > li:nth-of-type(2), section.c_testi ul > li:nth-of-type(3) {
  display: none;
}
@media screen and (min-width: 600px) {
  section.c_testi .c_testi_header {
    width: 80%;
  }
  section.c_testi ul > li {
    width: 45%;
  }
  section.c_testi ul > li:nth-of-type(2) {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  section.c_testi .c_testi_header {
    width: 55%;
  }
  section.c_testi ul > li {
    width: 30%;
  }
  section.c_testi ul > li:nth-of-type(2), section.c_testi ul > li:nth-of-type(3) {
    display: inline-block;
  }
}
section.c_testi_full_single_block_r {
  width: 100%;
  display: block;
  background-color: #B23115;
  padding: 5vw;
}
section.c_testi_full_single_block_r > div {
  width: 30vw;
  margin-left: 50%;
  padding: 2rem;
  background-color: #FFFFFF;
}
section.c_testi_full_single_block_r > div > div {
  border-left: 3px solid #B23115;
  padding-left: 4vw;
  position: relative;
}
section.c_testi_full_single_block_r > div > div p:before {
  content: '"';
  display: block;
  position: absolute;
  left: 1vw;
  font-size: 2rem;
}
section.c_testi_full_single_block_r > div > div .byline h6 {
  padding: 6px;
  margin: 0;
}
section.c_testi_full_single_block_r > div > div .byline img {
  width: 20%;
  height: auto;
  float: left;
  margin-right: 1rem;
}

section.c_testi_single {
  position: relative;
  background-color: #cccccc;
  color: #FFFFFF;
  padding: 2vh 0;
  /* Slider */
  /* Dots */
}
section.c_testi_single .lazy.slider:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  display: block;
  margin: 2vh auto;
  text-align: center;
  line-height: 1;
}
section.c_testi_single .context {
  font-size: 1rem;
  line-height: 1.3;
  color: #797670;
  font-style: italic;
  margin-bottom: 6px;
  padding-bottom: 4px;
}
section.c_testi_single .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
section.c_testi_single .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
section.c_testi_single .slick-list:focus {
  outline: none;
}
section.c_testi_single .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
section.c_testi_single .slick-list .slick-track,
section.c_testi_single .slick-list .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
section.c_testi_single .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.c_testi_single .slick-list .slick-track:before, section.c_testi_single .slick-list .slick-track:after {
  display: table;
  content: "";
}
section.c_testi_single .slick-list .slick-track:after {
  clear: both;
}
section.c_testi_single .slick-loading .slick-track {
  visibility: hidden;
}
section.c_testi_single .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
section.c_testi_single .slick-slide img {
  display: block;
}
section.c_testi_single .slick-slide.slick-loading img {
  display: none;
}
section.c_testi_single .slick-slide.dragging img {
  pointer-events: none;
}
section.c_testi_single [dir=rtl] .slick-slide {
  float: right;
}
section.c_testi_single .slick-initialized .slick-slide {
  display: block;
}
section.c_testi_single .slick-loading .slick-slide {
  visibility: hidden;
}
section.c_testi_single .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
section.c_testi_single .slick-arrow.slick-hidden {
  display: none;
}
section.c_testi_single .slider {
  width: 50%;
  margin: 100px auto;
}
section.c_testi_single .slick-slide {
  margin: 0px 20px;
}
section.c_testi_single .slick-slide img {
  width: 100%;
}
section.c_testi_single .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
section.c_testi_single .slick-active {
  opacity: 0.5;
}
section.c_testi_single .slick-current {
  opacity: 1;
}
section.c_testi_single .slick-prev,
section.c_testi_single .slick-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #B23115;
  border: none;
  outline: none;
  background: transparent;
}
section.c_testi_single .slick-prev > span,
section.c_testi_single .slick-next > span {
  display: none;
}
section.c_testi_single .slick-prev:before, section.c_testi_single .slick-prev:before,
section.c_testi_single .slick-next:before,
section.c_testi_single .slick-next:before {
  color: black;
}
section.c_testi_single .slick-prev:hover, section.c_testi_single .slick-prev:focus, section.c_testi_single .slick-prev:hover, section.c_testi_single .slick-prev:focus,
section.c_testi_single .slick-next:hover,
section.c_testi_single .slick-next:focus,
section.c_testi_single .slick-next:hover,
section.c_testi_single .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
section.c_testi_single .slick-prev:hover:before, section.c_testi_single .slick-prev:focus:before, section.c_testi_single .slick-prev:hover:before, section.c_testi_single .slick-prev:focus:before,
section.c_testi_single .slick-next:hover:before,
section.c_testi_single .slick-next:focus:before,
section.c_testi_single .slick-next:hover:before,
section.c_testi_single .slick-next:focus:before {
  opacity: 1;
}
section.c_testi_single .slick-prev.slick-disabled:before, section.c_testi_single .slick-prev.slick-disabled:before,
section.c_testi_single .slick-next.slick-disabled:before,
section.c_testi_single .slick-next.slick-disabled:before {
  opacity: 0.25;
}
section.c_testi_single .slick-prev:before, section.c_testi_single .slick-prev:before,
section.c_testi_single .slick-next:before,
section.c_testi_single .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.c_testi_single [dir=rtl] .slick-prev {
  right: -15vw;
  left: auto;
}
section.c_testi_single .slick-prev {
  left: -15vw;
}
section.c_testi_single .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f32e";
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 100;
}
section.c_testi_single .slick-next {
  right: -15vw;
}
section.c_testi_single .slick-next:before {
  font-size: 32px;
  content: "\f330";
  font-family: "Font Awesome 5 Pro";
  color: #FFFFFF;
  font-weight: 100;
}
section.c_testi_single [dir=rtl] .slick-next {
  right: auto;
  left: -15vw;
}
section.c_testi_single [dir=rtl] .slick-next:before {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
}
section.c_testi_single .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
section.c_testi_single .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
section.c_testi_single .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
section.c_testi_single .slick-dots li button {
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
section.c_testi_single .slick-dots li button:hover, section.c_testi_single .slick-dots li button:focus {
  outline: none;
}
section.c_testi_single .slick-dots li button:hover:before, section.c_testi_single .slick-dots li button:focus:before {
  opacity: 1;
}
section.c_testi_single .slick-dots li button:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.c_testi_single .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
}
section.c_testi_single .c_testi_name {
  margin-top: 4vh;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
section.c_testi_single .c_testi_company {
  padding: 0;
  margin: 1vh 0 3vh;
  text-align: center;
  color: #606060;
  font-weight: 200;
}
section.c_testi_single p {
  display: block;
  text-align: center;
  /*
  &:before {
  	content: "\f10d";
  	font-family: 'Font Awesome 5 Pro';
  	line-height: 1;
  	display: inline-block;
  	padding-right: .5rem;
  }
  */
  /*
  &:after {
  	content: "\"";
  	line-height: 1;
  	display: inline-block;

  }
  */
}
section.c_testi_single p a {
  padding: 2rem;
}
/*
	@media screen and (min-width: 600px){

	}
	@media screen and (min-width: 1000px) {

	}
*/
.callbacks_container {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.callbacks_container ul.rslides {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.callbacks_container ul.rslides li {
  padding: 0;
  margin: 0;
}
.callbacks_container ul.rslides li.slide_cont1, .callbacks_container ul.rslides li.slide_cont2, .callbacks_container ul.rslides li.slide_cont3 {
  display: block;
  height: 100%;
  width: 100%;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_img, .callbacks_container ul.rslides li.slide_cont2 .cap_img, .callbacks_container ul.rslides li.slide_cont3 .cap_img {
  display: block;
  width: 100%;
  height: 100%;
  /* Add the blur effect */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_screen, .callbacks_container ul.rslides li.slide_cont2 .cap_screen, .callbacks_container ul.rslides li.slide_cont3 .cap_screen {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#686868+0,565656+12,686868+61,3a3a3a+100&0.85+0,0.85+100 */
  position: relative;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_img {
  background-image: url(/images/hp_promo/atlanta-georgia-usa-dawn-skyline-UCXVDK3.jpg);
}
@media screen and (min-width: 800px) {
  .callbacks_container ul.rslides li.slide_cont1 .cap_img .img {
    background-image: url(/images/hp_promo/atlanta-georgia-usa-dawn-skyline-UCXVDK3.jpg);
  }
}
@media screen and (min-width: 1000px) {
  .callbacks_container ul.rslides li.slide_cont1 .cap_img .img {
    background-image: url(/images/hp_promo/atlanta-georgia-usa-dawn-skyline-UCXVDK3.jpg);
  }
}
.callbacks_container ul.rslides li.slide_cont1 .cap_screen {
  background-color: #rgba 0, 0, 0, 0;
}
.callbacks_container ul.rslides li.slide_cont2 .cap_img {
  /*
  background-image: url(http://7wsandbox.imgix.net/hp_promo/thomas-ciszewski-JnY_xqJE230-unsplash@0.1x.jpg);

  @media screen and (min-width: 800px) {
  	.img {
  		background-image: url(http://7wsandbox.imgix.net/hp_promo/thomas-ciszewski-JnY_xqJE230-unsplashh@0.3x.jpg);
  	}
  }
  @media screen and (min-width: 1000px) {
  	.img {
  		background-image: url(http://7wsandbox.imgix.net/hp_promo/thomas-ciszewski-JnY_xqJE230-unsplash@0.5x.jpg);
  	}
  }
  */
}
.callbacks_container ul.rslides li.slide_cont3 .cap_img {
  /*
  background-image: url(http://7wsandbox.imgix.net/hp_promo/trevor-cole-WGqz-LbIg_c-unsplash@0.1x.jpg);

  @media screen and (min-width: 800px) {
  	.img {
  		background-image: url(http://7wsandbox.imgix.net/hp_promo/trevor-cole-WGqz-LbIg_c-unsplash@0.3x.jpg);
  	}
  }
  @media screen and (min-width: 1000px) {
  	.img {
  		background-image: url(http://7wsandbox.imgix.net/hp_promo/trevor-cole-WGqz-LbIg_c-unsplash@0.5x.jpg);
  	}
  }
  */
}
.callbacks_container ul.rslides li .cap_container {
  display: block;
  position: absolute;
  z-index: 1002;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  margin: 0;
  max-width: none;
  top: 60%;
  left: 0%;
  -webkit-transform: translate(0%, -60%);
  width: 100%;
  padding: 0 10%;
}
.callbacks_container ul.rslides li .cap_container a {
  color: #FFFFFF;
}
.callbacks_container ul.rslides li .cap_container a .cap_heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.callbacks_container ul.rslides li .cap_container a .cap_heading span {
  white-space: nowrap;
}
.callbacks_container ul.rslides li .cap_container a .cap_sub {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  padding: 0.5rem 0 0.5rem;
}
.callbacks_container ul.rslides li .cap_container a .cap_sub span {
  white-space: nowrap;
}
.callbacks_container .callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 83%;
  left: 35vw;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/images/hp_promo/themes.png") no-repeat left top;
}
.callbacks_container .callbacks_nav:active {
  opacity: 1;
}
.callbacks_container .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 35vw;
}
.callbacks_container.scrolled ul.rslides li.slide_cont1 .cap_container picture {
  margin-bottom: 20vh;
}

@media screen and (min-width: 600px) {
  .callbacks_container {
    height: 100vh;
  }
  .callbacks_container ul.rslides li .cap_container {
    top: 60%;
    left: 0%;
    -webkit-transform: translate(0%, -30%);
  }
  .callbacks_container ul.rslides li .cap_container a .cap_heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
  }
  .callbacks_container ul.rslides li .cap_container a .cap_sub {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    padding: 0.5rem 20%;
  }
  .callbacks_container .callbacks_nav {
    top: 70%;
    left: 3vw;
  }
  .callbacks_container .callbacks_nav.next {
    right: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .callbacks_container {
    height: 106vh;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container picture {
    width: 70%;
    margin: 0 auto;
  }
  .callbacks_container ul.rslides li .cap_container {
    top: 55%;
    left: 0%;
    -webkit-transform: translate(0%, -40%);
  }
  .callbacks_container .callbacks_nav {
    top: 55%;
    left: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .callbacks_container ul.rslides li.slide_cont1 .cap_img, .callbacks_container ul.rslides li.slide_cont2 .cap_img, .callbacks_container ul.rslides li.slide_cont3 .cap_img {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1400px) {
  .callbacks_container .callbacks_nav {
    left: 5vw;
  }
  .callbacks_container .callbacks_nav.next {
    right: 5vw;
  }
}
@media screen and (min-width: 1900px) {
  .callbacks_container .callbacks_nav {
    left: 7vw;
  }
  .callbacks_container .callbacks_nav.next {
    right: 7vw;
  }
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_logo a.pd_link.post_logo, .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text a.pd_link {
  color: #F08000;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 1rem 0 0;
  display: block;
}

.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap {
  background: linear-gradient(135deg, rgba(104, 104, 104, 0.8) 0%, rgba(86, 86, 86, 0.8) 12%, rgba(104, 104, 104, 0.8) 61%, rgba(58, 58, 58, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: block;
  width: 90%;
  padding: 0 4vw 4vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  flex-wrap: wrap;
  display: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%); /* center self */
  z-index: 100;
  /*
  .pd_wrap {
  	.pd_text {
  		h6.pd_top {
  		}
  		h3.pd_mid {
  			span {
  				&:first-of-type {
  				}
  				&:nth-of-type(2) {
  				}
  			}
  		}
  		a.pd_link {
  		}
  	}
  	.pd_logo {
  		picture {
  			img {}
  		}
  		a.pd_link.post_logo {
  		}
  	}						
  }
  */
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap > li {
  padding: 0;
  margin: 0;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text {
  text-align: center;
  padding: 3.5vh 0 1vh;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h6.pd_top {
  color: #a9a9a9;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  padding-bottom: 9vh;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid {
  color: #FFFFFF;
  font-family: "Termina Test", sans-serif;
  font-size: 1.25rem;
  line-height: 1.55;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid span {
  white-space: nowrap;
  display: block;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid span:first-of-type {
  letter-spacing: 0;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid span:nth-of-type(3) {
  font-weight: 700;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text a.pd_link {
  display: none;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_logo {
  padding: 3.5vh 12% 5vh;
  text-align: center;
}
.callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_logo a.pd_link.post_logo {
  padding-top: 1.75rem;
}
@media screen and (min-width: 600px) {
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap {
    width: 70%;
    transform: translate(-50%, -60%); /* center self */
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h6.pd_top {
    font-size: 1.25rem;
    letter-spacing: 0.15rem;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid span {
    display: inline-block;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid span:first-of-type {
    display: block;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid span:nth-of-type(2) {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 0;
    transform: translate(-50%, -45%);
    padding: 0 0 4vh;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap > li {
    padding: 0;
    margin: 0;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text {
    padding: 5rem 0 4.75rem;
    flex-basis: 52%;
    text-align: right;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h6.pd_top {
    padding-bottom: 1.75rem;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text a.pd_link {
    display: block;
    font-size: 1.25rem;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_logo {
    flex-basis: 44%;
    padding: 3.25rem 0 0 1rem;
    text-align: left;
    height: 9.5rem;
    max-height: 9.5rem;
    overflow: hidden;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_logo picture {
    display: block;
    width: auto;
    height: 6rem;
    max-height: fit-content;
    margin: 0;
    opacity: 1;
    filter: opacity(100%);
    line-height: 0;
    font-size: 0;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_logo picture img {
    width: auto;
    height: 5.5rem;
    max-height: fit-content;
    line-height: 0;
    font-size: 0;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_logo a.pd_link.post_logo {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_text h3.pd_mid {
    font-size: 1.875rem;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_logo {
    padding: 2.75rem 0 0 1rem;
  }
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap .pd_logo picture img {
    height: 6.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap {
    width: 63%;
  }
}
@media screen and (min-width: 1600px) {
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap {
    width: 57%;
  }
}
@media screen and (min-width: 1900px) {
  .callbacks_container ul.rslides li.slide_cont1 .cap_container .pd_wrap {
    width: 53%;
  }
}
/*    .counter.pull-right,
    .counter.pull-right * {
        box-sizing:border-box;
    }
    .counter.pull-right {
        clear: both;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .pagination-list {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    ul.pagination-list li {
        list-style: none;
        display: inline;
    }
    .pagenav {
        text-decoration: none;
        padding: 0 .3rem;
    }
    .active.hidden-phone > a,
    .hidden-phone > a:hover {
        font-weight: bold;
    }
*/
.HOLD_pagination,
.HOLD_com-content-category-blog__pagination {
  /*    ul {
          width: 100%;
          max-width: 100%;
          margin: auto;
          text-align: center;
          display: flexbox;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          flex-wrap: nowrap;

          li {
              list-style: none;
              display: inline-block;
              flex-basis: auto;
              margin: 0;
              padding: 0;

              a,
              span {
                  font-weight: 700;
                  padding: .5rem 0;
                  margin: 0;
              }
              a.pagenav {
                  padding: .5rem .5rem;
              }
              span.pagenav {
              	color: $orange7;
              }

              &.pagination-start {
              	span {
              		color: $gray;
              	}
                  a.pagenav{
                      padding: .5rem 0 .5rem 0;
                  }
                  a.pagenav:before,
                  span:before {
                      content: "\f100";
                      font-family: $font-fa;
                      padding-right: .25rem;
                  }
              }

              &.pagination-prev {
              	span {
              		color: $gray;
              	}
                  a.pagenav{
                      padding: .5rem 0 .5rem 0;
                  }
                  a.pagenav:before,
                  span:before {
                      content: "\f104";
                      font-family: $font-fa;
                      padding-right: .25rem;
                  }
              }

              &.pagination-next {
              	span {
              		color: $gray;
              	}
                  a.pagenav{
                      padding: .5rem 0 .5rem 0;
                  }
                  a.pagenav:after,
                  span:after {
                      content: "\f105";
                      font-family: $font-fa;
                      padding-left: .25rem;
                  }
              }

              &.pagination-end {
              	span {
              		color: $gray;
              	}
                  a.pagenav{
                      padding: .5rem 0 .5rem 0;
                  }
                  a.pagenav:after,
                  span:after {
                      content: "\f101";
                      font-family: $font-fa;
                      padding-left: .25rem;
                  }
              }
          }
      }*/
}
@media screen and (min-width: 600px) {
  .HOLD_pagination,
  .HOLD_com-content-category-blog__pagination {
    /*        ul {
                li {
                    a,
                    span {
                        padding: .5rem;
                    }

                    &.pagination-start {
                        a.pagenav{
                            padding: .5rem;
                        }
                    }

                    &.pagination-prev {
                        a.pagenav{
                            padding: .5rem;
                        }
                    }

                    &.pagination-next {
                        a.pagenav{
                            padding: .5rem;
                        }
                    }

                    &.pagination-end {
                        a.pagenav{
                            padding: .5rem;
                        }
                    }
                }
            }
    */
  }
}
.com-content-category-blog__navigation.w-100 {
  margin: 2rem auto 0;
  text-align: center;
}
.com-content-category-blog__navigation.w-100 p {
  padding-bottom: 0;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 {
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: flexbox;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item {
  list-style: none;
  display: inline-block;
  flex-basis: auto;
  margin: 0;
  padding: 0;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item a,
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item span {
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  margin: 0;
  letter-spacing: 0.05rem;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item a:hover,
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item span:hover {
  font-weight: 700;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item:first-of-type a,
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item:first-of-type span, .com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item:nth-of-type(2) a,
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item:nth-of-type(2) span, .com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item:nth-last-of-type(2) a,
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item:nth-last-of-type(2) span, .com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item:last-of-type a,
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item:last-of-type span {
  padding: 0.5rem 0.25rem;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-double-left:before {
  content: "\f100";
  font-family: "Font Awesome 6 Pro";
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-double-left:after {
  content: "Start";
  padding-left: 0.25rem;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-left {
  padding-right: 1rem;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-left:before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-left:after {
  content: "Prev";
  padding-left: 0.25rem;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-right {
  padding-left: 1rem;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-right:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-right:before {
  content: "Next";
  padding-right: 0.25rem;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-double-right:after {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.page-item .page-link .icon-angle-double-right:before {
  content: "End";
  padding-right: 0.25rem;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.active.page-item a.page-link {
  color: #c66f34;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.disabled.page-item span.page-link {
  color: #D1D3D4;
}
.com-content-category-blog__navigation.w-100 .com-content-category-blog__pagination nav.pagination__wrapper ul.pagination.ms-0.mb-4 li.disabled.page-item span:hover {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
textarea:active,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
  background-color: #FFFFFF;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  background-color: #ecede9;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #625B5B;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #625B5B;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #625B5B;
}

textarea {
  min-height: 4rem;
}

select {
  vertical-align: middle;
  white-space: nowrap;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat #ecede9 98% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select {
  appearance: none;
}
select:invalid {
  color: #625B5B;
}
select.has-placeholder {
  color: #625B5B;
}
select [disabled] {
  color: #625B5B;
}
select option {
  color: #625B5B;
}

.hide {
  display: none;
}

form.contact_form {
  padding-bottom: 4rem;
}
form.contact_form div input:focus + .control_label {
  color: #B23115;
}
form.contact_form .input-section.gonna_get_you_sucka {
  position: absolute;
  left: -4000px;
}
form.contact_form .input-section .missing_info {
  margin-top: -10px;
  padding: 0 0 1rem 0.75rem;
  color: #B23115;
  font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
  form.contact_form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    /*&::after { // fixes the gap if only 2 in last row
    	content: "";
    	flex: auto;
    }*/
    flex-wrap: wrap;
  }
  form.contact_form > li {
    padding: 0;
    margin: 0;
  }
  form.contact_form .input-section {
    flex-basis: 100%;
  }
  form.contact_form .input-section.input_textarea, form.contact_form .input-section.submit {
    width: 100%;
    flex-basis: 100%;
    display: inline-block;
    text-align: center;
    background: none;
  }
  form.contact_form .input-section.input_textarea input, form.contact_form .input-section.submit input {
    width: 100%;
  }
}
/*.sm-menu {
	.row {         
		&.follow {
			padding-bottom: 1rem;
			border-bottom: 1px solid $med_black;

			ul {
				width: 65%;
				margin: 1.5rem auto 0;
				list-style: none;
				@include flexbox;
				justify-content: space-around;						

				li {
					list-style-type: none;

					a {
						color: $white;
					}
				}
			}
			@media screen and (min-width: 360px){
			}
			@media screen and (min-width: 600px){
			}
			@media screen and (min-width: 1000px){             
			}
			@media screen and (min-width: 1200px){
			}
			@media screen and (min-width: 1600px){
			}
			@media screen and (min-width: 1900px){
			}

		}
	}

}*/
.off-menu_103 dl a,
.off-menu_103 dl a:link,
.off-menu_103 dl.level1 a,
.off-menu_103 dl.level1 a:link {
  font-size: 1.125rem !important;
  font-weight: 100;
  letter-spacing: 0.15rem;
  font-family: "Oswald", sans-serif !important;
  padding: 0.125rem 0;
  line-height: 1.5 !important;
  text-transform: uppercase;
  display: block;
}

.off-menu_103 dl dt.level1.first .inner .link a {
  padding-top: 1rem;
}

.off-menu_103 dd.level1 .level2 dl.level2 dt.level2 .inner .link a,
.off-menu_103 dd.level1 .level2 dl.level2 dt.level2 .inner .link a:link {
  font-size: 1rem !important;
  color: #e9e9e9 !important;
  line-height: 1.25 !important;
  text-transform: capitalize;
  font-family: "Lato", sans-serif !important;
}

.off-menu_103 dl dt.active a,
.off-menu_103 dl.level1 dt.active a {
  color: #c66f34 !important;
}

.off-menu_103 dl dt.active,
.off-menu_103 dl.level1 dt.active {
  background-color: rgba(0, 0, 0, 0) !important;
}

.off-menu_103 .sm-level > dl,
.off-menu_187 .sm-level > dl,
.off-menu_203 .sm-level > dl,
.off-menu_125 .sm-level > dl {
  padding-top: 0 !important;
  padding-bottom: 12px !important;
}

body > .sm-btn-103,
.sm-content-inner > .sm-btn-103,
.off-menu_103 .sm-btn-103 {
  padding: 17px;
}

body.scrolled > .sm-btn-103,
body.scrolled .sm-content-inner > .sm-btn-103,
body.scrolled .off-menu_103 .sm-btn-103 {
  padding: 8px 17px;
}

li.item-169 a:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  padding-left: 0.5rem;
}

top .row.top_menu .top_contact {
  padding: 0.5rem 0.75rem;
  color: #cccccc;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
}
top .row.top_menu .top_contact:first-of-type {
  padding-left: 0;
}
top .row.top_menu .top_contact div:nth-of-type(2),
top .row.top_menu .top_contact div:nth-of-type(3) {
  padding-left: 2rem;
}
top .row.top_menu .follow ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  display: inline-flex;
  padding: 0;
}
top .row.top_menu .follow ul > li {
  padding: 0;
  margin: 0;
}
top .row.top_menu .follow ul li {
  padding: 0;
  list-style: none;
}
top .row.top_menu .follow ul li a {
  padding: 0.5rem 0.75rem;
  color: #cccccc;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  white-space: pre;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
top .row.top_menu .follow ul li a i {
  line-height: 2;
}
top .row.top_menu .follow ul li a:hover {
  color: #0E181D;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
}
top .row.top_menu .follow ul li a:hover:after {
  position: absolute;
  top: -0.25rem;
  left: -0.5rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
top .row.top_menu .follow ul li:nth-of-type(1) a:hover:after {
  content: "Facebook";
}
top .row.top_menu .follow ul li:nth-of-type(2) a:hover:after {
  content: "Instagram";
}
top .row.top_menu .follow ul li:nth-of-type(3) a:hover:after {
  content: "Search";
}

@media screen and (min-width: 600px) {
  body > .sm-btn-103,
  .sm-content-inner > .sm-btn-103,
  .off-menu_103 .sm-btn-103 {
    padding: 30px 27px;
  }
  body.scrolled > .sm-btn-103,
  body.scrolled .sm-content-inner > .sm-btn-103,
  body.scrolled .off-menu_103 .sm-btn-103 {
    padding: 6px 27px;
  }
}
@media screen and (min-width: 1000px) {
  .menu-icon-cont.sm-btn-103,
  #mobile_menu {
    display: none !important;
  }
  header .row .main_menu {
    width: 100%;
    display: block;
    margin-top: 1rem;
    padding-top: 0.25rem;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  header .row .main_menu ul.nav {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
    z-index: 1000;
  }
  header .row .main_menu ul.nav .parent:hover > ul.nav-child {
    display: block;
  }
  header .row .main_menu ul.nav li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  header .row .main_menu ul.nav li a {
    decoration: none;
    white-space: pre;
    display: block;
    padding: 2.75rem 1rem 1.5rem;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header .row .main_menu ul.nav li a:hover {
    text-decoration: none !important;
  }
  header .row .main_menu ul.nav li.active ul li a {
    border-bottom: 0;
  }
  header .row .main_menu ul.nav li ul.nav-child {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1000;
    padding: 0 0 1rem 0;
    margin-top: -4px;
    z-index: 100;
    border-radius: 2px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }
  header .row .main_menu ul.nav li ul.nav-child li a {
    padding: 0.5rem 2rem 0.5rem 1rem;
    white-space: nowrap;
    text-transform: capitalize;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header .row .main_menu ul.nav li ul.nav-child li a:hover {
    padding: 0.5rem 1.75rem 0.5rem 1.125rem;
  }
  header .row .main_menu ul.nav li ul.nav-child li:first-of-type a {
    padding-top: 1.5rem;
  }
  header .row .main_menu.scrolled ul.nav li a {
    padding-top: 0.75rem;
  }
}
/* Mobile Menu - Slide in from right */
/* Prevent background scroll on touch devices when menu is open */
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Base hamburger button */
.hamburger {
  flex-basis: 20%;
  position: relative;
  z-index: 1001; /* make sure it's above the menu/overlay */
  width: 72px;
  max-width: 72px;
  min-width: 52px;
  height: 52px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1rem 0.25rem 0.6125rem 10%;
  border: none;
  background: transparent;
  cursor: pointer;
  /* The three lines */
}
.hamburger .hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #111; /* change to match your brand */
  transition: transform 200ms ease, opacity 200ms ease;
}
@media (min-width: 600px) {
  .hamburger {
    padding-left: 7%;
    min-width: 78px;
  }
  .hamburger .hamburger-line {
    background: #111;
  }
}

body.home .hamburger .hamburger-line {
  background: #ecede9;
}

/* When active, turn into an "X" */
.hamburger.is-active .hamburger-line:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}

.hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .hamburger-line:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

/* Better touch targets and feedback */
.hamburger {
  touch-action: manipulation; /* Faster taps, disables double-tap zoom on buttons */
  min-height: 44px; /* Apple-recommended minimum tap target */
  display: flex;
}

/* Visual feedback on tap */
.hamburger:active,
.mobile_menu__close:active,
.mod-menu__toggle-sub:active,
.mobile_menu a:active {
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.05);
}

/* Smooth transitions on touch */
#mobile_menu,
.mod-menu__sub,
.blackout_screen {
  -webkit-overflow-scrolling: touch; /* Smooth scrolling in menu */
}

/* Optional: Add focus styles for accessibility (keyboard/touch) */
.mobile_menu a:focus,
.mod-menu__toggle-sub:focus,
.mobile_menu__close:focus {
  outline: 2px solid #007bff;
  outline-offset: -2px;
}

@media (max-width: 992px) {
  /* Hide desktop menu on mobile */
  #cssmenu {
    display: none;
  }
}
/*header {
	.row {
		.logo_menu {
			button {
				&:hover {
					cursor: pointer;
				}
				&.hamburger {
					// Hamburger styling (your existing one should work, but ensure it shows on mobile)
					display: none; // Will be shown via media query 

					@media (max-width: 992px) {
						display: block;
						z-index: 2001;
						height: 1.5rem;
						width: 1.5rem;
						// background: #333;
					}
				}
			}
		}
	}
}*/
/* Close button styling */
.mobile_menu__close {
  left: 100vw;
  position: absolute;
  top: 20px;
  background: none;
  border: none;
  outline: none;
  font-size: 28px;
  color: #fff; /* Adjust to match your design */
  cursor: pointer;
  padding: 8px;
  z-index: 11002;
  transition: color 0.2s ease;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile_menu__close.active {
  display: block;
  left: 5vw;
}
.mobile_menu__close.active:hover {
  color: #c66f34;
}
.mobile_menu__close.active svg {
  width: 28px;
  height: 28px;
  display: block;
}
@media (min-width: 600px) {
  .mobile_menu__close.active {
    left: 47vw;
  }
}

nav#mobile_menu {
  padding: 1vh 20px 40px 20px; /* Increased top/right padding */
  position: fixed;
  top: 0;
  right: -100%; /* Start off-screen to the right */
  width: 80vw;
  max-width: 80vw;
  height: 100vh;
  background: rgb(36, 36, 36); /* Change to your desired background */
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease-in-out;
  z-index: 2000;
  overflow: scroll;
}
nav#mobile_menu.active {
  right: 0; /* Slide in */
}
nav#mobile_menu .mm_top .row.follow {
  border-bottom: 1px solid #555555;
}
nav#mobile_menu .mm_top .row.follow ul {
  width: 85%;
  margin: 0 auto 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  /*&::after { // fixes the gap if only 2 in last row
  	content: "";
  	flex: auto;
  }*/
  justify-content: space-around;
}
nav#mobile_menu .mm_top .row.follow ul > li {
  padding: 0;
  margin: 0;
}
nav#mobile_menu .mm_top .row.follow ul li {
  text-align: center;
  list-style-type: none;
  flex-grow: 1;
}
nav#mobile_menu .mm_top .row.follow ul li a {
  color: #FFFFFF;
  padding: 1.125rem 1rem 0.75rem;
  display: block;
}
nav#mobile_menu .mm_top .row.follow ul li a:hover {
  color: #c66f34;
}
nav#mobile_menu ul.nav.menu {
  padding: 0;
  margin-top: 1rem;
}
nav#mobile_menu ul.nav.menu li.nav-item {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.125rem;
  padding: 0;
  align-items: stretch;
  /* Accordion submenu styling */
}
nav#mobile_menu ul.nav.menu li.nav-item a {
  flex-basis: 100%;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.15rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-shadow: none;
  padding: 0.75rem 0.75rem;
}
nav#mobile_menu ul.nav.menu li.nav-item a:hover {
  color: #c66f34;
}
nav#mobile_menu ul.nav.menu li.nav-item button.mod-menu__toggle-sub {
  height: 100%;
  border: 0px solid rgba(0, 0, 0, 0);
  outline: 0px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  flex-basis: 20%;
  padding: 13px 10px;
  /* Optional: rotate chevron when open */
}
nav#mobile_menu ul.nav.menu li.nav-item button.mod-menu__toggle-sub:before {
  display: block;
  height: 100%;
  background: none;
  color: #FFFFFF;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.25rem;
}
nav#mobile_menu ul.nav.menu li.nav-item button.mod-menu__toggle-sub[aria-expanded=true] {
  transform: rotate(90deg);
}
nav#mobile_menu ul.nav.menu li.nav-item.deeper.parent {
  /* Improve submenu toggle button (make full-width tap area) */
}
nav#mobile_menu ul.nav.menu li.nav-item.deeper.parent > a {
  flex-basis: 80%;
}
nav#mobile_menu ul.nav.menu li.nav-item.current button.mod-menu__toggle-sub:before {
  color: #c66f34;
}
nav#mobile_menu ul.nav.menu li.nav-item.current a {
  color: #c66f34;
}
nav#mobile_menu ul.nav.menu li.nav-item.active button.mod-menu__toggle-sub:before {
  color: #c66f34;
}
nav#mobile_menu ul.nav.menu li.nav-item.active a {
  color: #c66f34;
}
nav#mobile_menu ul.nav.menu li.nav-item ul.mod-menu__sub {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  flex-basis: 100%;
  padding: 0;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
nav#mobile_menu ul.nav.menu li.nav-item ul.mod-menu__sub.open {
  max-height: 1000px; /* Large enough for all items */
  display: block;
}
nav#mobile_menu ul.nav.menu li.nav-item ul.mod-menu__sub li.nav-item a {
  font-size: 1rem;
  color: #e9e9e9;
  padding: 0.675rem 0.875rem 0.675rem 1.25rem;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}
nav#mobile_menu ul.nav.menu li.nav-item ul.mod-menu__sub li.nav-item a:hover {
  color: #c66f34;
}
nav#mobile_menu ul.nav.menu li.nav-item ul.mod-menu__sub li.nav-item.current a {
  color: #FFAA33;
}
nav#mobile_menu ul.nav.menu li.nav-item ul.mod-menu__sub li.nav-item.current a:before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  width: 1.25rem;
  font-size: 90%;
}
nav#mobile_menu ul.nav.menu li.nav-item ul.mod-menu__sub li.nav-item.active a {
  color: #FFAA33;
}
@media (min-width: 600px) {
  nav#mobile_menu {
    width: 45vw;
  }
}

/* Optional: only show hamburger on small screens */
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
/* Blackout overlay */
.blackout_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  z-index: 1500;
}
.blackout_screen.active {
  opacity: 1;
  visibility: visible;
}

body.view-search main .container .search,
body.view-search main .container .finder {
  width: 100%;
  display: block;
  padding: 14vh 5.25% 14vh;
}
body.view-search main .container .search h1,
body.view-search main .container .finder h1 {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  padding-top: 2rem;
  padding-left: 2rem;
  text-transform: uppercase;
}
body.view-search main .container .search .com-finder__tips,
body.view-search main .container .finder .com-finder__tips {
  display: none;
}
body.view-search main .container .search button.btn.btn-secondary,
body.view-search main .container .finder button.btn.btn-secondary {
  display: none;
}
body.view-search main .container .search button.btn.btn-primary,
body.view-search main .container .finder button.btn.btn-primary {
  padding: 0.5rem 1.25rem;
}
body.view-search main .container .search button.btn.btn-primary:hover,
body.view-search main .container .finder button.btn.btn-primary:hover {
  cursor: pointer;
  border: 1px solid #606060;
}
body.view-search main .container .search form#searchForm .btn-toolbar,
body.view-search main .container .search form#searchForm .searchintro,
body.view-search main .container .finder form#searchForm .btn-toolbar,
body.view-search main .container .finder form#searchForm .searchintro {
  min-width: 100%;
  display: flex;
}
body.view-search main .container .search form#searchForm .btn-toolbar .btn-group.pull-left input,
body.view-search main .container .search form#searchForm .searchintro .btn-group.pull-left input,
body.view-search main .container .finder form#searchForm .btn-toolbar .btn-group.pull-left input,
body.view-search main .container .finder form#searchForm .searchintro .btn-group.pull-left input {
  background-color: #ecede9;
  border-radius: 3px;
}
body.view-search main .container .search form#searchForm .btn-toolbar .btn-group.pull-left input input[type=text],
body.view-search main .container .search form#searchForm .searchintro .btn-group.pull-left input input[type=text],
body.view-search main .container .finder form#searchForm .btn-toolbar .btn-group.pull-left input input[type=text],
body.view-search main .container .finder form#searchForm .searchintro .btn-group.pull-left input input[type=text] {
  padding: 0.75rem 0.75rem 0.6125rem;
}
body.view-search main .container .search form#searchForm .btn-toolbar .btn-group.pull-left button.btn.hasTooltip.fa.fa-search,
body.view-search main .container .search form#searchForm .searchintro .btn-group.pull-left button.btn.hasTooltip.fa.fa-search,
body.view-search main .container .finder form#searchForm .btn-toolbar .btn-group.pull-left button.btn.hasTooltip.fa.fa-search,
body.view-search main .container .finder form#searchForm .searchintro .btn-group.pull-left button.btn.hasTooltip.fa.fa-search {
  background-color: #FFFFFF;
  border: 0;
  color: #606060;
  padding: 0.75rem;
  margin: 0;
}
body.view-search main .container .search form#searchForm .btn-toolbar .btn-group.pull-left button.btn.hasTooltip.fa.fa-search span.icon-search,
body.view-search main .container .search form#searchForm .searchintro .btn-group.pull-left button.btn.hasTooltip.fa.fa-search span.icon-search,
body.view-search main .container .finder form#searchForm .btn-toolbar .btn-group.pull-left button.btn.hasTooltip.fa.fa-search span.icon-search,
body.view-search main .container .finder form#searchForm .searchintro .btn-group.pull-left button.btn.hasTooltip.fa.fa-search span.icon-search {
  display: none;
}
body.view-search main .container .search fieldset,
body.view-search main .container .finder fieldset {
  width: 100%;
  margin-right: 1.5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2rem;
  margin-top: 1rem;
  border-bottom: none !important;
}
body.view-search main .container .search fieldset > div, body.view-search main .container .search fieldset > label,
body.view-search main .container .finder fieldset > div,
body.view-search main .container .finder fieldset > label {
  padding-left: 2rem;
}
body.view-search main .container .search fieldset.phrases,
body.view-search main .container .finder fieldset.phrases {
  border-bottom: 2px solid;
}
body.view-search main .container .search fieldset.phrases legend,
body.view-search main .container .finder fieldset.phrases legend {
  border-bottom: 2px solid;
  display: block;
  width: 100% !important;
}
body.view-search main .container .search fieldset.phrases .phrases-box .controls fieldset.only label,
body.view-search main .container .finder fieldset.phrases .phrases-box .controls fieldset.only label {
  padding-left: 30px;
}
body.view-search main .container .search fieldset.phrases .phrases-box .controls label,
body.view-search main .container .search fieldset.phrases .phrases-box .controls input,
body.view-search main .container .finder fieldset.phrases .phrases-box .controls label,
body.view-search main .container .finder fieldset.phrases .phrases-box .controls input {
  display: block;
  width: auto;
}
body.view-search main .container .search fieldset.phrases .phrases-box .controls input,
body.view-search main .container .finder fieldset.phrases .phrases-box .controls input {
  display: list-item;
  float: left;
  margin-left: -20px;
  margin-top: 4px;
  width: auto;
}
body.view-search main .container .search fieldset.only,
body.view-search main .container .finder fieldset.only {
  border-bottom: 2px solid;
}
body.view-search main .container .search fieldset.only legend,
body.view-search main .container .finder fieldset.only legend {
  border-bottom: 2px solid;
  display: block;
  width: 100% !important;
}
body.view-search main .container .search fieldset.only label,
body.view-search main .container .finder fieldset.only label {
  display: block;
  width: auto;
}
body.view-search main .container .search fieldset.only label input,
body.view-search main .container .finder fieldset.only label input {
  display: list-item;
  float: left;
  margin-left: -20px;
  margin-top: 4px;
  width: auto;
}
body.view-search main .container .search .form-limit,
body.view-search main .container .finder .form-limit {
  border-bottom: 2px solid #000;
}
body.view-search main .container .search .form-limit label,
body.view-search main .container .finder .form-limit label {
  display: inline-block;
}
body.view-search main .container .search .form-limit select#ordering.inputbox,
body.view-search main .container .search .form-limit #limit.inputbox,
body.view-search main .container .finder .form-limit select#ordering.inputbox,
body.view-search main .container .finder .form-limit #limit.inputbox {
  width: fit-content;
}
body.view-search main .container .search .form-limit select#ordering.inputbox > option, body.view-search main .container .search .form-limit select#ordering.inputbox > option,
body.view-search main .container .search .form-limit #limit.inputbox > option,
body.view-search main .container .search .form-limit #limit.inputbox > option,
body.view-search main .container .finder .form-limit select#ordering.inputbox > option,
body.view-search main .container .finder .form-limit select#ordering.inputbox > option,
body.view-search main .container .finder .form-limit #limit.inputbox > option,
body.view-search main .container .finder .form-limit #limit.inputbox > option {
  padding: 0.25rem 0 0.25rem 0;
  width: fit-content;
}
body.view-search main .container .search dl.search-results dt.result-title,
body.view-search main .container .search dl.search-results dd.result-category,
body.view-search main .container .finder dl.search-results dt.result-title,
body.view-search main .container .finder dl.search-results dd.result-category {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
body.view-search main .container .search dl.search-results dd.result-category,
body.view-search main .container .finder dl.search-results dd.result-category {
  padding: 0 10vw 0 5vw;
}
body.view-search main .container .search dl.search-results dd.result-category .small,
body.view-search main .container .finder dl.search-results dd.result-category .small {
  font-size: 0.875rem;
}
body.view-search main .container .search dl.search-results dd.result-text,
body.view-search main .container .finder dl.search-results dd.result-text {
  font-size: 0.875rem;
  padding: 0 10vw 0 5vw;
}
body.view-search main .container .search dl.search-results dd.result-created,
body.view-search main .container .finder dl.search-results dd.result-created {
  font-size: 0.8125rem;
  color: #e9e9e9;
}
@media screen and (min-width: 360px) {
  body.view-search main .container .search,
  body.view-search main .container .finder {
    padding: 14vh 4% 14vh;
  }
}
@media screen and (min-width: 600px) {
  body.view-search main .container .search,
  body.view-search main .container .finder {
    padding: 14vh 8% 16vh 8%;
  }
  body.view-search main .container .search fieldset,
  body.view-search main .container .finder fieldset {
    width: 47%;
  }
  body.view-search main .container .search dl.search-results dd.result-category,
  body.view-search main .container .finder dl.search-results dd.result-category {
    padding: 0 20vw 0 2vw;
  }
  body.view-search main .container .search dl.search-results dd.result-text,
  body.view-search main .container .finder dl.search-results dd.result-text {
    font-size: 0.875rem;
    padding: 0 20vw 0 2vw;
  }
}
@media screen and (min-width: 1000px) {
  body.view-search main .container .search,
  body.view-search main .container .finder {
    padding: 16vh 8% 14vh 8%;
  }
  body.view-search main .container .search dl.search-results dd.result-category,
  body.view-search main .container .finder dl.search-results dd.result-category {
    padding: 0 30vw 0 2vw;
  }
  body.view-search main .container .search dl.search-results dd.result-text,
  body.view-search main .container .finder dl.search-results dd.result-text {
    font-size: 0.875rem;
    padding: 0 30vw 0 2vw;
  }
}
@media screen and (min-width: 1400px) {
  body.view-search main .container .search,
  body.view-search main .container .finder {
    padding: 16vh 12% 20vh;
  }
}
@media screen and (min-width: 1600px) {
  body.view-search main .container .search,
  body.view-search main .container .finder {
    padding: 16vh 16% 20vh;
  }
}
@media screen and (min-width: 1900px) {
  body.view-search main .container .search,
  body.view-search main .container .finder {
    padding: 16vh 19% 20vh;
  }
}

/*



    // SEARCH  :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    .search {

        .btn-toolbar,
        .searchintro {
            min-width: 100%;
            display: block;
            clear: both;
        }

        fieldset {
            width: 48%;
            margin-right: 1.5%;
            display: inline-block;


            margin-bottom: 2rem;
            margin-top: 1rem;
            border-bottom: none !important;

            &>div,
            &>label {
                padding-left: 2rem;
            }
        }
    }
    @media screen and (min-width: 360px){
        .search {
        }
    }
    @media screen and (min-width: 600px){
        .search {
        }
    }
    @media screen and (min-width: 1000px){
        .search {
        }
    }
    @media screen and (min-width: 1400px){
        .search {
        }
    }
    @media screen and (min-width: 1600px){
        .search {
        }
    }
    @media screen and (min-width: 1900px){
        .search {
        }
    }


div.search {
    form {
        &#searchForm {
            .btn-toolbar {

                .btn-group.pull-left {

                    input#search-searchword {

                    }
                    button.btn.hasTooltip.fa.fa-search {
                        line-height: 2.5;
                        padding-left: .5rem;
                        padding-right: .5rem;

                        span.icon-search {

                        }
                    }
                }
            }
            fieldset {
                &.phrases {
                    border-bottom: 2px solid;
                    //display: block;
                    //width: 100% !important; 

                    legend {
                        border-bottom: 2px solid;
                        display: block;
                        width: 100% !important; 
                    }
                    .phrases-box {
                        .controls {
                            fieldset.only {
                                label {
                                    padding-left: 30px; 
                                }
                            }

                            label,
                            input {
                                display: block;
                                width: auto; 
                            }
                            input {
                                display: list-item;
                                float: left;
                                margin-left: -20px;
                                margin-top: 4px;
                                width: auto; 

                            }
                        }
                    }
                    .ordering-box {
                        select#ordering.inputbox,
                        #limit.inputbox {
                            padding: .25rem 4rem .25rem 1rem;
                            line-height: 100%;
                            width: auto;
                            height: auto !important;
                            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) repeat scroll 0 0 padding-box; 
                        }
                        select#ordering.inputbox > option,
                        #limit.inputbox > option {
                            padding: 0.25rem 0 0.25rem 0.5rem; 
                        }
                    }
                }
                &.only {
                    border-bottom: 2px solid;
                    //display: block;
                    //width: 100% !important; 

                    legend {
                        border-bottom: 2px solid;
                        display: block;
                        width: 100% !important; 
                    }
                    label {
                        display: block;
                        width: auto; 

                        input {
                            display: list-item;
                            float: left;
                            margin-left: -20px;
                            margin-top: 4px;
                            width: auto; 

                        }
                    }
                }
            }            
        }
        .form-limit {
            border-bottom: 2px solid #000;
            label {
                display: inline-block;
            }
        }
    }




    .searchintro p {
        font-size: 0.75rem; 
    }

    dl.search-results {
        dt.result-title,
        dd.result-category {
            display: inline-block;
            margin-top: .5rem;
        }
        dd.result-text {
            font-size: $smaller;
        }
        dd.result-created {
            font-size: $tiny;
            color: $lt_gray;
        }
    }
}

@media screen and (min-width: 400px) { // :::::::::::::::::::::::::::::::::::::::::::::::::::::::

}

@media screen and (min-width: 550px) { // :::::::::::::::::::::::::::::::::::::::::::::::::::::::

}

@media screen and (min-width: 600px){:::::::::::::::::::::::::::::::::::::::::::::::::::::::

}

@media screen and (min-width: 1000px){ :::::::::::::::::::::::::::::::::::::::::::::::::::::::

}

@media screen and (min-width: 1200px) { // :::::::::::::::::::::::::::::::::::::::::::::::::::::::

}

*/
/* from neahsi 
    .search {
        margin: 0 10%;
        padding: 10% 0;

        .btn-toolbar,
        .searchintro {
            min-width: 100%;
            clear: both;
            display: flex;

            input {
                background-color: $off-white;
                border-radius: 3px;
            }
            input[type="text"] {
                padding: .75rem .75rem .6125rem;
            }
            button {
                background-color: $white;
                color: $gray;
            }

        }

        fieldset {
            width: 48%;
            margin-right: 1.5%;
            display: inline-block;
            vertical-align: top;


            margin-bottom: 2rem;
            margin-top: 1rem;
            border-bottom: none !important;

            &>div,
            &>label {
                padding-left: 2rem;
            }
        }
    }
    @media screen and (min-width: 360px){
        .search {
            margin: 0 12%;
        }
    }
    @media screen and (min-width: 600px){
        .search {
            padding: 6% 0 10%;
        }
    }
    @media screen and (min-width: 1000px){
        .search {
            margin: 0 20%;
        }
    }
    @media screen and (min-width: 1400px){
        .search {
            margin: 0 28%;
            padding: 7% 0;
        }
    }
    @media screen and (min-width: 1600px){
        .search {
            margin: 0 29%;
            padding: 7% 0 6%;
        }
    }
    @media screen and (min-width: 1900px){
        .search {
            margin: 0 31%;
            padding: 6% 0 5%;
        }
    }
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}

/* second (video) example */
.mfp-title {
  position: absolute;
  color: #FFF;
  background: red;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

body.catid-10.id-11 .page-header h1[itemprop=headline],
body.catid-10.id-11 div[itemprop=articleBody], body.catid-10.id-12 .page-header h1[itemprop=headline],
body.catid-10.id-12 div[itemprop=articleBody], body.catid-10.id-13 .page-header h1[itemprop=headline],
body.catid-10.id-13 div[itemprop=articleBody], body.catid-10.id-14 .page-header h1[itemprop=headline],
body.catid-10.id-14 div[itemprop=articleBody], body.catid-10.id-15 .page-header h1[itemprop=headline],
body.catid-10.id-15 div[itemprop=articleBody] {
  text-align: center;
}

.error-content {
  left: 50%;
  text-align: center;
  width: 600px;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.error-code {
  animation: offline 1.5s;
  color: #C1BEA4;
  font-family: arial;
  font-size: 200px;
}

.error-message h2 {
  animation: offline 1.8s;
  color: #666;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 0px;
  margin-top: 12px;
}

#errorboxbody {
  animation: offline 1.9s;
  color: #666;
  font-weight: 400;
}

#errorboxbody p {
  margin-top: 0;
  margin-bottom: 50px;
}

#errorboxoutline .button-home {
  animation: offline 1.8s;
  display: inline-block;
  color: #C1BEA4;
  padding: 8px 20px;
  border: 2px solid #C1BEA4;
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#errorboxoutline .button-home:hover,
#errorboxoutline .button-home:active,
#errorboxoutline .button-home:focus {
  border-color: #ecede9;
  color: #ecede9;
  cursor: hand;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.125);
}

@media screen and (max-width: 767px) {
  .error-code {
    font-size: 180px;
  }
  .error {
    position: relative;
    height: auto;
    left: 0;
    margin: auto;
    padding-top: 50px;
    top: 0;
    width: auto;
  }
  .error-message h2 {
    font-size: 22px;
  }
}
.notice_div_ribbin.ebsticky_bottom {
  background: #292D3A !important;
  padding: 4vh 4vw 3vh 4vw;
}
.notice_div_ribbin.ebsticky_bottom .inner1 .inner3.eb_contentwrap .eb_textinfo p {
  color: #FFFFFF !important;
  line-height: 1.3;
}
.notice_div_ribbin.ebsticky_bottom .inner1 .inner3.eb_contentwrap .eb_textinfo p a {
  color: #FFFFFF !important;
}
.notice_div_ribbin.ebsticky_bottom .inner1 .button_message.eb_privacypolicy {
  padding-top: 0;
}
.notice_div_ribbin.ebsticky_bottom .inner1 .button_message.eb_privacypolicy a.button_cookie {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #F08000 !important;
  color: #292D3A !important;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  padding: 0.375rem 2rem 0.25rem 2rem !important;
  width: fit-content;
  margin: 0 auto;
  border-radius: 0;
}
.notice_div_ribbin.ebsticky_bottom .inner1 .button_message.eb_privacypolicy a.button_cookie:hover {
  cursor: pointer;
  background: #c66f34 !important;
}
@media screen and (min-width: 1000px) {
  .notice_div_ribbin.ebsticky_bottom {
    padding: 2vh 12vw 1vh;
  }
}
@media screen and (min-width: 1200px) {
  .notice_div_ribbin.ebsticky_bottom {
    padding: 2vh 17vw 1vh;
  }
}
@media screen and (min-width: 1400px) {
  .notice_div_ribbin.ebsticky_bottom {
    padding: 2vh 22vw 1vh;
  }
}
@media screen and (min-width: 1600px) {
  .notice_div_ribbin.ebsticky_bottom {
    padding: 2vh 27vw 1vh;
  }
}
@media screen and (min-width: 1900px) {
  .notice_div_ribbin.ebsticky_bottom {
    padding: 2vh 30vw 1vh;
  }
}

/*
@media screen and (min-width: 360px){ // :::::::::::::::::::::::::::::::::::::::::::::::::::::::
}
@media screen and (min-width: 600px){ // :::::::::::::::::::::::::::::::::::::::::::::::::::::::
}
@media screen and (min-width: 1000px){ // :::::::::::::::::::::::::::::::::::::::::::::::::::::::
}
@media screen and (min-width: 1400px){ // :::::::::::::::::::::::::::::::::::::::::::::::::::::::    
}
@media screen and (min-width: 1900px){ // :::::::::::::::::::::::::::::::::::::::::::::::::::::::
}
*/

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