body {
  background-color: #fff;
  font-family: "Arial", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.strong-text-orange {
  color: #f16e00
}

p {
  font-size: 1.6rem;
  line-height: 19px;
  font-weight: bold;
}

.form-group {
  margin: 10px 0 !important;
  width: 100%;
}

h2 {
  margin-bottom: 0.5rem;
  font-size: 3.5rem;
  display: block;
  line-height: 30px;
}

h3 {
  margin-bottom: 1rem;
}

input {
  border: 2px solid #cccccc !important;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000 !important;
  height: 40px;
  padding: 0 37px 0 8px;
  width: 100%;
  display: block;
  border-radius: 0 !important;
  box-sizing: border-box;
  max-width: 100%;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-align: start;
  background-color: transparent !important;
}

input:focus,
input:active {
  width: 100%;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 2px solid #999999 !important;
}

.input-group {
  margin: 10px 0 !important;
}

.input-group-addon {
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 0;
  border-left: 0;
}

tbody tr {
  border-bottom: 1px solid #cccccc;
  font-family: "Arial", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.table {
  border: none;
}

thead tr {
  vertical-align: middle;
  background: #000000;
  color: #ffffff;
  border-bottom: 1 solid transparent;
  font-family: "Arial", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

td {
  padding: 8px 2%;
  border: none;
  font-size: 1.6rem;
  margin-top: 0;
  word-wrap: normal;
  text-align: left;
  min-width: 2rem;
  cursor: default;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 2px;
  font-weight: bold;
  color: #000000;
}


th {
  border-bottom: 0 !important;
}

button {
  background-image: none;
  background-color: #f16e00 !important;
  border: 2px solid #f16e00 !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Arial", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  padding: 11px 20px 9px;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0 !important;
  font-size: 1.6rem;
  margin: 10px 0 !important;
}

button:hover {
  background-color: #000 !important;
  border: 2px solid #000 !important;
  color: #fff;
}

button:focus,
button:active {
  text-decoration: none;
  background-color: #000 !important;
  border: 2px solid #000 !important;
  color: #fff;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
}

.form-type-radio {
  display: inline-block;
  margin: 10px 18px 0 0;
  position: relative;
}

.form-type-radio>input[type="radio"] {
  height: 20px;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 20px;
  box-sizing: border-box;
}

.form-type-radio>label {
  padding-left: 29px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  min-height: 21px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
  margin-top: 0;
  margin-bottom: 7px;
  letter-spacing: -0.05rem;
  vertical-align: middle;
}

.form-type-radio>label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/radio.png) no-repeat 0 0;
  display: block;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

.form-type-radio>input[type="radio"]:checked+label:before {
  background: url(../images/radio-checked.png) no-repeat 0 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  word-wrap: normal;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  margin-top: 0;

}

ul li {
  line-height: 1;
  font-size: 1.4rem;
  padding: 0;
  position: relative;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 35px 0 0;
}

ul li a,
.active-link {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #000;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .container {
    width: auto;
  }

  ul li a {
    margin: 10px 0;
  }

  .table-responsive {
    border: 0;
  }

  .table {
    border: 0;
  }

  thead {
    display: none;
  }

  tbody {
    border: 0;
  }

  tbody tr {
    display: block;
    border-bottom: 1px solid #ccc;
  }

  .table-responsive .table tbody tr td {
    display: block;
    border-top: 0;
  }
}

a:hover,
.active-link:hover {
  color: #f16e00 !important;
  outline: none;
  text-decoration: none;
  font-size: 1.4rem;
  display: inline-block;
}

ul li a:active,
ul li a:focus,
.active-link:active,
.active-link:focus {
  outline: none;
  text-decoration: none !important;
  color: #f16e00 !important;
}

.form-control {
  border: 2px solid #ccc !important;
  margin: 14px 0 !important;
}

.form-control:focus {
  border: 2px solid #ccc;
  box-shadow: none;
}

.select-multiple {
  -webkit-appearance: none;
  border: 2px solid #cccccc;
  height: 135px;
  overflow: auto;
  outline: 0;


}

.select-multiple option {
  color: #000000;
  font-size: 14px;
  padding: 9px 11px;


}

.select-multiple option:checked {
  background: #f16e00;
}

.border-top-bottom {
  padding: 14px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.input-class-with-span {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.dropdown-black {
  position: relative;
}

.dropdown-black:focus {
  border: 1px solid #000;
}

.dropdown-black .select {
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #cccccc;
  background: none;
  border-radius: 0;
  height: 40px;
  min-width: 0;
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 30px 2px 2px;
  background: transparent url("../images/icon-down.png") no-repeat right center;
  background-size: 20px;
}

.dropdown-black .select option {
  font-size: 1.6rem;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0 2px 1px;
  font-weight: bold;
  border: 2px solid #cccccc;
  background: none;
  border-radius: 0;
  height: 40px;
  min-width: 0;
  width: 100%;
  box-shadow: none;
  cursor: pointer;
}
