.button_flex{
	display: flex;
	flex-wrap: wrap;
}

.button_flex a {
	flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 17px;
}

@media screen and (min-width: 480px) {
.button_flex a {
    max-width: 50%;
}

}

button, body .vc_btn3-container.ggl-button a.vc_btn3 {
    background-color: #b22143;
/*     box-shadow: none; */
    text-shadow: none;
    border-color: #b22143;
	color: #fff;
	background-image: none;
	font-size: 14px !important;
	.box-shadow;
	transition: all 0.3s ease-in-out;
}

body .vc_btn3-container.ggl-button.vc_btn3-container a.vc_btn3-size-xs {
	padding: 0.6em !important;
	line-height: 14px;
}

.button_flex a{
	color: #fff;
}

button:hover, body .vc_btn3-container.ggl-button a.vc_btn3:hover {
    border-color: #b22143;
/*     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 15px 17px rgba(255, 255, 255, 0.2), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
    box-shadow: none;
    background-color: #b22143;
    color: #fff
}

.landingpage main hr{
	margin: 40px auto;
	background-color: #b22143;
}
.landingpage main ul {
	margin-bottom: 20px;
}

.landingpage main li h3{
	display: inline;
}

.landingpage .wpb_content_element:last-child{margin-bottom: 0;}

.landingpage main .vc_row > .wpb_column.vc_column_container{
    margin: 10px auto;
}

.landingpage main .vc_column_container > .vc_column-inner{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.landingpage main a{
	color: #b22143;
}

.landingpage .wpb_wrapper > div[id]{
	margin-top: -75px;
	padding-top: 75px;
}