/*
	Theme Name: faypwcintranet
	Author: BizToolsOne

*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
}
ol,
ul {
  /*list-style: none;*/
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #fff;
  color: #1e1e1e;
  padding: 0px;
  margin: 0px;
}
body,
td,
th {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.wrap {
  margin: 0px auto;
  position: relative;
  max-width: 1200px;
}
* {
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

td {
  vertical-align: top;
}
/************************************************
*	Hyperlinks									*
************************************************/

a,
a:visited {
  color: #6d8734;
  text-decoration: none;
}

a:hover {
  color: #095db1;
  text-decoration: underline;
}

a img {
  border: none;
}

a:focus,
a:hover,
a:active {
  outline: none;
}

/************************************************
*	Mobile Menu      								*
************************************************/

:root {
  --bg_header: #3d3d3d; /*lighter*/
  --bg_menu: #2a2a2a;
  --text: #fff;
}

.mobile_menu {
  border: none !important;
  text-align: right;
  width: 100% !important;
  margin: 0px !important;
}
.m_nav {
  background-color: var(--bg_menu);
  position: absolute;
  left: 0;
  top: 64px;

  transform: translate(-100%, 0);
  z-index: 99999999;
  min-height: 100%;
  height: auto;
  transition: transform 0.2s linear;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box !important;
}
.admin-bar .m_nav {
  background-color: var(--bg_menu);
  position: absolute;
  left: 0;
  top: 109px;
  width: 100%;
  transform: translate(-100%, 0);
  z-index: 99999;
  min-height: 100%;
  height: auto;
  transition: transform 0.2s linear;
}
.opened,
.admin-bar .opened {
  transform: translate(0, 0);
}
.navimod {
  margin: 0px;
  padding: 0px;
}

.navimod ul {
  float: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.m_nav .navimod ul {
  float: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.m_nav .navimod li {
  float: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 100%;
}

.navimod li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
/*main menu items*/
.navimod li a {
  color: #222;
  display: block;
  font-size: var(--menu_font_size);
  font-family: var(--menu_font);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px 10px;
}

.navimod li a:hover {
  color: #000;
  margin: 0px;
  text-decoration: none;
}
.m_nav .navimod li a {
  color: var(--text);
  border-bottom: 1px solid var(--bg_header);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
}
.navimod li li a {
  background: var(--bg_header);
  width: 200px;
  color: var(--text);
  font-size: clamp(11px, 0.8vw, 16px); /*submenu font size*/
  font-weight: 400;
  text-transform: uppercase;
  float: none;
  margin: 0px;
  /*	padding: 10px 20px;*/
  border-bottom: 1px solid var(--bg_menu);
}
.navimod li li a:hover {
  background: var(--bg_menu);
  color: var(--text);
}

.m_nav .navimod li li a {
  background: var(--bg_menu);
  border-bottom: 1px solid var(--bg_header);
}
.m_nav .navimod li li a {
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 15px;
  box-sizing: border-box !important;
}
.m_nav .navimod ul li ul li ul li a {
  padding-left: 60px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  box-sizing: border-box !important;
}

.m_nav .navimod ul li ul li ul li ul li a {
  padding-left: 80px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  box-sizing: border-box !important;
}

.navimod li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 200px;
  margin: 0px;
  padding: 0px;
}
.m_nav .navimod li ul {
  position: relative;
  left: 0em;
  width: 100%;
}

.navimod li ul a {
  width: 200px;
}

.navimod li ul ul {
  margin: -40px 0 0 200px;
}

.navimod li:hover ul ul,
.navimod li:hover ul ul ul {
  left: -999em;
}
.m_nav .navimod li:hover ul ul,
.m_nav .navimod li:hover ul ul ul,
.navimod li:hover ul,
.navimod li li:hover ul,
.navimod li li li:hover ul {
  left: auto;
}

.navimod li:hover {
  position: static;
}

@media only screen and (max-width: 1000px) {
  .header_area {
    padding-top: 20px !important;
  }
}

/************************************************
*	Mobile Menu  ends    								*
************************************************/

/************************************************
*	Navbar      								*
************************************************/

#nav {
  margin: 0px;
  padding: 0px;
}

#nav ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#nav li a,
#nav li a:link,
#nav li a:visited {
  color: #495d5c;
  display: block;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  padding: 9px 15px 8px 15px;
}

#nav li a:hover,
#nav li a:active {
  color: #495d5c;
  margin: 0px;
  text-decoration: none;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
  background: #e1dcca;
  width: 150px;
  color: #495d5c;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  float: none;
  margin: 0px;
  padding: 7px 10px 7px 10px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#nav li li a:hover,
#nav li li a:active {
  background: #85acac;
  color: #ffffff;
  padding: 7px 10px 7px 10px;
}

#nav li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 170px;
  margin: 0px;
  padding: 0px;
}

#nav li li {
}

#nav li ul a {
  width: 140px;
}

#nav li ul a:hover,
#nav li ul a:active {
}

#nav li ul ul {
  margin: -32px 0 0 171px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
  left: auto;
}

#nav li:hover,
#nav li.sfhover {
  position: static;
}

/************************************************
*	Navbar      								*
************************************************/

/************************************************
*	Center							*
************************************************/

#navc {
  margin: 0px;
  padding: 0px;
  text-align: right;
}

#navc ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-table;
}

#navc li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
  border-left: none;
}

#navc {
  text-align: right;
  font-family: "BenchNine", sans-serif;
  text-transform: uppercase;
}

#navc ul {
  display: inline-table;
  *display: inline; /* For IE7 */
  *zoom: 1; /* For IE7 */
  vertical-align: top;
  text-align: left;
}

#navc div {
  margin: 0;
}

#navc li + li {
}

#navc li a,
#navc li a:link,
#navc li a:visited {
  color: #000;
  display: block;
  font-size: 21px;
  font-weight: normal;
  margin: 0px;
  padding: 10px 15px;
  text-decoration: none;
}

#navc li a:hover,
#navc li a:active {
  background-color: #6d8734;
  color: #fff;
  margin: 0px;
  text-decoration: none;
}

#navc li li a,
#navc li li a:link,
#navc li li a:visited {
  background: #6d8734;
  color: #fff;
  float: none;
  font-size: 18px;
  margin: 0px;
  padding: 7px 10px 7px 10px;
  border-bottom: 1px solid #769238;
  text-decoration: none;
  text-align: left;
}

#navc li li a:hover,
#navc li li a:active {
  background: #667e31;
  color: #ffffff;
  padding: 7px 10px 7px 10px;
}

#navc li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 200px;
  margin: 0px;
  padding: 0px;
}

#navc li li {
}

#navc li ul a {
  width: 200px;
}

#navc li ul a:hover,
#navc li ul a:active {
}

#navc li ul ul {
  margin: -39px 0 0 200px;
}

#navc li:hover ul ul,
#navc li:hover ul ul ul,
#navc li.sfhover ul ul,
#navc li.sfhover ul ul ul {
  left: -999em;
}

#navc li:hover ul,
#navc li li:hover ul,
#navc li li li:hover ul,
#navc li.sfhover ul,
#navc li li.sfhover ul,
#navc li li li.sfhover ul {
  left: auto;
}

#navc li:hover,
#navc li.sfhover {
  position: static;
}

/************************************************
*	SubNavbar      								*
************************************************/

#subnav {
  margin: 0px;
  padding: 0px;
}

#subnav ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#subnav li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#subnav li a,
#subnav li a:link,
#subnav li a:visited {
  color: #ffffff;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 5px 0px 0px;
  padding: 6px 13px 6px 13px;
}

#subnav li a:hover,
#subnav li a:active {
  background: #85acac;
  color: #ffffff;
  display: block;
  text-decoration: none;
  margin: 0px 5px 0px 0px;
  padding: 6px 13px 6px 13px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
  background: #666666;
  width: 140px;
  float: none;
  margin: 0px;
  padding: 6px 10px 6px 10px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#subnav li li a:hover,
#subnav li li a:active {
  background: #85acac;
  margin: 0px;
  padding: 6px 10px 6px 10px;
}

#subnav li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0px;
  padding: 0px;
}

#subnav li li {
}

#subnav li ul a {
  width: 140px;
}

#subnav li ul a:hover,
#subnav li ul a:active {
}

#subnav li ul ul {
  margin: -25px 0 0 161px;
}

#subnav li:hover ul ul,
#subnav li:hover ul ul ul,
#subnav li.sfhover ul ul,
#subnav li.sfhover ul ul ul {
  left: -999em;
}

#subnav li:hover ul,
#subnav li li:hover ul,
#subnav li li li:hover ul,
#subnav li.sfhover ul,
#subnav li li.sfhover ul,
#subnav li li li.sfhover ul {
  left: auto;
}

#subnav li:hover,
#subnav li.sfhover {
  position: static;
}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 0px;
}

img.alignnone {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  display: inline;
}

img.alignright {
  padding: 0px;
  margin: 0px 0px 10px 10px;
  display: inline;
}

img.alignleft {
  padding: 0px;
  margin: 0px 10px 10px 0px;
  display: inline;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin: 0px 0px 10px 10px;
}

.alignleft {
  float: left;
  margin: 0px 10px 10px 0px;
}

.wp-caption {
  border: 1px solid #dddddd;
  text-align: center;
  background-color: #eeeeee;
  padding: 4px 0px 5px 0px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  border: 0px;
}

.wp-caption p.wp-caption-text {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
}

/************************************************
*	Search Form									*
************************************************/

#sform {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: inline;
}

#searchbox {
  background: #f7f5ef !important;
  width: 220px;
  color: #495d5c;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding: 14px;
  border: 0px solid #ccc;
  display: inline;
}

#searchbutton {
  background-color: #6d8734;
  background-image: url(images/s.png);
  color: #6d8734;
  font-size: 12px;
  margin: 0px;
  margin-left: -4px;
  padding: 14px;
  font-weight: normal;
  border: 0px solid #6d8734;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
}

#subscribe {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  overflow: hidden;
}

#subbox {
  background: #eeeeee !important;
  width: 250px;
  color: #495d5c;
  font-size: 12px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 3px 5px;
  border-top: 1px solid #759697;
  border-right: 1px solid #a3bab9;
  border-left: 1px solid #759697;
  border-bottom: 1px solid #a3bab9;
  display: inline;
}

#subbutton {
  background: #93bbbc url(images/topnav.png);
  color: #ffffff;
  font-size: 11px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  margin: 0px 0px 0px 7px;
  padding: 3px 3px 2px 3px;
  font-weight: bold;
  border-top: 1px solid #a3bab9;
  border-right: 1px solid #759697;
  border-left: 1px solid #a3bab9;
  border-bottom: 1px solid #759697;
}

#author,
#email,
#url {
  background: #eeeeee !important;
  width: 250px;
  color: #202020;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 3px 5px;
  border-top: 1px solid #759697;
  border-right: 1px solid #a3bab9;
  border-left: 1px solid #759697;
  border-bottom: 1px solid #a3bab9;
  display: inline;
}

#submit {
  background: #7b7b7b url(images/subbutton.gif);
  color: #ffffff;
  font-size: 11px;
  font-family: Arial, Tahoma, Verdana;
  margin: 0px;
  padding: 3px 3px 2px 3px;
  font-weight: bold;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #666666;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #666666;
}

#comment {
  background: #eeeeee;
  width: 460px;
  color: #202020;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 3px 5px;
  border-top: 1px solid #759697;
  border-right: 1px solid #a3bab9;
  border-left: 1px solid #759697;
  border-bottom: 1px solid #a3bab9;
  display: inline;
}

/************************************************
*	Custom								*
************************************************/

.thumb {
  float: left;
  margin: 8px 10px 0px 0px;
}
ul#nav li span.donate a {
  font-weight: bold;
  color: #900;
}
.greentitle {
  font-size: 19px;
  font-weight: bold;
  color: #333;
  clear: both;
}
#side h2 {
  display: none;
}
#side li,
#side ul {
  list-style-type: none;
}

/* Responsive images */
.resp img {
  border: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p0 {
  padding: 0px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}

.mm a.more-link {
  font-size: 11px;
  color: #ececec !important;
}
.cl {
  clear: both;
}
.shadow {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.57);
}
.bshadow {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.57);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BenchNine", sans-serif;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 2px;
}
h1 {
  font-size: 250%;
}
h2 {
  font-size: 220%;
}
h3 {
  font-size: 180%;
}
h4,
h5,
h6 {
  font-size: 150%;
}
.upper {
  text-transform: uppercase;
}
#responsive_menu_pro .responsive_menu_pro_menu li a {
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px !important;
}
.content ul {
  padding-left: 30px;
}

.content ul li {
  margin-bottom: 1px;
  padding: 4px;

  padding-bottom: 0px;
  /*	list-style: none;
	padding-left:30px;
	background-image: url(images/mark.png);
	background-repeat: no-repeat;
	background-position: left top;*/
  margin-bottom: 6px;
}
ul.tribe-events-sub-nav li {
  margin-bottom: 1px;
  padding: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  list-style: none;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: left top;

  margin-bottom: 6px;
}
.content p {
  margin-bottom: 10px;
  line-height: 20px;
}
.mshow,
.mshow2 {
  display: none;
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
  background-image: url(images/header.png);
  background-repeat: repeat-x;
  padding: 20px 0px;
  top: 0px;
}
.insideheader {
  position: relative;
  width: 100%;
  z-index: 100;
  background-image: url(images/header.png);
  background-repeat: repeat-x;
  padding: 20px 0px;
  top: 0px;
}
.lrlines {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.rlines {
  border-right: 1px solid #ffffff;
}
.slider {
  top: 170px;
  position: fixed;
  z-index: 1;
  background-color: #090909;
}
.boxes {
  position: relative;
  width: 100%;
  background-image: url(images/box.png);
  z-index: 90;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.box {
  display: inline-block;
  margin: 5px;
}
.box img {
  width: 95px;
  height: auto;
}
.logo img {
  max-width: 255px;
  width: 100%;
  height: auto;
}
.slogo img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
.homecontent {
  position: relative;
  z-index: 99;
  padding: 20px 0px 40px 0px;
}
.content {
  position: relative;
  padding: 20px 0px 40px 0px;
}
.homecontent,
.content {
  background-image: url(images/dots.png);
  background-color: #fff;
}
.white {
  background-color: #fff;
  border-top: 20px solid #095db1;
}
.weather img {
  max-width: 144px;
  width: 100%;
  height: auto;
}
.green {
  background-color: #6d8734;
  position: relative;
  margin-top: -10px;
  color: #fff;
  z-index: 200;
}
.green a {
  color: #fff;
  text-decoration: underline;
}
.black a {
  color: #000;
}
.ann {
  position: relative;
  z-index: 99;
  background-color: #b31e20;
  color: #fff;
}
.ann a {
  color: #fff;
  text-decoration: underline;
}
.bottom {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
body.single-tribe_events .tribe-events-cal-links a.tribe-events-ical {
  display: none !important;
}

i,
em,
p i,
p em {
  font-style: italic !important;
}
.header_tag h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 300%;
}
.a_cell_single {
  padding: 5px 0px;
}

.a_cell_single.Business_Classification,
.a_cell_single.Product_and_Services {
  border-top: 1px dotted #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.a_cell_single.Business_Classification strong,
.a_cell_single.Product_and_Services strong {
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 22px;
  text-transform: uppercase;
}
.a_cell_single.Supplier_Name {
  display: none;
}
.a_cell_single.Address_Name {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.searchandfilter_area {
  margin: 0px auto;
  position: relative;
  max-width: 600px;
}
.searchandfilter_area h4 {
  font-size: 22px !important;
  text-transform: uppercase;
}
.sf-field-search label {
  width: 100% !important;
}
.searchandfilter input.sf-input-text,
.searchandfilter .sf-field-submit input,
input.search-filter-reset {
  padding: 10px;
  width: 100% !important;
  font-size: 14px !important;
}
.searchandfilter .sf-field-submit input {
  background-color: #6d8734;
  border: 1px solid #6d8734;
  color: #fff;
}
input.search-filter-reset {
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
}
.chosen-container.chosen-container-multi {
  width: 100% !important;
}

.search-filter-base {
  margin-bottom: 10px;
}

.search-filter-component-combobox-base__listbox {
  margin: 0;
  margin-top: -1px;
  max-height: 250px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 2.3em;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e1e1e1 !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-color: #e1e1e1 !important;
  background-color: white !important;
  color: #222 !important;
}

.search-filter-component-combobox-base__listbox-option {
  --search-filter-listbox-option-depth: 0px;
  line-height: 22px;
  padding: 0.5em;
  display: flex;
  justify-content: var(--search-filter-count-justification);
  outline: 0;
  margin: 0;
  padding-left: calc(0.5em + var(--search-filter-listbox-option-depth));
  cursor: pointer !important;
}

.search-filter-component-combobox-base__listbox-option:hover {
  color: white !important;
  background-color: #222 !important;
}

/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

@media all and (min-width: 1000px) {
  .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    clear: both;
  }
  [class*="col-"] {
    display: table-cell;
    vertical-align: top;
  }

  .col-2-3 {
    width: 66.66666666%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.333333333333%;
  }
  .col-1-5 {
    width: 20%;
  }
  .col-1-4 {
    width: 25%;
  }
  .col-1-1 {
    width: 100%;
  }
  .col-1-8 {
    width: 12.5%;
  }
  .col-1 {
    width: 1%;
  }
  .col-05 {
    width: 0.5%;
  }
  .col-5 {
    width: 10%;
  }
  .col-10 {
    width: 10%;
  }
  .col-15 {
    width: 15%;
  }
  .col-20 {
    width: 20%;
  }
  .col-25 {
    width: 20%;
  }
  .col-33 {
    width: 33.33333333333333%;
  }
  .col-330 {
    width: 33%;
  }
  .col-66 {
    width: 66.6666666666666666666%;
  }
  .col-30 {
    width: 30%;
  }
  .col-29 {
    width: 29%;
  }
  .col-50 {
    width: 50%;
  }
  .col-40 {
    width: 40%;
  }
  .col-43 {
    width: 43%;
  }
  .col-60 {
    width: 60%;
  }
  .col-70 {
    width: 70%;
  }
  .col-75 {
    width: 75%;
  }
  .col-80 {
    width: 80%;
  }
  .col-90 {
    width: 90%;
  }
  .col-100 {
    width: 100%;
  }
}

.mid {
  vertical-align: middle;
}
.bot {
  vertical-align: bottom;
}
.top {
  vertical-align: top;
}

@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1280px) {
  .box img {
    width: 80px;
    height: auto;
  }
}
@media only screen and (max-width: 1130px) {
  .box img {
    width: 80px;
    height: auto;
  }
}
@media only screen and (max-width: 1045px) {
  .box img {
    width: 80px;
    height: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .mhide,
  .ws_controls {
    display: none;
  }
  .mshow {
    display: block;
  }
  .lrlines {
    border-right: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .rlines {
    border-right: 0px solid #ffffff;
    text-align: center;
  }

  .box img {
    width: 142px;
    height: auto;
  }
  .boxes {
    background-image: url(images/da.png);
  }
  .insideheader {
    position: relative;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 660px) {
  .mshow2 {
    display: block;
  }
}
