@font-face {
    font-family: 'GothamNarrowBook';
    src: url('fonts/GothamNarrowBook.eot');
    src: url('fonts/GothamNarrowBook.eot') format('embedded-opentype'),
         url('fonts/GothamNarrowBook.woff2') format('woff2'),
         url('fonts/GothamNarrowBook.woff') format('woff'),
         url('fonts/GothamNarrowBook.ttf') format('truetype'),
         url('fonts/GothamNarrowBook.svg#GothamNarrowBook') format('svg');
}

@font-face {
    font-family: 'EncodeSansVariable';
    src: url('fonts/EncodeSansVariableFont_wdth_wght.eot');
    src: url('fonts/EncodeSansVariableFont_wdth_wght.eot') format('embedded-opentype'),
         url('fonts/EncodeSansVariableFont_wdth_wght.woff2') format('woff2'),
         url('fonts/EncodeSansVariableFont_wdth_wght.woff') format('woff'),
         url('fonts/EncodeSansVariableFont_wdth_wght.ttf') format('truetype'),
         url('fonts/EncodeSansVariableFont_wdth_wght.svg#EncodeSansVariableFont_wdth_wght') format('svg');
}

@font-face {
    font-family: 'EncodeSansBold';
    src: url('fonts/EncodeSansBold.eot');
    src: url('fonts/EncodeSansBold.eot') format('embedded-opentype'),
         url('fonts/EncodeSansBold.woff2') format('woff2'),
         url('fonts/EncodeSansBold.woff') format('woff'),
         url('fonts/EncodeSansBold.ttf') format('truetype'),
         url('fonts/EncodeSansBold.svg#EncodeSansBold') format('svg');
}

.gothan-narrow-book{
	font-family: 'GothamNarrowBook';
}

.encode_sans_variable{
	font-family: 'EncodeSansBold';	
}

.mem_star{
	vertical-align: text-top;;
	width: 14px;
}

.check_icon{
	vertical-align: text-top;;
	width: 8px;
}

.f14{
	font-size: 12px;
}

.form-control{
	background: #b09a53;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    color:#fff;
    border-radius: unset;
    padding: 0px;
    height: 27px;
}
.form-control:focus{
	background-color: #b09a53;
	color:#fff;
	box-shadow:0 0 0 0px transparent;
}
.form-group{
	padding: 0px 10px;
	margin-bottom: 5px;
}
label{
	padding: 10px 0px 0px 0px;
	margin-bottom: 0px;
}

.h4, h4 {
    font-size: 1.3rem;
}