@charset "UTF-8";
/*!
 * SCSS Main file
 */
/*****************************************************************************
 * Variables for SCSS
 *****************************************************************************/
/**
 * Grid measurements
 
/**
 * Navigation element heights
 */
/*
 * Screen sizes breakpoints for media queries
 */
/*
 * Brand Colors
 */
/**
 * WordPress specific variables.
 * WordPress uses different breakpoints then our grid.
 */
/**
 * Transitions
 */
/*****************************************************************************
 * Fonts
 *****************************************************************************/
/*****************************************************************************
 * General theme styles
 *****************************************************************************/
/**
 * Utilities
 */
.kristofc19-u-block {
  width: 100%;
  display: block;
  clear: both;
  box-sizing: border-box;
}
.kristofc19-u-block:after {
  content: "";
  display: table;
  clear: both;
}

.kristofc19-u-clearfix {
  content: "";
  display: table;
  clear: both;
}

.kristofc19-img,
img.size-full {
	display: block;
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}

.page-wrap {
  width: 100%;
  max-width: 1099px;
  margin: 0 auto;
}

.valign1 {
  display: table;
  width: 100%;
  height: 100%;
}

.valign2 {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.lb {
  display: block;
}
@media screen and (max-width: 991px) {
  .lb {
    display: none;
  }
}

.bootstrap-wrapper .kristofc19-container {
  width: 100%;
  max-width: 1099px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/**
 * General
 */
body {
  font-family: "Hind", sans-serif;
  font-size: 15px;
  line-height: 150%;
  background-color: #fff;
  color: #5d5d5d;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

p {
  margin: 15px 0;
}
p:last-child {
  margin-bottom: 0;
}

h1 {
  margin: 15px 0;
  font-size: 36px;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 125%;
  }
}

h2 {
  margin: 15px 0;
  font-size: 36px;
  line-height: 150%;
  color: #014C6D;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 125%;
  }
}

h3 {
  margin: 15px 0;
  line-height: 150%;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
    line-height: 125%;
  }
}

/**
 * Responsive background images
 */
.responsive-bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*****************************************************************************
 * Forms
 *****************************************************************************/
/**
 * Buttons
 */
.kristofc19-button {
  font-family: "Hind", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: 0;
}
.kristofc19-button.is-default {
  color: #fff !important;
  background-color: #014C6D;
  font-size: 24px !important;
  line-height: 100%;
  padding: 12px;
  min-width: 150px;
  text-align: center;
}
.kristofc19-button.is-default:hover {
  color: #fff !important;
  background-color: #000;
}
.kristofc19-button.is-default.is-white {
  background-color: #fff;
  color: #3E7DC0 !important;
  border: solid #3E7DC0 2px;
  min-width: 200px;
}
.kristofc19-button.is-default.is-white:hover {
  color: #fff !important;
  background-color: #3E7DC0;
}
.kristofc19-button.is-default.is-overlay {
  padding: 12px 24px;
  text-transform: uppercase;
}
.kristofc19-button.is-more {
  background-color: #fff;
  color: #000;
  padding: 8px 16px;
}
.kristofc19-button.is-more:hover {
  color: #fff;
  background-color: #000;
}
.kristofc19-button.is-green {
  background-color: #83C6B0;
  color: #fff;
}
.kristofc19-button.is-dark_blue {
  background-color: #5C9ABF;
  color: #fff;
}
.kristofc19-button.is-earth {
  background-color: #BCD0A9;
  color: #014C6D;
}
.kristofc19-button.is-blue {
  background-color: #44A2C9;
  color: #fff;
}
.kristofc19-button.is-teal {
  background-color: #ACE4DF;
  color: #014C6D;
}
.kristofc19-button.is-submit {
  font-size: 28px;
  background-color: #3E7DC0;
  color: #fff;
  padding: 8px 24px;
  min-width: 320px;
}
.kristofc19-button.is-submit i {
  vertical-align: middle;
  color: #fc0;
  margin-left: 7px;
  margin-bottom: 7px;
}
.kristofc19-button.is-submit:hover {
  color: #fff !important;
  background-color: #000;
}

/**
 * Text fields
 */
.kristofc19-donate-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.kristofc19-donate-form textarea {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  line-height: 36px;
  height: 36px;
  width: 100%;
  background-color: #ADE2E1;
  color: #014C6D;
  padding: 0 12px;
  margin-top: 0;
}
.kristofc19-donate-form textarea {
  height: 144px;
}
.kristofc19-donate-form ::-webkit-input-placeholder {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #014C6D;
  opacity: 1;
}
.kristofc19-donate-form ::-moz-placeholder {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #014C6D;
  opacity: 1;
}
.kristofc19-donate-form :-ms-input-placeholder {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #014C6D;
  opacity: 1;
}
.kristofc19-donate-form ::-ms-input-placeholder {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #014C6D;
  opacity: 1;
}
.kristofc19-donate-form ::placeholder {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #014C6D;
  opacity: 1;
}

/**
 * Select2
 */
.no-search .select2-search {
  display: none;
}

.select2-container--kristofc19 {
  font-family: "Hind", sans-serif;
  border: 0;
  background-color: #ADE2E1;
  color: #014C6D;
  line-height: 36px;
  min-height: 36px;
  padding-left: 12px;
}
.select2-container--kristofc19.select2-container--open {
  border-width: 0px;
}
.select2-container--kristofc19.select2-container--open.select2-container--below {
  border-width: 1px;
}
.select2-container--kristofc19 .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
  white-space: normal;
  display: block;
}
.select2-container--kristofc19 .select2-selection--multiple li {
  display: inline-block;
  border-radius: 6px;
  margin: 5px 10px 5px 0;
  padding: 0 10px;
  background-color: #eeeeee;
}
.select2-container--kristofc19 .select2-selection--multiple li.select2-search--inline {
  border: 0;
  width: 100%;
  background: transparent;
  padding: 0;
}
.select2-container--kristofc19 .select2-selection--multiple li.select2-search--inline input.select2-search__field {
  border: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  cursor: pointer;
  color: #3E7DC0;
}
.select2-container--kristofc19 .select2-selection--multiple li.select2-search--inline ::-webkit-input-placeholder {
  color: #3E7DC0;
}
.select2-container--kristofc19 .select2-selection--multiple li.select2-search--inline ::-moz-placeholder {
  color: #3E7DC0;
}
.select2-container--kristofc19 .select2-selection--multiple li.select2-search--inline :-ms-input-placeholder {
  color: #3E7DC0;
}
.select2-container--kristofc19 .select2-selection--multiple li.select2-search--inline ::-ms-input-placeholder {
  color: #3E7DC0;
}
.select2-container--kristofc19 .select2-selection--multiple li.select2-search--inline ::placeholder {
  color: #3E7DC0;
}
.select2-container--kristofc19 .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 3px;
  font-weight: bold;
  color: #3E7DC0;
  cursor: pointer;
  font-size: 20px;
  vertical-align: middle;
}
.select2-container--kristofc19 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #c1405d;
}
.select2-container--kristofc19 .select2-results__options {
  border: 0;
  border-top: 0;
}
.select2-container--kristofc19 .select2-dropdown {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.select2-container--kristofc19 .select2-results {
  width: 100%;
}
.select2-container--kristofc19 .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--kristofc19 .select2-selection--single {
  height: 36px;
}
.select2-container--kristofc19 .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 36px;
}
.select2-container--kristofc19 .select2-results__option {
  padding: 12px 16px;
  line-height: 100%;
  background-color: #ADE2E1;
  color: #014C6D;
}
.select2-container--kristofc19 .select2-results__option:hover {
  background-color: #4f7b93;
  color: #fff;
}
.select2-container--kristofc19 .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-top: 5px solid #014C6D;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: -2.5px;
}
.select2-container--kristofc19.select2-container--open .select2-selection__arrow {
  border-top: 0;
  border-bottom: 5px solid #014C6D;
}

/*****************************************************************************
 * Header, Navigation
 *****************************************************************************/
#wpadminbar {
  position: fixed;
}

header.return {
  background-color: #014C6D;
  color: #fff;
  text-align: right;
  padding: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
header.return a {
  color: #fff;
}
header.return a i {
  vertical-align: middle;
  margin-right: 4px;
}
header.return a:hover {
  color: #63C0C2;
}

header.main {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000;
  background-color: transparent;
  height: 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0;
  z-index: 99 !important;
}
header.main .page-wrap {
  padding: 0 15px;
}
header.main .page-wrap > .kristofc19-u-block {
  position: relative;
}
header.main .logo {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: auto;
  height: 100%;
}
header.main .logo img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 60px;
}
@media screen and (max-width: 991px) {
  header.main {
    height: 60px;
  }
  header.main .logo {
    height: 60px;
  }
}
header.main .logo {
  display: none;
}

.nav-header {
  float: right;
  width: 100%;
  text-align: right;
}
.nav-header li {
  position: relative;
  display: inline-block;
}
.nav-header li a {
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 30px;
  text-transform: capitalize;
  color: #3076b6;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}
.nav-header li a:after {
  display: none;
}
.nav-header .menu-item-has-children:hover a:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #3076b6;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-header li.menu-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  margin-left: 4px;
  font-weight: bold;
}
.nav-header .sub-menu {
  display: none;
  position: absolute;
  left: 0px;
  top: 0;
  height: auto;
  width: 100%;
  text-align: left;
  padding: 0;
  background: #fff;
  padding-top: 60px;
  text-align: center;
}
.nav-header .sub-menu li {
  height: auto;
  display: block;
}
.nav-header .sub-menu li a {
  height: auto;
  line-height: 125%;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  border: 0;
  white-space: nowrap;
  padding: 8px;
  font-weight: lighter;
  letter-spacing: 0;
  text-transform: none;
}
.nav-header .sub-menu li a:hover {
  background-color: #3E7DC0;
  color: #fff;
}
.nav-header .sub-menu li a:before {
  display: none !important;
}
.nav-header .sub-menu li:hover a {
  border: 0;
}
.nav-header li:hover .sub-menu {
  display: block;
}
@media screen and (max-width: 768px) {
  .nav-header {
    display: none;
  }
}

.header-spacer {
  display: none;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .header-spacer {
    height: 60px;
  }
}

body.admin-bar header.main {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header.main {
    top: 46px;
  }
}

body.is-scrolled header.main {
  height: 60px;
}
body.is-scrolled header.main .logo img {
  height: 60px;
}
body.is-scrolled .nav-header li a {
  height: 60px;
  line-height: 60px;
}

.donate-button {
  text-align: center;
  margin: 0 auto;
}

footer p {
  color: #403F3F !important;
}
footer p a {
  color: #403F3F !important;
}
footer h2 a {
  color: #717373 !important;
}
footer .footer-social {
  margin: 0 auto;
}
footer .footer-social li {
  display: inline-block;
  list-style: none;
}
footer .footer-social li a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  line-height: 32px;
  text-align: center;
}
footer .footer-social li a:hover {
  color: #3E7DC0;
  background: #ffffff !important;
}
footer .footer-social li:nth-child(1) a {
  background: #3a5796;
}
footer .footer-social li:nth-child(2) a {
  background: #00abea;
}
footer .footer-social li:nth-child(3) a {
  background: #007bb1;
}
footer .footer-social li:nth-child(4) a {
  background: #0B74B1;
}
footer .footer-social li:nth-child(5) a {
  background: #404040;
}

.column-logo {
  position: relative;
  padding: 0;
}
.column-logo .ribbon-fixed {
  position: absolute;
  transform: rotate(-45deg);
  text-align: center;
  z-index: 9;
}
.column-logo .ribbon-fixed h6 {
  color: #000000;
  font-size: 14px;
  position: relative;
  top: 8px;
  left: 5px;
  transform: rotate(4deg);
}
.column-logo .ribbon-fixed p {
  font-size: 12px;
  color: #000000;
  margin: 0;
  position: relative;
  top: -2px;
  left: 5px;
  transform: rotate(4deg);
}
.column-logo .ribbon-fixed:after {
  content: "";
  position: absolute;
  width: 108px;
  height: 101px;
  background: url(https://kristofimpact.org/wp-content/themes/kristofc19/ui/img/ribben.png) no-repeat;
  background-size: 100% 100%;
  top: 0px;
  left: -23px;
  transform: rotate(45deg);
  z-index: -1;
}
.column-logo .ribbon-fixed .ribbon-fixed-inner {
  position: relative;
  top: 10px;
  left: -17px;
}
.column-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.column-logo .logo-box {
  padding: 0 !important;
  object-fit: cover;
  height: auto !important;
  padding-bottom: 10px !important;
}
.column-logo .responsive-bgimg {
  height: 110px !important;
  width: 95%;
  margin-top: 3px;
  margin-left: 2.5%;
}
.column-logo .donate-link {
  text-align: center;
}

.fancybox-inner {
  max-width: 900px;
  margin: 0 auto;
}

.fancybox-button {
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 0 !important;
  top: 9vh;
  right: 40px;
  background: none !important;
}

.video-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffffc2;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  color: #000000ad;
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  padding-left: 2px;
  z-index: 10;
  transition:0.5s;
}
.video-link:hover{
	color: black;
	background-color: white;
}

.is-scrolled header {
  background: #ACE3E0;
}
.is-scrolled header .nav-header .sub-menu {
  padding-top: 0;
  top: 60px;
  background: #ace3e0;
  padding-bottom: 0;
}
.is-scrolled header .nav-header .sub-menu li a {
  height: auto;
  line-height: normal;
}
.is-scrolled header .nav-header .menu-item-has-children:hover a:before {
  display: none;
}

.kristofc19-button.is-default {
  transition: all ease-in-out 0.5s;
}
.kristofc19-button.is-default:hover {
  background-color: #045f87;
  transition: all ease-in-out 0.5s;
}

@media screen and (max-width: 991px) {
  .row-main .column-second {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kristofc19-orgpane .column-logo {
    flex: 0 0 180px !important;
    max-width: 180px !important;
  }
  .kristofc19-orgpane .column-logo .donate-link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .kristofc19-orgpane .column-logo {
    flex: 0 0 160px !important;
    max-width: 160px !important;
  }

  h3 {
    font-size: 18px;
    line-height: 118%;
  }

  .kristofc19-button.is-default {
    min-width: 120px;
    font-size: 20px !important;
  }

  .fancybox-button {
    top: 28vh;
    right: 0;
  }
  .field-options .input-option .indicator{width: 30px !important;}
}
footer.copyright {
  background-color: #ACE3E0;
  color: #403F3F;
  padding: 45px 0;
  text-align: center;
}
footer.copyright a {
  color: #403F3F;
}
footer.copyright a:hover {
  color: #000;
}

/*****************************************************************************
 * Drawer / Hamburger mobile menu
 *****************************************************************************/
/* Drawer control */
.drawer-trigger {
  display: none;
  float: right;
  width: 60px;
  height: 60px;
  position: relative;
}
.drawer-trigger .toggle-label {
  text-indent: -99999px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .drawer-trigger {
    display: block;
  }
}

.drawer-button {
  font-size: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.drawer-button:focus, .drawer-button:active, .drawer-button:hover {
  text-decoration: none;
}
.drawer-button .drawer-button-closed {
  display: table-cell;
}
.drawer-button .drawer-button-opened {
  display: none;
}

.drawer-open .drawer-button .drawer-button-closed {
  display: none;
}
.drawer-open .drawer-button .drawer-button-opened {
  display: table-cell;
}

.drawer-button-align {
  display: table;
  width: 100%;
  height: 100%;
}
.drawer-button-align .drawer-button-opened,
.drawer-button-align .drawer-button-closed {
  width: 100%;
  vertical-align: middle;
}

/* Drawer menu */
.drawer {
  -webkit-transition: 0.3s transform ease;
  transition: 0.3s transform ease;
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  display: block;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
}
.drawer.is-submenu-open {
  overflow-y: scroll;
}

.drawer-open .drawer {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*
html.drawer-open {
	margin-top: 0 !important;
}*/
.nav-drawer-menu {
  padding-bottom: 0;
  font-weight: bold;
}
.nav-drawer-menu ul {
  width: 100%;
  float: left;
  clear: both;
}
.nav-drawer-menu ul.sub-menu {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  margin: 0;
  padding: 0;
}
.nav-drawer-menu ul.sub-menu.is-open {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.nav-drawer-menu li {
  width: 100%;
  float: left;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}
.nav-drawer-menu a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  display: block;
  line-height: 200%;
  border-bottom: solid #5d5d5d 1px;
  padding: 8px 10px;
}
.nav-drawer-menu h4,
.nav-drawer-menu .nolink > a {
  color: #3E7DC0;
  font-size: 24px;
  line-height: 150%;
  border-bottom: solid #3E7DC0 1px;
  font-weight: bold;
}
.nav-drawer-menu li.menu-item-back a {
  text-transform: uppercase;
  font-weight: lighter;
}

.nav-drawer-menu > li:last-child a {
  border-bottom: 0;
}

.kristofc19-gtpane .main-image {
  max-width: 360px;
}
.kristofc19-gtpane .link-paragraph {
  margin-top: 40px;
}
.kristofc19-gtpane.type-blue {
  padding: 95px 0px;
  background-color: #3E7DC0;
  color: #fff;
  /*p {
      max-width: 490px;
  }*/
}
.kristofc19-gtpane.type-blue h1 + p {
  max-width: 100%;
  /* font-size: 18px; */
}
.kristofc19-gtpane.type-blue a {
  color: #ace3e0;
}
.kristofc19-gtpane.type-blue a:hover {
  color: #000;
}
.kristofc19-gtpane.type-blue .main-content {
  padding: 30px 0 0;
}
.kristofc19-gtpane.type-white {
  padding: 45px 0;
}
.kristofc19-gtpane.type-white .row {
  align-items: center;
}
.kristofc19-gtpane.type-white p {
  max-width: 620px;
}
.kristofc19-gtpane.is-title {
  padding: 30px 0;
}
.kristofc19-gtpane.is-title .column-second {
  text-align: right;
}
.kristofc19-gtpane.is-title .row-main {
  align-items: center;
}
.kristofc19-gtpane.is-title .main-image {
  max-width: 180px;
}
.kristofc19-gtpane.is-title h1 {
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .kristofc19-gtpane .link-paragraph {
    margin-top: 15px;
  }
  .kristofc19-gtpane.type-blue {
    padding: 15px 0;
  }
  .kristofc19-gtpane.type-white {
    padding: 15px 0;
  }
  .kristofc19-gtpane.is-title {
    padding: 15px 0;
  }
  .kristofc19-gtpane.is-title .column-main {
    margin-bottom: 15px;
  }
  .kristofc19-gtpane.is-title .column-second {
    text-align: left;
  }
  .kristofc19-gtpane.is-title .main-image {
    max-width: 120px;
  }
}

.kristofc19-content-pane {
  padding: 15px 0;
}
.kristofc19-content-pane a {
  color: #3E7DC0;
}
.kristofc19-content-pane a:hover {
  color: #014C6D;
}
.kristofc19-content-pane .nf-form-content {
  margin: 0;
  padding: 15px 0;
}
.kristofc19-content-pane .nf-before-form-content {
  margin-bottom: 15px;
}
.kristofc19-content-pane .nf-response-msg {
  background-color: #329175;
  color: #fff;
  padding: 30px;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 60px;
}
.kristofc19-content-pane .nf-response-msg p {
  margin: 0 0 15px 0;
}
.kristofc19-content-pane .nf-response-msg p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .kristofc19-content-pane {
    padding: 15px 0;
  }
  .kristofc19-content-pane h2 {
    text-align: left !important;
  }
}

.page-template-template-landing .kristofc19-content-pane {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .page-template-template-landing .kristofc19-content-pane {
    padding: 15px 0;
  }
}

.kristofc19-orgpane {
  margin-bottom: 20px;
}
.kristofc19-orgpane .kristofc19-container {
  max-width: 999px;
}
.kristofc19-orgpane .show-mobile {
  display: none;
}
.kristofc19-orgpane .show-desktop {
  display: block;
}
.kristofc19-orgpane h3 {
  margin-top: 0;
}
.kristofc19-orgpane .column-logo {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 220px;
  max-width: 220px;
}
.kristofc19-orgpane .column-content {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
}
.kristofc19-orgpane .content a {
  color: #fff;
  text-decoration: underline;
}
.kristofc19-orgpane .content a:hover {
  text-decoration: none;
}
.kristofc19-orgpane .pad {
  padding: 30px 60px 30px 30px;
}
.kristofc19-orgpane .design {
  background-color: #5d5d5d;
  color: #fff;
}
.kristofc19-orgpane .logo-box {
  width: 100%;
  height: 220px;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 30px 15px;
  display: block;
}
.kristofc19-orgpane .logo {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.kristofc19-orgpane .buttons a {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.kristofc19-orgpane .mobile-content {
  display: none;
}
.kristofc19-orgpane.type-green .design {
  background-color: #329175;
}
.kristofc19-orgpane.type-dark_blue .design {
  background-color: #004D70;
}
.kristofc19-orgpane.type-earth .design {
  background-color: #9CAA8F;
}
.kristofc19-orgpane.type-blue .design {
  background-color: #00749E;
}
.kristofc19-orgpane.type-teal .design {
  background-color: #4CA2A6;
}
.kristofc19-orgpane.type-slateblue .design {
  background-color: #6f6d8b;
}
.kristofc19-orgpane.type-slateblue .donate-link a {
  background-color: #3c3c56;
}
.kristofc19-orgpane.type-slateblue .donate-link a:hover {
  background-color: #343448;
}
.kristofc19-orgpane.type-dorgeblue .design {
  background-color: #2395ee;
}
.kristofc19-orgpane.type-dorgeblue .donate-link a {
  background-color: #1060e5;
}
.kristofc19-orgpane.type-dorgeblue .donate-link a:hover {
  background-color: #0d51c3;
}
.kristofc19-orgpane.type-red .design {
  background-color: #f52511;
}
.kristofc19-orgpane.type-red .donate-link a {
  background-color: #b8190b;
}
.kristofc19-orgpane.type-red .donate-link a:hover {
  background-color: #9c1509;
}
.kristofc19-orgpane.type-oil_green .design {
  background-color: #9ba98e;
}
.kristofc19-orgpane.type-oil_green .donate-link a {
  background-color: #6a7f57;
}
.kristofc19-orgpane.type-oil_green .donate-link a:hover {
  background-color: #24696f;
}
.kristofc19-orgpane.type-dark_skyblue .design {
  background-color: #1d749d;
}
.kristofc19-orgpane.type-dark_skyblue .donate-link a {
  background-color: #05396c;
}
.kristofc19-orgpane.type-dark_skyblue .donate-link a:hover {
  background-color: #033362;
}
.kristofc19-orgpane.type-light_maroon .design {
  background-color: #705b56;
}
.kristofc19-orgpane.type-light_maroon .donate-link a {
  background-color: #382d2b;
}
.kristofc19-orgpane.type-light_maroon .donate-link a:hover {
  background-color: #27201f;
}
.kristofc19-orgpane.type-darkcyan .design {
  background-color: #4ca2a6;
}
.kristofc19-orgpane.type-darkcyan .donate-link a {
  background-color: #28767c;
}
.kristofc19-orgpane.type-darkcyan .donate-link a:hover {
  background-color: #1e595e;
}
@media screen and (max-width: 767px) {
  .kristofc19-orgpane {
    margin-bottom: 0;
  }
  .kristofc19-orgpane .show-mobile {
    display: block;
  }
  .kristofc19-orgpane .show-desktop {
    display: none;
  }
  .kristofc19-orgpane .kristofc19-container {
    padding: 0;
  }
  .kristofc19-orgpane h3 {
    margin-bottom: 10px;
  }
  .kristofc19-orgpane .row {
    align-items: center;
  }
  .kristofc19-orgpane .pad {
    padding: 15px;
  }
  .kristofc19-orgpane .column-logo {
    padding-right: 0;
    flex: 0 0 130px;
    max-width: 130px;
  }
  .kristofc19-orgpane .logo-box {
    height: 150px;
    padding: 5px;
    margin-bottom: 0;
  }
  .kristofc19-orgpane .buttons a {
    display: inline-block;
    width: 102px;
    margin-right: 5px;
  }
  .kristofc19-orgpane .buttons a:last-child {
    margin-right: 0;
  }
}

.read-more span.state-closed {
  display: inline;
}
.read-more span.state-opened {
  display: none;
}

.is-opened .read-more span.state-closed {
  display: none;
}
.is-opened .read-more span.state-opened {
  display: inline;
}

.kristofc19-faqs {
  margin: 75px 0 25px 0;
}
.kristofc19-faqs .kristofc19-container {
  max-width: 800px;
}
.kristofc19-faqs h2 {
  line-height: 100%;
  margin-bottom: 0;
}
.kristofc19-faqs h3 {
  font-size: 16px;
  margin: 0;
  line-height: 125%;
}
.kristofc19-faqs .faq {
  float: left;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: solid #979797 1px;
}
.kristofc19-faqs .question {
  float: left;
}
.kristofc19-faqs .question a {
  color: #63C0C2;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 25px 30px 25px 0px;
  position: relative;
  width: 100%;
}
.kristofc19-faqs .question a:hover {
  color: #014C6D;
}
.kristofc19-faqs .question .indicate {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 30px;
  height: 100%;
  text-align: right;
  font-size: 24px;
  color: #3E7DC0;
}
.kristofc19-faqs .question .indicate i {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.kristofc19-faqs .is-opened .question .indicate i {
  transform: rotate(90deg);
}
.kristofc19-faqs .answer {
  float: left;
  display: none;
  padding-top: 0px;
  padding-bottom: 25px;
}
.kristofc19-faqs .answer p:first-child {
  margin-top: 0;
}
.kristofc19-faqs .answer a {
  color: #3E7DC0;
  text-decoration: underline;
}
.kristofc19-faqs .answer a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .kristofc19-faqs {
    margin: 45px 0 15px 0;
  }
}

.kristofc19-donate-form {
  position: relative;
  color: #fff;
}
.kristofc19-donate-form h2 {
  margin-top: 0;
  color: #fff;
}
.kristofc19-donate-form .donate-pad {
  padding: 0px 30px;
  background-color: transparent;
  margin: 90px 0;
}
.kristofc19-donate-form .column-sidebar a {
  color: #ADE2E1;
  text-decoration: underline;
}
.kristofc19-donate-form .column-sidebar a:hover {
  color: white;
}
.kristofc19-donate-form .column-sidebar .pad {
  padding-left: 30px;
}
.kristofc19-donate-form .column-sidebar h3 {
  margin: 0;
}
.kristofc19-donate-form .column-sidebar p {
  margin: 0 0 20px 0;
}
.kristofc19-donate-form .sidebar-logo {
  width: 100%;
  max-width: 240px;
  margin-bottom: 30px;
}
.kristofc19-donate-form .column-form {
  padding-left: 22.5px;
}
.kristofc19-donate-form .column-form .col-12 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media screen and (max-width: 991px) {
  .kristofc19-donate-form .column-form {
    padding-left: 15px;
  }
  .kristofc19-donate-form .column-form .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.kristofc19-donate-form .field {
  margin: 0 0 15px 0;
}
.kristofc19-donate-form .field .description {
  font-style: italic;
  margin-top: 4px;
  font-weight: bold;
}
.kristofc19-donate-form label.error,
.kristofc19-donate-form div.stripe-error {
  color: #fff;
  background-color: #c1405d;
  display: block;
  cursor: default !important;
  padding: 3px 8px;
}
.kristofc19-donate-form div.stripe-error {
  display: none;
}
.kristofc19-donate-form p.disclaimer,
.kristofc19-donate-form p.disclaimer:last-child {
  font-size: 13px;
  line-height: 125%;
  font-style: italic;
  margin: 0 0 15px 0;
}
.kristofc19-donate-form p.disclaimer a {
  color: #ADE2E1;
  text-decoration: underline;
}
.kristofc19-donate-form p.disclaimer a:hover {
  color: white;
}
.kristofc19-donate-form .row-title-designation {
  margin-bottom: 15px;
}
.kristofc19-donate-form .row-title-designation a {
  color: #ADE2E1;
  text-decoration: underline;
}
.kristofc19-donate-form .row-title-designation a:hover {
  color: white;
}
.kristofc19-donate-form .row-submit .column-buttons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.kristofc19-donate-form ul {
  margin: 15px 30px;
}
.kristofc19-donate-form.is-loading {
  cursor: default;
}
.kristofc19-donate-form.is-loading * {
  cursor: default;
}
.kristofc19-donate-form.is-loading .field,
.kristofc19-donate-form.is-loading .select2-container,
.kristofc19-donate-form.is-loading button {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kristofc19-donate-form .donate-pad {
    padding: 0;
    margin: 45px 0;
  }
  .kristofc19-donate-form .column-sidebar .pad {
    border-top: solid #ace3e0 1px;
    margin-top: 30px;
    padding: 30px 0 0;
  }
  .kristofc19-donate-form .sidebar-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

#kristofc19-donate-container {
  width: 100%;
  float: left;
  clear: both;
  background-color: #034A73;
  opacity: 0.975;
  display: none;
}

.mfp-bg {
  background-color: #034A73;
  opacity: 0.975;
}

.mfp-close-btn-in .mfp-close {
  right: 15px;
  top: 0px;
  opacity: 1;
}
.mfp-close-btn-in .mfp-close .close-icon {
  display: block;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/close-fs8.png);
}
.mfp-close-btn-in .mfp-close:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .mfp-close-btn-in .mfp-close {
    right: 10px;
    top: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .mfp-close-btn-in .mfp-close .close-icon {
    width: 30px;
    height: 30px;
  }
}

.toggle-block {
  display: none;
}
.toggle-block.is-active {
  display: block;
}

tr.toggle-block.is-active {
  display: table-row;
}

table.line-items {
  width: 100%;
}
table.line-items th,
table.line-items td {
  padding: 6px;
}
table.line-items td {
  vertical-align: middle;
}
table.line-items input[type=text] {
  text-align: right;
}
table.line-items .cell-thumbnail {
  width: 48px;
}
table.line-items .cell-thumbnail .logo {
  width: 100%;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  padding: 4px;
}
table.line-items .cell-thumbnail .logo-bg {
  background-size: contain;
  display: block;
  width: 70px;
  height: 100%;
}
table.line-items .cell-amount {
  width: 182px;
}
table.line-items td.cell-amount {
  text-align: right;
}
table.line-items thead th {
  text-align: left;
}
table.line-items tfoot {
  font-size: 16px;
  text-align: right;
}
table.line-items tfoot th:first-child {
  text-align: left;
}
table.line-items .line-items-total {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  table.line-items .cell-thumbnail {
    width: 1px;
    padding: 0;
    visibility: hidden;
  }
  table.line-items .cell-thumbnail .logo {
    display: none;
  }
}

.card-code-instructions {
  line-height: 36px;
}
.card-code-instructions a {
  color: #5d5d5d;
}
.card-code-instructions a:hover {
  color: #000;
}

.card-code-instructions-img {
  width: 100%;
  max-width: 280px;
  display: none;
}

.field-options .input-option {
  margin-bottom: 10px;
}
.field-options .input-option a {
  color: #ADE2E1;
  text-decoration: underline;
}
.field-options .input-option a:hover {
  color: white;
}
.field-options .input-option:last-child {
  margin-bottom: 0;
}
.field-options .input-option label {
  cursor: pointer;
  position: relative;
}
.field-options .input-option input {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.field-options .input-option .indicator {
  background-color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid #fff 2px;
  margin-right: 2px;
  vertical-align: middle;
  padding: 2px;
}
.field-options .input-option .indicator:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.field-options .input-option input:checked + .indicator,
.field-options .input-option input:checked + .error + .indicator {
  border: solid #fff 2px;
}
.field-options .input-option input:checked + .indicator:after,
.field-options .input-option input:checked + .error + .indicator:after {
  background-color: #4f7b93;
}
.field-options.field-radio .input-option .indicator {
  border-radius: 20px;
}
.field-options.field-radio .input-option .indicator:after {
  border-radius: 20px;
}

.stripe-card-element {
  padding: 12px;
  margin-bottom: 15px;
  background-color: #ADE2E1;
  color: #014C6D;
}

.ach-detail-table {
  font-size: 16px;
  width: 100%;
  line-height: 100%;
  margin-bottom: 15px;
}
.ach-detail-table td,
.ach-detail-table th {
  padding: 16px 4px 4px 4px;
  border-bottom: solid #fff 1px;
}
.ach-detail-table th {
  text-align: left;
}

.loading-indicator {
  display: none;
  width: 20px;
  margin-left: 15px;
}

.is-loading .loading-indicator {
  display: inline-block;
}

.kristofc19-stripe-confirm {
  font-size: 125%;
  line-height: 200%;
  margin-bottom: 90px;
}
.kristofc19-stripe-confirm .payment-ok {
  display: none;
}
.kristofc19-stripe-confirm .payment-notfound {
  display: none;
}

.has-overlay .mfp-bg {
  opacity: 0.8;
  cursor: pointer;
}
.has-overlay .mfp-auto-cursor .mfp-content {
  cursor: pointer;
}

.bootstrap-wrapper .kristofc19-overlay {
  max-width: 760px;
  cursor: default;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .bootstrap-wrapper .kristofc19-overlay {
    position: static;
  }
	  .kristofc19-img, img.size-full{
	max-height:400px !important;
  }
  .bootstrap-wrapper .kristofc19-container{
	padding-left: 50px;
	  padding-bottom:20px;
  }
 .bootstrap-wrapper .col-12{
    margin-left:5px;		
  }
	.kristofc19-orgpane .row{
		margin-left: -10px !important;
	}
	.kristofc19-orgpane .kristofc19-container{
		padding-left: 0px;
	}
}

.mfp-close-btn-in .kristofc19-overlay .mfp-close {
  right: -45px;
  top: -55px;
}
@media screen and (max-width: 1099px) {
  .mfp-close-btn-in .kristofc19-overlay .mfp-close {
    right: 15px;
    top: 30px;
  }
}

.kristofc19-overlay .overlay-pad {
  padding: 45px;
  background-color: #fff;
  color: #000;
  margin: 90px 0;
}
.kristofc19-overlay h1 {
  color: #000;
  margin: 0;
}
.kristofc19-overlay .row-top,
.kristofc19-overlay .row-gallery,
.kristofc19-overlay .row-content {
  margin-bottom: 30px;
}
.kristofc19-overlay .row-button {
  text-align: center;
  padding-top: 15px;
}
.kristofc19-overlay .row-button i {
  font-size: 75%;
  vertical-align: middle;
  margin-bottom: 2px;
}
.kristofc19-overlay .column-title {
  text-align: right;
}
.kristofc19-overlay .column-logo img {
  margin: 0 auto;
  max-width: 200px;
  height: auto;
}
.kristofc19-overlay .column-content a {
  color: #000;
  text-decoration: underline;
}
.kristofc19-overlay .column-content a:hover {
  color: #3E7DC0;
}
.kristofc19-overlay .c19-logo {
  position: absolute;
  width: 150px;
  left: -150px;
  top: -80px;
}
.kristofc19-overlay.overlay-ck .column-logo img {
  max-width: 190px;
}
@media screen and (max-width: 1099px) {
  .kristofc19-overlay .c19-logo {
    top: 8px;
    width: 85px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kristofc19-overlay .overlay-pad {
    padding: 15px;
  }
  .kristofc19-overlay .column-logo {
    margin-bottom: 15px;
  }
  .kristofc19-overlay .column-title {
    text-align: center;
  }
  .kristofc19-overlay .row-top,
.kristofc19-overlay .row-gallery,
.kristofc19-overlay .row-content {
    margin-bottom: 15px;
  }
}

.slick-prev,
.slick-next {
  z-index: 1;
  width: 20px;
  height: 38px;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    display: none !important;
  }
}

.slick-prev {
  left: -35px;
  opacity: 0.5;
  background-image: url(../img/arrow-prev-fs8.png) !important;
}
.slick-prev:hover {
  opacity: 1;
}

.slick-next {
  right: -35px;
  opacity: 0.5;
  background-image: url(../img/arrow-next-fs8.png) !important;
}
.slick-next:hover {
  opacity: 1;
}

.slick-dots li {
  width: 10px;
  margin: 0 5px;
}

.slick-dots li button {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: solid #000 1px;
  background-color: #000;
  opacity: 0.5;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

/*****************************************************************************
 * z-index control, centralized, override all
 *****************************************************************************/
#wpadminbar,
#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
  z-index: 28000035;
}

header.main {
  z-index: 28000015;
}

.drawer,
.nav-drawer-menu ul.sub-menu {
  z-index: 28000015;
}

/*# sourceMappingURL=theme.css.map */
