/* Starter CSS for Menu */

.wpcf7-form p {
  margin-bottom: 0px !important;
  margin-top: 4px !important;
}

.form label {
  padding-bottom: 0px !important;
  margin-bottom: 1px !important;
}

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li.current-menu-parent > a {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 32px;
  margin-left: 14px;
  margin-top: -13px;
  font-family: "avantgarde_md_btmedium";
  font-size: 18px;
  background-color: #f66733 !important;
  color: #fff !important;
}
#cssmenu ul li {
  list-style: none;
  display: inline;
  font-family: "avantgarde_md_btmedium";
  font-size: 18px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
  float: left;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;

  z-index: 598;
  width: 290px;
}
#cssmenu ul ul li {
  float: none;
  width: 290px;
}
#cssmenu ul ul ul {
  top: 0;

  width: 190px;
  background-image: url("../assets/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: left;
}
#cssmenu a:active {
  font-family: "avantgarde_md_btmedium";
  font-size: 18px;
  color: #000;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
}
#cssmenu ul ul {
  margin-top: 12px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}

#cssmenu ul li.current-menu-item > a {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 32px;
  margin-left: 14px;
  margin-top: -13px;
  font-family: "avantgarde_md_btmedium";
  font-size: 18px;
  background-color: #f66733 !important;
  color: #fff !important;
}
#cssmenu ul ul li.current-menu-item > a {
  background-image: url(../assets/hover-arrow.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
  padding-left: 26px;
  padding-right: 14px;
  padding-top: 7px;
  margin-top: 0;
  border-top: 2px solid #88381b;
  margin-left: 0;
  font-family: "avantgarde_md_btmedium";
  font-size: 16px;
  background-color: rgba(246, 103, 51, 0.66) !important;
  color: #fff !important;
}
/* Custom CSS Styles */
#cssmenu {
  background: transparent;
  border-bottom: 0px solid #1b9bff;
  font-family: "Open Sans";
  font-size: 18px;
}

#cssmenu ul ul li a:active {
  background: rgba(246, 103, 51, 0.66);
  color: #fff;
  font-family: "avantgarde_md_btmedium";
  font-size: 16px;
  background-image: url(../assets/hover-arrow.png);
  background-repeat: no-repeat;
  background-position: left;
}

#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: "";
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: none;
  padding-top: 1px;
  vertical-align: middle;
  text-align: right;
}
#cssmenu ul ul {
  border-top: 0px solid #1b9bff;
  text-transform: none;
  min-width: 290px;
  margin-left: 13px;
}
#cssmenu ul ul a {
  font-weight: bold;
  text-align: left;
  background: rgba(246, 103, 51, 0.66);
  color: #000;
  border-bottom: 2px solid #88381b;
  border-top: 0 none;
  line-height: 30px;
  padding: 8px 26px;
  font-size: 16px;
  font-family: "avantgarde_md_btmedium";
  background-image: url(../assets/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}

#cssmenu ul ul li:hover > a {
  background: rgba(246, 103, 51, 0.66);
  color: #fff;
  background-image: url(../assets/hover-arrow.png);
  background-repeat: no-repeat;
  background-position: 2% 50%;
}
#cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 0px 0 #1b9bff;
  border-bottom: none;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  content: url();
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  background: transparent;
  color: #f66733;
}
#cssmenu ul li.has-sub > a:after {
  content: url();
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  right: 0;
}
#cssmenu ul li.last ul ul {
  right: 99.5%;
}
#cssmenu a {
  background: transparent;
  color: #000;
  padding: 20px 16px;
}
#cssmenu > ul > li > a {
  list-style: none;
  display: inline;
  font-family: "avantgarde_md_btmedium";
  font-size: 18px;
  padding-right: 0px;
  padding-left: 20px;
  text-align: right;
  color: #212020;
  line-height: 20px;
  line-height: 20px;
}
/* CSS menu style close*/

/*
     FILE ARCHIVED ON 05:20:56 Jan 31, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:38:26 Jun 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.566
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 7.478
  LoadShardBlock: 283.604 (3)
  PetaboxLoader3.datanode: 136.161 (5)
  PetaboxLoader3.resolve: 606.933 (4)
  load_resource: 548.335 (2)
*/
