@charset 'UTF-8';

/* KCA 2026 theme — Archivo via Google Fonts (see layout head) */

/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }
 
 html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block;
 }
 
 body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   text-align: left;
   background-color: #fff;
 }
 
 [tabindex="-1"]:focus {
   outline: 0 !important;
 }
 
 hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible;
 }
 
 h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: 0.5rem;
 }
 
 p {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 abbr[title],
 abbr[data-original-title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0;
   text-decoration-skip-ink: none;
 }
 
 address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit;
 }
 
 ol,
 ul,
 dl {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
   margin-bottom: 0;
 }
 
 dt {
   font-weight: 700;
 }
 
 dd {
   margin-bottom: .5rem;
   margin-left: 0;
 }
 
 blockquote {
   margin: 0 0 1rem;
 }
 
 b,
 strong {
   font-weight: bolder;
 }
 
 small {
   font-size: 80%;
 }
 
 sub,
 sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline;
 }
 
 sub {
   bottom: -.25em;
 }
 
 sup {
   top: -.5em;
 }
 
 a {
   color: #007bff;
   text-decoration: none;
   background-color: transparent;
 }
 
 a:hover {
   color: #0056b3;
   text-decoration: underline;
 }
 
 a:not([href]):not([tabindex]) {
   color: inherit;
   text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
   color: inherit;
   text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):focus {
   outline: 0;
 }
 
 pre,
 code,
 kbd,
 samp {
   font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
   font-size: 1em;
 }
 
 pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto;
 }
 
 figure {
   margin: 0 0 1rem;
 }
 
 img {
   vertical-align: middle;
   border-style: none;
 }
 
 svg {
   overflow: hidden;
   vertical-align: middle;
 }
 
 table {
   border-collapse: collapse;
 }
 
 caption {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   color: #6c757d;
   text-align: left;
   caption-side: bottom;
 }
 
 th {
   text-align: inherit;
 }
 
 label {
   display: inline-block;
   margin-bottom: 0.5rem;
 }
 
 button {
   border-radius: 0;
 }
 
 button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color;
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
 }
 
 button,
 input {
   overflow: visible;
 }
 
 button,
 select {
   text-transform: none;
 }
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
   padding: 0;
   border-style: none;
 }
 
 input[type="radio"],
 input[type="checkbox"] {
   box-sizing: border-box;
   padding: 0;
 }
 
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
   -webkit-appearance: listbox;
 }
 
 textarea {
   overflow: auto;
   resize: vertical;
 }
 
 fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0;
 }
 
 legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: .5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal;
 }
 
 progress {
   vertical-align: baseline;
 }
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
 
 [type="search"] {
   outline-offset: -2px;
   -webkit-appearance: none;
 }
 
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 ::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
 }
 
 output {
   display: inline-block;
 }
 
 summary {
   display: list-item;
   cursor: pointer;
 }
 
 template {
   display: none;
 }
 
 [hidden] {
   display: none !important;
 }
 /*# sourceMappingURL=bootstrap-reboot.css.map */ 

html {
  height: 100%;
  margin: 0;
  padding: 0;

  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  	background-color: #21e500;
    background-image: url(../images/main-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;

    font-family: 'Archivo', Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

a {
  color: inherit;
}

a:hover, a:focus  {
 text-decoration: none;
 color: inherit;
}


input, select {
	vertical-align: middle;
}

.item {
  margin-bottom: 4rem;
}

@media (max-width: 1199px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 7px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 6px;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 5px;
  }
}

body, textarea, input, select {
	color: #010101;
	font-family: 'Archivo', Arial, sans-serif;
	font-weight: 400;
	line-height: normal;
  font-size: calc(.5rem + 13px);
}

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

.button {
  cursor: pointer;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.img-fluid {
  max-width: 100%;
  display: inline-block;
  margin:  0 auto;
}

.container {
    max-width: 960px;
}

.justify-content-center {
  justify-content: center;
}

#main {
  overflow: hidden;
}

#header {
  padding-top: 54px;
}

#header .inner {
  background: #0b42dc;
}

#header .container {
  position: relative;
}

.main-menu {
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  font-size: calc(.2rem + 15px);
  text-transform: uppercase;
  font-weight: bold;
  align-items: stretch;
  width: 100%;
  justify-content: space-around;
}

.main-menu li.press {
  font-size: calc(.2rem + 13px);
  font-weight: bold;
}

.main-menu li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  justify-content: center;
  padding: 1.2rem 1.5rem;
  text-align: center;
  min-height: 5.5rem;
}

.main-menu li.active:not(.press) a,
.main-menu li:hover:not(.press) a {
  color: #dfff00;
}

.main-menu .press a.credentialing {
  line-height: 1.2;
}

.main-menu .press a.credentialing:hover,
.main-menu .press.active a.credentialing {
  color: #dfff00;
}

.shadow {
  background: rgba(255,255,255,1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}

#hero {
  line-height: 0;
}

#hero img {
  width: 100%;
  display: block;
}

#white-content {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
  font-size: calc(.5rem + 13px);
  line-height: 1.5;
}

#white-content p {
  margin: 2rem 0;
}

#white-content.credentials p {
  margin: 15px 0;
}

#white-content a {
  color: #000e6c;
  text-decoration: underline;
}

#white-content strong {
  color: #000e6c;
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 700;
}

#white-content a:hover {
  text-decoration: none;
}

#white-content span {
  color: #ff6700;
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 700;
}

#white-content .more {
  margin-top: 5rem;
}

#white-content .more a {
  color: #ff6700;
  font-weight: bold;
}

.title {
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 800;
  color: #ff6700;
  text-transform: uppercase;
  font-size: calc(1rem + 16px);
  margin-bottom: 5rem;
}

.sub-title {
  color: #ff6700;
  font-size: calc(1rem + 14px);
  font-weight: normal;
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 700;
}

.past-block {
  background: #ffffff;
  padding: 0 4rem 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.past-block-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 525px;
  width: 100%;
}

.past-block-title {
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 800;
  color: #001a8e;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 1.5rem;
  text-align: center;
  text-transform: none;
}

.past-block-logo {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin: 1.5rem auto 0;
}

.years-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
}

.carousel-arrow {
  color: #00c539;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
  opacity: 0.7;
  color: #00c539;
}

.years {
  position: relative;
  width: 140px;
  height: 30px;
  overflow: hidden;
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 800;
}

.year {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #001a8e;
  opacity: 0;
  left: 0;
  transition: all 0.3s ease;
  transform: translateX(100%);
  text-decoration: none;
}

.year:hover,
.year:focus {
  color: #001a8e;
  text-decoration: none;
}

.year.active {
  opacity: 1;
  transform: translateX(0);
}

.year.prev {
  transform: translateX(-100%);
}

.button {
  border: none;
  color: white;
  background: #ff6700;
  width: auto;
  font-size: 25px;
  padding: 10px;
}

.pic-item {
  display: inline-block;
  background: white;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.26);
  margin-bottom: 15px;
}

#footer {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.35;
  background: #001a8e;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 400;
}

#footer strong {
  display: block;
  font-family: 'Archivo', Arial, sans-serif;
  font-weight: 800;
  color: #fcfc1e;
  margin-bottom: 0.6rem;
}

#footer p {
  margin: 0;
  font-weight: 400;
}

#footer .inner {
  max-width: 520px;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .main-menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-menu li {
    width: 50%;
  }

  .main-menu li a {
    min-height: 4.5rem;
    padding: 1rem;
  }

  #white-content,
  .past-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 575px) {
  .main-menu li a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}