.gradient {
  background: #03375b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03375b), color-stop(100%, #1f557b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #03375b 0%, #1f557b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03375b', endColorstr='#1f557b', GradientType=0);
  /* IE6-9 */

}
.box-shadow {
  -webkit-box-shadow: 1px 1px 0 black;
  -moz-box-shadow: 1px 1px 0 black;
  -o-box-shadow: 1px 1px 0 black;
  box-shadow: 1px 1px 0 black;
}
.sticky {
  position: fixed;
  z-index: 9999;
  width: 100%;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  background: #03375b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03375b), color-stop(100%, #1f557b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #03375b 0%, #1f557b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #03375b 0%, #1f557b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03375b', endColorstr='#1f557b', GradientType=0);
  /* IE6-9 */

}
@-webkit-keyframes blip {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes blip {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes blip {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blip {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.admin-bar {
  clear: both;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  overflow: hidden;
  font-family: 'Libre Baskerville', serif;
  background: white;
  color: #373b3e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 700;
  font-family: 'Arvo', serif;
  text-rendering: optimizeLegibility;
}
h1.special,
h2.special,
h3.special,
h4.special,
h5.special,
h6.special {
  background: #085082;
  color: white;
  padding: 10px;
  text-shadow: 1px 1px black;
}
h1.archive_title,
h2.archive_title,
h3.archive_title,
h4.archive_title,
h5.archive_title,
h6.archive_title {
  margin-top: 60px;
  margin-bottom: -40px;
}
a {
  color: #085082;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
}
::selection {
  background: rgba(30, 50, 79, 0.5);
  color: white;
}
::-moz-selection {
  background: rgba(30, 50, 79, 0.5);
  color: white;
}
.col-sm-15 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  min-height: 1px;
  position: relative;
}
.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.breadcrumb-wrapper {
  background: #880608;
}
.breadcrumb-wrapper #breadcrumbs {
  margin: 0;
  padding: 10px 0;
}
.breadcrumb-wrapper #breadcrumbs span {
  color: white;
}
.breadcrumb-wrapper #breadcrumbs span span:first-child a {
  padding-left: 0;
}
.breadcrumb-wrapper #breadcrumbs span span.breadcrumb_last {
  color: white;
  padding: 10px;
}
.breadcrumb-wrapper #breadcrumbs span span a {
  color: white;
  padding: 10px;
}
blockquote {
  background: #f1f1f1;
  margin: 20px 0;
  border-left: 10px solid #cccccc;
  padding: 20px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote p {
  display: inline-block;
  color: #888888;
}
#map-canvas {
  height: 400px;
}
#map-canvas img {
  max-width: initial;
}
#map-wrapper {
  overflow: hidden;
}
#map-wrapper #infowindow {
  position: absolute;
  top: 0;
  left: -275px;
  width: 275px;
  padding: 5px;
  height: 600px;
  z-index: 99;
  color: white;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#bf000000', GradientType=0);
  /* IE6-9 */

}
#map-wrapper #infowindow #close-window {
  position: absolute;
  right: 4px;
  cursor: pointer;
}
#map-wrapper #infowindow .window-details .window-details-logo {
  display: table-cell;
  vertical-align: middle;
  width: 265px;
  height: 100px;
  margin-bottom: 5px;
  background: white;
  text-align: center;
}
#map-wrapper #infowindow .window-details .window-details-logo img {
  max-width: 230px;
}
#map-wrapper #infowindow .window-details .window-details-pic {
  margin: 5px 0;
}
#map-wrapper #infowindow .window-details a.view-details {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid white;
  text-align: center;
  color: white;
}
#map-wrapper #infowindow .window-details a.view-details:hover {
  background: #880608;
}
#map-wrapper #infowindow .window-details h2 {
  font-size: 24px;
  margin: 10px 0;
}
#map-wrapper #map-canvas {
  height: 550px;
}
#map-wrapper #map-canvas img {
  max-width: initial;
}
#map-wrapper #map-canvas #content p {
  margin-bottom: 0;
}
#map-wrapper #map-canvas #content p.directions-link {
  margin-top: 10px;
}
#map-info #accordion {
  height: 550px;
  padding: 5px;
  overflow: auto;
  border: 1px solid #c1c1c1;
}
#map-info #accordion .panel {
  border: none !important;
  border-radius: none !important;
  box-shadow: none !important;
}
#map-info #accordion .panel .accordion-group {
  margin-bottom: 5px;
}
#map-info #accordion .panel .accordion-group .panel-heading {
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #c1c1c1;
  padding: 15px;
  background: #f4f4f4;
}
#map-info #accordion .panel .accordion-group .panel-body {
  padding: 0;
}
#map-info #accordion .panel .accordion-group .panel-body .search-list {
  float: left;
  width: 100%;
  margin: 3px 0;
  border: 1px solid #c1c1c1;
  padding: 10px;
}
#map-info #accordion .panel .accordion-group .panel-body .search-list .search-list-logo {
  float: left;
  width: 35%;
}
#map-info #accordion .panel .accordion-group .panel-body .search-list .search-list-logo .search-list-logo-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding: 5px;
}
#map-info #accordion .panel .accordion-group .panel-body .search-list .search-list-logo .search-list-logo-wrapper img {
  width: 100%;
}
#map-info #accordion .panel .accordion-group .panel-body .search-list .search-list-info {
  float: left;
  width: 65%;
  padding-left: 20px;
}
#map-info #accordion .panel .accordion-group .panel-body .search-list .search-list-info .search-list-title {
  font-weight: bold;
}
#map-info #accordion .panel .accordion-group .panel-body .search-list .search-list-info .search-list-details {
  font-size: 11px;
}
#map-info #accordion .panel .accordion-group .panel-body .search-list .search-list-info a {
  color: #333333;
}
#map-info #accordion .panel .accordion-group .panel-body .search-list .search-list-info a:hover {
  text-decoration: underline;
}
header[role=banner] {
  min-height: 90px;
}
.logo {
  z-index: 5;
}
.logo a img {
  margin: 0 auto;
}
.navbar .navbar-nav > li > a {
  font-family: 'Libre Baskerville', serif;
  font-size: 12px;
  color: #333333;
  background: white;
  padding-left: 30px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:visited,
.navbar .navbar-nav > li > a:active {
  text-decoration: underline;
  background: transparent;
}
.navbar .navbar-toggle {
  border: 2px solid #333333;
}
.navbar .navbar-toggle .icon-bar {
  background: #333333;
}
#the-carousel .carousel-inner {
  width: 100%;
  max-height: 300px;
}
#the-carousel #slider_captions {
  display: none;
}
#the-carousel .search-box .search-or {
  display: none;
  font-size: 30px;
  color: white;
  text-shadow: 1px 1px 2px #050505;
}
#the-carousel .search-box button.search-directory {
  background: #880608;
  border: none;
  color: white;
  padding: 10px 40px;
  font-size: 24px;
  font-style: italic;
  -webkit-box-shadow: 0 2px 5px 3px #030303;
  box-shadow: 0 2px 5px 3px #030303;
}
#the-carousel .search-box .search-input {
  display: none;
  width: 600px;
  margin: 10px auto 0;
  background: #eae8e8;
}
#the-carousel .search-box .search-input .search-icon {
  font-size: 50px;
}
#the-carousel .search-box .search-input form .form-group {
  margin-bottom: 0;
}
#the-carousel .search-box .search-input form input {
  box-shadow: none !important;
  -webkit-box-shadow: none;
  border: none;
  color: #333333;
  font-size: 32px;
  font-style: italic;
  height: 75px;
  background: none;
}
#the-carousel .search-box .search-input form input:active,
#the-carousel .search-box .search-input form input:focus,
#the-carousel .search-box .search-input form input:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none;
}
article.store-slider {
  background: white;
}
article.store-slider-internal {
  margin-top: 20px;
  background: #eeeeee;
  border-top: #b0b0b0 solid 1px;
  border-bottom: #b0b0b0 solid 1px;
}
article.home-map {
  display: none;
}
article.home-blog {
  margin-top: 20px;
}
article.home-blog .home-blog-post {
  padding: 20px;
}
article.home-blog .home-blog-post a {
  background-color: #03375b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 100px 15px;
  position: relative;
  text-align: center;
  height: 300px;
}
article.home-blog .home-blog-post a::before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
article.home-blog .home-blog-post h3 {
  color: white;
  text-transform: uppercase;
  border-top: 1px white solid;
  border-bottom: 1px white solid;
  padding: 10px 0;
  position: relative;
}
article.home-blog .home-blog-post .blog-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  padding: 10px;
  background: #880608;
  color: white;
  text-align: center;
  font-family: 'Arvo', serif;
}
article.home-blog .home-blog-post .blog-date .blog-month {
  text-transform: uppercase;
  font-size: 16px;
}
article.home-blog .home-blog-post .blog-date .blog-day {
  font-size: 32px;
  line-height: 32px;
}
article.home-welcome {
  padding: 50px 0;
}
article.home-welcome h2 {
  font-family: 'Libre Baskerville', serif;
  padding-bottom: 15px;
}
article.home-infoboxes {
  display: none;
}
article.article-search {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px;
  margin-bottom: 20px;
}
article button {
  padding: 10px;
}
article button:hover {
  background: #c1c1c1;
  border: 1px solid #c1c1c1;
}
article a {
  color: #333333;
}
article a:hover {
  text-decoration: underline;
}
footer {
  margin-top: 50px;
}
footer #inner-footer {
  padding: 60px 0;
  background-color: #03375b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: relative;
  color: white;
  font-size: 12px;
}
footer #inner-footer::before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
footer #inner-footer a {
  color: white;
}
footer #inner-footer a:hover {
  text-decoration: underline;
}
footer #inner-footer ul {
  padding: 0;
}
footer #inner-footer ul li {
  list-style: none;
}
footer #sub-footer {
  background: #880608;
  color: white;
  font-size: 11px;
}
footer #sub-footer a {
  color: white;
}
footer #sub-footer a:hover {
  text-decoration: underline;
}
footer #sub-footer .sub-footer-content {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
footer #sub-footer #footer-links {
  padding-top: 35px;
}
footer #sub-footer #corporate-logos {
  padding-top: 18px;
  float: left;
}
.search-options {
  padding: 0 15px;
}
.search-options .store-types {
  border: 1px solid #666666;
  padding: 20px 0;
}
.search-options .store-types ul#filterOptions {
  list-style: none;
}
.search-options .store-types ul#filterOptions li {
  font-size: 12px;
  padding: 5px 10px;
}
.search-options .store-types ul#filterOptions li a {
  color: #333333;
}
.search-options .store-types ul#filterOptions li a:hover {
  text-decoration: underline;
}
.holder {
  margin: 30px 0;
}
.holder ul.directory-list {
  /*list-style: none;*/
  margin: 0;
  padding: 0;
}
.holder ul.directory-list li {
  float: left;
  height: 300px;
  list-style: none;
  overflow: hidden;
}
.holder ul.directory-list li .business-box {
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
}
.holder ul.directory-list li .business-box .business-box-content {
  height: 100%;
  background: #880608;
  box-shadow: 0 2px 5px 3px #858585;
}
.holder ul.directory-list li .business-box .business-box-content .business-box-img-wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: white;
  height: 80px;
}
.holder ul.directory-list li .business-box .business-box-content .business-box-img-wrapper .business-box-img {
  display: table-cell;
  vertical-align: middle;
}
.holder ul.directory-list li .business-box .business-box-content .business-box-img-wrapper .business-box-img img {
  margin: 0 auto;
  max-height: 60px;
}
.holder ul.directory-list li .business-box .business-box-content .business-box-info {
  padding: 10px;
  color: white;
}
.holder ul.directory-list li .business-box .business-box-content .business-box-info .business-box-title {
  display: block;
  height: 18px;
  font-weight: bold;
}
.holder ul.directory-list li .business-box .business-box-content .business-box-info span.hours {
  font-size: 11px;
}
.holder ul.directory-list li .business-box .business-box-content .business-box-info button {
  width: 100%;
  padding: 10px;
  border: 1px solid white;
  background: #880608;
  text-align: left;
  margin: 2px 0;
}
.holder ul.directory-list li .business-box .business-box-content .business-box-info button a {
  color: white;
}
.container .page-header h1 {
  font-family: 'Libre Baskerville', serif;
  padding-left: 15px;
}
.container .page-header button.site-map {
  font-size: 28px;
  background: #880608;
  border: none;
  color: white;
  padding: 10px 40px;
  font-style: italic;
  float: right;
}
.container .page-header-blog {
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0 20px;
}
.container .page-header-blog h1 {
  font-family: 'Libre Baskerville', serif;
}
.container .page-header-blog h1 a {
  color: #333333;
}
.container .h2 a {
  color: #333333;
}
.container .meta {
  font-size: 12px;
  font-style: italic;
}
.container .post-date {
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0 20px;
  font-size: 12px;
  font-style: italic;
}
.container .post_content p.lead {
  font-size: 14px;
  margin-bottom: 50px;
}
.container .post_content a.more-link {
  color: #333333;
  font-style: italic;
}
.container .post_content img {
  margin: 0 15px 15px 0;
}
.container span.store-types-label {
  font-style: italic;
}
.container .content {
  margin-top: 20px;
}
.business-page .business-left .business-main-image {
  margin-bottom: 30px;
}
.business-page .business-right .business-info {
  border: 1px solid #c1c1c1;
  padding: 15px;
  margin-bottom: 20px;
}
.business-page .business-right .business-info h2 {
  font-size: 24px;
}
.business-page .business-right .business-info span.workday {
  width: 50px;
}
.business-page .business-right .business-info a {
  color: #333333;
}
.business-page .business-right .business-info a:hover {
  text-decoration: underline;
}
#sidebar1 {
  border: 1px solid #c1c1c1;
  margin-bottom: 20px;
  padding: 15px;
}
#sidebar1 .widget {
  margin-bottom: 60px;
}
#sidebar1 .widget.widget_recent_entries ul {
  margin-bottom: 20px;
  padding: 0;
}
#sidebar1 .widget.widget_recent_entries ul li {
  list-style: none;
  font-size: 12px;
  padding: 5px 0;
}
#sidebar1 .widget.widget_recent_entries ul li a {
  color: #333333;
}
#sidebar1 .widget.widget_recent_entries ul li a:hover {
  text-decoration: underline;
}
#sidebar1 .widget.widget_recent_entries ul li a::after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
#sidebar1 .widget.widget_categories ul {
  margin-bottom: 20px;
  padding: 0;
}
#sidebar1 .widget.widget_categories ul li {
  list-style: none;
  font-size: 12px;
  padding: 5px 0;
}
#sidebar1 .widget.widget_categories ul li a {
  color: #333333;
}
#sidebar1 .widget.widget_categories ul li a:hover {
  text-decoration: underline;
}
#sidebar1 .widget.widget_categories ul li a::after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
#sidebar1 .widget.widget_archive ul {
  margin-bottom: 20px;
  padding: 0;
}
#sidebar1 .widget.widget_archive ul li {
  list-style: none;
  font-size: 12px;
  padding: 5px 0;
}
#sidebar1 .widget.widget_archive ul li a {
  color: #333333;
}
#sidebar1 .widget.widget_archive ul li a:hover {
  text-decoration: underline;
}
form.wpcf7-form input {
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  color: #666666;
  margin-bottom: 20px;
  padding: 15px 20px;
  width: 100%;
}
form.wpcf7-form textarea {
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  color: #666666;
  margin-bottom: 20px;
  padding: 15px 20px;
  width: 100%;
}
form.wpcf7-form button {
  background: #880608;
  border: 1px solid;
  border-color: #880608;
  border-radius: 2px;
  color: white;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 450px) {
  ul.directory-list li {
    width: 50%;
    max-width: 360px;
  }
  .container span.store-types-label {
    font-size: 16px;
    margin-left: 0;
  }
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .navbar .navbar-nav {
    float: none;
    margin: 0 auto;
    width: 540px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
  }
  #the-carousel .carousel-inner {
    max-height: 660px;
  }
  #the-carousel .search-box .search-or {
    display: block !important;
  }
  #the-carousel .search-box button.search-directory {
    font-size: 28px;
  }
  #the-carousel .search-box .search-input {
    display: block !important;
  }
  #the-carousel #slider_captions {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 150px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#bf000000', GradientType=0);
    /* IE6-9 */
  
  }
  #the-carousel #slider_captions .carousel-caption {
    position: relative !important;
    text-align: left !important;
    top: 0;
    left: 0 !important;
    right: none !important;
    bottom: none !important;
    padding-bottom: 0 !important;
  }
  #the-carousel #slider_captions .carousel-caption h2 {
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 10px !important;
    font-size: 24px;
  }
  #the-carousel #slider_captions .carousel-caption p {
    font-style: italic;
  }
  #the-carousel #slider_captions .carousel-caption a {
    background: white;
    color: #333333;
    text-transform: uppercase;
    font-style: normal;
    padding: 10px 50px;
    border: none;
    display: inline-block;
    text-shadow: none;
  }
  #the-carousel #slider_captions .carousel-caption a:hover {
    text-decoration: none;
  }
  #the-carousel .carousel-caption:not(#caption-0) {
    display: none;
  }
  article.home-map {
    display: block;
  }
  article.home-infoboxes {
    display: block;
  }
  article.home-infoboxes .info-box {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 300px;
    color: white;
  }
  article.home-infoboxes .info-box .info-box-content {
    height: 300px;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
  }
  article.home-infoboxes .info-box .info-box-content .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 92.5%;
    margin-left: 4%;
  }
  article.home-infoboxes .info-box .info-box-content button,
  article.home-infoboxes .info-box .info-box-content h2,
  article.home-infoboxes .info-box .info-box-content p {
    position: relative;
    z-index: 1;
  }
  article.home-infoboxes .info-box .info-box-content h2 {
    font-size: 24px;
    text-transform: uppercase;
  }
  article.home-infoboxes .info-box .info-box-content button {
    border: none;
    padding: 15px 20px;
    margin-top: 20px;
    text-transform: uppercase;
  }
  footer #sub-footer #footer-links {
    text-align: center;
  }
  footer #sub-footer #corporate-logos {
    float: right;
  }
  footer p.tags a {
    color: #373b3e;
  }
  footer p.tags a:hover {
    color: #373b3e;
    text-decoration: underline;
  }
  .holder ul.directory-list li {
    width: 33%;
    max-width: 310px;
  }
  .container span.store-types-label {
    font-size: 22px;
    margin-left: -15px;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #the-carousel .search-box {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -362px;
    z-index: 200;
    border-bottom: solid 4px #880608;
    width: 726px;
    height: 80px;
    color: #5e5353;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#bfffffff', GradientType=0);
    /* IE6-9 */
  
  }
  #the-carousel .search-box .search-input {
    background: none;
    margin-top: 0;
  }
  #the-carousel .search-box .search-input form .form-group {
    margin-bottom: 15px;
  }
  #the-carousel .search-box .search-input form input {
    border: none;
    color: #333333;
    font-size: 32px;
    font-style: italic;
    height: 75px;
    background: none !important;
  }
  .holder ul.directory-list li {
    width: 25%;
    max-width: 285px;
  }
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .logo {
    position: absolute;
  }
  .logo img {
    margin: 0;
  }
  .navbar .navbar-nav {
    float: right;
    margin-top: 20px;
    width: auto;
  }
  .holder ul.directory-list li {
    width: 20%;
    max-width: 228px;
  }
}
