@media (min-width: 1200px) {
body {
  font-size: 16px;
}
}

@media (min-width: 1600px) {
body {
  font-size: 18px;
}

* + .isotope-wrap {
  margin-top: 30px;
}
}

a, a:active, a:focus {
  color: #8cbd42;
}

a:focus:not(:focus-visible), *:focus:not(:focus-visible) {
    outline: none
}

a:focus-visible, *:focus-visible {
    outline: 2px solid blue !important;
    outline-offset: 2px !important;
}

* + .isotope-wrap {
  margin-top: 30px;
}

.cursor-pointer {
    cursor:pointer;
}

.rd-navbar-static .rd-navbar-inner {
    padding: 20px 0;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > li .rd-navbar-megamenu {
  margin-top: 52px;
}

.rd-navbar-fixed .rd-navbar-brand img {
    height: 50px;
}

.rd-navbar-fixed .rd-navbar-panel {
  padding: 9px;
  height: 66px;
}

.rd-navbar-fixed .rd-navbar-brand {
  left: 66px;
  height: 66px;
}

.rd-navbar .rd-navbar-search__toggle::before {
  font-size: 24px;
}

.rd-navbar .rd-navbar-search__toggle::before, .rd-navbar .rd-navbar-search__toggle::after {
  font-weight: 700;
  padding: 0px;
  line-height: 28px;
}

.rd-navbar .rd-navbar-search__toggle {
  color: #000;
}

.rd-navbar .rd-navbar-search__toggle::after {
  font-size: 29px;
}

.rd-navbar .rd-search .form-input, .rd-navbar .rd-search .form-label {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.rd-navbar-search .rd-search__submit::before {
  font: 400 20px 'Linearicons';
}

.rd-navbar-static .rd-navbar-inner > :last-child {
  padding-right: 10px;
}


.rd-navbar .rd-navbar-nav > li > * {
  vertical-align: bottom;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu:focus, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu:focus-visible {
	opacity: 1 !important;
	visibility: visible !important;
}
.rd-nav-link:focus ~ .rd-navbar-megamenu, .rd-navbar-megamenu:focus-within {
	transform: translateY(0) !important;
}
.rd-nav-link:focus ~ .rd-navbar-megamenu, .rd-navbar-megamenu:focus-within {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}


.form-input {
  font-weight: 300;
  font-style: normal;
}


@media (min-width: 1200px) {
.rd-navbar .rd-search .form-input, .rd-navbar .rd-search .form-label {
  font-size: 22px;
}
.rd-navbar-search .rd-search__submit::before {
  font: 400 22px 'Linearicons';
}
}

@media (min-width: 992px) {
.button {
  padding: 12px 40px 10px;
}
}

.ui-to-top:hover {
	background: #b1cd4d;
}

.toggle-title {
    color: #fff;
    background-color: #b1cd4d;
    border-color: #b1cd4d;
}

.list-styled {
    padding-left: 35px;
    list-style: disc;
}

section.section.hero-intro img  {
    width:100%;
}

.menu-text-p {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    margin-top: 35px;
}

.hero-intro-overlay {
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.hero-intro-overlay-text {
    font-size: 1.5em;
}

@media (min-width: 768px) {
    .hero-intro-overlay-text {
        font-size: 2em;
		margin-top: -60px;
    }
}

@media (min-width: 992px) {
    .hero-intro-overlay-text {
        font-size: 2.5em;
		margin-top: -90px;
    }
}

.img-thumbnail-variant-3 .caption, .thumb-modern__overlay {
  background-color: rgba(192, 225, 73, 0.8);
}

.img-teaser {
  height:420px;
  object-fit: cover;
}

@media (max-width: 576px) {
.img-teaser {
  height:240px;
  object-fit: cover;
}
}

.w-28 {
width: 28% !important;
}

.pt-6 {
	padding-top: 4.5rem !important;
}

.pt-7 {
	padding-top: 6rem !important;
}

@media (max-width: 768px) {
.d-max-sm-none {
display: none !important;
}
}

@media (max-width: 992px) {
.d-max-md-none {
display: none !important;
}
}

@media (max-width: 1200px) {
.d-max-lg-none {
display: none !important;
}
}

.material-parallax img {
	max-width: 110%;
	display: inline-block !important;
}


.starthead {
	font-family: 'Klee One';
	font-size: 1.5em;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 15px;
}


@media (max-width: 768px) {
.hero-intro-overlay-text {
  font-size: 1.3em;
}	
.starthead {
	font-size: 1.4em;
	line-height: normal;
	margin-bottom: 8px;
	}
}

.list-marked {
	text-align: left;
	margin-left: .5rem !important;
	margin-bottom: 22px !important;
}

.list-marked > li {
	text-indent: -24px;
	padding-left: 24px;
}

.list-marked > li::before {
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	content: '';
	height: 9px;
	width: 9px;
	margin-right: 15px;
	border-radius: 50%;
	background: #000;
}

.text-white .list-marked > li::before {
	background: #fff;
}

.list-marked > li + li {
	margin-top: 5px;
}

* + .list-marked {
	margin-top: 10px;
}

.list-marked > li > .list-marked > li::before {
	content: '-';
	height: 0px;
	width: 0px;
	margin-right: 7px;
	margin-left: 5px;
}
.list-marked > li > .list-marked > li {
	text-indent: -12px;
	padding-left: 12px;
}

li > .list-marked {
	margin-bottom: 7px !important;
}

.list-marked > li a, .list-marked-primary > li a, .list-marked > li a:active, .list-marked-primary > li a:active, .list-marked > li a:focus, .list-marked-primary > li a:focus {
	display: inline !important;
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	text-indent: -24px;
	padding-left: 24px;
}

.list-ordered > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	display: inline-block;
	top: 0;
	left: 0;
	text-indent: 0;
	min-width: 18px;
	color: inherit;
}

.list-ordered > li + li {
	margin-top: 5px;
}

* + .list-ordered {
	margin-top: 10px;
}

.acceptance {
   font-size: 0.9em;
   font-style: italic;
   margin-top: 42px;
}

.toc > h2 {
   margin-top: 0px !important;
   margin-bottom: 28px !important;
}

div[role=note] > h2 {
   margin-top: 0px !important;
   font-size: 25px !important;
   margin-bottom: 12px !important;
 }
 
div[role=note] > h2 > .icon {
   display: none !important;
}

.container-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}


.container-video iframe,
.container-video object,
.container-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.certificate-grid {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 8em;
    column-gap: 8em;
}


.content-section h2 {
    margin:25px 0;
}


.content-section h3 {
    margin:20px 0;
}


.content-section h4 {
    margin:15px 0;
}


.content-section h5 {
    margin:10px 0;
}


.content-section h6 {
    margin:10px 0;
}


.certificate-grid p {
    margin-bottom: 15px;
}


.text-kat {
	font-size: 15px;
	line-height: 2em;
	letter-spacing: .1em;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
}


.text-left {
	text-align: left !important;
}


.text-right {
	text-align: right !important;
}



.btn-xs {
	padding: 1px 18px;
	font-size: 13px;
	line-height: 2;
}

@media (min-width: 768px) {
	.btn-xs {
		padding: 4px 24px;
	}
}

@media (min-width: 992px) {
	.btn-xs {
		padding: 7px 32px;
	}
}


@media(min-width:1024px) {
    .certificate-grid {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 8em;
        column-gap: 8em;
    }
}

	.section-xs:first-of-type,
	.section-sm:first-of-type,
	.section-md:first-of-type,
	.section-lg:first-of-type,
	.section-xl:first-of-type {
		padding-top: 0px;
	}

@media (max-width: 767.98px) {
	.section-xs:first-of-type,
	.section-sm:first-of-type,
	.section-md:first-of-type,
	.section-lg:first-of-type,
	.section-xl:first-of-type {
		padding-top: 0px;
	}
}

@media (min-width: 1200px) and (min-height: 800px) {
	.section-xs:first-of-type,
	.section-sm:first-of-type,
	.section-md:first-of-type,
	.section-lg:first-of-type {
		padding-top: 0px;
	}
}


footer {
	margin-top: 80px;
}

	.section-xs:last-of-type,
	.section-sm:last-of-type,
	.section-md:last-of-type,
	.section-lg:last-of-type,
	.section-xl:last-of-type {
		padding-bottom: 0px;
	}


@media (max-width: 767.98px) {
footer {
	margin-top: 40px;
}
}


figcaption p {
padding-bottom: 15px;
font-size: 0.9rem;
}

.pre-footer-corporate {
  background: #f2f2f2;
  }

.bg-accent {
  background: #b1cd4d !important;
  }
  
.bg-accent a.icon-primary {
  color: #fff !important;
}
  
.container table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.container table td {
	margin: 0px;
	padding: 4px;
	padding-right: 10px;
	padding-left: 0px;
	vertical-align: top;
	border-bottom: 1px solid #6D6E71;
}
.container table th {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 2px solid #6D6E71;
}

.card-custom:last-child {
	border-bottom: 1px solid #ececee;
}

.card-custom {
  padding: 20px 0 20px;
}

@media (min-width: 768px) {
.card-custom {
  padding: 35px 0 35px 0;
}
}

.card-custom .card-custom-collapse .card-custom-body {
  padding: 15px 25px 0px 0;
}

.card-custom .card-custom-title > a::before {
  content: "\ec37";
}

.select2-search--dropdown {
  display: none;
}

.select2 {
  min-width: 30%;
}

@media (max-width: 1024px) {
.select2 {
  width: 100% !important;
}
}

@media (min-width: 2100px) {
.select2 {
  min-width: 25%;
}
}

@media (min-width: 1200px) {
.w-lg-25 {
  width: 25%;
}
}

.ajax-file-upload {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #b1cd4d;
}

.checkbox, .checkbox-inline, .select2-results__option, .select2-container--bootstrap .select2-selection {
  font-size: 16px;
  font-style: normal;
}

.form-label-outside ~ .form-input {
  font-style: normal;
}

.status {
	color: #e33f2c;
}

textarea.form-input {
  height: 90px;
}

.pre-footer-corporate {
  padding: 50px 0 90px 0;
}

@media (min-width: 992px) {
  .pre-footer-corporate {
    padding: 90px 0;
  }
}


#skiplinks a {
  position:absolute;
  left:-6000px;
  top:-6000px;
  overflow:hidden;
  display:inline;
}

#skiplinks a:hover, #skiplinks a:visited {
  position:absolute;
  left:-6000px;
  top:-6000px;
  overflow:hidden;
  display:inline;
}

#skiplinks a:focus, #skiplinks a:active {
  position:absolute;
  display:block;
  font-size:0.875em;
  font-weight:bold;
  top:0;
  left:25px;
  padding:0.5em 0.5em 0.5em 0.85em;
  background:#FEFEFE;
  color:#466199;
  width:15em;
  border-width:0 3px 3px 3px;
  border-style:solid;
  border-color:#466199;
  z-index:500;
  text-decoration:none !important;
  outline:none;
}

.sr-only {
  overflow:hidden !important;
  position:absolute !important;
  border:0 !important;
  clip:rect(0 0 0 0) !important;
  clip-path:inset(50%) !important;
  height:1px !important;
  width:1px !important;
  padding:0 !important;
  margin:-1px !important;
  white-space:nowrap !important;
}

/* Visual indicator that the content has been skipped to */
        main:target {
            /* outline: 3px dashed #666; */
            animation: highlight 2s ease-out;
			padding-top: 200px;
        }

        @keyframes highlight {
            from { background-color: #ffff99; }
            to { background-color: transparent; }
        }

.appfooter {
 display: none;
}


.mb-6 {
	margin-bottom: 4.5rem !important;
}

.mb-7 {
	margin-bottom: 6rem !important;
}

.mb-8 {
	margin-bottom: 7.5rem !important;
}

.mb-9 {
	margin-bottom: 9rem !important;
}

.mb-10 {
	margin-bottom: 12rem !important;
}
