.eseek-brand-box-banner {
  background: #252525;
  color: white;
}

.eseek-top-bar {
  background: rgb(40, 40, 45);
  color: white;
}
.eseek-top-bar-links{

}

.eseek-region-bar{

}
.eseek-selected-region-bar{

}
.eseek-selected-region {

}
.eseek-region {

}
.eseek-marketing-image {

}
.eseek-marketing-video {

}
.eseek-category-bar-heading {
}
.eseek-category-bar {
  background: #eee;
  color: white;
}
.eseek-category-item {
  background: #eee;
  color: black;
  width: 100%;
}
.eseek-category-item:hover {
  background: #444;
  color: white;
}
.eseek-category-item-selected {
  color: white;
  background-color: #252525;
}
.eseek-category-subitem {
  background: #444;
  color: white;
}
.eseek-category-subitem:hover {
  background: black;
  color: white;
}
.eseek-search-text {
  background: #CCCCCC;
}
.eseek-search-icon {
  background: rgb(40, 40, 45);
  color: rgb(40, 40, 45);
}
.eseek-search-hard-match {
  color: #252525;
}
.eseek-search-DLC{

}
.eseek-search-DLC-btn {
}
.eseek-account-bar{

}
.eseek-account-info{

}
.eseek-account-image{

}
.eseek-marketing-box {
  background-color: #252525;
  text-align: center;
}
.eseek-marketing-title {
  color: white;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-top: 10px;
  line-height: 1.3 !important;
}
.eseek-marketing-description {
  color: white;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.3 !important;
}
.eseek-marketing-box img{
  width: 100%;
}
.eseek-territory-image-content{
  width: auto;
}
.eseek-territory-image-container{
  width: auto;
}
.show-map-iframe{
  height: 320px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .show-map-iframe {height: 25vw;}
  #seek-map-dlg .seek_region_map_outer {
  border: none;
  width: 40%;
  box-shadow: none;
  padding: 0;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .show-map-iframe {height:25vw;}
  #seek-map-dlg .seek_region_map_outer {
  border: none !important;
  width: 40%;
  box-shadow: none !important;
  padding: 0 !important;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .show-map-iframe {height: 28vw;}
  #seek-map-dlg .seek_region_map_outer {
  border: none !important;
  width: 50%;
  box-shadow: none !important;
  padding: 0 !important;
}
} 

/* Large devices (laptops/desktops, 900px and up) */
@media only screen and (min-width: 900px) {
  .show-map-iframe {height: 27vw;}
  #seek-map-dlg .seek_region_map_outer {
  border: none !important;
  width: 50%;
  box-shadow: none !important;
  padding: 0 !important;
}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .show-map-iframe {height: 21vw;}
  #seek-map-dlg .seek_region_map_outer {
  border: none !important;
  width: 40%;
  box-shadow: none !important;
  padding: 0 !important;
}
}

