.bg-blue {
  background-color: #000042;
}

.txt-primary {
  color: #303036;
}

.text-success {
  color: #198754 !important;
}

.watercolor {
  background: center bottom/cover;
}
.watercolor.red, .watercolor-btn.red.active, .watercolor.red.flipped::after {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/watercolor_red.jpg") center bottom/cover;
}
.watercolor.orange, .watercolor-btn.orange.active {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/watercolor_orange.jpg") center bottom/cover;
}
.watercolor.green, .watercolor-btn.green.active {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/watercolor_green.jpg") center bottom/cover;
}
.watercolor.blue, .watercolor-btn.blue.active, .watercolor.blue.flipped::after {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/watercolor_blue.jpg") center bottom/cover;
}
.watercolor.purple {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../images/watercolor_purple.jpg") center bottom/cover;
}
.watercolor.flipped::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleY(-1);
}

.watercolor-principles.green {
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../images/watercolor_green.jpg") center bottom/cover;
}
.watercolor-principles.blue {
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../images/watercolor_blue.jpg") center bottom/cover;
}
.watercolor-principles.purple {
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../images/watercolor_purple.jpg") center bottom/cover;
}
.watercolor-principles.orange {
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../../images/watercolor_orange.jpg") center bottom/cover;
}

.banner-liberation {
  background: url("../../images/banner_liberation.jpg") center/cover;
}

.banner-pledge {
  background: url("../../images/banner_pledge.jpg") center/cover;
}

.banner-protocols {
  background: url("../../images/banner_protocols.jpg") center/cover;
}

.banner-peers {
  background: url("../../images/banner_peers.jpg") center/cover;
}

.banner-revolution {
  background: url("../../images/banner_revolution.jpg") center/cover;
}

.banner-kinship {
  background: url("../../images/banner_revolution.jpg") center/cover;
}

.banner-refugee {
  background: url("../../images/banner_refugee.jpg") center/cover;
}

.banner-missionary {
  background: url("../../images/banner_missionary.jpg") center/cover;
}

.banner-social-network {
  background: url("../../images/banner_social-network.jpg") center/cover;
}

.banner-e-learning {
  background: url("../../images/banner_e-learning.jpg") center/cover;
}

.banner-platform-gov {
  background: url("../../images/banner_platform-governance.jpg") center/cover;
}

.banner-sub-types {
  background: url("../../images/banner_sub-types.jpg") center/cover;
}

.banner-sub-types {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner_sub-types.jpg") center/cover;
}

.banner-pledge {
  background: url("../../images/banner_pledge2.jpg") center/cover;
}

.banner-local-reg {
  background: url("../../images/banner_local-reg.jpg") center/cover;
}

.philosophy-content,
.governance-content, .video-wrapper > iframe, .news-media > img,
.news-media iframe, .project-video-wrapper > iframe, .cryptonation-card, .has-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 4px 12px rgba(0, 0, 0, 0.07);
}

.has-txt-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

@keyframes color-shift {
  0% {
    color: #303036;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  }
  40% {
    color: #c8b614;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0);
  }
  70% {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
  }
  100% {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
  }
}
.glow {
  text-shadow: 0 0 2px #090102;
}

.no-underline {
  text-decoration: none !important;
}

.strikethrough {
  text-decoration: line-through;
}

.is-square, .is-rectangular {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.is-square > *, .is-rectangular > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-square > img, .is-rectangular > img {
  object-fit: cover;
  object-position: center;
}

.is-square {
  padding-top: 100%;
}

.is-rectangular {
  padding-top: 80%;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  text-rendering: optimizeLegibility;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #303036;
}

@media screen and (min-width: 768px) {
  header {
    position: sticky;
    top: 0;
    z-index: 9998;
  }
}

body,
header {
  background: #fff;
}

.header-reimagining-gov .container {
  max-width: 1285px;
}

main {
  min-height: 70vh;
}

nav {
  background: #ecf0f4;
}

section {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 8rem 0;
  }
}

video {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  z-index: -1;
}

a, .dropdown-item {
  color: #000066;
  font-weight: 700;
  transition: color 75ms ease-out;
}
a:hover, .dropdown-item:hover {
  color: #016ebc;
  text-decoration: none;
}

ul {
  list-style: none;
}

caption {
  caption-side: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
.section-heading,
.section-subheading {
  font-family: "Cinzel", serif;
  font-weight: 500;
}

h1 {
  font-size: 3rem;
  line-height: 1;
  color: #016ebc;
}
@media screen and (min-width: 660px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1080px) {
  h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1900px) {
  h1 {
    font-size: 7rem;
  }
}

h1,
.nav-link {
  transition: color 100ms, font-size 200ms ease-out;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.15;
}
@media screena and (min-width: 660px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 3.25rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media screen and (min-width: 660px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
}
@media screena and (min-width: 660px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 1.25rem;
  }
}

p,
legend,
label {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 1900px) {
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
}
.body-page section {
  margin: 4rem 0 4rem;
  padding: 0;
}

.chapter-charter-text {
  margin: 4rem 0 1rem;
}

.body-page article {
  margin: 4rem auto;
}

.core-elements-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .core-elements-grid {
    grid-template-columns: 0.5fr 0.5fr;
  }
}

.four-core-prin .grid .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(395px, 1fr));
  gap: 0.5rem;
}
.four-core-prin .grid .grid img {
  max-width: 335px;
}
.four-core-prin .grid .watercolor-principles {
  padding: 0.8rem;
}
@media (min-width: 768px) {
  .four-core-prin .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  }
}
@media (min-width: 1024px) {
  .four-core-prin .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  }
}
@media (min-width: 1200px) {
  .four-core-prin .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  }
}
@media (min-width: 1366px) {
  .four-core-prin .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  }
}

.core-elements,
.vision-upadaria {
  background: url("images/vintage_bg.jpg") center/cover no-repeat;
  position: relative;
  z-index: 2;
}
.core-elements::after,
.vision-upadaria::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) {
  .core-elements::after,
.vision-upadaria::after {
    background: url("images/vintage_bg.jpg") center/cover no-repeat;
    background-attachment: fixed;
  }
}

.bg-cryptonation {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.6)), url(../../images/bg_cryptonationplatform.jpg) center/cover no-repeat;
}

.bg-projects {
  background: url(../../images/bg_projects.jpg) center/cover no-repeat;
  background-attachment: fixed;
  background-position: inherit;
}
@media (min-width: 768px) {
  .bg-projects {
    background-position: center;
  }
}
@media (min-width: 1024px) {
  .bg-projects {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .bg-projects {
    background-position: center;
  }
}

.bg-new-world {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../../images/bg_newworld.jpg) center/cover no-repeat;
  position: relative;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

.bg-new-world02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../../images/bg_newworld02.jpg) center/cover no-repeat;
  z-index: 1;
}

.bg-uway {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../../images/bg_upadarianway.jpg) center 35%/cover no-repeat;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .bg-uway {
    padding: 14rem 0;
  }
}

.bg-governance {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../../images/bg_castle.jpg) center 25%/cover no-repeat;
}

.bg-voice {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../../images/bg_voice.jpg) center 25%/cover no-repeat;
}

.bg-midsection {
  background: url(../../images/bg_castle.jpg) center top/cover no-repeat;
  background-attachment: fixed;
  height: 24rem;
}

.bg-embassy {
  background: url(../../images/bg_embassy.jpg) center/cover no-repeat;
  background-attachment: fixed;
  height: 20rem;
}

.bg-liberation {
  background: fixed url("images/bg_liberation_experience.jpg") center/cover no-repeat;
}

.header-title {
  font-size: 2.4rem;
  text-shadow: 0 0 8px #000;
}
@media screen and (min-width: 768px) {
  .header-title {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .header-title {
    font-size: 5rem;
  }
}

.header {
  background: center/cover no-repeat;
  height: 40vh;
  display: grid;
  place-content: center;
}

.header-news {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_news3.jpg") center/cover;
}

.header-voice {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_voice.jpg") center/cover;
}

.header-vision-and-timeline {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_vision_and_timeline.jpg") center/cover;
}

.header-vision {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_vision.jpg") center/cover;
}

.header-future {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_future.jpg") center/cover;
}

.header-timeline {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_timeline.jpg") center/cover;
}

.header-embassies {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_embassy.jpg") center/cover;
}

.header-envisioning {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/bg_newworld02.jpg") center/cover;
}

.header-gideon {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_gideon.jpg") center/cover;
}

.header-gideonites {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_gideonites.jpg") center/cover;
}

.header-projects {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_projects.jpg") center/cover;
}

.header-uway {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_uway.jpg") center/cover;
}

.header-unity {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_unity.jpg") center/cover;
}

.header-protocols {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/banner_protocols.jpg") center/cover;
}

.header-peers {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/banner_peers.jpg") center/cover;
}

.header-revolution {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/banner_revolution.jpg") center/cover;
}

.header-philosophy {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_fourcoreideals.jpg") center/cover;
}

.header-elements {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_elements.jpg") center/cover;
}

.header-theology {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_theology_nations.jpg") center/cover;
}

.header-kha-yasa {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_kha_yasa_of_upadaria.jpg") center/cover;
}

.header-karygma {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_karygma_a_regita.jpg") center/cover;
}

.header-UPO-nation {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_cryptonation_platform.jpg") center/cover;
}

.header-social-network {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_social_networking_features.jpg") center/cover;
}

.header-e-learning {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_e_learning.jpg") center/cover;
}

.header-platform-gov {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_platform_governance.jpg") center/cover;
}

.header-sub-types {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_subscriber_levels_and_participation.jpg") center/cover;
}

.header-reimagining-gov {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_reimagining_governance.jpg") center/cover;
}

.header-my-account {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_my_account.jpg") center/cover;
}

.header-placeholder {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/header_placeholder.jpg") center/cover;
}

.header-social-network {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/header_social_networking_features.jpg") center/cover;
}

.header-unity {
  background: url("../../images/header_unity3.jpg") center/cover;
}

.header-reimagining-gov {
  background: url("../../images/header_reimagining_governance.jpg") center/cover;
}

.header-my-account {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/header_placeholder.jpg") center/cover;
}

.header-gideonites {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/header_gideon.jpg") center/cover;
}

.header-news {
  height: 30vh;
  background-position: 0px;
}
@media (min-width: 768px) {
  .header-news {
    height: 35vh;
  }
}
@media (min-width: 1200px) {
  .header-news {
    height: 35vh;
  }
}
@media (min-width: 768px) {
  .header-news h2 {
    margin-top: -100px;
  }
}
@media (min-width: 1024px) {
  .header-news h2 {
    margin-top: -79px;
  }
}

@media (min-width: 768px) {
  .header-gideonites {
    height: 18vh;
  }
}
@media (min-width: 1080px) {
  .header-gideonites {
    height: 28vh;
  }
}
@media (min-width: 1200px) {
  .header-gideonites {
    height: 35vh;
  }
}
@media (min-width: 768px) {
  .header-gideonites h2 {
    margin-top: -70px;
  }
}
@media (min-width: 1024px) {
  .header-gideonites h2 {
    margin-top: -79px;
  }
}

.header-my-account {
  height: 20vh;
  background-position: 0px;
}
@media (min-width: 768px) {
  .header-my-account {
    height: 30vh;
    background-position: 0px;
  }
}
@media (min-width: 1200px) {
  .header-my-account {
    height: 30vh;
  }
}
@media (min-width: 768px) {
  .header-my-account h2 {
    margin-top: -100px;
  }
}

.ideal-header.green {
  background: green;
}

.ideal-header.yellow {
  background: yellow;
}

.ideal-header.red {
  background: red;
}

.ideal-header.blue {
  background: blue;
}

.card {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 4px 12px rgba(0, 0, 0, 0.07);
}

.card-heading {
  color: #000066;
  font-size: 2rem;
}

.card-subheading {
  font-size: 1.5rem;
}

.cryptonation-card,
.project-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cryptonation-card {
  background: #016ebc;
  padding: 1.5rem 1rem 1rem 1rem;
  justify-content: center;
}
.cryptonation-card h4 {
  color: #fff;
}
.cryptonation-card:hover {
  background: #015896;
}

.project-card {
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 1.5rem 1rem 1rem;
  height: 100%;
}

.card-gideon, .card-envisioning, .card-embassies, .card-future, .card-time-travel, .card-timeline, .card-vision {
  padding: 5rem 3rem;
  background-repeat: no-repeat;
  height: 24rem;
  margin-bottom: 1.5rem;
  color: #fff;
  position: relative;
}
.card-gideon::before, .card-envisioning::before, .card-embassies::before, .card-future::before, .card-time-travel::before, .card-timeline::before, .card-vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  transition: background 100ms ease;
}
.card-gideon:hover::before, .card-envisioning:hover::before, .card-embassies:hover::before, .card-future:hover::before, .card-time-travel:hover::before, .card-timeline:hover::before, .card-vision:hover::before {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.card-gideon > h3, .card-envisioning > h3, .card-embassies > h3, .card-future > h3, .card-time-travel > h3, .card-timeline > h3, .card-vision > h3 {
  font-size: 2rem;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .card-gideon > h3, .card-envisioning > h3, .card-embassies > h3, .card-future > h3, .card-time-travel > h3, .card-timeline > h3, .card-vision > h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .card-gideon > h3, .card-envisioning > h3, .card-embassies > h3, .card-future > h3, .card-time-travel > h3, .card-timeline > h3, .card-vision > h3 {
    font-size: 3rem;
  }
}

.card-vision {
  background: url("../../images/book_stack.jpg") center/cover;
}

.card-timeline {
  background: url("../../images/space_vortex.jpg") center/cover;
}

.card-time-travel {
  background: url("../../images/old_map.jpg") center/cover;
}

.card-future {
  background: url("../../images/castle.jpg") center top/cover;
}

.card-embassies {
  background: url("../../images/embassy.jpg") center/cover;
}

.card-envisioning {
  background: url("../../images/croatia_countryside.jpg") center/cover;
}

.card-gideon {
  background: url("../../images/shofar.jpg") center 20%/cover;
}

.card.book > .book-accord {
  background: url(../../images/book_spine01.jpg) center/cover;
}

.book .book-title-wrapper {
  display: grid;
  grid-template-columns: 15% 1fr;
  margin: auto;
  width: 69%;
}
@media screen and (min-width: 992px) {
  .book .book-title-wrapper {
    width: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .book .book-title-wrapper {
    width: 75%;
  }
}
.book .btn {
  white-space: normal;
  color: #e6e4cf;
  text-shadow: 0 0 12px #01132b;
}
@media screen and (min-width: 992px) {
  .book .btn {
    height: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .book .btn {
    height: 128px;
  }
}

.book-title {
  font-size: 1rem;
  display: grid;
  place-content: center;
  max-width: 685px;
  height: 80px;
}
@media screen and (min-width: 992px) {
  .book-title {
    font-size: 1.6rem;
  }
}

.book-volume {
  font-size: 1rem;
  transform: rotate3d(0, 0, 1, -90deg);
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .book-volume {
    font-size: 1.5rem;
  }
}

.book-page {
  background: url(../../images/weathered_paper.jpg) center top/cover;
}

.card-scale {
  transform: scale3d(1, 1, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 125ms ease-out;
}
.card-scale:hover {
  transform: scale3d(1.05, 1.05, 1);
}

.product h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.shop-card {
  transition: box-shadow 200ms ease-out;
  border: 1px solid lightgray;
  border-radius: 0.25rem;
  overflow: hidden;
}
.shop-card .shop-card-text {
  padding: 0.5rem;
}
.shop-card h3 {
  color: #000066 !important;
  font-size: 1.25rem;
}
.shop-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.gideonites-page .tile .content .btn-main, .btn-header, .btn-signup, .btn-footer, .btn-scndry, .btn-main {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.2rem 1rem;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 100ms ease-out;
  cursor: pointer;
  text-shadow: none;
  white-space: normal;
}
@media screen and (min-width: 1400px) {
  .gideonites-page .tile .content .btn-main, .btn-header, .btn-signup, .btn-footer, .btn-scndry, .btn-main {
    font-size: 1.2rem;
  }
}

.btn-main {
  color: white !important;
  background: #000066;
}
.btn-main:hover {
  background: #000042;
  text-decoration: none;
}

.btn-scndry {
  color: #fff !important;
  background: #016ebc;
}
.btn-scndry:hover {
  background: #014d84;
}

.btn-header, .btn-signup, .btn-footer {
  background: none;
  color: #016ebc;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  text-align: center;
  box-shadow: none;
}
@media (min-width: 768px) {
  .btn-header, .btn-signup, .btn-footer {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .btn-header, .btn-signup, .btn-footer {
    font-size: 1rem;
  }
}
.btn-header:hover, .btn-signup:hover, .btn-footer:hover {
  color: #fff;
  text-align: center;
}

.btn-footer {
  border-color: #fff;
  color: #fff;
}
.btn-footer:hover {
  border-color: #016ebc;
}

.btn-signup {
  border-color: #06ff06;
  background: #016501;
  color: #fff;
  text-decoration: none;
  border-radius: 19px;
  padding: 0.1rem 1rem;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 6px;
}
.btn-signup:hover {
  border-color: #016ebc;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .btn-signup {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-signup {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-signup {
    margin-bottom: 5px;
  }
}

.hero-btn {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #fff;
  background: none;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  transition: all 100ms ease-out;
}
.hero-btn:hover {
  background: #016ebc;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .hero-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hero-btn {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1900px) {
  .hero-btn {
    font-size: 2rem;
    width: 4.5rem;
    height: 4.5rem;
    margin-top: 4rem;
  }
}

.btn-link {
  padding: 2rem 0;
}

.trademark {
  font-size: 41px;
  position: absolute;
  top: 7px;
}

.banner-content {
  border: 1px solid white;
  z-index: 2;
  padding: 5rem 0.5rem;
}
@media (min-width: 768px) {
  .banner-content {
    padding: 7rem 2rem;
  }
}
@media (min-width: 1200px) {
  .banner-content {
    padding: 7rem 2rem;
  }
}

.banner-text {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.6);
}
.bg-liberation .banner-text {
  padding: 1rem 2.5rem;
}
.banner-text h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .banner-text h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .banner-text h3 {
    font-size: 2rem;
  }
}

.banner-sub-types img {
  width: 100%;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .banner-sub-types img {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .banner-sub-types img {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .banner-sub-types img {
    width: 40%;
  }
}

.banner-social-network .banner-text {
  background: none;
}

.social-white-bg {
  background: #ffffff61;
  padding: 15px 5px 15px 5px;
}
@media (min-width: 768px) {
  .social-white-bg {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .social-white-bg {
    height: 160px;
  }
}

.banner-e-learning img {
  width: 100%;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .banner-e-learning img {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .banner-e-learning img {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .banner-e-learning img {
    width: 32%;
  }
}

.banner-local-reg h4 {
  font-weight: normal;
}
.banner-local-reg .banner-text {
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .banner-local-reg .banner-text {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .banner-local-reg .banner-text {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .banner-local-reg .banner-text {
    padding: 2rem;
  }
}

.passport-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  place-content: center end;
  overflow: hidden;
}
.passport-wrapper > img {
  transform: translate3d(0, 20px, 0) rotate3d(0, 0, 1, 18deg);
  width: 300px;
}
blockquote > p::before {
  content: open-quote;
}
blockquote > p::after {
  content: close-quote;
}

.error-box {
  background: #f9d7dd;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 0;
}

.error-box * {
  color: #a3001e;
}

.error-box > ul {
  margin: 0;
}

.error-box,
.invalid {
  border: 1px solid #dc4c66;
}

.envisioning-detail-img {
  width: min(28rem, 100%);
  margin: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .envisioning-detail-img {
    float: right;
    margin: 0 0 1rem 1rem;
  }
}

.icon-word .icon-header {
  font-size: 4rem;
}

.onhovericon {
  color: #016ebc;
}
@media (min-width: 1150px) {
  .onhovericon {
    opacity: 0;
  }
}
@media (min-width: 1220px) {
  .onhovericon {
    opacity: 0;
  }
}
@media (min-width: 1366px) {
  .onhovericon {
    opacity: 0;
  }
}
@media (min-width: 1405px) {
  .onhovericon {
    opacity: 0;
  }
}
@media (min-width: 1905px) {
  .onhovericon {
    opacity: 0;
  }
}

@media (min-width: 1150px) {
  .icon-header:hover + div.onhovericon, .icon-footer:hover + div.onhovericon {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .icon-header:hover + div.onhovericon, .icon-footer:hover + div.onhovericon {
    opacity: 0;
  }
}
@media (min-width: 1405px) {
  .icon-header:hover + div.onhovericon, .icon-footer:hover + div.onhovericon {
    opacity: 1;
  }
}
@media (min-width: 1905px) {
  .icon-header:hover + div.onhovericon, .icon-footer:hover + div.onhovericon {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  header .header-logo {
    justify-content: center;
    align-content: center;
    display: flex;
  }
}
@media (min-width: 1200px) {
  header .header-logo {
    justify-content: end;
    align-content: end;
    display: flex;
  }
}
header .header-logo .upologo {
  width: 100%;
}
@media (min-width: 768px) {
  header .header-logo .upologo {
    display: block;
    margin: 0 0 0 0;
    width: 65%;
  }
}
@media (min-width: 1024px) {
  header .header-logo .upologo {
    display: block;
    margin: 0 0 0 0;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  header .header-logo .upologo {
    display: block;
    margin: 0 auto;
    width: 85%;
  }
}
header .icon-header {
  margin-top: 6px;
  width: 100%;
}
@media (min-width: 1200px) {
  header .icon-header {
    margin-top: 27px;
    width: 100%;
  }
}
header .icon-header img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  header .icon-header img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  header .icon-header img {
    width: 30%;
  }
}
@media (min-width: 768px) {
  header .icon-header {
    margin-top: 7px;
  }
}
@media (min-width: 1200px) {
  header .icon-header {
    margin-top: 0px;
  }
}
header .header-right-icons {
  height: 70%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  header .header-right-icons {
    padding-bottom: 20px;
    margin-bottom: 0;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  header .header-right-icons {
    padding-bottom: 0px;
    margin-bottom: 0;
    height: 100%;
  }
}
@media (min-width: 1080px) {
  header .header-right-icons {
    padding-bottom: 0px;
    margin-bottom: 0;
    height: 100%;
  }
}
@media (min-width: 1366px) {
  header .header-right-icons {
    padding-top: 0px;
    margin-bottom: 0;
    height: 100%;
  }
}
header .header-right-icons a, header .header-right-icons .dropdown-item {
  margin-right: 10px;
}
@media (min-width: 768px) {
  header .header-right-icons a, header .header-right-icons .dropdown-item {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  header .header-right-icons a, header .header-right-icons .dropdown-item {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  header .header-right-icons a, header .header-right-icons .dropdown-item {
    margin-right: 10px;
  }
}
@media (min-width: 1366px) {
  header .header-right-icons a, header .header-right-icons .dropdown-item {
    margin-right: 10px;
  }
}
@media (min-width: 1400px) {
  header .header-right-icons a, header .header-right-icons .dropdown-item {
    margin-right: 15px;
  }
}
@media (min-width: 1905px) {
  header .header-right-icons a, header .header-right-icons .dropdown-item {
    margin-right: 20px;
  }
}
header .header-right-icons a:last-child, header .header-right-icons .dropdown-item:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  header .header-right-icons a:last-child, header .header-right-icons .dropdown-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  header .header-right-icons a:last-child, header .header-right-icons .dropdown-item:last-child {
    margin-right: 10px;
  }
}
header .header-right-icons .onhovericon {
  padding-top: 2px;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 1200px) {
  header .header-right-icons .onhovericon {
    margin-top: 0px;
  }
}
header .header-right-icons .icon-header {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px 0 #016ebc40;
  box-shadow: 0 0 5px 0 #fff;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-content: center;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
header .header-right-icons .icon-header img {
  width: 60%;
}
header .header-right-icons .icon-header .join-icon {
  width: 50%;
}
header .header-right-icons :hover .icon-header img {
  width: 65%;
}
header .header-right-icons :hover .icon-header .join-icon {
  width: 55%;
}
@media (min-width: 1200px) {
  header .header-right-icons :hover .icon-header + div.onhovericon {
    opacity: 1;
  }
}

.fa-bars {
  color: #000066;
}

.nav-link,
.dropdown-item {
  color: #016ebc;
}
.nav-link:hover,
.dropdown-item:hover {
  color: #000066;
}

.navbar {
  padding: 0.3rem 1rem;
}

.dropdown-menu {
  background-color: #e7eaec;
  border: none;
  position: relative !important;
  transform: none !important;
  border: none;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 0 0 0 1rem;
  margin: 0;
}
@media (min-width: 1200px) {
  .dropdown-menu {
    background: #ecf0f4;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    position: absolute !important;
    padding: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}

.dropdown-item {
  padding: 0;
  margin: 0.5rem 0;
}
.dropdown-item:hover {
  background: none !important;
}

.hero-title {
  backface-visibility: hidden;
  font-size: 1.8rem;
}
@media screen and (min-width: 375px) {
  .hero-title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 660px) {
  .hero-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .hero-title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1900px) {
  .hero-title {
    font-size: 5rem;
  }
}
.hero-title .welcome-to {
  font-size: 1.2rem;
}
@media screen and (min-width: 375px) {
  .hero-title .welcome-to {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-title .welcome-to {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero-title .welcome-to {
    font-size: 3.2rem;
  }
}
.hero-title small {
  font-size: 25px;
  position: relative;
  top: -112px;
  left: 60px;
}
@media screen and (min-width: 375px) {
  .hero-title small {
    top: -6px;
    left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .hero-title small {
    font-size: 35px;
    position: relative;
    top: -14px;
    left: 5px;
  }
}
@media screen and (min-width: 1080px) {
  .hero-title small {
    font-size: 35px;
    position: relative;
    top: -15px;
  }
}
@media screen and (min-width: 1100px) {
  .hero-title small {
    font-size: 35px;
    position: relative;
    top: -15px;
    left: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-title small {
    font-size: 35px;
    position: relative;
    top: -14px;
  }
}
@media screen and (min-width: 1300px) {
  .hero-title small {
    font-size: 35px;
    position: relative;
    top: -14px;
  }
}
@media screen and (min-width: 1366px) {
  .hero-title small {
    font-size: 35px;
    position: relative;
    top: -14px;
  }
}
@media screen and (min-width: 1900px) {
  .hero-title small {
    font-size: 35px;
    position: relative;
    top: -29px;
    left: 9px;
  }
}

.hero-title-animation {
  animation: color-shift 12s forwards 1;
}

.hero-text {
  position: relative;
  height: 120%;
  z-index: 1;
}

@media (min-width:768px) {
  .hero-text {
    position: relative;
    height: 100%;
    z-index: 1;
  }
}

.verse {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .verse {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .verse {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .verse {
    font-size: 1.25rem;
  }
}

.icon, .project-icon, .crypto-icon {
  font-size: 4rem;
  width: 9rem;
  height: 9rem;
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #fff;
  color: #016ebc;
  display: inline-flex !important;
}
.icon::before, .project-icon::before, .crypto-icon::before {
  margin: auto;
}

@media (min-width: 1200px) {
  .fa-desktop-alt:before {
    margin-top: 31px;
  }
}

@media (min-width: 1200px) {
  .fa-head-side-brain:before {
    margin-left: 30px;
  }
}

.crypto-icon {
  padding: 0;
  width: 7rem;
  height: 7rem;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
}

@media (min-width: 1024px) {
  #cryptonation .signup-text {
    padding: 0 57px;
  }
}
@media (min-width: 1200px) {
  #cryptonation .signup-text {
    padding: 0 157px;
  }
}

.project-icon > span,
.project-icon > i,
.project-icon > svg {
  margin: auto;
  color: #5c0a16;
}
@supports (-webkit-background-clip: text) {
  .project-icon > span,
.project-icon > i,
.project-icon > svg {
    background: url(../../images/bg_projects_blur.jpg) center/cover no-repeat;
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-position: initial;
  }
  @media (min-width: 768px) {
    .project-icon > span,
.project-icon > i,
.project-icon > svg {
      background-position: center;
    }
  }
  @media (min-width: 1024px) {
    .project-icon > span,
.project-icon > i,
.project-icon > svg {
      background-position: center;
    }
  }
  @media (min-width: 1200px) {
    .project-icon > span,
.project-icon > i,
.project-icon > svg {
      background-position: center;
    }
  }
}
@supports (-moz-orient: inline) {
  .project-icon > span,
.project-icon > i,
.project-icon > svg {
    background: none;
    -webkit-text-fill-color: initial;
  }
}
.project-icon > span > svg {
  margin: auto;
  color: #5c0a16;
}
@supports (-webkit-background-clip: text) {
  .project-icon > span > svg {
    background: url(../../images/bg_projects_blur.jpg) center/cover no-repeat;
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
}
@supports (-moz-orient: inline) {
  .project-icon > span > svg {
    background: none;
    -webkit-text-fill-color: initial;
  }
}
.project-icon i:before {
  font-size: 85px;
  margin: 0 auto;
}
.project-icon .fa-globe-americas:before {
  font-size: 4.45rem;
}
.project-icon .fa-clipboard-list-check:before {
  font-size: 4.45rem;
}
.project-icon img {
  width: 90%;
}

.food-water-icon i:before {
  margin-left: 3px;
}

.project-link {
  color: #5c0a16;
}
.project-link:hover {
  color: #a51228;
}

.fa-chart-network:before {
  margin-left: 0.8rem;
  margin-bottom: 32px;
}

.icon-heading-wrapper {
  position: absolute;
  left: 11%;
  right: 11%;
  top: 19%;
  z-index: 2;
}
.icon-heading-wrapper + img {
  filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, 0.4));
}

.icon-heading {
  font-size: 2rem;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .icon-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .icon-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .icon-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .icon-heading {
    font-size: 2.5rem;
  }
}

.mandate-icon {
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 0.5rem;
  display: grid;
  place-content: center;
  font-size: 2rem;
  color: #a4a4a4;
  mix-blend-mode: hard-light;
  background-color: #fffc;
}
.mandate-icon + h5 {
  font-size: 1rem;
  font-weight: bold;
}

.cryp-icon {
  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 0.5rem;
  display: grid;
  place-content: center;
  font-size: 2rem;
  color: #016ebc;
}
.cryp-icon + h5 {
  font-size: 1rem;
  font-weight: bold;
}

/* UPO Nation page */
.upo-maintext {
  color: rgb(35, 88, 176);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  white-space: normal;
}
.upo-sign-link {
  font-size: 20px;
}
.upo-nation a {
  color: #000066;
  font-weight: 700;
  font-size: 20px;
}

footer a, footer .dropdown-item {
  color: #fff;
}
footer a:hover, footer .dropdown-item:hover {
  color: #cccccc;
}
footer .trademark {
  font-size: 28px;
  position: absolute;
  top: 0;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-content > .container {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
/* .footer-content h2 {
  display: flex;
  align-items: center;
} */
.footer-content .upologo-footer {
  width: 35%
}

.footer-icons .icons {
  padding: 0.2rem 0.6rem;
  text-align: center;
}
.footer-icons .icon-list {
  flex-wrap: nowrap;
}
.footer-icons .icons img {
  width: 60%;
}
@media (min-width: 768px) {
  .footer-icons .icons img {
    width: 26%;
  }
}
@media (min-width: 1024px) {
  .footer-icons .icons img {
    width: 18%;
  }
}
@media (min-width: 1200px) {
  .footer-icons .icons img {
    width: 15%;
  }
}
.footer-icons .onhovericon {
  color: #fff;
  font-size: 12px;
}
/* .footer-icons .shop-icon img {
  width: 92%;
}
@media (min-width: 768px) {
  .footer-icons .shop-icon img {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .footer-icons .shop-icon img {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .footer-icons .shop-icon img {
    width: 95%;
  }
}
.footer-icons .join-icon img {
  width: 85%;
}
@media (min-width: 768px) {
  .footer-icons .join-icon img {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .footer-icons .join-icon img {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .footer-icons .join-icon img {
    width: 95%;
  }
} */

.footer-contact-btn {
  border: 1px solid #fff;
}
.footer-contact-btn:hover {
  background: #fff;
  color: #0c103c;
}

.ddmg-sig {
  background: rgba(30, 30, 30, 0.7);
}
.ddmg-sig > p {
  color: #d4d5d7;
  font-size: 14px;
}
.ddmg-sig a, .ddmg-sig .dropdown-item {
  color: #d4d5d7;
}

.new-world-content {
  z-index: 2;
  position: relative;
}

.philosophy-content,
.governance-content {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .philosophy-content,
.governance-content {
    padding: 3rem 6rem;
  }
}

.philosophy-content {
  background: rgba(0, 0, 0, 0.65);
}

.governance-content {
  background: rgba(255, 255, 255, 0.7);
}

.voice-h2 {
  color: #016ebc;
  margin-bottom: 1.5rem;
}

.voice-h3 {
  color: #7b848a;
}

.voice-list {
  list-style: none;
}
.voice-list li {
  margin-bottom: 1rem;
}
.voice-list a, .voice-list .dropdown-item {
  color: #fff;
}

.book-img {
  width: min(60%, 280px);
}
@media (min-width: 760px) {
  .book-img {
    width: min(30%, 280px);
  }
}
@media (min-width: 1000px) {
  .book-img {
    width: min(69%, 280px);
  }
}
@media (min-width: 1150px) {
  .book-img {
    width: min(100%, 280px);
  }
}

.bluebook span {
  font-size: 50%;
  color: #b4a171;
}

.signup-msg {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .signup-msg {
    font-size: 1.5rem;
  }
}

.signup-link:hover {
  color: #006d00;
}

.video-wrapper > iframe {
  width: 100%;
}

.video-wrapper.sticky {
  position: sticky;
  top: 25vh;
}

.list-group-item {
  background: none;
  border-radius: 0 !important;
  text-align: center;
  border: none;
}
.list-group-item:hover {
  background: #ecf0f4;
}
.list-group-item.green:hover {
  border-color: green;
}
.list-group-item.orange:hover {
  border-color: orange;
}
.list-group-item.red:hover {
  border-color: red;
}
.list-group-item.blue:hover {
  border-color: blue;
}

.list-group-item.active {
  background: #016ebc;
  border-color: #016ebc;
}
.list-group-item.active.green {
  border-color: green;
}
.list-group-item.active.orange {
  border-color: orange;
}
.list-group-item.active.red {
  border-color: red;
}
.list-group-item.active.blue {
  border-color: blue;
}

.indicator {
  align-items: center;
  font-weight: normal;
  font-family: "Cinzel", serif;
  padding-bottom: 10px;
}

.indicator > div {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  border: 3px solid #016ebc;
  border-radius: 50%;
  background: #fff;
  transform: scale3d(1, 1, 1);
  min-width: 20px;
}

.indicator.is-active > div {
  background: #016ebc;
}

.indicator.is-active {
  font-weight: bold;
}

.indicator span {
  font-size: 0.9rem;
}

.separator {
  height: 1rem;
  width: 0;
  margin-left: 9px;
  border-left: 1px solid #7b848a;
}

.section-heading {
  font-size: 1.9rem;
  color: #016ebc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-heading {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .section-heading {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .section-heading {
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1366px) {
  .section-heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1800px) {
  .section-heading {
    font-size: 2.5rem;
  }
}

.section-subheading {
  font-size: 2rem;
  color: #016ebc;
}
@media screen and (min-width: 768px) {
  .section-subheading {
    font-size: 1.8rem;
  }
}

.featured small {
  color: #016501;
  font-size: 1rem;
  margin-left: 15px;
}
.featured .full-art {
  font-size: 0.5rem;
  background-color: #820c0c;
  padding: 4px 6px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  top: -2px;
  font-weight: 500;
}
.featured a:hover, .featured .dropdown-item:hover {
  text-decoration: none !important;
}

.sub-only-tag small {
  color: #fff;
  font-size: 1rem;
  margin-left: 15px;
}
.sub-only-tag .full-art {
  font-size: 12px;
  background-color: #820c0c;
  padding: 2px 4px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  top: -2px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.sub-only-tag a:hover, .sub-only-tag .dropdown-item:hover {
  text-decoration: none !important;
}

.accordion-heading {
  white-space: normal;
  font-size: 2rem;
  text-decoration: none !important;
}

.principle-content {
  background: rgba(0, 0, 0, 0.5);
  flex-grow: 1;
}

@media screen and (min-width: 1200px) {
  .banners .container {
    max-width: 1189px;
  }
}
.banners .banner-text {
  padding: 2rem;
}
.banners .section-subheading {
  font-size: 1.8rem;
}

.core-elements .container,
.vision-upadaria .container {
  padding: 4rem 0 4rem;
}

.product-price {
  font-size: 1.5rem;
}
.product-price s {
  font-size: 0.75rem;
}

.cart-product-total {
  font-size: 1.5rem;
}

.gideon-video iframe {
  width: 100%;
}

.timeline-nav,
.timeline-img-container {
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.timeline-img-container {
  height: 590px;
  display: none;
}
@media (min-width: 1024px) {
  .timeline-img-container {
    display: block;
  }
}
@media (min-width: 1200px) {
  .timeline-img-container {
    display: block;
  }
}

.timeline_img {
  width: 100%;
  height: auto;
  transition: transform 150ms ease;
  transform: translateX(50px);
  position: absolute;
}
.timeline_img img {
  width: 100%;
}
.timeline_img:nth-of-type(1) {
  background: white;
  top: 0;
}
.timeline_img:nth-of-type(2) {
  background: white;
  top: 85px;
}
.timeline_img:nth-of-type(3) {
  background: white;
  top: 90px;
}
.timeline_img:nth-of-type(4) {
  background: white;
  top: 100px;
}
.timeline_img:nth-of-type(5) {
  background: White;
  top: 30px;
}
.timeline_img:nth-of-type(6) {
  background: white;
  top: 40px;
}
.timeline_img:nth-of-type(7) {
  background: white;
  top: 40px;
}
.timeline_img:nth-of-type(7) img {
  width: 100%;
}
.timeline_img:nth-of-type(8) {
  background: white;
  top: 40px;
}
.timeline_img:nth-of-type(8) img {
  width: 100%;
}
.timeline_img:nth-of-type(9) {
  background: white;
  top: 40px;
}
.timeline_img:nth-of-type(10) {
  background: white;
  top: 40px;
}
.timeline_img:nth-of-type(10) img {
  width: 100%;
}
.timeline_img:nth-of-type(11) {
  background: white;
  top: 110px;
}
.timeline_img:nth-of-type(11) img {
  width: 100%;
}
.timeline_img:nth-of-type(12) {
  background: white;
  top: 120px;
}
.timeline_img:nth-of-type(12) img {
  width: 100%;
}

.timeline_img-mobile img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .timeline_img-mobile img {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .timeline_img-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .timeline_img-mobile {
    display: none;
  }
}

.domain img {
  width: 100%;
}
@media (min-width: 768px) {
  .domain {
    width: 40%;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .domain {
    display: none;
  }
}

.crown-common img {
  width: 100%;
}
@media (min-width: 768px) {
  .crown-common {
    width: 40%;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .crown-common {
    display: none;
  }
}

.search-by {
  background: #016ebc;
  padding: 15px 0;
  overflow-y: visible;
}
@media (min-width: 768px) {
  .search-by {
    background: #ffffff4d;
    border-radius: 5px;
    height: 146px;
  }
}
@media (min-width: 1080px) {
  .search-by {
    background: #ffffff4d;
    border-radius: 5px;
    height: 79px;
  }
}
@media (min-width: 1200px) {
  .search-by {
    background: #ffffff4d;
    border-radius: 5px;
    height: 69px;
  }
}
.search-by .search-all {
  height: 40px;
  background: #1d397b;
  /* color: #fff; */
  border: 1px solid #fff;
}
.search-by .search-all::placeholder {
  color: #fff;
  opacity: 1;
}
.search-by input:focus {
  background: #fff;
  color: #515151;
}
@media (min-width: 768px) {
  .search-by .search-all {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .search-by .buttons {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.search-by .search-field {
  align-items: center;
}
@media (min-width: 768px) {
  .search-by .start-end-date {
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .search-by .start-end-date label, .search-by .start-end-date i {
    color: #fff;
    text-shadow: 0 0 5px #000;
  }
}
@media (min-width: 1024px) {
  .search-by .start-end-date {
    align-items: center;
    display: flex;
  }
  .search-by .start-end-date label, .search-by .start-end-date i {
    color: #000;
    text-shadow: none;
  }
}
.search-by .start-end-date .icons i {
  position: relative;
  margin-top: 8px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 20px;
}
.start-end-date input {
  padding: 5px;
  font-size: 15px;
  width: 50%;
}

.date-picker {
  width: auto;
  height: auto;
  max-height: 40px;
  background: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
@media (min-width: 768px) {
  .date-picker {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .date-picker {
    width: 147px;
  }
}
.date-picker .input {
  width: 100%;
  height: 40px;
  font-size: 0;
  cursor: pointer;
}
.date-picker .input .result {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
  height: 50px;
  line-height: 41px;
  font-size: 13px;
  padding: 0 10px;
  color: grey;
  box-sizing: border-box;
  text-shadow: none;
  text-align: left;
}
@media (min-width: 1200px) {
  .date-picker .input .result {
    font-size: 14px;
  }
}
.date-picker  i {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 40px;
  background-color: #fff;
  color: white;
  line-height: 50px;
  border: 0;
  font-size: 18px;
  padding: 0;
}
.date-picker .input button:hover {
  background-color: #016ebc;
}
.date-picker .input button:hover i:before {
  color: #fff;
}
.date-picker .input button:focus {
  outline: 0;
}
.date-picker .input button i:before {
  color: #000;
}
.date-picker .calendar {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  z-index: 9;
}
.date-picker .ui-datepicker-inline {
  position: relative;
  width: 100%;
}
.date-picker .ui-datepicker-header {
  height: 100%;
  line-height: 50px;
  background: #8392A7;
  color: #fff;
  margin-bottom: 10px;
}
.date-picker .ui-datepicker-prev {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
  float: left;
  margin-left: 12px;
}
.date-picker .ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.date-picker .ui-datepicker-prev:hover {
  border-color: #68768A;
}
.date-picker .ui-datepicker-prev:hover:after {
  border-color: #68768A;
}
.date-picker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
  float: right;
  margin-right: 12px;
}
.date-picker .ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.date-picker .ui-datepicker-next:hover {
  border-color: #68768A;
}
.date-picker .ui-datepicker-next:hover:after {
  border-color: #68768A;
}
.date-picker .ui-datepicker-title {
  text-align: center;
}
.date-picker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.date-picker .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #8392A7;
  margin-bottom: 5px;
  font-size: 13px;
}
.date-picker .ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}
.date-picker .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.02);
}
.date-picker .ui-state-highlight {
  color: #68768A;
}
.date-picker .ui-state-active {
  color: #68768A;
  background-color: rgba(131, 146, 167, 0.12);
  font-weight: 600;
}
.date-picker .ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.date-picker.open {
  max-height: 400px;
}
.date-picker.open .input button {
  background: #016ebc;
}
.date-picker.open .input button i:before {
  color: #fff;
}

.news-date-picker .date-submit {
  font-size: 15px;
}

@media (min-width: 768px) {
  .list-search-by {
    margin: -171px 0 3px;
  }
}
@media (min-width: 1024px) {
  .list-search-by {
    margin: -143px 0 3px;
  }
}
@media (min-width: 1080px) {
  .list-search-by {
    margin: -113px 0 3px;
  }
}
@media (min-width: 1200px) {
  .list-search-by {
    margin: -111px 0 3px;
  }
}

@media (min-width: 768px) {
  .news-entry.gideonites-page .list-group-banner {
    margin: -59px 0 3px;
  }
}
@media (min-width: 1080px) {
  .news-entry.gideonites-page .list-group-banner {
    margin: -75px 0 0px;
  }
}
@media (min-width: 1200px) {
  .news-entry.gideonites-page .list-group-banner {
    margin: -80px 0 -8px;
  }
}
.news-entry.gideonites-page .list-group-banner .list-group-item {
  padding: 0.5rem 2rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .news-entry.gideonites-page .list-group-banner .list-group-item {
    font-size: 0.7rem;
  }
}
@media (min-width: 1024px) {
  .news-entry.gideonites-page .list-group-banner .list-group-item {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .news-entry.gideonites-page .list-group-banner .list-group-item {
    font-size: 1rem;
    width: 100%;
  }
}
.news-entry.gideonites-page .list-group-banner label {
  align-items: center;
  display: flex;
}

@media (min-width: 768px) {
  .news-entry .list-group-banner, .headlines .list-group-banner {
    margin: 1px 0 3px;
  }
}
@media (min-width: 1080px) {
  .news-entry .list-group-banner, .headlines .list-group-banner {
    margin: -5px 0 0px;
  }
}
@media (min-width: 1200px) {
  .news-entry .list-group-banner, .headlines .list-group-banner {
    margin: 0px 0 -8px;
  }
}
.news-entry .list-group-banner .list-group-item, .headlines .list-group-banner .list-group-item {
  padding: 0.5rem 2rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .news-entry .list-group-banner .list-group-item, .headlines .list-group-banner .list-group-item {
    font-size: 0.7rem;
  }
}
@media (min-width: 1024px) {
  .news-entry .list-group-banner .list-group-item, .headlines .list-group-banner .list-group-item {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .news-entry .list-group-banner .list-group-item, .headlines .list-group-banner .list-group-item {
    font-size: 1rem;
    width: 100%;
  }
}
.news-entry .list-group-banner label, .headlines .list-group-banner label {
  align-items: center;
  display: flex;
}


.news-entry .btn-secondary {
  background-image: url(../../images/news_buttons.jpg);
  background-position: bottom;
  border: 1px solid #fff;
  margin: 0 7px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.news-entry .btn-secondary:focus {
  box-shadow: none !important;
}
.news-entry .search-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  mix-blend-mode: inherit;
  border-radius: 5px;
  font-size: 15px;
}
.news-entry .search-btn:hover {
  background: #000066;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
.news-entry .public-news-button {
  margin: 10px 0 10px;
}
@media (min-width: 768px) {
  .news-entry .public-news-button {
    position: relative;
    margin: -65px 0 23px;
  }
}
@media (min-width: 1200px) {
  .news-entry .public-news-button {
    position: relative;
    margin: -97px 0 50px;
  }
}
.news-entry .public-news-button .list-group-item {
  padding: 0.5rem 0.8rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../images/news_buttons.jpg);
  background: #006;
  background-position: 1498px -364px;
  background-size: 1900px;
  border: 1px solid #fff;
  margin: 0px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media (min-width: 768px) {
  .news-entry .public-news-button .list-group-item {
    margin: 0 7px;
    background: #00000080;
  }
}
.news-entry .public-news-button .list-group-item:focus {
  box-shadow: none !important;
}

.headlines .topics {
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.headlines .topics .trending {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.headlines .topics .topic-list div {
  margin: 0 0 21px;
  padding: 0 5px;
  border-left: 1px solid #000;
}
@media (min-width: 768px) {
  .headlines .topics .topic-list div {
    margin: 0;
    padding: 0 5px;
  }
}
.headlines .topics .topic-list div:first-of-type {
  border-left: 0;
  align-items: center;
  justify-content: center;
}
.headlines .topics .topic-list div a, .headlines .topics .topic-list div .dropdown-item {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  padding: 5px;
  font-weight: 400;
}
.headlines .topics .topic-list div a:hover {
  text-decoration: underline;
  background: none;
}
.headlines .btn-secondary {
  background: transparent;
  background-position: bottom;
  border: 1px solid #fff;
  margin: 0 7px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: 13.6px;
}
@media (min-width: 768px) {
  .headlines .btn-secondary {
    font-size: 12px;
  }
}
@media (min-width: 1080px) {
  .headlines .btn-secondary {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .headlines .btn-secondary {
    font-size: 13.6px;
  }
}
.headlines .btn-secondary:focus {
  box-shadow: none !important;
}
.headlines .search-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  mix-blend-mode: inherit;
  border-radius: 5px;
}
.headlines .search-btn:hover {
  background: #000066;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}

.news-page span {
  font-weight: bolder;
}
.news-page .news-entry-photo {
  height: 240px;
  overflow: hidden;
}
.news-page img {
  width: 90%;
}
.news-page .col-3 {
  padding: 5px 7px;
}
.news-page .section-subheading h2 {
  font-size: 1.8rem;
}
.news-page .news-view-more a, .news-page .news-view-more .dropdown-item {
  font-size: 0.8rem;
}
.news-page .news-view-more .full-art {
  /* font-size: 0.5rem; */
  background-color: #820c0c;
  padding: 4px 6px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  top: -2px;
  font-weight: 500;
}
.news-page a, .news-page .dropdown-item {
  font-weight: lighter;
  line-height: 1;
  color: #016ebc;
}
.news-page a:hover, .news-page .dropdown-item:hover {
  text-decoration: underline;
}

.banner-headline {
  background-image: url(../../images/header_news3.jpg);
  background-position: right 305px;
  background-size: 1392px;
  border-radius: 9px;
}
.banner-headline .col-12 {
  padding: 15px 15px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 21px;
  text-shadow: 0 0 5px #000;
}

.news-detail img {
  width: 100%;
}
.news-detail iframe {
  width: 100%;
}

.headlines {
  max-width: 1300px;
}
.headlines .headline-articles small {
  color: red;
  text-transform: uppercase;
  font-size: 8.1px;
}

.podcast h3 {
  font-size: 1.6rem;
}
.podcast .podcast-text {
  font-size: 0.9rem;
}
.podcast #podcast {
  width: 15%;
  margin-bottom: -12px;
}
.podcast .title-icon {
  display: block ruby;
  text-align: center;
}

.news-cat .selected-cat {
  font-size: 15px;
}
.news-cat .topic-list a, .news-cat .topic-list .dropdown-item {
  padding: 0 !important;
}

.news-cat-list small {
  color: #016501;
  font-size: 1rem;
  margin-left: 8px;
  white-space: pre;
}
.news-cat-list .full-art {
  font-size: 0.5rem;
  background-color: #820c0c;
  padding: 4px 6px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  top: -2px;
  font-weight: 500;
}
.news-cat-list a:hover, .news-cat-list .dropdown-item:hover {
  text-decoration: none !important;
}

.news-headline-cat-toplist .cat-title {
  font-size: 16px;
  margin-top: 12px;
}
.news-headline-cat-toplist small {
  color: #016501;
  font-size: 1rem;
  margin-left: 8px;
  white-space: pre;
}
.news-headline-cat-toplist .full-art {
  font-size: 10px;
  background-color: #820c0c;
  padding: 2px 4px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  top: -2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;

}
.news-headline-cat-toplist a, .news-headline-cat-toplist .dropdown-item {
  margin-top: 20px;
}
.news-headline-cat-toplist a:hover, .news-headline-cat-toplist .dropdown-item:hover {
  text-decoration: none !important;
}
.news-headline-cat-toplist .btn-main {
  font-size: 14px;
}
.news-headline-cat-toplist .mobile-cat {
  font-size: 22px;
}
@media (min-width: 768px) {
  .news-headline-cat-toplist .mobile-cat {
    font-size: 19px;
  }
}
.headlines-body {
  padding: 0 15px;
}
.headlines-body .cat-link {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .headlines-body {
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  .headlines-body {
    padding: 0 45px;
  }
}

.special-report h1 {
  font-size: 1.6rem;
}
.special-report .text {
  font-size: 16px;
}
.special-report svg {
  width: 15%;
}

.join-bg, .manage-act, .news-sub-act, .donate-page {
  background-image: url(images/join-bg.jpg);
  background-size: cover;
  padding: 4rem 0 4rem;
}
.join-bg .card, .manage-act .card, .news-sub-act .card, .donate-page .card {
  background: #ffffff91;
}
@media (min-width: 768px) {
  .join-bg .email-field label, .manage-act .email-field label, .news-sub-act .email-field label, .donate-page .email-field label {
    margin-bottom: 2.5%;
  }
}
@media (min-width: 1024px) {
  .join-bg .email-field label, .manage-act .email-field label, .news-sub-act .email-field label, .donate-page .email-field label {
    margin-bottom: 13.5%;
  }
}
@media (min-width: 1200px) {
  .join-bg .email-field label, .manage-act .email-field label, .news-sub-act .email-field label, .donate-page .email-field label {
    margin-bottom: 12%;
  }
}

.join .btn-signup,
.sub-types-part .btn-signup {
  border-radius: 5px;
  padding: 0.2rem 1rem;
  border: 1px solid #016501;
  font-size: 19px;
}
.join .btn-signup:hover,
.sub-types-part .btn-signup:hover {
  border: 1px solid #016501;
}

.subscribe .btn-main:hover {
  background: #000066;
}
.subscribe a, .subscribe .dropdown-item {
  font-weight: normal;
  text-decoration: underline;
}

.account-login-page {
  background-image: url(../../images/customer_home_bg.jpg);
}
.account-login-page .card {
  background: #ffffffbf;
}
@media (min-width: 768px) {
  .account-login-page h2 {
    font-size: 2.5rem;
  }
}

.customer-home {
  background-image: url(../../images/customer_home_bg.jpg);
  background-size: cover;
  padding: 0rem 0 4rem;
}
.customer-home .account-large-btns {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
}
.customer-home .account-large-btns .card {
  background: #e9f4fc;
}

.act-logged-main {
  position: relative;
}
@media (min-width: 768px) {
  .act-logged-main {
    position: relative;
    top: -140px;
  }
}
@media (min-width: 1024px) {
  .act-logged-main {
    position: relative;
    top: -100px;
  }
}
@media (min-width: 1200px) {
  .act-logged-main {
    position: relative;
    top: -100px;
  }
}
.act-logged-main li {
  list-style-type: none;
}
.act-logged-main li a, .act-logged-main li .dropdown-item {
  display: block;
  padding: 0;
}
.act-logged-main a, .act-logged-main .dropdown-item {
  font-size: 16px;
}
.act-logged-main .dropdown-menu {
  top: 34px !important;
}
.act-logged-main .btn-secondary {
  background-image: url(../../images/header_placeholder.jpg);
  background-position: bottom;
  border: 1px solid #fff;
}
.act-logged-main .btn-secondary:focus {
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  .act-logged-pages {
    position: relative;
    top: -170px;
  }
}
.act-logged-pages .dropdown-menu {
  top: 34px !important;
}
.act-logged-pages .btn-secondary {
  background-image: url(../../images/header_placeholder.jpg);
  background-position: bottom;
  border: 1px solid #fff;
}
.act-logged-pages .btn-secondary:focus {
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  .act-payonline {
    position: relative;
    top: -110px;
  }
}

@media (min-width: 768px) {
  .act-edit-info {
    position: relative;
    top: -170px;
  }
}

@media (min-width: 768px) {
  .act-news-sub {
    position: relative;
    top: -170px;
  }
}

.news-sub-act h2 {
  color: #016ebc;
}

.subtypes-bg {
  background-image: url(images/subtypes_bg.jpg);
  background-size: cover;
}
.subtypes-bg .card {
  background: #ffffff91;
}
@media (min-width: 768px) {
  .subtypes-bg .email-field label {
    margin-bottom: 9%;
  }
}
@media (min-width: 1024px) {
  .subtypes-bg .email-field label {
    margin-bottom: 2%;
  }
}
@media (min-width: 1200px) {
  .subtypes-bg .email-field label {
    margin-bottom: 1.7%;
  }
}

.sub-types-part span {
  font-size: 27px;
}

.timeline .indicator.is-active,
.chap-chart .indicator.is-active {
  font-weight: normal;
}
.timeline .timeline-content li,
.chap-chart .timeline-content li {
  list-style: none;
}

.contactus-page {
  background-image: url(images/contact_us_bg.jpg);
  background-size: cover;
}
.contactus-page .card {
  background: #ffffff91;
}

.gideonites-page .btn-secondary {
  background-image: none;
  background-position: bottom;
  border: 1px solid #fff;
  margin: 0 7px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  background-color: #0000004f;
  mix-blend-mode: normal;
}
.gideonites-page .btn-secondary:focus {
  box-shadow: none !important;
}
.gideonites-page .container {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .gideonites-page .container {
    display: flex;
  }
}
.gideonites-page .container-column-small {
  width: 33%;
  flex-direction: column;
}
.gideonites-page .container-column-small > .tile {
  padding: 0;
}
.gideonites-page .tile {
  flex: 1;
  border: 1px solid black;
  margin: 0 7px 7px;
  height: auto;
  border-radius: 3pt;
  background-color: #ECF0F4;
}
@media (min-width: 768px) {
  .gideonites-page .tile {
    height: 370px;
  }
}
@media (min-width: 1024px) {
  .gideonites-page .tile {
    height: 476px;
  }
}
@media (min-width: 1200px) {
  .gideonites-page .tile {
    height: 500px;
  }
}
.gideonites-page .tile .content p {
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
}
.gideonites-page .tile .content h3 {
  font-size: 22px;
}
.gideonites-page .tile .content .btn-main {
  color: white !important;
  background: #016ebc;
  border-radius: 23px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.gideonites-page .tile .content .btn-main:hover {
  background: #000042;
  text-decoration: none;
}
.gideonites-page .tile .content .message-btn {
  font-size: 12px;
}
.gideonites-page .tile .events-content p, .gideonites-page .tile .doc-content p, .gideonites-page .tile .book-content p {
  text-align: left;
}
.gideonites-page .tile .video-content iframe {
  width: 100%;
  height: 150px;
}
.gideonites-page .tile-tall {
  height: auto;
}
.gideonites-page .tile-large {
  flex-grow: 1;
}
.gideonites-page .tile-half {
  flex-grow: 1;
}
.gideonites-page .tile-right {
  align-self: flex-start;
}
.gideonites-page .tile-left {
  align-self: flex-end;
}
.gideonites-page .tile-tall {
  align-self: stretch;
}
.gideonites-page .header {
  background: grey;
  background-image: url(../../images/gideonite_dashbrd_bg.jpg);
  margin: 0;
  padding: 5px;
  height: 70px;
  border-top-left-radius: 2pt;
  border-top-right-radius: 2pt;
}
.gideonites-page .header .center-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 35px;
  text-shadow: 0 0 5px #000;
}
.gideonites-page .header-btm {
  display: block;
}
@media (max-width: 800px) {
  .gideonites-page .container {
    flex-direction: column;
  }
  .gideonites-page .container-column-small {
    width: 100%;
  }
  .gideonites-page .tile-large {
    flex-grow: 1;
  }
  .gideonites-page .tile-half {
    flex-grow: 1;
  }
}

.message-page .btn-main {
  font-size: 0.9rem;
}

.gid-event-page h2 {
  color: #016ebc;
  font-size: 2rem;
}
.gid-event-page .btn-main {
  font-size: 0.9rem;
}

.gid-docbookvid-page h1 {
  font-size: 30px;
}
.gid-docbookvid-page h2 {
  font-size: 35px;
}
.gid-docbookvid-page h3 {
  font-size: 25px;
}
.gid-docbookvid-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gid-docbookvid-page .cat-topic a, .gid-docbookvid-page .cat-topic .dropdown-item {
  color: #fff;
  background-color: #090738;
  padding: 7px 12px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
}
.gid-docbookvid-page .cat-topic a:hover, .gid-docbookvid-page .cat-topic .dropdown-item:hover {
  text-decoration: none;
}
.gid-docbookvid-page .cat-topic a.active-topic, .gid-docbookvid-page .cat-topic .active-topic.dropdown-item {
  background-color: #016ebc;
  color: #fff;
}
.gid-docbookvid-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.gid-docbookvid-page iframe {
  width: 100%;
}

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


/* Browser Media Queries */
/* Chrome */
/* @media screen and (-webkit-min-device-pixel-ratio:0) { 
  .footer-icons .icon-list {
    flex-wrap: nowrap;
  }
  .footer-icons .icons img {
    width: 15%;
  }
  .footer-icons .shop-icon img {
    width: 15%;
  }
  .footer-icons .join-icon img {
    width: 15%;
  }
} */