.sidebar-locations h3 {
  color: #009490;
  text-align: center; }

.sidebar-locations h4 {
  font-weight: 500;
  font-family: "Ideal Sans A","Ideal Sans B";
  color: #009490;
  font-size: 1.1em; }

.sidebar-locations div.state-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .sidebar-locations div.state-list div.state {
    background: #e4e6e2;
    display: block; }
    .sidebar-locations div.state-list div.state:nth-child(even) {
      background: #fff; }
    .sidebar-locations div.state-list div.state a {
      display: flex;
      padding: 20px;
      position: relative;
      align-items: center; }
      .sidebar-locations div.state-list div.state a .loc-image {
        width: 70px;
        height: 70px;
        position: relative;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px; }
      .sidebar-locations div.state-list div.state a span.state-name {
        display: inline-block;
        padding-left: 10px;
        border-left: 1px solid #808080;
        height: 70px;
        line-height: 70px; }
      .sidebar-locations div.state-list div.state a:after {
        content: '';
        background: url(assets/images/location-arrow.svg);
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 15px;
        background-size: 12px 15px; }
      .sidebar-locations div.state-list div.state a:hover, .sidebar-locations div.state-list div.state a.active {
        background: #009490;
        color: #fff;
        text-decoration: none; }
        .sidebar-locations div.state-list div.state a:hover span.state-name, .sidebar-locations div.state-list div.state a.active span.state-name {
          border-left-color: #fff; }
        .sidebar-locations div.state-list div.state a:hover:after, .sidebar-locations div.state-list div.state a.active:after {
          -webkit-filter: grayscale(100%) brightness(5);
          filter: grayscale(100%) brightness(5); }
      .sidebar-locations div.state-list div.state a.active:after {
        background: url(assets/images/location-close.svg);
        width: 12px;
        height: 12px;
        background-size: 12px 12px; }

.sidebar-locations.interior .location-image {
  display: block;
  float: right;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  position: relative; }
  .sidebar-locations.interior .location-image img {
    width: 100%;
    height: 100%; }

.location-row {
  width: 100%; }
  .location-row .location {
    border-bottom: 1px dotted #808080;
    padding: 15px; }

.locations .gform_wrapper h3.gform_title {
  line-height: 1.5;
  font-size: 1.1em;
  font-weight: 500;
  font-family: "Ideal Sans A","Ideal Sans B";
  color: #009490; }

.locations .gform_wrapper .gform_fields .gfield {
  margin-bottom: 30px; }
  .locations .gform_wrapper .gform_fields .gfield input {
    border: none;
    border-bottom: 1px solid #009490;
    border-radius: 0;
    -webkit-appearance: none; }
  .locations .gform_wrapper .gform_fields .gfield textarea {
    border: 1px solid #009490;
    height: 200px;
    border-radius: 0;
    margin-top: 30px; }

.locations .gform_wrapper .gform_footer input[type='submit'] {
  background: #009490;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  padding: 15px 30px; }
  .locations .gform_wrapper .gform_footer input[type='submit']:hover {
    background: #64513d;
    text-decoration: none; }

ul.location-actions {
  list-style: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0; }
  ul.location-actions li {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 20px;
    font-size: 16px; }
    ul.location-actions li a {
      border-left: 1px solid #808080;
      display: block;
      padding-left: 15px;
      font-weight: 500; }
      ul.location-actions li a img {
        height: 20px;
        width: auto;
        margin-top: -5px;
        display: inline-block; }
      ul.location-actions li a:hover {
        text-decoration: none; }
    ul.location-actions li:first-of-type a {
      border: none;
      padding-left: 0; }
    ul.location-actions li:last-of-type {
      margin-right: 0; }

@media screen and (min-width: 992px) {
  .location-row {
    border-bottom: 1px dotted #808080;
    width: 100%; }
    .location-row:last-of-type {
      border-bottom: none; }
    .location-row .location {
      border-bottom: none;
      border-left: 1px dotted #808080; } }
