body{background-color: #fefdfc;}
.text-red{color:#d34936;}
.text-black-15{color: #232115;}
.text-gray{color:rgba(35,33,21,.65);}
.text-light-yellow{color: #fcf5ee;}

.bg-red{background-color: #d34936;}
.bg-light-yellow{background-color: #fcf5ee;}
.bg-light-gray{background-color:hsla(53,10%,69%,.15);}
.bg-gray-500{background-color: rgba(42,29,48,.16);}
.bg-yellow-gradient{background: linear-gradient(0,#fcf5ee 58%,transparent 100%);}

.bg-red-btn{background-color: #d34936;color: #fff;}
.bg-red-btn:hover, .bg-red-btn:focus{background-color: #d34936;color: #fff;}

.btn-ligt-gray{color: #232115;border: 1px solid #232115;background-color: transparent;}
.btn-ligt-gray:hover{background-color:hsla(53,10%,69%,.2);}


.border-top{border-top: 1px solid rgba(42,29,48,.16);}

.flex-card{border-radius: 10px;background-color: #fff;border:1px solid rgba(42,29,48,.16);box-shadow:0px 1px 0 rgba(42,29,48,.03);min-height: 335px;}

.h-100{height: 100%;}

.content-panel{border-radius: 10px;background-color: #fff;border:1px solid rgba(42,29,48,.16);box-shadow:0px 1px 0 rgba(42,29,48,.03);}

.content-box ul{padding-left: 30px;}
.bull_ul{list-style-type:disc !important;padding-left: 30px;}
.bull_ul li{display: list-item !important;text-align: -webkit-match-parent;list-style: disc !important;}

.internal-link{color: #d34936;text-decoration: underline;}

@media (min-width: 1024px)
{
  
}