.inverted {
  margin-top: 0px;
  top: 0;
  left: 0;
  border-bottom: 20px solid #aa1b0e;
  height: 50px;
  z-index: 10; }

.image-wide {
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.auction-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }

.modalDialog {
  display: none;
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

.modalDialog:target {
  display: block;
  opacity: 1;
  pointer-events: auto; }

.modalDialog > div {
  position: relative;
  margin: 10% auto;
  padding: 5px; }

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000; }

.close:hover {
  background: #00d9ff; }

.modal-image {
  width: 70%;
  height: 70%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.wrapper {
  width: 60%;
  border: 1px solid gray;
  border-radius: 8px;
  margin: 20px auto;
  padding: 10px; }

.bookings_table input[type="number"] {
  width: 30px; }

.bookings_table {
  font-size: 14px;
  color: gray; }

.errors {
  color: #c00; }

.calendar_container {
  margin: auto;
  width: 80%; }

.index-footer {
  height: 65px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%; }

.grey-border {
  border-top: 1px solid #eee; }

.footer {
  height: 50px; }

.footer-links {
  height: 25px;
  margin: 15px auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px; }

.footer-links .link {
  width: 30%;
  font-size: 14px; }

.address {
  width: 100%;
  text-align: center;
  font-size: 14px; }

body, html {
  height: 100%;
  margin: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.header-nav {
  width: 100%;
  height: 130px;
  z-index: 5;
  top: 0px;
  left: 0px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center; }
  @media (max-width: 780px) {
    .header-nav {
      height: 220px; } }

.header-bar {
  height: 27px;
  background-color: #aa1b0e;
  background: #aa1b0e;
  border-top: 7px solid #eeba2f; }

.header-links {
  height: 25px;
  display: table;
  width: 95%;
  margin-top: 15px;
  padding: 5px; }
  @media (max-width: 780px) {
    .header-links {
      height: 0px;
      width: 0px;
      margin-top: 0px;
      padding: 0px; } }

.header-rainbow {
  height: 5px;
  background: -webkit-linear-gradient(90deg, #019122 10%, #d40902 10%, #d40902 20%, #edeb00 20%, #edeb00 30%, #FFF 30%, #FFF 40%, #02267e 40%, #02267e 50%, #019122 50%, #019122 60%, #d40902 60%, #d40902 70%, #edeb00 70%, #edeb00 80%, #FFF 80%, #FFF 90%, #02267e 90%, #02267e 100%);
  background: -moz-linear-gradient(90deg, #019122 10%, #d40902 10%, #d40902 20%, #edeb00 20%, #edeb00 30%, #FFF 30%, #FFF 40%, #02267e 40%, #02267e 50%, #019122 50%, #019122 60%, #d40902 60%, #d40902 70%, #edeb00 70%, #edeb00 80%, #FFF 80%, #FFF 90%, #02267e 90%, #02267e 100%);
  background: linear-gradient(90deg, #019122 10%, #d40902 10%, #d40902 20%, #edeb00 20%, #edeb00 30%, #FFF 30%, #FFF 40%, #02267e 40%, #02267e 50%, #019122 50%, #019122 60%, #d40902 60%, #d40902 70%, #edeb00 70%, #edeb00 80%, #FFF 80%, #FFF 90%, #02267e 90%, #02267e 100%);
  border-bottom: 1px solid #eee; }

.header-gradient {
  height: 1px;
  background: -webkit-linear-gradient(90deg, #eeba2f 20%, #aa1b0e);
  background: -moz-linear-gradient(90deg, #eeba2f 20%, #aa1b0e);
  background: linear-gradient(90deg, #eeba2f 20%, #aa1b0e); }

.title {
  font-family: 'Bellefair', serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-rendering: optimizeLegibility;
  line-height: 70px; }
  @media (max-width: 780px) {
    .title {
      letter-spacing: 0px; } }

.page-heading .title {
  font-size: 26px; }

.subtitle {
  font-family: 'Bellefair', serif;
  font-size: 26px;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

.header-nav .title {
  margin-left: 15px; }

.mailing-list {
  border: 2px solid gold;
  box-shadow: 0 0 0 2px #DC523E;
  border-radius: 6px;
  margin-top: 45px;
  margin-bottom: 30px;
  padding: 15px; }

.red {
  color: #aa1b0e; }

@media (max-width: 780px) {
  .title {
    font-family: 'Arapey', serif;
    font-weight: 400;
    color: #aa1b0e;
    text-rendering: optimizeLegibility;
    margin-right: 20px; } }
.logo {
  position: absolute;
  top: 5px;
  left: 35px;
  width: 140px;
  height: 170px;
  z-index: 10;
  background-image: url("/okl_logo.gif");
  background-size: 135px; }
  @media (max-width: 780px) {
    .logo {
      background: none; } }

.login {
  width: 60%;
  height: 60%;
  margin: 0px auto; }

.v-fixed {
  height: 100%; }

.body {
  width: 100%;
  position: relative; }

.content-body {
  padding-top: 15px;
  position: relative;
  width: 80%;
  margin: 0px auto; }

.grid {
  position: relative;
  padding-left: 160px;
  margin: 0px auto;
  max-width: 85%;
  overflow: hidden;
  background: white;
  z-index: 2; }

.nav {
  position: absolute;
  width: 160px;
  padding-top: 10px;
  padding: 5px; }

.mobile-link {
  display: none; }

@media (max-width: 780px) {
  .nav-links {
    display: none;
    overflow: hidden; }

  .link {
    display: block;
    float: none;
    width: 100%; }

  .mobile-link {
    display: block;
    float: right;
    padding-right: 10px;
    width: 30px;
    cursor: pointer; }

  .mobile-wrapper {
    width: 80%;
    margin: 0px auto; } }
.nav-links {
  float: right;
  height: 25px;
  padding-right: 15px;
  width: 80%;
  text-align: justify; }
  @media (max-width: 780px) {
    .nav-links {
      float: none;
      width: 80%;
      padding-right: 0px;
      margin: 0px auto; } }

.sub-links {
  display: none; }
  @media (max-width: 780px) {
    .sub-links {
      display: inline-block;
      width: 100%;
      padding-left: 15px;
      font-size: 13px;
      font-color: #333; } }

.nav-links:after {
  content: '';
  display: inline-block;
  width: 100%; }

.short-links {
  width: 50%;
  float: right;
  text-align: justify; }

.short-links .link {
  float: right;
  width: 40%; }

.link {
  display: inline-block; }

.q-a {
  width: 80%;
  text-align: left;
  text-alignment: justify;
  margin: 2rem auto; }

.q-a .answer {
  color: #DC523E; }

.q-a .answer-animate {
  text-shadow: 1px 1px 1px #eee; }

.q-a .answer-animate:hover {
  text-shadow: 1px 1px 1px #ccc;
  color: #000; }

.link a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; }

.link a:hover {
  color: #aa1b0e; }

.mobile-link a {
  font-size: 16px;
  color: #aa1b0e;
  text-decoration: none; }

.mobile-link a:hover {
  color: #aa1b0e; }

.black {
  font-color: black;
  color: black;
  text-decoration: none; }

.blue {
  color: #02267e; }

.gold {
  color: #eeba2f; }

.orange {
  colord: #DC523E; }

.green {
  color: #019122; }

.last {
  border-right: none; }

.first {
  border-left: 1px solid #aa1b0e; }

table {
  border-collapse: collapse;
  border-color: none; }

.medium {
  width: 200px; }

.large {
  width: 350px; }

.library {
  margin: 0px auto;
  padding-left: 40px; }

.library th {
  border-bottom: 1px solid black; }

.library tr:nth-child(2n) {
  background-color: #eee; }

.library .download {
  background-image: image-url("circle-arrow-down.png");
  background-size: 25px;
  width: 25px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: inline-block; }

.top-padded {
  padding-top: 5px; }

.field .select-multiple {
  height: 100px; }

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table; }

.right {
  float: right; }

.button.solid {
  background-color: #eee;
  border: 1px solid black; }

.white {
  color: white; }

.right {
  float: right; }

.block {
  display: block; }

.inline {
  display: inline; }

label {
  min-width: 150px; }

.header-right {
  float: right; }

.header-name {
  background-color: #fff;
  height: 25px;
  padding: 0px 10px;
  font-size: 14px;
  margin-right: 15px;
  color: black; }

.header-drop {
  background-image: image-url("down-button.png");
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  width: 9px;
  height: 9px;
  float: right;
  margin-top: 8px;
  margin-left: 5px; }

.center-post {
  width: 100%;
  margin: 0px auto;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .center-post {
      width: 80%; } }

.center-text {
  text-align: center; }

img.center {
  display: block;
  margin: 0 auto; }

.error {
  color: red;
  margin-right: 5px; }

.error_message {
  color: red; }

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff; }

#error_explanation ul li {
  font-size: 12px;
  list-style: square; }

.g-recaptcha {
  padding-bottom: 10px; }

.home-button {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 10;
  width: 50px;
  height: 25px;
  text-align: center;
  background-color: white;
  padding: 3px;
  border: 1px solid black;
  border-radius: 10px; }

.black-link {
  color: black; }

.black-link:hover {
  color: #1EAEDB; }

.no-margin {
  margin: 0px; }

.main-image {
  background-image: url("/images/02.HOMEPAGE2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  width: 100%; }

.page-heading {
  text-align: center;
  margin-top: 20px; }

.c-background {
  background-image: url("/images/china.png");
  background-color: gold;
  background-blend-mode: lighten; }

.gold-border {
  border-top: 2px solid gold;
  border-bottom: 2px solid gold;
  padding-top: 20px;
  text-align: center; }

.maroon-border {
  border-top: 2px solid #aa1b0e; }

.push-bottom {
  margin-bottom: 25px; }

.submenu {
  width: 100%;
  display: table;
  height: 25px;
  font-size: 0.9em;
  line-height: 1.9em;
  padding: 5px; }

.submenu .nav-links {
  width: 85%;
  margin: 0px auto; }

.donate-center {
  width: 150px;
  margin: 0px auto; }

.donate-center form {
  margin-bottom: 0px; }

.donate-center input {
  margin-bottom: 0px; }

.item {
  height: 270px;
  width: 184px;
  display: inline-table;
  padding: 2px; }

.item-title-wrapper {
  margin: 0px auto;
  width: 150px;
  padding-top: 5px; }

.item-title {
  font-weight: bold; }

.item-body-wrapper {
  margin: 0px auto;
  width: 150px;
  padding: 2px; }

.item-picture {
  margin: 0px auto;
  height: 150px;
  width: 150px;
  border: 1px solid #3e3e41;
  box-shadow: 1px 1px 1px #3d3d43; }

.item-picture img:hover {
  opacity: .5; }

.container-lineage {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: -1;
  overflow-x: hidden; }

.container-lineage:before {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: image-url("LongNying_Refuge_Web.jpg");
  background-repeat: no-repeat;
  background-position: 0% 2%;
  background-size: cover;
  opacity: 0.16;
  z-index: -1; }

.image {
  width: 155px;
  height: 155px;
  margin: 5px;
  background-repeat: no-repeat; }

.image-bar {
  padding-left: 10%;
  width: 25%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  position: absolute;
  overflow-x: hidden; }

.image-text {
  position: absolute;
  left: 25%;
  width: 75%;
  height: 100%;
  padding-left: 12%;
  padding-top: 5%;
  overflow: auto;
  box-sizing: border-box;
  z-index: 5;
  color: #000; }

.image-text-center {
  margin-left: 10px;
  width: 65%;
  padding: 15px;
  text-align: justify; }

.text-center {
  text-align: center; }

.image-large {
  width: 260px;
  height: 260px;
  margin: 0px auto;
  padding-bottom: 5px; }

.program-container {
  display: flex;
  margin: 30px 15px;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .program-container {
      flex-wrap: nowrap;
      justify-content: left; } }

.program-image {
  padding-bottom: 15px; }

.program-details {
  margin-left: 15px;
  width: 100%; }

.program-image img {
  width: 250px;
  height: 250px; }

.program-title {
  border-bottom: 1px solid #DC523E;
  font-weight: bold;
  margin-bottom: 15px; }

.program-date {
  margin-bottom: 5px;
  text-decoration: bold; }

.quantity {
  width: 50px;
  height: 30px !important;
  margin-left: 5px; }

.divider {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px; }

.extra-margin {
  margin-bottom: 15px; }

.image-scale {
  max-width: 100%; }

.plus-margin-right {
  margin-right: 15px;
  margin-bottom: 15px; }

.plus-margin-left {
  margin-left: 15px;
  margin-bottom: 15px; }

button.stripe-button-el {
  height: auto; }

.footer {
  width: 100%;
  position: absolute; }

button.stripe-mimic {
  height: auto;
  overflow: hidden;
  display: inline-block;
  visibility: visible !important;
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: -webkit-linear-gradient(#28a0e5, #015e94);
  background-image: -moz-linear-gradient(#28a0e5, #015e94);
  background-image: -ms-linear-gradient(#28a0e5, #015e94);
  background-image: -o-linear-gradient(#28a0e5, #015e94);
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }

.stripe-mimic span {
  display: block;
  position: relative;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
