@font-face {
    font-family: Gotham;
    font-weight: bold;
    font-style:  normal;
    src: url("https://custom-joblist.s3.eu-west-1.amazonaws.com/fonts/varner/Gotham_Medium.otf") format("opentype");
}
@font-face {
    font-family: Gotham;
    font-weight: normal;
    font-style:  normal;
    src: url("https://custom-joblist.s3.eu-west-1.amazonaws.com/fonts/varner/Gotham_Regular.otf") format("opentype");
}

.experience,
.function,
.departments {
    display: none;
}

.layers-2 {
    display: block;
}

.title,
label,
.btn {
    font-family: Gotham ,sans-serif !important;
}

label:hover {
	cursor: pointer;
	opacity: 0.8;
}

label a {
	color: #000;
    text-decoration: underline;
}

label a:hover,
label a:focus {
	color: #000;
}

.btn-default[disabled] {
	background-color: #000 !important;
	color: #f2f2f2 !important;
}

.btn-default {
	background-color: #000 !important;
	color: #fff !important;
	margin-left: 5px;
}

.title {
    font-weight: bold;
}

label {
    font-weight: 500;
}

.selection label {
    margin-left: 5px;
}
.filters {
	margin-bottom: 5px;
}

.form-group {
	margin-left: 5px !important;
	display: block !important;
	margin-bottom: 3px !important;
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: #000;
}
/*-----*/
.categories,
.experience,
.function,
.location,
.departments,
.layers-2 {
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 10px;
}

.title {
    color: black; 
    font-size: 14px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.selection label {
   font-weight: normal;
   display: inherit;
}

.location {
    margin-bottom: 20px;
}

.btn {
    -webkit-transition: background,background-color,background-image,padding 0.25s ease;
    transition: background,background-color,background-image,padding 0.25s ease;
    border-radius: 0px;
    font-size: 18px;
    padding: 10px 50px;
    color: white;
    display: block;
    margin: 15px auto;
    border: 0;
}

.btn:hover {
    opacity: 0.8;
    color: white;
}

#email {
    font-size: 15px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    border: 1px solid #c9cecd !important;
    box-shadow: none !important;
    padding: 25px 15px !important;
    margin: 15px auto !important;
    width: 400px;
    font-family: Gotham ,sans-serif !important;
}

.form-group {
  display: block !important;
  text-align: center !important;

}

.subscribe-success {
  text-align: center;
  font-size: 18px;
  margin: 30px;
}

label { 
   
 padding-left:20px;

} 

label input {
	margin-left:-20px !important;
	float: left;
}


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

.selection > label {
    margin-right: 10px
}

.selection > label > input {
    margin: 4px 4px 0;
}
body {
  margin-top: 10px
}

#email {
  max-width: 400px;
    width: 100%;
}