/* Custom breakpoints for mobile carousel */
/* Navy icons */
select.form-control.chosen-select-processed {
  display: none !important; }

.container-inline div.chosen-container div {
  display: none; }

.container-inline div, .container-inline label {
  display: block; }

.chosen-container {
  width: auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  border: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0; }
  .chosen-container.form-control {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 0; }
  .chosen-container.chosen-with-drop .chosen-single {
    border-color: #c6ccd0;
    background: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .chosen-container.selected .chosen-single span {
    color: #ffffff; }
  .chosen-container .chosen-single {
    background: transparent;
    border-right: 0;
    border-left: 0;
    padding: 0 1.5em 0 0;
    cursor: pointer;
    color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Roboto-Light", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 1.5px;
    border: 0;
    border-top: 1px solid #0076a9;
    border-bottom: 1px solid #0076a9;
    width: 100%;
    height: 52px; }
    .chosen-container .chosen-single span {
      margin: 13px 0;
      text-align: left;
      color: #c6ccd0; }
    .chosen-container .chosen-single div {
      display: none; }
  .chosen-container .chosen-drop {
    border: 0;
    background: #000000;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    text-align: left;
    margin: 0;
    padding: 0; }
    .chosen-container .chosen-drop::-webkit-scrollbar {
      width: 4px;
      border-radius: 0; }
    .chosen-container .chosen-drop::-webkit-scrollbar, .chosen-container .chosen-drop::-webkit-scrollbar-track, .chosen-container .chosen-drop::-webkit-scrollbar-track-piece {
      background-color: transparent;
      background: transparent; }
    .chosen-container .chosen-drop::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: rgba(198, 204, 208, 0.7);
      background: rgba(198, 204, 208, 0.7); }
    .chosen-container .chosen-drop .chosen-search {
      display: none; }
    .chosen-container .chosen-drop ul.chosen-results {
      margin: 0;
      padding: 0;
      max-height: 260px; }
      .chosen-container .chosen-drop ul.chosen-results li {
        font-family: "Roboto-Thin", Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 10px .75em;
        color: #ffffff;
        height: 52px;
        line-height: 30px;
        border-bottom: 1px solid #0076a9;
        background-image: none; }
        .chosen-container .chosen-drop ul.chosen-results li.highlighted {
          background: #0076a9;
          background-image: none; }
