@charset "UTF-8";
/* Global Plugins */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  #page_header{
    height: 105px;
  }
  .page-body{
    margin-top: 105px;
  }
}
@media (max-width: 1250px) {
  .quick-search-wrapper{
    display: none !important;
  }
}

.headroom {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation-fill-mode: none;
       -o-animation-fill-mode: none;
          animation-fill-mode: none;
  /*background-color: transparent;*/
  background-color: rgba(43, 58, 74, 1) !important;
}

.headroom .logo-brand img {
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
}

.no-hero .headroom {
  background-color: #2B3A4A;
}

.headroom + .page-body #item-header-wrap {
  -webkit-transition: opacity .7s;
  -o-transition: opacity .7s;
  transition: opacity .7s;
}

.headroom.headroom--not-top {
  background-color: rgba(43, 58, 74, 1);
}

.menu-open .headroom.headroom--not-top {
  background-color: white;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.headroom.headroom--not-top .logo-type {
  /*opacity: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);*/
}

.headroom.headroom--not-top .header-nav {
  border-left-color: #3B5169;
}

/*@media (min-width: 768px) {
  .headroom.headroom--not-top .header-nav {
    -webkit-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
         -o-transform: translateX(-140px);
            transform: translateX(-140px);
  }
}

@media (min-width: 992px) {
  .headroom.headroom--not-top .header-nav {
    -webkit-transform: translateX(-170px);
        -ms-transform: translateX(-170px);
         -o-transform: translateX(-170px);
            transform: translateX(-170px);
  }
}

@media (min-width: 1200px) {
  .headroom.headroom--not-top .header-nav {
    -webkit-transform: translateX(-190px);
        -ms-transform: translateX(-190px);
         -o-transform: translateX(-190px);
            transform: translateX(-190px);
  }
}*/

.headroom.headroom--unpinned + .page-body #item-header-wrap {
  opacity: .5;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 20px;
  font-size: 26px;
  color: #3F597E;
  z-index: 10;
  cursor: pointer;
}

@media (min-width: 768px) {
  .swiper-nav .swiper-button-prev, .swiper-nav .swiper-button-next {
    height: 70px;
    width: 100px;
    background-color: #7D8775;
    color: white;
  }
  .swiper-nav .swiper-button-prev:before, .swiper-nav .swiper-button-next:before {
    top: 50%;
    position: absolute;
    margin-top: -13px;
    display: inline-block;
  }
  .swiper-nav .swiper-button-prev:after, .swiper-nav .swiper-button-next:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    position: absolute;
  }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: .5;
}

@media (min-width: 768px) {
  .swiper-nav .swiper-button-prev.swiper-button-disabled, .swiper-nav .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background-color: #BEC3BA;
  }
  .swiper-nav .swiper-button-prev.swiper-button-disabled:after, .swiper-nav .swiper-button-next.swiper-button-disabled:after {
    border-right-color: #BEC3BA;
    border-left-color: #BEC3BA;
  }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  .swiper-nav .swiper-button-prev, .swiper-nav .swiper-container-rtl .swiper-button-next, .swiper-container-rtl .swiper-nav .swiper-button-next {
    left: 0;
  }
  .swiper-nav .swiper-button-prev:before, .swiper-nav .swiper-container-rtl .swiper-button-next:before, .swiper-container-rtl .swiper-nav .swiper-button-next:before {
    left: 0;
  }
  .swiper-nav .swiper-button-prev:after, .swiper-nav .swiper-container-rtl .swiper-button-next:after, .swiper-container-rtl .swiper-nav .swiper-button-next:after {
    left: -24px;
    border-right: 24px solid #7D8775;
  }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

@media (min-width: 768px) {
  .swiper-nav .swiper-button-next, .swiper-nav .swiper-container-rtl .swiper-button-prev, .swiper-container-rtl .swiper-nav .swiper-button-prev {
    right: 0;
  }
  .swiper-nav .swiper-button-next:before, .swiper-nav .swiper-container-rtl .swiper-button-prev:before, .swiper-container-rtl .swiper-nav .swiper-button-prev:before {
    right: 0;
  }
  .swiper-nav .swiper-button-next:after, .swiper-nav .swiper-container-rtl .swiper-button-prev:after, .swiper-container-rtl .swiper-nav .swiper-button-prev:after {
    right: -24px;
    border-left: 24px solid #7D8775;
  }
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets{
  cursor: pointer;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-flip .swiper-slide, .swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 2px;
  height: 20px;
  display: inline-block;
  background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-wrapper .vc_row{
  margin-left: 0;
  margin-right: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #FDC50E;
  background: #FDC50E;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background: white;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
       -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
  }
}

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-container-android .swiper-slide {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-tab-switches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin: 0 -15px;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #D7DCE1;
  list-style: none;
}

.swiper-tab-switches.not-clickable {
  pointer-events: none;
}

.swiper-tab-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 50px;
  border-right: 1px solid #D7DCE1;
  text-align: center;
  color: #B0B4BA;
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: normal;
}

.swiper-tab-switch.active {
  color: black;
}

.swiper-tab-switch:last-child {
  border-right: none;
}

.swiper-anything.hero-wrap {
  display: block;
}

.swiper-anything.hero-wrap > .swiper-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 100%;
  margin: 0;
  padding: 100px 30px 80px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-anything.hero-wrap > .swiper-wrapper .vc_column-inner {
  padding-top: 0 !important;
}

.swiper-centered .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.swiper-container-horizontal > .swiper-scrollbar.sb-medium {
  width: 50%;
  left: 25%;
}

.hero-wrap.swiper-container .swiper-pagination {
  width: auto;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-wrap.swiper-container .swiper-pagination-bullet {
  display: inline-block;
  height: 2px;
  width: 20px;
  margin: 0 6px;
  border-radius: 0;
  /*background: transparent;
  position: relative;*/
}

/*.hero-wrap.swiper-container .swiper-pagination-bullet:before{
  content: '';
  background: white;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY( -50% );
  -webkit-transform: translateY( -50% );
}*/

.height-auto{
  height: auto !important;
}

@media (min-width: 768px) {
  .hero-wrap.swiper-container .swiper-pagination {
    top: 50%;
    right: 50px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .hero-wrap.swiper-container .swiper-pagination-bullet {
    display: block;
    height: 20px;
    width: 2px;
    margin: 10px 10px 12px;
    /*background: transparent;
    position: relative;*/
  }
  /*.hero-wrap.swiper-container .swiper-pagination-bullet:before{
    content: '';
    background: white;
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX( -50% );
    -webkit-transform: translateX( -50% );
  }*/
}

.slides-per-view-swiper .swiper-slide {
  width: 35%;
  margin: 0 5px;
}

.slides-per-view-swiper .swiper-slide:first-child {
  margin-left: 20px;
}

.slides-per-view-swiper .swiper-slide:last-child {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .slides-per-view-swiper .swiper-slide {
    width: 24%;
    margin: 0 15px;
  }
  .slides-per-view-swiper .swiper-slide:first-child {
    margin-left: 30px;
  }
  .slides-per-view-swiper .swiper-slide:last-child {
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .slides-per-view-swiper .swiper-slide {
    width: 19%;
  }
  .slides-per-view-swiper .swiper-slide:first-child {
    margin-left: 50px;
  }
  .slides-per-view-swiper .swiper-slide:last-child {
    margin-right: 50px;
  }
}

.slides-per-view-swiper .swiper-slide > a {
  display: block;
}

.slides-per-view-swiper .swiper-slide > a > img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .slides-per-view-swiper .swiper-slide > a > img {
    height: 230px;
  }
}

@media (min-width: 1200px) {
  .slides-per-view-swiper .swiper-slide > a > img {
    height: 280px;
  }
}

.swiper-numbered {
  counter-reset: div;
}

.swiper-numbered .swiper-slide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.swiper-numbered .swiper-slide:before {
  counter-increment: div;
  content: "0" counter(div);
  /* Position and style the number */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Bebas Neue";
  font-size: 300px;
  line-height: 1;
  color: #FDC50E;
  letter-spacing: 4.21px;
}

.swiper-numbered .swiper-slide:nth-child(n+10):before {
  content: counter(div);
}

.swiper-numbered .swiper-slide .wpb_content_element {
  margin-bottom: 0;
}

.swiper-numbered .swiper-slide .wpb_content_element a {
  border-bottom: dashed 1px #696969;
  color: #696969 !important;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
}

.swiper-numbered .swiper-slide .wpb_content_element a:hover, .swiper-numbered .swiper-slide .wpb_content_element a:focus, .swiper-numbered .swiper-slide .wpb_content_element a:active {
  border-bottom: dashed 1px #696969;
  color: #696969 !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1dod6e");
  src: url("../fonts/icomoon.eot?1dod6e#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1dod6e") format("truetype"), url("../fonts/icomoon.woff?1dod6e") format("woff"), url("../fonts/icomoon.svg?1dod6e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert-danger:before, .alert.w-icon.alert-danger:before {
  content: "\e900";
}

.icon-alert-info:before, .alert.w-icon.alert-info:before {
  content: "\e901";
}

.icon-alert-success:before, .alert.w-icon.alert-success:before {
  content: "\e902";
}

.icon-alert-warning:before, .alert.w-icon.alert-warning:before {
  content: "\e903";
}

.icon-america:before {
  content: "\e904";
}

.icon-arrow-down-box:before {
  content: "\e905";
}

.icon-arrow-dropdown:before, .icon-dd-left:before, .icon-dd-right:before, .select2-container--default .s2-small .select2-selection__arrow b:before, .select2-container--default .s2-medium .select2-selection__arrow b:before, .select2-container--default .s2-large .select2-selection__arrow b:before, .select2-container--default .s2-minimal .select2-selection__arrow b:before {
  content: "\e906";
}

.icon-arrow-next-box:before, .list-arrows li:before, .sc-half-right .sc-list-item:before {
  content: "\e907";
}

.icon-arrow-next-round .path1:before {
  content: "\e908";
  color: #d7dce1;
}

.icon-arrow-next-round .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: #fdc50e;
}

.icon-arrow-next:before {
  content: "\e90a";
}

.icon-arrow-prev-box-alt .path1:before {
  content: "\e90b";
  color: #283748;
}

.icon-arrow-prev-box-alt .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: white;
}

.icon-arrow-prev-box:before, .sc-half-left .sc-list-item:before {
  content: "\e90d";
}

.icon-arrow-prev-round .path1:before {
  content: "\e90e";
  color: #d7dce1;
}

.icon-arrow-prev-round .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: #fdc50e;
}

.icon-arrow-prev-sm:before {
  content: "\e910";
}

.icon-arrow-prev:before {
  content: "\e911";
}

.icon-cart:before {
  content: "\e912";
}

.icon-chat-bubble:before {
  content: "\e913";
}

.icon-clock-border .path1:before {
  content: "\e914";
  color: #fdc50e;
}

.icon-clock-border .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: #fdc50e;
}

.icon-clock-border .path3:before {
  content: "\e916";
  margin-left: -1em;
  color: #35495f;
}

.icon-close:before, .close:before {
  content: "\e917";
}

.icon-comment:before {
  content: "\e918";
}

.icon-date:before {
  content: "\e919";
}

.icon-dots:before, .heading-dotted:before, .page-header .header-nav li.current-menu-item > a:before {
  content: "\e91a";
}

.icon-eagle:before {
  content: "\e91b";
}

.icon-edit-square .path1:before {
  content: "\e91c";
  color: black;
  opacity: 0.3;
}

.icon-edit-square .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: white;
}

.icon-educate:before {
  content: "\e91e";
}

.icon-facebook:before {
  content: "\e91f";
}

.icon-fb-line:before {
  content: "\e920";
}

.icon-flag-star:before {
  content: "\e921";
}

.icon-identify:before {
  content: "\e922";
}

.icon-inline-add-alt:before {
  content: "\e923";
}

.icon-inline-add .path1:before {
  content: "\e924";
  color: white;
}

.icon-inline-add .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: #5694e0;
}

.icon-inline-edit:before {
  content: "\e926";
}

.icon-inline-email:before {
  content: "\e927";
}

.icon-inline-image:before {
  content: "\e928";
}

.icon-inline-location .path1:before {
  content: "\e929";
  color: #5694e0;
}

.icon-inline-location .path2:before {
  content: "\e92a";
  margin-left: -0.947265625em;
  color: white;
}

.icon-inline-location2:before {
  content: "\e92b";
}

.icon-inline-volunteer .path1:before {
  content: "\e92c";
  color: dimgray;
}

.icon-inline-volunteer .path2:before {
  content: "\e92d";
  margin-left: -1.1337890625em;
  color: white;
  opacity: 0.5;
}

.icon-like:before {
  content: "\e92e";
}

.icon-linkedin:before {
  content: "\e92f";
}

.icon-map-search:before {
  content: "\e930";
}

.icon-megaphone:before {
  content: "\e931";
}

.icon-mobilize:before {
  content: "\e932";
}

.icon-next-tiny:before {
  content: "\e933";
}

.icon-person-round .path1:before {
  content: "\e934";
  color: #fdc50e;
}

.icon-person-round .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: white;
}

.icon-person:before {
  content: "\e936";
}

.icon-pin-round:before {
  content: "\e937";
}

.icon-prev-tiny:before {
  content: "\e938";
}

.icon-search:before {
  content: "\e939";
}

.icon-share-email:before, .a2a_kit a .a2a_s_email::before {
  content: "\e93a";
}

.icon-share-fb:before, .a2a_kit a .a2a_s_facebook::before {
  content: "\e93b";
}

.icon-share-gp:before, .a2a_kit a .a2a_s_google_plus::before {
  content: "\e93c";
}

.icon-share-li:before, .a2a_kit a .a2a_s_linkedin::before {
  content: "\e93d";
}

.icon-share-tw:before, .a2a_kit a .a2a_s_twitter::before {
  content: "\e93e";
}

.icon-share:before {
  content: "\e93f";
}

.icon-social-facebook-round:before {
  content: "\e940";
}

.icon-social-flickr .path1:before {
  content: "\e941";
  color: #1373d1;
}

.icon-social-flickr .path2:before {
  content: "\e942";
  margin-left: -2.2607421875em;
  color: #ff0083;
}

.icon-social-linkedin-round:before {
  content: "\e943";
}

.icon-social-twitter-round:before {
  content: "\e944";
}

.icon-status-edit:before {
  content: "\e945";
}

.icon-status-reviewing:before {
  content: "\e946";
}

.icon-time:before {
  content: "\e947";
}

.icon-train:before {
  content: "\e948";
}

.icon-trophy .path1:before {
  content: "\e949";
  color: #fdc50e;
}

.icon-trophy .path2:before {
  content: "\e94a";
  margin-left: -0.86328125em;
  color: black;
}

.icon-trophy .path3:before {
  content: "\e94b";
  margin-left: -0.86328125em;
  color: #f7f7f7;
}

.icon-trophy .path4:before {
  content: "\e94c";
  margin-left: -0.86328125em;
  color: #fdc50e;
}

.icon-trophy .path5:before {
  content: "\e94d";
  margin-left: -0.86328125em;
  color: #fdc50e;
}

.icon-trophy .path6:before {
  content: "\e94e";
  margin-left: -0.86328125em;
  color: black;
  opacity: 0.1;
}

.icon-trophy .path7:before {
  content: "\e94f";
  margin-left: -0.86328125em;
  color: black;
  opacity: 0.1;
}

.icon-trophy .path8:before {
  content: "\e950";
  margin-left: -0.86328125em;
  color: black;
  opacity: 0.1;
}

.icon-trophy .path9:before {
  content: "\e951";
  margin-left: -0.86328125em;
  color: black;
  opacity: 0.1;
}

.icon-trophy .path10:before {
  content: "\e952";
  margin-left: -0.86328125em;
  color: black;
  opacity: 0.1;
}

.icon-twitter:before {
  content: "\e953";
}

.icon-verify-no .path1:before {
  content: "\e954";
  color: #ff8d8d;
}

.icon-verify-no .path2:before {
  content: "\e955";
  margin-left: -1em;
  color: white;
}

.icon-verify-yes-sm:before {
  content: "\e956";
}

.icon-verify-yes .path1:before {
  content: "\e957";
  color: #4fa75d;
}

.icon-verify-yes .path2:before {
  content: "\e958";
  margin-left: -1em;
  color: white;
}

.icon-view:before {
  content: "\e959";
}

.icon-white-house:before {
  content: "\e95a";
}

@media (max-width: 767px) {
  .iso-grid {
    margin: 0 auto;
  }
  .grid-item {
    display: block;
  }
}

.grid-item {
  padding: 10px;
  cursor: pointer;
  overflow: hidden;
}

.grid-item .img-wrapper {
  height: 200px;
  overflow: hidden;
}

.grid-item .img-wrapper .img-bg {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .grid-item.short .img-wrapper {
    height: 200px;
  }
  .grid-item.tall .img-wrapper {
    height: 440px;
  }
}

@media (min-width: 992px) {
  .grid-item.short .img-wrapper {
    height: 300px;
  }
  .grid-item.tall .img-wrapper {
    height: 640px;
  }
}

.img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.grid-item:hover .img-overlay {
  opacity: 0;
}

.img-overlay:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.img-overlay.blue:after {
  background: rgba(63, 89, 126, 0.7);
}

.img-overlay.green:after {
  background: rgba(125, 135, 117, 0.7);
}

.img-overlay.red:after {
  background: rgba(228, 128, 112, 0.7);
}

.img-overlay.teal:after {
  background: rgba(106, 210, 189, 0.7);
}

.img-overlay.yellow:after {
  background: rgba(224, 159, 77, 0.7);
}

.img-overlay .img-title {
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-family: Argent CF;
  font-size: 25px;
  z-index: 3;
  line-height: 1;
}

@media (min-width: 768px) {
  .img-overlay .img-title {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .img-overlay .img-title {
    font-size: 36px;
  }
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  top: 12px;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  -o-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background-color: #D1D1D1;
  border-radius: 50%;
  top: -2px;
  left: -5px;
}

.noUi-horizontal:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background-color: #D1D1D1;
  border-radius: 50%;
  top: -2px;
  right: 0px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -17px;
  top: -8px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 15px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #D1D1D1;
}

.noUi-connect {
  background: #3FB8AF;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
          box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
          box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 2px solid #94918E;
  border-radius: 50%;
  background: #FFF;
  cursor: default;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  min-width: 80px;
  margin-left: 8px;
  padding: 15px 0px;
  position: absolute;
  border-radius: 3px;
  background: #94918E;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.noUi-tooltip:after {
  height: 0;
  width: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #94918E;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -62px;
  left: -41px;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -32px;
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%;
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%;
}

.select2-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.s2-select {
  opacity: 0;
}

.has-top-margin {
  /* this class is given - using jQuery - to the .cd-main-content following the .cd-secondary-nav when it becomes fixed */
}

@media (min-width: 768px) {
  .has-top-margin {
    margin-top: 82px;
  }
}

.cd-secondary-nav {
  display: none;
  margin-top: 30px;
  border-bottom: 1px solid #283748;
  text-align: center;
  position: relative;
  z-index: 14;
}

@media (min-width: 992px) {
  .cd-secondary-nav {
    display: block;
    height: 47px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.87);
  }
  .cd-secondary-nav.is-fixed {
    /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 95px;
    height: 47px;
    width: 100%;
  }
  .admin-bar .cd-secondary-nav.is-fixed {
    top: 127px;
  }
  .cd-secondary-nav.animate-children {
    /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .cd-secondary-nav.animate-children li a {
    padding: 26px 30px 0 30px;
  }
  .cd-secondary-nav.animate-children li a span {
    opacity: 0;
  }
}

.cd-secondary-nav ul {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-secondary-nav li a {
  padding: 10px 30px;
  border-bottom: 4px solid transparent;
}

.cd-secondary-nav li a:hover, .cd-secondary-nav li a.active {
  border-color: #283748;
}

.ninja-forms-cont .ninja-forms-required-items {
  display: none;
}

.ninja-forms-cont .ninja-forms-mp-nav-wrap {
  display: none;
}

.ninja-forms-cont .ninja-forms-mp-breadcrumb-active {
  background-color: #FDC50E;
}

.ninja-forms-cont .ninja-forms-form .ninja-forms-mp-breadcrumbs {
  display: none;
}

.ninja-forms-cont .ninja-forms-form-wrap label {
  font-weight: 300;
  margin-bottom: 0px;
  color: #696969;
}

.ninja-forms-cont .ninja-forms-form-wrap .text-wrap {
  margin: 30px 0 20px;
}

.ninja-forms-cont .ninja-forms-form-wrap .text-wrap input {
  padding: 15px 15px 10px 0;
}

.ninja-forms-cont .ninja-forms-form-wrap .list-dropdown-wrap {
  margin: 30px 0;
}

.ninja-forms-cont .ninja-forms-form-wrap .list-dropdown-wrap label {
  margin-bottom: 15px;
}

.ninja-forms-form-wrap .textarea-wrap textarea {
  min-height: 57px;
  padding-bottom: 10px !important;
  line-height: 1.5 !important;
}

.ninja-forms-form-wrap .input-counter {
  font-size: 13px;
  margin-top: 5px;
  font-style: italic;
}

.ninja-forms-form-wrap .ninja-forms-req-symbol {
  color: #FF6C6C;
}

.ninja-forms-form-wrap #yal-emails-notices .alert {
  margin-top: 20px;
}

.ninja-forms-mp-page .step_title-wrap .ca-step-heading {
  margin-bottom: 60px;
}

.ninja-forms-mp-page .step_title-wrap + .nf-desc {
  margin-bottom: 50px;
}

.ninja-forms-mp-page .step_title-wrap + .well {
  margin-top: -30px;
  margin-bottom: 30px;
}

.ninja-sidebar-wrap {
  position: relative;
  top: -97px;
  background-color: #F7F7F7;
}

.ns-header {
  padding: 34px 0 25px;
  text-align: center;
}

.ns-step-list {
  margin: 0;
}

.ns-step-item {
  padding: 24px 21px;
  position: relative;
  border-top: 1px solid #D7DCE1;
  cursor: pointer;
}

.ns-step-item.step-disable, .nf-tab-item.step-disable {
  cursor: default;
  pointer-events: none;
  opacity: .5;
}

.ns-step-number {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #696969;
  font-family: "Bebas Neue";
  font-size: 21px;
}

.ns-step-name {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
  color: black;
  font-weight: 300;
}

.ns-step-actions {
  color: #4FA75D;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-step-items,
.ninja-forms-mp-breadcrumb-active {
  background-color: #FBFBFB;
}

.sub-step-items-list {
  margin-top: -10px;
  padding: 0 0 30px 0;
}

.ns-substep-item {
  margin-left: 55px;
  padding: 4px 30px 5px 30px;
  position: relative;
  cursor: pointer;
}

.ns-substep-item .ns-step-actions {
  right: auto;
  left: 0;
}

.ns-substep-item .ns-step-complete {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ns-footer {
  padding: 30px 20px;
  border-top: 1px solid #D7DCE1;
}

.yal-drag-drop-files {
  border: 1px dashed black;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.yal-drag-drop-files .upload-divider,
.file_upload-wrap .upload-divider{
  position: relative;
}

.yal-drag-drop-files .upload-divider:before,
.file_upload-wrap .upload-divider:before{
  display: block;
  content: '';
  height: 1px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #B0B4BA;
  -webkit-transform: translate(-150%, -50%);
      -ms-transform: translate(-150%, -50%);
       -o-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
}

.yal-drag-drop-files .upload-divider:after,
.file_upload-wrap .upload-divider:after{
  display: block;
  content: '';
  height: 1px;
  width: 40px;
  position: absolute;
  top: 50%;
  right: 50%;
  background-color: #B0B4BA;
  -webkit-transform: translate(-webkit-calc(150% - 2px), -50%);
      -ms-transform: translate(calc(150% - 2px), -50%);
       -o-transform: translate(calc(150% - 2px), -50%);
          transform: translate(calc(150% - 2px), -50%);
}

.yal-drag-drop-files label.btn-primary, .yal-drag-drop-files .single-product .woocommerce-message label.button.wc-forward, .single-product .woocommerce-message .yal-drag-drop-files label.button.wc-forward, .yal-drag-drop-files .single-product .summary .cart label.single_add_to_cart_button, .single-product .summary .cart .yal-drag-drop-files label.single_add_to_cart_button {
  height: 46px;
  font-size: 14px;
  color: white;
}

.yal-drag-drop-files label.btn-primary strong, .yal-drag-drop-files .single-product .woocommerce-message label.button.wc-forward strong, .single-product .woocommerce-message .yal-drag-drop-files label.button.wc-forward strong, .yal-drag-drop-files .single-product .summary .cart label.single_add_to_cart_button strong, .single-product .summary .cart .yal-drag-drop-files label.single_add_to_cart_button strong {
  font-weight: 300;
}

.drag-title {
  color: #000000;
  font-family: "Abril Fatface";
  font-size: 18px;
}

.upload-divider {
  text-transform: uppercase;
  color: #999;
  margin: 40px 0;
  font-family: "Bebas Neue";
  font-size: 15px;
  letter-spacing: 3px;
}

.upload-divider:after, .upload-divider:before {
  content: '';
}

.ajax-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

label.browse-file-button {
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  display: inline-block !important;
}

#file-name {
  width: 70%;
  min-height: 3.65em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  padding: 0.65rem 1.25rem;
  border: 1px solid #ddd;
  padding: 14px 30px 12px;
  font-size: 1.25rem;
  text-align: left;
}

.is-dragover {
  background: #f7f7f7;
}

#pass-strength-result {
  display: none;
}

@media (min-width: 768px) {
  .col-half-wrap {
    width: 50%;
    float: left;
    padding-right: 30px;
  }
  .col-half-wrap.last-wrap {
    padding-right: 0;
  }
  .col-half-wrap.last-wrap:after:before, .col-half-wrap.last-wrap:after:after {
    content: " ";
    display: table;
  }
  .col-half-wrap.last-wrap:after:after {
    clear: both;
  }
  .col-one-third-wrap {
    width: 33.3333%;
    float: left;
    padding-right: 30px;
  }
  .col-one-third-wrap.last-wrap {
    padding-right: 0;
  }
  .col-one-third-wrap.last-wrap:after:before, .col-one-third-wrap.last-wrap:after:after {
    content: " ";
    display: table;
  }
  .col-one-third-wrap.last-wrap:after:after {
    clear: both;
  }
  .col-two-third-wrap {
    width: 66.6666%;
    float: left;
    padding-right: 30px;
  }
  .col-two-third-wrap.last-wrap {
    padding-right: 0;
  }
  .col-two-third-wrap.last-wrap:after:before, .col-two-third-wrap.last-wrap:after:after {
    content: " ";
    display: table;
  }
  .col-two-third-wrap.last-wrap:after:after {
    clear: both;
  }
}

.ninja-forms-cont .ninja-forms-form-wrap .list-dropdown-wrap.col-half-wrap label,
.ninja-forms-cont .ninja-forms-form-wrap .list-dropdown-wrap.col-one-third-wrap label,
.ninja-forms-cont .ninja-forms-form-wrap .list-dropdown-wrap.col-two-third-wrap label {
  margin-bottom: 0;
}

.push-label-wrap {
  margin-top: 30px;
}

.push-label-wrap > label {
  width: 100%;
  color: #7D8775;
  font-size: 14px;
  font-weight: 600 !important;
}

.push-label-wrap ul li {
  padding: 0px !important;
}

.push-label-wrap ul li label {
  width: 100%;
  padding: 13px 20px;
  border: 2px solid #D1D1D1;
  border-right: none;
  color: #7D7D7D;
  font-weight: 600 !important;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.push-label-wrap ul li label:hover {
  color: #fff;
  background-color: #7D8775;
  border-color: #7D8775;
}

.push-label-wrap ul li:first-child label {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.push-label-wrap ul li:last-child label {
  border-right: 2px solid #D1D1D1 !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.push-label-wrap ul li input[type="radio"] {
  opacity: 0 !important;
  position: absolute;
}

.push-label-wrap .label-active {
  color: #fff;
  background-color: #7D8775;
  border-color: #7D8775;
}

@media (min-width: 768px) {
  .push-label-wrap > label {
    display: inline-block !important;
    width: 30%;
    position: relative;
    top: 13px;
    text-align: right;
    padding-right: 15px;
  }
  .push-label-wrap ul {
    float: right !important;
    width: 70%;
  }
  .push-label-wrap ul li {
    width: 33%;
  }
}

.page-body {
  padding-top: 0;
}

@media (max-width: 768px) {
  .page-body {
    margin-top: 75px !important;
  }
  .page-header {
    background: rgba(43, 58, 74, 0.95) !important;
  }
}

.no-hero .page-body {
  padding-top: 50px;
}

.page-body .main > .vc_row {
  margin: 0;
}

.page-body .main > .vc_row > .vc_column_container > .vc_column-inner {
  padding: 0;
}

.relative-wrap {
  position: relative;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

/* Global Partials */
.page-body > .main > pre {
  margin-top: 0;
  padding-left: 100px;
  padding-top: 150px;
  background-color: ivory;
}

.page-body > .main > pre::before {
  display: block;
  content: '';
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #283748;
}

pre {
  padding-left: 50;
  padding-top: 50px;
  background-color: ivory;
}

input[type="text"],
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1px solid transparent;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:focus, textarea:focus, *:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #B0B4BA !important;
}

:-moz-placeholder {
  color: #B0B4BA !important;
}

::-moz-placeholder {
  color: #B0B4BA !important;
}

:-ms-input-placeholder {
  color: #B0B4BA !important;
}

label {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.form-group .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #C0BAAF;
  font-size: 20px;
}

.form-group.group-active .icon {
  color: #3F597E;
}

.form-control, 
.ninja-forms-form-wrap .text-wrap input, 
.ninja-forms-form-wrap .textarea-wrap textarea, 
#give_purchase_form_wrap .form-row input, 
.single-product .summary .cart .quantity input, 
.editfield input[type="text"], 
.editfield input[type="tel"], 
.editfield input[type="email"], 
.editfield input[type="password"], 
.editfield textarea, 
.standard-form input[type="text"], 
.standard-form textarea { 

  height: 60px;
  padding: 20px 15px 17px 0;
  border: none;
  border-bottom: 1px solid #D7DCE1;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000000;
  font-family: "Abril Fatface";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: border .33s ease-in-out;
  -o-transition: border .33s ease-in-out;
  transition: border .33s ease-in-out;

  -webkit-appearance: none !important;
  appearance: none !important;
}

.editfield .nf-field-label{ width: 100% !important; }

.form-control:focus, 
.ninja-forms-form-wrap .text-wrap input:focus, 
.ninja-forms-form-wrap .textarea-wrap textarea:focus, 
#give_purchase_form_wrap .form-row input:focus, 
.single-product .summary .cart .quantity input:focus, 
.editfield input[type="text"]:focus, 
.editfield input[type="tel"]:focus, 
.editfield input[type="password"]:focus, 
.editfield input[type="email"]:focus, 
.editfield textarea:focus, 
.standard-form input[type="text"]:focus, 
.standard-form textarea:focus, 
.form-control:hover, 
.ninja-forms-form-wrap .text-wrap input:hover, 
.ninja-forms-form-wrap .textarea-wrap textarea:hover, 
#give_purchase_form_wrap .form-row input:hover, 
.single-product .summary .cart .quantity input:hover, 
.editfield input[type="text"]:hover,
.editfield input[type="tel"]:hover, 
.editfield input[type="password"]:hover, 
.editfield input[type="email"]:hover, 
.editfield textarea:hover, 
.standard-form input[type="text"]:hover, 
.standard-form textarea:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #FDC50E;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.icon-input .form-control, .icon-input .ninja-forms-form-wrap .text-wrap input, .ninja-forms-form-wrap .text-wrap .icon-input input, .icon-input .ninja-forms-form-wrap .textarea-wrap textarea, .ninja-forms-form-wrap .textarea-wrap .icon-input textarea, .icon-input #give_purchase_form_wrap .form-row input, #give_purchase_form_wrap .form-row .icon-input input, .icon-input .single-product .summary .cart .quantity input, .single-product .summary .cart .quantity .icon-input input, .icon-input .editfield input[type="text"], .editfield .icon-input input[type="text"], .icon-input .editfield textarea, .editfield .icon-input textarea, .icon-input .standard-form input[type="text"], .standard-form .icon-input input[type="text"], .icon-input .standard-form textarea, .standard-form .icon-input textarea {
  padding-left: 45px;
}

textarea.form-control, .ninja-forms-form-wrap .textarea-wrap textarea, .editfield textarea, .standard-form textarea {
  padding-bottom: 0;
}

.form-control.default-border, .ninja-forms-form-wrap .text-wrap input.default-border, .ninja-forms-form-wrap .textarea-wrap textarea.default-border, #give_purchase_form_wrap .form-row input.default-border, .single-product .summary .cart .quantity input.default-border, .editfield input.default-border[type="text"], .editfield textarea.default-border, .standard-form input.default-border[type="text"], .standard-form textarea.default-border {
  border-bottom: 1px solid #D7DCE1;
}

.has-error .form-control, .has-error .ninja-forms-form-wrap .text-wrap input, .ninja-forms-form-wrap .text-wrap .has-error input, .has-error .ninja-forms-form-wrap .textarea-wrap textarea, .ninja-forms-form-wrap .textarea-wrap .has-error textarea, .has-error #give_purchase_form_wrap .form-row input, #give_purchase_form_wrap .form-row .has-error input, .has-error .single-product .summary .cart .quantity input, .single-product .summary .cart .quantity .has-error input, .has-error .editfield input[type="text"], .editfield .has-error input[type="text"], .has-error .editfield textarea, .editfield .has-error textarea, .has-error .standard-form input[type="text"], .standard-form .has-error input[type="text"], .has-error .standard-form textarea, .standard-form .has-error textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-pop {
  background-color: #EDEAE5;
  border-color: #D9D9D9;
}

.form-inline .input-group-addon {
  padding-right: 0;
  padding-left: 15px;
  background: #fff;
  border: none;
  border-radius: 0px;
  color: #FDC50E;
}

.form-inline input {
  border: none;
}

@media (max-width: 767px) {
  .form-inline .input-group-btn {
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 0;
    right: 0;
  }
}

.form-inline .btn, .form-inline .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .form-inline .button.wc-forward, .form-inline .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .form-inline .single_add_to_cart_button {
  height: 52px;
  width: 100%;
}

.text-label {
  color: #5694DF;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .label-wrap {
    text-align: right;
  }
}

legend {
  color: #B0B4BA;
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 3px;
  border-bottom: 0;
}

.radio-inline, .checkbox-inline {
  padding-left: 22px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 15px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -22px;
  top: -1px;
}

textarea::-webkit-input-placeholder {
  font-family: "Abril Fatface" !important;
}

textarea:-moz-placeholder {
  font-family: "Abril Fatface" !important;
}

textarea::-moz-placeholder {
  font-family: "Abril Fatface" !important;
}

textarea:-ms-input-placeholder {
  font-family: "Abril Fatface" !important;
}

textarea.form-control, .ninja-forms-form-wrap .textarea-wrap textarea, .editfield textarea, .standard-form textarea {
  resize: none !important;
  font-family: "Avenir W01", sans-serif;
}

body {
  background: #F7F7F7;
  background: white;
}

.card-shadow {
  -webkit-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.09) !important;
          box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.09) !important;
  background-color: white;
}

.card-shadow-alt {
  -webkit-box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.2) !important;
}

.dot-divider-md {
  margin-top: 20px;
}

.dot-divider-md .icon {
  color: #FDC50E;
  font-size: 4px;
}

.dashed-border {
  border: 1px dashed #D7DCE1;
}

.stripe-through {
  position: relative;
}

.stripe-through:before {
  display: block;
  content: '';
  height: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FDC50E;
}

@media (min-width: 768px) {
  .stripe-through:before {
    height: 10px;
  }
}

.stripe-through.top-offset:before {
  top: -webkit-calc(50% - 100px);
  top: calc(50% - 100px);
}

@media (max-width: 767px) {
  .stripe-through.top-offset:before {
    display: none;
  }
}

.stripe-through > ul, .stripe-through > div {
  position: relative;
}

.page-body {
  padding-top: 0;
}

.no-hero .page-body {
  padding-top: 50px;
}

.bg-white {
  background-color: white !important;
}

.bg-off-white, .bg-tan {
  background-color: #F7F7F7 !important;
}

.heading-section {
  margin-top: 120px;
  margin-bottom: 60px;
  text-align: center;
}

.heading-icon {
  color: #000000;
  font-size: 60px;
}

.heading-dotted {
  margin-bottom: 50px;
  position: relative;
}

.heading-dotted:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  color: #FDC50E;
  font-family: 'icomoon' !important;
  font-size: 4px;
}

.heading-regular {
  margin-bottom: 25px;
}

.heading-regular .h2 {
  margin-top: 12px;
}

.icon-fb-round {
  color: #3B5998;
}

.icon-dd-right:before, .icon-dd-left:before {
  display: inline-block;
  padding: 8px 6px;
  background-color: #FDC50E;
  color: white;
  font-size: 10px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.icon-dd-right:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon-dd-left:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-dd-right:hover:before, .icon-dd-left:hover:before {
  background-color: #fdcf36;
}

.icon-edit-square {
  font-size: 32px;
}

.icon-edit-square .path1:before {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.icon-inline-image {
  margin-right: 4px;
  top: 1px;
  font-size: 13px;
}

.icon-inline-edit {
  top: 2px;
}

#text-status-application [class^="icon-"], #text-status-application [class*=" icon-"] {
  margin: 0 2px;
}

#text-status-application .icon-status-reviewing {
  top: -1px;
}

.icon-arrow-down-box {
  color: black;
  font-size: 33px;
}

p[class^="text-"] [class^="icon-"], p[class^="text-"] [class*=" icon-"],
p[class*=" text-"] [class^="icon-"],
p[class*=" text-"] [class*=" icon-"] {
  top: 2px;
  font-size: 18px;
}

.icon-verify-yes-sm {
  top: 2px;
  font-size: 18px;
}

img {
  max-width: 100%;
  height: auto;
}

.img-wrap {
  display: inline-block;
}

.img-wrap img {
  width: 50%;
}

.img-md {
  height: 125px;
}

.img-lg {
  height: 200px;
  width: 100%;
}

.img-tiles {
  margin-bottom: 30px;
}

.bg-grey {
  background-color: #f1f1f1;
}

.bg-primary {
  background-color: #FDC50E;
}

.bg-primary-dark {
  background-color: #3F597E;
}

.repeat-x-bg {
  background-repeat: repeat-x !important;
}

.bottom-bg {
  background-position: center bottom !important;
}

.bottom-bg-offset {
  background-position: center 60% !important;
}

ol a, ul a {
  color: #696969;
}

ol a:hover, ol a:focus, ol a:active, ul a:hover, ul a:focus, ul a:active {
  color: #696969;
}

@media (min-width: 992px) {
  ol.split-list, ul.split-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  ol.split-list > li, ul.split-list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 30px;
  }
}

.list-arrows {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-arrows li {
  padding: 8px 0 8px 45px;
  position: relative;
}

.list-arrows li:before {
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: black;
  font-size: 22px;
}

.list-default li {
  margin-bottom: 15px;
}

.list-numbered, .content ol {
  counter-reset: li;
  /* Initiate a counter */
  margin: 0 0 30px;
  padding: 0;
}

.list-numbered > li, .content ol > li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px 4px 0;
  list-style: none;
}

.list-numbered > li:before, .content ol > li:before {
  content: "0" counter(li);
  counter-increment: li;
  /* Position and style the number */
  position: absolute;
  top: 0;
  left: -2em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 2em;
  letter-spacing: 2px;
  /* Some space between the number and the content in browsers that support
      generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px 4px 4px 0;
  color: black;
  font-family: "Bebas Neue";
}

.list-numbered > li:nth-child(n+10):before, .content ol > li:nth-child(n+10):before {
  content: counter(li);
}

.list-numbered li ol, .content ol li ol,
.list-numbered li ul, .content ol li ul {
  margin-top: 6px;
}

.list-numbered ol li:last-child, .content ol ol li:last-child {
  margin-bottom: 0;
}

.social-links-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-links-item {
  display: inline-block;
  vertical-align: middle;
  color: #B0B4BA;
}

.social-links-item a {
  color: #B0B4BA;
}

.table thead th {
  border: none;
  color: #7D8775;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.table tbody td {
  color: #FDC50E;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.table tbody td span {
  display: block;
}

.table tbody td:first-child {
  padding-right: 25px;
  color: #567088;
  font-size: 17px;
  font-weight: 600;
  text-align: right;
  text-transform: capitalize;
}

.table tbody td:first-child span {
  color: #7D8775;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.table tbody td:nth-child(even) {
  background-color: #D1D1C9;
}

.table > thead > tr > th {
  border-bottom: 1px dashed #D9A250;
}

.table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px dashed #D9A250;
  vertical-align: inherit;
}

@font-face {}html, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body {
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

p {
  margin-bottom: 36px;
  color: #333;
}

p a:not(.btn):not(.single-product .woocommerce-message .button.wc-forward):not(.single-product .summary .cart .single_add_to_cart_button),
p a.link {
  border-bottom: dashed 1px #696969;
  color: #696969 !important;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
}

p a:not(.btn):not(.single-product .woocommerce-message .button.wc-forward):not(.single-product .summary .cart .single_add_to_cart_button):hover, p a:not(.btn):not(.single-product .woocommerce-message .button.wc-forward):not(.single-product .summary .cart .single_add_to_cart_button):focus, p a:not(.btn):not(.single-product .woocommerce-message .button.wc-forward):not(.single-product .summary .cart .single_add_to_cart_button):active,
p a.link:hover,
p a.link:focus,
p a.link:active {
  border-bottom: dashed 1px #696969;
  color: #696969 !important;
}

.h1 {
  color: #000;
  font-family: "Abril Fatface";
  font-size: 32px;
  line-height: 1.25;
}

.home .h1 {
  font-size: 44px;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 44px;
  }
}

.h2 {
  margin-top: 20px;
  color: #000;
  font-family: "Abril Fatface";
  font-size: 32px;
  line-height: 1.25;
}

.h3, .checkout-wrapper h3, .single-product .summary .product_title, .single-product .related h2, .post-type-archive-product .woocommerce-result-count, .thankyou-wrapper .woocommerce-thankyou-order-received, .thankyou-wrapper h2 {
  color: #000;
  font-family: "Abril Fatface";
  font-size: 21px;
  line-height: 1.25;
}

.h3.alt-color, .checkout-wrapper h3.alt-color, .single-product .summary .alt-color.product_title, .single-product .related h2.alt-color, .post-type-archive-product .alt-color.woocommerce-result-count, .thankyou-wrapper .alt-color.woocommerce-thankyou-order-received, .thankyou-wrapper h2.alt-color {
  color: #7D8775 !important;
}

.h4 {
  color: #000;
  font-family: "Abril Fatface";
  font-size: 18px;
  line-height: 1.35;
}

.h4.alt-color {
  color: #7D8775 !important;
}

.h5, .single-product .woocommerce-breadcrumb, .side-panel aside .widgettitle {
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: normal;
}

.lead.lead-sm {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.lead.lead-md {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

@media (min-width: 768px) {
  .lead.lead-md {
    font-size: 20px;
    line-height: 38px;
  }
}

.lead .strong {
  font-weight: 800;
}

.content h1, .content h2 {
  color: black;
  font-family: "Abril Fatface";
  font-weight: 400;
}

.content h2 {
  font-size: 32px;
}

.content h3 {
  margin-top: 30px;
  font-family: "Bebas Neue";
  font-size: 21px;
  font-weight: normal;
  color: #696969;
  letter-spacing: -0.23px;
}

.content ol {
  margin-left: 40px;
}

.content blockquote {
  margin: 60px 0 40px;
  position: relative;
  text-align: center;
  border-left: 0;
  font-family: "Bebas Neue";
  color: black;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.44px;
}

.content blockquote p {
  color: black;
}

.content blockquote:before {
  display: inline-block;
  content: '';
  height: 3px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FDC50E;
}

.content figure figcaption {
  color: #696969;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.text-light,
.text-white {
  color: white !important;
}

.text-light p,
.text-white p {
  color: white !important;
}

.text-grey {
  color: #B0B4BA !important;
}

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

.text-primary {
  color: #FDC50E !important;
}

.text-blue {
  color: dodgerblue !important;
}

.heading-lg {
  color: #FDC50E;
  font-family: "Avenir W01", sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 46px;
}

.sub-heading {
  margin-bottom: 15px;
  color: #FDC50E;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .sub-heading {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.heading-lesser {
  color: #5694DF;
  font-family: "Avenir W01", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.heavy {
  color: #577087;
  font-size: 18px;
  font-weight: 600;
}

.account-menu-wrap {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #283748;
  padding: 0 0 0 10px;
  line-height: 22px;
}

.account-menu-wrap .nav > li > a {
  color: white;
  font-size: 14px;
  font-weight: 300;
  outline: none;
}

.account-logged-in .dropdown-toggle {
  padding: 5px 0 5px 15px;
}

.account-logged-in .dropdown-toggle img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.account-logged-in .dropdown-toggle .caret {
  height: 17px;
  width: 16px;
  margin: 0 0 0 0px;
  padding: 5px 3px 5px;
  background: #283748;
  border: none;
  color: #ffffff;
  font-size: 7px;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
}

.open .account-logged-in .dropdown-toggle .caret {
  background-color: #FDC50E;
}

.account-menu-dropdown {
  width: 250px;
  top: 120%;
  text-align: center;
}

.account-menu-dropdown .menu-item {
  display: block;
}

.account-menu-dropdown .menu-item > a {
  padding: 7px 15px;
  color: #B0B4BA;
  font-family: "Bebas Neue";
  letter-spacing: 3px;
}

.account-menu-dropdown .menu-item > a:hover, .account-menu-dropdown .menu-item > a:focus, .account-menu-dropdown .menu-item > a:active {
  background: none !important;
}

.account-menu-dropdown .dropdown-menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 20px;
  text-align: left;
  border-top: 1px solid #D7DCE1;
}

.account-menu-dropdown .avatar-wrap {
  margin-right: 15px;
  padding: 0;
}

.account-menu-dropdown .avatar-wrap:hover, .account-menu-dropdown .avatar-wrap:focus, .account-menu-dropdown .avatar-wrap:active {
  background: none !important;
}

.account-menu-dropdown .avatar-wrap img {
  border-radius: 50%;
}

.account-menu-dropdown .account-name {
  color: #000000;
  font-weight: 600;
}

.account-menu-dropdown .account-meta a {
  padding: 0 0 3px;
  color: #696969;
  font-family: "Avenir W01", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
}

@media (min-width: 992px) {
  .account-modal .modal-dialog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.alert {
  position: relative;
  font-weight: 400;
}

.alert.w-icon {
  padding: 20px 25px 18px 68px;
  position: relative;
}

.alert.w-icon.alert-dismissible {
  padding: 20px 60px 18px 68px;
}

.alert.w-icon:before {
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  font-size: 32px;
  -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.11);
}

.alert a {
  color: white;
  border-bottom: 1px dashed white;
}

.alert p {
  color: white;
}

.alert p a {
  color: white !important;
  border-bottom: 1px dashed white;
}

.alert p a:hover, .alert p a:focus, .alert p a:active {
  color: white !important;
  border-bottom: 1px dashed white;
}

.alert .close {
  position: absolute;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.alert .close:before {
  font-weight: 600;
  font-size: 12px;
}

.alert-default {
  background-color: #F7F7F7;
  color: #696969;
}

.alert-default a {
  color: #696969;
  border-bottom: 1px dashed #696969;
}

.alert-default a:hover, .alert-default a:focus, .alert-default a:active {
  border-bottom: 1px dashed #696969;
  color: #696969;
}

.bg-gradient-blue {
  background: #3B5169;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4E6A88), to(#3B5169));
  background-image: -webkit-linear-gradient(top, #4E6A88 0%, #3B5169 100%);
  background-image: -o-linear-gradient(top, #4E6A88 0%, #3B5169 100%);
  background-image: linear-gradient(-180deg, #4E6A88 0%, #3B5169 100%);
}

.box-shadow {
  -webkit-box-shadow: 0px 26px 44px 0px rgba(58, 64, 79, 0.07);
          box-shadow: 0px 26px 44px 0px rgba(58, 64, 79, 0.07);
}

.label {
  padding: .3em .6em .3em;
  position: relative;
  top: -1px;
  letter-spacing: 1px;
}

.h1 .label, .h2 .label, .h3 .label, .checkout-wrapper h3 .label, .single-product .summary .product_title .label, .single-product .related h2 .label, .post-type-archive-product .woocommerce-result-count .label, .thankyou-wrapper .woocommerce-thankyou-order-received .label, .thankyou-wrapper h2 .label, .h4 .label {
  font-family: "Avenir W01", sans-serif;
}

.badge {
  margin-left: 4px;
  margin-right: 2px;
  padding: 6px 8px 5px;
  position: relative;
  top: -1px;
  border-radius: 100px;
  font-family: "Avenir W01", sans-serif;
  font-size: 0.7375em;
}

.badge.badge-round {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.75em;
  width: 1.75em;
  padding: 0;
  border-radius: 50%;
}

.badge.badge-default {
  background-color: #B0B4BA;
}

.badge.badge-primary {
  background-color: #FDC50E;
}

.badge.badge-success {
  background-color: #4FA75D;
}

.badge.badge-info {
  background-color: #5694DF;
}

.badge.badge-warning {
  background-color: #FDC50E;
}

.badge.badge-danger {
  background-color: #FF6C6C;
}

.bar-filters {
  margin-bottom: 50px;
}

.btn, .single-product .woocommerce-message .button.wc-forward, .single-product .summary .cart .single_add_to_cart_button, .give-btn {
  background-image: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #B0B4BA;
  font-family: "Bebas Neue";
  letter-spacing: 2.25px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-style: solid;
}

.btn:active, .give-btn:active, .single-product .woocommerce-message .button.wc-forward:active, .single-product .summary .cart .single_add_to_cart_button:active, .btn.active, .single-product .woocommerce-message .active.button.wc-forward, .single-product .summary .cart .active.single_add_to_cart_button {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus, .give-btn:focus, .single-product .woocommerce-message .button.wc-forward:focus, .single-product .summary .cart .single_add_to_cart_button:focus {
  outline: none !important;
}

.btn.disabled, .single-product .woocommerce-message .disabled.button.wc-forward, .single-product .summary .cart .disabled.single_add_to_cart_button, .btn[disabled], .single-product .woocommerce-message [disabled].button.wc-forward, .single-product .summary .cart [disabled].single_add_to_cart_button,
fieldset[disabled] .btn,
fieldset[disabled] .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message
fieldset[disabled] .button.wc-forward,
fieldset[disabled] .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart
fieldset[disabled] .single_add_to_cart_button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn, .give-btn, .single-product .woocommerce-message .button.wc-forward, .single-product .summary .cart .single_add_to_cart_button {
  padding: 14px 30px 12px;
  font-size: 16px;
}

.btn-xs {
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 300;
  border-width: 1px !important;
}

.btn-sm {
  padding: 8px 20px 7px;
  font-size: 14px;
}

.give-btn{
  border-width: 1px;
}

.btn-lg {
  padding: 18px 32px;
  font-size: 17px;
}

.btn-narrow {
  padding: 14px 18px 12px;
}

.btn-narrow-sm {
  padding: 8px 14px 7px;
}

.btn-narrow-lg {
  padding: 20px;
}

.w-85px {
  width: 85px !important;
  padding-right: 0;
  padding-left: 0;
}

.btn, .give-btn, .single-product .woocommerce-message .button.wc-forward, .single-product .summary .cart .single_add_to_cart_button {
  background-color: transparent;
  border-color: transparent;
  color: #696969;
}

.btn:hover, .give-btn:hover, .single-product .woocommerce-message .button.wc-forward:hover, .single-product .summary .cart .single_add_to_cart_button:hover, .btn:focus, .single-product .woocommerce-message .button.wc-forward:focus, .single-product .summary .cart .single_add_to_cart_button:focus, .btn:active:focus, .single-product .woocommerce-message .button.wc-forward:active:focus, .single-product .summary .cart .single_add_to_cart_button:active:focus {
  background-color: rgba(20, 20, 20, 0);
  border-color: rgba(20, 20, 20, 0);
  color: #696969;
  text-decoration: none;
}

.btn:active .give-btn:active, .single-product .woocommerce-message .button.wc-forward:active, .single-product .summary .cart .single_add_to_cart_button:active, .btn.active, .single-product .woocommerce-message .active.button.wc-forward, .single-product .summary .cart .active.single_add_to_cart_button {
  background-color: rgba(20, 20, 20, 0);
  border-color: rgba(20, 20, 20, 0);
}

.btn.disabled, .single-product .woocommerce-message .disabled.button.wc-forward, .single-product .summary .cart .disabled.single_add_to_cart_button, .btn.disabled:hover, .single-product .woocommerce-message .disabled.button.wc-forward:hover, .single-product .summary .cart .disabled.single_add_to_cart_button:hover, .btn.disabled:focus, .single-product .woocommerce-message .disabled.button.wc-forward:focus, .single-product .summary .cart .disabled.single_add_to_cart_button:focus, .btn.disabled.focus, .single-product .woocommerce-message .disabled.focus.button.wc-forward, .single-product .summary .cart .disabled.focus.single_add_to_cart_button, .btn.disabled:active, .single-product .woocommerce-message .disabled.button.wc-forward:active, .single-product .summary .cart .disabled.single_add_to_cart_button:active, .btn.disabled.active, .single-product .woocommerce-message .disabled.active.button.wc-forward, .single-product .summary .cart .disabled.active.single_add_to_cart_button, .btn[disabled], .single-product .woocommerce-message [disabled].button.wc-forward, .single-product .summary .cart [disabled].single_add_to_cart_button, .btn[disabled]:hover, .single-product .woocommerce-message [disabled].button.wc-forward:hover, .single-product .summary .cart [disabled].single_add_to_cart_button:hover, .btn[disabled]:focus, .single-product .woocommerce-message [disabled].button.wc-forward:focus, .single-product .summary .cart [disabled].single_add_to_cart_button:focus, .btn[disabled].focus, .single-product .woocommerce-message [disabled].focus.button.wc-forward, .single-product .summary .cart [disabled].focus.single_add_to_cart_button, .btn[disabled]:active, .single-product .woocommerce-message [disabled].button.wc-forward:active, .single-product .summary .cart [disabled].single_add_to_cart_button:active, .btn[disabled].active, .single-product .woocommerce-message [disabled].active.button.wc-forward, .single-product .summary .cart [disabled].active.single_add_to_cart_button,
fieldset[disabled] .btn,
fieldset[disabled] .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message
fieldset[disabled] .button.wc-forward,
fieldset[disabled] .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart
fieldset[disabled] .single_add_to_cart_button,
fieldset[disabled] .btn:hover,
fieldset[disabled] .single-product .woocommerce-message .button.wc-forward:hover, .single-product .woocommerce-message
fieldset[disabled] .button.wc-forward:hover,
fieldset[disabled] .single-product .summary .cart .single_add_to_cart_button:hover, .single-product .summary .cart
fieldset[disabled] .single_add_to_cart_button:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .single-product .woocommerce-message .button.wc-forward:focus, .single-product .woocommerce-message
fieldset[disabled] .button.wc-forward:focus,
fieldset[disabled] .single-product .summary .cart .single_add_to_cart_button:focus, .single-product .summary .cart
fieldset[disabled] .single_add_to_cart_button:focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] .single-product .woocommerce-message .focus.button.wc-forward, .single-product .woocommerce-message
fieldset[disabled] .focus.button.wc-forward,
fieldset[disabled] .single-product .summary .cart .focus.single_add_to_cart_button, .single-product .summary .cart
fieldset[disabled] .focus.single_add_to_cart_button,
fieldset[disabled] .btn:active,
fieldset[disabled] .single-product .woocommerce-message .button.wc-forward:active, .single-product .woocommerce-message
fieldset[disabled] .button.wc-forward:active,
fieldset[disabled] .single-product .summary .cart .single_add_to_cart_button:active, .single-product .summary .cart
fieldset[disabled] .single_add_to_cart_button:active,
fieldset[disabled] .btn.active,
fieldset[disabled] .single-product .woocommerce-message .active.button.wc-forward, .single-product .woocommerce-message
fieldset[disabled] .active.button.wc-forward,
fieldset[disabled] .single-product .summary .cart .active.single_add_to_cart_button, .single-product .summary .cart
fieldset[disabled] .active.single_add_to_cart_button {
  background-color: rgba(38, 38, 38, 0);
}

.btn-default {
  background-color: #D7DCE1;
  border-color: #D7DCE1;
  color: black;
}

.btn-default:hover, .btn-default:focus, .btn-default:active:focus {
  background-color: #eef0f2;
  border-color: #eef0f2;
  color: black;
  text-decoration: none;
}

.btn-default:active, .btn-default.active {
  background-color: #eef0f2;
  border-color: #eef0f2;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: white;
}

.btn-light {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.btn-light:hover, .btn-light:focus, .btn-light:active:focus {
  background-color: white;
  border-color: white;
  color: #333;
  text-decoration: none;
}

.btn-light:active, .btn-light.active {
  background-color: white;
  border-color: white;
}

.btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light.disabled:active, .btn-light.disabled.active, .btn-light[disabled], .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus, .btn-light[disabled]:active, .btn-light[disabled].active,
fieldset[disabled] .btn-light,
fieldset[disabled] .btn-light:hover,
fieldset[disabled] .btn-light:focus,
fieldset[disabled] .btn-light.focus,
fieldset[disabled] .btn-light:active,
fieldset[disabled] .btn-light.active {
  background-color: white;
}

.btn-dark {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active:focus {
  background-color: #141414;
  border-color: #141414;
  color: #FFF;
  text-decoration: none;
}

.btn-dark:active, .btn-dark.active {
  background-color: #141414;
  border-color: #141414;
}

.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, .btn-dark[disabled]:active, .btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
  background-color: #262626;
}

.btn-primary, .single-product .woocommerce-message .button.wc-forward, .single-product .summary .cart .single_add_to_cart_button, .give-submit {
  background-color: #FDC50E;
  border-color: #FDC50E;
  color: #FFF;
}

.btn-primary:hover, .give-submit:hover, .single-product .woocommerce-message .button.wc-forward:hover, .single-product .summary .cart .single_add_to_cart_button:hover, .btn-primary:focus, .single-product .woocommerce-message .button.wc-forward:focus, .single-product .summary .cart .single_add_to_cart_button:focus, .btn-primary:active:focus, .single-product .woocommerce-message .button.wc-forward:active:focus, .single-product .summary .cart .single_add_to_cart_button:active:focus {
  background-color: #fdcf36;
  border-color: #fdcf36;
  color: #FFF;
  text-decoration: none;
}

.btn-primary:active, .give-submit:active, .single-product .woocommerce-message .button.wc-forward:active, .single-product .summary .cart .single_add_to_cart_button:active, .btn-primary.active, .single-product .woocommerce-message .active.button.wc-forward, .single-product .summary .cart .active.single_add_to_cart_button {
  background-color: #fdcf36;
  border-color: #fdcf36;
}

.btn-primary.disabled, .single-product .woocommerce-message .disabled.button.wc-forward, .single-product .summary .cart .disabled.single_add_to_cart_button, .btn-primary.disabled:hover, .single-product .woocommerce-message .disabled.button.wc-forward:hover, .single-product .summary .cart .disabled.single_add_to_cart_button:hover, .btn-primary.disabled:focus, .single-product .woocommerce-message .disabled.button.wc-forward:focus, .single-product .summary .cart .disabled.single_add_to_cart_button:focus, .btn-primary.disabled.focus, .single-product .woocommerce-message .disabled.focus.button.wc-forward, .single-product .summary .cart .disabled.focus.single_add_to_cart_button, .btn-primary.disabled:active, .single-product .woocommerce-message .disabled.button.wc-forward:active, .single-product .summary .cart .disabled.single_add_to_cart_button:active, .btn-primary.disabled.active, .single-product .woocommerce-message .disabled.active.button.wc-forward, .single-product .summary .cart .disabled.active.single_add_to_cart_button, .btn-primary[disabled], .single-product .woocommerce-message [disabled].button.wc-forward, .single-product .summary .cart [disabled].single_add_to_cart_button, .btn-primary[disabled]:hover, .single-product .woocommerce-message [disabled].button.wc-forward:hover, .single-product .summary .cart [disabled].single_add_to_cart_button:hover, .btn-primary[disabled]:focus, .single-product .woocommerce-message [disabled].button.wc-forward:focus, .single-product .summary .cart [disabled].single_add_to_cart_button:focus, .btn-primary[disabled].focus, .single-product .woocommerce-message [disabled].focus.button.wc-forward, .single-product .summary .cart [disabled].focus.single_add_to_cart_button, .btn-primary[disabled]:active, .single-product .woocommerce-message [disabled].button.wc-forward:active, .single-product .summary .cart [disabled].single_add_to_cart_button:active, .btn-primary[disabled].active, .single-product .woocommerce-message [disabled].active.button.wc-forward, .single-product .summary .cart [disabled].active.single_add_to_cart_button,
fieldset[disabled] .btn-primary,
fieldset[disabled] .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message
fieldset[disabled] .button.wc-forward,
fieldset[disabled] .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart
fieldset[disabled] .single_add_to_cart_button,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .single-product .woocommerce-message .button.wc-forward:hover, .single-product .woocommerce-message
fieldset[disabled] .button.wc-forward:hover,
fieldset[disabled] .single-product .summary .cart .single_add_to_cart_button:hover, .single-product .summary .cart
fieldset[disabled] .single_add_to_cart_button:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .single-product .woocommerce-message .button.wc-forward:focus, .single-product .woocommerce-message
fieldset[disabled] .button.wc-forward:focus,
fieldset[disabled] .single-product .summary .cart .single_add_to_cart_button:focus, .single-product .summary .cart
fieldset[disabled] .single_add_to_cart_button:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .single-product .woocommerce-message .focus.button.wc-forward, .single-product .woocommerce-message
fieldset[disabled] .focus.button.wc-forward,
fieldset[disabled] .single-product .summary .cart .focus.single_add_to_cart_button, .single-product .summary .cart
fieldset[disabled] .focus.single_add_to_cart_button,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .single-product .woocommerce-message .button.wc-forward:active, .single-product .woocommerce-message
fieldset[disabled] .button.wc-forward:active,
fieldset[disabled] .single-product .summary .cart .single_add_to_cart_button:active, .single-product .summary .cart
fieldset[disabled] .single_add_to_cart_button:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .single-product .woocommerce-message .active.button.wc-forward, .single-product .woocommerce-message
fieldset[disabled] .active.button.wc-forward,
fieldset[disabled] .single-product .summary .cart .active.single_add_to_cart_button, .single-product .summary .cart
fieldset[disabled] .active.single_add_to_cart_button {
  background-color: #fed75a;
}

.btn-secondary {
  background-color: #283748;
  border-color: #283748;
  color: #FFF;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active:focus {
  background-color: #374b62;
  border-color: #374b62;
  color: #FFF;
  text-decoration: none;
}

.btn-secondary:active, .btn-secondary.active {
  background-color: #374b62;
  border-color: #374b62;
}

.btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary.active {
  background-color: #435d79;
}

.btn-secondary-alt {
  background-color: #3B5169;
  border-color: #3B5169;
  color: #FDC50E;
}

.btn-secondary-alt:hover, .btn-secondary-alt:focus, .btn-secondary-alt:active:focus {
  background-color: #4a6583;
  border-color: #4a6583;
  color: #FDC50E;
  text-decoration: none;
}

.btn-secondary-alt:active, .btn-secondary-alt.active {
  background-color: #4a6583;
  border-color: #4a6583;
}

.btn-secondary-alt.disabled, .btn-secondary-alt.disabled:hover, .btn-secondary-alt.disabled:focus, .btn-secondary-alt.disabled.focus, .btn-secondary-alt.disabled:active, .btn-secondary-alt.disabled.active, .btn-secondary-alt[disabled], .btn-secondary-alt[disabled]:hover, .btn-secondary-alt[disabled]:focus, .btn-secondary-alt[disabled].focus, .btn-secondary-alt[disabled]:active, .btn-secondary-alt[disabled].active,
fieldset[disabled] .btn-secondary-alt,
fieldset[disabled] .btn-secondary-alt:hover,
fieldset[disabled] .btn-secondary-alt:focus,
fieldset[disabled] .btn-secondary-alt.focus,
fieldset[disabled] .btn-secondary-alt:active,
fieldset[disabled] .btn-secondary-alt.active {
  background-color: #57779a;
}

.btn-tertiary {
  background-color: #5694DF;
  border-color: #5694DF;
  color: #FFF;
}

.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active:focus {
  background-color: #78aae5;
  border-color: #78aae5;
  color: #FFF;
  text-decoration: none;
}

.btn-tertiary:active, .btn-tertiary.active {
  background-color: #78aae5;
  border-color: #78aae5;
}

.btn-tertiary.disabled, .btn-tertiary.disabled:hover, .btn-tertiary.disabled:focus, .btn-tertiary.disabled.focus, .btn-tertiary.disabled:active, .btn-tertiary.disabled.active, .btn-tertiary[disabled], .btn-tertiary[disabled]:hover, .btn-tertiary[disabled]:focus, .btn-tertiary[disabled].focus, .btn-tertiary[disabled]:active, .btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary,
fieldset[disabled] .btn-tertiary:hover,
fieldset[disabled] .btn-tertiary:focus,
fieldset[disabled] .btn-tertiary.focus,
fieldset[disabled] .btn-tertiary:active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #96bdeb;
}

.btn-success {
  background-color: #4FA75D;
  border-color: #4FA75D;
  color: #FFF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active:focus {
  background-color: #67b774;
  border-color: #67b774;
  color: #FFF;
  text-decoration: none;
}

.btn-success:active, .btn-success.active {
  background-color: #67b774;
  border-color: #67b774;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #80c38a;
}

.btn-info {
  background-color: #5694DF;
  border-color: #5694DF;
  color: #FFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active:focus {
  background-color: #78aae5;
  border-color: #78aae5;
  color: #FFF;
  text-decoration: none;
}

.btn-info:active, .btn-info.active {
  background-color: #78aae5;
  border-color: #78aae5;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #96bdeb;
}

.btn-warning {
  background-color: #FDC50E;
  border-color: #FDC50E;
  color: #FFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus {
  background-color: #fdcf36;
  border-color: #fdcf36;
  color: #FFF;
  text-decoration: none;
}

.btn-warning:active, .btn-warning.active {
  background-color: #fdcf36;
  border-color: #fdcf36;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #fed75a;
}

.btn-danger {
  background-color: #FF6C6C;
  border-color: #FF6C6C;
  color: #FFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active:focus {
  background-color: #ff9595;
  border-color: #ff9595;
  color: #FFF;
  text-decoration: none;
}

.btn-danger:active, .btn-danger.active {
  background-color: #ff9595;
  border-color: #ff9595;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ffb9b9;
}

.btn-default-inverse, .give-cancel-login {
  background-color: transparent;
  border-color: #D7DCE1;
  border-style: solid;
  border-width: 2px;
  color: #696969;
  border-width: 1px;
}

.btn-default-inverse:hover, .btn-default-inverse:focus, .btn-default-inverse:hover:focus,
.give-cancel-login:hover, .give-cancel-login:focus, .give-cancel-login:hover:focus {
  background-color: #D7DCE1;
  border-color: #D7DCE1;
  color: white;
}

.btn-default-inverse:active, .btn-default-inverse.active {
  background-color: #D7DCE1;
  border-color: #D7DCE1;
}

.btn-default-inverse.disabled, .btn-default-inverse.disabled:hover, .btn-default-inverse.disabled:focus, .btn-default-inverse.disabled.focus, .btn-default-inverse.disabled:active, .btn-default-inverse.disabled.active, .btn-default-inverse[disabled], .btn-default-inverse[disabled]:hover, .btn-default-inverse[disabled]:focus, .btn-default-inverse[disabled].focus, .btn-default-inverse[disabled]:active, .btn-default-inverse[disabled].active,
fieldset[disabled] .btn-default-inverse,
fieldset[disabled] .btn-default-inverse:hover,
fieldset[disabled] .btn-default-inverse:focus,
fieldset[disabled] .btn-default-inverse.focus,
fieldset[disabled] .btn-default-inverse:active,
fieldset[disabled] .btn-default-inverse.active {
  background-color: transparent;
}

.btn-default-inverse.active {
  background-color: #FDC50E;
  border-color: #FDC50E;
  color: white;
}

.btn-light-inverse {
  background-color: transparent;
  border-color: white;
  border-width: 2px;
  color: white;
}

.btn-light-inverse:hover, .btn-light-inverse:focus, .btn-light-inverse:hover:focus {
  background-color: white;
  border-color: white;
  color: white;
}

.btn-light-inverse:active, .btn-light-inverse.active {
  background-color: white;
  border-color: white;
}

.btn-light-inverse.disabled, .btn-light-inverse.disabled:hover, .btn-light-inverse.disabled:focus, .btn-light-inverse.disabled.focus, .btn-light-inverse.disabled:active, .btn-light-inverse.disabled.active, .btn-light-inverse[disabled], .btn-light-inverse[disabled]:hover, .btn-light-inverse[disabled]:focus, .btn-light-inverse[disabled].focus, .btn-light-inverse[disabled]:active, .btn-light-inverse[disabled].active,
fieldset[disabled] .btn-light-inverse,
fieldset[disabled] .btn-light-inverse:hover,
fieldset[disabled] .btn-light-inverse:focus,
fieldset[disabled] .btn-light-inverse.focus,
fieldset[disabled] .btn-light-inverse:active,
fieldset[disabled] .btn-light-inverse.active {
  background-color: transparent;
}

.btn-light-inverse:focus, .btn-light-inverse:hover {
  color: #000;
}

.btn-dark-inverse {
  background-color: transparent;
  border-color: #000;
  border-width: 2px;
  color: #000;
}

.btn-dark-inverse:hover, .btn-dark-inverse:focus, .btn-dark-inverse:hover:focus {
  background-color: #000;
  border-color: #000;
  color: white;
}

.btn-dark-inverse:active, .btn-dark-inverse.active {
  background-color: #000;
  border-color: #000;
}

.btn-dark-inverse.disabled, .btn-dark-inverse.disabled:hover, .btn-dark-inverse.disabled:focus, .btn-dark-inverse.disabled.focus, .btn-dark-inverse.disabled:active, .btn-dark-inverse.disabled.active, .btn-dark-inverse[disabled], .btn-dark-inverse[disabled]:hover, .btn-dark-inverse[disabled]:focus, .btn-dark-inverse[disabled].focus, .btn-dark-inverse[disabled]:active, .btn-dark-inverse[disabled].active,
fieldset[disabled] .btn-dark-inverse,
fieldset[disabled] .btn-dark-inverse:hover,
fieldset[disabled] .btn-dark-inverse:focus,
fieldset[disabled] .btn-dark-inverse.focus,
fieldset[disabled] .btn-dark-inverse:active,
fieldset[disabled] .btn-dark-inverse.active {
  background-color: transparent;
}

.btn-primary-inverse {
  background-color: transparent;
  border-color: #FDC50E;
  border-width: 2px;
  color: #FDC50E;
}

.btn-primary-inverse:hover, .btn-primary-inverse:focus, .btn-primary-inverse:hover:focus {
  background-color: #FDC50E;
  border-color: #FDC50E;
  color: white;
}

.btn-primary-inverse:active, .btn-primary-inverse.active {
  background-color: #FDC50E;
  border-color: #FDC50E;
}

.btn-primary-inverse.disabled, .btn-primary-inverse.disabled:hover, .btn-primary-inverse.disabled:focus, .btn-primary-inverse.disabled.focus, .btn-primary-inverse.disabled:active, .btn-primary-inverse.disabled.active, .btn-primary-inverse[disabled], .btn-primary-inverse[disabled]:hover, .btn-primary-inverse[disabled]:focus, .btn-primary-inverse[disabled].focus, .btn-primary-inverse[disabled]:active, .btn-primary-inverse[disabled].active,
fieldset[disabled] .btn-primary-inverse,
fieldset[disabled] .btn-primary-inverse:hover,
fieldset[disabled] .btn-primary-inverse:focus,
fieldset[disabled] .btn-primary-inverse.focus,
fieldset[disabled] .btn-primary-inverse:active,
fieldset[disabled] .btn-primary-inverse.active {
  background-color: transparent;
}

.btn-secondary-inverse {
  background-color: transparent;
  border-color: #283748;
  border-width: 2px;
  color: #283748;
}

.btn-secondary-inverse:hover, .btn-secondary-inverse:focus, .btn-secondary-inverse:hover:focus {
  background-color: #283748;
  border-color: #283748;
  color: white;
}

.btn-secondary-inverse:active, .btn-secondary-inverse.active {
  background-color: #283748;
  border-color: #283748;
}

.btn-secondary-inverse.disabled, .btn-secondary-inverse.disabled:hover, .btn-secondary-inverse.disabled:focus, .btn-secondary-inverse.disabled.focus, .btn-secondary-inverse.disabled:active, .btn-secondary-inverse.disabled.active, .btn-secondary-inverse[disabled], .btn-secondary-inverse[disabled]:hover, .btn-secondary-inverse[disabled]:focus, .btn-secondary-inverse[disabled].focus, .btn-secondary-inverse[disabled]:active, .btn-secondary-inverse[disabled].active,
fieldset[disabled] .btn-secondary-inverse,
fieldset[disabled] .btn-secondary-inverse:hover,
fieldset[disabled] .btn-secondary-inverse:focus,
fieldset[disabled] .btn-secondary-inverse.focus,
fieldset[disabled] .btn-secondary-inverse:active,
fieldset[disabled] .btn-secondary-inverse.active {
  background-color: transparent;
}

.btn-tertiary-inverse {
  background-color: transparent;
  border-color: #5694DF;
  border-width: 2px;
  color: #5694DF;
}

.btn-tertiary-inverse:hover, .btn-tertiary-inverse:focus, .btn-tertiary-inverse:hover:focus {
  background-color: #5694DF;
  border-color: #5694DF;
  color: white;
}

.btn-tertiary-inverse:active, .btn-tertiary-inverse.active {
  background-color: #5694DF;
  border-color: #5694DF;
}

.btn-tertiary-inverse.disabled, .btn-tertiary-inverse.disabled:hover, .btn-tertiary-inverse.disabled:focus, .btn-tertiary-inverse.disabled.focus, .btn-tertiary-inverse.disabled:active, .btn-tertiary-inverse.disabled.active, .btn-tertiary-inverse[disabled], .btn-tertiary-inverse[disabled]:hover, .btn-tertiary-inverse[disabled]:focus, .btn-tertiary-inverse[disabled].focus, .btn-tertiary-inverse[disabled]:active, .btn-tertiary-inverse[disabled].active,
fieldset[disabled] .btn-tertiary-inverse,
fieldset[disabled] .btn-tertiary-inverse:hover,
fieldset[disabled] .btn-tertiary-inverse:focus,
fieldset[disabled] .btn-tertiary-inverse.focus,
fieldset[disabled] .btn-tertiary-inverse:active,
fieldset[disabled] .btn-tertiary-inverse.active {
  background-color: transparent;
}

.btn-success-inverse {
  background-color: transparent;
  border-color: #4FA75D;
  border-width: 2px;
  color: #4FA75D;
}

.btn-success-inverse:hover, .btn-success-inverse:focus, .btn-success-inverse:hover:focus {
  background-color: #4FA75D;
  border-color: #4FA75D;
  color: white;
}

.btn-success-inverse:active, .btn-success-inverse.active {
  background-color: #4FA75D;
  border-color: #4FA75D;
}

.btn-success-inverse.disabled, .btn-success-inverse.disabled:hover, .btn-success-inverse.disabled:focus, .btn-success-inverse.disabled.focus, .btn-success-inverse.disabled:active, .btn-success-inverse.disabled.active, .btn-success-inverse[disabled], .btn-success-inverse[disabled]:hover, .btn-success-inverse[disabled]:focus, .btn-success-inverse[disabled].focus, .btn-success-inverse[disabled]:active, .btn-success-inverse[disabled].active,
fieldset[disabled] .btn-success-inverse,
fieldset[disabled] .btn-success-inverse:hover,
fieldset[disabled] .btn-success-inverse:focus,
fieldset[disabled] .btn-success-inverse.focus,
fieldset[disabled] .btn-success-inverse:active,
fieldset[disabled] .btn-success-inverse.active {
  background-color: transparent;
}

.btn-info-inverse {
  background-color: transparent;
  border-color: #5694DF;
  border-width: 2px;
  color: #5694DF;
}

.btn-info-inverse:hover, .btn-info-inverse:focus, .btn-info-inverse:hover:focus {
  background-color: #5694DF;
  border-color: #5694DF;
  color: white;
}

.btn-info-inverse:active, .btn-info-inverse.active {
  background-color: #5694DF;
  border-color: #5694DF;
}

.btn-info-inverse.disabled, .btn-info-inverse.disabled:hover, .btn-info-inverse.disabled:focus, .btn-info-inverse.disabled.focus, .btn-info-inverse.disabled:active, .btn-info-inverse.disabled.active, .btn-info-inverse[disabled], .btn-info-inverse[disabled]:hover, .btn-info-inverse[disabled]:focus, .btn-info-inverse[disabled].focus, .btn-info-inverse[disabled]:active, .btn-info-inverse[disabled].active,
fieldset[disabled] .btn-info-inverse,
fieldset[disabled] .btn-info-inverse:hover,
fieldset[disabled] .btn-info-inverse:focus,
fieldset[disabled] .btn-info-inverse.focus,
fieldset[disabled] .btn-info-inverse:active,
fieldset[disabled] .btn-info-inverse.active {
  background-color: transparent;
}

.btn-warning-inverse {
  background-color: transparent;
  border-color: #FDC50E;
  border-width: 2px;
  color: #FDC50E;
}

.btn-warning-inverse:hover, .btn-warning-inverse:focus, .btn-warning-inverse:hover:focus {
  background-color: #FDC50E;
  border-color: #FDC50E;
  color: white;
}

.btn-warning-inverse:active, .btn-warning-inverse.active {
  background-color: #FDC50E;
  border-color: #FDC50E;
}

.btn-warning-inverse.disabled, .btn-warning-inverse.disabled:hover, .btn-warning-inverse.disabled:focus, .btn-warning-inverse.disabled.focus, .btn-warning-inverse.disabled:active, .btn-warning-inverse.disabled.active, .btn-warning-inverse[disabled], .btn-warning-inverse[disabled]:hover, .btn-warning-inverse[disabled]:focus, .btn-warning-inverse[disabled].focus, .btn-warning-inverse[disabled]:active, .btn-warning-inverse[disabled].active,
fieldset[disabled] .btn-warning-inverse,
fieldset[disabled] .btn-warning-inverse:hover,
fieldset[disabled] .btn-warning-inverse:focus,
fieldset[disabled] .btn-warning-inverse.focus,
fieldset[disabled] .btn-warning-inverse:active,
fieldset[disabled] .btn-warning-inverse.active {
  background-color: transparent;
}

.btn-danger-inverse {
  background-color: transparent;
  border-color: #FF6C6C;
  border-width: 2px;
  color: #FF6C6C;
}

.btn-danger-inverse:hover, .btn-danger-inverse:focus, .btn-danger-inverse:hover:focus {
  background-color: #FF6C6C;
  border-color: #FF6C6C;
  color: white;
}

.btn-danger-inverse:active, .btn-danger-inverse.active {
  background-color: #FF6C6C;
  border-color: #FF6C6C;
}

.btn-danger-inverse.disabled, .btn-danger-inverse.disabled:hover, .btn-danger-inverse.disabled:focus, .btn-danger-inverse.disabled.focus, .btn-danger-inverse.disabled:active, .btn-danger-inverse.disabled.active, .btn-danger-inverse[disabled], .btn-danger-inverse[disabled]:hover, .btn-danger-inverse[disabled]:focus, .btn-danger-inverse[disabled].focus, .btn-danger-inverse[disabled]:active, .btn-danger-inverse[disabled].active,
fieldset[disabled] .btn-danger-inverse,
fieldset[disabled] .btn-danger-inverse:hover,
fieldset[disabled] .btn-danger-inverse:focus,
fieldset[disabled] .btn-danger-inverse.focus,
fieldset[disabled] .btn-danger-inverse:active,
fieldset[disabled] .btn-danger-inverse.active {
  background-color: transparent;
}

.text-underline {
  border-bottom: 1px soild !important;
  -webkit-transition: border .33s;
  -o-transition: border .33s;
  transition: border .33s;
}

.text-underline:hover, .text-underline:focus {
  border-bottom-color: transparent;
}

.text-link {
  border-bottom: dashed 1px #979797;
  color: #696969 !important;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.text-link:hover, .text-link:focus, .text-link:active {
  border-bottom: dashed 1px #979797;
  color: #696969 !important;
}

.text-link-primary {
  border-bottom: dashed 1px #FDC50E;
  color: #FDC50E !important;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.text-link-primary:hover, .text-link-primary:focus, .text-link-primary:active {
  border-bottom: dashed 1px #FDC50E;
  color: #FDC50E !important;
}

.text-link-secondary {
  border-bottom: dashed 1px #283748;
  color: #283748 !important;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.text-link-secondary:hover, .text-link-secondary:focus, .text-link-secondary:active {
  border-bottom: dashed 1px #283748;
  color: #283748 !important;
}

.text-link-tertiary {
  color: #5694DF;
  border-bottom: dashed 1px;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 14px;
  position: relative;
}

.text-link-tertiary:hover, .text-link-tertiary:focus, .text-link-tertiary:active {
  border-bottom: dashed 1px #5694DF;
  color: #5694DF !important;
}

.text-link-white {
  border-bottom: dashed 1px white;
  color: white !important;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.text-link-white:hover, .text-link-white:focus, .text-link-white:active {
  border-bottom: dashed 1px white;
  color: white !important;
}

.text-caps {
  font-family: BebasNeue;
  font-size: 16px;
  color: #696969;
  letter-spacing: 2.25px;
}

.text-caps:hover, .text-caps:focus, .text-caps:active {
  color: #696969;
}

.text-caps-primary {
  font-family: BebasNeue;
  font-size: 16px;
  color: #FDC50E;
  letter-spacing: 2.25px;
}

.text-caps-primary:hover, .text-caps-primary:focus, .text-caps-primary:active {
  color: #FDC50E;
}

.text-caps-secondary {
  font-family: BebasNeue;
  font-size: 16px;
  color: #283748;
  letter-spacing: 2.25px;
}

.text-caps-secondary:hover, .text-caps-secondary:focus, .text-caps-secondary:active {
  color: #283748;
}

.text-caps-tertiary {
  font-family: BebasNeue;
  font-size: 16px;
  color: #5694DF;
  letter-spacing: 2.25px;
}

.text-caps-tertiary:hover, .text-caps-tertiary:focus, .text-caps-tertiary:active {
  color: #5694DF;
}

.text-caps-white {
  font-family: BebasNeue;
  font-size: 16px;
  color: white;
  letter-spacing: 2.25px;
}

.text-caps-white:hover, .text-caps-white:focus, .text-caps-white:active {
  color: white;
}

.btn-link {
  padding: 0 1px;
  border-bottom: 1px dashed #696969;
  font-family: "Avenir W01", sans-serif;
  letter-spacing: 0px;
  color: #696969;
  text-transform: initial;
}

.btn-link:hover, .btn-link:focus {
  border-bottom: 1px dashed black;
  color: black;
}

.btn-primary-link {
  padding: 0 1px;
  border-bottom: 1px dashed #FDC50E;
  font-family: "Avenir W01", sans-serif;
  letter-spacing: 0px;
  color: #FDC50E;
  text-transform: initial;
}

.btn-primary-link:hover, .btn-primary-link:focus {
  border-bottom: 1px dashed #fdcf36;
  color: #fdcf36;
}

.btn-secondary-link {
  padding: 0 1px;
  border-bottom: 1px dashed #283748;
  font-family: "Avenir W01", sans-serif;
  letter-spacing: 0px;
  color: #283748;
  text-transform: initial;
}

.btn-secondary-link:hover, .btn-secondary-link:focus {
  border-bottom: 1px dashed #374b62;
  color: #374b62;
}

.btn-tertiary-link {
  padding: 0 1px;
  border-bottom: 1px dashed #5694DF;
  font-family: "Avenir W01", sans-serif;
  letter-spacing: 0px;
  color: #5694DF;
  text-transform: initial;
}

.btn-tertiary-link:hover, .btn-tertiary-link:focus {
  border-bottom: 1px dashed #78aae5;
  color: #78aae5;
}

.btn-link-alt {
  border: none;
  font-family: "Avenir W01", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.btn-borderless {
  border: 0;
  background-color: transparent;
  color: #696969;
  padding: 0 1px;
}

.btn-borderless:hover, .btn-borderless:focus {
  color: black;
}

.btn-borderless:active, .btn-borderless.active {
  background-color: transparent;
  border-color: transparent;
}

.btn-primary-borderless {
  border: 0;
  background-color: transparent;
  color: #FDC50E;
  padding: 0 1px;
}

.btn-primary-borderless:hover, .btn-primary-borderless:focus {
  color: #fdcf36;
}

.btn-primary-borderless:active, .btn-primary-borderless.active {
  background-color: transparent;
  border-color: transparent;
}

.btn-secondary-borderless {
  border: 0;
  background-color: transparent;
  color: #283748;
  padding: 0 1px;
}

.btn-secondary-borderless:hover, .btn-secondary-borderless:focus {
  color: #374b62;
}

.btn-secondary-borderless:active, .btn-secondary-borderless.active {
  background-color: transparent;
  border-color: transparent;
}

@media (max-width: 767px) {
  .btn-responsive-default {
    background-color: transparent;
    border-color: #D7DCE1;
    border-width: 2px;
    color: #696969;
    border-width: 1px;
  }
  .btn-responsive-default:hover, .btn-responsive-default:focus, .btn-responsive-default:hover:focus {
    background-color: #D7DCE1;
    border-color: #D7DCE1;
    color: white;
  }
  .btn-responsive-default:active, .btn-responsive-default.active {
    background-color: #D7DCE1;
    border-color: #D7DCE1;
  }
  .btn-responsive-default.disabled, .btn-responsive-default.disabled:hover, .btn-responsive-default.disabled:focus, .btn-responsive-default.disabled.focus, .btn-responsive-default.disabled:active, .btn-responsive-default.disabled.active, .btn-responsive-default[disabled], .btn-responsive-default[disabled]:hover, .btn-responsive-default[disabled]:focus, .btn-responsive-default[disabled].focus, .btn-responsive-default[disabled]:active, .btn-responsive-default[disabled].active,
  fieldset[disabled] .btn-responsive-default,
  fieldset[disabled] .btn-responsive-default:hover,
  fieldset[disabled] .btn-responsive-default:focus,
  fieldset[disabled] .btn-responsive-default.focus,
  fieldset[disabled] .btn-responsive-default:active,
  fieldset[disabled] .btn-responsive-default.active {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .btn-responsive-default {
    padding: 0 1px;
    border-bottom: 1px dashed #696969;
    font-family: "Avenir W01", sans-serif;
    letter-spacing: 0px;
    color: #696969;
    text-transform: initial;
  }
  .btn-responsive-default:hover, .btn-responsive-default:focus {
    border-bottom: 1px dashed #7d7d7d;
    color: #7d7d7d;
  }
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.btn-group .btn, .btn-group .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .btn-group .button.wc-forward, .btn-group .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .btn-group .single_add_to_cart_button {
  width: 100%;
  margin: 0 10px;
}

.btn-tint-secondary {
  padding: 14px 17px 13px;
  background-color: rgba(66, 83, 101, 0.8);
  border: 1px dashed #718397;
  color: #fff;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.btn-tint-secondary:hover, .btn-tint-secondary:active, .btn-tint-secondary:focus {
  background-color: #425365;
  border: 1px dashed #718397;
  color: white;
}

.btn-tint-secondary [class*="icon-"] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.btn-tint-secondary .icon-inline-location {
  top: 2px;
}

.btn-row {
  margin-left: -10px;
  margin-right: -10px;
}

.btn-row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-row:before, .btn-row:after {
  content: " ";
  display: table;
}

.btn-row:after {
  clear: both;
}

.button-group {
  margin: 0 -5px;
}

.button-group .btn, .button-group .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .button-group .button.wc-forward, .button-group .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .button-group .single_add_to_cart_button {
  margin: 5px 5px;
}

.button-group-alt {
  margin: 0 -10px;
}

.button-group-alt .btn, .button-group-alt .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .button-group-alt .button.wc-forward, .button-group-alt .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .button-group-alt .single_add_to_cart_button {
  margin: 10px;
}

.btn-group-fixed-fluid:before, .btn-group-fixed-fluid:after {
  content: " ";
  display: table;
}

.btn-group-fixed-fluid:after {
  clear: both;
}

.btn-group-fixed-fluid .btn, .btn-group-fixed-fluid .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .btn-group-fixed-fluid .button.wc-forward, .btn-group-fixed-fluid .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .btn-group-fixed-fluid .single_add_to_cart_button {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
}

.btn-group-fixed-fluid .btn-fixed-sm {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  float: left;
  padding-right: 0;
  padding-left: 0;
  color: #B0B4BA;
}

.btn-group-fixed-fluid .btn-fluid {
  display: block;
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  float: none;
}

.btn-group-fixed-fluid .btn-fixed-sm:not(.hide) + .btn-fluid {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  float: right;
}

.hero-callouts {
  position: relative;
  z-index: 1;
}

@media (min-width: 400px) {

  .swiper-1 .swiper-wrapper > div {
      height: 0;
      padding-bottom: 22vw !important;
      position: relative;
  }
}

@media (min-width: 768px) {
  .hero-callouts {
    margin-bottom: -100px;
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
         -o-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  .swiper-1 .swiper-wrapper > div {
      height: 0;
      padding-bottom: 32vw !important;
      position: relative;
  }
}

@media (min-width: 910px) {
  .hero-callouts {
    margin-bottom: -100px;
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
         -o-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .swiper-1 .swiper-wrapper > div {
      height: 0;
      padding-bottom: 38vw !important;
      position: relative;
  }
}




.hero-callouts .container {
  background: white;
}

.hero-callouts-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .hero-callouts-row {
    padding-bottom: 20px;
  }
}

.hc-col {
  width: 100%;
  position: relative;
}

.hc-col-inner {
  min-height: 250px;
  overflow: hidden;
  padding: 0 30px 0;
}

.hc-center {
  padding-top: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .hc-center {
    -webkit-box-shadow: 0px 26px 44px 0px rgba(58, 64, 79, 0.07);
            box-shadow: 0px 26px 44px 0px rgba(58, 64, 79, 0.07);
  }
}

.hc-center:before, .hc-center:after {
  content: '';
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #fff;
}

.hc-center:before {
  top: -20px;
}

.hc-center:after {
  bottom: -20px;
}

.hc-center p {
  font-size: 16px;
  line-height: 27px;
}

.hc-title {
  margin: 15px 0 20px;
  position: relative;
  z-index: 3;
  text-align: center;
  color: #000;
  font-size: 15px;
}

@media (min-width: 768px) {
  .hc-title {
    margin: 25px 0 20px;
  }
  .hc-center .hc-title {
    margin-top: 0;
  }
}

.hc-content-wrap .hc-bg-img {
  min-height: 250px;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center -webkit-calc(100% - -40px);
  background-position: center calc(100% - -40px);
  background-repeat: no-repeat;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hc-content-wrap .hc-bg-img {
    background-position: center -webkit-calc(50% + 20px);
    background-position: center calc(50% + 20px);
    bottom: -10px;
  }
}

.hc-content-wrap .btn, .hc-content-wrap .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .hc-content-wrap .button.wc-forward, .hc-content-wrap .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .hc-content-wrap .single_add_to_cart_button {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hc-content-wrap .btn, .hc-content-wrap .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .hc-content-wrap .button.wc-forward, .hc-content-wrap .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .hc-content-wrap .single_add_to_cart_button {
    bottom: 38px;
  }
}

.hc-image-list {
  margin: 40px 0;
}

.hc-image-item {
  display: inline-block;
  padding: 0 12px;
}

.hc-image-item img {
  width: 80px;
  height: auto;
}

.hc-list-item a {
  border-bottom: dashed 1px #696969;
  color: #696969 !important;
  font-family: "Avenir W01", sans-serif;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.hc-list-item a:hover, .hc-list-item a:focus, .hc-list-item a:active {
  border-bottom: dashed 1px #696969;
  color: #696969 !important;
}

.hc-chapters-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 30px 0 35px;
}

.check-steps-callout ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #D7DCE1;
}

.csc-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #F1F3F5;
  text-align: center;
}

.csc-item:last-child {
  border-right: none;
}

.csc-item .csc-item-inner {
  display: block;
  padding: 32px 20px;
}

.csc-item .csc-title {
  margin-top: 10px;
  font-size: 16px;
  color: #696969;
}

.csc-item [class*="icon-"] {
  font-size: 36px;
}

.notice-callout {
  border: 1px dashed #D7DCE1;
  background-color: #FBFBFB;
}

.notice-callout-inner {
  display: block;
  padding: 10px 25px 9px 20px;
  font-size: 16px;
  color: #696969;
  line-height: 27px;
}

.notice-callout-inner:hover, .notice-callout-inner:active, .notice-callout-inner:focus {
  color: #696969;
}

.notice-callout-inner [class*="icon-"] {
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #3D3D3D;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "";
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #B0B4BA;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #FDC50E;
  border-color: #FDC50E;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #FF6C6C;
  border-color: #FF6C6C;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5694DF;
  border-color: #5694DF;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #FDC50E;
  border-color: #FDC50E;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #4FA75D;
  border-color: #4FA75D;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #3D3D3D;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}



.radio-primary input[type="radio"] + label::after,
 {
  background-color: #FDC50E;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #FDC50E;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #FDC50E;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #FF6C6C;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #FF6C6C;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #FF6C6C;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5694DF;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5694DF;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5694DF;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #FDC50E;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #FDC50E;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #FDC50E;
}

.radio-success input[type="radio"] + label::after {
  background-color: #4FA75D;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #4FA75D;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #4FA75D;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.radio-square label:before {
  border-radius: 0;
  border: 1px solid #ccc;
}

.radio-square label:after {
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  border-radius: 0;
}

.checkbox label,
.radio label {
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: normal;
  color: #696969;
}

.close {
  outline: none;
  opacity: 1;
}

.close:before {
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.close:hover, .close:focus, .close:active {
  opacity: 1;
}

.dropdown-menu {
  padding: 20px 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 19px 25px 0px rgba(32, 34, 41, 0.13);
          box-shadow: 0px 19px 25px 0px rgba(32, 34, 41, 0.13);
}

#admin_debug_btn {
  display: none;
}

.logged-in.admin-bar #admin_debug_btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}

.give-form-wrap {
  padding: 0 5px;
}

.give-form-title {
  display: none;
}

.give-hidden,
.give-donation-amount,
#give_error_test_mode,
#yal-give-form .give-donation-amount,
#yal-give-form .give-donation-levels-wrap,
#yal-give-form .give-select-level,
#yal-give-form .give-select-level + .select2,
#yal-give-form [for="give-donation-level"] {
  display: none;
}

.give-form-content-wrap{
  margin-top: 35px;
  margin-bottom: -35px;
}

#yal-give-form #give_checkout_user_info{
  display: none;
}

.donation-button-choice{
  padding-right: 20px;
  padding-left: 20px;
  min-width: 85px;
}

.donation-level-radiobuttons{
  margin: 30px 30px 20px 30px;
}

#yal-give-form.one-step-form #give_checkout_user_info
{
  display: none !important;
}

body:not( .logged-in ) div:not(.one-step-form) #give_checkout_user_info{
  display: block !important;
}


body #give-email-wrap{
  padding-left: 15px;
  padding-right: 15px;
}

.give_errors p{
  color: red;
  text-align: center;
}

.admin-debug .give-hidden, .admin-debug
.give-donation-amount, .admin-debug
#give_error_test_mode, .admin-debug
#give_checkout_user_info, .admin-debug
.give-recurring-donors-choice {
  display: initial;
}

.give-payment-mode-label {
  margin-top: 40px;
}

#give-gateway-radio-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#give_purchase_form_wrap {
  margin-top: 20px;
}

.give_forms-template-default.single ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.give-radio-input{
  margin-right: 5px !important;
}

.img-dues-logo-lg {
  height: 244px !important;
}

.modal-header.fancy-bg .img-dues-logo-lg {
  position: absolute;
  bottom: -webkit-calc(-50% - -50px);
  bottom: calc(-50% - -50px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.img-commitment {
  height: 68px !important;
}

.modal-header.fancy-bg .img-commitment {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 27px;
}

.jumbotron {
  position: relative;
  padding-top: 28px;
  background-position: center bottom !important;
  -webkit-background-size: cover !important;
          background-size: cover !important;
}

.container .jumbotron {
  border-radius: 0;
}

.jumbotron .container {
  position: relative;
}

.jumbotron .h1 {
  margin-bottom: 25px;
  color: #fff;
  line-height: 1;
}

.jumbotron .lead {
  margin-bottom: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.jumbotron .well {
  margin-bottom: 70px;
}

.jumbotron .well .h2 {
  margin: 0 0 20px;
  color: #FDC50E;
  font-family: "Abril Fatface";
  font-size: 19px;
}

.jumbotron .well .btn, .jumbotron .well .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .jumbotron .well .button.wc-forward, .jumbotron .well .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .jumbotron .well .single_add_to_cart_button {
  padding: 14px 15px 13px;
  background-color: #3C5A7D;
  border-radius: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.jumbotron .hero-bottom {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.jumbotron .lesser {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.jumbotron .icon {
  color: #fff;
  font-size: 22px;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 70px;
    padding-bottom: 28px;
  }
  .jumbotron .h1 {
    font-size: 65px;
    line-height: 58px;
  }
  .jumbotron .lead {
    font-size: 19px;
  }
  .jumbotron .well {
    margin-bottom: 120px;
  }
  .jumbotron .well .h2 {
    font-size: 24px;
  }
  .jumbotron .lesser {
    margin: 0 2% 50px 0;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .jumbotron {
    padding-top: 150px;
  }
  .jumbotron .h1 {
    font-size: 90px;
    line-height: 74px;
  }
  .jumbotron .lead {
    margin-bottom: 70px;
    font-size: 22px;
  }
  .jumbotron .well {
    margin-bottom: 150px;
  }
  .jumbotron .well .h2 {
    font-size: 32px;
  }
  .jumbotron .lesser {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .jumbotron .lesser {
    margin-bottom: 80px;
  }
}

.jumbotron-sm {
  padding: 60px 0 90px;
  overflow: visible !important;
}

.jumbotron-sm .badge-wrap {
  position: absolute;
  right: 0;
  bottom: -110px;
  left: 0;
}

.jumbotron-sm .badge-wrap img {
  height: 150px;
  margin-bottom: 30px;
  width: auto;
}

.jumbotron-sm .hero-bottom {
  bottom: 15px;
}

@media (max-width: 767px) {
  .jumbotron-sm .h1 {
    margin-top: -20px;
  }
}

@media (min-width: 768px) {
  .jumbotron-sm {
    padding: 150px 0 200px;
  }
  .jumbotron-sm .hero-bottom {
    bottom: 20px;
  }
  .jumbotron-sm .badge-wrap {
    bottom: -130px;
  }
  .jumbotron-sm .badge-wrap img {
    height: 170px;
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .jumbotron-sm {
    padding: 150px 0 220px;
  }
  .jumbotron-sm .badge-wrap img {
    height: 190px;
    margin-bottom: 40px;
  }
}

span.label {
  padding: 0.3em 1em 0.3em;
  border-radius: 0;
  font-family: "Bebas Neue";
  color: #F7F7F7;
  letter-spacing: 2.95px;
  font-weight: normal;
}

span.label.label-sm {
  padding: 0.3em .6em 0.3em;
  font-size: 12px;
}

span.label.label-md {
  padding: 0.4em 1.6em 0.4em;
  font-size: 14px;
}

span.label.label-lg {
  padding: 0.5em 2em 0.5em;
  font-size: 16px;
}

.label-secondary {
  background-color: #283748;
}

.media-list-secondary .media {
  background-color: #F7F7F7;
}

.modal-dialog {
  float: none !important;
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
  }
}

.modal-dialog .modal-content {
  padding-bottom: 25px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-dialog .close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  color: #3D3D3D;
  font-size: 20px;
  outline: none;
}

.modal-dialog .modal-header {
  padding: 18px 22px;
  position: relative;
  border: none;
}

.modal-dialog .modal-header .modal-title {
  margin: 35px 0 10px;
  color: #000000;
  font-family: "Abril Fatface";
  font-size: 32px;
  line-height: 1;
}

.modal-dialog .modal-header .modal-title:after {
  margin: 0;
}

.modal-dialog .modal-header.fancy-bg {
  height: 210px;
  margin: 0 -30px;
  position: relative;
  background-image: url(../img/hero/mini-hero.png);
  background-repeat: repeat-x;
  -webkit-background-size: contain;
          background-size: contain;
}

.modal-dialog .modal-header .switch-modal-btn {
  color: #5694DF;
  font-weight: 500;
}

.modal-dialog .modal-body {
  padding: 18px 22px;
}

.modal-dialog .modal-body > .h2 {
  margin-bottom: 40px;
}

.modal-dialog .modal-body .text-left ul {
  padding-left: 0;
  list-style-position: inside;
}

.modal-dialog .modal-body .text-left ul a {
  border-bottom: dashed 1px #696969;
  color: #696969 !important;
  font-family: "Avenir W01", sans-serif;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.modal-dialog .modal-body .text-left ul a:hover, .modal-dialog .modal-body .text-left ul a:focus, .modal-dialog .modal-body .text-left ul a:active {
  border-bottom: dashed 1px #696969;
  color: #696969 !important;
}

.modal-dialog .modal-body .form-wrap {
  margin-bottom: 25px;
}

.modal-dialog .modal-body .lead {
  margin-bottom: 30px;
}

.modal-dialog .modal-body p {
  margin-bottom: 25px;
}

.modal-dialog .modal-footer {
  padding: 18px 22px;
  border: none;
  text-align: center;
}

.modal-dialog .lesser {
  color: #434240;
  font-weight: 500;
  text-align: center;
}

.modal-dialog .text-label {
  margin-bottom: 10px;
  margin-top: 10px;
}

.modal-dialog .btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-100,.modal-dialog .btn-group .btn, .modal-dialog .btn-group .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .modal-dialog .btn-group .button.wc-forward, .modal-dialog .btn-group .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .modal-dialog .btn-group .single_add_to_cart_button {
  width: 100%;
}

@media (min-width: 768px) {
  .modal-dialog .modal-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .modal-dialog .close {
    top: 25px;
    right: 0;
  }
  .modal-dialog .modal-header {
    padding: 25px 22px 15px;
  }
  .modal-dialog .modal-body .lead {
    font-size: 15px;
  }
  .modal-dialog .label-wrap {
    padding: 0px;
  }
  .modal-dialog .lesser {
    text-align: right;
  }
}

.modal-logo {
  display: block;
  max-height: 110px;
  margin: 15px auto 10px;
}

@media (min-width: 992px) {
  .modal-split {
    float: left;
    width: 50%;
  }
  .modal-split.modal-img {
    -webkit-background-size: cover;
            background-size: cover;
  }
}

.touch .modal-open {
  position: fixed;
  width: 100%;
}

.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.admin-bar .modal.in .modal-dialog {
  -webkit-transform: translate(0, 46px);
      -ms-transform: translate(0, 46px);
       -o-transform: translate(0, 46px);
          transform: translate(0, 46px);
}

@media (min-width: 768px) {
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
}

@media (min-width: 768px) {
  .no-csstransforms .modal-va .modal-content {
    margin-top: 100px;
  }
  .csstransforms .modal-va {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .csstransforms .modal-va > div {
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .modal-va .exit, .modal-va .close {
    position: absolute;
    top: -30px;
    right: 0;
    color: white;
  }
}

.nav li {
  display: inline-block;
}

.nav a {
  color: white;
  font-weight: 600;
}

.item-list-tabs {
  display: inline-block;
  margin: 0 -15px;
  margin-bottom: 30px;
  cursor: pointer;
}

.item-list-tabs ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.item-list-tabs li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.item-list-tabs li a {
  display: inline-block;
  padding: 0 15px 15px 15px;
  position: relative;
  color: #696969;
  outline: none;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.item-list-tabs li a:hover, .item-list-tabs li a:focus, .item-list-tabs li a:active {
  color: black;
}

.item-list-tabs li.current a {
  color: black;
}

.item-list-tabs li.current a:before {
  display: block;
  content: '';
  height: 1px;
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  background: black;
}

.ignore-first li.current:first-child a {
  color: #696969;
}

.ignore-first li.current:first-child a:before {
  display: none;
}

.popover {
  border: 0;
  -webkit-box-shadow: 0px 32px 31px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 32px 31px 0px rgba(0, 0, 0, 0.24);
}

.popover-md {
  width: 240px;
  padding: 20px 15px;
}

.popover-md.top {
  margin-top: -20px;
}

.popover-md .popover-title,
.popover-md .popover-content {
  padding-top: 4px;
  padding-bottom: 4px;
}

.popover-title {
  border: none;
  color: #B0B4BA;
  font-family: "Avenir W01", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.popover-content {
  color: black;
  font-family: "Avenir W01", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.quick-search-wrapper {
  display: inline-block;
}

.quick-search-inner {
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.quick-search-inner .quick-search-input {
  width: 25px;
  padding: 0 30px 0 20px;
  position: relative;
  z-index: 100;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  color: #ffffff;
  font-family: "Avenir W01", sans-serif;
  opacity: 0;
  -webkit-transition-duration: .45s;
       -o-transition-duration: .45s;
          transition-duration: .45s;
  -webkit-transition-property: width, background;
  -o-transition-property: width, background;
  transition-property: width, background;
}

.quick-search-inner .quick-search-input:focus {
  width: 200px;
  z-index: 0;
  background: rgba(57, 78, 102, 0.5);
  border-color: #FDC50E;
  cursor: text;
  opacity: 1;
}

.quick-search-inner .icon-search {
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 18px;
  outline: none;
}

.quick-search-input:focus + .icon-search {
  z-index: 10;
}

.quick-search-inner-white .quick-search-input {
  height: 35px;
  color: #B0B4BA;
}

.quick-search-inner-white .quick-search-input:focus {
  background: transparent;
}

.quick-search-inner-white .icon-search {
  color: #B0B4BA;
}

.search-toggle-form {
  position: relative;
  cursor: pointer;
}

.search-toggle-input {
  width: 25px;
  padding: 2px 15px 2px 10px;
  position: relative;
  z-index: 100;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  color: black;
  text-align: right;
  font-family: "Avenir W01", sans-serif;
  opacity: 0;
  outline: none;
  -webkit-transition-duration: .45s;
       -o-transition-duration: .45s;
          transition-duration: .45s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.search-toggle-active .search-toggle-input {
  width: 40%;
  z-index: 0;
  cursor: text;
  opacity: 1;
}

.search-toggle-button.icon-search {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #B0B4BA;
  font-size: 18px;
  outline: none;
}

.search-toggle-active .search-toggle-button.icon-search {
  z-index: 10;
}

.search-toggle-label {
  padding: 8px 0 8px 15px;
  border-left: 1px solid #B0B4BA;
  cursor: pointer;
  font-weight: 300;
}

.search-instruction {
  display: inline-block;
  color: #696969;
  font-size: 0.8125em;
}

.noUi-target {
  margin-bottom: 30px;
  background-color: #5694DF;
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal:before, .noUi-horizontal:after {
  display: none;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -9px;
}

.noUi-origin {
  background-color: #ffffff;
}

.noUi-origin:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #D7DCE1;
}

.noUi-handle {
  cursor: ew-resize;
  background-color: #5694DF;
  border-color: #ffffff;
}

.noUi-tooltip {
  color: #000000;
  font-family: "Abril Fatface";
  font-size: 21px;
  font-weight: 500;
  background-color: transparent;
}

.noUi-tooltip:after {
  display: none;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -55px;
}

.searchform-wrapper {
  display: block;
}

.searchform-wrapper .form-control, .searchform-wrapper .ninja-forms-form-wrap .text-wrap input, .ninja-forms-form-wrap .text-wrap .searchform-wrapper input, .searchform-wrapper .ninja-forms-form-wrap .textarea-wrap textarea, .ninja-forms-form-wrap .textarea-wrap .searchform-wrapper textarea, .searchform-wrapper #give_purchase_form_wrap .form-row input, #give_purchase_form_wrap .form-row .searchform-wrapper input, .searchform-wrapper .single-product .summary .cart .quantity input, .single-product .summary .cart .quantity .searchform-wrapper input, .searchform-wrapper .editfield input[type="text"], .editfield .searchform-wrapper input[type="text"], .searchform-wrapper .editfield textarea, .editfield .searchform-wrapper textarea, .searchform-wrapper .standard-form input[type="text"], .standard-form .searchform-wrapper input[type="text"], .searchform-wrapper .standard-form textarea, .standard-form .searchform-wrapper textarea {
  display: inline-block;
  margin-right: 15px;
  max-width: 500px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .searchform-wrapper .form-control, .searchform-wrapper .ninja-forms-form-wrap .text-wrap input, .ninja-forms-form-wrap .text-wrap .searchform-wrapper input, .searchform-wrapper .ninja-forms-form-wrap .textarea-wrap textarea, .ninja-forms-form-wrap .textarea-wrap .searchform-wrapper textarea, .searchform-wrapper #give_purchase_form_wrap .form-row input, #give_purchase_form_wrap .form-row .searchform-wrapper input, .searchform-wrapper .single-product .summary .cart .quantity input, .single-product .summary .cart .quantity .searchform-wrapper input, .searchform-wrapper .editfield input[type="text"], .editfield .searchform-wrapper input[type="text"], .searchform-wrapper .editfield textarea, .editfield .searchform-wrapper textarea, .searchform-wrapper .standard-form input[type="text"], .standard-form .searchform-wrapper input[type="text"], .searchform-wrapper .standard-form textarea, .standard-form .searchform-wrapper textarea {
    position: relative;
    top: 2px;
  }
}

@media (max-width: 767px) {
  .searchform-wrapper .btn, .searchform-wrapper .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .searchform-wrapper .button.wc-forward, .searchform-wrapper .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .searchform-wrapper .single_add_to_cart_button {
    width: 100%;
  }
}

#searchform .form-control{
  height: 50px;
}

.select2 *:focus {
  outline: none;
  border-color: none;
}

.select2-container--default .s2-small {
  min-width: 100px;
}

.select2-container--default .s2-small.select2-selection.select2-selection--single {
  padding: 0 25px 0 0;
  border-color: transparent;
  border-radius: 0;
  height: 30px;
  background-color: transparent;
}

.select2-container--default .s2-small .select2-selection__rendered {
  padding: 0;
  color: #696969;
  font-size: 14px;
}

.select2-container--default .s2-small .select2-selection__arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.select2-container--default .s2-small .select2-selection__arrow b {
  height: 20px;
  width: auto;
  margin-top: -5px;
  border: none;
}

.select2-container--default .s2-small .select2-selection__arrow b:before {
  position: absolute;
  color: #696969;
  font-family: icomoon;
  font-size: 7px;
}

.select2-container--default.select2-container--open .s2-small .select2-selection__rendered {
  color: #000000;
}

.select2-container--default.select2-container--open .s2-small .select2-selection__arrow b:before {
  color: #FDC50E;
}

.select2-container--default .s2-medium.select2-selection.select2-selection--single {
  border-color: #D7DCE1;
  border-radius: 0;
  height: 50px;
  background-color: transparent;
}

.select2-container--default .s2-medium .select2-selection__rendered {
  padding: 0 60px 0 20px;
  color: #696969;
  font-family: "Abril Fatface";
  font-size: 18px;
  line-height: 50px;
}

.select2-container--default .s2-medium .select2-selection__arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
}

.select2-container--default .s2-medium .select2-selection__arrow b {
  height: 20px;
  width: auto;
  margin-top: -5px;
  border: none;
}

.select2-container--default .s2-medium .select2-selection__arrow b:before {
  position: absolute;
  color: #B0B4BA;
  font-family: icomoon;
  font-size: 10px;
}

.select2-container--default.select2-container--open .s2-medium .select2-selection__rendered {
  color: #000000;
}

.select2-container--default.select2-container--open .s2-medium .select2-selection__arrow b:before {
  color: #FDC50E;
}

.select2-container--default .s2-large.select2-selection.select2-selection--single {
  border-color: #D7DCE1;
  border-radius: 0;
  height: 62px;
  background-color: transparent;
}

.select2-container--default .s2-large .select2-selection__rendered {
  padding: 0 60px 0 20px;
  color: #696969;
  font-family: "Abril Fatface";
  font-size: 24px;
  line-height: 62px;
}

.select2-container--default .s2-large .select2-selection__arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
}

.select2-container--default .s2-large .select2-selection__arrow b {
  height: 20px;
  width: auto;
  margin-top: -5px;
  border: none;
}

.select2-container--default .s2-large .select2-selection__arrow b:before {
  position: absolute;
  color: #B0B4BA;
  font-family: icomoon;
  font-size: 10px;
}

.select2-container--default.select2-container--open .s2-large .select2-selection__rendered {
  color: #000000;
}

.select2-container--default.select2-container--open .s2-large .select2-selection__arrow b:before {
  color: #FDC50E;
}

.select2-container--default .s2-minimal.select2-selection.select2-selection--single {
  height: 60px;
  border: none;
  border-bottom: 1px solid #D7DCE1;
  border-color: #D7DCE1;
  border-radius: 0;
  background-color: transparent;
}

.select2-container--default .s2-minimal .select2-selection__rendered {
  padding: 0;
  color: #696969;
  font-family: "Abril Fatface";
  font-size: 18px;
  line-height: 50px;
}

.select2-container--default .s2-minimal .select2-selection__arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.select2-container--default .s2-minimal .select2-selection__arrow b {
  height: 20px;
  width: auto;
  margin-top: -5px;
  border: none;
}

.select2-container--default .s2-minimal .select2-selection__arrow b:before {
  position: absolute;
  color: #B0B4BA;
  font-family: icomoon;
  font-size: 10px;
}

.select2-container--default.select2-container--open .s2-minimal .select2-selection__rendered {
  color: #000000;
}

.select2-container--default.select2-container--open .s2-minimal .select2-selection__arrow b:before {
  color: #FDC50E;
}

.select2-dropdown {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 44px 0px rgba(58, 64, 79, 0.08);
          box-shadow: 0px 13px 44px 0px rgba(58, 64, 79, 0.08);
  border: none;
}

.select2-dropdown .select2-results__option {
  min-height: 32px;
}

.select2-result__avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.select2-result__avatar img {
  border-radius: 100%;
  overflow: hidden;
}

.select2-result__name {
  display: inline-block;
  vertical-align: middle;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
//
// Images
// --------------------------------------------------

.thumbnail,
.img-thumbnail {
  @include box-shadow(0 1px 2px rgba(0,0,0,.075));
}


//
// Dropdowns
// --------------------------------------------------

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  @include gradient-vertical($start-color: $dropdown-link-hover-bg, $end-color: darken($dropdown-link-hover-bg, 5%));
  background-color: darken($dropdown-link-hover-bg, 5%);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  @include gradient-vertical($start-color: $dropdown-link-active-bg, $end-color: darken($dropdown-link-active-bg, 5%));
  background-color: darken($dropdown-link-active-bg, 5%);
}






//
// Progress bars
// --------------------------------------------------

// Give the progress background some depth
.progress {
  @include gradient-vertical($start-color: darken($progress-bg, 4%), $end-color: $progress-bg)
}

// Mixin for generating new styles
@mixin progress-bar-styles($color) {
  @include gradient-vertical($start-color: $color, $end-color: darken($color, 10%));
}

// Apply the mixin to the progress bars
.progress-bar            { @include progress-bar-styles($progress-bar-bg); }
.progress-bar-success    { @include progress-bar-styles($progress-bar-success-bg); }
.progress-bar-info       { @include progress-bar-styles($progress-bar-info-bg); }
.progress-bar-warning    { @include progress-bar-styles($progress-bar-warning-bg); }
.progress-bar-danger     { @include progress-bar-styles($progress-bar-danger-bg); }

// Reset the striped class because our mixins don't do multiple gradients and
// the above custom styles override the new `.progress-bar-striped` in v3.2.0.
.progress-bar-striped {
  @include gradient-striped;
}


//
// List groups
// --------------------------------------------------

.list-group {
  border-radius: $border-radius-base;
  @include box-shadow(0 1px 2px rgba(0,0,0,.075));
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 darken($list-group-active-bg, 10%);
  @include gradient-vertical($start-color: $list-group-active-bg, $end-color: darken($list-group-active-bg, 7.5%));
  border-color: darken($list-group-active-border, 7.5%);

  .badge {
    text-shadow: none;
  }
}


//
// Panels
// --------------------------------------------------

// Common styles
.panel {
  @include box-shadow(0 1px 2px rgba(0,0,0,.05));
}

// Mixin for generating new styles
@mixin panel-heading-styles($color) {
  @include gradient-vertical($start-color: $color, $end-color: darken($color, 5%));
}

// Apply the mixin to the panel headings only
.panel-default > .panel-heading   { @include panel-heading-styles($panel-default-heading-bg); }
.panel-primary > .panel-heading   { @include panel-heading-styles($panel-primary-heading-bg); }
.panel-success > .panel-heading   { @include panel-heading-styles($panel-success-heading-bg); }
.panel-info > .panel-heading      { @include panel-heading-styles($panel-info-heading-bg); }
.panel-warning > .panel-heading   { @include panel-heading-styles($panel-warning-heading-bg); }
.panel-danger > .panel-heading    { @include panel-heading-styles($panel-danger-heading-bg); }

*/
.well {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #F7F7F7;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #696969;
}

.well a {
  color: #696969;
  border-bottom: 1px dashed #696969;
}

.well a:hover, .well a:active, .well a:focus {
  color: #696969;
}

.well.well-sm {
  padding: 20px 30px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .well.well-sm {
    padding: 20px 60px;
  }
}

@media (min-width: 1200px) {
  .well.well-sm {
    padding: 20px 30px;
  }
}

.well.well-lg {
  padding-top: 40px;
  padding-bottom: 50px;
}

.well p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.account-modal .modal-header {
  text-align: center;
}

.account-modal .social-account-wrap {
  text-align: center;
}

.account-modal .social-account-wrap .social-account {
  margin: 30px 0 50px;
}

.account-modal .social-account-wrap .social-account a {
  font-size: 35px;
}

.account-modal .social-account-wrap .social-account a:hover {
  opacity: .8;
}

.account-input {
  margin: 20px 0 0;
}

.account-input .account-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.account-input .account-submit {
  text-align: right;
}

.blog-archive-wrap {
  margin-top: 100px;
}

.blog-archive-wrap .ba-title {
  margin-top: -30px;
  margin-bottom: 50px;
}

.blog-back-link {
  margin-top: -50px;
  position: relative;
}

.blog-back-link.absolute {
  margin-top: 0;
  position: absolute;
  top: -50px;
}

.blog-back-link .icon {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 26px;
}

.post-author-wrap {
  display: inline-block;
  position: relative;
}

.post-author-wrap .post-author-portrait {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  overflow: hidden;
  border-radius: 40px;
}

.post-author-wrap .post-author-portrait img {
  height: 32px;
  width: 32px;
}

.post-author-wrap .post-author-name {
  margin-left: 42px;
  font-size: 14px;
  color: #B0B4BA;
}

.post-author-wrap .post-author-wrap .post-author-name {
  display: block;
  margin-left: 45px;
}

.post-author-wrap .post-author-name a {
  color: #B0B4BA;
}

.entry-meta-time .cal-icon {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.category-container {
  display: none;
}

.blog-list-section {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-list-section {
    margin-bottom: 100px;
  }
}

.post-title {
  margin: 0 0 15px;
  font-size: 21px;
  color: #000;
  letter-spacing: 0px;
}

.post-title a {
  color: #000;
}

.post-title a:hover, .post-title a:focus, .post-title a:active {
  color: black;
}

.post-list .post-item {
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}

.post-list .post-item:before, .post-list .post-item:after {
  content: " ";
  display: table;
}

.post-list .post-item:after {
  clear: both;
}

.post-list .post-item .icon {
  margin-right: 7px;
  position: relative;
  top: 2px;
  font-size: 18px;
}

.post-list .post-img {
  padding: 0;
}

.post-list .post-featured-image {
  height: 200px;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
  .post-list-alt.post-list .post-featured-image {
    height: 280px;
  }
}

.post-list .post-content {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #fff;
}

.post-list .post-author-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.post-list-alt.post-list .post-author-meta {
  margin-bottom: 0;
}

.post-list .post-comments {
  margin-left: 20px;
}

.post-list .post-comments .icon-comment {
  margin-right: 4px;
  top: 1px;
}

.post-list-alt.post-list .post-comments .icon-comment {
  margin-right: 2px;
}

.post-list .post-excerpt {
  margin: 0;
}

.post-list .post-date {
  font-size: 14px;
  color: #989da7;
  text-align: center;
}

.post-list .post-date .icon-date {
  top: 1px;
  margin-right: 3px;
}

.post-list-alt.post-list .post-comments {
  font-size: 14px;
  color: #989da7;
  text-align: center;
}

@media (min-width: 768px) {
  .post-list .post-img {
    padding-right: 0;
  }
  .post-list .post-content {
    padding-right: 80px;
    padding-left: 30px;
  }
  .post-list-alt.post-list .post-content {
    padding: 15px;
  }
  .post-list .post-comments {
    margin: 0;
    position: absolute;
    top: 25px;
    right: 15px;
    color: #696969;
  }
  .post-list-alt.post-list .post-comments {
    position: static;
  }
}

@media (min-width: 992px) {
  .post-list .post-img {
    height: 200px;
  }
  .post-list-alt.post-list .post-img {
    height: 116px;
  }
  .post-list-alt.post-list .post-img .post-featured-image {
    height: 116px;
  }
  .post-list .post-content {
    height: 200px;
  }
  .post-list-alt.post-list .post-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 116px;
    padding: 10px 30px 15px;
  }
}

@media (min-width: 1200px) {
  .post-list-alt.post-list .post-img {
    height: 140px;
  }
  .post-list-alt.post-list .post-img .post-featured-image {
    height: 140px;
  }
  .post-list-alt.post-list .post-content {
    height: 140px;
  }
}

.alm-listing li img {
  position: static;
}

.article-single-wrap .container {
  padding: 0;
  position: relative;
  background-color: white;
}

@media (min-width: 768px) {
  .article-single-wrap .container {
    top: -160px;
  }
}

.article-single-inner {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .article-single-inner {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .article-single-inner {
    padding: 0 120px;
  }
}

@media (min-width: 1200px) {
  .article-single-inner {
    padding: 0 160px;
  }
}

.article-single-header {
  margin: 40px 0 65px;
  position: relative;
  text-align: center;
}

.article-single-header .entry-title {
  margin: 0 40px 24px;
}

@media (min-width: 768px) {
  .article-single-header .entry-title {
    margin: 0 100px 24px;
  }
}

@media (min-width: 992px) {
  .article-single-header .entry-title {
    margin: 0 140px 24px;
  }
}

.article-single-header .article-nav-prev,
.article-single-header .article-nav-next {
  display: block;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  left: 30px;
  font-size: 48px;
}

@media (min-width: 992px) {
  .article-single-header .article-nav-prev,
  .article-single-header .article-nav-next {
    left: 40px;
  }
}

.article-single-header .article-nav-next {
  left: auto;
  right: 30px;
}

@media (min-width: 992px) {
  .article-single-header .article-nav-next {
    left: auto;
    right: 40px;
  }
}

.article-single-body p {
  overflow: hidden;
}

.article-single-footer .article-categories {
  margin: 50px 0 40px;
}

.article-single-footer .article-categories .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-single-footer .article-categories .post-categories li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.article-single-footer .article-categories .post-categories li a {
  padding-bottom: 5px;
  border-bottom: 1px dashed #5694DF;
  color: black;
  font-family: "Abril Fatface";
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+1) a {
  border-bottom-color: DarkTurquoise;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+2) a {
  border-bottom-color: #A4CD81;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+3) a {
  border-bottom-color: Plum;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+4) a {
  border-bottom-color: #5694DF;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+5) a {
  border-bottom-color: Crimson;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+6) a {
  border-bottom-color: #dc5e2f;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+7) a {
  border-bottom-color: DarkTurquoise;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+8) a {
  border-bottom-color: MediumPurple;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+9) a {
  border-bottom-color: MediumAquamarine;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+10) a {
  border-bottom-color: DarkOrange;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+11) a {
  border-bottom-color: #6fbd63;
}

.article-single-footer .article-categories .post-categories li:nth-child(12n+12) a {
  border-bottom-color: #56DFDF;
}

.article-single-footer .article-tags {
  margin: 40px 0 50px;
}

.article-single-footer .article-tags .tag-list a {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 13px;
  padding: 6px 15px;
  background-color: #5694DF;
  border-radius: 40px;
  font-family: BebasNeue;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 2.95px;
  color: white !important;
  border-bottom: none !important;
}

.article-single-footer .article-tags .tag-list a:nth-child(9n+1) {
  background: #5694DF;
}

.article-single-footer .article-tags .tag-list a:nth-child(9n+2) {
  background: Crimson;
}

.article-single-footer .article-tags .tag-list a:nth-child(9n+3) {
  background: #dc5e2f;
}

.article-single-footer .article-tags .tag-list a:nth-child(9n+4) {
  background: DarkTurquoise;
}

.article-single-footer .article-tags .tag-list a:nth-child(9n+5) {
  background: MediumPurple;
}

.article-single-footer .article-tags .tag-list a:nth-child(9n+6) {
  background: MediumAquamarine;
}

.article-single-footer .article-tags .tag-list a:nth-child(9n+7) {
  background: DarkOrange;
}

.article-single-footer .article-tags .tag-list a:nth-child(9n+8) {
  background: #6fbd63;
}

.article-single-footer .article-tags .tag-list a:nth-child(9n+9) {
  background: #56DFDF;
}

.a2a_kit a {
  display: inline-block;
  margin-right: 8px;
}

.a2a_kit a .a2a_s_facebook,
.a2a_kit a .a2a_s_twitter,
.a2a_kit a .a2a_s_linkedin,
.a2a_kit a .a2a_s_google_plus,
.a2a_kit a .a2a_s_email {
  background: none;
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.a2a_kit a .a2a_s_facebook::before,
.a2a_kit a .a2a_s_twitter::before,
.a2a_kit a .a2a_s_linkedin::before,
.a2a_kit a .a2a_s_google_plus::before,
.a2a_kit a .a2a_s_email::before {
  color: #B0B4BA;
  font-size: 32px;
}

.article-single-comments {
  margin-top: 70px;
}

.cart-wrapper {
  margin: 50px 0;
}

@media (min-width: 768px) {
  .cart-wrapper {
    margin: 120px 0 100px;
  }
}

.cart-wrapper .coupon .input-text {
  height: 43px;
  width: 100% !important;
}

@media (min-width: 768px) {
  .cart-wrapper .coupon .input-text {
    width: auto !important;
  }
}

.cart-wrapper .coupon .btn, .cart-wrapper .coupon .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .cart-wrapper .coupon .button.wc-forward, .cart-wrapper .coupon .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .cart-wrapper .coupon .single_add_to_cart_button {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .cart-wrapper .coupon .btn, .cart-wrapper .coupon .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .cart-wrapper .coupon .button.wc-forward, .cart-wrapper .coupon .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .cart-wrapper .coupon .single_add_to_cart_button {
    margin-top: 0;
    margin-left: 10px;
  }
}



/* Application Progress Form */

#application-progress-form .nf-next-previous,
#application-progress-form .nf-mp-header,
#application-progress-form .nf-form-fields-required,
#application-progress-form .nf-error-field-errors,
#application-progress-form .nf-mp-body{ display: none; }
#application-progress-form label{ font-weight: normal; }

.list-select-wrap div.spinner div{
  display: block;
}

.file_upload-container > div.nf-field-label{
  width: 100%;
  margin: 0px 0 40px 0;
}

.file_upload-wrap label,
.file_upload-wrap .nf-field-label{
  color: #000;
  font-family: "Abril Fatface";
  font-size: 21px;
  line-height: 1.25;
  width: 100%;
}

.file_upload-wrap .nf-field-label{
  /*margin-bottom: 40px !important;*/
}

.file_upload-wrap .nf-field-element{
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  display: -ms-flexbox;
  display: flex;
}

.file_upload-wrap .fileinput-button{
  -ms-flex-order: 85;
  order: 85;
}

.file_upload-wrap .progress{
  -ms-flex-order: 150;
  order: 150;
  height: 5px;
  width: 100%;
  margin-top: 10px;
}

.file_upload-wrap .files_uploaded{
  -ms-flex-order: 55;
  order: 55;
  width: calc(100% - 160px);
  min-height: 3.25em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  padding: 0.65rem 1.25rem;
  border: 1px solid #ddd;
  padding: 14px 30px 12px;
  font-size: 1.25rem;
  text-align: left;
  box-sizing: border-box;
  height: 50px;
  margin-right: 5px;
}

.btn.fileinput-button{
  background-color: #FDC50E;
  border-color: #FDC50E;
  color: #FFF;
}

.file_upload-container{
  border: 1px dashed black;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}





/* Application Progress Form */







.hero-chapter-status {
  display: inline-block;
}

.ns-step-complete .icon-verify-yes-sm {
  display: block;
  top: 0;
  font-size: 20px;
  color: #4FA75D;
}

#text-status-application .icon-verify-yes-sm {
  display: inline;
  font-size: 17px;
}

.invite-user-item {
  margin: 15px 0;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #D7DCE1;
}

.invite-user-item .iu-img-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.invite-user-item .iu-img-wrap img {
  border-radius: 100%;
  overflow: hidden;
}

.invite-user-item .iu-name-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-lef: 15px;
}

.invite-user-item .iu-name-wrap .iu-name {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  color: black;
}

.invite-user-item .iu-name-wrap .iu-name a {
  color: black;
}

.invite-user-item .iu-name-wrap .iu-name a:hover, .invite-user-item .iu-name-wrap .iu-name a:focus, .invite-user-item .iu-name-wrap .iu-name a:active {
  color: black;
}

.invite-user-item .iu-name-wrap .iu-link, .align-middle {
  display: inline-block;
  vertical-align: middle;
}

.invite-user-item .iu-status-wrap {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.invite-user-item .iu-status-wrap .invite-status {
  font-weight: 300;
  font-size: 16px;
}

.invite-user-item .iu-status-wrap .invite-status .icon-verify-yes-sm {
  margin-left: 8px;
  top: 2px;
}

.btn, .single-product .woocommerce-message .button.wc-forward, .single-product .summary .cart .single_add_to_cart_button, .email-again {
  position: relative;
}

#check-chapter-availability-btn {
  padding: 14px 35px 12px;
}

#send-invite,
#send-invites-by-email {
  padding: 14px 45px 12px;
}

.ns-substep-item.step-disable {
  cursor: default;
  pointer-events: none;
  opacity: .5;
}

.chapters-section {
  padding-top: 120px;
}

.chapters-section .btn, .chapters-section .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .chapters-section .button.wc-forward, .chapters-section .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .chapters-section .single_add_to_cart_button {
  margin-bottom: 80px;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .chapters-section .btn, .chapters-section .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .chapters-section .button.wc-forward, .chapters-section .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .chapters-section .single_add_to_cart_button {
    margin-bottom: 120px;
    margin-top: 30px;
  }
}

.chapter-header {
  position: relative;
  margin-bottom: 25px;
}

@media screen and (min-width: 480px) {
  .chapter-header {
    margin-bottom: 40px;
  }
}

.chapter-heading {
  padding-right: 150px;
}

@media screen and (min-width: 480px) {
  .chapter-search-wrap {
    position: absolute;
    right: 0;
    top: -11px;
    left: 0;
    text-align: right;
  }
}

.chapters-list {
  margin-bottom: 0;
}

.chapters-list > li {
  padding-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .chapters-list > li {
    padding-bottom: 30px;
  }
}

.chapter-list-item {
  position: relative;
  background-color: white;
}

.cl-image {
  margin: 15px;
  height: 60px;
  width: 60px;
  bottom: 0;
  position: absolute;
  border: 1px solid #E2E2E2;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

@media screen and (min-width: 480px) {
  .cl-image {
    margin: 20px 20px 18px;
    height: 120px;
    width: 120px;
  }
}

.cl-image img {
  height: 100%;
}

.cl-body {
  min-height: 160px;
  padding: 15px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .cl-body {
    padding: 20px 20px 20px 160px;
  }
}

.cl-title-wrap {
  margin-bottom: 80px;
}

@media screen and (min-width: 480px) {
  .cl-title-wrap {
    margin-bottom: 40px;
  }
}

.cl-title-wrap .h3, .cl-title-wrap .checkout-wrapper h3, .checkout-wrapper .cl-title-wrap h3, .cl-title-wrap .single-product .summary .product_title, .single-product .summary .cl-title-wrap .product_title, .cl-title-wrap .single-product .related h2, .single-product .related .cl-title-wrap h2, .cl-title-wrap .post-type-archive-product .woocommerce-result-count, .post-type-archive-product .cl-title-wrap .woocommerce-result-count, .cl-title-wrap .thankyou-wrapper .woocommerce-thankyou-order-received, .thankyou-wrapper .cl-title-wrap .woocommerce-thankyou-order-received, .cl-title-wrap .thankyou-wrapper h2, .thankyou-wrapper .cl-title-wrap h2 {
  margin: 0 0 10px;
  line-height: 26px;
}

.cl-title-wrap .h3 a, .cl-title-wrap .checkout-wrapper h3 a, .checkout-wrapper .cl-title-wrap h3 a, .cl-title-wrap .single-product .summary .product_title a, .single-product .summary .cl-title-wrap .product_title a, .cl-title-wrap .single-product .related h2 a, .single-product .related .cl-title-wrap h2 a, .cl-title-wrap .post-type-archive-product .woocommerce-result-count a, .post-type-archive-product .cl-title-wrap .woocommerce-result-count a, .cl-title-wrap .thankyou-wrapper .woocommerce-thankyou-order-received a, .thankyou-wrapper .cl-title-wrap .woocommerce-thankyou-order-received a, .cl-title-wrap .thankyou-wrapper h2 a, .thankyou-wrapper .cl-title-wrap h2 a {
  color: black;
}

.cl-image-list {
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 479px) {
  .cl-image-list {
    bottom: 45px;
    left: 95px;
  }
}

.cl-image-item {
  margin-right: 8px;
  margin-top: 8px;
  background-color: #f7f7f7;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  height: 32px;
  width: 32px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.cl-image-item img {
  height: 100%;
}

.cl-image-int {
  color: black;
  padding-right: 2px;
  padding-top: 5px;
  font-family: "Bebas Neue";
}

.cl-points-wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.cl-points-wrap.group-members {
  bottom: 5px;
  right: 10px;
}

@media screen and (max-width: 479px) {
  .cl-points-wrap {
    right: 0;
    left: 95px;
    bottom: 9px;
  }
}

.cl-points-icon {
  display: inline-block;
  height: 14px;
  width: 12px;
  margin-right: 8px;
}

.cl-points-icon img {
  display: block;
}

.cl-points-text {
  font-family: "Bebas Neue";
  font-size: 21px;
}

.checkout-wrapper {
  margin: 50px 0;
}

@media (min-width: 768px) {
  .checkout-wrapper {
    margin: 50px 0 100px;
  }
}

.checkout-wrapper form .form-row {
  margin-bottom: 30px;
}

.checkout-wrapper .input-text, .input-promote {
  border: none;
  border-bottom: 1px solid #D7DCE1;
}

.checkout-wrapper .input-text:focus, .input-promote:focus {
  border-color: #FDC50E;
}

.checkout-wrapper textarea.input-text {
  border: 1px solid #D7DCE1;
}

#tribe-bar-form {
  height: 107px;
  position: relative;
  border-bottom: 1px solid #D7DCE1;
}

#tribe-bar-collapse-toggle{
  display: none;
}

#tribe-bar-views label {
  display: none;
}

#tribe-bar-views .tribe-bar-views-select {
  display: none;
}

.tribe-bar-date-filter, 
.tribe-bar-category-filter {
  display: table-cell;
  padding: 30px 20px;
  position: relative;
  border-right: 1px solid #D7DCE1;
}

.tribe-bar-date-filter .label-tribe-bar-date, .label-tribe-bar-category {
  display: block;
  margin-bottom: 6px;
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: normal;
}

.tribe-bar-date-filter #tribe-bar-date {
  margin-left: -2px;
  padding: 0;
  border: 0;
  outline: none;
}

.tribe-bar-date-filter:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  right: 25px;
  height: 23px;
  width: 23px;
  background-image: url(../img/icon/i-cal.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.tribe-bar-search-filter {
  display: inline-block;
  padding: 30px 25px;
  position: relative;
}

.tribe-bar-search-filter .label-tribe-bar-search {
  display: block;
  margin-bottom: 6px;
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: normal;
}

.tribe-bar-search-filter #tribe-bar-search {
  margin-left: -2px;
  padding: 0;
  border: 0;
  outline: none;
}

.tribe-bar-submit {
  display: inline-block;
  vertical-align: top;
  height: 107px;
}

.tribe-bar-submit .tribe-events-button {
  display: block;
  padding: 10px 20px;
  border: 1px solid #d7dce1;
  outline: 0;
  background: transparent;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.tribe-bar-views-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  right: 30px;
}

li.tribe-bar-views-option {
  display: inline-block;
  margin-left: 10px;
}

li.tribe-bar-views-option a {
  display: block;
  border-radius: 100%;
  opacity: .5;
  -webkit-transition: all .33s ease-in-out;
  -o-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

li.tribe-bar-views-option a:hover {
  background: #F7F7F7;
  opacity: 1;
}

li.tribe-bar-views-option a .tribe-icon-list {
  height: 71px;
  width: 71px;
  background-image: url(../img/icon/view-list.svg);
  background-position: center;
  display: block;
  vertical-align: top;
  position: relative;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

li.tribe-bar-views-option a .tribe-icon-list br {
  display: none;
}

li.tribe-bar-views-option a .tribe-icon-month {
  height: 71px;
  width: 71px;
  background-image: url(../img/icon/view-cal.svg);
  background-position: center;
  display: block;
  vertical-align: top;
  position: relative;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

li.tribe-bar-views-option a .tribe-icon-month br {
  display: none;
}

li.tribe-bar-views-option.tribe-bar-active a {
  background: #F7F7F7;
  opacity: 1;
}

.tribe-events-notices {
  background: transparent;
  border: 0;
  color: #696969;
  margin: 15px 0;
  padding: 0;
  text-shadow: none;
  border-radius: 0;
  text-align: center;
  font-style: italic;
}

.datepicker.dropdown-menu {
  margin-top: 15px;
  border-radius: 0;
  padding: 10px;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background: #a0a0a0;
}

.featured-event-info {
  margin-bottom: 10px;
  color: white;
}

.featured-event-info .hero-time-wrap {
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  margin-right: 50px;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.featured-event-info .hero-time-wrap .icon {
  position: absolute;
  top: 1px;
  left: 0;
  color: #FDC50E;
  font-size: 23px;
}

.featured-event-info .hero-location-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
}

#tribe-events-content.tribe-events-list {
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tribe-events-page-title {
  margin: 0;
  color: #000;
  font-family: "Abril Fatface";
  font-size: 26px;
  line-height: 1.25;
}

#tribe-events-content ul.tribe-events-sub-nav {
  text-align: left;
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: normal;
}

.tribe-events-loop .tribe-events-list-separator-month {
  display: block;
  margin-bottom: 10px;
}

.yal-events-list-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  margin-bottom: 30px;
  background: white;
}

.yal-eli-item-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  border-right: 1px solid #DADADA;
  background-color: white;
}

.yal-eli-item-date.alternate {
  height: 180px;
  width: 180px;
  border-radius: 0;
}

.yal-eli-item-date .yal-eli-month {
  margin: 0;
  text-align: center;
}

.yal-eli-item-date .yal-eli-day {
  position: relative;
  top: 15px;
  font-family: "Abril Fatface";
  font-weight: 400;
  font-size: 90px;
  color: #D7DCE1;
  line-height: 1;
}

.yal-eli-item-date-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  background-color: white;
}

.yal-eli-item-date-sm .yal-eli-month {
  margin: 0;
  color: #B0B4BA;
  font-size: 14px;
  text-align: center;
}

.yal-eli-item-date-sm .yal-eli-day {
  position: relative;
  top: 0;
  font-family: "Abril Fatface";
  font-weight: 400;
  font-size: 32px;
  color: black;
  line-height: 1;
}

.yal-events-list-item-content {
  padding: 30px 40px;
  min-width: 50%;
}

.yal-events-list-item-content .yal-eli-title .tribe-events-list-event-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #000;
  font-family: "Abril Fatface";
  font-size: 21px;
  line-height: 1.25;
}

.yal-events-list-item-content .yal-eli-excerpt p {
  margin: 0;
}

.yal-events-list-item-content .yal-eli-excerpt .tribe-events-read-more {
  display: none;
}

.yal-events-list-item-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  padding: 20px 30px;
  border-left: 1px solid #DADADA;
}

.yal-events-list-item-meta .tribe-events-event-meta {
  margin: 0;
  border: none;
}

.yal-eli-time,
.yal-eli-location {
  margin: 5px 0;
}

.item-header-content-alt .yal-eli-time, .item-header-content-alt
.yal-eli-location {
  margin: 10px 0;
}

.yal-eli-time .icon,
.yal-eli-location .icon {
  margin-right: 10px;
  top: 4px;
  color: #FDC50E;
  font-size: 23px;
}

.yal-eli-time .lesser,
.yal-eli-location .lesser {
  font-size: 16px;
  color: #696969;
  word-break: break-word;
}

.yal-eli-time .lesser.alternate,
.yal-eli-location .lesser.alternate {
  color: white;
  font-size: 20px;
}

.yal-eli-location .icon {
  font-size: 26px;
  top: 5px;
}

.item-header-content-alt .yal-eli-location .icon {
  top: 4px;
}

.yal-eli-category {
  margin-top: 10px;
}

.yal-eli-category .tribe-events-event-categories a, .job-type a.tag {
  display: inline-block;
  margin-top: 5px;
  margin-right: 13px;
  margin-bottom: 5px;
  padding: 6px 15px;
  background-color: #5694DF;
  border-radius: 40px;
  font-family: Bebas Neue;
  font-size: 14px;
  letter-spacing: 2.95px;
  color: white !important;
  border-bottom: none !important;
  font-weight: 400;
}

.job-type.part-time a.tag
{
  background-color: #57dfdf;
}

.job-type.full-time a.tag
{
  background-color: #a4cd81;
}

.job-type.internship a.tag
{
  background-color: #5694df;
}

.job-type.freelance a.tag
{
  background-color: #AC6CE4;
}

.job-type.temporary a.tag
{
  background-color: #F7B954;
}

.tribe-events-gmap {
  display: none;
}

#tribe-events-content {
  margin: 0;
  padding: 50px 50px 100px;
  background-color: #F7F7F7;
}

#tribe-events-content ul.tribe-events-sub-nav {
  padding: 0;
}

.tribe-events-ical {
  display: none;
}


.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0;
}

.organizer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.organizer-img-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 74px;
      -ms-flex: 0 0 74px;
          flex: 0 0 74px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

.organizer-img-wrap img {
  height: 74px;
  width: 74px;
}

.organizer-name {
  margin-bottom: 4px;
  color: black;
  font-family: "Avenir W01", sans-serif;
  font-weight: 800;
}

.organizer-cta-wrap {
  display: inline-block;
  margin-top: 7px;
}

.event-content .tribe-events-cal-links {
  display: none;
}

.facebook-section {
  background-color: white;
}

.facebook-activity-wrap {
  padding: 50px 15px 70px;
}

.facebook-activity-wrap .more-wrap {
  text-align: center;
}

@media (min-width: 768px) {
  .fa-stats-wrap {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .fa-stats-wrap {
    width: 300px;
  }
}

.fa-stats-header {
  margin: 40px 0 20px;
  position: relative;
}

.fa-stats-header .h5, .fa-stats-header .single-product .woocommerce-breadcrumb, .single-product .fa-stats-header .woocommerce-breadcrumb, .fa-stats-header .side-panel aside .widgettitle, .side-panel aside .fa-stats-header .widgettitle {
  color: #000000;
}

.fa-stats-select-wrap {
  text-align: right;
  position: absolute;
  top: -8px;
  right: 0;
}

.fa-stat-list {
  margin-bottom: 0;
  padding-bottom: 30px;
  background-color: #F7F7F7;
}

.fa-stat-item {
  padding: 20px 15px 30px 40px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

@media (min-width: 768px) {
  .fa-stat-item {
    padding: 40px 15px 60px 40px;
  }
}

.fa-stat-item:nth-child(1) {
  background-image: url("../img/content/facebook-graph-1.svg");
}

.fa-stat-item:nth-child(2) {
  background-image: url("../img/content/facebook-graph-2.svg");
}

.fa-stat-item:nth-child(3) {
  background-image: url("../img/content/facebook-graph-3.svg");
}

.fa-stat-item .fa-stat-label,
.fa-stat-item .fa-stat-int {
  padding-bottom: 5px;
  padding-top: 5px;
}

.fa-stat-item .fa-stat-label {
  margin: 0;
  color: #5694DF;
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 3px;
}

.fa-stat-item .fa-stat-int {
  color: #000000;
  font-family: "Bebas Neue";
  font-size: 32px;
  line-height: 1;
}

.fa-stats-footer {
  padding-bottom: 20px;
  background: #3B5998;
}

.fa-icon-wrap {
  margin-bottom: 5px;
  position: relative;
}

.fa-icon-wrap .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 115px;
  width: 115px;
  margin: 0 auto;
  position: relative;
  top: -35px;
  background: #3b5998;
  border-radius: 50%;
  color: #fff;
  font-size: 60px;
}

.fa-icon-wrap .fa-icon-text {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  color: #fff;
}

.fa-footer-int {
  margin: -20px 0 10px;
  color: white;
  font-family: "Bebas Neue";
  font-size: 64px;
}

.media-list-secondary {
  margin-bottom: 0;
}

.media-list-secondary .media {
  background: #F7F7F7;
  margin-bottom: 30px;
}

.media-list-secondary .media:last-child {
  margin-bottom: 0;
}

.media-list-secondary .media-left,
.media-list-secondary .media-right,
.media-list-secondary .media-body {
  display: block;
}

.media-list-secondary .media-left {
  padding-right: 0;
}

@media (max-width: 767px) {
  .media-list-secondary .media-left {
    height: 240px;
  }
}

.facebook-section .media-left{
  height: auto;
}
@media (max-width: 767px) {
  .facebook-section .media-list li .fa-post-img, .facebook-section .media-list li .media-object{
    width: 100% !important;
    height: auto !important;
  }
  .facebook-section .media-list li:nth-child(1) .media-object{
    padding-bottom: 55%;
  }
  .facebook-section .media-list li:nth-child(2) .media-object{
    padding-bottom: 100%;
  }
  .facebook-section .media-list li:nth-child(3) .media-object{
    padding-bottom: 100%;
  }
}

.media-list-secondary .media-left .media-object {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.media-list-secondary .media-body {
  width: 100%;
  padding: 25px 30px;
  position: relative;
  letter-spacing: -0.28px;
  line-height: 28px;
  font-size: 16px;
}

.media-list-secondary .media-body p {
  margin-bottom: 15px;
}

.fa-post-date {
  display: block;
  margin: 15px 0;
  color: #B0B4BA;
}

@media (min-width: 768px) {
  .fa-post-date {
    padding-bottom: 20px;
  }
}

.fa-post-date:hover, .fa-post-date:focus, .fa-post-date:active {
  color: #B0B4BA;
}

.media-icon-wrap .media-post-icon {
  padding: 0 10px;
  color: #696969;
  font-family: "Avenir W01", sans-serif !important;
  font-size: 14px;
}

.media-icon-wrap .media-post-icon:first-child {
  padding-left: 0;
}

.media-icon-wrap .media-post-icon:last-child {
  padding-right: 0;
}

.media-icon-wrap .media-post-icon:before {
  padding-right: 5px;
  position: relative;
  top: 1px;
  color: #AFB4BD;
  font-family: icomoon !important;
  font-size: 13px;
}

@media (min-width: 768px) {
  .fa-posts-wrap {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 30px;
  }
  .fa-posts-wrap .media-left,
  .fa-posts-wrap .media-right,
  .fa-posts-wrap .media-body {
    display: table-cell;
  }
  .fa-posts-wrap .media-left a {
    display: block;
    height: 200px;
    width: 200px;
  }
  .fa-posts-wrap .media-left img {
    height: 200px;
  }
  .fa-posts-wrap .media-icon-wrap {
    position: absolute;
    right: 15px;
    bottom: 10px;
  }
  .fa-posts-wrap .more-wrap {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .fa-posts-wrap {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 70px;
  }
}

.page-footer {
  padding: 80px 0;
  position: relative;
  background-color: #3B5169;
}

@media (min-width: 768px) {
  .page-footer {
    background-image: url("../img/footer-circles.png");
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - -330px) center;
    background-position: calc(100% - -330px) center;
  }
}

@media (min-width: 992px) {
  .page-footer {
    background-position: -webkit-calc(100% - -320px) center;
    background-position: calc(100% - -320px) center;
  }
}

@media (min-width: 1200px) {
  .page-footer {
    background-position: -webkit-calc(100% - -300px) -330px;
    background-position: calc(100% - -300px) -330px;
  }
}

.page-footer .footer-logo {
  position: absolute;
  top: -50px;
}
.page-footer .footer-logo.vers-2 {
  position: absolute;
  top: -25px;
}
.page-footer .footer-img{
  position: absolute;
  z-index: 9;
  right: 30px;
  bottom: 155px;
}

.page-footer .footer-img a {
    width: 50px !important;height: 50px !important;
}

@media (min-width: 576px) {
  .page-footer .footer-img {
    right: 30px;
    bottom: 155px;
  }
  .page-footer .footer-img a {
    width: 50px !important;height: 50px !important;
  }
}

@media (min-width: 768px) {
  .page-footer .footer-logo {
    right: 10px;
  }
  .page-footer .footer-logo.vers-2 {
    right: 30px;
    top: -30px;
  }
  .page-footer .footer-img {
    right: 330px;
    bottom: 100px;
  }
  .page-footer .footer-img a {
    width: 50px !important;height: 50px !important;
  }
}

@media (min-width: 992px) {
  .page-footer .footer-logo {
    right: 30px;
  }
  .page-footer .footer-logo.vers-w {
    right: 35px;
  }
  .page-footer .footer-img {
    right: 335px;
    bottom: 100px;
  }
  .page-footer .footer-img a {
      width: 50px !important;height: 50px !important;
  }
}

@media (min-width: 1200px) {
  .page-footer .footer-logo {
    right: 40px;
  }
  .page-footer .footer-logo.vers-2 {
    right: 60px;
  }
  .page-footer .footer-img {
    right: 360px;
    bottom: 100px;
  }
  .page-footer .footer-img a {
      width: 80px !important;height: 80px !important;
  }
}

/*.page-footer .footer-social {
  margin-bottom: 25px;
}*/

.page-footer .footer-social a {
  color: #ffffff;
  font-size: 18px;
  outline: none;
}

.page-footer .copyright-text {
  display: inline-block;
  margin-right: 10px;
  color: #cccccc;
  font-size: 14px;
  font-weight: 300;
}

.page-footer .footer-links {
  display: block;
  padding-top: 10px;
  margin: 0;
}

@media (min-width: 1200px) {
  .page-footer .footer-links {
    /*display: inline-block;*/
    padding-top: 0;
  }
}

.page-footer .footer-links a {
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.page-footer .footer-links > li:not(:nth-child(1)):not(.seal) > a:not(.seal):before {
  content: '/';
  margin-right: 10px;
}

.award-ribbon-wrap {
  margin-top: 30px;
  position: relative;
}

.award-ribbon-wrap .ribbon-bg {
  height: 83px;
  width: 176px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-webkit-calc(-50% - -26px));
      -ms-transform: translateX(calc(-50% - -26px));
       -o-transform: translateX(calc(-50% - -26px));
          transform: translateX(calc(-50% - -26px));
}

.award-ribbon-wrap .ar-profile-img {
  height: 84px;
  width: 84px;
  margin-top: 60px;
  position: relative;
}

#give-gateway-radio-list li:not(:first-child) {
  display: inline-block;
  margin-top: 5px;
  margin-right: 25px;
}

.give-gateway-option {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.give-gateway-option::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1px;
  border: 1px solid #D7DCE1;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.give-gateway-option::after {
  display: inline-block;
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0, 0);
      -ms-transform: translateY(-50%) scale(0, 0);
       -o-transform: translateY(-50%) scale(0, 0);
          transform: translateY(-50%) scale(0, 0);
  left: 4px;
  background-color: #FDC50E;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.give-gateway-option input[type="radio"] {
  margin-right: 14px;
  opacity: 0;
  z-index: 1;
}

.give-gateway-option input[type="radio"]::before {
  cursor: not-allowed;
}

.give-gateway-option-selected::before {
  border: 1px solid #FDC50E;
}

.give-gateway-option-selected::after {
  -webkit-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
       -o-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
}

.yal-give-gateway-option-selected::before {
  border: 1px solid #FDC50E;
}

.yal-give-gateway-option-selected::after {
  -webkit-transform: translateY(-50%) scale(1, 1);
      -ms-transform: translateY(-50%) scale(1, 1);
       -o-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
}

#give-gateway-option-paypalpro,
#give-gateway-option-paypal,
#give-gateway-option-stripe {
  padding-top: 10px;
  padding-bottom: 10px;
}

#give-gateway-option-paypalpro .give-gateway-option-text,
#give-gateway-option-paypal .give-gateway-option-text,
#give-gateway-option-stripe .give-gateway-option-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  vertical-align: middle;
  cursor: pointer;
  top: -1px;
}


#give-gateway-option-paypalpro .give-gateway-option-text {
  height: 30px;
  width: 265px;
  background: url(../img/images/credit-cards.png) no-repeat center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}


#give-gateway-option-paypal .give-gateway-option-text {
  height: 20px;
  width: 76px;
  background: url(../img/images/paypal.png) no-repeat center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

#give-gateway-option-stripe .give-gateway-option-text {
  /*height: 15px;
  width: 72px;
  background: url(../img/images/bitcoin.png) no-repeat center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  top: -2px;*/
  height: 30px;
  width: 265px;
  background: url(../img/images/credit-cards.png) no-repeat center;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}

#give_purchase_form_wrap fieldset {
  margin-left: -15px;
  margin-right: -15px;
}

#give_purchase_submit{
  padding: 0 15px;
}

.give_forms-template-default.single-give_forms #give_purchase_submit, 
.give_forms-template-default.single-give_forms .give-donation-amount{
  display: block;
} 
.give_forms-template-default.single-give_forms .give-donation-amount{
  margin-bottom: 15px;
}

#give_purchase_form_wrap fieldset fieldset {
  margin-left: 0;
  margin-right: 0;
}

#give_purchase_form_wrap fieldset:before, #give_purchase_form_wrap fieldset:after {
  content: " ";
  display: table;
}

#give_purchase_form_wrap fieldset:after {
  clear: both;
}

#give_purchase_form_wrap legend {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#give_purchase_form_wrap .form-row label {
  display: block;
}

#give_purchase_form_wrap .form-row input {
  width: 100%;
}

#give_purchase_form_wrap .form-row {
  margin-bottom: 20px;
}

#give_purchase_form_wrap .form-row-one-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.give-login-account-wrap,
.give_login_forgot_password,
[id^="give-user-login-submit"],
.give-new-account-link,
[id^="give-login-fields"] .give_errors,
[id^="give_secure_site_wrapper"]{
  padding-left: 15px;
  padding-right: 15px;
}

.give_error p{
  margin-bottom: 10px !important;
}

.give-loading-text{
  display: none;
}

[id^="give-user-login-submit"]{
  margin-top: 20px;
}

.give-do-validate{
  margin-top: 25px;
}

@media (min-width: 992px) {
  #give_purchase_form_wrap .form-row-first,
  #give_purchase_form_wrap .form-row-last {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  #give_purchase_form_wrap .form-row-one-third {
    float: left;
    width: 33.33333%;
  }
}

#give_purchase_form_wrap .form-row-two-thirds {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #give_purchase_form_wrap .form-row-two-thirds {
    float: left;
    width: 66.66667%;
  }
}

#give_purchase_form_wrap .form-row-first,
#give_purchase_form_wrap .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#yal-give-form #give_purchase_submit > *:not(#discount-section){
  display: none;
}

.hamburger-icon {
  display: inline-block;
  width: 22px;
  height: 12px;
  position: relative;
  cursor: pointer;
}

.hamburger-icon .icon-bar {
  display: block;
  background: #fff;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.hamburger-icon .icon-bar.top-bar {
  top: 0;
}

.hamburger-icon .icon-bar.middle-bar {
  top: 50%;
}

.hamburger-icon .icon-bar.bottom-bar {
  top: 100%;
}

.hamburger-icon:hover .line-1, .hamburger-icon:focus .line-1 {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
}

.hamburger-icon:hover .line-3, .hamburger-icon:focus .line-3 {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
       -o-transform: translateY(1px);
          transform: translateY(1px);
}

.hamburger-icon.active .line-1 {
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
      -ms-transform: translateY(6px) translateX(0) rotate(45deg);
       -o-transform: translateY(6px) translateX(0) rotate(45deg);
          transform: translateY(6px) translateX(0) rotate(45deg);
}

.hamburger-icon.active .line-2 {
  opacity: 0;
}

.hamburger-icon.active .line-3 {
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
       -o-transform: translateY(-6px) translateX(0) rotate(-45deg);
          transform: translateY(-6px) translateX(0) rotate(-45deg);
}

.page-header {
  margin: 0;
  padding: 18px 20px 18px 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  border: none;
}

@media (min-width: 992px) {
  .page-header .page-header {
    padding: 20px 40px;
  }
}

.admin-bar .page-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .page-header {
    top: 46px;
  }
}

.page-header .logo-brand {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

.page-header .logo-brand img {
  height: 40px;
}

@media (min-width: 768px) {
  .page-header .logo-brand img {
    height: 50px;
  }
}

@media (min-width: 992px) {
  .page-header .logo-brand img {
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .page-header .logo-brand img {
    height: 70px;
  }
}

.page-header .header-nav {
  display: inline-block;
  position: relative;
  top: 2px;
  border-left: 1px solid #2D3E52;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.page-header .header-nav li:first-child {
  margin-left: 10px;
}

.page-header .header-nav li > a {
  font-family: "Bebas Neue";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
}

.page-header .header-nav li > a:hover, .page-header .header-nav li > a:focus, .page-header .header-nav li > a:active {
  color: #FDC50E;
}

.page-header .header-nav li.current-menu-item > a {
  color: #FDC50E;
  text-align: center;
}

.page-header .header-nav li.current-menu-item > a:before {
  display: inline-block;
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FDC50E;
  font-size: 3px;
}

.page-header .mobile-menu-toggle {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-header .navbar-collapsessssssss {
  position: absolute;
  top: 67px;
  right: 0px;
  left: 0px;
  -webkit-box-shadow: 0 40px 30px rgba(0, 0, 0, 0.01);
          box-shadow: 0 40px 30px rgba(0, 0, 0, 0.01);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.page-header .navbar-collapsessssssss.collapsing, .page-header .navbar-collapsessssssss.in {
  -webkit-box-shadow: 0 40px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 40px 40px rgba(0, 0, 0, 0.05);
}

.page-header .navbar-collapsessssssss .nav {
  margin: 0;
  padding: 15px 0 60px;
  text-align: center;
}

.page-header .navbar-collapsessssssss .nav li {
  display: block;
}

@media screen and (max-width: 991px) {
  .page-header .navbar-collapsessssssss {
    background-color: white;
  }
  .page-header .navbar-collapsessssssss .navbar-nav > li > a {
    display: inline-block;
    width: 210px;
    position: relative;
    text-align: left;
    padding: 10px 0;
    text-transform: uppercase;
  }
  .page-header .navbar-collapsessssssss .navbar-nav > li > a:after {
    display: block;
    content: '';
    height: 2px;
    width: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #DAA255;
  }
  .page-header .navbar-collapsessssssss .navbar-nav > li.current_page_item > a:after {
    width: 100%;
  }
}

.page-header .header-cta {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

@media (min-width: 1200px) {
  .page-header .header-cta {
    right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .page-header .header-cta .donate-btn {
    display: none;
  }
}

.page-header .header-cta .donate-btn .img-money, .paypal-donations .img-money{
  display: inline-block;
  margin-right: 10px;
  height: 15px;
  width: 19px;
  background-image: url("../img/icon/money.png");
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
       -o-transform: translateY(3px);
          transform: translateY(3px);
}

@media screen and (max-width: 991px) {
  .page-header .header-nav, .page-header .header-cta {
    display: none;
    width: 100%;
  }
  .page-header .mobile-menu-toggle {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-header .header-nav {
    border: none;
  }
  .page-header .header-nav .nav li {
    display: block;
    text-align: center;
  }
  .page-header .header-cta {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
  .page-header .header-cta .donate-btn {
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .page-header .header-cta .account-menu-wrap {
    border: none;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  width: 100%;
  position: relative;
  background-color: #2b3a4a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3B5169), to(#2F4256));
  background-image: -webkit-linear-gradient(top, #3B5169 0%, #2F4256 100%);
  background-image: -o-linear-gradient(top, #3B5169 0%, #2F4256 100%);
  background-image: linear-gradient(-180deg, #3B5169 0%, #2F4256 100%);
}

@media (max-width: 767px) {
  .hero-wrap.hero-push-xs {
    height: 200px;
  }
  .hero-wrap.hero-md-alt {
    min-height: auto !important;
  }

  .hero-wrap.hero-md {
    min-height: auto !important;
  }

  .hero-wrap.hero-sm {
    min-height: auto !important;
  }

  .hero-wrap.hero-xs {
    min-height: auto !important;
  }
}

.hero-wrap.hero-md-alt {
  min-height: 400px;
}

.hero-wrap.hero-md {
  min-height: 400px;
}

.hero-wrap.hero-sm {
  min-height: 300px;
}

.hero-wrap.hero-xs {
  min-height: 200px;
}

@media (min-width: 768px) {
  .hero-wrap.hero-xl {
    height: 700px;
  }
  .hero-wrap.hero-lg {
    height: 600px;
  }
  .hero-wrap.hero-md-alt {
    height: 500px;
  }
  .hero-wrap.hero-md {
    height: 400px;
  }
  .hero-wrap.hero-sm {
    height: 300px;
  }
  .hero-wrap.hero-xs {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .hero-wrap .vc_column-inner {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .hero-wrap.hero-lower {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .hero-bg {
    background-position: top center;
  }
}

.hero-bg.bg-center {
  background-position: center;
}

.hero-bg.bg-top-center {
  background-position: top center;
}

.hero-bg.bg-bottom-center {
  background-position: bottom center;
}

.hero-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 100px 30px 40px;
}

.hero-inner.hero-inner-alt {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .hero-inner.hero-inner-alt {
    padding: 0;
  }
}

.hero-inner.hero-inner-alt2 {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .hero-inner.hero-inner-alt2 {
    padding-bottom: 0;
  }
}

.hero-bottom {
  position: absolute;
  bottom: 20px;
}

.hero-heading {
  margin-top: 0;
  color: white;
}

.hero-heading.align-vertical {
  margin: 0;
}

.hero-heading.align-bottom {
  margin: 0;
  position: absolute;
  bottom: 50px;
}

.hero-lead {
  margin-bottom: 35px;
  color: white;
  font-size: 20px;
  font-weight: 300;
}

.hero-lead.text-white > *{
  color: white !important;
}

.hero-lead a {
  color: white;
  border-bottom: 1px dashed white;
}

.hero-lead a:hover, .hero-lead a:focus, .hero-lead a:active {
  color: white;
}

.swiper-anything.hero-wrap p {
  margin-bottom: 35px;
  color: white;
  font-size: 20px;
  font-weight: 300;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .swiper-anything.hero-wrap p {
    max-width: 70%;
  }
}

.min-hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  margin-bottom: 40px;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.min-hero-wrap:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 55, 72, 0.3);
}

.min-hero-wrap .h2 {
  position: relative;
  text-align: center;
  padding: 20px;
}

.hero-overlap {
  margin-top: -140px;
}

.sidebar-points-wrap {
  padding: 20px;
  position: relative;
  text-align: center;
}

.sidebar-points-number {
  margin-bottom: 12px;
  font-family: "Bebas Neue";
  font-size: 48px;
  line-height: 1;
  color: black;
  letter-spacing: -0.61px;
}

.sidebar-points-trophy {
  position: absolute;
  top: 17px;
  right: 18px;
}

.leaderboard-section, .make-liberty-win-section {
  padding-bottom: 60px;
}

.leaderboard-header {
  text-align: center;
  margin-bottom: 70px;
}

.leaderboard-title {
  display: inline-block;
  margin: 20px 0;
  vertical-align: middle;
  line-height: 1;
}

.leaderboard-dropdown {
  display: inline-block;
  vertical-align: middle;
  padding: 18px;
  border: 1px solid #D7DCE1;
  color: #B0B4BA;
  font-size: 24px;
}

@media (min-width: 992px) {
  .inline-filters-wrap {
    height: 50px;
    position: relative;
  }
  .inline-filters-wrap.inline-filter-left .inline-filter {
    right: 0;
    pointer-events: none;
    opacity: 0;
  }
  .inline-filters-wrap.inline-filter-left .inline-filter.inline-filter-active {
    pointer-events: auto;
    opacity: 1;
  }
  .inline-filters-wrap.inline-filter-right .inline-filter {
    left: 0;
  }
  .inline-filters-wrap .filter-back-arrow {
    height: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
    left: -50px;
    font-size: 32px;
    line-height: 32px;
    cursor: pointer;
  }
  .inline-filter {
    display: inline-block;
    position: absolute;
    top: 0;
  }
}

.leaderboard-instructions-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-right: 0;
}

.leaderboard-body {
  margin: 0 0 80px;
  padding: 80px 0 50px;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0px 26px 44px 0px rgba(58, 64, 79, 0.07);
          box-shadow: 0px 26px 44px 0px rgba(58, 64, 79, 0.07);
}

@media (min-width: 768px) {
  .leaderboard-body {
    margin: 0 -15px 80px;
  }
}

.leaderboard-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
       -o-transform: translateY(-35%);
          transform: translateY(-35%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 115px;
  width: 115px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
}

.leaderboard-icon-wrap .icon {
  font-size: 44px;
}

.leaderboard-top-items-wrap {
  margin-bottom: 50px;
  text-align: center;
}

.leaderboard-top-items-wrap .ltt-top-items {
  min-height: 225px;
}

.leaderboard-top-items-wrap .ltt-item {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 8px;
}

.leaderboard-top-items-wrap .ltt-item.ltt-item-second .ltt-image {
  border: 4px solid #D7DCE1;
}

.leaderboard-top-items-wrap .ltt-item.ltt-item-first .ltt-image {
  border: 4px solid #FDC50E;
}

.leaderboard-top-items-wrap .ltt-item.ltt-item-third .ltt-image {
  border: 4px solid #B1A98C;
}

.leaderboard-top-items-wrap .ltt-image {
  display: inline-block;
  height: 80px;
  width: 80px;
  margin-bottom: 17px;
  border-radius: 100%;
  position: relative;
}

.leaderboard-top-items-wrap .ltt-image:after {
  display: block;
  content: '';
  height: 17px;
  width: 4px;
  margin: 0 auto;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  background: #283748;
}

.leaderboard-top-items-wrap .ltt-image img {
  height: 100%;
  border-radius: 100%;
}

.leaderboard-col-header {
  margin-bottom: 20px;
}

.leaderboard-col-header:before, .leaderboard-col-header:after {
  content: " ";
  display: table;
}

.leaderboard-col-header:after {
  clear: both;
}

.leaderboard-col-header .h3, .leaderboard-col-header .checkout-wrapper h3, .checkout-wrapper .leaderboard-col-header h3, .leaderboard-col-header .single-product .summary .product_title, .single-product .summary .leaderboard-col-header .product_title, .leaderboard-col-header .single-product .related h2, .single-product .related .leaderboard-col-header h2, .leaderboard-col-header .post-type-archive-product .woocommerce-result-count, .post-type-archive-product .leaderboard-col-header .woocommerce-result-count, .leaderboard-col-header .thankyou-wrapper .woocommerce-thankyou-order-received, .thankyou-wrapper .leaderboard-col-header .woocommerce-thankyou-order-received, .leaderboard-col-header .thankyou-wrapper h2, .thankyou-wrapper .leaderboard-col-header h2 {
  margin-top: 2px;
  font-size: 21px;
  color: #000;
}

.leaderboard-col-header .h5, .leaderboard-col-header .single-product .woocommerce-breadcrumb, .single-product .leaderboard-col-header .woocommerce-breadcrumb, .leaderboard-col-header .side-panel aside .widgettitle, .side-panel aside .leaderboard-col-header .widgettitle {
  margin-top: 7px;
  font-size: 14px;
  color: #B0B4BA;
}

.leaderboard-list {
  list-style: none;
  padding: 0;
}

.leaderboard-list-item {
  padding-top: 12px;
  padding-bottom: 8px;
  border-top: 1px solid #F7F7F7;
  position: relative;
}

.leaderboard-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 53px;
}

.leaderboard-item-rank {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 20px;
  font-family: "Bebas Neue";
  color: black;
  line-height: 1;
}

.leaderboard-item-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32px;
      -ms-flex: 0 1 32px;
          flex: 0 1 32px;
  margin-right: 15px;
}

.leaderboard-item-avatar a {
  display: block;
  height: 32px;
  width: 32px;
}

.leaderboard-item-avatar img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.leaderboard-item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #696969;
}

.leaderboard-item-points {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: #696969;
  font-family: "Bebas Neue";
  font-size: 21px;
  line-height: 1;
}

.leaderboard-col-footer {
  margin: 30px 0 50px;
  text-align: center;
}

@media (min-width: 992px) {
  .leaderboard-section {
    padding: 120px 0;
  }
  .make-liberty-win-section{
    padding: 60px 0;
  }
  .leaderboard-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .leaderboard-body {
    padding-top: 120px;
  }
  .leaderboard-body.alternate-spacing {
    padding-top: 90px;
  }
  .leaderboard-title {
    margin: 20px 30px;
  }
  .leaderboard-col {
    padding: 0 50px;
  }
  .leaderboard-col-footer {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .make-liberty-win-section .action-win{
    margin-bottom: 40px !important;
  }
  .make-liberty-win-section .btn{
    padding: 8px 20px 7px !important;
    font-size: 14px !important;
  }
  .make-liberty-win-section .fa-heading h2{
    font-size: 24px;
    margin-top: 40px;
  }
  .make-liberty-win-section{
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .leaderboard-col {
    padding: 0 75px;
  }
}

.leadership-map-wrap {
  margin-top: -210px;
  margin-bottom: 50px;
  position: relative;
}

@media (min-width: 992px) {
  .leadership-map-wrap {
    margin-top: -250px;
  }
}

.leadership-map {
  height: 400px;
  width: 100%;
  overflow: visible !important;
}

@media (min-width: 992px) {
  .leadership-map {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .leadership-map {
    height: 600px;
  }
}

.map-figure {
  height: 140px;
  width: 140px;
  background-color: rgba(38, 52, 66, 0.9);
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.map-figure .mf-primary {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  right: 0;
  left: 0;
  -webkit-transition: all .25 ease-in-out;
  -o-transition: all .25 ease-in-out;
  transition: all .25 ease-in-out;
}

.map-figure:hover .mf-primary {
  opacity: 0;
}

.map-figure .mf-secondary {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  right: 0;
  left: 0;
  opacity: 0;
}

.map-figure:hover .mf-secondary {
  opacity: 1;
}

.map-figure .mf-lesser {
  color: #FDC50E;
  font-family: "Bebas Neue";
  font-size: 16px;
  letter-spacing: 2.25px;
}

.map-figure .mf-greater {
  color: white;
  font-family: "Bebas Neue";
  font-size: 64px;
  letter-spacing: 2.25px;
  line-height: 1;
}

.leadership-top-wrap {
  margin-top: -25px;
  position: relative;
  text-align: center;
}

#national-leader{
  display: block;
  top: 40%;
  right: 0;
  /*transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -o-transform: translateY(-40%);*/
  margin-top: -160px;
  width: 350px;
  position: absolute;
  -webkit-box-shadow: 0px 26px 44px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 26px 44px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  cursor: move;
}

#national-leader .header-national-leader{
  padding: 20px 20px 20px;
  background: #fafafa;
  text-align: center;
}

#national-leader .body-national-leader{
  padding: 20px;
  background: #fff;
}

.small-size a{
  font-size: 12px;
}

@media (min-width: 768px) {
  .leadership-top-wrap {
    display: none;
  }
}

.leadership-top-wrap .lt-img-wrap {
  margin-bottom: 15px;
}

/*.leadership-top-wrap .lt-img-wrap img {
  height: 130px;
  width: 130px;
}*/

.leadership-top-wrap .lt-name {
  color: black;
  font-family: "Avenir W01", sans-serif;
  font-weight: 800;
}

.leadership-top-wrap .lt-cta-wrap {
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .leadership-team-wrap {
    display: none;
  }
}

.leadership-team-wrap .lt-img-wrap {
  margin: 0 17px 0 16px;
  position: relative;
  top: -5px;
}

.leadership-team-wrap .lt-img-wrap img {
  height: 70px;
  width: 70px;
}

.leadership-team-wrap .lt-info-wrap {
  padding: 25px 0;
}

.leadership-team-wrap .lt-name {
  margin-bottom: 5px;
  color: black;
  font-family: "Avenir W01", sans-serif;
  font-weight: 800;
}

.leadership-team-wrap .lt-name-lg {
  font-size: 32px;
}

.leadership-team-wrap .lt-title {
  margin-bottom: 12px;
}

.leadership-team-wrap .lt-cta-wrap .button-group {
  margin: 20px 0 30px;
}

.leadership-team-list {
  margin: 0;
}

.leadership-team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #D7DCE1;
}

.modal-region-header {
  margin: 0 -22px;
  padding-top: 30px;
  background-color: #F7F7F7;
}

@media (min-width: 768px) {
  .modal-region-header {
    margin: 0 -52px;
  }
}

@media (min-width: 992px) {
  .modal-region-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 38px;
    position: relative;
    text-align: left;
  }
}

.modal-region-header .lt-img-wrap img {
  height: 120px;
  width: 120px;
}

.modal-region-header .lt-title {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .modal-region-header .lt-img-wrap {
    margin-right: 27px;
    top: 0;
  }
  .modal-region-header .lt-cta-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
    right: 42px;
  }
}

.leadership-state-item {
  position: relative;
  border-bottom: 1px solid #D7DCE1;
  text-align: left;
}

.leadership-state-item .ls-state-item-header {
  position: relative;
  cursor: pointer;
}

.leadership-state-item .ls-state-item-header .ls-name {
  padding: 25px 0;
}

.leadership-state-item .ls-state-item-header .ls-cta {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-webkit-calc(-50% - 4px));
      -ms-transform: translateY(calc(-50% - 4px));
       -o-transform: translateY(calc(-50% - 4px));
          transform: translateY(calc(-50% - 4px));
}

.leadership-state-item .ls-state-item-body {
  /*display: none;*/
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .leadership-state-item .ls-state-item-body {
    margin-right: 30px;
  }
}

.leadership-state-item .ls-cta-well {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 40px 0;
}

.mapbox-container {
  height: 650px;
  position: relative;
}

.mapbox-sidebar-wrap {
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 1;
  text-align: center;
}

.mapbox-sidebar-wrap .icon-map-search {
  font-size: 50px;
}

.mapbox-sidebar-wrap .h2 {
  margin-bottom: 65px;
}

.ms-upper {
  padding: 50px 15px 40px;
  position: relative;
  background-color: #F7F7F7;
}

.ms-upper:after {
  content: '';
  margin: 0 auto;
  position: absolute;
  height: 0;
  width: 0;
  bottom: -15px;
  right: 0;
  left: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #F7F7F7;
}

.ms-lower {
  padding: 45px 15px 25px;
  background-color: #fff;
}

.ms-int-lg {
  font-size: 64px;
}

.ms-int-title {
  color: #B0B4BA;
  font-size: 16px;
}

.ms-search-title {
  margin: 0 0 40px;
  font-size: 15px;
}

.mapboxgl-map {
  height: 800px;
  position: relative;
}

.mapboxgl-popup {
  max-width: 400px;
  min-width: 250px;
  z-index: 9;
}

.mapboxgl-popup.mapboxgl-popup-anchor-top {
  top: 24px !important;
  left: 0px !important;
}

.mapboxgl-popup.mapboxgl-popup-anchor-right {
  top: 0px !important;
  left: -15px !important;
}

.mapboxgl-popup.mapboxgl-popup-anchor-bottom {
  top: -24px !important;
  left: 0px !important;
}

.mapboxgl-popup.mapboxgl-popup-anchor-left {
  top: 0px !important;
  left: 20px !important;
}

.mapboxgl-popup .mapboxgl-popup-content {
  border-radius: 0;
  -webkit-box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.24);
  padding: 15px 35px 15px 15px;
  pointer-events: auto;
}

.mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup .mapboxgl-popup-content .mp-member-count {
  right: -5px;
  bottom: -5px;
}

.mapboxgl-ctrl-geocoder input[type='text'], .mapboxgl-ctrl-top-left {
  display: none !important;
}

.mapboxgl-popup-inner{
  position: relative !important;
}
#map .mp-img-wrap {
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.mp-img-wrap {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mp-content-wrap {
  display: inline-block;
  position: relative;
  margin-left: 65px;
  vertical-align: top;
  margin-right: 5px;
}

.mp-place {
  margin: 5px 0 6px !important;
  color: black;
  font-size: 16px !important;
  font-weight: 500;
}

.mp-location {
  color: #999;
  font-weight: 400;
  font-size: 13px !important;
  margin: 0 !important;
  margin-right: 40px !important;
}

.leaflet-popup-content-wrapper, .map-legends, .map-tooltip{
  box-shadow: 0px 15px 20px -15px rgba(0,0,0,.25) !important;
}

.mp-member-count {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #B0B4BA;
  font-size: 12px;
}

.mp-member-count-icon {
  margin-right: 0px;
  position: relative;
  top: 1px;
  font-size: 10px;
}

@media (min-width: 992px) {
  .mapbox-container {
    height: 800px;
  }
  .mapbox-sidebar-wrap {
    width: 300px;
    position: absolute;
    -webkit-box-shadow: 0px 26px 44px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 26px 44px 0px rgba(0, 0, 0, 0.1);
  }
}

.inline-photos-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 20px;
}

@media (min-width: 992px) {
  .inline-photos-list {
    margin: 0 40px;
  }
}

.inline-photos-item {
  display: block;
  width: 33.3%;
  padding: 20px;
}

@media (min-width: 768px) {
  .inline-photos-item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .inline-photos-item {
    width: 20%;
  }
}

.inline-photos-item .ip-photo-wrap {
  display: block;
}

.inline-photos-item .ip-photo {
  display: block;
  height: 100%;
  width: 100%;
}

.inline-photos-cta {
  margin: 30px 0 60px 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .inline-photos-cta {
    margin: 70px 0 100px 0;
  }
}

.grid-photos-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.grid-photos-item {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 580px) {
  .grid-photos-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .grid-photos-item {
    width: 33.3%;
  }
}

@media (min-width: 1200px) {
  .grid-photos-item {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .grid-photos-item:hover {
    z-index: 1;
  }
}

.grid-photos-item .gp-primary {
  position: relative;
}

.grid-photos-item:hover .gp-primary {
  pointer-events: none;
}

.grid-photos-item .gp-secondary {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 4px solid transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.grid-photos-item:hover .gp-secondary {
  opacity: 1;
  pointer-events: all;
}

@media (min-width: 992px) {
  .grid-photos-item:hover .gp-secondary {
    border: 4px solid #FDC50E;
    -webkit-transition: border 0.35s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: border 0.35s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: border 0.35s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

.grid-photos-item .gp-photo-wrap {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: -o-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grid-photos-item .gp-photo-wrap:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 55, 72, 0.3);
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 992px) {
  .grid-photos-item:hover .gp-photo-wrap {
    -webkit-box-shadow: 0 33px 44px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 33px 44px 0 rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.grid-photos-item:hover .gp-photo-wrap:before {
  background-color: rgba(40, 55, 72, 0.8);
}

.grid-photos-item .gp-photo {
  display: block;
  height: 100%;
  width: 100%;
}

.grid-photos-item .gp-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  z-index: 1;
  color: white;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  -o-transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -o-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -o-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

@media (min-width: 992px) {
  .grid-photos-item .gp-title {
    right: 30px;
    left: 30px;
  }
}

.grid-photos-item:hover .gp-title {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1), -o-transform 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.15s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.15s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.15s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.15s cubic-bezier(0.77, 0, 0.175, 1), -o-transform 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

.grid-photos-item .gp-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1), -o-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), -o-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.grid-photos-item:hover .gp-inner-wrap {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.grid-photos-item .gp-inner-wrap .gp-excerpt {
  margin-bottom: 20px;
  color: white;
}

.grid-photos-item .gp-inner-wrap .gp-excerpt a {
  color: white;
}

.grid-photos-item .gp-inner-wrap .gp-excerpt a:hover, .grid-photos-item .gp-inner-wrap .gp-excerpt a:focus, .grid-photos-item .gp-inner-wrap .gp-excerpt a:active {
  color: white;
}

.grid-photos-item .gp-inner-title {
  color: white;
}

.gp-cta-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 300px;
  background-color: #f5f3f3;
}

.gp-cta-title-wrap {
  margin-bottom: 36px;
}

.gp-cta-title-wrap .h2 {
  margin: 30px 15px;
}

.gp-cta-title-wrap.w-bg-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .single-product {
    background-color: #F7F7F7;
  }
}

.single-product .woocommerce-message {
  border-color: #FDC50E;
}

.single-product #container {
  margin: 100px auto 0;
}

.single-product .woocommerce-breadcrumb a {
  color: #000000;
}

.single-product .summary .woocommerce-Price-amount {
  color: #696969;
  font-size: 16px;
}

.single-product .summary .cart .quantity input {
  height: 41px;
  margin-right: 15px;
}

.single-product .summary .product_meta {
  display: none;
}

.single-product .related {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .single-product .related .products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px -25px 0;
  }
}

@media (min-width: 768px) {
  .single-product .related .products li.product {
    margin: 0;
    width: 30%;
  }
}

.search-results, .page-template-archive-jobs {
  background-color: #F7F7F7;
}

.search-results h3 {
  margin-bottom: 40px;
}

.search-results .search-item {
  margin-bottom: 30px;
  padding: 30px 15px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .search-results .search-item {
    padding: 35px;
  }
}

.search-results .search-item header .label {
  border-radius: 50px;
}

.search-results .search-item header .label.article-label {
  background-color: #5694DF;
}

.search-results .search-item header .label.event-label {
  background-color: #56DFE0;
}

.search-results .search-item header .label.page-label {
  background-color: #A4CE81;
}

.search-results .search-item header .label.member-label {
  background-color: #AC6DE4;
}

.search-results .search-item header .label.chapter-label {
  background-color: #F8B953;
}

.search-results .search-item .entry-summary, .search-results .search-item p {
  margin: 0;
}

#store-content {
  padding-top: 50px;
}

.store-categories-section {
  padding-top: 120px;
  padding-bottom: 60px;
}

.store-categories-section .heading-section {
  margin-top: 0;
}

@media (min-width: 768px) {
  .post-type-archive-product {
    background-color: #F7F7F7;
  }
}

.woocommerce ul.products {
  margin: 60px 0 50px;
}

@media (min-width: 992px) {
  .woocommerce ul.products {
    margin-bottom: 30px;
  }
}

.woocommerce ul.products li.product {
  text-align: center;
}

@media (min-width: 1200px) {
  .woocommerce ul.products li.product a img {
    margin: 0 auto 30px;
  }
}

.woocommerce ul.products li.product h3 {
  margin: 0;
  padding: .5em 0;
  color: black;
  font-family: "Abril Fatface";
  font-size: 1em;
}

@media (min-width: 768px) {
  .woocommerce ul.products li.product h3 {
    font-size: 1.3125em;
  }
}

.woocommerce ul.products li.product .price {
  color: #696969;
}

.product-search {
  float: right;
  position: relative;
  top: -7px;
}

.job-search
{
  float: right;
  position: relative;
  top: 5px;
}

.product-search .quick-search-wrapper,
.job-search .quick-search-wrapper,
.chapter-search-wrap .quick-search-wrapper,
.events-search .quick-search-wrapper,
.events-calendar-search .quick-search-wrapper
{
  margin-right: 10px;
  border-right: 1px solid #B0B4BA;
}

.woocommerce-info {
  display: none;
}

.sidebar-wrap {
  margin-bottom: 40px;
  position: relative;
}

.sidebar-wrap-offset {
  margin-top: -120px;
}

.sidebar-pre-header {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  text-align: center;
}

.sidebar-top-header {
  padding: 20px 20px 0;
  background-color: #F7F7F7;
}

.sidebar-list {
  margin-bottom: 40px;
  background-color: #F7F7F7;
}

.sidebar-item {
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D7DCE1;
}

.sidebar-item:last-child {
  border-bottom: none;
}

.sidebar-item.alternate {
  padding-bottom: 30px;
}

.sidebar-item-header {
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
}

.sidebar-item-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-item-header h3.w-link {
  padding-right: 80px;
}

.sidebar-item-header .sb-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  right: 20px;
}

.sidebar-item-body {
  padding: 0 20px;
}

.sidebar-item-body.alternate {
  margin: 0 20px;
  padding: 0;
}

.sidebar-item-body .btn, .sidebar-item-body .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .sidebar-item-body .button.wc-forward, .sidebar-item-body .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .sidebar-item-body .single_add_to_cart_button {
  margin-top: 30px;
}

.sidebar-item-body .sidebar-btn-lg {
  margin: 15px auto 0;
}

.sidebar-item-footer {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: center;
}

.sidebar-item-footer.alternate {
  margin-top: 25px;
  margin-bottom: 0;
}

.sb-join-chapter {
  display: block;
}

.quick-links-list {
  padding-bottom: 30px;
}

.quick-links-item {
  margin: 9px 0;
}

.quick-links-item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 8px;
  text-align: center;
}

.sidebar-links-item {
  min-height: 50px;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-links-item:last-child {
  margin-bottom: 0;
}

.sidebar-links-item .sl-icon {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  -webkit-background-size: cover;
          background-size: cover;
}

.sidebar-links-item .sl-title-wrap {
  margin-left: 70px;
  word-break: break-word;
}

.sidebar-links-item .sl-title-wrap.alt {
  margin-left: 65px;
}

.sidebar-links-item .sl-title {
  color: #000000;
}

.sidebar-links-item .sl-title.alt {
  color: #696969;
}

.sidebar-links-item .sl-sub-title {
  margin-top: 5px;
}

.sl-sub-title-alt {
  margin-top: 5px;
  color: #B0B4BA;
  font-family: "Bebas Neue";
  font-size: 12px;
  letter-spacing: 3px;
}

.sidebar-image-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}

.sb-image-item {
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  margin: 1px;
}

@media (min-width: 992px) {
  .sb-image-item {
    width: -webkit-calc(33.3% - 2px);
    width: calc(33.3% - 2px);
  }
}

.sb-image-link {
  display: block;
}

.sb-image-img {
  height: 100%;
  width: 100%;
}

.sidebar-icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-bottom: -10px;
}

.sb-icon-item {
  margin: 5px 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  text-align: center;
}

@media (min-width: 992px) {
  .sb-icon-item {
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
  }
}

.sb-icon-item .sb-icon-img {
  display: inline-block;
  height: 70px;
  width: 68px;
  -webkit-background-size: cover;
          background-size: cover;
}

/*
.sidebar-icon-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
}
.sb-icon-item {
  flex: 1;
  flex-basis: 50%;
  margin: 10px auto;
  text-align: center;
  @include mq(desktop-up) {
    flex-basis: 33.3%;
  }
  @include mq(large-desktop-up) {
    flex-basis: 25%;
  }

  .sb-icon-img {
    display: inline-flex;
    height: 70px;
    width: 68px;
    background-size: cover;
  }
}
*/
.sidebar-callout-wrap {
  background-color: #f7f7f7;
}

.sidebar-callout-header {
  background-color: #3B5169;
  text-align: center;
}

.sidebar-callout-header.w-offset {
  height: 145px;
  margin-bottom: 90px;
}

.sidebar-callout-header .sch-image {
  height: 200px;
  width: 200px;
  margin-top: 10px;
  margin-left: 30px;
}

.sidebar-callout-body ul {
  margin-bottom: 0;
}

.sidebar-callout-body ul li:last-child {
  margin-bottom: 0;
}

.scb-heading {
  margin-bottom: 40px;
}

.scb-heading .h3, .scb-heading .checkout-wrapper h3, .checkout-wrapper .scb-heading h3, .scb-heading .single-product .summary .product_title, .single-product .summary .scb-heading .product_title, .scb-heading .single-product .related h2, .single-product .related .scb-heading h2, .scb-heading .post-type-archive-product .woocommerce-result-count, .post-type-archive-product .scb-heading .woocommerce-result-count, .scb-heading .thankyou-wrapper .woocommerce-thankyou-order-received, .thankyou-wrapper .scb-heading .woocommerce-thankyou-order-received, .scb-heading .thankyou-wrapper h2, .thankyou-wrapper .scb-heading h2 {
  margin-top: 15px;
}

.sidebar-callout-footer .btn, .sidebar-callout-footer .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .sidebar-callout-footer .button.wc-forward, .sidebar-callout-footer .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .sidebar-callout-footer .single_add_to_cart_button {
  margin: 50px 0 40px;
}

.split-content-section {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  border-bottom: 1px solid #D7DCE1;
}

.sc-wrap {
  position: relative;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .sc-wrap:before {
    display: block;
    content: '';
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 50%;
    background-color: black;
  }
}

.sc-wrap .btn, .sc-wrap .single-product .woocommerce-message .button.wc-forward, .single-product .woocommerce-message .sc-wrap .button.wc-forward, .sc-wrap .single-product .summary .cart .single_add_to_cart_button, .single-product .summary .cart .sc-wrap .single_add_to_cart_button {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .sc-half {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .sc-half-left {
    text-align: right;
    padding-left: 30px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .sc-half-right {
    padding-left: 60px;
    padding-right: 30px;
  }
}

.sc-half .h5, .sc-half .single-product .woocommerce-breadcrumb, .single-product .sc-half .woocommerce-breadcrumb, .sc-half .side-panel aside .widgettitle, .side-panel aside .sc-half .widgettitle {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .sc-half .h5, .sc-half .single-product .woocommerce-breadcrumb, .single-product .sc-half .woocommerce-breadcrumb, .sc-half .side-panel aside .widgettitle, .side-panel aside .sc-half .widgettitle {
    padding: 0;
    margin-bottom: 55px;
  }
}

.sc-list {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .sc-list {
    padding-left: 0;
  }
}

.sc-list-item {
  list-style-type: disc;
  padding: 0;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .sc-list-item {
    list-style-type: none;
    min-height: 100px;
    margin-bottom: 0;
  }
}

.sc-half-left .sc-list-item:before {
  display: none;
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: -61px;
  font-size: 22px;
  color: black;
}

@media (min-width: 768px) {
  .sc-half-left .sc-list-item:before {
    display: block;
  }
}

.sc-half-right .sc-list-item:before {
  display: none;
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: -61px;
  font-size: 22px;
  color: black;
}

@media (min-width: 768px) {
  .sc-half-right .sc-list-item:before {
    display: block;
  }
}

.thankyou-wrapper {
  margin: 50px 0;
}

@media (min-width: 768px) {
  .thankyou-wrapper {
    margin: 120px 0 100px;
  }
}

.thankyou-wrapper .woocommerce-thankyou-order-details {
  padding: 0;
}

.thankyou-wrapper .woocommerce-thankyou-order-details li {
  border-color: #283748;
  color: #283748;
}

@media (max-width: 767px) {
  .thankyou-wrapper .woocommerce-thankyou-order-details li {
    float: none;
    margin-bottom: 20px;
    border-right: none;
  }
}

.thankyou-wrapper .woocommerce-thankyou-order-details li strong {
  margin-top: 5px;
  color: #FDC50E;
}

.vc-section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.sap-container-wrapper {
  max-width: none;
}

.sap-hero-wrap {
  font-size: 20px;
}

.sap-author-portrait img {
  height: 32px;
  width: 32px;
  margin-right: 11px;
  border-radius: 100%;
}

.sap-author-name {
  color: white;
}

.sap-divider {
  padding: 0 8px 0 13px;
}

.sap-story-preview {
  position: relative;
  top: -1px;
}

.sap-editable-title {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D7DCE1 !important;
  color: black;
  font-family: "Abril Fatface";
  font-weight: 400;
}

.sap-editable-title p {
  margin: 0;
}

.sap-editor-area-wrapper {
  margin-bottom: 80px;
}

@media screen and (max-width: 1139px) {
  .medium-editor-insert-plugin .medium-insert-buttons {
    margin-top: -3px;
    margin-left: 5px;
  }
}

.medium-insert-embeds:not(.medium-insert-embeds-wpoembeds) + p:before {
  left: 3px;
}

.medium-editor-anchor-preview a {
  padding: 5px 15px 5px;
}

.medium-editor-anchor-preview a:hover, .medium-editor-anchor-preview a:focus, .medium-editor-anchor-preview a:active {
  color: white;
}

#blog-order-select {
  display: none;
}

#feaured-img-holder-wrap {
  text-align: center;
}

.featured-img-preview {
  width: auto;
  margin: 0 auto;
}

.selectize-input {
  border-color: #D7DCE1;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.selectize-dropdown {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.selectize-control.multi .selectize-input [data-value] {
  background: #3B5169 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.selectize-control.multi .selectize-input [data-value]:hover, .selectize-control.multi .selectize-input [data-value]:focus, .selectize-control.multi .selectize-input [data-value]:active {
  background-color: #3B5169;
  border: 0 !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  border: 0 !important;
}

/*.badgeos-achievements-list-item {
  display: none;
}*/

.activity-feed-section .af-item {
  position: relative;
  padding: 20px;
  font-size: 14px;
  line-height: 1.9
}

#activity-stream > li.af-item:nth-child(odd) {
  background: #fafafa;
}

.activity-feed-section .af-icon {
  display: inline-block;
  /* margin-top: -16px; */
  position: absolute;
  top: 20px;
}

.activity-feed-section .af-icon img {
  height: 32px;
  width: 32px;
  border-radius: 100%;
}

.activity-feed-section .af-title {
  display: inline-block;
  margin-left: 45px;
  padding-right: 140px;
}

.activity-feed-section .af-title a {
  color: #696969;
  font-weight: 500;
  border-bottom: 0;
}

.activity-feed-section .af-title a:hover, .activity-feed-section .af-title a:focus, .activity-feed-section .af-title a:active {
  border-bottom: 0;
}

.activity-feed-section .af-title p {
  margin-bottom: 0;
}

.activity-feed-section .af-icon [class*="icon-"] {
  font-size: 32px;
}

.activity-feed-section .activity-inner {
  display: none;
}

.activity-feed-section .af-timestamp,
.activity-feed-section .activity-time-since,
.activity-feed-section .delete-activity {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 14px;
  margin-top: -10px;
}

.activity-feed-section .activity-time-since {
  font-weight: 300 !important;
}

.activity-feed-section .delete-activity {
  display: none;
}

div.bp-avatar-status,
div.bp-cover-image-status {
  clear: both;
  margin: 1em 0;
}

div.bp-avatar-status p.updated,
div.bp-cover-image-status p.updated {
  display: block;
  padding: 10px 15px;
}

div.bp-avatar-status p.success,
div.bp-cover-image-status p.success {
  background-color: #4FA75D;
  color: #fff;
}

div.bp-avatar-status p.error,
div.bp-cover-image-status p.error {
  background-color: #FF6C6C;
  color: #fff;
}

div.bp-avatar-status .bp-progress,
div.bp-cover-image-status .bp-progress {
  background: none;
  border: 1px solid #d1d1d1;
  float: right;
  height: 22px;
  line-height: 2em;
  margin: 6px 10px 0 0;
  margin-bottom: 2px;
  padding: 0;
  overflow: hidden;
  width: 200px;
}

div.bp-avatar-status .bp-bar,
div.bp-cover-image-status .bp-bar {
  background-color: #c3ff88;
  width: 0;
  height: 100%;
  z-index: 9;
}

.bp-uploader-progress div.error {
  background-color: #FF6C6C;
  color: #fff;
  display: block;
  font-size: 90%;
  padding: 10px 15px;
}

#buddypress p.warning,
body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,
body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning {
  display: block;
  padding: 20px 15px 18px 15px;
  position: relative;
  background-color: #5694DF;
  border: 0;
  color: #fff;
}

div.bp-avatar-nav {
  background: transparent;
  clear: both;
  margin: 10px 0 10px;
  overflow: hidden;
}

.avatar-nav-items {
  margin: 0;
  padding: 0;
}

img.avatar{
  max-width: 100%;
  max-height: 100%
}

#wp-admin-bar-user-info img.avatar{
  max-height: none;
}

.bp-avatar-nav .avatar-nav-items li.avatar-nav-item {
  float: left !important;
  margin: 0;
  list-style: none;
}

.avatar-nav-items li a {
  display: block;
  padding: 8px 30px;
  text-decoration: none;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  color: #696969;
}

.avatar-nav-items li a:hover, .avatar-nav-items li a:focus, .avatar-nav-items li a:active {
  color: black;
}

.bp-avatar-nav ul:before,
.bp-avatar-nav ul:after {
  content: " ";
  display: table;
}

.bp-avatar-nav ul:after {
  clear: both;
}

.bp-avatar-nav ul {
  border-bottom: 1px solid #d7d9dc;
  margin-bottom: 10px;
}

.bp-avatar-nav ul li {
  border: 1px solid transparent;
  border-bottom: 0;
}

.bp-avatar-nav ul.avatar-nav-items li.current {
  border: 1px solid #d7d9dc;
  border-bottom-color: #fff;
  margin-bottom: -1px;
}

.bp-avatar-nav li.current a {
  background: none;
  color: black;
  outline: 0;
}

#drag-drop-area {
  min-height: 200px;
  border: 1px dashed black;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
  height: 200px;
}

.drag-drop.drag-over #drag-drop-area {
  background: #f7f7f7;
}

.drag-drop-inside p {
  display: none;
}

.drag-drop-inside p.drag-drop-buttons {
  margin-top: 80px;
  text-align: center;
}

.drag-drop .drag-drop-inside p.drag-drop-buttons {
  margin: 40px auto auto;
  text-align: inherit;
}

.drag-drop .drag-drop-inside p.drag-drop-buttons .bp-screen-reader-text {
  background-image: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #B0B4BA;
  font-family: "Bebas Neue";
  letter-spacing: 2.25px;
  padding: 14px 30px 12px;
  font-size: 16px;
  text-shadow: none;
  background-color: #FDC50E;
  border-color: #FDC50E;
  color: #FFF;
  cursor: pointer;
}

.drag-drop .drag-drop-inside p.drag-drop-buttons .button {
  display: none;
}

.drag-drop #drag-drop-area {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.drag-drop .drag-drop-inside {
  display: table-cell;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.drag-drop .drag-drop-inside p,
.drag-drop-inside p.drag-drop-buttons {
  display: block;
}

.drag-drop .drag-drop-inside p {
  text-align: center;
}

.drag-drop .drag-drop-inside p:nth-child(2) {
  position: relative;
  text-transform: uppercase;
  color: #999;
  margin: 40px 0;
  font-family: "Bebas Neue";
  font-size: 15px;
  letter-spacing: 3px;
}

.drag-drop .drag-drop-inside p:nth-child(2):before {
  display: block;
  content: '';
  height: 1px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #B0B4BA;
  -webkit-transform: translate(-150%, -50%);
      -ms-transform: translate(-150%, -50%);
       -o-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
}

.drag-drop .drag-drop-inside p:nth-child(2):after {
  display: block;
  content: '';
  height: 1px;
  width: 40px;
  position: absolute;
  top: 50%;
  right: 50%;
  background-color: #B0B4BA;
  -webkit-transform: translate(-webkit-calc(150% - 2px), -50%);
      -ms-transform: translate(calc(150% - 2px), -50%);
       -o-transform: translate(calc(150% - 2px), -50%);
          transform: translate(calc(150% - 2px), -50%);
}

.drag-drop-inside p.drag-drop-info {
  margin-top: 0;
  margin-bottom: 40px;
  color: #000;
  font-family: "Abril Fatface";
  font-size: 18px;
}

@supports (-ms-accelerator: true) {
  .drag-drop-inside p.drag-drop-info {
    display: block;
  }
}

#avatar-to-crop {
  margin: 0 auto 20px;
  text-align: left;
}

#bp-webcam-avatar #avatar-to-crop {
  float: left;
  margin: 0 0 20px;
}

#avatar-to-crop .jcrop-holder {
  margin: 0 auto;
  background: #ececec !important;
}

.avatar-crop-management {
  clear: left;
  overflow: hidden;
  padding-top: 20px;
  text-align: center;
}

#bp-webcam-avatar .avatar-crop-management {
  clear: none;
  float: none;
  overflow: visible;
  padding-top: 0;
  width: auto;
}

#avatar-crop-pane {
  margin: 0 auto;
  overflow: hidden;
}

#bp-webcam-avatar #avatar-to-crop {
  border: 1px solid #eee;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 801px) {
  #bp-webcam-avatar #avatar-to-crop {
    max-width: 64%;
    width: 64%;
  }
}

#avatar-crop-actions a {
  display: block;
}

#bp-webcam-avatar #avatar-crop-actions {
  float: left;
  margin: 0 0 20px 0;
  width: 50%;
}

#avatar-crop-actions a.button {
  display: inline-block;
  margin-top: 10px;
  border-bottom: dashed 1px #5694DF;
  color: #5694DF !important;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

#avatar-crop-actions a.button:hover, #avatar-crop-actions a.button:focus, #avatar-crop-actions a.button:active {
  border-bottom: dashed 1px #5694DF;
  color: #5694DF !important;
}

#bp-webcam-avatar #avatar-crop-actions a.button {
  display: block;
  margin: 0 0 5px;
  padding: 4px 0;
  width: 100%;
}

#avatar-to-crop img,
#avatar-crop-pane img,
#avatar-crop-pane canvas,
#avatar-upload-form img,
#create-group-form img,
#group-settings-form img {
  border: none !important;
  max-width: none !important;
}

#bp-webcam-avatar video {
  float: left;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
   -o-transform: scaleX(-1);
      transform: scaleX(-1);
}

#bp-webcam-avatar #avatar-crop-pane {
  border: 2px dashed #bbb;
  clear: left;
  float: right;
  margin: 0  40px 10px 0;
  overflow: hidden;
}

/**
*  Users can define avatar constants with new dimension values
*  If they do, we'll ensure the layouts preserved by enforcing a max width
*  that matches bp default settings.
*/
#bp-webcam-avatar .avatar-crop-management #avatar-crop-pane {
  max-width: 150px;
  max-height: 150px;
}

#avatar-crop-pane canvas {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.group-avatar .bp-avatar .avatar-crop-management {
  margin-left: 0;
  padding-top: 0;
  width: auto;
}

.bp-avatar .item {
  overflow: hidden;
}

.bp-avatar .avatar-crop-management.adjust {
  float: left;
  clear: none;
  padding-top: 0;
}

.bp-avatar #avatar-to-crop.adjust {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  #bp-webcam-avatar .avatar-crop-management #avatar-crop-actions,
  #bp-webcam-avatar .avatar-crop-management #avatar-crop-pane {
    float: none;
  }
  #bp-webcam-avatar .avatar-crop-management #avatar-crop-pane {
    margin: 0 auto 10px;
  }
  #bp-webcam-avatar .avatar-crop-management #avatar-crop-actions {
    width: auto;
  }
}

@media screen and (min-width: 801px) {
  #bp-webcam-avatar .avatar-crop-management {
    clear: none;
    float: right;
  }
  #bp-webcam-avatar .avatar-crop-management #avatar-crop-pane {
    float: none;
    margin: 0 auto 10px;
  }
  #bp-webcam-avatar .avatar-crop-management #avatar-crop-actions {
    float: left;
    width: 100%;
  }
}

/** Admin Profile **/
body.users_page_bp-profile-edit.modal-open #TB_ajaxContent,
body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent {
  height: 95% !important;
  width: 95% !important;
}

body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,
body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,
body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.updated,
body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning {
  display: block;
  padding: 10px 15px;
}

.wp-admin #TB_window .bp-avatar #avatar-to-crop {
  float: left;
  margin: 0;
}

.wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop {
  margin-bottom: 20px;
}

@media screen and (min-width: 783px) {
  .wp-admin #TB_window .bp-avatar .avatar-crop-management {
    clear: none;
    float: left;
    margin-left: 20px;
    padding-top: 0;
    text-align: center;
  }
}

.wp-admin #TB_window .bp-avatar #avatar-to-crop video {
  width: 100%;
}

.wp-admin #TB_window .bp-avatar .avatar-crop-management a.button {
  height: auto;
  line-height: inherit;
}

@media screen and (min-width: 810px) {
  .wp-admin #TB_window .bp-avatar #bp-webcam-avatar #avatar-to-crop {
    max-width: none;
    width: 76%;
  }
  .wp-admin #TB_window #bp-webcam-avatar .avatar-crop-management {
    max-width: none;
    width: auto;
  }
}

.chapter-members-section {
  margin: 50px 0px;
}

.chapter-members-section .chapter-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  height: 25px;
  width: 25px;
}

.basic-member-list {
  margin-top: 15px;
}

.basic-member-list:before, .basic-member-list:after {
  content: " ";
  display: table;
}

.basic-member-list:after {
  clear: both;
}

.bm-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}

.w-no-gaps .bm-item {
  margin-top: 0;
  margin-bottom: 0;
}

.bm-item .bm-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  height: 100%;
  width: 100%;
  padding: 20px;
  position: relative;
  border: 1px solid #D7DCE1;
}

.w-no-gaps .bm-item .bm-item-inner {
  border-bottom-width: 0;
}

.w-no-gaps .bm-item:last-child .bm-item-inner {
  border-bottom-width: 1px;
}

.bm-item .member-profile-img {
  display: block;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.bm-item .member-profile-img img {
  height: 70px;
  width: 70px;
}

.bm-item .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: 80px;
}

.bm-item .member-name {
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
}

.leadership-state-item .bm-item .member-name {
  margin-bottom: 5px;
  font-family: "Avenir W01", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.bm-item .member-name a {
  color: #000000;
}

.bm-item .member-name a:hover, .bm-item .member-name a:focus, .bm-item .member-name a:active {
  color: #000000;
}

.bm-item .member-location {
  margin-top: 10px;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  color: #696969;
}

.bm-item .member-school-wrap {
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  color: #696969;
}

.editfield .description,
.editfield .bp-required-field-label {
  color: #aaa;
  margin: 10px 0 0 0;
}

.editfield {
  margin-bottom: 20px;
}

.editfield .help-block.form-error{
  position: absolute;
  bottom: -35px;
}

.editfield.hide-label label {
  display: none;
}

.editfield.label-spacing label {
  display: block;
  margin-bottom: 10px;
}

.editfield label {
  margin-top: 20px;
}

.editfield input[type="text"], .editfield textarea {
  display: block;
  width: 100%;
}

.editfield input[type="text"].error, .editfield textarea.error {
  border-bottom-color: #FF6C6C !important;
}

.editfield textarea {
  line-height: 1.5;
}

.standard-form label {
  display: block;
  margin-top: 20px;
}

.standard-form input[type="text"], .standard-form textarea {
  display: block;
  width: 100%;
}

#buddypress .h2 .text-link-tertiary {
  margin-left: 10px;
}

#buddypress > #item-body {
  margin-bottom: 70px;
}

.field-visibility-settings-notoggle {
  display: none;
}

#buddypress div#item-header ul li {
  float: none;
}

#cover-image-container {
  margin-bottom: 49px;
}

#header-cover-image {
  height: 100%;
  background-color: #2c3c4f;
}

#item-header-wrap {
  min-height: 180px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#item-header-avatar {
  position: absolute;
  bottom: 0;
}

#item-header-avatar > a {
  display: block;
}

#item-header-avatar img {
  display: block;
  height: 180px;
  width: 180px;
}

#item-header-avatar img.avatar {
  margin-bottom: 0;
  border: none;
}

#item-header-avatar .no-avatar {
  height: 180px;
  width: 180px;
  -webkit-background-size: cover;
          background-size: cover;
}

#item-header-avatar .avatar-edit {
  height: 32px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: white;
}

#item-header-content {
  min-height: 170px;
  margin-left: 210px;
  color: white;
}

#item-header-content .h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: white;
}

#item-header-content .h2 a {
  color: white;
}

#item-header-content .h2 a:hover, #item-header-content .h2 a:focus, #item-header-content .h2 a:active {
  color: white;
}

.member-location-wrap,
.hero-location-wrap {
  margin-top: 10px;
  margin-bottom: 15px;
}

.member-location-wrap [class*="icon-"],
.hero-location-wrap [class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  color: #FDC50E;
  font-size: 25px;
}

.member-location-wrap .location-city-state,
.hero-location-wrap .location-city-state {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-family: "Avenir W01", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.member-social-list [class*="icon-social"] {
  display: block;
  font-size: 25px;
}

.member-social-list .ms-item {
  vertical-align: middle;
}

.member-social-list .ms-item a {
  color: white;
  font-size: 36px;
}

.member-social-list .ms-item-add {
  position: relative;
  top: 2px;
}

.profile-fields .label {
  color: black;
}

#buddypress div.dir-search {
  margin: 0;
}

.profile-check-section {
  margin-bottom: 60px;
}

.bio-section {
  margin-top: 30px;
  margin-bottom: 60px;
}

.group-officers-section {
  margin-top: 20px;
  margin-bottom: 80px;
}

.activity-feed-section {
  margin-top: 60px;
  margin-bottom: 80px;
}

.blog-feed-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-sub-heading {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* Utilities */
/* ========================================== */
/* Utility classes */
/* ======================================== */
.flex-children {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}



.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .display-xs-block {
    display: block !important;
  }
  .display-xs-inline-block {
    display: inline-block !important;
  }
  .display-xs-inline {
    display: inline !important;
  }
  .display-xs-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .display-sm-block {
    display: block !important;
  }
  .display-sm-inline-block {
    display: inline-block !important;
  }
  .display-sm-inline {
    display: inline !important;
  }
  .display-sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .display-md-block {
    display: block !important;
  }
  .display-md-inline-block {
    display: inline-block !important;
  }
  .display-md-inline {
    display: inline !important;
  }
  .display-md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .display-lg-block {
    display: block !important;
  }
  .display-lg-inline-block {
    display: inline-block !important;
  }
  .display-lg-inline {
    display: inline !important;
  }
  .display-lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.container > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}

.vc_container_center{
  margin: 0 auto !important;
}

.b-5{
  top:-5px;
}

.t-5{
  top:5px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

@media (max-width: 767px) {
  .mt-60{
    margin-top: 35px !important;
  }
  .mb-60{
    margin-bottom: 35px !important;
  }
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.padding-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-sm {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-md {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .padding-md {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.padding-lg {
  padding: 100px 0;
}

.margin-xs {
  margin: 10px 0;
}

.margin-sm {
  margin: 25px 0;
}

.margin-md {
  margin: 50px 0;
}

.margin-lg {
  margin: 100px 0;
}

.max-xs {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .max-xs {
    max-width: 60%;
  }
}

.max-sm {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .max-sm {
    max-width: 70%;
  }
}

.max-md {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .max-md {
    max-width: 80%;
  }
}

.max-lg {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.max-500px {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.relative-container {
  position: relative !important;
}

.text-xs {
  font-size: 10px !important;
}

.text-sm {
  font-size: 13px !important;
}

.text-md {
  font-size: 20px !important;
}

.text-lg {
  font-size: 30px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.delay-xxxs {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
     animation-delay: 0.2s;
}

.delay-xxs {
  -webkit-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
     animation-delay: 0.35s;
}

.delay-xs {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
     animation-delay: 0.5s;
}

.delay-sm {
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
     animation-delay: 1s;
}

.delay-md {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
     animation-delay: 1.5s;
}

.delay-lg {
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
     animation-delay: 2s;
}

.ir {
  display: block;
  vertical-align: top;
  position: relative;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.iir {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* Global Sprite Maps */

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

.message-search{
  padding: 15px;
}

#search-message-form .bp-screen-reader-text{
  display: none;
}

#search-message-form #messages_search{
  height: 60px;
  padding: 20px 15px 17px 0;
  border: none;
  border-bottom: 1px solid #D7DCE1;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  font-family: "Abril Fatface";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: border .33s ease-in-out;
  -o-transition: border .33s ease-in-out;
  transition: border .33s ease-in-out;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.nf-form-title h3{
    color: #000;
    font-family: "Abril Fatface";
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 0px 0 35px 0;
}

.clear-value{
  display: none !important;
}

.become-a-dues-paying-member .editfield label, 
.profile-edit .editfield label{
  margin-top: 20px;
  margin-right: 20px;
  color: #555;
  font-family: "Bebas Neue";
  font-size: 15px;
  letter-spacing: 2px;
  border-bottom: 0;
  font-weight: normal;
}

.become-a-dues-paying-member .editfield label input[type="checkbox"],
.profile-edit .editfield label input[type="checkbox"]{
  margin-right: 10px;
}

/***/

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

@media screen and (max-width: 1368px) {
  .nav > li > a {
      padding: 10px 7px;
  }
  .page-header .header-nav li > a
  {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1200px) {
  .nav > li > a {
      padding: 10px 5px;
  }
  .page-header .header-nav li > a
  {
    letter-spacing: 1.5px;
  }
}

.nf-form-content h3{
  margin-top: 5px;
  color: #000;
  font-family: "Abril Fatface" !important;
  font-size: 21px;
  line-height: 1.25;
}

.nf-form-content .label-hidden .nf-field-description{
  order: 10 !important;
}

.nf-form-content a{
  color: #0f6fc8;
  text-decoration: underline;
}

.nf-field-description .required{
  color: red !important;
}

.sub-menu{
  display: none;
}
.child-mb-10>li>a{
  position: relative;
  margin-bottom: 10px !important;
}
.nav .account-menu-dropdown .menu-item > a {
  /*color: inherit;*/
}




[id^="give_secure_site_wrapper"]{ display: none !important; }


a{
  color: #1b81e5;
}

