@import url(forms.css);
@import url(fontawesome-all.min.css);
html[lang] {
  margin-top: 0 !important; }

/* WP Admin Bar Fix */
html {
  padding: 0px;
  margin: 0px; }

body {
  font-family: "Montserrat", sans-serif;
  color: #171440;
  background: #171440;
  font-size: 18px; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600; }

a {
  text-decoration: none;
  color: #171440; }

@media (max-width: 63.9375em) {
  .hide-tablet {
    display: none; } }

.show-tablet {
  display: none; }
  @media (max-width: 63.9375em) {
    .show-tablet {
      display: inline-block; } }
.bg-image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-blend-mode: multiply; }

.button {
  padding: 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  border: 1px solid #171440;
  border-radius: 10px;
  position: relative; }
  .button.arrow {
    display: inline-block;
    margin-top: 15px; }
    .button.arrow:hover {
      background: #597ec3;
      color: #FFF;
      transition: all 0.25s ease-in; }
      .button.arrow:hover:after {
        color: #171440;
        animation: arrow .75s infinite;
        transition: ease-in-out; }
    .button.arrow:after {
      content: '\f178';
      font-family: 'Font Awesome\ 5 Pro';
      font-weight: 300;
      display: inline-block;
      padding-left: 15px;
      font-size: 2.5rem;
      position: absolute;
      margin-top: -12px; }

.row {
  max-width: 80em; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

.donate-section {
  background: #FFF;
  padding: 20px;
  display: none;
  text-align: center;
  margin-top: -15px; }
  @media (max-width: 63.9375em) {
    .donate-section {
      display: block; } }
  .donate-section .button {
    background: #597ec3;
    color: #FFF;
    font-weight: 800; }
    .donate-section .button:hover {
      background: #171440;
      transition: all 0.25s ease-in; }

.home .donate-section {
  background: none;
  margin-top: 80px;
  margin-bottom: -50px; }

.social-nav {
  float: right; }
  @media (max-width: 63.9375em) {
    .social-nav {
      margin-top: 30px;
      float: none;
      text-align: center; } }
  .social-nav li {
    display: inline-block;
    margin-right: 15px; }
    .social-nav li:last-child {
      margin-right: 0px; }
    .social-nav li .fab {
      padding: 12px;
      color: #FFF;
      font-size: 1.3rem; }
      .social-nav li .fab.fa-twitter {
        padding: 12px 9.5px; }
      .social-nav li .fab.fa-facebook-f {
        padding: 12px 15px; }

.mobile-only {
  display: none; }
  @media (max-width: 39.9375em) {
    .mobile-only {
      display: inline-block; } }
@media (max-width: 39.9375em) {
  .hide-mobile {
    display: none; } }

.title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-size: 3rem; }
  @media (max-width: 63.9375em) {
    .title {
      font-size: 2rem; } }
  .title:after {
    content: '';
    height: 5px;
    background: #e52a40;
    width: 20%;
    display: block;
    animation: underline 2s; }

.post-title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 3rem; }
  @media (max-width: 63.9375em) {
    .post-title {
      font-size: 2rem; } }
  .post-title:after {
    content: '';
    height: 5px;
    background: #e52a40;
    width: 45%;
    display: block;
    animation: underline 1s; }

.single-post .post-title {
  font-size: 2rem; }
  .single-post .post-title:after {
    width: 15%; }

header {
  background: #FFF; }
  @media (max-width: 63.9375em) {
    header {
      min-height: 150px; } }
  header .nav-bar {
    padding: 20px 0; }
    @media (max-width: 63.9375em) {
      header .nav-bar {
        position: absolute; } }
  header .menu-bar {
    display: none; }
    @media (max-width: 63.9375em) {
      header .menu-bar {
        display: inline-block;
        float: right;
        text-transform: lowercase;
        position: relative;
        z-index: 999;
        width: 100%;
        text-align: right;
        padding: 39.5px 30px; } }
    @media (max-width: 39.9375em) {
      header .menu-bar {
        padding: 15px 30px; } }
    header .menu-bar a {
      color: #171440;
      text-decoration: none; }
    header .menu-bar .menu-text {
      padding-right: 5px; }
    header .menu-bar.active {
      position: relative;
      z-index: 999; }
    header .menu-bar .fas {
      font-size: 2rem; }
  header .page-logo {
    display: inline-block;
    float: left;
    max-width: 230px;
    margin-right: 50px;
    position: relative;
    z-index: 999; }
    @media (max-width: 63.9375em) {
      header .page-logo {
        max-width: 200px; } }
  header .nav-bg {
    display: inline-block;
    float: right;
    margin-top: 30px;
    margin-right: 15px; }
    @media (max-width: 63.9375em) {
      header .nav-bg {
        margin-top: 0px; } }
    header .nav-bg .row {
      margin: 0px; }
    @media (max-width: 63.9375em) {
      header .nav-bg .columns {
        padding: 0px; } }
    @media (max-width: 63.9375em) {
      header .nav-bg {
        opacity: 0;
        display: block;
        max-height: 0;
        background: none;
        overflow: hidden;
        transition: all .2s ease-out;
        color: #FFF;
        font-weight: 300;
        position: absolute;
        width: 100%;
        height: 0%;
        right: 0;
        left: 0;
        top: 0; } }
    @media (max-width: 39.9375em) {
      header .nav-bg {
        padding-top: 100px; } }
    @media (max-width: 63.9375em) {
      header .nav-bg.active {
        opacity: 1;
        display: block;
        max-height: 100%;
        transition: all 0.5s ease-in;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 998;
        position: fixed;
        height: 250%;
        padding-top: 150px;
        float: none; } }
  header .nav-primary {
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: right; }
    @media (max-width: 63.9375em) {
      header .nav-primary {
        text-align: center; } }
    header .nav-primary ul {
      display: inline-block;
      margin: 0px;
      padding: 0px; }
      @media (max-width: 63.9375em) {
        header .nav-primary ul {
          width: 100%; } }
    header .nav-primary li {
      float: left;
      padding: 0px 20px; }
      @media (max-width: 80em) {
        header .nav-primary li {
          padding: 0px 10px; } }
      @media (max-width: 63.9375em) {
        header .nav-primary li {
          float: none;
          display: inline-block;
          width: 100%;
          padding: 0px; } }
      header .nav-primary li:last-child a {
        border: 0px; }
      header .nav-primary li.donate {
        margin-top: -10px;
        background: #597ec3;
        padding: 10px 15px;
        border-radius: 5px;
        margin-left: 15px; }
        @media (max-width: 63.9375em) {
          header .nav-primary li.donate {
            margin: 0px;
            border-radius: 0px;
            background: none;
            padding: 0px; } }
        header .nav-primary li.donate:hover {
          background: #171440;
          transition: all 0.25s ease-in; }
          header .nav-primary li.donate:hover:after {
            display: none !important; }
          header .nav-primary li.donate:hover a {
            background: #171440;
            transition: all 0.25s ease-in; }
            header .nav-primary li.donate:hover a:after {
              display: none !important; }
          @media (max-width: 63.9375em) {
            header .nav-primary li.donate:hover {
              background: none; } }
        header .nav-primary li.donate a {
          background: #597ec3;
          color: #FFF; }
          header .nav-primary li.donate a:after {
            display: none !important; }
          header .nav-primary li.donate a:hover {
            border: 0px;
            background: #171440;
            transition: all 0.25s ease-in; }
      header .nav-primary li.current-menu-item a {
        color: #597ec3; }
      header .nav-primary li a {
        font-family: "Montserrat", sans-serif;
        color: #171440;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.3rem;
        padding: 0px;
        display: inline-block;
        font-weight: 800; }
        header .nav-primary li a:after {
          content: '';
          display: block;
          width: 0px;
          height: 5px;
          background: #e52a40;
          transition: width .3s; }
          @media (max-width: 63.9375em) {
            header .nav-primary li a:after {
              display: none; } }
        header .nav-primary li a:hover:after {
          width: 100%; }
        @media (max-width: 80em) {
          header .nav-primary li a {
            font-size: 1rem; } }
        @media (max-width: 63.9375em) {
          header .nav-primary li a {
            padding: 30px;
            display: block;
            border-bottom: 5px solid rgba(255, 0, 0, 0); } }
        @media (max-width: 63.9375em) {
          header .nav-primary li a:hover {
            background: #171440;
            color: #FFF; } }
      header .nav-primary li.menu-item {
        display: inline-block; }
        @media (max-width: 63.9375em) {
          header .nav-primary li.menu-item {
            position: relative; } }
        header .nav-primary li.menu-item.active a {
          background: #171440; }
        header .nav-primary li.menu-item.active .sub-menu {
          position: inherit;
          opacity: 1;
          width: 100%;
          height: 100%;
          transition: .5s; }
        header .nav-primary li.menu-item .fa {
          display: none; }
          @media (max-width: 63.9375em) {
            header .nav-primary li.menu-item .fa {
              display: inline-block;
              float: right;
              width: 30%;
              height: 50px;
              position: absolute;
              z-index: 999;
              top: -27px;
              right: -5%;
              padding-top: 45px;
              color: #FFF; } }
          header .nav-primary li.menu-item .fahover + a {
            background: #171440; }
        header .nav-primary li.menu-item:hover > .sub-menu {
          opacity: 1;
          height: 100%;
          transition: opacity .8s; }
          @media (max-width: 63.9375em) {
            header .nav-primary li.menu-item:hover > .sub-menu {
              height: 0px; } }
        header .nav-primary li.menu-item:hover > .sub-menu.active {
          height: 100%; }
        header .nav-primary li.menu-item .sub-menu {
          display: block;
          position: absolute;
          opacity: 0;
          transition: .5s ease-in-out;
          height: 0px;
          z-index: 99; }
          @media (max-width: 63.9375em) {
            header .nav-primary li.menu-item .sub-menu {
              height: 0px;
              overflow: hidden; } }
          header .nav-primary li.menu-item .sub-menu li {
            float: none;
            text-align: center;
            margin-bottom: 0px;
            display: block; }
            header .nav-primary li.menu-item .sub-menu li a {
              color: #FFF;
              padding: 15px 30px;
              background: #171440;
              border: 0px;
              text-align: center;
              border-bottom: 1px solid #FFF;
              display: block;
              font-size: 1.5rem; }
              header .nav-primary li.menu-item .sub-menu li a:hover {
                background: #2a4f9c; }
  header .social-nav {
    display: inline-block;
    margin-top: 35px; }
    @media (max-width: 63.9375em) {
      header .social-nav {
        display: none; } }
    header .social-nav ul {
      padding: 0px;
      margin: 0px; }
      header .social-nav ul .fab {
        color: #171440; }
        header .social-nav ul .fab:hover {
          color: #597ec3;
          transition: all 0.25s ease-in; }

.home header {
  padding-bottom: 200px; }
  @media (max-width: 63.9375em) {
    .home header {
      padding-bottom: 100px; } }
.home .site-container {
  background: #FFF;
  margin-top: -60px;
  padding-top: 80px; }
  @media (max-width: 39.9375em) {
    .home .site-container {
      overflow-x: hidden; } }
.home .home-form {
  background: rgba(32, 28, 89, 0.4);
  max-width: 85em;
  margin: 0 auto;
  color: #FFF;
  padding: 30px;
  margin-top: 45px;
  text-align: center; }
  @media (max-width: 63.9375em) {
    .home .home-form {
      padding: 30px 0px;
      margin-top: 80px; } }
  .home .home-form h1 {
    margin-bottom: 0px; }
  .home .home-form h2 {
    margin-top: 0px;
    font-weight: 400;
    text-transform: none; }

.home .donate-header {
  max-width: 75em;
  margin: 0 auto;
  background: #171440;
  margin-top: -100px;
  text-align: center;
  position: relative;
  z-index: 997;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 39.9375em) {
    .home .donate-header {
      display: none; } }
  .home .donate-header .dh-title {
    background: #597ec3;
    color: #FFF;
    display: inline-block;
    text-align: center;
    padding: 11px 50px;
    float: left; }
    .home .donate-header .dh-title h3 {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      margin-bottom: 0px;
      font-size: 1.7rem; }
      @media (max-width: 63.9375em) {
        .home .donate-header .dh-title h3 {
          margin: 0px; } }
    .home .donate-header .dh-title h4 {
      margin-top: 0px;
      font-weight: 400;
      font-style: italic; }
      @media (max-width: 63.9375em) {
        .home .donate-header .dh-title h4 {
          margin: 0px; } }
    @media (max-width: 63.9375em) {
      .home .donate-header .dh-title {
        width: 100%;
        padding: 15px 0px; } }
  .home .donate-header .dh-triangle {
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 50px solid #597ec3;
    float: left; }
    @media (max-width: 63.9375em) {
      .home .donate-header .dh-triangle {
        display: none; } }
  .home .donate-header .dh-buttons {
    display: inline-block;
    margin-top: 35px;
    padding: 20px;
    width: 60%; }
    @media (max-width: 63.9375em) {
      .home .donate-header .dh-buttons {
        width: 80%; } }
    .home .donate-header .dh-buttons .button-left {
      float: left; }
      @media (max-width: 63.9375em) {
        .home .donate-header .dh-buttons .button-left {
          float: none; } }
    .home .donate-header .dh-buttons .button-right {
      float: right; }
      @media (max-width: 63.9375em) {
        .home .donate-header .dh-buttons .button-right {
          float: none; } }
    .home .donate-header .dh-buttons a.button {
      background: #FFF;
      border-radius: 10px;
      padding: 15px;
      color: #171440;
      text-decoration: none;
      font-weight: 800;
      font-family: "Montserrat", sans-serif;
      margin-right: 15px;
      font-size: 1.2rem;
      display: inline; }
      @media (max-width: 63.9375em) {
        .home .donate-header .dh-buttons a.button {
          display: block;
          margin-bottom: 15px;
          margin-right: 0px; } }
      .home .donate-header .dh-buttons a.button.donate-button {
        background: #597ec3;
        color: #FFF;
        padding: 15px 30px; }
        @media (max-width: 63.9375em) {
          .home .donate-header .dh-buttons a.button.donate-button {
            padding: 15px 40px; } }
      .home .donate-header .dh-buttons a.button:hover {
        background: #94b1e7;
        color: #FFF;
        transition: all 0.25s ease-in; }

.home .info-box {
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 50px;
  font-size: 1.3rem;
  min-height: 600px; }
  @media (max-width: 63.9375em) {
    .home .info-box.bg-image {
      background-position: -200px; } }
  @media (max-width: 39.9375em) {
    .home .info-box.bg-image {
      background-position: top right;
      padding-top: 30px; } }
  .home .info-box .issues-content {
    max-width: 75%; }
    @media (max-width: 63.9375em) {
      .home .info-box .issues-content {
        max-width: 100%; } }
    .home .info-box .issues-content h2 {
      font-size: 3rem; }
      @media (max-width: 39.9375em) {
        .home .info-box .issues-content h2 {
          margin-top: 15px; } }
.home .red-box {
  background: #bf1e2e;
  color: #FFF;
  font-weight: 400;
  padding: 15px;
  text-align: center; }
  .home .red-box h4 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0px; }
    @media (max-width: 63.9375em) {
      .home .red-box h4 {
        font-size: 1.2rem; } }
.home .issues-area {
  background: #0b1f3c;
  color: #FFF; }
  .home .issues-area .first.row {
    max-width: 100%; }
    @media (max-width: 63.9375em) {
      .home .issues-area .first.row.bg-image {
        background-image: url("/wp-content/uploads/2018/07/issues-content-bg.jpg") !important;
        background-position: -150px -100px; } }
    .home .issues-area .first.row .issues-content {
      max-width: 70%;
      margin: 0 auto;
      font-size: 1.3rem;
      padding: 30px;
      padding-bottom: 50px; }
      @media (max-width: 63.9375em) {
        .home .issues-area .first.row .issues-content {
          max-width: 80%; } }
      @media (max-width: 63.9375em) {
        .home .issues-area .first.row .issues-content {
          max-width: 100%; } }
  .home .issues-area .second.row .columns {
    padding: 0px; }
  .home .issues-area .second.row a.issues-link {
    color: #FFF; }
    .home .issues-area .second.row a.issues-link:hover .issues-box {
      background: rgba(89, 126, 195, 0.5);
      transition: all 0.25s ease-in; }
  .home .issues-area .second.row .issues-box {
    padding: 30px;
    border: 1px solid #FFF;
    border-top: 0px; }
    @media (max-width: 63.9375em) {
      .home .issues-area .second.row .issues-box {
        border-top: 1px solid #FFF; } }
    @media (max-width: 39.9375em) {
      .home .issues-area .second.row .issues-box {
        border-bottom: 0px; } }
    .home .issues-area .second.row .issues-box .issues-box-content {
      max-width: 90%;
      min-height: 240px; }
      @media (max-width: 63.9375em) {
        .home .issues-area .second.row .issues-box .issues-box-content {
          max-width: 90%;
          min-height: 200px; } }
      @media (max-width: 39.9375em) {
        .home .issues-area .second.row .issues-box .issues-box-content {
          min-height: auto; } }
      .home .issues-area .second.row .issues-box .issues-box-content h3 {
        font-size: 1.5rem;
        margin-bottom: 15px; }
        @media (max-width: 63.9375em) {
          .home .issues-area .second.row .issues-box .issues-box-content h3 {
            font-size: 1.3rem; } }
      .home .issues-area .second.row .issues-box .issues-box-content .fas, .home .issues-area .second.row .issues-box .issues-box-content .far {
        font-size: 3rem; }

.home .home-social {
  padding: 30px 0px; }
  .home .home-social .hs-title {
    margin-bottom: 30px; }
    .home .home-social .hs-title a {
      background: #e52a40;
      color: #FFF;
      padding: 15px;
      font-size: 1.7rem; }
      @media (max-width: 63.9375em) {
        .home .home-social .hs-title a {
          display: block;
          text-align: center; } }
      .home .home-social .hs-title a:hover {
        background: #171440;
        transition: all 0.25s ease-in; }
  .home .home-social .news-articles .hs-title {
    margin-bottom: 45px; }
  .home .home-social .news-articles article {
    background: rgba(23, 20, 64, 0.5);
    padding: 10px;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500; }
    .home .home-social .news-articles article h2 {
      margin-top: 0px;
      margin-bottom: 10px;
      font-size: 1.3rem;
      line-height: 1.5rem; }
      .home .home-social .news-articles article h2 a {
        color: #FFF; }

.page-template-issues .content-start, .page-template-about .content-start {
  overflow-x: hidden; }

.content-start {
  background: #FFF;
  padding-bottom: 50px; }

.page-template-issues .content-start {
  padding-bottom: 0px; }

.page-template-issues section.bg-image.odd {
  background-position: top right !important; }

.page-template-issues section.bg-image.even {
  background-position: top left; }

.page-template-issues section .bg-gradient {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 500px; }
  @media (max-width: 80em) {
    .page-template-issues section .bg-gradient {
      background: rgba(255, 255, 255, 0.65);
      min-height: auto; } }
  @media (max-width: 63.9375em) {
    .page-template-issues section .bg-gradient {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (max-width: 39.9375em) {
    .page-template-issues section .bg-gradient {
      background: rgba(255, 255, 255, 0.75); } }
.page-template-issues section .content-area {
  max-width: 80%;
  margin: 0 auto; }
  @media (max-width: 80em) {
    .page-template-issues section .content-area {
      max-width: 90%; } }
  .page-template-issues section .content-area h2 {
    margin-bottom: 0px;
    margin-top: 0px; }
    @media (max-width: 63.9375em) {
      .page-template-issues section .content-area h2 {
        font-size: 1.3rem; } }
.custom-header .row {
  margin-left: 5%; }
  @media (max-width: 80em) {
    .custom-header .row {
      max-width: 70em;
      margin-left: 5%; } }
  @media (max-width: 63.9375em) {
    .custom-header .row {
      margin-left: 0; } }
@media (max-width: 39.9375em) {
  .custom-header.bg-image {
    background-position: -200px; } }

@media (max-width: 63.9375em) {
  .custom-header.bg-image .bg-gradient {
    background: rgba(45, 41, 105, 0.7); } }

@media (max-width: 39.9375em) {
  .custom-header.bg-image .bg-gradient {
    margin-bottom: 50px; } }

.custom-header.bg-image .header-content {
  color: #FFF;
  padding-top: 300px;
  padding-bottom: 75px;
  max-width: 70%;
  margin: 0 auto; }
  @media (max-width: 80em) {
    .custom-header.bg-image .header-content {
      max-width: 90%; } }
  .custom-header.bg-image .header-content h1 {
    color: #FFF;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 2.7rem;
    line-height: normal; }
    @media (max-width: 39.9375em) {
      .custom-header.bg-image .header-content h1 {
        font-size: 2rem; } }
  .custom-header.bg-image .header-content .post-title:after {
    width: 25.5%;
    margin-top: 15px; }
    @media (max-width: 80em) {
      .custom-header.bg-image .header-content .post-title:after {
        width: 18.5%; } }
.page-template-store .content-start {
  display: inline-block;
  overflow-x: visible; }

.page-template-store .custom-header.bg-image .header-content h1 {
  display: block; }

.page-template-store .title-area {
  margin-bottom: 50px; }
  .page-template-store .title-area h2 {
    color: #597ec3; }

.page-template-store .h-line .row {
  margin-left: 5%; }

.page-template-store .h-line.line-space .columns {
  padding-left: .9375rem;
  padding-right: .9375rem; }

.page-template-store .h-line.line-space .line-area {
  max-width: 70%;
  margin: 0 auto; }
  @media (max-width: 80em) {
    .page-template-store .h-line.line-space .line-area {
      max-width: 90%; } }
.page-template-store .h-line.line-space hr {
  margin-left: 0px;
  max-width: 100%; }

.page-template-store .h-line.line-space .top-right {
  margin-top: -75px;
  height: 150px;
  width: 25.5%;
  margin-left: 0px; }
  @media (max-width: 80em) {
    .page-template-store .h-line.line-space .top-right {
      max-width: 18.5%; } }
.page-template-store .h-line.line-space .top-left {
  margin-top: -75px;
  height: 150px;
  margin-left: 0px;
  width: 25.5%;
  border-left: 1px solid #bf1e2e; }

.page-template-store .h-line.line-space .down-left {
  margin-left: 0px; }

@media (max-width: 63.9375em) {
  .page-template-store .line-space {
    display: none; } }

.page-template-store .line-space:last-child {
  display: none; }

.page-template-store .line-space .columns {
  padding: 0px; }

.page-template-store .line-space hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bf1e2e;
  margin: 1em 0;
  padding: 0;
  max-width: 95%;
  margin-left: 7.5%;
  opacity: 0; }
  .page-template-store .line-space hr.hrleft.aos-animate {
    animation: hrleft 1s;
    transform-origin: right;
    opacity: 1; }
  .page-template-store .line-space hr.hrright.aos-animate {
    animation: hrleft 1s;
    transform-origin: left;
    opacity: 1; }

.page-template-store .line-space .top-left {
  border-left: 1px solid #bf1e2e;
  margin-top: -10px;
  height: 50px;
  margin-bottom: -18px;
  margin-left: 7.5%;
  opacity: 0; }
  .page-template-store .line-space .top-left.aos-animate {
    animation: up 1.5s ease-in-out;
    transform-origin: top;
    opacity: 1; }

.page-template-store .line-space .top-right {
  border-right: 1px solid #bf1e2e;
  margin-top: -10px;
  height: 50px;
  margin-bottom: -18px;
  margin-left: 7.5%;
  opacity: 0; }
  .page-template-store .line-space .top-right.aos-animate {
    animation: up 1.5s ease-in-out;
    transform-origin: top;
    opacity: 1; }

.page-template-store .line-space .down-right {
  border-right: 1px solid #bf1e2e;
  margin-top: -20px;
  height: 50px;
  margin-bottom: -30px;
  opacity: 0; }
  .page-template-store .line-space .down-right.aos-animate {
    animation: up 1.5s ease-in-out;
    transform-origin: top;
    opacity: 1; }

.page-template-store .line-space .down-left {
  border-left: 1px solid #bf1e2e;
  margin-top: -20px;
  height: 50px;
  margin-bottom: -30px;
  margin-left: 7.5%;
  opacity: 0; }
  .page-template-store .line-space .down-left.aos-animate {
    animation: up 1.5s ease-in-out;
    transform-origin: top;
    opacity: 1; }

.page-template-store .store-area .item-area {
  text-align: center; }
  .page-template-store .store-area .item-area img {
    max-width: 350px; }
  .page-template-store .store-area .item-area h2 {
    margin-bottom: 0px; }
  .page-template-store .store-area .item-area h3 {
    color: #597ec3;
    margin-top: 0px; }

.page-template-about .row {
  margin-left: 5%; }
  @media (max-width: 80em) {
    .page-template-about .row {
      max-width: 70em;
      margin-left: 5%; } }
  @media (max-width: 63.9375em) {
    .page-template-about .row {
      margin-left: 0; } }
@media (max-width: 39.9375em) {
  .page-template-about .header.bg-image {
    background-position: -200px; } }

@media (max-width: 63.9375em) {
  .page-template-about .header .bg-gradient {
    background: rgba(45, 41, 105, 0.7); } }

@media (max-width: 39.9375em) {
  .page-template-about .header .bg-gradient {
    margin-bottom: 50px; } }

.page-template-about .header .header-content {
  color: #FFF;
  padding-top: 300px;
  padding-bottom: 75px;
  max-width: 70%;
  margin: 0 auto; }
  @media (max-width: 80em) {
    .page-template-about .header .header-content {
      max-width: 90%; } }
  .page-template-about .header .header-content h1 {
    color: #FFF;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 2.7rem; }
    @media (max-width: 39.9375em) {
      .page-template-about .header .header-content h1 {
        font-size: 2rem; } }
  .page-template-about .header .header-content .post-title:after {
    width: 25.5%; }
    @media (max-width: 80em) {
      .page-template-about .header .header-content .post-title:after {
        width: 18.5%; } }
.page-template-about .h-line.line-space hr {
  margin-left: 0px;
  max-width: 100%; }

.page-template-about .h-line.line-space .top-right {
  margin-top: -75px;
  height: 150px; }

.page-template-about .h-line.line-space .down-left {
  margin-left: 0px; }

@media (max-width: 63.9375em) {
  .page-template-about .about-area {
    max-width: 60%;
    margin: 0 auto; } }

@media (max-width: 39.9375em) {
  .page-template-about .about-area {
    max-width: 95%; } }

.page-template-about .about-area.even .about-text-bg {
  border-left: 10px solid #bf1e2e;
  margin-left: -5.3%; }
  @media (max-width: 63.9375em) {
    .page-template-about .about-area.even .about-text-bg {
      border: 0px;
      margin: 0px; } }
.page-template-about .about-area.odd .about-text-bg {
  border-right: 10px solid #bf1e2e;
  margin-right: -75px; }
  @media (max-width: 63.9375em) {
    .page-template-about .about-area.odd .about-text-bg {
      border: 0px;
      margin: 0px; } }
.page-template-about .about-area .row {
  display: flex; }
  @media (max-width: 63.9375em) {
    .page-template-about .about-area .row {
      display: inline-block; } }
  .page-template-about .about-area .row .columns {
    padding: 0px; }

.page-template-about .about-area .photo-area img {
  width: 100%;
  border: 30px solid #bf1e2e; }

.page-template-about .about-area .about-text-bg {
  background: url("/wp-content/uploads/2018/07/about-text-bg.jpg"); }

.page-template-about .about-area .about-text {
  padding: 30px;
  max-width: 80%;
  margin: 0 auto; }

@media (max-width: 63.9375em) {
  .page-template-about .line-space {
    display: none; } }

.page-template-about .line-space:last-child {
  display: none; }

.page-template-about .line-space .columns {
  padding: 0px; }

.page-template-about .line-space hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bf1e2e;
  margin: 1em 0;
  padding: 0;
  max-width: 95%;
  margin-left: 7.5%;
  opacity: 0; }
  .page-template-about .line-space hr.hrleft.aos-animate {
    animation: hrleft 1s;
    transform-origin: right;
    opacity: 1; }
  .page-template-about .line-space hr.hrright.aos-animate {
    animation: hrleft 1s;
    transform-origin: left;
    opacity: 1; }

.page-template-about .line-space .top-left {
  border-left: 1px solid #bf1e2e;
  margin-top: -10px;
  height: 50px;
  margin-bottom: -18px;
  margin-left: 7.5%;
  opacity: 0; }
  .page-template-about .line-space .top-left.aos-animate {
    animation: up 1.5s ease-in-out;
    transform-origin: top;
    opacity: 1; }

.page-template-about .line-space .top-right {
  border-right: 1px solid #bf1e2e;
  margin-top: -10px;
  height: 50px;
  margin-bottom: -18px;
  margin-left: 7.5%;
  opacity: 0; }
  .page-template-about .line-space .top-right.aos-animate {
    animation: up 1.5s ease-in-out;
    transform-origin: top;
    opacity: 1; }

.page-template-about .line-space .down-right {
  border-right: 1px solid #bf1e2e;
  margin-top: -20px;
  height: 50px;
  margin-bottom: -30px;
  opacity: 0; }
  .page-template-about .line-space .down-right.aos-animate {
    animation: up 1.5s ease-in-out;
    transform-origin: top;
    opacity: 1; }

.page-template-about .line-space .down-left {
  border-left: 1px solid #bf1e2e;
  margin-top: -20px;
  height: 50px;
  margin-bottom: -30px;
  margin-left: 7.5%;
  opacity: 0; }
  .page-template-about .line-space .down-left.aos-animate {
    animation: up 1.5s ease-in-out;
    transform-origin: top;
    opacity: 1; }

.page-template-news .news-articles {
  max-width: 60em;
  margin: 0 auto; }

.page-template-news .article-content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc; }

.page-template-news .rm-link {
  display: inline-block;
  padding: 15px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 800;
  border: 1px solid #171440;
  border-radius: 10px; }
  .page-template-news .rm-link:hover {
    background: #171440;
    color: #FFF;
    transition: all 0.25s ease-in; }

.post-area a {
  font-weight: 500; }

.meta-info {
  margin-top: 50px; }

.cat-name {
  text-align: right; }

.post-share {
  float: left; }
  @media (max-width: 39.9375em) {
    .post-share {
      float: none;
      text-align: center; } }
  .post-share ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .post-share ul li {
      list-style: none;
      margin-left: 0px;
      margin-right: 15px;
      float: left; }
      .post-share ul li:nth-child(3) {
        margin-right: 0px; }
    .post-share ul a {
      color: #171440; }
  .post-share .post-social-share {
    display: inline-block; }

.dark .button {
  border-color: #FFF;
  color: #FFF; }
  .dark .button.arrow:hover:after {
    color: #FFF; }

.video-area {
  max-width: 100%;
  margin: 0 auto;
  position: relative; }
  .video-area .video-box:hover .fa {
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.25s ease-in; }
  .video-area .video-box .play-button {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 35%; }
    .video-area .video-box .play-button .fa {
      display: inline-block;
      background: #e52a40;
      font-size: 5rem;
      padding: 5px 45px 5px 52px;
      color: #FFF;
      border-radius: 15px;
      box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.36); }
      .video-area .video-box .play-button .fa:hover {
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.25s ease-in; }

.featherlight-loading .featherlight-content {
  background: #FFF;
  display: block;
  opacity: 0; }

.featherlight.featherlight-iframe .featherlight-content {
  opacity: 1;
  background: #FFF;
  animation: createBox 1s; }

.featherlight.featherlight-iframe iframe {
  animation: opa 5s;
  max-width: 100%; }

footer {
  text-align: center;
  padding-top: 50px; }
  footer .footer-signup {
    margin-bottom: 50px; }
    footer .footer-signup .gform_body {
      width: 80%;
      float: left; }
      @media (max-width: 63.9375em) {
        footer .footer-signup .gform_body {
          width: 100%; } }
      footer .footer-signup .gform_body input[type=email], footer .footer-signup .gform_body input[type=text], footer .footer-signup .gform_body input {
        background: none;
        color: #FFF; }
      footer .footer-signup .gform_body span.name_first {
        padding-right: .9375rem; }
      footer .footer-signup .gform_body span.name_last {
        padding-left: .9375rem; }
      @media (max-width: 63.9375em) {
        footer .footer-signup .gform_body span.name_last, footer .footer-signup .gform_body span.name_first {
          width: 50%; } }
      @media (max-width: 39.9375em) {
        footer .footer-signup .gform_body span.name_last, footer .footer-signup .gform_body span.name_first {
          width: 100%;
          padding: 0px; } }
      footer .footer-signup .gform_body ::-webkit-input-placeholder {
        color: #FFF; }
    footer .footer-signup .gform_footer {
      width: 19%;
      float: right; }
      @media (max-width: 63.9375em) {
        footer .footer-signup .gform_footer {
          width: 100%; } }
      footer .footer-signup .gform_footer input[type=submit] {
        margin-top: 10px;
        width: 100%; }
        @media (max-width: 63.9375em) {
          footer .footer-signup .gform_footer input[type=submit] {
            width: 60%;
            margin-top: 30px; } }
        @media (max-width: 39.9375em) {
          footer .footer-signup .gform_footer input[type=submit] {
            width: 91%; } }
  footer .contact-us {
    font-size: 16px;
    padding-left: .9375rem;
    text-align: left;
    color: #FFF;
    width: 95%;
    margin-top: 15px;
    display: inline-block; }
    footer .contact-us .row {
      margin-left: 0px; }
      @media (max-width: 39.9375em) {
        footer .contact-us .row {
          margin-left: -.9375rem; } }
    @media (max-width: 39.9375em) {
      footer .contact-us {
        text-align: center;
        padding-left: 0px; } }
    footer .contact-us h3 {
      margin-bottom: 0px;
      margin-top: 0px;
      color: #597ec3; }
    footer .contact-us p {
      margin-top: 0px; }
    footer .contact-us a, footer .contact-us strong {
      color: #597ec3; }
    footer .contact-us .contact-area {
      text-align: right; }
      @media (max-width: 39.9375em) {
        footer .contact-us .contact-area {
          text-align: center; } }
    footer .contact-us .donate.button {
      background: #597ec3;
      color: #FFF;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1rem;
      margin-bottom: 15px;
      display: inline-block; }
  footer .social-nav {
    float: none;
    margin-bottom: 15px;
    text-align: right; }
    footer .social-nav ul {
      margin: 0px;
      padding: 0px; }
    @media (max-width: 39.9375em) {
      footer .social-nav {
        text-align: center; } }
  footer .footer-bottom {
    background: #12102e;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0px;
    margin-bottom: -50px; }
  footer .disclaimer-area {
    text-align: center; }
    footer .disclaimer-area .paid_for {
      display: inline-block;
      max-width: 90%;
      margin-top: 30px;
      margin-bottom: 15px;
      padding: 8px;
      border: 1px solid #FFF;
      color: #FFF;
      font-size: 1rem;
      text-align: center;
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase;
      font-weight: 400; }
    footer .disclaimer-area .terms {
      max-width: 50%;
      margin: 0 auto;
      color: #FFF;
      font-size: 12px; }
    footer .disclaimer-area .privacy {
      color: #FFF;
      font-size: 14px; }
      footer .disclaimer-area .privacy a {
        color: #FFF; }

@keyframes arrow {
  0% {
    transform: translateX(0px); }
  30% {
    transform: translateX(10px); } }

@keyframes createBox {
  0% {
    transform: scaleX(0); }
  30% {
    transform: scaleX(1); } }

@keyframes opa {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes underline {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

@keyframes hrleft {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

@keyframes up {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

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