@import url("//a2.nd-cdn.us/css/Master/Master_Responsive.css");
/*
#######################################
DEV VERSION 3.2 LAST UPDATED 2/5/16
#######################################
*/

/* ###REPLACE #ACACAC WITH YOUR CUSTOM COLOR### */

/* MEDIA QUERIES FOR CONVENIENCE
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  /* CSS RULES HERE */
} /* Target Desktop Exclusively */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px),
  (max-width: 1200px) and (min-width: 640px) {
  /* CSS RULES HERE */
} /* Target Tablet Exclusively */
@media only screen and (max-width: 640px) {
  /* CSS RULES HERE */
} /* Target Phone Exclusively */
@media only screen and (min-width: 640px) {
  /* CSS RULES HERE */
} /* Target Desktop AND Tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px),
  (max-width: 1200px) {
  /* CSS RULES HERE */
} /* Target Tablet AND Phone */

/* COMMONLY EDITED STYLES
----------------------------------------------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}
html {
  min-height: 100%;
  font-size: 16px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  height: 100%;
}
a,
a:link,
a:visited {
  text-decoration: underline;
  color: #acacac;
}
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}

#nd-background {
  background: url(img/bg.jpg) no-repeat top center #000;
  background-attachment: fixed;
  background-size: cover;
}
#nd-background2 {
  background-color: #fff;
}
.container {
  width: 1200px;
  margin: 0 auto;
}

#contentheader {
  padding: 0;
  height: auto;
  margin: 0 auto;
}
#contentheader .container {
  position: relative;
}
#dnn_dnnLogo_imgLogo {
}
#dnn_HeaderContactPane {
}
@media only screen and (min-width: 1200px) {
  #contentheader {
    background-color: #000;
    height: 100px;
  }
  #dnn_dnnLogo_imgLogo {
    position: absolute;
    top: 27px;
    left: 30px;
  }
  #dnn_HeaderContactPane {
    width: 35%;
    float: right;
  }
} /* Target Desktop Exclusively */

#review-us-on-google {
  background: #d73d32;
  color: #fff;
  text-align: center;
  font-size: 2em;
  padding: 15px;
}

#review-us-on-yelp {
  background: #c41204;
  color: #fff;
  text-align: center;
  font-size: 2em;
  padding: 15px;
  margin-top: 20px;
}

.google-review {
  background: #d73d32;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  margin: 15px 0px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 3px 5px 6px 0px #0000004a;
}

.yelp-review {
  background: #c41204;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  margin: 15px 0px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 3px 5px 6px 0px #0000004a;
}

#reviews-section a {
  text-decoration: none;
}

#headercontact {
  text-transform: uppercase;
  color: #000;
}
#headercontact .phone {
  color: #acacac;
}
#headercontact .address {
}
#headercontact .slogan {
}

#anniversary {
  margin-top: 50px;
  width: 100%;
  max-width: 100px;
}
#technet-logo {
  margin-top: 50px;
  max-width: 50px;
  width: 100%;
  float: right;
}
#aaa-logo {
  max-width: 130px;
  width: 100%;
}
@media only screen and (min-width: 979px) {
  #aaa-logo {
    position: absolute;
    top: 50px;
    left: -100px;
  }
}
.collages-container {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.anni-tech {
  display: flex;
  justify-content: center;
  flex-flow: row;
  align-items: center;
  float: right;
}

@media only screen and (min-width: 1365px) {
  #anniversary {
    float: right;
    margin-top: 50px;
    width: 100%;
  }
  /* #technet-logo{position: absolute; top:50px; left:-120px; max-width:100px; width: 100%;} */
}

.topLevel .item a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.topLevel .last a {
  border-right: solid 1px;
  height: 40px;
}

.webfont,
.pc-header .Head,
#BottomFooter h2 {
  font-weight: 700;
  font-family: "usual", sans-serif;
}
.webfont2 {
  font-weight: 400;
  font-family: "bebas-neue", sans-serif;
}

#nd-topbar {
}
.homepage #nd-middlebar::after {
  float: left;
  clear: both;
  content: "";
}
.homepage #nd-middlebar.first-row {
}
.homepage #nd-middlebar.second-row {
  background: url(img/second-row.jpg) no-repeat top left;
  background-size: cover;
}
.homepage #nd-middlebar.third-row {
}
.homepage #nd-middlebar.fourth-row {
  background: black;
}
.homepage #nd-middlebar.fifth-row {
}
.homepage #nd-middlebar.sixth-row {
}
.homepage #nd-middlebar.seventh-row {
}
.homepage #nd-middlebar.eighth-row {
}

.homepage {
  display: none;
}

#main-content {
  background: #fff;
}
#sub-content {
  background: #fff;
}
#bgbottom {
  background: #acacac;
}

.fleet-color1 {
  display: inline-block;
  margin-top: 15px;
  background-color: #ccdcd4;
  color: #03381b;
  padding: 15px;
}

.fleet-table-header {
  color: #fff;
  background-color: #001dff;
  text-align: center;
  padding: 0px 10px;
}

#nd-text-buttons {
  box-sizing: border-box;
  margin: 50px auto;
  /* Display settings */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#nd-text-buttons *,
#nd-text-buttons *:before,
#nd-text-buttons *:after {
  box-sizing: border-box;
}

#nd-text-buttons .text-button {
  text-transform: uppercase;
  text-align: center;
  padding: 5% 5% 2%;
  margin: 0 3px;
  color: #fefefe;
  width: 250px;
  height: 180px;
  /* Note: For the translucent effect, RGBA is needed instead of Hex  */
  background-color: rgba(162, 162, 162, 0.8);
  /* Display settings */
  flex: 0 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: solid 2px #000;
  border-radius: 4px;
}

#nd-text-buttons a {
  text-decoration: none;
}

#nd-text-buttons .top-block {
  line-height: 1.6;
  margin-top: 10px;
}

#nd-text-buttons .bottom-block {
  display: block;
}

#nd-text-buttons .top-line {
  font-weight: lighter;
}

#nd-text-buttons .large-line {
  font-weight: bold;
  font-size: 2em;
}

#nd-text-buttons .bottom-line {
  font-size: 0.8em;
  margin-bottom: 8px;
  font-weight: lighter;
}

#nd-text-buttons .horizontal-line {
  width: 100%;
}

@media (max-width: 1150px) {
  #nd-text-buttons {
    margin: 0 auto 40px;
  }
  #nd-text-buttons .text-button {
    font-size: 0.7em;
    width: 190px;
    height: 150px;
  }
}

@media (max-width: 900px) {
  #nd-text-buttons {
    margin: 0 auto 40px;
  }
  #nd-text-buttons .text-button {
    font-size: 0.6em;
    width: 150px;
    height: 125px;
  }
}

@media (max-width: 640px) {
  #nd-text-buttons {
    display: none;
  }
}

/* GEO LOCATOR */
.GeoPanel,
.PostalPanel {
  position: relative;
  font-size: 16px;
}
#GeoContainerOutside {
  z-index: 100;
  float: none;
  top: 0;
}
#GeoContainer {
  position: absolute;
  top: 30px;
  float: none;
  width: 100%;
}
#GeoHours,
#GeoInfoBox {
  background-position: center bottom;
}

.PostalPanel,
.GeoPanel {
  margin: 10px;
  background: #272727;
  padding: 4px;
  border-radius: 20px;
  z-index: 10;
}
.PostalPanel::after,
.GeoPanel::after {
  display: block;
  height: 0;
  content: ".";
  visibility: hidden;
  clear: both;
}
.GeoBoxLabel {
  margin-left: 5px;
  font-size: inherit;
  position: relative;
}
#dnn_ctr3040_View_PostalCodeLookup::before {
  content: "Find Your Nearest Location";
  color: #fff;
  font-size: 16px;
  margin: 6px 5px 0px 5px;
  float: left;
  display: block;
}

.PostalPanel {
  width: 436px;
}
.postalcode-validator {
  display: block;
  background: #fe0000;
  text-align: center;
  color: #fff;
  margin: 0 0 5%;
  font-weight: 700;
  padding: 2% 1%;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
}
.postalcode-entrybox {
  text-align: center;
  border: none;
  background: #ffffff;
  color: #000;
  float: left;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 20px 0 0 20px;
}
.postalcode-link {
  display: block;
  width: 50px;
  height: 26px;
  background: #0156b1;
  float: left;
  border-radius: 0 20px 20px 0;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff !important;
  line-height: 26px;
}
.postalcode-link:hover {
  box-shadow: 0 0 1px #fff inset;
}

@media only screen and (max-width: 980px) {
  #dnn_HeaderContactPane {
    float: none !important;
    position: relative;
  }
  .GeoPanel,
  .PostalPanel {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 640px) {
  #dnn_HeaderContactPane {
  }
  .GeoPanel {
    font-size: 18px;
    position: relative;
    width: 70%;
    margin: 0 auto;
  }
  .PostalPanel {
    width: 237px;
    position: relative;
    margin: 0 auto;
  }

  .GeoBox {
    float: none;
    display: block;
    margin-top: 5px;
    margin-bottom: 2px;
    text-align: center;
  }
  .GeoBoxLabel {
    float: none;
    text-align: center;
    display: block;
  }
  #GeoContainer {
    top: 100%;
  }

  #dnn_ctr3040_View_PostalCodeLookup::before {
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
}

/* MAIN BRANDING STYLING
----------------------------------------------------------------------------------------------------*/
.ndcustomcolorclass,
.ndcustomcolorcontainer img,
.subtitle,
.pc-header::before,
#BottomFooter a[id*="lnkSave"]:hover {
  background-color: #acacac !important;
}
.ndcustomtextcolor1,
.ndcustomlinkcolor1 {
  color: #acacac !important;
}
.ndmoduletextcolor1 {
  color: #acacac !important;
}
.ndcustomtextcolor2,
.ndcustomlinkcolor2 {
  color: #000 !important;
}
.ndmoduletextcolor2 {
  color: #000 !important;
}
.ndcustombutton2 {
  background: #acacac !important;
  color: #fff !important;
}
.ndcustomlinkcolor1:hover,
.ndcustomlinkcolor2:hover {
  color: #666666 !important;
}
.ndcustombutton1,
.ndcustom2 {
  background: #666666 !important;
  color: #fff !important;
}
.ndcustom1,
.ndcustombutton1:hover,
.ndcustombutton2:hover {
  background: #000 !important;
  color: #fff !important;
}
.ndcustomborder {
  border: 1px solid #666 !important;
}
.ndcustomcolorclass2 {
  background: #414141 !important;
}

/* SOCIAL MEDIA
----------------------------------------------------------------------------------------------------*/
#dnn_SocialPane {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 60;
}
#dnn_SocialPane #social a {
  /*max-width:100%; min-width:25%;*/
  font-size: 26px;
  width: 45px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  padding: 8px;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  float: right;
  clear: right;
}
#dnn_SocialPane #social .fa-facebook {
  background: #3b5998;
}
#dnn_SocialPane #social .fa-twitter {
  background: #5ea9dd;
}
#dnn_SocialPane #social .fa-google-plus {
  background: #d73d32;
}
#dnn_SocialPane #social .fa-youtube {
  background: #ce1211;
}
#dnn_SocialPane #social .fa-yelp {
  background: #fff;
  color: #C10C00;
}
#dnn_SocialPane #social a {
  font-size: 26px;
  width: 45px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  padding: 8px;
  display: block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: block;
}

/* GPLUS Page
----------------------------------------------------------------------------------------------------*/
.gPlus_intro {
}
.gPlus {
}
.gplus-item .front {
  border-radius: 50%;
  z-index: 1;
  padding: 30% 6% 0 12%;
  box-sizing: border-box;
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gplus-item .back {
  border-radius: 50%;
  background: #222;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -moz-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  z-index: 0;
}
.gplus-item {
  width: 240px;
  height: 240px;
  margin: 0 7% 3% 0;
  float: left;
  position: relative;
}
.gplus-item.flip:hover .front {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  backface-visibility: hidden;
  z-index: 0;
}
.gplus-item.flip:hover .back {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 1;
}

.gplus-item:not(.flip):hover {
  opacity: 0.8;
}

.gplusLoc {
  color: #fff;
}
.gplusLocName {
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
}

/* NAVIGATION
----------------------------------------------------------------------------------------------------*/
#nd-menubar {
  background-color: #000 !important;
  z-index: 105;
}
@media only screen and (min-width: 979px) {
  #contentnav {
    height: 50px;
    margin: 0 !important;
    margin-left: 337px !important;
  }
}

@media only screen and (min-width: 1200px) {
  #nd-menubar {
    margin-bottom: 2%;
  }
  #contentnav {
    width: 62%;
  }
} /* Target Desktop Exclusively */

#contentnav #dnnMenu a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-size: 0.9em;
  text-decoration: none;
  transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
}
#contentnav #dnnMenu .topLevel li {
  line-height: 43px;
  float: left;
  list-style-type: none;
  position: relative;
  display: block;
  font-size: 1.4em;
}
#contentnav #dnnMenu .topLevel li.selected > a {
  text-shadow: 0 0 5px #aaa;
} /* Current Tab */
#contentnav #dnnMenu .subLevel li a {
  margin: 0px;
  padding: 10px 20px;
  line-height: normal;
}
#contentnav #dnnMenu .subLevel li {
  font-size: 1rem;
}

#contentnav #dnnMenu .subLevel,
#contentnav #dnnMenu .subLevel .subLevelRight ul {
  background-color: #64605f;
}

/* NET DRIVEN BUTTONS
----------------------------------------------------------------------------------------------------*/
#nd-buttons {
}

#nd-buttons.sub {
  padding: 12% 0 29%;
}
#nd-buttons a.sub-item {
  display: block;
  text-align: center;
  float: left;
  width: 28%;
  margin-right: 8%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#nd-buttons .sub-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#nd-buttons .sub-item:last-of-type {
  margin: 0;
}
#nd-buttons .sub-item p {
  font-weight: 500;
  font-size: 1em;
}
#nd-buttons .sub-item p span {
  font-weight: 700;
  font-size: 1.75em;
}

#loc-buttons {
  margin: 5% 0;
}
#loc-buttons a.loc-item {
  display: block;
  text-align: center;
  float: left;
  width: 19%;
  margin-right: 1%;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#loc-buttons .loc-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#loc-buttons .loc-item:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  #nd-buttons {
    display: none;
  }
}

/* CUSTOM EFFECTS
----------------------------------------------------------------------------------------------------*/
a.shrink,
a.rotate img {
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}
a.shrink:hover {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
a.rotate:hover > img {
  transform: rotate(360deg) scale(0.9);
  -moz-transform: rotate(360deg) scale(0.9);
  -ms-transform: rotate(360deg) scale(0.9);
  -o-transform: rotate(360deg) scale(0.9);
  -webkit-transform: rotate(360deg) scale(0.9);
}

/* VEHICLE LOOKUP BAR - HORIZONTAL
----------------------------------------------------------------------------------------------------*/
/* ON DESKTOP & TABLET */
@media only screen and (min-width: 640px) {
  #find-tire-bar {
  }
  #TireSizeFinder {
  }
  #TireSizeFinder #sizefinder-inputs {
    width: 100%;
    float: left;
    padding: 2% 0 1% 0%;
  }
  #TireSizeFinder #sizefinder-inputs select {
    width: 110px !important;
  }
  #TireSizeFinder #sizefinder-inputs div:not(:last-of-type) {
    width: 130px;
    float: left;
  }
  #links {
    float: left;
    clear: both;
    width: 100%;
    margin: 2% 0 10%;
  }
  #links a {
    color: #000;
  }
  #links a:hover {
    color: #333;
  }
  #TireSizeFinder #sizefinder-inputs div {
    position: relative;
  }
  #TireSizeFinder #sizefinder-inputs div::before {
    display: none;
  }
  #TireSizeFinder #sizefinder-inputs #year::before {
    content: "1";
  }
  #TireSizeFinder #sizefinder-inputs #make::before {
    content: "2";
  }
  #TireSizeFinder #sizefinder-inputs #model::before {
    content: "3";
  }
  #TireSizeFinder #sizefinder-inputs #option::before {
    content: "4";
  }
  #TireSizeFinder #sizefinder-inputs #size::before {
    content: "5";
  }

  .vlbCatalogBtn {
    background: #acacac;
    font-size: 1em;
    font-weight: 700;
    border-radius: 20px;
    color: #000 !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    padding: 2%;
  }
  .vlbCatalogBtn:hover {
    background: #fff;
    color: #acacac !important;
  }
  /*
	#find-tire-bar .searchbuttons{margin-bottom:2%; overflow:hidden;}
	#find-tire-bar .searchbuttons a{display:block; color:#05178a; width:48%; border:2px solid #05178a; font-size:12px; font-weight:700; font-family:"nimbus-sans", sans-serif; text-align:center; text-transform:uppercase; padding:5px 2px; box-sizing:border-box; transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; text-decoration:none;}
	#find-tire-bar .searchbuttons a:hover{color:#FFF; background:#05178a; border-color:#FFF;}
	*/
  #find-tire-bar .searchbuttons .by-size {
    float: left;
  }
  #find-tire-bar .searchbuttons .by-brand {
    float: right;
  }

  .first-row #dnn_RightPane #hometext {
    text-align: right;
  }
  .first-row #dnn_RightPane #hometext h2 {
    color: #fff;
    text-transform: none;
    font-size: 4em;
  }
}

/* ON TABLET */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px),
  (max-width: 1200px) and (min-width: 640px) {
  #TireSizeFinder #sizefinder-inputs {
    padding: 2% 0 1% 0%;
  }
  #links {
    margin: 2% 0% 0 0;
  }
  .first-row #dnn_RightPane #hometext h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 640px) {
  .first-row #dnn_RightPane #hometext {
    display: none;
  }
} /* Target Phone Exclusively */

@media only screen and (min-width: 640px) {
  /* VEHICLE LOOKUP BAR - VERTICAL
----------------------------------------------------------------------------------------------------
#find-tire-bar {background:url(img/vlb.png) no-repeat center top; height:193px;}
#TireSizeFinder {}
#TireSizeFinder #sizefinder-inputs {width:140px; padding:60px 0 0 20px;}
#TireSizeFinder #sizefinder-inputs select {width:100px !important;}
#TireSizeFinder #sizefinder-inputs div {height:21px;}
#links {clear:both; color:#fff;}
#links a{ color:#fff;}
#links a:hover{ color:#000;}*/
}

/* COUPONS
----------------------------------------------------------------------------------------------------*/
.coupon-section #dnn_HomeSidePane,
.coupon-section #dnn_HomeContentPane {
  margin: 12% 0;
}
.coupon-section #dnn_HomeSidePane {
  float: left;
  width: 30%;
}
.coupon-section #dnn_HomeContentPane {
  float: right;
  width: 65%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px),
  (max-width: 1200px) and (min-width: 640px) {
  .coupon-section #dnn_HomeSidePane {
    float: none;
    width: 100%;
  }
  .coupon-section #dnn_HomeContentPane {
    float: none;
    width: 100%;
    max-width: 630px;
    margin: 2% auto;
  }
} /* Target Tablet Exclusively */

#dnn_LeftPane {
  float: left;
  width: 30%;
}
#dnn_RightPane {
  float: right;
  width: 65%;
}

#dnn_LeftPane2 {
  float: left;
  width: 48%;
}
#dnn_RightPane2 {
  float: right;
  width: 48%;
}

/* HOMETEXT
----------------------------------------------------------------------------------------------------*/
#hometext {
}
.first-row #hometext {
  color: #fff;
}
.second-row #hometext {
}
.third-row #hometext {
}

#hometext.secondaryHPT {
}

#hometext h1,
#hometext h2 {
  color: #acacac;
  font-size: 2em;
  text-transform: uppercase;
}
#hometext,
#hometext a:hover {
  color: #000;
}
#hometext p {
  margin: 0 0 10px;
  clear: both;
  line-height: 20px;
}
#hometext a {
  font-weight: 700;
}
#hometext ul {
  margin: 0 0 0 50px;
  clear: both;
}
#hometext ul li {
  margin-bottom: 10px;
}
#hometext ul.two-row li {
  width: 45%;
  float: left;
  margin-right: 2%;
}
#hometext ul.three-row li {
  width: 31%;
  float: left;
  margin-right: 2%;
}
#hometext ul.four-row li {
  width: 23%;
  float: left;
  margin-right: 2%;
}
#hometext ul.five-row li {
  width: 18%;
  float: left;
  margin-right: 2%;
}

.homepage-options a {
  display: block;
  background: #acacac;
  box-sizing: border-box;
  min-width: 15%;
  padding: 1%;
  margin-right: 3%;
  margin-bottom: 1.5%;
  text-decoration: none !important;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  float: left;
}
.homepage-options a:last-of-type {
  margin-right: 0%;
}

#hometext.left-aligned {
}
#hometext.right-aligned {
  text-align: right;
}

.first-row #dnn_LeftPane #hometext {
  padding: 15% 0;
}
.first-row #dnn_LeftPane #hometext p {
  font-size: 2em;
  line-height: normal !important;
  margin: 0;
}

.second-row #hometext {
  padding: 0 0 2%;
  text-align: center;
  float: right;
  width: 50%;
}
.second-row #hometext img {
  margin-bottom: 10px;
}
.second-row #hometext p {
  font-size: 2em;
  text-transform: capitalize;
  line-height: normal;
}

.fourth-row #dnn_WidgetPane2 #hometext {
  padding: 3% 0;
  color: #fff !important;
}
.fourth-row #dnn_WidgetPane2 #hometext h1 {
  color: #fff;
  font-size: 2.55em;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.fourth-row #dnn_RightPane2 #hometext {
  text-align: center;
  padding: 5% 0;
}
.fourth-row #dnn_RightPane2 #hometext img {
  margin-bottom: 10px;
  width: 110%;
  max-width: 634px;
}

#locarea {
  padding: 5% 0;
}
#locarea .locbox {
  color: #fff;
  text-align: center;
  float: left;
  width: 24%;
  margin-right: 1%;
  box-sizing: border-box;
  padding: 115px 20px 20px;
}
#locarea .locbox:last-of-type {
  float: right;
  margin-right: 0;
}
#locarea .locbox.one {
  background: url(img/locbox1.png) no-repeat center top;
}
#locarea .locbox.two {
  background: url(img/locbox2.png) no-repeat center top;
}
#locarea .locbox.three {
  background: url(img/locbox3.png) no-repeat center top;
}
#locarea .locbox.four {
  background: url(img/locbox4.png) no-repeat center top;
}
#locarea .locbox h2 {
  margin-bottom: 10px;
  font-size: 1.25em;
}
#locarea .locbox p {
  font-size: 1em;
  line-height: normal;
}
#locarea .locbox p.address {
  margin-top: 30px;
}
#locarea .locbox p.phone {
  font-weight: 700;
}
#locarea .locbox p.directions {
  background: #000;
  margin: 50px 0 10px;
}
#locarea .locbox p.directions a {
  text-decoration: none;
  text-transform: uppercase;
}
#locarea .locbox p.directions a:hover {
  color: #fff;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px),
  (max-width: 1200px) {
  .second-row #hometext {
    text-align: center;
    float: none;
    width: 100%;
  }

  .fourth-row #dnn_WidgetPane2 #hometext h1 {
    font-size: 2.5em;
  }

  #locarea .locbox {
    background: #7da247 !important;
    padding: 5% 2%;
  }
  #locarea .locbox p.directions {
    padding: 2%;
    box-sizing: border-box;
  }

  .homepage #nd-middlebar.second-row {
    background: none;
  }

  #anniversary {
    display: none;
  }
  #nd-menubar {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  #nd-buttons a.sub-item {
    width: 32.6%;
    margin-right: 1%;
  }
} /* Target Tablet AND Phone */

@media only screen and (max-width: 1330px) and (min-width: 430px) {
  .second-row #hometext p {
    color: #fff;
  }
}

@media only screen and (max-width: 640px) {
  #locarea .locbox {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 2%;
  }

  #loc-buttons a.loc-item {
    width: 48%;
  }
} /* Target Phone Exclusively */

/* SUBTITLE BAR
----------------------------------------------------------------------------------------------------*/
.subtitle {
  color: #fff;
  display: block !important;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: none;
  border: 1px solid #333;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.31) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.31))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.31) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.31) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.31) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.31) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4f000000',GradientType=0 );
}
.subtitle a {
  color: #fff;
}

/* NDSC WIDGET
----------------------------------------------------------------------------------------------------*/
#dnn_WidgetPane {
  position: relative;
  width: 1200px;
  transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  overflow: hidden;
}

#services_div {
  background: #fff;
  width: 100%;
  height: auto;
  position: relative;
  border: 0;
  margin: 2% 0 0;
  padding: 2% 0 0;
}
#services-page ul,
#services-page li {
  margin-left: 0 !important;
}
#services_div .ndscCatImage2 {
  border: 3px solid #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 5px auto;
}
#services_div .ndscCatImage3 {
  width: 90px !important;
}
#services_div #services_ul li {
  margin: 0;
}
#dnn_MiddleContentPane .ndscCatImage3 {
  font-size: 10px;
  line-height: 10px;
}
#dnn_MiddleContentPane .ndcustomcolorclass,
.ndcustomcolorcontainer img,
.subtitle {
  background-color: #484848 !important;
}

#left_a,
#right_a {
  display: block;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  width: 11px;
  height: 18px;
  cursor: pointer;
}
#left_a {
  left: 15px;
  background: url(img/left_a.png) no-repeat;
}
#right_a {
  right: 15px;
  background: url(img/right_a.png) no-repeat;
}

#services_ul {
  position: relative !important;
}
#slider_div {
  margin: 0 40px 0 40px;
  overflow: hidden;
}
a.ndscCatImage3 {
  color: #000 !important;
  text-decoration: none !important;
}

.view-all {
}

#dnn_WidgetPane2 {
}

/* TESTIMONIALS WIDGET
----------------------------------------------------------------------------------------------------*/
.ModTestimonialsC div[id*="pnlHomepageView"] {
  background: #272727;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #ccc;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 240px;
}
.visible-review {
  height: 100%;
}
#homepagereviews {
  background: #171717;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #ccc;
  padding: 2%;
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
}
#homepagereviews .ndcustombuttonformat {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 0 !important;
}
#homepagereviews .ndcustombuttonformat:hover {
  color: #fff;
}
#homepagereviews .reviewsleft {
  margin-bottom: 10px;
  border-bottom: 2px solid #999;
}
#homepagereviews .reviewsright {
  background: #373737;
  -moz-box-shadow: 0 0 10px #222 inset;
  -webkit-box-shadow: 0 0 10px #222 inset;
  box-shadow: 0 0 10px #222 inset;
  padding: 2%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 0.875em;
}
#homepagereviews .reviewsleft .reviewby {
  font-size: 14px;
  font-weight: 700;
}
#homepagereviews .reviewsleft .reviewon {
  font-size: 14px;
  font-style: italic;
}
#homepagereviews .reviewsright .homereview {
  border: 1px solid #999;
  background: #efefef;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 20px;
  margin-bottom: 10px;
}

/* BLOG WIDGET
----------------------------------------------------------------------------------------------------*/
.ModDNNGOxBlogDashBoardC {
  background: #272727;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 240px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ModDNNGOxBlogDashBoardC .article_list {
  background: #171717;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #ccc;
  padding: 2%;
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
}
.ModDNNGOxBlogDashBoardC .nav_category {
  display: none;
}
.ModDNNGOxBlogDashBoardC a {
  color: #fff;
}
.ArticleList_Default,
.validationEngineContainer,
.ModDNNGOxBlogDashBoardC > div {
  height: 100%;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
#BottomFooter {
  font-size: 0.75em;
  color: #fff;
}

#FooterPane1Container,
#FooterPane2Container,
#FooterPane3Container,
#FooterPane4Container {
  float: left;
  padding: 10px 20px 10px;
  box-sizing: border-box;
  margin: 1% 1% 1% 0;
}
#FooterPane1Container {
  width: 42%;
}
#FooterPane2Container {
  width: 16%;
}
#FooterPane3Container {
  width: 16%;
}
#FooterPane4Container {
  width: 23%;
  margin: 1% 0;
  float: right;
}
#BottomFooter .lastpane {
  float: right !important;
  margin: 10px 0;
}

#BottomFooter a,
#BottomFooter a:hover {
  color: #fff;
  text-decoration: none;
}

#BottomFooter h2 {
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
#LocationWidget h2 {
  display: none;
}
#BottomFooter p {
  margin-bottom: 5px !important;
}

#BottomFooter .footerseo p {
  line-height: 18px !important;
}

#BottomFooter ul {
  margin: 0 !important;
}
#BottomFooter ul li,
.extra-links li {
  list-style: none !important;
  margin-bottom: 5px !important;
}

#BottomFooter #socialfont {
  float: left;
  clear: both;
}
#BottomFooter #socialfont .fa {
  margin-right: 5px;
  font-size: 22px !important;
  vertical-align: text-top;
  line-height: 22px !important;
  width: 30px;
  text-align: center;
  padding: 5px 0;
}
#BottomFooter #socialfont .fa {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#BottomFooter ul li,
.extra-links li {
  list-style: none !important;
  margin-bottom: 5px !important;
}
#BottomFooter .locwidget-email {
  display: none;
}

/* BOTTOM CONTACT US FORM
----------------------------------------------------------------------------------------------------*/
#BottomFooter #EntryForm table {
  width: 100%;
}
input.mobile-c,
td.mobile-c,
textarea.mobile-c,
select.mobile-c {
  width: 100% !important;
  padding: 1% 0;
  box-sizing: border-box;
}
td.mobile-c {
  display: block;
  margin: 0.5% 0;
}
input.mobile-c,
textarea.mobile-c {
  padding: 1%;
  border: 1px solid #999;
}
.NormalRed a[href*="ctl/license"] {
  display: none;
}
#BottomFooter textarea {
  font-family: Arial, sans-serif;
  font-size: 13px;
}
#BottomFooter a[id*="lnkSave"] {
  display: block;
  padding: 2%;
  outline: 1px solid #999;
  color: #666;
  outline-offset: 3px;
  width: 42%;
  text-align: center;
  position: relative;
  left: 3px;
  background: #fff;
  transition: all 300ms ease-in-out;
}
#BottomFooter .DynamicForms_SaveFormDiv {
  width: 60%;
  white-space-collapse: discard;
  margin-top: 1%;
}
#BottomFooter a[id*="lnkSave"]:hover {
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: 0;
}
#BottomFooter .DynamicForms_Summary {
  background: #990000;
  color: #fff;
  padding: 10px;
}
#BottomFooter .DynamicForms_Summary ul {
  list-style-position: inside;
}
#BottomFooter .NormalRed {
  color: #990000;
  font-weight: 700;
}

.tint div[id*="_ModuleContent"] {
  position: relative;
  z-index: 5;
}
.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 255, 255, 0.5);
  transition: all 0.3s linear;
}
.t2:before {
  background: rgba(0, 0, 95, 0.9);
}

/* CONTAINER HEADER
----------------------------------------------------------------------------------------------------*/
.pc-header::before {
  content: " ";
  width: 500%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -200%;
}
#dnn_SidePane,
#dnn_CTCFilterPane {
  width: 30%;
  float: left;
  z-index: 10;
  position: relative;
}
#dnn_SidePane .pc-header {
  overflow: hidden;
}

.location {
  width: 25%;
  padding: 25% 0 2%;
  box-sizing: border-box;
  float: left;
  font-size: 24px;
  font-style: italic;
  color: #fff !important;
  text-align: center;
  display: block;
  background-size: cover;
  background-size: 400% auto;
  transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
}
.location:hover {
  text-shadow: 0 0 6px #fff;
  text-decoration: none;
}

#dnn_BottomLinksPane {
  font-size: 10px;
  margin: 10px 0 0 5px;
  text-transform: uppercase;
  overflow: hidden;
}
#dnn_BottomLinksPane a,
#dnn_BottomLinksPane a:visited {
  font-weight: 700;
}
#dnn_SEOPane,
#dnn_BottomLinksPane {
  line-height: normal;
}
#dnn_SEOPane {
  font-size: 10px;
  font-weight: 400;
  overflow: hidden;
}
#dnn_SEOPane p {
  margin-bottom: 10px;
  padding: 0 7px 0 7px;
  font-size: 10px !important;
}

#nd-buttons.contact {
  margin: 10px 0;
}

.coupon-section .see-our-coupons {
  margin: 10% 0;
  width: 100%;
  height: auto;
}
.coupon-section .coupon-wrap {
  margin: 0% 0;
  float: right;
}
.coupon-wrap {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#dnn_FooterPane4 #LocationWidget .locwidgetlisting .locwidget-name,
#dnn_FooterPane4 #LocationWidget .locwidgetlisting .locwidget-addr,
#dnn_FooterPane4 #LocationWidget .locwidgetlisting .locwidget-fax {
  display: none;
}
#dnn_FooterPane4 .locwidget-csz {
  margin-bottom: 0;
}

#nd-topbar {
  height: auto;
  padding: 20px 0;
}

#dnn_SidePane .pc-header h1 {
  font-size: 700;
}

.mobile-anchor {
  width: 90%;
  margin: 0 auto;
  transition: top 0.3s ease-in-out;
  left: 4%;
  border: 1px solid #444;
  z-index: 10 !important;
}
#mobile-social {
  display: none;
}

#poweredbynd {
  color: #fff;
  margin: 30px auto 0;
  width: 157px;
  height: 39px;
  padding: 3px 4px 0;
  background: url(//a2.nd-cdn.us/Skinning/ND_Badge/nd_badge.png) no-repeat
    center top;
}
#poweredbynd #login {
}
#poweredbynd #login a.ndlogo {
  background: url(//a2.nd-cdn.us/Skinning/ND_Badge/nd_logo.png) no-repeat center
    top;
  width: 57px;
  height: 35px;
  float: left;
  text-indent: -9999px;
}
#poweredbynd #login a.ndlogo:hover {
  background-position: bottom;
}
#poweredbynd #login span {
  float: right;
  text-align: center;
  font-size: 9px;
  margin-top: 5px;
}
#poweredbynd #login span a {
  text-decoration: underline !important;
  color: #fff;
}
#poweredbynd #login span a:hover {
  text-decoration: underline !important;
  color: #ccc;
}

.second-background {
  background: url(img/contentbg.png) no-repeat center 274px;
}
/* Bread Cumbs */
.mobileButtons,
.tabletButtons {
  display: none;
  float: right;
}

.mobileButtons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobileButtons li {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  display: block;
  float: right;
}
.mobileButtons li a {
  padding: 0 10px;
  font-size: 14px;
  color: #d9ce96;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nd-mobile-only {
  display: none;
}

/* Footer */
#netdriven {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#brands {
  text-align: center;
  padding: 1% 0;
}
#brands img {
  width: 12%;
}

.mobileButtons {
  background: #282828;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 1% #000;
  z-index: 100000;
}
.social {
  background: #282828;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}
.mobileButtons li a {
  margin-top: 0 !important;
}
.mobileOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 500;
}

p,
#contentmain li {
  line-height: 1.6em;
}

/* DESKTOP EXCLUSIVE STYLES */
@media only screen and (min-width: 1200px) {
  /* NAVIGATION
	----------------------------------------------------------------------------------------------------*/
  /* Default Hover Effects */
  #contentnav #dnnMenu .topLevel li:hover > a {
    background: #64605f;
  }
  #contentnav #dnnMenu .subLevel li a:hover {
    background: #acacac;
  }
  /* Single Column Styles */
  #contentnav #dnnMenu .single-column {
    width: 150px;
  }
  #contentnav #dnnMenu .single-column li a {
    border-bottom: 1px dotted #888;
  }
  /* Double Column Styles */
  #contentnav #dnnMenu .double-column {
    width: 300px;
  }
  #contentnav #dnnMenu .double-column li a {
    border-bottom: 1px dotted #888;
    border-right: 1px dotted #888;
  }
  /* Triple Column Styles */
  #contentnav #dnnMenu .triple-column {
    width: 460px;
  }
  #contentnav #dnnMenu .triple-column li a {
    border-bottom: 1px dotted #888;
    border-right: 1px dotted #888;
  }
  /* Aim In Effect (Add to <div id="contentnav">) */
  #contentnav.aim-in #dnnMenu .topLevel li a {
    outline-offset: 5px;
    transition: outline-offset 200ms ease-in-out;
    -moz-transition: outline-offset 200ms ease-in-out;
    -webkit-transition: outline-offset 200ms ease-in-out;
  }
  #contentnav.aim-in #dnnMenu .topLevel li:not(.haschild):hover > a {
    color: #fff;
    background: #373737;
    outline: 1px solid #acacac;
    outline-offset: 0;
  }

  .nav-sizer {
    display: block !important;
    left: -9999px !important;
  }

  #nd-menubar.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  /* SOCIAL MEDIA
	----------------------------------------------------------------------------------------------------*/
  #dnn_SocialPane #social a:hover {
    padding-right: 20px;
    width: 65px;
    text-decoration: none;
  }

  /* FOOTER
	----------------------------------------------------------------------------------------------------*/
  #FooterPane1Container,
  #FooterPane2Container,
  #FooterPane3Container,
  #FooterPane4Container {
    min-height: 375px;
  }
  .mobileOverlay {
    display: none !important;
  }

  #contentnav #dnnMenu .subLevel li.haschild:hover > .subLevelRight ul {
    display: block;
  }
  #contentnav #dnnMenu .subLevel li.haschild .subLevelRight {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .fourth-row #dnn_WidgetPane2 #hometext h1 {
    text-align: center;
  }
}

/* TABLET EXCLUSIVE STYLES */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px),
  (max-width: 1200px) and (min-width: 640px) {
  /* FOOTER
	----------------------------------------------------------------------------------------------------*/
  #BottomFooter li:nth-of-type(3n + 2) {
    width: 32%;
    margin: 1%;
  }
  #FooterPane1Container,
  #FooterPane2Container,
  #FooterPane3Container,
  #FooterPane4Container {
    width: 48.5%;
    padding: 0;
  }
  #FooterPane1Container {
    float: left;
    margin: 1% 0.5% 0 1%;
  }
  #FooterPane2Container,
  #FooterPane3Container,
  #FooterPane4Container {
    float: right;
    clear: right;
    margin: 1% 1% 0 0.5%;
  }
  #FooterPane4Container {
    float: right;
  }
  .socialh2 {
    display: none;
  }
  #poweredbynd {
    clear: both;
  }
  #BottomFooter #socialfont {
    display: none;
  }
  #BottomFooter .DynamicForms_SaveFormDiv {
    margin-top: 3%;
  }

  /* HOMETEXT
	----------------------------------------------------------------------------------------------------*/
  #hometext {
    padding: 2%;
    float: none;
    width: auto;
  }
  #TireSizeFinder #sizefinder-inputs div {
    margin: 1%;
  }

  /* COUPONS
	----------------------------------------------------------------------------------------------------*/
  .check-coupons {
    width: 100%;
    height: auto;
  }
  #dnn_HomeSidePane {
    width: 25%;
    margin-left: 1%;
  }
  #dnn_HomeContentPane {
    width: 70%;
    margin-right: 1%;
  }
}

/* TABLET AND PHONE EXCLUSIVE STYLES */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px),
  (max-width: 1200px) {
  /* COMMONLY EDITED STYLES
	----------------------------------------------------------------------------------------------------*/
  .homepage .container,
  #main-content .container {
    padding: 2%;
    box-sizing: border-box;
  }
  .container.mobile-nopadding {
    padding: 0 !important;
  }
  .nd-mobile-button {
    box-sizing: border-box;
    padding: 0 5%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
  }
  .nd-mobile-button .mobile-icon {
    font-size: 30px;
    height: 36px;
    width: auto;
    float: left;
  }
  .nav-spacer {
    display: none;
  }

  #headercontact {
    display: none;
  }
  #contentheader {
    height: auto;
    text-align: center;
  }
  #dnn_dnnLogo_imgLogo {
    float: none;
    margin: 1%;
    position: static;
  }

  /* NAVIGATION
	----------------------------------------------------------------------------------------------------*/
  #contentnav #dnnMenu .topLevel {
    list-style: none;
    margin: 0 0 -1px;
    padding: 0 10px;
  }
  #contentnav #dnnMenu .topLevel li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
  }
  #contentnav #dnnMenu .topLevel li.selected:first-child a {
    text-shadow: 0 0 2px #fff;
  }
  #contentnav #dnnMenu .topLevel a:hover {
    text-decoration: none;
  }
  #contentnav #dnnMenu .subLevel,
  #contentnav #dnnMenu .subLevel .subLevelRight ul {
    background: #fff;
    display: none;
    line-height: 1.2em;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    left: auto !important;
    top: inherit;
    width: inherit;
    position: relative;
    width: auto;
    padding: 0;
    border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    -webkit-border-radius: 6px 0 6px 6px;
    padding: 5%;
  }
  #contentnav #dnnMenu .subLevel li a {
    padding-left: 15px;
  }
  #contentnav #dnnMenu .subLevel ul,
  #contentnav #dnnMenu .subLevel .subLevelRight ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: inherit;
    display: block !important;
  }
  #contentnav #dnnMenu .subLevel .subLevelRight li a {
    padding-left: 50px;
  }
  #contentnav #dnnMenu .subLevel .subLevelRight .subLevelRight li a {
    padding-left: 70px;
  }
  #contentnav
    #dnnMenu
    .subLevel
    .subLevelRight
    .subLevelRight
    .subLevelRight
    li
    a {
    padding-left: 90px;
  }
  #contentnav #dnnMenu .topLevel li a,
  #contentnav #dnnMenu .topLevel li.selected > a {
    text-shadow: none !important;
  }
  #contentnav #dnnMenu .topLevel li a:first-of-type {
    border-top: none;
  }
  #contentnav #dnnMenu .subLevel .subLevelRight ul {
    padding: 5%;
  }
  #contentnav #dnnMenu a {
    font-size: 1.25em;
  }

  #contentnav #dnnMenu .topLevel li a:not(.mobile-nav-expand) {
    border-bottom: 1px solid #fff;
    padding: 15px 10px !important;
    text-transform: uppercase;
    display: block;
    margin: 2px 0;
    line-height: normal;
  }
  #contentnav #dnnMenu .mobile-nav-expand {
    font-size: 1.5em !important;
    position: absolute;
    right: 0;
    border: none !important;
    padding: 5px 15px !important;
    z-index: 10;
    cursor: pointer;
    top: 8px;
  }
  #contentnav::before {
    content: "Menu";
    font-size: 1.25em;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    padding: 2%;
    text-transform: uppercase;
    display: block;
    margin-top: 2%;
  }
  #contentnav #dnnMenu .fa-angle-up {
    background: #555;
    color: #fff !important;
    padding-bottom: 25px !important;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
  }
  #contentnav #dnnMenu .subLevel .subLevelRight {
    display: none;
  }
  /* HOMETEXT
	----------------------------------------------------------------------------------------------------*/
  .homepage-options a {
    min-width: 23%;
  }

  /* WHEEL CONFIGURATOR
	----------------------------------------------------------------------------------------------------*/
  .DnnModule-ICGLocalFocalModulesWheelConfigurator {
  }

  .mobile-nav-expand {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff !important;
    background: #333;
  }
  .mobile-nav-expand.icon-angle-up::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 30px;
    content: "";
  }

  #BottomFooter {
    font-size: 0.875em;
  }
  .pc-header::before {
    width: 104%;
    left: -2%;
  }
  .location {
    font-size: 18px;
  }

  .mobile-nav-expand,
  #contentnav #dnnMenu .subLevel,
  .mobile-nav-expand.icon-angle-up::after {
    background-color: #acacac !important;
  }

  #contentnav #dnnMenu .subLevel .subLevelRight ul {
    background: #373737;
  }

  .subLevelRight + .mobile-nav-expand {
    background: #373737 !important;
  }

  .location-dropdown,
  .call-dropdown {
    display: none;
    background: #272727 !important;
    padding: 5% 5%;
    font-size: 16px;
    color: #fff;
    left: 5%;
    width: 90% !important;
    font-weight: 700;
  }
  .location-dropdown {
    overflow-y: scroll;
  }
  .location-choice {
    margin-bottom: 5%;
    overflow: hidden;
    border-radius: 6px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 2px #000;
  }
  .location-choice .location-name {
    background: #444;
    padding: 3%;
  }
  .location-choice .location-buttons a {
    display: block;
    padding: 2% !important;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  .location-choice .location-buttons a:first-of-type {
    float: left;
    width: 50%;
    border-right: 1px solid #333;
    border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
  }

  .call-choice {
    margin-bottom: 5%;
    background: #444;
    overflow: hidden;
    border-radius: 6px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    display: block;
    padding: 2% !important;
    box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 2px #000;
  }
  .call-choice:last-of-type {
    margin-bottom: 0;
  }

  .call-choice .name-phone {
    color: #fff;
    font-size: 14px;
    float: left;
    width: 70%;
  }
  .call-choice .call-button {
    float: right;
    width: 10%;
    height: 100%;
    text-align: center;
    padding: 2%;
    border-radius: 6px;
  }
  .location-choice .location-buttons a:last-of-type {
    float: right;
    width: 50%;
    border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
  }
  .gallery_boxs .box {
    width: 24% !important;
    margin: 0.5% !important;
  }
  .location-choice:last-of-type {
    margin: 0;
  }
  .close-button {
    position: absolute;
    top: 0.5%;
    right: 0.5%;
    text-decoration: none !important;
    color: #fff;
    font-size: 26px !important;
  }
  .call-button .fa {
    font-size: 26px;
    color: #fff !important;
  }
  .close-button:hover,
  .call-button .fa:hover {
    color: #fff;
  }

  #BottomFooter li {
    width: 31%;
    margin: 1%;
    float: left;
    list-style: none;
  }

  /* Prevents Nav From Loading First */
  #contentnav {
    display: none;
  }
  .nd-mobile-window #contentnav {
    display: block;
  }

  #atcclicktorefinesearch {
    display: block !important;
  }

  /* Mobile Buttons in Header */
  .mobileButtons {
    /*box-shadow:0 2px 5px #000;*/
  }
  .mobileButtons {
    display: block;
  }
  /* Style to have the connect text be left of footer social icons*/
  /* #BottomFooter #socialfont {float:right; } */
  #mobile-social .fa,
  #mobile-buttons .fa {
    font-size: 22px;
  }
  #mobile-social .fa,
  #mobile-buttons .fa {
    display: inline-block;
    font-style: normal;
    font-weight: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
  }

  #mobile-buttons a {
    color: #fff;
    padding: 1.5% 2%;
  }
  #mobile-buttons a:hover {
    color: #fff;
    text-decoration: none;
  }

  .mobileonhover {
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 0;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
  }
  .mm-clicked {
    background: #373737;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    position: absolute !important;
    padding-bottom: 2.5% !important;
  }

  #mobileMenuBtn {
    float: left;
    position: relative;
    z-index: 10000;
    margin-right: 1.5%;
  }
  .fa-phone {
    position: relative;
    z-index: 10000;
  }

  .left-button {
    float: left;
  }
  .right-button {
    float: right;
  }

  #dnn_SidePane {
    display: none;
  }
  #dnn_CTCFilterPane {
    width: 100%;
    float: none;
  }

  .nd-mobile-popup {
    opacity: 0;
    position: absolute !important;
    left: 10%;
    width: 80% !important; /*height:80%;*/
    box-sizing: border-box;
    box-shadow: #000;
    background: #fff;
    z-index: 50;
    box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 15px #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
  }
  #dnn_SidePane .pc-header {
    padding: 2%;
  }
  #dnn_SidePane .pc-header h1 {
    margin: 0;
    color: #fff;
  }
  #dnn_SidePane .pc-body {
    padding: 2%;
  }
  #dnn_SidePane .close-window {
    text-transform: lowercase;
    float: right;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }

  .view-testimonials,
  .community-heroes,
  .slider-image {
    width: 100%;
  }

  .tpms {
    max-width: 20%;
  }
  .tabletButtons {
    display: block;
  }
  #contentnav {
    width: 100%;
    padding: 0;
  }

  #BottomFooter h2 {
    font-size: 16px;
  }

  #contentheader {
    height: auto;
    padding: 1%;
    box-sizing: border-box;
  }

  #brands img {
    width: 12%;
    height: auto;
  }
  /* Permanent Styles */
  .container,
  #contentheader {
    width: 100%;
  }
  #main-content .container {
    padding-top: 0;
  }
  #netdriven {
    width: 100%;
    padding-bottom: 12%;
  }

  .ndcustombutton1,
  .ndcustombutton2 {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 8px 0;
  }

  .atctypeimage,
  .atccategoryimage {
    display: block;
  }

  #locations {
    background: url(img/locations.png) no-repeat;
    background-size: 100% auto;
  }
  #dnn_HeaderContactPane {
    width: auto;
    margin-right: 0;
  }

  /* Nav */
  #contentnav #dnnMenu .subLevel li a {
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  .mobile-menu-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 5.5% 0 5.5% 20%;
    background: #666;
    text-transform: uppercase;
  }

  #tabletMenuBtn .fa {
    font-size: 20px;
    color: #aaa;
  }

  .mm-clicked#tabletMenuBtn {
    opacity: 1;
  }
  .mm-clicked#tabletMenuBtn .fa {
    color: #fff;
  }
  .nd-mobile-window {
    position: fixed;
    width: 40%;
    left: -80%;
    z-index: 100;
    overflow-y: scroll; /*height:100%;*/
    box-sizing: border-box;
    background: #373737;
    z-index: 1000;
  }

  .nd-slidewindow .atcSideFilter {
    color: #fff;
  }
}

/* PHONE EXCLUSIVE STYLES */
@media only screen and (max-width: 640px) {
  html {
    font-size: 80%;
  }

  /* COMMONLY EDITED STYLES
	----------------------------------------------------------------------------------------------------*/
  #dnn_dnnLogo_imgLogo {
    max-width: 60%;
  }

  #bgbottom {
    background: none;
  }
  #dnn_ContentPane,
  #dnn_HomeSidePane,
  #dnn_LeftPane,
  #dnn_RightPane,
  #dnn_LeftPane2,
  #dnn_RightPane2,
  #dnn_HomeContentPane,
  #contentnav {
    width: auto;
    float: none;
  }
  #brands {
    display: none;
  }

  /* MAIN BRANDING STYLING
	----------------------------------------------------------------------------------------------------*/
  .mobile-footer-button,
  #FooterPane1Container,
  #FooterPane2Container,
  #FooterPane3Container,
  #FooterPane4Container,
  .vlbCatalogBtn {
    background-color: #acacac !important;
  }
  img.mobile-image-full {
    width: 75%;
    height: auto;
    margin: 2% auto !important;
    display: block;
    clear: both;
    float: none !important;
  }

  /* SOCIAL MEDIA
	----------------------------------------------------------------------------------------------------*/
  #dnn_SocialPane {
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
  }
  #dnn_SocialPane #socialfont a {
    float: left;
  }
  #dnn_SocialPane #socialfont.one-set a {
    width: 100%;
  }
  #dnn_SocialPane #socialfont.two-set a {
    width: 50%;
  }
  #dnn_SocialPane #socialfont.three-set a {
    width: 33%;
  }
  #dnn_SocialPane #socialfont.three-set a:nth-of-type(2) {
    width: 34%;
  }
  #dnn_SocialPane #socialfont.four-set a {
    width: 25%;
  }
  #dnn_SocialPane #socialfont.five-set a {
    width: 20%;
  }

  /* NAVIGATION
	----------------------------------------------------------------------------------------------------*/
  #contentnav {
    height: auto;
  }
  #contentnav a {
    color: #fff;
  }

  /* NET DRIVEN BUTTONS
	----------------------------------------------------------------------------------------------------*/
  #nd-buttons {
    display: none;
  }

  /* VEHICLE LOOKUP BAR - HORIZONTAL
	----------------------------------------------------------------------------------------------------*/
  #find-tire-bar {
    width: auto;
    height: auto;
    background: none;
    padding: 2%;
    background: #fff;
  }
  #links {
    width: 100%;
    margin: 0;
  }
  .vlbCatalogBtn {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    padding: 2%;
    box-sizing: border-box;
  }
  #sizefinder-inputs {
    padding: 0;
    height: auto;
    float: none;
  }
  #sizefinder-inputs select {
    width: 100% !important;
    padding: 1%;
    margin-bottom: 2%;
    display: block;
    font-size: 16px;
  }
  #services_div {
    width: 100%;
    box-sizing: border-box;
  }
  .vlb-horizontal div {
    float: none;
  }

  /* COUPONS
	----------------------------------------------------------------------------------------------------*/
  .coupon-section #dnn_HomeSidePane {
    display: none;
  }
  .coupon-section #dnn_HomeContentPane {
    width: 100%;
    height: auto;
  }
  .coupon-section .see-our-coupons {
    display: none;
  }

  /* HOMETEXT
	----------------------------------------------------------------------------------------------------*/
  #hometext {
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
  }
  #hometext ul li,
  #hometext ul.two-row li,
  #hometext ul.three-row li,
  #hometext ul.four-row li,
  #hometext ul.five-row li {
    width: auto;
    float: none;
  }
  .homepage-options a {
    min-width: 43%;
  }

  /* SUBTITLE BAR
	----------------------------------------------------------------------------------------------------*/
  .subtitle {
    padding: 1%;
  }
  .subtitle + * {
    padding: 1%;
  }

  /* NDSC WIDGET
	----------------------------------------------------------------------------------------------------*/
  #dnn_WidgetPane {
    display: none;
  }

  /* FOOTER
	----------------------------------------------------------------------------------------------------*/
  #BottomFooter .DynamicForms_SaveFormDiv {
    margin-top: 2%;
  }
  #BottomFooter a[id*="lnkSave"] {
    width: 100%;
  }
  #BottomFooter li {
    width: 48%;
    padding: 1%;
    float: left;
    box-sizing: border-box;
  }
  #bottomnav #dnnMenu a,
  .extra-links li a,
  #BottomFooter {
    font-size: 12px;
  }
  #BottomFooter h2 {
    display: none;
  }
  #BottomFooter,
  #BottomFooter a {
    color: #fff;
  }
  #FooterPane1Container,
  #FooterPane2Container {
    float: left;
    width: 96%;
    height: auto;
    padding: 3%;
    min-height: inherit;
    display: none;
    margin: 0 2% 2%;
    clear: both;
  }
  #FooterPane1Container,
  #FooterPane3Container {
    border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
  }
  #FooterPane3Container,
  #FooterPane4Container {
    float: right;
    width: 96%;
    height: auto;
    padding: 3%;
    min-height: inherit;
    display: none;
    margin: 0 2% 2%;
    clear: both;
  }
  #FooterPane2Container,
  #FooterPane4Container {
    border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    -webkit-border-radius: 6px 0 6px 6px;
  }

  /* CONTAINER HEADER
	----------------------------------------------------------------------------------------------------*/
  .pc-header h1,
  .pc-title h1,
  .pc-header::before,
  .pc-title::before {
    font-size: 22px;
  }

  .ndmobilehide {
    display: none !important;
  }
  .nd-mobile-only {
    display: block;
  }
  .gallery_boxs .box {
    width: 48% !important;
    margin: 0.5% !important;
  }
  /* Mobile Buttons */
  #mobile-buttons a {
    padding: 2.5% 3%;
  }
  .mm-clicked {
    padding-bottom: 4% !important;
  }

  #ndatc #tiresidewall_animation,
  #ndatc .atcSideFilter {
    display: block !important;
  } /* Overwrite in module.css */
  #dnn_SidePane:not(.DNNEmptyPane) + #dnn_ContentPane {
    float: none;
    width: auto;
  }

  #atcclicktorefinesearch {
    white-space: normal !important;
    display: none;
  }

  /* REMOVE LATER */
  .nd-app-button,
  .nd-app-button .fa-angle-down {
    font-size: 1.5em;
  }

  .mobile-footer-button {
    width: 46%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 2%;
    color: #bbb;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 2%;
    box-sizing: border-box;
    float: left;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    height: auto;
    color: #fff !important;
  }
  .mobile-footer-button span {
    font-size: 24px;
    float: left;
    width: 25%;
    margin-right: 5%;
    text-align: center;
  }
  .mobile-footer-button p {
    float: left;
  }
  .mobile-footer-button.clicked {
    background: #333;
    border-radius: 6px 6px 0 0;
    padding-bottom: 4% !important;
    margin: 2% 2% 0;
  }
  /*.mobile-footer-button.clicked + div{background:#333 !important;}*/

  .slider-image {
    width: 100%;
  }

  #bottom-content {
    display: none;
  }
  #nd-topbar {
    display: none;
  }
  .tpms {
    display: none;
  }
  .view-testimonials,
  .community-heroes {
    display: none;
  }
  .mobile-vlb {
    margin: 0;
  }

  .couponsliderview::after {
    content: "";
    display: block;
  }

  /* Navigation Skinner Editable */
  .mobileonhover {
    background: #444;
  }
  .nd-mobile-search-window {
    position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 10%;
    background: #444;
    z-index: 1000;
    box-sizing: border-box;
    padding: 1%;
  }

  .nd-mobile-window {
    position: fixed;
    width: 80%;
    left: -80%;
    z-index: 100;
    overflow-y: scroll; /*height:100%;*/
    box-sizing: border-box;
  }

  .nd-app-button {
    box-sizing: border-box;
    padding: 5% !important;
    height: auto;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
    text-shadow: 0 0 3px #000;
    color: #fff !important;
    background: #282828;
    margin-top: 2%;
  }
  .nd-app-button.two-row:nth-of-type(odd) {
    width: 49%;
    float: left;
    text-align: center;
    padding: 3%;
  }
  .nd-app-button.two-row:nth-of-type(even) {
    width: 49%;
    float: right;
    text-align: center;
    padding: 3%;
  }
  .nd-app-button.two-row i {
    display: block;
    margin: 0 auto 2%;
    text-align: center;
  }
  .nd-app-button.two-row.last-of-row {
    width: 50%;
    margin-left: 25%;
  }
  .nd-app-button img {
    height: 36px;
    vertical-align: bottom; /*position:absolute; left:5px; top:5px;*/
  }
  .nd-app-button .mobile-icon {
    font-size: 36px;
    height: 36px;
    width: auto;
    float: left;
  }
  .nd-app-button:click {
    animation: mobile-button-click 0.3s linear;
    -moz-animation: mobile-button-click 0.3s linear;
    -webkit-animation: mobile-button-click 0.3s linear;
  }
  .app-open {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
  }

  .nd-app-button .drop-down {
    box-shadow: 0px 0px 2px #000 inset;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    text-align: center;
    float: right;
    width: 15%;
  }
  .nd-app-button .drop-down:hover {
    box-shadow: 0px 0px 5px #000 inset;
  }
  .nd-app-button .fa {
    font-size: 1.25em;
  }
  .nd-popup-window {
    z-index: 100;
    background: #222;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 3%;
    display: none;
    border-left: 6px solid #acacac;
    border-bottom: 6px solid #acacac;
    border-right: 6px solid #acacac;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
  }
  /*Strip All Styles*/
  .nd-popup-window * {
  }

  #nd-topbar {
    box-sizing: border-box;
  }
  .searchbuttons {
    display: none;
  } /* Temp */
  *.nd-mobile-app {
    background: #c8c8c8;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-left: 3px solid #acacac;
    border-bottom: 3px solid #acacac;
    border-right: 3px solid #acacac;
    padding: 4%;
  }
  table.nd-mobile-app,
  table.nd-mobile-app tr,
  table.nd-mobile-app td,
  table.nd-mobile-app tbody,
  table.nd-mobile-app table {
    display: block;
  }
  /* DNN Control Overrides */
  .ControlPanel {
    display: none !important;
  }
  #nd-topbar {
    position: relative;
    padding: 2%;
  }
  #info {
    padding: 2%;
    margin-bottom: 0;
  }
  .nd-slidewindow {
    position: fixed;
    width: 80% !important;
    float: none !important;
    left: -80%;
    z-index: 100;
    background: #222;
    z-index: 1000;
    overflow: scroll;
    height: 100%;
    box-sizing: border-box;
    box-shadow: -20px 0 20px #000 inset;
    -moz-box-shadow: -20px 0 20px #000 inset;
    -webkit-box-shadow: -20px 0 20px #000 inset;
    display: block !important;
    top: 0;
  }
  .nd-slidewindow .atcSideFilter {
    color: #fff;
  }
  .phoneSocialBar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 10%;
    width: 100%;
    z-index: 10000;
  }
  #mobileVLB {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    background: #0000ff;
    color: #fff;
    z-index: 10000;
  }
  .nd-mobilehide {
    display: none;
  }
}

/* TABLET AND PHONE EXCLUSIVE STYLES */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px),
  (max-width: 1200px) {
  #mobile-buttons .nd-mobile-button.ndcustomcolorclass {
    box-shadow: 0 0 2px #000 inset;
    -moz-box-shadow: 0 0 2px #000 inset;
    -webkit-box-shadow: 0 0 2px #000 inset;
  }
}

/* REVIEWS Page Styles
===========================================*/

.reviews-locations-wrapper {
  margin: 30px 0;
}

.pc-header {
  text-align: center;
}

@media screen and (min-width: 640px) {
  .reviews-locations-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.reviews-locations-wrapper .loc-container {
  align-self: stretch;
  padding: 0;
  margin: 25px 0;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .reviews-locations-wrapper .loc-container {
    width: 49%;
  }
}

@media screen and (min-width: 981px) {
  .reviews-locations-wrapper .loc-container {
    width: 30%;
  }
}

.reviews-locations-wrapper .loc-container .img-container {
  padding: 0 10px;
  text-align: center;
}

.reviews-locations-wrapper .loc-container .img-container img {
  width: 100%;
  box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.5);
}

.reviews-locations-wrapper .loc-container h4 {
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.reviews-locations-wrapper .loc-container .phone {
  color: #000 !important;
  text-decoration: none;
}

.reviews-locations-wrapper .loc-container .address {
  margin: 10px 0;
}

.reviews-locations-wrapper .loc-container .review-link {
  display: block;
  max-width: 150px;
  margin: 20px auto 0;
  padding: 0 20px;
  font-size: 13px;
  color: #ffffff !important;
  font-weight: 800;
  line-height: 3;
  text-decoration: none;
  border-radius: 50px;
  background-color: #d73d32;
}

/* STAFF PAGE */

.staff_container {
}
.staff_container .col-4 {
  text-align: center;
}

.staff_row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: "bebas-neue", sans-serif;
}
.staff_row .staff_square {
  display: block;
  flex-direction: column;
  max-width: 230px;
  box-sizing: border-box;
  margin: 4px;
  font-size: 1.4rem;
}
.staff_row .staff_square span {
  display: block;
}
.staff_row .staff_square .staff_img {
  max-width: 100%;
}
.staff_row .staff_square .staff_name {
  font-size: 2rem;
  font-weight: 700;
}
.staff_row .staff_square .staff_rol {
  font-size: 1.8rem;
  font-weight: 700;
}
.staff_row .staff_square .staff_address {
  margin-top: 10px;
}
.staff_row .staff_square .staff_phone {
  margin: 10px 0;
}

@media (min-width: 981px) {
  .staff_row .staff_square {
    width: 24%;
  }
}
/* ====================================================================================================================== */
.new-location {
  display: block;
  margin: 15px auto;
}
.new-location p {
  font-size: 30px;
  font-family: "bebas-neue", sans-serif;
  text-transform: capitalize;
  color: red;
  font-weight: bold;
}
