@media(max-width:700px){
	.hero-banner .pointed-arrow-tab .pointed-arrow-placement ul{
		display:none;
	}
}
@media(min-width:700px) {
    .btn-group {
		display: none;
	}
}

.btn-select {
    font-weight: 400;
    height: 38px;
    margin-left: 20px;
    font-size: 1.25em;
    line-height: .5;
    padding: 10px;

}

.btn-group {
	margin-top: -65px;
}

.btn-group li a {
    width: initial;
    font-weight: 800;
    text-transform: uppercase;
}

.dropdown-menu {
    margin: 2px 0 0 20px;
}
