/* YES Indy Map — ported from old theme, fonts swapped to Inter */

#wpsl-wrap {
  margin-left: -20px;
  width: calc(100% + (2 * 20px));
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap {
    height: 652px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap {
    height: 923px;
    padding: 0 20px;
  }
}
#wpsl-wrap .wpsl-search {
  background: transparent;
}
#wpsl-wrap .wpsl-search.wpsl-checkboxes-enabled {
  padding: 0;
}
#wpsl-wrap li:hover a {
  border: 0;
}
#wpsl-wrap #wpsl-result-list {
  background: #3cbeb2; /* $green */
  color: #fff; /* $white */
  position: absolute;
  top: 438px;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list {
    height: 209px;
    margin-right: 0;
    top: 396px;
  }
  #wpsl-wrap #wpsl-result-list li {
    padding: 12px 10px 10px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list {
    height: 499px;
    top: 377px;
    width: calc(30% - 20px);
    z-index: unset;
  }
}
#wpsl-wrap #wpsl-result-list ul {
  max-height: 450px;
  overflow: scroll;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list ul {
    max-height: unset;
    overflow: hidden;
  }
}
#wpsl-wrap #wpsl-result-list li {
  border-bottom: 1px solid #e8e8e8; /* $border-gray */
  cursor: pointer;
  margin-left: 0;
  padding: 12px 20px 10px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list li:hover {
    background: #03898b; /* $dark-green */
  }
}
#wpsl-wrap #wpsl-result-list li p,
#wpsl-wrap #wpsl-result-list li a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  margin: 0;
  text-decoration: none;
  text-transform: unset;
}
#wpsl-wrap #wpsl-result-list li strong {
  font-weight: 400;
}
#wpsl-wrap #wpsl-result-list li.featured {
  background: #03898b; /* $dark-green */
}
#wpsl-wrap #wpsl-result-list li.featured a {
  border-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#wpsl-wrap #wpsl-result-list p:hover,
#wpsl-wrap #wpsl-result-list a:hover {
  border: 0;
}
#wpsl-wrap #wpsl-result-list .wpsl-stores {
  height: auto !important;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list .wpsl-stores {
    height: 194px !important;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list .wpsl-stores {
    height: 499px !important;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper {
  background: #3cbeb2; /* $green */
  cursor: default;
  display: none;
  height: 100vh;
  margin-left: -20px;
  position: fixed;
  top: 54px;
  width: 100%;
  z-index: 4;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper {
    height: 603px;
    position: absolute;
    top: -207px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper {
    height: 876px;
    position: absolute;
    top: -188px;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .icon-plus {
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  position: absolute;
  right: 4px;
  top: 5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .icon-plus {
    font-size: 23px;
    right: 9px;
    top: 13px;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-title-in {
  background: #03898b; /* $dark-green */
  margin-bottom: 20px;
  padding: 20px 25px;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-title-in {
    padding: 25px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-title-in {
    margin-bottom: 24px;
    padding: 33px 25px;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-title-in a {
  border: 0;
  cursor: default;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: bold;
  pointer-events: none;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-title-in a {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-title-in a {
    font-size: 23px;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-image {
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 55px;
  height: 138px;
  position: fixed;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-image {
    background-position: 50%;
    bottom: 186px;
    height: 66px;
    position: absolute;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-image {
    height: 150px;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-image img {
  display: none;
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details {
    margin-bottom: 20px;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details span {
  font-size: 18px;
  padding: 0 20px;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details span {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details span {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 26px;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details .wpsl-phone {
  margin: 10px 0;
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details .wpsl-phone a {
  font-family: "Inter", sans-serif;
  text-decoration: underline;
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details .wpsl-phone .phone-ext {
  padding: 0 0 0 0.3125rem;
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details .wpsl-mission {
  bottom: 264px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  max-width: 100%;
  padding: 0 20px;
  position: absolute;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details .wpsl-mission {
    font-size: 14px;
    max-width: 92%;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-details .wpsl-mission {
    bottom: 412px;
    font-size: 20px;
    max-width: 92%;
    padding: 0 26px;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-directions {
  font-family: "Inter", sans-serif;
  padding: 0 20px;
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-directions {
    padding: 0 26px;
  }
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .wpsl-directions a {
  padding: 0;
  text-decoration: underline;
}
#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .learn-more-btn {
  background: #9e0d12; /* $red */
  bottom: -3px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  left: 0;
  padding: 16px 20px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .learn-more-btn {
    bottom: 140px;
    font-size: 14px;
    height: 55px;
    position: absolute;
  }
}
#wpsl-wrap #wpsl-result-list .marker-close {
  border: 1px solid #c5be2a; /* $old-gold */
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 11px;
  height: 18px;
  padding: 3px 0;
  position: absolute;
  right: 14px;
  top: 32%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 18px;
}
#wpsl-wrap #wpsl-result-list .featured .marker-close {
  display: block;
}
#wpsl-wrap .search-form {
  background: #3cbeb2;
  color: #fff;
  height: 244px;
  margin-top: 195px;
  padding: 20px 20px 15px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .search-form {
    margin-top: 0;
    padding: 20px 0 15px;
    width: 33%;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .search-form {
    padding: 16px 0 15px;
    width: 30%;
  }
}
#wpsl-wrap .wpsl-search-wrap {
  position: relative;
}
#wpsl-wrap .wpsl-search-wrap .search-label {
  color: #fff;
  font-family: "Inter", sans-serif;
  margin: 0 20px 10px;
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .wpsl-search-wrap .search-label {
    line-height: 1;
    margin: 0 33px 8px;
  }
}
#wpsl-wrap .wpsl-search-wrap .wpsl-input {
  display: inline;
  width: 86%;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-input {
    margin-left: 15px;
    margin-right: 0;
    width: calc(80% - 15px);
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-input {
    margin-bottom: 2px;
    margin-left: 20px;
    width: calc(76% - 20px);
  }
}
#wpsl-wrap .wpsl-search-wrap input[type='text'] {
  border: 1px solid #03898b; /* $dark-green */
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  width: 100% !important;
}
#wpsl-wrap .wpsl-search-wrap input[type='submit'] {
  background: #9e0d12; /* $red */
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  cursor: pointer;
  min-height: 39px;
  min-width: 100%;
  pointer-events: all;
}
#wpsl-wrap .wpsl-search-wrap input[type='checkbox'] {
  display: none;
  pointer-events: all;
}
#wpsl-wrap .wpsl-search-wrap .wpsl-search-btn-wrap {
  clear: none;
  display: inline;
  pointer-events: none;
  position: relative;
  width: 14%;
}
#wpsl-wrap .wpsl-search-wrap .wpsl-search-btn-wrap::after {
  background: url("../../assets/images/icons/search-icon.svg");
  background-repeat: no-repeat;
  content: '';
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 7px;
  top: 9px;
  width: 25px;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-search-btn-wrap {
    margin-right: 0;
    width: calc(20% - 15px);
  }
  #wpsl-wrap .wpsl-search-wrap .wpsl-search-btn-wrap::after {
    right: 2px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-search-btn-wrap {
    width: calc(24% - 38px);
  }
  #wpsl-wrap .wpsl-search-wrap .wpsl-search-btn-wrap::after {
    right: 7px;
  }
}
#wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li {
  cursor: pointer;
  margin-bottom: 18px;
  padding-left: 0;
  position: relative;
}
#wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li label {
  padding-left: 35px;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li {
    margin-bottom: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li {
    padding-top: 5px;
  }
}
#wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li::before {
  border: 1px solid #4c4c4c; /* $dark-gray */
  content: '';
  display: block;
  height: 26px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 26px;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li::before {
    height: 16px;
    top: 3px;
    width: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li::before {
    height: 14px;
    left: 8px;
    top: 9px;
    width: 14px;
  }
}
#wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li.is-checked::before {
  background: #9e0d12; /* $red */
  background-image: url("../../assets/images/icons/check-white.svg");
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 19px;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li.is-checked::before {
    background-position: 2px;
    background-size: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li.is-checked::before {
    background-position: 1px;
  }
}
#wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li:last-child.is-checked::before {
  background: #4c4c4c; /* $dark-gray */
  background-image: url("../../assets/images/icons/check-white.svg");
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 19px;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li:last-child.is-checked::before {
    background-position: 2px;
    background-size: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns li:last-child.is-checked::before {
    background-position: 1px;
  }
}
#wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns label {
  color: #fff;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .wpsl-search-wrap .wpsl-checkbox-3-columns {
    border-bottom: 1px solid #e8e8e8; /* $border-gray */
    border-top: 1px solid #e8e8e8;
    margin-bottom: 0;
    padding: 6px 20px 6px 20px;
  }
}
#wpsl-wrap .form-instructions {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  min-height: 142px;
  padding: 70px 25px 10px;
  position: relative;
  text-align: center;
}
#wpsl-wrap .form-instructions .icon-info {
  background: url("../../assets/images/icons/info-icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  font-family: "Inter", sans-serif;
  height: 25px;
  left: calc(50% - 17px);
  position: absolute;
  top: 32px;
  width: 25px;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .form-instructions .icon-info {
    top: 8px;
  }
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .form-instructions {
    display: block;
    float: none;
    margin: 0 auto;
    margin-top: 47px;
    padding: 46px 25px 10px;
    width: 570px;
  }
}
#wpsl-wrap .display-locations {
  background: #03898b; /* $dark-green */
  bottom: 70px;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  margin: 0 20px;
  padding: 24px 15px;
  position: absolute;
  text-align: left;
  width: calc(100% - 40px);
}
#wpsl-wrap .display-locations span {
  font-size: 18px;
  position: absolute;
  right: 8px;
}
#wpsl-wrap .display-locations.displayed span::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#wpsl-wrap .show-all-btn {
  background: #9e0d12; /* $red */
  color: #fff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  height: 55px;
  text-transform: uppercase;
  width: 100%;
  border: unset;
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .show-all-btn {
    font-size: 16px;
    height: 47px;
    position: absolute;
    top: 605px;
    width: 33%;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .show-all-btn {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    height: 47px;
    top: 876px;
    width: 30%;
  }
}
#wpsl-wrap .wpsl-gmap-canvas {
  margin: 15px 20px;
  position: relative;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 40em) {
  #wpsl-wrap .wpsl-gmap-canvas {
    height: 473px !important;
    margin: 0;
    position: absolute !important;
    right: 0;
    top: 189px;
    width: 67%;
  }
}
@media print, screen and (min-width: 64em) {
  #wpsl-wrap .wpsl-gmap-canvas {
    height: 743px !important;
    width: 70%;
  }
}
#wpsl-wrap .gm-style-iw-d .info-title {
  margin-bottom: 6px;
  padding-right: 80px;
}
#wpsl-wrap .gm-style-iw-d .info-title a {
  border: 0;
  color: #000; /* $black */
  cursor: default;
  font-family: "Inter", sans-serif;
  pointer-events: none;
  text-transform: none;
}
#wpsl-wrap .gm-style-iw-d .info-address {
  font-size: 11px;
  margin-bottom: 6px;
  padding-right: 80px;
}
#wpsl-wrap .gm-style-iw-d .info-website,
#wpsl-wrap .gm-style-iw-d .wpsl-info-actions,
#wpsl-wrap .gm-style-iw-d .info-directions {
  height: 15px;
  margin: 7px 0 !important;
}
#wpsl-wrap .gm-style-iw-d .info-website a,
#wpsl-wrap .gm-style-iw-d .wpsl-info-actions a,
#wpsl-wrap .gm-style-iw-d .info-directions a {
  border: 0;
  font-family: "Inter", sans-serif;
  text-transform: none;
}
#wpsl-wrap .gm-style-iw-d .info-contact a {
  border: 0;
  color: #3cbeb2; /* $green */
  font-family: "Inter", sans-serif;
  text-transform: none;
}
#wpsl-wrap .gm-style-iw-d .info-contact .phone-ext {
  display: inline;
}
#wpsl-wrap .gm-ui-hover-effect {
  right: 5px;
  top: -4px;
}
#wpsl-wrap .location-selected,
#wpsl-wrap .location-filtered {
  opacity: 1 !important;
  overflow: initial !important;
}
#wpsl-wrap .location-selected::before,
#wpsl-wrap .location-filtered::before {
  border: 4px solid #3cbeb2; /* $green */
  border-radius: 50%;
  content: '';
  height: 56px;
  left: -13px;
  position: absolute;
  top: -13px;
  width: 56px;
  z-index: 10;
}
#wpsl-wrap .wpsl-zip {
  display: none;
}

#wpsl-search-input:focus::-webkit-input-placeholder {
  top: -4px;
}
#wpsl-search-input:focus:-ms-input-placeholder {
  top: -4px;
}
#wpsl-search-input:focus::placeholder {
  top: -4px;
}
@media print, screen and (min-width: 64em) {
  #wpsl-search-input:focus::-webkit-input-placeholder {
    top: -11px;
  }
  #wpsl-search-input:focus:-ms-input-placeholder {
    top: -11px;
  }
  #wpsl-search-input:focus::placeholder {
    top: -11px;
  }
}

#wpsl-wrap .form-instructions {
    display: block !important;
    float: none;
}

#wpsl-wrap #wpsl-result-list .wpsl-details-wrapper .icon-plus{
    background: unset;
    border: unset;
}

@font-face {
  font-family: 'yes-indy-icons';
  src: url('../fonts/yes-indy-icons.eot');
  src: url('../fonts/yes-indy-icons.eot?#iefix') format('embedded-opentype'),
       url('../fonts/yes-indy-icons.woff2') format('woff2'),
       url('../fonts/yes-indy-icons.woff') format('woff'),
       url('../fonts/yes-indy-icons.ttf') format('truetype'),
       url('../fonts/yes-indy-icons.svg#yes-indy-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "yes-indy-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* icon glyphs */
.icon-plus:before { content: '\e806'; }
.icon-arrow-down:before { content: '\e800'; }
.icon-check:before { content: '\e801'; }
.icon-chevron-right:before { content: '\e802'; }
.icon-chevron-up:before { content: '\e803'; }
.icon-facebook:before { content: '\e804'; }
.icon-instagram:before { content: '\e805'; }
.icon-twitter:before { content: '\e807'; }
.icon-less:before { content: '\e808'; }


#wpsl-wrap .wpsl-search-wrap input[type='submit'] {
    min-width: unset;
    width: 50px;
}

#wpsl-wrap .wpsl-search-wrap input[type='text'] {
    height: 40px;
}

#wpsl-wrap .wpsl-search-wrap .search-label {display: block;}
#wpsl-wrap .wpsl-search-wrap .wpsl-search-btn-wrap {
    width: auto;
}

#wpsl-wrap .wpsl-search-wrap .wpsl-search-btn-wrap::after {position: absolute;left: 25%;right: 50%;}

#wpsl-wrap #wpsl-result-list .marker-close {
    border: 1px solid #c5be2a;
    background: unset;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 11px;
    height: 18px;
    padding: 3px 0;
    position: absolute;
    right: 14px;
    top: 30%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
}