/*
 Theme Name:     Stack Child Theme
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    stack Framework Child Theme
 Author:         stack
 Author URI:     http://example.com
 Template:       stack-framework
 Version:        1.0.0
*/
@import url("../stack-framework/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/* Scss Document */
@import url("../stack-framework/stack-custom/inc/scss/stackDefaultStyles.css");
/* Scss Document */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #af2023 !important; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #af2023 !important;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

.social-block {
  margin-bottom: 30px; }
  .social-block .social-block-wrapper {
    border: 1px solid #000; }
    .social-block .social-block-wrapper .social-icon-wrapper {
      position: absolute;
      right: 20px;
      top: 0;
      z-index: 1;
      color: #fff; }
    .social-block .social-block-wrapper .social-block-header {
      background: #fff;
      display: table;
      table-layout: fixed;
      width: 100%;
      padding: 15px 75px 15px 15px;
      border-bottom: 1px solid #000; }
      .social-block .social-block-wrapper .social-block-header .profile-icon, .social-block .social-block-wrapper .social-block-header .profile-info {
        display: table-cell;
        vertical-align: middle; }
      .social-block .social-block-wrapper .social-block-header .profile-icon {
        width: 45px; }
        .social-block .social-block-wrapper .social-block-header .profile-icon img {
          border-radius: 50%;
          border: 1px solid #000; }
      .social-block .social-block-wrapper .social-block-header .profile-info {
        padding-left: 10px; }
        .social-block .social-block-wrapper .social-block-header .profile-info h5 {
          font-size: 16px;
          margin: 0;
          color: #000;
          opacity: 0.7; }
        .social-block .social-block-wrapper .social-block-header .profile-info .profile-handle {
          color: #000;
          color: #000 !important;
          opacity: 0.5; }
    .social-block .social-block-wrapper .social-block-content {
      overflow: hidden;
      position: relative;
      display: block;
      padding: 25px;
      background: #fff; }
      .social-block .social-block-wrapper .social-block-content p {
        color: #000; }
        .social-block .social-block-wrapper .social-block-content p a {
          color: #af2023 !important; }
      .social-block .social-block-wrapper .social-block-content div {
        color: #000;
        opacity: 0.5; }
    .social-block .social-block-wrapper .social-overlay {
      z-index: 1;
      display: none;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-decoration: none !important; }
      .social-block .social-block-wrapper .social-overlay .social-overlay-inner {
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        text-decoration: none !important; }
        .social-block .social-block-wrapper .social-overlay .social-overlay-inner * {
          text-decoration: none !important; }
        .social-block .social-block-wrapper .social-overlay .social-overlay-inner .fa, .social-block .social-block-wrapper .social-overlay .social-overlay-inner h4 {
          text-decoration: none !important;
          color: #fff !important; }
        .social-block .social-block-wrapper .social-overlay .social-overlay-inner h4 {
          text-transform: uppercase;
          color: #fff !important;
          font-size: 20px !important; }
        .social-block .social-block-wrapper .social-overlay .social-overlay-inner .fa {
          font-size: 50px; }
    .social-block .social-block-wrapper:hover .social-overlay {
      display: block; }
  .social-block.social-block-facebook .social-block-wrapper .social-icon-wrapper {
    background: #3B5998;
    padding: 3px 7px; }
  .social-block.social-block-facebook .social-block-wrapper .social-overlay {
    background: rgba(59, 89, 152, 0.9); }
  .social-block.social-block-twitter .social-block-wrapper .social-icon-wrapper {
    background: #1DA1F2;
    padding: 3px 5px; }
  .social-block.social-block-twitter .social-block-wrapper .social-overlay {
    background: rgba(29, 161, 242, 0.9); }
  .social-block.is-safari .social-block-wrapper .social-overlay .social-overlay-inner {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center; }

.load-more-wrapper {
  margin-top: 40px; }
  .load-more-wrapper .load-more-posts {
    font-size: 22px;
    color: #af2023;
    cursor: pointer;
    font-weight: bold; }

#image-slider-wrapper {
  margin-bottom: 50px; }
  #image-slider-wrapper .slick-list {
    overflow: visible; }
  #image-slider-wrapper .slick-next {
    z-index: 9;
    right: -200px;
    opacity: 1 !important;
    top: 45%; }
    @media (max-width: 1199px) {
      #image-slider-wrapper .slick-next {
        right: -150px; } }
    @media (max-width: 991px) {
      #image-slider-wrapper .slick-next {
        right: 20px; } }
    #image-slider-wrapper .slick-next:before {
      opacity: 1 !important;
      font-size: 50px;
      font-family: FontAwesome !important;
      content: "\f0da";
      color: #fff !important;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  #image-slider-wrapper .slick-prev {
    z-index: 9;
    left: -200px;
    opacity: 1 !important;
    top: 45%; }
    @media (max-width: 1199px) {
      #image-slider-wrapper .slick-prev {
        left: -150px; } }
    @media (max-width: 991px) {
      #image-slider-wrapper .slick-prev {
        left: 20px; } }
    #image-slider-wrapper .slick-prev:before {
      font-size: 50px;
      opacity: 1 !important;
      font-family: FontAwesome !important;
      content: "\f0d9";
      color: #fff !important;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  #image-slider-wrapper .gallery-image-wrapper {
    position: relative;
    padding: 0 10px;
    outline: none !important; }
    #image-slider-wrapper .gallery-image-wrapper .gallery-image {
      overflow: hidden;
      height: 0;
      padding-top: 70%;
      cursor: pointer; }

input::-webkit-input-placeholder {
  color: #4c4d4f; }

input:-moz-placeholder {
  color: #4c4d4f; }

input::-moz-placeholder {
  color: #4c4d4f; }

input:-ms-input-placeholder {
  color: #4c4d4f; }

* {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  font: 100% "Open Sans", sans-serif; }
  *.slick-list, *.slick-track {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }

.mt-20 {
  margin-top: 20px; }

body {
  padding-top: 75px; }
  body .page-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden; }

/*****************************/
h1 {
  font-size: 48px !important;
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
  color: #0A123C; }
  h1.large-text {
    font-size: 68px !important; }

h2 {
  font-size: 48px !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #0A123C; }

h3 {
  font-size: 36px !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #0A123C; }

h4 {
  font-size: 28px !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #0A123C; }

h5 {
  font-size: 18px !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #0A123C; }

h6 {
  font-weight: bold;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #000; }

p {
  font-size: 20px !important;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #000; }

h1.dark-text, h2.dark-text, h3.dark-text, h4.dark-text, h5.dark-text, h6.dark-text {
  color: #0A123C !important; }

h1.light-text, h2.light-text, h3.light-text, h4.light-text, h5.light-text, h6.light-text {
  color: #fff !important; }

h1 a, h1 strong, h1 b, h1 em, h1 span, h2 a, h2 strong, h2 b, h2 em, h2 span, h3 a, h3 strong, h3 b, h3 em, h3 span, h4 a, h4 strong, h4 b, h4 em, h4 span, h5 a, h5 strong, h5 b, h5 em, h5 span, h6 a, h6 strong, h6 b, h6 em, h6 span {
  font-size: inherit; }

h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center, h6.text-center {
  text-align: center !important; }

h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
  text-transform: uppercase !important; }

p.dark-text {
  color: #000 !important; }

p.light {
  color: #fff !important; }

p a, p strong, p b, p em, p span {
  font-size: inherit; }

p.li {
  padding-left: 25px; }
  p.li:before {
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #000;
    border-radius: 50%; }

h2.extra-large {
  text-transform: uppercase !important;
  font-size: 68px !important;
  font-weight: bold !important;
  line-height: 1.25 !important; }

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, p.blue {
  color: #3E54B1 !important; }

h1.dark-blue, h2.dark-blue, h3.dark-blue, h4.dark-blue, h5.dark-blue, h6.dark-blue, p.dark-blue {
  color: #19234D !important; }

h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase, p.uppercase {
  text-transform: uppercase !important; }

hr {
  height: 3px;
  max-width: 100%;
  width: 500px;
  background: #707070;
  opacity: 0.2;
  margin: 50px auto; }

.btn {
  font-size: 16px !important;
  display: inline-block;
  position: relative;
  font-weight: bold;
  border-radius: 0 !important;
  padding: 10px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background: #af2023 !important;
  border: 1px solid #af2023 !important;
  padding: 15px 30px !important;
  text-transform: uppercase !important; }
  .btn:hover {
    color: #af2023 !important;
    background: #fff !important;
    border: 1px solid #af2023 !important; }
  .btn.btn-2 {
    font-size: 16px !important;
    display: inline-block;
    position: relative;
    font-weight: bold;
    border-radius: 0 !important;
    padding: 10px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #af2023 !important;
    background: #fff !important;
    border: 1px solid #fff !important; }
    .btn.btn-2:hover {
      color: #fff !important;
      background: #af2023 !important;
      border: 1px solid #af2023 !important; }

@media (min-width: 1200px) {
  .container {
    width: 1150px; } }

@media (min-width: 1200px) {
  .row.table-layout.table-layout-lg {
    display: table;
    width: 100%; }
    .row.table-layout.table-layout-lg div[class*='col-'] {
      display: table-cell;
      float: none; } }

@media (min-width: 992px) {
  .row.table-layout.table-layout-md {
    display: table;
    width: 100%; }
    .row.table-layout.table-layout-md div[class*='col-'] {
      display: table-cell;
      float: none; } }

@media (min-width: 768px) {
  .row.table-layout.table-layout-sm {
    display: table;
    width: 100%; }
    .row.table-layout.table-layout-sm div[class*='col-'] {
      display: table-cell;
      float: none; } }

.row.table-layout .v-align-middle {
  vertical-align: middle; }

.row.table-layout .v-align-top {
  vertical-align: top; }

.row.table-layout .v-align-bottom {
  vertical-align: bottom; }

/*****************************/
#header {
  position: relative;
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  #header .alert-banner-outer {
    background: #af2023; }
    #header .alert-banner-outer .alert-banner {
      width: 100%;
      height: 30px;
      display: table;
      width: 100%; }
      #header .alert-banner-outer .alert-banner .alert-banner-content {
        color: #fff;
        display: table-cell;
        vertical-align: middle; }
  #header .navbar {
    background: none;
    border: none;
    margin: 0 !important; }
    #header .navbar .navWrap {
      background: #0A123C !important;
      border: none;
      box-shadow: none;
      padding: 10px 0px;
      height: 75px;
      overflow-y: none; }
      @media (max-width: 992px) {
        #header .navbar .navWrap {
          height: auto; } }
      #header .navbar .navWrap .navbar-header {
        float: none !important; }
        #header .navbar .navWrap .navbar-header #logo {
          z-index: 50;
          max-width: 77px !important;
          float: none;
          margin-left: auto;
          margin-right: auto; }
          @media (min-width: 992px) {
            #header .navbar .navWrap .navbar-header #logo {
              max-width: 250px !important;
              top: -13px; } }
          #header .navbar .navWrap .navbar-header #logo img {
            max-width: 100%;
            width: auto !important; }
            @media (min-width: 992px) {
              #header .navbar .navWrap .navbar-header #logo img.mobile-logo {
                display: none !important; } }
            @media (max-width: 991px) {
              #header .navbar .navWrap .navbar-header #logo img.desktop-logo {
                display: none !important; } }
      #header .navbar .navWrap .hamburger {
        position: absolute;
        top: 25px;
        left: 20px; }
        @media (max-width: 991px) and (min-width: 768px) {
          #header .navbar .navWrap .hamburger {
            top: 26px !important; } }
        @media (max-width: 767px) {
          #header .navbar .navWrap .hamburger {
            top: 26px !important; } }
      #header .navbar .navWrap .mobile-donate {
        position: fixed;
        top: 12px;
        right: 20px; }
        #header .navbar .navWrap .mobile-donate a {
          display: block;
          position: relative;
          padding: 15.5px 25px;
          background: #af2023 !important;
          color: #fff !important; }
      @media (min-width: 992px) {
        #header .navbar .navWrap .mobile-donate {
          display: none;
          visibility: hidden; } }
      @media (min-width: 992px) {
        #header .navbar .navWrap.sticky-donate.sticky-donate-shrink {
          height: 60px !important; }
          #header .navbar .navWrap.sticky-donate.sticky-donate-shrink .hamburger {
            top: 20px; }
          #header .navbar .navWrap.sticky-donate.sticky-donate-shrink .navbar-header #logo {
            top: -10px; }
            #header .navbar .navWrap.sticky-donate.sticky-donate-shrink .navbar-header #logo img {
              height: 50px !important;
              height: calc(60px - 10px) !important;
              height: -webkit-calc(60px - 10px) !important;
              height: -moz-calc(60px - 10px) !important;
              height: -o-calc(60px - 10px) !important;
              height: -ms-calc(60px - 10px) !important; }
          #header .navbar .navWrap.sticky-donate.sticky-donate-shrink .navbar-collapse, #header .navbar .navWrap.sticky-donate.sticky-donate-shrink .desktop-donate {
            display: none !important; } }
      @media (max-width: 991px) {
        #header .navbar .navWrap .navbar-collapse, #header .navbar .navWrap .desktop-donate {
          display: none !important; } }
      #header .navbar .navWrap .nav {
        float: right; }
        #header .navbar .navWrap .nav > li > a {
          padding: 30px 20px;
          font-size: 16px;
          color: #000 !important;
          background: none !important; }
          @media (max-width: 992px) {
            #header .navbar .navWrap .nav > li > a {
              font-size: 12px; } }
          #header .navbar .navWrap .nav > li > a:hover {
            color: #777 !important;
            background: none !important; }
      #header .navbar .navWrap .desktop-donate {
        float: none; }
        #header .navbar .navWrap .desktop-donate a {
          font-size: 16px !important;
          display: inline-block;
          position: relative;
          font-weight: bold;
          border-radius: 0 !important;
          padding: 10px !important;
          text-decoration: none !important;
          box-shadow: none !important;
          color: #fff !important;
          background: #af2023 !important;
          border: 1px solid #af2023 !important;
          margin: 0;
          padding: 0px 60px !important;
          display: block;
          line-height: 72.5px;
          border: none !important;
          text-transform: uppercase;
          border: 1px solid #af2023 !important; }
          #header .navbar .navWrap .desktop-donate a:hover {
            color: #af2023 !important;
            background: #fff !important;
            border: 1px solid #af2023 !important; }
    #header .navbar .navbar-collapse {
      float: none;
      position: fixed;
      right: 0;
      top: 0;
      padding: 0px; }
    @media (max-width: 768px) {
      #header .navbar .navbar-collapse.collapsing,
      #header .navbar .navbar-collapse.in {
        background: #4c4d4f;
        z-index: 500; }
        #header .navbar .navbar-collapse.collapsing .nav,
        #header .navbar .navbar-collapse.in .nav {
          float: none;
          padding: 0;
          margin-top: 0; }
          #header .navbar .navbar-collapse.collapsing .nav > li > a,
          #header .navbar .navbar-collapse.in .nav > li > a {
            color: #fff !important; }
            #header .navbar .navbar-collapse.collapsing .nav > li > a:hover,
            #header .navbar .navbar-collapse.in .nav > li > a:hover {
              background-color: #174176;
              padding-left: 25px; }
          #header .navbar .navbar-collapse.collapsing .nav > li.active > a,
          #header .navbar .navbar-collapse.collapsing .nav > li.open > a,
          #header .navbar .navbar-collapse.in .nav > li.active > a,
          #header .navbar .navbar-collapse.in .nav > li.open > a {
            background-color: #e2693e; }
            #header .navbar .navbar-collapse.collapsing .nav > li.active > a:hover,
            #header .navbar .navbar-collapse.collapsing .nav > li.open > a:hover,
            #header .navbar .navbar-collapse.in .nav > li.active > a:hover,
            #header .navbar .navbar-collapse.in .nav > li.open > a:hover {
              background-color: #174176; }
          #header .navbar .navbar-collapse.collapsing .nav > li.active .dropdown-menu > li > a,
          #header .navbar .navbar-collapse.collapsing .nav > li.open .dropdown-menu > li > a,
          #header .navbar .navbar-collapse.in .nav > li.active .dropdown-menu > li > a,
          #header .navbar .navbar-collapse.in .nav > li.open .dropdown-menu > li > a {
            background-color: #303030; }
            #header .navbar .navbar-collapse.collapsing .nav > li.active .dropdown-menu > li > a:hover,
            #header .navbar .navbar-collapse.collapsing .nav > li.open .dropdown-menu > li > a:hover,
            #header .navbar .navbar-collapse.in .nav > li.active .dropdown-menu > li > a:hover,
            #header .navbar .navbar-collapse.in .nav > li.open .dropdown-menu > li > a:hover {
              color: #ACACAC; } }
  #header .mobile-menu {
    position: fixed;
    height: 100vh;
    background: #0A123C;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    @media (min-width: 992px) {
      #header .mobile-menu {
        width: 30%;
        left: -30%;
        padding-top: 82px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #header .mobile-menu {
        width: 50%;
        left: -50%;
        padding-top: 62px; } }
    @media (max-width: 767px) {
      #header .mobile-menu {
        width: 70%;
        left: -70%;
        padding-top: 62px; } }
    #header .mobile-menu.open {
      left: 0; }
    #header .mobile-menu ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #header .mobile-menu ul li {
        margin: 0;
        padding: 0;
        text-align: right; }
        #header .mobile-menu ul li a {
          display: inline-block;
          position: relative;
          padding: 20px 30px 20px 20px;
          font-size: 20px;
          text-decoration: none !important;
          color: #fff !important; }
          #header .mobile-menu ul li a:hover {
            color: #af2023 !important; }
  @media (min-width: 992px) {
    #header .navWrap.sticky-donate-shrink .mobile-menu {
      padding-top: 60px !important; } }

/*****************************/
#pageHeadImg .textHolder > div .featured-title {
  text-shadow: none !important;
  font-weight: bold !important;
  margin-top: 100px; }
  #pageHeadImg .textHolder > div .featured-title span {
    font-weight: inherit; }
  #pageHeadImg .textHolder > div .featured-title p {
    display: inherit; }

#pageHeadImg .textHolder > div .featured-subtitle {
  padding: 150px 0; }
  @media (max-width: 992px) {
    #pageHeadImg .textHolder > div .featured-subtitle {
      text-align: center;
      padding: 75px 0; } }
  #pageHeadImg .textHolder > div .featured-subtitle h1 {
    text-transform: uppercase;
    color: #ffffff; }
    @media (max-width: 992px) {
      #pageHeadImg .textHolder > div .featured-subtitle h1 {
        text-align: center;
        font-size: 40px !important; } }
  #pageHeadImg .textHolder > div .featured-subtitle span p:empty {
    display: none; }
  #pageHeadImg .textHolder > div .featured-subtitle input {
    color: #000; }
  #pageHeadImg .textHolder > div .featured-subtitle p {
    display: inherit;
    text-transform: uppercase;
    font-size: 20px !important;
    color: #ffffff;
    font-weight: normal !important;
    margin: 15px 0 20px auto; }
  #pageHeadImg .textHolder > div .featured-subtitle .hero-text-block {
    padding-right: 40px; }
    @media (max-width: 992px) {
      #pageHeadImg .textHolder > div .featured-subtitle .hero-text-block {
        margin-bottom: 50px;
        padding-right: 15px; } }

/*****************************/
.page .page-header {
  border: none; }

/*****************************/
.page-template-section-page-php .homepage-section, .page-template-news-page-php .homepage-section {
  padding: 100px 0; }
  .page-template-section-page-php .homepage-section .sectionImage,
  .page-template-section-page-php .homepage-section .sectionOverlay, .page-template-news-page-php .homepage-section .sectionImage,
  .page-template-news-page-php .homepage-section .sectionOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-template-section-page-php .homepage-section .sectionImage, .page-template-news-page-php .homepage-section .sectionImage {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-size: cover;
    behavior: url(/wp-content/themes/stack-framework/stack-custom/inc/compatability/backgroundsize.htc) \9;
    _behavior: none;
    background-position: 50%;
    background-position: 50% 0;
    background-attachment: fixed; }
  .page-template-section-page-php .homepage-section .container h1, .page-template-news-page-php .homepage-section .container h1 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.05em; }

/*****************************/
#footer {
  padding: 0;
  border-top: 1px solid #000;
  overflow: hidden;
  background: #fff; }
  #footer .table-layout {
    padding: 20px 0; }
  #footer #footer-wrapper {
    margin: auto; }
    #footer #footer-wrapper #footer-logo {
      padding: 5px 15px;
      width: 77px !important;
      max-width: 100%; }
      @media (min-width: 992px) {
        #footer #footer-wrapper #footer-logo {
          padding: 5px 30px 5px 0; } }
      @media (max-width: 991px) {
        #footer #footer-wrapper #footer-logo {
          margin-left: auto !important;
          margin-right: auto !important;
          margin-bottom: 20px; } }
    #footer #footer-wrapper .copyright {
      color: #fff;
      font-size: 12px;
      text-align: center; }
      #footer #footer-wrapper .copyright hr {
        background: url(/rgba/0/0/0/45);
        background: rgba(0, 0, 0, 0.45);
        _background: none;
        _filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#73000000',GradientType=0 ); }
      #footer #footer-wrapper .copyright div {
        display: inline-block;
        border: 1px solid #000;
        padding: 5px; }
    #footer #footer-wrapper .footer-navWrap {
      overflow: hidden; }
      #footer #footer-wrapper .footer-navWrap nav {
        display: inline-block;
        float: right; }
      #footer #footer-wrapper .footer-navWrap .footer-donate {
        float: right; }
        #footer #footer-wrapper .footer-navWrap .footer-donate a {
          display: inline-block;
          position: relative;
          color: #fff;
          border: none;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 20px 15px;
          color: #000 !important; }
      #footer #footer-wrapper .footer-navWrap .footer-menu {
        padding: 0;
        margin: 0; }
        #footer #footer-wrapper .footer-navWrap .footer-menu li a {
          display: inline-block;
          position: relative;
          color: #fff;
          border: none;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 20px 15px;
          color: #000 !important; }
        #footer #footer-wrapper .footer-navWrap .footer-menu .sub-menu {
          display: none; }
      @media (max-width: 991px) {
        #footer #footer-wrapper .footer-navWrap {
          text-align: center;
          margin-bottom: 20px; }
          #footer #footer-wrapper .footer-navWrap .footer-donate, #footer #footer-wrapper .footer-navWrap nav {
            float: none !important;
            display: inline-block !important; } }
      @media (max-width: 767px) {
        #footer #footer-wrapper .footer-navWrap nav li {
          display: block !important; }
          #footer #footer-wrapper .footer-navWrap nav li a {
            padding: 10px !important; }
        #footer #footer-wrapper .footer-navWrap .footer-donate {
          display: block !important; }
          #footer #footer-wrapper .footer-navWrap .footer-donate a {
            padding: 10px !important; } }
    @media (max-width: 991px) {
      #footer #footer-wrapper .sign-up {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #footer #footer-wrapper .sign-up {
        text-align: center !important; } }
    @media (max-width: 991px) {
      #footer #footer-wrapper .social {
        text-align: center; }
        #footer #footer-wrapper .social .social-icons {
          text-align: center !important; } }
    #footer #footer-wrapper .social h5 {
      opacity: 0.5;
      font-weight: normal; }
    #footer #footer-wrapper .social .social-icons {
      font-size: 22px;
      font-size: 2.2rem;
      padding: 0;
      float: none !important;
      text-align: center; }
      #footer #footer-wrapper .social .social-icons a {
        padding: 5px;
        display: inline-block;
        color: #FFF;
        min-width: 40px;
        text-align: center;
        margin-right: 15px;
        height: 40px; }
        #footer #footer-wrapper .social .social-icons a:last-child {
          margin-right: 0 !important; }
        #footer #footer-wrapper .social .social-icons a[title="twitter"] {
          background: #1DA1F2 !important; }
        #footer #footer-wrapper .social .social-icons a[title="facebook"] {
          background: #3B5998 !important; }
        #footer #footer-wrapper .social .social-icons a[title="youtube"] {
          background: #C4302B !important; }
        #footer #footer-wrapper .social .social-icons a[title="instagram"] {
          background: #d6249f;
          background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
          -webkit-background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
          -moz-background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
          -o-background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
          -ms-background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
      @media (max-width: 992px) {
        #footer #footer-wrapper .social .social-icons {
          float: none !important; } }
    @media (max-width: 767px) {
      #footer #footer-wrapper .social .social-icons a {
        margin-right: 5px;
        min-width: 30px;
        height: 30px;
        padding: 0; }
        #footer #footer-wrapper .social .social-icons a:last-child {
          margin-right: 0 !important; } }
    #footer #footer-wrapper .sub-footer {
      background: rgba(23, 65, 118, 0.05); }
      #footer #footer-wrapper .sub-footer div {
        font-size: 14px;
        color: #000; }
      @media (max-width: 767px) {
        #footer #footer-wrapper .sub-footer .col-sm-4 {
          text-align: center;
          margin-bottom: 20px; }
          #footer #footer-wrapper .sub-footer .col-sm-4:last-child {
            margin-bottom: 0; } }

/*****************************/
.gform_confirmation_message {
  font-size: 16px !important; }

body img.gform_ajax_spinner {
  display: none !important; }

.gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important; }
  .gform_wrapper form {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important; }
    .gform_wrapper form .validation_error {
      color: #af2023 !important;
      border: none !important;
      padding: 0 !important;
      font-size: 16px !important; }
    .gform_wrapper form .gform_heading {
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important; }
      .gform_wrapper form .gform_heading .gform_title {
        margin: 0 0 20px 0 !important;
        font-size: 16px !important;
        font-weight: bold !important; }
    .gform_wrapper form .gform_body {
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important; }
      .gform_wrapper form .gform_body .gform_fields {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important; }
        .gform_wrapper form .gform_body .gform_fields .gfield {
          margin: 0 0 0 0 !important;
          padding: 0 !important;
          width: 100% !important;
          max-width: 100% !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
            color: #000 !important;
            padding: 0 !important;
            font-size: 14px !important;
            margin: 0 0 5px !important;
            font-weight: normal !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label span {
              display: none !important;
              color: #000 !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield .opt-in {
            font-size: 16px !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .opt-in a {
              color: inherit !important;
              text-decoration: underline !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield.hide-label > .gfield_label {
            display: none !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
            margin: 0 0 20px 0 !important;
            padding: 0 !important;
            width: 100% !important;
            max-width: 100% !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) textarea {
              font-size: 16px !important;
              padding: 10px !important;
              margin: 0 !important;
              width: 100% !important;
              max-width: 100% !important;
              border: 1px solid #000 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
              opacity: 0.5 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
              opacity: 0.5 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
              opacity: 0.5 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
              opacity: 0.5 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex {
              margin: 0 0 0 0 !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span {
                margin-bottom: 20px !important;
                display: inline-block !important;
                position: relative !important; }
                .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.ginput_full {
                  display: block !important; }
                .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_state {
                  padding-right: 10px !important; }
                  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_state:before {
                    content: '';
                    position: absolute;
                    top: 24px;
                    height: 44px;
                    right: 0;
                    left: 7px;
                    border: 1px solid #000 !important; }
                  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_state select {
                    background: none !important;
                    border: 0 !important;
                    font-size: 16px !important;
                    margin: 10px 0 10px 0 !important;
                    outline: none !important; }
                @media (min-width: 768px) {
                  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_state {
                    padding: 0 10px 0 0 !important;
                    width: 50% !important; }
                    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_state:before {
                      left: 0;
                      right: 7px; }
                    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_state + .address_zip {
                      width: 50% !important;
                      padding: 0 0 0 7px !important; }
                  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.name_first, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_city {
                    margin-right: 0 !important;
                    padding: 0 7px 0 0 !important; }
                    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.name_first + .address_state, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_city + .address_state {
                      padding: 0 10px 0 7px !important;
                      width: 25% !important; }
                      .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.name_first + .address_state:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_city + .address_state:before {
                        left: 7px;
                        right: 0px; }
                      .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.name_first + .address_state + .address_zip, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_city + .address_state + .address_zip {
                        width: 25% !important;
                        padding: 0 0 0 14px !important; }
                    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.name_first + .gform_hidden + .address_zip, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_city + .gform_hidden + .address_zip {
                      width: 50% !important;
                      padding: 0 0 0 7px !important; }
                  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.name_last {
                    padding: 0 0 0 7px !important;
                    margin-right: 0 !important; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.name_last {
      width: calc(50% - 4px) !important; } }
                @media (min-width: 768px) {
                  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_state {
                    margin-right: 0 !important; }
                    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_state + .address_zip {
                      width: 50% !important;
                      padding: 0 0 0 7px !important; }
                  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span.address_zip {
                    width: 100% !important;
                    padding: 0 !important;
                    margin-right: 0 !important; } }
                @media (max-width: 767px) {
                  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_complex span {
                    display: block !important;
                    padding: 0 !important;
                    width: 100% !important;
                    max-width: 100% !important; } }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container span label {
              color: #000 !important;
              padding: 0 !important;
              font-size: 14px !important;
              margin: 0 0 5px !important;
              font-weight: normal !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul {
              margin: 0 !important;
              width: 100% !important;
              max-width: 100% !important;
              margin-top: 15px !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li {
                width: 100% !important; }
                .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li input {
                  width: 19px !important;
                  height: 17px !important;
                  margin: 0 !important; }
                .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li label {
                  color: #000 !important;
                  font-size: 16px !important;
                  text-align: left !important;
                  margin: 0 0 0 10px !important;
                  font-weight: normal !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select {
              border: 1px solid #000 !important;
              height: 44px !important;
              padding-right: 10px !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select {
                background: none !important;
                border: none !important;
                width: 100% !important;
                max-width: 100% !important;
                font-size: 16px !important;
                margin-top: 9px !important;
                outline: none !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield .gfield_description, .gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
            display: none !important; }
          .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
            border: 0 !important;
            padding: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 0 0 0 !important;
            background: none !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container textarea {
              border-color: #af2023 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container span.address_state:before {
              border-color: #af2023 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container.ginput_container_select {
              border-color: #af2023 !important; }
            .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error.gfield_error:not(.gf_left_half):not(.gf_right_half) {
              width: 100% !important;
              max-width: 100% !important; }
              .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error.gfield_error:not(.gf_left_half):not(.gf_right_half) .ginput_container input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error.gfield_error:not(.gf_left_half):not(.gf_right_half) .ginput_container textarea {
                border-color: #af2023 !important; }
    .gform_wrapper form .gform_footer {
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important; }
      .gform_wrapper form .gform_footer .fa-circle-o-notch {
        position: absolute;
        top: 16px;
        right: 10px;
        color: #fff; }
      .gform_wrapper form .gform_footer .gform_button {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 16px !important;
        display: inline-block;
        position: relative;
        font-weight: bold;
        border-radius: 0 !important;
        padding: 10px !important;
        text-decoration: none !important;
        box-shadow: none !important;
        color: #fff !important;
        background: #af2023 !important;
        border: 1px solid #af2023 !important; }
        .gform_wrapper form .gform_footer .gform_button:hover {
          color: #af2023 !important;
          background: #fff !important;
          border: 1px solid #af2023 !important; }
        .gform_wrapper form .gform_footer .gform_button.submitting {
          padding-right: 30px !important; }
        .gform_wrapper form .gform_footer .gform_button:hover + .fa-circle-o-notch {
          color: #af2023; }
    .gform_wrapper form.no-labels .gform_fields .gfield .gfield_label {
      display: none !important; }
    .gform_wrapper form.horizontal-form .validation_error {
      display: none !important; }
    @media (min-width: 768px) {
      .gform_wrapper form.horizontal-form {
        display: table !important; }
        .gform_wrapper form.horizontal-form .gform_body {
          display: table-cell; }
          .gform_wrapper form.horizontal-form .gform_body .gform_fields .gfield {
            margin: 0 !important; }
            .gform_wrapper form.horizontal-form .gform_body .gform_fields .gfield.width-50 {
              width: 50% !important;
              max-width: 50% !important;
              display: inline-block !important;
              padding-right: 15px !important; }
            .gform_wrapper form.horizontal-form .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).width-50 {
              width: 50% !important;
              max-width: 50% !important;
              display: inline-block !important;
              padding-right: 15px !important; }
        .gform_wrapper form.horizontal-form .gform_footer {
          display: table-cell; } }
    @media (max-width: 767px) {
      .gform_wrapper form.horizontal-form .gform_footer .fa-circle-o-notch {
        top: 21px !important; } }

#pageHeadImg .textHolder .featured-subtitle .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #fff !important; }

@media (min-width: 768px) {
  #pageHeadImg .textHolder .featured-subtitle .gform_wrapper .gform_footer .fa-circle-o-notch {
    top: 40px !important; } }

/*****************************/
/*****************************/
.read-more {
  background: #174176;
  text-transform: uppercase;
  font-size: 11px;
  width: 90px;
  margin-left: auto; }
  .read-more a {
    color: #FFF;
    padding: 10px;
    display: block; }
    .read-more a:hover {
      text-decoration: none; }

a[title="twitter"] {
  background-color: #0e8ac8; }

a[title="facebook"] {
  background-color: #375a9c; }

a[title="linkedin"] {
  background-color: #0977b4; }

a[title="email"] {
  background-color: #6cbd45; }

.stack_loop {
  list-style-type: none; }
  .stack_loop article {
    border-bottom: 1px solid #DBDBDB;
    padding: 30px 0; }
  .stack_loop li {
    border-bottom: 1px solid #DBDBDB;
    padding: 30px 0; }
    .stack_loop li .slidePostWrap .stack_loop_postImg {
      min-width: 140px;
      display: inline-block;
      height: 140px;
      background-size: cover;
      margin-right: 3%;
      margin-top: 15px;
      width: 20%; }
    .stack_loop li .slidePostWrap .stack_loop_content {
      width: 77%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: -50px; }
      .stack_loop li .slidePostWrap .stack_loop_content.noThumb {
        width: 100%; }
    .stack_loop li .slidePostWrap h1 {
      display: none; }
    .stack_loop li .slidePostWrap .excerptHolder {
      font-size: 15px;
      font-size: 1.5rem; }
    .stack_loop li .slidePostWrap .dateHolder {
      top: -50px;
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      text-transform: uppercase;
      color: #B7B7B7; }

.page-template-landing-page #footer #footer-wrapper > div {
  padding: 0; }

.page-template-landing-page #footer #footer-wrapper .footer-navWrap,
.page-template-landing-page #footer #footer-wrapper .social {
  display: none; }

.page-template-landing-page #footer #footer-wrapper .copyright span {
  display: inline-block;
  margin: 40px auto; }

#pageHeadImg {
  min-height: 1px !important;
  max-height: none !important; }
  #pageHeadImg.noFImg {
    padding-top: 0 !important; }
  #pageHeadImg .attachment-post-thumbnail.wp-post-image {
    display: none !important; }
  #pageHeadImg .textHolder {
    position: relative;
    display: table;
    width: 100%; }
    #pageHeadImg .textHolder.no-height-set {
      min-height: 450px; }
    #pageHeadImg .textHolder .v_center {
      display: table-cell;
      vertical-align: middle; }

.sticky-clone {
  display: block;
  position: relative;
  max-height: 78.5px !important; }
  @media (max-width: 991px) {
    .sticky-clone {
      display: none; } }

#sticky-header-support {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  position: relative;
  left: 0;
  right: 0;
  z-index: 99; }
  #sticky-header-support:before {
    content: ''; }
  #sticky-header-support.sticky-ready {
    position: absolute; }
  @media (max-width: 991px) {
    #sticky-header-support {
      display: none; } }
  #sticky-header-support .sticky-header-support-wrapper {
    background: #af2023;
    z-index: 2; }
  #sticky-header-support.sticky {
    position: fixed;
    top: 0;
    bottom: auto; }
    #sticky-header-support.sticky.sticky-donate-shrink {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  #sticky-header-support .sticky-header-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #sticky-header-support .sticky-header-wrapper .sticky-header-col {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 0;
      text-align: center; }
      #sticky-header-support .sticky-header-wrapper .sticky-header-col a {
        font-size: 28px;
        color: #fff !important;
        font-weight: bold;
        text-decoration: none !important; }
        #sticky-header-support .sticky-header-wrapper .sticky-header-col a:hover:after {
          content: '';
          position: absolute;
          bottom: -2px;
          height: 2px;
          left: 0;
          right: 0;
          background: #fff; }
      #sticky-header-support .sticky-header-wrapper .sticky-header-col h4 {
        font-weight: lighter;
        margin: 0;
        text-align: right;
        line-height: 1 !important;
        color: #fff !important; }
        #sticky-header-support .sticky-header-wrapper .sticky-header-col h4 span {
          display: block;
          margin-top: -10px;
          position: relative;
          font-weight: bold !important; }
      #sticky-header-support .sticky-header-wrapper .sticky-header-col .hamburger {
        margin-top: 4px;
        opacity: 0; }

body.page-template-news-page-php #wrapper .homepage-section {
  padding: 50px 0 100px !important; }
  body.page-template-news-page-php #wrapper .homepage-section .post-category-mobile-toggle {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #000; }
    @media (min-width: 768px) {
      body.page-template-news-page-php #wrapper .homepage-section .post-category-mobile-toggle {
        display: none; } }
    body.page-template-news-page-php #wrapper .homepage-section .post-category-mobile-toggle select {
      background: none;
      border: none;
      width: 100%;
      max-width: 100%;
      outline: none; }
  body.page-template-news-page-php #wrapper .homepage-section .post-category-toggle {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      body.page-template-news-page-php #wrapper .homepage-section .post-category-toggle {
        display: none; } }
    body.page-template-news-page-php #wrapper .homepage-section .post-category-toggle a {
      font-size: 18px;
      margin-right: 20px;
      color: #000 !important;
      text-decoration: none !important;
      opacity: 0.5; }
      body.page-template-news-page-php #wrapper .homepage-section .post-category-toggle a:last-child {
        margin-right: 0; }
      body.page-template-news-page-php #wrapper .homepage-section .post-category-toggle a:hover {
        color: #af2023 !important;
        opacity: 1; }
      body.page-template-news-page-php #wrapper .homepage-section .post-category-toggle a.active {
        color: #af2023 !important;
        opacity: 1; }
        body.page-template-news-page-php #wrapper .homepage-section .post-category-toggle a.active:after {
          content: '';
          position: absolute;
          bottom: -5px;
          height: 2px;
          background: #174176;
          left: 0;
          right: 0; }
  body.page-template-news-page-php #wrapper .homepage-section .load-more-posts {
    color: #af2023 !important;
    display: inline-block;
    position: relative;
    margin-top: 50px;
    font-weight: bold;
    font-size: 16px !important;
    display: inline-block;
    position: relative;
    font-weight: bold;
    border-radius: 0 !important;
    padding: 10px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #fff !important;
    background: #af2023 !important;
    border: 1px solid #af2023 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    padding: 20px 40px !important; }
    body.page-template-news-page-php #wrapper .homepage-section .load-more-posts:hover {
      color: #af2023 !important;
      background: #fff !important;
      border: 1px solid #af2023 !important; }

body.page-template-news-page-php .news-article {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    body.page-template-news-page-php .news-article .post-meta-wrapper .post-meta-item {
      display: inline-block; }
      body.page-template-news-page-php .news-article .post-meta-wrapper .post-meta-item:first-child {
        margin-right: 15px; } }
  body.page-template-news-page-php .news-article .jj-categories {
    font-size: 20px !important;
    color: #3e54b1 !important;
    font-weight: bold !important;
    text-transform: uppercase !important; }
  body.page-template-news-page-php .news-article h3 {
    color: #0A123C !important;
    margin: 0 0 5px; }
  body.page-template-news-page-php .news-article .post-meta-item {
    margin-bottom: 10px; }
    body.page-template-news-page-php .news-article .post-meta-item .post-date {
      font-size: 20px !important;
      font-weight: normal !important;
      color: #000;
      opacity: 0.5; }
    body.page-template-news-page-php .news-article .post-meta-item h6 {
      margin: 0;
      font-size: 14px; }
      body.page-template-news-page-php .news-article .post-meta-item h6 span {
        color: #000;
        opacity: 0.5; }
      body.page-template-news-page-php .news-article .post-meta-item h6 .fa {
        margin: 0 5px;
        text-decoration: none !important; }
        body.page-template-news-page-php .news-article .post-meta-item h6 .fa.fa-facebook {
          color: #3B5998 !important; }
        body.page-template-news-page-php .news-article .post-meta-item h6 .fa.fa-twitter {
          color: #1DA1F2 !important; }
  body.page-template-news-page-php .news-article .btn {
    padding: 0 !important;
    color: #af2023 !important;
    border: none !important;
    background: none !important;
    font-size: 20px !important;
    text-transform: uppercase !important; }
    body.page-template-news-page-php .news-article .btn:hover {
      color: #af2023 !important;
      text-decoration: underline !important; }

#wrapper {
  margin-bottom: 0 !important; }
  #wrapper .homepage-section {
    padding: 100px 0; }
    #wrapper .homepage-section.dark-bg h1, #wrapper .homepage-section.dark-bg h2, #wrapper .homepage-section.dark-bg h3, #wrapper .homepage-section.dark-bg h4, #wrapper .homepage-section.dark-bg h5, #wrapper .homepage-section.dark-bg h6, #wrapper .homepage-section.dark-bg p {
      color: #fff; }
      #wrapper .homepage-section.dark-bg h1 a, #wrapper .homepage-section.dark-bg h1 strong, #wrapper .homepage-section.dark-bg h1 b, #wrapper .homepage-section.dark-bg h1 em, #wrapper .homepage-section.dark-bg h1 span, #wrapper .homepage-section.dark-bg h2 a, #wrapper .homepage-section.dark-bg h2 strong, #wrapper .homepage-section.dark-bg h2 b, #wrapper .homepage-section.dark-bg h2 em, #wrapper .homepage-section.dark-bg h2 span, #wrapper .homepage-section.dark-bg h3 a, #wrapper .homepage-section.dark-bg h3 strong, #wrapper .homepage-section.dark-bg h3 b, #wrapper .homepage-section.dark-bg h3 em, #wrapper .homepage-section.dark-bg h3 span, #wrapper .homepage-section.dark-bg h4 a, #wrapper .homepage-section.dark-bg h4 strong, #wrapper .homepage-section.dark-bg h4 b, #wrapper .homepage-section.dark-bg h4 em, #wrapper .homepage-section.dark-bg h4 span, #wrapper .homepage-section.dark-bg h5 a, #wrapper .homepage-section.dark-bg h5 strong, #wrapper .homepage-section.dark-bg h5 b, #wrapper .homepage-section.dark-bg h5 em, #wrapper .homepage-section.dark-bg h5 span, #wrapper .homepage-section.dark-bg h6 a, #wrapper .homepage-section.dark-bg h6 strong, #wrapper .homepage-section.dark-bg h6 b, #wrapper .homepage-section.dark-bg h6 em, #wrapper .homepage-section.dark-bg h6 span, #wrapper .homepage-section.dark-bg p a, #wrapper .homepage-section.dark-bg p strong, #wrapper .homepage-section.dark-bg p b, #wrapper .homepage-section.dark-bg p em, #wrapper .homepage-section.dark-bg p span {
        color: inherit !important; }
    #wrapper .homepage-section.dark-bg p, #wrapper .homepage-section.dark-bg li {
      color: #fff; }
      #wrapper .homepage-section.dark-bg p a, #wrapper .homepage-section.dark-bg p strong, #wrapper .homepage-section.dark-bg p b, #wrapper .homepage-section.dark-bg p em, #wrapper .homepage-section.dark-bg p span, #wrapper .homepage-section.dark-bg li a, #wrapper .homepage-section.dark-bg li strong, #wrapper .homepage-section.dark-bg li b, #wrapper .homepage-section.dark-bg li em, #wrapper .homepage-section.dark-bg li span {
        color: inherit !important; }
    #wrapper .homepage-section.dark-bg .btn {
      font-size: 16px !important;
      display: inline-block;
      position: relative;
      font-weight: bold;
      border-radius: 0 !important;
      padding: 10px !important;
      text-decoration: none !important;
      box-shadow: none !important;
      color: #af2023 !important;
      background: #fff !important;
      border: 1px solid #fff !important; }
      #wrapper .homepage-section.dark-bg .btn:hover {
        color: #fff !important;
        background: #af2023 !important;
        border: 1px solid #af2023 !important; }
    #wrapper .homepage-section.dark-bg .gform_wrapper form .gform_body .gform_fields .gfield .opt-in {
      color: #fff !important; }
    #wrapper .homepage-section.dark-bg .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li label, #wrapper .homepage-section.dark-bg .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li label {
      color: #fff !important; }
    #wrapper .homepage-section .issue-block {
      margin-bottom: 20px; }
      #wrapper .homepage-section .issue-block .issue-icon {
        height: 50px;
        width: 50px;
        margin-bottom: 20px; }
    #wrapper .homepage-section#shop .sectionImage {
      background-size: auto 100% !important;
      background-position: right center !important; }
      @media (max-width: 991px) {
        #wrapper .homepage-section#shop .sectionImage {
          opacity: 0.3; } }

body.single-post .back-to {
  margin: 0 0 60px 0 !important; }
  body.single-post .back-to a {
    font-size: 20px !important;
    color: #000 !important;
    opacity: 0.5 !important;
    font-weight: bold !important; }

body.single-post .jj-categories {
  font-size: 20px !important;
  color: #3e54b1 !important;
  font-weight: bold !important;
  text-transform: uppercase !important; }

@media (min-width: 992px) {
  body.single-post #wrapper {
    padding-top: 60px !important; } }

body.single-post #wrapper h1 {
  margin-bottom: 20px; }

body.single-post #wrapper .post-subtitle {
  font-weight: normal; }

@media (min-width: 768px) {
  body.single-post #wrapper .post-meta-wrapper .post-meta-item {
    display: inline-block; }
    body.single-post #wrapper .post-meta-wrapper .post-meta-item:first-child {
      margin-right: 15px; } }

body.single-post #wrapper .post-meta-item {
  margin-bottom: 50px; }
  body.single-post #wrapper .post-meta-item .post-date {
    font-size: 20px !important;
    color: #000;
    font-weight: normal !important;
    opacity: 0.5; }
  body.single-post #wrapper .post-meta-item h6 {
    margin: 0;
    font-size: 20px; }
    body.single-post #wrapper .post-meta-item h6 span {
      color: #000;
      opacity: 0.5; }
    body.single-post #wrapper .post-meta-item h6 .fa {
      margin: 0 5px;
      text-decoration: none !important; }
      body.single-post #wrapper .post-meta-item h6 .fa.fa-facebook {
        color: #3B5998 !important; }
      body.single-post #wrapper .post-meta-item h6 .fa.fa-twitter {
        color: #1DA1F2 !important; }

body.single-post #content h2, body.single-post #content h3, body.single-post #content h4, body.single-post #content h5, body.single-post #content h6 {
  color: #af2023 !important; }

body.single-post #content p {
  font-weight: normal !important; }
  body.single-post #content p a {
    color: #af2023 !important; }

body.single-post #content strong, body.single-post #content em, body.single-post #content b {
  font-size: inherit !important; }

body.single-post #content a {
  color: #af2023 !important;
  font-weight: inherit !important;
  font-size: inherit !important; }

body.single-post #content ul, body.single-post #content ol {
  margin: 0 !important;
  padding-left: 20px; }
  body.single-post #content ul li, body.single-post #content ol li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: normal; }

body.error404 {
  background: rgba(23, 65, 118, 0.05); }
  body.error404 #header, body.error404 #pageHeadImg, body.error404 #footer {
    display: none !important; }
  body.error404 #content-full {
    text-align: center; }
    body.error404 #content-full #logo-404 {
      width: 150px;
      max-width: 100%;
      margin: 0 auto 0px; }
    body.error404 #content-full h1, body.error404 #content-full h2 {
      color: #0A123C; }
    body.error404 #content-full p a, body.error404 #content-full h6 a {
      color: #af2023 !important; }

#custom-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  height: 100vh;
  max-height: 100vh;
  display: none;
  z-index: 999999; }
  #custom-modal .container {
    max-width: 100% !important; }
  #custom-modal .custom-modal-overlay {
    opacity: 0;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(48, 58, 72, 0.2); }
  #custom-modal.custom-modal-overlay-init {
    display: block; }
    #custom-modal.custom-modal-overlay-init .custom-modal-overlay {
      opacity: 1; }
    #custom-modal.custom-modal-overlay-init.animate-modal-body .custom-modal-table .custom-modal-col .custom-modal-body {
      opacity: 1;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px); }
  #custom-modal .custom-modal-table {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    max-height: 100vh;
    width: 100%;
    max-width: 100%; }
    #custom-modal .custom-modal-table .custom-modal-col {
      display: table-cell;
      vertical-align: middle;
      max-width: 100%; }
      @media (min-width: 768px) {
        #custom-modal .custom-modal-table .custom-modal-col {
          padding: 25px; } }
      #custom-modal .custom-modal-table .custom-modal-col .custom-modal-body {
        z-index: 999;
        max-height: 100%;
        max-height: calc(100vh - 50px);
        max-height: -webkit-calc(100vh - 50px);
        max-height: -moz-calc(100vh - 50px);
        max-height: -o-calc(100vh - 50px);
        max-height: -ms-calc(100vh - 50px);
        overflow-y: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: 0 auto;
        max-width: 100%;
        background: #fff;
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        opacity: 0;
        padding: 75px 50px 50px 50px; }
        @media (min-width: 900px) {
          #custom-modal .custom-modal-table .custom-modal-col .custom-modal-body {
            width: 800px; } }
        #custom-modal .custom-modal-table .custom-modal-col .custom-modal-body p:empty {
          display: none !important; }
        @media (max-width: 400px) {
          #custom-modal .custom-modal-table .custom-modal-col .custom-modal-body {
            padding: 75px 25px 25px 25px !important; } }
        #custom-modal .custom-modal-table .custom-modal-col .custom-modal-body .modal-close-icon {
          position: absolute;
          top: 20px;
          right: 20px;
          position: absolute;
          width: 32px;
          height: 32px;
          cursor: pointer; }
          #custom-modal .custom-modal-table .custom-modal-col .custom-modal-body .modal-close-icon:before, #custom-modal .custom-modal-table .custom-modal-col .custom-modal-body .modal-close-icon:after {
            content: '';
            position: absolute;
            left: 15px;
            height: 33px;
            width: 3px;
            background-color: #af2023; }
          #custom-modal .custom-modal-table .custom-modal-col .custom-modal-body .modal-close-icon:before {
            transform: rotate(45deg); }
          #custom-modal .custom-modal-table .custom-modal-col .custom-modal-body .modal-close-icon:after {
            transform: rotate(-45deg); }

.form-intro-light {
  margin-bottom: 40px; }
  .form-intro-light h3 {
    color: #ffffff;
    font-weight: bold !important;
    margin-bottom: 0px; }
  .form-intro-light p {
    color: #ffffff;
    font-size: 20px !important;
    font-weight: normal !important;
    margin-bottom: 0px; }

.footer-block {
  padding: 75px 0 20px 0;
  text-align: center; }
  .footer-block .social {
    margin-bottom: 30px; }
    .footer-block .social .social-icons a {
      height: 55px !important;
      min-width: 55px !important;
      padding: 0px !important;
      border-radius: 100px !important; }
      .footer-block .social .social-icons a i {
        font-size: 35px;
        line-height: 55px; }
  .footer-block .privacy-policy a {
    color: #999999 !important;
    font-weight: medium; }
  .footer-block .copyright {
    margin: 10px 0px; }
    .footer-block .copyright div {
      border-color: #999999 !important;
      color: #999999 !important; }
  .footer-block .powered-by {
    margin: 0 0 10px 0 !important; }
  .footer-block .disclaimer, .footer-block .powered-by {
    color: #999999 !important; }
  @media (max-width: 992px) {
    .footer-block {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 768px) {
  body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h1 {
    font-size: 68px !important; } }

body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h1, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h2, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h3, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h4, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h5, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h6, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle p, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle a {
  color: #fff !important; }
  body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h1.thin, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h2.thin, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h3.thin, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h4.thin, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h5.thin, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle h6.thin, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle p.thin, body.volunteer #pageHeadImg .textHolder .v_center .featured-subtitle a.thin {
    font-weight: 200 !important; }

body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield > .gfield_label {
  display: none !important; }

body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .field-required {
  text-align: right !important;
  color: #af2023 !important;
  font-weight: 200 !important;
  font-size: 14px !important; }

body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield.gfield_html h5 {
  font-size: 20px !important;
  text-transform: uppercase !important;
  padding-top: 40px !important; }

body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) input, body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) textarea {
  padding: 15px !important; }

body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li, body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li {
  display: flex !important;
  overflow: visible !important;
  align-items: top; }
  @media (max-width: 767px) {
    body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li, body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important; } }
  body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li label, body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li label {
    line-height: 1.5 !important;
    font-size: 18px !important; }
  body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox ul li input, body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio ul li input {
    top: 5px !important; }

@media (min-width: 768px) {
  body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield.width-50 {
    width: 50% !important;
    max-width: 50% !important;
    display: inline-block !important; }
  body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield.input-left {
    clear: none !important;
    float: left !important;
    padding-right: 10px !important; }
  body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield.input-right {
    clear: none !important;
    float: right !important;
    padding-left: 10px !important; }
  body.volunteer .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).width-50 {
    width: 50% !important;
    max-width: 50% !important;
    display: inline-block !important;
    padding-right: 15px !important; } }

body.volunteer .gform_wrapper form .gform_footer .gform_button {
  padding: 15px 30px !important;
  text-transform: uppercase !important;
  width: auto !important;
  display: inline-block !important; }

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