@charset "UTF-8";


@font-face {
  font-family: gothamLight;
  src: url(/fonts/GothamLight.otf) format("opentype"), url(/fonts/GothamLight.ttf) format("truetype"); }
@font-face {
  font-family: gothamBook;
  src: url(/fonts/GothamBook.ttf); }
@font-face {
  font-family: gothamMedium;
  src: url(/fonts/GothamMedium.otf) format("opentype"), url(/fonts/GothamMedium.ttf) format("truetype"); }
@font-face {
  font-family: gothamBold;
  src: url(/fonts/GothamBold.ttf); }

.half-width {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .half-width.lhs {
    padding-right: 25px; }
  .half-width.rhs {
    padding-left: 25px; }
  @media only screen and (max-width: 768px) {
    .half-width {
      width: 100%; }
      .half-width.lhs, .half-width.rhs {
        padding: 0 !important; }
      .half-width.rhs {
        padding-top: 30px !important; } }

.full-width {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.third-width {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.two-third-width {
  width: 66.6%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.quarter-width {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.three-quarter-width {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.vertical-bottom {
  vertical-align: bottom !important; }

.text-center {
  text-align: center !important; }

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

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

.vertical-center {
  vertical-align: middle; }

.row {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px; }
  .row.absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .row.std {
    max-width: 1280px; }



html {
  line-height: 1.15;
  
  -webkit-text-size-adjust: 100%;
   }



body {
  margin: 0; }


h1 {
  font-size: 2em;
  margin: 0.67em 0; }

article img {
  display: block;
  margin: 0;
  max-width: 100%;
  width: initial;
  height: auto;
  display: block;
  margin: 0; }
article p:first-of-type {
  font-size: 23px; }

.get-in-touch {
  padding: 0px 20px 20px 20px; }
  .get-in-touch h3 {
    color: #8E44AD;
    font-family: gothamMedium;
    font-size: 17px;
    margin: 0; }
  .get-in-touch h4 {
    font-size: 30px;
    font-family: gothamBold;
    margin-bottom: 0; }

    .customer-login {
      padding: 0;
      text-align: center;
  }
  
  .customer-login h3 {
      color: #8E44AD; /* Electric Purple */
      font-family: gothamMedium;
      font-size: 17px;
  }
  
  .customer-login a {
      color: white; /* Text color */
      padding: 13px 10px; /* Vertical and horizontal padding */
      text-align: center;
      display: block;
      border-radius: 6px; /* Rounded corners */
      font-size: 20px;
      line-height: 26px;
      text-transform: uppercase;
      position: relative;
  
      /* Gradient background */
      background: linear-gradient(to bottom, #b3b3b3 0%, #848686 49%, #b3b3b3 100%);
      border: 1px solid #9c9c9c; /* Border color */
      transition: background 0.3s ease, color 0.3s ease; /* Smooth transition */
  }
  
  /* Remove the :before pseudo-element if you don't want the arrow */
  .customer-login a:before {
      display: none; /* Hides the arrow icon */
  }
  
  /* Hover effect */
  .customer-login a:hover {
      background: #8E44AD !important; /* Change entire background to Electric Purple on hover */
      border-color: #8E44AD !important; /* Border color on hover */
      color: white !important; /* Ensure text stays readable */
  }

.standard-sub-menu {
  background: #1b1b1e;
  margin-bottom: 30px; }
  .standard-sub-menu .title {
    color: white;
    padding: 20px;
    font-family: gothamMedium;
    text-transform: uppercase;
    font-size: 21px; }
  .standard-sub-menu .list-content {
    padding: 10px 20px 10px 20px;
    background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */ }
    .standard-sub-menu .list-content a {
      display: block !important;
      margin: 20px 0px !important;
      color: white !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out; }
      .standard-sub-menu .list-content a.active {
        font-family: gothamMedium !important; }
      .standard-sub-menu .list-content a:hover {
        opacity: 0.7; }

* {
  box-sizing: border-box; }

.vacancy-table {
  display: table;
  width: 100%;
  border-spacing: 0px;
  
  margin-top: 40px; }

.div-table-row {
  display: flex;
  width: auto;
  clear: both; }
  .div-table-row.titles {
    font-family: gothamMedium;
    background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
    text-transform: uppercase; }
    .div-table-row.titles .div-table-col {
      background: none;
      color: white; }
  .div-table-row.odd {
    background: #FAFAFA; }
  .div-table-row.even {
    background: #eaeaea; }

.div-table-col {
  float: left;
  
  display: table-column;
  width: 27.5%;
  padding: 20px 10px;
  font-size: 14px; }
  .div-table-col.reference {
    width: 17.5%; }
  .div-table-col a {
    font-size: 14px;
    text-decoration: underline; }

.vacancy-details {
  margin-bottom: 30px; }
  .vacancy-details span {
    display: inline-block;
    border-right: 1px solid black;
    padding: 0px 20px;
    font-size: 15px;
    font-family: gothamMedium; }
    .vacancy-details span:last-of-type {
      border-right: none;
      padding-right: 0; }
    .vacancy-details span:first-of-type {
      padding-left: 0; }

a.vacancy-document, a.vacancy-apply {
  background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px 10px 30px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 20px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  a.vacancy-document:before, a.vacancy-apply:before {
    content: '';
    background: url(../img/more-button-arrow.svg) no-repeat;
    background-size: 10px 17px;
    font-family: gothamMedium;
    font-size: 16px;
    position: absolute;
    left: 10px;
    height: 17px;
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
  a.vacancy-document:hover, a.vacancy-apply:hover {
    opacity: 0.8; }
    a.vacancy-document:hover:before, a.vacancy-apply:hover:before {
      left: 13px; }

nav.navigation.post-navigation {
  margin: 20px 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8; }

.nav-previous {
  width: 50%;
  display: inline-block; }

.nav-next {
  width: 50%;
  display: inline-block;
  text-align: right; }



hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  
  height: 0;
  
  overflow: visible;
   }


pre {
  font-family: monospace, monospace;
  
  font-size: 1em;
   }



a {
  background-color: transparent; }


abbr[title] {
  border-bottom: none;
  
  text-decoration: underline;
  
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
   }


b,
strong {
  font-family: gothamMedium; }


code,
kbd,
samp {
  font-family: monospace, monospace;
  
  font-size: 1em;
   }


small {
  font-size: 80%; }


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }



img {
  border-style: none;
  box-sizing: content-box; }



button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-size: 100%;
  
  line-height: 1.15;
  
  margin: 0;
   }


button,
input {
  
  overflow: visible; }


button,
select {
  
  text-transform: none; }


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }


fieldset {
  padding: 0.35em 0.75em 0.625em; }


legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  color: inherit;
  
  display: table;
  
  max-width: 100%;
  
  padding: 0;
  
  white-space: normal;
   }


progress {
  vertical-align: baseline; }


textarea {
  overflow: auto; }


[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  padding: 0;
   }


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }


[type="search"] {
  -webkit-appearance: textfield;
  
  outline-offset: -2px;
   }


[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }


::-webkit-file-upload-button {
  -webkit-appearance: button;
  
  font: inherit;
   }



details {
  display: block; }


summary {
  display: list-item; }



template {
  display: none; }


[hidden] {
  display: none; }


html {
  
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden; }

body {
  margin: 0 auto;
  background: #FAFAFA; }

body,
button,
input,
select,
optgroup,
textarea {
  font-family: gothamLight, Arial, sans-serif;
  font-weight: 400;
  color: #1b1b1e; }

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1em;
  position: relative; }
  .wrapper.std {
    max-width: 1280px; }
  .wrapper article ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    color: #4a4a49; }
    .wrapper article ul li:before {
      content: "• ";
      color: #8E44AD;
      left: 0;
      position: absolute; }

.wrapper.narrow {
  max-width: 1200px; }

.wrapper.narrower {
  max-width: 1000px; }


h1,
h2,
h3,
h4 {
  font-family: gothamLight, Arial, Times, serif;
  font-weight: 400;
  margin: 0 0 1em 0;
  padding: 0;
  color: #4d4d4d; }

h3,
h4 {
  font-weight: 700; }

h1 {
  font-size: 2.6em;
  margin: 0 0 .75em 0;
  line-height: 1.15;
  letter-spacing: .5px;
  font-weight: 400;
   }

h1 strong {
  font-weight: 400;
  color: #E67E22; }

h2 {
  font-size: 2.6em;
  margin: 0 0 .4em 0;
  line-height: 1;
  letter-spacing: .5px; }

#primary h2 {
  font-size: 1.9em;
  margin: 0.8em 0 0.4em 0; }

#primary h2 a {
  font-family: gothamLight, Arial, sans-serif;
  text-transform: uppercase;
  font-size: .9em;
  text-decoration: none; }

h3 {
  font-size: 23px;
  line-height: 1.2;
  margin: 0 0 0.4em 0; }

#primary h3 {
  
   }

h4 {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 0.4em 0;
  color: #404041; }

p {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 1.25em 0;
  padding: 0;
  color: #4a4a49; }

#primary p {
  font-size: .9em;
  font-family: gothamLight, "Times New Roman", Times, serif; }

#primary .intro p {
  font-size: 1.05em;
  font-family: gothamLight, Arial, sans-serif;
  color: #8E44AD;
  font-weight: 500; }

b,
strong {
  font-weight: 700; }

h2 b,
.blog h2 a {
  color: #8E44AD; }

.blog h2.entry-title {
  margin: 0; }

hr {
  background-color: #CCC;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img,
img.fixed-width {
  display: block;
  margin: 0; }

svg {
  display: block; }

ul,
ol {
  list-style-type: square;
  font-family: gothamLight, "Times New Roman", Times, serif;
  font-size: .9em;
  margin: 0 0 1.25em 2em;
  padding: 0;
  line-height: 1.5; }

ol {
  list-style-type: decimal; }

.list-no-style,
.sub-menu {
  list-style-type: none;
  font-family: gothamMedium, Arial, sans-serif;
  font-size: 1em;
  margin: 0; }

@media (max-width: 1080px) {
  .sub-menu {
    display: none !important; } }

#primary a {
  color: #8E44AD; }

#primary a:hover {
  text-decoration: none;
  color: #8E44AD; }

a {
  text-decoration: none;
  color: #8E44AD; }

a:hover,
a:focus,
a:active {
  cursor: pointer; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }



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

.screen-reader-text:focus {
  background-color: #FAFAFA;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #27AE60;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
   }


#content[tabindex="-1"]:focus {
  outline: 0; }


.responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: .5em;
  border: 3px solid #f5dd06; }

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


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #8E44AD;
  border-radius: 3px;
  background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
  color: #FAFAFA;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  padding: 0.6em 1em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
background: #A569BD; /* Lighter Purple */
opacity: 0.9;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: white;
  border-color: #8E44AD;
  background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
  opacity: 0.7; }

button:active,
input[type="button"]:active,
input[type="submit"]:active {
background: #6C3483; /* Darker Purple */
}
 button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #8E44AD; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc;
  width: 100%;
  padding: 3px;
  border-radius: 3px; }


.wpcf7 {
  font-size: .95em;
  margin: 0 0 3.5em 0 !important; }
  .wpcf7 p input[type="text"], .wpcf7 p select option {
    font-size: 17px; }
  .wpcf7 p:first-of-type {
    font-size: 17px; }

span.required {
  color: #D80027;
  font-size: 0.8em; }

span.wpcf7-not-valid-tip {
  color: #D80027; }

span.wpcf7-list-item {
  display: block; }


.site-branding {
  
   }

  .site-branding img,
.site-branding svg {
  width: 100px;  
  height: auto;  
}

@media (max-width: 768px) {
  .site-branding img,
  .site-branding svg {
    width: 80px;  
    height: auto; 
  }
}
.custom-logo-link {
  margin: 1em;
  display: inline-block;
  vertical-align: top; }



.btn-content {
  display: none;
  width: 100%;
  background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
  padding: 1.5em 1em;
  text-align: center;
  -webkit-box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 1080px) {
    .btn-content {
      position: absolute;
      z-index: 2;
      left: 0; } }

.btn-content a {
  color: white;
  text-decoration: none;
  line-height: 1.8;
  font-weight: 700; }

.main-navigation button {
  position: absolute;
  top: 1.25em;
  right: 1em;
  border: 0;
  border-radius: 0;
  background: #FAFAFA;
  color: #8E44AD;
  font-size: 1em;
  font-weight: 400;
  line-height: 0;
  outline: none;
  cursor: pointer;
  padding: 1.15em .35em 1.1em .35em;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #8E44AD;
  z-index: 9; }

.main-navigation button i.bar {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.main-navigation button i.bar::before,
.main-navigation button i.bar::after {
  content: '';
  width: 30px;
  height: 3px;
  background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.main-navigation button i.bar::before {
  top: -9px; }

.main-navigation button i.bar::after {
  bottom: -9px; }

.main-navigation button.btn-toggle-expand i.bar {
  background: transparent; }

.main-navigation button.btn-toggle-expand i.bar::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(135deg); }

.main-navigation button.btn-toggle-expand i.bar::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-135deg); }



blockquote {
  display: block;
  margin: 0;
  font-style: normal;
  quotes: "\201C" "\201D";
  position: relative;
  padding: 0 2.5em 0 5em; }

blockquote:before {
  content: open-quote;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 8em;
  color: #8E44AD;
  line-height: 0.75;
  position: absolute;
  left: 0; }

blockquote p:after {
  content: close-quote;
  font-family: Arial, Helvetica, sans-serif; }

blockquote p {
  color: #FAFAFA;
  margin: 0 0 .75em 0;
  font-family: 'Merriweather', "Times New Roman", Times, serif;
  font-size: 1.4em; }

.home blockquote p {
  font-size: 1em; }

.quotee {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  color: #8E44AD; }

address {
  font-style: normal; }

#primary address {
  margin: 0 0 1em 0; }

iframe,
object,
embed {
  max-width: 100%; }


.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1em;
   }

.container [class^="grid"] {
  padding-left: 1em;
  margin-bottom: 1.5em; }

.container [class^="grid"] p:last-child,
.container [class^="grid"] ul:last-child {
   }

[class^="grid"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }


.container.no-gutter {
  margin-left: 0;
   }

.container.no-gutter [class^="grid"] {
  padding-left: 0;
  margin-bottom: 0; }


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

.text-center svg {
  margin: 0 auto 0.5em auto; }


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


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


.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }


.v-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.v-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.v-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.v-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }


.h-align-height .module,
.h-align-height .module-box {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%; }


.two-items > [class^="grid"],
.three-items > [class^="grid"],
.four-items > [class^="grid"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.fifty-fifty > [class^="grid"],
.six-items > [class^="grid"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.twelve-items > [class^="grid"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3); }

.container .side,
.container .main {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%; }


.one-of-two > [class^="grid"]:first-of-type,
.one-of-three > [class^="grid"]:first-of-type,
.two-of-three > [class^="grid"]:first-of-type,
.three-of-five > [class^="grid"]:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.one-of-four > [class^="grid"]:first-of-type,
.three-of-four > [class^="grid"]:first-of-type,
.one-of-six > [class^="grid"]:first-of-type,
.five-of-six > [class^="grid"]:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

header .one-of-four > [class^="grid"]:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }


.container.nested [class^="grid"]:first-of-type {
  margin-bottom: 1em; }

.container.nested [class^="grid"]:last-of-type {
  margin-bottom: 0; }

.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .item, .owl-slide {
  height: 100% !important; }

.owl-item {
  height: 100%; }


.hero {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 400px;
  padding-top: 112px; }
  @media (max-width: 1080px) {
    .hero {
      padding-top: 0;
      height: auto; } }

.home .hero {
  height: calc(100% - 112px);
  padding-top: 112px;
  min-height: 400px; }
  @media (max-width: 1080px) {
    .home .hero {
      padding-top: 0;
      height: 400px; } }

.hero .wrapper,
.home .hero .wrapper {
  padding: 0; }

.hero .bg-img {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
  height: 288px; }

.home .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1; }

.home .hero .bg-img {
  height: calc(100vh - 112px); }

.hero .bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 50%); }

.hero .bg-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 50%); }

.home .hero .bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(100vh - 112px);
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 25%); }

.home .hero .bg-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh - 112px);
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 25%); }

.hero h1 a {
  color: #FAFAFA; }

.hero .hero-message {
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
   }
  @media (max-width: 1080px) {
    .hero .hero-message {
      top: calc(50%); } }

.home .hero .hero-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   }

.hero .hero-message h1 {
  font-family: gothamBold, Arial, sans-serif;
  color: #FAFAFA;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #000; }
  .hero .hero-message h1 strong {
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    color: #FAFAFA; }
  @media (max-width: 1080px) {
    .hero .hero-message h1 {
      font-size: 2em; }
      .hero .hero-message h1 strong {
        font-size: 1.4em; } }
  @media (max-width: 768px) {
    .hero .hero-message h1 {
      font-size: 1.6em; }
      .hero .hero-message h1 strong {
        font-size: 0.8em; } }

.hero .owl-dots,
.hero .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.hero .owl-dots {
  position: absolute;
  bottom: 2.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.hero .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.hero .owl-nav {
  top: 0; }

.owl-dots .owl-dot span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0.25em;
  border: 1px solid #FAFAFA;
  background-color: transparent;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 0; }

.hero .owl-dots .owl-dot.active span,
.hero .owl-dots .owl-dot:hover span {
  background-color: #8E44AD; }

.hero .owl-nav [class*="owl-"] {
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 20px;
  background-size: 11px 20px; }

.hero .owl-nav .owl-prev,
.hero .owl-nav .owl-prev:hover {
  background: url(../img/icon-chevron-left.svg) no-repeat;
  background-size: 11px 20px; }

.hero .owl-nav .owl-next,
.hero .owl-nav .owl-next:hover {
  background: url(../img/icon-chevron-right.svg) no-repeat;
  background-size: 11px 20px; }

.hero .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 97.5%;
  -webkit-transform: translate(-97.5%, -50%);
  transform: translate(-97.5%, -50%); }

.hero .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 2.5%;
  -webkit-transform: translate(-2.5%, -50%);
  transform: translate(-2.5%, -50%); }

.hero .owl-nav [class*="owl-"]:hover {
  opacity: 0.8; }


.edge-to-edge {
  clear: both;
  
  padding: 5em 0 4em 0; }

.edge-to-edge.bg-green {
  background-color: #8fc740;
  color: #FAFAFA;
  position: relative; }

.edge-to-edge.bg-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: #11572D;
  background-image: linear-gradient(to right, #11572D 50%, #8FC740); }

.edge-to-edge.partners h2 {
  font-size: 1em;
  color: #4A4A49;
  margin-bottom: 2em; }

.edge-to-edge.partners img {
  width: auto;
  height: 82px;
  margin-bottom: 1em; }

.list-inline li {
  display: inline-block;
  margin: 0 2.5em 0 0; }

.list-inline li:last-of-type {
  margin: 0; }


.breadcrumbs {
  text-transform: uppercase;
  border-bottom: 1px solid #4A4A49;
  margin-bottom: 2em;
  font-size: .8em; }

.breadcrumbs li {
  margin: 0 .25em .75em 0; }

.breadcrumbs li::after {
  content: "|";
  margin: 0 0 0 .35em;
  position: relative;
  top: -1px; }

.breadcrumbs li:last-of-type::after {
  content: "";
  margin: 0; }

.breadcrumbs a,
#primary .breadcrumbs a {
  text-decoration: none; }

.breadcrumbs li:first-of-type a,
#primary .breadcrumbs li:first-of-type a {
  color: #4A4A49; }


#primary .btn {
  text-decoration: none; }

.btn {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #8fc740;
  display: inline-block;
  text-decoration: none; }

.btn::before {
  content: ">";
  font-family: 'Merriweather', "Times New Roman", serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 .35em 0 0;
  padding: 1em 1.25em 1em .75em;
  color: #FAFAFA;
  background: url(../img/btn-bg.svg) no-repeat center;
  background-size: 50px 50px;
  border-radius: 1.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all .4s ease-out; }

.btn:hover::before {
  background: #11572d; }

.post-edit-link {
  display: inline-block;
  border: 1px solid #01beb9;
  padding: .25em 1em;
  border-radius: 3px;
  text-decoration: none;
  margin-bottom: 1.5em; }


section {
  position: relative; }
  section.std-content {
    padding: 70px 0px; }
    @media (max-width: 1080px) {
      section.std-content {
        padding: 50px 0px; } }
  section.home-intro {
    background: white;
    padding: 70px 0px; }
    section.home-intro h1, section.home-intro h2, section.home-intro h3 {
      font-size: 72px; }
      section.home-intro h1 strong, section.home-intro h1 b, section.home-intro h2 strong, section.home-intro h2 b, section.home-intro h3 strong, section.home-intro h3 b {
        color: #8E44AD;
        font-family: gothamMedium; }
      @media (max-width: 1080px) {
        section.home-intro h1, section.home-intro h2, section.home-intro h3 {
          font-size: 45px; } }
    section.home-intro img.logo {
      display: inline-block;
      margin: 0 auto 40px auto; }
  section.home-services {
    padding: 70px 0px; }
    section.home-services:before {
      content: '';
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 150px;
      
      background: rgb(255, 255, 255);
      
      background: rgb(255, 255, 255);
      
      background: rgb(255, 255, 255);
      
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d231f20', endColorstr='#007db9e8',GradientType=0 );
       }
    section.home-services h2 {
      color: #8E44AD;
      font-family: gothamMedium;
      font-size: 35px;
      text-transform: uppercase; }
    section.home-services h3 {
      font-family: gothamMedium;
      font-size: 25px;
      margin-top: 25px; }
      section.home-services h3.hover {
        color: #8E44AD; }
    section.home-services img {
      margin: 0 auto; }
    section.home-services .three-items {
      margin-top: 60px; }
      section.home-services .three-items .grid_ {
        border-right: 1px solid rgba(100, 99, 99, 0.3);
        padding: 0px 40px; }
        @media (max-width: 1080px) {
          section.home-services .three-items .grid_ {
            padding: 0;
            border: none;
            margin-bottom: 30px; } }
        section.home-services .three-items .grid_:last-child {
          border-right: none; }
  section.home-quote-strip {
    background-position: 50% !important;
    background-size: cover !important;
    height: 600px;
    width: 100%;
    position: relative; }
    section.home-quote-strip:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100vw;
      height: 100%;
      z-index: 2;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 70%); }
    section.home-quote-strip .strip-text {
      width: 750px;
      max-width: 90%;
      text-align: center;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      bottom: 35px;
      z-index: 9; }
      section.home-quote-strip .strip-text h3 {
        font-size: 56px;
        color: white;
        font-family: gothamMedium; }
        @media (max-width: 1080px) {
          section.home-quote-strip .strip-text h3 {
            font-size: 40px; } }
      section.home-quote-strip .strip-text p {
        font-size: 25px;
        font-family: gothamMedium;
        color: #8E44AD; }
  section.home-cta-content {
    padding: 70px 0px;
    position: relative; }
    @media (max-width: 1080px) {
      section.home-cta-content {
        padding: 0; }
        section.home-cta-content .wrapper.std {
          padding: 0; } }
    section.home-cta-content:before {
      content: '';
      position: absolute;
      width: 50%;
      height: 100%;
      left: 0;
      top: 0;
      background: #231f20; }
      @media (max-width: 1080px) {
        section.home-cta-content:before {
          content: none;
          display: none; } }
    section.home-cta-content:after {
      content: '';
      position: absolute;
      width: 50%;
      height: 100%;
      right: 0;
      top: 0;
      background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */ }
      @media (max-width: 1080px) {
        section.home-cta-content:after {
          content: none;
          display: none; } }
    section.home-cta-content .container {
      z-index: 1;
      position: relative; }
      section.home-cta-content .container .grid_ {
        padding: 0px 60px;
        box-sizing: border-box; }
        @media (max-width: 1080px) {
          section.home-cta-content .container .grid_ {
            padding: 2em; } }
        section.home-cta-content .container .grid_ h1, section.home-cta-content .container .grid_ h2, section.home-cta-content .container .grid_ h3 {
          text-transform: uppercase;
          font-size: 35px; }
        section.home-cta-content .container .grid_ a {
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out; }
        section.home-cta-content .container .grid_ a:hover {
          opacity: 0.8; }
        section.home-cta-content .container .grid_.dark h1, section.home-cta-content .container .grid_.dark h2, section.home-cta-content .container .grid_.dark h3 {
          color: #8E44AD;
          font-family: gothamMedium;
          text-transform: uppercase; }
        @media (max-width: 1080px) {
          section.home-cta-content .container .grid_.dark {
            background: #231f20; } }
        section.home-cta-content .container .grid_.dark a {
          background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
          color: white;
          font-size: 16px;
          text-transform: uppercase;
          padding: 5px 15px 5px 25px;
          position: relative;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out; }
          section.home-cta-content .container .grid_.dark a:before {
            content: '';
            background: url("../img/more-button-arrow.svg") no-repeat;
            background-size: 10px 17px;
            font-family: gothamMedium;
            font-size: 16px;
            position: absolute;
            left: 5px;
            height: 17px;
            width: 10px;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out; }
          section.home-cta-content .container .grid_.dark a:hover:before {
            left: 8px; }
        section.home-cta-content .container .grid_.light h1, section.home-cta-content .container .grid_.light h2, section.home-cta-content .container .grid_.light h3 {
          color: #231f20;
          font-family: gothamMedium;
          text-transform: uppercase; }
        @media (max-width: 1080px) {
          section.home-cta-content .container .grid_.light {
            background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */ } }
        section.home-cta-content .container .grid_.light a {
          background: white;
          color: #8E44AD;
          font-size: 16px;
          text-transform: uppercase;
          padding: 5px 15px 5px 25px;
          position: relative;
          border-radius: 6px;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out; }
          section.home-cta-content .container .grid_.light a:before {
            content: '';
            background: url("../img/more-button-arrow-red.svg") no-repeat;
            background-size: 10px 17px;
            font-family: gothamMedium;
            font-size: 16px;
            position: absolute;
            left: 5px;
            height: 17px;
            width: 10px;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out; }
          section.home-cta-content .container .grid_.light a:hover:before {
            left: 8px; }
        section.home-cta-content .container .grid_ p {
          font-size: 20px;
          color: white; }
        section.home-cta-content .container .grid_ p:first-of-type {
          font-size: 24px; }
  section.accreditations {
    padding: 70px 0px;
    background: white; }
    section.accreditations h2 {
      color: #8E44AD;
      font-family: gothamMedium;
      font-size: 35px;
      text-transform: uppercase;
      display: block;
      margin: 20px auto; }
    section.accreditations .accreditation {
      display: inline-block;
      padding: 20px 25px;
      vertical-align: middle; }
      section.accreditations .accreditation img {
        max-width: 130px; }
  section .client-section {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    section .client-section h2 {
      color: #8E44AD;
      font-family: gothamMedium;
      font-size: 35px;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 30px; }
    section .client-section .client {
      display: inline-block;
      padding: 20px 20px;
      vertical-align: middle; }
      section .client-section .client img {
        max-width: 130px; }


.site {
  position: relative; }

.site-footer {
  background: #231f20;
  font-size: .7em;
  padding: 3em 0 2em 0;
  color: #FAFAFA; }
  .site-footer p {
    font-family: gothamLight;
    color: #FAFAFA; }
  .site-footer strong {
    color: #8FC740; }
  .site-footer .social-media {
    text-align: left; }
    .site-footer .social-media img {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out; }
      .site-footer .social-media img:hover {
        opacity: 0.7; }
      .site-footer .social-media img.fb {
        padding-right: 20px;
        padding-left: 0; }
    .site-footer .social-media a {
      display: inline-block;
      vertical-align: middle;
      font-family: gothamMedium; }
  .site-footer .copyright.bottom {
    border-top: 1px solid white;
    padding-top: 20px;
    color: #cccccc; }
    .site-footer .copyright.bottom a {
      color: #cccccc; }
  .site-footer .edge-to-edge {
    padding: 5em 0 2em 0; }
  @media (max-width: 1080px) {
    .site-footer .grid_6 {
      text-align: left !important; } }

.site-info {
  text-align: center; }

.site-info img {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 1em; }

.site-info a {
  color: #FAFAFA; }

.site-info address {
  margin-bottom: 1em; }

.site-header {
  border-bottom: 1px solid rgba(225, 225, 225, 0.6);
  background: #FAFAFA; }


.blog .post {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #4A4A49; }

.blog .post:last-of-type {
  padding-bottom: 0;
  margin-bottom: 2rem;
  border-bottom: 0; }

.blog .post a:hover img {
  opacity: 0.8; }

.blog .post img {
  width: 100%; }


@media (min-width: 600px) {
  .wrapper {
    padding: 0 2em; }

  .four-items > [class^="grid"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .six-items > [class^="grid"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3); }

  .twelve-items > [class^="grid"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6); }

  .container .side {
    -webkit-box-flex: 1;
    -ms-flex: 1 25%;
    flex: 1 25%; }

  .one-of-two > [class^="grid"]:first-of-type,
  .one-of-three > [class^="grid"]:first-of-type,
  .two-of-three > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

  .one-of-four > [class^="grid"]:first-of-type,
  .one-of-six > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3); }

  .three-of-four > [class^="grid"]:first-of-type,
  .five-of-six > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    
    -ms-flex: 0 0 calc(100% / 3 * 2);
    flex: 0 0 calc(100% / 3 * 2); }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"] {
     }

  .grid_4 input[type="text"],
  .grid_4 input[type="email"],
  .grid_4 input[type="url"],
  .grid_4 input[type="password"],
  .grid_4 input[type="search"],
  .grid_4 input[type="number"],
  .grid_4 input[type="tel"],
  .grid_4 input[type="range"],
  .grid_4 input[type="date"],
  .grid_4 input[type="month"],
  .grid_4 input[type="week"],
  .grid_4 input[type="time"],
  .grid_4 input[type="datetime"],
  .grid_4 input[type="datetime-local"],
  .grid_4 input[type="color"] {
    width: 100%; }

  .site-branding {
    background-color: transparent;
     }

  .home .hero .bg-img {
    background-position: center; }

  .site-info span {
    margin: 0 0 0 1em; }

  .owl-dots .owl-dot span {
    width: 26px;
    height: 26px; }

  .hero .owl-nav [class*="owl-"] {
    width: 22px;
    height: 39px;
    background-size: 22px 39px; }

  .hero .owl-nav .owl-prev,
  .hero .owl-nav .owl-prev:hover,
  .hero .owl-nav .owl-next,
  .hero .owl-nav .owl-next:hover {
    background-size: 22px 39px; }

  
  .blog .post img {
    width: 33.3%;
    float: left;
    margin: 0 1rem 0 0; } }
@media (max-width: 580px) {
  header .social-media {
    display: none; } }

.social-media {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle; }
  .social-media a {
    display: inline-block;
    line-height: 100%; }
  .social-media img {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    .social-media img:hover {
      opacity: 0.7; }
    .social-media img.fb {
      padding-right: 20px;
      padding-left: 20px; }

.access-information {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .access-information .section-detail {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0px 25px;
    border-left: 1px solid #8E44AD;
    border-right: 1px solid #8E44AD; }
    .access-information .section-detail:last-child {
      border-left: none; }
    .access-information .section-detail p, .access-information .section-detail img {
      display: inline-block;
      vertical-align: middle; }
    .access-information .section-detail img {
      padding-right: 5px; }
      @media (max-width: 1080px) {
        .access-information .section-detail img {
          height: 30px; } }
      @media (max-width: 768px) {
        .access-information .section-detail img {
          height: 25px; } }
    .access-information .section-detail.phone p {
      margin: 0;
      font-family: gothamMedium;
      color: #4d4d4d;
      font-size: 17px;
      line-height: 1.2; }
      .access-information .section-detail.phone p span {
        color: #8E44AD;
        font-family: gothamBold;
        font-size: 31px; }
      @media (max-width: 1080px) {
        .access-information .section-detail.phone p {
          display: none; } }
    .access-information .section-detail.login-area p {
      margin: 0;
      font-family: gothamMedium;
      color: #4d4d4d;
      font-size: 13px; }
      .access-information .section-detail.login-area p span {
        color: #8E44AD;
        font-family: gothamMedium; }
      @media (max-width: 1080px) {
        .access-information .section-detail.login-area p {
          font-size: 11px;
          line-height: 1.2; } }
    @media (max-width: 1080px) {
      .access-information .section-detail {
        padding: 0px 15px; } }
    @media (max-width: 580px) {
      .access-information .section-detail.login-area {
        padding-right: 0;
        border-right: 0; } }


@media (min-width: 1080px) {
  html {
    font-size: 18px; }

  .wrapper {
    padding: 0 2.5em; }

  .container {
    margin-left: -2.5em;
     }

  .container [class^="grid"] {
    padding-left: 2.5em;
    margin-bottom: 0em; }

  
  .container.slim-gutter {
    margin-left: -1.5em; }

  .container.slim-gutter [class^="grid"] {
    padding-left: 1.5em;
     }

  .two-items > [class^="grid"],
  .three-items > [class^="grid"],
  .four-items > [class^="grid"],
  .six-items > [class^="grid"],
  .twelve-items > [class^="grid"] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .container .main {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  .container .side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .one-of-three > [class^="grid"]:first-of-type,
  .one-of-three.nested [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3); }

  header .one-of-four > [class^="grid"]:first-of-type,
  .one-of-four > [class^="grid"]:first-of-type,
  .one-of-four.nested [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }

  .one-of-six > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666666666667%;
    flex: 0 0 16.66666666666667%;
    
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6); }

  .two-of-three > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    
    -ms-flex: 0 0 calc(100% / 3 * 2);
    flex: 0 0 calc(100% / 3 * 2); }

  .three-of-five > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }

  .three-of-four > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }

  .five-of-six > [class^="grid"]:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    
    -ms-flex: 0 0 calc(100% / 6 * 5);
    flex: 0 0 calc(100% / 6 * 5); }

  .gutter.nested [class^="grid"]:first-of-type .module {
    margin-right: 0; }

  .container.nested [class^="grid"]:first-of-type,
  .container.nested [class^="grid"]:last-of-type {
    margin-bottom: 0; }

  .listing-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em; }

  .listing-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em; }

  .listing-col-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em; }

  .listing-col-2 .menu-item,
  .listing-col-3 .menu-item,
  .listing-col-4 .menu-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1.5em;
    overflow: hidden;
    position: relative; }

  .divisions {
    text-align: center;
    border-left: 1px solid #4A4A49;
    padding-left: 2em; }

  #primary .divisions a,
  .divisions a {
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    color: #11572D;
    min-height: 100px;
    position: relative; }

  .divisions img {
    max-width: 175px;
    text-align: center;
    margin: 0 auto !important; }

  .divisions.single-division img {
    max-width: 375px; }

  #primary .divisions.single-division p {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.1em;
    margin: 0 2em;
    color: #11572d; }

  .divisions a.menu-image-hovered img.hovered-image,
  .divisions a.menu-image-hovered:hover img.menu-image {
    opacity: 0;
    height: 0;
    transition: opacity 0.25s ease-in-out 0s; }

  .divisions a.menu-image-hovered:hover img.hovered-image {
    opacity: 1;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0; }

  
  .divisions.large-divisions img {
    max-width: 275px; }

  #primary .divisions.large-divisions a {
    font-size: 1.6em; }

  
  .divisions .current_page_item a .menu-image {
    opacity: 0;
    height: 0;
    transition: opacity 0.25s ease-in-out 0s; }

  .divisions .current_page_item a img.hovered-image {
    opacity: 1;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0; }

  .featured-projects {
    margin-top: 4em;
    border-top: 1px solid #4A4A49;
    padding-top: 2em; }

  .featured-projects h2 {
    color: #8fc740; }

  #primary .featured-projects p {
    font-family: 'Montserrat', Arial, sans-serif; }

  #primary .featured-projects p:last-of-type {
    margin-bottom: 0; }

  .module-box a {
    color: #fff !important;
    text-decoration: none; }
    .module-box a span {
      position: absolute;
      bottom: 0;
      right: 50%;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 65%;
      padding: .75em;
      background: #11572d;
      background: rgba(17, 87, 45, 0.85);
      text-align: center;
      text-transform: uppercase; }
    .module-box a:hover span {
      background: #8fc740;
      background: rgba(143, 199, 64, 0.85);
      color: #11572d;
      font-weight: 500; }

  .site-branding {
    background-color: transparent;
    position: relative;
    z-index: 2; }

  .custom-logo-link {
     }

  .btn-toggle {
    display: none; }

  .btn-content {
    display: inline !important; }

  .site-header {
    
    
    
    position: absolute;
    width: 100%;
    height: 112px;
    top: 0;
    background: white;
    z-index: 3; }

  .main-navigation {
    position: relative;
    z-index: 2;
    display: inline-block; }
    .main-navigation .btn-content {
      background: transparent;
      padding: 0; }

  .navigation-cont {
    width: 1400px;
    max-width: 100%;
    text-align: right; }

  #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    #primary-menu li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      position: relative; }
      #primary-menu li a {
        display: inline-block;
        margin: 1em;
        text-align: center;
        white-space: nowrap;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        color: #FAFAFA;
        font-size: .9em;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 17px; } }
      @media (min-width: 1080px) and (max-width: 1150px) {
        #primary-menu li a {
          font-size: 16px; } }
@media (min-width: 1080px) {
        #primary-menu li a:after {
          content: "|";
          position: absolute;
          margin-left: .825em;
          margin-top: -.5px;
          color: rgba(225, 225, 225, 0.6); }
      #primary-menu li .sub-menu li a {
        font-size: 15px; }
      #primary-menu li:last-child a {
        margin-right: 0; }
      #primary-menu li:last-child a:after, #primary-menu li .sub-menu li a:after {
        content: "";
        margin: 0; }
      #primary-menu li:hover .sub-menu {
        display: block; }
    #primary-menu .current_page_item a, #primary-menu li a:hover {
      color: #8E44AD; }
    #primary-menu .sub-menu {
      position: absolute;
      display: none; }
      #primary-menu .sub-menu li a {
        margin: 0;
        padding: .35em 1em;
        background: #231f20;
        display: block;
        color: #FAFAFA;
        border-top: 1px solid #FAFAFA;
        text-align: left; }
        #primary-menu .sub-menu li a:hover {
          background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
          color: white; }
      #primary-menu .sub-menu li.current-menu-item a {
        background: #8E44AD; /* Electric Purple */
background: linear-gradient(to bottom, #A569BD, #8E44AD); /* Gradient from lighter to regular purple */
        color: white; }

  .site-branding {
    border: 0; }

  .custom-logo-link {
    margin: 1.5em 0 1.5em 2.25em;
    margin-left: 0; } }
 
/* Add hover effects to the About Us icons with !important */
.section-about-us .grid_ img {
    transition: transform 0.3s ease !important;
}

.section-about-us .grid_ img:hover {
    transform: scale(1.1) !important;
}

/* Change icon color and text color on hover with !important */
.section-about-us .grid_:hover h3 {
    color: #8E44AD !important; /* PrimeAxis purple color */
}

/* Add a subtle gradient background to the About Us section */
.section-about-us {
    background: linear-gradient(to bottom, #f7f7f7, #eaeaea) !important;
    padding: 70px 0 !important;
}

/* Keep the structure of the grid items consistent with !important */
.section-about-us .grid_ {
    border-right: 1px solid rgba(100, 99, 99, 0.3) !important;
    padding: 0px 40px !important;
}

.section-about-us .grid_:last-child {
    border-right: none !important;
}

/* Ensure the video container takes up full width */
.grid_.dark {
  width: 100%;                         /* Full width for the grid item */
  text-align: center;                  /* Center text and video */
  padding: 20px;                       /* Padding for spacing */
  box-sizing: border-box;              /* Include padding in width calculation */
}

/* Video element styling */
.grid_.dark video {
  max-width: 100%;                     /* Limit video to full width of container */
  width: 90%;                          /* Set video width to 90% of the container */
  height: auto;                        /* Maintain aspect ratio */
}
/* Optionally, add a hover effect for the video */
.grid_.dark video:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);  /* Add a subtle shadow on hover */
  transform: scale(1.02);  /* Slight zoom-in effect */
  transition: all 0.3s ease;
}
.btn-primary {
  background-color: #27AE60 !important; /* Original green color */
  color: white !important; /* Text color */
  transition: background-color 0.3s ease; /* Smooth transition */
}

.btn-primary:hover {
  background-color: #8E44AD !important; /* Change to Electric Purple on hover */
}
