/*
Breakpoint guide for media queries:
  xs: 576px,
  sm: 768px,
  md: 992px,
  lg: 1200px
*/
/*** Globals
----------------------------------------------------------------------------------------------------------------------------------*/
/*** Variables from Custom Fields ***/
/* Global */
/* Top Bar & Menu */
/* Footer */
/* Buttons */
/*
$white: #ffffff;
$black: #000000;
$grey: #4f6563;
$darkGrey: #333333;
$offwhite: #f2f2f2;
$green: #64705F;
$pinkish: #D39684;
$blue: #22BABD;
$darkBlue: #2A3B45;
$lightBlue: #ACBDC4;
*/
/*** Admin Bar
----------------------------------------------------------------------------------------------------------------------------------*/
#wpadminbar {
  background: #000000;
}

#wpadminbar {
  background-image: url("../login/codemay-icon-small.png");
  background-position: 10px 5px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  color: rgba(0, 0, 0, 0);
}

#wpadminbar #wp-admin-bar-root-default {
  padding-left: 30px;
}

#wp-admin-bar-wp-logo {
  display: none;
}

.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon::before {
  color: #fff5d9;
}

.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
  background: #5f6f6c;
}

@media (max-width: 767.98px) {
  #wpadminbar {
    background-position: 52px 15px;
  }
  #wpadminbar #wp-admin-bar-root-default {
    padding-left: 0;
  }
  #wpadminbar li#wp-admin-bar-my-sites,
  #wpadminbar li#wp-admin-bar-new-content,
  #wpadminbar li#wp-admin-bar-wpseo-menu,
  #wpadminbar li#wp-admin-bar-site-name {
    display: none;
  }
}
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
  background: #000000;
}

#wpadminbar #adminbarsearch::before, #wpadminbar .ab-icon::before, #wpadminbar .ab-item::before,
#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon,
#wpadminbar .quicklinks li .blavatar,
#wpadminbar #adminbarsearch::before, #wpadminbar .ab-icon::before, #wpadminbar .ab-item::before,
#wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a {
  color: #fff;
}

#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, #wpadminbar li #adminbarsearch.adminbar-focused::before, #wpadminbar li .ab-item:focus .ab-icon::before, #wpadminbar li .ab-item:focus::before, #wpadminbar li a:focus .ab-icon::before, #wpadminbar li.hover .ab-icon::before, #wpadminbar li.hover .ab-item::before, #wpadminbar li:hover #adminbarsearch::before, #wpadminbar li:hover .ab-icon::before, #wpadminbar li:hover .ab-item::before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar, #wpadminbar .quicklinks li a:focus .blavatar, #wpadminbar .quicklinks li a:hover .blavatar,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label {
  color: #fff5d9;
}

#wpadminbar .ab-sub-wrapper, #wpadminbar ul, #wpadminbar ul li,
#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background: #000000;
}

/* Get rid of WP logo before site links */
#wpadminbar .quicklinks li .blavatar::before {
  display: none;
}

/*** Typography (Links, Paragraphs, Headings, etc.)
----------------------------------------------------------------------------------------------------------------------------------*/
/* Fonts */
header {
  font-family: "Inter", serif;
}

#topBar {
  font-family: "Inter", serif;
  font-weight: 300;
}

#wrap {
  font-family: "Inter", serif;
}

footer {
  font-family: "Inter", serif;
}

.smallCaps {
  font-family: "Inter", serif;
  letter-spacing: 3px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Inter", serif;
  font-weight: 400;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: "Inter", serif;
  font-weight: 400;
}

.btn,
a.button,
input.button {
  font-family: "Inter", serif;
  font-weight: 300;
}

/* Links */
a {
  color: #01788b;
  text-decoration: none;
}
a:hover {
  color: rgba(32, 138, 174, 0.7);
  text-decoration: none;
}

.widget a {
  text-decoration: none;
}
.widget a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

/* Paragraph */
#contentPanels p,
#heroPanels p {
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 300;
}
#contentPanels p:last-of-type,
#heroPanels p:last-of-type {
  margin-bottom: 0;
}

p {
  margin: 0 0 15px;
  font-weight: 400;
}

fieldset p {
  margin-bottom: 15px;
}

/* Lists */
ul li {
  line-height: 1.5rem;
  margin: 15px 0;
}

/* Header Tags */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: normal;
  margin: 0 0 15px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  letter-spacing: 2px;
  line-height: normal;
  margin: 0 0 15px;
}

h1 {
  font-size: 3rem;
  line-height: 3.25rem;
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 1.7rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.widget h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
}

h4 {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 1199.98px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*** Lists ***/
ul.two-column {
  -moz-columns: 1;
       columns: 1;
  -moz-column-gap: 20px;
       column-gap: 20px; /* Optional: Add space between columns */
}
@media (min-width: 960px) {
  ul.two-column {
    -moz-columns: 2;
         columns: 2; /* Split the list into 2 columns */
  }
}
ul.two-column li {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* Prevent items from breaking across columns */
  padding: 5px 0; /* Optional: Add spacing between items */
}
ul.two-column li:first-of-type {
  margin-top: 0;
}

blockquote {
  border-left: 4px solid #01788b;
  padding-left: 15px;
}

/*** Overlay ***/
.overlay {
  background-color: var(--defaultOverlay);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*** HTML/Body ***/
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--bodyBG);
  height: initial;
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: var(--bodyText);
}
body > img {
  display: none;
}

/*** Header ***/
#header {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

body.logged-in #header {
  top: 32px;
}

@media (max-width: 782px) {
  body.logged-in #header {
    top: 46px;
  }
}
/*** Top Bar ***/
#topBar {
  background-color: var(--headerBG);
  box-shadow: 0px 1px 10px transparent;
  width: 100%;
  padding: 0 15px 0;
  z-index: 1040;
  transition: all 500ms ease;
}
#topBar div.defaultLogo {
  height: 0;
  margin-top: 10px;
}
#topBar #menuBar {
  transition: all 500ms ease;
  font-family: "Inter", serif;
}
#topBar #menuBar .logo .scrollLogo,
#topBar #menuBar .logo .defaultLogo,
#topBar #menuBar .logo .singleLogo {
  transition: all 500ms ease;
  text-align: center;
}
@media (max-width: 500px) {
  #topBar #menuBar .logo .scrollLogo,
  #topBar #menuBar .logo .defaultLogo,
  #topBar #menuBar .logo .singleLogo {
    text-align: right;
    margin-right: 15px;
  }
}
#topBar #menuBar .logo .scrollLogo img,
#topBar #menuBar .logo .defaultLogo img,
#topBar #menuBar .logo .singleLogo img {
  max-height: 100px;
  max-width: 250px;
  z-index: 1040;
  position: relative;
}
#topBar #menuBar .logo .scrollLogo img.defaultLogo, #topBar #menuBar .logo .scrollLogo img.singleLogo,
#topBar #menuBar .logo .defaultLogo img.defaultLogo,
#topBar #menuBar .logo .defaultLogo img.singleLogo,
#topBar #menuBar .logo .singleLogo img.defaultLogo,
#topBar #menuBar .logo .singleLogo img.singleLogo {
  opacity: 1;
}
#topBar #menuBar .logo .scrollLogo img.scrollLogo,
#topBar #menuBar .logo .defaultLogo img.scrollLogo,
#topBar #menuBar .logo .singleLogo img.scrollLogo {
  opacity: 0;
}
#topBar #menuBar .logo img {
  max-width: 250px;
}
@media (max-width: 767.98px) {
  #topBar #menuBar .logo img {
    max-width: 100px;
  }
}
#topBar ul.icons {
  padding: 0;
  margin: 0 15px;
}
#topBar ul.icons > li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
#topBar ul.icons > li a {
  color: var(--menuText);
}
#topBar ul.icons > li a:hover {
  color: var(--menuTextHover);
}
#topBar ul.icons > li a .bi {
  font-size: 1.2rem;
}
#topBar ul.icons > li:first-of-type {
  margin-left: 0;
}
#topBar ul.icons > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  #topBar ul.icons li {
    margin: 0 5px;
  }
}
#topBar .searchBox {
  background: var(--headerScrollBG);
  position: absolute;
  padding: 15px;
  top: 49px;
  right: 0;
  opacity: 0;
  z-index: -999;
  visibility: hidden;
  transition: opacity 300ms;
  box-shadow: 0px 16px 30px -15px rgba(0, 0, 0, 0.5);
}
#topBar .searchBox.open {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/*** TopBar ScrollOn ***/
#topBar.scrollOn {
  background: var(--headerScrollBG);
}
#topBar.scrollOn #menuBar {
  padding-top: 0;
}
#topBar.scrollOn #menuBar .logo .scrollLogo,
#topBar.scrollOn #menuBar .logo .defaultLogo,
#topBar.scrollOn #menuBar .logo .singleLogo {
  transform: scale(0.9);
}
#topBar.scrollOn #menuBar .logo .scrollLogo img,
#topBar.scrollOn #menuBar .logo .defaultLogo img,
#topBar.scrollOn #menuBar .logo .singleLogo img {
  max-height: 65px;
  max-width: 250px;
  margin-top: -10px;
}
#topBar.scrollOn #menuBar .logo .scrollLogo img.defaultLogo,
#topBar.scrollOn #menuBar .logo .defaultLogo img.defaultLogo,
#topBar.scrollOn #menuBar .logo .singleLogo img.defaultLogo {
  opacity: 0;
}
#topBar.scrollOn #menuBar .logo .scrollLogo img.scrollLogo,
#topBar.scrollOn #menuBar .logo .defaultLogo img.scrollLogo,
#topBar.scrollOn #menuBar .logo .singleLogo img.scrollLogo {
  opacity: 1;
}
#topBar.scrollOn ul.icons > li a {
  color: var(--menuScrollText);
}
#topBar.scrollOn ul.icons > li a:hover {
  color: var(--menuScrollTextHover);
}

/*** MenuBar ***/
#menuBar {
  padding-top: 0;
}

/*** Hero ***/
#hero {
  color: #28282b;
}

#noHeroPanel {
  min-height: 300px;
}

/*** No Hero ***/
/*** Wrap ***/
#wrap {
  background: #ffffff;
  overflow: hidden;
  min-height: 100vh;
  padding: 0;
}

main {
  max-width: 100vw;
  margin-left: auto !important;
  margin-right: auto !important;
}
main a {
  color: var(--bodyLink);
  font-weight: bold;
}
main a:hover {
  color: var(--bodyLinkHover);
}

/*
main#projectPanel {
  max-width: 1500px;
  margin-top: 3rem;

  article > div {
    margin: 0 0 5rem;
  }

  .projectDetails {
    text-align: center;
    max-width: 1000px;

    h2 {
      font-weight: bold;
      margin-bottom: 3rem;
    }
  }
}
*/
main#noPanels {
  max-width: 100vw;
}

body.single-product .contentPanel {
  max-width: 1200px;
}

/*** Footer ***/
#footer {
  background: var(--footerBG);
  color: var(--footerText);
  padding: 15px 0;
  min-height: auto;
  max-width: 100vw;
  margin-left: auto !important;
  margin-right: auto !important;
}
#footer a {
  color: var(--footerLink);
  text-decoration: none;
}
#footer a:hover {
  color: var(--footerLinkHover);
}
#footer ul {
  margin: 0;
  padding: 0 30px 0 0;
}
#footer ul li {
  list-style: none;
  display: block;
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  #footer .logoFooter {
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  #footer .menuFooter > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  #footer .menuFooter {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#footer .menuFooter h4 {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 10px;
  font-weight: bold;
}
#footer .menuFooter .navMenu ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 767.98px) {
  #footer .menuFooter .navMenu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#footer .menuFooter .formsMenu {
  max-width: 175px;
}
@media (max-width: 1199.98px) {
  #footer .menuFooter .formsMenu {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  #footer .menuFooter .formsMenu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  #footer .menuFooter .contactMenu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#footer .socialMenu {
  text-align: right;
}
#footer .socialMenu a:first-of-type {
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  #footer .socialMenu {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #footer .socialMenu {
    text-align: left;
  }
}
#footer .copyright {
  padding: 0;
  margin: 0;
}
#footer .copyright p {
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
}
#footer .copyright a {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  #footer .copyright p {
    text-align: center;
  }
}
#footer .siteby {
  text-align: right;
  font-size: 13px;
}
#footer .siteby a {
  text-decoration: none;
  color: var(--footerLink);
}
#footer .siteby a:hover {
  color: var(--footerLinkHover);
}
#footer .siteby a img {
  height: 14px !important;
  margin-left: 2px;
}
@media (max-width: 767.98px) {
  #footer .siteby {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*** iFrame ***/
#st_gdpr_iframe {
  bottom: -1px;
}

/*** Buttons ***/
/* Primary */
.btn-primary {
  color: #ffffff;
  background-color: #01788b;
  border-color: #01788b;
}
.btn-primary:hover {
  background-color: #ffffff;
  border-color: #01788b;
  color: #01788b;
}

.btn-outline-primary {
  color: #01788b;
  border-color: #01788b;
  background-color: none;
}
.btn-outline-primary:hover {
  background-color: #01788b;
  border-color: #01788b;
  color: #ffffff;
}

/* Secondary */
.btn-secondary {
  color: #ffffff;
  background-color: #c35f28;
  border-color: #c35f28;
}
.btn-secondary:hover {
  background-color: #ffffff;
  border-color: #c35f28;
  color: #c35f28;
}

.btn-outline-secondary {
  color: #c35f28;
  border-color: #c35f28;
}
.btn-outline-secondary:hover {
  background-color: #c35f28;
  border-color: #c35f28;
  color: #ffffff;
}

.btn-success {
  color: #000000;
  background-color: #c2cf2f;
  border-color: #c2cf2f;
}
.btn-success:hover {
  background-color: #ffffff;
  border-color: #c2cf2f;
  color: #000000;
}

.btn-outline-success {
  color: #c2cf2f;
  border-color: #c2cf2f;
  background-color: none;
}
.btn-outline-success:hover {
  background-color: #c2cf2f;
  border-color: #c2cf2f;
  color: #000000;
}

.btn-info {
  background-color: #d0eae6;
  color: #000000;
  border-radius: 50px;
  border-color: #d0eae6;
}
.btn-info:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #d0eae6;
}

.btn {
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 25px;
}
.btn.arrow {
  position: relative;
  padding-right: 100px !important;
}
.btn.arrow:after {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 1.5rem;
  display: inline-block;
  content: "\f138";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-lg {
  font-size: 1.2rem;
  padding: 20px 30px;
}

.btn-sm {
  font-size: 0.8rem;
  padding: 10px 20px;
}

.btn-menu {
  background: transparent;
  border: 1px solid #28282b;
  color: #28282b;
}
.btn-menu:hover, .btn-menu:focus, .btn-menu:active, .btn-menu:focus-visible {
  color: rgba(32, 138, 174, 0.7);
}

/*
.btn-primary {
  background: transparent;
  color: $text;
  border-color: $text;
  border-width: 1px;

  &:hover, &:focus, &:active, &:focus-visible {
    background: $text !important;
    color: $background !important;
    border-color: $text !important;
  }
}

.btn-secondary {
  background: transparent;
  color: $darkBlue;
  border-color: $darkBlue;
  border-width: 1px;

  &:hover, &:focus, &:active, &:focus-visible {
    background: $darkBlue !important;
    color: $offwhite !important;
    border-color: $darkBlue !important;
  }
}
*/
a.button,
input.button {
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 25px;
  margin: 10px 0;
  letter-spacing: 1px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  a.button,
  input.button {
    font-size: 0.8rem;
  }
}

a.button,
input.button {
  cursor: pointer;
  text-decoration: none;
}

a.button:focus,
input.button:focus {
  box-shadow: none;
}

/*
.btn-solid,
a.button,
input.button,
.btn-solid.dark {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.btn-solid.light {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}

.btn-hollow,
.btn-hollow.dark {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

.btn-hollow.light {
  border: 2px solid #fff;
  color: #fff;
}

.btn-hollow:hover,
a.button:hover,
input.button:hover,
.btn-hollow.dark:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-solid:hover,
.btn-solid.dark:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}

.btn-hollow.light:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.btn-solid.light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
*/
/*** Forms & Inputs
----------------------------------------------------------------------------------------------------------------------------------*/
/*** Text, Email, Password ***/
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password] {
  background: #f2f2f3;
  border: 1px solid;
  box-shadow: none;
  border-radius: 3px;
  color: #080b0f !important;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: 1px;
  -webkit-appearance: none;
}

/*** Text Area ***/
textarea.form-control {
  background: #f2f2f3;
  border: 1px solid;
  box-shadow: none;
  border-radius: 3px;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: 150px;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #080b0f !important;
}

/*** Select ***/
select {
  background-color: #f2f2f3;
  border: 1px solid;
  box-shadow: none;
  border-radius: 3px;
  color: #080b0f !important;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 1rem;
  letter-spacing: 1px;
  /* Reset */
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* New Arrow */
  background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
  background-position: calc(100% - 10px) 13px, calc(100% - 5px) 13px, calc(100% - 2.5em) 0.5em;
  background-size: 6px 7px, 6px 7px, 1px 1.5em;
  background-repeat: no-repeat;
}

option {
  color: #080b0f !important;
}

option:first-child {
  color: #080b0f !important;
}

.select2-results__option {
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 10px;
}

.select2-container--default .select2-selection--single {
  box-shadow: none;
  border-radius: 3px;
  color: #080b0f !important;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 1rem;
  letter-spacing: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

/*** Focus ***/
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea.form-control:focus,
.form-control:focus {
  background: #f2f2f3;
  box-shadow: none;
  opacity: 1;
}

/*** Placeholder ***/
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea.form-control::-moz-placeholder, .form-control::-moz-placeholder {
  color: #080b0f !important;
  opacity: 0.6;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
textarea.form-control::placeholder,
.form-control::placeholder {
  color: #080b0f !important;
  opacity: 0.6;
}

div.wpcf7-response-output {
  font-size: 1.5rem;
  text-align: center;
  border: none !important;
}

span.wpcf7-not-valid-tip {
  font-size: 1.3rem;
  font-style: italic;
}

/*** Form Control ***/
.form-control {
  border-radius: 0;
  margin: 10px 0;
}

.wpcf7-spinner {
  position: absolute;
}

/*** Contact Submit ***/
/*** Menu Checkboxes */
.wpcf7-checkbox label {
  display: flex;
}
.wpcf7-checkbox label input {
  display: inline-flex;
  flex-direction: column;
  align-self: start;
  margin-top: 2px;
  margin-right: 5px;
}
.wpcf7-checkbox label span {
  display: inline-flex;
  flex-direction: column;
  line-height: 18px;
}

.wpcf7-form p > span > input {
  margin: 0;
}
.wpcf7-form p > span > select {
  margin: 0;
}

.wpcf7-submit {
  border-radius: 50px !important;
  padding: 10px 20px !important;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-submit {
  background-color: #c2cf2f;
  color: #2c3134;
}

/*** Shop ***/
.woocommerce ul.products li.product .price {
  font-size: 1rem;
  font-family: serif;
  color: #000;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title {
  line-height: 1.5rem;
}

/*** Single Product ***/
#productInfo {
  text-align: center;
  position: relative;
}
#productInfo .price {
  font-size: 2rem;
  font-family: serif;
  color: #000;
}
#productInfo button.single_add_to_cart_button {
  background-color: #000;
}
#productInfo .variations select {
  padding: 0 5px;
}
#productInfo .input-text.qty {
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  right: 0;
}

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

.woocommerce div.product div.images.woocommerce-product-gallery {
  display: none;
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce .single-product .product_meta {
  display: none;
}

.woocommerce div.product form.cart .button {
  float: none;
  display: block;
  margin: auto;
}

h1.product_title {
  font-size: 2rem;
}

.woocommerce-tabs {
  display: none;
}

.related.products {
  margin-top: 5rem;
}

/*** Cart ***/
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img {
  width: 150px;
}

.wp-block-preformatted {
  white-space: normal;
}

pre {
  overflow: unset;
}

.woocommerce-cart-form p, form.checkout p, .woocommerce-table p {
  font-size: 0.875em !important;
  line-height: 1.75 !important;
}

.cartItem .itemBox {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  text-align: center;
  padding: 15px;
}
.cartItem .itemBox .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.cartItem .itemBox .title a {
  text-decoration: none;
}
.cartItem .itemBox p {
  font-size: 0.875em;
}
.cartItem .itemBox .price {
  margin-top: 10px;
}

.update-cart {
  margin: 30px 0;
  text-align: right;
}

/*** Checkout ***/
span.woocommerce-input-wrapper {
  width: 100%;
}

/**
 * Menu 
 */
body.noHero #topBar .navbar-nav > li.contact {
  border: 1px solid var(--menuScrollText);
}

#topBar .navbar-default {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#topBar .menu {
  letter-spacing: 1px;
}
#topBar .menu.mobile {
  margin-left: 15px;
}
#topBar .navbar-nav > li.contact {
  border: 1px solid var(--menuText);
  border-radius: 15px;
  padding: 0 15px;
}
#topBar .navbar-nav > li > .nav-link {
  padding: 10px 15px;
  transition: all 150ms ease;
  font-weight: normal;
  font-size: 18px;
}
#topBar.scrollOn .navbar-nav > li.contact {
  border: 1px solid var(--menuScrollText);
}
#topBar .nav-link {
  display: initial;
  text-decoration: none;
}

/*** Dropdown ***/
#topBar .dropdown-toggle {
  cursor: pointer;
}
#topBar .dropdown-toggle::after {
  position: absolute;
  margin-top: 7px;
  right: 15px;
}
#topBar .dropdown-item {
  transition: all 150ms ease;
  text-decoration: none;
  color: var(--mobileHoverText);
}
#topBar .dropdown-item:focus, #topBar .dropdown-item:hover {
  background: none;
  color: var(--mobileHoverText);
}
#topBar .dropdown-item.active {
  background: none;
  text-decoration: underline;
  color: var(--mobileHoverText);
}
#topBar .dropdown-item .navbar-toggler span {
  background-color: var(--menuText);
  transition: all 150ms ease;
}
#topBar.scrollOn .navbar-toggler span,
#topBar .navbar-toggler.close span {
  background-color: var(--menuScrollText);
}
#topBar .navbar {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  min-height: auto;
}
#topBar .navbar > li {
  float: none;
  display: block;
}

/*** Main Navbar Stuff ***/
/*** Always visible mobile menu button */
.navbar-expand .navbar-toggler,
.navbar-expand-xl .navbar-toggler {
  display: block !important;
}

.navbar-expand .navbar-nav {
  flex-direction: column;
}

.navbar-collapse {
  align-items: start;
}

/*** Mobile Menu ***/
#menu-mobile-menu ul.icons {
  margin: 10px 0 30px;
  position: relative;
}

/*** Toggle Button ***/
#topBar .navbar-toggler {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  padding: 0;
  z-index: 10000;
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.25rem;
  font-weight: normal;
  text-shadow: none;
  box-shadow: none;
  transition: all 150ms ease 150ms;
}
#topBar .navbar-toggler span {
  background: var(--menuText) none repeat scroll 0 0;
  display: block;
  height: 2px;
  width: 25px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 150ms;
  backface-visibility: hidden;
}
#topBar .navbar-toggler span.icon-bar1 {
  margin-bottom: 8px;
}
#topBar .navbar-toggler span.icon-bar2 {
  margin-bottom: 8px;
}
#topBar .navbar-toggler:hover, #topBar .navbar-toggler:focus {
  background: transparent;
  border: none;
  border-radius: 0;
}
#topBar .navbar-toggler:focus, #topBar .navbar-toggler.close:focus {
  outline: none;
  box-shadow: none;
}
#topBar .navbar-toggler.close {
  opacity: 1;
  margin-left: 220px;
  top: 5px;
  transition: all 150ms ease 0;
}
#topBar .navbar-toggler.close span.icon-bar1 {
  margin-top: 0;
  margin-bottom: 0;
  width: 25px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#topBar .navbar-toggler.close span.icon-bar2 {
  margin-bottom: 0;
  opacity: 0;
}
#topBar .navbar-toggler.close span.icon-bar3 {
  margin-top: -4px;
  transform: rotate(-45deg);
}
#topBar .navbar-toggler.close span.icon-bar1,
#topBar .navbar-toggler.close span.icon-bar3 {
  background: none repeat scroll 0 0;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
#topBar .navbar-toggler.close:not(:disabled):not(.disabled):focus, #topBar .navbar-toggler.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
#topBar .right .navbar-toggler.close span.icon-bar1,
#topBar .right .navbar-toggler.close span.icon-bar3 {
  background-color: var(--mobileHoverText);
}
#topBar .left .navbar-toggler.close span.icon-bar1,
#topBar .left .navbar-toggler.close span.icon-bar3 {
  background-color: var(--mobileHoverText);
}
#topBar .full .navbar-toggler.close span.icon-bar1,
#topBar .full .navbar-toggler.close span.icon-bar3 {
  background-color: var(--mobileMenuText);
}
#topBar.scrollOn .navbar-toggler.close {
  margin-top: 0px;
}
#topBar .navbar-nav a.navbar-brand {
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-shadow: none;
  transition: all 150ms ease;
}
#topBar .navbar-nav .navbar-toggler.close a.navbar-brand {
  transition: all 150ms ease;
}

/*** Mobile Menu Wrapper ***/
body.logged-in #topBar .navbar-collapse {
  top: 32px;
}
@media (max-width: 783px) {
  body.logged-in #topBar .navbar-collapse {
    top: 46px;
  }
}

#topBar {
  /*** Nav ul ***/
  /*** Mobile Menu Links Hover ***/
  /*** Mobile Menu Active Page Link ***/
}
#topBar .navbar-collapse {
  background: var(--menuBG);
  padding: 0;
  height: 100%;
  max-height: 100%;
  position: fixed;
  z-index: 9999;
  transition: all 150ms ease;
}
#topBar .navbar-collapse.collapse {
  display: block;
  visibility: hidden;
  opacity: 0;
}
#topBar .navbar-collapse.show {
  visibility: visible;
  opacity: 1;
}
#topBar .right .navbar-collapse {
  width: 280px;
  top: 0;
  bottom: 0;
  right: -280px;
}
#topBar .right .navbar-collapse.show {
  right: 0px;
}
#topBar .left .navbar-collapse {
  background: #01788b; /* Fallback solid color */
  background: linear-gradient(0deg, #01788b 0%, #01525f 63%);
  width: 280px;
  top: 0;
  bottom: 0;
  left: -280px;
  overflow: scroll;
}
#topBar .left .navbar-collapse.show {
  left: 0px;
}
#topBar .full .navbar-collapse {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#topBar .text-right .navbar-nav > li > .nav-link {
  text-align: right;
}
#topBar .text-left .navbar-nav > li > .nav-link {
  text-align: left;
}
#topBar .text-center .navbar-nav > li > .nav-link {
  text-align: center;
}
#topBar .navbar-nav {
  margin: 0;
  padding: 0;
  transition: all 150ms ease;
  width: 100%;
  /*** Mobile Menu Links ***/
}
#topBar .navbar-nav > li {
  background: #c35f28;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #ac5423;
  /* Custom Menu Item Styles */
}
#topBar .navbar-nav > li .nav-link {
  background: none;
  padding: 15px 15px 15px 50px;
  line-height: 20px;
  font-size: 1.2rem;
  color: var(--mobileMenuText);
  display: block;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#topBar .navbar-nav > li .nav-link:hover {
  background-color: #ffffff !important;
  color: #c35f28;
}
#topBar .navbar-nav > li .nav-link::before {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 10px;
  margin-top: -2px;
}
#topBar .navbar-nav > li.close-item {
  background: linear-gradient(0deg, #01788b 0%, #01525f 63%);
  height: 45px;
  width: 280px;
  z-index: 99999;
  position: fixed;
  border: none;
}
#topBar .navbar-nav > li.home-menu {
  background-color: #c2cf2f;
  border: none;
  margin-top: 45px;
}
#topBar .navbar-nav > li.home-menu .nav-link {
  background-color: #c2cf2f;
  color: #005866 !important;
  border: none;
}
#topBar .navbar-nav > li.home-menu .nav-link:hover {
  color: #c35f28 !important;
}
#topBar .navbar-nav > li.home-menu .nav-link::before {
  content: url("../images/site/home-menu-icon.png");
}
#topBar .navbar-nav > li.home-menu .nav-link:hover::before {
  content: url("../images/site/home-menu-hover-icon.png");
}
#topBar .navbar-nav > li.coalition-menu .nav-link::before {
  content: url("../images/site/coalition-menu-icon.png");
}
#topBar .navbar-nav > li.coalition-menu .nav-link:hover::before {
  content: url("../images/site/coalition-menu-hover-icon.png");
}
#topBar .navbar-nav > li.resources-menu .nav-link::before {
  content: url("../images/site/resources-menu-icon.png");
}
#topBar .navbar-nav > li.resources-menu .nav-link:hover::before {
  content: url("../images/site/resources-menu-hover-icon.png");
}
#topBar .navbar-nav > li.updates-menu .nav-link::before {
  content: url("../images/site/updates-menu-icon.png");
}
#topBar .navbar-nav > li.updates-menu .nav-link:hover::before {
  content: url("../images/site/updates-menu-hover-icon.png");
}
#topBar .navbar-nav > li.contact-menu .nav-link::before {
  content: url("../images/site/contact-menu-icon.png");
}
#topBar .navbar-nav > li.contact-menu .nav-link:hover::before {
  content: url("../images/site/contact-menu-hover-icon.png");
}
#topBar .navbar-nav > li.menu-form {
  background: transparent;
  border-bottom: none;
  color: #ffffff;
  padding: 15px;
}
#topBar .navbar-nav > li.menu-form .menu-social {
  text-align: center;
}
#topBar .navbar-nav > li.menu-form .menu-social i {
  margin: 0 15px;
  color: #ffffff;
  font-size: 40px;
}
#topBar .navbar-nav > li.menu-form .menu-social img.underscore {
  margin: 30px 0;
}
#topBar .navbar-nav > li.menu-form .formTop {
  margin-bottom: 15px;
}
#topBar .navbar-nav > li.menu-form .formTop p {
  text-align: center;
  margin: 0;
}
#topBar .navbar-nav > li.menu-form .formTop p span.title {
  font-size: 1rem;
  font-weight: bold;
}
#topBar .navbar-nav > li.menu-form .formTop p span.subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: lighter;
}
#topBar .navbar-nav > li.menu-form p {
  font-size: 1rem;
  font-weight: lighter;
}
#topBar .navbar-nav > li.menu-form p label {
  margin: 0;
}
#topBar .navbar-nav > li.menu-form p .wpcf7-list-item-label {
  font-size: 0.8rem;
}
#topBar .navbar-nav > li.menu-form p input,
#topBar .navbar-nav > li.menu-form p select {
  border-radius: 8px;
  padding: 6px 10px;
}
#topBar .navbar-nav > li.menu-form .menu-bottom {
  text-align: center;
}
#topBar .navbar-nav > li.menu-form .menu-bottom img.underscore {
  margin: 15px 0 30px;
}
#topBar .navbar-nav > li > .nav-link:hover,
#topBar .navbar-nav > li > .nav-link:focus {
  background: none;
}
#topBar .navbar-nav > li > .nav-link.active,
#topBar .navbar-nav > li > .nav-link.active:hover,
#topBar .navbar-nav > li > .nav-link.active:focus {
  background: none;
}
#topBar .dropdown-menu {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#topBar .dropdown-menu > li {
  margin: 0;
}
#topBar .dropdown-menu > li .dropdown-item {
  padding: 5px 0 5px 50px;
  text-align: left;
  font-size: 0.9rem;
}
#topBar .dropdown-menu > li .dropdown-item.active {
  background: none;
}
#topBar .dropdown-menu > li .dropdown-item:hover {
  background-color: #ffffff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #c35f28;
}
#topBar .dropdown-toggle,
#topBar .dropdown-toggle:focus,
#topBar .dropdown-toggle:active,
#topBar .dropdown-toggle:hover {
  border: none;
}
#topBar li.dropdown.show .dropdown-toggle {
  border: none;
}

@media (max-width: 991.98px) {
  #topBar .navbar-nav > li > .nav-link.active {
    height: auto;
  }
  #topBar .navbar-nav .nav-link {
    padding: 3px 0px;
    display: inline-block;
  }
}
/*** Content Panels
----------------------------------------------------------------------------------------------------------------------------------*/
#heroPanels {
  margin-top: 120px;
}
#heroPanels .contentPanel {
  padding: 0;
  margin: 0;
  position: relative;
}
#heroPanels .contentContent {
  padding-left: 15px;
  padding-right: 15px;
}

.contentPanel {
  position: relative;
  background-repeat: no-repeat;
  margin: 0;
}
.contentPanel .overlay {
  z-index: 1;
}
.contentPanel .slider {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.contentPanel .slider .cycle-slideshow {
  height: 100%;
  position: relative;
}
.contentPanel .slider .cycle-slideshow .imgSlide {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contentPanel .slider .cycle-slideshow .imgSlide:not(:first-child) {
  display: none;
}
.contentPanel .slider .cycle-slideshow.zoom .imgSlide {
  transition: transform 20s;
}
.contentPanel .slider .cycle-slideshow.zoom .imgSlide.cycle-slide-active {
  transform: scale(1.5);
}
.contentPanel .row {
  height: 100%;
}
.contentPanel .row .smallImg .innerImg {
  margin-top: 10px;
}
.contentPanel.full {
  min-height: 100vh;
}
@media (max-width: 767.98px) {
  .contentPanel.full {
    min-height: 95vh;
  }
}
.contentPanel .content {
  height: 100%;
}
@media (max-width: 767.98px) {
  .contentPanel .content .buttons {
    margin-top: 15px;
  }
}
.contentPanel .content ul.footerMenu {
  margin: 0;
  padding: 0;
}
.contentPanel .content ul.footerMenu > li {
  list-style: none;
  margin: 5px 0;
}
.contentPanel .content ul.footerLinks {
  margin: 0;
  padding: 0;
}
.contentPanel .content ul.footerLinks > li {
  list-style: none;
  margin: 5px 0;
}
.contentPanel .contentImage {
  height: 100%;
}
.contentPanel .contentImage .innerBox,
.contentPanel .contentImage .innerImg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .contentPanel .contentImage .innerImg {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.contentPanel .contentContent {
  position: relative;
  z-index: 2;
}
.contentPanel .contentContent .innerBox {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .contentPanel .contentContent .innerBox {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contentPanel .contentContent .innerBox .order-first {
    text-align: center;
    margin-bottom: 15px;
  }
}
.contentPanel .contentContent .border-on {
  padding: 15px;
  margin: 0 15px;
}
@media (max-width: 576px) {
  .contentPanel .contentContent .border-on {
    margin: 0;
  }
}
.contentPanel .tabBox {
  padding-top: 3vw;
}
@media (max-width: 991.98px) {
  .contentPanel .setSize {
    height: auto !important;
  }
}

.contentPanel.firstScroll .innerBox {
  opacity: 1;
  transform: translate(0px, 0px);
}
.contentPanel.firstScroll .innerImg {
  opacity: 1;
  transform: translate(0px, 0px);
}

/* Buttons */
.buttons {
  margin-top: 15px;
}
.buttons > ul {
  margin: 0;
  padding: 0;
}
.buttons > ul > li {
  list-style: none;
}
.buttons > ul.inline > li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .buttons > ul.inline > li {
    margin-right: 0;
  }
}
.buttons > ul.inline > li:last-of-type {
  margin: 0;
}
.buttons > ul.stacked > li {
  display: block;
}

/*** Feature Boxes ***/
.featureBoxes {
  height: auto;
  background: #ffffff;
  padding: 3rem;
  margin: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .featureBoxes {
    padding: 1rem;
  }
}
.featureBoxes .inside {
  max-width: 1500px;
}
.featureBoxes .inside .buttons {
  margin-top: 30px;
}
.featureBoxes .boxWrap {
  position: relative;
  margin: 25px 0;
}
.featureBoxes .boxWrap .content {
  background: #fff;
  box-shadow: 8px 8px 10px rgba(55, 55, 55, 0.3);
  border-radius: 12px;
  padding: 30px;
  margin: 0 25px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .featureBoxes .boxWrap .content {
    margin: 0 15px;
  }
}
.featureBoxes .boxWrap.bgImage {
  padding: 0 30px;
}
.featureBoxes .boxWrap.bgImage .featureBox {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0;
  height: 100%;
}
.featureBoxes .boxWrap.bgImage .featureBox .content {
  height: auto;
  margin-top: 50%;
}

/*** Feature Grid ***/
.featureGrid {
  height: auto;
  background: #ffffff;
  padding: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .featureGrid .full {
    padding-bottom: 30px;
  }
}
.featureGrid .boxWrap {
  height: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .featureGrid .boxWrap {
    padding-bottom: 30px;
  }
}
.featureGrid .boxWrap > .row {
  height: 100%;
}
.featureGrid .boxWrap .featureBox p {
  margin: 0;
}
.featureGrid .boxWrap .featureBox a {
  text-decoration: none;
}
.featureGrid .boxWrap .featureBox a:hover {
  text-decoration: none;
}
.featureGrid .boxWrap .featureBox .bgImage {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  height: 100%;
}
.featureGrid .boxWrap .featureBox .bgImage .overlay {
  transition: opacity 300ms;
}
.featureGrid .boxWrap .featureBox .bgImage .content {
  padding: 30px;
  min-height: 300px;
  transition: opacity 300ms;
  z-index: 1;
}
.featureGrid .boxWrap.cover .featureBox .overlay {
  opacity: 1;
}
.featureGrid .boxWrap.cover .featureBox .content {
  opacity: 1;
}
.featureGrid .boxWrap.hover .featureBox .overlay {
  opacity: 0;
}
.featureGrid .boxWrap.hover .featureBox .content {
  opacity: 0;
}
.featureGrid .boxWrap.hover:hover .featureBox .overlay {
  opacity: 1;
}
.featureGrid .boxWrap.hover:hover .featureBox .content {
  opacity: 1;
}

/*** Gallery ***/
.galleryWrap {
  min-height: 50vh;
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}
.galleryWrap .col {
  margin-bottom: 30px;
}
.galleryWrap .galleryImg img {
  width: auto;
  margin-bottom: 30px;
  transform: scale(0.9);
  transition: all 300ms ease;
}
.galleryWrap .galleryImg img:hover {
  transform: scale(1.1);
}
.galleryWrap .galleryImg img.small {
  width: 150px;
}
.galleryWrap .galleryImg img.medium {
  width: 300px;
}
.galleryWrap .galleryImg img.large {
  width: 500px;
}
.galleryWrap .galleryContent {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .galleryWrap .setSize {
    height: auto !important;
  }
}
@media (max-width: 767.98px) {
  .galleryWrap .galleryImg img {
    /*width: 100%;*/
    height: auto !important;
    margin-bottom: 15px;
  }
}

/*** Testimonial Panel ***/
.testimonialSliderWrap {
  background-color: #ffffff;
  color: #28282b;
  position: relative;
}
.testimonialSliderWrap div.testimonialText {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 3rem;
}
.testimonialSliderWrap div.testimonialText::before {
  content: '"';
}
.testimonialSliderWrap div.testimonialText::after {
  content: '"';
}
.testimonialSliderWrap div.author {
  font-size: 1.2rem;
  margin: 0;
}
.testimonialSliderWrap div.addInfo {
  font-size: 0.9rem;
}
.testimonialSliderWrap .testimonialSlide {
  width: 100%;
}
.testimonialSliderWrap .testimonialSlide p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  font-style: italic;
  font-weight: 100;
}
.testimonialSliderWrap .testimonialSlide:not(:first-child) {
  display: none;
}
.testimonialSliderWrap #testimonialPrev .chevron {
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 100%;
}
.testimonialSliderWrap #testimonialNext .chevron {
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 100%;
}
.testimonialSliderWrap .chevron::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 30px;
  left: 0.15em;
  position: relative;
  top: calc(50% - 15px);
  transform: rotate(-45deg);
  vertical-align: top;
  width: 30px;
  color: var(--text-color);
  transition: all 100ms;
}
.testimonialSliderWrap .chevron.right:before {
  left: -30px;
  transform: rotate(45deg);
}
.testimonialSliderWrap .chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.testimonialSliderWrap .chevron.left:before {
  left: 30px;
  transform: rotate(-135deg);
}
.testimonialSliderWrap .chevron.right:hover::before {
  transform: rotate(45deg) scale(1.2);
}
.testimonialSliderWrap .chevron.bottom:hover::before {
  transform: rotate(135deg) scale(1.2);
}
.testimonialSliderWrap .chevron.left:hover::before {
  transform: rotate(-135deg) scale(1.2);
}
@media (max-width: 991.98px) {
  .testimonialSliderWrap div.testText {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .testimonialSliderWrap h4.author {
    font-size: 1rem;
  }
  .testimonialSliderWrap #testimonialPrev,
  .testimonialSliderWrap #testimonialNext {
    display: none;
  }
  .testimonialSliderWrap .setSize {
    max-height: auto;
    padding: 3rem 15px;
  }
}

@media (max-width: 575.98px) {
  .testimonialSliderWrap div.testText {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }
  .testimonialSliderWrap h4.author {
    font-size: 0.9rem;
  }
}
/*** FAQ Panel ***/
.faqPanel {
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
}
.faqPanel h2 {
  margin-bottom: 30px;
}
.faqPanel #accordion {
  margin: 30px auto 0;
  padding: 0 12px;
}
.faqPanel .card {
  background: none;
  border: none;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 30px;
}
.faqPanel .card-header {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.faqPanel .card-header h5 {
  font-weight: bold;
  margin: 0;
}
.faqPanel .card-header a {
  display: block;
  /*padding: 20px 50px 20px 15px;*/
  padding: 0 50px 0 0;
  color: var(--text-color);
  position: relative;
  text-decoration: none;
}
.faqPanel .card-header a:hover,
.faqPanel .card-header a:focus,
.faqPanel .card-header a:active {
  text-decoration: none;
  color: var(--text-color);
}
.faqPanel .card-header img {
  height: 20px !important;
  width: auto !important;
  margin-right: 15px;
  margin-top: -4px;
  margin-left: -35px;
}
.faqPanel .dirLines {
  top: 53%;
  position: absolute;
  right: 10px;
}
.faqPanel .dirLines span {
  backface-visibility: hidden;
  /* This is the color of the lines */
  background: #c2cf2f none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin: 0;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  width: 20px;
}
.faqPanel .dirLines span.line1 {
  transform: rotate(48deg);
  margin-left: 12px;
}
.faqPanel .dirLines span.line2 {
  transform: rotate(-48deg);
  margin-top: -2px;
}
.faqPanel a.collapsed .dirLines span.line1 {
  transform: rotate(-48deg);
}
.faqPanel a.collapsed .dirLines span.line2 {
  transform: rotate(48deg);
}
.faqPanel .card-body {
  border: none;
  padding: 15px 0;
  color: var(--text-color);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .faqPanel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .faqPanel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*** Background Slider ***/
.slideshow {
  min-height: 500px;
  position: relative;
}
.slideshow .overlay {
  z-index: 1;
}
.slideshow .bgSlider {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.slideshow .bgSlider .cycle-slideshow {
  height: 100%;
  position: relative;
}
.slideshow .bgSlider .cycle-slideshow .imgSlide {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slideshow .bgSlider .cycle-slideshow .imgSlide:not(:first-child) {
  display: none;
}

/*** Slideshow Panel ***/
.slideshowPanel {
  background-color: #ffffff;
  color: #28282b;
  position: relative;
}
.slideshowPanel .slideWrap {
  min-height: 500px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.slideshowPanel .panelSlides {
  position: relative;
  overflow: hidden;
  z-index: 50;
}
.slideshowPanel .slide {
  width: 100%;
  height: 100%;
}
.slideshowPanel .slide > img {
  width: 100%;
  height: 100% !important;
}
.slideshowPanel .slide:not(:first-child) {
  display: none;
}
.slideshowPanel .prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100px;
}
.slideshowPanel .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: 100%;
  width: 100px;
}
.slideshowPanel .chevron::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 30px;
  left: 0.15em;
  position: relative;
  top: calc(50% - 15px);
  transform: rotate(-45deg);
  vertical-align: top;
  width: 30px;
  color: var(--text-color);
  transition: all 100ms;
}
.slideshowPanel .chevron.right:before {
  left: 30px;
  transform: rotate(45deg);
}
.slideshowPanel .chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.slideshowPanel .chevron.left:before {
  left: 40px;
  transform: rotate(-135deg);
}
.slideshowPanel .chevron.right:hover::before {
  transform: rotate(45deg) scale(1.2);
}
.slideshowPanel .chevron.bottom:hover::before {
  transform: rotate(135deg) scale(1.2);
}
.slideshowPanel .chevron.left:hover::before {
  transform: rotate(-135deg) scale(1.2);
}
@media (max-width: 767.98px) {
  .slideshowPanel .prev,
  .slideshowPanel .next {
    display: none;
  }
}

/*** Footer Panel ***/
#footerPanels {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*** Full Width Footer Panel ***/
#fullFooter > .row {
  min-height: 500px;
}

/*** Menu Footer Panel ***/
#menuFooter {
  padding-top: 50px;
  padding-bottom: 80px;
}

.footerMenu {
  margin-top: 15px;
}
.footerMenu p {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}
.footerMenu ul {
  padding: 0;
  margin: 15px 0 30px;
}
.footerMenu ul > li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 0.9rem;
  display: inline-block;
  width: 40%;
}
.footerMenu ul > li a {
  color: #01788b;
}

.footText {
  font-weight: 300;
}
.footText a {
  color: #ffffff;
}

.subtitleBarPanel {
  padding: 15px 5vw;
  background-color: #c2cf2f;
  font-size: 1.5rem;
}
.subtitleBarPanel i {
  font-size: 30px;
  color: #000000;
  margin: 0 15px;
}

.titleBarPanel {
  background-color: #01788b;
  color: #ffffff;
  padding: 0 30px;
}
.titleBarPanel h2 {
  font-size: 2rem;
  margin: 10px 0;
}
.titleBarPanel.blog_single {
  background: #01788b;
}
.titleBarPanel.blog_single h2 {
  color: #fff;
  text-transform: uppercase;
}

/*** Content Intro ***/
.contentIntro .titleBar {
  position: absolute;
  left: 0;
  top: 0;
  width: -moz-max-content;
  width: max-content;
  padding-left: 3rem;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 25px;
  font-weight: bold;
}
.contentIntro .innerBox {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .contentIntro .innerBox {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.contentIntro .titleBar + .innerBox {
  min-height: 5rem;
}
@media (max-width: 767.98px) {
  .contentIntro .titleBar + .innerBox {
    margin-top: 30px;
  }
}

/*** Regular Pages ***/
#pagePanel {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*** Blog Index ***/
.postIndex {
  margin: 3rem 0;
}
.postIndex article {
  margin-bottom: 3rem;
  padding: 0 30px;
}
.postIndex article .post_box {
  box-shadow: 0 5px 10px 0 #ccc;
  border-radius: 10px;
  height: 100%;
  padding: 15px 30px;
}
.postIndex article .post_box .post-title {
  margin-bottom: 5px;
}
.postIndex article .post_box .post-title a {
  font-weight: bold;
  color: #bb2164;
}
.postIndex article .post_box .post-date {
  font-size: 0.8rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.postIndex article .post_box .readmore {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #bb2164;
}

/*** Blog Single ***/
.postSingle {
  margin: 3rem 0;
}
.postSingle .navigation {
  margin: 3rem 0;
}
.postSingle #comments h2 {
  font-size: 2rem;
}
.postSingle #commentform label {
  display: block;
}
.postSingle #commentform textarea {
  display: block;
  width: 100%;
}

/*** Sidebar ***/
#sidebar .widget_search {
  margin-bottom: 15px;
}
#sidebar .widget_search .wp-block-search__inside-wrapper {
  padding: 0;
}
#sidebar .widget_search label.wp-block-search__label {
  display: none;
}
#sidebar .widget_search .wp-block-search__button {
  background-color: #01788b;
  color: #fff;
  border: none;
  box-shadow: none;
}
#sidebar .widget_search .wp-block-search__button svg {
  fill: #ffffff;
}
#sidebar h2 {
  font-size: 1.5rem;
  margin: 0;
}
#sidebar ul {
  margin: 0;
}
#sidebar ul li {
  margin-top: 0;
}
#sidebar ol {
  padding: 0;
}

#categoryPanel {
  margin-bottom: 3rem;
}
#categoryPanel ul {
  border-top: 2px solid #000000;
  margin: 0;
  padding: 15px 0;
}
#categoryPanel ul > li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
#categoryPanel ul > li > a {
  text-decoration: none;
  color: #01788b;
}
#categoryPanel ul > li > a:after {
  content: ", ";
}
#categoryPanel ul > li:last-of-type > a:after {
  content: "";
}

#indexPanel {
  background: #ffffff;
  color: #28282b;
  padding-top: 3vw;
  padding-bottom: 0;
  margin: 0;
}
#indexPanel .author {
  color: #d0eae6;
}

.indexRow {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.indexImage {
  text-align: center;
}
@media (min-width: 992px) {
  .indexImage {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .indexImage {
    padding-left: 0;
    padding-right: 0;
  }
}
.indexImage img {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 1200px) {
  .indexImage img {
    max-height: 1000px !important;
    width: auto !important;
  }
}

.indexInfo {
  text-align: left;
}
@media (min-width: 992px) {
  .indexInfo {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .indexInfo {
    padding-left: 0;
    padding-right: 0;
  }
}
.indexInfo h4 {
  color: #28282b;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .indexImage {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .indexImage {
    margin-bottom: 30px;
  }
}
/*** Navigation ***/
#pageinationPanel {
  background: #ffffff;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.navigation {
  padding-left: 30px;
}
.navigation > .page-numbers {
  margin: 0 10px;
  color: #d0eae6;
  text-decoration: none;
}
.navigation > .page-numbers.current {
  color: #28282b;
}
.navigation > .page-numbers .bi {
  color: #d39684;
  font-size: 1.2rem;
}

/*** Post Pages ***/
.blogPanel {
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.blogPanel h3 {
  margin-top: 5rem;
}
.blogPanel .postContent {
  max-width: 900px;
}
.blogPanel .postMeta {
  border-top: 2px solid #28282b;
  margin-bottom: 3rem;
  padding-top: 15px;
  color: #777;
}

/*** Blog Sidebar ***/
.postSidebar {
  margin-top: -15px;
}

.widget {
  padding: 15px;
}
.widget h2 {
  font-size: 20px;
  line-height: 25px;
}
.widget ul,
.widget ol {
  padding: 0;
  margin: 0;
}
.widget ul > li,
.widget ol > li {
  list-style: none;
  margin: 10px 0;
}

/*** Social Media ***/
.social {
  margin-top: 30px;
}
.social > a > .fa {
  font-size: 2rem;
  display: inline-block;
  margin: 0 15px;
}

/*** Search Form ***/
.mobile-search {
  padding: 0 15px;
}

.searchfield {
  margin: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.search-btn {
  background-color: #01788b;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.search-btn > img {
  margin-top: -3px;
}

input[type=text].searchfield {
  border: 2px solid #28282b;
  border-right: none;
  margin: 10px 0;
  display: inline-block;
}

input[type=text].searchfield:focus {
  color: #28282b;
}

input[type=text].searchfield::-moz-placeholder {
  color: #28282b;
}

input[type=text].searchfield::placeholder {
  color: #28282b;
}

/*** Extra Stuff ***/
.clear {
  clear: both;
}

hr {
  border-color: #01788b;
  border-width: 2px;
  margin-top: 30px;
  margin-bottom: 0;
}

/*** Images ***/
img {
  max-width: 100%;
  height: auto !important;
  position: relative;
  z-index: 1;
}

p img {
  padding: 0;
  max-width: 100%;
  height: auto !important;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 0;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 0;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter figcaption {
  text-align: center;
}

iframe {
  max-width: 100%;
}

/*** Img Captions ***/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: none;
  text-align: center;
  background-color: transparent;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
  width: 100% !important;
  max-width: 100%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 98%;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  padding: 0 4px 5px;
  margin: 0;
}

/*** JQuery UI ***/
.ui-datepicker .ui-datepicker-buttonpane button {
  height: 25px;
}

/*** Gallery Overrides ***/
.greyOut img {
  filter: grayscale(100%);
}
.greyOut img:hover {
  filter: grayscale(0);
}

/*** 404 ***/
.error-404 {
  max-width: 500px;
  padding: 3rem 0;
}/*# sourceMappingURL=main.css.map */