.hs-antenna-selector-conatiner .form-group select{
	font-size: 15px;
    font-family: 'GalanoGrotesqueAlt-Medium';
    padding: 0 0 6px 0;
    margin: 0 0 10px;
    color: #3b3b3b;
    font-weight: normal;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d3ded3;
    border-radius: 0;
    outline: 0;
    height: 25px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    transition: all .3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-ms-appearance: none;        
	-o-appearance: none;
	appearance: none;
}
 .hs-antenna-selector-conatiner .form-group.hs-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 40%;
    right: 2rem;
    margin-top: -3px;
    border-bottom: 2px solid #3b3a38;
    border-right: 2px solid #3b3a38;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
    z-index: 0;
    pointer-events: none;
}
select#suburb-select::-ms-expand, select#transmitter-select::-ms-expand {
    display: none;
}
.mt-130{
	margin-top:130px;
}
#recommendation-container{
	font-size:16px;
}
#recommendation-container ul li {
	list-style-type:none;
}
#recommendation-container ul li span.title, #recommendation-container .antennas-list li.title{
	font-family:'GalanoGrotesqueAlt-Medium';
	padding-right:5px;
}
#recommendation-container ul li span.value, #recommendation-container .antennas-list li.value{
	font-family:'GalanoGrotesqueAlt-Regular';
}
#recommendation-container .antennas-list p{
	font-family:'GalanoGrotesqueAlt-Bold';
}
.visible-print{
	display:none;
}
.toll-free-and-email{
	text-transform:uppercase;
}
.hs-antenna-selector-conatiner .form-group label{
	left:15px;
}
.italicFont{
	font-style: italic;
}
@media only screen and (max-width: 767px){
	.hs-antenna-selector-conatiner{
		margin-right:15px;
		margin-left:15px;
	}
}

@media print{
	.hs-antenna-selector-print-conatiner{
		font-size:22px;
		height:100vh;
	}
	#plugin{
		height:100vh;
	}
	.hs-antenna-selector-print-conatiner H2{
		font-size:28px;
	}
	.hs-antenna-selector-print-conatiner H4{
		font-size:26px;
		font-weight:bold;
	}
	.hs-antenna-selector-print-conatiner H5{
		font-size:24px;
		font-weight:bold;
	}
	.hide-print{
		display:none;
	}
	ul li{
		list-style-type:none;
	}
	a[href]:after {
    content: none !important;
  }
	
}