/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* LINKS
///////////////////////////////////////////// */
a, a:link, a:visited { color: #fff; text-decoration: underline; }
a:hover { color: #c00; }

/* TYPOGRAPHY
///////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6 { color: #fff; font-family: Georgia, Times New Roman, Serif; }
p, ul, li, span, label, div {
  color: #fff;
  font-size: 13px; font-size: 1.3rem;
}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
img { vertical-align: top; }
.txtCenter { text-align: center; }
.txtRight { text-align: right; }
.txtLeft { text-align: left; }
.container { padding: 0; }
.blueBkg { background: #002041; }
.show-tablet { display: none !important; }
.show-tablet-inline { display: none !important; }
.show-desktop { display: block !important; }
.show-desktop-inline { display: inline !important; }

/* BASE
///////////////////////////////////////////// */
div.ddsLogoProvider, .ddsLogoProvider a { text-align: right; margin: 10px 0; text-decoration: none; font-size: 10px; font-size: 1.0rem; color: #ddd; }
span.ddsLogoProvider { float: right; vertical-align: middle; position: relative; top: -3px; margin-left: 5px; width: 71px; height: 21px; background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-dk.png) no-repeat 0 0; }
/*FOR LIGHT VERSION span.ddsLogoProvider { background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-lt.png) no-repeat 0 0; }*/

body { background: #707276; padding-top: 10px; color:#fff; }

#SiteContainer {
  border-top: 1px solid #002041;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 10px;
}
#main {
  background: #002041;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}

header { background: #002041; color: #fff; }
header .container { padding: 0 0 0 10px; }
.row .four.logo { width: 34.6%; }
.columns.navWrapper { margin-left: 0; }
.address {
  font-size: 13px;  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 6px;
  margin-bottom: 8px;
  text-align: center;
}
.hdrPhones ul { margin-bottom: 0; }
.hdrPhones ul li{
  color: #fff;
  font-size: 18px;  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
}
#hdrSocial {
  text-align: left;
  margin: 20px 0 6px 22px;
}

object, embed {
    min-height: 100%;

}

/* -----------------------------------------
   Navigation
----------------------------------------- */
.navContainerItem {
    border-right: 1px solid #002041;
    float: right;
    position: relative;
    width: 532px;
    z-index: 30;
}
.nav, div.nav {
  background: #cc0000; /* Old browsers */
  background: -moz-linear-gradient(top,  #cc0000 0%, #890000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#890000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cc0000 0%,#890000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cc0000 0%,#890000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cc0000 0%,#890000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cc0000 0%,#890000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#890000',GradientType=0 ); /* IE6-9 */
  z-index: 30;
  clear: both;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: auto;
  height: auto;
  border: none;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
#nav-container, #nav-container ul, .nav ul {
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  z-index: 31;
  position: relative;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 3;
}
#nav-container:before, #nav-container:after, #nav-container ul:before, #nav-container ul:after, .nav ul:before, .nav ul:after {
  content: "";
  display: table;
}
#nav-container:after, #nav-container ul:after, .nav ul:after {
  clear: both;
}
#nav-container li, .nav li {
  border-right: 1px solid #002041;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  margin: 0;
  background: transparent;
  padding: 40px 0 0;
}
.nav li:hover {
  background: none;
  text-shadow: none;
}
#nav-container a, .nav a {
  color: #fff;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0 11px;
  width: auto;
}
#nav-container li.sfhover {
  background: #707276;
}
#nav-container li.sfhover:first-child {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
#nav-container a:hover, #nav-container li.sfhover a {
  color: #fff;
}

#nav-container li img {
  display: block;
  margin: 0;
}
#nav-container li ul, .nav li ul {
  z-index: 32;
  border: 2px solid #002041;
  border-top: none;
  line-height: normal;
  padding: 0;
  position: absolute;
  background: #707276;
  width: 130px;
  display: none;
  left: -2px;
}
#nav-container li ul li, .nav li ul li {
  text-indent: 0;
  width: 100%;
  border-bottom: 1px dotted #002041;
  background: none;
  padding: 0;
}
#nav-container li ul li:last-child, .nav li ul li:last-child {
  border-bottom: none;
}
#nav-container li ul li a , #nav-container li.sfhover ul li a{
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 8px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}
#nav-container li ul li a:hover, #nav-container li.sfhover ul li a:hover {
  background: #cc0000; /* Old browsers */
  background: -moz-linear-gradient(top,  #cc0000 0%, #890000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0000), color-stop(100%,#890000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cc0000 0%,#890000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cc0000 0%,#890000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cc0000 0%,#890000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cc0000 0%,#890000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#890000',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px .05em #000;
}
#nav-container li ul ul, .nav li ul ul {
  left: 0;
  margin: -23px 0 0 10px;
}
#nav-container li:hover ul ul, #nav-container li:hover ul ul ul, #nav-container li:hover ul ul ul ul {
  display: none;
}
#nav-container li:hover ul, #nav-container li li:hover ul, #nav-container li li li:hover ul, #nav-container li li li li:hover ul {
  display: block;
}

#mobileNav {
  background: #707276;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 0px #000;
  text-transform: uppercase;
  width: 100%;
}

#hdrTradeBanner {
  margin: 10px auto;
  text-align: center;
}

footer {
  background: #002041;
  border-top: 5px solid #707276;
  color: #fff;
  line-height: 1.2;
  padding: 5px 0 10px;
}
footer .container { padding: 0 20px; }
footer h4, footer h5, footer h6 {
  font-size: 14px;  font-size: 1.4rem;
  font-style:normal;
  line-height: 1.6;
}

/* Hours and Directions */
.black.button { background: #666; }

/* Coupons */
#couponPrice h1, #couponHeader h3, #couponInfo p { color: #000; }
#couponHeader a:link, #couponHeader a:visited { color: #555; }
#couponHeader a:hover { color: #C00; }

/* Specials  */
.InvInfoBox {background-color: #002041;}
#InvSpecialBody{background-color: #002041;}
#InvSpecialDisclaimer{background-color:#002041;}

/* Calculator */
#CalcPayment, .paymentCalcItem {
  border: 0 none !important;
  padding: 0 !important;
}
#CalcPayment #monthPay { color: #890606; }

div.panel {
  background: #555555;
  background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333));
  background: -o-linear-gradient(top, #555555 0%,#333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 );
}

/* ---------------
  FORM COLORS
------------------ */
form{
  background: #eaeaea; /* also color of even rows */
  border: 1px solid #bbb;
}
form li {border-bottom: 1px solid #ccc;}
form li:nth-child(2n+1) {background: #FFF;}
form li li:nth-child(2n+1) {background: none;}
form li:last-child{border-top:2px solid #999; background:none}
form li li:last-child{border-top:0 none; }
input[type="submit"] {background: #1B5E93; color: #fff;}
label + input[data-val="true"], label + textarea[data-val="true"] {
  border: 1px solid #037bad; /* Border on required fields */
}
.field-validation-error { /* Validation error msgs */
  background: #ffebf0;
  color: #C00;
  border-color:#f99;
}

/* ------------------
  FORM STRUCTURE
--------------------- */
form {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  width: 96%;
}
.formContainer form { padding: 0; }

/* Put the input fields on the same line as their labels */
form label {
  color: #002041;
  font-weight: bold;
  line-height: 24px;
  display: inline;
}
form ul { margin-bottom: 0; }
form li {
  clear: left;
  height: auto;
  overflow:hidden;
  margin: 0;
  padding: 6px 6px 0;
}
form li:last-child{border-bottom:none}
input, select{float:right;}

form li ul { float: right; }
form li li { border-bottom: 0 none; clear: none; float: left; }

/* Style the submit button */
input[type="submit"] {
  border: none;
  border-radius: 6px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
  clear: both;
  cursor: pointer;
  font-size: 18px;
  margin: 20px 20% 0;
  padding: 10px 30px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
  width: 60%;
}
label + select, label + input[type="text"], label + input[type="email"], label + input[type="password"], label + input[type="checkbox"] {
  margin-bottom: 6px;
  width: 50%;
}
label + textarea {
  width: 100%;
  height:100px;
}

/* Validation errors */
.field-validation-error {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  line-height: 2;
  border-style: solid;
  border-width:1px;
}

/* For mobile, make form full width */
@media only screen and (max-width:767px){
  form {
    margin-left: 0px;
    box-shadow: none;
  }
  form input {
    float: none;
    display: block;
    width: 100%;
  }
}

/* Reset for map form inputs */
dl.form input {float: none;}

/* Reset for Inv. Listings page */
#InvContainer form, #InvContainer li {
    background: none;
    border: none;
    box-shadow: none;
}
#InvContainer input, #InvContainer select {display: block; float:none}
.inline li, .inline dd, .form.inline li, .form.inline dd{margin-right:0}

/* Reset for Inv. Details Page form */
#Profilefrm {margin: 0; float: none;}
#Profilefrm input {display: inline;}
#Profilefrm li {clear: none; padding: 0;}

/*===== END OF FORM STYLE =====*/

/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media only screen and (max-width: 800px) {
  /* anything below 800px */
  .show-tablet { display: block !important; }
  .show-tablet-inline { display: inline !important; }
  .show-desktop { display: none !important; }
  .show-desktop-inline { display: none !important; }

  #nav-container a, .nav a { padding: 0 5px; }
  #hdrSocial {
    margin-top: 12px;
  }
  .hdrPhones ul li {
    font-size: 16px;  font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 4px;
    margin-top: 6px;
  }
  .hpInvLinkList ul li { padding-bottom: 6px; }
}
@media only screen and (max-width: 768px) {
  /* anything below 768px */
}
@media only screen and (max-width: 767px) {
  /* anything below 767px */
  #nav-container, .nav ul { display: none; }
  #nav-container li, .nav li { display: block; text-align: left; float: none;}
  #nav-container li.sfhover { background: #444; }
  #nav-container li ul, .nav li ul { position: static; width: auto; }
  #nav-container li ul li a { width: auto; }
  header .container { padding: 0; }
  .logo, .hdrPhones { padding: 0 20px; }
  .container navContainerItem { border: 0 none; }
  #nav-container li, .nav li { padding: 0; border: 0 none; }
  #nav-container li ul, .nav li ul { border: 0 none; }
  .logo { text-align: center; }
  .noLeftMargin { margin-left: 0; }
}
@media only screen and (max-width: 480px) {
  /* anything below 480px */
  
}
@media only screen and (max-width: 320px) {
  /* anything below 320px */
  
}
