@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Merriweather:400,400i,700,700i|Open+Sans:400,400i,700,700i&display=swap");
html, body, * {
  font-family: "Lora", serif !important;
  -webkit-transition: background-color 170ms ease-out, border-color 170ms ease-out, color 170ms ease-out;
  transition: background-color 170ms ease-out, border-color 170ms ease-out, color 170ms ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif !important;
  font-weight: 700;
}

.top-priority {
  font-family: "Merriweather", serif !important;
  font-weight: 700;
}

nav, .btn {
  font-family: "Open Sans", sans-serif !important;
}

.h4-stats {
  color: #930e0e;
}

.fa {
  font-family: FontAwesome !important;
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

a {
  color: #930e0e;
  text-decoration: none;
  -webkit-transition: background-color 170ms ease-out, border-color 170ms ease-out, color 170ms ease-out;
  transition: background-color 170ms ease-out, border-color 170ms ease-out, color 170ms ease-out;
}

a:hover {
  color: #930e0e;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  border-radius: 0px !important;
  border-color: #930e0e !important;
  border: 0 !important;
  font-weight: 700 !important;
}

.btn:hover {
  background-color: #930e0e !important;
  color: #ffffff !important;
}

.fieldset-login .btn, .fb-btn-unlinked, .tw-btn-unlinked {
  font-size: 14px;
}

.view-petitions-calls .h4-stats, .sharing-statistics .share-stat {
  color: #0f1467;
}

.login-wrapper {
  position: relative !important;
  top: 60px !important;
  left: 0px !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .login-wrapper {
    top: 0px !important;
  }
}

.navbar-default, nav.navbar, div.navbar-collapse {
  -webkit-transition: background-color 170ms ease-out, border-color 170ms ease-out, color 170ms ease-out;
  transition: background-color 170ms ease-out, border-color 170ms ease-out, color 170ms ease-out;
}

.volunteer-stats strong {
  color: #930e0e !important;
}

.image-tag span {
  background-color: #0f1467;
}

body {
  padding-top: 0px;
}

body nav {
  position: relative !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 0px !important;
  -webkit-transition: background-color 170ms ease-out, border-color 170ms ease-out, color 170ms ease-out;
  transition: background-color 170ms ease-out, border-color 170ms ease-out, color 170ms ease-out;
  border-top: 0px;
}

body nav .container {
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  body nav .container {
    height: unset;
    max-width: 80%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

body nav .navbar-header {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  body nav .navbar-header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 !important;
  }
  body nav .navbar-header::before, body nav .navbar-header::after {
    content: unset;
  }
}

body nav .navbar-header button {
  text-align: center;
  border: 0px;
  border-radius: 0;
  margin: 0 !important;
  padding: 0;
}

body nav .navbar-header button .icon-bar {
  background-color: #930e0e !important;
  margin: auto;
  width: 24px;
}

body nav .navbar-header button .icon-bar + .icon-bar {
  margin-top: 5px;
}

body nav .navbar-header button:hover, body nav .navbar-header button:active, body nav .navbar-header button:focus, body nav .navbar-header button:visited {
  background-color: transparent !important;
}

body nav .navbar-header a {
  width: 336px;
  height: 35px;
  background-image: url("https://www.freedomclub.mn/wp-content/uploads/2019/04/FreedomClub.png");
  background-size: cover;
  background-position: center center;
  display: inline-block;
  margin: 0;
}

body nav .navbar-header a img {
  display: block;
  visibility: hidden;
  width: 0px;
  margin: 0px !important;
  height: 0px;
}

@media (max-width: 767px) {
  body nav .navbar-collapse {
    border-top: 4px solid #930e0e !important;
    border-color: #930e0e !important;
  }
}

body nav .navbar-collapse > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 37px;
}

@media (max-width: 767px) {
  body nav .navbar-collapse > ul {
    text-align: left;
    margin: 2% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
}

body nav .navbar-collapse > ul > li > a {
  font-size: 15px !important;
  text-transform: none !important;
  font-weight: 600 !important;
  padding: 12px;
  margin: 0 !important;
  line-height: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #333 !important;
}

body nav .navbar-collapse > ul > li > a:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  body nav .navbar-collapse > ul > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    margin: 1rem;
    width: 100%;
    text-align: center;
  }
  body nav .navbar-collapse > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
  }
}

@media (max-width: 767px) {
  body nav .navbar-collapse > ul > li {
    width: 100%;
  }
}

body nav .navbar-collapse > ul > li:last-child a {
  background-color: #930e0e !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  body nav .navbar-collapse > ul > li:last-child a {
    border-bottom: unset;
  }
  body nav .navbar-collapse > ul > li:last-child a:hover {
    background-color: #930e0e !important;
  }
}

body nav .navbar-collapse > ul > li.open > a {
  background-color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.03) !important;
}

body nav .navbar-collapse > ul > li.open .dropdown-menu {
  text-align: left !important;
  background-color: #ffffff !important;
}

body nav .navbar-collapse > ul > li.open .dropdown-menu > li {
  text-align: left;
}

body nav .navbar-collapse > ul > li.open .dropdown-menu > li > a {
  color: #333 !important;
  text-transform: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  text-align: center;
}

body nav .navbar-collapse > ul > li.open .dropdown-menu > li > a:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  body nav .navbar-collapse > ul > li.open {
    background-color: #ffffff !important;
  }
  body nav .navbar-collapse > ul > li.open .dropdown-menu {
    background-color: #ffffff !important;
  }
}

body nav .navbar-collapse > ul.navbar-nav {
  margin: 0px;
}

body nav.navbar {
  padding: 0px;
  margin: 0px;
}

body footer {
  text-align: left;
  background-color: #ffffff;
  color: #333;
  opacity: 1;
}

body footer a {
  color: #333;
}

body footer p {
  margin: 0px;
}

body footer .my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

body footer div p {
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .top-priority-section .thumbnail {
    height: 400px !important;
  }
  .activist-info-container {
    height: 425px !important;
  }
  .activist-info-container address {
    padding-bottom: 10px !important;
  }
  .volunteer-stats, .volunteer-name {
    padding: 0px !important;
    margin: 0px 5px !important;
  }
  .volunteer-stats .new-user, .volunteer-name .new-user {
    margin: 10px !important;
  }
  .volunteer-name {
    padding: 0px 20px !important;
  }
}

h3.new-user {
  font-size: 2.5rem;
}

.special-selector-fill-viewport.themed-content-page-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.themed-content-item.template-g .background {
  background-attachment: unset !important;
}

.themed-content-item.template-g .mobile-headline {
  background: unset !important;
}
