@charset "UTF-8";

/* CSS Document */

#pagemenu{
  margin-top:2em;
}

#pagemenu ._item{
  border:1px #ebebeb solid;
  padding:2em 1.5em 1.5em 1.5em;
  height:200px;
}

.alert-warning {
  line-height: 1.6;
  background-color: #ffffff;
  border-color: #876D40;
  color: #876D40;
  font-weight: 500;
  font-size: 1.1em;
}

/* button */
.btn {
	display: inline-block;
	padding: 15px 60px;
	border: none!important;
	background-image: none;
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: 96% 50%;
	line-height: 1.4;
}

.btn.blank {
	background-image: none;
	background-size: auto;
}

.btn:hover {
	background-color: rgb(13 110 253 / 90%);
	background-image: none;
	color: #fff;
	text-decoration: none;
}
.btn.blank:hover {
	background-image: none;
}

/* Vendor Custom */

.vendor{
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}

.vendor .title h2{
  font-weight: 600;
}

.vendor .title h3{
    position: relative;
    text-align: left;
    padding: 0px 10px 15px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 1px #ebebeb solid;
    margin-bottom: .5em;
}

.vendor p{
	font-size:1rem;
	padding:10px 0;
	margin:10px auto;
}


@media screen and (max-width: 768px) {

	.btn {
		width: 100%;
		text-align: center;
	}
}


@media screen and (max-width: 768px) {
}

.accordion-body {
    padding: 1rem!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
}

.c-red{
	color: rgb(206, 0, 0);
}

.sub-text{
  font-size: 0.6em;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  
  .sub-text{
  font-size: 0.6em;
  margin-left: 0px;
  margin-top: 10px;
}
}

.accordion-header {
    margin-bottom: 0;
    line-height: 1.4;
}
