#associations-container {
  width: 100% !important;
  text-align: center;
}

#locations-branch-controls {
  top: 300px;
  right: 20%;
}

#location-selection {
  height: 200px;
  width: 90%;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#location-selection > a img {
  width: 480px;
}

#footer-container {
  overflow-x: hidden;
}

.admin-widget-edit-con {
  top: 0px !important;
}

.main-navigation-submenu {
  top: 45px;
  padding: 15px 5%;
  width: 90%;
  height: auto;
  text-align: left;
  border-top: 1px solid #fff;
  background: #85AEC1;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.6);
}

.main-navigation-sub-level a.main-nav-header {
  color: #283644;
}

#main-navigation-bar .main-navigation-submenu ul li a {
  font-size: 14px;
  text-shadow: 1px 1px #000;
}

#main-navigation-bar .main-navigation-submenu .main-navigation-sub-level {
  width: 260px;
}

#main-navigation-bar > div:nth-child(3) > div > div:nth-child(1), #main-navigation-bar > div:nth-child(3) > div > div:nth-child(2) {
  width: 260px !important;
}

#main-navigation-bar .main-nav-btn {
  float: none;
}

/* Responsive */

@media screen and (max-width: 1360px) {
  
  #location-selection > a img {
    width: 430px;
  }

  #location-selection {
    height: 160px;
    width: 90%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1090px) {

  #location-selection > a img {
    width: 50%;
  }

  #location-selection {
    width: 90%;
    margin-top: -20px;
  }
}

@media screen and (max-width: 960px) {
  
  #location-selection > a img {
    width: 320px;
  }

  #location-selection {
    width: 90%;
    margin-top: -40px;
    margin-bottom: -20px;
  }

  #tabbed-content-container {
    height: 540px;
  }

  #tabbed-content-container .tabbed-content .tab-content {
    height: 460px;
  }

  #tabbed-content-container .tabbed-content .tab-inside-container {
    height: 380px;
  }

  #locations-branch-controls {
    top: 440px;
    right: 0px;
  }

  div#frpExtra3 {
    height: 110px;
  }
}

@media screen and (max-width: 750px) {
  
  #location-selection {
    width: 90%;
    height: auto;
    margin-top: -20px;
    margin-bottom: -0px;
  }

  #location-selection > a img {
    width: 80%;
  }

  #tabbed-content-container {
    height: auto;
  }

  #tabbed-content-container div.tabbed-content #locations-content.tab-content {
    height: 500px;
  }

  #locations-branch-controls {
    top: 480px;
    width: 310px;
    left: 0px;
  }
}

@media screen and (max-width: 479px) {
  
  #service-listings #service-list-con.has-photo-con .service-listing {
    width: 90% !important;
  }

  #service-listings #service-list-con.has-photo-con .service-listing .service-listing-name .dod {
    width: 138px !important;
  }

  .site-wrapper {
    overflow-x: hidden;
  }
}