.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}


footer .icons a:hover {
    text-decoration: none;
}

.sub_pointer {
    margin-left: 20px;
}

a {
    cursor: pointer;
}

.img-responsive-profile {
	width:100% !important;
}

.sub_pointer a {
    font-size: 14px !important;
}

.img-responsive {
    max-width: 100%;
}

.btn-primary {
    cursor: pointer !important;
}

.row0 {
    margin-bottom: 30px !important;
}



.overview_block h2{
    height: 100px !important;
    margin: 20px !important;
}

h4 {
    color:#f05a28 !important;
    font-weight: bold !important;
}

.gform_button {
    background: #f05a28 !important;
    border:0px !important;
    border-radius: 5px !important;
    padding: 0.3rem 1.5rem !important;
    color:#fff !important;
}

.gform-body input {
    border: 1px solid #ccc !important;
}


.gform-body textarea {
    border: 1px solid #ccc !important;
}


.gform-body select {
    border: 1px solid #ccc !important;
}

.checkmark {
    display:inline-block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	background-color: #f05a28;
	margin-bottom:-5px;
	margin-right: 10px;
}

.black_bg {
	background-color: #000;
}

.checkmark_stem {
    position: absolute;
    width:3px;
    height:9px;
    background-color:#ccc;
    left:11px;
    top:6px;
}

.checkmark_kick {
    position: absolute;
    width:3px;
    height:3px;
    background-color:#ccc;
    left:8px;
    top:12px;
}

.liner {
	border-top:3px solid #000;
	width:100%;
	margin-top: 13px
}

.guide {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
	background-color: #e7e7e7;
	padding:10px;
}
