@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* Colors
    Grey - #525252
    Dark Red - #0a64ab
    Green - #66B95B
    Blue - #5F9FD2/#4E95BA
    New Blue - #0a64ab
    New Green - #788A9A
    */

a {
  color: #44180f;
  text-decoration: none;
}
body {
  background-color: #c3ac82;
  background-blend-mode: multiply;
  background-image: url(/images/guide/ndpc-background.jpg);
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;

  /* background-image: url(/images/guide/ndpc-background.jpg); */
  /* centered, and semi-transparent */
}
div#pgCont {
  background-color: #ffffffb5;
  border-color: #461915bd;
  display: flex;
  flex-direction: column;
}

.gui-logo {
  display: block;
  background-color: transparent;
  flex: 1 0;
  max-width: fit-content;
  margin: auto 0;
}
button.navbar-toggle {
  background-color: #788a9a;
}
.memberinfo.memberinfo-mobile {
  display: none;
}

.gui-logo-name {
  font-size: 40px;
  background-image: url(../images/guide/ndpc-logo-text.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  font-size: 25px;
  font-family: Georgia, sans-serif;
  padding-top: 15px;
  float: none;
  color: transparent;
  width: fit-content;
  max-width: 399px;
  height: 100px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  display: block;
  flex: 1 0;
}

a:hover,
a:focus {
  color: #525252;
  text-decoration: none;
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.container-full {
  /*background:url(/images/guide/wba-topbanner.jpg) center top repeat-x;*/
  border: 0;
}

.container {
  background-color: transparent;
}

.AssocHeader {
  background-color: #c3ac82;
  background-image: linear-gradient(to bottom, #c3ac82 63%, #788a9a);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

img#AssocLogo {
  height: 100px;
}

/*Navbar Background Color*/

.nav-area {
  background-color: #788a9a;
  background: url(/images/guide/ndpc-nav.png) #a35d38;
  background-position: center;
}
.nav-li {
  border: none;
}
.nav-menu .nav-li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-menu a {
  color: #ffffff;
  font-size: 22px;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
  text-transform: uppercase;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav-menu .sub-li a {
  font-size: 16px;
}
.nav-menu li > a:hover,
.nav-menu li > a:focus,
.nav-li.active {
  text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
  color: #ffffff;
  background-color: #bd9f6a;
  background-image: -webkit-linear-gradient(top, #d3c7ae, #bc9f6a);
}
.nav-menu .showSubmenu {
  margin-top: -10px;
}

.navbar-default {
  background-color: #788a9a;
  border-color: #e7e7e7;
}
.featured_ads .featured-ads {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
}
.featuredbtn.pull-right {
  background-color: #788a9a;
}
.featured-ads > .featured {
  flex-basis: 33%;
}

/* .featured-ads {
    max-height: 75vh;
    overflow-y: scroll;
    border: 1px solid #788a9a;
    border-width: 0 0 1px;
} */

/*Banner Background Color*/

.well-banner {
  background-color: #525252;
  border-radius: 0px;
  padding: 15px;
}
.banner-ad {
  background-color: initial;
}

/*Banner edge Color*/

.well-footer,
.well_footer {
  background-color: #0f5891;
}

.featured_title,
.scat-list .body_header {
  background-color: #788a9a !important;
  /* background-image: linear-gradient(45deg, black, transparent 80%); */
}
.featured_title .cornerslant,
.body_header {
  background-color: #788a9a;
  /* background-image: linear-gradient(45deg, black, transparent 40%); */
}

.featured_ads {
  grid-template-areas:
    "feat_header feat_header"
    "feats1 feats2"
    "browse_text browse_text";
}

/*Spotlights alternating colors*/

.spots > li:nth-child(even) {
  /* background-color: #788A9A; */
  background-color: initial;
}

.spots > li:nth-child(odd) {
  /* background-color: #4c4d4f; */
  background-color: initial;
}
.spots > li a {
  color: #788a9a;
}

/*Spotlights top colors*/

.spotlightspanel {
  text-align: center;
  background-color: #44180f !important;
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
}

/*Menu Hover Color*/

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  font: bold;
  background-color: transparent;
  text-decoration: underline;
}

/*Menu Active top colors*/

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  font: bold;
  background-color: transparent;
  text-decoration: underline;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}

/*...*/

.well-color {
  background-color: #f7f7f7 !important;
}
.panel-heading-search {
  background-color: #ffffff;
}
.list-group-item-color {
  border: 1px solid #525252;
  background-color: #ffffff;
}

.prioritymarker {
  background-color: #d6bd84;
}

.membericon {
  width: 65px;
  height: 91px;
}
.listing-logos img.member-logo {
  height: auto;
  max-height: 70px;
}
.listing-desc.company-info .listing-logos {
  height: auto;
  max-height: 70px;
}

.sponsoricon {
  width: 128px;
  height: 34px;
}

.footernav {
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
}

.footernav li {
  display: inline;
}

.footernav li a {
  color: #525252;
  font-family: "Open Sans", sans-serif;
}

.footernav li + li {
  background: url("../images/separator.jpg") no-repeat top left;
  padding-left: 10px;
}

.small {
  color: #525252 !important;
}

.colpaddingright {
  padding-right: 15px;
}

.colpaddingleft {
  padding-left: 0px;
  padding-right: 0px;
}

.colpaddingcategories {
  padding-left: 0px;
}

.logoimg {
  float: left;
  padding-top: 20px;
  padding-bottom: 5px;
}

.logosm {
  float: left;
  margin-left: 13px;
  margin-top: 7px;
}

.alert {
  border-radius: 0px;
}

.my_repeater_cssclass br {
  display: none;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle {
  border-color: #be9c74;
  border: 1px solid transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #be9c74;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #be9c74;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.dropdown-menu {
  background-color: #525252;
}

.dropdown-menu > li > a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}

.dropdown-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #525252;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #0a64ab;
  text-decoration: none;
  background-color: #44180f;
  outline: 0;
}
.navbar {
  border-radius: 0px;
  border: none;
}

.col-md-3 {
  width: 29%;
}

.style1 {
  padding-right: 0px;
  font-size: 14px;
  text-align: right;
  padding-top: 0px;
  margin-left: 0px;
}

.style2 {
  padding-top: 3px;
  padding-right: 0px;
  margin-right: 10px;
}

.style3 {
  display: block;
  margin-top: 6px;
  height: 0px;
}

.style4 {
  padding: 3px 16px;
  margin-top: 13px;
}

.style5 {
  margin-bottom: 12px;
}

.breadcrumb {
  padding: 0px 15px;
  font-size: 10px;
}
.featuredbtn {
  padding: 3px 16px;
  margin-top: 15px;
  margin-bottom: 6px;
}
.well-featured {
  margin-right: 0px;
  background: none;
  background-repeat: repeat-x;
  background-position-y: 192px;
}

.well {
  background-color: #ececec;
  border: 1px solid #525252;
  margin-top: 10px;
}

.panel-title {
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-top: 3px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.noborder {
  border: none;
}

.imgsearch {
  width: 134px;
  margin-bottom: 6px;
}

.searchbtn {
  padding: 10px 21px;
  margin-top: 7px;
}

.searchformheight {
  height: 28px;
}

.text-muted {
  color: #525252;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 13px;
}

.searchtext {
  margin-left: 10px !important;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

.list-group > li a {
  color: white;
  font-weight: bold;
}

.white {
  color: white;
}

.white:hover {
  color: white;
}

.btn-lg {
  padding: 10px 21px;
}

.logotext {
  text-align: center;
  font-weight: 900;
  font-size: 44px;
  font-family: Open Sans, sans-serif;
  padding-top: 15px;
  float: left;
  width: 75%;
  margin-left: 2%;
}

.menutitle {
  color: white;
  text-align: center;
  font-size: 11px;
  margin-top: 17px;
}

.featuredtitle {
  padding-top: 0;
  margin-top: 8px;
}

.featuredtitle a {
  color: #0a64ab;
  font-size: 20px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.featuredtitle a:hover {
  color: #525252;
  text-decoration: none;
}

h4 a:hover {
  color: white;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.btn-primary {
  background-color: #0a64ab;
  border-color: #525252;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #525252;
  border-color: #0a64ab;
}
.searchbutton {
  background-color: #0a64ab;
  border: solid 1px #525252;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 5px;
}

#btnUncheck {
  background-color: #0a64ab;
}

.navbar {
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.breadcrumb {
  margin-bottom: 0px;
  margin-top: 2px;
}

.alert {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 0px;
}

.alert-dismissable .close {
  top: 3px;
}

.spotlights {
  float: right;
  width: 137px;
}

.cat-drop.multi-cats {
  color: #44180f;
}

.categorynames a {
  color: #cc3647;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.subcategorynames:hover {
  color: #4e95ba;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
}

.advsearchtext {
  color: #525252;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
}
.advsearchtext:hover {
  color: #0a64ab;
}
.panel-default {
  background-color: transparent;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}

.panel-heading {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 6px;
}

.panel-default > .panel-heading {
  background-color: #cc3647;
  border: 1px solid #cc3647;
  color: #fff;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
  background: #e4e4e4;
}

.panel-primary {
  border-color: #525252;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #cc3647;
  border-color: #cc3647;
  font-family: "Open Sans", sans-serif;
}

.media-body a {
  color: #4e95ba;
  font-family: "Open Sans", sans-serif;
}

.media-body a:hover {
  color: #525252;
}

.glyphicon-chevron-down {
  font-size: 11px;
}

.searchmargin {
  margin-bottom: 14px;
}

#toTop {
  padding: 3px 8px 5px;
  background: #44180f;
  color: #fff;
  position: fixed;
  bottom: 3px;
  right: 3px;
  display: none;
  border-radius: 4px;
}
#toTop:hover {
  cursor: pointer;
  background: #525252;
  color: #ffffff;
}

.one-long-line {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.one-long-line:hover {
  overflow: visible;
}

.media-heading-height {
  height: 40px;
}
.media-body-height {
  min-height: 116px;
  display: block;
}
.media-body-title {
  color: #0a64ab !important;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 992px) {
  .colpaddingright {
    padding-right: 0px;
  }

  .colpaddingcategories {
    padding-right: 0px;
  }
  .media-body-height {
    min-height: 162px;
    display: block;
  }
}

@media (max-width: 768px) {
  .colpaddingright {
    padding-right: 15px;
  }

  .colpaddingleft {
    padding-left: 15px;
    padding-right: 15px;
  }

  .colpaddingcategories {
    padding-left: 15px;
    padding-right: 15px;
  }

  .media-body-height {
    min-height: initial;
  }
}

@media (max-width: 500px) {
  .IntuitiveSearchWrapper {
    width: 85%;
  }
}

@media print {
  @page {
    size: A3;
    margin-left: -5cm;
    margin-right: -5cm;
  }
  a[href]:after {
    content: none;
  }

  .panel {
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
}

/*addded for map svg*/
/* #drawing_board svg{
    transform: scale(1.1) translate(-8%, -15%);
} */

/***POPUP***/
/* The Modal (background) */
.homepopup {
  /* display: none; */ /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}

/* Modal Content */
.pop-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px 16px 16px;
  border: 1px solid #888;
  width: fit-content;
  max-width: 1000px;
  height: 55%;
  min-height: fit-content;
  transform: translateY(-50%);
  top: 25%;
  position: relative;
  box-sizing: border-box;
}
.pop-content img {
  height: 80%;
  max-height: 445px;
  display: block;
  max-width: 100%;
  margin: 2em auto;
  box-sizing: border-box;
  border: 2px solid darkgreen;
}
.pop-content h3 {
  text-align: center;
  display: block;
  position: relative;
  font-size: 22px;
}
/* The Close Button */
.pop-content .closehomepop {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#contclose {
  margin: 6px auto 0;
  width: 100%;
  color: blue;
  bottom: 1em;
  position: absolute;
  text-align: center;
}

.pop-content .closehomepop:hover,
.pop-content .closehomepop:focus,
#contclose:hover,
#contclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* BGv4 */
.cat-dropbox {
  background-color: #788a9a;
}
.cat-dropbox a {
  color: white;
}
.cat-dropbox:hover a,
.cat-dropbox a:hover {
  color: #44180f;
  text-decoration: none;
  text-shadow: 1px 1px 1px #313131, 0px 0px 1px #313131;
  font-family: inherit;
}
.sub-li a:hover {
  top: 0px !important;
  color: white;
  background-color: #4465ab;
}
h4.body_header.cat_header.listings_header {
  width: 100% !important;
  display: block;
  background-color: #788a9a;
}
.listing-item.priority {
  background-color: #e9d49f;
}
.desc_header {
  color: #ffffff;
  background-color: #788a9a;
  border-color: #4c4d4f;
  font-family: "Montserrat", sans-serif;
  padding: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid transparent;
}
.page-numbers {
  background-color: #788a9a;
}

/* Spotlight listings have a soft golden background */
.spot-prod.case-item {
  background: #f9f1e2;
}

/* Regular listings have a white background */
.listing-item {
  background-color: white;
}

/* Priority listings have a soft golden background
golden left border, floating shadow, and a bit of
hovering flair */
.listing-item.priority {
  background-color: #f9f1e2;
  border-left: 6px solid #d4af37;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
}

.listing-item.priority:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.listing-item.priority:hover a.listing-click.ga4click {
  animation: pulse-once 0.7s ease-out;
  transform-origin: center;
}

a.listing-click.ga4click {
  transition: transform 0.3s ease, color 0.3s ease;
}

/* A 'feathering' gradient blending for logos and 'member' badges */
.spot-prod.case-item .listing-logo img,
.priority .listing-logo img,
.priority .member-logo img {
  background: white;
  border-radius: 4px;
  box-shadow: 0 0 16px 6px white, 0 0 12px 8px #f9f1e2 inset;
}

@keyframes pulse-once {
    0%   { transform: scale(1);  }
    50%  { transform: scale(1.1);}
    100% { transform: scale(1);  }
}

/**CONTACT US PAGE related tweaks**/
.nav_banner {
  padding-bottom: 5px;
}

.main-content.main-listings.pg-contactus {
  width: 95%;
  flex-grow: 1;
}

.gmap {
  margin-right: 20px;
}

.contactus-scroll {
  display: block !important;
}
