@import url("https://use.typekit.net/pcu6elf.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");


body {
    font-family: 'lato', sans-serif;
    color: #494949;
    background-color: #fff;
}

h1,
.h1
 {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    line-height: 1;
    font-size: calc(2rem + 1.5vw);
}

h2,
.h2
 {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    border-bottom: solid 1px #00804e;
    padding-bottom: 0;
    line-height: 1;
    font-size: calc(1.7rem + .9vw);
}

h3,
.h3
 {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    padding-bottom: 0;
    line-height: 1;
    font-size: calc(1.5rem + .9vw);
}

@media (min-width: 768px) {
  h1,.h1 {font-size: 3rem;}

}

@media (min-width: 992px) {
  h1,.h1 {font-size: 3.5rem;}
}

@media (min-width: 1200px) {
  h1,.h1 {font-size: 3.75rem;}
  h4,.h4 {font-size: calc(1.575rem + .3vw);}
}

.lato {
    font-family: 'lato', sans-serif;
}

.acumin {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
}

a {
    color: #00804e;
}

a:hover {
    color: #9bae84;
}

.theme-default-text,
a.theme-default-text {
    color: #494949 !important;
}

.white-text,
.white-text a {
    color: #ffffff;
}

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

.black-text,
.black-text a {
    color: #000000;
}

.theme-gray-text,
a.theme-gray-text {
    color: #afb1b3 !important;
}

.theme-green-text,
a.theme-green-text {
    color: #00804e !important;
}

.theme-lightgreen-text,
a.theme-lightgreen-text {
    color: #9bae84 !important;
}

.theme-lightgray-text,
a.theme-lightgray-text {
    color: #e9ecf1 !important;
}

.theme-greengray-text,
a.theme-greengray-text {
    color: #899798 !important;
}

.theme-bluegray-text,
a.theme-bluegray-text {
    color: #798080 !important;
}

.theme-darkbluegray-text,
a.theme-darkbluegray-text {
  color: #4c5768 !important;
}

.theme-darkgray-text,
a.theme-darkgray-text {
    color: #606060 !important;
}


.theme-red-text,
a.theme-red-text {
    color: #e21c24 !important;
}

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

.theme-lightgreen-bg {
    background-color: #6ab488 !important;
}

.theme-green-bg {
    background-color: #00804e !important;
}

.theme-darkgreen-bg {
    background-color: #0f513d !important;
}

.theme-gray-bg {
    background-color: #a8a8a8 !important;
}

.theme-gray-bg {
    background-color: #a8a8a8 !important;
}

.theme-lightgray-bg {
   background-color: #e9ecf1 !important;
}

.theme-darkgray-bg {
    background-color: #393939 !important;
}

.theme-dark-bg {
    background-color: #1e212b !important;
}

.red {
    color: #e21c24;
}

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

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

.greenButton {
    color: #fff;
    background-color: #00804e;
    border-color: #00804e;
    text-decoration: none;
    padding: .5em 1em;
    font-family: 'acumin-pro-extra-condensed', sans-serif;
}

.greenButton:hover {
    color: #fff;
    background-color: #9bae84;
    border-color: #9bae84;
}

.btn-primary {
    color: #fff;
    background-color: #00804e;
    border-color: #00804e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #9bae84;
    border-color: #9bae84;
}

.btn-secondary {
    color: #fff;
    background-color: #0f513d;
    border-color: #0f513d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #00804e;
    border-color: #00804e;
}

.theme-select select {
  border: none;
  border-radius: 0;
  height: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffffffa6;
  border-right: solid 21px transparent;
}
.theme-select select:focus {
    outline: none;
    box-shadow: none;
    background-color: #ffffffa6;
    border-right: solid 21px transparent;
}


.customCheckboxes input[type=checkbox] {
    display: none;
}

.customCheckboxes input[type=checkbox]+label {
    background: url(/images/skillCheck.png);
    height: 27px;
    width: 28px;
    display: inline-block;
    padding: 0 0 0 0px;
}

.customCheckboxes input[type=checkbox]:checked+label {
    background: url(/images/skillCheckActive.png);
    height: 28px;
    width: 28px;
    display: inline-block;
    padding: 0 0 0 0px;
}

.chkEmployeeBooks {
    line-height: 30px;
}

.customCheckboxes label {
    margin-bottom: 0;
}

.noteRow:nth-child(2n+1) {
    background-color: rgb(18 136 78 / 19%);
}

@media print {
    #app {
        color: #fff !important;
        display: none;
    }
}

.imageBackground {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.imageBackgroundContain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
  .parallax {background-attachment: fixed;}
}

ul.dividers li:not(:first-child):before {
    content: "|";
    margin-right: .5em;
}

ul.dividers li {
    text-align: center;
}

img.imageRight {
    max-width: 40%;
    float: right;
    margin: 0 0 10px 10px;
}

.smaller {
    font-size: .9em;
    line-height: 1.2;
}

.smallest {
    font-size: .8em;
    line-height: 1.2;
}

.bigger {
  font-size: 1.1em;
}

.fullwidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.semibold {font-weight: 600;}

.tinyMCEOutput img {max-width: 100%; height: auto;}

.tinyMCEOutput img[style*="float: right;"] {
    margin: 0 0 20px 20px;
}

.mobilePadder {
    padding: 1rem 1rem;
}

@media (min-width: 768px) {
    .tinyMCEOutput img {
        max-width: 100%;
        height: auto;
    }

    .mobilePadder {
        padding: 0;
    }
}

.hover-fade {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.hover-fade:hover {
    opacity: 0.5;
}

.vw100 {width: 100vw !important;}
.vh100 {height: 100vh !important;}

/* responsive border helpers */
@media (max-width: 575.98px) {
    .border-xs-left-none {
        border-left: none !important;
    }

    .border-xs-right-none {
        border-right: none !important;
    }

    .border-xs-top-none {
        border-top: none !important;
    }

    .border-xs-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 767.98px) {
    .border-sm-left-none {
        border-left: none !important;
    }

    .border-sm-right-none {
        border-right: none !important;
    }

    .border-sm-top-none {
        border-top: none !important;
    }

    .border-sm-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 991.98px) {
    .border-md-left-none {
        border-left: none !important;
    }

    .border-md-right-none {
        border-right: none !important;
    }

    .border-md-top-none {
        border-top: none !important;
    }

    .border-md-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 1199.98px) {
    .border-lg-left-none {
        border-left: none !important;
    }

    .border-lg-right-none {
        border-right: none !important;
    }

    .border-lg-top-none {
        border-top: none !important;
    }

    .border-lg-bottom-none {
        border-bottom: none !important;
    }
}

.border-xl-left-none {
    border-left: none !important;
}

.border-xl-right-none {
    border-right: none !important;
}

.border-xl-top-none {
    border-top: none !important;
}

.border-xl-bottom-none {
    border-bottom: none !important;
}


/* font size helpers */
.bigText {font-size: 2.5em; line-height: 1.1;}
@media (min-width: 768px) {
  .bigText {font-size: 3em; }
}

@media (min-width: 992px) {
 .bigText {font-size: 3.5em;}
}

@media (min-width: 1200px) {
 .bigText {font-size: 4em;}
}
.content {
  position: relative;
  z-index: 2;
}

/************************
	Nav
************************/
.nav-link {
    border: none;
}

.nav-link:hover,
.nav-link[aria-expanded="true"],
li.active .nav-link {
    border: none;
    color: #00804e;
}

.nav-link:focus {
  color: #00804e;
}

.nav-item ul {
    background: #4193d0;
}

.dropdown-menu {
    border-radius: 0;
    color: #494949;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #00804e;
    background-color: #a8a8a8;
}

.dropdown-toggle::after {
    border-top: .3em solid #0f513d;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28202, 203, 203, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border: solid 1px #0f513d;
  background: #00804e;
  margin-bottom: .25em;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar .megamenu{ padding: 1rem; }

a.megamenuLink {color: #ffffff; line-height: 1.1;}

a:hover.megamenuLink, a:active.megamenuLink, a:focus.megamenuLink {
  color: #00804e;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}


/************************
	Header
************************/
.header {background-color: #1e212b; z-index:3;}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}




@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}


/************************
	Home News Nav
************************/
.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px;
  height: 70px;
  display: block;
  border: none;
  text-indent: -9999px;
  z-index: 1000;
}

.slick-prev {
  position: absolute;
  left: -5px;
  top: 50% !important;
  background: url(/images/arrow_left.png) no-repeat;
}

:hover.slick-prev {
  background: url(/images/arrow_left-on.png) no-repeat;
}

.slick-next {
  position: absolute;
  right: -7px;
  top: 50% !important;
  background: url(/images/arrow_right.png) no-repeat;
}

:hover.slick-next {
  background: url(/images/arrow_right-on.png) no-repeat;
}

/* the slides */
.slick-slide {
  margin: 0 5px;
}

/* the parent */
.slick-list {
  margin: 0 -5px;
}

.blogItemTitle,
.blogItemText,
.blogItemLink {
  color: #fff !important;
}

.blogItemHolder {
  position: relative;
  padding-bottom: 50px;
}

.blogItemLink {
  position: absolute;
  bottom: 15px;
  right: 10px;
}


/************************
	videos
************************/

.video_link {
  position: relative;
}

a.video_link.circle::before {
  position:absolute;
    top: 0;
    left: 0;
    background: url(/images/white_play.png) no-repeat center center;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}



a:hover.video_link::before {
  opacity: 0.5;
}



/************************
	Fricks Values
************************/
.valuesTitle {
  font-family: "acumin-pro-extra-condensed";
  line-height: 1;
  font-size: calc(7rem + 1.5vw);
}

.valueNumber {
  font-family: "acumin-pro-extra-condensed";
  line-height: 1;
  font-size: calc(3rem + 1.5vw);
}

.valueColumnGreenBox {background: transparent url(/images/greenTint.png); color: #ffffff; text-align: center; display: flex; flex-direction: column; align-items: center; }

.valueHoverBox {
  color: #ffffff;
  background: #606060;
}

.valueHoverBox .hoverHide {display: block; background: #00804e; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}

:hover.valueHoverBox .hoverHide, :focus.valueHoverBox .hoverHide, :active.valueHoverBox .hoverHide {
  display: none;
}

.carousel-control-prev-icon {
  background-image: url(/images/arrow_left.png);
  width: 17px;
  height: 70px;
}

.carousel-control-next-icon {
  background-image: url(/images/arrow_right.png);
  width: 17px;
  height: 70px;
}

.carousel-control-next {
  right: -10px;
  justify-content: end;
}

.carousel-control-prev {
  left: -10px;
  justify-content: start;
}

@media (min-width: 768px) {
.carousel-control-next {
  right: -20px;
}

.carousel-control-prev {
  left: -20px;
}
}



.accordion-button {
  padding: .5rem 1.25rem;
  font-size: 1.25rem;
  color: #717171;
  background-color: #e9ecf1;
  line-height: 1;
}

.accordion-button:not(.collapsed) {
  color: #717171;
  background-color: #e9ecf1;
  box-shadow: none;
}


.accordion-flush .accordion-item {
  border-top: solid 1px #acacac;
  border: solid 1px #acacac;
  margin-bottom: 5px;
}

.accordion-flush .accordion-item:first-child {
  border-top: solid 1px #acacac;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: solid 1px #acacac;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}

.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
    }
}

/* medium and up screens */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}


.levelCatCat.active {
  box-shadow: 5px 5px 10px rgb(0, 0, 0);
}

#yearsBadge {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  background: url(/images/yearsOfService.png) no-repeat center center;
  height: 175px;
  width: 175px;
  text-align: center;
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 150px;
}