*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bizchecklogo {
    padding: .2em !important;
    background: rgba(0,0,0,0) !important;
    background: rgba(0,0,0,0) !important;
    border: 0px solid rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0) !important;
}

.bizcheckcopy {
    margin: 0 !important;
    padding: 0 !important;
}

.noleft{
    padding-left: 0;
}

.noright{
    padding-right: 0;
}

.nopadding{
    padding: 0;
}

a.bizcheck{
    color: #fff !important;
    outline: medium none !important;
	text-decoration:none !important;
}

a.bizcheck:hover{
    color: #fff !important;
	text-decoration:none !important;
}

a.bizcheck:focus{
    color: #fff !important;
    text-decoration: none !important;
}

button:focus{
    outline:0px;
}

.width1{
	width:100%;
}

.container{
	
}

.boxs{
	width: 100%;
	display: block;
	float: left;
}

.btn:hover{
	background-color: #ff9900;
	border-color: #ff9900;
	color: #fff;
}

.btn-default:hover{
	background-color: #ff9900;
	border-color: #f5f5f5;
	color: #f5f5f5;
}

.btn-default:active{
	color: none;
    background-color: none;
    border-color: none;
}

.btn1{
    background-color: #ff9900;
    border-color: #ff9900;
    margin-right: 18px;
    padding: 15px 25px;
    color: #f5f5f5;
}

.btn1:hover{
    background-color: transparent;
    color: #f5f5f5;
    border-color: #f5f5f5;
}



.business_check_width{
    width: 95%;
    float: unset;
    content: "";
    clear: both;
    display: table;
    clear: both;
   /* display: block;*/
    /*clear: fix;*/
}
.div_flex{
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;  
}
.business_check_section1{
   
}
.business_check_section1 h1{
    color: #23408f;
    font-size: 60px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    padding-left: 20px;
}
.business_check_section2 p{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #58585a;
    padding: 50px 0px;
}
.business_check_section3_head{
    padding: 20px 0px 25px;
}
.business_check_section3 h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
     font-size: 20px;
     color: #58585a;
     position: relative;
     text-transform: uppercase;
}
.business_check_section3 h4:before{
    content: '';
    color: red;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to bottom, #d5d5d6,#a1a1a2);
    position: absolute;
    left: 0;
    bottom: -8px;

}
.first_content_1,.first_content_2{
    float: left;
    display: inline;
}

.first_content_1{
    width: 80%;
    padding-right: 20px;
}
.first_content_2{
    width: 20%;
}
.first_content{
    padding: 0px 0px 30px 60px;
    position: relative;
}
.first_content:before{
    content: url(https://cca.hawaii.gov/ricoredesign/files/2018/12/icon_left.png);
    color: red;
    position: absolute;
    left: 0;
    top: 0;
}
.first_content_1 h3{
     font-family: 'Zilla Slab', serif;
    font-weight: 700;
    color: #23408f;
    font-size: 18px;
}
.first_content_1 p,.lastbox_dcca p{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #58585a;
    padding: 5px 0px 0px;
}
.first_content_2 a,.lastbox_dcca a{
    background: #23408f;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 4px 0px;
    border-radius: 4px;
    margin:10px 0px;
}
.first_content_2 a:hover,.lastbox_dcca a:hover{
    background: #8dc63f ;
}
.first_content_1 a{
    display: table;
     font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #23408f;
    margin-top: 10px;
    font-size: 16px;
}
.lastbox_dcca{
    text-align: center;
    border:2px solid #9d9b9b;
    margin-top: 10px;
    margin-bottom: 30px;
}
.lastbox_dcca h3{
   font-family: 'Zilla Slab', serif;
    font-weight: 700;
    color: #23408f;
    font-size: 24px;     
}
.lastbox_dcca a{
    display: table;
    margin: 20px auto;
    width: 200px;
}
.complaint_lstbox{
    border-top: 9px solid #8dc63f;
    padding: 20px 30px 20px;
}
.business_check_section1 {
    margin-bottom: 20px;
}
#more {display: none;}