

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
label,
body 
{
    /* The font is loaded via DNN site settings <meta> <link> tag */
    font-family: "Roboto",sans-serif;
}

/* to change the link & hover color */
a,
a:visited,
a:link,
a:focus,
a:active {
  color: #52d07a;
}

.btn-dark,
.btn-dark:visited,
.btn-dark:link,
.btn-dark:focus,
.btn-dark:active {
  color: #52d07a;
}

.nav-item.active .nav-link,
.nav-link:focus, .nav-link:hover,
a:hover {
  color: #009C41;
}

.btn,
.btn:visited,
.btn:link,
.btn:focus,
.btn:active,
.bSubmit,
.dnnPrimaryAction,
.dnnFormItem input[type='submit'],
a.dnnPrimaryAction,
.dnnSecondaryAction,
a.dnnSecondaryAction,
.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #000;
  border-radius: 0;
  font-weight: 800;
  border: 1px solid transparent;
}

.btn-sm,
.btn-sm:visited,
.btn-sm:link,
.btn-sm:focus,
.btn-sm:active {
  font-weight: 700;
}

.btn.focus,
.btn:focus,
.btn:hover,
.btn.active,
.btn.active:focus,
.btn:active,
.btn:active:focus,
.bSubmit:hover,
.bSubmit:active,
.dnnPrimaryAction:hover,
.dnnFormItem input[type='submit']:hover,
a.dnnPrimaryAction:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
.dnnPrimaryAction:active,
.dnnFormItem input[type='submit']:active,
a.dnnPrimaryAction:active,
.dnnSecondaryAction:active,
a.dnnSecondaryAction:active {
  box-shadow: none;
  text-decoration: none;
  border: 1px solid transparent;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:link,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary.disabled,
.bSubmit,
.dnnPrimaryAction,
.dnnFormItem input[type='submit'],
a.dnnPrimaryAction,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #52d07a;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary:active,
.btn-primary:active:focus,
.bSubmit:hover,
.bSubmit:active,
.dnnPrimaryAction:hover,
.dnnFormItem input[type='submit']:hover,
a.dnnPrimaryAction:hover,
.dnnPrimaryAction:active,
.dnnFormItem input[type='submit']:active,
a.dnnPrimaryAction:active,
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover,
.nav-pills .nav-link.active:active,
.nav-pills .show > .nav-link:active {
  color: #fff;
  background: #009C41;
}

.btn-secondary,
.btn-secondary:visited,
.btn-secondary:link,
.btn-secondary:focus,
.btn-secondary:active,
.dnnSecondaryAction,
a.dnnSecondaryAction {
  color: #000;
  background: white;
  border: #000 solid 1px;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary.active,
.btn-secondary.active:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
.dnnSecondaryAction:active,
a.dnnSecondaryAction:active,
a.card-link:hover .btn-secondary,
a.card-link:focus .btn-secondary {
  background: #000;
  color: #fff;
  border-color: transparent;
}

.btn-default,
.btn-default:visited,
.btn-default:link,
.btn-default:focus,
.btn-default:active{
  color: #000;
  background: none;
  border-color: transparent;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-default.active,
.btn-default.active:focus,
.btn-default:active,
.btn-default:active:focus,
a.card-link:hover .btn-default,
a.card-link:focus .btn-default {
  background: #009C41;
  color: #fff;
}

.btn-dark,
.btn-dark:visited,
.btn-dark:link,
.btn-dark:focus,
.btn-dark:active {
  color: #fff;
  background: #000;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover,
.btn-dark.active,
.btn-dark.active:focus,
.btn-dark:active,
.btn-dark:active:focus {
  color: #52d07a;
  background: #111;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  border-color: #52d07a;
}

.contact-qr img {
  width: 150px;
  height: 150px;
}

/* Home hero slider */
.image-reason {
  max-width:500px;
}

.image-reason-icon {
  font-size:1.5em;  
}

.hero-slide-panels p,
              .hero-slide-panels h3,
              .hero-slide-panels h2 {
                /*font-family: 'Roboto Condensed', sans-serif;*/
                color: #fff !important;
                line-height: 24px;
                font-size: 16px;
              }
            
              .hero-slide-panels .bio {
                display: grid;
                grid-auto-flow: row;
                grid-template-rows: min-content;
                grid-gap: 24px;
              }
            
              .hero-slide-panels ul {
                display: flex;
                min-height: 700px;
                height: 50vh;
                margin: 0;
                padding: 0;
                overflow: hidden;
                list-style-type: none;
                width: 100%;
                min-width: 100%;
                flex-direction: column;
              }
              @media only screen and (min-width: 768px) {
                .hero-slide-panels ul {
                  min-height: 700px;
                }
              }
              @media only screen and (min-width: 1280px) {
                .hero-slide-panels ul {
                  flex-direction: row;
                  min-height: 450px;
                }
              }
            
              .hero-slide-panels li {
                flex: 1;
                display: flex;
                align-items: stretch;
                cursor: pointer;
                transition: all 0.35s ease;
                cursor: pointer;
                position: relative;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: 50% 75%;
                overflow: hidden;
              }
              .hero-slide-panels li:nth-child(1) {
                background-position-y: 25%;
              }
              .hero-slide-panels li:nth-child(2) {
                background-position-y: 30%;
              }
              .hero-slide-panels li:nth-child(3) {
                background-position-y: 15%;
              }
              .hero-slide-panels li:nth-child(4) {
                background-position-y: 45%;
              }
              .hero-slide-panels li:nth-child(5) {
                background-position-y: 40%;
              }
              .hero-slide-panels li:nth-child(6) {
                background-position-y: 30%;
              }
              .hero-slide-panels li:before {
                content: '';
                position: absolute;
                z-index: 20;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(15, 15, 15, 0.75);
              }
              .hero-slide-panels li.active {
                flex: 6;
                cursor: default;
                animation: shifty 40s 5s ease-in-out infinite;
                min-height: 350px;
              }
              .hero-slide-panels li.active:before {
                /* background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%); */
                background: linear-gradient(180deg, rgba(50, 50, 50, 0) 0%,rgba(15, 15, 15, 0.7) 100%);
              }
            
              .hero-slide-panels h2 {
                font-size: 36px;
                letter-spacing: 0.15em;
                line-height: 36px;
                font-weight: 700;
                text-transform: uppercase;
              }
              @media only screen and (min-width: 768px) {
                .hero-slide-panels h2 {
                  font-size: 48px;
                  line-height: 48px;
                }
              }
              @media only screen and (min-width: 1280px) {
                .hero-slide-panels h2 {
                  font-size: 64px;
                  line-height: 64px;
                }
              }
            
              .hero-slide-panels h3 {
                font-weight: bold;
                white-space: nowrap;
                position: absolute;
                z-index: 30;
                opacity: 1;
                top: 50%;
                left: 50%;
                transition: top 0.35s, opacity 0.15s;
                transform-origin: 0 0;
                font-size: 24px;
                letter-spacing: 0.15em;
                text-transform: uppercase;
                transform: translate(-50%, -50%) rotate(0deg);
                animation: text-morphcolor 10s ease-out infinite,
                  text-glow 10s ease-out infinite;
                /*animation: text-morphcolor 10s ease-out infinite, text-glow 10s ease-out infinite;*/
              }
              .hero-slide-panels li:nth-child(1) h3 {
                animation-delay: 5.5s;
              }
              .hero-slide-panels li:nth-child(2) h3 {
                animation-delay: 6s;
              }
              .hero-slide-panels li:nth-child(3) h3 {
                animation-delay: 6.5s;
              }
              .hero-slide-panels li:nth-child(4) h3 {
                animation-delay: 7s;
              }
              .hero-slide-panels li:nth-child(5) h3 {
                animation-delay: 7.5s;
              }
              .hero-slide-panels li:nth-child(6) h3 {
                animation-delay: 8s;
              }
              .hero-slide-panels li:nth-child(7) h3 {
                animation-delay: 8.5s;
              }
              .hero-slide-panels li:nth-child(8) h3 {
                animation-delay: 9s;
              }
              .hero-slide-panels li:nth-child(9) h3 {
                animation-delay: 9.5s;
              }
              .hero-slide-panels li:nth-child(10) h3 {
                animation-delay: 10s;
              }
              .hero-slide-panels li:nth-child(11) h3 {
                animation-delay: 10.5s;
              }
              .hero-slide-panels li:nth-child(12) h3 {
                animation-delay: 11s;
              }
            
              @media only screen and (min-width: 1280px) {
                .hero-slide-panels h3 {
                  top: 100%;
                  left: 50%;
                  font-size: 32px;
                  transform: translate(-20px, -50%) rotate(-90deg);
                }
              }
              .hero-slide-panels .active h3 {
                opacity: 0;
                top: 200%;
              }
            
              .hero-slide-panels .section-content {
                position: relative;
                z-index: 30;
                opacity: 0;
                visibility: hidden;
                align-self: flex-end;
                width: 100%;
                transition: all 0.35s 0.1s ease-out;
              }
              .hero-slide-panels .active .section-content {
                opacity: 1;
                visibility: visible;
              }
              .hero-slide-panels .section-content .inner {
                position: absolute;
                display: grid;
                width: 100%;
                grid-auto-flow: row;
                grid-template-columns: 1fr;
                grid-column-gap: 20px;
                align-items: flex-end;
                left: 0;
                bottom: 0;
                padding: 20px;
                opacity: 0;
                width: 100%;
                transition: opacity 0.25s ease-out;
              }
              @media only screen and (min-width: 768px) {
                .hero-slide-panels .section-content .inner {
                  grid-auto-flow: column;
                  grid-template-columns: calc(100% - 80px) 40px;
                  grid-column-gap: 40px;
                  padding: 40px;
                }
              }
              @media only screen and (min-width: 1280px) {
                .hero-slide-panels .section-content .inner {
                  grid-auto-flow: column;
                  grid-template-columns: calc(100% - 80px) 40px;
                  grid-column-gap: 40px;
                  padding: 40px;
                }
              }
              .hero-slide-panels .active .section-content .inner {
                opacity: 1;
              }
            
              .hero-slide-panels .business-area-link {
                pointer-events: none;
              }
              .hero-slide-panels .active .business-area-link {
                pointer-events: all;
              }
            
              @keyframes text-morphcolor {
                0%,
                15% {
                  color: #fff;
                }
                2.5% {
                  color: #52d07a;
                }
              }
              @-webkit-keyframes text-glow {
                0%,
                15% {
                  text-shadow: 0 0 0em #fff;
                }
                2.5% {
                  text-shadow: 0 0 0.5em #52d07a;
                }
              }
              @keyframes text-glow {
                0%,
                15% {
                  text-shadow: 0 0 0em #fff;
                }
                2.5% {
                  text-shadow: 0 0 0.5em #52d07a;
                }
              }
            
              @keyframes shifty {
                0%,
                100% {
                  background-position-x: 50%;
                }
                50% {
                  background-position-x: 0%;
                }
              }
              
              .hero-section {
                display:none;
              }
              body.dnnEditState .hero-section,
              .hero-section.active {
                display:block;
              }
              
/* Home hero slider */

/* Calculator additions */
.form-range::-webkit-slider-thumb,
.form-range:focus::-webkit-slider-thumb {
  background-color: #52d07a;
}
.form-range::-moz-range-thumb
.form-range:focus::-moz-range-thumb {
  background-color: #52d07a;
}
.form-range::-ms-thumb,
.form-range:focus::-ms-thumb {
  background-color: #52d07a;
}
.range .thumb:after {
  background: #52d07a;
}
/* Calculator additions */

:target {
    scroll-margin-top: 120px;
}

/* Livecorp Training */
.p-tooltip {
    transform: translateX(-80px);
}


