/*font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;*/

* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Poppins', sans-serif !important;
  color:black;
  background-color: white;
}
a{
  color: black;
}
a:hover{
  text-decoration: none;
}
.footer-container a {
  color: white !important;
}
.footer-container a:hover {
  color: #cdcdcd !important;
}
.s-10{
  font-size: 10px;
}
.s-16{
  font-size: 16px;
}
.s-18{
  font-size: 18px;
}
.s-48{
  font-size: 48px;
}
.p-10{
  padding: 10px;
}
.p-20{
  padding: 20px;
}
.pt-10{
  padding-top: 10px;
}
.pt-20{
  padding-top: 20px;
}
.pt-25{
  padding-top: 25px;
}
.pt-40{
  padding-top: 40px;
}
.pb-40{
  padding-bottom: 40px;
}
.pl-10{
  padding-left: 10px;
}
.pl-20{
  padding-left: 20px;
}
.pl-25{
  padding-left: 25px;
}
.pl-30{
  padding-left: 30px;
}
.pright-5{
  padding-right: 5px;
}
.m-10{
  margin: 10px;
}
.m-20{
  margin: 20px;
}
.mb-0{
  margin-bottom: 0;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-40{
  margin-bottom: 40px;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top: 40px;
}
.ml-0{
  margin-left: 0;
}

.w-45{
  width: 45%;
}

.w-100{
  width: 100%;
}

.center-text {
  text-align: center;
}

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


.black-background{
  background-color: black;
}

.overflow-text{
  white-space: nowrap; 
  /*width: 200px; */
  overflow: hidden; 
  text-overflow: ellipsis;
}

.jsi-background-black{
  background-color: #1A1A1A;
}

.light-grey-text{
  color: #D3D3D3;
}
.white-text{
  color: white;
}
.black-text{
  color: black;
}
.blue-text{
  color: blue;
}
.red-text{
  color: red;
}
.bronze-text{
  color: #cd7f32;
}
.silver-text{
  color: #C0C0C0;
}
.gold-text{
  color: #FFD700;
}
.green-text{
  color: #0C5D13;
}

.red-btn{
  background-color: #AE0721; 
  color: white;
}

.jsi-admin-menu-li{
  display: inline-block; 
  padding-right: 25px;  
  border-bottom: none;
}

.jsi-li{
  display: inline-block; 
  padding-right: 25px; 
  width: 0;
  border-bottom: 0;
}

.jsi-li-40{
  display: inline-block; 
  padding-right: 25px; 
  width: 40px;
  border-bottom: 0;
}

.jsi-li-60{
  display: inline-block; 
  padding-right: 25px; 
  width: 60px;
  border-bottom: 0;
}

.jsi-li-100{
  display: inline-block; 
  padding-right: 25px; 
  width: 100px;
  border-bottom: 0;
}

.jsi-li-a{
  color: white; 
  background: transparent; 
  width: 0;
}

.jsi-banner{
  margin-top: 20px;
  max-width: 200px; 
  max-height: 200px;
}

.change-tier-box{
  list-style: none; 
  background-color: black; 
  color: white; 
  padding: 10px;
}

.membership-box{
  padding: 15px; 
  width: 80%; 
  margin: 0 auto;
}

.relative{
  position: relative;
}
.border-bottom-1{
  border-bottom: solid black 1px;
}

.edit-content-container{
  vertical-align: top; 
  border: solid black 1px; 
  margin: 15px; 
  padding: 15px;
}

.creat-member-container{
  flex: 100%; 
  max-width: 100%;
}

.profile-container{
  padding: 15px; 
  background-color: lightgrey; 
  color: black; 
  text-align: center; 
  width: 60%; 
  margin: 0 auto;
}

.insta-widget{
  width:100%;
  border:0;
  overflow:hidden;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	border-bottom: 1px solid white;
  margin-bottom: 0;
  cursor: pointer;
}

#show-menu{
  display: none;
  -webkit-appearance: none;
}

.no-decoration{
  text-decoration: none;
}
.bold-text{
  font-weight: bold;
}

.zero-margin{
  margin: 0 auto;
}

.block{
  display: block;
}

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

.register-container{
  flex: 100%; 
  max-width: 100%;
}

.login-btn{
  background-color: black; 
  color: white; 
  width: 150px;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.jsi-justify-content{
  justify-content: center;
  display: inline-flex;
}

p {
  margin-bottom: 20px;
}

.blog-content-container{
  width: 50%; 
  display: inline-block;
}

.blog-link-container{
  width: 40%; 
  display: inline-block; 
  top: 0; 
  float: right; 
  background-color: #f9f9f9; 
  margin-top: 20px;
}

.breadcrumb-container p {
  margin-bottom: 0;
}

.breadcrumb-container{
  /*height: 32px;*/
  padding-top: 8px;
  /*padding-bottom: 35px;*/
  padding-bottom: 8px;
  color: white;
  background: black;
  bottom: 0px;
  left: 0px;
  text-align: left !important;
  padding-left: 20px;
  font-size: 11pt;
  width: 100%;
  /*margin-bottom: 20px;*/
  /*position: absolute;*/
  /*width: calc(100% - 20px);*/
}

.sub-breadcrumb-container{
  height: 32px;
  padding-top: 8px;
  padding-bottom: 35px;
  color: black;
  background: #c4dd1c;
  bottom: 0px;
  left: 0px;
  text-align: center !important;
  /*padding-left: 20px;*/
  font-size: 11pt;
  width: 100%;
  margin-bottom: 20px;
  /*position: absolute;*/
  /*width: calc(100% - 20px);*/
}

.admin-message-container{
  background-color: white;
  width: 80%;
  height: 400px;
  border: 1px solid black;
  overflow-y: scroll; 
  padding: 15px; 
  margin: 0 auto; 
  margin-bottom: 20px;
}

.member-message-container{
  background-color: white;
  width: 60%;
  height: 400px;
  border: 1px solid black;
  overflow-y: scroll; 
  padding: 15px; 
  margin: 0 auto; 
  margin-bottom: 20px;
}

.footer-container{
  background-color: #1A1A1A; 
  bottom: 0; 
  right: 0; 
  left: 0; 
  z-index: 1030;
}

.nav-tabs{
  border:none;
}

.nav-tabs 
.nav-link:focus, 
.nav-tabs 
.nav-link:hover{
  border:none;
}

.nav-tabs 
.nav-item.show 
.nav-link, 
.nav-tabs 
.nav-link.active{
    color: white;
    background-color: black;
}

.more-links-container{
  background-color: black; 
  color: white; 
  text-align: center;
}

.content-search-container{
  width: 30%; 
  margin: 0 auto; 
  margin-top: 30px; 
  margin-bottom: 30px;
}

.jsi-card-container{
  margin-bottom: 50px; 
  color: black; 
  text-align: center; 
  background-color: transparent; 
  border:none;
}

.jsi-card-img{
  width:230px; 
  height:200px; 
  background-size:cover; 
  background-position:center center; 
  background-repeat:no-repeat;
  margin: 0 auto; 
}

.jsi-card-body{
  width:230px;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1100px) {
  .jsi-admin-menu-li{
    display: inline-block; 
    padding-right: 25px;  
    border-bottom: none;
    width: 45%;
  }
}

@media (min-width: 1100px) {
  .footer-col-large {
    width:360px !important;
  }

  .container {
    width:1100px;
    margin:0 auto;
    position: relative;
  }

  #top-header {
    height:32px;
    padding-top:8px;
    background: #000000;
    color:#cecece;
    font-size: 11pt;
  }

  #top-header-left {
    float:left;
    width:400px;
  }

  #top-header a {
    color: #cecece;
    text-transform: uppercase;
    text-decoration: none;
    padding:0px 10px;
  }

  #top-header a:hover {
    color: white;
  }

  #top-header-right {
    float:right;
    text-align: right;
    width:200px;
  }

  #header {
    text-align: center;
    height:87px;
    padding:20px 0px;
    border-bottom: solid 1px #cecece;
    background: white;
  }

  #nav {
    height:42px;
    /*padding-top:13px;*/
    text-align: center;
  }

  #nav ul {
    display: inline;
  }

  #nav ul li {
    display: inline;
  }

  #nav ul li a {
    text-decoration: none;
    font-size:11pt;
    color:black;
    padding:0px 20px;
    text-transform: uppercase;
  }

  #nav ul li a:hover {
    color:#cdcdcd;
  }


  #slider {
    height:440px;
    width:100%;
    background: url('../images/slider-bg.jpg');
    background-position: top center;
    background-size: cover;
    text-align: center;
    color:white;
    position: relative;
    z-index: 1;
  }

  #slider-logo {
    padding-top:150px;
    margin-bottom: 20px;
  }

  #slider h3 {
    color: white;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12pt;
    width:715px;
    margin:0px auto 20px auto;
  }

  #callouts {
    position: relative;
    z-index: 10;
    width:1020px;
    margin:-40px auto 60px auto;
    height:288px;
  }

  .callout {
    float:left;
    width:318px;
    height:288px;
    margin:0px 24px;
  }

  .content {
    padding:40px 0px;
    background: white;
    color: black;
  }

  .center-text {
    text-align: center;
  }

  .header-border {
    height:10px;
    width:40px;
    text-align: center;
    margin:0 auto 20px auto;
    background: url('../images/header-border.jpg');
  }

  h1 {
    font-size: 20pt;
    text-transform: uppercase;
    margin-bottom: 20px;
    /*font-family: 'Lato';*/
    font-weight: 900;
  }


  #footer {
    background: #1a1a1a;
    padding:40px 0px;
    color: white;
  }

  #footer-left {
    float:left;
    width:300px;
    text-align: left;
    padding-left: 25px; 
    padding-top: 25px;
  }

  #footer-right {
    float: right;
    width:600px;
    color: white; 
    padding-top: 25px;
  }

  .footer-col {
    float: right;
    width:180px;
    margin-left: 20px;
    line-height: 2.2;
  }

  .grey-border {
    background: #3c3c3c;
    height:3px;
    width:20px;
    margin-bottom: 20px;
  }

  #footer-right a, #sub-footer a {
    color: white !important;
    text-decoration: none;
  }

  #footer-right a:hover, #sub-footer a:hover {
    color: #cdcdcd !important;
  }

  #footer h3 {
    font-size: 12pt;
  }

  #sub-footer {
    height:32px;
    padding-top:8px;
    background: black;
    color: white;
    font-size: 10pt;
  }

  #sub-footer-left {
    float:left;
    width:500px;
    padding-left: 25px; 
  }

  #sub-footer-right {
    float:right;
    width:200px;
    text-align: right;
  }

  #sub-footer-right a {
    margin-left: 20px;
  }

  #breadcrumbs {
    height:32px;
    padding-top:8px;
    color: white;
    background: black;
    position: absolute;
    bottom: 0px;
    left:0px;
    text-align: left !important;
    width:calc(100% - 20px);
    padding-left: 20px;
    font-size: 11pt;
  }

  #breadcrumbs a {
    color: white;
    text-decoration: none;
  }

  #breadcrumbs a:hover {
    color: #cdcdcd;
  }

  #slider h1 {
    padding-top:150px;
    font-size:28pt;
    font-weight: 400;
  }

  .blog-left {
    float:left;
    width:603px;
  }

  .blog-right {
    float:right;
    margin-left: 20px;
    margin-bottom: 20px;
    width:477px;
  }

  .blog-right-header {
    background: black;
    color: white;
    height:32px;
    padding-top:8px;
    text-align: center;
    margin-top:20px;
  }

  .blog-right-more {
    background: #f9f9f9;
    color: black;
    padding:20px;
    line-height: 2.2;
  }

  .blog-right-more a {
    text-decoration: none;
    color: black;
  }

  .blog-right-more a:hover {
    color: #cecece;
  }
}



@media screen and (max-width : 1099px){
  .container {
    width:100%;
    margin:0 auto;
    position: relative;
  }

  #top-header {
    height:32px;
    padding-top:8px;
    background: #000000;
    color:#cecece;
    font-size: 11pt;
  }

  #top-header-left {
    display: none;
    float:left;
    width:70%;
  }

  #top-header a {
    color: #cecece;
    text-transform: uppercase;
    text-decoration: none;
    padding:0px 8px;
  }

  #top-header a:hover {
    color: white;
  }

  #top-header-right {
    float:right;
    text-align: right;
    width:30%;
  }

  #header {
    text-align: center;
    height:87px;
    padding:20px 0px;
    border-bottom: solid 1px #cecece;
    background: white;
    position: relative;
    z-index: 100;
  }

  #nav {
    height:42px;
    padding-top:13px;
    text-align: center;
    position: relative;
    z-index: 100;
  }

  .signup {
    /* display: none; */
  }

  #slider {
    height:280px;
    width:100%;
    background: url('../images/slider-bg.jpg');
    background-position: top center;
    background-size: cover;
    text-align: center;
    color:white;
    position: relative;
    z-index: 1;
  }

  #slider-logo {
    padding-top:40px;
    margin-bottom: 20px;
  }

  #slider h3 {
    color: white;
    font-family: 'Lato';
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
  }

  #callouts {
    width:100%;
    margin:40px auto 60px auto;
    text-align: center;
  }

  .callout {
    width:90%;
    height:288px;
    margin:20px 5%;
  }

  .content {
    padding:40px 20px;
    background: white;
    color: black;
  }

  .center-text {
    text-align: center;
  }

  .header-border {
    height:10px;
    width:40px;
    text-align: center;
    margin:0 auto 20px auto;
    background: url('../images/header-border.jpg');
  }

  h1 {
    font-size: 20pt;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Lato';
    font-weight: 900;
  }


  #footer {
    background: #1a1a1a;
    padding:40px 0px;
    color: white;
  }

  #footer-left {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 25px; 
    padding-top: 25px;
  }

  #footer-right {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-col {
    width:100%;
    margin-bottom: 20px;
    line-height: 2.2;
  }

  .grey-border {
    background: #3c3c3c;
    height:3px;
    width:20px;
    margin:0px auto 20px auto;
  }

  #footer a, #sub-footer a {
    color: white;
    text-decoration: none;
  }

  #footer a:hover, #sub-footer a:hover {
    color: #cdcdcd;
  }

  #footer h3 {
    font-size: 12pt;
  }

  #sub-footer {
    padding:10px 5%;
    background: black;
    color: white;
    font-size: 10pt;
    text-align: center;
  }

  #sub-footer-left {
    margin-bottom: 20px;
    padding-left: 25px; 
    padding-top: 25px;
  }

  #sub-footer-right {
    margin-bottom: 20px;
  }

  #sub-footer-right a {
    margin-left: 20px;
  }


  #breadcrumbs {
    height:32px;
    padding-top:8px;
    color: white;
    background: black;
    text-align: left !important;
    width:calc(100% - 20px);
    padding-left: 20px;
    font-size: 11pt;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #breadcrumbs a {
    color: white;
    text-decoration: none;
  }

  #breadcrumbs a:hover {
    color: #cdcdcd;
  }

  #slider h1 {
    padding-top:50px;
    font-size:22pt !important;
    font-weight: 400;
  }

  .blog-right, .blog-left {
    margin-bottom: 20px;
  }

  .blog-right img {
    display: block;
    margin:0 auto;
  }

  .blog-right-header {
    background: black;
    color: white;
    height:32px;
    padding-top:8px;
    text-align: center;
    margin-top:20px;
  }

  .blog-right-more {
    background: #f9f9f9;
    color: black;
    padding:20px;
    line-height: 2.2;
  }

  .blog-right-more a {
    text-decoration: none;
    color: black;
  }

  .blog-right-more a:hover {
    color: #cecece;
  }


  ul {
    /*position: static;
    display: none;*/
  }

  ul.body {
    display:block;
    position: relative;
    margin-left:40px;
  }

  .show-menu {
    display:block;
  }

  li {
    display:block;
    width:100%;
    border-bottom: 1px solid white;
  }

  li a {
    display:block;
    text-align: center;
    color:white;
    background:#5e5d5d;
    padding:12px 0px;
    text-decoration: none;
    text-transform: uppercase;
    z-index:999;
  }

  li:hover a {
    background: #cdcdcd;
    color:black;
  }


  input[type=checkbox]:checked ~ ul{
      display: block;
  }
  input[type=checkbox]:not(:checked) ~ ul{
      display: none;
  }

  .blog-content-container{
    width: 100%; 
    display: inline-block;
  }

  .blog-link-container{
    width: 100%; 
    display: inline-block; 
    top: 0; 
    float: right; 
    background-color: #f9f9f9; 
    margin-top: 20px;
  }

  .jsi-justify-content{
    justify-content: center;
    display: block;
  }

}


#mceu_31{
  display: none !important;
}
#mceu_33{
  display: none !important;
}

.food-blog-image{
  background: url("imgs/slider-dark.jpg");
  
  background-size: cover;
}

.food-slider {
  height:440px;
  width:100%;
  background-image: url('../imgs/slider-dark.jpg');
  background-position: top center;
  background-size: cover;
  text-align: center;
  color:white;
  position: relative;
  z-index: 1;
}

.card-input-element+.card {
  /*height: calc(36px + 2*1rem);*/
  /*color: var(--primary);*/
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid black;
  border-radius: 4px;
}

.card-input-element+.card:hover {
  cursor: pointer;
}

.card-input-element:checked+.card {
  border: 2px solid black;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.card-input-element:checked+.card::after {
  /*content: '\e5ca';*/
  color: #AFB8EA;
  font-family: 'Material Icons';
  font-size: 24px;
  -webkit-animation-name: fadeInCheckbox;
  animation-name: fadeInCheckbox;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.list-group-item.active{
  z-index: 2;
  color: white;
  background-color: black;
  border-color: black;
}

.donate-now {
     list-style-type:none;
     margin:25px 0 0 0;
     padding:0;
     color: black;
}

.donate-now li {
     float:left;
     margin:0 5px 0 0;
    width:100px;
    height:40px;
    position:relative;
}

.donate-now label, .donate-now input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.donate-now input[type="radio"]  {
    opacity:0.011;
    z-index:100;
}

.donate-now input[type="radio"]:checked + a {
    color: black !important;
  border-bottom: 3px solid black;
  padding-bottom: 3px;
}

.donate-now a:focus{
  color: black !important;
  border-bottom: 3px solid black !important;
  padding-bottom: 3px;
}
.donate-now a:active{
  color: black !important;
  border-bottom: 3px solid black;
  padding-bottom: 3px;
}
.donate-now a:hover{
  color: black !important;
  border-bottom: 3px solid black;
  padding-bottom: 3px;
}
.donate-now label {
     padding:5px;
     /*border:1px solid #CCC; */
     cursor:pointer;
    z-index:90;
}

.donate-now label:hover {
    color: black !important;
  border-bottom: 3px solid black;
  padding-bottom: 3px;
}

.admin-message-icon{
  font-size: 48px; 
  margin: 20px 0 20px 55px; 
  display:inline-block;
}

.admin-message-badge{
  margin-left: 15px;
}

.tier-left{
  margin: 0 auto; 
  margin-right: 0;
}
.tier-middle{
  margin: 0 auto; 
  margin-right: 0; 
  margin-left: 0;
}
.tier-right{
  margin: 0 auto; 
  margin-left: 0;
}

.register-container{
  flex: 100%; 
  max-width: 100%;
}

@media screen
and (min-width: 576px)
and (max-width: 768px){
  .col-sm-4{
    flex: none;
    max-width: 100%;
  }
}

@media screen
and (min-width: 576px)
and (max-width: 882px){
  .tier-left{
    margin: 0 auto; 
    margin-right: 0;

    max-width: 100%;
  }
  .tier-middle{
    margin: 0 auto; 
    margin-right: 0; 
    margin-left: 0;

    max-width: 100%;
  }
  .tier-right{
    margin: 0 auto; 
    margin-left: 0;

    max-width: 100%;
  }
}
@media screen
and (max-width: 677px){
  .small-banner{
    padding-bottom: 45px !important;
  }
}
@media screen
and (min-width: 320px)
and (max-width: 576px){
  .small-text{
    font-size: 12px;
  }
  .admin-message-icon{
    font-size: 48px; 
    margin: 20px 0 20px 5px; 
    display:inline-block;
  }
  .admin-message-badge{
    margin-left: 0;
    width: 15%;
    margin: 0 auto;
  }

  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card{
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }

  .content-search-container{
    width: 60%; 
    margin: 0 auto; 
    margin-top: 30px; 
    margin-bottom: 30px;
  }

  .jsi-card-img{
    width:130px; 
    height:100px; 
    background-size:cover; 
    background-position:center center; 
    background-repeat:no-repeat;
    margin: 0 auto;
  }

  .jsi-card-body{
    width:130px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen
and (min-width: 500px)
and (max-width: 576px){
  .jsi-card-img{
    width:200px; 
    height:170px; 
    background-size:cover; 
    background-position:center center; 
    background-repeat:no-repeat;
    margin: 0 auto;
  }

  .jsi-card-body{
    width:200px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .col-6{
    max-width: 50%;
    flex:0 0 50%;
  }
}
@media screen
and (min-width: 576px)
and (max-width: 770px){
  .content-search-container{
    width: 60%; 
    margin: 0 auto; 
    margin-top: 30px; 
    margin-bottom: 30px;
  }

  .jsi-card-img{
    width:230px; 
    height:200px; 
    background-size:cover; 
    background-position:center center; 
    background-repeat:no-repeat;
    margin: 0 auto;
  }

  .jsi-card-body{
    width:230px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .col-6{
    max-width: 50%;
    flex:0 0 50%;
  }
}