/*******************************************************
  Most helpers can be found in the _helper.sass file
  ******************************************************/
@import url("https://fonts.googleapis.com/css?family=ABeeZee|Lato:300,400,700,900");
/******************************************************************


	                A custom Reset for flex lovers.

	                            o  o
	                          --------

	        This is a real panty dropper if your into flexing...
	******************************************************************/
html, body {
  min-width: 100%;
  min-height: 100%;
  position: relative; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

html, input, textarea, select, button {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1%;
  margin-bottom: 0; }

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

img {
  vertical-align: middle;
  border-style: none; }

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

button, select {
  text-transform: none; }

button, input {
  overflow: visible; }

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

button {
  outline: none; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

a {
  text-decoration: none; }

.bg-transparent {
  background-color: transparent !important; }

.text-transparent {
  color: transparent !important; }

.border-transparent {
  border-color: transparent !important; }

.bg-primary {
  background-color: #58595B !important; }

.text-primary {
  color: #58595B !important; }

.border-primary {
  border-color: #58595B !important; }

.bg-secondary {
  background-color: #F7941E !important; }

.text-secondary {
  color: #F7941E !important; }

.border-secondary {
  border-color: #F7941E !important; }

.bg-grey {
  background-color: #262626 !important; }

.text-grey {
  color: #262626 !important; }

.border-grey {
  border-color: #262626 !important; }

.bg-light-grey {
  background-color: #989898 !important; }

.text-light-grey {
  color: #989898 !important; }

.border-light-grey {
  border-color: #989898 !important; }

.bg-orange {
  background-color: #F7941E !important; }

.text-orange {
  color: #F7941E !important; }

.border-orange {
  border-color: #F7941E !important; }

.bg-white {
  background-color: #fefefe !important; }

.text-white {
  color: #fefefe !important; }

.border-white {
  border-color: #fefefe !important; }

.bg-dark-grey {
  background-color: #121212 !important; }

.text-dark-grey {
  color: #121212 !important; }

.border-dark-grey {
  border-color: #121212 !important; }

.bg-black {
  background-color: #1d1d1d !important; }

.text-black {
  color: #1d1d1d !important; }

.border-black {
  border-color: #1d1d1d !important; }

.bg-blue2blue {
  background: -webkit-gradient(linear, left top, right top, from(#2e4799), to(#25cef8)) !important;
  background: -webkit-linear-gradient(left, #2e4799 0%, #25cef8 100%) !important;
  background: -o-linear-gradient(left, #2e4799 0%, #25cef8 100%) !important;
  background: linear-gradient(to right, #2e4799 0%, #25cef8 100%) !important; }

@media only screen and (max-width: 1700px) {
  .hide-desktop {
    display: none !important; } }

@media only screen and (max-width: 1440px) {
  .hide-laptop {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .hide-tablet {
    display: none !important; } }

@media only screen and (max-width: 855px) {
  .hide-phone {
    display: none !important; } }

@media only screen and (min-width: 1700px) {
  .hide-desktop-up {
    display: none !important; } }

@media only screen and (min-width: 1440px) {
  .hide-laptop-up {
    display: none !important; } }

@media only screen and (min-width: 1025px) {
  .hide-tablet-up {
    display: none !important; } }

@media only screen and (min-width: 855px) {
  .hide-phone-up {
    display: none !important; } }

.tablet-only {
  display: none !important; }

@media only screen and (min-width: 855px) and (max-width: 1024px) {
  .tablet-only {
    display: inherit !important; } }

.phone-only {
  display: none !important; }

@media only screen and (max-width: 855px) {
  .phone-only {
    display: inherit !important; } }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 1em; }

.mb-2 {
  margin-bottom: 2em; }

.mb-3 {
  margin-bottom: 3em; }

.mb-4 {
  margin-bottom: 4em; }

.mb-5 {
  margin-bottom: 5em; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 1em; }

.mt-2 {
  margin-top: 2em; }

.mt-3 {
  margin-top: 3em; }

.mt-4 {
  margin-top: 4em; }

.mt-5 {
  margin-top: 5em; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 1em; }

.mr-2 {
  margin-right: 2em; }

.mr-3 {
  margin-right: 3em; }

.mr-4 {
  margin-right: 4em; }

.mr-5 {
  margin-right: 5em; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 1em; }

.ml-2 {
  margin-left: 2em; }

.ml-3 {
  margin-left: 3em; }

.ml-4 {
  margin-left: 4em; }

.ml-5 {
  margin-left: 5em; }

.text-12 {
  font-size: 12px !important;
  line-height: 1.5; }

.text-13 {
  font-size: 13px !important;
  line-height: 1.5; }

.text-14 {
  font-size: 14px !important;
  line-height: 1.5; }

.text-15 {
  font-size: 15px !important;
  line-height: 1.5; }

.text-16 {
  font-size: 16px !important;
  line-height: 1.5; }

.text-20 {
  font-size: 20px !important;
  line-height: 1.5; }

.text-30 {
  font-size: 30px !important;
  line-height: 1.5; }

.text-80 {
  font-size: 80px !important;
  line-height: 1.5; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.circle {
  border-radius: 50%; }

.bg-pattern {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/pattern.jpg");
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  -o-transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s; }
  .bg-pattern:hover {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-box-shadow: 4px 5px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 5px 16px rgba(0, 0, 0, 0.4); }

.scr-reader-text {
  top: -1000%;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important; }

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

.blue2blue-overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 10, 10, 0.75)), color-stop(0%, rgba(10, 10, 10, 0)));
  background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%);
  background: -o-linear-gradient(top, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%);
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .blue2blue-overlay:hover {
    opacity: 1; }

.scr-reader-text:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #fefefe;
  color: #0a0a0a;
  z-index: 999999;
  line-height: normal;
  text-decoration: none;
  -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); }

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.alignright {
  float: right;
  margin: 0.5em 1em 0.5em 0; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.add-pointer {
  cursor: pointer; }

.sticky {
  position: fixed !important;
  top: 0 !important; }

.position-relative {
  position: relative; }

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

.jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

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

.full-width {
  width: 100%; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.p0 {
  padding: 0 !important; }

.m0 {
  margin: 0; }

.bar {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: inline-block; }
  .bar::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 10px;
    width: 65%;
    background: #F7941E; }
  .bar.bar-center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media only screen and (max-width: 1024px) {
  .logo2 {
    height: 200px; } }

.btn.big {
  padding: 1.85rem 3rem; }

.bold {
  font-weight: bold !important; }

.sbold {
  font-weight: 500 !important; }

.grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.lg-container {
  width: 100%;
  max-width: 1540px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 1440px) {
    .lg-container {
      max-width: 1260px; } }

.container, .CustomersCPT .slider-container .customers-slider {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 1440px) {
    .container, .CustomersCPT .slider-container .customers-slider {
      max-width: 1063px; } }
  @media only screen and (max-width: 1024px) {
    .container, .CustomersCPT .slider-container .customers-slider {
      max-width: 933px; } }
  @media only screen and (max-width: 855px) {
    .container, .CustomersCPT .slider-container .customers-slider {
      max-width: 645px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media only screen and (max-width: 640px) {
    .row {
      margin-left: 0;
      margin-right: 0; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (max-width: 855px) {
    .col {
      -ms-flex-preferred-size: unset;
      flex-basis: unset;
      -webkit-box-flex: unset;
      -ms-flex-positive: unset;
      flex-grow: unset;
      padding-top: 15px;
      padding-bottom: 15px; } }

@media only screen and (min-width: 855px) {
  .s1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media only screen and (min-width: 855px) {
  .s2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media only screen and (min-width: 855px) {
  .s3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media only screen and (min-width: 855px) {
  .s4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media only screen and (min-width: 855px) {
  .s5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media only screen and (min-width: 855px) {
  .s6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 855px) {
  .s7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media only screen and (min-width: 855px) {
  .s8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media only screen and (min-width: 855px) {
  .s9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

@media only screen and (min-width: 855px) {
  .s10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media only screen and (min-width: 855px) {
  .s11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media only screen and (min-width: 855px) {
  .s12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

h1 {
  font-size: 75px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: unset;
  margin-bottom: 0px;
  color: #262626; }
  @media only screen and (max-width: 1440px) {
    h1 {
      font-size: 37px;
      line-height: 37px; } }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 37px;
      line-height: 37px; } }
  @media only screen and (max-width: 855px) {
    h1 {
      font-size: 34px;
      line-height: 40px; } }
  @media only screen and (max-width: 640px) {
    h1 {
      font-size: 34px;
      line-height: 40px; } }

h2 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: unset;
  margin-bottom: 0px;
  color: #262626; }
  @media only screen and (max-width: 1440px) {
    h2 {
      font-size: 37px;
      line-height: 37px; } }
  @media only screen and (max-width: 1024px) {
    h2 {
      font-size: 37px;
      line-height: 37px; } }
  @media only screen and (max-width: 855px) {
    h2 {
      font-size: 34px;
      line-height: 40px; } }
  @media only screen and (max-width: 640px) {
    h2 {
      font-size: 34px;
      line-height: 40px; } }

h3 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: unset;
  margin-bottom: 0px;
  color: #262626; }
  @media only screen and (max-width: 1440px) {
    h3 {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (max-width: 1024px) {
    h3 {
      font-size: 24px;
      line-height: 30px; } }
  @media only screen and (max-width: 855px) {
    h3 {
      font-size: 22px;
      line-height: 30px; } }
  @media only screen and (max-width: 640px) {
    h3 {
      font-size: 22px;
      line-height: 30px; } }

p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: unset;
  margin-bottom: 0px;
  color: inherit; }
  @media only screen and (max-width: 1440px) {
    p {
      font-size: 18px;
      line-height: 26px; } }
  @media only screen and (max-width: 1024px) {
    p {
      font-size: 18px;
      line-height: 26px; } }
  @media only screen and (max-width: 855px) {
    p {
      font-size: 18px;
      line-height: 26px; } }
  @media only screen and (max-width: 640px) {
    p {
      font-size: 18px;
      line-height: 26px; } }

@media only screen and (min-width: 1700px) {
  .mhide-desktop {
    display: none !important; } }

@media only screen and (min-width: 1440px) {
  .mhide-laptop {
    display: none !important; } }

@media only screen and (min-width: 1024px) {
  .mhide-tablet {
    display: none !important; } }

@media only screen and (min-width: 855px) {
  .mhide-phone {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  nav.topbar[role='navigation'] {
    padding-left: 25px;
    padding-right: 25px; } }

@media only screen and (max-width: 1565px) {
  nav.topbar[role='navigation'] .nav-wrapper {
    padding-left: 25px;
    padding-right: 0; } }

@media only screen and (max-width: 620px) {
  nav.topbar[role='navigation'] .nav-wrapper .nav .nav-btn-link {
    display: none; } }

@media only screen and (max-width: 1340px) {
  nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item.nav-logo.img-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

@media only screen and (min-width: 620px) {
  nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item.book-app {
    display: none; } }

@media only screen and (max-width: 1024px) {
  nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item.menu-item-has-children {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item.menu-item-has-children .menu {
  max-height: 0px;
  -webkit-transition: max-height .3s ease;
  -o-transition: max-height .3s ease;
  transition: max-height .3s ease; }
  @media only screen and (max-width: 1024px) {
    nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item.menu-item-has-children .menu {
      width: 100%; } }
  nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item.menu-item-has-children .menu.open {
    height: auto;
    max-height: 9999px;
    -webkit-transition: max-height 0.3s ease-in;
    -o-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in; }

@media only screen and (max-width: 1390px) {
  nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item a {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media only screen and (max-width: 1340px) {
  nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 12px; } }

@media only screen and (max-width: 1024px) {
  nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item a {
    font-size: 30px; } }

@media only screen and (max-width: 855px) {
  nav.topbar[role='navigation'] .nav-wrapper .nav .menu-wrapper .menu li[id^='menu-item'].menu-item a {
    font-size: 20px; } }

.interior-page .cocoen.cocoen.cocoen {
  position: relative;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0; }
  .interior-page .cocoen.cocoen.cocoen.js-init {
    opacity: 1;
    visibility: visible;
    height: auto; }
  .interior-page .cocoen.cocoen.cocoen img {
    display: block;
    height: 100%; }
  .interior-page .cocoen.cocoen.cocoen .cocoen-drag {
    width: 8px;
    margin-left: -8px;
    display: none; }
    .interior-page .cocoen.cocoen.cocoen .cocoen-drag.my-cocoen-drag {
      display: block; }
    .interior-page .cocoen.cocoen.cocoen .cocoen-drag::before {
      display: none; }
    .interior-page .cocoen.cocoen.cocoen .cocoen-drag .cc-arrows {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 38px;
      height: 38px;
      background: white;
      border-radius: 99px; }
      .interior-page .cocoen.cocoen.cocoen .cocoen-drag .cc-arrows .fa {
        display: block;
        font-size: 20px; }
      .interior-page .cocoen.cocoen.cocoen .cocoen-drag .cc-arrows .cc-left {
        padding-left: 17%; }
      .interior-page .cocoen.cocoen.cocoen .cocoen-drag .cc-arrows .cc-right {
        padding-right: 17%; }

.split-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex; }
  .split-row.bg-black {
    background: black; }
    .split-row.bg-black .sr-container {
      min-height: 740px;
      padding-top: 100px;
      padding-bottom: 100px; }
      @media screen and (max-width: 1650px) {
        .split-row.bg-black .sr-container {
          min-height: 660px; } }
      @media screen and (max-width: 1440px) {
        .split-row.bg-black .sr-container {
          min-height: 600px; } }
      @media screen and (max-width: 1366px) {
        .split-row.bg-black .sr-container {
          min-height: 530px; } }
      @media screen and (max-width: 1024px) {
        .split-row.bg-black .sr-container {
          min-height: 0;
          padding-top: 95px;
          padding-bottom: 95px; } }
      @media screen and (max-width: 768px) {
        .split-row.bg-black .sr-container {
          padding-top: 80px;
          padding-bottom: 80px; } }
      @media screen and (max-width: 500px) {
        .split-row.bg-black .sr-container {
          padding-top: 56px;
          padding-bottom: 56px; } }
    .split-row.bg-black + .split-row.bg-white .sr-container {
      padding-top: 180px; }
    @media screen and (max-width: 1650px) {
      .split-row.bg-black + .split-row.bg-white .sr-container {
        padding-top: 160px; } }
    @media screen and (max-width: 1440px) {
      .split-row.bg-black + .split-row.bg-white .sr-container {
        padding-top: 140px; } }
    @media screen and (max-width: 1366px) {
      .split-row.bg-black + .split-row.bg-white .sr-container {
        padding-top: 110px; } }
    @media screen and (max-width: 1024px) {
      .split-row.bg-black + .split-row.bg-white .sr-container {
        padding-top: 95px; } }
    @media screen and (max-width: 768px) {
      .split-row.bg-black + .split-row.bg-white .sr-container {
        padding-top: 80px; } }
    @media screen and (max-width: 500px) {
      .split-row.bg-black + .split-row.bg-white .sr-container {
        padding-top: 56px; } }
  .split-row.bg-white {
    background: white; }
    .split-row.bg-white .sr-container {
      padding-top: 10px;
      padding-bottom: 10px; }
    .split-row.bg-white:last-child .sr-container {
      padding-bottom: 0; }
    @media screen and (max-width: 1650px) {
      .split-row.bg-white .sr-container {
        padding-top: 10px;
        padding-bottom: 10px; }
      .split-row.bg-white:last-child .sr-container {
        padding-bottom: 0; } }
    @media screen and (max-width: 1440px) {
      .split-row.bg-white .sr-container {
        padding-top: 10px;
        padding-bottom: 10px; }
      .split-row.bg-white:last-child .sr-container {
        padding-bottom: 0; } }
    @media screen and (max-width: 1366px) {
      .split-row.bg-white .sr-container {
        padding-top: 10px;
        padding-bottom: 10px; }
      .split-row.bg-white:last-child .sr-container {
        padding-bottom: 0; } }
    @media screen and (max-width: 1024px) {
      .split-row.bg-white .sr-container {
        padding-top: 48px;
        padding-bottom: 48px; }
      .split-row.bg-white:last-child .sr-container {
        padding-bottom: 0; } }
    @media screen and (max-width: 768px) {
      .split-row.bg-white .sr-container {
        padding-top: 40px;
        padding-bottom: 40px; }
      .split-row.bg-white:last-child .sr-container {
        padding-bottom: 0; } }
    @media screen and (max-width: 500px) {
      .split-row.bg-white .sr-container {
        padding-top: 28px;
        padding-bottom: 28px; }
        .split-row.bg-white .sr-container:last-child .sr-container {
          padding-bottom: 0; } }
    .split-row.bg-white.image-on-left .sr-container .sr-flex .sr-image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .split-row.bg-white.image-on-left .sr-container .sr-flex .sr-text {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .split-row.bg-white.image-on-right .sr-container .sr-flex .sr-text {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .split-row.bg-white.image-no-cover.image-on-left .sr-container .sr-flex .sr-image {
      padding-right: 5%; }
      @media screen and (max-width: 1024px) {
        .split-row.bg-white.image-no-cover.image-on-left .sr-container .sr-flex .sr-image {
          padding-right: 4%; } }
    .split-row.bg-white.image-no-cover.image-on-right .sr-container .sr-flex .sr-image {
      padding-left: 5%;
      padding-right: 2%; }
      @media screen and (max-width: 1024px) {
        .split-row.bg-white.image-no-cover.image-on-right .sr-container .sr-flex .sr-image {
          padding-left: 4%; } }
    .split-row.bg-white.image-cover.image-on-left .sr-container .sr-flex .sr-image {
      padding-left: 0;
      padding-right: 7%; }
    .split-row.bg-white.image-cover.image-on-right .sr-container .sr-flex .sr-image {
      padding-left: 7%;
      padding-right: 0; }
    .split-row.bg-white.image-cover .sr-container .sr-flex .sr-image .sr-image-inner {
      border: 3px solid white;
      border-radius: 5px;
      overflow: hidden; }
      .split-row.bg-white.image-cover .sr-container .sr-flex .sr-image .sr-image-inner .bg-img-wrap {
        position: relative;
        padding-bottom: 88%; }
        .split-row.bg-white.image-cover .sr-container .sr-flex .sr-image .sr-image-inner .bg-img-wrap .background-image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
    .split-row.bg-white .sr-container {
      position: relative;
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1024px) {
        .split-row.bg-white .sr-container {
          padding-left: 0;
          padding-right: 0;
          width: 88%; } }
      @media screen and (max-width: 1024px) {
        .split-row.bg-white .sr-container {
          padding-left: 0;
          padding-right: 0;
          width: 88%; } }
      .split-row.bg-white .sr-container .sr-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .split-row.bg-white .sr-container .sr-flex {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .split-row.bg-white .sr-container .sr-flex .sr-text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          width: 50%; }
          @media screen and (max-width: 768px) {
            .split-row.bg-white .sr-container .sr-flex .sr-text {
              width: 100%; }
              .split-row.bg-white .sr-container .sr-flex .sr-text.sr-text {
                display: block;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2; } }
          .split-row.bg-white .sr-container .sr-flex .sr-text .sr-text-inner {
            max-width: 100%; }
            .split-row.bg-white .sr-container .sr-flex .sr-text .sr-text-inner > *:last-child {
              margin-bottom: 0; }
            @media screen and (max-width: 1024px) {
              .split-row.bg-white .sr-container .sr-flex .sr-text .sr-text-inner {
                width: 400px; } }
            @media screen and (max-width: 768px) {
              .split-row.bg-white .sr-container .sr-flex .sr-text .sr-text-inner {
                width: 525px;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
                text-align: center; } }
        .split-row.bg-white .sr-container .sr-flex .sr-image {
          width: 50%; }
          @media screen and (max-width: 768px) {
            .split-row.bg-white .sr-container .sr-flex .sr-image {
              width: 100%;
              max-width: 475px;
              padding-bottom: 50px; }
              .split-row.bg-white .sr-container .sr-flex .sr-image.sr-image {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1; } }
          .split-row.bg-white .sr-container .sr-flex .sr-image .sr-image-inner .bg-img-wrap {
            position: relative; }
          .split-row.bg-white .sr-container .sr-flex .sr-image .sr-image-inner .img-wrap img {
            display: block;
            width: 100%;
            height: auto; }

.general-content.gc-white h1, .general-content.gc-white h2, .general-content.gc-white h3, .general-content.gc-white h4, .general-content.gc-white h5, .general-content.gc-white h6, .general-content.gc-white p, .general-content.gc-white pre, .general-content.gc-white li, .general-content.gc-white blockquote {
  color: white; }

.general-content.gc-white > * {
  color: #fefefe; }

.general-content .fw-300 {
  font-weight: 300; }

.general-content .fw-400 {
  font-weight: 400; }

.general-content .fw-700 {
  font-weight: 700; }

.general-content p, .general-content li, .general-content pre, .general-content blockquote {
  line-height: 1.44em; }

.general-content p {
  font-size: 18px; }
  .general-content p strong {
    font-weight: bold; }

.general-content ul, .general-content ol {
  margin: 10px 0;
  margin-left: 20px; }
  .general-content ul li, .general-content ol li {
    margin-bottom: 5px;
    font-size: 18px; }

.general-content ul {
  list-style-type: disc; }

.general-content ol {
  list-style-type: decimal; }

.general-content h1 a, .general-content h1 span, .general-content h2 a, .general-content h2 span, .general-content h3 a, .general-content h3 span, .general-content h4 a, .general-content h4 span, .general-content h5 a, .general-content h5 span, .general-content h6 a, .general-content h6 span, .general-content p a, .general-content p span, .general-content li a, .general-content li span, .general-content pre a, .general-content pre span, .general-content blockquote a, .general-content blockquote span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit; }

.general-content > * {
  margin-bottom: 23px; }
  .general-content > *:last-child {
    margin-bottom: 0; }

.general-content h1, .general-content h2, .general-content h3, .general-content h4, .general-content h5, .general-content h6 {
  font-weight: 700;
  line-height: 1.22em;
  margin-bottom: 15px; }
  .general-content h1:last-child, .general-content h2:last-child, .general-content h3:last-child, .general-content h4:last-child, .general-content h5:last-child, .general-content h6:last-child {
    margin-bottom: 0; }
  .general-content h1 + h1,
  .general-content h1 + h2,
  .general-content h1 + h3,
  .general-content h1 + h4,
  .general-content h1 + h5,
  .general-content h1 + h6, .general-content h2 + h1,
  .general-content h2 + h2,
  .general-content h2 + h3,
  .general-content h2 + h4,
  .general-content h2 + h5,
  .general-content h2 + h6, .general-content h3 + h1,
  .general-content h3 + h2,
  .general-content h3 + h3,
  .general-content h3 + h4,
  .general-content h3 + h5,
  .general-content h3 + h6, .general-content h4 + h1,
  .general-content h4 + h2,
  .general-content h4 + h3,
  .general-content h4 + h4,
  .general-content h4 + h5,
  .general-content h4 + h6, .general-content h5 + h1,
  .general-content h5 + h2,
  .general-content h5 + h3,
  .general-content h5 + h4,
  .general-content h5 + h5,
  .general-content h5 + h6, .general-content h6 + h1,
  .general-content h6 + h2,
  .general-content h6 + h3,
  .general-content h6 + h4,
  .general-content h6 + h5,
  .general-content h6 + h6 {
    margin-top: -10px; }

.general-content img {
  max-width: 100%;
  height: auto; }
  .general-content img.aligncenter {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 855px) {
      .general-content img.aligncenter {
        max-width: 100%;
        height: auto; } }

.general-content a, .general-content li a {
  color: #f7931d; }

.general-content table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse; }
  .general-content table td,
  .general-content table th {
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }

#contentPage .single .hero {
  margin-bottom: 0; }
  @media only screen and (max-width: 655px) {
    #contentPage .single .hero {
      min-height: 0;
      padding: 100px 0; } }

.shortcode.v-padding {
  padding: 90px 0; }
  @media screen and (max-width: 1366px) {
    .shortcode.v-padding {
      padding: 75px 0; } }
  @media screen and (max-width: 1024px) {
    .shortcode.v-padding {
      padding: 65px 0; } }
  @media screen and (max-width: 500px) {
    .shortcode.v-padding {
      padding: 60px 0; } }

.shortcode.dark h2, .shortcode.dark h3, .shortcode.dark span, .shortcode.dark p {
  color: #262626; }

.shortcode.light h2, .shortcode.light h3, .shortcode.light span, .shortcode.light p {
  color: #fefefe; }

body.has-hero main {
  padding-top: 0; }

main {
  padding-top: 90px; }
  @media only screen and (max-width: 1024px) {
    main {
      padding-top: 98px; } }

#hero {
  height: 820px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #hero h1 {
    font-size: 64.9px; }
    @media only screen and (max-width: 855px) {
      #hero h1 {
        font-size: 54.9px; } }
    @media only screen and (max-width: 640px) {
      #hero h1 {
        font-size: 27.5px; } }
  #hero h2 {
    font-size: 43.9px; }
  #hero .col.s10 {
    padding: 0; }
    @media only screen and (max-width: 420px) {
      #hero .col.s10 {
        max-width: 100%;
        width: 100%;
        margin: 0 -15px !important; } }
  #hero .col.s6 {
    max-width: 675px; }

.big-quotes {
  font-size: 238.76px;
  line-height: 1;
  font-family: 'ABeeZee'; }

.med-quotes {
  font-size: 124px;
  line-height: 1;
  font-family: 'ABeeZee'; }

.quotes {
  font-size: 52.49px;
  line-height: 1;
  font-family: 'ABeeZee'; }

.quote-icon {
  position: relative;
  display: block;
  padding: 10px 0;
  margin-bottom: 5px; }
  .quote-icon.med img {
    width: 30px; }

.general-content .big-quotes {
  font-size: 238.76px;
  line-height: 1;
  font-family: 'ABeeZee'; }

.general-content .med-quotes {
  font-size: 124px;
  line-height: 1;
  font-family: 'ABeeZee'; }

.general-content .quotes {
  font-size: 52.49px;
  line-height: 1;
  font-family: 'ABeeZee'; }

.general-content .quote-icon {
  position: relative;
  display: block;
  padding: 10px 0;
  margin-bottom: 5px; }
  .general-content .quote-icon.med img {
    width: 30px; }

.animate {
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
  opacity: 0;
  -webkit-transition: opacity .8s ease-in, -webkit-transform .8s ease-out;
  transition: opacity .8s ease-in, -webkit-transform .8s ease-out;
  -o-transition: transform .8s ease-out, opacity .8s ease-in;
  transition: transform .8s ease-out, opacity .8s ease-in;
  transition: transform .8s ease-out, opacity .8s ease-in, -webkit-transform .8s ease-out; }
  .animate .bar::after {
    width: 0;
    -webkit-transition: width .9s ease-out;
    -o-transition: width .9s ease-out;
    transition: width .9s ease-out;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }
  .animate.load {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
    .animate.load .bar::after {
      width: 75%; }

.aos-init {
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
  opacity: 0;
  -webkit-transition: opacity .8s ease-in, -webkit-transform .8s ease-out;
  transition: opacity .8s ease-in, -webkit-transform .8s ease-out;
  -o-transition: transform .8s ease-out, opacity .8s ease-in;
  transition: transform .8s ease-out, opacity .8s ease-in;
  transition: transform .8s ease-out, opacity .8s ease-in, -webkit-transform .8s ease-out; }
  .aos-init .bar::after {
    width: 0;
    -webkit-transition: width .9s ease-out;
    -o-transition: width .9s ease-out;
    transition: width .9s ease-out;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }
  .aos-init.aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
    .aos-init.aos-animate .bar::after {
      width: 75%; }

@media only screen and (max-width: 855px) {
  html #wpadminbar {
    position: fixed; } }

.spacer.type-50 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 50px; }

.spacer.type-60 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 60px; }

.spacer.type-70 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 70px; }

.spacer.type-80 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 80px; }

.spacer.type-90 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 90px; }

@media only screen and (max-width: 1024px) {
  body.navactive {
    overflow: hidden; } }

nav.topbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  background: #fefefe;
  max-width: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 999; }
  nav.topbar a {
    height: 90px;
    width: 100%;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    color: inherit;
    height: auto; }
    nav.topbar a.desc {
      color: #F7941E; }
    nav.topbar a.desc:hover {
      background-color: transparent;
      color: #F7941E; }
  nav.topbar .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 90px;
    justify-content: space-between;
    height: 98px;
    width: 100%; }
    nav.topbar .nav-wrapper .temp-bar {
      background-color: transparent;
      display: none; }
    @media screen and (min-width: 1025px) {
      nav.topbar .nav-wrapper .temp-bar {
        z-index: 0 !important;
        display: none; } }
    nav.topbar .nav-wrapper .nav-logo {
      background-repeat: no-repeat;
      background-size: contain;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 150px;
      background-position: center;
      margin: 0 0 0 0em;
      z-index: 999;
      overflow: hidden;
      margin: 0 0 0 0px;
      display: flex;
      width: 150px; }
      nav.topbar .nav-wrapper .nav-logo.img-only {
        display: none !important; }
        nav.topbar .nav-wrapper .nav-logo.img-only a {
          white-space: nowrap;
          text-indent: -9999px; }
      nav.topbar .nav-wrapper .nav-logo a {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important; }
    nav.topbar .nav-wrapper .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      nav.topbar .nav-wrapper .nav a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      nav.topbar .nav-wrapper .nav .menu-wrapper {
        opacity: 0;
        visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-transition: height linear .3s;
        -o-transition: height linear .3s;
        transition: height linear .3s;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        background: #fefefe; }
        @media only screen and (max-width: 1024px) {
          nav.topbar .nav-wrapper .nav .menu-wrapper {
            overflow: -moz-scrollbars-none; } }
        nav.topbar .nav-wrapper .nav .menu-wrapper > .btn-container {
          padding: 0 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          nav.topbar .nav-wrapper .nav .menu-wrapper > .btn-container a {
            font-weight: bold;
            font-size: 16px;
            height: auto;
            padding-left: 42px;
            padding-right: 42px; }
        nav.topbar .nav-wrapper .nav .menu-wrapper .menu {
          display: inherit;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          background: #fefefe;
          width: 100%;
          height: 100vh;
          position: absolute;
          top: 98px;
          left: 0;
          -webkit-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in; }
          nav.topbar .nav-wrapper .nav .menu-wrapper .menu li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .2s ease-in;
            -o-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in; }
            nav.topbar .nav-wrapper .nav .menu-wrapper .menu li::before {
              content: none; }
            nav.topbar .nav-wrapper .nav .menu-wrapper .menu li.menu-item-has-children::before {
              content: "\f053";
              position: absolute;
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              top: 15px;
              left: 15px;
              font-size: 12px;
              -webkit-transition: color 0.3s ease-in, left 0.3s ease-in;
              -o-transition: color 0.3s ease-in, left 0.3s ease-in;
              transition: color 0.3s ease-in, left 0.3s ease-in; }
              @media only screen and (max-width: 1024px) {
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li.menu-item-has-children::before {
                  display: none; } }
            nav.topbar .nav-wrapper .nav .menu-wrapper .menu li > ul {
              position: absolute;
              top: 0;
              right: 110%;
              opacity: 0;
              visibility: hidden;
              background: white;
              -webkit-transition: all .3s ease-in;
              -o-transition: all .3s ease-in;
              transition: all .3s ease-in;
              width: 100%; }
              @media only screen and (max-width: 1024px) {
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li > ul {
                  position: relative;
                  display: none;
                  top: auto;
                  right: auto;
                  opacity: 1;
                  visibility: visible; } }
              nav.topbar .nav-wrapper .nav .menu-wrapper .menu li > ul li {
                display: block; }
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li > ul li:last-child {
                  padding-bottom: 0 !important; }
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li > ul li[id^=menu-item] a {
                  -webkit-box-pack: start;
                  -ms-flex-pack: start;
                  justify-content: flex-start; }
                  @media only screen and (max-width: 1024px) {
                    nav.topbar .nav-wrapper .nav .menu-wrapper .menu li > ul li[id^=menu-item] a {
                      -webkit-box-pack: center;
                      -ms-flex-pack: center;
                      justify-content: center; } }
            nav.topbar .nav-wrapper .nav .menu-wrapper .menu li .toggle-submenu {
              padding: 5px 0;
              display: block; }
              @media only screen and (min-width: 1024px) {
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li .toggle-submenu {
                  display: none; } }
            nav.topbar .nav-wrapper .nav .menu-wrapper .menu li:hover.menu-item-has-children::before {
              color: #F7941E;
              left: 12px; }
            @media only screen and (min-width: 1024px) {
              nav.topbar .nav-wrapper .nav .menu-wrapper .menu li:hover > ul {
                display: block;
                opacity: 1;
                right: 100%;
                visibility: visible; } }
            @media screen and (min-width: 1025px) {
              nav.topbar .nav-wrapper .nav .menu-wrapper .menu li::focus-within .menu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                top: 100%;
                left: 0;
                width: auto;
                height: auto; }
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li::focus-within .menu a {
                  height: auto;
                  outline-width: 5px; }
                  nav.topbar .nav-wrapper .nav .menu-wrapper .menu li::focus-within .menu a:focus, nav.topbar .nav-wrapper .nav .menu-wrapper .menu li::focus-within .menu a:hover {
                    background-color: none;
                    color: #F7941E;
                    outline: 0; }
              nav.topbar .nav-wrapper .nav .menu-wrapper .menu li:hover .menu, nav.topbar .nav-wrapper .nav .menu-wrapper .menu li .focus-within .menu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                left: 0;
                width: auto;
                height: auto;
                top: 100%; }
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li:hover .menu a, nav.topbar .nav-wrapper .nav .menu-wrapper .menu li .focus-within .menu a {
                  height: auto;
                  outline-width: 5px; }
                  nav.topbar .nav-wrapper .nav .menu-wrapper .menu li:hover .menu a:focus, nav.topbar .nav-wrapper .nav .menu-wrapper .menu li:hover .menu a:hover, nav.topbar .nav-wrapper .nav .menu-wrapper .menu li .focus-within .menu a:focus, nav.topbar .nav-wrapper .nav .menu-wrapper .menu li .focus-within .menu a:hover {
                    background-color: none;
                    color: #F7941E;
                    outline: 0; } }
            nav.topbar .nav-wrapper .nav .menu-wrapper .menu li.focus-within .menu, nav.topbar .nav-wrapper .nav .menu-wrapper .menu li.active-item .menu {
              padding-left: 2rem;
              height: auto;
              width: auto; }
              nav.topbar .nav-wrapper .nav .menu-wrapper .menu li.focus-within .menu a, nav.topbar .nav-wrapper .nav .menu-wrapper .menu li.active-item .menu a {
                font-size: 18px; }
            nav.topbar .nav-wrapper .nav .menu-wrapper .menu li a {
              padding: 1em;
              text-transform: capitalize;
              font-weight: 400;
              letter-spacing: unset;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-transition: color .3s;
              -o-transition: color .3s;
              transition: color .3s; }
              nav.topbar .nav-wrapper .nav .menu-wrapper .menu li a:focus, nav.topbar .nav-wrapper .nav .menu-wrapper .menu li a:hover {
                background-color: none;
                color: #F7941E;
                outline: 0; }
              @media only screen and (max-width: 1440px) {
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li a {
                  padding: 1rem 0.5rem; } }
              @media only screen and (max-width: 1024px) {
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li a {
                  font-size: 34px; } }
              @media only screen and (max-width: 855px) {
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li a {
                  font-size: 20px; } }
            nav.topbar .nav-wrapper .nav .menu-wrapper .menu li .menu {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              background-color: rgba(254, 254, 254, 0.7);
              position: absolute;
              top: 90px;
              min-width: 200px;
              left: -10000px;
              top: auto;
              width: 1px;
              height: 1px;
              overflow: hidden; }
              @media only screen and (max-width: 1024px) {
                nav.topbar .nav-wrapper .nav .menu-wrapper .menu li .menu {
                  background-color: #F7941E;
                  position: static; }
                  nav.topbar .nav-wrapper .nav .menu-wrapper .menu li .menu a {
                    font-size: 40px; } }
      nav.topbar .nav-wrapper .nav .nav-btn-link {
        height: 53px;
        padding: 1rem;
        max-width: 262px;
        width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        @media only screen and (min-width: 1024px) {
          nav.topbar .nav-wrapper .nav .nav-btn-link {
            position: absolute;
            right: 25px; } }
      nav.topbar .nav-wrapper .nav #nav-btn {
        background-color: transparent;
        display: block;
        border-radius: 0;
        z-index: 999;
        display: block; }
  nav.topbar .temp-bar {
    background-color: transparent !important; }
  nav.topbar .nav-wrapper .nav > .menu {
    padding-top: 0; }
  nav.topbar.active .nav-logo {
    opacity: 1;
    -webkit-transition: opacity linear 1s;
    -o-transition: opacity linear 1s;
    transition: opacity linear 1s; }
  nav.topbar.active .temp-bar {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    background-color: #fefefe !important; }
  nav.topbar.active .nav-wrapper .nav .menu-wrapper {
    height: 100vh;
    -webkit-transition: height linear .3s;
    -o-transition: height linear .3s;
    transition: height linear .3s;
    opacity: 1;
    visibility: visible; }
    nav.topbar.active .nav-wrapper .nav .menu-wrapper > .menu {
      padding-top: 98px; }
      nav.topbar.active .nav-wrapper .nav .menu-wrapper > .menu li {
        opacity: 1;
        visibility: visible; }
  nav.topbar.sticky .nav-logo {
    opacity: 1;
    -webkit-transition: opacity linear 1s !important;
    -o-transition: opacity linear 1s !important;
    transition: opacity linear 1s !important; }
  @media only screen and (max-width: 1024px) {
    nav.topbar .site-header.scrolled nav.topbar .nav-wrapper {
      height: 68px; }
    nav.topbar .menu-wrapper2 {
      display: none; }
    nav.topbar .menu-wrapper {
      top: 90px !important;
      min-height: calc(100vh - 90px);
      height: 100% !important;
      overflow-y: auto;
      -ms-flex-direction: column;
      -webkit-flex-flow: column nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      padding: 20px; }
      nav.topbar .menu-wrapper form {
        width: 100%;
        max-width: 400px;
        background-color: #FFFFFF;
        margin: 0 auto;
        padding: 0 10px 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        nav.topbar .menu-wrapper form .screen-reader-text {
          display: none; }
        nav.topbar .menu-wrapper form label {
          width: calc(100% - 50px);
          margin-right: 10px; }
        nav.topbar .menu-wrapper form input[type="search"] {
          border: 1px solid #d6d6d6;
          display: block;
          padding: 10px;
          font-size: 16px;
          line-height: 1;
          color: #262626;
          background-color: #fff;
          background-clip: padding-box;
          border-radius: 0;
          width: 100%;
          -webkit-transition: border-color .15s;
          -o-transition: border-color .15s;
          transition: border-color .15s; }
        nav.topbar .menu-wrapper form .search-submit {
          background-color: #F7931D;
          -webkit-appearance: none;
          width: 40px;
          height: 40px;
          -webkit-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          transition: background-color 0.3s;
          font-family: FontAwesome, sans-serif;
          color: #FFFFFF; }
      nav.topbar .menu-wrapper #menu-main-menu {
        max-width: 400px;
        top: 20px;
        padding-top: 10px;
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-height: calc(100% - 200px);
        height: 100%; }
        nav.topbar .menu-wrapper #menu-main-menu li {
          display: block; }
          nav.topbar .menu-wrapper #menu-main-menu li:last-child {
            padding-bottom: 30px; }
          nav.topbar .menu-wrapper #menu-main-menu li + li {
            margin-top: 10px; }
          nav.topbar .menu-wrapper #menu-main-menu li.menu-item-has-children {
            position: relative; }
            nav.topbar .menu-wrapper #menu-main-menu li.menu-item-has-children::before {
              display: none; }
            nav.topbar .menu-wrapper #menu-main-menu li.menu-item-has-children .toggle-submenu {
              font-family: FontAwesome, sans-serif;
              color: #000000;
              position: absolute;
              z-index: 20;
              right: 0;
              top: 3px;
              font-size: 30px;
              padding: 5px 20px;
              -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg);
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              cursor: pointer; } }
          @media only screen and (max-width: 1024px) and (max-width: 855px) {
            nav.topbar .menu-wrapper #menu-main-menu li.menu-item-has-children .toggle-submenu {
              font-size: 20px; } }
  @media only screen and (max-width: 1024px) {
              nav.topbar .menu-wrapper #menu-main-menu li.menu-item-has-children .toggle-submenu.open {
                -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
                color: #f7931d;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s; }
            nav.topbar .menu-wrapper #menu-main-menu li.menu-item-has-children .sub-menu {
              display: none;
              position: static;
              padding: 15px 10px;
              visibility: visible;
              opacity: 1; }
              nav.topbar .menu-wrapper #menu-main-menu li.menu-item-has-children .sub-menu li a {
                font-size: 24px; } }
            @media only screen and (max-width: 1024px) and (max-width: 855px) {
              nav.topbar .menu-wrapper #menu-main-menu li.menu-item-has-children .sub-menu li a {
                font-size: 16px; } }
  @media only screen and (max-width: 1024px) {
          nav.topbar .menu-wrapper #menu-main-menu li a {
            padding: 0.5rem; } }
  @media only screen and (min-width: 1025px) {
    nav.topbar .nav-wrapper {
      position: relative; }
      nav.topbar .nav-wrapper .nav .menu-wrapper {
        top: 98px;
        width: 207px;
        left: unset;
        right: 15px;
        max-height: 0px;
        -webkit-transition: max-height .8s ease;
        -o-transition: max-height .8s ease;
        transition: max-height .8s ease;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        nav.topbar .nav-wrapper .nav .menu-wrapper form {
          padding: 0 10px 10px;
          height: 45px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: -moz-box;
          display: flex;
          -ms-flex-direction: row;
          -webkit-flex-flow: row nowrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-justify-content: space-between;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          nav.topbar .nav-wrapper .nav .menu-wrapper form .screen-reader-text {
            display: none; }
          nav.topbar .nav-wrapper .nav .menu-wrapper form label {
            width: calc(100% - 50px);
            margin-right: 10px; }
          nav.topbar .nav-wrapper .nav .menu-wrapper form input[type="search"] {
            border: 1px solid #d6d6d6;
            display: block;
            padding: 10px;
            font-size: 16px;
            line-height: 1;
            color: #262626;
            background-color: #fff;
            background-clip: padding-box;
            border-radius: 0;
            width: 100%;
            -webkit-transition: border-color .15s;
            -o-transition: border-color .15s;
            transition: border-color .15s; }
          nav.topbar .nav-wrapper .nav .menu-wrapper form .search-submit {
            background-color: #F7931D;
            -webkit-appearance: none;
            width: 40px;
            height: 40px;
            -webkit-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            transition: background-color 0.3s;
            font-family: FontAwesome, sans-serif;
            color: #FFFFFF; }
        nav.topbar .nav-wrapper .nav .menu-wrapper .menu {
          padding-top: 0;
          height: auto;
          position: unset; }
          nav.topbar .nav-wrapper .nav .menu-wrapper .menu [id^='menu-item'] a {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding: 10px 20px; }
    nav.topbar.active .nav-wrapper .nav .menu-wrapper {
      max-height: 2000px;
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px; }
      nav.topbar.active .nav-wrapper .nav .menu-wrapper .menu {
        padding-top: 0; } }
  /*nav.topbar .menu-wrapper2 {
    height: 100%; }*/
    nav.topbar .menu-wrapper2 > ul {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      nav.topbar .menu-wrapper2 > ul > li {
        height: 100%; }
        nav.topbar .menu-wrapper2 > ul > li.btn {
          height: auto !important;
          width: 106px;
          margin-left: 35px;
          margin-right: 20px; }
          nav.topbar .menu-wrapper2 > ul > li.btn a {
            display: block;
            padding: 0 !important; }
        nav.topbar .menu-wrapper2 > ul > li a {
          height: 100%;
          padding: 20px 15px;
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s; }
        nav.topbar .menu-wrapper2 > ul > li:hover.btn a {
          color: white; }
        nav.topbar .menu-wrapper2 > ul > li:hover a {
          color: #f7941e; }

body.admin-bar .site-header {
  top: 32px; }

.fixed-header-placeholder {
  height: 98px; }

#main {
  position: relative;
  z-index: 100; }

.site-header {
  position: fixed;
  z-index: 50000;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }
  .site-header.scrolled::after {
    opacity: 1; }
  @media only screen and (max-width: 1024px) {
    .site-header.scrolled nav.topbar {
      opacity: 1; } }
  .site-header::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background: black;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .site-header .infobar {
    display: none;
    width: 100%;
    position: static; }
    .site-header .infobar ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 96%;
      height: 35px;
      margin: auto; }
    .site-header .infobar li:first-child {
      margin-right: 35px; }
    .site-header .infobar li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .site-header .infobar li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fefefe; }

.site-footer .bg-img {
  min-height: 342px;
  background-image: url("../../images/footer-bg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .site-footer .bg-img h2, .site-footer .bg-img p {
    color: #fefefe; }
    @media only screen and (max-width: 855px) {
      .site-footer .bg-img h2, .site-footer .bg-img p {
        text-align: center; } }
  .site-footer .bg-img h2 {
    margin-bottom: 15px; }
  .site-footer .bg-img .btn:first-child {
    margin-right: 15px; }
  .site-footer .bg-img .col.s4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 855px) {
      .site-footer .bg-img .col.s4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.site-footer .footer-stuff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 392px; }
  @media only screen and (max-width: 855px) {
    .site-footer .footer-stuff {
      padding: 50px 0;
      min-height: 0; } }
  .site-footer .footer-stuff p {
    margin-bottom: 15px;
    color: #fefefe; }
    .site-footer .footer-stuff p:last-child {
      margin-bottom: 30px; }
  @media only screen and (max-width: 855px) {
    .site-footer .footer-stuff .footer-top-left {
      text-align: center; } }
  @media only screen and (min-width: 855px) {
    .site-footer .footer-stuff .footer-top-left > div {
      max-width: 420px; } }
  .site-footer .footer-stuff .footer-top-left a.logo {
    display: inline-block;
    margin-bottom: 45px; }
    .site-footer .footer-stuff .footer-top-left a.logo img {
      display: block;
      width: 190px;
      height: auto; }
    @media only screen and (max-width: 855px) {
      .site-footer .footer-stuff .footer-top-left a.logo {
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (max-width: 855px) {
    .site-footer .footer-stuff .footer-top-left .details {
      text-align: center; } }
  @media only screen and (max-width: 855px) {
    .site-footer .footer-stuff .footer-top-left .subscribe form .input-group {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .site-footer .footer-stuff .footer-top-left .subscribe form .input {
    max-width: 337px; }
  .site-footer .footer-stuff .footer-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media only screen and (max-width: 855px) {
      .site-footer .footer-stuff .footer-top-right {
        display: none; } }
    .site-footer .footer-stuff .footer-top-right .content {
      max-width: 500px; }
      .site-footer .footer-stuff .footer-top-right .content .bold {
        text-transform: uppercase; }

.site-footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px; }
  @media only screen and (max-width: 855px) {
    .site-footer .copy {
      text-align: center;
      padding: 15px 0; } }
  @media only screen and (max-width: 855px) {
    .site-footer .copy .col.s8 {
      margin-bottom: 15px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .site-footer .copy .col.s8 p {
    font-size: 14px;
    color: #848484; }
  .site-footer .copy .col.s4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media only screen and (max-width: 855px) {
      .site-footer .copy .col.s4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .site-footer .copy .col.s4 .social li {
      display: inline-block;
      margin: 0 5px; }
      @media only screen and (max-width: 855px) {
        .site-footer .copy .col.s4 .social li {
          margin: 0 10px; } }
      .site-footer .copy .col.s4 .social li a {
        font-size: 20px;
        color: #848484; }
        @media only screen and (max-width: 855px) {
          .site-footer .copy .col.s4 .social li a {
            font-size: 30px; } }
  .site-footer .copy ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex; }
    @media only screen and (max-width: 855px) {
      .site-footer .copy ul.menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 637px) {
      .site-footer .copy ul.menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px; } }
    .site-footer .copy ul.menu li {
      margin-left: 10px;
      position: relative;
      padding-left: 18px; }
      .site-footer .copy ul.menu li::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 8px;
        height: 1px;
        background: #848484; }
      .site-footer .copy ul.menu li:first-child {
        margin-left: 0;
        padding-left: 0; }
        .site-footer .copy ul.menu li:first-child::before {
          width: 0; }
      .site-footer .copy ul.menu li a {
        font-size: 14px;
        color: #848484;
        line-height: 20px; }

.site-footer .footer-top-right .footer-nav-col ul {
  list-style: none; }
  .site-footer .footer-top-right .footer-nav-col ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px; }
    .site-footer .footer-top-right .footer-nav-col ul li:last-child {
      margin-bottom: 0; }
    .site-footer .footer-top-right .footer-nav-col ul li a {
      color: white;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .site-footer .footer-top-right .footer-nav-col ul li a:hover {
        color: #f7941e; }
    .site-footer .footer-top-right .footer-nav-col ul li ul {
      display: none !important; }

.page #hero {
  max-height: 725px;
  position: relative; }
  .page #hero p {
    color: #fefefe; }
  .page #hero .overlay {
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 10, 10, 0.7)), color-stop(0%, rgba(10, 10, 10, 0)));
    background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0.7) 100%, rgba(10, 10, 10, 0) 0%);
    background: -o-linear-gradient(top, rgba(10, 10, 10, 0.7) 100%, rgba(10, 10, 10, 0) 0%);
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.7) 100%, rgba(10, 10, 10, 0) 0%); }
  .page #hero .text {
    width: 490px; }

.page .media i {
  color: #303088; }

.page .media .mbody {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .04em;
  font-family: 'montserrat'; }

.page .bg-grey p {
  color: #fefefe; }

.page .section-2 {
  min-height: 820px; }
  .page .section-2 .content {
    max-width: 555px; }

.page .section-3 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 555px; }
  .page .section-3 .overlay {
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 10, 10, 0.75)), color-stop(0%, rgba(10, 10, 10, 0)));
    background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%);
    background: -o-linear-gradient(top, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%);
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%); }
  .page .section-3 p {
    color: inherit; }
  .page .section-3 .col.s6 {
    padding: 50px 15px; }
    @media only screen and (max-width: 1024px) {
      .page .section-3 .col.s6 {
        max-width: 555px; } }

.page .section-4 {
  min-height: 760px; }
  .page .section-4 .col.s6 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .page .section-4 .content {
    max-width: 555px; }

.page .section-5 {
  min-height: 760px; }
  .page .section-5 .col.s6 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e9e9e9; }
  .page .section-5 .content {
    max-width: 555px; }

.page .section-ac {
  min-height: 555px; }
  .page .section-ac .content {
    max-width: 1250px;
    padding: 50px 0; }
    @media only screen and (max-width: 1024px) {
      .page .section-ac .content {
        max-width: 555px; } }

.single section {
  padding-bottom: 50px; }

.single .breadcrumbs {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #58595b), color-stop(50%, #fefefe));
  background: -webkit-linear-gradient(left, #58595b 50%, #fefefe 50%);
  background: -o-linear-gradient(left, #58595b 50%, #fefefe 50%);
  background: linear-gradient(to right, #58595b 50%, #fefefe 50%); }
  .single .breadcrumbs .container.flex, .single .breadcrumbs .CustomersCPT .slider-container .flex.customers-slider, .CustomersCPT .slider-container .single .breadcrumbs .flex.customers-slider {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap; }
    @media only screen and (max-width: 637px) {
      .single .breadcrumbs .container.flex, .single .breadcrumbs .CustomersCPT .slider-container .flex.customers-slider, .CustomersCPT .slider-container .single .breadcrumbs .flex.customers-slider {
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
  .single .breadcrumbs .crumb {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0px;
    padding-right: 35px;
    height: 25px;
    color: #fff;
    text-transform: capitalize; }
    .single .breadcrumbs .crumb span {
      z-index: 1; }
    .single .breadcrumbs .crumb a {
      color: white; }
    .single .breadcrumbs .crumb a, .single .breadcrumbs .crumb span {
      position: relative;
      z-index: 10;
      font-weight: 700;
      font-size: 14px;
      line-height: 20px; }
    .single .breadcrumbs .crumb span {
      font-weight: 400;
      white-space: nowrap; }
    .single .breadcrumbs .crumb.home {
      background-color: #58595b;
      padding-left: 15px; }
      @media only screen and (max-width: 637px) {
        .single .breadcrumbs .crumb.home {
          display: none; } }
      .single .breadcrumbs .crumb.home:after {
        content: none; }
      .single .breadcrumbs .crumb.home:before {
        content: none; }
    .single .breadcrumbs .crumb.post-type {
      background-color: #F7941E;
      padding-right: 50px; }
      @media only screen and (max-width: 637px) {
        .single .breadcrumbs .crumb.post-type {
          padding-left: 15px; } }
    .single .breadcrumbs .crumb.post-name {
      color: #262626;
      background-color: #fefefe;
      text-transform: none; }
      @media only screen and (max-width: 1024px) {
        .single .breadcrumbs .crumb.post-name {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      @media only screen and (max-width: 637px) {
        .single .breadcrumbs .crumb.post-name {
          padding: 5px 15px; } }
      .single .breadcrumbs .crumb.post-name span {
        white-space: normal; }
    .single .breadcrumbs .crumb.post-cat span::before {
      content: "";
      position: absolute;
      top: -3px;
      right: -60px;
      width: 25px;
      height: 30px;
      background-color: #fefefe;
      z-index: 1;
      -webkit-box-shadow: -3px 0 0 #fefefe;
      box-shadow: -3px 0 0 #fefefe;
      -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
      transform: skewX(45deg); }
      @media only screen and (min-width: 640px) {
        .single .breadcrumbs .crumb.post-cat span::before {
          display: none; } }
    .single .breadcrumbs .crumb.post-cat span::after {
      content: "";
      position: absolute;
      top: -3px;
      right: -60px;
      width: 25px;
      height: 100%;
      background-color: white;
      z-index: 1;
      -webkit-box-shadow: -3px 12.5px 0 #fefefe;
      box-shadow: -3px 12.5px 0 #fefefe;
      -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
      transform: skewX(-45deg); }
      @media only screen and (min-width: 640px) {
        .single .breadcrumbs .crumb.post-cat span::after {
          display: none; } }
    .single .breadcrumbs .crumb:after {
      content: '';
      position: absolute;
      top: 0;
      left: -15px;
      width: 25px;
      height: 100%;
      -webkit-box-shadow: #fefefe -3px 12.5px 0px;
      box-shadow: #fefefe -3px 12.5px 0px;
      -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
      transform: skewX(-45deg);
      background-color: inherit;
      z-index: 1; }
    .single .breadcrumbs .crumb:before {
      content: '';
      -webkit-box-shadow: #fefefe -3px 0px 0px;
      box-shadow: #fefefe -3px 0px 0px;
      position: absolute;
      top: 0;
      left: -15px;
      width: 25px;
      height: 100%;
      -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
      transform: skewX(45deg);
      background-color: inherit;
      z-index: 1; }

.single .hero {
  min-height: 475px;
  margin-bottom: 5px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .single .hero .overlay {
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 10, 10, 0.75)), color-stop(0%, rgba(10, 10, 10, 0)));
    background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%);
    background: -o-linear-gradient(top, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%);
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%); }
  .single .hero h2 {
    text-transform: capitalize; }
  .single .hero h3.subtitle {
    font-weight: 300;
    padding-top: 20px; }

.single .featured-img-container {
  position: relative;
  right: 0;
  top: 0;
  float: right;
  min-width: 50%;
  max-height: 410px;
  padding-top: 35%; }
  @media only screen and (max-width: 855px) {
    .single .featured-img-container {
      width: 100%;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 438px) {
    .single .featured-img-container {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 355px) {
    .single .featured-img-container {
      margin-bottom: 130px; } }
  .single .featured-img-container figure {
    position: absolute;
    top: -70%;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 475px;
    max-height: 475px; }
    @media only screen and (max-width: 855px) {
      .single .featured-img-container figure {
        left: 0;
        margin: auto;
        max-width: 275px;
        max-height: 275px; } }
    .single .featured-img-container figure img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.single .features .breadcrumbs .crumb a, .single .features .breadcrumbs .crumb span {
  position: relative;
  z-index: 10;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px; }

.single .features .breadcrumbs .crumb span {
  color: #58595b;
  font-weight: 400; }

.single .features .hero .overlay {
  position: absolute;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(247, 148, 30, 0.75)), color-stop(0%, rgba(247, 148, 30, 0)));
  background: -webkit-linear-gradient(top, rgba(247, 148, 30, 0.75) 100%, rgba(247, 148, 30, 0) 0%);
  background: -o-linear-gradient(top, rgba(247, 148, 30, 0.75) 100%, rgba(247, 148, 30, 0) 0%);
  background: linear-gradient(to bottom, rgba(247, 148, 30, 0.75) 100%, rgba(247, 148, 30, 0) 0%); }

.single .features .top-lower-section {
  margin-top: 30px;
  margin-bottom: 60px; }
  .single .features .top-lower-section .image-container figure {
    width: auto; }
    .single .features .top-lower-section .image-container figure img {
      max-width: 100%;
      width: 100%;
      height: auto; }

.single .features .featured-img-container {
  top: unset;
  bottom: 0;
  min-height: 265px; }
  .single .features .featured-img-container figure {
    top: 0; }
  .single .features .featured-img-container:not(.top) {
    float: left;
    max-height: 565px;
    height: 565px; }
    @media only screen and (max-width: 855px) {
      .single .features .featured-img-container:not(.top) {
        width: 100%;
        height: 400px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 438px) {
      .single .features .featured-img-container:not(.top) {
        margin-bottom: 100px; } }
    @media only screen and (max-width: 355px) {
      .single .features .featured-img-container:not(.top) {
        margin-bottom: 130px; } }
    .single .features .featured-img-container:not(.top) figure {
      top: -100px;
      right: 170px;
      max-width: 790px;
      width: 790px;
      max-height: 528px;
      height: 528px; }
      @media only screen and (max-width: 855px) {
        .single .features .featured-img-container:not(.top) figure {
          left: 0;
          right: 70px;
          margin: auto;
          max-width: 275px;
          max-height: 275px; } }
      @media only screen and (max-width: 855px) {
        .single .features .featured-img-container:not(.top) figure {
          top: 0; } }
      .single .features .featured-img-container:not(.top) figure .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
    .single .features .featured-img-container:not(.top) .orange-box {
      position: absolute;
      bottom: -50px;
      right: -50px;
      width: 840px;
      height: 370px;
      background-color: #F7941E; }
      @media only screen and (max-width: 855px) {
        .single .features .featured-img-container:not(.top) .orange-box {
          right: -40px; } }

.single .features .bg-container {
  padding: 50px 0; }

.single .features .section2 {
  margin-top: 200px; }

.single .features .top-featured-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #262626;
  padding-bottom: 20px; }

.single .features .middle-feature {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }
  .single .features .middle-feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .single .features .middle-feature .general-content {
    color: white; }
    .single .features .middle-feature .general-content * {
      color: white; }
    .single .features .middle-feature .general-content ul li {
      font-size: 28px;
      font-weight: 300;
      line-height: 40px;
      padding-bottom: 10px; }
    .single .features .middle-feature .general-content p {
      font-size: 28px;
      font-weight: 300;
      line-height: 40px; }

.single section.features {
  padding-bottom: 0; }

.single .testimonials .med-quotes {
  position: absolute;
  bottom: -73px; }
  @media only screen and (max-width: 855px) {
    .single .testimonials .med-quotes {
      display: none; } }

.single .testimonials .status {
  width: 100%;
  margin-bottom: 110px; }

.single .testimonials .stars {
  color: #58595b; }
  .single .testimonials .stars .fa-star:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .single .testimonials .stars .fa-star:nth-child(2) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .single .testimonials .stars .fa-star:nth-child(3) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .single .testimonials .stars .fa-star:nth-child(4) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
  .single .testimonials .stars .fa-star:nth-child(5) {
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .single .testimonials .stars .fa-star {
    position: relative; }
    .single .testimonials .stars .fa-star .star {
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      height: 100%;
      margin: auto;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.71, 2.21);
      transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.71, 2.21);
      -o-transition: transform 0.3s cubic-bezier(0, 0, 0.71, 2.21);
      transition: transform 0.3s cubic-bezier(0, 0, 0.71, 2.21);
      transition: transform 0.3s cubic-bezier(0, 0, 0.71, 2.21), -webkit-transform 0.3s cubic-bezier(0, 0, 0.71, 2.21); }
      .single .testimonials .stars .fa-star .star:not(.show) {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }

.single .team {
  overflow: hidden; }
  .single .team .hero h3 {
    font-weight: 300; }
  .single .team .top-lower-section {
    margin-top: 60px;
    margin-bottom: 60px; }
    .single .team .top-lower-section .featured-img-container {
      position: unset;
      top: unset;
      bottom: unset;
      margin: auto;
      padding: 0;
      max-width: unset;
      float: unset; }
      .single .team .top-lower-section .featured-img-container figure {
        max-width: 280px;
        margin: auto;
        left: 0; }
  .single .team .featured-img-container {
    top: 0;
    padding: 0;
    left: 0;
    right: unset;
    bottom: unset;
    min-height: 265px;
    margin: auto;
    width: 100%;
    max-width: 530px;
    height: 530px;
    max-height: 530px; }
    @media only screen and (max-width: 855px) {
      .single .team .featured-img-container {
        width: 100%;
        max-width: 230px;
        height: 230px;
        max-height: 230px;
        left: unset;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
    @media only screen and (max-width: 1024px) {
      .single .team .featured-img-container {
        max-height: 405px; } }
    @media only screen and (max-width: 570px) {
      .single .team .featured-img-container {
        max-width: 280px; } }
    .single .team .featured-img-container figure {
      top: 0;
      left: 0;
      max-width: 400px;
      max-height: 400px; }
  .single .team .title-container .med-quotes {
    margin-top: 45px; }
  .single .team .title-container .bar {
    width: 100%;
    margin-bottom: 10px; }
    .single .team .title-container .bar:after {
      width: 200%; }
  .single .team .title-container .position {
    font-size: 24px;
    font-weight: 300;
    padding-left: 5px;
    padding-top: 5px; }
    @media only screen and (max-width: 855px) {
      .single .team .title-container .position {
        font-size: 20px; } }
  .single .team .quote-content {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: "Century Regular", sans-serif;
    line-height: 28px; }
    .single .team .quote-content p {
      font-size: 22px;
      color: #363636;
      margin-bottom: 15px; }
      @media only screen and (max-width: 855px) {
        .single .team .quote-content p {
          font-size: 18px; } }
    .single .team .quote-content::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      height: 1px;
      width: 50%;
      background-color: #363636;
      opacity: 0.7; }
  .single .team .general-content p {
    font-size: 20px;
    font-weight: 400; }
    @media only screen and (max-width: 855px) {
      .single .team .general-content p {
        font-size: 16px; } }

.potential {
  overflow: hidden; }
  .potential .hero {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .potential .hero .overlay {
      position: absolute;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 10, 10, 0.75)), color-stop(0%, rgba(10, 10, 10, 0)));
      background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%);
      background: -o-linear-gradient(top, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%);
      background: linear-gradient(to bottom, rgba(10, 10, 10, 0.75) 100%, rgba(10, 10, 10, 0) 0%); }
    .potential .hero h2 {
      font-weight: 700; }
    .potential .hero h3 {
      font-size: 32px;
      line-height: 40px;
      font-weight: 300; }
      .potential .hero h3.slogan {
        max-width: 82%;
        margin: 0 auto; }
        @media only screen and (max-width: 855px) {
          .potential .hero h3.slogan {
            max-width: 100%; } }
  @media only screen and (max-width: 399px) {
    .potential .breadcrumbs {
      display: none; } }
  .potential .content h1.title {
    font-size: 60px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1440px) {
      .potential .content h1.title {
        font-size: 42px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 855px) {
      .potential .content h1.title {
        font-size: 30px;
        margin-bottom: 20px; } }
  .potential .content h3 {
    margin-bottom: 20px;
    font-weight: 700; }
  .potential .content p {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 30px; }
  .potential .content ul, .potential .content ol {
    padding: 10px 0;
    margin-left: 20px;
    margin-bottom: 10px; }
    .potential .content ul li, .potential .content ol li {
      font-size: 20px;
      padding-bottom: 10px;
      line-height: 22px; }
  .potential .content ul {
    list-style-type: square; }
  .potential .content ol {
    list-style-type: decimal; }
  .potential .grid.header .container, .potential .grid.header .CustomersCPT .slider-container .customers-slider, .CustomersCPT .slider-container .potential .grid.header .customers-slider {
    padding-right: 0; }
  .potential .featured-img-container {
    top: 0;
    padding: 0;
    left: 100px;
    right: unset;
    bottom: unset;
    min-height: 265px;
    margin: auto;
    width: 100%;
    max-width: 530px;
    height: 530px;
    max-height: 530px; }
    @media only screen and (max-width: 855px) {
      .potential .featured-img-container {
        width: 100%;
        max-width: unset;
        height: 230px;
        max-height: 230px;
        left: unset;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); } }
    @media only screen and (max-width: 1024px) {
      .potential .featured-img-container {
        max-height: 405px; } }
    .potential .featured-img-container figure {
      top: 0;
      left: 0;
      max-width: 790px;
      width: 790px; }
      @media only screen and (max-width: 1440px) {
        .potential .featured-img-container figure {
          max-width: 605px; } }
      @media only screen and (max-width: 855px) {
        .potential .featured-img-container figure {
          width: 100%; } }
      .potential .featured-img-container figure .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .potential .featured-img-container figure .orange-box {
        position: absolute;
        bottom: -25px;
        left: -25px;
        width: 840px;
        height: 370px;
        background-color: #f7941e; }
        @media only screen and (max-width: 855px) {
          .potential .featured-img-container figure .orange-box {
            height: 315px; } }

#blog-wrap #posts-panel {
  margin-bottom: 100px; }

#archives-panel .container .row.reverse, #archives-panel .CustomersCPT .slider-container .customers-slider .row.reverse, .CustomersCPT .slider-container #archives-panel .customers-slider .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

#archives-panel .pagination {
  text-align: center;
  margin: 50px 0; }
  #archives-panel .pagination .wp-pagenavi a,
  #archives-panel .pagination .wp-pagenavi span {
    border: none;
    color: #f7941e; }
    #archives-panel .pagination .wp-pagenavi a.current,
    #archives-panel .pagination .wp-pagenavi span.current {
      color: #262626; }

#archives-panel article.post,
#archives-panel article.features,
#archives-panel article.page,
#archives-panel article.case-studies {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #f7941e; }
  @media only screen and (max-width: 855px) {
    #archives-panel article.post,
    #archives-panel article.features,
    #archives-panel article.page,
    #archives-panel article.case-studies {
      margin-top: 30px;
      padding-top: 30px; } }
  #archives-panel article.post:first-child,
  #archives-panel article.features:first-child,
  #archives-panel article.page:first-child,
  #archives-panel article.case-studies:first-child {
    border-top: none;
    padding-top: 0; }
  #archives-panel article.post .post-thumbnail,
  #archives-panel article.features .post-thumbnail,
  #archives-panel article.page .post-thumbnail,
  #archives-panel article.case-studies .post-thumbnail {
    margin-bottom: 15px; }
    #archives-panel article.post .post-thumbnail img,
    #archives-panel article.features .post-thumbnail img,
    #archives-panel article.page .post-thumbnail img,
    #archives-panel article.case-studies .post-thumbnail img {
      max-width: 100%;
      height: auto; }
  #archives-panel article.post .entry-header,
  #archives-panel article.features .entry-header,
  #archives-panel article.page .entry-header,
  #archives-panel article.case-studies .entry-header {
    padding-bottom: 5px; }
    #archives-panel article.post .entry-header a,
    #archives-panel article.features .entry-header a,
    #archives-panel article.page .entry-header a,
    #archives-panel article.case-studies .entry-header a {
      color: #262626; }
    #archives-panel article.post .entry-header .entry-title,
    #archives-panel article.features .entry-header .entry-title,
    #archives-panel article.page .entry-header .entry-title,
    #archives-panel article.case-studies .entry-header .entry-title {
      padding-bottom: 10px; }
      @media only screen and (max-width: 855px) {
        #archives-panel article.post .entry-header .entry-title,
        #archives-panel article.features .entry-header .entry-title,
        #archives-panel article.page .entry-header .entry-title,
        #archives-panel article.case-studies .entry-header .entry-title {
          font-size: 30px;
          line-height: 40px; } }
    #archives-panel article.post .entry-header .entry-meta span,
    #archives-panel article.features .entry-header .entry-meta span,
    #archives-panel article.page .entry-header .entry-meta span,
    #archives-panel article.case-studies .entry-header .entry-meta span {
      line-height: 22px; }
  #archives-panel article.post .entry-content a,
  #archives-panel article.features .entry-content a,
  #archives-panel article.page .entry-content a,
  #archives-panel article.case-studies .entry-content a {
    color: #f7941e; }

@media only screen and (max-width: 855px) {
  #archives-panel article.features .post-thumbnail {
    margin-bottom: 5px; } }

.col .archive-categories {
  margin: 20px;
  background: #F7941E;
  margin-top: 50px; }
  @media only screen and (max-width: 1024px) {
    .col .archive-categories {
      margin: 50px 0 0 0; } }
  @media only screen and (max-width: 855px) {
    .col .archive-categories {
      margin: 10px 0 0; } }
  .col .archive-categories .archive-title {
    color: white;
    padding: 20px;
    display: block;
    border-bottom: 2px solid white; }
  .col .archive-categories ul {
    padding: 20px; }
    .col .archive-categories ul li {
      margin: 10px 0; }
      .col .archive-categories ul li a {
        color: white;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-bottom: 2px solid transparent; }
        .col .archive-categories ul li a:hover {
          border-bottom-color: white; }

.col .no-posts {
  padding-top: 50px; }

@media only screen and (max-width: 855px) {
  #single-post .hero {
    min-height: 0;
    padding: 100px 0; } }

#single-post .hero .entry-title {
  padding-bottom: 10px; }

#single-post .hero a {
  color: #F7941E; }

#single-post article.post,
#single-post article.features {
  margin: 50px 0; }
  #single-post article.post .general-content img,
  #single-post article.features .general-content img {
    max-width: 100%;
    height: auto; }

#single-post .col .archive-categories {
  margin-top: 50px; }
  @media only screen and (max-width: 855px) {
    #single-post .col .archive-categories {
      margin: 20px; } }

.home #hero {
  margin-bottom: 10px; }
  .home #hero .text {
    max-width: 360px; }
  .home #hero .col.s6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  @media only screen and (max-width: 870px) {
    .home #hero .col.s10 {
      max-width: 95%; } }

.error404 main {
  min-height: calc(100vh - 90px - 482px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0;
  overflow: hidden; }
  .card.side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-width: 855px) {
      .card.side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .card .cheader {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0; }
  .card .cimg {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0; }
  .card .cbody {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0; }
  .card .cfooter {
    padding: 0;
    border-top: 0; }

.row > .card, .flex > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0; }
  @media only screen and (max-width: 855px) {
    .row > .card, .flex > .card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 15px;
      margin-bottom: 15px; } }

.btn, .general-content .btn {
  position: relative;
  border: none;
  text-decoration: none;
  text-align: center;
  letter-spacing: unset;
  padding: 0.9rem 1.2rem;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  border-radius: 0;
  outline: s;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 130px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer; }
  .btn:disabled, .btn.disabled, .general-content .btn:disabled, .general-content .btn.disabled {
    cursor: default; }

.general-content .btn {
  margin-top: 5px; }

.bg-blue {
  background-color: #202f47 !important; }

.btn.bg-blue2blue {
  font-weight: 700;
  letter-spacing: .12em;
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  -o-transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s; }
  .btn.bg-blue2blue:hover {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-box-shadow: 4px 5px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 5px 16px rgba(0, 0, 0, 0.4); }
    .btn.bg-blue2blue:hover::after {
      opacity: 1; }
  .btn.bg-blue2blue::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(#F7941E), to(#58595B));
    background: -webkit-linear-gradient(left, #F7941E, #58595B);
    background: -o-linear-gradient(left, #F7941E, #58595B);
    background: linear-gradient(to right, #F7941E, #58595B);
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    z-index: 1; }
  .btn.bg-blue2blue span {
    position: relative;
    z-index: 2;
    margin-bottom: 0 !important; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .media .mbody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%; }
  .input-group .left, .input-group .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .input-group .left .btn, .input-group .right .btn {
      position: relative;
      z-index: 2; }
  .input-group .left {
    margin-right: -1px; }
    .input-group .left:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .input-group .left .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .input-group .right {
    margin-left: -1px; }
    .input-group .right:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group .right .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input {
  display: block;
  width: 100%;
  min-height: calc(2.25rem + 2px);
  padding: 0.9rem 1.2rem;
  font-size: 16px;
  line-height: 1;
  color: #262626;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media only screen and (max-width: 640px) {
  .input-group.break .input {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    max-width: unset !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px; } }

.input-group > .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  position: relative; }

form.wpcf7-form {
  max-width: 1250px;
  padding: 45px 15px;
  width: 100%; }
  form.wpcf7-form span {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    form.wpcf7-form span input, form.wpcf7-form span textarea {
      width: 100%;
      height: 100%;
      padding: 10px 15px;
      font-size: 14px;
      line-height: 16px;
      font-weight: 500;
      border-bottom: 5px solid;
      border-top: 1px solid;
      border-right: 1px solid;
      border-left: 1px solid;
      border-color: #58595B;
      -webkit-transition: border-color .3s;
      -o-transition: border-color .3s;
      transition: border-color .3s; }
      form.wpcf7-form span input:focus, form.wpcf7-form span textarea:focus {
        border-color: #F7941E; }
    form.wpcf7-form span textarea {
      min-height: 210px; }
  form.wpcf7-form label {
    float: left;
    text-align: left;
    width: 100%;
    color: #0a0a0a; }

.newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%; }
  .newsletter-form form input {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    margin-bottom: 0 !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: calc(2.25rem + 2px) !important;
    padding: 1.4rem 1.2rem !important;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #262626 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-transition: border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out , -webkit-box-shadow .15s ease-in-out !important;
    -o-transition: border-color .15s ease-in-out , box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out , box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out , box-shadow .15s ease-in-out , -webkit-box-shadow .15s ease-in-out !important; }
  .newsletter-form form button {
    position: relative !important;
    border: none !important;
    text-decoration: none !important;
    text-align: center !important;
    letter-spacing: unset !important;
    padding: .9rem 1.2rem !important;
    -webkit-transition: .2s ease-out !important;
    -o-transition: .2s ease-out !important;
    transition: .2s ease-out !important;
    border-radius: 0 !important;
    outline: s !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    display: inline-block !important;
    min-width: 130px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important; }
  .newsletter-form form .wpforms-submit-container {
    margin-left: -1px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 10px 0 30px 0 !important; }
  .newsletter-form form .wpforms-field-container {
    width: 330px !important;
    max-width: 337px !important; }
    @media only screen and (max-width: 640px) {
      .newsletter-form form .wpforms-field-container {
        max-width: 170px !important; } }

.wpforms-confirmation-container-full {
  background: #262626 !important;
  border: 1px solid #F7941E !important; }

.LetsPrintNow {
  min-height: 774px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  position: relative; }
  @media only screen and (max-width: 1440px) {
    .LetsPrintNow {
      min-height: 0 !important; } }
  @media only screen and (max-width: 855px) {
    .LetsPrintNow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 50px 0; }
      .LetsPrintNow h1, .LetsPrintNow h2, .LetsPrintNow p {
        text-align: center; } }
  .LetsPrintNow h1 {
    margin-bottom: 12px; }
  .LetsPrintNow h2 {
    margin-bottom: 32px;
    font-weight: 400; }
  .LetsPrintNow img {
    max-width: 100%; }
  .LetsPrintNow .content {
    max-width: 560px;
    padding-top: 90px; }
    @media only screen and (max-width: 855px) {
      .LetsPrintNow .content {
        padding-top: 0; } }
  .LetsPrintNow .btn-container {
    padding-top: 24px;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media only screen and (max-width: 855px) {
      .LetsPrintNow .btn-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 15px; } }
    .LetsPrintNow .btn-container a {
      display: block;
      margin-right: 20px;
      margin-bottom: 20px; }
      .LetsPrintNow .btn-container a img {
        display: block;
        width: 190px;
        height: auto; }
        @media only screen and (max-width: 1024px) {
          .LetsPrintNow .btn-container a img {
            width: 150px; } }
        @media only screen and (max-width: 640px) {
          .LetsPrintNow .btn-container a img {
            width: 125px; } }
  @media only screen and (max-width: 855px) {
    .LetsPrintNow .contentcol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .LetsPrintNow .imagecol {
    min-width: 495px; }
    @media only screen and (max-width: 855px) {
      .LetsPrintNow .imagecol {
        display: none; } }

.ThreeBenefits {
  min-height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 50px 0; }
  .ThreeBenefits.nopadding {
    padding: 0; }
  .ThreeBenefits .card {
    display: block; }
    .ThreeBenefits .card .cheader {
      border: 0;
      padding: 0; }
      .ThreeBenefits .card .cheader h3 {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 30px; }
    .ThreeBenefits .card .cbody {
      padding: 0; }
      .ThreeBenefits .card .cbody p {
        margin-bottom: 30px; }
    .ThreeBenefits .card .cfooter {
      border: 0; }
  .ThreeBenefits .title h2 {
    font-weight: bold;
    margin-bottom: 15px; }
  .ThreeBenefits .title h3 {
    margin-bottom: 70px; }
    @media only screen and (max-width: 1366px) {
      .ThreeBenefits .title h3 {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 855px) {
      .ThreeBenefits .title h3 {
        margin-bottom: 20px; } }

.featured {
  min-height: 962px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .featured h2 {
    margin-bottom: 25px;
    font-weight: bold; }
  .featured h3 {
    margin-bottom: 65px;
    font-weight: lighter; }
  .featured .slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 1024px) {
      .featured .slider-container {
        padding-right: 0; } }
    @media only screen and (max-width: 855px) {
      .featured .slider-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .featured .slider-container .arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer; }
      @media only screen and (max-width: 1024px) {
        .featured .slider-container .arrow {
          display: none !important; } }
      .featured .slider-container .arrow.left-arrow {
        left: 0; }
        @media only screen and (max-width: 1200px) {
          .featured .slider-container .arrow.left-arrow {
            display: none !important; } }
      .featured .slider-container .arrow.right-arrow {
        right: 0; }
        @media only screen and (max-width: 1200px) {
          .featured .slider-container .arrow.right-arrow {
            display: none !important; } }
    .featured .slider-container .featured-slider {
      max-width: 1304px;
      height: 0;
      overflow: hidden; }
      .featured .slider-container .featured-slider.slick-initialized {
        height: auto;
        overflow: visible; }
      @media only screen and (max-width: 1440px) {
        .featured .slider-container .featured-slider {
          width: 1068px; } }
      @media only screen and (max-width: 1024px) {
        .featured .slider-container .featured-slider {
          width: 919px; } }
      @media only screen and (max-width: 938px) {
        .featured .slider-container .featured-slider {
          width: 706px; } }
      @media only screen and (max-width: 720px) {
        .featured .slider-container .featured-slider {
          width: 656px; } }
      @media only screen and (max-width: 680px) {
        .featured .slider-container .featured-slider {
          width: 100%; } }
      .featured .slider-container .featured-slider .slide {
        outline: 0;
        padding: 0 7.5px;
        height: 547px;
        width: 330px; }
        @media only screen and (max-width: 1440px) {
          .featured .slider-container .featured-slider .slide {
            width: 266px; } }
        @media only screen and (max-width: 768px) {
          .featured .slider-container .featured-slider .slide {
            width: 258px; } }
        @media only screen and (max-width: 720px) {
          .featured .slider-container .featured-slider .slide {
            width: 240px; } }
        @media only screen and (max-width: 680px) {
          .featured .slider-container .featured-slider .slide {
            width: 192px; } }
        .featured .slider-container .featured-slider .slide .card {
          height: 100%;
          position: relative;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          .featured .slider-container .featured-slider .slide .card .cbody {
            position: relative; }
            .featured .slider-container .featured-slider .slide .card .cbody::after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 6;
              opacity: 0;
              background: #0a0a0a;
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
          .featured .slider-container .featured-slider .slide .card:hover .cbody::after {
            opacity: .40; }
          .featured .slider-container .featured-slider .slide .card:hover .text {
            opacity: 1;
            bottom: 20%; }
          .featured .slider-container .featured-slider .slide .card .overlay {
            display: none !important; }
          .featured .slider-container .featured-slider .slide .card .cheader, .featured .slider-container .featured-slider .slide .card .cbody, .featured .slider-container .featured-slider .slide .card .text {
            padding-left: 9%;
            padding-right: 9%; }
          .featured .slider-container .featured-slider .slide .card .cbody {
            width: 100%;
            position: relative;
            z-index: 10; }
          .featured .slider-container .featured-slider .slide .card .cheader {
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            width: 100%;
            padding-top: 50px; }
            .featured .slider-container .featured-slider .slide .card .cheader h3 {
              font-weight: 400; }
          .featured .slider-container .featured-slider .slide .card .text {
            position: absolute;
            z-index: 50;
            bottom: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            -webkit-transition: bottom .3s ease, opacity .3s ease;
            -o-transition: bottom .3s ease, opacity .3s ease;
            transition: bottom .3s ease, opacity .3s ease; }
            .featured .slider-container .featured-slider .slide .card .text p {
              font-weight: lighter;
              line-height: 20px; }

.FindNearestLocation {
  position: relative; }
  @media only screen and (max-width: 855px) {
    .FindNearestLocation h2 {
      text-align: center; } }
  .FindNearestLocation h2.title {
    font-weight: 700; }
  .FindNearestLocation .map-wrapper {
    position: relative;
    height: 545px; }
    .FindNearestLocation .map-wrapper .map {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .FindNearestLocation .map-wrapper .map #infowindow-content {
        display: inline; }
        .FindNearestLocation .map-wrapper .map #infowindow-content .title {
          font-weight: bold; }
        .FindNearestLocation .map-wrapper .map #infowindow-content span {
          color: #262626; }
  .FindNearestLocation .container-wrapper {
    position: relative;
    z-index: 50;
    padding-top: 68px;
    padding-bottom: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white; }
    .FindNearestLocation .container-wrapper::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 4px;
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000', GradientType=0); }
  .FindNearestLocation .container .input-group, .FindNearestLocation .CustomersCPT .slider-container .customers-slider .input-group, .CustomersCPT .slider-container .FindNearestLocation .customers-slider .input-group {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media only screen and (max-width: 855px) {
      .FindNearestLocation .container .input-group, .FindNearestLocation .CustomersCPT .slider-container .customers-slider .input-group, .CustomersCPT .slider-container .FindNearestLocation .customers-slider .input-group {
        margin-left: unset;
        margin-right: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; } }
    .FindNearestLocation .container .input-group .input, .FindNearestLocation .CustomersCPT .slider-container .customers-slider .input-group .input, .CustomersCPT .slider-container .FindNearestLocation .customers-slider .input-group .input {
      background-color: #dedede;
      max-width: 350px; }
    @media only screen and (max-width: 640px) {
      .FindNearestLocation .container .input-group .right, .FindNearestLocation .CustomersCPT .slider-container .customers-slider .input-group .right, .CustomersCPT .slider-container .FindNearestLocation .customers-slider .input-group .right {
        width: 100%; } }
    .FindNearestLocation .container .input-group .right .btn, .FindNearestLocation .CustomersCPT .slider-container .customers-slider .input-group .right .btn, .CustomersCPT .slider-container .FindNearestLocation .customers-slider .input-group .right .btn {
      min-width: 120px; }
      @media only screen and (max-width: 640px) {
        .FindNearestLocation .container .input-group .right .btn, .FindNearestLocation .CustomersCPT .slider-container .customers-slider .input-group .right .btn, .CustomersCPT .slider-container .FindNearestLocation .customers-slider .input-group .right .btn {
          width: 100%; } }

.pac-container {
  top: 100% !important;
  right: 117px !important;
  left: unset !important; }
  @media only screen and (max-width: 855px) {
    .pac-container {
      right: 191px !important; } }
  @media only screen and (max-width: 640px) {
    .pac-container {
      top: 50% !important;
      right: unset !important; } }

#infowindow-content {
  display: none; }

.LeftTextVideoOrImageBack {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .LeftTextVideoOrImageBack .container .row, .LeftTextVideoOrImageBack .CustomersCPT .slider-container .customers-slider .row, .CustomersCPT .slider-container .LeftTextVideoOrImageBack .customers-slider .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .LeftTextVideoOrImageBack .col.s6 {
    max-width: 425px; }
  @media only screen and (max-width: 855px) {
    .LeftTextVideoOrImageBack .col.flex {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .LeftTextVideoOrImageBack.dark h2, .LeftTextVideoOrImageBack.dark p {
    color: #262626;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
  .LeftTextVideoOrImageBack.light h2, .LeftTextVideoOrImageBack.light p {
    color: #fefefe;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }

.CenteredTextOverVidOrImage {
  position: relative;
  overflow: hidden;
  min-height: 557px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .CenteredTextOverVidOrImage .container, .CenteredTextOverVidOrImage .CustomersCPT .slider-container .customers-slider, .CustomersCPT .slider-container .CenteredTextOverVidOrImage .customers-slider {
    max-width: 745px; }
  .CenteredTextOverVidOrImage h2, .CenteredTextOverVidOrImage p {
    color: #262626;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
  .CenteredTextOverVidOrImage.light h2, .CenteredTextOverVidOrImage.light p {
    color: #fefefe;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }

.RightTextOverVidOrImageWithButton {
  position: relative;
  overflow: hidden;
  min-height: 655px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .RightTextOverVidOrImageWithButton * {
      text-align: center; } }
  .RightTextOverVidOrImageWithButton .col.s6 {
    max-width: 425px; }

.TwoUpActionsWithButtons {
  min-height: 637px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .TwoUpActionsWithButtons * {
      text-align: center; } }
  .TwoUpActionsWithButtons .container-fluid .row {
    height: 100%; }
  .TwoUpActionsWithButtons .col.s6.col-left {
    padding: 15px 7.5px 15px 15px; }
    @media only screen and (max-width: 855px) {
      .TwoUpActionsWithButtons .col.s6.col-left {
        padding: 15px;
        padding-bottom: 7.5px; } }
    @media only screen and (max-width: 720px) {
      .TwoUpActionsWithButtons .col.s6.col-left {
        padding: 10px;
        padding-bottom: 5px; } }
  .TwoUpActionsWithButtons .col.s6.col-right {
    padding: 15px 15px 15px 7.5px; }
    @media only screen and (max-width: 855px) {
      .TwoUpActionsWithButtons .col.s6.col-right {
        padding: 15px;
        padding-top: 7.5px; } }
    @media only screen and (max-width: 720px) {
      .TwoUpActionsWithButtons .col.s6.col-right {
        padding: 10px;
        padding-top: 5px; } }
  .TwoUpActionsWithButtons .content {
    max-width: 450px; }
  .TwoUpActionsWithButtons .overlay-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50px 18px; }
  .TwoUpActionsWithButtons .overlay {
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(40, 40, 39, 0.9)), color-stop(0%, rgba(40, 40, 39, 0)));
    background: -webkit-linear-gradient(top, rgba(40, 40, 39, 0.9) 100%, rgba(40, 40, 39, 0) 0%);
    background: -o-linear-gradient(top, rgba(40, 40, 39, 0.9) 100%, rgba(40, 40, 39, 0) 0%);
    background: linear-gradient(to bottom, rgba(40, 40, 39, 0.9) 100%, rgba(40, 40, 39, 0) 0%); }

.RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton {
  min-height: 698px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton * {
      text-align: center; } }
  .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton h2 + h3 {
    margin-top: -10px;
    margin-bottom: 35px;
    font-weight: 400; }
  .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s8, .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s4 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0;
    padding-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s8, .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s4 {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        padding-top: 15px;
        padding-bottom: 15px; } }
  .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s4.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s4.image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s4.image img {
      max-width: 100%;
      height: auto; }
  .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s8 .content {
      padding-left: 80px; }
      @media only screen and (max-width: 855px) {
        .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton .col.s8 .content {
          padding-left: 0; } }
  .RightTextTwoThirdsOverVidOrImageWithLeftImageAndButton p {
    margin-bottom: 25px; }

.request-info {
  min-height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0; }
  .request-info h3 {
    width: 100%; }
    @media only screen and (max-width: 855px) {
      .request-info h3 {
        text-align: center; } }
  .request-info .col.s4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .request-info .col.s8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 855px) {
      .request-info .col.s8 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .request-info form {
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .request-info form {
        max-width: 420px; } }
    @media only screen and (max-width: 320px) {
      .request-info form {
        max-width: 220px; } }
    @media only screen and (max-width: 640px) {
      .request-info form .input-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 640px) {
      .request-info form .input-group .right {
        width: 100%; } }
  .request-info .input {
    margin-right: 15px; }
  .request-info .input:first-child {
    max-width: 282px; }
  .request-info .input:last-child {
    max-width: 350px; }

.logos {
  min-height: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .logos .logo-slider .slide {
    outline: 0;
    min-width: 234px;
    padding-left: 15px;
    padding-right: 15px; }
    .logos .logo-slider .slide img {
      max-width: 100%;
      margin: auto;
      -webkit-transition: margin .8s ease;
      -o-transition: margin .8s ease;
      transition: margin .8s ease; }

.TestimonialsCPT {
  padding: 150px 0 115px 0; }
  .TestimonialsCPT .col.s4.overlay {
    position: absolute;
    top: 0;
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(254, 254, 254, 0.75)), color-stop(0%, rgba(254, 254, 254, 0)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 0.75) 100%, rgba(254, 254, 254, 0) 0%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 0.75) 100%, rgba(254, 254, 254, 0) 0%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 0.75) 100%, rgba(254, 254, 254, 0) 0%);
    z-index: 1;
    width: 100%;
    height: 120%;
    max-width: 120%;
    top: unset;
    bottom: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .TestimonialsCPT .col.s4.overlay:first-child {
      left: 0; }
    .TestimonialsCPT .col.s4.overlay:last-child {
      right: 0;
      left: unset; }
    @media only screen and (max-width: 855px) {
      .TestimonialsCPT .col.s4.overlay {
        height: 100%; } }
  .TestimonialsCPT .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11; }
    @media only screen and (max-width: 1024px) {
      .TestimonialsCPT .arrow {
        display: none !important; } }
    .TestimonialsCPT .arrow.left-testimonial-arrow {
      left: -20px; }
      @media only screen and (max-width: 1440px) {
        .TestimonialsCPT .arrow.left-testimonial-arrow {
          left: -30px; } }
      @media only screen and (max-width: 1200px) {
        .TestimonialsCPT .arrow.left-testimonial-arrow {
          display: none !important; } }
    .TestimonialsCPT .arrow.right-testimonial-arrow {
      right: -20px; }
      @media only screen and (max-width: 1440px) {
        .TestimonialsCPT .arrow.right-testimonial-arrow {
          right: -30px; } }
      @media only screen and (max-width: 1200px) {
        .TestimonialsCPT .arrow.right-testimonial-arrow {
          display: none !important; } }
  .TestimonialsCPT .testimonial-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 510px; }
    .TestimonialsCPT .testimonial-slider .slick-track .slick-center {
      max-width: 400px;
      width: 100% !important;
      height: 400px;
      padding-top: 65px;
      padding-bottom: 65px; }
      @media only screen and (max-width: 855px) {
        .TestimonialsCPT .testimonial-slider .slick-track .slick-center {
          max-width: 316px; } }
      .TestimonialsCPT .testimonial-slider .slick-track .slick-center .overlay {
        opacity: 0; }
  .TestimonialsCPT .testimonial-slider .testimonial {
    outline: 0;
    padding: 45px;
    position: relative;
    max-width: 310px;
    width: 100%;
    height: 330px;
    background-color: #262626;
    margin: 0 25px;
    -webkit-transition: width .3s ease, height .3s ease, padding .3s ease;
    -o-transition: width .3s ease, height .3s ease, padding .3s ease;
    transition: width .3s ease, height .3s ease, padding .3s ease; }
    @media only screen and (max-width: 855px) {
      .TestimonialsCPT .testimonial-slider .testimonial {
        margin: 0 20px; } }
    @media only screen and (max-width: 500px) {
      .TestimonialsCPT .testimonial-slider .testimonial {
        margin: 0 10px; } }
    .TestimonialsCPT .testimonial-slider .testimonial img.img-icon {
      position: absolute;
      top: -35px;
      right: -20px;
      opacity: 0.75;
      max-height: 74px;
      max-width: 74px;
      height: 64px;
      width: 64px;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      opacity: 0.75;
      z-index: 11; }
    .TestimonialsCPT .testimonial-slider .testimonial span, .TestimonialsCPT .testimonial-slider .testimonial p {
      color: #fefefe; }
    .TestimonialsCPT .testimonial-slider .testimonial .quotes {
      position: absolute;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .TestimonialsCPT .testimonial-slider .testimonial img.big-quote {
      position: absolute;
      top: -35px;
      left: 15px;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .TestimonialsCPT .testimonial-slider .testimonial .content {
      position: relative;
      padding-top: 10px; }
      .TestimonialsCPT .testimonial-slider .testimonial .content .quotes {
        top: 0;
        left: -25px; }
      .TestimonialsCPT .testimonial-slider .testimonial .content p {
        height: 185px;
        overflow: hidden; }
    .TestimonialsCPT .testimonial-slider .testimonial .footer {
      position: absolute;
      bottom: 0px;
      height: 65px; }
      .TestimonialsCPT .testimonial-slider .testimonial .footer p {
        font-size: 13px; }
    .TestimonialsCPT .testimonial-slider .testimonial.slick-current .image-icons img.img-icon {
      opacity: 1; }
    .TestimonialsCPT .testimonial-slider .testimonial.slick-current .content p {
      height: auto;
      overflow: hidden; }
    .TestimonialsCPT .testimonial-slider .testimonial .ratings.stars {
      position: relative; }
      .TestimonialsCPT .testimonial-slider .testimonial .ratings.stars span i {
        color: #f7931d; }
      .TestimonialsCPT .testimonial-slider .testimonial .ratings.stars span.active i {
        color: #f7931d; }
      .TestimonialsCPT .testimonial-slider .testimonial .ratings.stars span.active ~ span i {
        color: white; }

.ForegroundImageOrVideo .container .row .col video, .ForegroundImageOrVideo .CustomersCPT .slider-container .customers-slider .row .col video, .CustomersCPT .slider-container .ForegroundImageOrVideo .customers-slider .row .col video, .ForegroundImageOrVideo .container .row .col img, .ForegroundImageOrVideo .CustomersCPT .slider-container .customers-slider .row .col img, .CustomersCPT .slider-container .ForegroundImageOrVideo .customers-slider .row .col img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.ForegroundImageOrVideo .container .row .content p, .ForegroundImageOrVideo .CustomersCPT .slider-container .customers-slider .row .content p, .CustomersCPT .slider-container .ForegroundImageOrVideo .customers-slider .row .content p {
  padding-bottom: 20px; }

.Instructions {
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 855px) {
    .Instructions {
      padding: 15px 0; } }
  .Instructions .col.s6:first-child {
    padding-top: 30px; }
    @media only screen and (max-width: 855px) {
      .Instructions .col.s6:first-child {
        padding-top: 0;
        text-align: center; } }
    .Instructions .col.s6:first-child p {
      max-width: 85%; }
      @media only screen and (max-width: 855px) {
        .Instructions .col.s6:first-child p {
          max-width: 100%; } }
  .Instructions .general-content.dark > * {
    color: #1d1d1d; }
  .Instructions .general-content.light > * {
    color: #fefefe; }
  .Instructions .card {
    min-height: 571px;
    max-width: 566px;
    margin: auto;
    background-color: #262626; }
    .Instructions .card .cimg {
      max-height: 344px;
      padding-bottom: 60.77%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .Instructions .card .cbody {
      padding: 40px; }
      .Instructions .card .cbody p {
        color: #fefefe; }
      @media only screen and (max-width: 855px) {
        .Instructions .card .cbody .media {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .Instructions .card .cbody .media img {
        width: 78px;
        height: 78px;
        margin-right: 32px; }
        @media only screen and (max-width: 855px) {
          .Instructions .card .cbody .media img {
            margin-bottom: 1.5em; } }

.Solutions {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .Solutions > .container > .row, .CustomersCPT .slider-container .Solutions > .customers-slider > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .Solutions .col.s12 {
    margin-bottom: 50px; }
  .Solutions .title-container {
    max-width: 435px;
    margin: auto; }
    .Solutions .title-container .title {
      margin-bottom: 30px; }
  .Solutions .card {
    background-color: #121212;
    max-width: 327px;
    min-height: 422px;
    position: relative; }
    @media only screen and (max-width: 855px) {
      .Solutions .card {
        max-width: unset;
        margin-left: 30px;
        margin-right: 30px;
        max-width: 60%; } }
    @media only screen and (max-width: 520px) {
      .Solutions .card {
        max-width: 80%; } }
    .Solutions .card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .Solutions .card h2, .Solutions .card h3, .Solutions .card p {
      color: #fefefe;
      margin-bottom: 30px; }
    .Solutions .card .cbody {
      padding: 15px;
      position: absolute;
      z-index: 20;
      bottom: 0;
      left: 0;
      width: 100%;
      padding-bottom: 30px; }
      .Solutions .card .cbody h3.title {
        position: absolute;
        margin-bottom: 0;
        padding: 20px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: -80px;
        left: 0;
        width: 100%; }
      .Solutions .card .cbody p {
        margin-bottom: 0; }
    .Solutions .card .cfooter {
      height: 98px; }
      .Solutions .card .cfooter .btn-container {
        text-align: center; }
    .Solutions .card .caction {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 20;
      background: transparent; }
    .Solutions .card:hover::before {
      opacity: 0.5;
      visibility: visible; }
    .Solutions .card:hover .cbody .title {
      padding-bottom: 15px;
      top: -120%; }
      .Solutions .card:hover .cbody .title::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 30px;
        height: 1px;
        background: #F7941E;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @media only screen and (max-width: 855px) {
      .Solutions .card::before {
        opacity: 0.5;
        visibility: visible; }
      .Solutions .card .cbody .title {
        position: relative;
        top: 0;
        margin-bottom: 20px; }
        .Solutions .card .cbody .title::after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          width: 30px;
          height: 1px;
          background: #F7941E;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

.MobileApps .logo {
  width: 190px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px; }
  @media only screen and (max-width: 855px) {
    .MobileApps .logo {
      max-width: 100%;
      margin: 0 auto;
      background-position: 50%;
      margin-bottom: 10px; } }

.LeftImage, .RightImage, .LeftTextWithButtonImageRight {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 825px; }
  .LeftImage .col img, .RightImage .col img, .LeftTextWithButtonImageRight .col img {
    max-width: 100%; }
  .LeftImage .col.centered, .RightImage .col.centered, .LeftTextWithButtonImageRight .col.centered {
    text-align: center; }

.RightImage img {
  float: right; }
  @media only screen and (max-width: 855px) {
    .RightImage img {
      float: none; } }

.LeftImage .row .col .content {
  padding-left: 20px; }
  @media only screen and (max-width: 855px) {
    .LeftImage .row .col .content {
      padding-left: 0; } }

.RightImage .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .RightImage .row .col .content img {
    float: none; }
  .RightImage .row .col.img-col {
    padding-left: 60px; }
    @media only screen and (max-width: 855px) {
      .RightImage .row .col.img-col {
        padding-left: 0; } }

.ForegroundImageWithTitleAndButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px; }
  .ForegroundImageWithTitleAndButton .container .row .col video, .ForegroundImageWithTitleAndButton .CustomersCPT .slider-container .customers-slider .row .col video, .CustomersCPT .slider-container .ForegroundImageWithTitleAndButton .customers-slider .row .col video, .ForegroundImageWithTitleAndButton .container .row .col img, .ForegroundImageWithTitleAndButton .CustomersCPT .slider-container .customers-slider .row .col img, .CustomersCPT .slider-container .ForegroundImageWithTitleAndButton .customers-slider .row .col img {
    max-width: 100%;
    width: 100%; }

.CalculateYourEarnings {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 855px) {
    .CalculateYourEarnings {
      background-position: 0 50%; } }
  .CalculateYourEarnings .title1 {
    margin-bottom: 10px;
    font-size: 24px; }
  .CalculateYourEarnings .title2 {
    font-weight: 400;
    margin-bottom: 40px; }
  .CalculateYourEarnings .title3 {
    margin-bottom: 25px; }

.PotentialCPT {
  min-height: 910px;
  padding: 15px 0; }
  .PotentialCPT .overlay {
    position: absolute;
    top: 0;
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(254, 254, 254, 0.75)), color-stop(0%, rgba(254, 254, 254, 0)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 0.75) 100%, rgba(254, 254, 254, 0) 0%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 0.75) 100%, rgba(254, 254, 254, 0) 0%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 0.75) 100%, rgba(254, 254, 254, 0) 0%);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: unset;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .PotentialCPT .overlay:first-child {
      left: 0; }
    .PotentialCPT .overlay:last-child {
      right: 0;
      left: unset; }
    @media only screen and (max-width: 855px) {
      .PotentialCPT .overlay {
        height: 100%; } }
  .PotentialCPT .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11; }
    @media only screen and (max-width: 1024px) {
      .PotentialCPT .arrow {
        display: none !important; } }
    .PotentialCPT .arrow.left-potential-arrow {
      left: -50px; }
      @media only screen and (max-width: 1440px) {
        .PotentialCPT .arrow.left-potential-arrow {
          left: -30px; } }
      @media only screen and (max-width: 1200px) {
        .PotentialCPT .arrow.left-potential-arrow {
          display: none !important; } }
    .PotentialCPT .arrow.right-potential-arrow {
      right: -50px; }
      @media only screen and (max-width: 1440px) {
        .PotentialCPT .arrow.right-potential-arrow {
          right: -30px; } }
      @media only screen and (max-width: 1200px) {
        .PotentialCPT .arrow.right-potential-arrow {
          display: none !important; } }
  .PotentialCPT .potentials-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 537px; }
    .PotentialCPT .potentials-slider .slick-list .slick-track .potential {
      position: relative;
      width: 400px;
      outline: 0; }
      @media only screen and (max-width: 550px) {
        .PotentialCPT .potentials-slider .slick-list .slick-track .potential {
          width: 350px; } }
      @media only screen and (max-width: 500px) {
        .PotentialCPT .potentials-slider .slick-list .slick-track .potential {
          width: 300px; } }
      @media only screen and (max-width: 450px) {
        .PotentialCPT .potentials-slider .slick-list .slick-track .potential {
          width: 289px; } }
      .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card {
        background-color: #262626;
        color: #fefefe;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 400px;
        height: auto;
        min-height: 450px;
        -webkit-transition: height .3s ease, width .2s ease;
        -o-transition: height .3s ease, width .2s ease;
        transition: height .3s ease, width .2s ease;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
        @media only screen and (max-width: 550px) {
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card {
            width: 350px; } }
        @media only screen and (max-width: 500px) {
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card {
            width: 300px; } }
        @media only screen and (max-width: 450px) {
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card {
            width: 289px; } }
        .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card .cimg {
          max-height: 344px;
          padding-bottom: 56.25%;
          position: relative;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card .cimg .full-study-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card .cbody {
          padding: 20px 40px; }
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card .cbody h3.title {
            font-size: 20px;
            font-weight: 700;
            line-height: 24px;
            color: white;
            padding-bottom: 10px; }
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card .cbody p {
            font-size: 16px;
            line-height: 22px; }
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card .cbody .excerpt-read-more {
            display: none; }
        .PotentialCPT .potentials-slider .slick-list .slick-track .potential .card .cfooter {
          text-align: center;
          padding-bottom: 20px; }
      .PotentialCPT .potentials-slider .slick-list .slick-track .potential.slick-center .card {
        width: 120%;
        height: 537px; }
        @media only screen and (max-width: 550px) {
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential.slick-center .card {
            width: 400px; } }
        @media only screen and (max-width: 500px) {
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential.slick-center .card {
            width: 321px; } }
        @media only screen and (max-width: 450px) {
          .PotentialCPT .potentials-slider .slick-list .slick-track .potential.slick-center .card {
            width: 289px; } }
        .PotentialCPT .potentials-slider .slick-list .slick-track .potential.slick-center .card .cbody {
          padding: 40px; }
      .PotentialCPT .potentials-slider .slick-list .slick-track .potential.slick-center .overlay {
        opacity: 0;
        z-index: -1; }
      .PotentialCPT .potentials-slider .slick-list .slick-track .potential.slick-current {
        z-index: 22;
        overflow: visible; }

.BusinessPartners {
  min-height: 220px;
  background-color: #989898; }
  .BusinessPartners .logo {
    padding-left: 50px;
    padding-right: 50px; }

.LeftTextRight1FieldForm {
  min-height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0; }
  .LeftTextRight1FieldForm h3 {
    width: 100%; }
    @media only screen and (max-width: 855px) {
      .LeftTextRight1FieldForm h3 {
        text-align: center; } }
  .LeftTextRight1FieldForm .col.s4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .LeftTextRight1FieldForm .col.s8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 855px) {
      .LeftTextRight1FieldForm .col.s8 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .LeftTextRight1FieldForm form {
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .LeftTextRight1FieldForm form {
        max-width: 420px; } }
    @media only screen and (max-width: 320px) {
      .LeftTextRight1FieldForm form {
        max-width: 220px; } }
    @media only screen and (max-width: 640px) {
      .LeftTextRight1FieldForm form .input-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 640px) {
      .LeftTextRight1FieldForm form .input-group .right {
        width: 100%; } }
  .LeftTextRight1FieldForm .input {
    margin-right: 15px; }
  .LeftTextRight1FieldForm .input:first-child {
    max-width: 282px; }
  .LeftTextRight1FieldForm .input:last-child {
    max-width: 350px; }
  .LeftTextRight1FieldForm .row.error-message {
    text-align: center;
    color: white;
    padding: 10px 0 20px 0; }
  .LeftTextRight1FieldForm .wpforms-container-full {
    width: 100%;
    margin-bottom: 0; }
    .LeftTextRight1FieldForm .wpforms-container-full form,
    .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 855px) {
        .LeftTextRight1FieldForm .wpforms-container-full form,
        .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form {
          display: block; } }
      .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container,
      .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
        @media only screen and (max-width: 855px) {
          .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container,
          .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container {
            display: block; } }
        .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container .wpforms-field-name,
        .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field-name {
          max-width: 282px;
          width: 40%;
          margin-right: 10px; }
          @media only screen and (max-width: 855px) {
            .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container .wpforms-field-name,
            .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field-name {
              margin-right: 0;
              width: 100%;
              max-width: 100%; } }
        .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container .wpforms-field-email,
        .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field-email {
          max-width: 350px;
          width: 70%; }
          @media only screen and (max-width: 855px) {
            .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container .wpforms-field-email,
            .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field-email {
              width: 100%;
              max-width: 100%; } }
        .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container input,
        .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container input[type=text],
        .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container input[type=email],
        .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container input,
        .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container input[type=text],
        .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container input[type=email] {
          height: auto;
          display: block;
          width: 100%;
          min-height: calc(2.25rem + 2px);
          padding: 0.9rem 1.2rem;
          font-size: 16px;
          line-height: 1;
          color: #262626;
          background-color: #fff;
          background-clip: padding-box;
          border: none;
          border-radius: 0;
          -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
          transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
          -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
          @media only screen and (max-width: 855px) {
            .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container input,
            .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container input[type=text],
            .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-field-container input[type=email],
            .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container input,
            .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container input[type=text],
            .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-field-container input[type=email] {
              height: auto; } }
      .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-recaptcha-container,
      .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
        padding: 0;
        padding-left: 10px; }
        @media only screen and (max-width: 855px) {
          .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-recaptcha-container,
          .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
            padding-left: 0; } }
      .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-submit-container,
      .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-submit-container {
        padding: 0;
        padding-left: 10px; }
        @media only screen and (max-width: 855px) {
          .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-submit-container,
          .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-submit-container {
            padding-left: 0;
            width: 100%;
            text-align: center;
            padding-top: 15px; } }
        .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-submit-container button,
        .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-submit-container button {
          position: relative;
          border: none;
          text-decoration: none;
          text-align: center;
          letter-spacing: unset;
          padding: 0.9rem 1.2rem;
          -webkit-transition: .2s ease-out;
          -o-transition: .2s ease-out;
          transition: .2s ease-out;
          border-radius: 0;
          outline: s;
          -webkit-appearance: none;
          -moz-appearance: none;
          display: inline-block;
          min-width: 130px;
          font-size: 16px;
          line-height: 16px;
          font-weight: 600;
          cursor: pointer;
          background: #F7941E;
          color: white;
          width: 140px; }
          .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-submit-container button:disabled, .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-submit-container button.disabled,
          .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-submit-container button:disabled,
          .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-submit-container button.disabled {
            cursor: default; }
          .LeftTextRight1FieldForm .wpforms-container-full form .wpforms-submit-container button:hover,
          .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form .wpforms-submit-container button:hover {
            border: none;
            background: #F7941E; }
      .LeftTextRight1FieldForm .wpforms-container-full form label.wpforms-error,
      .LeftTextRight1FieldForm .wpforms-container-full .wpforms-form label.wpforms-error {
        color: white;
        margin-top: 5px; }

.LeftTextRightButton {
  min-height: 342px;
  background-image: url("../../images/footer-bg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .LeftTextRightButton h2, .LeftTextRightButton p {
    color: #fefefe; }
    @media only screen and (max-width: 855px) {
      .LeftTextRightButton h2, .LeftTextRightButton p {
        text-align: center; } }
  .LeftTextRightButton h2 {
    font-weight: 700;
    margin-bottom: 15px; }
  .LeftTextRightButton .btn:first-child {
    margin-right: 15px; }
  .LeftTextRightButton .col.s4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 855px) {
      .LeftTextRightButton .col.s4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.AccreditationCPT {
  min-height: 586px; }
  .AccreditationCPT h3 {
    margin-bottom: 20px; }
  .AccreditationCPT h2 {
    margin-bottom: 100px; }
  .AccreditationCPT .accreditations-slider {
    height: 0;
    overflow: hidden; }
    .AccreditationCPT .accreditations-slider.slick-initialized {
      height: auto;
      overflow: visible; }
    .AccreditationCPT .accreditations-slider .logo {
      padding-left: 20px;
      padding-right: 20px; }

.CustomersCPT {
  min-height: 220px;
  background-color: #989898; }
  .CustomersCPT .slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .CustomersCPT .slider-container .arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer; }
      @media only screen and (max-width: 1024px) {
        .CustomersCPT .slider-container .arrow {
          display: none !important; } }
      .CustomersCPT .slider-container .arrow.left-arrow {
        left: 0; }
        @media only screen and (max-width: 1200px) {
          .CustomersCPT .slider-container .arrow.left-arrow {
            display: none !important; } }
      .CustomersCPT .slider-container .arrow.right-arrow {
        right: 0; }
        @media only screen and (max-width: 1200px) {
          .CustomersCPT .slider-container .arrow.right-arrow {
            display: none !important; } }
    .CustomersCPT .slider-container .customers-slider .logo {
      padding-left: 50px;
      padding-right: 50px; }

.ExploreCPT {
  min-height: 1300px; }
  .ExploreCPT h3.sub {
    padding-bottom: 10px; }
  .ExploreCPT h2.main {
    padding-bottom: 50px; }
    @media only screen and (max-width: 855px) {
      .ExploreCPT h2.main {
        padding-bottom: 30px; } }
  .ExploreCPT .card {
    min-height: 468px;
    position: relative; }
    @media only screen and (max-width: 855px) {
      .ExploreCPT .card {
        max-width: 375px; } }
    .ExploreCPT .card .full-study-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .ExploreCPT .card.side {
      min-height: 376px;
      margin: auto;
      margin-bottom: 30px; }
      .ExploreCPT .card.side .cimg {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media only screen and (max-width: 855px) {
          .ExploreCPT .card.side .cimg {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            max-height: 250px;
            height: 250px; } }
      .ExploreCPT .card.side .cbody {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 66px 80px; }
        @media only screen and (max-width: 855px) {
          .ExploreCPT .card.side .cbody {
            padding: 45px 15px; } }
        .ExploreCPT .card.side .cbody p:not(.bold) + p {
          margin-top: 1em; }
      .ExploreCPT .card.side .excerpt-read-more {
        display: none; }
    @media only screen and (max-width: 855px) {
      .ExploreCPT .card:not(.side) {
        padding-left: 15px;
        padding-right: 15px; } }
    .ExploreCPT .card:not(.side) .cimg {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      max-height: 250px; }
    .ExploreCPT .card:not(.side) .cbody {
      padding: 45px 15px; }

@media only screen and (max-width: 1024px) {
  .OurTeam {
    min-height: 0 !important; } }

.OurTeam.v-padding {
  padding: 45px 0; }
  @media only screen and (max-width: 855px) {
    .OurTeam.v-padding {
      padding: 20px 0; } }

@media only screen and (max-width: 855px) {
  .OurTeam .container, .OurTeam .CustomersCPT .slider-container .customers-slider, .CustomersCPT .slider-container .OurTeam .customers-slider,
  .OurTeam .col {
    padding: 0; } }

.OurTeam .card .href-on-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer; }

.OurTeam .card:hover .cbody p {
  color: #f7941e; }

@media only screen and (max-width: 855px) {
  .OurTeam .spacer.type-80 {
    height: 0; } }

.OurTeam .container, .OurTeam .CustomersCPT .slider-container .customers-slider, .CustomersCPT .slider-container .OurTeam .customers-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .OurTeam .container .arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      .OurTeam .container .arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow {
        display: none !important; } }
    .OurTeam .container .arrow.left-team-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.left-team-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.left-team-arrow, .OurTeam .container .arrow.left-team-tablet-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.left-team-tablet-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.left-team-tablet-arrow, .OurTeam .container .arrow.left-team-phone-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.left-team-phone-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.left-team-phone-arrow {
      left: 0; }
      @media only screen and (max-width: 1200px) {
        .OurTeam .container .arrow.left-team-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.left-team-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.left-team-arrow, .OurTeam .container .arrow.left-team-tablet-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.left-team-tablet-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.left-team-tablet-arrow, .OurTeam .container .arrow.left-team-phone-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.left-team-phone-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.left-team-phone-arrow {
          display: none !important; } }
    .OurTeam .container .arrow.right-team-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.right-team-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.right-team-arrow, .OurTeam .container .arrow.right-team-tablet-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.right-team-tablet-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.right-team-tablet-arrow, .OurTeam .container .arrow.right-team-phone-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.right-team-phone-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.right-team-phone-arrow {
      right: 0; }
      @media only screen and (max-width: 1200px) {
        .OurTeam .container .arrow.right-team-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.right-team-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.right-team-arrow, .OurTeam .container .arrow.right-team-tablet-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.right-team-tablet-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.right-team-tablet-arrow, .OurTeam .container .arrow.right-team-phone-arrow, .OurTeam .CustomersCPT .slider-container .customers-slider .arrow.right-team-phone-arrow, .CustomersCPT .slider-container .OurTeam .customers-slider .arrow.right-team-phone-arrow {
          display: none !important; } }
  .OurTeam .container.tablet-phone, .OurTeam .CustomersCPT .slider-container .tablet-phone.customers-slider, .CustomersCPT .slider-container .OurTeam .tablet-phone.customers-slider {
    display: inherit;
    max-width: 100%; }
    @media only screen and (min-width: 1025px) {
      .OurTeam .container.tablet-phone, .OurTeam .CustomersCPT .slider-container .tablet-phone.customers-slider, .CustomersCPT .slider-container .OurTeam .tablet-phone.customers-slider {
        display: none !important; } }

.OurTeam .team-slider {
  max-width: 100%; }

.OurTeam .slide {
  max-width: 1050px; }

.OurTeam .team-slider {
  margin-bottom: 20px; }

.OurTeam .card {
  text-align: center;
  margin-top: 50px;
  min-width: 280px;
  max-width: 280px;
  width: 280px; }
  .OurTeam .card .cimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 258px;
    max-width: 258px;
    width: 100%;
    height: 258px;
    margin: auto;
    margin-bottom: 15px; }
  .OurTeam .card .cbody .name {
    margin-bottom: 5px; }
  .OurTeam .card .cbody .position {
    margin-bottom: 20px; }

.CenteredPanel {
  padding: 20px 0; }

.PrintLocations .hero-wrapper {
  height: calc(100vh - 95px);
  min-height: 845px;
  position: relative;
  width: 100%;
  overflow-y: hidden; }
  @media only screen and (max-width: 900px) {
    .PrintLocations .hero-wrapper {
      min-height: 800px; } }
  .PrintLocations .hero-wrapper .hero-map {
    width: 100%;
    height: 100%;
    background: transparent no-repeat center center /cover;
    position: relative;
    z-index: 1; }
  .PrintLocations .hero-wrapper .landing-search-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 30px;
    width: 500px;
    max-width: 100%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .PrintLocations .hero-wrapper .landing-search-wrapper.hide {
      display: none; }
    .PrintLocations .hero-wrapper .landing-search-wrapper h2 {
      color: white;
      text-align: center;
      font-weight: 400;
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 30px; }
    .PrintLocations .hero-wrapper .landing-search-wrapper form {
      background-color: transparent; }
  .PrintLocations .hero-wrapper form {
    padding: 6px;
    background-color: #1f1f1f; }
    .PrintLocations .hero-wrapper form .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 0; }
    .PrintLocations .hero-wrapper form .input-wrapper {
      padding-right: 6px;
      width: calc(100% - 53px); }
      .PrintLocations .hero-wrapper form .input-wrapper input {
        padding: 16px 20px;
        background-color: white;
        color: #262626;
        border: 1px solid #5f5f5f;
        outline: none;
        font-size: 16px;
        -webkit-transition: border 0.3s;
        -o-transition: border 0.3s;
        transition: border 0.3s;
        max-width: 100%;
        width: 100%; }
      .PrintLocations .hero-wrapper form .input-wrapper.grey input {
        color: white;
        background-color: #5f5f5f; }
    .PrintLocations .hero-wrapper form .button {
      background-color: #F7931D;
      border: none;
      color: #FFFFFF;
      font-weight: 700;
      padding: 10px 47px;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      text-align: center;
      cursor: pointer;
      font-size: 18px; }
      .PrintLocations .hero-wrapper form .button .fa {
        font-weight: 900; }
      .PrintLocations .hero-wrapper form .button.icon-only {
        padding: 17px 20px;
        line-height: 18px; }
      .PrintLocations .hero-wrapper form .button:hover, .PrintLocations .hero-wrapper form .button:focus {
        background-color: #D57A1C;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
  .PrintLocations .hero-wrapper #search-wrapper {
    position: absolute;
    z-index: 2;
    width: 455px;
    max-width: 100%; }
    .PrintLocations .hero-wrapper #search-wrapper br {
      display: none; }
    .PrintLocations .hero-wrapper #search-wrapper .sidebar-tab {
      position: absolute;
      background-color: #1F1F1F;
      right: -25px;
      width: 25px;
      padding: 15px 5px;
      color: #FFFFFF;
      cursor: pointer; }
      .PrintLocations .hero-wrapper #search-wrapper .sidebar-tab .fa {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
      .PrintLocations .hero-wrapper #search-wrapper .sidebar-tab.closed .fa {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
    .PrintLocations .hero-wrapper #search-wrapper.hide {
      display: none; }
    @media only screen and (max-width: 900px) {
      .PrintLocations .hero-wrapper #search-wrapper {
        width: 100%;
        position: static; } }
    .PrintLocations .hero-wrapper #search-wrapper.open {
      height: 100%; }
      @media only screen and (max-width: 900px) {
        .PrintLocations .hero-wrapper #search-wrapper.open {
          height: 365px; } }
      .PrintLocations .hero-wrapper #search-wrapper.open .results-wrapper {
        display: block; }
    .PrintLocations .hero-wrapper #search-wrapper .results-wrapper {
      height: calc(100% - 65px);
      overflow-x: hidden;
      position: relative;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.85);
      display: none;
      color: #d6d6d6; }
      .PrintLocations .hero-wrapper #search-wrapper .results-wrapper.show-details .all-results-wrapper {
        left: -100%;
        -webkit-transition: left 0.3s;
        -o-transition: left 0.3s;
        transition: left 0.3s; }
      .PrintLocations .hero-wrapper #search-wrapper .results-wrapper.show-details .result-details-wrapper {
        left: 0;
        -webkit-transition: left 0.3s;
        -o-transition: left 0.3s;
        transition: left 0.3s; }
      .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: left 0.3s;
        -o-transition: left 0.3s;
        transition: left 0.3s; }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-list {
          height: calc(100% - 80px);
          overflow-y: auto; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-list::-webkit-scrollbar {
            width: 16px; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-list::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.4); }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-list::-webkit-scrollbar-thumb {
            background: #5F5F5F;
            border-right: 5px solid rgba(0, 0, 0, 0.8);
            border-left: 5px solid rgba(0, 0, 0, 0.8); }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-list::-webkit-scrollbar-thumb:hover {
              background-color: #5F5F5F; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-list .result {
            border-bottom: 1px solid #5F5F5F;
            background: transparent;
            padding: 30px 35px;
            cursor: pointer;
            position: relative;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-list .result:hover {
              background-color: rgba(0, 0, 0, 0.26);
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-list .result::after {
              content: "\f105";
              font-weight: bold;
              font-size: 16px;
              font-family: FontAwesome, serif;
              color: #F7931D;
              position: absolute;
              top: calc(50% - 8px);
              right: 25px; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-list .result p:first-of-type {
              font-size: 18px;
              margin-bottom: 8px; }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-bottom {
          background-color: rgba(0, 0, 0, 0.4);
          height: 80px;
          color: #989898;
          font-size: 14px;
          padding: 30px 35px 30px 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          display: flex;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-bottom .arrow {
            width: 22px;
            height: 22px;
            background-color: #F7931D;
            padding: 4px;
            text-align: center;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-bottom .arrow:hover {
              background-color: #D57A1C;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .all-results-wrapper .results-bottom .arrow i {
              color: white; }
      .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: left 0.3s;
        -o-transition: left 0.3s;
        transition: left 0.3s;
        overflow-y: auto; }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper p {
          font-size: 16px; }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper::-webkit-scrollbar {
          width: 16px; }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper::-webkit-scrollbar-track {
          background: rgba(0, 0, 0, 0.4); }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper::-webkit-scrollbar-thumb {
          background: #5F5F5F;
          border-right: 5px solid rgba(0, 0, 0, 0.8);
          border-left: 5px solid rgba(0, 0, 0, 0.8); }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper::-webkit-scrollbar-thumb:hover {
            background-color: #5F5F5F; }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top {
          height: calc(100% - 325px);
          min-height: 500px; }
          @media only screen and (max-width: 900px) {
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top {
              height: auto;
              min-height: 400px; } }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .back-to-results {
            color: #F7931D;
            font-size: 14px;
            padding: 20px 30px;
            cursor: pointer;
            -webkit-transition: color 0.3s;
            -o-transition: color 0.3s;
            transition: color 0.3s;
            width: 100%;
            display: block; }
            @media only screen and (max-width: 900px) {
              .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .back-to-results {
                padding: 15px 30px; } }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .back-to-results:hover {
              color: white;
              -webkit-transition: color 0.3s;
              -o-transition: color 0.3s;
              transition: color 0.3s; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .back-to-results i {
              margin-right: 10px; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-image {
            width: 100%;
            height: 150px;
            background: transparent no-repeat center center /cover; }
            @media only screen and (max-width: 750px) {
              .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-image {
                height: 100px; } }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-title {
            padding: 40px 30px;
            border-bottom: 1px solid #5F5F5F; }
            @media only screen and (max-width: 900px) {
              .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-title {
                padding: 30px; } }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-title p:first-of-type {
              font-size: 18px;
              margin-bottom: 8px; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta {
            padding: 30px; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta > div + div {
              margin-top: 20px; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta i {
              color: #F7931D;
              margin-right: 15px; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta .hours-wrapper {
              position: relative; }
              .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta .hours-wrapper .view-hours {
                margin-left: 5px;
                cursor: pointer; }
                .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta .hours-wrapper .view-hours i {
                  margin: 0 0 0 5px;
                  font-size: 12px; }
                .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta .hours-wrapper .view-hours:hover + ul.open-hours {
                  display: block; }
              .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta .hours-wrapper ul.open-hours {
                position: absolute;
                top: 25px;
                left: 133px;
                display: none;
                background-color: rgba(0, 0, 0, 0.8);
                padding: 15px 20px;
                z-index: 2; }
                .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta .hours-wrapper ul.open-hours li {
                  list-style: none;
                  font-size: 14px; }
                  .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-top .result-meta .hours-wrapper ul.open-hours li + li {
                    margin-top: 5px; }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .file-upload-wrapper input {
          position: absolute;
          left: -99999px; }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .file-upload-wrapper label {
          background-color: #F7931D;
          padding: 6px;
          position: relative;
          width: 100%;
          display: block;
          cursor: pointer;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .file-upload-wrapper label:hover {
            opacity: 0.8;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .file-upload-wrapper label::after {
            content: "";
            position: absolute;
            width: calc(100% - 14px);
            height: calc(100% - 14px);
            top: 6px;
            left: 6px;
            border: 1px solid white; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .file-upload-wrapper label span {
            display: block;
            color: white;
            text-align: center;
            padding: 30px 20px; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .file-upload-wrapper label span.faux-button {
              width: calc(100% - 25px);
              margin: 0 auto 25px auto;
              background-color: black;
              padding: 20px; }
        .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 50px 20px; }
          .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions .action {
            text-align: center;
            width: calc(33% - 10px);
            padding: 0 5px;
            cursor: pointer; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions .action p {
              line-height: 16px; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions .action .details-icon {
              margin: 0 auto;
              width: 22px;
              height: 25px;
              text-align: center; }
              .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions .action .details-icon:hover .svg-icon {
                fill: #F7931D; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions .action .svg-icon {
              fill: #ffffff; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions .action:hover i {
              color: #F7931D;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions .action i {
              font-size: 22px;
              color: white;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              height: 25px; }
              .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions .action i.fa-mobile-phone {
                font-size: 26px; }
            .PrintLocations .hero-wrapper #search-wrapper .results-wrapper .result-details-wrapper .result-details-bottom .detail-actions .action span {
              font-size: 14px;
              width: 100%;
              display: block;
              color: #F7931D;
              margin-top: 10px; }

.embedYouTubeVideo {
  padding: 20px 0; }
  .embedYouTubeVideo .container .row .video-section, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section {
    max-width: 1150px; }
    .embedYouTubeVideo .container .row .video-section h2, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section h2, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section h2 {
      padding-bottom: 5px;
      margin: 1px 0 10px; }
    .embedYouTubeVideo .container .row .video-section .video-section-inner, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section .video-section-inner, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section .video-section-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .embedYouTubeVideo .container .row .video-section .video-section-inner .video-outer, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section .video-section-inner .video-outer, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section .video-section-inner .video-outer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 25%; }
        @media only screen and (max-width: 855px) {
          .embedYouTubeVideo .container .row .video-section .video-section-inner .video-outer, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section .video-section-inner .video-outer, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section .video-section-inner .video-outer {
            width: 100%; } }
        .embedYouTubeVideo .container .row .video-section .video-section-inner .video-outer .video, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section .video-section-inner .video-outer .video, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section .video-section-inner .video-outer .video {
          position: relative;
          width: 100%; }
          .embedYouTubeVideo .container .row .video-section .video-section-inner .video-outer .video .video-inner, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section .video-section-inner .video-outer .video .video-inner, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section .video-section-inner .video-outer .video .video-inner {
            margin-left: 5px;
            margin-right: 5px;
            overflow: hidden;
            cursor: pointer; }
            .embedYouTubeVideo .container .row .video-section .video-section-inner .video-outer .video .video-inner .image-container, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section .video-section-inner .video-outer .video .video-inner .image-container, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section .video-section-inner .video-outer .video .video-inner .image-container {
              background: no-repeat center center / cover;
              min-height: 160px;
              -webkit-transition: all .3s;
              -moz-transition: all .3s;
              -ms-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
              .embedYouTubeVideo .container .row .video-section .video-section-inner .video-outer .video .video-inner .image-container a, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section .video-section-inner .video-outer .video .video-inner .image-container a, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section .video-section-inner .video-outer .video .video-inner .image-container a {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%; }
        .embedYouTubeVideo .container .row .video-section .video-section-inner .video-outer .text, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section .video-section-inner .video-outer .text, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section .video-section-inner .video-outer .text {
          display: block;
          margin-top: 6px;
          margin-left: 5px;
          margin-right: 5px; }
          .embedYouTubeVideo .container .row .video-section .video-section-inner .video-outer .text p.video-title, .embedYouTubeVideo .CustomersCPT .slider-container .customers-slider .row .video-section .video-section-inner .video-outer .text p.video-title, .CustomersCPT .slider-container .embedYouTubeVideo .customers-slider .row .video-section .video-section-inner .video-outer .text p.video-title {
            line-height: 18px;
            margin: 0;
            margin-bottom: 24px;
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 0;
            color: #454545;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }

.gp-two-col .gp-accordian-container .accordian-content {
  padding: 1.5vw; }

.gp-two-col.gp-no-bar .gp-left::after {
  content: none !important; }

.gp-two-col .gp-left {
  width: 50%;
  padding-right: 2.8vw;
  position: relative; }
  .gp-two-col .gp-left::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 40px;
    right: 0;
    height: calc(100% - 35px);
    width: 1px; }

.gp-two-col.gp-align-left-wide .gp-left {
  width: 66%; }

.gp-two-col.gp-align-left .gp-left {
  width: 55%; }

.gp-two-col.gp-align-right-wide .gp-left {
  width: 34%; }

.gp-two-col.gp-align-right .gp-left {
  width: 45%; }

@media screen and (max-width: 950px) {
  .gp-two-col.landing .gp-left {
    width: 100%; } }

@media screen and (max-width: 855px) {
  .gp-two-col .gp-left {
    padding: 0; }
  .gp-two-col.gp-align-left-wide .gp-left {
    width: 100%; }
  .gp-two-col.gp-align-left .gp-left {
    width: 100%; }
  .gp-two-col.gp-align-right .gp-left {
    width: 100%; }
  .gp-two-col.gp-align-right-wide .gp-left {
    width: 100%; }
  .gp-two-col .gp-left {
    width: 100%;
    padding-right: 0vw;
    margin-right: 0vw; }
    .gp-two-col .gp-left::after {
      content: none; } }

.gp-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: nowrap;
  -ms-flex-align: nowrap;
  align-items: nowrap; }
  .gp-two-col .gp-accordian-container .accordian-content {
    padding: 1.5vw; }
  .gp-two-col .gp-right {
    width: 50%;
    padding-left: 2.8vw; }
  .gp-two-col.gp-align-left-wide .gp-right {
    width: 34%; }
  .gp-two-col.gp-align-left .gp-right {
    width: 45%; }
  .gp-two-col.gp-align-right-wide .gp-right {
    width: 66%; }
  .gp-two-col.gp-align-right .gp-right {
    width: 55%; }

@media screen and (max-width: 950px) {
  .gp-two-col.landing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: wrap;
    -ms-flex-align: wrap;
    align-items: wrap; }
    .gp-two-col.landing .gp-right {
      width: 100%; } }

@media screen and (max-width: 855px) {
  .gp-two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: wrap;
    -ms-flex-align: wrap;
    align-items: wrap; }
    .gp-two-col .gp-right {
      padding: 0; }
    .gp-two-col.gp-align-left-wide .gp-right {
      width: 100%; }
    .gp-two-col.gp-align-left .gp-right {
      width: 100%; }
    .gp-two-col.gp-align-right .gp-right {
      width: 100%; }
    .gp-two-col.gp-align-right-wide .gp-right {
      width: 100%; }
    .gp-two-col .gp-right {
      width: 100%; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 25px 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #F7941E; }

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #F7941E;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger {
  padding: 25px 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #F7941E; }

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #F7941E;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*--- New updated style START ----*/
#menu-primary-menu > li > a {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#menu-primary-menu > li > a:hover {
   color: #F7941E;
}
.menu-wrapper2 {
    display: flex;
    align-items: center;
}
.nav-main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-wrap {
    position: relative;
}
span.search-icon {
    width: 24px;
    height: 24px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    background-image: url(/wp-content/uploads/2024/06/search-icon.svg);
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.search-wrap form.search-form.show {
    display: flex;
    opacity: 1;
}
.search-wrap form.search-form {
    border: 1px solid #000000;
    padding: 8px;
    position: absolute;
    right: 0px;
    bottom: -45px;
    background-color: #FFFFFF;
    display: none;
    opacity: 0;
}
.nav-secondary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-column-gap: 0px;
}
#menu-button-top-request-info > li > a {
    background-color: #F7941E;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 20px;
}
#menu-button-top-request-info > li > a:hover {
  background-color: #DA7600;
}
.navactive .fs-menu-wrapper {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}
.fs-menu-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-image: url(/wp-content/uploads/2024/06/sub-menu-bg.png);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    display: none;
    opacity: 0;
    top: 0px;
    left: 0px;
}
button#nav-btn.is-active {
    display: block;
    position: fixed;
    z-index: 99999 !important;
    top: 0px;
    right: 0px;
}
.fs-menu-wrapper ul > li {
    text-align: center;
    margin: 20px 0px;
}
.fs-menu-wrapper ul > li > a {
    font-size: 28px;
    color: #FFFFFF;
}
.fs-menu-wrapper ul > li ul.sub-menu li {
    margin: 10px 0px;
}
.fs-menu-wrapper ul > li ul.sub-menu li a {
    font-size: 18px;
    color: #FFFFFF;
}
.fs-menu-wrapper ul > li > a:hover,
.fs-menu-wrapper ul > li ul.sub-menu li a:hover {
  color: #F7941E;
}
.home-header-banner .elementor-widget.elementor-widget-image {
    margin-bottom: 0px;
}
a.elementor-button br {
    display: none;
}
@media only screen and (min-width: 1024px) {
  .fs-menu-wrapper .main-menu-mobile, .fs-menu-wrapper .cta-button {
    display: none;
}
}
@media only screen and (max-width: 1024px) {
  .fs-menu-wrapper ul > li > a {
    font-size: 18px;
    color: #FFFFFF;
  }
  .navactive .fs-menu-wrapper {
    flex-direction: column;
  }
  .fs-menu-wrapper > div.main-menu-mobile {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom:20px;
    margin-bottom:20px;
  }
  .fs-menu-wrapper ul > li {
    text-align: center;
    margin: 10px 0px;
  }
  .fs-menu-wrapper .cta-button a {
    background-color: #F7941E;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    padding: 12px 20px;
  }
  .fs-menu-wrapper .cta-button a:hover {
    background-color: #DA7600;
    color: #FFFFFF!important;
  }
  .fs-menu-wrapper .cta-button {
    margin-top: 20px;
  }
  .fs-menu-wrapper ul > li ul.sub-menu li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1028px) and (max-width: 1220px) {
  ul#menu-button-top-request-info {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .nav-wrapper.nh-wrap {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px 0px 0px !important;
    height: auto !important;
  }
  .nav-wrapper.nh-wrap .nav-logo {
    height: 40px !important;
  }
  .nav-secondary > .cta-button {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .navactive .fs-menu-wrapper {
    justify-content: flex-start;
    padding-top: 30px;
  }
}
/*--- New updated style END ----*/