/****** PLACE YOUR CUSTOM STYLES HERE ******/

#hero-box-custom{
	margin-top:-80px;
}

#text-box-custom{
	margin-top:-54px;
	
}

.gridbox1{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap:100px;
}

.gridbox-article{
	width:100%;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows: auto;
	justify-items:center;
}

.article-index-item{
	width: 220px;
}

.img-article-index{
	background-size:cover;
	height:220px;
	width:220px;
	background-color:#CCC;
}

.bullet-custom ul{
	margin-top:-20px;
	margin-left:15px;
	list-style-type: square;
}

.small_select{
  width: 65px;
  height:40px;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 16px;
  padding:5px;
}

.halves_select{
  width: 46%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 16px;
  padding:5px;
}

@media all and (max-width: 767px) {
	
.gridbox1{
	grid-template-columns:1fr;
}	
	
  .halves_select{
    width: 100%;
    margin-bottom: 8px;
    float: left;
    margin-left: 0;
  }
}

.medium_select{
  width: 165px;
  height:40px;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 16px;
  padding:5px;
}

.radio_container{
	width:50px;
	float:left;
	margin-right:15px;
}

.form_row_01{
  width: 100%;
  float: left;
}
  
.form_small_block{
  width: 150px;
  float: left;
  margin-left:11px;
  height:80px;
}

.form_medium_block{
  width: 250px;
  float: left;
  margin-left:11px;
  height:80px;
}



.form_row_title{
  width: 90%;
  float: left;
  text-align: left;
  padding-left:6px;
  
}

textarea {
    color: #333;
	width:95%
    }
	
.terms-box{
	background-color:#333;
	height:300px;
	width:100%;
	overflow:scroll;
	padding:30px;
	margin-bottom:30px;
}