/*End Generated Styles*/@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/*** BASE DESIGN *************************************/
body, #content p {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #404040;
}
#content p {
  margin: 1em 0;
}
a {
  color: #53c2f0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #037fb2;
}
.button,
input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #53c2f0;
  border: 3px solid #53c2f0;
  color: #fff;
  padding: 12px 20px;
  margin: 1em 0;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}
.button:after {
  content: '\279C';
  position: relative;
  left: 5px;
  transition: all 0.3s ease-in-out
}
.button:hover, .button:focus,
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  background-color: #fff;
  color: #53c2f0;
}
.button:hover:after, .button:focus:after {
  left: 8px;
}

.center {text-align:center;}

#mainbody {
  width: 1100px;
  max-width: 100%;
}
#content {
  overflow: visible;
}

.page_title, #content .page_title { display: none; }

#content h1, #content h2, #content h3, #content h4, #content h5, #content  h6,
#content .page_title {
  font-family: "Fuzzy Bubbles", sans-serif;
}
#content h3,
#content .page_title {
  font-size: 30px;
  color: #555;
}
#content h4 {
  font-size: 22px;
  color: #777;
}
#content .page_title:before, #content .page_title:after {display:none;}

.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

body:not(.homepage) #header {
  display: none;
}
body:not(.homepage) #wrap {
  margin-top: 92px;
}
#content.whatsnew_empty {
  width: 100% !important;
}

/*** NAVIGATION *************************************/
#navigation {
  width: auto;
  margin: 0 40px 0 0;
  background: transparent;
  font-family: "Nunito", sans-serif;
}
#navigation .nav li a {
  padding: 15px 0;
  color: #404040;
  margin: 0.5em 1em;
}
#navigation .nav li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #53c2f0;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
#navigation .nav a:hover {
  color: #53c2f0;
  background: transparent;
}
#navigation .nav li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#navigation ul.nav .active > a {
  color: #53c2f0;
  background: transparent !important;
}
#navigation .nav-toggle {
  background-size: 100% 70%;
  filter: brightness(50%);
  right: 0;
}

/*** HEADER SECTION *************************************/
.logo-nav-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  background: #fff;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.webdexpress_header h1 {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  padding: 0;
}
.webdexpress_header h1 a {
color: #555;
}
.webdexpress_header h1 a:hover {
color: #53c2f0;
text-decoration: none;
}
.webdexpress_header h2 {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.webdexpress_header {
  width: auto;
  margin: 0 0 0 50px;
  padding: 1em 0;
  display: grid;
  grid-column-gap: 10px;
}
.webdexpress_header:before {
  content:'';
  width:60px;
  height:60px;
  background: url(/uploads/2025/07/09/logo_ko-li_small.png) center/contain no-repeat;
  display: inline-block;grid-area: 1 / 1 / 3 / 2;
  filter: invert(40%);
}
.webdexpress_header div:nth-of-type(1) {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}
.webdexpress_header div:nth-of-type(2) {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

/*** HOMEPAGE *************************************/
#header {
  min-height: 100vh;
}

.home-intro-wrap {
  text-align: center;
}
.home-intro-img-wrap {
  margin-top: 50px;
}

#content .home-intro-wrap h3 {
  margin-top: 30px;
}
#user_content .home-intro-img-wrap img {
  width: calc(100% / 3);
  height: 500px;
  object-fit: cover;
  margin-bottom: -6px;
  padding: 0 8px;
}

.full-width.access {
  background-color: #faf7f0;
  margin-bottom: 3em;
}

.access-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.access-wrap .map-responsive {
  width: 500px;
}

.access-wrap .info {
  padding: 1em 0 0 0;
}
#content .info h3 {padding-bottom: 0;}
#content .info h4 {padding-top: 0;}

#content .biz-info-list {
  list-style: none;
  margin: 0.5em 0 1em 0;
  padding: 0;
}

#user_content .info-img-wrap img {
  width: 350px;
  margin: 0 5px 5px 0;
  display: block;
  height: 125px;
  object-fit: cover;
}

/*** WHAT'S NEW ***********************/
#mainbody.news-bottom #whatsnew {
  margin-top: 0;
}
.whatsnew_text {
  padding: 25px 0;
  color: inherit;
  border-bottom: 1px dotted #ccc;
}
.whatsnew_text:nth-last-of-type(1) {
  border: 0;
}
.whatsnew_date {
  font-family: inherit;
  font-size: 14px;
}
.whatsnew_text a {
  font-size: 18px;
  display: inline-block;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.whatsnew_title a:after {
  content: '\21E2';
  font-size: 20px;
}

#whatsnew_full_list .whatsnew_image_top {
  width: 47%;
}
.whatsnew_image_top .whatsnew_image {
  margin: 0 auto 30px auto;
}

/*** OTHER PAGES *************************************/
.page-title-wrap {
  text-align: center;
  margin: 20px 0 40px 0;
  text-transform: uppercase;
}
#content .page-title-wrap h3,
#content .page_title {
  font-size: 50px;
  font-weight: 400;
}
#content .page_title {
  margin: 20px 0 40px 0;
}

.about-bottom {
  margin-top: 0;
}
.full-width-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.full-width-inner > div {
  width: 50%;
}
.about-wrap:nth-of-type(even),
.about-wrap:nth-of-type(even) .txt {
  background: #eaf6fd;
}
.about-wrap:nth-of-type(odd),
.about-wrap:nth-of-type(odd) .text {
  background: #d3edfb;
}
.txt {
  padding: 1em 2em;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
#user_content .about-wrap .pic img {
  display: block;
  margin: 0 auto;
}
#content .txt p {
  margin: 10px 0;
}
.about-wrap:nth-of-type(even) .img-wrap {
  display: block;
  width: 100%;
  text-align: right;
}

/*** INFORMAKERS FORM *************************************/
.informakers-form {
  margin: 2em auto 0 auto;
  width: 95%;
}
.informakers-form .input {
  margin: 0 0 1em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.informakers-form .input > label {
  width: 200px;
  display: inline-block;
  color: inherit;
}
.informakers-form input[type="text"],
.informakers-form textarea {
  outline: 0;
  border: 0;
  padding: 10px;
  transition: all .3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: calc(100% - 200px);
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-bottom: #ccc 1px solid;
}
.informakers-form input[type="text"]:focus,
.informakers-form textarea:focus {
  box-shadow: none;
  border-bottom: #53c2f0 2px solid;
}
.informakers-form .input.fileupload {
  margin-top: 2.5em;
}
.informakers-form input[type="file"] {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
}
.informakers-form .g-recaptcha {
  margin: 1em 0;
}
.informakers-form .error-message {
  width: 100%;
  color: #ea0000;
  margin: 5px 0 0 190px;
}

/*** FOOTER SECTION *************************************/
footer {
  background:#f7f7f7;
}
#footer {
  display: grid;
  float: none;
  background: transparent;
  width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 100%;
}
#footer .button {
  padding: 5px 10px;
  margin: 5px 0 10px 0;
}
#footer .button:after {
  display: none;
}
.footer-logo {
  grid-area: 1 / 2 / 2 / 3;
  text-align: right;
}
.footer-info-wrap {
  grid-area: 1 / 1 / 3 / 2;
  text-align: left;
  font-size: 16px;
}
.footer-info-wrap p {
  margin: 0 0 1em 0;
}
.footer-info-wrap strong {
  font-weight: bold;
}
#footer .webdexpress_navigation {
  display: none;
}
#footer div:nth-of-type(4) {
  grid-area: 3 / 1 / 4 / 3;
  margin: 2em 0 0 0;
}
.social-media {
  grid-area: 2 / 2 / 3 / 3;
  text-align: right;
}
.social-media a {
  display: inline-block;
  margin: 5px 10px;
  padding: 7px 10px;
  border-radius: 50px;
  border: 2px solid #53c2f0;
}
.social-media a img {
  filter: invert(84%) sepia(32%) saturate(6425%) hue-rotate(170deg) brightness(105%) contrast(88%);
  position: relative;
  top: 1px;
}

/*** MEDIA QUERY *************************************/
@media only screen and (max-width:939px) {

.access-wrap .info {
  width: 100%;
  text-align: center;
}
#user_content .info-img-wrap img {
  margin: 5px auto;
}
.access-wrap .map-responsive {
  width: 100%;
}

}


@media only screen and (max-width:765px) {

  .full-width-inner > div {
    width: 100%;
  }

}


@media only screen and (max-width:760px) {

  .map-responsive iframe {
    width: 100%;
  }

  #navigation {
    margin: 0 10px 0 0;
  }
  .webdexpress_header {
    margin: 0 0 0 20px;
  }
  .webdexpress_header::before {
    width: 50px;
    height: 50px;
  }
  .webdexpress_header h1 {
    font-size: 20px;
  }
  .webdexpress_header h2 {
    font-size: 14px;
  }

}

@media screen and (max-width: 39.99em) {

  .webdexpress_navigation {
    background-color: transparent;
  }
  #navigation ul.nav {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 10px 0;
    border-bottom: 3px solid #53c2f0;
  }
  #navigation .nav li a {
    padding: 5px;
  }
  #navigation .nav li a:hover {
    background: transparent !important;
    color: #53c2f0
  }

  #user_content .home-intro-img-wrap img {
    height: 300px;
    padding: 0;
  }
  #content .home-intro-wrap h3 {
    margin-top: 10px;
  }
  .home-intro-img-wrap {
    margin-top: 30px;
  }
  .home-intro-img-wrap.about-bottom {
    margin-top: 0;
  }
  #user_content .home-intro-img-wrap.about-bottom img {
    height: 200px;
  }

  .footer-logo img {
    width: 100px;
    height: auto;
  }
  .social-media a img {
    width: 20px !important;
    top: 2px;
  }

  #whatsnew_full_list .whatsnew_image_top {
    width: 100%;
  }

.informakers-form {
  width: 100%;
}
.informakers-form .input {
  margin: 0 0 2em 0;
}
.informakers-form .input > label,
.informakers-form input[type="text"],
.informakers-form textarea {
  width: 100%;
}
.informakers-form .error-message {
  margin: 5px 0 0 0;
}

}
