/* cacgrading variables */
:root {
  --cac-green: #4c7e72;
  --cac-green-hover: #426e64;
  --cac-primary: #4d7f71;
  --cac-primary-hover: #436f63;
  --cac-darker: #16342e;
  --cac-darker-hover: #0e221e;
  --cac-lighter: #b2cbc0;
  --cac-lighter-hover: #a3c1b4;
  --cac-lightest: #edf3f0;
  --cac-lightest-hover: #dee9e3;
  --cac-gold: #d2ba83;
  --cac-gold-hover: #cbb070;
  --cac-burgundy: #602234;
  --cac-burgundy-hover: #4d1b2a;
  --cac-heading: #555;
  --cac-footer-green: #1f3b34;
  --cac-dark-green: #1f3b34;
  --cac-content-max-width: 1280px;
  --cac-navbar-height: 72px;
  --cac-gray: #f3f3f3;
  --cac-dark-brown: #896a3e;
}

@media(min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media(min-width:768px) {
  .container {
    max-width: 750px
  }
}
@media(min-width:992px) {
  .container {
    max-width: 970px
  }
}
@media(min-width:1200px) {
  .container {
    max-width: 1170px
  }
}
.dark .modal-content {
  color: #eee;
  border-color: #555;
  background-color: #383838;
}
.dark .modal-header {
  border-bottom-color: rgba(255, 255, 255, .15);
}
dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0
}
::selection {
  background: var(--cac-green);
  color: #fff;
  text-shadow: none
}
::-moz-selection {
  background: var(--cac-green);
  color: #fff;
  text-shadow: none
}
::-webkit-selection {
  background: var(--cac-green);
  color: #fff;
  text-shadow: none
}
:active, :focus {
  outline: 0 !important
}
body, body.dark-mode span.select2-results {
  color: #555;
  font-family: Inter, sans-serif;
}
body.dark-mode {
  color: #fff;
  background-color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Inter, sans-serif;
}
a {
  text-decoration: none !important;
  color: var(--cac-green)
}
a:hover {
  color: #222
}
a img {
  border: none
}
img {
  max-width: 100%;
}
iframe {
  border: none !important
}
.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #eee
}
.dark .line {
  border-top-color: rgba(255, 255, 255, .1);
}
.line.line-sm {
  margin: 30px 0
}
.topmargin {
  margin-top: 50px !important
}
.bottommargin {
  margin-bottom: 50px !important
}
.clear-bottommargin {
  margin-bottom: -50px !important
}
.allmargin-sm {
  margin: 30px !important
}
.leftmargin-sm {
  margin-left: 30px !important
}
.rightmargin-sm {
  margin-right: 30px !important
}
.topmargin-sm {
  margin-top: 30px !important
}
.bottommargin-sm {
  margin-bottom: 30px !important
}
.clear-bottommargin-sm {
  margin-bottom: -30px !important
}
.allmargin-lg {
  margin: 80px !important
}
.leftmargin-lg {
  margin-left: 80px !important
}
.rightmargin-lg {
  margin-right: 80px !important
}
.topmargin-lg {
  margin-top: 80px !important
}
.bottommargin-lg {
  margin-bottom: 80px !important
}
.clear-bottommargin-lg {
  margin-bottom: -80px !important
}
.nomargin {
  margin: 0 !important
}
.noleftmargin {
  margin-left: 0 !important
}
.norightmargin {
  margin-right: 0 !important
}
.notopmargin {
  margin-top: 0 !important
}
.nobottommargin {
  margin-bottom: 0 !important
}
.noborder {
  border: none !important
}
.noleftborder {
  border-left: none !important
}
.norightborder {
  border-right: none !important
}
.notopborder {
  border-top: none !important
}
.nobottomborder {
  border-bottom: none !important
}
.col-padding {
  padding: 60px
}
.hidden {
  display: none !important
}
.inline-block {
  float: none !important;
  display: inline-block !important
}
.center {
  text-align: center !important
}
.color {
  color: var(--cac-green) !important
}
.font-body {
  font-family: Inter, sans-serif
}
.font-primary {
  font-family: Inter, sans-serif
}
.section {
  position: relative;
  margin: 0px 0;
  padding: 60px 0;
  background-color: #f9f9f9;
  overflow: hidden
}
.section .container {
  z-index: 2
}
.col_full {
  width: 100%
}
.sidebar {
  width: 22%
}
.col_two_fifth {
  width: 37.6%
}
.col_three_fifth {
  width: 58.4%
}
.col_five_sixth, .col_four_fifth, .col_full, .col_half, .col_one_fifth, .col_one_fourth, .col_one_sixth, .col_one_third, .col_three_fifth, .col_three_fourth, .col_two_fifth, .col_two_third, .postcontent, .sidebar {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
  float: left
}
.col_full {
  clear: both;
  float: none;
  margin-right: 0
}
.col_last {
  margin-right: 0 !important;
  float: right;
  clear: right
}
#content {
  position: relative;
  overflow: hidden;
  background-color: #fff
}
#content p {
  line-height: 1.8
}
.content-wrap {
  position: relative;
  padding: 80px 0
}
#content .container {
  position: relative
}
.grid-container {
  position: relative;
  overflow: hidden
}
body:not(.device-touch) .grid-container {
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease
}
.modal-padding {
  padding: 40px
}
.well .line {
  margin: 20px 0;
  border-color: #e5e5e5
}
#posts {
  position: relative
}
.overlay-icon {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, .2);
  text-align: center
}
.overlay-icon i {
  line-height: 48px;
  font-size: 28px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}
div.alignleft, img.alignleft {
  float: left;
  margin: 5px 20px 13px 0;
  max-width: 100%
}
div.aligncenter > img, div.alignleft > img, div.alignnone > img, div.alignright > img {
  display: block;
  float: none
}
div.aligncenter, div.alignnone, img.aligncenter, img.alignnone {
  display: block;
  margin: 10px 0;
  float: none
}
div.aligncenter, div.aligncenter img, img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  clear: both
}
div.alignright, img.alignright {
  float: right;
  margin: 5px 0 13px 20px
}
.feature-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px
}
.feature-box:first-child {
  margin-top: 0
}
.feature-box .fbox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0
}
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff
}
.feature-box .fbox-icon i, .feature-box .fbox-icon img {
  border-radius: 50%;
  background-color: var(--cac-green)
}
.feature-box .fbox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px
}
.feature-box h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #333
}
.feature-box p {
  margin: 8px 0 0;
  color: #999
}
.feature-box .before-heading {
  font-size: 14px
}
.feature-box.fbox-large {
  padding: 0 0 0 115px
}
.feature-box.fbox-large .fbox-icon {
  width: 96px;
  height: 96px
}
.feature-box.fbox-large .fbox-icon i {
  font-size: 42px;
  line-height: 96px
}
.feature-box.fbox-outline .fbox-icon {
  border: 1px solid var(--cac-green);
  border-radius: 50%;
  padding: 3px
}
.feature-box.fbox-outline .fbox-icon i {
  line-height: 56px
}
.feature-box.fbox-outline.fbox-large .fbox-icon {
  padding: 4px
}
.feature-box.fbox-outline.fbox-large .fbox-icon i {
  line-height: 86px
}
.feature-box.fbox-rounded .fbox-icon {
  border-radius: 3px !important
}
.feature-box.fbox-rounded .fbox-icon i, .feature-box.fbox-rounded .fbox-icon img {
  border-radius: 3px !important
}
.feature-box.fbox-rounded.fbox-large .fbox-icon {
  border-radius: 4px !important
}
.feature-box.fbox-rounded.fbox-large .fbox-icon i, .feature-box.fbox-rounded.fbox-large .fbox-icon img {
  border-radius: 4px !important
}
.feature-box.fbox-light.fbox-outline .fbox-icon {
  border-color: #e5e5e5
}
.feature-box.fbox-light .fbox-icon i, .feature-box.fbox-light .fbox-icon img {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  color: #444
}
.feature-box.fbox-light .fbox-icon i {
  line-height: 62px
}
.feature-box.fbox-light.fbox-outline .fbox-icon i {
  line-height: 54px
}
.feature-box.fbox-light.fbox-large .fbox-icon i {
  line-height: 96px
}
.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i {
  line-height: 84px
}
.feature-box.fbox-dark.fbox-outline .fbox-icon {
  border-color: #444
}
.feature-box.fbox-dark .fbox-icon i, .feature-box.fbox-dark .fbox-icon img {
  background-color: #333
}
.feature-box.fbox-border .fbox-icon {
  border: 1px solid var(--cac-green);
  border-radius: 50%
}
.feature-box.fbox-border .fbox-icon i, .feature-box.fbox-border .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: var(--cac-green)
}
.feature-box.fbox-border .fbox-icon {
  padding: 0
}
.feature-box.fbox-border .fbox-icon i {
  line-height: 62px !important
}
.feature-box.fbox-border.fbox-large .fbox-icon i {
  line-height: 94px !important
}
.feature-box.fbox-border.fbox-light .fbox-icon {
  border-color: #e5e5e5
}
.feature-box.fbox-border.fbox-light .fbox-icon i, .feature-box.fbox-border.fbox-light .fbox-icon img {
  color: #888
}
.feature-box.fbox-border.fbox-dark .fbox-icon {
  border-color: #333
}
.feature-box.fbox-border.fbox-dark .fbox-icon i, .feature-box.fbox-border.fbox-dark .fbox-icon img {
  color: #444
}
.feature-box.fbox-plain .fbox-icon {
  border: none !important;
  height: auto !important
}
.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
  border: none !important;
  background-color: transparent !important;
  color: var(--cac-green);
  border-radius: 0
}
.feature-box.fbox-plain .fbox-icon i {
  font-size: 48px;
  line-height: 1 !important
}
.feature-box.fbox-plain .fbox-icon img {
  height: 64px
}
.feature-box.fbox-plain.fbox-image .fbox-icon {
  width: auto
}
.feature-box.fbox-plain.fbox-image .fbox-icon img {
  width: auto;
  display: inline-block
}
.feature-box.fbox-plain.fbox-small {
  padding-left: 42px
}
.feature-box.fbox-plain.fbox-small .fbox-icon {
  width: 28px
}
.feature-box.fbox-plain.fbox-small h3 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px
}
.feature-box.fbox-plain.fbox-small p {
  margin-left: -42px
}
.feature-box.fbox-plain.fbox-small .fbox-icon i {
  font-size: 28px
}
.feature-box.fbox-plain.fbox-small .fbox-icon img {
  height: 28px
}
.feature-box.fbox-plain.fbox-large .fbox-icon i {
  font-size: 72px
}
.feature-box.fbox-plain.fbox-large .fbox-icon img {
  height: 96px
}
.feature-box.fbox-plain.fbox-light .fbox-icon i, .feature-box.fbox-plain.fbox-light .fbox-icon img {
  color: #888
}
.feature-box.fbox-plain.fbox-dark .fbox-icon i, .feature-box.fbox-plain.fbox-dark .fbox-icon img {
  color: #444
}
.feature-box.fbox-center {
  padding: 0;
  text-align: center
}
.feature-box.fbox-center.fbox-small {
  padding-left: 0 !important
}
.feature-box.fbox-center .fbox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px
}
.feature-box.fbox-center .fbox-icon i {
  font-size: 42px;
  line-height: 96px
}
.feature-box.fbox-center.fbox-outline .fbox-icon i {
  line-height: 88px
}
.feature-box.fbox-center p {
  font-size: 14px;
  margin-top: 15px
}
.feature-box.fbox-center.fbox-large .fbox-icon {
  width: 128px;
  height: 128px
}
.feature-box.fbox-center.fbox-large .fbox-icon i {
  font-size: 70px;
  line-height: 128px
}
.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
  line-height: 118px
}
.feature-box.fbox-center.fbox-light .fbox-icon i {
  line-height: 94px
}
.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i {
  line-height: 86px
}
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i {
  line-height: 114px
}
.feature-box.fbox-center.fbox-border .fbox-icon i {
  line-height: 94px !important
}
.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
  line-height: 126px !important
}
.feature-box.fbox-center.fbox-plain .fbox-icon i {
  font-size: 84px
}
.feature-box.fbox-center.fbox-plain .fbox-icon img {
  height: 96px
}
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
  font-size: 112px
}
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
  height: 128px
}
.feature-box.fbox-center.fbox-small .fbox-icon {
  width: 64px;
  height: 64px
}
.feature-box.fbox-center.fbox-small .fbox-icon i {
  font-size: 28px;
  line-height: 64px
}
.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
  line-height: 58px
}
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i {
  line-height: 54px
}
.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
  line-height: 62px !important
}
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
  font-size: 56px
}
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img {
  height: 64px
}
.feature-box.fbox-center.fbox-small p {
  font-size: 14px;
  margin-top: 10px
}
.feature-box.fbox-center.fbox-plain.fbox-small p {
  margin-left: 0
}
.feature-box.fbox-right {
  padding: 0 80px 0 0;
  text-align: right
}
.feature-box.fbox-right.fbox-large {
  padding-right: 115px
}
.feature-box.fbox-right .fbox-icon {
  left: auto;
  right: 0
}
.feature-box.fbox-right.fbox-plain.fbox-small {
  padding: 0 42px 0 0
}
.feature-box.fbox-right.fbox-plain.fbox-small p {
  margin: 0 -42px 0 0
}
.feature-box h3 + .fbox-icon {
  margin-top: 20px !important
}
.feature-box h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444;
  font-weight: 300;
  text-transform: none
}
.feature-box.fbox-center:not(.fbox-bg) h3:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 30px;
  border-top: 2px solid #555;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease
}
.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
  width: 50px
}
.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after, .feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
  display: none
}
.feature-box.fbox-center.fbox-italic p {
  font-style: italic;
  font-family: Inter, sans-serif
}
.feature-box.fbox-bg.fbox-center {
  margin-top: 68px;
  padding: 68px 30px 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px
}
.feature-box.fbox-bg.fbox-center:first-child {
  margin-top: 48px
}
.feature-box.fbox-bg.fbox-center.fbox-large {
  margin-top: 84px;
  padding-top: 84px
}
.feature-box.fbox-bg.fbox-center.fbox-large:first-child {
  margin-top: 64px
}
.feature-box.fbox-bg.fbox-center .fbox-icon {
  position: absolute;
  top: -48px;
  left: 50%;
  margin: 0 0 0 -48px
}
.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
  top: -64px;
  left: 50%;
  margin-left: -64px
}
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon, .feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon {
  background-color: #fff
}
.fbox-effect .fbox-icon i {
  z-index: 1
}
.fbox-effect .fbox-icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
.fbox-rounded.fbox-effect .fbox-icon i:after {
  border-radius: 3px
}
.fbox-effect .fbox-icon i {
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s
}
.fbox-effect .fbox-icon i:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #333;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform .3s, opacity .3s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform .3s, opacity .3s;
  transform: scale(.8);
  opacity: 0
}
.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
  background-color: #333;
  color: #fff
}
.fbox-effect.fbox-dark .fbox-icon i:after {
  box-shadow: 0 0 0 2px var(--cac-green)
}
.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-effect.fbox-dark:hover .fbox-icon i {
  background-color: var(--cac-green)
}
.fbox-effect .fbox-icon i:hover:after, .fbox-effect:hover .fbox-icon i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.fbox-border.fbox-effect .fbox-icon i {
  -webkit-transition: color .5s, box-shadow .5s, background-color .5s;
  -o-transition: color .5s, box-shadow .5s, background-color .5s;
  transition: color .5s, box-shadow .5s, background-color .5s
}
.fbox-border.fbox-effect .fbox-icon i:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  box-shadow: none;
  background-image: url(images/icons/iconalt.svg);
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform .5s, opacity .5s, background-color .5s;
  -o-transition: -moz-transform .5s, opacity .5s, background-color .5s;
  transition: transform .5s, opacity .5s, background-color .5s
}
.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after {
  border-radius: 3px
}
.fbox-border.fbox-effect .fbox-icon i:hover, .fbox-border.fbox-effect:hover .fbox-icon i {
  color: #fff;
  box-shadow: 0 0 0 1px #333
}
.fbox-border.fbox-effect .fbox-icon i:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  background-color: #333
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
  box-shadow: 0 0 0 1px var(--cac-green)
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after {
  background-color: var(--cac-green)
}
.fbox-border.fbox-effect .fbox-icon i:hover:after, .fbox-border.fbox-effect:hover .fbox-icon i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.feature-box.media-box {
  padding: 0
}
.feature-box.media-box .fbox-media {
  margin: 0 0 25px
}
.feature-box.media-box .fbox-media, .feature-box.media-box .fbox-media a, .feature-box.media-box .fbox-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto
}
.feature-box.media-box .fbox-media iframe {
  display: block
}
.feature-box.media-box p {
  margin-top: 17px
}
.feature-box.media-box.fbox-bg .fbox-media {
  margin: 0
}
.feature-box.media-box.fbox-bg .fbox-desc {
  padding: 25px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 5px 5px
}
.icon-facebook {
  background-color: #3b5998 !important;
  color: #fff !important;
  width: 35px !important;
  height: 35px !important;
}
.icon-instagram {
  background-color: #fd0f73 !important;
  color: #fff !important;
  width: 35px !important;
  height: 35px !important;
}
label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bs-secondary);
  cursor: pointer
}
label.label-muted {
  color: #999;
  font-weight: 400;
  margin-right: 5px
}
form .col_five_sixth, form .col_four_fifth, form .col_full, form .col_half, form .col_one_fifth, form .col_one_fourth, form .col_one_sixth, form .col_one_third, form .col_three_fifth, form .col_three_fourth, form .col_two_fifth, form .col_two_third {
  margin-bottom: 25px
}
.heading-block {
  margin-bottom: 50px
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4 {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333
}
.heading-block h1 {
  font-size: 32px
}
.heading-block h2 {
  font-size: 30px
}
.heading-block h3 {
  font-size: 26px
}
.heading-block h4 {
  font-size: 20px;
  font-weight: 700
}
.heading-block > span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777
}
.center .heading-block > span, .heading-block.center > span, .heading-block.title-center > span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}
.heading-block h1 + span {
  font-size: 24px
}
.heading-block h2 + span {
  font-size: 22px
}
.heading-block h3 + span, .heading-block h4 + span {
  font-size: 20px
}
.heading-block ~ p:not(.lead) {
  font-size: 15px
}
.heading-block:after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #444
}
.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
  margin: 30px auto 0
}
.heading-block.title-right, .heading-block.tright, .tright .heading-block {
  direction: rtl
}
.heading-block.noborder:after, .heading-block.nobottomborder:after {
  display: none
}
.heading-block.border-color:after {
  border-color: var(--cac-green)
}
.divider {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
  color: #e5e5e5;
  width: 100%
}
.divider.divider-margin {
  margin: 70px 0
}
.divider.divider-center.divider-short:before, .divider.divider-center:before, .divider:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 8px;
  left: 30px;
  height: 0;
  border-top: 1px solid var(--cac-green)
}
.divider.divider-center.divider-short.divider-thick:before, .divider.divider-center.divider-thick:before, .divider.divider-thick:after {
  border-top-width: 3px
}
.divider.divider-short:after {
  width: 30%
}
.divider.divider-vshort:after {
  width: 12%
}
.divider i {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 18px !important;
  text-align: center
}
.divider a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.divider a:hover {
  color: #888
}
.divider.divider-right {
  text-align: right
}
.divider.divider-right:after {
  left: auto;
  right: 30px
}
.divider.divider-center, .divider.divider-center.divider-short {
  text-align: center
}
.divider.divider-center:before {
  left: -50% !important;
  right: 0;
  margin-left: -20px
}
.divider.divider-center:after {
  left: 50% !important;
  right: 0;
  margin-left: 20px
}
.divider.divider-center.divider-short:before {
  left: auto !important;
  right: 50%;
  margin-right: 20px;
  width: 15%
}
.divider.divider-center.divider-short:after {
  left: 50% !important;
  right: auto !important;
  margin-left: 20px;
  width: 15%
}
.divider.divider-center.divider-vshort:after, .divider.divider-center.divider-vshort:before {
  width: 6%
}
.divider.divider-rounded {
  color: #bbb
}
.divider.divider-border.divider-center:before, .divider.divider-border.divider-short:before, .divider.divider-border:after, .divider.divider-rounded.divider-center:before, .divider.divider-rounded.divider-short:before, .divider.divider-rounded:after {
  top: 19px;
  left: 40px
}
.divider.divider-border i, .divider.divider-rounded i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--cac-green);
  border-radius: 50%
}
.divider.divider-border.divider-right:after, .divider.divider-rounded.divider-right:after {
  left: auto;
  right: 40px
}
.divider.divider-border {
  color: var(--cac-green)
}
.divider.divider-border i {
  line-height: 38px;
  background-color: transparent;
  border: 1px solid var(--cac-green)
}
.divider.divider-line:after, .divider.divider-line:before {
  margin-left: 0 !important;
  margin-right: 0 !important
}
#gotoTop {
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, .3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 45px;
  cursor: pointer;
  border-radius: 2px
}
#gotoTop i {
  font-size: .9rem;
}
body:not(.device-touch) #gotoTop {
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear
}
#gotoTop:hover {
  background-color: var(--cac-green)
}
.table .success {
  color: #3c763d
}
.table .info {
  color: #31708f
}
.table .warning {
  color: #8a6d3b
}
.table .danger {
  color: #a94442
}
label.checkbox, label.radio {
  padding-left: 20px
}

/* ======= Ad Section ======= */
.ad-section-container {
  max-width: var(--cac-content-max-width);
  display: flex;
  justify-content: center;
}

/* custom stuff */
.pointer {
  cursor: pointer;
}

.no-pointer {
  cursor: default !important;
}

.not-allowed {
  cursor: not-allowed;
}

.text-cac-green, .text-hover-cac-green:hover {
  color: var(--cac-green) !important;
}

.text-cac-primary, .text-hover-cac-primary:hover {
  color: var(--cac-primary) !important;
}

.text-cac-darker, .text-hover-cac-darker:hover {
  color: var(--cac-darker) !important;
}

.text-cac-lighter, .text-hover-cac-lighter:hover {
  color: var(--cac-lighter) !important;
}

.text-cac-lightest, .text-hover-cac-lightest:hover {
  color: var(--cac-lightest) !important;
}

.text-cac-gold, .text-hover-cac-gold:hover {
  color: var(--cac-gold) !important;
}

.text-cac-burgundy, .text-hover-cac-burgundy:hover {
  color: var(--cac-burgundy) !important;
}

.text-cac-heading, .text-hover-cac-heading:hover {
  color: var(--cac-heading) !important;
}

.btn-white {
  background-color: #fff !important;
  color: #000 !important;
}

.btn-cac-green, .bg-cac-green, .bg-cac-green-hover:hover {
  background-color: var(--cac-green) !important;
  color: #fff !important;
}
.btn-cac-green:hover, .btn.bg-cac-green:hover, .rounded.bg-cac-green:hover {
  background-color: var(--cac-green-hover) !important;
}
.btn-cac-green:focus, .btn.bg-cac-green:focus {
  border-color: #77b2a2;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(52, 92, 81, 0.25);
}

.btn-cac-primary, .bg-cac-primary, .bg-cac-primary-hover:hover {
  background-color: var(--cac-primary) !important;
  color: #fff !important;
}
.btn-cac-primary:hover, .btn.bg-cac-primary:hover, .rounded.bg-cac-primary:hover {
  background-color: var(--cac-primary-hover) !important;
  color: #fff !important;
}

.btn-cac-darker, .bg-cac-darker, .bg-cac-darker-hover:hover {
  background-color: var(--cac-darker) !important;
  color: #fff !important;
}
.btn-cac-darker:hover, .btn.bg-cac-darker:hover, .rounded.bg-cac-darker:hover {
  background-color: var(--cac-darker-hover) !important;
  color: #fff !important;
}

.btn-cac-lighter, .bg-cac-lighter, .bg-cac-lighter-hover:hover {
  background-color: var(--cac-lighter) !important;
  color: #000 !important;
}
.btn-cac-lighter:hover, .btn.bg-cac-lighter:hover, .rounded.bg-cac-lighter:hover {
  background-color: var(--cac-lighter-hover) !important;
  color: #000 !important;
  }

.btn-cac-lightest, .bg-cac-lightest, .bg-cac-lightest-hover:hover {
  background-color: var(--cac-lightest) !important;
  color: #000 !important;
}
.btn-cac-lightest:hover, .btn.bg-cac-lightest:hover, .rounded.bg-cac-lightest:hover {
  background-color: var(--cac-lightest-hover) !important;
  color: #000 !important;
}

.btn-cac-gold, .bg-cac-gold, .bg-cac-gold-hover:hover {
  background-color: var(--cac-gold) !important;
  color: #000 !important;
}
.btn-cac-gold:hover, .btn.bg-cac-gold:hover, .rounded.bg-cac-gold:hover {
  background-color: var(--cac-gold-hover) !important;
  color: #000 !important;
}

.btn-cac-burgundy, .bg-cac-burgundy, .bg-cac-burgundy-hover:hover {
  background-color: var(--cac-burgundy) !important;
  color: #fff !important;
}
.btn-cac-burgundy:hover, .btn.bg-cac-burgundy:hover, .rounded.bg-cac-burgundy:hover {
  background-color: var(--cac-burgundy-hover) !important;
  color: #fff !important;
}

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

.bg-cac-gray {
  background-color: var(--cac-gray) !important;
  color: #000;
}

.bg-cac-dark-brown {
  background-color: var(--cac-dark-brown) !important;
  color: #fff;
}

.bg-cac-dark-brown-gradient {
  background: radial-gradient(circle, var(--cac-gold) 0%, var(--cac-dark-brown) 100%);
  color: #fff;
}

.bg-cac-dark-green {
  background-color: var(--cac-dark-green) !important;
  color: #fff;
}

.bg-cac-dark-green-gradient {
  background: radial-gradient(circle, var(--cac-primary) 0%, var(--cac-dark-green) 100%);
  color: #fff;
}

.border-cac-green {
  border-color: var(--cac-green) !important;
}

.border-cac-primary {
  border-color: var(--cac-primary) !important;
}

.border-cac-darker {
  border-color: var(--cac-darker) !important;
}

.border-cac-lighter {
  border-color: var(--cac-lighter) !important;
}

.border-cac-lightest {
  border-color: var(--cac-lightest) !important;
}

.table-primary.bg-table-primary { background-color: var(--bs-table-bg); }
.table-secondary.bg-table-secondary { background-color: var(--bs-table-bg); }
.table-info.bg-table-info { background-color: var(--bs-table-bg); }
.table-dark.bg-table-dark { background-color: var(--bs-table-bg); }
.table-success.bg-table-success { background-color: var(--bs-table-bg); }
.table-danger.bg-table-danger { background-color: var(--bs-table-bg); }
.table-warning.bg-table-warning { background-color: var(--bs-table-bg); }

.btn-xs {
  padding: .125rem .4rem;
  font-size: .75rem;
  border-radius: .2rem;
}
i.icon-end-input {
  float: right;
  position: absolute;
  right: 0.7rem !important;
  top: 0.7rem !important;
}
i.icon-end-input-sm {
  float: right;
  position: absolute;
  right: .5rem !important;
  top: 0.5rem !important;
}

.text-hover-danger:hover {
  color: var(--bs-danger) !important;
}

.text-hover-primary:hover {
  color: var(--bs-primary) !important;
}

.text-hover-success:hover {
  color: var(--bs-success) !important;
}

.text-hover-warning:hover {
  color: var(--bs-warning) !important;
}

.text-hover-info:hover {
  color: var(--bs-info) !important;
}

.text-hover-dark:hover {
  color: var(--bs-dark) !important;
}

.bg-hover-danger:hover {
  background-color: var(--bs-danger) !important;
}

.bg-hover-primary:hover {
  background-color: var(--bs-primary) !important;
}

.bg-hover-success:hover {
  background-color: var(--bs-success) !important;
}

.bg-hover-warning:hover {
  background-color: var(--bs-warning) !important;
}

.bg-hover-info:hover {
  background-color: var(--bs-info) !important;
}

.bg-hover-dark:hover {
  background-color: var(--bs-dark) !important;
}

.bg-hover-gold:hover {
  background-color: var(--bs-gold) !important;
}

.opacity-hover-100:hover {
  opacity: 1.00 !important;
}

.position-inherit {
  position: inherit !important;
}

/* DataTables pagesize select */
div.dataTables_length select.form-select-sm {
  cursor: pointer;
}

.dropdown.no-arrow .dropdown-toggle::after, .dropleft.no-arrow .dropdown-toggle::after, .dropright.no-arrow .dropdown-toggle::after, .dropend.no-arrow .dropdown-toggle::after {
  display: none;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: var(--cac-lightest) !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--cac-green) !important;
}

.fw-boldest {
  font-weight: 900 !important;
}

.opacity-none {
  opacity: 0 !important;
  cursor: auto;
}

.modal-content,
.modal-content .card {
  border-radius: 8px;
}

.modal-xs {
  max-width: 576px;
}

.modal-xs .modal-content {
  background: none;
  border: none;
}

.modal-xs .modal-content button {
  height: 60px;
  cursor: default;
}

.modal-almost-fullscreen {
  width: 99vw;
  max-width: none;
  height: 98%;
  margin: 8px auto;
}

@media(max-width:991px) {
  .modal-almost-fullscreen-md-down {
    width: 99vw;
    max-width: none;
    height: 98%;
    margin: 8px auto;
  }
}

h5.modal-title strong {
  font-weight: 900;
}

h5.modal-title {
  font-size: 1rem;
  color: #5C5F62;
}

div.modal-body {
  padding-bottom: .25rem;
}

div.modal-almost-fullscreen div.modal-body,
div.modal-xl div.modal-body {
  max-height: inherit !important;
}

div.modal-footer {
  padding: .5rem .75rem;
}

/* style toggles for cac */
.form-check-input:checked {
  background-color: var(--cac-green) !important;
  border-color: var(--cac-green) !important;
}
.form-check-input:focus, input.form-control:focus, .btn.btn-cac-primary:focus, .btn.bg-cac-primary:focus, select.form-select:focus, textarea.form-control:focus, .btn-close:focus, .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus, .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection, .nav-link:focus-visible {
  border-color: #77b2a2;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(52, 92, 81, 0.25);
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
  background-color: var(--cac-primary) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: var(--cac-lighter) !important;
  color: #000 !important;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2377b293'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
input[type="checkbox"] {
  accent-color: var(--cac-primary);
}

/* hide duplicate x for allowClear in Select2 on mobile safari */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  overflow: auto !important;
}

.extra-rounded {
  border-radius: 1rem !important;
}

.double-extra-rounded {
  border-radius: 2rem !important;
}

.extra-rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.extra-rounded-bottom {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.invisible {
  visibility: hidden;
  pointer-events: none;
}

/* Popovers */
.popover-error .popover-header {
  color: #fff;
  background-color: #e74a3b;
  opacity: 0.8;
}

/* Style the arrow */
.popover-error.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  border-top-color: rgba(231, 74, 59, 0.8) !important;
}
.popover-error.bs-popover-auto[data-popper-placement^="top"] .popover-header::before,
.bs-popover-top .popover-header::before {
  border-top: 0px;
}

.popover-error.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  border-bottom-color: rgba(231, 74, 59, 0.8) !important;
}
.popover-error.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom: 0px;
}

.popover-error.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after,
.bs-popover-left>.popover-arrow::after {
  border-left-color: rgba(231, 74, 59, 0.8) !important;
}
.popover-error.bs-popover-auto[data-popper-placement^="left"] .popover-header::before,
.bs-popover-left .popover-header::before {
  border-left: 0px;
}

.popover-error.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after,
.bs-popover-right>.popover-arrow::after {
  border-right-color: rgba(231, 74, 59, 0.8) !important;
}
.popover-error.bs-popover-auto[data-popper-placement^="right"] .popover-header::before,
.bs-popover-right .popover-header::before {
  border-right: 0px;
}

input.size-double {
  transform: scale(2);
  padding: 10px;
}

.checkbox-field {
  cursor: pointer;
}

.cac-sticker-row {
  height: 20px;
  vertical-align: text-bottom;
}

.ad-slot img {
  border-radius: 16px;
  overflow: hidden;
}

/* FontAwesome 6=>7 upgrade shims */
i.fa-regular.pe-1,
i.fa-solid.pe-1,
i.fa-light.pe-1,
i.fa-kit.pe-1,
i.fa-regular.px-1,
i.fa-solid.px-1,
i.fa-light.px-1,
i.fa-kit.px-1 {
  margin-right: .25rem !important;
  padding-right: 0 !important;
}
i.fa-regular.pe-2,
i.fa-solid.pe-2,
i.fa-light.pe-2,
i.fa-kit.pe-2,
i.fa-regular.px-2,
i.fa-solid.px-2,
i.fa-light.px-2,
i.fa-kit.px-2 {
  margin-right: .5rem !important;
  padding-right: 0 !important;
}
i.fa-regular.pe-3,
i.fa-solid.pe-3,
i.fa-light.pe-3,
i.fa-kit.pe-3,
i.fa-regular.px-3,
i.fa-solid.px-3,
i.fa-light.px-3,
i.fa-kit.px-3 {
  margin-right: 1rem !important;
  padding-right: 0 !important;
}
i.fa-regular.ps-1,
i.fa-solid.ps-1,
i.fa-light.ps-1,
i.fa-kit.ps-1,
i.fa-regular.px-1,
i.fa-solid.px-1,
i.fa-light.px-1,
i.fa-kit.px-1 {
  margin-left: .25rem !important;
  padding-left: 0 !important;
}

i.fa-regular.ps-2,
i.fa-solid.ps-2,
i.fa-light.ps-2,
i.fa-kit.ps-2,
i.fa-regular.px-2,
i.fa-solid.px-2,
i.fa-light.px-2,
i.fa-kit.px-2 {
  margin-left: .5rem !important;
  padding-left: 0 !important;
}

i.fa-regular.ps-3,
i.fa-solid.ps-3,
i.fa-light.ps-3,
i.fa-kit.ps-3,
i.fa-regular.px-3,
i.fa-solid.px-3,
i.fa-light.px-3,
i.fa-kit.px-3 {
  margin-left: 1rem !important;
  padding-left: 0 !important;
}

i.fa-solid.p-3 {
  margin: 1rem !important;
  padding: 0 !important;
}

.modal-content {
  border-radius: 26px;
}

.modal-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.modal-footer button {
  border-radius: 999px;
  padding: 4px 22px;
}

.modal-footer button[data-bs-dismiss="modal"],
.btn-cac-cancel {
  background: transparent;
  border: 2px solid var(--cac-primary);
  color: var(--cac-primary);
  flex: 0 0 auto;
}

.modal-footer button[data-bs-dismiss="modal"]:hover,
.btn-cac-cancel:hover {
  border: 2px solid var(--cac-lighter);
  background: var(--cac-lighter);
  color: var(--cac-darker);
}

/* Toast notifications */
.cac-toast {
  --cac-toast-icon-color: var(--cac-dark-green);
  --cac-toast-icon-bg: #e8eeeb;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
  color: var(--cac-dark-green);
  margin-top: 24px;
  max-width: calc(100vw - 32px);
  min-height: 88px;
  opacity: 1;
  overflow: hidden;
  width: 420px;
  z-index: 10000;
}

.cac-toast--danger {
  --cac-toast-icon-color: #7c2434;
  --cac-toast-icon-bg: #f4e7ea;
}

.cac-toast--warning {
  --cac-toast-icon-color: #896a3e;
  --cac-toast-icon-bg: #f5efdf;
}

.cac-toast--info,
.cac-toast--primary {
  --cac-toast-icon-color: var(--cac-primary);
  --cac-toast-icon-bg: var(--cac-lightest);
}

.cac-toast__inner {
  align-items: center;
  display: flex;
  gap: 20px;
  min-height: 88px;
  padding: 18px 44px 18px 18px;
  position: relative;
}

.cac-toast__icon {
  align-items: center;
  background: var(--cac-toast-icon-bg);
  border-radius: 50%;
  color: var(--cac-toast-icon-color);
  display: flex;
  flex: 0 0 52px;
  font-size: 24px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  width: 52px;
}

.cac-toast__body {
  min-width: 0;
}

.cac-toast__primary {
  color: #1f3b34;
  font-family: Inter, sans-serif;
  font-size: 14pt;
  font-weight: 600;
  line-height: 1.2;
}

.cac-toast__secondary {
  color: #737373;
  font-family: Inter, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 8px;
}

.cac-toast__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #737373;
  display: flex;
  font-size: 20px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
}

.cac-toast__close:hover,
.cac-toast__close:focus {
  color: #555;
}

@media (max-width: 575.98px) {
  .cac-toast {
    margin-top: 18px;
    min-height: 64px;
    width: calc(100vw - 44px);
  }

  .cac-toast__inner {
    gap: 12px;
    min-height: 64px;
    padding: 12px 34px 12px 12px;
  }

  .cac-toast__icon {
    flex-basis: 38px;
    font-size: 18px;
    height: 38px;
    width: 38px;
  }

  .cac-toast__primary {
    font-size: 14px;
  }

  .cac-toast__secondary {
    font-size: 12px;
    margin-top: 3px;
  }

  .cac-toast__close {
    font-size: 13px;
    height: 24px;
    right: 6px;
    top: 6px;
    width: 24px;
  }
}

/* IntroJS styling */
.introjs-tooltip {
  border-radius: 26px;
}
.introjs-tooltipReferenceLayer * {
  font-family: Inter, sans-serif !important;
}
.introjs-helperLayer {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 0px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px !important;
  border-radius: 16px;
}
.introjs-tooltipbuttons {
  border: none !important;
}
.introjs-tooltipbuttons a.introjs-button {
  width: 48%;
}
.introjs-tooltipbuttons button {
  border-radius: 999px;
  padding: 4px 22px;
  width: 100%;
}
.introjs-tooltipbuttons button i {
  font-family: "Font Awesome 7 Pro" !important;
}
.introjs-button:active,
.introjs-button:hover {
  background-color: inherit;
}
.introjs-arrow.top, .introjs-arrow.bottom {
  left: 49%;
}
h1.introjs-tooltip-title i {
  font-family: "Font Awesome 7 Pro" !important;
}
a.introjs-button {
  box-sizing:unset;position:unset;overflow:unset;padding:unset;border:unset;border-top-color:unset;border-right-color:unset;border-bottom-color:unset;border-left-color:unset;text-decoration:unset;text-shadow:unset;font-size:unset;color:unset;white-space:unset;cursor:unset;outline:unset;background-color:unset;border-radius:unset;zoom:unset;display:unset;
}
a.introjs-button:focus {
  outline:unset;text-decoration:unset;background-color:unset;box-shadow:unset;border:unset;color:unset;
}
div.introjs-progressbar {
  background-color: var(--cac-primary);
}
